From fd409fb5d7e1a3fae3e45cf845d5994856083a59 Mon Sep 17 00:00:00 2001 From: Peter Ombwa Date: Mon, 11 Jan 2021 14:24:32 -0800 Subject: [PATCH 01/12] Bump .NET Core version --- Nuget.config | 1 + .../Authentication/Microsoft.Graph.Authentication.csproj | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Nuget.config b/Nuget.config index 7dcddecd56f..95fee5379fc 100644 --- a/Nuget.config +++ b/Nuget.config @@ -2,6 +2,7 @@ + diff --git a/src/Authentication/Authentication/Microsoft.Graph.Authentication.csproj b/src/Authentication/Authentication/Microsoft.Graph.Authentication.csproj index 76627c8d751..f1c8627abe5 100644 --- a/src/Authentication/Authentication/Microsoft.Graph.Authentication.csproj +++ b/src/Authentication/Authentication/Microsoft.Graph.Authentication.csproj @@ -21,9 +21,9 @@ - - - + + + From dff7feb495aa7d5311de3caf5ea175d503ff2780 Mon Sep 17 00:00:00 2001 From: Peter Ombwa Date: Mon, 11 Jan 2021 16:50:56 -0800 Subject: [PATCH 02/12] Add client capability to MSAL. --- .../Authentication/Helpers/AuthenticationHelpers.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Authentication/Authentication/Helpers/AuthenticationHelpers.cs b/src/Authentication/Authentication/Helpers/AuthenticationHelpers.cs index 93631d0a257..19897c2a195 100644 --- a/src/Authentication/Authentication/Helpers/AuthenticationHelpers.cs +++ b/src/Authentication/Authentication/Helpers/AuthenticationHelpers.cs @@ -39,6 +39,7 @@ internal static IAuthenticationProvider GetAuthProvider(IAuthContext authContext .Create(authContext.ClientId) .WithTenantId(authContext.TenantId) .WithAuthority(authorityUrl) + .WithClientCapabilities(new[] { "cp1" }) .Build(); ConfigureTokenCache(publicClientApp.UserTokenCache, authContext); From db185f0675ee49c39a29d580076fa1a842bded5c Mon Sep 17 00:00:00 2001 From: Peter Ombwa Date: Mon, 1 Mar 2021 09:21:42 -0800 Subject: [PATCH 03/12] Bump MS Graph core version. --- .../Authentication/Microsoft.Graph.Authentication.csproj | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Authentication/Authentication/Microsoft.Graph.Authentication.csproj b/src/Authentication/Authentication/Microsoft.Graph.Authentication.csproj index d3db5f821da..fc7fe529fc1 100644 --- a/src/Authentication/Authentication/Microsoft.Graph.Authentication.csproj +++ b/src/Authentication/Authentication/Microsoft.Graph.Authentication.csproj @@ -21,9 +21,9 @@ - - - + + + From 7a2870fb2fcb6b4669476c64768889f671004c8a Mon Sep 17 00:00:00 2001 From: Microsoft Graph DevX Tooling Date: Wed, 17 Mar 2021 12:52:21 +0000 Subject: [PATCH 04/12] Weekly OpenApiDocs Download --- config/ModuleMetadata.json | 2 +- openApiDocs/v1.0/Applications.yml | 12 +- openApiDocs/v1.0/Calendar.yml | 10 +- openApiDocs/v1.0/ChangeNotifications.yml | 7 + openApiDocs/v1.0/CloudCommunications.yml | 18 +- openApiDocs/v1.0/Devices.CloudPrint.yml | 104 +-- openApiDocs/v1.0/Education.yml | 104 +-- openApiDocs/v1.0/Files.yml | 112 +-- openApiDocs/v1.0/Groups.yml | 106 +-- .../v1.0/Identity.DirectoryManagement.yml | 14 +- openApiDocs/v1.0/Identity.Governance.yml | 6 +- openApiDocs/v1.0/Identity.SignIns.yml | 646 ++++++++++++++++-- openApiDocs/v1.0/Mail.yml | 10 +- openApiDocs/v1.0/Notes.yml | 6 +- openApiDocs/v1.0/PersonalContacts.yml | 6 +- openApiDocs/v1.0/Planner.yml | 10 +- openApiDocs/v1.0/Reports.yml | 8 +- openApiDocs/v1.0/Security.yml | 18 +- openApiDocs/v1.0/Sites.yml | 110 +-- openApiDocs/v1.0/Teams.yml | 294 +++----- openApiDocs/v1.0/Users.Actions.yml | 104 +-- openApiDocs/v1.0/Users.Functions.yml | 106 +-- openApiDocs/v1.0/Users.yml | 104 +-- .../Applications/crawl-log-v1.0-beta.json | 4 - profiles/Applications/crawl-log-v1.0.json | 12 - profiles/Compliance/crawl-log-v1.0-beta.json | 4 - .../crawl-log-v1.0-beta.json | 92 --- .../crawl-log-v1.0.json | 36 - profiles/Education/crawl-log-v1.0-beta.json | 8 - profiles/Education/crawl-log-v1.0.json | 76 --- profiles/Files/crawl-log-v1.0-beta.json | 192 ------ .../crawl-log-v1.0-beta.json | 8 - .../crawl-log-v1.0.json | 4 - .../crawl-log-v1.0-beta.json | 468 ------------- .../Identity.SignIns/crawl-log-v1.0-beta.json | 76 --- profiles/Identity.SignIns/crawl-log-v1.0.json | 20 +- profiles/Identity.SignIns/definitions/v1.0.md | 4 + profiles/Planner/crawl-log-v1.0-beta.json | 32 - profiles/Reports/crawl-log-v1.0-beta.json | 92 --- profiles/Reports/crawl-log-v1.0.json | 28 - profiles/Sites/crawl-log-v1.0-beta.json | 212 ------ profiles/Sites/crawl-log-v1.0.json | 4 - profiles/Teams/crawl-log-v1.0-beta.json | 20 - profiles/Teams/crawl-log-v1.0.json | 64 -- profiles/Teams/definitions/v1.0.md | 2 - .../Users.Actions/crawl-log-v1.0-beta.json | 36 - profiles/Users.Actions/crawl-log-v1.0.json | 360 ---------- .../Users.Functions/crawl-log-v1.0-beta.json | 4 - profiles/Users.Functions/crawl-log-v1.0.json | 384 ----------- src/Applications/Applications/readme.md | 2 +- src/Calendar/Calendar/readme.md | 2 +- .../ChangeNotifications/readme.md | 2 +- .../CloudCommunications/readme.md | 2 +- .../Devices.CloudPrint/readme.md | 2 +- src/Education/Education/readme.md | 2 +- src/Files/Files/readme.md | 2 +- src/Groups/Groups/readme.md | 2 +- .../Identity.DirectoryManagement/readme.md | 2 +- .../Identity.Governance/readme.md | 2 +- .../Identity.SignIns/readme.md | 2 +- src/Mail/Mail/readme.md | 2 +- src/Notes/Notes/readme.md | 2 +- .../PersonalContacts/readme.md | 2 +- src/Planner/Planner/readme.md | 2 +- src/Reports/Reports/readme.md | 2 +- src/Security/Security/readme.md | 2 +- src/Sites/Sites/readme.md | 2 +- src/Teams/Teams/readme.md | 2 +- src/Users.Actions/Users.Actions/readme.md | 2 +- src/Users.Functions/Users.Functions/readme.md | 2 +- src/Users/Users/readme.md | 2 +- tools/Templates/readme.md | 2 +- 72 files changed, 1281 insertions(+), 2924 deletions(-) diff --git a/config/ModuleMetadata.json b/config/ModuleMetadata.json index 801c0dc4fb7..2d0d4868f9c 100644 --- a/config/ModuleMetadata.json +++ b/config/ModuleMetadata.json @@ -22,5 +22,5 @@ ], "releaseNotes": "See https://aka.ms/GraphPowerShell-Release.", "assemblyOriginatorKeyFile": "35MSSharedLib1024.snk", - "version": "1.4.2" + "version": "1.4.3" } diff --git a/openApiDocs/v1.0/Applications.yml b/openApiDocs/v1.0/Applications.yml index 87681f78298..f05f7a738a5 100644 --- a/openApiDocs/v1.0/Applications.yml +++ b/openApiDocs/v1.0/Applications.yml @@ -6761,7 +6761,7 @@ components: 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 date and time at which the credential expires.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''' + description: 'The date and time at which the credential expires.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 is 2014-01-01T00:00:00Z' format: date-time nullable: true key: @@ -6778,7 +6778,7 @@ components: 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 date and time at which the credential becomes valid.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''' + description: 'The date and time at which the credential becomes valid.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 is 2014-01-01T00:00:00Z' format: date-time nullable: true type: @@ -6807,7 +6807,7 @@ components: 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 date and time at which the password expires represented 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''. Optional.' + description: 'The date and time at which the password expires represented using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Optional.' format: date-time nullable: true hint: @@ -6827,7 +6827,7 @@ components: 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 date and time at which the password becomes valid. 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''. Optional.' + description: 'The date and time at which the password becomes valid. 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 is 2014-01-01T00:00:00Z. Optional.' format: date-time nullable: true additionalProperties: @@ -7545,11 +7545,11 @@ components: properties: key: type: string - description: 'Contains the name of the field that a value is associated with. When a sign in or domain hint is included in the sign-in request, corresponding fields are included as key-value pairs. Possible keys: Login hint present, Domain hint present.' + description: Key. nullable: true value: type: string - description: Contains the corresponding value for the specified key. The value is true if a sign in hint was included in the sign-in request; otherwise false. The value is true if a domain hint was included in the sign-in request; otherwise false. + description: Value. nullable: true additionalProperties: type: object diff --git a/openApiDocs/v1.0/Calendar.yml b/openApiDocs/v1.0/Calendar.yml index 1d786fc4f7b..546c1550eb1 100644 --- a/openApiDocs/v1.0/Calendar.yml +++ b/openApiDocs/v1.0/Calendar.yml @@ -39643,7 +39643,7 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true originalStartTimeZone: @@ -39734,7 +39734,7 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true name: @@ -39905,13 +39905,13 @@ components: 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''' + 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 is 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true additionalProperties: @@ -40050,7 +40050,7 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true additionalProperties: diff --git a/openApiDocs/v1.0/ChangeNotifications.yml b/openApiDocs/v1.0/ChangeNotifications.yml index 2a0d72d3a1f..b061d821d32 100644 --- a/openApiDocs/v1.0/ChangeNotifications.yml +++ b/openApiDocs/v1.0/ChangeNotifications.yml @@ -50,6 +50,8 @@ paths: - latestSupportedTlsVersion desc - lifecycleNotificationUrl - lifecycleNotificationUrl desc + - notificationQueryOptions + - notificationQueryOptions desc - notificationUrl - notificationUrl desc - resource @@ -76,6 +78,7 @@ paths: - includeResourceData - latestSupportedTlsVersion - lifecycleNotificationUrl + - notificationQueryOptions - notificationUrl - resource type: string @@ -171,6 +174,7 @@ paths: - includeResourceData - latestSupportedTlsVersion - lifecycleNotificationUrl + - notificationQueryOptions - notificationUrl - resource type: string @@ -294,6 +298,9 @@ components: 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 + notificationQueryOptions: + type: string + nullable: true notificationUrl: type: string description: The URL of the endpoint that receives the change notifications. This URL must make use of the HTTPS protocol. Required. diff --git a/openApiDocs/v1.0/CloudCommunications.yml b/openApiDocs/v1.0/CloudCommunications.yml index 6859081d6f8..3fbeea0a0ee 100644 --- a/openApiDocs/v1.0/CloudCommunications.yml +++ b/openApiDocs/v1.0/CloudCommunications.yml @@ -3198,7 +3198,7 @@ components: 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: 'UTC time when the last user left the call. 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''' + description: 'UTC time when the last user left the call. 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 is 2014-01-01T00:00:00Z' format: date-time joinWebUrl: type: string @@ -3207,7 +3207,7 @@ components: 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: 'UTC time when the call record was created. 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''' + description: 'UTC time when the call record was created. 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 is 2014-01-01T00:00:00Z' format: date-time modalities: type: array @@ -3224,7 +3224,7 @@ components: 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: 'UTC time when the first user joined the call. 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''' + description: 'UTC time when the first user joined the call. 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 is 2014-01-01T00:00:00Z' format: date-time type: $ref: '#/components/schemas/microsoft.graph.callRecords.callType' @@ -3252,7 +3252,7 @@ components: 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: 'UTC time when the last user left the session. 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''' + description: 'UTC time when the last user left the session. 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 is 2014-01-01T00:00:00Z' format: date-time failureInfo: $ref: '#/components/schemas/microsoft.graph.callRecords.failureInfo' @@ -3264,7 +3264,7 @@ components: 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: 'UTC fime when the first user joined the session. 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''' + description: 'UTC fime when the first user joined the session. 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 is 2014-01-01T00:00:00Z' format: date-time segments: type: array @@ -3286,7 +3286,7 @@ components: 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: 'UTC time when the segment ended. 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''' + description: 'UTC time when the segment ended. 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 is 2014-01-01T00:00:00Z' format: date-time failureInfo: $ref: '#/components/schemas/microsoft.graph.callRecords.failureInfo' @@ -3298,7 +3298,7 @@ components: 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: 'UTC time when the segment started. 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''' + description: 'UTC time when the segment started. 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 is 2014-01-01T00:00:00Z' format: date-time additionalProperties: type: object @@ -4482,7 +4482,7 @@ components: 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: 'UTC time when the stream ended. 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''' + description: 'UTC time when the stream ended. 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true lowFrameRateRatio: @@ -4536,7 +4536,7 @@ components: 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: 'UTC time when the stream started. 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''' + description: 'UTC time when the stream started. 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true streamDirection: diff --git a/openApiDocs/v1.0/Devices.CloudPrint.yml b/openApiDocs/v1.0/Devices.CloudPrint.yml index 04eee9f20ed..589f71e98cb 100644 --- a/openApiDocs/v1.0/Devices.CloudPrint.yml +++ b/openApiDocs/v1.0/Devices.CloudPrint.yml @@ -4623,7 +4623,7 @@ components: 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.' + 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 is 2014-01-01T00:00:00Z. Returned by default. Read-only.' format: date-time nullable: true description: @@ -4637,7 +4637,7 @@ components: 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.' + 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 is 2014-01-01T00:00:00Z. Returned by default. Read-only.' format: date-time nullable: true groupTypes: @@ -4678,7 +4678,7 @@ components: 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 group 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''. Returned by default. Read-only. Supports $filter.' + description: 'Indicates the last time at which the group 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 is 2014-01-01T00:00:00Z. Returned by default. Read-only. Supports $filter.' format: date-time nullable: true onPremisesNetBiosName: @@ -4718,7 +4718,7 @@ components: 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.' + 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 is 2014-01-01T00:00:00Z. Returned by default. Read-only.' format: date-time nullable: true securityEnabled: @@ -5000,7 +5000,7 @@ components: 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 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 is ''2014-01-01T00:00:00Z'' Returned only on $select. Read-only.' + description: 'The time when this Azure AD user last changed their password. 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 is 2014-01-01T00:00:00Z Returned only on $select. Read-only.' format: date-time nullable: true legalAgeGroupClassification: @@ -5045,7 +5045,7 @@ components: 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 is ''2014-01-01T00:00:00Z''. Returned only on $select. Read-only.' + 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 is 2014-01-01T00:00:00Z. Returned only on $select. Read-only.' format: date-time nullable: true onPremisesProvisioningErrors: @@ -5147,12 +5147,12 @@ components: 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 is ''2014-01-01T00:00:00Z'' Returned only on $select.' + 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 is 2014-01-01T00:00:00Z Returned only on $select.' 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 is ''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.' + 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 is 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 @@ -5901,7 +5901,7 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true originalStartTimeZone: @@ -5988,7 +5988,7 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time preview: type: string @@ -6050,7 +6050,7 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time preview: type: string @@ -6335,7 +6335,7 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true capabilityStatus: @@ -6691,7 +6691,7 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true businessAddress: @@ -6990,7 +6990,7 @@ components: 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. 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''.' + description: 'The date and time the message was received. The date and time information uses ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.' format: date-time nullable: true replyTo: @@ -7003,7 +7003,7 @@ components: 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. 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''.' + description: 'The date and time the message was sent. The date and time information uses ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.' format: date-time nullable: true subject: @@ -7175,13 +7175,13 @@ components: 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: 'The expiration date time of the acceptance. 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''' + description: 'The expiration date time of the acceptance. 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 is 2014-01-01T00:00:00Z' 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: '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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true state: @@ -8159,13 +8159,13 @@ components: 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''' + 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 is 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true additionalProperties: @@ -8304,7 +8304,7 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true additionalProperties: @@ -8351,7 +8351,7 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true name: @@ -8395,7 +8395,7 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time sender: $ref: '#/components/schemas/microsoft.graph.recipient' @@ -8908,7 +8908,7 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true owner: @@ -9014,7 +9014,7 @@ components: 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.' + 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 is 2014-01-01T00:00:00Z. Read-only.' format: date-time nullable: true level: @@ -10223,7 +10223,7 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true conversationThreadId: @@ -10235,13 +10235,13 @@ components: 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''' + 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 is 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true hasDescription: @@ -10275,7 +10275,7 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true title: @@ -11741,6 +11741,9 @@ components: 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 + notificationQueryOptions: + type: string + nullable: true notificationUrl: type: string description: The URL of the endpoint that receives the change notifications. This URL must make use of the HTTPS protocol. Required. @@ -12197,7 +12200,7 @@ components: 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.' + 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 is 2014-01-01T00:00:00Z. Read-only.' format: date-time nullable: true additionalProperties: @@ -12265,7 +12268,7 @@ components: 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.' + 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 is 2014-01-01T00:00:00Z. Read-only.' format: date-time nullable: true additionalProperties: @@ -12326,7 +12329,7 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true recipientActionMessage: @@ -12452,13 +12455,13 @@ components: 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''' + 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 is 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true timeOffReasonId: @@ -13306,7 +13309,7 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true lastModifiedBy: @@ -13314,7 +13317,7 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true additionalProperties: @@ -13405,13 +13408,13 @@ components: 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.' + 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 is 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.' + 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 is 2014-01-01T00:00:00Z. Read-only.' format: date-time nullable: true deviceId: @@ -13448,7 +13451,7 @@ components: 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.' + 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 is 2014-01-01T00:00:00Z Read-only.' format: date-time nullable: true onPremisesSyncEnabled: @@ -14337,7 +14340,7 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time reactionType: type: string @@ -14348,7 +14351,7 @@ components: type: object microsoft.graph.chatMessageHostedContent: allOf: - - $ref: '#/components/schemas/microsoft.graph.entity' + - $ref: '#/components/schemas/microsoft.graph.teamworkHostedContent' - title: chatMessageHostedContent type: object additionalProperties: @@ -14791,7 +14794,7 @@ components: 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 end date and time for the shiftActivity. 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''. Required.' + description: 'The end date and time for the shiftActivity. 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 is 2014-01-01T00:00:00Z. Required.' format: date-time nullable: true isPaid: @@ -14801,7 +14804,7 @@ components: 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 start date and time for the shiftActivity. 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''. Required.' + description: 'The start date and time for the shiftActivity. 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 is 2014-01-01T00:00:00Z. Required.' format: date-time nullable: true theme: @@ -14851,6 +14854,23 @@ components: - allowOverrideWithoutJustification - allowOverrideWithJustification type: string + microsoft.graph.teamworkHostedContent: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: teamworkHostedContent + type: object + properties: + contentBytes: + type: string + description: Write only. Bytes for the hosted content (such as images). + format: base64url + nullable: true + contentType: + type: string + description: 'Write only. Content type, such as image/png, image/jpg.' + nullable: true + additionalProperties: + type: object microsoft.graph.workbookFilter: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' diff --git a/openApiDocs/v1.0/Education.yml b/openApiDocs/v1.0/Education.yml index 164d1334b56..833261901f9 100644 --- a/openApiDocs/v1.0/Education.yml +++ b/openApiDocs/v1.0/Education.yml @@ -6064,7 +6064,7 @@ components: 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.' + 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 is 2014-01-01T00:00:00Z. Returned by default. Read-only.' format: date-time nullable: true description: @@ -6078,7 +6078,7 @@ components: 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.' + 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 is 2014-01-01T00:00:00Z. Returned by default. Read-only.' format: date-time nullable: true groupTypes: @@ -6119,7 +6119,7 @@ components: 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 group 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''. Returned by default. Read-only. Supports $filter.' + description: 'Indicates the last time at which the group 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 is 2014-01-01T00:00:00Z. Returned by default. Read-only. Supports $filter.' format: date-time nullable: true onPremisesNetBiosName: @@ -6159,7 +6159,7 @@ components: 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.' + 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 is 2014-01-01T00:00:00Z. Returned by default. Read-only.' format: date-time nullable: true securityEnabled: @@ -6634,7 +6634,7 @@ components: 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 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 is ''2014-01-01T00:00:00Z'' Returned only on $select. Read-only.' + description: 'The time when this Azure AD user last changed their password. 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 is 2014-01-01T00:00:00Z Returned only on $select. Read-only.' format: date-time nullable: true legalAgeGroupClassification: @@ -6679,7 +6679,7 @@ components: 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 is ''2014-01-01T00:00:00Z''. Returned only on $select. Read-only.' + 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 is 2014-01-01T00:00:00Z. Returned only on $select. Read-only.' format: date-time nullable: true onPremisesProvisioningErrors: @@ -6781,12 +6781,12 @@ components: 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 is ''2014-01-01T00:00:00Z'' Returned only on $select.' + 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 is 2014-01-01T00:00:00Z Returned only on $select.' 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 is ''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.' + 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 is 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 @@ -7457,7 +7457,7 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true originalStartTimeZone: @@ -7544,7 +7544,7 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time preview: type: string @@ -7606,7 +7606,7 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time preview: type: string @@ -7891,7 +7891,7 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true capabilityStatus: @@ -8355,7 +8355,7 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true businessAddress: @@ -8654,7 +8654,7 @@ components: 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. 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''.' + description: 'The date and time the message was received. The date and time information uses ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.' format: date-time nullable: true replyTo: @@ -8667,7 +8667,7 @@ components: 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. 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''.' + description: 'The date and time the message was sent. The date and time information uses ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.' format: date-time nullable: true subject: @@ -8839,13 +8839,13 @@ components: 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: 'The expiration date time of the acceptance. 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''' + description: 'The expiration date time of the acceptance. 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 is 2014-01-01T00:00:00Z' 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: '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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true state: @@ -9534,13 +9534,13 @@ components: 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''' + 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 is 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true additionalProperties: @@ -9679,7 +9679,7 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true additionalProperties: @@ -9726,7 +9726,7 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true name: @@ -9770,7 +9770,7 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time sender: $ref: '#/components/schemas/microsoft.graph.recipient' @@ -10271,7 +10271,7 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true owner: @@ -10377,7 +10377,7 @@ components: 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.' + 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 is 2014-01-01T00:00:00Z. Read-only.' format: date-time nullable: true level: @@ -11554,7 +11554,7 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true conversationThreadId: @@ -11566,13 +11566,13 @@ components: 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''' + 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 is 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true hasDescription: @@ -11606,7 +11606,7 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true title: @@ -12774,6 +12774,9 @@ components: 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 + notificationQueryOptions: + type: string + nullable: true notificationUrl: type: string description: The URL of the endpoint that receives the change notifications. This URL must make use of the HTTPS protocol. Required. @@ -13230,7 +13233,7 @@ components: 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.' + 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 is 2014-01-01T00:00:00Z. Read-only.' format: date-time nullable: true additionalProperties: @@ -13298,7 +13301,7 @@ components: 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.' + 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 is 2014-01-01T00:00:00Z. Read-only.' format: date-time nullable: true additionalProperties: @@ -13359,7 +13362,7 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true recipientActionMessage: @@ -13485,13 +13488,13 @@ components: 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''' + 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 is 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true timeOffReasonId: @@ -14339,7 +14342,7 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true lastModifiedBy: @@ -14347,7 +14350,7 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true additionalProperties: @@ -14438,13 +14441,13 @@ components: 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.' + 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 is 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.' + 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 is 2014-01-01T00:00:00Z. Read-only.' format: date-time nullable: true deviceId: @@ -14481,7 +14484,7 @@ components: 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.' + 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 is 2014-01-01T00:00:00Z Read-only.' format: date-time nullable: true onPremisesSyncEnabled: @@ -15311,7 +15314,7 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time reactionType: type: string @@ -15322,7 +15325,7 @@ components: type: object microsoft.graph.chatMessageHostedContent: allOf: - - $ref: '#/components/schemas/microsoft.graph.entity' + - $ref: '#/components/schemas/microsoft.graph.teamworkHostedContent' - title: chatMessageHostedContent type: object additionalProperties: @@ -15765,7 +15768,7 @@ components: 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 end date and time for the shiftActivity. 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''. Required.' + description: 'The end date and time for the shiftActivity. 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 is 2014-01-01T00:00:00Z. Required.' format: date-time nullable: true isPaid: @@ -15775,7 +15778,7 @@ components: 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 start date and time for the shiftActivity. 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''. Required.' + description: 'The start date and time for the shiftActivity. 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 is 2014-01-01T00:00:00Z. Required.' format: date-time nullable: true theme: @@ -15825,6 +15828,23 @@ components: - allowOverrideWithoutJustification - allowOverrideWithJustification type: string + microsoft.graph.teamworkHostedContent: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: teamworkHostedContent + type: object + properties: + contentBytes: + type: string + description: Write only. Bytes for the hosted content (such as images). + format: base64url + nullable: true + contentType: + type: string + description: 'Write only. Content type, such as image/png, image/jpg.' + nullable: true + additionalProperties: + type: object microsoft.graph.workbookFilter: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' diff --git a/openApiDocs/v1.0/Files.yml b/openApiDocs/v1.0/Files.yml index 5a38392938f..1c2dcbd2895 100644 --- a/openApiDocs/v1.0/Files.yml +++ b/openApiDocs/v1.0/Files.yml @@ -4008,6 +4008,8 @@ paths: - latestSupportedTlsVersion desc - lifecycleNotificationUrl - lifecycleNotificationUrl desc + - notificationQueryOptions + - notificationQueryOptions desc - notificationUrl - notificationUrl desc - resource @@ -4034,6 +4036,7 @@ paths: - includeResourceData - latestSupportedTlsVersion - lifecycleNotificationUrl + - notificationQueryOptions - notificationUrl - resource type: string @@ -4144,6 +4147,7 @@ paths: - includeResourceData - latestSupportedTlsVersion - lifecycleNotificationUrl + - notificationQueryOptions - notificationUrl - resource type: string @@ -9307,6 +9311,8 @@ paths: - latestSupportedTlsVersion desc - lifecycleNotificationUrl - lifecycleNotificationUrl desc + - notificationQueryOptions + - notificationQueryOptions desc - notificationUrl - notificationUrl desc - resource @@ -9333,6 +9339,7 @@ paths: - includeResourceData - latestSupportedTlsVersion - lifecycleNotificationUrl + - notificationQueryOptions - notificationUrl - resource type: string @@ -9443,6 +9450,7 @@ paths: - includeResourceData - latestSupportedTlsVersion - lifecycleNotificationUrl + - notificationQueryOptions - notificationUrl - resource type: string @@ -12165,6 +12173,9 @@ components: 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 + notificationQueryOptions: + type: string + nullable: true notificationUrl: type: string description: The URL of the endpoint that receives the change notifications. This URL must make use of the HTTPS protocol. Required. @@ -13576,7 +13587,7 @@ components: 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 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 is ''2014-01-01T00:00:00Z'' Returned only on $select. Read-only.' + description: 'The time when this Azure AD user last changed their password. 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 is 2014-01-01T00:00:00Z Returned only on $select. Read-only.' format: date-time nullable: true legalAgeGroupClassification: @@ -13621,7 +13632,7 @@ components: 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 is ''2014-01-01T00:00:00Z''. Returned only on $select. Read-only.' + 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 is 2014-01-01T00:00:00Z. Returned only on $select. Read-only.' format: date-time nullable: true onPremisesProvisioningErrors: @@ -13723,12 +13734,12 @@ components: 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 is ''2014-01-01T00:00:00Z'' Returned only on $select.' + 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 is 2014-01-01T00:00:00Z Returned only on $select.' 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 is ''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.' + 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 is 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 @@ -14369,7 +14380,7 @@ components: 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.' + 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 is 2014-01-01T00:00:00Z. Read-only.' format: date-time nullable: true level: @@ -14540,7 +14551,7 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true capabilityStatus: @@ -15079,7 +15090,7 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true originalStartTimeZone: @@ -15203,7 +15214,7 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true businessAddress: @@ -15502,7 +15513,7 @@ components: 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. 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''.' + description: 'The date and time the message was received. The date and time information uses ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.' format: date-time nullable: true replyTo: @@ -15515,7 +15526,7 @@ components: 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. 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''.' + description: 'The date and time the message was sent. The date and time information uses ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.' format: date-time nullable: true subject: @@ -15716,13 +15727,13 @@ components: 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: 'The expiration date time of the acceptance. 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''' + description: 'The expiration date time of the acceptance. 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 is 2014-01-01T00:00:00Z' 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: '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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true state: @@ -16529,7 +16540,7 @@ components: 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.' + 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 is 2014-01-01T00:00:00Z. Read-only.' format: date-time nullable: true additionalProperties: @@ -16597,7 +16608,7 @@ components: 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.' + 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 is 2014-01-01T00:00:00Z. Read-only.' format: date-time nullable: true additionalProperties: @@ -16847,13 +16858,13 @@ components: 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''' + 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 is 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true additionalProperties: @@ -16992,7 +17003,7 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true additionalProperties: @@ -17039,7 +17050,7 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true name: @@ -17699,7 +17710,7 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true owner: @@ -17760,7 +17771,7 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true conversationThreadId: @@ -17772,13 +17783,13 @@ components: 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''' + 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 is 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true hasDescription: @@ -17812,7 +17823,7 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true title: @@ -18413,7 +18424,7 @@ components: 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.' + 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 is 2014-01-01T00:00:00Z. Returned by default. Read-only.' format: date-time nullable: true description: @@ -18427,7 +18438,7 @@ components: 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.' + 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 is 2014-01-01T00:00:00Z. Returned by default. Read-only.' format: date-time nullable: true groupTypes: @@ -18468,7 +18479,7 @@ components: 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 group 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''. Returned by default. Read-only. Supports $filter.' + description: 'Indicates the last time at which the group 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 is 2014-01-01T00:00:00Z. Returned by default. Read-only. Supports $filter.' format: date-time nullable: true onPremisesNetBiosName: @@ -18508,7 +18519,7 @@ components: 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.' + 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 is 2014-01-01T00:00:00Z. Returned by default. Read-only.' format: date-time nullable: true securityEnabled: @@ -19831,7 +19842,7 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true lastModifiedBy: @@ -19839,7 +19850,7 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true additionalProperties: @@ -19930,13 +19941,13 @@ components: 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.' + 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 is 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.' + 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 is 2014-01-01T00:00:00Z. Read-only.' format: date-time nullable: true deviceId: @@ -19973,7 +19984,7 @@ components: 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.' + 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 is 2014-01-01T00:00:00Z Read-only.' format: date-time nullable: true onPremisesSyncEnabled: @@ -20056,7 +20067,7 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true recipientActionMessage: @@ -20182,13 +20193,13 @@ components: 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''' + 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 is 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true timeOffReasonId: @@ -20407,7 +20418,7 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time preview: type: string @@ -20447,7 +20458,7 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time preview: type: string @@ -21264,7 +21275,7 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time reactionType: type: string @@ -21275,7 +21286,7 @@ components: type: object microsoft.graph.chatMessageHostedContent: allOf: - - $ref: '#/components/schemas/microsoft.graph.entity' + - $ref: '#/components/schemas/microsoft.graph.teamworkHostedContent' - title: chatMessageHostedContent type: object additionalProperties: @@ -21345,7 +21356,7 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time sender: $ref: '#/components/schemas/microsoft.graph.recipient' @@ -21551,7 +21562,7 @@ components: 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 end date and time for the shiftActivity. 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''. Required.' + description: 'The end date and time for the shiftActivity. 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 is 2014-01-01T00:00:00Z. Required.' format: date-time nullable: true isPaid: @@ -21561,7 +21572,7 @@ components: 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 start date and time for the shiftActivity. 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''. Required.' + description: 'The start date and time for the shiftActivity. 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 is 2014-01-01T00:00:00Z. Required.' format: date-time nullable: true theme: @@ -21611,6 +21622,23 @@ components: - allowOverrideWithoutJustification - allowOverrideWithJustification type: string + microsoft.graph.teamworkHostedContent: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: teamworkHostedContent + type: object + properties: + contentBytes: + type: string + description: Write only. Bytes for the hosted content (such as images). + format: base64url + nullable: true + contentType: + type: string + description: 'Write only. Content type, such as image/png, image/jpg.' + nullable: true + additionalProperties: + type: object microsoft.graph.workbookChartGridlinesFormat: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' diff --git a/openApiDocs/v1.0/Groups.yml b/openApiDocs/v1.0/Groups.yml index 838c49d9ba9..100bdcc1cfb 100644 --- a/openApiDocs/v1.0/Groups.yml +++ b/openApiDocs/v1.0/Groups.yml @@ -20604,7 +20604,7 @@ components: 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.' + 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 is 2014-01-01T00:00:00Z. Returned by default. Read-only.' format: date-time nullable: true description: @@ -20618,7 +20618,7 @@ components: 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.' + 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 is 2014-01-01T00:00:00Z. Returned by default. Read-only.' format: date-time nullable: true groupTypes: @@ -20659,7 +20659,7 @@ components: 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 group 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''. Returned by default. Read-only. Supports $filter.' + description: 'Indicates the last time at which the group 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 is 2014-01-01T00:00:00Z. Returned by default. Read-only. Supports $filter.' format: date-time nullable: true onPremisesNetBiosName: @@ -20699,7 +20699,7 @@ components: 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.' + 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 is 2014-01-01T00:00:00Z. Returned by default. Read-only.' format: date-time nullable: true securityEnabled: @@ -21064,7 +21064,7 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true originalStartTimeZone: @@ -21151,7 +21151,7 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time preview: type: string @@ -21191,7 +21191,7 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time preview: type: string @@ -21245,7 +21245,7 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time sender: $ref: '#/components/schemas/microsoft.graph.recipient' @@ -21289,7 +21289,7 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true name: @@ -21492,7 +21492,7 @@ components: lastAccessedTime: 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.' + 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 is 2014-01-01T00:00:00Z. Read-only.' format: date-time nullable: true links: @@ -22077,13 +22077,13 @@ components: 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''' + 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 is 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true additionalProperties: @@ -22209,7 +22209,7 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true additionalProperties: @@ -22883,7 +22883,7 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true owner: @@ -22967,7 +22967,7 @@ components: 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.' + 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 is 2014-01-01T00:00:00Z. Read-only.' format: date-time nullable: true level: @@ -23829,7 +23829,7 @@ components: 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 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 is ''2014-01-01T00:00:00Z'' Returned only on $select. Read-only.' + description: 'The time when this Azure AD user last changed their password. 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 is 2014-01-01T00:00:00Z Returned only on $select. Read-only.' format: date-time nullable: true legalAgeGroupClassification: @@ -23874,7 +23874,7 @@ components: 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 is ''2014-01-01T00:00:00Z''. Returned only on $select. Read-only.' + 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 is 2014-01-01T00:00:00Z. Returned only on $select. Read-only.' format: date-time nullable: true onPremisesProvisioningErrors: @@ -23976,12 +23976,12 @@ components: 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 is ''2014-01-01T00:00:00Z'' Returned only on $select.' + 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 is 2014-01-01T00:00:00Z Returned only on $select.' 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 is ''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.' + 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 is 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 @@ -24765,6 +24765,9 @@ components: 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 + notificationQueryOptions: + type: string + nullable: true notificationUrl: type: string description: The URL of the endpoint that receives the change notifications. This URL must make use of the HTTPS protocol. Required. @@ -25241,7 +25244,7 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true conversationThreadId: @@ -25253,13 +25256,13 @@ components: 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''' + 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 is 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true hasDescription: @@ -25293,7 +25296,7 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true title: @@ -25326,7 +25329,7 @@ components: 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.' + 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 is 2014-01-01T00:00:00Z. Read-only.' format: date-time nullable: true additionalProperties: @@ -25340,7 +25343,7 @@ components: 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.' + 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 is 2014-01-01T00:00:00Z. Read-only.' format: date-time nullable: true additionalProperties: @@ -25393,7 +25396,7 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true recipientActionMessage: @@ -25519,13 +25522,13 @@ components: 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''' + 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 is 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true timeOffReasonId: @@ -25828,7 +25831,7 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true capabilityStatus: @@ -26184,7 +26187,7 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true businessAddress: @@ -26483,7 +26486,7 @@ components: 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. 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''.' + description: 'The date and time the message was received. The date and time information uses ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.' format: date-time nullable: true replyTo: @@ -26496,7 +26499,7 @@ components: 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. 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''.' + description: 'The date and time the message was sent. The date and time information uses ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.' format: date-time nullable: true subject: @@ -26668,13 +26671,13 @@ components: 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: 'The expiration date time of the acceptance. 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''' + description: 'The expiration date time of the acceptance. 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 is 2014-01-01T00:00:00Z' 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: '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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true state: @@ -27744,7 +27747,7 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true lastModifiedBy: @@ -27752,7 +27755,7 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true additionalProperties: @@ -27920,7 +27923,7 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time reactionType: type: string @@ -27931,7 +27934,7 @@ components: type: object microsoft.graph.chatMessageHostedContent: allOf: - - $ref: '#/components/schemas/microsoft.graph.entity' + - $ref: '#/components/schemas/microsoft.graph.teamworkHostedContent' - title: chatMessageHostedContent type: object additionalProperties: @@ -29240,7 +29243,7 @@ components: 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 end date and time for the shiftActivity. 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''. Required.' + description: 'The end date and time for the shiftActivity. 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 is 2014-01-01T00:00:00Z. Required.' format: date-time nullable: true isPaid: @@ -29250,7 +29253,7 @@ components: 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 start date and time for the shiftActivity. 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''. Required.' + description: 'The start date and time for the shiftActivity. 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 is 2014-01-01T00:00:00Z. Required.' format: date-time nullable: true theme: @@ -29300,6 +29303,23 @@ components: - allowOverrideWithoutJustification - allowOverrideWithJustification type: string + microsoft.graph.teamworkHostedContent: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: teamworkHostedContent + type: object + properties: + contentBytes: + type: string + description: Write only. Bytes for the hosted content (such as images). + format: base64url + nullable: true + contentType: + type: string + description: 'Write only. Content type, such as image/png, image/jpg.' + nullable: true + additionalProperties: + type: object microsoft.graph.externalAudienceScope: title: externalAudienceScope enum: @@ -29880,13 +29900,13 @@ components: 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.' + 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 is 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.' + 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 is 2014-01-01T00:00:00Z. Read-only.' format: date-time nullable: true deviceId: @@ -29923,7 +29943,7 @@ components: 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.' + 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 is 2014-01-01T00:00:00Z Read-only.' format: date-time nullable: true onPremisesSyncEnabled: diff --git a/openApiDocs/v1.0/Identity.DirectoryManagement.yml b/openApiDocs/v1.0/Identity.DirectoryManagement.yml index 3e292008bde..2488fec05cd 100644 --- a/openApiDocs/v1.0/Identity.DirectoryManagement.yml +++ b/openApiDocs/v1.0/Identity.DirectoryManagement.yml @@ -8363,7 +8363,7 @@ components: 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: 'Date and time when this organizational contact was last synchronized from on-premises AD. 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''.' + description: 'Date and time when this organizational contact was last synchronized from on-premises AD. 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 is 2014-01-01T00:00:00Z.' format: date-time nullable: true onPremisesProvisioningErrors: @@ -8495,13 +8495,13 @@ components: 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.' + 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 is 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.' + 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 is 2014-01-01T00:00:00Z. Read-only.' format: date-time nullable: true deviceId: @@ -8538,7 +8538,7 @@ components: 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.' + 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 is 2014-01-01T00:00:00Z Read-only.' format: date-time nullable: true onPremisesSyncEnabled: @@ -8852,7 +8852,7 @@ components: 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 organization was created. The value cannot be modified and is automatically populated when the organization 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''. Read-only.' + description: 'Timestamp of when the organization was created. The value cannot be modified and is automatically populated when the organization 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 is 2014-01-01T00:00:00Z. Read-only.' format: date-time nullable: true displayName: @@ -8867,7 +8867,7 @@ components: 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 time and date at which the tenant was last synced with the on-premise 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''.' + description: 'The time and date at which the tenant was last synced with the on-premise 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 is 2014-01-01T00:00:00Z.' format: date-time nullable: true onPremisesSyncEnabled: @@ -9131,7 +9131,7 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true capabilityStatus: diff --git a/openApiDocs/v1.0/Identity.Governance.yml b/openApiDocs/v1.0/Identity.Governance.yml index 3b86fb0d342..e08a01f23bc 100644 --- a/openApiDocs/v1.0/Identity.Governance.yml +++ b/openApiDocs/v1.0/Identity.Governance.yml @@ -2057,13 +2057,13 @@ components: 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: 'The expiration date time of the acceptance. 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''' + description: 'The expiration date time of the acceptance. 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 is 2014-01-01T00:00:00Z' 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: '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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true state: @@ -2139,7 +2139,7 @@ components: 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 DateTime when the agreement is set to expire for all users. 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''.' + description: 'The DateTime when the agreement is set to expire for all users. 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 is 2014-01-01T00:00:00Z.' format: date-time nullable: true additionalProperties: diff --git a/openApiDocs/v1.0/Identity.SignIns.yml b/openApiDocs/v1.0/Identity.SignIns.yml index 7bde61b8a31..3402bea7163 100644 --- a/openApiDocs/v1.0/Identity.SignIns.yml +++ b/openApiDocs/v1.0/Identity.SignIns.yml @@ -2784,6 +2784,7 @@ paths: - permissionGrantPolicies - tokenIssuancePolicies - tokenLifetimePolicies + - featureRolloutPolicies - conditionalAccessPolicies - identitySecurityDefaultsEnforcementPolicy type: string @@ -2806,6 +2807,7 @@ paths: - permissionGrantPolicies - tokenIssuancePolicies - tokenLifetimePolicies + - featureRolloutPolicies - conditionalAccessPolicies - identitySecurityDefaultsEnforcementPolicy type: string @@ -2833,6 +2835,8 @@ paths: operationId: policies.ListTokenIssuancePolicies tokenLifetimePolicies: operationId: policies.ListTokenLifetimePolicies + featureRolloutPolicies: + operationId: policies.ListFeatureRolloutPolicies conditionalAccessPolicies: operationId: policies.ListConditionalAccessPolicies identitySecurityDefaultsEnforcementPolicy: @@ -3695,6 +3699,459 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation + /policies/featureRolloutPolicies: + get: + tags: + - policies.featureRolloutPolicy + summary: Get featureRolloutPolicies from policies + operationId: policies_ListFeatureRolloutPolicies + parameters: + - $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 + - description + - description desc + - displayName + - displayName desc + - feature + - feature desc + - isAppliedToOrganization + - isAppliedToOrganization desc + - isEnabled + - isEnabled 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 + - description + - displayName + - feature + - isAppliedToOrganization + - isEnabled + - appliesTo + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - '*' + - appliesTo + type: string + responses: + '200': + description: Retrieved navigation property + content: + application/json: + schema: + title: Collection of featureRolloutPolicy + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.featureRolloutPolicy' + '@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: + - policies.featureRolloutPolicy + summary: Create new navigation property to featureRolloutPolicies for policies + operationId: policies_CreateFeatureRolloutPolicies + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.featureRolloutPolicy' + required: true + responses: + '201': + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.featureRolloutPolicy' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/policies/featureRolloutPolicies/{featureRolloutPolicy-id}': + get: + tags: + - policies.featureRolloutPolicy + summary: Get featureRolloutPolicies from policies + operationId: policies_GetFeatureRolloutPolicies + parameters: + - name: featureRolloutPolicy-id + in: path + description: 'key: id of featureRolloutPolicy' + required: true + schema: + type: string + x-ms-docs-key-type: featureRolloutPolicy + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - id + - description + - displayName + - feature + - isAppliedToOrganization + - isEnabled + - appliesTo + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - '*' + - appliesTo + type: string + responses: + '200': + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.featureRolloutPolicy' + links: + appliesTo: + operationId: policies.FeatureRolloutPolicies.ListAppliesTo + parameters: + featureRolloutPolicy-id: $request.path.featureRolloutPolicy-id + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - policies.featureRolloutPolicy + summary: Update the navigation property featureRolloutPolicies in policies + operationId: policies_UpdateFeatureRolloutPolicies + parameters: + - name: featureRolloutPolicy-id + in: path + description: 'key: id of featureRolloutPolicy' + required: true + schema: + type: string + x-ms-docs-key-type: featureRolloutPolicy + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.featureRolloutPolicy' + required: true + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - policies.featureRolloutPolicy + summary: Delete navigation property featureRolloutPolicies for policies + operationId: policies_DeleteFeatureRolloutPolicies + parameters: + - name: featureRolloutPolicy-id + in: path + description: 'key: id of featureRolloutPolicy' + required: true + schema: + type: string + x-ms-docs-key-type: featureRolloutPolicy + - 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 + '/policies/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo': + get: + tags: + - policies.featureRolloutPolicy + summary: Get appliesTo from policies + operationId: policies.featureRolloutPolicies_ListAppliesTo + parameters: + - name: featureRolloutPolicy-id + in: path + description: 'key: id of featureRolloutPolicy' + required: true + schema: + type: string + x-ms-docs-key-type: featureRolloutPolicy + - $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 + - deletedDateTime + - deletedDateTime 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 + - deletedDateTime + 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 directoryObject + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.directoryObject' + '@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: + - policies.featureRolloutPolicy + summary: Create new navigation property to appliesTo for policies + operationId: policies.featureRolloutPolicies_CreateAppliesTo + parameters: + - name: featureRolloutPolicy-id + in: path + description: 'key: id of featureRolloutPolicy' + required: true + schema: + type: string + x-ms-docs-key-type: featureRolloutPolicy + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.directoryObject' + required: true + responses: + '201': + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.directoryObject' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/policies/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo/{directoryObject-id}': + get: + tags: + - policies.featureRolloutPolicy + summary: Get appliesTo from policies + operationId: policies.featureRolloutPolicies_GetAppliesTo + parameters: + - name: featureRolloutPolicy-id + in: path + description: 'key: id of featureRolloutPolicy' + required: true + schema: + type: string + x-ms-docs-key-type: featureRolloutPolicy + - name: directoryObject-id + in: path + description: 'key: id of directoryObject' + required: true + schema: + type: string + x-ms-docs-key-type: directoryObject + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - id + - deletedDateTime + 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.directoryObject' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - policies.featureRolloutPolicy + summary: Update the navigation property appliesTo in policies + operationId: policies.featureRolloutPolicies_UpdateAppliesTo + parameters: + - name: featureRolloutPolicy-id + in: path + description: 'key: id of featureRolloutPolicy' + required: true + schema: + type: string + x-ms-docs-key-type: featureRolloutPolicy + - name: directoryObject-id + in: path + description: 'key: id of directoryObject' + required: true + schema: + type: string + x-ms-docs-key-type: directoryObject + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.directoryObject' + required: true + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - policies.featureRolloutPolicy + summary: Delete navigation property appliesTo for policies + operationId: policies.featureRolloutPolicies_DeleteAppliesTo + parameters: + - name: featureRolloutPolicy-id + in: path + description: 'key: id of featureRolloutPolicy' + required: true + schema: + type: string + x-ms-docs-key-type: featureRolloutPolicy + - name: directoryObject-id + in: path + description: 'key: id of directoryObject' + required: true + schema: + type: string + x-ms-docs-key-type: directoryObject + - 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 /policies/homeRealmDiscoveryPolicies: get: tags: @@ -6647,7 +7104,7 @@ components: 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: 'Represents when the request for this data policy operation was completed, in UTC time, using the ISO 8601 format. For example, midnight UTC on Jan 1, 2014 would look like this: ''2014-01-01T00:00:00Z''. Null until the operation completes.' + description: 'Represents when the request for this data policy operation was completed, in UTC time, using the ISO 8601 format. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Null until the operation completes.' format: date-time nullable: true progress: @@ -6663,7 +7120,7 @@ components: submittedDateTime: 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 when the request for this data operation was submitted, in UTC time, using the ISO 8601 format. For example, midnight UTC on Jan 1, 2014 would look like this: ''2014-01-01T00:00:00Z''' + description: 'Represents when the request for this data operation was submitted, in UTC time, using the ISO 8601 format. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z' format: date-time userId: type: string @@ -6695,7 +7152,7 @@ components: 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 creation date and time of the location 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.' + description: 'The Timestamp type represents creation date and time of the location using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.' format: date-time nullable: true displayName: @@ -6704,7 +7161,7 @@ components: modifiedDateTime: 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 last modified date and time of the location 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.' + description: 'The Timestamp type represents last modified date and time of the location using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.' format: date-time nullable: true additionalProperties: @@ -6720,7 +7177,7 @@ components: 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''. Readonly.' + 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 is 2014-01-01T00:00:00Z. Readonly.' format: date-time nullable: true description: @@ -6735,7 +7192,7 @@ components: modifiedDateTime: 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''. Readonly.' + 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 is 2014-01-01T00:00:00Z. Readonly.' format: date-time nullable: true sessionControls: @@ -6795,7 +7252,7 @@ components: 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''.' + 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 is 2014-01-01T00:00:00Z.' format: date-time nullable: true expectedAssessment: @@ -6820,7 +7277,7 @@ components: 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''.' + 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 is 2014-01-01T00:00:00Z.' format: date-time nullable: true message: @@ -6988,7 +7445,7 @@ components: 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 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 is ''2014-01-01T00:00:00Z'' Returned only on $select. Read-only.' + description: 'The time when this Azure AD user last changed their password. 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 is 2014-01-01T00:00:00Z Returned only on $select. Read-only.' format: date-time nullable: true legalAgeGroupClassification: @@ -7033,7 +7490,7 @@ components: 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 is ''2014-01-01T00:00:00Z''. Returned only on $select. Read-only.' + 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 is 2014-01-01T00:00:00Z. Returned only on $select. Read-only.' format: date-time nullable: true onPremisesProvisioningErrors: @@ -7135,12 +7592,12 @@ components: 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 is ''2014-01-01T00:00:00Z'' Returned only on $select.' + 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 is 2014-01-01T00:00:00Z Returned only on $select.' 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 is ''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.' + 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 is 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 @@ -7435,6 +7892,10 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.tokenLifetimePolicy' + featureRolloutPolicies: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.featureRolloutPolicy' conditionalAccessPolicies: type: array items: @@ -7517,6 +7978,48 @@ 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.featureRolloutPolicy: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: featureRolloutPolicy + type: object + properties: + description: + type: string + description: A description for this feature rollout policy. + nullable: true + displayName: + type: string + description: The display name for this feature rollout policy. + feature: + $ref: '#/components/schemas/microsoft.graph.stagedFeatureName' + isAppliedToOrganization: + type: boolean + description: Indicates whether this feature rollout policy should be applied to the entire organization. + isEnabled: + type: boolean + description: Indicates whether the feature rollout is enabled. + appliesTo: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.directoryObject' + description: Nullable. Specifies a list of directoryObjects that feature is enabled for. + additionalProperties: + type: object + 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.homeRealmDiscoveryPolicy: allOf: - $ref: '#/components/schemas/microsoft.graph.stsPolicy' @@ -7728,13 +8231,13 @@ components: 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.' + 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 is 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.' + 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 is 2014-01-01T00:00:00Z. Read-only.' format: date-time nullable: true deviceId: @@ -7771,7 +8274,7 @@ components: 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.' + 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 is 2014-01-01T00:00:00Z Read-only.' format: date-time nullable: true onPremisesSyncEnabled: @@ -8019,20 +8522,6 @@ components: nullable: true additionalProperties: type: object - 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.assignedLicense: title: assignedLicense type: object @@ -8059,7 +8548,7 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true capabilityStatus: @@ -8572,7 +9061,7 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true originalStartTimeZone: @@ -8696,7 +9185,7 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true businessAddress: @@ -8995,7 +9484,7 @@ components: 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. 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''.' + description: 'The date and time the message was received. The date and time information uses ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.' format: date-time nullable: true replyTo: @@ -9008,7 +9497,7 @@ components: 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. 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''.' + description: 'The date and time the message was sent. The date and time information uses ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.' format: date-time nullable: true subject: @@ -9309,13 +9798,13 @@ components: 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: 'The expiration date time of the acceptance. 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''' + description: 'The expiration date time of the acceptance. 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 is 2014-01-01T00:00:00Z' 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: '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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true state: @@ -10052,6 +10541,15 @@ components: description: 'Indicates if user consent to apps is allowed, and if it is, which permission to grant consent and which app consent policy (permissionGrantPolicy) govern the permission for users to grant consent. Value should be in the format managePermissionGrantsForSelf.{id}, where {id} is the id of a built-in or custom app consent policy. An empty list indicates user consent to apps is disabled.' additionalProperties: type: object + microsoft.graph.stagedFeatureName: + title: stagedFeatureName + enum: + - passthroughAuthentication + - seamlessSso + - passwordHashSync + - emailAsAlternateId + - unknownFutureValue + type: string microsoft.graph.permissionType: title: permissionType enum: @@ -10491,13 +10989,13 @@ components: 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''' + 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 is 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true additionalProperties: @@ -10628,7 +11126,7 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true additionalProperties: @@ -10675,7 +11173,7 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true name: @@ -11797,7 +12295,7 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true owner: @@ -11858,7 +12356,7 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true conversationThreadId: @@ -11870,13 +12368,13 @@ components: 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''' + 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 is 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true hasDescription: @@ -11910,7 +12408,7 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true title: @@ -12082,7 +12580,7 @@ components: 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.' + 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 is 2014-01-01T00:00:00Z. Read-only.' format: date-time nullable: true level: @@ -12616,7 +13114,7 @@ components: 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.' + 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 is 2014-01-01T00:00:00Z. Returned by default. Read-only.' format: date-time nullable: true description: @@ -12630,7 +13128,7 @@ components: 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.' + 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 is 2014-01-01T00:00:00Z. Returned by default. Read-only.' format: date-time nullable: true groupTypes: @@ -12671,7 +13169,7 @@ components: 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 group 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''. Returned by default. Read-only. Supports $filter.' + description: 'Indicates the last time at which the group 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 is 2014-01-01T00:00:00Z. Returned by default. Read-only. Supports $filter.' format: date-time nullable: true onPremisesNetBiosName: @@ -12711,7 +13209,7 @@ components: 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.' + 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 is 2014-01-01T00:00:00Z. Returned by default. Read-only.' format: date-time nullable: true securityEnabled: @@ -14118,6 +14616,9 @@ components: 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 + notificationQueryOptions: + type: string + nullable: true notificationUrl: type: string description: The URL of the endpoint that receives the change notifications. This URL must make use of the HTTPS protocol. Required. @@ -14882,7 +15383,7 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true lastModifiedBy: @@ -14890,7 +15391,7 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true additionalProperties: @@ -14929,7 +15430,7 @@ components: 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.' + 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 is 2014-01-01T00:00:00Z. Read-only.' format: date-time nullable: true additionalProperties: @@ -14997,7 +15498,7 @@ components: 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.' + 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 is 2014-01-01T00:00:00Z. Read-only.' format: date-time nullable: true additionalProperties: @@ -15102,7 +15603,7 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true recipientActionMessage: @@ -15228,13 +15729,13 @@ components: 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''' + 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 is 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true timeOffReasonId: @@ -15453,7 +15954,7 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time preview: type: string @@ -15493,7 +15994,7 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time preview: type: string @@ -16520,7 +17021,7 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time reactionType: type: string @@ -16531,7 +17032,7 @@ components: type: object microsoft.graph.chatMessageHostedContent: allOf: - - $ref: '#/components/schemas/microsoft.graph.entity' + - $ref: '#/components/schemas/microsoft.graph.teamworkHostedContent' - title: chatMessageHostedContent type: object additionalProperties: @@ -16601,7 +17102,7 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time sender: $ref: '#/components/schemas/microsoft.graph.recipient' @@ -16916,7 +17417,7 @@ components: 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 end date and time for the shiftActivity. 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''. Required.' + description: 'The end date and time for the shiftActivity. 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 is 2014-01-01T00:00:00Z. Required.' format: date-time nullable: true isPaid: @@ -16926,7 +17427,7 @@ components: 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 start date and time for the shiftActivity. 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''. Required.' + description: 'The start date and time for the shiftActivity. 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 is 2014-01-01T00:00:00Z. Required.' format: date-time nullable: true theme: @@ -16976,6 +17477,23 @@ components: - allowOverrideWithoutJustification - allowOverrideWithJustification type: string + microsoft.graph.teamworkHostedContent: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: teamworkHostedContent + type: object + properties: + contentBytes: + type: string + description: Write only. Bytes for the hosted content (such as images). + format: base64url + nullable: true + contentType: + type: string + description: 'Write only. Content type, such as image/png, image/jpg.' + nullable: true + additionalProperties: + type: object microsoft.graph.workbookFilter: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' diff --git a/openApiDocs/v1.0/Mail.yml b/openApiDocs/v1.0/Mail.yml index 7a78f5d9261..87e79eb3de5 100644 --- a/openApiDocs/v1.0/Mail.yml +++ b/openApiDocs/v1.0/Mail.yml @@ -5260,7 +5260,7 @@ components: 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. 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''.' + description: 'The date and time the message was received. The date and time information uses ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.' format: date-time nullable: true replyTo: @@ -5273,7 +5273,7 @@ components: 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. 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''.' + description: 'The date and time the message was sent. The date and time information uses ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.' format: date-time nullable: true subject: @@ -5329,7 +5329,7 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true name: @@ -5612,13 +5612,13 @@ components: 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''' + 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 is 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true additionalProperties: diff --git a/openApiDocs/v1.0/Notes.yml b/openApiDocs/v1.0/Notes.yml index 7cbfa5a02c3..04ed97f2e8c 100644 --- a/openApiDocs/v1.0/Notes.yml +++ b/openApiDocs/v1.0/Notes.yml @@ -85075,7 +85075,7 @@ components: 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.' + 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 is 2014-01-01T00:00:00Z. Read-only.' format: date-time nullable: true level: @@ -85174,7 +85174,7 @@ components: 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.' + 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 is 2014-01-01T00:00:00Z. Read-only.' format: date-time nullable: true additionalProperties: @@ -85216,7 +85216,7 @@ components: 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.' + 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 is 2014-01-01T00:00:00Z. Read-only.' format: date-time nullable: true additionalProperties: diff --git a/openApiDocs/v1.0/PersonalContacts.yml b/openApiDocs/v1.0/PersonalContacts.yml index c1e1524016e..69c21363860 100644 --- a/openApiDocs/v1.0/PersonalContacts.yml +++ b/openApiDocs/v1.0/PersonalContacts.yml @@ -4149,7 +4149,7 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true businessAddress: @@ -4381,13 +4381,13 @@ components: 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''' + 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 is 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true additionalProperties: diff --git a/openApiDocs/v1.0/Planner.yml b/openApiDocs/v1.0/Planner.yml index a84759125e2..00b2fa01923 100644 --- a/openApiDocs/v1.0/Planner.yml +++ b/openApiDocs/v1.0/Planner.yml @@ -10672,7 +10672,7 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true owner: @@ -10757,7 +10757,7 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true conversationThreadId: @@ -10769,13 +10769,13 @@ components: 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''' + 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 is 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true hasDescription: @@ -10809,7 +10809,7 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true title: diff --git a/openApiDocs/v1.0/Reports.yml b/openApiDocs/v1.0/Reports.yml index e470e698637..58bd663ac69 100644 --- a/openApiDocs/v1.0/Reports.yml +++ b/openApiDocs/v1.0/Reports.yml @@ -4029,7 +4029,7 @@ components: 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: 'Indicates the date and time the activity was performed. The Timestamp type is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: ''2014-01-01T00:00:00Z''' + description: 'Indicates the date and time the activity was performed. The Timestamp type is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z' format: date-time activityDisplayName: type: string @@ -4113,7 +4113,7 @@ components: 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 sign-in was initiated. The Timestamp type is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: ''2014-01-01T00:00:00Z''.' + description: 'The date and time the sign-in was initiated. The Timestamp type is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.' format: date-time deviceDetail: $ref: '#/components/schemas/microsoft.graph.deviceDetail' @@ -4285,11 +4285,11 @@ components: properties: key: type: string - description: 'Contains the name of the field that a value is associated with. When a sign in or domain hint is included in the sign-in request, corresponding fields are included as key-value pairs. Possible keys: Login hint present, Domain hint present.' + description: Key. nullable: true value: type: string - description: Contains the corresponding value for the specified key. The value is true if a sign in hint was included in the sign-in request; otherwise false. The value is true if a domain hint was included in the sign-in request; otherwise false. + description: Value. nullable: true additionalProperties: type: object diff --git a/openApiDocs/v1.0/Security.yml b/openApiDocs/v1.0/Security.yml index 9a171739087..6c98f7cdbb0 100644 --- a/openApiDocs/v1.0/Security.yml +++ b/openApiDocs/v1.0/Security.yml @@ -981,7 +981,7 @@ components: 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 - description: 'Time at which the alert was closed. 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'' (supports update).' + description: 'Time at which the alert was closed. 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 is 2014-01-01T00:00:00Z (supports update).' format: date-time nullable: true cloudAppStates: @@ -1005,7 +1005,7 @@ components: 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 at which the alert was created by the alert provider. 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''. Required.' + description: 'Time at which the alert was created by the alert provider. 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 is 2014-01-01T00:00:00Z. Required.' format: date-time nullable: true description: @@ -1021,7 +1021,7 @@ components: 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 at which the event(s) that served as the trigger(s) to generate the alert occurred. 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''. Required.' + description: 'Time at which the event(s) that served as the trigger(s) to generate the alert occurred. 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 is 2014-01-01T00:00:00Z. Required.' format: date-time nullable: true feedback: @@ -1059,7 +1059,7 @@ components: 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: 'Time at which the alert entity was last modified. 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''.' + description: 'Time at which the alert entity was last modified. 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 is 2014-01-01T00:00:00Z.' format: date-time nullable: true malwareStates: @@ -1386,7 +1386,7 @@ components: updatedDateTime: 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 the alert update. 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''' + description: 'Date and time of the alert update. 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true user: @@ -1541,7 +1541,7 @@ components: domainRegisteredDateTime: 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 when the destination domain was registered. 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''' + description: 'Date when the destination domain was registered. 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true localDnsName: @@ -1605,7 +1605,7 @@ components: 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 at which the process was started. 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''.' + description: 'Time at which the process was started. 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 is 2014-01-01T00:00:00Z.' format: date-time nullable: true fileHash: @@ -1623,7 +1623,7 @@ components: parentProcessCreatedDateTime: 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 at which the parent process was started. 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''.' + description: 'DateTime at which the parent process was started. 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 is 2014-01-01T00:00:00Z.' format: date-time nullable: true parentProcessId: @@ -1794,7 +1794,7 @@ components: logonDateTime: 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 sign-in occurred. 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''.' + description: 'Time at which the sign-in occurred. 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 is 2014-01-01T00:00:00Z.' format: date-time nullable: true logonId: diff --git a/openApiDocs/v1.0/Sites.yml b/openApiDocs/v1.0/Sites.yml index 0cddd34a27c..84c3f5ec570 100644 --- a/openApiDocs/v1.0/Sites.yml +++ b/openApiDocs/v1.0/Sites.yml @@ -5481,6 +5481,8 @@ paths: - latestSupportedTlsVersion desc - lifecycleNotificationUrl - lifecycleNotificationUrl desc + - notificationQueryOptions + - notificationQueryOptions desc - notificationUrl - notificationUrl desc - resource @@ -5507,6 +5509,7 @@ paths: - includeResourceData - latestSupportedTlsVersion - lifecycleNotificationUrl + - notificationQueryOptions - notificationUrl - resource type: string @@ -5631,6 +5634,7 @@ paths: - includeResourceData - latestSupportedTlsVersion - lifecycleNotificationUrl + - notificationQueryOptions - notificationUrl - resource type: string @@ -13835,6 +13839,9 @@ components: 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 + notificationQueryOptions: + type: string + nullable: true notificationUrl: type: string description: The URL of the endpoint that receives the change notifications. This URL must make use of the HTTPS protocol. Required. @@ -13955,7 +13962,7 @@ components: lastAccessedTime: 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.' + 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 is 2014-01-01T00:00:00Z. Read-only.' format: date-time nullable: true links: @@ -15374,7 +15381,7 @@ components: 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 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 is ''2014-01-01T00:00:00Z'' Returned only on $select. Read-only.' + description: 'The time when this Azure AD user last changed their password. 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 is 2014-01-01T00:00:00Z Returned only on $select. Read-only.' format: date-time nullable: true legalAgeGroupClassification: @@ -15419,7 +15426,7 @@ components: 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 is ''2014-01-01T00:00:00Z''. Returned only on $select. Read-only.' + 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 is 2014-01-01T00:00:00Z. Returned only on $select. Read-only.' format: date-time nullable: true onPremisesProvisioningErrors: @@ -15521,12 +15528,12 @@ components: 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 is ''2014-01-01T00:00:00Z'' Returned only on $select.' + 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 is 2014-01-01T00:00:00Z Returned only on $select.' 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 is ''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.' + 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 is 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 @@ -15849,7 +15856,7 @@ components: 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.' + 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 is 2014-01-01T00:00:00Z. Read-only.' format: date-time nullable: true level: @@ -16334,7 +16341,7 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true capabilityStatus: @@ -16873,7 +16880,7 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true originalStartTimeZone: @@ -16997,7 +17004,7 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true businessAddress: @@ -17296,7 +17303,7 @@ components: 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. 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''.' + description: 'The date and time the message was received. The date and time information uses ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.' format: date-time nullable: true replyTo: @@ -17309,7 +17316,7 @@ components: 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. 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''.' + description: 'The date and time the message was sent. The date and time information uses ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.' format: date-time nullable: true subject: @@ -17510,13 +17517,13 @@ components: 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: 'The expiration date time of the acceptance. 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''' + description: 'The expiration date time of the acceptance. 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 is 2014-01-01T00:00:00Z' 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: '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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true state: @@ -18150,7 +18157,7 @@ components: 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.' + 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 is 2014-01-01T00:00:00Z. Read-only.' format: date-time nullable: true additionalProperties: @@ -18164,7 +18171,7 @@ components: 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.' + 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 is 2014-01-01T00:00:00Z. Read-only.' format: date-time nullable: true additionalProperties: @@ -18587,13 +18594,13 @@ components: 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''' + 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 is 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true additionalProperties: @@ -18732,7 +18739,7 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true additionalProperties: @@ -18779,7 +18786,7 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true name: @@ -19439,7 +19446,7 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true owner: @@ -19500,7 +19507,7 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true conversationThreadId: @@ -19512,13 +19519,13 @@ components: 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''' + 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 is 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true hasDescription: @@ -19552,7 +19559,7 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true title: @@ -20153,7 +20160,7 @@ components: 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.' + 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 is 2014-01-01T00:00:00Z. Returned by default. Read-only.' format: date-time nullable: true description: @@ -20167,7 +20174,7 @@ components: 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.' + 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 is 2014-01-01T00:00:00Z. Returned by default. Read-only.' format: date-time nullable: true groupTypes: @@ -20208,7 +20215,7 @@ components: 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 group 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''. Returned by default. Read-only. Supports $filter.' + description: 'Indicates the last time at which the group 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 is 2014-01-01T00:00:00Z. Returned by default. Read-only. Supports $filter.' format: date-time nullable: true onPremisesNetBiosName: @@ -20248,7 +20255,7 @@ components: 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.' + 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 is 2014-01-01T00:00:00Z. Returned by default. Read-only.' format: date-time nullable: true securityEnabled: @@ -21553,7 +21560,7 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true lastModifiedBy: @@ -21561,7 +21568,7 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true additionalProperties: @@ -21652,13 +21659,13 @@ components: 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.' + 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 is 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.' + 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 is 2014-01-01T00:00:00Z. Read-only.' format: date-time nullable: true deviceId: @@ -21695,7 +21702,7 @@ components: 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.' + 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 is 2014-01-01T00:00:00Z Read-only.' format: date-time nullable: true onPremisesSyncEnabled: @@ -21778,7 +21785,7 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true recipientActionMessage: @@ -21904,13 +21911,13 @@ components: 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''' + 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 is 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true timeOffReasonId: @@ -22129,7 +22136,7 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time preview: type: string @@ -22169,7 +22176,7 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time preview: type: string @@ -22986,7 +22993,7 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time reactionType: type: string @@ -22997,7 +23004,7 @@ components: type: object microsoft.graph.chatMessageHostedContent: allOf: - - $ref: '#/components/schemas/microsoft.graph.entity' + - $ref: '#/components/schemas/microsoft.graph.teamworkHostedContent' - title: chatMessageHostedContent type: object additionalProperties: @@ -23067,7 +23074,7 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time sender: $ref: '#/components/schemas/microsoft.graph.recipient' @@ -23273,7 +23280,7 @@ components: 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 end date and time for the shiftActivity. 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''. Required.' + description: 'The end date and time for the shiftActivity. 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 is 2014-01-01T00:00:00Z. Required.' format: date-time nullable: true isPaid: @@ -23283,7 +23290,7 @@ components: 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 start date and time for the shiftActivity. 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''. Required.' + description: 'The start date and time for the shiftActivity. 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 is 2014-01-01T00:00:00Z. Required.' format: date-time nullable: true theme: @@ -23333,6 +23340,23 @@ components: - allowOverrideWithoutJustification - allowOverrideWithJustification type: string + microsoft.graph.teamworkHostedContent: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: teamworkHostedContent + type: object + properties: + contentBytes: + type: string + description: Write only. Bytes for the hosted content (such as images). + format: base64url + nullable: true + contentType: + type: string + description: 'Write only. Content type, such as image/png, image/jpg.' + nullable: true + additionalProperties: + type: object microsoft.graph.workbookChartGridlinesFormat: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' diff --git a/openApiDocs/v1.0/Teams.yml b/openApiDocs/v1.0/Teams.yml index 44f3d4f9ce2..dc8b8f0fc47 100644 --- a/openApiDocs/v1.0/Teams.yml +++ b/openApiDocs/v1.0/Teams.yml @@ -3851,6 +3851,10 @@ paths: enum: - id - id desc + - contentBytes + - contentBytes desc + - contentType + - contentType desc type: string - name: $select in: query @@ -3863,6 +3867,8 @@ paths: items: enum: - id + - contentBytes + - contentType type: string - name: $expand in: query @@ -3989,6 +3995,8 @@ paths: items: enum: - id + - contentBytes + - contentType type: string - name: $expand in: query @@ -4104,100 +4112,6 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}/$value': - get: - tags: - - teams.channel - summary: Get media content for the navigation property hostedContents from teams - operationId: teams.channels.messages_GetHostedContentsContent - parameters: - - name: team-id - in: path - description: 'key: id of team' - required: true - schema: - type: string - x-ms-docs-key-type: team - - name: channel-id - in: path - description: 'key: id of channel' - required: true - schema: - type: string - x-ms-docs-key-type: channel - - name: chatMessage-id - in: path - description: 'key: id of chatMessage' - required: true - schema: - type: string - x-ms-docs-key-type: chatMessage - - name: chatMessageHostedContent-id - in: path - description: 'key: id of chatMessageHostedContent' - required: true - schema: - type: string - x-ms-docs-key-type: chatMessageHostedContent - responses: - '200': - description: Retrieved media content - content: - application/octet-stream: - schema: - type: string - format: binary - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - put: - tags: - - teams.channel - summary: Update media content for the navigation property hostedContents in teams - operationId: teams.channels.messages_SetHostedContentsContent - parameters: - - name: team-id - in: path - description: 'key: id of team' - required: true - schema: - type: string - x-ms-docs-key-type: team - - name: channel-id - in: path - description: 'key: id of channel' - required: true - schema: - type: string - x-ms-docs-key-type: channel - - name: chatMessage-id - in: path - description: 'key: id of chatMessage' - required: true - schema: - type: string - x-ms-docs-key-type: chatMessage - - name: chatMessageHostedContent-id - in: path - description: 'key: id of chatMessageHostedContent' - required: true - schema: - type: string - x-ms-docs-key-type: chatMessageHostedContent - requestBody: - description: New media content. - content: - application/octet-stream: - schema: - type: string - format: binary - required: true - responses: - '204': - description: Success - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation '/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies': get: tags: @@ -7695,6 +7609,10 @@ paths: enum: - id - id desc + - contentBytes + - contentBytes desc + - contentType + - contentType desc type: string - name: $select in: query @@ -7707,6 +7625,8 @@ paths: items: enum: - id + - contentBytes + - contentType type: string - name: $expand in: query @@ -7819,6 +7739,8 @@ paths: items: enum: - id + - contentBytes + - contentType type: string - name: $expand in: query @@ -7920,86 +7842,6 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}/$value': - get: - tags: - - teams.channel - summary: Get media content for the navigation property hostedContents from teams - operationId: teams.primaryChannel.messages_GetHostedContentsContent - parameters: - - name: team-id - in: path - description: 'key: id of team' - required: true - schema: - type: string - x-ms-docs-key-type: team - - name: chatMessage-id - in: path - description: 'key: id of chatMessage' - required: true - schema: - type: string - x-ms-docs-key-type: chatMessage - - name: chatMessageHostedContent-id - in: path - description: 'key: id of chatMessageHostedContent' - required: true - schema: - type: string - x-ms-docs-key-type: chatMessageHostedContent - responses: - '200': - description: Retrieved media content - content: - application/octet-stream: - schema: - type: string - format: binary - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - put: - tags: - - teams.channel - summary: Update media content for the navigation property hostedContents in teams - operationId: teams.primaryChannel.messages_SetHostedContentsContent - parameters: - - name: team-id - in: path - description: 'key: id of team' - required: true - schema: - type: string - x-ms-docs-key-type: team - - name: chatMessage-id - in: path - description: 'key: id of chatMessage' - required: true - schema: - type: string - x-ms-docs-key-type: chatMessage - - name: chatMessageHostedContent-id - in: path - description: 'key: id of chatMessageHostedContent' - required: true - schema: - type: string - x-ms-docs-key-type: chatMessageHostedContent - requestBody: - description: New media content. - content: - application/octet-stream: - schema: - type: string - format: binary - required: true - responses: - '204': - description: Success - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation '/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies': get: tags: @@ -13191,7 +13033,7 @@ components: type: object microsoft.graph.chatMessageHostedContent: allOf: - - $ref: '#/components/schemas/microsoft.graph.entity' + - $ref: '#/components/schemas/microsoft.graph.teamworkHostedContent' - title: chatMessageHostedContent type: object additionalProperties: @@ -13219,7 +13061,7 @@ components: 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.' + 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 is 2014-01-01T00:00:00Z. Returned by default. Read-only.' format: date-time nullable: true description: @@ -13233,7 +13075,7 @@ components: 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.' + 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 is 2014-01-01T00:00:00Z. Returned by default. Read-only.' format: date-time nullable: true groupTypes: @@ -13274,7 +13116,7 @@ components: 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 group 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''. Returned by default. Read-only. Supports $filter.' + description: 'Indicates the last time at which the group 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 is 2014-01-01T00:00:00Z. Returned by default. Read-only. Supports $filter.' format: date-time nullable: true onPremisesNetBiosName: @@ -13314,7 +13156,7 @@ components: 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.' + 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 is 2014-01-01T00:00:00Z. Returned by default. Read-only.' format: date-time nullable: true securityEnabled: @@ -13628,7 +13470,7 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true recipientActionMessage: @@ -13754,13 +13596,13 @@ components: 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''' + 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 is 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true timeOffReasonId: @@ -14027,7 +13869,7 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time reactionType: type: string @@ -14837,6 +14679,9 @@ components: 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 + notificationQueryOptions: + type: string + nullable: true notificationUrl: type: string description: The URL of the endpoint that receives the change notifications. This URL must make use of the HTTPS protocol. Required. @@ -14878,6 +14723,23 @@ components: nullable: true additionalProperties: type: object + microsoft.graph.teamworkHostedContent: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: teamworkHostedContent + type: object + properties: + contentBytes: + type: string + description: Write only. Bytes for the hosted content (such as images). + format: base64url + nullable: true + contentType: + type: string + description: 'Write only. Content type, such as image/png, image/jpg.' + nullable: true + additionalProperties: + type: object microsoft.graph.directoryObject: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -15211,7 +15073,7 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true originalStartTimeZone: @@ -15298,7 +15160,7 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time preview: type: string @@ -15360,7 +15222,7 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time preview: type: string @@ -15651,7 +15513,7 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true lastModifiedBy: @@ -15659,7 +15521,7 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true additionalProperties: @@ -15995,7 +15857,7 @@ components: 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 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 is ''2014-01-01T00:00:00Z'' Returned only on $select. Read-only.' + description: 'The time when this Azure AD user last changed their password. 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 is 2014-01-01T00:00:00Z Returned only on $select. Read-only.' format: date-time nullable: true legalAgeGroupClassification: @@ -16040,7 +15902,7 @@ components: 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 is ''2014-01-01T00:00:00Z''. Returned only on $select. Read-only.' + 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 is 2014-01-01T00:00:00Z. Returned only on $select. Read-only.' format: date-time nullable: true onPremisesProvisioningErrors: @@ -16142,12 +16004,12 @@ components: 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 is ''2014-01-01T00:00:00Z'' Returned only on $select.' + 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 is 2014-01-01T00:00:00Z Returned only on $select.' 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 is ''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.' + 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 is 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 @@ -16894,13 +16756,13 @@ components: 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''' + 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 is 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true additionalProperties: @@ -17027,7 +16889,7 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true additionalProperties: @@ -17074,7 +16936,7 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true name: @@ -17118,7 +16980,7 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time sender: $ref: '#/components/schemas/microsoft.graph.recipient' @@ -17386,7 +17248,7 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true owner: @@ -17492,7 +17354,7 @@ components: 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.' + 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 is 2014-01-01T00:00:00Z. Read-only.' format: date-time nullable: true level: @@ -17650,7 +17512,7 @@ components: 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 end date and time for the shiftActivity. 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''. Required.' + description: 'The end date and time for the shiftActivity. 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 is 2014-01-01T00:00:00Z. Required.' format: date-time nullable: true isPaid: @@ -17660,7 +17522,7 @@ components: 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 start date and time for the shiftActivity. 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''. Required.' + description: 'The start date and time for the shiftActivity. 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 is 2014-01-01T00:00:00Z. Required.' format: date-time nullable: true theme: @@ -17703,7 +17565,7 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true capabilityStatus: @@ -18059,7 +17921,7 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true businessAddress: @@ -18358,7 +18220,7 @@ components: 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. 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''.' + description: 'The date and time the message was received. The date and time information uses ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.' format: date-time nullable: true replyTo: @@ -18371,7 +18233,7 @@ components: 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. 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''.' + description: 'The date and time the message was sent. The date and time information uses ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.' format: date-time nullable: true subject: @@ -18543,13 +18405,13 @@ components: 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: 'The expiration date time of the acceptance. 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''' + description: 'The expiration date time of the acceptance. 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 is 2014-01-01T00:00:00Z' 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: '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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true state: @@ -19872,7 +19734,7 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true conversationThreadId: @@ -19884,13 +19746,13 @@ components: 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''' + 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 is 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true hasDescription: @@ -19924,7 +19786,7 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true title: @@ -19957,7 +19819,7 @@ components: 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.' + 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 is 2014-01-01T00:00:00Z. Read-only.' format: date-time nullable: true additionalProperties: @@ -20025,7 +19887,7 @@ components: 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.' + 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 is 2014-01-01T00:00:00Z. Read-only.' format: date-time nullable: true additionalProperties: @@ -22102,13 +21964,13 @@ components: 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.' + 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 is 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.' + 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 is 2014-01-01T00:00:00Z. Read-only.' format: date-time nullable: true deviceId: @@ -22145,7 +22007,7 @@ components: 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.' + 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 is 2014-01-01T00:00:00Z Read-only.' format: date-time nullable: true onPremisesSyncEnabled: diff --git a/openApiDocs/v1.0/Users.Actions.yml b/openApiDocs/v1.0/Users.Actions.yml index e4c7a72a963..e82e089dc37 100644 --- a/openApiDocs/v1.0/Users.Actions.yml +++ b/openApiDocs/v1.0/Users.Actions.yml @@ -20529,7 +20529,7 @@ components: 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. 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''.' + description: 'The date and time the message was received. The date and time information uses ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.' format: date-time nullable: true replyTo: @@ -20542,7 +20542,7 @@ components: 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. 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''.' + description: 'The date and time the message was sent. The date and time information uses ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.' format: date-time nullable: true subject: @@ -20748,7 +20748,7 @@ components: 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 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 is ''2014-01-01T00:00:00Z'' Returned only on $select. Read-only.' + description: 'The time when this Azure AD user last changed their password. 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 is 2014-01-01T00:00:00Z Returned only on $select. Read-only.' format: date-time nullable: true legalAgeGroupClassification: @@ -20793,7 +20793,7 @@ components: 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 is ''2014-01-01T00:00:00Z''. Returned only on $select. Read-only.' + 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 is 2014-01-01T00:00:00Z. Returned only on $select. Read-only.' format: date-time nullable: true onPremisesProvisioningErrors: @@ -20895,12 +20895,12 @@ components: 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 is ''2014-01-01T00:00:00Z'' Returned only on $select.' + 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 is 2014-01-01T00:00:00Z Returned only on $select.' 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 is ''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.' + 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 is 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 @@ -21719,7 +21719,7 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true originalStartTimeZone: @@ -22221,13 +22221,13 @@ components: 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''' + 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 is 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true additionalProperties: @@ -22301,7 +22301,7 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true name: @@ -22340,7 +22340,7 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true capabilityStatus: @@ -22763,7 +22763,7 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true businessAddress: @@ -23179,13 +23179,13 @@ components: 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: 'The expiration date time of the acceptance. 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''' + description: 'The expiration date time of the acceptance. 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 is 2014-01-01T00:00:00Z' 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: '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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true state: @@ -24192,7 +24192,7 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true additionalProperties: @@ -25807,7 +25807,7 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true owner: @@ -25868,7 +25868,7 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true conversationThreadId: @@ -25880,13 +25880,13 @@ components: 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''' + 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 is 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true hasDescription: @@ -25920,7 +25920,7 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true title: @@ -26070,7 +26070,7 @@ components: 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.' + 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 is 2014-01-01T00:00:00Z. Read-only.' format: date-time nullable: true level: @@ -26616,7 +26616,7 @@ components: 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.' + 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 is 2014-01-01T00:00:00Z. Returned by default. Read-only.' format: date-time nullable: true description: @@ -26630,7 +26630,7 @@ components: 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.' + 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 is 2014-01-01T00:00:00Z. Returned by default. Read-only.' format: date-time nullable: true groupTypes: @@ -26671,7 +26671,7 @@ components: 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 group 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''. Returned by default. Read-only. Supports $filter.' + description: 'Indicates the last time at which the group 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 is 2014-01-01T00:00:00Z. Returned by default. Read-only. Supports $filter.' format: date-time nullable: true onPremisesNetBiosName: @@ -26711,7 +26711,7 @@ components: 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.' + 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 is 2014-01-01T00:00:00Z. Returned by default. Read-only.' format: date-time nullable: true securityEnabled: @@ -28159,6 +28159,9 @@ components: 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 + notificationQueryOptions: + type: string + nullable: true notificationUrl: type: string description: The URL of the endpoint that receives the change notifications. This URL must make use of the HTTPS protocol. Required. @@ -28923,7 +28926,7 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true lastModifiedBy: @@ -28931,7 +28934,7 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true additionalProperties: @@ -28970,7 +28973,7 @@ components: 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.' + 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 is 2014-01-01T00:00:00Z. Read-only.' format: date-time nullable: true additionalProperties: @@ -28984,7 +28987,7 @@ components: 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.' + 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 is 2014-01-01T00:00:00Z. Read-only.' format: date-time nullable: true additionalProperties: @@ -29067,13 +29070,13 @@ components: 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.' + 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 is 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.' + 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 is 2014-01-01T00:00:00Z. Read-only.' format: date-time nullable: true deviceId: @@ -29110,7 +29113,7 @@ components: 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.' + 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 is 2014-01-01T00:00:00Z Read-only.' format: date-time nullable: true onPremisesSyncEnabled: @@ -29193,7 +29196,7 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true recipientActionMessage: @@ -29319,13 +29322,13 @@ components: 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''' + 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 is 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true timeOffReasonId: @@ -29544,7 +29547,7 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time preview: type: string @@ -29584,7 +29587,7 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time preview: type: string @@ -30580,7 +30583,7 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time reactionType: type: string @@ -30591,7 +30594,7 @@ components: type: object microsoft.graph.chatMessageHostedContent: allOf: - - $ref: '#/components/schemas/microsoft.graph.entity' + - $ref: '#/components/schemas/microsoft.graph.teamworkHostedContent' - title: chatMessageHostedContent type: object additionalProperties: @@ -30661,7 +30664,7 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time sender: $ref: '#/components/schemas/microsoft.graph.recipient' @@ -30936,7 +30939,7 @@ components: 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 end date and time for the shiftActivity. 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''. Required.' + description: 'The end date and time for the shiftActivity. 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 is 2014-01-01T00:00:00Z. Required.' format: date-time nullable: true isPaid: @@ -30946,7 +30949,7 @@ components: 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 start date and time for the shiftActivity. 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''. Required.' + description: 'The start date and time for the shiftActivity. 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 is 2014-01-01T00:00:00Z. Required.' format: date-time nullable: true theme: @@ -30996,6 +30999,23 @@ components: - allowOverrideWithoutJustification - allowOverrideWithJustification type: string + microsoft.graph.teamworkHostedContent: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: teamworkHostedContent + type: object + properties: + contentBytes: + type: string + description: Write only. Bytes for the hosted content (such as images). + format: base64url + nullable: true + contentType: + type: string + description: 'Write only. Content type, such as image/png, image/jpg.' + nullable: true + additionalProperties: + type: object microsoft.graph.workbookChartGridlinesFormat: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' diff --git a/openApiDocs/v1.0/Users.Functions.yml b/openApiDocs/v1.0/Users.Functions.yml index 9bd39a72039..b54958f9e29 100644 --- a/openApiDocs/v1.0/Users.Functions.yml +++ b/openApiDocs/v1.0/Users.Functions.yml @@ -5799,7 +5799,7 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true originalStartTimeZone: @@ -5923,7 +5923,7 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true businessAddress: @@ -6334,7 +6334,7 @@ components: 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. 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''.' + description: 'The date and time the message was received. The date and time information uses ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.' format: date-time nullable: true replyTo: @@ -6347,7 +6347,7 @@ components: 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. 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''.' + description: 'The date and time the message was sent. The date and time information uses ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.' format: date-time nullable: true subject: @@ -6488,7 +6488,7 @@ components: lastAccessedTime: 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.' + 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 is 2014-01-01T00:00:00Z. Read-only.' format: date-time nullable: true links: @@ -6734,7 +6734,7 @@ components: 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 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 is ''2014-01-01T00:00:00Z'' Returned only on $select. Read-only.' + description: 'The time when this Azure AD user last changed their password. 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 is 2014-01-01T00:00:00Z Returned only on $select. Read-only.' format: date-time nullable: true legalAgeGroupClassification: @@ -6779,7 +6779,7 @@ components: 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 is ''2014-01-01T00:00:00Z''. Returned only on $select. Read-only.' + 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 is 2014-01-01T00:00:00Z. Returned only on $select. Read-only.' format: date-time nullable: true onPremisesProvisioningErrors: @@ -6881,12 +6881,12 @@ components: 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 is ''2014-01-01T00:00:00Z'' Returned only on $select.' + 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 is 2014-01-01T00:00:00Z Returned only on $select.' 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 is ''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.' + 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 is 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 @@ -7223,13 +7223,13 @@ components: 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''' + 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 is 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true additionalProperties: @@ -7376,7 +7376,7 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true additionalProperties: @@ -7423,7 +7423,7 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true name: @@ -7882,7 +7882,7 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true capabilityStatus: @@ -8501,13 +8501,13 @@ components: 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: 'The expiration date time of the acceptance. 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''' + description: 'The expiration date time of the acceptance. 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 is 2014-01-01T00:00:00Z' 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: '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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true state: @@ -10855,7 +10855,7 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true owner: @@ -10916,7 +10916,7 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true conversationThreadId: @@ -10928,13 +10928,13 @@ components: 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''' + 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 is 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true hasDescription: @@ -10968,7 +10968,7 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true title: @@ -11140,7 +11140,7 @@ components: 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.' + 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 is 2014-01-01T00:00:00Z. Read-only.' format: date-time nullable: true level: @@ -11677,7 +11677,7 @@ components: 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.' + 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 is 2014-01-01T00:00:00Z. Returned by default. Read-only.' format: date-time nullable: true description: @@ -11691,7 +11691,7 @@ components: 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.' + 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 is 2014-01-01T00:00:00Z. Returned by default. Read-only.' format: date-time nullable: true groupTypes: @@ -11732,7 +11732,7 @@ components: 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 group 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''. Returned by default. Read-only. Supports $filter.' + description: 'Indicates the last time at which the group 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 is 2014-01-01T00:00:00Z. Returned by default. Read-only. Supports $filter.' format: date-time nullable: true onPremisesNetBiosName: @@ -11772,7 +11772,7 @@ components: 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.' + 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 is 2014-01-01T00:00:00Z. Returned by default. Read-only.' format: date-time nullable: true securityEnabled: @@ -13034,6 +13034,9 @@ components: 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 + notificationQueryOptions: + type: string + nullable: true notificationUrl: type: string description: The URL of the endpoint that receives the change notifications. This URL must make use of the HTTPS protocol. Required. @@ -13798,7 +13801,7 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true lastModifiedBy: @@ -13806,7 +13809,7 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true additionalProperties: @@ -13845,7 +13848,7 @@ components: 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.' + 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 is 2014-01-01T00:00:00Z. Read-only.' format: date-time nullable: true additionalProperties: @@ -13913,7 +13916,7 @@ components: 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.' + 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 is 2014-01-01T00:00:00Z. Read-only.' format: date-time nullable: true additionalProperties: @@ -13998,13 +14001,13 @@ components: 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.' + 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 is 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.' + 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 is 2014-01-01T00:00:00Z. Read-only.' format: date-time nullable: true deviceId: @@ -14041,7 +14044,7 @@ components: 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.' + 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 is 2014-01-01T00:00:00Z Read-only.' format: date-time nullable: true onPremisesSyncEnabled: @@ -14132,7 +14135,7 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true recipientActionMessage: @@ -14258,13 +14261,13 @@ components: 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''' + 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 is 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true timeOffReasonId: @@ -14483,7 +14486,7 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time preview: type: string @@ -14523,7 +14526,7 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time preview: type: string @@ -15465,7 +15468,7 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time reactionType: type: string @@ -15476,7 +15479,7 @@ components: type: object microsoft.graph.chatMessageHostedContent: allOf: - - $ref: '#/components/schemas/microsoft.graph.entity' + - $ref: '#/components/schemas/microsoft.graph.teamworkHostedContent' - title: chatMessageHostedContent type: object additionalProperties: @@ -15546,7 +15549,7 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time sender: $ref: '#/components/schemas/microsoft.graph.recipient' @@ -15803,7 +15806,7 @@ components: 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 end date and time for the shiftActivity. 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''. Required.' + description: 'The end date and time for the shiftActivity. 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 is 2014-01-01T00:00:00Z. Required.' format: date-time nullable: true isPaid: @@ -15813,7 +15816,7 @@ components: 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 start date and time for the shiftActivity. 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''. Required.' + description: 'The start date and time for the shiftActivity. 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 is 2014-01-01T00:00:00Z. Required.' format: date-time nullable: true theme: @@ -15863,6 +15866,23 @@ components: - allowOverrideWithoutJustification - allowOverrideWithJustification type: string + microsoft.graph.teamworkHostedContent: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: teamworkHostedContent + type: object + properties: + contentBytes: + type: string + description: Write only. Bytes for the hosted content (such as images). + format: base64url + nullable: true + contentType: + type: string + description: 'Write only. Content type, such as image/png, image/jpg.' + nullable: true + additionalProperties: + type: object microsoft.graph.workbookChartGridlinesFormat: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' diff --git a/openApiDocs/v1.0/Users.yml b/openApiDocs/v1.0/Users.yml index b14da2fd69f..5418c437a9f 100644 --- a/openApiDocs/v1.0/Users.yml +++ b/openApiDocs/v1.0/Users.yml @@ -5556,7 +5556,7 @@ components: 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 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 is ''2014-01-01T00:00:00Z'' Returned only on $select. Read-only.' + description: 'The time when this Azure AD user last changed their password. 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 is 2014-01-01T00:00:00Z Returned only on $select. Read-only.' format: date-time nullable: true legalAgeGroupClassification: @@ -5601,7 +5601,7 @@ components: 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 is ''2014-01-01T00:00:00Z''. Returned only on $select. Read-only.' + 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 is 2014-01-01T00:00:00Z. Returned only on $select. Read-only.' format: date-time nullable: true onPremisesProvisioningErrors: @@ -5703,12 +5703,12 @@ components: 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 is ''2014-01-01T00:00:00Z'' Returned only on $select.' + 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 is 2014-01-01T00:00:00Z Returned only on $select.' 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 is ''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.' + 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 is 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 @@ -6225,7 +6225,7 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true capabilityStatus: @@ -6715,7 +6715,7 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true originalStartTimeZone: @@ -6839,7 +6839,7 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true businessAddress: @@ -7138,7 +7138,7 @@ components: 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. 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''.' + description: 'The date and time the message was received. The date and time information uses ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.' format: date-time nullable: true replyTo: @@ -7151,7 +7151,7 @@ components: 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. 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''.' + description: 'The date and time the message was sent. The date and time information uses ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.' format: date-time nullable: true subject: @@ -7410,13 +7410,13 @@ components: 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: 'The expiration date time of the acceptance. 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''' + description: 'The expiration date time of the acceptance. 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 is 2014-01-01T00:00:00Z' 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: '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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true state: @@ -8114,7 +8114,7 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true lastModifiedBy: @@ -8122,7 +8122,7 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true additionalProperties: @@ -8401,13 +8401,13 @@ components: 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''' + 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 is 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true additionalProperties: @@ -8504,7 +8504,7 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true additionalProperties: @@ -8551,7 +8551,7 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true name: @@ -9671,7 +9671,7 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true owner: @@ -9732,7 +9732,7 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true conversationThreadId: @@ -9744,13 +9744,13 @@ components: 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''' + 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 is 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true hasDescription: @@ -9784,7 +9784,7 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true title: @@ -9943,7 +9943,7 @@ components: 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.' + 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 is 2014-01-01T00:00:00Z. Read-only.' format: date-time nullable: true level: @@ -10567,7 +10567,7 @@ components: 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.' + 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 is 2014-01-01T00:00:00Z. Returned by default. Read-only.' format: date-time nullable: true description: @@ -10581,7 +10581,7 @@ components: 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.' + 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 is 2014-01-01T00:00:00Z. Returned by default. Read-only.' format: date-time nullable: true groupTypes: @@ -10622,7 +10622,7 @@ components: 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 group 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''. Returned by default. Read-only. Supports $filter.' + description: 'Indicates the last time at which the group 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 is 2014-01-01T00:00:00Z. Returned by default. Read-only. Supports $filter.' format: date-time nullable: true onPremisesNetBiosName: @@ -10662,7 +10662,7 @@ components: 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.' + 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 is 2014-01-01T00:00:00Z. Returned by default. Read-only.' format: date-time nullable: true securityEnabled: @@ -11980,6 +11980,9 @@ components: 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 + notificationQueryOptions: + type: string + nullable: true notificationUrl: type: string description: The URL of the endpoint that receives the change notifications. This URL must make use of the HTTPS protocol. Required. @@ -12752,7 +12755,7 @@ components: 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.' + 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 is 2014-01-01T00:00:00Z. Read-only.' format: date-time nullable: true additionalProperties: @@ -12820,7 +12823,7 @@ components: 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.' + 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 is 2014-01-01T00:00:00Z. Read-only.' format: date-time nullable: true additionalProperties: @@ -12926,13 +12929,13 @@ components: 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.' + 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 is 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.' + 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 is 2014-01-01T00:00:00Z. Read-only.' format: date-time nullable: true deviceId: @@ -12969,7 +12972,7 @@ components: 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.' + 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 is 2014-01-01T00:00:00Z Read-only.' format: date-time nullable: true onPremisesSyncEnabled: @@ -13060,7 +13063,7 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true recipientActionMessage: @@ -13186,13 +13189,13 @@ components: 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''' + 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 is 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true timeOffReasonId: @@ -13411,7 +13414,7 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time preview: type: string @@ -13451,7 +13454,7 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time preview: type: string @@ -14420,7 +14423,7 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time reactionType: type: string @@ -14431,7 +14434,7 @@ components: type: object microsoft.graph.chatMessageHostedContent: allOf: - - $ref: '#/components/schemas/microsoft.graph.entity' + - $ref: '#/components/schemas/microsoft.graph.teamworkHostedContent' - title: chatMessageHostedContent type: object additionalProperties: @@ -14501,7 +14504,7 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time sender: $ref: '#/components/schemas/microsoft.graph.recipient' @@ -14783,7 +14786,7 @@ components: 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 end date and time for the shiftActivity. 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''. Required.' + description: 'The end date and time for the shiftActivity. 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 is 2014-01-01T00:00:00Z. Required.' format: date-time nullable: true isPaid: @@ -14793,7 +14796,7 @@ components: 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 start date and time for the shiftActivity. 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''. Required.' + description: 'The start date and time for the shiftActivity. 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 is 2014-01-01T00:00:00Z. Required.' format: date-time nullable: true theme: @@ -14843,6 +14846,23 @@ components: - allowOverrideWithoutJustification - allowOverrideWithJustification type: string + microsoft.graph.teamworkHostedContent: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: teamworkHostedContent + type: object + properties: + contentBytes: + type: string + description: Write only. Bytes for the hosted content (such as images). + format: base64url + nullable: true + contentType: + type: string + description: 'Write only. Content type, such as image/png, image/jpg.' + nullable: true + additionalProperties: + type: object microsoft.graph.workbookFilter: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' diff --git a/profiles/Applications/crawl-log-v1.0-beta.json b/profiles/Applications/crawl-log-v1.0-beta.json index 9415d44f186..a94029b0428 100644 --- a/profiles/Applications/crawl-log-v1.0-beta.json +++ b/profiles/Applications/crawl-log-v1.0-beta.json @@ -529,10 +529,6 @@ "originalLocation": "/openApiDocs/beta/Applications.yml", "apiVersion": "v1.0-beta" }, - "/servicePrincipals/{servicePrincipal-id}/microsoft.graph.addTokenSigningCertificate": { - "apiVersion": "v1.0-beta", - "originalLocation": "/openApiDocs/beta/Applications.yml" - }, "/servicePrincipals/{servicePrincipal-id}/microsoft.graph.checkMemberGroups": { "originalLocation": "/openApiDocs/beta/Applications.yml", "apiVersion": "v1.0-beta" diff --git a/profiles/Applications/crawl-log-v1.0.json b/profiles/Applications/crawl-log-v1.0.json index 6f6f300708c..75f11eec4d5 100644 --- a/profiles/Applications/crawl-log-v1.0.json +++ b/profiles/Applications/crawl-log-v1.0.json @@ -125,18 +125,6 @@ "originalLocation": "/openApiDocs/v1.0/Applications.yml", "apiVersion": "v1.0" }, - "/applicationTemplates": { - "apiVersion": "v1.0", - "originalLocation": "/openApiDocs/v1.0/Applications.yml" - }, - "/applicationTemplates/{applicationTemplate-id}": { - "apiVersion": "v1.0", - "originalLocation": "/openApiDocs/v1.0/Applications.yml" - }, - "/applicationTemplates/{applicationTemplate-id}/microsoft.graph.instantiate": { - "apiVersion": "v1.0", - "originalLocation": "/openApiDocs/v1.0/Applications.yml" - }, "/groups/{group-id}/appRoleAssignments": { "originalLocation": "/openApiDocs/v1.0/Applications.yml", "apiVersion": "v1.0" diff --git a/profiles/Compliance/crawl-log-v1.0-beta.json b/profiles/Compliance/crawl-log-v1.0-beta.json index fff1866c9ac..215da33a0d8 100644 --- a/profiles/Compliance/crawl-log-v1.0-beta.json +++ b/profiles/Compliance/crawl-log-v1.0-beta.json @@ -165,10 +165,6 @@ "originalLocation": "/openApiDocs/beta/Compliance.yml", "apiVersion": "v1.0-beta" }, - "/compliance/ediscovery/cases/{case-id}/operations/{caseOperation-id}/microsoft.graph.ediscovery.caseExportOperation/microsoft.graph.ediscovery.getDownloadUrl()": { - "apiVersion": "v1.0-beta", - "originalLocation": "/openApiDocs/beta/Compliance.yml" - }, "/compliance/ediscovery/cases/{case-id}/reviewSets": { "originalLocation": "/openApiDocs/beta/Compliance.yml", "apiVersion": "v1.0-beta" diff --git a/profiles/Devices.CorporateManagement/crawl-log-v1.0-beta.json b/profiles/Devices.CorporateManagement/crawl-log-v1.0-beta.json index 83b9e3dbd46..83a91bc0c00 100644 --- a/profiles/Devices.CorporateManagement/crawl-log-v1.0-beta.json +++ b/profiles/Devices.CorporateManagement/crawl-log-v1.0-beta.json @@ -153,10 +153,6 @@ "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", "apiVersion": "v1.0-beta" }, - "/deviceAppManagement/managedAppPolicies/{managedAppPolicy-id}/microsoft.graph.managedAppProtection/microsoft.graph.targetApps": { - "apiVersion": "v1.0-beta", - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" - }, "/deviceAppManagement/managedAppPolicies/{managedAppPolicy-id}/microsoft.graph.targetApps": { "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", "apiVersion": "v1.0-beta" @@ -169,14 +165,6 @@ "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", "apiVersion": "v1.0-beta" }, - "/deviceAppManagement/managedAppPolicies/{managedAppPolicy-id}/microsoft.graph.targetedManagedAppProtection/microsoft.graph.assign": { - "apiVersion": "v1.0-beta", - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" - }, - "/deviceAppManagement/managedAppPolicies/{managedAppPolicy-id}/microsoft.graph.windowsInformationProtection/microsoft.graph.assign": { - "apiVersion": "v1.0-beta", - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" - }, "/deviceAppManagement/managedAppRegistrations": { "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", "apiVersion": "v1.0-beta" @@ -197,10 +185,6 @@ "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", "apiVersion": "v1.0-beta" }, - "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/appliedPolicies/{managedAppPolicy-id}/microsoft.graph.managedAppProtection/microsoft.graph.targetApps": { - "apiVersion": "v1.0-beta", - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" - }, "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/appliedPolicies/{managedAppPolicy-id}/microsoft.graph.targetApps": { "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", "apiVersion": "v1.0-beta" @@ -213,14 +197,6 @@ "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", "apiVersion": "v1.0-beta" }, - "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/appliedPolicies/{managedAppPolicy-id}/microsoft.graph.targetedManagedAppProtection/microsoft.graph.assign": { - "apiVersion": "v1.0-beta", - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" - }, - "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/appliedPolicies/{managedAppPolicy-id}/microsoft.graph.windowsInformationProtection/microsoft.graph.assign": { - "apiVersion": "v1.0-beta", - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" - }, "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies": { "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", "apiVersion": "v1.0-beta" @@ -233,10 +209,6 @@ "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", "apiVersion": "v1.0-beta" }, - "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies/{managedAppPolicy-id}/microsoft.graph.managedAppProtection/microsoft.graph.targetApps": { - "apiVersion": "v1.0-beta", - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" - }, "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies/{managedAppPolicy-id}/microsoft.graph.targetApps": { "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", "apiVersion": "v1.0-beta" @@ -249,14 +221,6 @@ "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", "apiVersion": "v1.0-beta" }, - "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies/{managedAppPolicy-id}/microsoft.graph.targetedManagedAppProtection/microsoft.graph.assign": { - "apiVersion": "v1.0-beta", - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" - }, - "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies/{managedAppPolicy-id}/microsoft.graph.windowsInformationProtection/microsoft.graph.assign": { - "apiVersion": "v1.0-beta", - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" - }, "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/operations": { "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", "apiVersion": "v1.0-beta" @@ -469,18 +433,6 @@ "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", "apiVersion": "v1.0-beta" }, - "/deviceAppManagement/mobileApps/{mobileApp-id}/deviceStatuses/{mobileAppInstallStatus-id}/app/microsoft.graph.iosVppApp/microsoft.graph.revokeAllLicenses": { - "apiVersion": "v1.0-beta", - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" - }, - "/deviceAppManagement/mobileApps/{mobileApp-id}/deviceStatuses/{mobileAppInstallStatus-id}/app/microsoft.graph.iosVppApp/microsoft.graph.revokeDeviceLicense": { - "apiVersion": "v1.0-beta", - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" - }, - "/deviceAppManagement/mobileApps/{mobileApp-id}/deviceStatuses/{mobileAppInstallStatus-id}/app/microsoft.graph.iosVppApp/microsoft.graph.revokeUserLicense": { - "apiVersion": "v1.0-beta", - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" - }, "/deviceAppManagement/mobileApps/{mobileApp-id}/deviceStatuses/{mobileAppInstallStatus-id}/app/microsoft.graph.updateRelationships": { "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", "apiVersion": "v1.0-beta" @@ -509,18 +461,6 @@ "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", "apiVersion": "v1.0-beta" }, - "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.iosVppApp/microsoft.graph.revokeAllLicenses": { - "apiVersion": "v1.0-beta", - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" - }, - "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.iosVppApp/microsoft.graph.revokeDeviceLicense": { - "apiVersion": "v1.0-beta", - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" - }, - "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.iosVppApp/microsoft.graph.revokeUserLicense": { - "apiVersion": "v1.0-beta", - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" - }, "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.updateRelationships": { "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", "apiVersion": "v1.0-beta" @@ -569,18 +509,6 @@ "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", "apiVersion": "v1.0-beta" }, - "/deviceAppManagement/mobileApps/{mobileApp-id}/userStatuses/{userAppInstallStatus-id}/app/microsoft.graph.iosVppApp/microsoft.graph.revokeAllLicenses": { - "apiVersion": "v1.0-beta", - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" - }, - "/deviceAppManagement/mobileApps/{mobileApp-id}/userStatuses/{userAppInstallStatus-id}/app/microsoft.graph.iosVppApp/microsoft.graph.revokeDeviceLicense": { - "apiVersion": "v1.0-beta", - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" - }, - "/deviceAppManagement/mobileApps/{mobileApp-id}/userStatuses/{userAppInstallStatus-id}/app/microsoft.graph.iosVppApp/microsoft.graph.revokeUserLicense": { - "apiVersion": "v1.0-beta", - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" - }, "/deviceAppManagement/mobileApps/{mobileApp-id}/userStatuses/{userAppInstallStatus-id}/app/microsoft.graph.updateRelationships": { "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", "apiVersion": "v1.0-beta" @@ -621,18 +549,6 @@ "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", "apiVersion": "v1.0-beta" }, - "/deviceAppManagement/mobileApps/{mobileApp-id}/userStatuses/{userAppInstallStatus-id}/deviceStatuses/{mobileAppInstallStatus-id}/app/microsoft.graph.iosVppApp/microsoft.graph.revokeAllLicenses": { - "apiVersion": "v1.0-beta", - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" - }, - "/deviceAppManagement/mobileApps/{mobileApp-id}/userStatuses/{userAppInstallStatus-id}/deviceStatuses/{mobileAppInstallStatus-id}/app/microsoft.graph.iosVppApp/microsoft.graph.revokeDeviceLicense": { - "apiVersion": "v1.0-beta", - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" - }, - "/deviceAppManagement/mobileApps/{mobileApp-id}/userStatuses/{userAppInstallStatus-id}/deviceStatuses/{mobileAppInstallStatus-id}/app/microsoft.graph.iosVppApp/microsoft.graph.revokeUserLicense": { - "apiVersion": "v1.0-beta", - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" - }, "/deviceAppManagement/mobileApps/{mobileApp-id}/userStatuses/{userAppInstallStatus-id}/deviceStatuses/{mobileAppInstallStatus-id}/app/microsoft.graph.updateRelationships": { "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", "apiVersion": "v1.0-beta" @@ -925,14 +841,6 @@ "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", "apiVersion": "v1.0-beta" }, - "/users/{user-id}/managedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails": { - "apiVersion": "v1.0-beta", - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" - }, - "/users/{user-id}/managedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails/{assignmentFilterEvaluationStatusDetails-id}": { - "apiVersion": "v1.0-beta", - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" - }, "/users/{user-id}/managedDevices/{managedDevice-id}/detectedApps": { "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", "apiVersion": "v1.0-beta" diff --git a/profiles/Devices.CorporateManagement/crawl-log-v1.0.json b/profiles/Devices.CorporateManagement/crawl-log-v1.0.json index 27f16832a6a..819e504a40e 100644 --- a/profiles/Devices.CorporateManagement/crawl-log-v1.0.json +++ b/profiles/Devices.CorporateManagement/crawl-log-v1.0.json @@ -77,10 +77,6 @@ "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml", "apiVersion": "v1.0" }, - "/deviceAppManagement/managedAppPolicies/{managedAppPolicy-id}/microsoft.graph.managedAppProtection/microsoft.graph.targetApps": { - "apiVersion": "v1.0", - "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml" - }, "/deviceAppManagement/managedAppPolicies/{managedAppPolicy-id}/microsoft.graph.targetApps": { "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml", "apiVersion": "v1.0" @@ -93,14 +89,6 @@ "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml", "apiVersion": "v1.0" }, - "/deviceAppManagement/managedAppPolicies/{managedAppPolicy-id}/microsoft.graph.targetedManagedAppProtection/microsoft.graph.assign": { - "apiVersion": "v1.0", - "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml" - }, - "/deviceAppManagement/managedAppPolicies/{managedAppPolicy-id}/microsoft.graph.windowsInformationProtection/microsoft.graph.assign": { - "apiVersion": "v1.0", - "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml" - }, "/deviceAppManagement/managedAppRegistrations": { "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml", "apiVersion": "v1.0" @@ -121,10 +109,6 @@ "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml", "apiVersion": "v1.0" }, - "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/appliedPolicies/{managedAppPolicy-id}/microsoft.graph.managedAppProtection/microsoft.graph.targetApps": { - "apiVersion": "v1.0", - "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml" - }, "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/appliedPolicies/{managedAppPolicy-id}/microsoft.graph.targetApps": { "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml", "apiVersion": "v1.0" @@ -137,14 +121,6 @@ "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml", "apiVersion": "v1.0" }, - "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/appliedPolicies/{managedAppPolicy-id}/microsoft.graph.targetedManagedAppProtection/microsoft.graph.assign": { - "apiVersion": "v1.0", - "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml" - }, - "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/appliedPolicies/{managedAppPolicy-id}/microsoft.graph.windowsInformationProtection/microsoft.graph.assign": { - "apiVersion": "v1.0", - "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml" - }, "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies": { "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml", "apiVersion": "v1.0" @@ -157,10 +133,6 @@ "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml", "apiVersion": "v1.0" }, - "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies/{managedAppPolicy-id}/microsoft.graph.managedAppProtection/microsoft.graph.targetApps": { - "apiVersion": "v1.0", - "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml" - }, "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies/{managedAppPolicy-id}/microsoft.graph.targetApps": { "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml", "apiVersion": "v1.0" @@ -173,14 +145,6 @@ "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml", "apiVersion": "v1.0" }, - "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies/{managedAppPolicy-id}/microsoft.graph.targetedManagedAppProtection/microsoft.graph.assign": { - "apiVersion": "v1.0", - "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml" - }, - "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies/{managedAppPolicy-id}/microsoft.graph.windowsInformationProtection/microsoft.graph.assign": { - "apiVersion": "v1.0", - "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml" - }, "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/operations": { "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml", "apiVersion": "v1.0" diff --git a/profiles/Education/crawl-log-v1.0-beta.json b/profiles/Education/crawl-log-v1.0-beta.json index ee19da3f562..2fd4b79781c 100644 --- a/profiles/Education/crawl-log-v1.0-beta.json +++ b/profiles/Education/crawl-log-v1.0-beta.json @@ -25,10 +25,6 @@ "originalLocation": "/openApiDocs/beta/Education.yml", "apiVersion": "v1.0-beta" }, - "/education/classes/{educationClass-id}/assignmentDefaults": { - "apiVersion": "v1.0-beta", - "originalLocation": "/openApiDocs/beta/Education.yml" - }, "/education/classes/{educationClass-id}/assignments": { "originalLocation": "/openApiDocs/beta/Education.yml", "apiVersion": "v1.0-beta" @@ -113,10 +109,6 @@ "originalLocation": "/openApiDocs/beta/Education.yml", "apiVersion": "v1.0-beta" }, - "/education/classes/{educationClass-id}/assignmentSettings": { - "apiVersion": "v1.0-beta", - "originalLocation": "/openApiDocs/beta/Education.yml" - }, "/education/classes/{educationClass-id}/group": { "originalLocation": "/openApiDocs/beta/Education.yml", "apiVersion": "v1.0-beta" diff --git a/profiles/Education/crawl-log-v1.0.json b/profiles/Education/crawl-log-v1.0.json index b8929da5fa1..51c9aa1d232 100644 --- a/profiles/Education/crawl-log-v1.0.json +++ b/profiles/Education/crawl-log-v1.0.json @@ -33,10 +33,6 @@ "originalLocation": "/openApiDocs/v1.0/Education.yml", "apiVersion": "v1.0" }, - "/education/classes/{educationClass-id}/members/microsoft.graph.delta()": { - "apiVersion": "v1.0", - "originalLocation": "/openApiDocs/v1.0/Education.yml" - }, "/education/classes/{educationClass-id}/schools": { "originalLocation": "/openApiDocs/v1.0/Education.yml", "apiVersion": "v1.0" @@ -49,10 +45,6 @@ "originalLocation": "/openApiDocs/v1.0/Education.yml", "apiVersion": "v1.0" }, - "/education/classes/{educationClass-id}/schools/microsoft.graph.delta()": { - "apiVersion": "v1.0", - "originalLocation": "/openApiDocs/v1.0/Education.yml" - }, "/education/classes/{educationClass-id}/teachers": { "originalLocation": "/openApiDocs/v1.0/Education.yml", "apiVersion": "v1.0" @@ -69,14 +61,6 @@ "originalLocation": "/openApiDocs/v1.0/Education.yml", "apiVersion": "v1.0" }, - "/education/classes/{educationClass-id}/teachers/microsoft.graph.delta()": { - "apiVersion": "v1.0", - "originalLocation": "/openApiDocs/v1.0/Education.yml" - }, - "/education/classes/microsoft.graph.delta()": { - "apiVersion": "v1.0", - "originalLocation": "/openApiDocs/v1.0/Education.yml" - }, "/education/me": { "originalLocation": "/openApiDocs/v1.0/Education.yml", "apiVersion": "v1.0" @@ -93,10 +77,6 @@ "originalLocation": "/openApiDocs/v1.0/Education.yml", "apiVersion": "v1.0" }, - "/education/me/classes/microsoft.graph.delta()": { - "apiVersion": "v1.0", - "originalLocation": "/openApiDocs/v1.0/Education.yml" - }, "/education/me/schools": { "originalLocation": "/openApiDocs/v1.0/Education.yml", "apiVersion": "v1.0" @@ -121,22 +101,6 @@ "originalLocation": "/openApiDocs/v1.0/Education.yml", "apiVersion": "v1.0" }, - "/education/me/schools/microsoft.graph.delta()": { - "apiVersion": "v1.0", - "originalLocation": "/openApiDocs/v1.0/Education.yml" - }, - "/education/me/taughtClasses": { - "apiVersion": "v1.0", - "originalLocation": "/openApiDocs/v1.0/Education.yml" - }, - "/education/me/taughtClasses/$ref": { - "apiVersion": "v1.0", - "originalLocation": "/openApiDocs/v1.0/Education.yml" - }, - "/education/me/taughtClasses/microsoft.graph.delta()": { - "apiVersion": "v1.0", - "originalLocation": "/openApiDocs/v1.0/Education.yml" - }, "/education/me/user": { "originalLocation": "/openApiDocs/v1.0/Education.yml", "apiVersion": "v1.0" @@ -161,14 +125,6 @@ "originalLocation": "/openApiDocs/v1.0/Education.yml", "apiVersion": "v1.0" }, - "/education/schools/{educationSchool-id}/administrativeUnit": { - "apiVersion": "v1.0", - "originalLocation": "/openApiDocs/v1.0/Education.yml" - }, - "/education/schools/{educationSchool-id}/administrativeUnit/$ref": { - "apiVersion": "v1.0", - "originalLocation": "/openApiDocs/v1.0/Education.yml" - }, "/education/schools/{educationSchool-id}/classes": { "originalLocation": "/openApiDocs/v1.0/Education.yml", "apiVersion": "v1.0" @@ -181,10 +137,6 @@ "originalLocation": "/openApiDocs/v1.0/Education.yml", "apiVersion": "v1.0" }, - "/education/schools/{educationSchool-id}/classes/microsoft.graph.delta()": { - "apiVersion": "v1.0", - "originalLocation": "/openApiDocs/v1.0/Education.yml" - }, "/education/schools/{educationSchool-id}/users": { "originalLocation": "/openApiDocs/v1.0/Education.yml", "apiVersion": "v1.0" @@ -201,14 +153,6 @@ "originalLocation": "/openApiDocs/v1.0/Education.yml", "apiVersion": "v1.0" }, - "/education/schools/{educationSchool-id}/users/microsoft.graph.delta()": { - "apiVersion": "v1.0", - "originalLocation": "/openApiDocs/v1.0/Education.yml" - }, - "/education/schools/microsoft.graph.delta()": { - "apiVersion": "v1.0", - "originalLocation": "/openApiDocs/v1.0/Education.yml" - }, "/education/users": { "originalLocation": "/openApiDocs/v1.0/Education.yml", "apiVersion": "v1.0" @@ -229,10 +173,6 @@ "originalLocation": "/openApiDocs/v1.0/Education.yml", "apiVersion": "v1.0" }, - "/education/users/{educationUser-id}/classes/microsoft.graph.delta()": { - "apiVersion": "v1.0", - "originalLocation": "/openApiDocs/v1.0/Education.yml" - }, "/education/users/{educationUser-id}/schools": { "originalLocation": "/openApiDocs/v1.0/Education.yml", "apiVersion": "v1.0" @@ -257,22 +197,6 @@ "originalLocation": "/openApiDocs/v1.0/Education.yml", "apiVersion": "v1.0" }, - "/education/users/{educationUser-id}/schools/microsoft.graph.delta()": { - "apiVersion": "v1.0", - "originalLocation": "/openApiDocs/v1.0/Education.yml" - }, - "/education/users/{educationUser-id}/taughtClasses": { - "apiVersion": "v1.0", - "originalLocation": "/openApiDocs/v1.0/Education.yml" - }, - "/education/users/{educationUser-id}/taughtClasses/$ref": { - "apiVersion": "v1.0", - "originalLocation": "/openApiDocs/v1.0/Education.yml" - }, - "/education/users/{educationUser-id}/taughtClasses/microsoft.graph.delta()": { - "apiVersion": "v1.0", - "originalLocation": "/openApiDocs/v1.0/Education.yml" - }, "/education/users/{educationUser-id}/user": { "originalLocation": "/openApiDocs/v1.0/Education.yml", "apiVersion": "v1.0" diff --git a/profiles/Files/crawl-log-v1.0-beta.json b/profiles/Files/crawl-log-v1.0-beta.json index 16536915a08..eaa0d09c312 100644 --- a/profiles/Files/crawl-log-v1.0-beta.json +++ b/profiles/Files/crawl-log-v1.0-beta.json @@ -209,14 +209,6 @@ "originalLocation": "/openApiDocs/beta/Files.yml", "apiVersion": "v1.0-beta" }, - "/drives/{drive-id}/list/columns/{columnDefinition-id}/sourceColumn": { - "apiVersion": "v1.0-beta", - "originalLocation": "/openApiDocs/beta/Files.yml" - }, - "/drives/{drive-id}/list/columns/{columnDefinition-id}/sourceColumn/$ref": { - "apiVersion": "v1.0-beta", - "originalLocation": "/openApiDocs/beta/Files.yml" - }, "/drives/{drive-id}/list/contentTypes": { "originalLocation": "/openApiDocs/beta/Files.yml", "apiVersion": "v1.0-beta" @@ -265,46 +257,6 @@ "originalLocation": "/openApiDocs/beta/Files.yml", "apiVersion": "v1.0-beta" }, - "/drives/{drive-id}/list/contentTypes/{contentType-id}/base": { - "apiVersion": "v1.0-beta", - "originalLocation": "/openApiDocs/beta/Files.yml" - }, - "/drives/{drive-id}/list/contentTypes/{contentType-id}/base/$ref": { - "apiVersion": "v1.0-beta", - "originalLocation": "/openApiDocs/beta/Files.yml" - }, - "/drives/{drive-id}/list/contentTypes/{contentType-id}/base/microsoft.graph.associateWithHubSites": { - "apiVersion": "v1.0-beta", - "originalLocation": "/openApiDocs/beta/Files.yml" - }, - "/drives/{drive-id}/list/contentTypes/{contentType-id}/base/microsoft.graph.copyToDefaultContentLocation": { - "apiVersion": "v1.0-beta", - "originalLocation": "/openApiDocs/beta/Files.yml" - }, - "/drives/{drive-id}/list/contentTypes/{contentType-id}/base/microsoft.graph.isPublished()": { - "apiVersion": "v1.0-beta", - "originalLocation": "/openApiDocs/beta/Files.yml" - }, - "/drives/{drive-id}/list/contentTypes/{contentType-id}/base/microsoft.graph.publish": { - "apiVersion": "v1.0-beta", - "originalLocation": "/openApiDocs/beta/Files.yml" - }, - "/drives/{drive-id}/list/contentTypes/{contentType-id}/base/microsoft.graph.unpublish": { - "apiVersion": "v1.0-beta", - "originalLocation": "/openApiDocs/beta/Files.yml" - }, - "/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes": { - "apiVersion": "v1.0-beta", - "originalLocation": "/openApiDocs/beta/Files.yml" - }, - "/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes/$ref": { - "apiVersion": "v1.0-beta", - "originalLocation": "/openApiDocs/beta/Files.yml" - }, - "/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes/microsoft.graph.addCopy": { - "apiVersion": "v1.0-beta", - "originalLocation": "/openApiDocs/beta/Files.yml" - }, "/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks": { "originalLocation": "/openApiDocs/beta/Files.yml", "apiVersion": "v1.0-beta" @@ -361,54 +313,6 @@ "originalLocation": "/openApiDocs/beta/Files.yml", "apiVersion": "v1.0-beta" }, - "/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions": { - "apiVersion": "v1.0-beta", - "originalLocation": "/openApiDocs/beta/Files.yml" - }, - "/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions/$ref": { - "apiVersion": "v1.0-beta", - "originalLocation": "/openApiDocs/beta/Files.yml" - }, - "/drives/{drive-id}/list/contentTypes/{contentType-id}/columns": { - "apiVersion": "v1.0-beta", - "originalLocation": "/openApiDocs/beta/Files.yml" - }, - "/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}": { - "apiVersion": "v1.0-beta", - "originalLocation": "/openApiDocs/beta/Files.yml" - }, - "/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}/sourceColumn": { - "apiVersion": "v1.0-beta", - "originalLocation": "/openApiDocs/beta/Files.yml" - }, - "/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}/sourceColumn/$ref": { - "apiVersion": "v1.0-beta", - "originalLocation": "/openApiDocs/beta/Files.yml" - }, - "/drives/{drive-id}/list/contentTypes/{contentType-id}/microsoft.graph.associateWithHubSites": { - "apiVersion": "v1.0-beta", - "originalLocation": "/openApiDocs/beta/Files.yml" - }, - "/drives/{drive-id}/list/contentTypes/{contentType-id}/microsoft.graph.copyToDefaultContentLocation": { - "apiVersion": "v1.0-beta", - "originalLocation": "/openApiDocs/beta/Files.yml" - }, - "/drives/{drive-id}/list/contentTypes/{contentType-id}/microsoft.graph.isPublished()": { - "apiVersion": "v1.0-beta", - "originalLocation": "/openApiDocs/beta/Files.yml" - }, - "/drives/{drive-id}/list/contentTypes/{contentType-id}/microsoft.graph.publish": { - "apiVersion": "v1.0-beta", - "originalLocation": "/openApiDocs/beta/Files.yml" - }, - "/drives/{drive-id}/list/contentTypes/{contentType-id}/microsoft.graph.unpublish": { - "apiVersion": "v1.0-beta", - "originalLocation": "/openApiDocs/beta/Files.yml" - }, - "/drives/{drive-id}/list/contentTypes/microsoft.graph.addCopy": { - "apiVersion": "v1.0-beta", - "originalLocation": "/openApiDocs/beta/Files.yml" - }, "/drives/{drive-id}/list/drive": { "originalLocation": "/openApiDocs/beta/Files.yml", "apiVersion": "v1.0-beta" @@ -665,14 +569,6 @@ "originalLocation": "/openApiDocs/beta/Files.yml", "apiVersion": "v1.0-beta" }, - "/shares/{sharedDriveItem-id}/list/columns/{columnDefinition-id}/sourceColumn": { - "apiVersion": "v1.0-beta", - "originalLocation": "/openApiDocs/beta/Files.yml" - }, - "/shares/{sharedDriveItem-id}/list/columns/{columnDefinition-id}/sourceColumn/$ref": { - "apiVersion": "v1.0-beta", - "originalLocation": "/openApiDocs/beta/Files.yml" - }, "/shares/{sharedDriveItem-id}/list/contentTypes": { "originalLocation": "/openApiDocs/beta/Files.yml", "apiVersion": "v1.0-beta" @@ -721,46 +617,6 @@ "originalLocation": "/openApiDocs/beta/Files.yml", "apiVersion": "v1.0-beta" }, - "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/base": { - "apiVersion": "v1.0-beta", - "originalLocation": "/openApiDocs/beta/Files.yml" - }, - "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/base/$ref": { - "apiVersion": "v1.0-beta", - "originalLocation": "/openApiDocs/beta/Files.yml" - }, - "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/base/microsoft.graph.associateWithHubSites": { - "apiVersion": "v1.0-beta", - "originalLocation": "/openApiDocs/beta/Files.yml" - }, - "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/base/microsoft.graph.copyToDefaultContentLocation": { - "apiVersion": "v1.0-beta", - "originalLocation": "/openApiDocs/beta/Files.yml" - }, - "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/base/microsoft.graph.isPublished()": { - "apiVersion": "v1.0-beta", - "originalLocation": "/openApiDocs/beta/Files.yml" - }, - "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/base/microsoft.graph.publish": { - "apiVersion": "v1.0-beta", - "originalLocation": "/openApiDocs/beta/Files.yml" - }, - "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/base/microsoft.graph.unpublish": { - "apiVersion": "v1.0-beta", - "originalLocation": "/openApiDocs/beta/Files.yml" - }, - "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/baseTypes": { - "apiVersion": "v1.0-beta", - "originalLocation": "/openApiDocs/beta/Files.yml" - }, - "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/baseTypes/$ref": { - "apiVersion": "v1.0-beta", - "originalLocation": "/openApiDocs/beta/Files.yml" - }, - "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/baseTypes/microsoft.graph.addCopy": { - "apiVersion": "v1.0-beta", - "originalLocation": "/openApiDocs/beta/Files.yml" - }, "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnLinks": { "originalLocation": "/openApiDocs/beta/Files.yml", "apiVersion": "v1.0-beta" @@ -817,54 +673,6 @@ "originalLocation": "/openApiDocs/beta/Files.yml", "apiVersion": "v1.0-beta" }, - "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnPositions": { - "apiVersion": "v1.0-beta", - "originalLocation": "/openApiDocs/beta/Files.yml" - }, - "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnPositions/$ref": { - "apiVersion": "v1.0-beta", - "originalLocation": "/openApiDocs/beta/Files.yml" - }, - "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columns": { - "apiVersion": "v1.0-beta", - "originalLocation": "/openApiDocs/beta/Files.yml" - }, - "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}": { - "apiVersion": "v1.0-beta", - "originalLocation": "/openApiDocs/beta/Files.yml" - }, - "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}/sourceColumn": { - "apiVersion": "v1.0-beta", - "originalLocation": "/openApiDocs/beta/Files.yml" - }, - "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}/sourceColumn/$ref": { - "apiVersion": "v1.0-beta", - "originalLocation": "/openApiDocs/beta/Files.yml" - }, - "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/microsoft.graph.associateWithHubSites": { - "apiVersion": "v1.0-beta", - "originalLocation": "/openApiDocs/beta/Files.yml" - }, - "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/microsoft.graph.copyToDefaultContentLocation": { - "apiVersion": "v1.0-beta", - "originalLocation": "/openApiDocs/beta/Files.yml" - }, - "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/microsoft.graph.isPublished()": { - "apiVersion": "v1.0-beta", - "originalLocation": "/openApiDocs/beta/Files.yml" - }, - "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/microsoft.graph.publish": { - "apiVersion": "v1.0-beta", - "originalLocation": "/openApiDocs/beta/Files.yml" - }, - "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/microsoft.graph.unpublish": { - "apiVersion": "v1.0-beta", - "originalLocation": "/openApiDocs/beta/Files.yml" - }, - "/shares/{sharedDriveItem-id}/list/contentTypes/microsoft.graph.addCopy": { - "apiVersion": "v1.0-beta", - "originalLocation": "/openApiDocs/beta/Files.yml" - }, "/shares/{sharedDriveItem-id}/list/drive": { "originalLocation": "/openApiDocs/beta/Files.yml", "apiVersion": "v1.0-beta" diff --git a/profiles/Identity.DirectoryManagement/crawl-log-v1.0-beta.json b/profiles/Identity.DirectoryManagement/crawl-log-v1.0-beta.json index ae358d2e55c..1f36fd4d597 100644 --- a/profiles/Identity.DirectoryManagement/crawl-log-v1.0-beta.json +++ b/profiles/Identity.DirectoryManagement/crawl-log-v1.0-beta.json @@ -269,14 +269,6 @@ "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml", "apiVersion": "v1.0-beta" }, - "/devices/{device-id}/usageRights": { - "apiVersion": "v1.0-beta", - "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml" - }, - "/devices/{device-id}/usageRights/{usageRight-id}": { - "apiVersion": "v1.0-beta", - "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml" - }, "/devices/microsoft.graph.getByIds": { "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml", "apiVersion": "v1.0-beta" diff --git a/profiles/Identity.DirectoryManagement/crawl-log-v1.0.json b/profiles/Identity.DirectoryManagement/crawl-log-v1.0.json index cc2034cf4df..1e6d3a03d98 100644 --- a/profiles/Identity.DirectoryManagement/crawl-log-v1.0.json +++ b/profiles/Identity.DirectoryManagement/crawl-log-v1.0.json @@ -397,10 +397,6 @@ "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml", "apiVersion": "v1.0" }, - "/organization/{organization-id}/branding": { - "apiVersion": "v1.0", - "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml" - }, "/organization/{organization-id}/extensions": { "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml", "apiVersion": "v1.0" diff --git a/profiles/Identity.Governance/crawl-log-v1.0-beta.json b/profiles/Identity.Governance/crawl-log-v1.0-beta.json index c3ce2ad7c50..7a3003804a8 100644 --- a/profiles/Identity.Governance/crawl-log-v1.0-beta.json +++ b/profiles/Identity.Governance/crawl-log-v1.0-beta.json @@ -169,26 +169,6 @@ "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", "apiVersion": "v1.0-beta" }, - "/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals": { - "apiVersion": "v1.0-beta", - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" - }, - "/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/{approval-id}": { - "apiVersion": "v1.0-beta", - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" - }, - "/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/{approval-id}/steps": { - "apiVersion": "v1.0-beta", - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" - }, - "/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/{approval-id}/steps/{approvalStep-id}": { - "apiVersion": "v1.0-beta", - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" - }, - "/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/microsoft.graph.filterByCurrentUser(on={on})": { - "apiVersion": "v1.0-beta", - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" - }, "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies": { "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", "apiVersion": "v1.0-beta" @@ -229,14 +209,6 @@ "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", "apiVersion": "v1.0-beta" }, - "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource/accessPackageResourceEnvironment": { - "apiVersion": "v1.0-beta", - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" - }, - "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource/accessPackageResourceEnvironment/$ref": { - "apiVersion": "v1.0-beta", - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" - }, "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource/accessPackageResourceRoles": { "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", "apiVersion": "v1.0-beta" @@ -273,14 +245,6 @@ "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", "apiVersion": "v1.0-beta" }, - "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackageResources/{accessPackageResource-id}/accessPackageResourceEnvironment": { - "apiVersion": "v1.0-beta", - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" - }, - "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackageResources/{accessPackageResource-id}/accessPackageResourceEnvironment/$ref": { - "apiVersion": "v1.0-beta", - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" - }, "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackageResources/{accessPackageResource-id}/accessPackageResourceRoles": { "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", "apiVersion": "v1.0-beta" @@ -325,14 +289,6 @@ "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", "apiVersion": "v1.0-beta" }, - "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource/accessPackageResourceEnvironment": { - "apiVersion": "v1.0-beta", - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" - }, - "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource/accessPackageResourceEnvironment/$ref": { - "apiVersion": "v1.0-beta", - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" - }, "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource/accessPackageResourceRoles": { "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", "apiVersion": "v1.0-beta" @@ -401,14 +357,6 @@ "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", "apiVersion": "v1.0-beta" }, - "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceEnvironment": { - "apiVersion": "v1.0-beta", - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" - }, - "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceEnvironment/$ref": { - "apiVersion": "v1.0-beta", - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" - }, "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceRoles": { "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", "apiVersion": "v1.0-beta" @@ -445,14 +393,6 @@ "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", "apiVersion": "v1.0-beta" }, - "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceEnvironment": { - "apiVersion": "v1.0-beta", - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" - }, - "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceEnvironment/$ref": { - "apiVersion": "v1.0-beta", - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" - }, "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceRoles": { "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", "apiVersion": "v1.0-beta" @@ -541,14 +481,6 @@ "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", "apiVersion": "v1.0-beta" }, - "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackage/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource/accessPackageResourceEnvironment": { - "apiVersion": "v1.0-beta", - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" - }, - "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackage/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource/accessPackageResourceEnvironment/$ref": { - "apiVersion": "v1.0-beta", - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" - }, "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackage/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource/accessPackageResourceRoles": { "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", "apiVersion": "v1.0-beta" @@ -585,14 +517,6 @@ "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", "apiVersion": "v1.0-beta" }, - "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackage/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackageResources/{accessPackageResource-id}/accessPackageResourceEnvironment": { - "apiVersion": "v1.0-beta", - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" - }, - "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackage/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackageResources/{accessPackageResource-id}/accessPackageResourceEnvironment/$ref": { - "apiVersion": "v1.0-beta", - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" - }, "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackage/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackageResources/{accessPackageResource-id}/accessPackageResourceRoles": { "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", "apiVersion": "v1.0-beta" @@ -637,14 +561,6 @@ "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", "apiVersion": "v1.0-beta" }, - "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackage/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource/accessPackageResourceEnvironment": { - "apiVersion": "v1.0-beta", - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" - }, - "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackage/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource/accessPackageResourceEnvironment/$ref": { - "apiVersion": "v1.0-beta", - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" - }, "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackage/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource/accessPackageResourceRoles": { "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", "apiVersion": "v1.0-beta" @@ -709,14 +625,6 @@ "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", "apiVersion": "v1.0-beta" }, - "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackage/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceEnvironment": { - "apiVersion": "v1.0-beta", - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" - }, - "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackage/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceEnvironment/$ref": { - "apiVersion": "v1.0-beta", - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" - }, "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackage/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceRoles": { "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", "apiVersion": "v1.0-beta" @@ -753,14 +661,6 @@ "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", "apiVersion": "v1.0-beta" }, - "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackage/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceEnvironment": { - "apiVersion": "v1.0-beta", - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" - }, - "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackage/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceEnvironment/$ref": { - "apiVersion": "v1.0-beta", - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" - }, "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackage/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceRoles": { "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", "apiVersion": "v1.0-beta" @@ -817,14 +717,6 @@ "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", "apiVersion": "v1.0-beta" }, - "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource/accessPackageResourceEnvironment": { - "apiVersion": "v1.0-beta", - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" - }, - "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource/accessPackageResourceEnvironment/$ref": { - "apiVersion": "v1.0-beta", - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" - }, "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource/accessPackageResourceRoles": { "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", "apiVersion": "v1.0-beta" @@ -861,14 +753,6 @@ "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", "apiVersion": "v1.0-beta" }, - "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackageResources/{accessPackageResource-id}/accessPackageResourceEnvironment": { - "apiVersion": "v1.0-beta", - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" - }, - "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackageResources/{accessPackageResource-id}/accessPackageResourceEnvironment/$ref": { - "apiVersion": "v1.0-beta", - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" - }, "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackageResources/{accessPackageResource-id}/accessPackageResourceRoles": { "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", "apiVersion": "v1.0-beta" @@ -913,14 +797,6 @@ "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", "apiVersion": "v1.0-beta" }, - "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource/accessPackageResourceEnvironment": { - "apiVersion": "v1.0-beta", - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" - }, - "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource/accessPackageResourceEnvironment/$ref": { - "apiVersion": "v1.0-beta", - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" - }, "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource/accessPackageResourceRoles": { "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", "apiVersion": "v1.0-beta" @@ -989,14 +865,6 @@ "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", "apiVersion": "v1.0-beta" }, - "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceEnvironment": { - "apiVersion": "v1.0-beta", - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" - }, - "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceEnvironment/$ref": { - "apiVersion": "v1.0-beta", - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" - }, "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceRoles": { "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", "apiVersion": "v1.0-beta" @@ -1033,14 +901,6 @@ "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", "apiVersion": "v1.0-beta" }, - "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceEnvironment": { - "apiVersion": "v1.0-beta", - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" - }, - "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceEnvironment/$ref": { - "apiVersion": "v1.0-beta", - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" - }, "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceRoles": { "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", "apiVersion": "v1.0-beta" @@ -1117,14 +977,6 @@ "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", "apiVersion": "v1.0-beta" }, - "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceEnvironment": { - "apiVersion": "v1.0-beta", - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" - }, - "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceEnvironment/$ref": { - "apiVersion": "v1.0-beta", - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" - }, "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceRoles": { "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", "apiVersion": "v1.0-beta" @@ -1161,14 +1013,6 @@ "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", "apiVersion": "v1.0-beta" }, - "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceEnvironment": { - "apiVersion": "v1.0-beta", - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" - }, - "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceEnvironment/$ref": { - "apiVersion": "v1.0-beta", - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" - }, "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceRoles": { "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", "apiVersion": "v1.0-beta" @@ -1297,14 +1141,6 @@ "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", "apiVersion": "v1.0-beta" }, - "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource/accessPackageResourceEnvironment": { - "apiVersion": "v1.0-beta", - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" - }, - "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource/accessPackageResourceEnvironment/$ref": { - "apiVersion": "v1.0-beta", - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" - }, "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource/accessPackageResourceRoles": { "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", "apiVersion": "v1.0-beta" @@ -1341,14 +1177,6 @@ "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", "apiVersion": "v1.0-beta" }, - "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackageResources/{accessPackageResource-id}/accessPackageResourceEnvironment": { - "apiVersion": "v1.0-beta", - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" - }, - "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackageResources/{accessPackageResource-id}/accessPackageResourceEnvironment/$ref": { - "apiVersion": "v1.0-beta", - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" - }, "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackageResources/{accessPackageResource-id}/accessPackageResourceRoles": { "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", "apiVersion": "v1.0-beta" @@ -1393,14 +1221,6 @@ "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", "apiVersion": "v1.0-beta" }, - "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource/accessPackageResourceEnvironment": { - "apiVersion": "v1.0-beta", - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" - }, - "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource/accessPackageResourceEnvironment/$ref": { - "apiVersion": "v1.0-beta", - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" - }, "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource/accessPackageResourceRoles": { "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", "apiVersion": "v1.0-beta" @@ -1465,14 +1285,6 @@ "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", "apiVersion": "v1.0-beta" }, - "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceEnvironment": { - "apiVersion": "v1.0-beta", - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" - }, - "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceEnvironment/$ref": { - "apiVersion": "v1.0-beta", - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" - }, "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceRoles": { "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", "apiVersion": "v1.0-beta" @@ -1509,14 +1321,6 @@ "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", "apiVersion": "v1.0-beta" }, - "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceEnvironment": { - "apiVersion": "v1.0-beta", - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" - }, - "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceEnvironment/$ref": { - "apiVersion": "v1.0-beta", - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" - }, "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceRoles": { "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", "apiVersion": "v1.0-beta" @@ -1573,14 +1377,6 @@ "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", "apiVersion": "v1.0-beta" }, - "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource/accessPackageResourceEnvironment": { - "apiVersion": "v1.0-beta", - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" - }, - "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource/accessPackageResourceEnvironment/$ref": { - "apiVersion": "v1.0-beta", - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" - }, "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource/accessPackageResourceRoles": { "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", "apiVersion": "v1.0-beta" @@ -1617,14 +1413,6 @@ "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", "apiVersion": "v1.0-beta" }, - "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackageResources/{accessPackageResource-id}/accessPackageResourceEnvironment": { - "apiVersion": "v1.0-beta", - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" - }, - "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackageResources/{accessPackageResource-id}/accessPackageResourceEnvironment/$ref": { - "apiVersion": "v1.0-beta", - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" - }, "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackageResources/{accessPackageResource-id}/accessPackageResourceRoles": { "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", "apiVersion": "v1.0-beta" @@ -1669,14 +1457,6 @@ "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", "apiVersion": "v1.0-beta" }, - "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource/accessPackageResourceEnvironment": { - "apiVersion": "v1.0-beta", - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" - }, - "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource/accessPackageResourceEnvironment/$ref": { - "apiVersion": "v1.0-beta", - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" - }, "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource/accessPackageResourceRoles": { "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", "apiVersion": "v1.0-beta" @@ -1745,14 +1525,6 @@ "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", "apiVersion": "v1.0-beta" }, - "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceEnvironment": { - "apiVersion": "v1.0-beta", - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" - }, - "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceEnvironment/$ref": { - "apiVersion": "v1.0-beta", - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" - }, "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceRoles": { "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", "apiVersion": "v1.0-beta" @@ -1789,14 +1561,6 @@ "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", "apiVersion": "v1.0-beta" }, - "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceEnvironment": { - "apiVersion": "v1.0-beta", - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" - }, - "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceEnvironment/$ref": { - "apiVersion": "v1.0-beta", - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" - }, "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceRoles": { "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", "apiVersion": "v1.0-beta" @@ -1905,14 +1669,6 @@ "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", "apiVersion": "v1.0-beta" }, - "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceEnvironment": { - "apiVersion": "v1.0-beta", - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" - }, - "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceEnvironment/$ref": { - "apiVersion": "v1.0-beta", - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" - }, "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceRoles": { "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", "apiVersion": "v1.0-beta" @@ -1949,14 +1705,6 @@ "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", "apiVersion": "v1.0-beta" }, - "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceEnvironment": { - "apiVersion": "v1.0-beta", - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" - }, - "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceEnvironment/$ref": { - "apiVersion": "v1.0-beta", - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" - }, "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceRoles": { "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", "apiVersion": "v1.0-beta" @@ -2045,14 +1793,6 @@ "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", "apiVersion": "v1.0-beta" }, - "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource/accessPackageResourceEnvironment": { - "apiVersion": "v1.0-beta", - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" - }, - "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource/accessPackageResourceEnvironment/$ref": { - "apiVersion": "v1.0-beta", - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" - }, "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource/accessPackageResourceRoles": { "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", "apiVersion": "v1.0-beta" @@ -2089,14 +1829,6 @@ "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", "apiVersion": "v1.0-beta" }, - "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackageResources/{accessPackageResource-id}/accessPackageResourceEnvironment": { - "apiVersion": "v1.0-beta", - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" - }, - "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackageResources/{accessPackageResource-id}/accessPackageResourceEnvironment/$ref": { - "apiVersion": "v1.0-beta", - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" - }, "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackageResources/{accessPackageResource-id}/accessPackageResourceRoles": { "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", "apiVersion": "v1.0-beta" @@ -2141,14 +1873,6 @@ "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", "apiVersion": "v1.0-beta" }, - "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource/accessPackageResourceEnvironment": { - "apiVersion": "v1.0-beta", - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" - }, - "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource/accessPackageResourceEnvironment/$ref": { - "apiVersion": "v1.0-beta", - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" - }, "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource/accessPackageResourceRoles": { "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", "apiVersion": "v1.0-beta" @@ -2213,14 +1937,6 @@ "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", "apiVersion": "v1.0-beta" }, - "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceEnvironment": { - "apiVersion": "v1.0-beta", - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" - }, - "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceEnvironment/$ref": { - "apiVersion": "v1.0-beta", - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" - }, "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceRoles": { "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", "apiVersion": "v1.0-beta" @@ -2257,14 +1973,6 @@ "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", "apiVersion": "v1.0-beta" }, - "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceEnvironment": { - "apiVersion": "v1.0-beta", - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" - }, - "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceEnvironment/$ref": { - "apiVersion": "v1.0-beta", - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" - }, "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceRoles": { "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", "apiVersion": "v1.0-beta" @@ -2321,14 +2029,6 @@ "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", "apiVersion": "v1.0-beta" }, - "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource/accessPackageResourceEnvironment": { - "apiVersion": "v1.0-beta", - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" - }, - "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource/accessPackageResourceEnvironment/$ref": { - "apiVersion": "v1.0-beta", - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" - }, "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource/accessPackageResourceRoles": { "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", "apiVersion": "v1.0-beta" @@ -2365,14 +2065,6 @@ "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", "apiVersion": "v1.0-beta" }, - "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackageResources/{accessPackageResource-id}/accessPackageResourceEnvironment": { - "apiVersion": "v1.0-beta", - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" - }, - "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackageResources/{accessPackageResource-id}/accessPackageResourceEnvironment/$ref": { - "apiVersion": "v1.0-beta", - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" - }, "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackageResources/{accessPackageResource-id}/accessPackageResourceRoles": { "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", "apiVersion": "v1.0-beta" @@ -2417,14 +2109,6 @@ "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", "apiVersion": "v1.0-beta" }, - "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource/accessPackageResourceEnvironment": { - "apiVersion": "v1.0-beta", - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" - }, - "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource/accessPackageResourceEnvironment/$ref": { - "apiVersion": "v1.0-beta", - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" - }, "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource/accessPackageResourceRoles": { "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", "apiVersion": "v1.0-beta" @@ -2493,14 +2177,6 @@ "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", "apiVersion": "v1.0-beta" }, - "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceEnvironment": { - "apiVersion": "v1.0-beta", - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" - }, - "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceEnvironment/$ref": { - "apiVersion": "v1.0-beta", - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" - }, "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceRoles": { "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", "apiVersion": "v1.0-beta" @@ -2537,14 +2213,6 @@ "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", "apiVersion": "v1.0-beta" }, - "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceEnvironment": { - "apiVersion": "v1.0-beta", - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" - }, - "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceEnvironment/$ref": { - "apiVersion": "v1.0-beta", - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" - }, "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceRoles": { "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", "apiVersion": "v1.0-beta" @@ -2645,14 +2313,6 @@ "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", "apiVersion": "v1.0-beta" }, - "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceEnvironment": { - "apiVersion": "v1.0-beta", - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" - }, - "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceEnvironment/$ref": { - "apiVersion": "v1.0-beta", - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" - }, "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceRoles": { "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", "apiVersion": "v1.0-beta" @@ -2689,14 +2349,6 @@ "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", "apiVersion": "v1.0-beta" }, - "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceEnvironment": { - "apiVersion": "v1.0-beta", - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" - }, - "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceEnvironment/$ref": { - "apiVersion": "v1.0-beta", - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" - }, "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceRoles": { "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", "apiVersion": "v1.0-beta" @@ -2777,14 +2429,6 @@ "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", "apiVersion": "v1.0-beta" }, - "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource/accessPackageResourceEnvironment": { - "apiVersion": "v1.0-beta", - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" - }, - "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource/accessPackageResourceEnvironment/$ref": { - "apiVersion": "v1.0-beta", - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" - }, "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource/accessPackageResourceRoles": { "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", "apiVersion": "v1.0-beta" @@ -2821,14 +2465,6 @@ "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", "apiVersion": "v1.0-beta" }, - "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageResources/{accessPackageResource-id}/accessPackageResourceEnvironment": { - "apiVersion": "v1.0-beta", - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" - }, - "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageResources/{accessPackageResource-id}/accessPackageResourceEnvironment/$ref": { - "apiVersion": "v1.0-beta", - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" - }, "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageResources/{accessPackageResource-id}/accessPackageResourceRoles": { "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", "apiVersion": "v1.0-beta" @@ -2873,14 +2509,6 @@ "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", "apiVersion": "v1.0-beta" }, - "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource/accessPackageResourceEnvironment": { - "apiVersion": "v1.0-beta", - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" - }, - "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource/accessPackageResourceEnvironment/$ref": { - "apiVersion": "v1.0-beta", - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" - }, "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource/accessPackageResourceRoles": { "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", "apiVersion": "v1.0-beta" @@ -2961,14 +2589,6 @@ "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", "apiVersion": "v1.0-beta" }, - "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceEnvironment": { - "apiVersion": "v1.0-beta", - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" - }, - "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceEnvironment/$ref": { - "apiVersion": "v1.0-beta", - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" - }, "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceRoles": { "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", "apiVersion": "v1.0-beta" @@ -3005,14 +2625,6 @@ "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", "apiVersion": "v1.0-beta" }, - "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceEnvironment": { - "apiVersion": "v1.0-beta", - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" - }, - "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceEnvironment/$ref": { - "apiVersion": "v1.0-beta", - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" - }, "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceRoles": { "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", "apiVersion": "v1.0-beta" @@ -3057,22 +2669,6 @@ "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", "apiVersion": "v1.0-beta" }, - "/identityGovernance/entitlementManagement/accessPackageResourceEnvironments": { - "apiVersion": "v1.0-beta", - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" - }, - "/identityGovernance/entitlementManagement/accessPackageResourceEnvironments/{accessPackageResourceEnvironment-id}": { - "apiVersion": "v1.0-beta", - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" - }, - "/identityGovernance/entitlementManagement/accessPackageResourceEnvironments/{accessPackageResourceEnvironment-id}/accessPackageResources": { - "apiVersion": "v1.0-beta", - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" - }, - "/identityGovernance/entitlementManagement/accessPackageResourceEnvironments/{accessPackageResourceEnvironment-id}/accessPackageResources/$ref": { - "apiVersion": "v1.0-beta", - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" - }, "/identityGovernance/entitlementManagement/accessPackageResourceRequests": { "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", "apiVersion": "v1.0-beta" @@ -3125,14 +2721,6 @@ "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", "apiVersion": "v1.0-beta" }, - "/identityGovernance/entitlementManagement/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceEnvironment": { - "apiVersion": "v1.0-beta", - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" - }, - "/identityGovernance/entitlementManagement/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceEnvironment/$ref": { - "apiVersion": "v1.0-beta", - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" - }, "/identityGovernance/entitlementManagement/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceRoles": { "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", "apiVersion": "v1.0-beta" @@ -3169,14 +2757,6 @@ "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", "apiVersion": "v1.0-beta" }, - "/identityGovernance/entitlementManagement/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceEnvironment": { - "apiVersion": "v1.0-beta", - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" - }, - "/identityGovernance/entitlementManagement/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceEnvironment/$ref": { - "apiVersion": "v1.0-beta", - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" - }, "/identityGovernance/entitlementManagement/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceRoles": { "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", "apiVersion": "v1.0-beta" @@ -3213,14 +2793,6 @@ "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", "apiVersion": "v1.0-beta" }, - "/identityGovernance/entitlementManagement/accessPackageResources/{accessPackageResource-id}/accessPackageResourceEnvironment": { - "apiVersion": "v1.0-beta", - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" - }, - "/identityGovernance/entitlementManagement/accessPackageResources/{accessPackageResource-id}/accessPackageResourceEnvironment/$ref": { - "apiVersion": "v1.0-beta", - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" - }, "/identityGovernance/entitlementManagement/accessPackageResources/{accessPackageResource-id}/accessPackageResourceRoles": { "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", "apiVersion": "v1.0-beta" @@ -3293,14 +2865,6 @@ "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", "apiVersion": "v1.0-beta" }, - "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource/accessPackageResourceEnvironment": { - "apiVersion": "v1.0-beta", - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" - }, - "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource/accessPackageResourceEnvironment/$ref": { - "apiVersion": "v1.0-beta", - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" - }, "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource/accessPackageResourceRoles": { "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", "apiVersion": "v1.0-beta" @@ -3337,14 +2901,6 @@ "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", "apiVersion": "v1.0-beta" }, - "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackageResources/{accessPackageResource-id}/accessPackageResourceEnvironment": { - "apiVersion": "v1.0-beta", - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" - }, - "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackageResources/{accessPackageResource-id}/accessPackageResourceEnvironment/$ref": { - "apiVersion": "v1.0-beta", - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" - }, "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackageResources/{accessPackageResource-id}/accessPackageResourceRoles": { "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", "apiVersion": "v1.0-beta" @@ -3389,14 +2945,6 @@ "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", "apiVersion": "v1.0-beta" }, - "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource/accessPackageResourceEnvironment": { - "apiVersion": "v1.0-beta", - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" - }, - "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource/accessPackageResourceEnvironment/$ref": { - "apiVersion": "v1.0-beta", - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" - }, "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource/accessPackageResourceRoles": { "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", "apiVersion": "v1.0-beta" @@ -3461,14 +3009,6 @@ "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", "apiVersion": "v1.0-beta" }, - "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceEnvironment": { - "apiVersion": "v1.0-beta", - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" - }, - "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceEnvironment/$ref": { - "apiVersion": "v1.0-beta", - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" - }, "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceRoles": { "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", "apiVersion": "v1.0-beta" @@ -3505,14 +3045,6 @@ "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", "apiVersion": "v1.0-beta" }, - "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceEnvironment": { - "apiVersion": "v1.0-beta", - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" - }, - "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceEnvironment/$ref": { - "apiVersion": "v1.0-beta", - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" - }, "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceRoles": { "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", "apiVersion": "v1.0-beta" diff --git a/profiles/Identity.SignIns/crawl-log-v1.0-beta.json b/profiles/Identity.SignIns/crawl-log-v1.0-beta.json index 998b2fcf5a1..2b169ea7e84 100644 --- a/profiles/Identity.SignIns/crawl-log-v1.0-beta.json +++ b/profiles/Identity.SignIns/crawl-log-v1.0-beta.json @@ -209,10 +209,6 @@ "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml", "apiVersion": "v1.0-beta" }, - "/policies/authenticationMethodsPolicy": { - "apiVersion": "v1.0-beta", - "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml" - }, "/policies/authorizationPolicy": { "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml", "apiVersion": "v1.0-beta" @@ -329,46 +325,6 @@ "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml", "apiVersion": "v1.0-beta" }, - "/policies/roleManagementPolicies": { - "apiVersion": "v1.0-beta", - "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml" - }, - "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}": { - "apiVersion": "v1.0-beta", - "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml" - }, - "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/effectiveRules": { - "apiVersion": "v1.0-beta", - "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml" - }, - "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/effectiveRules/{unifiedRoleManagementPolicyRule-id}": { - "apiVersion": "v1.0-beta", - "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml" - }, - "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/rules": { - "apiVersion": "v1.0-beta", - "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml" - }, - "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/rules/{unifiedRoleManagementPolicyRule-id}": { - "apiVersion": "v1.0-beta", - "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml" - }, - "/policies/roleManagementPolicyAssignments": { - "apiVersion": "v1.0-beta", - "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml" - }, - "/policies/roleManagementPolicyAssignments/{unifiedRoleManagementPolicyAssignment-id}": { - "apiVersion": "v1.0-beta", - "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml" - }, - "/policies/roleManagementPolicyAssignments/{unifiedRoleManagementPolicyAssignment-id}/policy": { - "apiVersion": "v1.0-beta", - "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml" - }, - "/policies/roleManagementPolicyAssignments/{unifiedRoleManagementPolicyAssignment-id}/policy/$ref": { - "apiVersion": "v1.0-beta", - "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml" - }, "/policies/tokenIssuancePolicies": { "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml", "apiVersion": "v1.0-beta" @@ -501,18 +457,6 @@ "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml", "apiVersion": "v1.0-beta" }, - "/users/{user-id}/authentication/microsoftAuthenticatorMethods": { - "apiVersion": "v1.0-beta", - "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml" - }, - "/users/{user-id}/authentication/microsoftAuthenticatorMethods/{microsoftAuthenticatorAuthenticationMethod-id}": { - "apiVersion": "v1.0-beta", - "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml" - }, - "/users/{user-id}/authentication/microsoftAuthenticatorMethods/{microsoftAuthenticatorAuthenticationMethod-id}/device": { - "apiVersion": "v1.0-beta", - "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml" - }, "/users/{user-id}/authentication/operations": { "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml", "apiVersion": "v1.0-beta" @@ -569,26 +513,6 @@ "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml", "apiVersion": "v1.0-beta" }, - "/users/{user-id}/authentication/temporaryAccessPassMethods": { - "apiVersion": "v1.0-beta", - "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml" - }, - "/users/{user-id}/authentication/temporaryAccessPassMethods/{temporaryAccessPassAuthenticationMethod-id}": { - "apiVersion": "v1.0-beta", - "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml" - }, - "/users/{user-id}/authentication/windowsHelloForBusinessMethods": { - "apiVersion": "v1.0-beta", - "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml" - }, - "/users/{user-id}/authentication/windowsHelloForBusinessMethods/{windowsHelloForBusinessAuthenticationMethod-id}": { - "apiVersion": "v1.0-beta", - "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml" - }, - "/users/{user-id}/authentication/windowsHelloForBusinessMethods/{windowsHelloForBusinessAuthenticationMethod-id}/device": { - "apiVersion": "v1.0-beta", - "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml" - }, "/users/{user-id}/informationProtection": { "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml", "apiVersion": "v1.0-beta" diff --git a/profiles/Identity.SignIns/crawl-log-v1.0.json b/profiles/Identity.SignIns/crawl-log-v1.0.json index a7096294517..7d5b66b4b8d 100644 --- a/profiles/Identity.SignIns/crawl-log-v1.0.json +++ b/profiles/Identity.SignIns/crawl-log-v1.0.json @@ -109,10 +109,6 @@ "originalLocation": "/openApiDocs/v1.0/Identity.SignIns.yml", "apiVersion": "v1.0" }, - "/policies/authenticationMethodsPolicy": { - "apiVersion": "v1.0", - "originalLocation": "/openApiDocs/v1.0/Identity.SignIns.yml" - }, "/policies/authorizationPolicy": { "originalLocation": "/openApiDocs/v1.0/Identity.SignIns.yml", "apiVersion": "v1.0" @@ -133,6 +129,22 @@ "originalLocation": "/openApiDocs/v1.0/Identity.SignIns.yml", "apiVersion": "v1.0" }, + "/policies/featureRolloutPolicies": { + "originalLocation": "/openApiDocs/v1.0/Identity.SignIns.yml", + "apiVersion": "v1.0" + }, + "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}": { + "originalLocation": "/openApiDocs/v1.0/Identity.SignIns.yml", + "apiVersion": "v1.0" + }, + "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo": { + "originalLocation": "/openApiDocs/v1.0/Identity.SignIns.yml", + "apiVersion": "v1.0" + }, + "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo/{directoryObject-id}": { + "originalLocation": "/openApiDocs/v1.0/Identity.SignIns.yml", + "apiVersion": "v1.0" + }, "/policies/homeRealmDiscoveryPolicies": { "originalLocation": "/openApiDocs/v1.0/Identity.SignIns.yml", "apiVersion": "v1.0" diff --git a/profiles/Identity.SignIns/definitions/v1.0.md b/profiles/Identity.SignIns/definitions/v1.0.md index 7528d2507e7..acb94263d74 100644 --- a/profiles/Identity.SignIns/definitions/v1.0.md +++ b/profiles/Identity.SignIns/definitions/v1.0.md @@ -39,6 +39,10 @@ profiles: /policies/claimsMappingPolicies/{claimsMappingPolicy-id}: v1.0 /policies/conditionalAccessPolicies: v1.0 /policies/conditionalAccessPolicies/{conditionalAccessPolicy-id}: v1.0 + /policies/featureRolloutPolicies: v1.0 + /policies/featureRolloutPolicies/{featureRolloutPolicy-id}: v1.0 + /policies/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo: v1.0 + /policies/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo/{directoryObject-id}: v1.0 /policies/homeRealmDiscoveryPolicies: v1.0 /policies/homeRealmDiscoveryPolicies/{homeRealmDiscoveryPolicy-id}: v1.0 /policies/identitySecurityDefaultsEnforcementPolicy: v1.0 diff --git a/profiles/Planner/crawl-log-v1.0-beta.json b/profiles/Planner/crawl-log-v1.0-beta.json index 45c2b9a34f0..9f8a2059de0 100644 --- a/profiles/Planner/crawl-log-v1.0-beta.json +++ b/profiles/Planner/crawl-log-v1.0-beta.json @@ -201,30 +201,6 @@ "originalLocation": "/openApiDocs/beta/Planner.yml", "apiVersion": "v1.0-beta" }, - "/planner/rosters": { - "apiVersion": "v1.0-beta", - "originalLocation": "/openApiDocs/beta/Planner.yml" - }, - "/planner/rosters/{plannerRoster-id}": { - "apiVersion": "v1.0-beta", - "originalLocation": "/openApiDocs/beta/Planner.yml" - }, - "/planner/rosters/{plannerRoster-id}/members": { - "apiVersion": "v1.0-beta", - "originalLocation": "/openApiDocs/beta/Planner.yml" - }, - "/planner/rosters/{plannerRoster-id}/members/{plannerRosterMember-id}": { - "apiVersion": "v1.0-beta", - "originalLocation": "/openApiDocs/beta/Planner.yml" - }, - "/planner/rosters/{plannerRoster-id}/plans": { - "apiVersion": "v1.0-beta", - "originalLocation": "/openApiDocs/beta/Planner.yml" - }, - "/planner/rosters/{plannerRoster-id}/plans/$ref": { - "apiVersion": "v1.0-beta", - "originalLocation": "/openApiDocs/beta/Planner.yml" - }, "/planner/tasks": { "originalLocation": "/openApiDocs/beta/Planner.yml", "apiVersion": "v1.0-beta" @@ -353,14 +329,6 @@ "originalLocation": "/openApiDocs/beta/Planner.yml", "apiVersion": "v1.0-beta" }, - "/users/{user-id}/planner/rosterPlans": { - "apiVersion": "v1.0-beta", - "originalLocation": "/openApiDocs/beta/Planner.yml" - }, - "/users/{user-id}/planner/rosterPlans/$ref": { - "apiVersion": "v1.0-beta", - "originalLocation": "/openApiDocs/beta/Planner.yml" - }, "/users/{user-id}/planner/tasks": { "originalLocation": "/openApiDocs/beta/Planner.yml", "apiVersion": "v1.0-beta" diff --git a/profiles/Reports/crawl-log-v1.0-beta.json b/profiles/Reports/crawl-log-v1.0-beta.json index 7225da911d2..bfa10842815 100644 --- a/profiles/Reports/crawl-log-v1.0-beta.json +++ b/profiles/Reports/crawl-log-v1.0-beta.json @@ -73,34 +73,6 @@ "originalLocation": "/openApiDocs/beta/Reports.yml", "apiVersion": "v1.0-beta" }, - "/deviceManagement/reports": { - "apiVersion": "v1.0-beta", - "originalLocation": "/openApiDocs/beta/Reports.yml" - }, - "/deviceManagement/reports/cachedReportConfigurations": { - "apiVersion": "v1.0-beta", - "originalLocation": "/openApiDocs/beta/Reports.yml" - }, - "/deviceManagement/reports/cachedReportConfigurations/{deviceManagementCachedReportConfiguration-id}": { - "apiVersion": "v1.0-beta", - "originalLocation": "/openApiDocs/beta/Reports.yml" - }, - "/deviceManagement/reports/exportJobs": { - "apiVersion": "v1.0-beta", - "originalLocation": "/openApiDocs/beta/Reports.yml" - }, - "/deviceManagement/reports/exportJobs/{deviceManagementExportJob-id}": { - "apiVersion": "v1.0-beta", - "originalLocation": "/openApiDocs/beta/Reports.yml" - }, - "/deviceManagement/reports/reportSchedules": { - "apiVersion": "v1.0-beta", - "originalLocation": "/openApiDocs/beta/Reports.yml" - }, - "/deviceManagement/reports/reportSchedules/{deviceManagementReportSchedule-id}": { - "apiVersion": "v1.0-beta", - "originalLocation": "/openApiDocs/beta/Reports.yml" - }, "/reports": { "originalLocation": "/openApiDocs/beta/Reports.yml", "apiVersion": "v1.0-beta" @@ -133,26 +105,6 @@ "originalLocation": "/openApiDocs/beta/Reports.yml", "apiVersion": "v1.0-beta" }, - "/reports/authenticationMethods": { - "apiVersion": "v1.0-beta", - "originalLocation": "/openApiDocs/beta/Reports.yml" - }, - "/reports/authenticationMethods/microsoft.graph.usersRegisteredByFeature()": { - "apiVersion": "v1.0-beta", - "originalLocation": "/openApiDocs/beta/Reports.yml" - }, - "/reports/authenticationMethods/microsoft.graph.usersRegisteredByFeature(includedUserTypes={includedUserTypes},includedUserRoles={includedUserRoles})": { - "apiVersion": "v1.0-beta", - "originalLocation": "/openApiDocs/beta/Reports.yml" - }, - "/reports/authenticationMethods/microsoft.graph.usersRegisteredByMethod()": { - "apiVersion": "v1.0-beta", - "originalLocation": "/openApiDocs/beta/Reports.yml" - }, - "/reports/authenticationMethods/microsoft.graph.usersRegisteredByMethod(includedUserTypes={includedUserTypes},includedUserRoles={includedUserRoles})": { - "apiVersion": "v1.0-beta", - "originalLocation": "/openApiDocs/beta/Reports.yml" - }, "/reports/credentialUserRegistrationDetails": { "originalLocation": "/openApiDocs/beta/Reports.yml", "apiVersion": "v1.0-beta" @@ -177,22 +129,6 @@ "originalLocation": "/openApiDocs/beta/Reports.yml", "apiVersion": "v1.0-beta" }, - "/reports/dailyPrintUsageByPrinter": { - "apiVersion": "v1.0-beta", - "originalLocation": "/openApiDocs/beta/Reports.yml" - }, - "/reports/dailyPrintUsageByPrinter/{printUsageByPrinter-id}": { - "apiVersion": "v1.0-beta", - "originalLocation": "/openApiDocs/beta/Reports.yml" - }, - "/reports/dailyPrintUsageByUser": { - "apiVersion": "v1.0-beta", - "originalLocation": "/openApiDocs/beta/Reports.yml" - }, - "/reports/dailyPrintUsageByUser/{printUsageByUser-id}": { - "apiVersion": "v1.0-beta", - "originalLocation": "/openApiDocs/beta/Reports.yml" - }, "/reports/dailyPrintUsageSummariesByPrinter": { "originalLocation": "/openApiDocs/beta/Reports.yml", "apiVersion": "v1.0-beta" @@ -281,10 +217,6 @@ "originalLocation": "/openApiDocs/beta/Reports.yml", "apiVersion": "v1.0-beta" }, - "/reports/microsoft.graph.getGroupArchivedPrintJobs(groupId='{groupId}',startDateTime={startDateTime},endDateTime={endDateTime})": { - "apiVersion": "v1.0-beta", - "originalLocation": "/openApiDocs/beta/Reports.yml" - }, "/reports/microsoft.graph.getM365AppPlatformUserCounts(period='{period}')": { "originalLocation": "/openApiDocs/beta/Reports.yml", "apiVersion": "v1.0-beta" @@ -409,10 +341,6 @@ "originalLocation": "/openApiDocs/beta/Reports.yml", "apiVersion": "v1.0-beta" }, - "/reports/microsoft.graph.getPrinterArchivedPrintJobs(printerId='{printerId}',startDateTime={startDateTime},endDateTime={endDateTime})": { - "apiVersion": "v1.0-beta", - "originalLocation": "/openApiDocs/beta/Reports.yml" - }, "/reports/microsoft.graph.getRelyingPartyDetailedSummary(period='{period}')": { "originalLocation": "/openApiDocs/beta/Reports.yml", "apiVersion": "v1.0-beta" @@ -569,10 +497,6 @@ "originalLocation": "/openApiDocs/beta/Reports.yml", "apiVersion": "v1.0-beta" }, - "/reports/microsoft.graph.getUserArchivedPrintJobs(userId='{userId}',startDateTime={startDateTime},endDateTime={endDateTime})": { - "apiVersion": "v1.0-beta", - "originalLocation": "/openApiDocs/beta/Reports.yml" - }, "/reports/microsoft.graph.getYammerActivityCounts(period='{period}')": { "originalLocation": "/openApiDocs/beta/Reports.yml", "apiVersion": "v1.0-beta" @@ -665,22 +589,6 @@ "originalLocation": "/openApiDocs/beta/Reports.yml", "apiVersion": "v1.0-beta" }, - "/reports/monthlyPrintUsageByPrinter": { - "apiVersion": "v1.0-beta", - "originalLocation": "/openApiDocs/beta/Reports.yml" - }, - "/reports/monthlyPrintUsageByPrinter/{printUsageByPrinter-id}": { - "apiVersion": "v1.0-beta", - "originalLocation": "/openApiDocs/beta/Reports.yml" - }, - "/reports/monthlyPrintUsageByUser": { - "apiVersion": "v1.0-beta", - "originalLocation": "/openApiDocs/beta/Reports.yml" - }, - "/reports/monthlyPrintUsageByUser/{printUsageByUser-id}": { - "apiVersion": "v1.0-beta", - "originalLocation": "/openApiDocs/beta/Reports.yml" - }, "/reports/monthlyPrintUsageSummariesByPrinter": { "originalLocation": "/openApiDocs/beta/Reports.yml", "apiVersion": "v1.0-beta" diff --git a/profiles/Reports/crawl-log-v1.0.json b/profiles/Reports/crawl-log-v1.0.json index 28f0560561a..9da75c8d6cc 100644 --- a/profiles/Reports/crawl-log-v1.0.json +++ b/profiles/Reports/crawl-log-v1.0.json @@ -49,22 +49,6 @@ "originalLocation": "/openApiDocs/v1.0/Reports.yml", "apiVersion": "v1.0" }, - "/reports/dailyPrintUsageByPrinter": { - "apiVersion": "v1.0", - "originalLocation": "/openApiDocs/v1.0/Reports.yml" - }, - "/reports/dailyPrintUsageByPrinter/{printUsageByPrinter-id}": { - "apiVersion": "v1.0", - "originalLocation": "/openApiDocs/v1.0/Reports.yml" - }, - "/reports/dailyPrintUsageByUser": { - "apiVersion": "v1.0", - "originalLocation": "/openApiDocs/v1.0/Reports.yml" - }, - "/reports/dailyPrintUsageByUser/{printUsageByUser-id}": { - "apiVersion": "v1.0", - "originalLocation": "/openApiDocs/v1.0/Reports.yml" - }, "/reports/microsoft.graph.deviceConfigurationDeviceActivity()": { "originalLocation": "/openApiDocs/v1.0/Reports.yml", "apiVersion": "v1.0" @@ -113,10 +97,6 @@ "originalLocation": "/openApiDocs/v1.0/Reports.yml", "apiVersion": "v1.0" }, - "/reports/microsoft.graph.getGroupArchivedPrintJobs(groupId='{groupId}',startDateTime={startDateTime},endDateTime={endDateTime})": { - "apiVersion": "v1.0", - "originalLocation": "/openApiDocs/v1.0/Reports.yml" - }, "/reports/microsoft.graph.getMailboxUsageDetail(period='{period}')": { "originalLocation": "/openApiDocs/v1.0/Reports.yml", "apiVersion": "v1.0" @@ -225,10 +205,6 @@ "originalLocation": "/openApiDocs/v1.0/Reports.yml", "apiVersion": "v1.0" }, - "/reports/microsoft.graph.getPrinterArchivedPrintJobs(printerId='{printerId}',startDateTime={startDateTime},endDateTime={endDateTime})": { - "apiVersion": "v1.0", - "originalLocation": "/openApiDocs/v1.0/Reports.yml" - }, "/reports/microsoft.graph.getSharePointActivityFileCounts(period='{period}')": { "originalLocation": "/openApiDocs/v1.0/Reports.yml", "apiVersion": "v1.0" @@ -377,10 +353,6 @@ "originalLocation": "/openApiDocs/v1.0/Reports.yml", "apiVersion": "v1.0" }, - "/reports/microsoft.graph.getUserArchivedPrintJobs(userId='{userId}',startDateTime={startDateTime},endDateTime={endDateTime})": { - "apiVersion": "v1.0", - "originalLocation": "/openApiDocs/v1.0/Reports.yml" - }, "/reports/microsoft.graph.getYammerActivityCounts(period='{period}')": { "originalLocation": "/openApiDocs/v1.0/Reports.yml", "apiVersion": "v1.0" diff --git a/profiles/Sites/crawl-log-v1.0-beta.json b/profiles/Sites/crawl-log-v1.0-beta.json index 485e23b1a08..177159d51c3 100644 --- a/profiles/Sites/crawl-log-v1.0-beta.json +++ b/profiles/Sites/crawl-log-v1.0-beta.json @@ -41,14 +41,6 @@ "originalLocation": "/openApiDocs/beta/Sites.yml", "apiVersion": "v1.0-beta" }, - "/sites/{site-id}/columns/{columnDefinition-id}/sourceColumn": { - "apiVersion": "v1.0-beta", - "originalLocation": "/openApiDocs/beta/Sites.yml" - }, - "/sites/{site-id}/columns/{columnDefinition-id}/sourceColumn/$ref": { - "apiVersion": "v1.0-beta", - "originalLocation": "/openApiDocs/beta/Sites.yml" - }, "/sites/{site-id}/contentTypes": { "originalLocation": "/openApiDocs/beta/Sites.yml", "apiVersion": "v1.0-beta" @@ -97,46 +89,6 @@ "originalLocation": "/openApiDocs/beta/Sites.yml", "apiVersion": "v1.0-beta" }, - "/sites/{site-id}/contentTypes/{contentType-id}/base": { - "apiVersion": "v1.0-beta", - "originalLocation": "/openApiDocs/beta/Sites.yml" - }, - "/sites/{site-id}/contentTypes/{contentType-id}/base/$ref": { - "apiVersion": "v1.0-beta", - "originalLocation": "/openApiDocs/beta/Sites.yml" - }, - "/sites/{site-id}/contentTypes/{contentType-id}/base/microsoft.graph.associateWithHubSites": { - "apiVersion": "v1.0-beta", - "originalLocation": "/openApiDocs/beta/Sites.yml" - }, - "/sites/{site-id}/contentTypes/{contentType-id}/base/microsoft.graph.copyToDefaultContentLocation": { - "apiVersion": "v1.0-beta", - "originalLocation": "/openApiDocs/beta/Sites.yml" - }, - "/sites/{site-id}/contentTypes/{contentType-id}/base/microsoft.graph.isPublished()": { - "apiVersion": "v1.0-beta", - "originalLocation": "/openApiDocs/beta/Sites.yml" - }, - "/sites/{site-id}/contentTypes/{contentType-id}/base/microsoft.graph.publish": { - "apiVersion": "v1.0-beta", - "originalLocation": "/openApiDocs/beta/Sites.yml" - }, - "/sites/{site-id}/contentTypes/{contentType-id}/base/microsoft.graph.unpublish": { - "apiVersion": "v1.0-beta", - "originalLocation": "/openApiDocs/beta/Sites.yml" - }, - "/sites/{site-id}/contentTypes/{contentType-id}/baseTypes": { - "apiVersion": "v1.0-beta", - "originalLocation": "/openApiDocs/beta/Sites.yml" - }, - "/sites/{site-id}/contentTypes/{contentType-id}/baseTypes/$ref": { - "apiVersion": "v1.0-beta", - "originalLocation": "/openApiDocs/beta/Sites.yml" - }, - "/sites/{site-id}/contentTypes/{contentType-id}/baseTypes/microsoft.graph.addCopy": { - "apiVersion": "v1.0-beta", - "originalLocation": "/openApiDocs/beta/Sites.yml" - }, "/sites/{site-id}/contentTypes/{contentType-id}/columnLinks": { "originalLocation": "/openApiDocs/beta/Sites.yml", "apiVersion": "v1.0-beta" @@ -193,54 +145,6 @@ "originalLocation": "/openApiDocs/beta/Sites.yml", "apiVersion": "v1.0-beta" }, - "/sites/{site-id}/contentTypes/{contentType-id}/columnPositions": { - "apiVersion": "v1.0-beta", - "originalLocation": "/openApiDocs/beta/Sites.yml" - }, - "/sites/{site-id}/contentTypes/{contentType-id}/columnPositions/$ref": { - "apiVersion": "v1.0-beta", - "originalLocation": "/openApiDocs/beta/Sites.yml" - }, - "/sites/{site-id}/contentTypes/{contentType-id}/columns": { - "apiVersion": "v1.0-beta", - "originalLocation": "/openApiDocs/beta/Sites.yml" - }, - "/sites/{site-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}": { - "apiVersion": "v1.0-beta", - "originalLocation": "/openApiDocs/beta/Sites.yml" - }, - "/sites/{site-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}/sourceColumn": { - "apiVersion": "v1.0-beta", - "originalLocation": "/openApiDocs/beta/Sites.yml" - }, - "/sites/{site-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}/sourceColumn/$ref": { - "apiVersion": "v1.0-beta", - "originalLocation": "/openApiDocs/beta/Sites.yml" - }, - "/sites/{site-id}/contentTypes/{contentType-id}/microsoft.graph.associateWithHubSites": { - "apiVersion": "v1.0-beta", - "originalLocation": "/openApiDocs/beta/Sites.yml" - }, - "/sites/{site-id}/contentTypes/{contentType-id}/microsoft.graph.copyToDefaultContentLocation": { - "apiVersion": "v1.0-beta", - "originalLocation": "/openApiDocs/beta/Sites.yml" - }, - "/sites/{site-id}/contentTypes/{contentType-id}/microsoft.graph.isPublished()": { - "apiVersion": "v1.0-beta", - "originalLocation": "/openApiDocs/beta/Sites.yml" - }, - "/sites/{site-id}/contentTypes/{contentType-id}/microsoft.graph.publish": { - "apiVersion": "v1.0-beta", - "originalLocation": "/openApiDocs/beta/Sites.yml" - }, - "/sites/{site-id}/contentTypes/{contentType-id}/microsoft.graph.unpublish": { - "apiVersion": "v1.0-beta", - "originalLocation": "/openApiDocs/beta/Sites.yml" - }, - "/sites/{site-id}/contentTypes/microsoft.graph.addCopy": { - "apiVersion": "v1.0-beta", - "originalLocation": "/openApiDocs/beta/Sites.yml" - }, "/sites/{site-id}/drive": { "originalLocation": "/openApiDocs/beta/Sites.yml", "apiVersion": "v1.0-beta" @@ -261,14 +165,6 @@ "originalLocation": "/openApiDocs/beta/Sites.yml", "apiVersion": "v1.0-beta" }, - "/sites/{site-id}/externalColumns": { - "apiVersion": "v1.0-beta", - "originalLocation": "/openApiDocs/beta/Sites.yml" - }, - "/sites/{site-id}/externalColumns/$ref": { - "apiVersion": "v1.0-beta", - "originalLocation": "/openApiDocs/beta/Sites.yml" - }, "/sites/{site-id}/lists": { "originalLocation": "/openApiDocs/beta/Sites.yml", "apiVersion": "v1.0-beta" @@ -365,14 +261,6 @@ "originalLocation": "/openApiDocs/beta/Sites.yml", "apiVersion": "v1.0-beta" }, - "/sites/{site-id}/lists/{list-id}/columns/{columnDefinition-id}/sourceColumn": { - "apiVersion": "v1.0-beta", - "originalLocation": "/openApiDocs/beta/Sites.yml" - }, - "/sites/{site-id}/lists/{list-id}/columns/{columnDefinition-id}/sourceColumn/$ref": { - "apiVersion": "v1.0-beta", - "originalLocation": "/openApiDocs/beta/Sites.yml" - }, "/sites/{site-id}/lists/{list-id}/contentTypes": { "originalLocation": "/openApiDocs/beta/Sites.yml", "apiVersion": "v1.0-beta" @@ -421,46 +309,6 @@ "originalLocation": "/openApiDocs/beta/Sites.yml", "apiVersion": "v1.0-beta" }, - "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/base": { - "apiVersion": "v1.0-beta", - "originalLocation": "/openApiDocs/beta/Sites.yml" - }, - "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/base/$ref": { - "apiVersion": "v1.0-beta", - "originalLocation": "/openApiDocs/beta/Sites.yml" - }, - "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/base/microsoft.graph.associateWithHubSites": { - "apiVersion": "v1.0-beta", - "originalLocation": "/openApiDocs/beta/Sites.yml" - }, - "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/base/microsoft.graph.copyToDefaultContentLocation": { - "apiVersion": "v1.0-beta", - "originalLocation": "/openApiDocs/beta/Sites.yml" - }, - "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/base/microsoft.graph.isPublished()": { - "apiVersion": "v1.0-beta", - "originalLocation": "/openApiDocs/beta/Sites.yml" - }, - "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/base/microsoft.graph.publish": { - "apiVersion": "v1.0-beta", - "originalLocation": "/openApiDocs/beta/Sites.yml" - }, - "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/base/microsoft.graph.unpublish": { - "apiVersion": "v1.0-beta", - "originalLocation": "/openApiDocs/beta/Sites.yml" - }, - "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/baseTypes": { - "apiVersion": "v1.0-beta", - "originalLocation": "/openApiDocs/beta/Sites.yml" - }, - "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/baseTypes/$ref": { - "apiVersion": "v1.0-beta", - "originalLocation": "/openApiDocs/beta/Sites.yml" - }, - "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/baseTypes/microsoft.graph.addCopy": { - "apiVersion": "v1.0-beta", - "originalLocation": "/openApiDocs/beta/Sites.yml" - }, "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks": { "originalLocation": "/openApiDocs/beta/Sites.yml", "apiVersion": "v1.0-beta" @@ -517,54 +365,6 @@ "originalLocation": "/openApiDocs/beta/Sites.yml", "apiVersion": "v1.0-beta" }, - "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnPositions": { - "apiVersion": "v1.0-beta", - "originalLocation": "/openApiDocs/beta/Sites.yml" - }, - "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnPositions/$ref": { - "apiVersion": "v1.0-beta", - "originalLocation": "/openApiDocs/beta/Sites.yml" - }, - "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns": { - "apiVersion": "v1.0-beta", - "originalLocation": "/openApiDocs/beta/Sites.yml" - }, - "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}": { - "apiVersion": "v1.0-beta", - "originalLocation": "/openApiDocs/beta/Sites.yml" - }, - "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}/sourceColumn": { - "apiVersion": "v1.0-beta", - "originalLocation": "/openApiDocs/beta/Sites.yml" - }, - "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}/sourceColumn/$ref": { - "apiVersion": "v1.0-beta", - "originalLocation": "/openApiDocs/beta/Sites.yml" - }, - "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/microsoft.graph.associateWithHubSites": { - "apiVersion": "v1.0-beta", - "originalLocation": "/openApiDocs/beta/Sites.yml" - }, - "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/microsoft.graph.copyToDefaultContentLocation": { - "apiVersion": "v1.0-beta", - "originalLocation": "/openApiDocs/beta/Sites.yml" - }, - "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/microsoft.graph.isPublished()": { - "apiVersion": "v1.0-beta", - "originalLocation": "/openApiDocs/beta/Sites.yml" - }, - "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/microsoft.graph.publish": { - "apiVersion": "v1.0-beta", - "originalLocation": "/openApiDocs/beta/Sites.yml" - }, - "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/microsoft.graph.unpublish": { - "apiVersion": "v1.0-beta", - "originalLocation": "/openApiDocs/beta/Sites.yml" - }, - "/sites/{site-id}/lists/{list-id}/contentTypes/microsoft.graph.addCopy": { - "apiVersion": "v1.0-beta", - "originalLocation": "/openApiDocs/beta/Sites.yml" - }, "/sites/{site-id}/lists/{list-id}/drive": { "originalLocation": "/openApiDocs/beta/Sites.yml", "apiVersion": "v1.0-beta" @@ -665,10 +465,6 @@ "originalLocation": "/openApiDocs/beta/Sites.yml", "apiVersion": "v1.0-beta" }, - "/sites/{site-id}/microsoft.graph.getApplicableContentTypesForList(listId='{listId}')": { - "apiVersion": "v1.0-beta", - "originalLocation": "/openApiDocs/beta/Sites.yml" - }, "/sites/{site-id}/microsoft.graph.getByPath(path='{path}')": { "originalLocation": "/openApiDocs/beta/Sites.yml", "apiVersion": "v1.0-beta" @@ -1125,14 +921,6 @@ "originalLocation": "/openApiDocs/beta/Sites.yml", "apiVersion": "v1.0-beta" }, - "/sites/{site-id}/permissions/{permission-id}/microsoft.graph.grant": { - "apiVersion": "v1.0-beta", - "originalLocation": "/openApiDocs/beta/Sites.yml" - }, - "/sites/{site-id}/permissions/{permission-id}/microsoft.graph.revokeGrants": { - "apiVersion": "v1.0-beta", - "originalLocation": "/openApiDocs/beta/Sites.yml" - }, "/sites/{site-id}/sites": { "originalLocation": "/openApiDocs/beta/Sites.yml", "apiVersion": "v1.0-beta" diff --git a/profiles/Sites/crawl-log-v1.0.json b/profiles/Sites/crawl-log-v1.0.json index f2ad6075549..d55f0cebd3a 100644 --- a/profiles/Sites/crawl-log-v1.0.json +++ b/profiles/Sites/crawl-log-v1.0.json @@ -605,10 +605,6 @@ "originalLocation": "/openApiDocs/v1.0/Sites.yml", "apiVersion": "v1.0" }, - "/sites/{site-id}/permissions/{permission-id}/microsoft.graph.grant": { - "apiVersion": "v1.0", - "originalLocation": "/openApiDocs/v1.0/Sites.yml" - }, "/sites/{site-id}/sites": { "originalLocation": "/openApiDocs/v1.0/Sites.yml", "apiVersion": "v1.0" diff --git a/profiles/Teams/crawl-log-v1.0-beta.json b/profiles/Teams/crawl-log-v1.0-beta.json index 181e57133c6..092497e3ab9 100644 --- a/profiles/Teams/crawl-log-v1.0-beta.json +++ b/profiles/Teams/crawl-log-v1.0-beta.json @@ -21,10 +21,6 @@ "originalLocation": "/openApiDocs/beta/Teams.yml", "apiVersion": "v1.0-beta" }, - "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/bot": { - "apiVersion": "v1.0-beta", - "originalLocation": "/openApiDocs/beta/Teams.yml" - }, "/chats": { "originalLocation": "/openApiDocs/beta/Teams.yml", "apiVersion": "v1.0-beta" @@ -537,22 +533,6 @@ "originalLocation": "/openApiDocs/beta/Teams.yml", "apiVersion": "v1.0-beta" }, - "/teams/{team-id}/tags": { - "apiVersion": "v1.0-beta", - "originalLocation": "/openApiDocs/beta/Teams.yml" - }, - "/teams/{team-id}/tags/{teamworkTag-id}": { - "apiVersion": "v1.0-beta", - "originalLocation": "/openApiDocs/beta/Teams.yml" - }, - "/teams/{team-id}/tags/{teamworkTag-id}/members": { - "apiVersion": "v1.0-beta", - "originalLocation": "/openApiDocs/beta/Teams.yml" - }, - "/teams/{team-id}/tags/{teamworkTag-id}/members/{teamworkTagMember-id}": { - "apiVersion": "v1.0-beta", - "originalLocation": "/openApiDocs/beta/Teams.yml" - }, "/teams/{team-id}/template": { "originalLocation": "/openApiDocs/beta/Teams.yml", "apiVersion": "v1.0-beta" diff --git a/profiles/Teams/crawl-log-v1.0.json b/profiles/Teams/crawl-log-v1.0.json index 4070170606a..1a2da82050f 100644 --- a/profiles/Teams/crawl-log-v1.0.json +++ b/profiles/Teams/crawl-log-v1.0.json @@ -21,10 +21,6 @@ "originalLocation": "/openApiDocs/v1.0/Teams.yml", "apiVersion": "v1.0" }, - "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/bot": { - "apiVersion": "v1.0", - "originalLocation": "/openApiDocs/v1.0/Teams.yml" - }, "/chats": { "originalLocation": "/openApiDocs/v1.0/Teams.yml", "apiVersion": "v1.0" @@ -85,58 +81,6 @@ "originalLocation": "/openApiDocs/v1.0/Teams.yml", "apiVersion": "v1.0" }, - "/chats/{chat-id}/installedApps": { - "apiVersion": "v1.0", - "originalLocation": "/openApiDocs/v1.0/Teams.yml" - }, - "/chats/{chat-id}/installedApps/{teamsAppInstallation-id}": { - "apiVersion": "v1.0", - "originalLocation": "/openApiDocs/v1.0/Teams.yml" - }, - "/chats/{chat-id}/installedApps/{teamsAppInstallation-id}/microsoft.graph.upgrade": { - "apiVersion": "v1.0", - "originalLocation": "/openApiDocs/v1.0/Teams.yml" - }, - "/chats/{chat-id}/installedApps/{teamsAppInstallation-id}/teamsApp": { - "apiVersion": "v1.0", - "originalLocation": "/openApiDocs/v1.0/Teams.yml" - }, - "/chats/{chat-id}/installedApps/{teamsAppInstallation-id}/teamsApp/$ref": { - "apiVersion": "v1.0", - "originalLocation": "/openApiDocs/v1.0/Teams.yml" - }, - "/chats/{chat-id}/installedApps/{teamsAppInstallation-id}/teamsAppDefinition": { - "apiVersion": "v1.0", - "originalLocation": "/openApiDocs/v1.0/Teams.yml" - }, - "/chats/{chat-id}/installedApps/{teamsAppInstallation-id}/teamsAppDefinition/$ref": { - "apiVersion": "v1.0", - "originalLocation": "/openApiDocs/v1.0/Teams.yml" - }, - "/chats/{chat-id}/members": { - "apiVersion": "v1.0", - "originalLocation": "/openApiDocs/v1.0/Teams.yml" - }, - "/chats/{chat-id}/members/{conversationMember-id}": { - "apiVersion": "v1.0", - "originalLocation": "/openApiDocs/v1.0/Teams.yml" - }, - "/chats/{chat-id}/tabs": { - "apiVersion": "v1.0", - "originalLocation": "/openApiDocs/v1.0/Teams.yml" - }, - "/chats/{chat-id}/tabs/{teamsTab-id}": { - "apiVersion": "v1.0", - "originalLocation": "/openApiDocs/v1.0/Teams.yml" - }, - "/chats/{chat-id}/tabs/{teamsTab-id}/teamsApp": { - "apiVersion": "v1.0", - "originalLocation": "/openApiDocs/v1.0/Teams.yml" - }, - "/chats/{chat-id}/tabs/{teamsTab-id}/teamsApp/$ref": { - "apiVersion": "v1.0", - "originalLocation": "/openApiDocs/v1.0/Teams.yml" - }, "/chats/microsoft.graph.getAllMessages()": { "originalLocation": "/openApiDocs/v1.0/Teams.yml", "apiVersion": "v1.0" @@ -193,10 +137,6 @@ "originalLocation": "/openApiDocs/v1.0/Teams.yml", "apiVersion": "v1.0" }, - "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}/$value": { - "originalLocation": "/openApiDocs/v1.0/Teams.yml", - "apiVersion": "v1.0" - }, "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies": { "originalLocation": "/openApiDocs/v1.0/Teams.yml", "apiVersion": "v1.0" @@ -321,10 +261,6 @@ "originalLocation": "/openApiDocs/v1.0/Teams.yml", "apiVersion": "v1.0" }, - "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}/$value": { - "originalLocation": "/openApiDocs/v1.0/Teams.yml", - "apiVersion": "v1.0" - }, "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies": { "originalLocation": "/openApiDocs/v1.0/Teams.yml", "apiVersion": "v1.0" diff --git a/profiles/Teams/definitions/v1.0.md b/profiles/Teams/definitions/v1.0.md index cdf12d2eb62..c51daca378f 100644 --- a/profiles/Teams/definitions/v1.0.md +++ b/profiles/Teams/definitions/v1.0.md @@ -41,7 +41,6 @@ profiles: /teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}: v1.0 /teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents: v1.0 /teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}: v1.0 - /teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}/$value: v1.0 /teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies: v1.0 /teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}: v1.0 /teams/{team-id}/channels/{channel-id}/tabs: v1.0 @@ -73,7 +72,6 @@ profiles: /teams/{team-id}/primaryChannel/messages/{chatMessage-id}: v1.0 /teams/{team-id}/primaryChannel/messages/{chatMessage-id}/hostedContents: v1.0 /teams/{team-id}/primaryChannel/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}: v1.0 - /teams/{team-id}/primaryChannel/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}/$value: v1.0 /teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies: v1.0 /teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}: v1.0 /teams/{team-id}/primaryChannel/tabs: v1.0 diff --git a/profiles/Users.Actions/crawl-log-v1.0-beta.json b/profiles/Users.Actions/crawl-log-v1.0-beta.json index a5c868a9311..238353eec56 100644 --- a/profiles/Users.Actions/crawl-log-v1.0-beta.json +++ b/profiles/Users.Actions/crawl-log-v1.0-beta.json @@ -901,10 +901,6 @@ "originalLocation": "/openApiDocs/beta/Users.Actions.yml", "apiVersion": "v1.0-beta" }, - "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.calendarSharingMessage/microsoft.graph.accept": { - "apiVersion": "v1.0-beta", - "originalLocation": "/openApiDocs/beta/Users.Actions.yml" - }, "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.copy": { "originalLocation": "/openApiDocs/beta/Users.Actions.yml", "apiVersion": "v1.0-beta" @@ -933,18 +929,6 @@ "originalLocation": "/openApiDocs/beta/Users.Actions.yml", "apiVersion": "v1.0-beta" }, - "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/microsoft.graph.accept": { - "apiVersion": "v1.0-beta", - "originalLocation": "/openApiDocs/beta/Users.Actions.yml" - }, - "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/microsoft.graph.decline": { - "apiVersion": "v1.0-beta", - "originalLocation": "/openApiDocs/beta/Users.Actions.yml" - }, - "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/microsoft.graph.tentativelyAccept": { - "apiVersion": "v1.0-beta", - "originalLocation": "/openApiDocs/beta/Users.Actions.yml" - }, "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.forward": { "originalLocation": "/openApiDocs/beta/Users.Actions.yml", "apiVersion": "v1.0-beta" @@ -1105,10 +1089,6 @@ "originalLocation": "/openApiDocs/beta/Users.Actions.yml", "apiVersion": "v1.0-beta" }, - "/users/{user-id}/messages/{message-id}/microsoft.graph.calendarSharingMessage/microsoft.graph.accept": { - "apiVersion": "v1.0-beta", - "originalLocation": "/openApiDocs/beta/Users.Actions.yml" - }, "/users/{user-id}/messages/{message-id}/microsoft.graph.copy": { "originalLocation": "/openApiDocs/beta/Users.Actions.yml", "apiVersion": "v1.0-beta" @@ -1137,18 +1117,6 @@ "originalLocation": "/openApiDocs/beta/Users.Actions.yml", "apiVersion": "v1.0-beta" }, - "/users/{user-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/microsoft.graph.accept": { - "apiVersion": "v1.0-beta", - "originalLocation": "/openApiDocs/beta/Users.Actions.yml" - }, - "/users/{user-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/microsoft.graph.decline": { - "apiVersion": "v1.0-beta", - "originalLocation": "/openApiDocs/beta/Users.Actions.yml" - }, - "/users/{user-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/microsoft.graph.tentativelyAccept": { - "apiVersion": "v1.0-beta", - "originalLocation": "/openApiDocs/beta/Users.Actions.yml" - }, "/users/{user-id}/messages/{message-id}/microsoft.graph.forward": { "originalLocation": "/openApiDocs/beta/Users.Actions.yml", "apiVersion": "v1.0-beta" @@ -1177,10 +1145,6 @@ "originalLocation": "/openApiDocs/beta/Users.Actions.yml", "apiVersion": "v1.0-beta" }, - "/users/{user-id}/microsoft.graph.activateServicePlan": { - "apiVersion": "v1.0-beta", - "originalLocation": "/openApiDocs/beta/Users.Actions.yml" - }, "/users/{user-id}/microsoft.graph.assignLicense": { "originalLocation": "/openApiDocs/beta/Users.Actions.yml", "apiVersion": "v1.0-beta" diff --git a/profiles/Users.Actions/crawl-log-v1.0.json b/profiles/Users.Actions/crawl-log-v1.0.json index 06650988312..a49ab542269 100644 --- a/profiles/Users.Actions/crawl-log-v1.0.json +++ b/profiles/Users.Actions/crawl-log-v1.0.json @@ -989,358 +989,6 @@ "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", "apiVersion": "v1.0" }, - "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.calendarSharingMessage/microsoft.graph.accept": { - "apiVersion": "v1.0", - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" - }, - "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.managedAppProtection/microsoft.graph.targetApps": { - "apiVersion": "v1.0", - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" - }, - "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.mobileAppContentFile/microsoft.graph.commit": { - "apiVersion": "v1.0", - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" - }, - "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.mobileAppContentFile/microsoft.graph.renewUpload": { - "apiVersion": "v1.0", - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" - }, - "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.printDocument/microsoft.graph.createUploadSession": { - "apiVersion": "v1.0", - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" - }, - "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.printJob/microsoft.graph.abort": { - "apiVersion": "v1.0", - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" - }, - "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.printJob/microsoft.graph.cancel": { - "apiVersion": "v1.0", - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" - }, - "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.printJob/microsoft.graph.redirect": { - "apiVersion": "v1.0", - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" - }, - "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.printJob/microsoft.graph.start": { - "apiVersion": "v1.0", - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" - }, - "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.scheduleChangeRequest/microsoft.graph.approve": { - "apiVersion": "v1.0", - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" - }, - "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.scheduleChangeRequest/microsoft.graph.decline": { - "apiVersion": "v1.0", - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" - }, - "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.targetedManagedAppProtection/microsoft.graph.assign": { - "apiVersion": "v1.0", - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" - }, - "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.windowsInformationProtection/microsoft.graph.assign": { - "apiVersion": "v1.0", - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" - }, - "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/microsoft.graph.clear": { - "apiVersion": "v1.0", - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" - }, - "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/microsoft.graph.delete": { - "apiVersion": "v1.0", - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" - }, - "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/microsoft.graph.insert": { - "apiVersion": "v1.0", - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" - }, - "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/microsoft.graph.merge": { - "apiVersion": "v1.0", - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" - }, - "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/microsoft.graph.unmerge": { - "apiVersion": "v1.0", - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" - }, - "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRangeFill/microsoft.graph.clear": { - "apiVersion": "v1.0", - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" - }, - "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRangeFormat/microsoft.graph.autofitColumns": { - "apiVersion": "v1.0", - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" - }, - "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRangeFormat/microsoft.graph.autofitRows": { - "apiVersion": "v1.0", - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" - }, - "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRangeSort/microsoft.graph.apply": { - "apiVersion": "v1.0", - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" - }, - "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.calendarSharingMessage/microsoft.graph.accept": { - "apiVersion": "v1.0", - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" - }, - "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.managedAppProtection/microsoft.graph.targetApps": { - "apiVersion": "v1.0", - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" - }, - "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.mobileAppContentFile/microsoft.graph.commit": { - "apiVersion": "v1.0", - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" - }, - "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.mobileAppContentFile/microsoft.graph.renewUpload": { - "apiVersion": "v1.0", - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" - }, - "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.printDocument/microsoft.graph.createUploadSession": { - "apiVersion": "v1.0", - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" - }, - "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.printJob/microsoft.graph.abort": { - "apiVersion": "v1.0", - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" - }, - "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.printJob/microsoft.graph.cancel": { - "apiVersion": "v1.0", - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" - }, - "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.printJob/microsoft.graph.redirect": { - "apiVersion": "v1.0", - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" - }, - "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.printJob/microsoft.graph.start": { - "apiVersion": "v1.0", - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" - }, - "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.scheduleChangeRequest/microsoft.graph.approve": { - "apiVersion": "v1.0", - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" - }, - "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.scheduleChangeRequest/microsoft.graph.decline": { - "apiVersion": "v1.0", - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" - }, - "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.targetedManagedAppProtection/microsoft.graph.assign": { - "apiVersion": "v1.0", - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" - }, - "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.windowsInformationProtection/microsoft.graph.assign": { - "apiVersion": "v1.0", - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" - }, - "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/microsoft.graph.clear": { - "apiVersion": "v1.0", - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" - }, - "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/microsoft.graph.delete": { - "apiVersion": "v1.0", - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" - }, - "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/microsoft.graph.insert": { - "apiVersion": "v1.0", - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" - }, - "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/microsoft.graph.merge": { - "apiVersion": "v1.0", - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" - }, - "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/microsoft.graph.unmerge": { - "apiVersion": "v1.0", - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" - }, - "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRangeFill/microsoft.graph.clear": { - "apiVersion": "v1.0", - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" - }, - "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRangeFormat/microsoft.graph.autofitColumns": { - "apiVersion": "v1.0", - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" - }, - "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRangeFormat/microsoft.graph.autofitRows": { - "apiVersion": "v1.0", - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" - }, - "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRangeSort/microsoft.graph.apply": { - "apiVersion": "v1.0", - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" - }, - "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.calendarSharingMessage/microsoft.graph.accept": { - "apiVersion": "v1.0", - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" - }, - "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.managedAppProtection/microsoft.graph.targetApps": { - "apiVersion": "v1.0", - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" - }, - "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.mobileAppContentFile/microsoft.graph.commit": { - "apiVersion": "v1.0", - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" - }, - "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.mobileAppContentFile/microsoft.graph.renewUpload": { - "apiVersion": "v1.0", - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" - }, - "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.printDocument/microsoft.graph.createUploadSession": { - "apiVersion": "v1.0", - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" - }, - "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.printJob/microsoft.graph.abort": { - "apiVersion": "v1.0", - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" - }, - "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.printJob/microsoft.graph.cancel": { - "apiVersion": "v1.0", - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" - }, - "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.printJob/microsoft.graph.redirect": { - "apiVersion": "v1.0", - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" - }, - "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.printJob/microsoft.graph.start": { - "apiVersion": "v1.0", - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" - }, - "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.scheduleChangeRequest/microsoft.graph.approve": { - "apiVersion": "v1.0", - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" - }, - "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.scheduleChangeRequest/microsoft.graph.decline": { - "apiVersion": "v1.0", - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" - }, - "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.targetedManagedAppProtection/microsoft.graph.assign": { - "apiVersion": "v1.0", - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" - }, - "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.windowsInformationProtection/microsoft.graph.assign": { - "apiVersion": "v1.0", - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" - }, - "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/microsoft.graph.clear": { - "apiVersion": "v1.0", - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" - }, - "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/microsoft.graph.delete": { - "apiVersion": "v1.0", - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" - }, - "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/microsoft.graph.insert": { - "apiVersion": "v1.0", - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" - }, - "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/microsoft.graph.merge": { - "apiVersion": "v1.0", - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" - }, - "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/microsoft.graph.unmerge": { - "apiVersion": "v1.0", - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" - }, - "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRangeFill/microsoft.graph.clear": { - "apiVersion": "v1.0", - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" - }, - "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRangeFormat/microsoft.graph.autofitColumns": { - "apiVersion": "v1.0", - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" - }, - "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRangeFormat/microsoft.graph.autofitRows": { - "apiVersion": "v1.0", - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" - }, - "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRangeSort/microsoft.graph.apply": { - "apiVersion": "v1.0", - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" - }, - "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.calendarSharingMessage/microsoft.graph.accept": { - "apiVersion": "v1.0", - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" - }, - "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.managedAppProtection/microsoft.graph.targetApps": { - "apiVersion": "v1.0", - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" - }, - "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.mobileAppContentFile/microsoft.graph.commit": { - "apiVersion": "v1.0", - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" - }, - "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.mobileAppContentFile/microsoft.graph.renewUpload": { - "apiVersion": "v1.0", - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" - }, - "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.printDocument/microsoft.graph.createUploadSession": { - "apiVersion": "v1.0", - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" - }, - "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.printJob/microsoft.graph.abort": { - "apiVersion": "v1.0", - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" - }, - "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.printJob/microsoft.graph.cancel": { - "apiVersion": "v1.0", - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" - }, - "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.printJob/microsoft.graph.redirect": { - "apiVersion": "v1.0", - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" - }, - "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.printJob/microsoft.graph.start": { - "apiVersion": "v1.0", - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" - }, - "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.scheduleChangeRequest/microsoft.graph.approve": { - "apiVersion": "v1.0", - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" - }, - "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.scheduleChangeRequest/microsoft.graph.decline": { - "apiVersion": "v1.0", - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" - }, - "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.targetedManagedAppProtection/microsoft.graph.assign": { - "apiVersion": "v1.0", - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" - }, - "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.windowsInformationProtection/microsoft.graph.assign": { - "apiVersion": "v1.0", - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" - }, - "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/microsoft.graph.clear": { - "apiVersion": "v1.0", - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" - }, - "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/microsoft.graph.delete": { - "apiVersion": "v1.0", - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" - }, - "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/microsoft.graph.insert": { - "apiVersion": "v1.0", - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" - }, - "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/microsoft.graph.merge": { - "apiVersion": "v1.0", - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" - }, - "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/microsoft.graph.unmerge": { - "apiVersion": "v1.0", - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" - }, - "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRangeFill/microsoft.graph.clear": { - "apiVersion": "v1.0", - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" - }, - "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRangeFormat/microsoft.graph.autofitColumns": { - "apiVersion": "v1.0", - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" - }, - "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRangeFormat/microsoft.graph.autofitRows": { - "apiVersion": "v1.0", - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" - }, - "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRangeSort/microsoft.graph.apply": { - "apiVersion": "v1.0", - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" - }, "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/microsoft.graph.copy": { "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", "apiVersion": "v1.0" @@ -1357,10 +1005,6 @@ "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", "apiVersion": "v1.0" }, - "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.calendarSharingMessage/microsoft.graph.accept": { - "apiVersion": "v1.0", - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" - }, "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.copy": { "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", "apiVersion": "v1.0" @@ -1485,10 +1129,6 @@ "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", "apiVersion": "v1.0" }, - "/users/{user-id}/messages/{message-id}/microsoft.graph.calendarSharingMessage/microsoft.graph.accept": { - "apiVersion": "v1.0", - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" - }, "/users/{user-id}/messages/{message-id}/microsoft.graph.copy": { "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", "apiVersion": "v1.0" diff --git a/profiles/Users.Functions/crawl-log-v1.0-beta.json b/profiles/Users.Functions/crawl-log-v1.0-beta.json index da588de3dbe..8677131eedc 100644 --- a/profiles/Users.Functions/crawl-log-v1.0-beta.json +++ b/profiles/Users.Functions/crawl-log-v1.0-beta.json @@ -9,10 +9,6 @@ "originalLocation": "/openApiDocs/beta/Users.Functions.yml", "apiVersion": "v1.0-beta" }, - "/users/{user-id}/approvals/microsoft.graph.filterByCurrentUser(on={on})": { - "apiVersion": "v1.0-beta", - "originalLocation": "/openApiDocs/beta/Users.Functions.yml" - }, "/users/{user-id}/calendar/calendarView/{event-id}/calendar/microsoft.graph.allowedCalendarSharingRoles(User='{User}')": { "originalLocation": "/openApiDocs/beta/Users.Functions.yml", "apiVersion": "v1.0-beta" diff --git a/profiles/Users.Functions/crawl-log-v1.0.json b/profiles/Users.Functions/crawl-log-v1.0.json index 80d21f65871..5c82855b85b 100644 --- a/profiles/Users.Functions/crawl-log-v1.0.json +++ b/profiles/Users.Functions/crawl-log-v1.0.json @@ -529,390 +529,6 @@ "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml", "apiVersion": "v1.0" }, - "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/microsoft.graph.boundingRect(anotherRange='{anotherRange}')": { - "apiVersion": "v1.0", - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" - }, - "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/microsoft.graph.cell(row={row},column={column})": { - "apiVersion": "v1.0", - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" - }, - "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/microsoft.graph.column(column={column})": { - "apiVersion": "v1.0", - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" - }, - "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/microsoft.graph.columnsAfter()": { - "apiVersion": "v1.0", - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" - }, - "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/microsoft.graph.columnsAfter(count={count})": { - "apiVersion": "v1.0", - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" - }, - "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/microsoft.graph.columnsBefore()": { - "apiVersion": "v1.0", - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" - }, - "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/microsoft.graph.columnsBefore(count={count})": { - "apiVersion": "v1.0", - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" - }, - "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/microsoft.graph.entireColumn()": { - "apiVersion": "v1.0", - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" - }, - "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/microsoft.graph.entireRow()": { - "apiVersion": "v1.0", - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" - }, - "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/microsoft.graph.intersection(anotherRange='{anotherRange}')": { - "apiVersion": "v1.0", - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" - }, - "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/microsoft.graph.lastCell()": { - "apiVersion": "v1.0", - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" - }, - "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/microsoft.graph.lastColumn()": { - "apiVersion": "v1.0", - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" - }, - "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/microsoft.graph.lastRow()": { - "apiVersion": "v1.0", - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" - }, - "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/microsoft.graph.offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})": { - "apiVersion": "v1.0", - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" - }, - "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/microsoft.graph.resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})": { - "apiVersion": "v1.0", - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" - }, - "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/microsoft.graph.row(row={row})": { - "apiVersion": "v1.0", - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" - }, - "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/microsoft.graph.rowsAbove()": { - "apiVersion": "v1.0", - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" - }, - "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/microsoft.graph.rowsAbove(count={count})": { - "apiVersion": "v1.0", - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" - }, - "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/microsoft.graph.rowsBelow()": { - "apiVersion": "v1.0", - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" - }, - "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/microsoft.graph.rowsBelow(count={count})": { - "apiVersion": "v1.0", - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" - }, - "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/microsoft.graph.usedRange()": { - "apiVersion": "v1.0", - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" - }, - "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/microsoft.graph.usedRange(valuesOnly={valuesOnly})": { - "apiVersion": "v1.0", - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" - }, - "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/microsoft.graph.visibleView()": { - "apiVersion": "v1.0", - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" - }, - "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRangeView/microsoft.graph.range()": { - "apiVersion": "v1.0", - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" - }, - "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/microsoft.graph.boundingRect(anotherRange='{anotherRange}')": { - "apiVersion": "v1.0", - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" - }, - "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/microsoft.graph.cell(row={row},column={column})": { - "apiVersion": "v1.0", - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" - }, - "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/microsoft.graph.column(column={column})": { - "apiVersion": "v1.0", - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" - }, - "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/microsoft.graph.columnsAfter()": { - "apiVersion": "v1.0", - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" - }, - "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/microsoft.graph.columnsAfter(count={count})": { - "apiVersion": "v1.0", - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" - }, - "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/microsoft.graph.columnsBefore()": { - "apiVersion": "v1.0", - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" - }, - "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/microsoft.graph.columnsBefore(count={count})": { - "apiVersion": "v1.0", - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" - }, - "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/microsoft.graph.entireColumn()": { - "apiVersion": "v1.0", - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" - }, - "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/microsoft.graph.entireRow()": { - "apiVersion": "v1.0", - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" - }, - "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/microsoft.graph.intersection(anotherRange='{anotherRange}')": { - "apiVersion": "v1.0", - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" - }, - "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/microsoft.graph.lastCell()": { - "apiVersion": "v1.0", - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" - }, - "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/microsoft.graph.lastColumn()": { - "apiVersion": "v1.0", - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" - }, - "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/microsoft.graph.lastRow()": { - "apiVersion": "v1.0", - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" - }, - "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/microsoft.graph.offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})": { - "apiVersion": "v1.0", - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" - }, - "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/microsoft.graph.resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})": { - "apiVersion": "v1.0", - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" - }, - "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/microsoft.graph.row(row={row})": { - "apiVersion": "v1.0", - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" - }, - "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/microsoft.graph.rowsAbove()": { - "apiVersion": "v1.0", - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" - }, - "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/microsoft.graph.rowsAbove(count={count})": { - "apiVersion": "v1.0", - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" - }, - "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/microsoft.graph.rowsBelow()": { - "apiVersion": "v1.0", - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" - }, - "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/microsoft.graph.rowsBelow(count={count})": { - "apiVersion": "v1.0", - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" - }, - "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/microsoft.graph.usedRange()": { - "apiVersion": "v1.0", - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" - }, - "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/microsoft.graph.usedRange(valuesOnly={valuesOnly})": { - "apiVersion": "v1.0", - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" - }, - "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/microsoft.graph.visibleView()": { - "apiVersion": "v1.0", - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" - }, - "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRangeView/microsoft.graph.range()": { - "apiVersion": "v1.0", - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" - }, - "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/microsoft.graph.boundingRect(anotherRange='{anotherRange}')": { - "apiVersion": "v1.0", - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" - }, - "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/microsoft.graph.cell(row={row},column={column})": { - "apiVersion": "v1.0", - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" - }, - "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/microsoft.graph.column(column={column})": { - "apiVersion": "v1.0", - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" - }, - "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/microsoft.graph.columnsAfter()": { - "apiVersion": "v1.0", - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" - }, - "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/microsoft.graph.columnsAfter(count={count})": { - "apiVersion": "v1.0", - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" - }, - "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/microsoft.graph.columnsBefore()": { - "apiVersion": "v1.0", - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" - }, - "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/microsoft.graph.columnsBefore(count={count})": { - "apiVersion": "v1.0", - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" - }, - "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/microsoft.graph.entireColumn()": { - "apiVersion": "v1.0", - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" - }, - "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/microsoft.graph.entireRow()": { - "apiVersion": "v1.0", - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" - }, - "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/microsoft.graph.intersection(anotherRange='{anotherRange}')": { - "apiVersion": "v1.0", - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" - }, - "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/microsoft.graph.lastCell()": { - "apiVersion": "v1.0", - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" - }, - "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/microsoft.graph.lastColumn()": { - "apiVersion": "v1.0", - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" - }, - "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/microsoft.graph.lastRow()": { - "apiVersion": "v1.0", - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" - }, - "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/microsoft.graph.offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})": { - "apiVersion": "v1.0", - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" - }, - "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/microsoft.graph.resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})": { - "apiVersion": "v1.0", - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" - }, - "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/microsoft.graph.row(row={row})": { - "apiVersion": "v1.0", - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" - }, - "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/microsoft.graph.rowsAbove()": { - "apiVersion": "v1.0", - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" - }, - "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/microsoft.graph.rowsAbove(count={count})": { - "apiVersion": "v1.0", - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" - }, - "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/microsoft.graph.rowsBelow()": { - "apiVersion": "v1.0", - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" - }, - "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/microsoft.graph.rowsBelow(count={count})": { - "apiVersion": "v1.0", - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" - }, - "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/microsoft.graph.usedRange()": { - "apiVersion": "v1.0", - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" - }, - "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/microsoft.graph.usedRange(valuesOnly={valuesOnly})": { - "apiVersion": "v1.0", - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" - }, - "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/microsoft.graph.visibleView()": { - "apiVersion": "v1.0", - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" - }, - "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRangeView/microsoft.graph.range()": { - "apiVersion": "v1.0", - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" - }, - "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/microsoft.graph.boundingRect(anotherRange='{anotherRange}')": { - "apiVersion": "v1.0", - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" - }, - "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/microsoft.graph.cell(row={row},column={column})": { - "apiVersion": "v1.0", - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" - }, - "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/microsoft.graph.column(column={column})": { - "apiVersion": "v1.0", - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" - }, - "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/microsoft.graph.columnsAfter()": { - "apiVersion": "v1.0", - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" - }, - "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/microsoft.graph.columnsAfter(count={count})": { - "apiVersion": "v1.0", - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" - }, - "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/microsoft.graph.columnsBefore()": { - "apiVersion": "v1.0", - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" - }, - "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/microsoft.graph.columnsBefore(count={count})": { - "apiVersion": "v1.0", - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" - }, - "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/microsoft.graph.entireColumn()": { - "apiVersion": "v1.0", - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" - }, - "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/microsoft.graph.entireRow()": { - "apiVersion": "v1.0", - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" - }, - "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/microsoft.graph.intersection(anotherRange='{anotherRange}')": { - "apiVersion": "v1.0", - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" - }, - "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/microsoft.graph.lastCell()": { - "apiVersion": "v1.0", - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" - }, - "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/microsoft.graph.lastColumn()": { - "apiVersion": "v1.0", - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" - }, - "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/microsoft.graph.lastRow()": { - "apiVersion": "v1.0", - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" - }, - "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/microsoft.graph.offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})": { - "apiVersion": "v1.0", - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" - }, - "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/microsoft.graph.resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})": { - "apiVersion": "v1.0", - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" - }, - "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/microsoft.graph.row(row={row})": { - "apiVersion": "v1.0", - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" - }, - "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/microsoft.graph.rowsAbove()": { - "apiVersion": "v1.0", - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" - }, - "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/microsoft.graph.rowsAbove(count={count})": { - "apiVersion": "v1.0", - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" - }, - "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/microsoft.graph.rowsBelow()": { - "apiVersion": "v1.0", - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" - }, - "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/microsoft.graph.rowsBelow(count={count})": { - "apiVersion": "v1.0", - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" - }, - "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/microsoft.graph.usedRange()": { - "apiVersion": "v1.0", - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" - }, - "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/microsoft.graph.usedRange(valuesOnly={valuesOnly})": { - "apiVersion": "v1.0", - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" - }, - "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/microsoft.graph.visibleView()": { - "apiVersion": "v1.0", - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" - }, - "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRangeView/microsoft.graph.range()": { - "apiVersion": "v1.0", - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" - }, "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/microsoft.graph.delta()": { "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml", "apiVersion": "v1.0" diff --git a/src/Applications/Applications/readme.md b/src/Applications/Applications/readme.md index dbd32cbe8db..c7c9006f6cd 100644 --- a/src/Applications/Applications/readme.md +++ b/src/Applications/Applications/readme.md @@ -90,6 +90,6 @@ directive: ### Versioning ``` yaml -module-version: 1.4.2 +module-version: 1.4.3 release-notes: See https://aka.ms/GraphPowerShell-Release. ``` diff --git a/src/Calendar/Calendar/readme.md b/src/Calendar/Calendar/readme.md index 57e9d68b1e9..cb6ef925ace 100644 --- a/src/Calendar/Calendar/readme.md +++ b/src/Calendar/Calendar/readme.md @@ -52,6 +52,6 @@ directive: ### Versioning ``` yaml -module-version: 1.4.2 +module-version: 1.4.3 release-notes: See https://aka.ms/GraphPowerShell-Release. ``` diff --git a/src/ChangeNotifications/ChangeNotifications/readme.md b/src/ChangeNotifications/ChangeNotifications/readme.md index f4bdbeb3d45..9103a5910a7 100644 --- a/src/ChangeNotifications/ChangeNotifications/readme.md +++ b/src/ChangeNotifications/ChangeNotifications/readme.md @@ -34,6 +34,6 @@ subject-prefix: '' ### Versioning ``` yaml -module-version: 1.4.2 +module-version: 1.4.3 release-notes: See https://aka.ms/GraphPowerShell-Release. ``` diff --git a/src/CloudCommunications/CloudCommunications/readme.md b/src/CloudCommunications/CloudCommunications/readme.md index b9066e5a01b..cdf6dffaa0f 100644 --- a/src/CloudCommunications/CloudCommunications/readme.md +++ b/src/CloudCommunications/CloudCommunications/readme.md @@ -59,6 +59,6 @@ directive: ### Versioning ``` yaml -module-version: 1.4.2 +module-version: 1.4.3 release-notes: See https://aka.ms/GraphPowerShell-Release. ``` diff --git a/src/Devices.CloudPrint/Devices.CloudPrint/readme.md b/src/Devices.CloudPrint/Devices.CloudPrint/readme.md index 24a4d824254..b666fbdde99 100644 --- a/src/Devices.CloudPrint/Devices.CloudPrint/readme.md +++ b/src/Devices.CloudPrint/Devices.CloudPrint/readme.md @@ -48,6 +48,6 @@ directive: ### Versioning ``` yaml -module-version: 1.4.2 +module-version: 1.4.3 release-notes: See https://aka.ms/GraphPowerShell-Release. ``` diff --git a/src/Education/Education/readme.md b/src/Education/Education/readme.md index 0c5702763ca..d07d4c6bba9 100644 --- a/src/Education/Education/readme.md +++ b/src/Education/Education/readme.md @@ -35,6 +35,6 @@ subject-prefix: '' ### Versioning ``` yaml -module-version: 1.4.2 +module-version: 1.4.3 release-notes: See https://aka.ms/GraphPowerShell-Release. ``` diff --git a/src/Files/Files/readme.md b/src/Files/Files/readme.md index d9586721c1e..3f1ff960d56 100644 --- a/src/Files/Files/readme.md +++ b/src/Files/Files/readme.md @@ -43,6 +43,6 @@ directive: ### Versioning ``` yaml -module-version: 1.4.2 +module-version: 1.4.3 release-notes: See https://aka.ms/GraphPowerShell-Release. ``` diff --git a/src/Groups/Groups/readme.md b/src/Groups/Groups/readme.md index 2821a8fe2ab..a9ab93d552a 100644 --- a/src/Groups/Groups/readme.md +++ b/src/Groups/Groups/readme.md @@ -137,6 +137,6 @@ directive: ### Versioning ``` yaml -module-version: 1.4.2 +module-version: 1.4.3 release-notes: See https://aka.ms/GraphPowerShell-Release. ``` diff --git a/src/Identity.DirectoryManagement/Identity.DirectoryManagement/readme.md b/src/Identity.DirectoryManagement/Identity.DirectoryManagement/readme.md index bb52f331a13..51850e3d608 100644 --- a/src/Identity.DirectoryManagement/Identity.DirectoryManagement/readme.md +++ b/src/Identity.DirectoryManagement/Identity.DirectoryManagement/readme.md @@ -127,6 +127,6 @@ directive: ### Versioning ``` yaml -module-version: 1.4.2 +module-version: 1.4.3 release-notes: See https://aka.ms/GraphPowerShell-Release. ``` diff --git a/src/Identity.Governance/Identity.Governance/readme.md b/src/Identity.Governance/Identity.Governance/readme.md index 2d6dad60a4c..e89017593cf 100644 --- a/src/Identity.Governance/Identity.Governance/readme.md +++ b/src/Identity.Governance/Identity.Governance/readme.md @@ -79,6 +79,6 @@ directive: ### Versioning ``` yaml -module-version: 1.4.2 +module-version: 1.4.3 release-notes: See https://aka.ms/GraphPowerShell-Release. ``` diff --git a/src/Identity.SignIns/Identity.SignIns/readme.md b/src/Identity.SignIns/Identity.SignIns/readme.md index b7f5c57e5c1..5dd681607eb 100644 --- a/src/Identity.SignIns/Identity.SignIns/readme.md +++ b/src/Identity.SignIns/Identity.SignIns/readme.md @@ -56,6 +56,6 @@ directive: ### Versioning ``` yaml -module-version: 1.4.2 +module-version: 1.4.3 release-notes: See https://aka.ms/GraphPowerShell-Release. ``` diff --git a/src/Mail/Mail/readme.md b/src/Mail/Mail/readme.md index 94b216d7a33..98eb59cd27e 100644 --- a/src/Mail/Mail/readme.md +++ b/src/Mail/Mail/readme.md @@ -34,6 +34,6 @@ subject-prefix: '' ### Versioning ``` yaml -module-version: 1.4.2 +module-version: 1.4.3 release-notes: See https://aka.ms/GraphPowerShell-Release. ``` diff --git a/src/Notes/Notes/readme.md b/src/Notes/Notes/readme.md index 026318b7542..d1e799179b8 100644 --- a/src/Notes/Notes/readme.md +++ b/src/Notes/Notes/readme.md @@ -44,6 +44,6 @@ directive: ### Versioning ``` yaml -module-version: 1.4.2 +module-version: 1.4.3 release-notes: See https://aka.ms/GraphPowerShell-Release. ``` diff --git a/src/PersonalContacts/PersonalContacts/readme.md b/src/PersonalContacts/PersonalContacts/readme.md index 49235e52f86..50b81ddd25a 100644 --- a/src/PersonalContacts/PersonalContacts/readme.md +++ b/src/PersonalContacts/PersonalContacts/readme.md @@ -34,6 +34,6 @@ subject-prefix: '' ### Versioning ``` yaml -module-version: 1.4.2 +module-version: 1.4.3 release-notes: See https://aka.ms/GraphPowerShell-Release. ``` diff --git a/src/Planner/Planner/readme.md b/src/Planner/Planner/readme.md index c390964e49e..bc0212f1f34 100644 --- a/src/Planner/Planner/readme.md +++ b/src/Planner/Planner/readme.md @@ -46,6 +46,6 @@ directive: ### Versioning ``` yaml -module-version: 1.4.2 +module-version: 1.4.3 release-notes: See https://aka.ms/GraphPowerShell-Release. ``` diff --git a/src/Reports/Reports/readme.md b/src/Reports/Reports/readme.md index 35b50287d31..854b2a5d4db 100644 --- a/src/Reports/Reports/readme.md +++ b/src/Reports/Reports/readme.md @@ -81,6 +81,6 @@ directive: ### Versioning ``` yaml -module-version: 1.4.2 +module-version: 1.4.3 release-notes: See https://aka.ms/GraphPowerShell-Release. ``` diff --git a/src/Security/Security/readme.md b/src/Security/Security/readme.md index 0a2c8d39d27..6ce00b4484c 100644 --- a/src/Security/Security/readme.md +++ b/src/Security/Security/readme.md @@ -73,6 +73,6 @@ directive: ### Versioning ``` yaml -module-version: 1.4.2 +module-version: 1.4.3 release-notes: See https://aka.ms/GraphPowerShell-Release. ``` diff --git a/src/Sites/Sites/readme.md b/src/Sites/Sites/readme.md index 0b75b8b5361..e0ae7289390 100644 --- a/src/Sites/Sites/readme.md +++ b/src/Sites/Sites/readme.md @@ -110,6 +110,6 @@ directive: ### Versioning ``` yaml -module-version: 1.4.2 +module-version: 1.4.3 release-notes: See https://aka.ms/GraphPowerShell-Release. ``` diff --git a/src/Teams/Teams/readme.md b/src/Teams/Teams/readme.md index ae9dedca999..35f5b14c289 100644 --- a/src/Teams/Teams/readme.md +++ b/src/Teams/Teams/readme.md @@ -44,6 +44,6 @@ directive: ### Versioning ``` yaml -module-version: 1.4.2 +module-version: 1.4.3 release-notes: See https://aka.ms/GraphPowerShell-Release. ``` diff --git a/src/Users.Actions/Users.Actions/readme.md b/src/Users.Actions/Users.Actions/readme.md index 9f0115b0f83..859e17e95da 100644 --- a/src/Users.Actions/Users.Actions/readme.md +++ b/src/Users.Actions/Users.Actions/readme.md @@ -124,6 +124,6 @@ directive: ### Versioning ``` yaml -module-version: 1.4.2 +module-version: 1.4.3 release-notes: See https://aka.ms/GraphPowerShell-Release. ``` diff --git a/src/Users.Functions/Users.Functions/readme.md b/src/Users.Functions/Users.Functions/readme.md index 876d129de42..72351c1cc2a 100644 --- a/src/Users.Functions/Users.Functions/readme.md +++ b/src/Users.Functions/Users.Functions/readme.md @@ -61,6 +61,6 @@ directive: ### Versioning ``` yaml -module-version: 1.4.2 +module-version: 1.4.3 release-notes: See https://aka.ms/GraphPowerShell-Release. ``` diff --git a/src/Users/Users/readme.md b/src/Users/Users/readme.md index 98e182c95f6..036e057e6c6 100644 --- a/src/Users/Users/readme.md +++ b/src/Users/Users/readme.md @@ -53,6 +53,6 @@ directive: ### Versioning ``` yaml -module-version: 1.4.2 +module-version: 1.4.3 release-notes: See https://aka.ms/GraphPowerShell-Release. ``` diff --git a/tools/Templates/readme.md b/tools/Templates/readme.md index ca4e152c469..fecb7603c29 100644 --- a/tools/Templates/readme.md +++ b/tools/Templates/readme.md @@ -12,6 +12,6 @@ subject-prefix: '' ### Versioning ``` yaml -module-version: 1.4.1 +module-version: 1.4.3 release-notes: See https://aka.ms/GraphPowerShell-Release. ``` From e8b87caf1a0a74ea5c10ad21b76e9367f4872558 Mon Sep 17 00:00:00 2001 From: Peter Ombwa Date: Mon, 22 Mar 2021 01:56:54 -0700 Subject: [PATCH 05/12] Safe Dependency Resolution For Side-By-Side Loading With Other Modules (#585) * Divide project into 2 assemblies. * Update build scripts to build, sign and pack auth module with core dll. * Updates ADO pipeline to also sign and strong name MSG.Authentication.Core.dll. * Add Pester tests for loading module side by side. * Add internals visible to test proj. * Load multiframework dependencies. --- .../generate-auth-module-template.yml | 10 +- .azure-pipelines/generate-auth-module.yml | 164 ----------- .azure-pipelines/generate-beta-modules.yml | 267 ------------------ .../generate-beta-rollup-module.yml | 132 --------- .../generate-modules-template.yml | 8 +- .../generate-service-modules.yml | 7 +- .azure-pipelines/integrated-pipeline.yml | 4 - .azure-pipelines/validate-pr-auth-module.yml | 96 ------- .azure-pipelines/validate-pr-beta-modules.yml | 62 ---- .azure-pipelines/weekly-generation.yml | 3 +- .../Authentication.Core/Authenticator.cs | 112 ++++++++ .../Common/GraphSession.cs | 3 +- .../Authentication.Core/Constants.cs | 18 ++ .../Authentication.Core/ErrorConstants.cs | 31 ++ .../Interfaces/IAuthContext.cs | 0 .../Interfaces/IDataStore.cs | 0 .../Interfaces/IGraphEnvironment.cs | 0 .../Interfaces/IGraphSession.cs | 0 ...Microsoft.Graph.Authentication.Core.csproj | 26 ++ .../Models/JwtPayload.cs | 0 .../Properties/AssemblyInfo.cs | 5 + .../TokenCache/LinuxTokenCache.cs | 1 + .../TokenCache/MacTokenCache.cs | 1 + .../NativePlatformLibs/LinuxNativeKeyUtils.cs | 0 .../NativePlatformLibs/MacNativeKeyChain.cs | 0 .../TokenCache/TokenCacheStorage.cs | 1 + .../TokenCache/WindowsTokenCache.cs | 1 + .../Utilities}/AuthenticationHelpers.cs | 153 +++++----- .../Utilities}/JwtHelpers.cs | 43 ++- .../Utilities}/PlatformHelpers.cs | 2 +- .../Helpers/GraphSessionTests.cs | 2 +- src/Authentication/Authentication.sln | 8 +- .../Authentication/Cmdlets/ConnectMgGraph.cs | 104 +------ .../Cmdlets/DisconnectMgGraph.cs | 9 +- .../Authentication/Constants.cs | 8 +- .../Authentication/ErrorConstants.cs | 16 +- .../Authentication/Helpers/HttpHelpers.cs | 2 +- .../Microsoft.Graph.Authentication.csproj | 26 +- .../Microsoft.Graph.Authentication.nuspec | 34 ++- .../Microsoft.Graph.Authentication.psd1 | 2 +- .../Microsoft.Graph.Authentication.psm1 | 19 +- .../InitializeAssemblyResolver.ps1 | 11 + .../Utilities/DependencyAssemblyResolver.cs | 101 +++++++ .../Authentication/build-module.ps1 | 102 +++++-- .../test/Connect-MgGraph.Tests.ps1 | 13 +- .../test/Invoke-MgGraphRequest.Tests.ps1 | 3 +- .../test/v1.0-beta/New-MgInvitation.Tests.ps1 | 4 +- .../test/v1.0/New-MgInvitation.Tests.ps1 | 4 +- tools/BuildModule.ps1 | 27 +- tools/CSProjHelper.ps1 | 35 +++ tools/GenerateAuthenticationModule.ps1 | 21 +- tools/GenerateModules.ps1 | 2 +- tools/PackModule.ps1 | 15 +- tools/TestModule.ps1 | 12 +- 54 files changed, 679 insertions(+), 1051 deletions(-) delete mode 100644 .azure-pipelines/generate-auth-module.yml delete mode 100644 .azure-pipelines/generate-beta-modules.yml delete mode 100644 .azure-pipelines/generate-beta-rollup-module.yml delete mode 100644 .azure-pipelines/validate-pr-auth-module.yml delete mode 100644 .azure-pipelines/validate-pr-beta-modules.yml create mode 100644 src/Authentication/Authentication.Core/Authenticator.cs rename src/Authentication/{Authentication => Authentication.Core}/Common/GraphSession.cs (98%) create mode 100644 src/Authentication/Authentication.Core/Constants.cs create mode 100644 src/Authentication/Authentication.Core/ErrorConstants.cs rename src/Authentication/{Authentication => Authentication.Core}/Interfaces/IAuthContext.cs (100%) rename src/Authentication/{Authentication => Authentication.Core}/Interfaces/IDataStore.cs (100%) rename src/Authentication/{Authentication => Authentication.Core}/Interfaces/IGraphEnvironment.cs (100%) rename src/Authentication/{Authentication => Authentication.Core}/Interfaces/IGraphSession.cs (100%) create mode 100644 src/Authentication/Authentication.Core/Microsoft.Graph.Authentication.Core.csproj rename src/Authentication/{Authentication => Authentication.Core}/Models/JwtPayload.cs (100%) create mode 100644 src/Authentication/Authentication.Core/Properties/AssemblyInfo.cs rename src/Authentication/{Authentication => Authentication.Core}/TokenCache/LinuxTokenCache.cs (98%) rename src/Authentication/{Authentication => Authentication.Core}/TokenCache/MacTokenCache.cs (99%) rename src/Authentication/{Authentication => Authentication.Core}/TokenCache/NativePlatformLibs/LinuxNativeKeyUtils.cs (100%) rename src/Authentication/{Authentication => Authentication.Core}/TokenCache/NativePlatformLibs/MacNativeKeyChain.cs (100%) rename src/Authentication/{Authentication => Authentication.Core}/TokenCache/TokenCacheStorage.cs (98%) rename src/Authentication/{Authentication => Authentication.Core}/TokenCache/WindowsTokenCache.cs (98%) rename src/Authentication/{Authentication/Helpers => Authentication.Core/Utilities}/AuthenticationHelpers.cs (82%) rename src/Authentication/{Authentication/Helpers => Authentication.Core/Utilities}/JwtHelpers.cs (57%) rename src/Authentication/{Authentication/Helpers => Authentication.Core/Utilities}/PlatformHelpers.cs (96%) create mode 100644 src/Authentication/Authentication/StartupScripts/InitializeAssemblyResolver.ps1 create mode 100644 src/Authentication/Authentication/Utilities/DependencyAssemblyResolver.cs create mode 100644 tools/CSProjHelper.ps1 diff --git a/.azure-pipelines/generate-auth-module-template.yml b/.azure-pipelines/generate-auth-module-template.yml index 0b92300335c..0600456da0a 100644 --- a/.azure-pipelines/generate-auth-module-template.yml +++ b/.azure-pipelines/generate-auth-module-template.yml @@ -10,10 +10,6 @@ parameters: displayName: 'Authentication Module Name' type: string default: 'Authentication' - - name: AUTH_MODULE_DLL_PATTERN - displayName: 'Authentication Module DLL Pattern' - type: string - default: 'Microsoft.Graph.Authentication.dll' - name: Api_Key displayName: 'Api Key' type: string @@ -78,7 +74,8 @@ jobs: inputs: ConnectedServiceName: 'microsoftgraph ESRP CodeSign DLL and NuGet (AKV)' FolderPath: $(AUTH_MODULE_PATH) - Pattern: $(AUTH_MODULE_DLL_PATTERN) + # Recursively finds files matching these patterns: + Pattern: 'Microsoft.Graph.Authentication.dll, Microsoft.Graph.Authentication.Core.dll' signConfigType: inlineSignParams inlineOperation: | [ @@ -105,7 +102,8 @@ jobs: inputs: ConnectedServiceName: 'microsoftgraph ESRP CodeSign DLL and NuGet (AKV)' FolderPath: $(AUTH_MODULE_PATH) - Pattern: $(AUTH_MODULE_DLL_PATTERN) + # Recursively finds files matching these patterns: + Pattern: 'Microsoft.Graph.Authentication.dll, Microsoft.Graph.Authentication.Core.dll, InitializeAssemblyResolver.ps1' signConfigType: inlineSignParams inlineOperation: | [ diff --git a/.azure-pipelines/generate-auth-module.yml b/.azure-pipelines/generate-auth-module.yml deleted file mode 100644 index 3d74a18f287..00000000000 --- a/.azure-pipelines/generate-auth-module.yml +++ /dev/null @@ -1,164 +0,0 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. - -# Generates a release build artifact (nuget) from HEAD of master for auth module. -name: $(BuildDefinitionName)_$(SourceBranchName)_$(Date:yyyyMMdd)$(Rev:.r) -trigger: - branches: - include: - - master - paths: - include: - - src/Authentication/* -pr: none -variables: - MODULE_NAME: 'Authentication' - MODULE_PATH: 'src\Authentication\Authentication\' - MODULE_DLL_PATTERN: 'Microsoft.Graph.Authentication.dll' - -jobs: -- job: MSGraphPSSDKGeneration - displayName: MS Graph PS SDK Auth Generation - timeoutInMinutes: 300 - pool: - vmImage: 'windows-latest' - - steps: - - task: securedevelopmentteam.vss-secure-development-tools.build-task-credscan.CredScan@2 - displayName: 'Run CredScan' - inputs: - debugMode: false - - - task: NuGetToolInstaller@1 - displayName: 'Install Nuget' - - - task: PowerShell@2 - displayName: 'Generate and Build Auth Module' - inputs: - filePath: '$(System.DefaultWorkingDirectory)/tools/GenerateAuthenticationModule.ps1' - arguments: '-ArtifactsLocation $(Build.ArtifactStagingDirectory) -Build -EnableSigning' - pwsh: true - - - task: SFP.build-tasks.custom-build-task-1.EsrpCodeSigning@1 - displayName: 'ESRP DLL Strong Name (Graph Auth Module)' - inputs: - ConnectedServiceName: 'microsoftgraph ESRP CodeSign DLL and NuGet (AKV)' - FolderPath: $(MODULE_PATH) - Pattern: $(MODULE_DLL_PATTERN) - signConfigType: inlineSignParams - inlineOperation: | - [ - { - "keyCode": "CP-233863-SN", - "operationSetCode": "StrongNameSign", - "parameters": [], - "toolName": "sign", - "toolVersion": "1.0" - }, - { - "keyCode": "CP-233863-SN", - "operationSetCode": "StrongNameVerify", - "parameters": [], - "toolName": "sign", - "toolVersion": "1.0" - } - ] - SessionTimeout: 20 - - - task: SFP.build-tasks.custom-build-task-1.EsrpCodeSigning@1 - displayName: 'ESRP DLL CodeSigning (Graph Auth Module)' - inputs: - ConnectedServiceName: 'microsoftgraph ESRP CodeSign DLL and NuGet (AKV)' - FolderPath: $(MODULE_PATH) - Pattern: $(MODULE_DLL_PATTERN) - signConfigType: inlineSignParams - inlineOperation: | - [ - { - "keyCode": "CP-230012", - "operationSetCode": "SigntoolSign", - "parameters": [ - { - "parameterName": "OpusName", - "parameterValue": "Microsoft" - }, - { - "parameterName": "OpusInfo", - "parameterValue": "http://www.microsoft.com" - }, - { - "parameterName": "FileDigest", - "parameterValue": "/fd \"SHA256\"" - }, - { - "parameterName": "PageHash", - "parameterValue": "/NPH" - }, - { - "parameterName": "TimeStamp", - "parameterValue": "/tr \"http://rfc3161.gtm.corp.microsoft.com/TSS/HttpTspServer\" /td sha256" - } - ], - "toolName": "sign", - "toolVersion": "1.0" - }, - { - "keyCode": "CP-230012", - "operationSetCode": "SigntoolVerify", - "parameters": [], - "toolName": "sign", - "toolVersion": "1.0" - } - ] - SessionTimeout: 20 - - - task: PowerShell@2 - displayName: 'Pack Auth Module' - inputs: - targetType: 'inline' - script: | - & $(System.DefaultWorkingDirectory)/tools/PackModule.ps1 -Module $(MODULE_NAME) -ArtifactsLocation $(Build.ArtifactStagingDirectory) - pwsh: true - - - task: SFP.build-tasks.custom-build-task-1.EsrpCodeSigning@1 - displayName: 'ESRP NuGet CodeSigning' - inputs: - ConnectedServiceName: 'microsoftgraph ESRP CodeSign DLL and NuGet (AKV)' - FolderPath: '$(Build.ArtifactStagingDirectory)\$(MODULE_NAME)' - Pattern: 'Microsoft.Graph.$(MODULE_NAME)*.nupkg' - signConfigType: inlineSignParams - inlineOperation: | - [ - { - "keyCode": "CP-401405", - "operationSetCode": "NuGetSign", - "parameters": [ ], - "toolName": "sign", - "toolVersion": "1.0" - }, - { - "keyCode": "CP-401405", - "operationSetCode": "NuGetVerify", - "parameters": [ ], - "toolName": "sign", - "toolVersion": "1.0" - } - ] - SessionTimeout: 20 - - - task: PublishBuildArtifacts@1 - displayName: Publish Artifact Microsoft.Graph.Authentication.nupkg' - inputs: - PathtoPublish: '$(Build.ArtifactStagingDirectory)/$(MODULE_NAME)' - ArtifactName: 'drop' - publishLocation: 'Container' - - - task: YodLabs.O365PostMessage.O365PostMessageBuild.O365PostMessageBuild@0 - displayName: 'Graph Client Tooling pipeline fail notification' - inputs: - addressType: serviceEndpoint - serviceEndpointName: 'microsoftgraph pipeline status' - title: '$(Build.DefinitionName) failure notification' - text: 'This pipeline has failed. View the build details for further information. This is a blocking failure. ' - condition: and(failed(), ne(variables['Build.Reason'], 'Manual')) - enabled: true diff --git a/.azure-pipelines/generate-beta-modules.yml b/.azure-pipelines/generate-beta-modules.yml deleted file mode 100644 index f41459c1093..00000000000 --- a/.azure-pipelines/generate-beta-modules.yml +++ /dev/null @@ -1,267 +0,0 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. - -# Generates a release build artifact (nuget) from HEAD of master for beta Graph workload modules. -name: $(BuildDefinitionName)_$(SourceBranchName)_$(Date:yyyyMMdd)$(Rev:.r) -trigger: - branches: - include: - - master - paths: - include: - - src/* - - config/ModulesMapping.jsonc - exclude: - - src/Authentication/* -pr: none -variables: - MODULE_PREFIX: 'Microsoft.Graph' - WORKLOAD_MODULE_PATH: 'src\' - AUTH_MODULE_PATH: 'src\Authentication\Authentication\bin\' - AUTH_MODULE_DLL_PATTERN: 'Microsoft.Graph.Authentication.dll' - -jobs: -- job: MSGraphPSSDKGeneration - displayName: MS Graph PS SDK Beta Generation - timeoutInMinutes: 800 - pool: - name: Microsoft Graph - demands: 'Agent.Name -equals PS-Build-Agent' - - steps: - - task: securedevelopmentteam.vss-secure-development-tools.build-task-credscan.CredScan@2 - displayName: 'Run CredScan' - inputs: - debugMode: false - - # Install Node - - task: NodeTool@0 - displayName: Node install - inputs: - versionSpec: '13.14.0' - - - task: Npm@1 - displayName: 'Install AutoRest' - inputs: - command: 'custom' - customCommand: 'install -g autorest' - - - task: NuGetToolInstaller@1 - displayName: 'Install Nuget' - - - task: PowerShell@2 - displayName: 'Build Auth Modules' - inputs: - filePath: '$(System.DefaultWorkingDirectory)/tools/GenerateAuthenticationModule.ps1' - arguments: '-ArtifactsLocation $(Build.ArtifactStagingDirectory) -Build -BuildWhenEqual -EnableSigning' - pwsh: true - - - task: SFP.build-tasks.custom-build-task-1.EsrpCodeSigning@1 - displayName: 'ESRP DLL Strong Name (Graph Auth Module)' - inputs: - ConnectedServiceName: 'microsoftgraph ESRP CodeSign DLL and NuGet' - FolderPath: $(AUTH_MODULE_PATH) - Pattern: '$(AUTH_MODULE_DLL_PATTERN)' - signConfigType: inlineSignParams - inlineOperation: | - [ - { - "keyCode": "CP-233863-SN", - "operationSetCode": "StrongNameSign", - "parameters": [], - "toolName": "sign", - "toolVersion": "1.0" - }, - { - "keyCode": "CP-233863-SN", - "operationSetCode": "StrongNameVerify", - "parameters": [], - "toolName": "sign", - "toolVersion": "1.0" - } - ] - SessionTimeout: 20 - - - task: SFP.build-tasks.custom-build-task-1.EsrpCodeSigning@1 - displayName: 'ESRP DLL CodeSigning (Graph Auth Module)' - inputs: - ConnectedServiceName: 'microsoftgraph ESRP CodeSign DLL and NuGet' - FolderPath: $(AUTH_MODULE_PATH) - Pattern: $(AUTH_MODULE_DLL_PATTERN) - signConfigType: inlineSignParams - inlineOperation: | - [ - { - "keyCode": "CP-230012", - "operationSetCode": "SigntoolSign", - "parameters": [ - { - "parameterName": "OpusName", - "parameterValue": "Microsoft" - }, - { - "parameterName": "OpusInfo", - "parameterValue": "http://www.microsoft.com" - }, - { - "parameterName": "FileDigest", - "parameterValue": "/fd \"SHA256\"" - }, - { - "parameterName": "PageHash", - "parameterValue": "/NPH" - }, - { - "parameterName": "TimeStamp", - "parameterValue": "/tr \"http://rfc3161.gtm.corp.microsoft.com/TSS/HttpTspServer\" /td sha256" - } - ], - "toolName": "sign", - "toolVersion": "1.0" - }, - { - "keyCode": "CP-230012", - "operationSetCode": "SigntoolVerify", - "parameters": [], - "toolName": "sign", - "toolVersion": "1.0" - } - ] - SessionTimeout: 20 - - - task: PowerShell@2 - displayName: 'Generate and Build Graph Resource Modules' - inputs: - filePath: '$(System.DefaultWorkingDirectory)/tools/GenerateModules.ps1' - arguments: '-ArtifactsLocation $(Build.ArtifactStagingDirectory)\ -Build -Test -EnableSigning' - pwsh: true - - - task: SFP.build-tasks.custom-build-task-1.EsrpCodeSigning@1 - displayName: 'ESRP DLL Strong Name (Graph Resource Modules)' - inputs: - ConnectedServiceName: 'microsoftgraph ESRP CodeSign DLL and NuGet' - FolderPath: $(WORKLOAD_MODULE_PATH) - Pattern: '$(MODULE_PREFIX).*.private.dll' - signConfigType: inlineSignParams - inlineOperation: | - [ - { - "keyCode": "CP-233863-SN", - "operationSetCode": "StrongNameSign", - "parameters": [], - "toolName": "sign", - "toolVersion": "1.0" - }, - { - "keyCode": "CP-233863-SN", - "operationSetCode": "StrongNameVerify", - "parameters": [], - "toolName": "sign", - "toolVersion": "1.0" - } - ] - SessionTimeout: 20 - - - task: SFP.build-tasks.custom-build-task-1.EsrpCodeSigning@1 - displayName: 'ESRP DLL CodeSigning (Graph Resource Module)' - inputs: - ConnectedServiceName: 'microsoftgraph ESRP CodeSign DLL and NuGet' - FolderPath: $(WORKLOAD_MODULE_PATH) - Pattern: '$(MODULE_PREFIX).*.private.dll, $(MODULE_PREFIX).*.psm1, $(MODULE_PREFIX).*.format.ps1xml, ProxyCmdletDefinitions.ps1, load-dependency.ps1' - signConfigType: inlineSignParams - inlineOperation: | - [ - { - "keyCode": "CP-230012", - "operationSetCode": "SigntoolSign", - "parameters": [ - { - "parameterName": "OpusName", - "parameterValue": "Microsoft" - }, - { - "parameterName": "OpusInfo", - "parameterValue": "http://www.microsoft.com" - }, - { - "parameterName": "FileDigest", - "parameterValue": "/fd \"SHA256\"" - }, - { - "parameterName": "PageHash", - "parameterValue": "/NPH" - }, - { - "parameterName": "TimeStamp", - "parameterValue": "/tr \"http://rfc3161.gtm.corp.microsoft.com/TSS/HttpTspServer\" /td sha256" - } - ], - "toolName": "sign", - "toolVersion": "1.0" - }, - { - "keyCode": "CP-230012", - "operationSetCode": "SigntoolVerify", - "parameters": [], - "toolName": "sign", - "toolVersion": "1.0" - } - ] - SessionTimeout: 160 - - - task: PowerShell@2 - displayName: 'Pack Modules' - inputs: - targetType: 'inline' - script: | - $ModuleMappingConfigPath = "$(System.DefaultWorkingDirectory)/config/ModulesMapping.jsonc" - [HashTable] $ModuleMapping = Get-Content $ModuleMappingConfigPath | ConvertFrom-Json -AsHashTable - $ModuleMapping.Keys | ForEach-Object { - $ModuleName = $_ - $ModuleProjectDir = "$(System.DefaultWorkingDirectory)/src/$ModuleName/$ModuleName" - & $(System.DefaultWorkingDirectory)/tools/PackModule.ps1 -Module $ModuleName -ArtifactsLocation $(Build.ArtifactStagingDirectory)\ - } - pwsh: true - - - task: SFP.build-tasks.custom-build-task-1.EsrpCodeSigning@1 - displayName: 'ESRP NuGet CodeSigning' - inputs: - ConnectedServiceName: 'microsoftgraph ESRP CodeSign DLL and NuGet' - FolderPath: '$(Build.ArtifactStagingDirectory)\' - Pattern: '*.nupkg' - signConfigType: inlineSignParams - inlineOperation: | - [ - { - "keyCode": "CP-401405", - "operationSetCode": "NuGetSign", - "parameters": [ ], - "toolName": "sign", - "toolVersion": "1.0" - }, - { - "keyCode": "CP-401405", - "operationSetCode": "NuGetVerify", - "parameters": [ ], - "toolName": "sign", - "toolVersion": "1.0" - } - ] - SessionTimeout: 20 - - - task: PublishBuildArtifacts@1 - displayName: Publish Artifact Beta Modules - inputs: - PathtoPublish: '$(Build.ArtifactStagingDirectory)/' - ArtifactName: 'drop' - publishLocation: 'Container' - - - task: YodLabs.O365PostMessage.O365PostMessageBuild.O365PostMessageBuild@0 - displayName: 'Graph Client Tooling pipeline fail notification' - inputs: - addressType: serviceEndpoint - serviceEndpointName: 'microsoftgraph pipeline status' - title: '$(Build.DefinitionName) failure notification' - text: 'This pipeline has failed. View the build details for further information. This is a blocking failure. ' - condition: and(failed(), ne(variables['Build.Reason'], 'Manual')) - enabled: true \ No newline at end of file diff --git a/.azure-pipelines/generate-beta-rollup-module.yml b/.azure-pipelines/generate-beta-rollup-module.yml deleted file mode 100644 index a2179ae12a8..00000000000 --- a/.azure-pipelines/generate-beta-rollup-module.yml +++ /dev/null @@ -1,132 +0,0 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. - -# Generates a release build artifact (nuget) for beta roll-up module. -name: $(BuildDefinitionName)_$(SourceBranchName)_$(Date:yyyyMMdd)$(Rev:.r) -trigger: none -pr: none -variables: - MODULE_PREFIX: 'Microsoft.Graph' - MODULE_NAME: 'Graph' - MODULE_PATH: 'src/Graph/Graph' - -jobs: -- job: MSGraphPSSDKGeneration - displayName: MS Graph PS SDK Roll-Up Generation - timeoutInMinutes: 300 - pool: - vmImage: 'windows-latest' - - steps: - - task: securedevelopmentteam.vss-secure-development-tools.build-task-credscan.CredScan@2 - displayName: 'Run CredScan' - inputs: - debugMode: false - - - task: NuGetToolInstaller@1 - displayName: 'Install Nuget' - - - task: PowerShell@2 - displayName: 'Generate and Build Roll-Up Module' - inputs: - filePath: '$(System.DefaultWorkingDirectory)/tools/GenerateRollUpModule.ps1' - pwsh: true - - - task: SFP.build-tasks.custom-build-task-1.EsrpCodeSigning@1 - displayName: 'ESRP CodeSigning (Graph Roll-Up Module)' - inputs: - ConnectedServiceName: 'microsoftgraph ESRP CodeSign DLL and NuGet' - FolderPath: $(MODULE_PATH) - Pattern: '$(MODULE_PREFIX).psm1, $(MODULE_PREFIX).*.format.ps1xml, *.ps1' - signConfigType: inlineSignParams - inlineOperation: | - [ - { - "keyCode": "CP-230012", - "operationSetCode": "SigntoolSign", - "parameters": [ - { - "parameterName": "OpusName", - "parameterValue": "Microsoft" - }, - { - "parameterName": "OpusInfo", - "parameterValue": "http://www.microsoft.com" - }, - { - "parameterName": "FileDigest", - "parameterValue": "/fd \"SHA256\"" - }, - { - "parameterName": "PageHash", - "parameterValue": "/NPH" - }, - { - "parameterName": "TimeStamp", - "parameterValue": "/tr \"http://rfc3161.gtm.corp.microsoft.com/TSS/HttpTspServer\" /td sha256" - } - ], - "toolName": "sign", - "toolVersion": "1.0" - }, - { - "keyCode": "CP-230012", - "operationSetCode": "SigntoolVerify", - "parameters": [], - "toolName": "sign", - "toolVersion": "1.0" - } - ] - SessionTimeout: 20 - - - task: NuGetCommand@2 - displayName: 'Pack Roll-Up Module' - inputs: - command: 'pack' - Configuration: Release - packagesToPack: '$(System.DefaultWorkingDirectory)/$(MODULE_PATH)/$(MODULE_PREFIX).nuspec' - packDestination: '$(Build.ArtifactStagingDirectory)/' - versioningScheme: 'off' - - - task: SFP.build-tasks.custom-build-task-1.EsrpCodeSigning@1 - displayName: 'ESRP NuGet CodeSigning' - inputs: - ConnectedServiceName: 'microsoftgraph ESRP CodeSign DLL and NuGet' - FolderPath: '$(Build.ArtifactStagingDirectory)/' - Pattern: 'Microsoft.Graph*.nupkg' - signConfigType: inlineSignParams - inlineOperation: | - [ - { - "keyCode": "CP-401405", - "operationSetCode": "NuGetSign", - "parameters": [ ], - "toolName": "sign", - "toolVersion": "1.0" - }, - { - "keyCode": "CP-401405", - "operationSetCode": "NuGetVerify", - "parameters": [ ], - "toolName": "sign", - "toolVersion": "1.0" - } - ] - SessionTimeout: 20 - - - task: PublishBuildArtifacts@1 - displayName: Publish Artifact Microsoft.Graph.nupkg' - inputs: - PathtoPublish: '$(Build.ArtifactStagingDirectory)/' - ArtifactName: 'drop' - publishLocation: 'Container' - - - task: YodLabs.O365PostMessage.O365PostMessageBuild.O365PostMessageBuild@0 - displayName: 'Graph Client Tooling pipeline fail notification' - inputs: - addressType: serviceEndpoint - serviceEndpointName: 'microsoftgraph pipeline status' - title: '$(Build.DefinitionName) failure notification' - text: 'This pipeline has failed. View the build details for further information. This is a blocking failure. ' - condition: and(failed(), ne(variables['Build.Reason'], 'Manual')) - enabled: true \ No newline at end of file diff --git a/.azure-pipelines/generate-modules-template.yml b/.azure-pipelines/generate-modules-template.yml index de39096de2c..40a844f8a05 100644 --- a/.azure-pipelines/generate-modules-template.yml +++ b/.azure-pipelines/generate-modules-template.yml @@ -6,10 +6,6 @@ parameters: displayName: 'Module Path' type: string default: 'src\Authentication\Authentication\bin\' - - name: AUTH_MODULE_DLL_PATTERN - displayName: 'Module Pattern' - type: string - default: 'Microsoft.Graph.Authentication.dll' - name: Api_Key displayName: 'Api Key' type: string @@ -66,7 +62,7 @@ jobs: inputs: ConnectedServiceName: 'microsoftgraph ESRP CodeSign DLL and NuGet (AKV)' FolderPath: $(AUTH_MODULE_PATH) - Pattern: '$(AUTH_MODULE_DLL_PATTERN)' + Pattern: 'Microsoft.Graph.Authentication.dll, Microsoft.Graph.Authentication.Core.dll' signConfigType: inlineSignParams inlineOperation: | [ @@ -93,7 +89,7 @@ jobs: inputs: ConnectedServiceName: 'microsoftgraph ESRP CodeSign DLL and NuGet (AKV)' FolderPath: $(AUTH_MODULE_PATH) - Pattern: $(AUTH_MODULE_DLL_PATTERN) + Pattern: 'Microsoft.Graph.Authentication.dll, Microsoft.Graph.Authentication.Core.dll' signConfigType: inlineSignParams inlineOperation: | [ diff --git a/.azure-pipelines/generation-templates/generate-service-modules.yml b/.azure-pipelines/generation-templates/generate-service-modules.yml index 599dd804e30..dd2c922ff8a 100644 --- a/.azure-pipelines/generation-templates/generate-service-modules.yml +++ b/.azure-pipelines/generation-templates/generate-service-modules.yml @@ -6,8 +6,6 @@ parameters: type: string - name: AuthModulePath type: string - - name: AuthModuleDllPattern - type: string - name: ServiceModulePath type: string - name: ModulePrefix @@ -30,7 +28,6 @@ jobs: Branch: ${{ parameters.Branch }} ModulesToGenerate: ${{ parameters.ModulesToGenerate }} AuthModulePath: ${{ parameters.AuthModulePath }} - AuthModuleDllPattern: ${{ parameters.AuthModuleDllPattern }} ServiceModulePath: ${{ parameters.ServiceModulePath }} ModulePrefix: ${{ parameters.ModulePrefix }} EnableSigning: ${{ parameters.EnableSigning }} @@ -64,7 +61,7 @@ jobs: inputs: ConnectedServiceName: "microsoftgraph ESRP CodeSign DLL and NuGet (AKV)" FolderPath: $(AuthModulePath) - Pattern: $(AuthModuleDllPattern) + Pattern: 'Microsoft.Graph.Authentication.dll, Microsoft.Graph.Authentication.Core.dll' signConfigType: inlineSignParams inlineOperation: | [ @@ -91,7 +88,7 @@ jobs: inputs: ConnectedServiceName: "microsoftgraph ESRP CodeSign DLL and NuGet (AKV)" FolderPath: $(AuthModulePath) - Pattern: $(AuthModuleDllPattern) + Pattern: 'Microsoft.Graph.Authentication.dll, Microsoft.Graph.Authentication.Core.dll' signConfigType: inlineSignParams inlineOperation: | [ diff --git a/.azure-pipelines/integrated-pipeline.yml b/.azure-pipelines/integrated-pipeline.yml index 93fcf8488af..dc2af0bc751 100644 --- a/.azure-pipelines/integrated-pipeline.yml +++ b/.azure-pipelines/integrated-pipeline.yml @@ -17,8 +17,6 @@ parameters: variables: AUTH_MODULE_NAME: 'Authentication' AUTH_MODULE_PATH: 'src\Authentication\Authentication' - AUTH_MODULE_DLL_PATTERN: 'Microsoft.Graph.Authentication.dll' - MODULE_DLL_PATTERN: 'Microsoft.Graph.Authentication.dll' MODULE_PREFIX: 'Microsoft.Graph' ROLLUP_MODULE_NAME: 'Graph' ROLLUP_MODULE_PATH: 'src/Graph/Graph' @@ -101,7 +99,6 @@ stages: Api_Key: $(Api_Key) AUTH_MODULE_NAME: $(AUTH_MODULE) AUTH_MODULE_PATH: $(AUTH_MODULE_PATH) - AUTH_MODULE_DLL_PATTERN: $(AUTH_MODULE_DLL_PATTERN) EnableSigning: true BUILDNUMBER: $(BUILDNUMBER) @@ -115,7 +112,6 @@ stages: WORKLOAD_MODULE_PATH: $(WORKLOAD_MODULE_PATH) GRAPH_VERSION: $(GRAPH_VERSION) AUTH_MODULE_PATH: $(AUTH_MODULE_PATH) - AUTH_MODULE_DLL_PATTERN: $(AUTH_MODULE_DLL_PATTERN) EnableSigning: true BUILDNUMBER: $(BUILDNUMBER) diff --git a/.azure-pipelines/validate-pr-auth-module.yml b/.azure-pipelines/validate-pr-auth-module.yml deleted file mode 100644 index 1dd1b386db7..00000000000 --- a/.azure-pipelines/validate-pr-auth-module.yml +++ /dev/null @@ -1,96 +0,0 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. - -# Validate pull requests to master and dev branches for auth module. -name: $(BuildDefinitionName)_$(SourceBranchName)_$(Date:yyyyMMdd)$(Rev:.r) -pr: - branches: - include: - - dev - - master - - milestone/* - paths: - include: - - src/Authentication/* -trigger: none - -jobs: -- job: MSGraphPSSDKValidation_Windows - displayName: MS Graph PS SDK Auth Validation - Windows - timeoutInMinutes: 300 - pool: - vmImage: 'windows-latest' - - steps: - - task: securedevelopmentteam.vss-secure-development-tools.build-task-credscan.CredScan@2 - displayName: 'Run CredScan' - inputs: - debugMode: false - - - task: PowerShell@2 - displayName: 'Generate and Build Auth Module' - inputs: - filePath: '$(System.DefaultWorkingDirectory)/tools/GenerateAuthenticationModule.ps1' - arguments: '-RepositoryApiKey $(Api_Key) -ArtifactsLocation $(Build.ArtifactStagingDirectory) -Build' - pwsh: true - - - task: DotNetCoreCLI@2 - displayName: 'Run Enabled Tests' - inputs: - command: 'test' - projects: '$(System.DefaultWorkingDirectory)/src/Authentication/Authentication.Test/*.csproj' - testRunTitle: 'Run Enabled Tests' - - - task: YodLabs.O365PostMessage.O365PostMessageBuild.O365PostMessageBuild@0 - displayName: 'Graph Client Tooling pipeline fail notification' - inputs: - addressType: serviceEndpoint - serviceEndpointName: 'microsoftgraph pipeline status' - title: '$(Build.DefinitionName) failure notification' - text: 'This pipeline has failed. View the build details for further information. This is a blocking failure. ' - condition: and(failed(), ne(variables['Build.Reason'], 'Manual')) - enabled: true - -- job: MSGraphPSSDKValidation_Linux - displayName: MS Graph PS SDK Auth Validation - Linux - pool: - vmImage: 'ubuntu-latest' - steps: - - task: DotNetCoreCLI@2 - displayName: 'Run Enabled Tests' - inputs: - command: 'test' - projects: '$(System.DefaultWorkingDirectory)/src/Authentication/Authentication.Test/*.csproj' - testRunTitle: 'Run Enabled Tests' - - - task: YodLabs.O365PostMessage.O365PostMessageBuild.O365PostMessageBuild@0 - displayName: 'Graph Client Tooling pipeline fail notification' - inputs: - addressType: serviceEndpoint - serviceEndpointName: 'microsoftgraph pipeline status' - title: '$(Build.DefinitionName) failure notification' - text: 'This pipeline has failed. View the build details for further information. This is a blocking failure. ' - condition: and(failed(), ne(variables['Build.Reason'], 'Manual')) - enabled: true - -- job: MSGraphPSSDKValidation_MacOS - displayName: MS Graph PS SDK Auth Validation - MacOS - pool: - vmImage: 'macOS-latest' - steps: - - task: DotNetCoreCLI@2 - displayName: 'Run Enabled Tests' - inputs: - command: 'test' - projects: '$(System.DefaultWorkingDirectory)/src/Authentication/Authentication.Test/*.csproj' - testRunTitle: 'Run Enabled Tests' - - - task: YodLabs.O365PostMessage.O365PostMessageBuild.O365PostMessageBuild@0 - displayName: 'Graph Client Tooling pipeline fail notification' - inputs: - addressType: serviceEndpoint - serviceEndpointName: 'microsoftgraph pipeline status' - title: '$(Build.DefinitionName) failure notification' - text: 'This pipeline has failed. View the build details for further information. This is a blocking failure. ' - condition: and(failed(), ne(variables['Build.Reason'], 'Manual')) - enabled: true \ No newline at end of file diff --git a/.azure-pipelines/validate-pr-beta-modules.yml b/.azure-pipelines/validate-pr-beta-modules.yml deleted file mode 100644 index c89258b16e5..00000000000 --- a/.azure-pipelines/validate-pr-beta-modules.yml +++ /dev/null @@ -1,62 +0,0 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. - -# Validate pull requests to master and dev branches for Graph workload modules. -name: $(BuildDefinitionName)_$(SourceBranchName)_$(Date:yyyyMMdd)$(Rev:.r) -pr: - branches: - include: - - master - - dev - - milestone/* - paths: - include: - - src/Beta/* - - config/ModulesMapping.jsonc -trigger: none - -variables: - GRAPH_VERSION: 'beta' - -jobs: -- job: MSGraphPSSDKValidation - displayName: MS Graph PS SDK Beta Validation - timeoutInMinutes: 600 - pool: - name: Microsoft Graph - demands: 'Agent.Name -equals PS-Build-Agent' - - steps: - - task: securedevelopmentteam.vss-secure-development-tools.build-task-credscan.CredScan@2 - displayName: 'Run CredScan' - inputs: - debugMode: false - - # Install Node - - task: NodeTool@0 - displayName: Node install - inputs: - versionSpec: '13.14.0' - - - task: Npm@1 - displayName: 'Install AutoRest' - inputs: - command: 'custom' - customCommand: 'install -g autorest' - - - task: PowerShell@2 - displayName: 'Generate and Build Graph Resource Modules' - inputs: - filePath: '$(System.DefaultWorkingDirectory)/tools/GenerateModules.ps1' - arguments: '-RepositoryApiKey $(Api_Key) -Build -Test' - pwsh: true - - - task: YodLabs.O365PostMessage.O365PostMessageBuild.O365PostMessageBuild@0 - displayName: 'Graph Client Tooling pipeline fail notification' - inputs: - addressType: serviceEndpoint - serviceEndpointName: 'microsoftgraph pipeline status' - title: '$(Build.DefinitionName) failure notification' - text: 'This pipeline has failed. View the build details for further information. This is a blocking failure. ' - condition: and(failed(), ne(variables['Build.Reason'], 'Manual')) - enabled: true \ No newline at end of file diff --git a/.azure-pipelines/weekly-generation.yml b/.azure-pipelines/weekly-generation.yml index f6ef8293ca7..48a7331a877 100644 --- a/.azure-pipelines/weekly-generation.yml +++ b/.azure-pipelines/weekly-generation.yml @@ -42,8 +42,7 @@ stages: parameters: ModulesToGenerate: $[ stageDependencies.DownloadOpenAPIDocs.GetLatestDocs.outputs['OpenAPIDocDiff.ModulesWithChanges'] ] Branch: $[ stageDependencies.DownloadOpenAPIDocs.GetLatestDocs.outputs['ComputeBranch.WeeklyBranch'] ] - AuthModulePath: "src/Authentication/Authentication/bin/" - AuthModuleDllPattern: "Microsoft.Graph.Authentication.dll" + AuthModulePath: "src/Authentication/Authentication" ServiceModulePath: "src/" ModulePrefix: "Microsoft.Graph" EnableSigning: false diff --git a/src/Authentication/Authentication.Core/Authenticator.cs b/src/Authentication/Authentication.Core/Authenticator.cs new file mode 100644 index 00000000000..fe23f3a1a1c --- /dev/null +++ b/src/Authentication/Authentication.Core/Authenticator.cs @@ -0,0 +1,112 @@ +// ------------------------------------------------------------------------------ +// Copyright (c) Microsoft Corporation. All Rights Reserved. Licensed under the MIT License. See License in the project root for license information. +// ------------------------------------------------------------------------------ + +namespace Microsoft.Graph.Authentication.Core +{ + using Microsoft.Graph.Auth; + using Microsoft.Graph.PowerShell.Authentication; + using Microsoft.Graph.PowerShell.Authentication.Core; + using Microsoft.Graph.PowerShell.Authentication.Helpers; + using Microsoft.Identity.Client; + using System; + using System.Collections.Generic; + using System.Globalization; + using System.Linq; + using System.Net.Http; + using System.Threading; + using System.Threading.Tasks; + + /// + /// Authenticator class for handling sign-ins and sign-outs. + /// + public static class Authenticator + { + /// + /// Authenticates the client using the provided . + /// + /// The to authenticate. + /// Whether or not to force refresh a token if one exists. + /// The cancellation token. + /// + public static async Task AuthenticateAsync(IAuthContext authContext, bool forceRefresh, CancellationToken cancellationToken) + { + try + { + // Gets a static instance of IAuthenticationProvider when the client app hasn't changed. + IAuthenticationProvider authProvider = AuthenticationHelpers.GetAuthProvider(authContext); + IClientApplicationBase clientApplication = null; + if (authContext.AuthType == AuthenticationType.Delegated) + { + clientApplication = (authProvider as DeviceCodeProvider).ClientApplication; + } + if (authContext.AuthType == AuthenticationType.AppOnly) + { + clientApplication = (authProvider as ClientCredentialProvider).ClientApplication; + } + + // Incremental scope consent without re-instantiating the auth provider. We will use a static instance. + GraphRequestContext graphRequestContext = new GraphRequestContext(); + graphRequestContext.CancellationToken = cancellationToken; + graphRequestContext.MiddlewareOptions = new Dictionary + { + { + typeof(AuthenticationHandlerOption).ToString(), + new AuthenticationHandlerOption + { + AuthenticationProviderOption = new AuthenticationProviderOption + { + Scopes = authContext.Scopes, + ForceRefresh = forceRefresh + } + } + } + }; + + // Trigger consent. + HttpRequestMessage httpRequestMessage = new HttpRequestMessage(HttpMethod.Get, "https://graph.microsoft.com/v1.0/me"); + httpRequestMessage.Properties.Add(typeof(GraphRequestContext).ToString(), graphRequestContext); + await authProvider.AuthenticateRequestAsync(httpRequestMessage); + + IAccount account = null; + if (clientApplication != null) + { + // Only get accounts when we are using MSAL to get an access token. + IEnumerable accounts = clientApplication.GetAccountsAsync().GetAwaiter().GetResult(); + account = accounts.FirstOrDefault(); + } + + JwtHelpers.DecodeJWT(httpRequestMessage.Headers.Authorization?.Parameter, account, ref authContext); + return authContext; + } + catch (AuthenticationException authEx) + { + if ((authEx.InnerException is TaskCanceledException) && cancellationToken.IsCancellationRequested) + { + // DeviceCodeTimeout + throw new Exception(string.Format( + CultureInfo.CurrentCulture, + ErrorConstants.Message.DeviceCodeTimeout, + Constants.MaxDeviceCodeTimeOut)); + } + else + { + throw authEx.InnerException ?? authEx; + } + } + catch (Exception ex) + { + throw ex.InnerException ?? ex; + } + } + + /// + /// Signs out of the provided . + /// + /// The to sign-out from. + public static void LogOut(IAuthContext authContext) + { + AuthenticationHelpers.Logout(authContext); + } + } +} diff --git a/src/Authentication/Authentication/Common/GraphSession.cs b/src/Authentication/Authentication.Core/Common/GraphSession.cs similarity index 98% rename from src/Authentication/Authentication/Common/GraphSession.cs rename to src/Authentication/Authentication.Core/Common/GraphSession.cs index 275b4a190b0..9de7e41c12d 100644 --- a/src/Authentication/Authentication/Common/GraphSession.cs +++ b/src/Authentication/Authentication.Core/Common/GraphSession.cs @@ -4,6 +4,7 @@ namespace Microsoft.Graph.PowerShell.Authentication { + using Microsoft.Graph.PowerShell.Authentication.Core; using Microsoft.Graph.PowerShell.Authentication.Interfaces; using System; using System.Security; @@ -175,7 +176,7 @@ public static void Modify(Action modifier) /// /// Resets the current instance of to initial state. /// - internal static void Reset() + public static void Reset() { try { diff --git a/src/Authentication/Authentication.Core/Constants.cs b/src/Authentication/Authentication.Core/Constants.cs new file mode 100644 index 00000000000..2b7675a6089 --- /dev/null +++ b/src/Authentication/Authentication.Core/Constants.cs @@ -0,0 +1,18 @@ +// ------------------------------------------------------------------------------ +// Copyright (c) Microsoft Corporation. All Rights Reserved. Licensed under the MIT License. See License in the project root for license information. +// ------------------------------------------------------------------------------ + +namespace Microsoft.Graph.PowerShell.Authentication.Core +{ + using System.IO; + public static class Constants + { + public const int MaxDeviceCodeTimeOut = 120; // 2 mins timeout. + public static readonly string GraphDirectoryPath = Path.Combine(System.Environment.GetFolderPath(System.Environment.SpecialFolder.UserProfile), ".graph"); + internal const string TokenCacheServiceName = "com.microsoft.graph.powershell.sdkcache"; + internal const string DefaultProfile = "v1.0"; + internal const int TokenExpirationBufferInMinutes = 5; + internal const string DefaulAdTenant = "common"; + internal const string DefaultAzureADEndpoint = "https://login.microsoftonline.com"; + } +} diff --git a/src/Authentication/Authentication.Core/ErrorConstants.cs b/src/Authentication/Authentication.Core/ErrorConstants.cs new file mode 100644 index 00000000000..3ee456579e6 --- /dev/null +++ b/src/Authentication/Authentication.Core/ErrorConstants.cs @@ -0,0 +1,31 @@ +// ------------------------------------------------------------------------------ +// Copyright (c) Microsoft Corporation. All Rights Reserved. Licensed under the MIT License. See License in the project root for license information. +// ------------------------------------------------------------------------------ +using System; + +namespace Microsoft.Graph.PowerShell.Authentication.Core +{ + public static class ErrorConstants + { + internal static class Codes + { + internal const string SessionNotInitialized = "sessionNotInitialized"; + internal const string SessionLockReadRecursion = "sessionLockReadRecursion"; + internal const string SessionLockReadDisposed = "sessionLockReadDisposed"; + internal const string SessionLockWriteDisposed = "sessionLockWriteDisposed"; + internal const string SessionLockWriteRecursion = "sessionLockWriteRecursion"; + internal const string InvalidJWT = "invalidJWT"; + } + + public static class Message + { + public const string MissingAuthContext = "Authentication needed, call Connect-MgGraph."; + internal const string InvalidJWT = "Invalid JWT access token."; + internal const string NullOrEmptyParameter = "Parameter '{0}' cannot be null or empty."; + internal const string MacKeyChainFailed = "{0} failed with result code {1}."; + internal const string DeviceCodeTimeout = "Device code terminal timed-out after {0} seconds. Please try again."; + internal const string InvalidUserProvidedToken = "The provided access token is invalid. Set a valid access token to `-{0}` parameter and try again."; + internal const string ExpiredUserProvidedToken = "The provided access token has expired. Set a valid access token to `-{0}` parameter and try again."; + } + } +} diff --git a/src/Authentication/Authentication/Interfaces/IAuthContext.cs b/src/Authentication/Authentication.Core/Interfaces/IAuthContext.cs similarity index 100% rename from src/Authentication/Authentication/Interfaces/IAuthContext.cs rename to src/Authentication/Authentication.Core/Interfaces/IAuthContext.cs diff --git a/src/Authentication/Authentication/Interfaces/IDataStore.cs b/src/Authentication/Authentication.Core/Interfaces/IDataStore.cs similarity index 100% rename from src/Authentication/Authentication/Interfaces/IDataStore.cs rename to src/Authentication/Authentication.Core/Interfaces/IDataStore.cs diff --git a/src/Authentication/Authentication/Interfaces/IGraphEnvironment.cs b/src/Authentication/Authentication.Core/Interfaces/IGraphEnvironment.cs similarity index 100% rename from src/Authentication/Authentication/Interfaces/IGraphEnvironment.cs rename to src/Authentication/Authentication.Core/Interfaces/IGraphEnvironment.cs diff --git a/src/Authentication/Authentication/Interfaces/IGraphSession.cs b/src/Authentication/Authentication.Core/Interfaces/IGraphSession.cs similarity index 100% rename from src/Authentication/Authentication/Interfaces/IGraphSession.cs rename to src/Authentication/Authentication.Core/Interfaces/IGraphSession.cs diff --git a/src/Authentication/Authentication.Core/Microsoft.Graph.Authentication.Core.csproj b/src/Authentication/Authentication.Core/Microsoft.Graph.Authentication.Core.csproj new file mode 100644 index 00000000000..9832da8843a --- /dev/null +++ b/src/Authentication/Authentication.Core/Microsoft.Graph.Authentication.Core.csproj @@ -0,0 +1,26 @@ + + + + netstandard2.0;netcoreapp2.1;net461 + Microsoft.Graph.PowerShell.Authentication.Core + 1.4.2 + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/Authentication/Authentication/Models/JwtPayload.cs b/src/Authentication/Authentication.Core/Models/JwtPayload.cs similarity index 100% rename from src/Authentication/Authentication/Models/JwtPayload.cs rename to src/Authentication/Authentication.Core/Models/JwtPayload.cs diff --git a/src/Authentication/Authentication.Core/Properties/AssemblyInfo.cs b/src/Authentication/Authentication.Core/Properties/AssemblyInfo.cs new file mode 100644 index 00000000000..47dc954fb32 --- /dev/null +++ b/src/Authentication/Authentication.Core/Properties/AssemblyInfo.cs @@ -0,0 +1,5 @@ +using System.Runtime.CompilerServices; + +#if DEBUG +[assembly: InternalsVisibleTo("Microsoft.Graph.Authentication.Test")] +#endif diff --git a/src/Authentication/Authentication/TokenCache/LinuxTokenCache.cs b/src/Authentication/Authentication.Core/TokenCache/LinuxTokenCache.cs similarity index 98% rename from src/Authentication/Authentication/TokenCache/LinuxTokenCache.cs rename to src/Authentication/Authentication.Core/TokenCache/LinuxTokenCache.cs index f195708c02b..1c73c082c29 100644 --- a/src/Authentication/Authentication/TokenCache/LinuxTokenCache.cs +++ b/src/Authentication/Authentication.Core/TokenCache/LinuxTokenCache.cs @@ -4,6 +4,7 @@ namespace Microsoft.Graph.PowerShell.Authentication.TokenCache { + using Microsoft.Graph.PowerShell.Authentication.Core; using Microsoft.Graph.PowerShell.Authentication.TokenCache.NativePlatformLibs; using System; using System.Globalization; diff --git a/src/Authentication/Authentication/TokenCache/MacTokenCache.cs b/src/Authentication/Authentication.Core/TokenCache/MacTokenCache.cs similarity index 99% rename from src/Authentication/Authentication/TokenCache/MacTokenCache.cs rename to src/Authentication/Authentication.Core/TokenCache/MacTokenCache.cs index 3ac7a642300..b06a641dac4 100644 --- a/src/Authentication/Authentication/TokenCache/MacTokenCache.cs +++ b/src/Authentication/Authentication.Core/TokenCache/MacTokenCache.cs @@ -4,6 +4,7 @@ namespace Microsoft.Graph.PowerShell.Authentication.TokenCache { + using Microsoft.Graph.PowerShell.Authentication.Core; using Microsoft.Graph.PowerShell.Authentication.TokenCache.NativePlatformLibs; using System; using System.Globalization; diff --git a/src/Authentication/Authentication/TokenCache/NativePlatformLibs/LinuxNativeKeyUtils.cs b/src/Authentication/Authentication.Core/TokenCache/NativePlatformLibs/LinuxNativeKeyUtils.cs similarity index 100% rename from src/Authentication/Authentication/TokenCache/NativePlatformLibs/LinuxNativeKeyUtils.cs rename to src/Authentication/Authentication.Core/TokenCache/NativePlatformLibs/LinuxNativeKeyUtils.cs diff --git a/src/Authentication/Authentication/TokenCache/NativePlatformLibs/MacNativeKeyChain.cs b/src/Authentication/Authentication.Core/TokenCache/NativePlatformLibs/MacNativeKeyChain.cs similarity index 100% rename from src/Authentication/Authentication/TokenCache/NativePlatformLibs/MacNativeKeyChain.cs rename to src/Authentication/Authentication.Core/TokenCache/NativePlatformLibs/MacNativeKeyChain.cs diff --git a/src/Authentication/Authentication/TokenCache/TokenCacheStorage.cs b/src/Authentication/Authentication.Core/TokenCache/TokenCacheStorage.cs similarity index 98% rename from src/Authentication/Authentication/TokenCache/TokenCacheStorage.cs rename to src/Authentication/Authentication.Core/TokenCache/TokenCacheStorage.cs index b1796dc5e73..dce951e1800 100644 --- a/src/Authentication/Authentication/TokenCache/TokenCacheStorage.cs +++ b/src/Authentication/Authentication.Core/TokenCache/TokenCacheStorage.cs @@ -1,6 +1,7 @@ // ------------------------------------------------------------------------------ // Copyright (c) Microsoft Corporation. All Rights Reserved. Licensed under the MIT License. See License in the project root for license information. // ------------------------------------------------------------------------------ +using Microsoft.Graph.PowerShell.Authentication.Core; using System; using System.Globalization; using System.Security; diff --git a/src/Authentication/Authentication/TokenCache/WindowsTokenCache.cs b/src/Authentication/Authentication.Core/TokenCache/WindowsTokenCache.cs similarity index 98% rename from src/Authentication/Authentication/TokenCache/WindowsTokenCache.cs rename to src/Authentication/Authentication.Core/TokenCache/WindowsTokenCache.cs index fa2612ab814..335c87bb632 100644 --- a/src/Authentication/Authentication/TokenCache/WindowsTokenCache.cs +++ b/src/Authentication/Authentication.Core/TokenCache/WindowsTokenCache.cs @@ -4,6 +4,7 @@ namespace Microsoft.Graph.PowerShell.Authentication.TokenCache { + using Microsoft.Graph.PowerShell.Authentication.Core; using System; using System.Globalization; using System.IO; diff --git a/src/Authentication/Authentication/Helpers/AuthenticationHelpers.cs b/src/Authentication/Authentication.Core/Utilities/AuthenticationHelpers.cs similarity index 82% rename from src/Authentication/Authentication/Helpers/AuthenticationHelpers.cs rename to src/Authentication/Authentication.Core/Utilities/AuthenticationHelpers.cs index 93631d0a257..0d3eb662b18 100644 --- a/src/Authentication/Authentication/Helpers/AuthenticationHelpers.cs +++ b/src/Authentication/Authentication.Core/Utilities/AuthenticationHelpers.cs @@ -4,7 +4,7 @@ namespace Microsoft.Graph.PowerShell.Authentication.Helpers { using Microsoft.Graph.Auth; - using Microsoft.Graph.PowerShell.Authentication.Models; + using Microsoft.Graph.PowerShell.Authentication.Core; using Microsoft.Graph.PowerShell.Authentication.TokenCache; using Microsoft.Identity.Client; @@ -18,11 +18,43 @@ namespace Microsoft.Graph.PowerShell.Authentication.Helpers using AuthenticationException = System.Security.Authentication.AuthenticationException; - internal static class AuthenticationHelpers + /// + /// Helper class for authentication. + /// + public static class AuthenticationHelpers { static ReaderWriterLockSlim _cacheLock = new ReaderWriterLockSlim(LockRecursionPolicy.SupportsRecursion); - internal static IAuthenticationProvider GetAuthProvider(IAuthContext authContext) + /// + /// Signs out of the current session using the provided . + /// + /// The to sign-out from. + internal static void Logout(IAuthContext authContext) + { + try + { + _cacheLock.EnterWriteLock(); + if (authContext.AuthType == AuthenticationType.UserProvidedAccessToken) + { + GraphSession.Instance.UserProvidedToken = null; + } + else + { + TokenCacheStorage.DeleteToken(authContext); + } + } + finally + { + _cacheLock.ExitWriteLock(); + } + } + + /// + /// Gets an using the provide . + /// + /// The to get an auth provider for. + /// A based on provided . + public static IAuthenticationProvider GetAuthProvider(IAuthContext authContext) { if (authContext is null) { @@ -75,70 +107,12 @@ internal static IAuthenticationProvider GetAuthProvider(IAuthContext authContext } return authProvider; } + /// - /// Gets a certificate based on the current context. - /// Priority is Name, ThumbPrint, then In-Memory Cert + /// Configures a token cache using the provide . /// - /// Current context - /// A based on provided context - private static X509Certificate2 GetCertificate(IAuthContext context) - { - X509Certificate2 certificate; - if (!string.IsNullOrWhiteSpace(context.CertificateName)) - { - certificate = GetCertificateByName(context.CertificateName); - } - else if (!string.IsNullOrWhiteSpace(context.CertificateThumbprint)) - { - certificate = GetCertificateByThumbprint(context.CertificateThumbprint); - } - else - { - certificate = context.Certificate; - } - - if (certificate == null) - { - throw new ArgumentNullException(nameof(certificate), $"Certificate with the Specified ThumbPrint {context.CertificateThumbprint}, Name {context.CertificateName} or In-Memory could not be found"); - } - - return certificate; - } - - private static string GetAuthorityUrl(IAuthContext authContext) - { - string audience = authContext.TenantId ?? GraphEnvironmentConstants.CommonAdTenant; - string defaultInstance = GraphEnvironment.BuiltInEnvironments[GraphEnvironmentConstants.EnvironmentName.Global].AzureADEndpoint; - string authorityUrl = $"{defaultInstance}/{audience}"; - - if (GraphSession.Instance.Environment != null) - { - authorityUrl = $"{GraphSession.Instance.Environment.AzureADEndpoint}/{audience}"; - } - - return authorityUrl; - } - - internal static void Logout(IAuthContext authConfig) - { - try - { - _cacheLock.EnterWriteLock(); - if (authConfig.AuthType == AuthenticationType.UserProvidedAccessToken) - { - GraphSession.Instance.UserProvidedToken = null; - } - else - { - TokenCacheStorage.DeleteToken(authConfig); - } - } - finally - { - _cacheLock.ExitWriteLock(); - } - } - + /// MSAL's token cache to configure. + /// The to get configure an token cache for. private static void ConfigureTokenCache(ITokenCache tokenCache, IAuthContext authContext) { tokenCache.SetBeforeAccess((TokenCacheNotificationArgs args) => @@ -171,6 +145,55 @@ private static void ConfigureTokenCache(ITokenCache tokenCache, IAuthContext aut }); } + /// + /// Gets an authority URL from the provided . + /// + /// The to get an authority URL for. + /// + private static string GetAuthorityUrl(IAuthContext authContext) + { + string audience = authContext.TenantId ?? Constants.DefaulAdTenant; + string defaultInstance = Constants.DefaultAzureADEndpoint; + string authorityUrl = $"{defaultInstance}/{audience}"; + + if (GraphSession.Instance.Environment != null) + { + authorityUrl = $"{GraphSession.Instance.Environment.AzureADEndpoint}/{audience}"; + } + + return authorityUrl; + } + + /// + /// Gets a certificate based on the current context. + /// Priority is Name, ThumbPrint, then In-Memory Cert + /// + /// Current context + /// A based on provided context + private static X509Certificate2 GetCertificate(IAuthContext context) + { + X509Certificate2 certificate; + if (!string.IsNullOrWhiteSpace(context.CertificateName)) + { + certificate = GetCertificateByName(context.CertificateName); + } + else if (!string.IsNullOrWhiteSpace(context.CertificateThumbprint)) + { + certificate = GetCertificateByThumbprint(context.CertificateThumbprint); + } + else + { + certificate = context.Certificate; + } + + if (certificate == null) + { + throw new ArgumentNullException(nameof(certificate), $"Certificate with the Specified ThumbPrint {context.CertificateThumbprint}, Name {context.CertificateName} or In-Memory could not be found"); + } + + return certificate; + } + /// /// Gets unexpired certificate of the specified certificate thumbprint for the current user in My store. /// diff --git a/src/Authentication/Authentication/Helpers/JwtHelpers.cs b/src/Authentication/Authentication.Core/Utilities/JwtHelpers.cs similarity index 57% rename from src/Authentication/Authentication/Helpers/JwtHelpers.cs rename to src/Authentication/Authentication.Core/Utilities/JwtHelpers.cs index a8e45b9165c..c877d2785c5 100644 --- a/src/Authentication/Authentication/Helpers/JwtHelpers.cs +++ b/src/Authentication/Authentication.Core/Utilities/JwtHelpers.cs @@ -5,20 +5,53 @@ namespace Microsoft.Graph.PowerShell.Authentication.Helpers { using Microsoft.Graph.Auth; - using Microsoft.IdentityModel.Tokens; + using Microsoft.Graph.PowerShell.Authentication.Core; + using Microsoft.Identity.Client; using Newtonsoft.Json; - using Newtonsoft.Json.Linq; using System; - using System.Collections.Generic; + using System.Globalization; using System.IdentityModel.Tokens.Jwt; - using System.Security.Claims; - using System.Text; /// /// A JwtHelpers class. /// internal static class JwtHelpers { + /// + /// Decodes a JWT token and store claims in the provided by ref. + /// + /// A JWT string. + /// MSAL's . + /// An to store JWT claims in. + internal static void DecodeJWT(string jwToken, IAccount account, ref IAuthContext authContext) + { + var jwtPayload = JwtHelpers.DecodeToObject(jwToken); + if (authContext.AuthType == AuthenticationType.UserProvidedAccessToken) + { + if (jwtPayload == null) + { + throw new Exception(string.Format( + CultureInfo.CurrentCulture, + ErrorConstants.Message.InvalidUserProvidedToken, + "AccessToken")); + } + + if (jwtPayload.Exp <= JwtHelpers.ConvertToUnixTimestamp(DateTime.UtcNow + TimeSpan.FromMinutes(Constants.TokenExpirationBufferInMinutes))) + { + throw new Exception(string.Format( + CultureInfo.CurrentCulture, + ErrorConstants.Message.ExpiredUserProvidedToken, + "AccessToken")); + } + } + + authContext.ClientId = jwtPayload?.Appid ?? authContext.ClientId; + authContext.Scopes = jwtPayload?.Scp?.Split(' ') ?? jwtPayload?.Roles; + authContext.TenantId = jwtPayload?.Tid ?? account?.HomeAccountId?.TenantId; + authContext.AppName = jwtPayload?.AppDisplayname; + authContext.Account = jwtPayload?.Upn ?? account?.Username; + } + /// /// Decodes a JWT token by extracting claims from the payload. /// diff --git a/src/Authentication/Authentication/Helpers/PlatformHelpers.cs b/src/Authentication/Authentication.Core/Utilities/PlatformHelpers.cs similarity index 96% rename from src/Authentication/Authentication/Helpers/PlatformHelpers.cs rename to src/Authentication/Authentication.Core/Utilities/PlatformHelpers.cs index cbb9e60ba16..0c4c98234fc 100644 --- a/src/Authentication/Authentication/Helpers/PlatformHelpers.cs +++ b/src/Authentication/Authentication.Core/Utilities/PlatformHelpers.cs @@ -6,7 +6,7 @@ namespace Microsoft.Graph.PowerShell.Authentication.Helpers { using System.Runtime.InteropServices; - internal static class OperatingSystem + public static class OperatingSystem { /// /// Detects if the platform we are running on is Windows. diff --git a/src/Authentication/Authentication.Test/Helpers/GraphSessionTests.cs b/src/Authentication/Authentication.Test/Helpers/GraphSessionTests.cs index 2bb665e8ee8..cbc0ae6456e 100644 --- a/src/Authentication/Authentication.Test/Helpers/GraphSessionTests.cs +++ b/src/Authentication/Authentication.Test/Helpers/GraphSessionTests.cs @@ -52,7 +52,7 @@ public void ShouldThrowExceptionWhenSessionIsNotInitialized() { InvalidOperationException exception = Assert.Throws(() => GraphSession.Instance); - Assert.Equal(ErrorConstants.Codes.SessionNotInitialized, exception.Message); + Assert.Equal(PowerShell.Authentication.Core.ErrorConstants.Codes.SessionNotInitialized, exception.Message); // reset static instance. GraphSession.Reset(); diff --git a/src/Authentication/Authentication.sln b/src/Authentication/Authentication.sln index fd8252ae061..c24efddc101 100644 --- a/src/Authentication/Authentication.sln +++ b/src/Authentication/Authentication.sln @@ -5,7 +5,9 @@ VisualStudioVersion = 16.0.29201.188 MinimumVisualStudioVersion = 10.0.40219.1 Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.Graph.Authentication", "Authentication\Microsoft.Graph.Authentication.csproj", "{44FF315A-27B2-4401-81A9-1912E6511EE6}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Microsoft.Graph.Authentication.Test", "Authentication.Test\Microsoft.Graph.Authentication.Test.csproj", "{416590B4-3A91-4B0D-9B40-3F69438B6D85}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.Graph.Authentication.Test", "Authentication.Test\Microsoft.Graph.Authentication.Test.csproj", "{416590B4-3A91-4B0D-9B40-3F69438B6D85}" +EndProject +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.Graph.Authentication.Core", "Authentication.Core\Microsoft.Graph.Authentication.Core.csproj", "{50050576-74B8-4507-B1FE-C47740BB3B71}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution @@ -21,6 +23,10 @@ Global {416590B4-3A91-4B0D-9B40-3F69438B6D85}.Debug|Any CPU.Build.0 = Debug|Any CPU {416590B4-3A91-4B0D-9B40-3F69438B6D85}.Release|Any CPU.ActiveCfg = Release|Any CPU {416590B4-3A91-4B0D-9B40-3F69438B6D85}.Release|Any CPU.Build.0 = Release|Any CPU + {50050576-74B8-4507-B1FE-C47740BB3B71}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {50050576-74B8-4507-B1FE-C47740BB3B71}.Debug|Any CPU.Build.0 = Debug|Any CPU + {50050576-74B8-4507-B1FE-C47740BB3B71}.Release|Any CPU.ActiveCfg = Release|Any CPU + {50050576-74B8-4507-B1FE-C47740BB3B71}.Release|Any CPU.Build.0 = Release|Any CPU EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE diff --git a/src/Authentication/Authentication/Cmdlets/ConnectMgGraph.cs b/src/Authentication/Authentication/Cmdlets/ConnectMgGraph.cs index 4bd14d38df0..4de46081237 100644 --- a/src/Authentication/Authentication/Cmdlets/ConnectMgGraph.cs +++ b/src/Authentication/Authentication/Cmdlets/ConnectMgGraph.cs @@ -7,17 +7,12 @@ namespace Microsoft.Graph.PowerShell.Authentication.Cmdlets using System.Collections.Generic; using System.Linq; using System.Management.Automation; - using System.Net.Http; using System.Threading; using System.Threading.Tasks; using System.Net; - using System.Globalization; using System.Collections; using System.Security.Cryptography.X509Certificates; - using Identity.Client; - - using Microsoft.Graph.Auth; using Microsoft.Graph.PowerShell.Authentication.Helpers; using Microsoft.Graph.PowerShell.Authentication.Models; @@ -25,6 +20,8 @@ namespace Microsoft.Graph.PowerShell.Authentication.Cmdlets using Common; using static Helpers.AsyncHelpers; + using Microsoft.Graph.Authentication.Core; + using Microsoft.Graph.PowerShell.Authentication.Utilities; [Cmdlet(VerbsCommunications.Connect, "MgGraph", DefaultParameterSetName = Constants.UserParameterSet)] [Alias("Connect-Graph")] @@ -168,7 +165,7 @@ private async Task ProcessRecordAsync() case Constants.UserParameterSet: { // 2 mins timeout. 1 min < HTTP timeout. - TimeSpan authTimeout = new TimeSpan(0, 0, Constants.MaxDeviceCodeTimeOut); + TimeSpan authTimeout = new TimeSpan(0, 0, Core.Constants.MaxDeviceCodeTimeOut); // To avoid re-initializing the tokenSource, use CancelAfter _cancellationTokenSource.CancelAfter(authTimeout); authContext.AuthType = AuthenticationType.Delegated; @@ -201,71 +198,12 @@ private async Task ProcessRecordAsync() try { - // Gets a static instance of IAuthenticationProvider when the client app hasn't changed. - IAuthenticationProvider authProvider = AuthenticationHelpers.GetAuthProvider(authContext); - IClientApplicationBase clientApplication = null; - if (ParameterSetName == Constants.UserParameterSet) - { - clientApplication = (authProvider as DeviceCodeProvider).ClientApplication; - } - else if (ParameterSetName == Constants.AppParameterSet) - { - clientApplication = (authProvider as ClientCredentialProvider).ClientApplication; - } - - // Incremental scope consent without re-instantiating the auth provider. We will use a static instance. - GraphRequestContext graphRequestContext = new GraphRequestContext(); - graphRequestContext.CancellationToken = _cancellationTokenSource.Token; - graphRequestContext.MiddlewareOptions = new Dictionary - { - { - typeof(AuthenticationHandlerOption).ToString(), - new AuthenticationHandlerOption - { - AuthenticationProviderOption = new AuthenticationProviderOption - { - Scopes = authContext.Scopes, - ForceRefresh = ForceRefresh - } - } - } - }; - - // Trigger consent. - HttpRequestMessage httpRequestMessage = new HttpRequestMessage(HttpMethod.Get, "https://graph.microsoft.com/v1.0/me"); - httpRequestMessage.Properties.Add(typeof(GraphRequestContext).ToString(), graphRequestContext); - await authProvider.AuthenticateRequestAsync(httpRequestMessage); - - IAccount account = null; - if (clientApplication != null) - { - // Only get accounts when we are using MSAL to get an access token. - IEnumerable accounts = clientApplication.GetAccountsAsync().GetAwaiter().GetResult(); - account = accounts.FirstOrDefault(); - } - DecodeJWT(httpRequestMessage.Headers.Authorization?.Parameter, account, ref authContext); - // Save auth context to session state. - GraphSession.Instance.AuthContext = authContext; - } - catch (AuthenticationException authEx) - { - if ((authEx.InnerException is TaskCanceledException) && _cancellationTokenSource.Token.IsCancellationRequested) - { - // DeviceCodeTimeout - throw new Exception(string.Format( - CultureInfo.CurrentCulture, - ErrorConstants.Message.DeviceCodeTimeout, - Constants.MaxDeviceCodeTimeOut)); - } - else - { - throw authEx.InnerException ?? authEx; - } + GraphSession.Instance.AuthContext = await Authenticator.AuthenticateAsync(authContext, ForceRefresh, _cancellationTokenSource.Token); } - catch (Exception ex) + catch(Exception ex) { - throw ex.InnerException ?? ex; + throw ex; } WriteObject("Welcome To Microsoft Graph!"); @@ -348,35 +286,6 @@ private void ValidateParameters() } } - private void DecodeJWT(string token, IAccount account, ref IAuthContext authContext) - { - JwtPayload jwtPayload = JwtHelpers.DecodeToObject(token); - if (authContext.AuthType == AuthenticationType.UserProvidedAccessToken) - { - if (jwtPayload == null) - { - throw new Exception(string.Format( - CultureInfo.CurrentCulture, - ErrorConstants.Message.InvalidUserProvidedToken, - nameof(AccessToken))); - } - - if (jwtPayload.Exp <= JwtHelpers.ConvertToUnixTimestamp(DateTime.UtcNow + TimeSpan.FromMinutes(Constants.TokenExpirationBufferInMinutes))) - { - throw new Exception(string.Format( - CultureInfo.CurrentCulture, - ErrorConstants.Message.ExpiredUserProvidedToken, - nameof(AccessToken))); - } - } - - authContext.ClientId = jwtPayload?.Appid ?? authContext.ClientId; - authContext.Scopes = jwtPayload?.Scp?.Split(' ') ?? jwtPayload?.Roles; - authContext.TenantId = jwtPayload?.Tid ?? account?.HomeAccountId?.TenantId; - authContext.AppName = jwtPayload?.AppDisplayname; - authContext.Account = jwtPayload?.Upn ?? account?.Username; - } - /// /// Globally initializes GraphSession. /// @@ -393,6 +302,7 @@ public void OnImport() public void OnRemove(PSModuleInfo psModuleInfo) { GraphSession.Reset(); + DependencyAssemblyResolver.Reset(); } } } diff --git a/src/Authentication/Authentication/Cmdlets/DisconnectMgGraph.cs b/src/Authentication/Authentication/Cmdlets/DisconnectMgGraph.cs index 8e38062da9b..a059cc595aa 100644 --- a/src/Authentication/Authentication/Cmdlets/DisconnectMgGraph.cs +++ b/src/Authentication/Authentication/Cmdlets/DisconnectMgGraph.cs @@ -3,6 +3,7 @@ // ------------------------------------------------------------------------------ namespace Microsoft.Graph.PowerShell.Authentication.Cmdlets { + using Microsoft.Graph.Authentication.Core; using Microsoft.Graph.PowerShell.Authentication.Helpers; using System; using System.Management.Automation; @@ -24,13 +25,13 @@ protected override void ProcessRecord() { base.ProcessRecord(); - IAuthContext authConfig = GraphSession.Instance.AuthContext; + IAuthContext authContext = GraphSession.Instance.AuthContext; - if (authConfig == null) + if (authContext == null) ThrowTerminatingError( - new ErrorRecord(new System.Exception("No application to sign out from."), Guid.NewGuid().ToString(), ErrorCategory.InvalidArgument, null)); + new ErrorRecord(new Exception("No application to sign out from."), Guid.NewGuid().ToString(), ErrorCategory.InvalidArgument, null)); - AuthenticationHelpers.Logout(authConfig); + Authenticator.LogOut(authContext); GraphSession.Instance.AuthContext = null; } diff --git a/src/Authentication/Authentication/Constants.cs b/src/Authentication/Authentication/Constants.cs index 8a4cac07642..62ba55bc18b 100644 --- a/src/Authentication/Authentication/Constants.cs +++ b/src/Authentication/Authentication/Constants.cs @@ -7,17 +7,11 @@ namespace Microsoft.Graph.PowerShell.Authentication using System.IO; public static class Constants { - public const string GraphAuthConfigId = "GraphAuthConfigId"; public const string SDKHeaderValue = "Graph-powershell-{0}-{1}.{2}.{3}"; internal const string UserParameterSet = "UserParameterSet"; internal const string AppParameterSet = "AppParameterSet"; internal const string AccessTokenParameterSet = "AccessTokenParameterSet"; - internal const int MaxDeviceCodeTimeOut = 120; // 2 mins timeout. - internal static readonly string GraphDirectoryPath = Path.Combine(System.Environment.GetFolderPath(System.Environment.SpecialFolder.UserProfile), ".graph"); - internal static readonly string SettingFilePath = Path.Combine(GraphDirectoryPath, "GraphContext.json"); + internal static readonly string SettingFilePath = Path.Combine(Core.Constants.GraphDirectoryPath, "GraphContext.json"); internal const string ProfileDescription = "A snapshot of the Microsoft Graph {0} API for {1} cloud."; - internal const string TokenCacheServiceName = "com.microsoft.graph.powershell.sdkcache"; - internal const string DefaultProfile = "v1.0"; - internal const int TokenExpirationBufferInMinutes = 5; } } diff --git a/src/Authentication/Authentication/ErrorConstants.cs b/src/Authentication/Authentication/ErrorConstants.cs index f9f6cf2fa7d..4f76a504412 100644 --- a/src/Authentication/Authentication/ErrorConstants.cs +++ b/src/Authentication/Authentication/ErrorConstants.cs @@ -9,12 +9,6 @@ public static class ErrorConstants { internal static class Codes { - internal const string SessionNotInitialized = "sessionNotInitialized"; - internal const string SessionLockReadRecursion = "sessionLockReadRecursion"; - internal const string SessionLockReadDisposed = "sessionLockReadDisposed"; - internal const string SessionLockWriteDisposed = "sessionLockWriteDisposed"; - internal const string SessionLockWriteRecursion = "sessionLockWriteRecursion"; - internal const string InvalidJWT = "invalidJWT"; internal const string InvokeGraphHttpResponseException = nameof(InvokeGraphHttpResponseException); internal const string InvokeGraphContentTypeException = nameof(InvokeGraphContentTypeException); internal const string InvokeGraphRequestInvalidHost = nameof(InvokeGraphRequestInvalidHost); @@ -37,18 +31,10 @@ internal static class Codes internal static class Message { - internal const string InvalidJWT = "Invalid JWT access token."; - internal const string MissingAuthContext = "Authentication needed, call Connect-MgGraph."; - internal const string NullOrEmptyParameter = "Parameter '{0}' cannot be null or empty."; - internal const string MacKeyChainFailed = "{0} failed with result code {1}."; - internal const string DeviceCodeTimeout = "Device code terminal timed-out after {0} seconds. Please try again."; - internal const string InvalidUserProvidedToken = "The provided access token is invalid. Set a valid access token to `-{0}` parameter and try again."; - internal const string ExpiredUserProvidedToken = "The provided access token has expired. Set a valid access token to `-{0}` parameter and try again."; + internal const string CannotModifyBuiltInEnvironment = "Cannot {0} built-in environment {1}."; internal const string InvalidUrlParameter = "Parameter '{0}' has an invalid endpoint URL. Please use a valid URL with a network protocol i.e. [protocol]://[resource-name]."; - internal const string InvalidNationalCloud = "Parameter `{0}` has an invalid national cloud. Use Get-MgEnvironment to get a list of valid national clouds."; internal const string InvalidEnvironment = "Unable to find environment with name '{0}'. Use Get-MgEnvironment to list available environments."; internal const string CannotAccessFile = "Could not {0} file at '{1}'. Please ensure you have access to this file and try again in a few minutes.."; - internal const string CannotModifyBuiltInEnvironment = "Cannot {0} built-in environment {1}."; internal const string InvalidCertificateThumbprint = "'{0}' must have a length of 40. Ensure you have the right certificate thumbprint then try again."; } } diff --git a/src/Authentication/Authentication/Helpers/HttpHelpers.cs b/src/Authentication/Authentication/Helpers/HttpHelpers.cs index 7732252c06f..1eab2b43dd6 100644 --- a/src/Authentication/Authentication/Helpers/HttpHelpers.cs +++ b/src/Authentication/Authentication/Helpers/HttpHelpers.cs @@ -37,7 +37,7 @@ public static HttpClient GetGraphHttpClient(IAuthContext authContext = null) authContext = authContext ?? GraphSession.Instance.AuthContext; if (authContext is null) { - throw new AuthenticationException(ErrorConstants.Message.MissingAuthContext); + throw new AuthenticationException(Core.ErrorConstants.Message.MissingAuthContext); } IAuthenticationProvider authProvider = AuthenticationHelpers.GetAuthProvider(authContext); diff --git a/src/Authentication/Authentication/Microsoft.Graph.Authentication.csproj b/src/Authentication/Authentication/Microsoft.Graph.Authentication.csproj index a100cca9335..17acca82e6a 100644 --- a/src/Authentication/Authentication/Microsoft.Graph.Authentication.csproj +++ b/src/Authentication/Authentication/Microsoft.Graph.Authentication.csproj @@ -1,38 +1,23 @@ - 1.4.0 + 1.4.2 7.1 netstandard2.0 Library Microsoft.Graph.Authentication Microsoft.Graph.PowerShell.Authentication - true - false - ./bin - $(OutputPath) true true Microsoft.Graph.Authentication.nuspec © Microsoft Corporation. All rights reserved. - - - - - - - - - - - - - - + + + @@ -47,7 +32,4 @@ Resources.Designer.cs - - - \ No newline at end of file diff --git a/src/Authentication/Authentication/Microsoft.Graph.Authentication.nuspec b/src/Authentication/Authentication/Microsoft.Graph.Authentication.nuspec index 3d8d9b10de7..01fe73c6929 100644 --- a/src/Authentication/Authentication/Microsoft.Graph.Authentication.nuspec +++ b/src/Authentication/Authentication/Microsoft.Graph.Authentication.nuspec @@ -1,7 +1,7 @@ - 1.3.1 + 1.4.2 Microsoft.Graph.Authentication Microsoft Graph PowerShell authentication module Microsoft @@ -16,20 +16,24 @@ - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/Authentication/Authentication/Microsoft.Graph.Authentication.psd1 b/src/Authentication/Authentication/Microsoft.Graph.Authentication.psd1 index be0fad82789..b080bc96751 100644 --- a/src/Authentication/Authentication/Microsoft.Graph.Authentication.psd1 +++ b/src/Authentication/Authentication/Microsoft.Graph.Authentication.psd1 @@ -3,7 +3,7 @@ # # Generated by: Microsoft # -# Generated on: 1/29/2021 +# Generated on: 3/12/2021 # @{ diff --git a/src/Authentication/Authentication/Microsoft.Graph.Authentication.psm1 b/src/Authentication/Authentication/Microsoft.Graph.Authentication.psm1 index ea6bf11ddb6..2dd0e3787f2 100644 --- a/src/Authentication/Authentication/Microsoft.Graph.Authentication.psm1 +++ b/src/Authentication/Authentication/Microsoft.Graph.Authentication.psm1 @@ -1,13 +1,10 @@ -# Load dependencies -$preloadPath = (Join-Path $PSScriptRoot -ChildPath ".\bin\PreloadAssemblies") -if ($PSEdition -eq 'Desktop' -and (Test-Path $preloadPath -ErrorAction Ignore)) { - try { - Get-ChildItem -ErrorAction Stop -Path $preloadPath -Filter "*.dll" | ForEach-Object { - Add-Type -Path $_.FullName -ErrorAction Ignore | Out-Null - } - } - catch { } -} # Load the module dll -$null = Import-Module -Name (Join-Path $PSScriptRoot '.\bin\Microsoft.Graph.Authentication.dll') \ No newline at end of file +$null = Import-Module -Name (Join-Path $PSScriptRoot 'Microsoft.Graph.Authentication.dll') + +if (Test-Path -Path "$PSScriptRoot\StartupScripts" -ErrorAction Ignore) +{ + Get-ChildItem "$PSScriptRoot\StartupScripts" -ErrorAction Stop | ForEach-Object { + . $_.FullName + } +} \ No newline at end of file diff --git a/src/Authentication/Authentication/StartupScripts/InitializeAssemblyResolver.ps1 b/src/Authentication/Authentication/StartupScripts/InitializeAssemblyResolver.ps1 new file mode 100644 index 00000000000..4926d2271d4 --- /dev/null +++ b/src/Authentication/Authentication/StartupScripts/InitializeAssemblyResolver.ps1 @@ -0,0 +1,11 @@ +try { + if ($PSEdition -eq 'Core') { + [Microsoft.Graph.PowerShell.Authentication.Utilities.DependencyAssemblyResolver]::Initialize() + } + else { + [Microsoft.Graph.PowerShell.Authentication.Utilities.DependencyAssemblyResolver]::Initialize($true) + } +} +catch { + Write-Warning $_ +} \ No newline at end of file diff --git a/src/Authentication/Authentication/Utilities/DependencyAssemblyResolver.cs b/src/Authentication/Authentication/Utilities/DependencyAssemblyResolver.cs new file mode 100644 index 00000000000..82fe833d2dc --- /dev/null +++ b/src/Authentication/Authentication/Utilities/DependencyAssemblyResolver.cs @@ -0,0 +1,101 @@ +// ------------------------------------------------------------------------------ +// Copyright (c) Microsoft Corporation. All Rights Reserved. Licensed under the MIT License. See License in the project root for license information. +// ------------------------------------------------------------------------------ + +namespace Microsoft.Graph.PowerShell.Authentication.Utilities +{ + using System; + using System.Collections.Generic; + using System.IO; + using System.Reflection; + public static class DependencyAssemblyResolver + { + // Catalog our dependencies here to ensure we don't load anything else. + private static IReadOnlyDictionary Dependencies = new Dictionary + { + { "Microsoft.Identity.Client", new Version("4.23.0.0") }, + { "Microsoft.Graph.Auth", new Version("1.0.0.0") }, + { "Microsoft.IdentityModel.Tokens", new Version("5.6.0.61018") }, + { "Microsoft.IdentityModel.Logging", new Version("5.6.0.61018") }, + { "Microsoft.IdentityModel.JsonWebTokens", new Version("5.6.0.61018") }, + { "System.IdentityModel.Tokens.Jwt", new Version("5.6.0.61018") }, + { "System.Security.Cryptography.ProtectedData", new Version("4.3.0.0") }, + { "Newtonsoft.Json", new Version("10.0.3.21018") }, + }; + + /// + /// Dependencies that need to be loaded per framework. + /// + private static IList MultiFrameworkDependencies = new List { + "Microsoft.Identity.Client", + "System.Security.Cryptography.ProtectedData" + }; + + // Set up the path to our dependency directory within the module. + private static string DependenciesDirPath = Path.GetFullPath(Path.Combine( + Path.GetDirectoryName(Assembly.GetExecutingAssembly().Location), "Dependencies")); + + /// + /// Framework dependency path. /Desktop for PS 5.1, and /Core for PS 6+. + /// + private static string FrameworkDependenciesDirPath; + + /// + /// Initializes our custom assembly resolve event handler. This should be called on module import. + /// + /// + public static void Initialize(bool isDesktopEdition = false) + { + if (isDesktopEdition) + { + FrameworkDependenciesDirPath = "Desktop"; + } + else + { + FrameworkDependenciesDirPath = "Core"; + } + // Set up our event handler when the module is loaded. + AppDomain.CurrentDomain.AssemblyResolve += HandleResolveEvent; + } + + /// + /// Remove our custom assembly resolve event handler from the current app domain. + /// This should be called when our module is removed. + /// + internal static void Reset() + { + // Remove our event hander when the module is unloaded. + AppDomain.CurrentDomain.AssemblyResolve -= HandleResolveEvent; + } + + + private static Assembly HandleResolveEvent(object sender, ResolveEventArgs args) + { + try + { + AssemblyName assemblymName = new AssemblyName(args.Name); + // We try to resolve our dependencies on our own. + if (Dependencies.TryGetValue(assemblymName.Name, out Version requiredVersion) + && requiredVersion >= assemblymName.Version + && (requiredVersion.Major == assemblymName.Version.Major || string.Equals(assemblymName.Name, "Newtonsoft.Json", StringComparison.OrdinalIgnoreCase))) + { + string requiredAssemblyPath = string.Empty; + if (MultiFrameworkDependencies.Contains(assemblymName.Name)) + { + requiredAssemblyPath = Path.Combine(DependenciesDirPath, FrameworkDependenciesDirPath, $"{assemblymName.Name}.dll"); + } + else + { + requiredAssemblyPath = Path.Combine(DependenciesDirPath, $"{assemblymName.Name}.dll"); + } + return Assembly.LoadFile(requiredAssemblyPath); + } + } + catch + { + // If an error is encountered, we fall back to PowerShell's default dependency resolution. + } + return null; + } + } +} diff --git a/src/Authentication/Authentication/build-module.ps1 b/src/Authentication/Authentication/build-module.ps1 index e75aa4200cb..c6403a143b7 100644 --- a/src/Authentication/Authentication/build-module.ps1 +++ b/src/Authentication/Authentication/build-module.ps1 @@ -1,51 +1,117 @@ -param([switch]$Isolated, [switch]$Pack, [switch]$Release) +param( + [switch]$Isolated, + [switch]$Pack, + [switch]$Release +) + $ErrorActionPreference = 'Stop' +$ModuleName = "Authentication" +$ModulePrefix = "Microsoft.Graph" +$netStandard = "netstandard2.0" +$netCoreApp = "netcoreapp2.1" +$netFx = "net461" +$copyExtensions = @('.dll', '.pdb') + +# Source code locations +$coreSrc = Join-Path $PSScriptRoot "../$ModuleName.Core" +$cmdletsSrc = Join-Path $PSScriptRoot "../$ModuleName" -if($PSEdition -ne 'Core') { +# Generated output locations +$outDir = "$PSScriptRoot/artifacts" +$outDeps = "$outDir/Dependencies" +$outCore = "$outDeps/Core" +$outDesktop = "$outDeps/Desktop" + +if ($PSEdition -ne 'Core') { Write-Error 'This script requires PowerShell Core to execute. [Note] Generated cmdlets will work in both PowerShell Core or Windows PowerShell.' } -if(-not $Isolated) { +$Configuration = 'Debug' +if ($Release) { + $Configuration = 'Release' +} + +if (-not $Isolated) { Write-Host -ForegroundColor Green 'Creating isolated process...' $pwsh = [System.Diagnostics.Process]::GetCurrentProcess().Path & "$pwsh" -NonInteractive -NoLogo -NoProfile -File $MyInvocation.MyCommand.Path @PSBoundParameters -Isolated - if($LastExitCode -ne 0) { + if ($LastExitCode -ne 0) { # Build failed. Don't attempt to run the module. return } - if($Pack) { + if ($Pack) { . (Join-Path $PSScriptRoot 'pack-module.ps1') - if($LastExitCode -ne 0) { + if ($LastExitCode -ne 0) { # Packing failed. Don't attempt to run the module. return } } - return } +# Clean build folders. Write-Host -ForegroundColor Green 'Cleaning build folders...' -$binFolder = Join-Path $PSScriptRoot 'bin' -$objFolder = Join-Path $PSScriptRoot 'obj' -$null = Remove-Item -Recurse -ErrorAction SilentlyContinue -Path $binFolder, $objFolder +$null = Remove-Item -Path "$coreSrc/bin", "$coreSrc/obj" -Recurse -ErrorAction Ignore +$null = Remove-Item -Path "$cmdletsSrc/bin", "$cmdletsSrc/obj" -Recurse -ErrorAction Ignore -if((Test-Path $binFolder) -or (Test-Path $objFolder)) { +if ((Test-Path "$cmdletsSrc/bin") -or (Test-Path "$cmdletsSrc/obj")) { Write-Host -ForegroundColor Cyan 'Did you forget to exit your isolated module session before rebuilding?' Write-Error 'Unable to clean ''bin'' or ''obj'' folder. A process may have an open handle.' } Write-Host -ForegroundColor Green 'Compiling module...' -$buildConfig = 'Debug' -if($Release) { - $buildConfig = 'Release' -} -dotnet publish $PSScriptRoot --verbosity quiet --configuration $buildConfig /nologo +# Build authentication.core for each framework. +Push-Location $coreSrc +dotnet publish -c $Configuration -f $netStandard --verbosity quiet /nologo +dotnet publish -c $Configuration -f $netCoreApp --verbosity quiet /nologo +dotnet publish -c $Configuration -f $netFx --verbosity quiet /nologo +Pop-Location + +# Build authentication. +Push-Location $cmdletsSrc +dotnet publish -c $Configuration --verbosity quiet /nologo +Pop-Location -if($LastExitCode -ne 0) { +if ($LastExitCode -ne 0) { Write-Error 'Compilation failed.' } -$null = Remove-Item -Recurse -ErrorAction SilentlyContinue -Path (Join-Path $binFolder 'Debug'), (Join-Path $binFolder 'Release') +# Ensure out directory exists and is clean. +Remove-Item -Path $outDir -Recurse -ErrorAction Ignore +New-Item -Path $outDir -ItemType Directory +New-Item -Path $outDeps -ItemType Directory +New-Item -Path $outCore -ItemType Directory +New-Item -Path $outDesktop -ItemType Directory + +# Copy manifest. +Copy-Item -Path "$cmdletsSrc/$ModulePrefix.$ModuleName.format.ps1xml" -Destination $outDir +Copy-Item -Path "$cmdletsSrc/$ModulePrefix.$ModuleName.psm1" -Destination $outDir +Copy-Item -Path "$cmdletsSrc/$ModulePrefix.$ModuleName.psd1" -Destination $outDir +Copy-Item -Path "$cmdletsSrc/StartupScripts" -Recurse -Destination $outDir + +# Core assemblies to include with cmdlets (Let PowerShell load them). +$CoreAssemblies = @('Microsoft.Graph.Authentication.Core', 'Microsoft.Graph.Core') + +# Copy each authentication.core asset to out directory and remember it. +$Deps = [System.Collections.Generic.HashSet[string]]::new() +Get-ChildItem -Path "$coreSrc/bin/$Configuration/$netStandard/publish/" | +Where-Object { $_.Extension -in $copyExtensions } | +Where-Object { -not $CoreAssemblies.Contains($_.BaseName) } | +ForEach-Object { [void]$Deps.Add($_.Name); Copy-Item -Path $_.FullName -Destination $outDeps } + +Get-ChildItem -Path "$coreSrc/bin/$Configuration/$netCoreApp/publish/" | +Where-Object { -not $CoreAssemblies.Contains($_.BaseName) } | +ForEach-Object { [void]$Deps.Add($_.Name); Copy-Item -Path $_.FullName -Destination $outCore } + +Get-ChildItem -Path "$coreSrc/bin/$Configuration/$netFx/publish/" | +Where-Object { -not $CoreAssemblies.Contains($_.BaseName) } | +ForEach-Object { [void]$Deps.Add($_.Name); Copy-Item -Path $_.FullName -Destination $outDesktop } + +# Now copy each authentication asset, not taking any found in authentication.core. +Get-ChildItem -Path "$cmdletsSrc/bin/$Configuration/$netStandard/publish/" | +Where-Object { -not $Deps.Contains($_.Name) -and $_.Extension -in $copyExtensions } | +ForEach-Object { Copy-Item -Path $_.FullName -Destination $outDir } + Write-Host -ForegroundColor Green '-------------Done-------------' \ No newline at end of file diff --git a/src/Authentication/Authentication/test/Connect-MgGraph.Tests.ps1 b/src/Authentication/Authentication/test/Connect-MgGraph.Tests.ps1 index 762045ba529..76845efcd07 100644 --- a/src/Authentication/Authentication/test/Connect-MgGraph.Tests.ps1 +++ b/src/Authentication/Authentication/test/Connect-MgGraph.Tests.ps1 @@ -1,6 +1,6 @@ BeforeAll { $ModuleName = "Microsoft.Graph.Authentication" - $ModulePath = Join-Path $PSScriptRoot "..\$ModuleName.psd1" + $ModulePath = Join-Path $PSScriptRoot "..\artifacts\$ModuleName.psd1" Import-Module $ModulePath -Force $RandomClientId = (New-Guid).Guid } @@ -22,4 +22,15 @@ Describe 'Connect-MgGraph In App Mode' { It 'ShouldThrowExceptionWhenCertificateThumbprintLengthIs < 40' { { Connect-MgGraph -ClientId $RandomClientId -CertificateThumbprint '123456789012345678901234567890123456789' -ErrorAction Stop } | Should -Throw -ExpectedMessage "*'CertificateThumbprint' must have a length of 40.*" } + +} +Describe 'Connect-MgGraph Depencency Resolution' { + BeforeAll { + Install-Module Az.Accounts -Repository PSGallery -Force + } + + It 'ShouldLoadMgModuleSideBySideWithAzModule.' { + { Connect-AzAccount -ApplicationId $RandomClientId -CertificateThumbprint "Invalid" -Tenant "Invalid" -ErrorAction Stop } | Should -Throw -ExpectedMessage "*Could not find tenant id*" + { Connect-MgGraph -Scopes "inavid.scope" -ErrorAction Stop } | Should -Throw -ExpectedMessage "*AADSTS70011:*" + } } \ No newline at end of file diff --git a/src/Authentication/Authentication/test/Invoke-MgGraphRequest.Tests.ps1 b/src/Authentication/Authentication/test/Invoke-MgGraphRequest.Tests.ps1 index 0d643681ea9..b3a90dcd091 100644 --- a/src/Authentication/Authentication/test/Invoke-MgGraphRequest.Tests.ps1 +++ b/src/Authentication/Authentication/test/Invoke-MgGraphRequest.Tests.ps1 @@ -5,8 +5,9 @@ } . ($loadEnvPath) $ModuleName = "Microsoft.Graph.Authentication" - $ModulePath = Join-Path $PSScriptRoot "..\$ModuleName.psd1" + $ModulePath = Join-Path $PSScriptRoot "..\artifacts\$ModuleName.psd1" Import-Module $ModulePath -Force + $PSDefaultParameterValues=@{"Connect-MgGraph:TenantId"=${env:TENANTIDENTIFIER}; "Connect-MgGraph:ClientId"=${env:CLIENTIDENTIFIER}; "Connect-MgGraph:CertificateThumbprint"=${env:CERTIFICATETHUMBPRINT}} } Describe 'Invoke-MgGraphRequest Collection Results' { BeforeAll { diff --git a/src/Identity.SignIns/Identity.SignIns/test/v1.0-beta/New-MgInvitation.Tests.ps1 b/src/Identity.SignIns/Identity.SignIns/test/v1.0-beta/New-MgInvitation.Tests.ps1 index da32b80221b..8f724ee3f22 100644 --- a/src/Identity.SignIns/Identity.SignIns/test/v1.0-beta/New-MgInvitation.Tests.ps1 +++ b/src/Identity.SignIns/Identity.SignIns/test/v1.0-beta/New-MgInvitation.Tests.ps1 @@ -31,7 +31,7 @@ Describe 'New-MgInvitation' { InviteRedirectUrl = 'https://myapp.contoso.com' } $Invitation = New-MgInvitation @Params - $Invitation | Should -BeOfType -ExpectedType 'Microsoft.Graph.PowerShell.Models.MicrosoftGraphInvitation1' + $Invitation | Should -BeOfType -ExpectedType 'Microsoft.Graph.PowerShell.Models.MicrosoftGraphInvitation' $Invitation | Should -HaveCount 1 $Invitation.InvitedUserDisplayName | Should -Be $env.Users[0].DisplayName $Invitation.Status | Should -Be 'PendingAcceptance' @@ -59,7 +59,7 @@ Describe 'New-MgInvitation' { InviteRedirectUrl = 'https://myapp.contoso.com' } $Invitation = New-MgInvitation -BodyParameter $Params - $Invitation | Should -BeOfType -ExpectedType 'Microsoft.Graph.PowerShell.Models.MicrosoftGraphInvitation1' + $Invitation | Should -BeOfType -ExpectedType 'Microsoft.Graph.PowerShell.Models.MicrosoftGraphInvitation' $Invitation | Should -HaveCount 1 $Invitation.InvitedUserDisplayName | Should -Be $env.Users[0].DisplayName $Invitation.Status | Should -Be 'PendingAcceptance' diff --git a/src/Identity.SignIns/Identity.SignIns/test/v1.0/New-MgInvitation.Tests.ps1 b/src/Identity.SignIns/Identity.SignIns/test/v1.0/New-MgInvitation.Tests.ps1 index c30467a04f2..50a293fe2f3 100644 --- a/src/Identity.SignIns/Identity.SignIns/test/v1.0/New-MgInvitation.Tests.ps1 +++ b/src/Identity.SignIns/Identity.SignIns/test/v1.0/New-MgInvitation.Tests.ps1 @@ -31,7 +31,7 @@ Describe 'New-MgInvitation' { InviteRedirectUrl = 'https://myapp.contoso.com' } $Invitation = New-MgInvitation @Params - $Invitation | Should -BeOfType -ExpectedType 'Microsoft.Graph.PowerShell.Models.MicrosoftGraphInvitation' + $Invitation | Should -BeOfType -ExpectedType 'Microsoft.Graph.PowerShell.Models.MicrosoftGraphInvitation1' $Invitation | Should -HaveCount 1 $Invitation.InvitedUserDisplayName | Should -Be $env.Users[0].DisplayName $Invitation.Status | Should -Be 'PendingAcceptance' @@ -59,7 +59,7 @@ Describe 'New-MgInvitation' { InviteRedirectUrl = 'https://myapp.contoso.com' } $Invitation = New-MgInvitation -BodyParameter $Params - $Invitation | Should -BeOfType -ExpectedType 'Microsoft.Graph.PowerShell.Models.MicrosoftGraphInvitation' + $Invitation | Should -BeOfType -ExpectedType 'Microsoft.Graph.PowerShell.Models.MicrosoftGraphInvitation1' $Invitation | Should -HaveCount 1 $Invitation.InvitedUserDisplayName | Should -Be $env.Users[0].DisplayName $Invitation.Status | Should -Be 'PendingAcceptance' diff --git a/tools/BuildModule.ps1 b/tools/BuildModule.ps1 index 74bd7688034..6a4240fad56 100644 --- a/tools/BuildModule.ps1 +++ b/tools/BuildModule.ps1 @@ -16,6 +16,7 @@ if ($PSEdition -ne "Core") { } $NuspecHelperPS1 = Join-Path $PSScriptRoot "./NuspecHelper.ps1" +$CSProjHelperPS1 = Join-Path $PSScriptRoot "./CSProjHelper.ps1" $ModuleProjLocation = Join-Path $PSScriptRoot "../src/$Module/$Module" $BuildModulePS1 = Join-Path $ModuleProjLocation "/build-module.ps1" $ModuleCsProj = Join-Path $ModuleProjLocation "$ModulePrefix.$Module.csproj" @@ -25,27 +26,19 @@ $ModuleNuspec = Join-Path $ModuleProjLocation "$ModulePrefix.$Module.nuspec" # Import scripts . $NuspecHelperPS1 +. $CSProjHelperPS1 if (-not (Test-Path -Path $BuildModulePS1)) { Write-Error "Build script file '$BuildModulePS1' not found for '$Module' module." } # Set delay sign to true. - -$ModuleProjDoc = New-Object System.Xml.XmlDocument -$ModuleProjDoc.Load($ModuleCsProj) -$ModuleProjElement = [System.Xml.XmlElement] $ModuleProjDoc.DocumentElement.FirstChild if ($EnableSigning) { - Set-ElementValue -XmlDocument $ModuleProjDoc -MetadataElement $ModuleProjElement -ElementName "AssemblyOriginatorKeyFile" -ElementValue (Join-Path $PSScriptRoot $NuspecMetadata["assemblyOriginatorKeyFile"]) - Set-ElementValue -XmlDocument $ModuleProjDoc -MetadataElement $ModuleProjElement -ElementName "DelaySign" -ElementValue "true" - Set-ElementValue -XmlDocument $ModuleProjDoc -MetadataElement $ModuleProjElement -ElementName "SignAssembly" -ElementValue "true" + Set-CSProjValues -ModuleCsProj $ModuleCsProj -ModuleVersion $ModuleVersion -AssemblyOriginatorKeyFile $NuspecMetadata["assemblyOriginatorKeyFile"] +} +else { + Set-CSProjValues -ModuleCsProj $ModuleCsProj -ModuleVersion $ModuleVersion -Copyright $NuspecMetadata["copyright"] } -Set-ElementValue -XmlDocument $ModuleProjDoc -MetadataElement $ModuleProjElement -ElementName "Copyright" -ElementValue $NuspecMetadata["copyright"] -Set-ElementValue -XmlDocument $ModuleProjDoc -MetadataElement $ModuleProjElement -ElementName "Version" -ElementValue $ModuleVersion - -$ModuleProjDoc.Save($ModuleCsProj) -Write-Host "Updated the .csproj." - # Build module Write-Host -ForegroundColor Green "Building '$Module' module..." @@ -55,10 +48,10 @@ if ($LASTEXITCODE) { } [HashTable]$ModuleManifestSettings = @{ - Path = $ModuleManifest - ModuleVersion = $ModuleVersion - IconUri = $NuspecMetadata["iconUri"] - ReleaseNotes = $ReleaseNotes + Path = $ModuleManifest + ModuleVersion = $ModuleVersion + IconUri = $NuspecMetadata["iconUri"] + ReleaseNotes = $ReleaseNotes } $FullVersionNumber = $ModuleVersion diff --git a/tools/CSProjHelper.ps1 b/tools/CSProjHelper.ps1 new file mode 100644 index 00000000000..65150f373a8 --- /dev/null +++ b/tools/CSProjHelper.ps1 @@ -0,0 +1,35 @@ +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. + +function Set-CSProjValues( + [parameter(Mandatory = $true)][string] $ModuleCsProj, + [parameter(Mandatory = $true)][string] $ModuleVersion, + [string] $Copyright, + [string] $AssemblyOriginatorKeyFile) { + $NuspecHelperPS1 = Join-Path $PSScriptRoot "./NuspecHelper.ps1" + + # Import scripts + . $NuspecHelperPS1 + + # Set delay sign to true. + $ModuleProjDoc = New-Object System.Xml.XmlDocument + $ModuleProjDoc.Load($ModuleCsProj) + if ($ModuleProjDoc.DocumentElement.PropertyGroup.Count -gt 1) { + $ModuleProjElement = [System.Xml.XmlElement] $ModuleProjDoc.DocumentElement.PropertyGroup[0] + } else { + $ModuleProjElement = [System.Xml.XmlElement] $ModuleProjDoc.DocumentElement.PropertyGroup + } + + if (![string]::IsNullOrWhiteSpace($AssemblyOriginatorKeyFile)) { + Set-ElementValue -XmlDocument $ModuleProjDoc -MetadataElement $ModuleProjElement -ElementName "AssemblyOriginatorKeyFile" -ElementValue (Join-Path $PSScriptRoot $AssemblyOriginatorKeyFile) + Set-ElementValue -XmlDocument $ModuleProjDoc -MetadataElement $ModuleProjElement -ElementName "DelaySign" -ElementValue "true" + Set-ElementValue -XmlDocument $ModuleProjDoc -MetadataElement $ModuleProjElement -ElementName "SignAssembly" -ElementValue "true" + } + if (![string]::IsNullOrWhiteSpace($Copyright)) { + Set-ElementValue -XmlDocument $ModuleProjDoc -MetadataElement $ModuleProjElement -ElementName "Copyright" -ElementValue $Copyright + } + Set-ElementValue -XmlDocument $ModuleProjDoc -MetadataElement $ModuleProjElement -ElementName "Version" -ElementValue $ModuleVersion + + $ModuleProjDoc.Save($ModuleCsProj) + Write-Host "Updated the $ModuleCsProj." +} \ No newline at end of file diff --git a/tools/GenerateAuthenticationModule.ps1 b/tools/GenerateAuthenticationModule.ps1 index abd5de076b8..2d088ec9967 100644 --- a/tools/GenerateAuthenticationModule.ps1 +++ b/tools/GenerateAuthenticationModule.ps1 @@ -27,12 +27,19 @@ if ($PSEdition -ne 'Core') { $ModulePrefix = "Microsoft.Graph" $ModuleName = "Authentication" $AuthModuleManifest = "Microsoft.Graph.Authentication.psd1" +$SigningKeyFile = "35MSSharedLib1024.snk" $BuildModulePS1 = Join-Path $PSScriptRoot ".\BuildModule.ps1" -Resolve $PackModulePS1 = Join-Path $PSScriptRoot ".\PackModule.ps1" -Resolve $PublishModulePS1 = Join-Path $PSScriptRoot ".\PublishModule.ps1" -Resolve $ValidateUpdatedModuleVersionPS1 = Join-Path $PSScriptRoot ".\ValidateUpdatedModuleVersion.ps1" -Resolve -$AuthModulePath = Join-Path $PSScriptRoot "..\src\Authentication\Authentication\" -Resolve +$AuthSrcPath = Join-Path $PSScriptRoot "..\src\Authentication\" +$AuthModulePath = Join-Path $AuthSrcPath "Authentication" -Resolve $TestModulePS1 = Join-Path $PSScriptRoot ".\TestModule.ps1" -Resolve +$AuthCoreCSProj = Join-Path $AuthSrcPath "$ModuleName.Core" "$ModulePrefix.$ModuleName.Core.csproj" +$CSProjHelperPS1 = Join-Path $PSScriptRoot "./CSProjHelper.ps1" + +# Import scripts +. $CSProjHelperPS1 # Read ModuleVersion set on local auth module. $ManifestContent = Import-LocalizedData -BaseDirectory $AuthModulePath -FileName $AuthModuleManifest @@ -41,8 +48,8 @@ if ($null -eq $ManifestContent.ModuleVersion) { Write-Error "Version number is not set on $ModulePrefix.$ModuleName module. Please set 'ModuleVersion' in $AuthModulePath\$AuthModuleManifest." } $AllowPreRelease = $true -if($ModulePreviewNumber -eq -1) { - $AllowPreRelease = $false +if ($ModulePreviewNumber -eq -1) { + $AllowPreRelease = $false } # Validate module version with the one on PSGallery. [VersionState]$VersionState = & $ValidateUpdatedModuleVersionPS1 -ModuleName "$ModulePrefix.$ModuleName" -NextVersion $ManifestContent.ModuleVersion -PSRepository $RepositoryName -ModulePreviewNumber $ModulePreviewNumber @@ -54,18 +61,20 @@ elseif ($VersionState.Equals([VersionState]::EqualToFeed) -and !$BuildWhenEqual) Write-Warning "$ModulePrefix.$ModuleName module skipped. Version has not changed and is equal to what's on $RepositoryName." } elseif ($VersionState.Equals([VersionState]::Valid) -or $VersionState.Equals([VersionState]::NotOnFeed) -or $BuildWhenEqual) { - $ModuleVersion = $VersionState.Equals([VersionState]::NotOnFeed) ? "0.1.1" : $ManifestContent.ModuleVersion + $ModuleVersion = $VersionState.Equals([VersionState]::NotOnFeed) ? "1.0.0" : $ManifestContent.ModuleVersion # Build and pack generated module. if ($Build) { if ($EnableSigning) { + Set-CSProjValues -ModuleCsProj $AuthCoreCSProj -ModuleVersion $ModuleVersion -AssemblyOriginatorKeyFile $SigningKeyFile & $BuildModulePS1 -Module $ModuleName -ModulePrefix $ModulePrefix -ModuleVersion $ModuleVersion -ModulePreviewNumber $ModulePreviewNumber -ReleaseNotes $ManifestContent.PrivateData.PSData.ReleaseNotes -EnableSigning } else { + Set-CSProjValues -ModuleCsProj $AuthCoreCSProj -ModuleVersion $ModuleVersion & $BuildModulePS1 -Module $ModuleName -ModulePrefix $ModulePrefix -ModuleVersion $ModuleVersion -ModulePreviewNumber $ModulePreviewNumber -ReleaseNotes $ManifestContent.PrivateData.PSData.ReleaseNotes } } - if($Test){ - & $TestModulePS1 -ModulePath $AuthModulePath -ModuleName "$ModulePrefix.$ModuleName" + if ($Test) { + & $TestModulePS1 -ModulePath (Join-Path $AuthModulePath "artifacts" ) -ModuleName "$ModulePrefix.$ModuleName" -ModuleTestsPath (Join-Path $AuthModulePath "test") } if ($Pack) { diff --git a/tools/GenerateModules.ps1 b/tools/GenerateModules.ps1 index f802d563ab1..1ca641ab7cb 100644 --- a/tools/GenerateModules.ps1 +++ b/tools/GenerateModules.ps1 @@ -202,7 +202,7 @@ $ModulesToGenerate | ForEach-Object -ThrottleLimit $ModulesToGenerate.Count -Par } if ($Using:Test) { - & $Using:TestModulePS1 -ModulePath $ModuleProjectDir -ModuleName $FullyQualifiedModuleName + & $Using:TestModulePS1 -ModulePath $ModuleProjectDir -ModuleName $FullyQualifiedModuleName -ModuleTestsPath (Join-Path $ModuleProjectDir "test") } if ($Using:Pack) { diff --git a/tools/PackModule.ps1 b/tools/PackModule.ps1 index 820ebc6b899..b29c7c00b44 100644 --- a/tools/PackModule.ps1 +++ b/tools/PackModule.ps1 @@ -3,7 +3,7 @@ Param( [Parameter(Mandatory = $true)] [ValidateNotNullOrEmpty()][string] $Module, [Parameter(Mandatory = $true)] [ValidateNotNullOrEmpty()][string] $ArtifactsLocation, - [string] $ModulePrefix="Microsoft.Graph", + [string] $ModulePrefix = "Microsoft.Graph", [switch] $ExcludeMarkdownDocsFromNugetPackage ) $NuspecHelperPS1 = Join-Path $PSScriptRoot "./NuspecHelper.ps1" @@ -12,8 +12,8 @@ $NuspecHelperPS1 = Join-Path $PSScriptRoot "./NuspecHelper.ps1" $LASTEXITCODE = $null $ErrorActionPreference = "Stop" -if($PSEdition -ne "Core") { - Write-Error "This script requires PowerShell Core to execute. [Note] Generated cmdlets will work in both PowerShell Core or Windows PowerShell." +if ($PSEdition -ne "Core") { + Write-Error "This script requires PowerShell Core to execute. [Note] Generated cmdlets will work in both PowerShell Core or Windows PowerShell." } $ModuleProjLocation = Join-Path $PSScriptRoot "../src/$Module/$Module" @@ -28,17 +28,18 @@ if (Test-Path $PackModulePS1) { } # Pack module & $PackModulePS1 - if($LASTEXITCODE) { + if ($LASTEXITCODE) { Write-Error "Failed to pack '$Module' module." } # Get generated .nupkg - $NuGetPackage = (Get-ChildItem (Join-Path $ModuleProjLocation "./bin") | Where-Object Name -Match ".nupkg").FullName + $NuGetPackage = (Get-ChildItem (Join-Path $ModuleProjLocation "./bin") -Recurse | Where-Object Name -Match ".nupkg").FullName $ModuleArtifactLocation = "$ArtifactsLocation\$Module" - if(-not (Test-Path $ModuleArtifactLocation)) { + if (-not (Test-Path $ModuleArtifactLocation)) { New-Item -Path $ModuleArtifactLocation -Type Directory - } else { + } + else { Remove-Item -Path "$ModuleArtifactLocation\*" -Recurse -Force } diff --git a/tools/TestModule.ps1 b/tools/TestModule.ps1 index dd01070afbc..30753cd0ce5 100644 --- a/tools/TestModule.ps1 +++ b/tools/TestModule.ps1 @@ -1,6 +1,6 @@ # Copyright (c) Microsoft Corporation. All rights reserved. # Licensed under the MIT License. -param([string] $ModulePath, [string] $ModuleName, [switch]$Isolated) +param([string] $ModulePath, [string] $ModuleName, [string] $ModuleTestsPath, [switch]$Isolated) $ErrorActionPreference = 'Stop' # Install Pester @@ -17,20 +17,22 @@ if(-not $Isolated) { $modulePsd1 = Get-Item -Path (Join-Path $ModulePath "./$ModuleName.psd1") $LocalLoadEnvPS1 = Join-Path $PSScriptRoot 'Tests/loadEnv.ps1' +$AuthModulePSd1 = Join-Path $PSScriptRoot "../src/Authentication/Authentication/artifacts/Microsoft.Graph.Authentication.psd1" +# Import required modules. Import-Module -Name Pester +Import-Module $AuthModulePSd1 Import-Module -Name $modulePsd1.FullName # Replace AutoREST loadEnv.ps1 with our local scipt. -Copy-Item -Path $LocalLoadEnvPS1 -Destination "$ModulePath/test" +Copy-Item -Path $LocalLoadEnvPS1 -Destination $ModuleTestsPath -$testFolder = Join-Path $ModulePath 'test' $PesterConfiguration = [PesterConfiguration]::Default -$PesterConfiguration.Run.Path = $testFolder +$PesterConfiguration.Run.Path = $ModuleTestsPath $PesterConfiguration.Run.Exit = $true $PesterConfiguration.CodeCoverage.Enabled = $true $PesterConfiguration.TestResult.Enabled = $true -$PesterConfiguration.TestResult.OutputPath = (Join-Path $testFolder "$moduleName-TestResults.xml") +$PesterConfiguration.TestResult.OutputPath = (Join-Path $ModuleTestsPath "$moduleName-TestResults.xml") try { Invoke-Pester -Configuration $PesterConfiguration From 30997e3b1fd373de31ec14361304116d3fe97311 Mon Sep 17 00:00:00 2001 From: Microsoft Graph DevX Tooling Date: Wed, 31 Mar 2021 12:42:55 +0000 Subject: [PATCH 06/12] Weekly OpenApiDocs Download --- openApiDocs/beta/Applications.yml | 76 +- openApiDocs/beta/Bookings.yml | 4 +- openApiDocs/beta/Calendar.yml | 42 +- openApiDocs/beta/ChangeNotifications.yml | 16 +- openApiDocs/beta/CloudCommunications.yml | 105 +- openApiDocs/beta/Compliance.yml | 1073 +++- openApiDocs/beta/CrossDeviceExperiences.yml | 21 +- openApiDocs/beta/DeviceManagement.Actions.yml | 284 +- .../beta/DeviceManagement.Administration.yml | 7 +- .../beta/DeviceManagement.Enrolment.yml | 5620 ++++++++++------- .../beta/DeviceManagement.Functions.yml | 116 +- openApiDocs/beta/DeviceManagement.yml | 1484 ++++- openApiDocs/beta/Devices.CloudPrint.yml | 1010 ++- .../beta/Devices.CorporateManagement.yml | 1005 ++- openApiDocs/beta/Education.yml | 1055 +++- openApiDocs/beta/Files.yml | 1157 +++- openApiDocs/beta/Groups.yml | 991 ++- .../beta/Identity.DirectoryManagement.yml | 75 +- openApiDocs/beta/Identity.Governance.yml | 833 ++- openApiDocs/beta/Identity.SignIns.yml | 2494 ++++++-- openApiDocs/beta/Mail.yml | 24 +- openApiDocs/beta/Notes.yml | 8 +- openApiDocs/beta/People.yml | 6 +- openApiDocs/beta/PersonalContacts.yml | 16 +- openApiDocs/beta/Planner.yml | 16 +- openApiDocs/beta/Reports.yml | 344 +- openApiDocs/beta/SchemaExtensions.yml | 4 +- openApiDocs/beta/Search.yml | 452 +- openApiDocs/beta/Security.yml | 44 +- openApiDocs/beta/Sites.yml | 1121 +++- openApiDocs/beta/Teams.yml | 1259 ++-- openApiDocs/beta/Users.Actions.yml | 1111 +++- openApiDocs/beta/Users.Functions.yml | 1190 +++- openApiDocs/beta/Users.yml | 1301 +++- openApiDocs/v1.0/Applications.yml | 34 +- openApiDocs/v1.0/Calendar.yml | 28 +- openApiDocs/v1.0/ChangeNotifications.yml | 15 +- openApiDocs/v1.0/CloudCommunications.yml | 20 +- .../v1.0/DeviceManagement.Administration.yml | 4 +- .../v1.0/DeviceManagement.Enrolment.yml | 76 +- .../v1.0/DeviceManagement.Functions.yml | 4 +- openApiDocs/v1.0/DeviceManagement.yml | 90 +- openApiDocs/v1.0/Devices.CloudPrint.yml | 426 +- .../v1.0/Devices.CorporateManagement.yml | 80 +- openApiDocs/v1.0/Education.yml | 439 +- openApiDocs/v1.0/Files.yml | 413 +- openApiDocs/v1.0/Groups.yml | 417 +- .../v1.0/Identity.DirectoryManagement.yml | 46 +- openApiDocs/v1.0/Identity.Governance.yml | 235 +- openApiDocs/v1.0/Identity.SignIns.yml | 595 +- openApiDocs/v1.0/Mail.yml | 14 +- openApiDocs/v1.0/Notes.yml | 2 +- openApiDocs/v1.0/People.yml | 6 +- openApiDocs/v1.0/PersonalContacts.yml | 6 +- openApiDocs/v1.0/Planner.yml | 6 +- openApiDocs/v1.0/Reports.yml | 555 +- openApiDocs/v1.0/SchemaExtensions.yml | 4 +- openApiDocs/v1.0/Security.yml | 8 +- openApiDocs/v1.0/Sites.yml | 415 +- openApiDocs/v1.0/Teams.yml | 2051 +++++- openApiDocs/v1.0/Users.Actions.yml | 551 +- openApiDocs/v1.0/Users.Functions.yml | 425 +- openApiDocs/v1.0/Users.yml | 413 +- .../crawl-log-v1.0-beta.json | 8 + .../definitions/v1.0-beta.md | 2 + .../crawl-log-v1.0-beta.json | 20 + .../definitions/v1.0-beta.md | 6 + .../crawl-log-v1.0-beta.json | 48 + .../crawl-log-v1.0.json | 4 + .../definitions/v1.0-beta.md | 12 + .../definitions/v1.0.md | 1 + .../crawl-log-v1.0-beta.json | 8 + .../definitions/v1.0-beta.md | 2 + .../DeviceManagement/crawl-log-v1.0-beta.json | 16 + .../DeviceManagement/definitions/v1.0-beta.md | 4 + .../crawl-log-v1.0-beta.json | 76 +- .../Identity.Governance/crawl-log-v1.0.json | 8 + .../definitions/v1.0-beta.md | 48 +- .../Identity.Governance/definitions/v1.0.md | 3 + .../Identity.SignIns/crawl-log-v1.0-beta.json | 32 + profiles/Identity.SignIns/crawl-log-v1.0.json | 4 + .../Identity.SignIns/definitions/v1.0-beta.md | 8 + profiles/Identity.SignIns/definitions/v1.0.md | 1 + profiles/Reports/crawl-log-v1.0-beta.json | 24 + profiles/Reports/crawl-log-v1.0.json | 8 + profiles/Reports/definitions/v1.0-beta.md | 6 + profiles/Reports/definitions/v1.0.md | 2 + profiles/Teams/crawl-log-v1.0-beta.json | 12 - profiles/Teams/crawl-log-v1.0.json | 68 + profiles/Teams/definitions/v1.0-beta.md | 3 - profiles/Teams/definitions/v1.0.md | 17 + .../Users.Actions/crawl-log-v1.0-beta.json | 12 + profiles/Users.Actions/crawl-log-v1.0.json | 4 + .../Users.Actions/definitions/v1.0-beta.md | 3 + profiles/Users.Actions/definitions/v1.0.md | 1 + .../Users.Functions/crawl-log-v1.0-beta.json | 8 + .../Users.Functions/definitions/v1.0-beta.md | 3 + profiles/Users/crawl-log-v1.0-beta.json | 12 + profiles/Users/definitions/v1.0-beta.md | 3 + src/Bookings/Bookings/readme.md | 2 +- src/Compliance/Compliance/readme.md | 2 +- .../CrossDeviceExperiences/readme.md | 2 +- .../DeviceManagement.Actions/readme.md | 2 +- .../DeviceManagement.Administration/readme.md | 2 +- .../DeviceManagement.Enrolment/readme.md | 2 +- .../DeviceManagement.Functions/readme.md | 2 +- .../DeviceManagement/readme.md | 2 +- .../Devices.CorporateManagement/readme.md | 2 +- src/People/People/readme.md | 2 +- .../SchemaExtensions/readme.md | 2 +- src/Search/Search/readme.md | 2 +- 111 files changed, 22937 insertions(+), 9326 deletions(-) diff --git a/openApiDocs/beta/Applications.yml b/openApiDocs/beta/Applications.yml index 376ba848022..4a869e10dd8 100644 --- a/openApiDocs/beta/Applications.yml +++ b/openApiDocs/beta/Applications.yml @@ -18563,7 +18563,7 @@ components: $ref: '#/components/schemas/microsoft.graph.apiApplication' appId: type: string - description: The unique identifier for the application that is assigned by Azure AD. Not nullable. Read-only. + description: The unique identifier for the application that is assigned to an application by Azure AD. Not nullable. Read-only. nullable: true appRoles: type: array @@ -18573,7 +18573,7 @@ components: 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 application was registered. Read-only. + description: 'The date and time the application was registered. 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 is 2014-01-01T00:00:00Z. Read-only.' format: date-time nullable: true defaultRedirectUri: @@ -18588,13 +18588,13 @@ components: nullable: true groupMembershipClaims: type: string - description: 'Configures the groups claim issued in a user or OAuth 2.0 access token that the application expects. To set this attribute, use one of the following string values:NoneSecurityGroup: For security groups and Azure AD rolesAll: This gets all of the security groups, distribution groups, and Azure AD directory roles that the signed-in user is a member of.' + description: 'Configures the groups claim issued in a user or OAuth 2.0 access token that the application expects. To set this attribute, use one of the following valid string values: None, SecurityGroup (for security groups and Azure AD roles), All (this gets all of the security groups, distribution groups, and Azure AD directory roles that the signed-in user is a member of).' nullable: true identifierUris: type: array items: type: string - description: 'The URIs that identify the application within its Azure AD tenant, or within a verified custom domain if the application is multi-tenant. For more information, see Application Objects and Service Principal Objects. The any operator is required for filter expressions on multi-valued properties. Not nullable.' + description: 'The URIs that identify the application within its Azure AD tenant, or within a verified custom domain if the application is multi-tenant. For more information see Application Objects and Service Principal Objects. The any operator is required for filter expressions on multi-valued properties. Not nullable.' info: $ref: '#/components/schemas/microsoft.graph.informationalUrl' isDeviceOnlyAuthSupported: @@ -18602,7 +18602,7 @@ components: nullable: true isFallbackPublicClient: type: boolean - description: 'Specifies the fallback application type as public client, such as an installed application running on a mobile device. The default value is false which means the fallback application type is confidential client such as a web app. There are certain scenarios where Azure AD cannot determine the client application type. For example, the ROPC flow where the application is configured without specifying a redirect URI. In those cases Azure AD interprets the application type based on the value of this property.' + description: 'Specifies the fallback application type as public client, such as an installed application running on a mobile device. The default value is false which means the fallback application type is confidential client such as a web app. There are certain scenarios where Azure AD cannot determine the client application type. For example, the ROPC flow where it is configured without specifying a redirect URI. In those cases Azure AD interprets the application type based on the value of this property.' nullable: true keyCredentials: type: array @@ -18615,6 +18615,7 @@ components: format: base64url notes: type: string + description: Notes relevant for the management of the application. nullable: true optionalClaims: $ref: '#/components/schemas/microsoft.graph.optionalClaims' @@ -18629,7 +18630,7 @@ components: $ref: '#/components/schemas/microsoft.graph.publicClientApplication' publisherDomain: type: string - description: The verified publisher domain for the application. Read-only. + description: 'The verified publisher domain for the application. Read-only. For more information, see How to: Configure an application''s publisher domain.' nullable: true requiredResourceAccess: type: array @@ -18638,7 +18639,7 @@ components: description: Specifies the resources that the application needs to access. This property also specifies the set of OAuth permission scopes and application roles that it needs for each of those resources. This configuration of access to the required resources drives the consent experience. Not nullable. signInAudience: type: string - description: 'Specifies the Microsoft accounts that are supported for the current application. Supported values are:AzureADMyOrg: Users with a Microsoft work or school account in my organization’s Azure AD tenant (single-tenant).AzureADMultipleOrgs: Users with a Microsoft work or school account in any organization’s Azure AD tenant (multi-tenant).AzureADandPersonalMicrosoftAccount: Users with a personal Microsoft account, or a work or school account in any organization’s Azure AD tenant.PersonalMicrosoftAccount: Users with a personal Microsoft account only.' + description: 'Specifies the Microsoft accounts that are supported for the current application. Supported values are: AzureADMyOrg, AzureADMultipleOrgs, AzureADandPersonalMicrosoftAccount, PersonalMicrosoftAccount. See more in the table below.' nullable: true spa: $ref: '#/components/schemas/microsoft.graph.spaApplication' @@ -18786,12 +18787,12 @@ components: 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 date and time at which the credential expires.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''' + description: 'The date and time at which the credential expires.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 is 2014-01-01T00:00:00Z' format: date-time nullable: true key: type: string - description: Value for the key credential. Should be a base 64 encoded value. + description: 'The certificate''s raw data in byte array converted to Base64 string; for example, [System.Convert]::ToBase64String($Cert.GetRawCertData()).' format: base64url nullable: true keyId: @@ -18803,7 +18804,7 @@ components: 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 date and time at which the credential becomes valid.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''' + description: 'The date and time at which the credential becomes valid.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 is 2014-01-01T00:00:00Z' format: date-time nullable: true type: @@ -18832,7 +18833,7 @@ components: 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 date and time at which the password expires represented 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''. Optional.' + description: 'The date and time at which the password expires represented using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Optional.' format: date-time nullable: true hint: @@ -18852,7 +18853,7 @@ components: 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 date and time at which the password becomes valid. 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''. Optional.' + description: 'The date and time at which the password becomes valid. 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 is 2014-01-01T00:00:00Z. Optional.' format: date-time nullable: true additionalProperties: @@ -18982,7 +18983,7 @@ components: discoveryDateTime: 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 discovery date and time 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''' + description: 'Represents the discovery date and time using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.' format: date-time nullable: true name: @@ -18998,7 +18999,7 @@ components: type: boolean version: type: string - description: Read only value that indicates version discovered. Null if discovery has not yet occurred. + description: Read only value that indicates version discovered. null if discovery has not yet occurred. nullable: true additionalProperties: type: object @@ -19206,7 +19207,7 @@ components: items: type: string nullable: true - description: 'The list of single sign-on modes supported by this application. The supported values are password, saml, external, and oidc.' + description: 'The list of single sign-on modes supported by this application. The supported values are oidc, password, saml, and notSupported.' additionalProperties: type: object microsoft.graph.applicationServicePrincipal: @@ -19228,12 +19229,12 @@ components: 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.' + 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.' 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.' + 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 is 2014-01-01T00:00:00Z. Read-only.' format: date-time nullable: true principalDisplayName: @@ -19243,16 +19244,16 @@ components: 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.' + description: 'The unique identifier (id) for the user, group or service principal being granted the app role. Required on create.' 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.' + description: 'The type of the assigned principal. This can either be User, Group or ServicePrincipal. Read-only.' 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. + description: The display name of the resource app's service principal to which the assignment is made. 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}$' @@ -19420,6 +19421,7 @@ components: description: 'Used to retrieve service principals by subscription, identify resource group and full resource ids for managed identities.' appDescription: type: string + description: The description exposed by the associated application. nullable: true appDisplayName: type: string @@ -19449,6 +19451,7 @@ components: description: The roles exposed by the application which this service principal represents. For more information see the appRoles property definition on the application entity. Not nullable. description: type: string + description: Free text field to provide an internal end-user facing description of the service principal. End-user portals such MyApps will display the application description in this field. The maximum allowed size is 1024 characters. nullable: true displayName: type: string @@ -19479,6 +19482,7 @@ components: nullable: true notes: type: string + description: 'Free text field to capture information about the service principal, typically used for operational purposes. Maximum allowed size is 1024 characters.' nullable: true notificationEmailAddresses: type: array @@ -19643,11 +19647,11 @@ components: $ref: '#/components/schemas/microsoft.graph.permissionClassificationType' permissionId: type: string - description: The unique identifier (id) for the delegated permission listed in the publishedPermissionScopes collection of the servicePrincipal. Required on create. Does not support $filter. + description: The unique identifier (id) for the delegated permission listed in the oauth2PermissionScopes collection of the servicePrincipal. Required on create. Does not support $filter. nullable: true permissionName: type: string - description: The claim value (value) for the delegated permission listed in the publishedPermissionScopes collection of the servicePrincipal. Does not support $filter. + description: The claim value (value) for the delegated permission listed in the oauth2PermissionScopes collection of the servicePrincipal. Does not support $filter. nullable: true additionalProperties: type: object @@ -20121,7 +20125,7 @@ components: expiration: 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 when this job will expire. 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''.' + description: 'Date and time when this job will expire. 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 is 2014-01-01T00:00:00Z.' format: date-time nullable: true interval: @@ -20162,12 +20166,12 @@ components: steadyStateFirstAchievedTime: 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 steady state (no more changes to the process) was first achieved. 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''.' + description: 'The time when steady state (no more changes to the process) was first achieved. 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 is 2014-01-01T00:00:00Z.' format: date-time steadyStateLastAchievedTime: 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 steady state (no more changes to the process) was last achieved. 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''.' + description: 'The time when steady state (no more changes to the process) was last achieved. 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 is 2014-01-01T00:00:00Z.' format: date-time synchronizedEntryCountByType: type: array @@ -20475,7 +20479,7 @@ components: deferUpdateDateTime: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true updateWindow: @@ -20601,7 +20605,7 @@ components: 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.' + 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}$' @@ -20713,13 +20717,13 @@ components: expiryDate: 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 expiry date of the custom domain certificate. 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''.' + description: 'The expiry date of the custom domain certificate. 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 is 2014-01-01T00:00:00Z.' format: date-time nullable: true issueDate: 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 issue date of the custom domain. 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''.' + description: 'The issue date of the custom domain. 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 is 2014-01-01T00:00:00Z.' format: date-time nullable: true issuerName: @@ -20818,12 +20822,12 @@ components: timeBegan: 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 this job run began. 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''.' + description: 'Time when this job run began. 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 is 2014-01-01T00:00:00Z.' format: date-time timeEnded: 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 this job run ended. 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''.' + description: 'Time when this job run ended. 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 is 2014-01-01T00:00:00Z.' format: date-time additionalProperties: type: object @@ -20857,21 +20861,21 @@ components: currentBegan: 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 when the quarantine was last evaluated and imposed. 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''.' + description: 'Date and time when the quarantine was last evaluated and imposed. 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 is 2014-01-01T00:00:00Z.' format: date-time error: $ref: '#/components/schemas/microsoft.graph.synchronizationError' nextAttempt: 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 when the next attempt to re-evaluate the quarantine will be made. 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''.' + description: 'Date and time when the next attempt to re-evaluate the quarantine will be made. 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 is 2014-01-01T00:00:00Z.' format: date-time reason: $ref: '#/components/schemas/microsoft.graph.quarantineReason' seriesBegan: 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 when the quarantine was first imposed in this series (a series starts when a quarantine is first imposed, and is reset as soon as the quarantine is lifted). 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''.' + description: 'Date and time when the quarantine was first imposed in this series (a series starts when a quarantine is first imposed, and is reset as soon as the quarantine is lifted). 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 is 2014-01-01T00:00:00Z.' format: date-time seriesCount: type: integer @@ -21034,11 +21038,11 @@ components: properties: key: type: string - description: 'Contains the name of the field that a value is associated with. When a sign in or domain hint is included in the sign-in request, corresponding fields are included as key-value pairs. Possible keys: Login hint present, Domain hint present.' + description: Key for the key-value pair. nullable: true value: type: string - description: Contains the corresponding value for the specified key. The value is true if a sign in hint was included in the sign-in request; otherwise false. The value is true if a domain hint was included in the sign-in request; otherwise false. + description: Value for the key-value pair. nullable: true additionalProperties: type: object diff --git a/openApiDocs/beta/Bookings.yml b/openApiDocs/beta/Bookings.yml index da9e445ccb5..c7e0c0710c1 100644 --- a/openApiDocs/beta/Bookings.yml +++ b/openApiDocs/beta/Bookings.yml @@ -2515,10 +2515,10 @@ components: properties: dateTime: type: string - description: 'A single point of time in a combined date and time representation ({date}T{time}). For example, ''2019-04-16T09:00:00''.' + 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 possible values.' + description: 'Represents a time zone, for example, ''Pacific Standard Time''. See below for more possible values.' nullable: true additionalProperties: type: object diff --git a/openApiDocs/beta/Calendar.yml b/openApiDocs/beta/Calendar.yml index dc0be580f3b..8d16f9968d2 100644 --- a/openApiDocs/beta/Calendar.yml +++ b/openApiDocs/beta/Calendar.yml @@ -46388,15 +46388,15 @@ components: 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, through an Outlook client or the corresponding calendarPermission resource. Read-only.' + 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. Read-only.' + 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. This property is set through an Outlook client or the corresponding calendarPermission resource. Read-only.' + description: 'true if the user can read calendar items that have been marked private, false otherwise.' nullable: true changeKey: type: string @@ -46408,11 +46408,11 @@ components: $ref: '#/components/schemas/microsoft.graph.onlineMeetingProviderType' hexColor: type: string - description: 'The calendar color, expressed in a hex color code of three hexidecimal values, each ranging from 00 to FF and representing the red, green, or blue components of the color in the RGB color space. If the user has never explicitly set a color for the calendar, this property is empty.' + description: 'The calendar color, expressed in a hex color code of three hexadecimal values, each ranging from 00 to FF and representing the red, green, or blue components of the color in the RGB color space. If the user has never explicitly set a color for the calendar, this property is empty. Read-only.' nullable: true isDefaultCalendar: type: boolean - description: 'True if this is the default calendar where new events are created by default, false otherwise.' + description: 'true if this is the default calendar where new events are created by default, false otherwise.' nullable: true isRemovable: type: boolean @@ -46420,11 +46420,11 @@ components: nullable: true isShared: type: boolean - description: 'True if the user has shared the calendar with other users, false otherwise. Since only the user who created the calendar can share it, isShared and isSharedWithMe cannot be true for the same user. This property is set when sharing is initiated in an Outlook client, and can be reset when the sharing is cancelled through the client or the corresponding calendarPermission resource. Read-only.' + description: 'true if the user has shared the calendar with other users, false otherwise. Since only the user who created the calendar can share it, isShared and isSharedWithMe cannot be true for the same user. This property is set when sharing is initiated in an Outlook client, and can be reset when the sharing is cancelled through the client or the corresponding calendarPermission resource. Read-only.' nullable: true isSharedWithMe: type: boolean - description: 'True if the user has been shared this calendar, false otherwise. This property is always false for a calendar owner. This property is set when sharing is initiated in an Outlook client, and can be reset when the sharing is cancelled through the client or the corresponding calendarPermission resource. Read-only.' + description: 'true if the user has been shared this calendar, false otherwise. This property is always false for a calendar owner. This property is set when sharing is initiated in an Outlook client, and can be reset when the sharing is cancelled through the client or the corresponding calendarPermission resource. Read-only.' nullable: true isTallyingResponses: type: boolean @@ -46578,7 +46578,7 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true originalStartTimeZone: @@ -46631,7 +46631,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.attachment' - description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' + description: The collection of fileAttachment and itemAttachment attachments for the event. Navigation property. Read-only. Nullable. calendar: $ref: '#/components/schemas/microsoft.graph.calendar' exceptionOccurrences: @@ -46642,12 +46642,12 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.extension' - description: The collection of open extensions defined for the event. Nullable. + 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 occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but does not include occurrences that have been cancelled from the series. Navigation property. Read-only. Nullable.' + description: The instances of the event. Navigation property. Read-only. Nullable. multiValueExtendedProperties: type: array items: @@ -46676,12 +46676,12 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true name: type: string - description: The display name of the attachment. This does not need to be the actual file name. + description: The attachment's file name. nullable: true size: maximum: 2147483647 @@ -46808,11 +46808,11 @@ components: properties: address: type: string - description: The email address of an entity instance. + description: The email address of the person or entity. nullable: true name: type: string - description: The display name of an entity instance. + description: The display name of the person or entity. nullable: true additionalProperties: type: object @@ -46847,13 +46847,13 @@ components: 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''' + 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 is 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true additionalProperties: @@ -46888,10 +46888,10 @@ components: properties: dateTime: type: string - description: 'A single point of time in a combined date and time representation ({date}T{time}). For example, ''2019-04-16T09:00:00''.' + 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 possible values.' + description: 'Represents a time zone, for example, ''Pacific Standard Time''. See below for more possible values.' nullable: true additionalProperties: type: object @@ -46992,7 +46992,7 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true additionalProperties: @@ -47170,7 +47170,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.dayOfWeek' - description: 'A collection of the days of the week on which the event occurs. 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.' + 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: diff --git a/openApiDocs/beta/ChangeNotifications.yml b/openApiDocs/beta/ChangeNotifications.yml index a4998977780..d303fdcd0a9 100644 --- a/openApiDocs/beta/ChangeNotifications.yml +++ b/openApiDocs/beta/ChangeNotifications.yml @@ -268,14 +268,14 @@ components: nullable: true changeType: type: string - description: '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. Required. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType.' + 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: Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 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. Optional. + 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.' + 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 @@ -283,12 +283,12 @@ components: nullable: true encryptionCertificateId: type: string - description: A custom app-provided identifier to help identify the certificate needed to decrypt resource data. Optional. Required when includeResourceData is true. + 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: '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. Required.' + 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 includeResourceData: type: boolean @@ -304,16 +304,18 @@ components: nullable: true notificationContentType: type: string + description: Desired content-type for MS Graph change notifications for supported resource types. The default content-type is the 'application/json' content-type. nullable: true notificationQueryOptions: type: string + description: 'OData Query Options for specifying value for the targeting resource. Clients receive notifications when resource reaches the state matching the query options provided here. With this new property in the subscription creation payload along with all existing properties, Webhooks will deliver notifications whenever a resource reaches the desired state mentioned in the notificationQueryOptions property eg when the print job is completed, when a print job resource isFetchable property value becomes true etc.' nullable: true notificationUrl: type: string - description: The URL of the endpoint that receives the change notifications. This URL must make use of the HTTPS protocol. Required. + 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: Specifies the resource that will be monitored for changes. Do not include the base URL (https://graph.microsoft.com/beta/). See the possible resource path values for each supported resource. Required. + 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.entity: diff --git a/openApiDocs/beta/CloudCommunications.yml b/openApiDocs/beta/CloudCommunications.yml index db1a006b2d2..ea5251cab43 100644 --- a/openApiDocs/beta/CloudCommunications.yml +++ b/openApiDocs/beta/CloudCommunications.yml @@ -3401,6 +3401,74 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation + '/communications/presences/{presence-id}/microsoft.graph.clearPresence': + post: + tags: + - communications.Actions + summary: Invoke action clearPresence + operationId: communications.presences_clearPresence + parameters: + - name: presence-id + in: path + description: 'key: id of presence' + required: true + schema: + type: string + x-ms-docs-key-type: presence + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + sessionId: + type: string + additionalProperties: + type: object + required: true + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + '/communications/presences/{presence-id}/microsoft.graph.setPresence': + post: + tags: + - communications.Actions + summary: Invoke action setPresence + operationId: communications.presences_setPresence + parameters: + - name: presence-id + in: path + description: 'key: id of presence' + required: true + schema: + type: string + x-ms-docs-key-type: presence + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + sessionId: + type: string + availability: + type: string + activity: + type: string + additionalProperties: + type: object + required: true + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action '/users/{user-id}/onlineMeetings': get: tags: @@ -4063,7 +4131,7 @@ components: 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: 'UTC time when the last user left the call. 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''' + description: 'UTC time when the last user left the call. 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 is 2014-01-01T00:00:00Z' format: date-time joinWebUrl: type: string @@ -4072,7 +4140,7 @@ components: 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: 'UTC time when the call record was created. 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''' + description: 'UTC time when the call record was created. 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 is 2014-01-01T00:00:00Z' format: date-time modalities: type: array @@ -4089,13 +4157,13 @@ components: 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: 'UTC time when the first user joined the call. 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''' + description: 'UTC time when the first user joined the call. 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 is 2014-01-01T00:00:00Z.' format: date-time type: $ref: '#/components/schemas/microsoft.graph.callRecords.callType' version: type: integer - description: Monotonically increasing version of the call record. Higher version call records with the same ID includes additional data compared to the lower version. + description: Monotonically increasing version of the call record. Higher version call records with the same id includes additional data compared to the lower version. format: int64 sessions: type: array @@ -4117,7 +4185,7 @@ components: 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: 'UTC time when the last user left the session. 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''' + description: 'UTC time when the last user left the session. 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 is 2014-01-01T00:00:00Z' format: date-time failureInfo: $ref: '#/components/schemas/microsoft.graph.callRecords.failureInfo' @@ -4129,7 +4197,7 @@ components: 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: 'UTC fime when the first user joined the session. 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''' + description: 'UTC time when the first user joined the session. 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 is 2014-01-01T00:00:00Z' format: date-time segments: type: array @@ -4151,7 +4219,7 @@ components: 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: 'UTC time when the segment ended. 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''' + description: 'UTC time when the segment ended. 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 is 2014-01-01T00:00:00Z' format: date-time failureInfo: $ref: '#/components/schemas/microsoft.graph.callRecords.failureInfo' @@ -4163,7 +4231,7 @@ components: 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: 'UTC time when the segment started. 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''' + description: 'UTC time when the segment started. 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 is 2014-01-01T00:00:00Z' format: date-time additionalProperties: type: object @@ -4369,7 +4437,7 @@ components: $ref: '#/components/schemas/microsoft.graph.identitySet' replacesCallId: type: string - description: Optional. The call which the target idenity is currently a part of. This call will be dropped once the participant is added. + description: Optional. The call which the target identity is currently a part of. This call will be dropped once the participant is added. nullable: true additionalProperties: type: object @@ -4543,7 +4611,7 @@ components: properties: activity: type: string - description: 'The supplemental information to a user''s availability. Possible values are Available, Away, BeRightBack, Busy, DoNotDisturb, InACall, InAConferenceCall, Inactive,InAMeeting, Offline, OffWork,OutOfOffice, PresenceUnknown,Presenting, UrgentInterruptionsOnly.' + description: 'The supplemental information to a user''s availability. Possible values are Available, Away, BeRightBack, Busy, DoNotDisturb, InACall, InAConferenceCall, Inactive, InAMeeting, Offline, OffWork, OutOfOffice, PresenceUnknown, Presenting, UrgentInterruptionsOnly.' nullable: true availability: type: string @@ -4586,7 +4654,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.meetingCapabilities' - description: 'The list of meeting capabilities. Possible values are: questionAndAnswer.' + description: 'The list of meeting capabilities. Possible values are: questionAndAnswer,unknownFutureValue.' chatInfo: $ref: '#/components/schemas/microsoft.graph.chatInfo' creationDateTime: @@ -4660,7 +4728,7 @@ components: properties: messageId: type: string - description: The unique identifier for a message in a Microsoft Teams channel. + description: The unique identifier of a message in a Microsoft Teams channel. nullable: true replyChainMessageId: type: string @@ -4798,7 +4866,7 @@ components: nullable: true region: type: string - description: 'The home region of the participant. This can be a country, a continent, or a larger geographic region. This does not change based on the participant''s current physical location, unlike countryCode. Read-only.' + description: 'The home region of the participant. This can be a country, a continent, or a larger geographic region. This does not change based on the participant''s current physical location. Read-only.' nullable: true additionalProperties: type: object @@ -4831,13 +4899,13 @@ components: properties: observedParticipantId: type: string - description: The id of the participant that is under observation. Read-only. + description: The ID of the participant that is under observation. Read-only. nullable: true onBehalfOf: $ref: '#/components/schemas/microsoft.graph.identitySet' sourceParticipantId: type: string - description: The id of the participant that triggered the incoming call. Read-only. + description: The ID of the participant that triggered the incoming call. Read-only. nullable: true transferor: $ref: '#/components/schemas/microsoft.graph.identitySet' @@ -5005,7 +5073,7 @@ components: $ref: '#/components/schemas/microsoft.graph.modality' serverMuted: type: boolean - description: Indicates whether the media is muted by the server. + description: If the media is muted by the server. sourceId: type: string description: The source ID. @@ -5184,6 +5252,7 @@ components: properties: conferenceId: type: string + description: The conference id of the online meeting. nullable: true dialinUrl: type: string @@ -5610,7 +5679,7 @@ components: 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: 'UTC time when the stream ended. 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''' + description: 'UTC time when the stream ended. 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true lowFrameRateRatio: @@ -5664,7 +5733,7 @@ components: 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: 'UTC time when the stream started. 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''' + description: 'UTC time when the stream started. 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true streamDirection: diff --git a/openApiDocs/beta/Compliance.yml b/openApiDocs/beta/Compliance.yml index de5b02092c6..b075027d0d3 100644 --- a/openApiDocs/beta/Compliance.yml +++ b/openApiDocs/beta/Compliance.yml @@ -1173,6 +1173,7 @@ paths: - pages - permissions - sites + - termStore - onenote type: string - name: $expand @@ -1199,6 +1200,7 @@ paths: - pages - permissions - sites + - termStore - onenote type: string responses: @@ -1287,6 +1289,12 @@ paths: case-id: $request.path.case-id custodian-id: $request.path.custodian-id siteSource-id: $request.path.siteSource-id + termStore: + operationId: compliance.ediscovery.cases.custodians.siteSources.Site.GetTermStore + parameters: + case-id: $request.path.case-id + custodian-id: $request.path.custodian-id + siteSource-id: $request.path.siteSource-id onenote: operationId: compliance.ediscovery.cases.custodians.siteSources.Site.GetOnenote parameters: @@ -1410,6 +1418,12 @@ paths: case-id: $request.path.case-id custodian-id: $request.path.custodian-id siteSource-id: $request.path.siteSource-id + termStore: + operationId: compliance.ediscovery.cases.custodians.siteSources.Site.GetTermStore + parameters: + case-id: $request.path.case-id + custodian-id: $request.path.custodian-id + siteSource-id: $request.path.siteSource-id onenote: operationId: compliance.ediscovery.cases.custodians.siteSources.Site.GetOnenote parameters: @@ -3343,6 +3357,7 @@ paths: - pages - permissions - sites + - termStore - onenote type: string - name: $expand @@ -3369,6 +3384,7 @@ paths: - pages - permissions - sites + - termStore - onenote type: string responses: @@ -3457,6 +3473,12 @@ paths: case-id: $request.path.case-id legalHold-id: $request.path.legalHold-id siteSource-id: $request.path.siteSource-id + termStore: + operationId: compliance.ediscovery.cases.legalHolds.siteSources.Site.GetTermStore + parameters: + case-id: $request.path.case-id + legalHold-id: $request.path.legalHold-id + siteSource-id: $request.path.siteSource-id onenote: operationId: compliance.ediscovery.cases.legalHolds.siteSources.Site.GetOnenote parameters: @@ -3580,6 +3602,12 @@ paths: case-id: $request.path.case-id legalHold-id: $request.path.legalHold-id siteSource-id: $request.path.siteSource-id + termStore: + operationId: compliance.ediscovery.cases.legalHolds.siteSources.Site.GetTermStore + parameters: + case-id: $request.path.case-id + legalHold-id: $request.path.legalHold-id + siteSource-id: $request.path.siteSource-id onenote: operationId: compliance.ediscovery.cases.legalHolds.siteSources.Site.GetOnenote parameters: @@ -5921,7 +5949,7 @@ paths: sourceCollection: $ref: '#/components/schemas/microsoft.graph.ediscovery.sourceCollection' additionalData: - $ref: '#/components/schemas/microsoft.graph.ediscovery.dataCollectionScope' + $ref: '#/components/schemas/microsoft.graph.ediscovery.additionalDataOptions' additionalProperties: type: object required: true @@ -8588,27 +8616,33 @@ components: 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 + description: 'The date and time when the case was closed. 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 is 2014-01-01T00:00:00Z' 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 + description: 'The date and time when the entity 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true description: type: string + description: The case description. nullable: true displayName: type: string + description: The case name. nullable: true externalId: type: string + description: The external case number for customer reference. 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 latest date and time when the case was modified. 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true status: @@ -8639,10 +8673,12 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.ediscovery.sourceCollection' + description: Returns a list of sourceCollection objects associated with this case. tags: type: array items: $ref: '#/components/schemas/microsoft.graph.ediscovery.tag' + description: Returns a list of tag objects associated to this case. additionalProperties: type: object microsoft.graph.ediscovery.custodian: @@ -8654,25 +8690,31 @@ components: 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 + description: Date and time the custodian acknowledged a hold notification. format: date-time nullable: true applyHoldToSources: type: boolean + description: Identifies whether a custodian's sources were placed on hold during creation. nullable: true email: type: string + description: Email address of the custodian. siteSources: type: array items: $ref: '#/components/schemas/microsoft.graph.ediscovery.siteSource' + description: Data source entity for SharePoint sites associated with the custodian. unifiedGroupSources: type: array items: $ref: '#/components/schemas/microsoft.graph.ediscovery.unifiedGroupSource' + description: Data source entity for groups associated with the custodian. userSources: type: array items: $ref: '#/components/schemas/microsoft.graph.ediscovery.userSource' + description: Data source entity for a the custodian. This is the container for a custodian's mailbox and OneDrive for Business site. additionalProperties: type: object microsoft.graph.ediscovery.siteSource: @@ -8726,6 +8768,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.columnDefinition' + description: The collection of column definitions available in the site that are referenced from the sites in the parent hierarchy of the current site. items: type: array items: @@ -8751,6 +8794,8 @@ components: items: $ref: '#/components/schemas/microsoft.graph.site' description: The collection of the sub-sites under this site. + termStore: + $ref: '#/components/schemas/microsoft.graph.termStore.store' onenote: $ref: '#/components/schemas/microsoft.graph.onenote' additionalProperties: @@ -8777,7 +8822,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.assignedLabel' - description: 'The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select.' + 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: @@ -8794,7 +8839,7 @@ components: 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.' + 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 is 2014-01-01T00:00:00Z. Returned by default. Read-only.' format: date-time nullable: true description: @@ -8808,7 +8853,7 @@ components: 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.' + 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 is 2014-01-01T00:00:00Z. Returned by default. Read-only.' format: date-time nullable: true groupTypes: @@ -8818,7 +8863,7 @@ components: 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).' + 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 @@ -8852,7 +8897,7 @@ components: 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. + 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 @@ -8861,7 +8906,7 @@ components: 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 group 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''. Returned by default. Read-only. Supports $filter.' + description: 'Indicates the last time at which the group 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 is 2014-01-01T00:00:00Z. Returned by default. Read-only. Supports $filter.' format: date-time nullable: true onPremisesNetBiosName: @@ -8891,17 +8936,17 @@ components: nullable: true preferredLanguage: type: string - description: The preferred language for a Microsoft 365 group. Should follow ISO 639-1 Code; for example 'en-US'. Returned by default. + 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 for filter expressions on multi-valued properties. Returned by default. Read-only. Not nullable. Supports $filter.' + 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.' + 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 is 2014-01-01T00:00:00Z. Returned by default. Read-only.' format: date-time nullable: true resourceBehaviorOptions: @@ -8924,7 +8969,7 @@ components: nullable: true theme: type: string - description: 'Specifies a Microsoft 365 group''s color theme. Possible values are Teal, Purple, Green, Blue, Pink, Orange or Red. Returned by default.' + 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 @@ -8934,26 +8979,26 @@ components: $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. + description: 'Indicates if people external to the organization can send messages to the group. Default value is false. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}).' 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. + 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. Supported only on the Get group API (GET /groups/{ID}).' nullable: true hideFromAddressLists: type: boolean - description: 'True if the group is not displayed in certain parts of the Outlook user interface: in the Address Book, in address lists for selecting message recipients, and in the Browse Groups dialog for searching groups; false otherwise. Default value is false. Returned only on $select.' + 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. Supported only on the Get group API (GET /groups/{ID}).' 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, false otherwise. Default value is false. Returned only on $select.' + 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. Supported only on the Get group API (GET /groups/{ID}).' 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. + description: 'Indicates whether the signed-in user is subscribed to receive email conversations. Default value is true. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}).' nullable: true unseenConversationsCount: maximum: 2147483647 @@ -8966,7 +9011,7 @@ components: maximum: 2147483647 minimum: -2147483648 type: integer - description: Count of conversations that have received new posts since the signed-in user last visited the group. This property is the same as unseenConversationsCount.Returned only on $select. + description: 'Count of conversations that have received new posts since the signed-in user last visited the group. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}).' format: int32 nullable: true unseenMessagesCount: @@ -8997,12 +9042,12 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.directoryObject' - description: 'Groups and administrative units that this group is a member of. HTTP Methods: GET (supported for all groups). Read-only. Nullable.' + 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, contacts, and groups that are members of this group. HTTP Methods: GET (supported for all groups), POST (supported for security groups and mail-enabled security groups), DELETE (supported only for security groups) Read-only. Nullable.' + 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: @@ -9012,7 +9057,7 @@ components: 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. HTTP Methods: GET (supported for all groups), POST (supported for security groups and mail-enabled security groups), DELETE (supported only for security groups) Read-only. Nullable.' + 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: @@ -9021,7 +9066,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.directorySetting' - description: 'Settings that can govern this group''s behavior, like whether members can invite guest users to the group. Nullable.' + description: Read-only. Nullable. transitiveMemberOf: type: array items: @@ -9051,7 +9096,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.event' - description: The group's events. + description: The group's calendar events. rejectedSenders: type: array items: @@ -9108,6 +9153,7 @@ components: properties: email: type: string + description: Email address of the user's mailbox. includedSources: $ref: '#/components/schemas/microsoft.graph.ediscovery.sourceType' additionalProperties: @@ -9120,33 +9166,40 @@ components: properties: contentQuery: type: string + description: 'KQL query that specifies content to be held in the specified locations. To learn more, see Keyword queries and search conditions for Content Search and eDiscovery. To hold all content in the specified locations, leave contentQuery blank.' 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: The date and time the legal hold was created. format: date-time nullable: true description: type: string + description: The legal hold description. nullable: true displayName: type: string + description: The display name of the legal hold. nullable: true errors: type: array items: type: string nullable: true + description: Lists any errors that happened while placing the hold. isEnabled: type: boolean + description: Indicates whether the hold is enabled and actively holding content. 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 the legal hold was last modified. format: date-time nullable: true status: @@ -9155,6 +9208,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.ediscovery.siteSource' + description: Data source entity for SharePoint sites associated with the legal hold. unifiedGroupSources: type: array items: @@ -9163,6 +9217,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.ediscovery.userSource' + description: Data source entity for a the legal hold. This is the container for a mailbox and OneDrive for Business site. additionalProperties: type: object microsoft.graph.ediscovery.noncustodialDataSource: @@ -9189,10 +9244,12 @@ components: 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 dataSource was created. format: date-time nullable: true displayName: type: string + description: The display name of the dataSource. This will be the name of the SharePoint site. nullable: true additionalProperties: type: object @@ -9207,6 +9264,7 @@ components: 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: The date and time the operation was completed. format: date-time nullable: true createdBy: @@ -9214,12 +9272,14 @@ components: 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 operation was created. format: date-time nullable: true percentProgress: maximum: 2147483647 minimum: -2147483648 type: integer + description: The progress of the operation. format: int32 nullable: true resultInfo: @@ -9239,15 +9299,18 @@ components: 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 datetime when the review set 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 is 2014-01-01T00:00:00Z. Read-only.' format: date-time nullable: true displayName: type: string + description: The review set name. The name is unique with a maximum limit of 64 characters. nullable: true queries: type: array items: $ref: '#/components/schemas/microsoft.graph.ediscovery.reviewSetQuery' + description: Read-only. Nullable. additionalProperties: type: object microsoft.graph.ediscovery.sourceCollection: @@ -9258,27 +9321,32 @@ components: properties: contentQuery: type: string + description: 'The query string in KQL (Keyword Query Language) query. For details, see Keyword queries and search conditions for Content Search and eDiscovery. You can refine searches by using fields paired with values; for example, subject:''Quarterly Financials'' AND Date>=06/01/2016 AND Date<=07/01/2016' 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: The date and time the sourceCollection was created. format: date-time nullable: true dataSourceScopes: $ref: '#/components/schemas/microsoft.graph.ediscovery.dataSourceScopes' description: type: string + description: The description of the sourceCollection nullable: true displayName: type: string + description: The display name of the sourceCollection 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 last date and time the sourceCollection was modified. format: date-time nullable: true tenantSources: @@ -9287,12 +9355,14 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.ediscovery.dataSource' + description: Adds an additional source to the sourceCollection. addToReviewSetOperation: $ref: '#/components/schemas/microsoft.graph.ediscovery.addToReviewSetOperation' custodianSources: type: array items: $ref: '#/components/schemas/microsoft.graph.ediscovery.dataSource' + description: Custodian sources that are included in the sourceCollection. lastEstimateStatisticsOperation: $ref: '#/components/schemas/microsoft.graph.ediscovery.estimateStatisticsOperation' noncustodialSources: @@ -9301,11 +9371,10 @@ components: $ref: '#/components/schemas/microsoft.graph.ediscovery.dataSource' additionalProperties: type: object - microsoft.graph.ediscovery.dataCollectionScope: - title: dataCollectionScope + microsoft.graph.ediscovery.additionalDataOptions: + title: additionalDataOptions enum: - allVersions - - conversations - linkedFiles - unknownFutureValue type: string @@ -9338,20 +9407,24 @@ components: 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 time and date when the query 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true displayName: type: string + description: The name of the query. 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 the query was last modified. 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true query: type: string + description: 'The query string in KQL (Keyword Query Language) query. For details, see Document metadata fields in Advanced eDiscovery. This field maps directly to the keywords condition. You can refine searches by using fields listed in the searchable field name paired with values; for example, subject:''Quarterly Financials'' AND Date>=06/01/2016 AND Date<=07/01/2016.' nullable: true additionalProperties: type: object @@ -9367,19 +9440,23 @@ components: $ref: '#/components/schemas/microsoft.graph.identitySet' description: type: string + description: The description for the tag. nullable: true displayName: type: string + description: Display name of the tag. 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 the tag was last modified. format: date-time nullable: true childTags: type: array items: $ref: '#/components/schemas/microsoft.graph.ediscovery.tag' + description: Returns the tags that are a child of a tag. parent: $ref: '#/components/schemas/microsoft.graph.ediscovery.tag' additionalProperties: @@ -9418,30 +9495,36 @@ components: properties: indexedItemCount: type: integer + description: The estimated count of items for the sourceCollection that matched the content query. format: int64 nullable: true indexedItemsSize: type: integer + description: The estimated size of items for the sourceCollection that matched the content query. format: int64 nullable: true mailboxCount: maximum: 2147483647 minimum: -2147483648 type: integer + description: The number of mailboxes that had search hits. format: int32 nullable: true siteCount: maximum: 2147483647 minimum: -2147483648 type: integer + description: The number of mailboxes that had search hits. format: int32 nullable: true unindexedItemCount: type: integer + description: The estimated count of unindexed items for the collection. format: int64 nullable: true unindexedItemsSize: type: integer + description: The estimated size of unindexed items for the collection. format: int64 nullable: true sourceCollection: @@ -9684,12 +9767,15 @@ components: nullable: true isDeletable: type: boolean + description: Indicates whether this column can be deleted. nullable: true isReorderable: type: boolean + description: Indicates whether values in the column can be reordered. Read-only. nullable: true isSealed: type: boolean + description: Specifies whether column can be changed. nullable: true lookup: $ref: '#/components/schemas/microsoft.graph.lookupColumn' @@ -9703,6 +9789,7 @@ components: $ref: '#/components/schemas/microsoft.graph.personOrGroupColumn' propagateChanges: type: boolean + description: If 'True' changes to this column will be propagated to lists that implement the column. nullable: true readOnly: type: boolean @@ -9737,6 +9824,7 @@ components: items: type: string nullable: true + description: List of canonical URLs for hub sites with which this content type is associated to. This will contain all hubsites where this content type is queued to be enforced or is already enforced. Enforcing a content type means that the content type will be applied to the lists in the enforced sites. description: type: string description: The descriptive text for the item. @@ -9757,6 +9845,7 @@ components: $ref: '#/components/schemas/microsoft.graph.itemReference' isBuiltIn: type: boolean + description: Specifies if a content type is a built-in content type. nullable: true name: type: string @@ -9770,6 +9859,7 @@ components: nullable: true propagateChanges: type: boolean + description: 'If true, any changes made to the content type will be pushed to inherited content types and lists that implement the content type.' nullable: true readOnly: type: boolean @@ -9785,6 +9875,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.contentType' + description: The collection of content types that are ancestors of this content type. columnLinks: type: array items: @@ -9794,10 +9885,12 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.columnDefinition' + description: Column order information in a content type. columns: type: array items: $ref: '#/components/schemas/microsoft.graph.columnDefinition' + description: The collection of column definitions for this contentType. additionalProperties: type: object microsoft.graph.drive: @@ -9953,10 +10046,36 @@ components: 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.' + 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.termStore.store: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: store + type: object + properties: + defaultLanguageTag: + type: string + description: Default language of the term store. + languageTags: + type: array + items: + type: string + description: List of languages for the term store. + groups: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.termStore.group' + description: Collection of all groups available in the term store. + sets: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.termStore.set' + description: Collection of all sets available in the term store. + additionalProperties: + type: object microsoft.graph.onenote: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -10116,12 +10235,12 @@ components: 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.' + 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.' 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.' + 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 is 2014-01-01T00:00:00Z. Read-only.' format: date-time nullable: true principalDisplayName: @@ -10131,16 +10250,16 @@ components: 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.' + description: 'The unique identifier (id) for the user, group or service principal being granted the app role. Required on create.' 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.' + description: 'The type of the assigned principal. This can either be User, Group or ServicePrincipal. Read-only.' 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. + description: The display name of the resource app's service principal to which the assignment is made. 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}$' @@ -10239,15 +10358,15 @@ components: 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, through an Outlook client or the corresponding calendarPermission resource. Read-only.' + 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. Read-only.' + 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. This property is set through an Outlook client or the corresponding calendarPermission resource. Read-only.' + description: 'true if the user can read calendar items that have been marked private, false otherwise.' nullable: true changeKey: type: string @@ -10259,11 +10378,11 @@ components: $ref: '#/components/schemas/microsoft.graph.onlineMeetingProviderType' hexColor: type: string - description: 'The calendar color, expressed in a hex color code of three hexidecimal values, each ranging from 00 to FF and representing the red, green, or blue components of the color in the RGB color space. If the user has never explicitly set a color for the calendar, this property is empty.' + description: 'The calendar color, expressed in a hex color code of three hexadecimal values, each ranging from 00 to FF and representing the red, green, or blue components of the color in the RGB color space. If the user has never explicitly set a color for the calendar, this property is empty. Read-only.' nullable: true isDefaultCalendar: type: boolean - description: 'True if this is the default calendar where new events are created by default, false otherwise.' + description: 'true if this is the default calendar where new events are created by default, false otherwise.' nullable: true isRemovable: type: boolean @@ -10271,11 +10390,11 @@ components: nullable: true isShared: type: boolean - description: 'True if the user has shared the calendar with other users, false otherwise. Since only the user who created the calendar can share it, isShared and isSharedWithMe cannot be true for the same user. This property is set when sharing is initiated in an Outlook client, and can be reset when the sharing is cancelled through the client or the corresponding calendarPermission resource. Read-only.' + description: 'true if the user has shared the calendar with other users, false otherwise. Since only the user who created the calendar can share it, isShared and isSharedWithMe cannot be true for the same user. This property is set when sharing is initiated in an Outlook client, and can be reset when the sharing is cancelled through the client or the corresponding calendarPermission resource. Read-only.' nullable: true isSharedWithMe: type: boolean - description: 'True if the user has been shared this calendar, false otherwise. This property is always false for a calendar owner. This property is set when sharing is initiated in an Outlook client, and can be reset when the sharing is cancelled through the client or the corresponding calendarPermission resource. Read-only.' + description: 'true if the user has been shared this calendar, false otherwise. This property is always false for a calendar owner. This property is set when sharing is initiated in an Outlook client, and can be reset when the sharing is cancelled through the client or the corresponding calendarPermission resource. Read-only.' nullable: true isTallyingResponses: type: boolean @@ -10404,7 +10523,7 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true originalStartTimeZone: @@ -10457,7 +10576,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.attachment' - description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' + description: The collection of fileAttachment and itemAttachment attachments for the event. Navigation property. Read-only. Nullable. calendar: $ref: '#/components/schemas/microsoft.graph.calendar' exceptionOccurrences: @@ -10468,12 +10587,12 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.extension' - description: The collection of open extensions defined for the event. Nullable. + 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 occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but does not include occurrences that have been cancelled from the series. Navigation property. Read-only. Nullable.' + description: The instances of the event. Navigation property. Read-only. Nullable. multiValueExtendedProperties: type: array items: @@ -10498,7 +10617,7 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time preview: type: string @@ -10538,7 +10657,7 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time preview: type: string @@ -10641,7 +10760,7 @@ components: 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 team was created. + description: Timestamp at which the team was created. format: date-time nullable: true description: @@ -10948,56 +11067,56 @@ components: $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. Returned only on $select. Supports $filter.' + 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. Returned only on $select.' + 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. Returned only on $select. Not nullable. + description: The licenses that are assigned to the user. Returned only on $select. Not nullable. Supports $filter. assignedPlans: type: array items: $ref: '#/components/schemas/microsoft.graph.assignedPlan' - description: The plans that are assigned to the user. Returned only on $select. Read-only. Not nullable. + 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. Only one number can be set for this property. Returned by default. Read-only for users synced from on-premises directory. + description: 'The telephone numbers for the user. NOTE: Although this is a string collection, only one number can be set for this property. Read-only for users synced from on-premises directory. Returned by default.' city: type: string - description: The city in which the user is located. Returned only on $select. Supports $filter. + 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. + 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 characters.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. Returned only on $select.' + 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''. Returned only on $select. Supports $filter.' + 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 date and time the user was created. The value cannot be modified and is automatically populated when the entity is created. The DateTimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. Property is nullable. A null value indicates that an accurate creation time couldn't be determined for the user. Returned only on $select. Read-only. Supports $filter. + 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). Returned only on $select. Read-only.' + 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. Returned only on $select. Supports $filter. + description: The name for the department in which the user works. Supports $filter. nullable: true deviceKeys: type: array @@ -11005,7 +11124,7 @@ components: $ref: '#/components/schemas/microsoft.graph.deviceKey' displayName: type: string - description: 'The name displayed in the address book for the user. This value 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. Returned by default. Supports $filter and $orderby.' + 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. Returned by default. 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])$' @@ -11033,7 +11152,7 @@ components: nullable: true faxNumber: type: string - description: The fax number of the user. Returned only on $select. + description: The fax number of the user. nullable: true givenName: type: string @@ -11043,7 +11162,7 @@ components: 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. Returned only on $select. Supports $filter.' + 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: @@ -11066,29 +11185,29 @@ components: 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 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 is ''2014-01-01T00:00:00Z'' Returned only on $select. Read-only.' + 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 is 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. Returned only on $select.' + 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. Returned only on $select. Read-only. + 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''. Returned by default. Supports $filter and endsWith.' nullable: true mailNickname: type: string - description: The mail alias for the user. This property must be specified when a user is created. Returned only on $select. Supports $filter. + 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. Returned by default. Read-only for users synced from on-premises directory. + description: The primary cellular telephone number for the user. Read-only for users synced from on-premises directory. Returned by default. nullable: true officeLocation: type: string @@ -11096,59 +11215,59 @@ components: 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. Returned only on $select. Read-only. + 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. Returned only on $select. Read-only.' + 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. Returned only on $select. Supports $filter.' + 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 is ''2014-01-01T00:00:00Z''. Returned only on $select. Read-only.' + 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 is 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. Returned only on $select. + 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. Returned only on $select. Read-only. + 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. Returned only on $select. Read-only. + 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). Returned only on $select. Read-only. + 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. Returned only on $select. Read-only. + 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''].Returned only on $select. Supports$filter.' + 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''.Returned only on $select.' + 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. Returned only on $select.' + 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 @@ -11162,35 +11281,35 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.provisionedPlan' - description: The plans that are provisioned for the user. Returned only on $select. Read-only. Not nullable. + 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. Returned only on $select. Read-only, Not nullable. Supports $filter.' + 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. Use invalidateAllRefreshTokens to reset.' + 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. Returned only on $select.' + 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. Returned only on $select. Read-only. Use revokeSignInSessions to reset.' + 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. Returned only on $select. Supports $filter. + 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. Returned only on $select. + description: The street address of the user's place of business. nullable: true surname: type: string @@ -11198,7 +11317,7 @@ components: 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. Returned only on $select. Supports $filter.' + 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 @@ -11206,7 +11325,7 @@ components: 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''. Returned only on $select. Supports $filter.' + 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' @@ -11218,56 +11337,56 @@ components: format: int32 aboutMe: type: string - description: A freeform text entry field for the user to describe themselves. Returned only on $select. + 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 is ''2014-01-01T00:00:00Z'' Returned only on $select.' + 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 is 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 is ''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.' + 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 is 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. Returned only on $select. + description: A list for the user to describe their interests. mySite: type: string - description: The URL for the user's personal site. Returned only on $select. + 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. Returned only on $select. + description: A list for the user to enumerate their past projects. preferredName: type: string - description: The preferred name for the user. Returned only on $select. + 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. Returned only on $select. + 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. Returned only on $select. + 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. Returned only on $select. + description: A list for the user to enumerate their skills. analytics: $ref: '#/components/schemas/microsoft.graph.userAnalytics' usageRights: @@ -11302,7 +11421,11 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.directoryObject' - description: 'The groups, directory roles and administrative units that the user is a member of. Read-only. Nullable.' + description: The groups and directory roles that the user is a member of. Read-only. Nullable. + oauth2PermissionGrants: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.oAuth2PermissionGrant' ownedDevices: type: array items: @@ -11358,7 +11481,7 @@ components: 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. + 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: @@ -11382,7 +11505,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.person' - description: 'Read-only. The most relevant people to the user. The collection is ordered by their relevance to the user, which is determined by the user''s communication, collaboration and business relationships. A person is an aggregation of information from across mail, contacts and social networks.' + description: People that are relevant to the user. Read-only. Nullable. drive: $ref: '#/components/schemas/microsoft.graph.drive' drives: @@ -11398,7 +11521,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.extension' - description: The collection of open extensions defined for the user. Nullable. + description: The collection of open extensions defined for the user. Read-only. Nullable. appConsentRequestsForApproval: type: array items: @@ -11644,6 +11767,7 @@ components: properties: isPicture: type: boolean + description: Specifies whether the display format used for URL columns is an image or a hyperlink. nullable: true additionalProperties: type: object @@ -11721,9 +11845,11 @@ components: properties: allowMultipleValues: type: boolean + description: Specifies whether the column will allow more than one value nullable: true showFullyQualifiedName: type: boolean + description: Specifies whether to display the entire term path or only the term label. nullable: true additionalProperties: type: object @@ -11793,13 +11919,16 @@ components: properties: defaultLanguage: type: string + description: Default BCP 47 language tag for the description. nullable: true descriptions: type: array items: $ref: '#/components/schemas/microsoft.graph.displayNameLocalization' + description: Localized messages that explain what is needed for this column's value to be considered valid. User will be prompted with this message if validation fails. formula: type: string + description: 'The formula to validate column value. For examples, see Examples of common formulas in lists' nullable: true additionalProperties: type: object @@ -11811,18 +11940,23 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.contentTypeInfo' + description: Content types allowed in document set. defaultContents: type: array items: $ref: '#/components/schemas/microsoft.graph.documentSetContent' + description: Default contents of document set. propagateWelcomePageChanges: type: boolean + description: Specifies whether to push welcome page changes to inherited content types. nullable: true shouldPrefixNameToFile: type: boolean + description: Add the name of the Document Set to each file name. nullable: true welcomePageUrl: type: string + description: Welcome page absolute URL. nullable: true sharedColumns: type: array @@ -11842,9 +11976,11 @@ components: $ref: '#/components/schemas/microsoft.graph.contentTypeInfo' fileName: type: string + description: Name of the file in resource folder that should be added as a default content or a template in the document set nullable: true folderName: type: string + description: Folder name in which the file will be placed when a new document set is created in the library. nullable: true additionalProperties: type: object @@ -11963,6 +12099,8 @@ components: $ref: '#/components/schemas/microsoft.graph.image' location: $ref: '#/components/schemas/microsoft.graph.geoCoordinates' + media: + $ref: '#/components/schemas/microsoft.graph.media' package: $ref: '#/components/schemas/microsoft.graph.package' pendingOperations: @@ -11986,6 +12124,8 @@ components: description: Size of the item in bytes. Read-only. format: int64 nullable: true + source: + $ref: '#/components/schemas/microsoft.graph.driveItemSource' specialFolder: $ref: '#/components/schemas/microsoft.graph.specialFolder' video: @@ -12090,14 +12230,14 @@ components: nullable: true changeType: type: string - description: '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. Required. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType.' + 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: Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 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. Optional. + 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.' + 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 @@ -12105,12 +12245,12 @@ components: nullable: true encryptionCertificateId: type: string - description: A custom app-provided identifier to help identify the certificate needed to decrypt resource data. Optional. Required when includeResourceData is true. + 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: '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. Required.' + 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 includeResourceData: type: boolean @@ -12126,16 +12266,18 @@ components: nullable: true notificationContentType: type: string + description: Desired content-type for MS Graph change notifications for supported resource types. The default content-type is the 'application/json' content-type. nullable: true notificationQueryOptions: type: string + description: 'OData Query Options for specifying value for the targeting resource. Clients receive notifications when resource reaches the state matching the query options provided here. With this new property in the subscription creation payload along with all existing properties, Webhooks will deliver notifications whenever a resource reaches the desired state mentioned in the notificationQueryOptions property eg when the print job is completed, when a print job resource isFetchable property value becomes true etc.' nullable: true notificationUrl: type: string - description: The URL of the endpoint that receives the change notifications. This URL must make use of the HTTPS protocol. Required. + 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: Specifies the resource that will be monitored for changes. Do not include the base URL (https://graph.microsoft.com/beta/). See the possible resource path values for each supported resource. Required. + 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: @@ -12228,6 +12370,83 @@ components: nullable: true additionalProperties: type: object + microsoft.graph.termStore.group: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: group + 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: Date and time of group creation. Read-only. + format: date-time + nullable: true + description: + type: string + description: Description giving details on the term usage. + nullable: true + displayName: + type: string + description: Name of group. + nullable: true + parentSiteId: + type: string + nullable: true + scope: + $ref: '#/components/schemas/microsoft.graph.termStore.termGroupScope' + sets: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.termStore.set' + description: 'All sets under the group in a term [store].' + additionalProperties: + type: object + microsoft.graph.termStore.set: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: set + 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: Date and time of set creation. Read-only. + format: date-time + nullable: true + description: + type: string + description: Description giving details on the term usage. + nullable: true + localizedNames: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.termStore.localizedName' + description: Name of the set for each languageTag. + properties: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.keyValue' + description: Custom properties for the set. + children: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.termStore.term' + description: 'Children terms of set in term [store].' + parentGroup: + $ref: '#/components/schemas/microsoft.graph.termStore.group' + relations: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.termStore.relation' + description: Indicates which terms have been pinned or reused directly under the set. + terms: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.termStore.term' + description: All the terms under the set. + additionalProperties: + type: object microsoft.graph.notebook: allOf: - $ref: '#/components/schemas/microsoft.graph.onenoteEntityHierarchyModel' @@ -12276,7 +12495,7 @@ components: $ref: '#/components/schemas/microsoft.graph.onenoteOperationError' percentComplete: type: string - description: The operation percent complete if the operation is still in running status + description: The operation percent complete if the operation is still in running status. nullable: true resourceId: type: string @@ -12310,7 +12529,7 @@ components: 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.' + 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 is 2014-01-01T00:00:00Z. Read-only.' format: date-time nullable: true level: @@ -12433,7 +12652,7 @@ components: properties: name: type: string - description: Name of the setting (as defined by the directorySettingTemplate). + description: Name of the setting (as defined by the groupSettingTemplate). nullable: true value: type: string @@ -12470,11 +12689,11 @@ components: properties: address: type: string - description: The email address of an entity instance. + description: The email address of the person or entity. nullable: true name: type: string - description: The display name of an entity instance. + description: The display name of the person or entity. nullable: true additionalProperties: type: object @@ -12548,13 +12767,13 @@ components: 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''' + 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 is 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true additionalProperties: @@ -12589,10 +12808,10 @@ components: properties: dateTime: type: string - description: 'A single point of time in a combined date and time representation ({date}T{time}). For example, ''2019-04-16T09:00:00''.' + 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 possible values.' + description: 'Represents a time zone, for example, ''Pacific Standard Time''. See below for more possible values.' nullable: true additionalProperties: type: object @@ -12693,7 +12912,7 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true additionalProperties: @@ -12740,12 +12959,12 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true name: type: string - description: The display name of the attachment. This does not need to be the actual file name. + description: The attachment's file name. nullable: true size: maximum: 2147483647 @@ -12786,7 +13005,7 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time sender: $ref: '#/components/schemas/microsoft.graph.recipient' @@ -12794,7 +13013,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.attachment' - description: 'The collection of fileAttachment, itemAttachment, and referenceAttachment attachments for the post. Read-only. Nullable.' + description: Read-only. Nullable. extensions: type: array items: @@ -12833,7 +13052,7 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true owner: @@ -12847,14 +13066,14 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.plannerBucket' - description: Collection of buckets in the plan. Read-only. Nullable. + 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: Collection of tasks in the plan. Read-only. Nullable. + description: Read-only. Nullable. Collection of tasks in the plan. additionalProperties: type: object microsoft.graph.teamDiscoverySettings: @@ -12915,7 +13134,7 @@ components: nullable: true allowCreateUpdateChannels: type: boolean - description: 'If set to true, members can add and update any channels.' + description: 'If set to true, members can add and update channels.' nullable: true allowCreateUpdateRemoveConnectors: type: boolean @@ -13264,7 +13483,7 @@ components: 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 - description: 'The last sign-in date for a specific user. You can use this field to calculate the last time a user signed in to the directory. This field can be used to build reports, such as inactive users. 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''. For more information about using the value of this property, see Manage inactive user accounts in Azure AD.' + description: 'The last interactive sign-in date for a specific user. You can use this field to calculate the last time a user signed in to the directory with an interactive authentication method. This field can be used to build reports, such as inactive users. 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 is: ''2014-01-01T00:00:00Z''. For more information about using the value of this property, see Manage inactive user accounts in Azure AD.' format: date-time nullable: true lastSignInRequestId: @@ -13280,12 +13499,12 @@ components: 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''' + description: 'The date and time at which the plan was assigned. 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 is 2014-01-01T00:00:00Z.' format: date-time nullable: true capabilityStatus: type: string - description: 'Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut.' + description: 'Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. See a detailed description of each value.' nullable: true service: type: string @@ -13453,7 +13672,7 @@ components: properties: forceChangePasswordNextSignIn: type: boolean - description: 'If true, at next sign-in, the user must change their password. After a password change, this property will be automatically reset to false. If not set, default is false.' + description: true if the user must change her password on the next login; otherwise false. nullable: true forceChangePasswordNextSignInWithMfa: type: boolean @@ -13489,7 +13708,7 @@ components: properties: archiveFolder: type: string - description: Folder ID of an archive folder for the user. Read only. + description: Folder ID of an archive folder for the user. nullable: true automaticRepliesSetting: $ref: '#/components/schemas/microsoft.graph.automaticRepliesSetting' @@ -13597,6 +13816,44 @@ components: nullable: true additionalProperties: type: object + microsoft.graph.oAuth2PermissionGrant: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: oAuth2PermissionGrant + type: object + properties: + clientId: + type: string + description: The id of the client service principal for the application which is authorized to act on behalf of a signed-in user when accessing an API. Required. Supports $filter (eq only). + consentType: + type: string + description: 'Indicates if authorization is granted for the client application to impersonate all users or only a specific user. AllPrincipals indicates authorization to impersonate all users. Principal indicates authorization to impersonate a specific user. Consent on behalf of all users can be granted by an administrator. Non-admin users may be authorized to consent on behalf of themselves in some cases, for some delegated permissions. Required. Supports $filter (eq only).' + nullable: true + expiryTime: + 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: 'Currently, the end time value is ignored, but a value is required when creating an oAuth2PermissionGrant. Required.' + format: date-time + nullable: true + principalId: + type: string + description: 'The id of the user on behalf of whom the client is authorized to access the resource, when consentType is Principal. If consentType is AllPrincipals this value is null. Required when consentType is Principal.' + nullable: true + resourceId: + type: string + description: The id of the resource service principal to which access is authorized. This identifies the API which the client is authorized to attempt to call on behalf of a signed-in user. + scope: + type: string + description: 'A space-separated list of the claim values for delegated permissions which should be included in access tokens for the resource application (the API). For example, openid User.Read GroupMember.Read.All. Each claim value should match the value field of one of the delegated permissions defined by the API, listed in the publishedPermissionScopes property of the resource service principal.' + nullable: true + startTime: + 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: 'Currently, the start time value is ignored, but a value is required when creating an oAuth2PermissionGrant. Required.' + format: date-time + nullable: true + additionalProperties: + type: object microsoft.graph.scopedRoleMembership: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -13693,7 +13950,7 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true children: @@ -13827,7 +14084,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.extension' - description: The collection of open extensions defined for the contact. Nullable. + description: The collection of open extensions defined for the contact. Read-only. Nullable. multiValueExtendedProperties: type: array items: @@ -13944,7 +14201,7 @@ components: $ref: '#/components/schemas/microsoft.graph.itemBody' bodyPreview: type: string - description: 'The first 255 characters of the message body. It is in text format. If the message contains instances of mention, this property would contain a concatenation of these mentions as well.' + description: The first 255 characters of the message body. It is in text format. nullable: true ccRecipients: type: array @@ -14006,7 +14263,7 @@ components: 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. 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''.' + description: 'The date and time the message was received. The date and time information uses ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.' format: date-time nullable: true replyTo: @@ -14019,7 +14276,7 @@ components: 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. 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''.' + description: 'The date and time the message was sent. The date and time information uses ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.' format: date-time nullable: true subject: @@ -14146,7 +14403,7 @@ components: nullable: true personType: type: string - description: 'The type of person, for example distribution list.' + description: The type of person. nullable: true phones: type: array @@ -14198,20 +14455,25 @@ components: properties: appDisplayName: type: string + description: The display name of the app for which consent is requested. Required. Supports $filter (eq only) and $orderby. nullable: true appId: type: string + description: The identifier of the application. Required. Supports $filter (eq only) and $orderby. consentType: type: string + description: 'The consent type of the request. Possible values are: Static and Dynamic. These represent static and dynamic permissions, respectively, requested in the consent workflow. Supports $filter (eq only) and $orderby. Required.' nullable: true pendingScopes: type: array items: $ref: '#/components/schemas/microsoft.graph.appConsentRequestScope' + description: A list of pending scopes waiting for approval. This is empty if the consentType is Static. Required. userConsentRequests: type: array items: $ref: '#/components/schemas/microsoft.graph.userConsentRequest' + description: A list of pending user consent requests. additionalProperties: type: object microsoft.graph.approval: @@ -14235,7 +14497,7 @@ components: 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: DateTime when review instance is scheduled to end. + description: 'DateTime when review instance is scheduled to end.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 is 2014-01-01T00:00:00Z.' format: date-time nullable: true scope: @@ -14243,7 +14505,7 @@ components: 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: DateTime when review instance is scheduled to start. May be in the future. + description: 'DateTime when review instance is scheduled to start. May be in the future. 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 is 2014-01-01T00:00:00Z.' format: date-time nullable: true status: @@ -14267,11 +14529,11 @@ components: properties: agreementFileId: type: string - description: ID of the agreement file accepted by the user. + description: The identifier of the agreement file accepted by the user. nullable: true agreementId: type: string - description: ID of the agreement. + description: The identifier of the agreement. nullable: true deviceDisplayName: type: string @@ -14283,11 +14545,11 @@ components: nullable: true deviceOSType: type: string - description: The operating system used for accepting the agreement. + description: The operating system used to accept the agreement. nullable: true deviceOSVersion: type: string - description: The operating system version of the device used for accepting the agreement. + description: The operating system version of the device used to accept the agreement. 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])$' @@ -14313,7 +14575,7 @@ components: nullable: true userId: type: string - description: ID of the user who accepted the agreement. + description: The identifier of the user who accepted the agreement. nullable: true userPrincipalName: type: string @@ -14330,26 +14592,26 @@ components: 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: Created date time in UTC of the device enrollment configuration + description: Not yet documented format: date-time description: type: string - description: The description of the device enrollment configuration + description: Not yet documented nullable: true displayName: type: string - description: The display name of the device enrollment configuration + 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: Last modified date time in UTC of the device enrollment configuration + description: Not yet documented format: date-time priority: maximum: 2147483647 minimum: -2147483648 type: integer - description: Priority is used when a user exists in multiple groups that are assigned enrollment configuration. Users are subject only to the configuration with the lowest priority value. + description: Not yet documented format: int32 roleScopeTagIds: type: array @@ -14361,13 +14623,13 @@ components: maximum: 2147483647 minimum: -2147483648 type: integer - description: The version of the device enrollment configuration + 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 + description: The list of group assignments for the device configuration profile. additionalProperties: type: object description: The Base Class of Device Enrollment Configuration @@ -14383,11 +14645,11 @@ components: nullable: true activationLockBypassCode: type: string - description: Code that allows the Activation Lock on a device to be bypassed. This property is read-only. + description: Code that allows the Activation Lock on a device to be bypassed. nullable: true androidSecurityPatchLevel: type: string - description: Android security patch level. This property is read-only. + description: Android security patch level nullable: true autopilotEnrolled: type: boolean @@ -14398,18 +14660,18 @@ components: nullable: true azureADDeviceId: type: string - description: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. + 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. This property is read-only. + 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. This property is read-only. + description: The DateTime when device compliance grace period expires format: date-time complianceState: $ref: '#/components/schemas/microsoft.graph.complianceState' @@ -14423,10 +14685,10 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.deviceActionResult' - description: List of ComplexType deviceActionResult objects. This property is read-only. + description: List of ComplexType deviceActionResult objects. deviceCategoryDisplayName: type: string - description: Device category display name. This property is read-only. + description: Device category display name nullable: true deviceEnrollmentType: $ref: '#/components/schemas/microsoft.graph.deviceEnrollmentType' @@ -14434,7 +14696,7 @@ components: $ref: '#/components/schemas/microsoft.graph.deviceHealthAttestationState' deviceName: type: string - description: Name of the device. This property is read-only. + description: Name of the device nullable: true deviceRegistrationState: $ref: '#/components/schemas/microsoft.graph.deviceRegistrationState' @@ -14442,24 +14704,24 @@ components: $ref: '#/components/schemas/microsoft.graph.deviceType' easActivated: type: boolean - description: Whether the device is Exchange ActiveSync activated. This property is read-only. + 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. This property is read-only. + description: Exchange ActivationSync activation time of the device. format: date-time easDeviceId: type: string - description: Exchange ActiveSync Id of the device. This property is read-only. + description: Exchange ActiveSync Id of the device. nullable: true emailAddress: type: string - description: Email(s) for the user associated with the device. This property is read-only. + 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. This property is read-only. + description: Enrollment time of the device. format: date-time ethernetMacAddress: type: string @@ -14472,11 +14734,11 @@ components: 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. This property is read-only. + description: Last time the device contacted Exchange. format: date-time freeStorageSpaceInBytes: type: integer - description: Free Storage in Bytes. This property is read-only. + description: Free Storage in Bytes format: int64 hardwareInformation: $ref: '#/components/schemas/microsoft.graph.hardwareInformation' @@ -14486,24 +14748,24 @@ components: nullable: true imei: type: string - description: IMEI. This property is read-only. + description: IMEI nullable: true isEncrypted: type: boolean - description: Device encryption status. This property is read-only. + description: Device encryption status isSupervised: type: boolean - description: Device supervised status. This property is read-only. + description: Device supervised status jailBroken: type: string - description: whether the device is jail broken or rooted. This property is read-only. + 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. This property is read-only. + 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' @@ -14526,15 +14788,15 @@ components: $ref: '#/components/schemas/microsoft.graph.managementState' manufacturer: type: string - description: Manufacturer of the device. This property is read-only. + description: Manufacturer of the device nullable: true meid: type: string - description: MEID. This property is read-only. + description: MEID nullable: true model: type: string - description: Model of the device. This property is read-only. + description: Model of the device nullable: true notes: type: string @@ -14542,11 +14804,11 @@ components: nullable: true operatingSystem: type: string - description: 'Operating system of the device. Windows, iOS, etc. This property is read-only.' + description: 'Operating system of the device. Windows, iOS, etc.' nullable: true osVersion: type: string - description: Operating system version of the device. This property is read-only. + description: Operating system version of the device. nullable: true ownerType: $ref: '#/components/schemas/microsoft.graph.ownerType' @@ -14554,7 +14816,7 @@ components: $ref: '#/components/schemas/microsoft.graph.managedDevicePartnerReportedHealthState' phoneNumber: type: string - description: Phone number of the device. This property is read-only. + description: Phone number of the device nullable: true physicalMemoryInBytes: type: integer @@ -14569,11 +14831,11 @@ components: $ref: '#/components/schemas/microsoft.graph.managedDeviceArchitecture' remoteAssistanceSessionErrorDetails: type: string - description: An error string that identifies issues when creating Remote Assistance session objects. This property is read-only. + 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. This property is read-only. + description: Url that allows a Remote Assistance session to be established with the device. nullable: true requireUserEnrollmentApproval: type: boolean @@ -14592,7 +14854,7 @@ components: description: List of Scope Tag IDs for this Device instance. serialNumber: type: string - description: SerialNumber. This property is read-only. + description: SerialNumber nullable: true skuFamily: type: string @@ -14610,11 +14872,11 @@ components: nullable: true subscriberCarrier: type: string - description: Subscriber Carrier. This property is read-only. + description: Subscriber Carrier nullable: true totalStorageSpaceInBytes: type: integer - description: Total Storage in Bytes. This property is read-only. + description: Total Storage in Bytes format: int64 udid: type: string @@ -14622,15 +14884,15 @@ components: nullable: true userDisplayName: type: string - description: User display name. This property is read-only. + description: User display name nullable: true userId: type: string - description: Unique Identifier for the user associated with the device. This property is read-only. + description: Unique Identifier for the user associated with the device nullable: true userPrincipalName: type: string - description: Device user principal name. This property is read-only. + description: Device user principal name nullable: true usersLoggedOn: type: array @@ -14639,7 +14901,7 @@ components: description: Indicates the last logged on users of a device. This property is read-only. wiFiMacAddress: type: string - description: Wi-Fi MAC. This property is read-only. + description: Wi-Fi MAC nullable: true windowsActiveMalwareCount: maximum: 2147483647 @@ -14775,7 +15037,7 @@ components: 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. + description: Zero or more policys already applied on the registered app when it last synchronized with management service. intendedPolicies: type: array items: @@ -14977,7 +15239,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.plannerTask' - description: Read-only. Nullable. Returns the plannerTasks assigned to the user. + description: Read-only. Nullable. Returns the plannerPlans shared with the user. additionalProperties: type: object microsoft.graph.itemInsights: @@ -14999,6 +15261,8 @@ components: contributionToContentDiscoveryDisabled: type: boolean description: 'When set to true, the delegate access to the user''s trending API is disabled. When set to true, documents in the user''s Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for Business is affected. Users can control this setting in Office Delve.' + itemInsights: + $ref: '#/components/schemas/microsoft.graph.userInsightsSettings' regionalAndLanguageSettings: $ref: '#/components/schemas/microsoft.graph.regionalAndLanguageSettings' shiftPreferences: @@ -15177,7 +15441,7 @@ components: properties: accountEnabled: type: boolean - description: 'true if the account is enabled; otherwise, false. default is true.' + description: 'true if the account is enabled; otherwise, false. Required.' nullable: true alternativeSecurityIds: type: array @@ -15187,13 +15451,13 @@ components: 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.' + 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 is 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.' + 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 is 2014-01-01T00:00:00Z. Read-only.' format: date-time nullable: true deviceCategory: @@ -15242,6 +15506,7 @@ components: items: type: string nullable: true + description: List of hostNames for the device. 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.' @@ -15261,7 +15526,7 @@ components: 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.' + 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 is 2014-01-01T00:00:00Z Read-only.' format: date-time nullable: true onPremisesSyncEnabled: @@ -15274,7 +15539,7 @@ components: nullable: true operatingSystemVersion: type: string - description: Operating system version of the device. Required. + description: The version of the operating system on the device. Required. nullable: true physicalIds: type: array @@ -15283,12 +15548,12 @@ components: description: For internal use only. Not nullable. profileType: type: string - description: The profile type of the device. Possible values:RegisteredDevice (default)SecureVMPrinterSharedIoT + description: 'The profile type of the device. Possible values: RegisteredDevice (default), SecureVM, Printer, Shared, IoT.' 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 - description: 'Date and time of when the device was registered. 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.' + description: 'Date and time of when the device was registered. 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 is 2014-01-01T00:00:00Z. Read-only.' format: date-time nullable: true systemLabels: @@ -15298,10 +15563,11 @@ components: 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' + description: 'Type of trust for the joined device. Read-only. Possible values: Workplace (indicates bring your own personal devices), AzureAd (Cloud only joined devices), ServerAd (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 + description: Form factor of device. Only returned if user signs in with a Microsoft account as part of Project Rome. nullable: true manufacturer: type: string @@ -15313,12 +15579,15 @@ components: nullable: true name: type: string + description: Friendly name of a device. Only returned if user signs in with a Microsoft account as part of Project Rome. nullable: true platform: type: string + description: Platform of device. Only returned if user signs in with a Microsoft account as part of Project Rome. Only returned if user signs in with a Microsoft account as part of Project Rome. nullable: true status: type: string + description: Device is online or offline. Only returned if user signs in with a Microsoft account as part of Project Rome. nullable: true usageRights: type: array @@ -15389,7 +15658,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.meetingCapabilities' - description: 'The list of meeting capabilities. Possible values are: questionAndAnswer.' + description: 'The list of meeting capabilities. Possible values are: questionAndAnswer,unknownFutureValue.' chatInfo: $ref: '#/components/schemas/microsoft.graph.chatInfo' creationDateTime: @@ -15465,7 +15734,7 @@ components: properties: activity: type: string - description: 'The supplemental information to a user''s availability. Possible values are Available, Away, BeRightBack, Busy, DoNotDisturb, InACall, InAConferenceCall, Inactive,InAMeeting, Offline, OffWork,OutOfOffice, PresenceUnknown,Presenting, UrgentInterruptionsOnly.' + description: 'The supplemental information to a user''s availability. Possible values are Available, Away, BeRightBack, Busy, DoNotDisturb, InACall, InAConferenceCall, Inactive, InAMeeting, Offline, OffWork, OutOfOffice, PresenceUnknown, Presenting, UrgentInterruptionsOnly.' nullable: true availability: type: string @@ -15670,7 +15939,7 @@ components: properties: upgradeAvailable: type: boolean - description: Indicates if there are higher storage quota plans available. Read-only. + description: Indicates whether there are higher storage quota plans available. Read-only. nullable: true additionalProperties: type: object @@ -15910,16 +16179,27 @@ components: nullable: true latitude: type: number - description: 'Optional. The latitude, in decimal, for the item. Writable on OneDrive Personal.' + 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. Writable on OneDrive Personal.' + description: 'Optional. The longitude, in decimal, for the item. Read-only.' format: double nullable: true additionalProperties: type: object + microsoft.graph.media: + title: media + type: object + properties: + isTranscriptionShown: + type: boolean + nullable: true + mediaSource: + $ref: '#/components/schemas/microsoft.graph.mediaSource' + additionalProperties: + type: object microsoft.graph.package: title: package type: object @@ -15987,7 +16267,7 @@ components: 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: The date and time the photo was taken in UTC time. Read-only. + description: Represents the date and time the photo was taken. Read-only. format: date-time nullable: true additionalProperties: @@ -16085,6 +16365,17 @@ components: nullable: true additionalProperties: type: object + microsoft.graph.driveItemSource: + title: driveItemSource + type: object + properties: + application: + $ref: '#/components/schemas/microsoft.graph.driveItemSourceApplication' + externalId: + type: string + nullable: true + additionalProperties: + type: object microsoft.graph.specialFolder: title: specialFolder type: object @@ -16184,7 +16475,7 @@ components: 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. Nullable.' + 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: @@ -16221,6 +16512,7 @@ components: properties: content: type: string + description: The content stream for this version of the item. format: base64url nullable: true size: @@ -16252,6 +16544,104 @@ components: type: object additionalProperties: type: object + microsoft.graph.termStore.termGroupScope: + title: termGroupScope + enum: + - global + - system + - siteCollection + type: string + microsoft.graph.termStore.localizedName: + title: localizedName + type: object + properties: + languageTag: + type: string + description: The language tag for the label. + nullable: true + name: + type: string + description: The name in the localized language. + nullable: true + additionalProperties: + type: object + microsoft.graph.keyValue: + title: keyValue + type: object + properties: + key: + type: string + description: Key for the key-value pair. + nullable: true + value: + type: string + description: Value for the key-value pair. + nullable: true + additionalProperties: + type: object + microsoft.graph.termStore.term: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: term + 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: Date and time of term creation. Read-only + format: date-time + nullable: true + descriptions: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.termStore.localizedDescription' + description: Description about term that is dependent on the languageTag + labels: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.termStore.localizedLabel' + description: Label metadata for a term + 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 date and time of term modification. Read-only + format: date-time + nullable: true + properties: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.keyValue' + description: Collection of properties on the term + children: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.termStore.term' + description: Children of current term + relations: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.termStore.relation' + description: To indicate which terms are related to the current term as either pinned or reused + set: + $ref: '#/components/schemas/microsoft.graph.termStore.set' + additionalProperties: + type: object + microsoft.graph.termStore.relation: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: relation + type: object + properties: + relationship: + $ref: '#/components/schemas/microsoft.graph.termStore.relationType' + fromTerm: + $ref: '#/components/schemas/microsoft.graph.termStore.term' + set: + $ref: '#/components/schemas/microsoft.graph.termStore.set' + toTerm: + $ref: '#/components/schemas/microsoft.graph.termStore.term' + additionalProperties: + type: object microsoft.graph.onenoteEntityHierarchyModel: allOf: - $ref: '#/components/schemas/microsoft.graph.onenoteEntitySchemaObjectModel' @@ -16269,7 +16659,7 @@ components: 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.' + 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 is 2014-01-01T00:00:00Z. Read-only.' format: date-time nullable: true additionalProperties: @@ -16337,7 +16727,7 @@ components: 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.' + 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 is 2014-01-01T00:00:00Z. Read-only.' format: date-time nullable: true additionalProperties: @@ -16524,7 +16914,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.dayOfWeek' - description: 'A collection of the days of the week on which the event occurs. 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.' + 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: @@ -16726,7 +17116,7 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true conversationThreadId: @@ -16738,7 +17128,7 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true creationSource: @@ -16746,7 +17136,7 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true hasDescription: @@ -16787,7 +17177,7 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true title: @@ -16835,7 +17225,7 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true recipientActionMessage: @@ -16844,11 +17234,11 @@ components: nullable: true recipientUserId: type: string - description: User id of the recipient of the offer shift request. + 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. + description: User ID of the sender of the offer shift request. nullable: true additionalProperties: type: object @@ -16936,7 +17326,7 @@ components: properties: recipientShiftId: type: string - description: Shift ID for the recipient user with whom the request is to swap. + description: ShiftId for the recipient user with whom the request is to swap. nullable: true additionalProperties: type: object @@ -16994,13 +17384,13 @@ components: 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''' + 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 is 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true timeOffReasonId: @@ -17071,6 +17461,7 @@ components: $ref: '#/components/schemas/microsoft.graph.channelIdentity' chatId: type: string + description: The identity of the chat in which the message was posted. 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])$' @@ -17095,13 +17486,13 @@ components: 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 Teams UI. If no edits are made the value is null. + 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 modified, including when a reaction is added or removed.' + 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: @@ -17123,7 +17514,7 @@ components: description: 'Reactions for this chat message (for example, Like).' 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.)' + 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 @@ -17205,6 +17596,8 @@ components: - title: teamsAppDefinition type: object properties: + allowedInstallationScopes: + $ref: '#/components/schemas/microsoft.graph.teamsAppInstallationScopes' azureADAppId: type: string description: The WebApplicationInfo.id from the Teams App manifest. @@ -17213,6 +17606,7 @@ components: $ref: '#/components/schemas/microsoft.graph.identitySet' description: type: string + description: Verbose description of the application. nullable: true displayName: type: string @@ -17230,7 +17624,7 @@ components: nullable: true teamsAppId: type: string - description: The id from the Teams App manifest. + description: The ID from the Teams app manifest. nullable: true version: type: string @@ -17572,7 +17966,7 @@ components: 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''.' + 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 is 2014-01-01T00:00:00Z.' format: date-time nullable: true expectedAssessment: @@ -17598,7 +17992,7 @@ components: 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.' + 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}$' @@ -17925,6 +18319,7 @@ components: properties: displayName: type: string + description: The name of the scope. nullable: true additionalProperties: type: object @@ -17936,6 +18331,7 @@ components: properties: reason: type: string + description: The user's justification for requiring access to the app. Supports $filter (eq only) and $orderby. nullable: true approval: $ref: '#/components/schemas/microsoft.graph.approval' @@ -17947,36 +18343,39 @@ components: - title: approvalStep type: object properties: + assignedToMe: + type: boolean + description: Indicates whether the step is assigned to the calling user to review. Read-only. + nullable: true displayName: type: string + description: The label provided by the policy creator to identify an approval step. Read-only. nullable: true justification: type: string + description: The justification associated with the approval step decision. 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 + description: 'The date and time when a decision was recorded. The date and time information uses ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.' format: date-time nullable: true reviewResult: type: string + description: 'The result of this approval record. Possible values include: NotReviewed, Approved, Denied.' + nullable: true + status: + type: string + description: 'The step status. Possible values: InProgress, Initializing, Completed, Expired. Read-only.' nullable: true additionalProperties: type: object microsoft.graph.accessReviewScope: title: accessReviewScope type: object - properties: - query: - type: string - description: The query specifying what will be reviewed. See table for examples. - nullable: true - queryType: - type: string - description: The type of query. Examples include MicrosoftGraph and ARM. - nullable: true additionalProperties: type: object microsoft.graph.accessReviewInstanceDecisionItem: @@ -17993,7 +18392,7 @@ components: 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 - description: The DateTime when the approval decision was applied. + description: 'The timestamp when the approval decision was applied. 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 is 2014-01-01T00:00:00Z.' format: date-time nullable: true applyResult: @@ -18008,16 +18407,26 @@ components: type: string description: The review decision justification. nullable: true + principal: + $ref: '#/components/schemas/microsoft.graph.identity' + principalLink: + type: string + nullable: true recommendation: type: string description: 'A system-generated recommendation for the approval decision. Possible values: Approve, Deny, or NotAvailable.' nullable: true + resource: + $ref: '#/components/schemas/microsoft.graph.accessReviewInstanceDecisionItemResource' + resourceLink: + 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 - description: The DateTime when the review occurred. + description: The timestamp when the review occurred. format: date-time nullable: true target: @@ -18040,7 +18449,7 @@ components: 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: DateTime when review series was created. + description: Timestamp when review series was created. format: date-time nullable: true descriptionForAdmins: @@ -18060,7 +18469,7 @@ components: 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: DateTime when review series was last modified. + description: Timestamp when review series was last modified. format: date-time nullable: true reviewers: @@ -18411,11 +18820,12 @@ components: - androidEnterprise - windows10x - androidnGMS - - cloudPC + - chromeOS - linux - blackberry - palm - unknown + - cloudPC type: string microsoft.graph.deviceManagementExchangeAccessState: title: deviceManagementExchangeAccessState @@ -19272,17 +19682,27 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.sharedInsight' - description: Access this property from the derived type itemInsights. + 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: Access this property from the derived type itemInsights. + 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: Access this property from the derived type itemInsights. + 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.userInsightsSettings: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: userInsightsSettings + type: object + properties: + isEnabled: + type: boolean additionalProperties: type: object microsoft.graph.regionalAndLanguageSettings: @@ -20043,6 +20463,7 @@ components: properties: conferenceId: type: string + description: The conference id of the online meeting. nullable: true dialinUrl: type: string @@ -20094,7 +20515,7 @@ components: properties: messageId: type: string - description: The unique identifier for a message in a Microsoft Teams channel. + description: The unique identifier of a message in a Microsoft Teams channel. nullable: true replyChainMessageId: type: string @@ -20187,6 +20608,7 @@ components: 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 when this key was registered to the user. format: date-time nullable: true creationDateTime: @@ -20305,7 +20727,7 @@ components: 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 date and time when this password was last updated. This property is currently not populated. Read-only. 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''' + description: 'The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true password: @@ -20570,7 +20992,7 @@ components: properties: crc32Hash: type: string - description: The CRC32 value of the file (if available). Read-only. + description: The CRC32 value of the file in little endian (if available). Read-only. nullable: true quickXorHash: type: string @@ -20604,6 +21026,14 @@ components: nullable: true additionalProperties: type: object + microsoft.graph.mediaSource: + title: mediaSource + type: object + properties: + contentCategory: + $ref: '#/components/schemas/microsoft.graph.mediaSourceContentCategory' + additionalProperties: + type: object microsoft.graph.pendingContentUpdate: title: pendingContentUpdate type: object @@ -20616,6 +21046,18 @@ components: nullable: true additionalProperties: type: object + microsoft.graph.driveItemSourceApplication: + title: driveItemSourceApplication + enum: + - teams + - yammer + - sharePoint + - oneDrive + - stream + - powerPoint + - office + - unknownFutureValue + type: string microsoft.graph.workbookApplication: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -20635,7 +21077,7 @@ components: properties: content: type: string - description: The content of the comment. + description: The content of comment. nullable: true contentType: type: string @@ -20673,7 +21115,7 @@ components: 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. Possible values are: String, Integer, Double, Boolean, Range. Read-only.' + 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' @@ -20737,7 +21179,7 @@ components: 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. 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.' + 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 @@ -20849,6 +21291,44 @@ components: $ref: '#/components/schemas/microsoft.graph.publicationFacet' additionalProperties: type: object + microsoft.graph.termStore.localizedDescription: + title: localizedDescription + type: object + properties: + description: + type: string + description: The description in the localized language. + nullable: true + languageTag: + type: string + description: The language tag for the label. + nullable: true + additionalProperties: + type: object + microsoft.graph.termStore.localizedLabel: + title: localizedLabel + type: object + properties: + isDefault: + type: boolean + description: Indicates whether the label is the default label. + nullable: true + languageTag: + type: string + description: The anguage tag for the label. + nullable: true + name: + type: string + description: The name of the label. + nullable: true + additionalProperties: + type: object + microsoft.graph.termStore.relationType: + title: relationType + enum: + - pin + - reuse + type: string microsoft.graph.externalLink: title: externalLink type: object @@ -21176,7 +21656,7 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true lastModifiedBy: @@ -21184,7 +21664,7 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true additionalProperties: @@ -21347,7 +21827,7 @@ components: nullable: true contentType: type: string - description: 'The media type of the content attachment. It can have the following values: reference: Attachment is a link to another file. Populate the contentURL with the link to the object.Any contentTypes supported by the Bot Framework''s Attachment objectapplication/vnd.microsoft.card.codesnippet: A code snippet. application/vnd.microsoft.card.announcement: An announcement header.' + description: 'The media type of the content attachment. It can have the following values: reference: Attachment is a link to another file. Populate the contentURL with the link to the object.file: Raw file attachment. Populate the contenturl field with the base64 encoding of the file in data: format.image/: Image type with the type of the image specified ex: image/png, image/jpeg, image/gif. Populate the contentUrl field with the base64 encoding of the file in data: format.video/: Video type with the format specified. Ex: video/mp4. Populate the contentUrl field with the base64 encoding of the file in data: format.audio/: Audio type with the format specified. Ex: audio/wmw. Populate the contentUrl field with the base64 encoding of the file in data: format.application/card type: Rich card attachment type with the card type specifying the exact card format to use. Set content with the json format of the card. Supported values for card type include:application/vnd.microsoft.card.adaptive: A rich card that can contain any combination of text, speech, images,,buttons, and input fields. Set the content property to,an AdaptiveCard object.application/vnd.microsoft.card.animation: A rich card that plays animation. Set the content property,to an AnimationCardobject.application/vnd.microsoft.card.audio: A rich card that plays audio files. Set the content property,to an AudioCard object.application/vnd.microsoft.card.video: A rich card that plays videos. Set the content property,to a VideoCard object.application/vnd.microsoft.card.hero: A Hero card. Set the content property to a HeroCard object.application/vnd.microsoft.card.thumbnail: A Thumbnail card. Set the content property to a ThumbnailCard object.application/vnd.microsoft.com.card.receipt: A Receipt card. Set the content property to a ReceiptCard object.application/vnd.microsoft.com.card.signin: A user Sign In card. Set the content property to a SignInCard object.' nullable: true contentUrl: type: string @@ -21373,9 +21853,11 @@ components: properties: channelId: type: string + description: The identity of the channel in which the message was posted. nullable: true teamId: type: string + description: The identity of the team in which the message was posted. nullable: true additionalProperties: type: object @@ -21437,7 +21919,7 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time reactionType: type: string @@ -21448,19 +21930,9 @@ components: type: object microsoft.graph.chatMessageHostedContent: allOf: - - $ref: '#/components/schemas/microsoft.graph.entity' + - $ref: '#/components/schemas/microsoft.graph.teamworkHostedContent' - title: chatMessageHostedContent type: object - properties: - contentBytes: - type: string - description: 'Write-only. When posting new chat message hosted content, represents the bytes of the payload. These are represented as a base64Encoded string.' - format: base64url - nullable: true - contentType: - type: string - description: 'Write-only. When posting new chat message hosted content, represents the type of content, such as image/png.' - nullable: true additionalProperties: type: object microsoft.graph.teamsTabConfiguration: @@ -21493,6 +21965,14 @@ components: - sideloaded - unknownFutureValue type: string + microsoft.graph.teamsAppInstallationScopes: + title: teamsAppInstallationScopes + enum: + - team + - groupChat + - personal + - unknownFutureValue + type: string microsoft.graph.teamsAppPublishingState: title: teamsAppPublishingState enum: @@ -21691,7 +22171,7 @@ components: 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''.' + 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 is 2014-01-01T00:00:00Z.' format: date-time nullable: true message: @@ -21773,7 +22253,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.recipient' - description: The email address to which a message should be redirected. + description: The email addresses to which a message should be redirected. stopProcessingRules: type: boolean description: Indicates whether subsequent rules should be evaluated. @@ -21997,6 +22477,24 @@ components: nullable: true additionalProperties: type: object + microsoft.graph.accessReviewInstanceDecisionItemResource: + title: accessReviewInstanceDecisionItemResource + type: object + properties: + displayName: + type: string + description: Display name of the resource + nullable: true + id: + type: string + description: Resource ID + nullable: true + type: + type: string + description: 'Type of resource. Types include: Group, ServicePrincipal, DirectoryRole, AzureRole, AccessPackageAssignmentPolicy.' + nullable: true + additionalProperties: + type: object microsoft.graph.accessReviewInstanceDecisionItemTarget: title: accessReviewInstanceDecisionItemTarget type: object @@ -22008,7 +22506,15 @@ components: - title: accessReviewReviewerScope type: object properties: + query: + type: string + description: The query specifying who will be the reviewer. See table for examples. + nullable: true queryRoot: + type: string + description: The type of query. Examples include MicrosoftGraph and ARM. + nullable: true + queryType: type: string description: 'In the scenario where reviewers need to be specified dynamically, this property is used to indicate the relative source of the query. This property is only required if a relative query (i.e., ./manager) is specified.' nullable: true @@ -22660,6 +23166,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.translationLanguageOverride' + description: 'Translation override behavior for languages, if any.Returned by default.' translationBehavior: $ref: '#/components/schemas/microsoft.graph.translationBehavior' untranslatedLanguages: @@ -22667,6 +23174,7 @@ components: items: type: string nullable: true + description: 'The list of languages the user does not need translated. This is computed from the authoringLanguages collection in regionalAndLanguageSettings, and the languageOverrides collection in translationPreferences. The list specifies neutral culture values that include the language code without any country or region association. For example, it would specify ''fr'' for the neutral French culture, but not ''fr-FR'' for the French culture in France. Returned by default. Read only.' additionalProperties: type: object microsoft.graph.shiftAvailability: @@ -23092,6 +23600,15 @@ components: description: A collection of resources linked to the task. additionalProperties: type: object + microsoft.graph.mediaSourceContentCategory: + title: mediaSourceContentCategory + enum: + - meeting + - liveStream + - presentation + - screenRecording + - unknownFutureValue + type: string microsoft.graph.workbookCommentReply: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -23100,11 +23617,11 @@ components: properties: content: type: string - description: The content of replied comment. + description: The content of a comment reply. nullable: true contentType: type: string - description: Indicates the type for the replied comment. + description: Indicates the type for the comment reply. additionalProperties: type: object microsoft.graph.workbookOperationError: @@ -23185,7 +23702,7 @@ components: description: Represents whether the casing impacted the last sort of the table. Read-only. method: type: string - description: 'Represents Chinese character ordering method last used to sort the table. Possible values are: PinYin, StrokeCount. Read-only.' + description: 'Represents Chinese character ordering method last used to sort the table. The possible values are: PinYin, StrokeCount. Read-only.' additionalProperties: type: object microsoft.graph.workbookChart: @@ -23353,7 +23870,7 @@ components: 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 end date and time for the shiftActivity. 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''. Required.' + description: 'The end date and time for the shiftActivity. 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 is 2014-01-01T00:00:00Z. Required.' format: date-time nullable: true isPaid: @@ -23363,7 +23880,7 @@ components: 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 start date and time for the shiftActivity. 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''. Required.' + description: 'The start date and time for the shiftActivity. 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 is 2014-01-01T00:00:00Z. Required.' format: date-time nullable: true theme: @@ -23413,6 +23930,23 @@ components: - allowOverrideWithoutJustification - allowOverrideWithJustification type: string + microsoft.graph.teamworkHostedContent: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: teamworkHostedContent + type: object + properties: + contentBytes: + type: string + description: Write only. Bytes for the hosted content (such as images). + format: base64url + nullable: true + contentType: + type: string + description: 'Write only. Content type. sicj as image/png, image/jpg.' + nullable: true + additionalProperties: + type: object microsoft.graph.volumeType: title: volumeType enum: @@ -23746,6 +24280,7 @@ components: properties: languageTag: type: string + description: The language to apply the override.Returned by default. Not nullable. translationBehavior: $ref: '#/components/schemas/microsoft.graph.translationBehavior' additionalProperties: @@ -23888,7 +24423,7 @@ components: nullable: true dataOption: type: string - description: 'Represents additional sorting options for this field. Possible values are: Normal, TextAsNumber.' + description: 'Represents additional sorting options for this field. The possible values are: Normal, TextAsNumber.' icon: $ref: '#/components/schemas/microsoft.graph.workbookIcon' key: @@ -23899,7 +24434,7 @@ components: format: int32 sortOn: type: string - description: 'Represents the type of sorting of this condition. Possible values are: Value, CellColor, FontColor, Icon.' + description: 'Represents the type of sorting of this condition. The possible values are: Value, CellColor, FontColor, Icon.' additionalProperties: type: object microsoft.graph.workbookChartAxes: @@ -24154,7 +24689,7 @@ components: format: int32 set: type: string - description: 'Represents the set that the icon is part of. Possible values are: Invalid, ThreeArrows, ThreeArrowsGray, ThreeFlags, ThreeTrafficLights1, ThreeTrafficLights2, ThreeSigns, ThreeSymbols, ThreeSymbols2, FourArrows, FourArrowsGray, FourRedToBlack, FourRating, FourTrafficLights, FiveArrows, FiveArrowsGray, FiveRating, FiveQuarters, ThreeStars, ThreeTriangles, FiveBoxes.' + description: 'Represents the set that the icon is part of. The possible values are: Invalid, ThreeArrows, ThreeArrowsGray, ThreeFlags, ThreeTrafficLights1, ThreeTrafficLights2, ThreeSigns, ThreeSymbols, ThreeSymbols2, FourArrows, FourArrowsGray, FourRedToBlack, FourRating, FourTrafficLights, FiveArrows, FiveArrowsGray, FiveRating, FiveQuarters, ThreeStars, ThreeTriangles, FiveBoxes.' additionalProperties: type: object microsoft.graph.workbookChartAxis: diff --git a/openApiDocs/beta/CrossDeviceExperiences.yml b/openApiDocs/beta/CrossDeviceExperiences.yml index bb0cfddd852..6e7f3b43573 100644 --- a/openApiDocs/beta/CrossDeviceExperiences.yml +++ b/openApiDocs/beta/CrossDeviceExperiences.yml @@ -1367,7 +1367,7 @@ components: properties: accountEnabled: type: boolean - description: 'true if the account is enabled; otherwise, false. default is true.' + description: 'true if the account is enabled; otherwise, false. Required.' nullable: true alternativeSecurityIds: type: array @@ -1377,13 +1377,13 @@ components: 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.' + 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 is 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.' + 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 is 2014-01-01T00:00:00Z. Read-only.' format: date-time nullable: true deviceCategory: @@ -1432,6 +1432,7 @@ components: items: type: string nullable: true + description: List of hostNames for the device. 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.' @@ -1451,7 +1452,7 @@ components: 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.' + 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 is 2014-01-01T00:00:00Z Read-only.' format: date-time nullable: true onPremisesSyncEnabled: @@ -1464,7 +1465,7 @@ components: nullable: true operatingSystemVersion: type: string - description: Operating system version of the device. Required. + description: The version of the operating system on the device. Required. nullable: true physicalIds: type: array @@ -1473,12 +1474,12 @@ components: description: For internal use only. Not nullable. profileType: type: string - description: The profile type of the device. Possible values:RegisteredDevice (default)SecureVMPrinterSharedIoT + description: 'The profile type of the device. Possible values: RegisteredDevice (default), SecureVM, Printer, Shared, IoT.' 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 - description: 'Date and time of when the device was registered. 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.' + description: 'Date and time of when the device was registered. 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 is 2014-01-01T00:00:00Z. Read-only.' format: date-time nullable: true systemLabels: @@ -1488,10 +1489,11 @@ components: 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' + description: 'Type of trust for the joined device. Read-only. Possible values: Workplace (indicates bring your own personal devices), AzureAd (Cloud only joined devices), ServerAd (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 + description: Form factor of device. Only returned if user signs in with a Microsoft account as part of Project Rome. nullable: true manufacturer: type: string @@ -1503,12 +1505,15 @@ components: nullable: true name: type: string + description: Friendly name of a device. Only returned if user signs in with a Microsoft account as part of Project Rome. nullable: true platform: type: string + description: Platform of device. Only returned if user signs in with a Microsoft account as part of Project Rome. Only returned if user signs in with a Microsoft account as part of Project Rome. nullable: true status: type: string + description: Device is online or offline. Only returned if user signs in with a Microsoft account as part of Project Rome. nullable: true usageRights: type: array diff --git a/openApiDocs/beta/DeviceManagement.Actions.yml b/openApiDocs/beta/DeviceManagement.Actions.yml index 5985e995051..1e21edbbdc0 100644 --- a/openApiDocs/beta/DeviceManagement.Actions.yml +++ b/openApiDocs/beta/DeviceManagement.Actions.yml @@ -411,6 +411,31 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: action + /deviceManagement/assignmentFilters/microsoft.graph.enable: + post: + tags: + - deviceManagement.Actions + summary: Invoke action enable + operationId: deviceManagement.assignmentFilters_enable + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + enable: + type: boolean + default: false + additionalProperties: + type: object + required: true + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action /deviceManagement/assignmentFilters/microsoft.graph.validateFilter: post: tags: @@ -14495,6 +14520,140 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: action + /deviceManagement/reports/microsoft.graph.getWindowsQualityUpdateAlertsPerPolicyPerDeviceReport: + post: + tags: + - deviceManagement.Actions + summary: Invoke action getWindowsQualityUpdateAlertsPerPolicyPerDeviceReport + operationId: deviceManagement.reports_getWindowsQualityUpdateAlertsPerPolicyPerDeviceReport + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + name: + type: string + nullable: true + select: + type: array + items: + type: string + nullable: true + search: + type: string + nullable: true + groupBy: + type: array + items: + type: string + nullable: true + orderBy: + type: array + items: + type: string + nullable: true + skip: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + nullable: true + top: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + nullable: true + sessionId: + type: string + nullable: true + filter: + type: string + nullable: true + additionalProperties: + type: object + required: true + responses: + '200': + description: Success + content: + application/json: + schema: + type: string + format: base64url + nullable: true + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + /deviceManagement/reports/microsoft.graph.getWindowsQualityUpdateAlertSummaryReport: + post: + tags: + - deviceManagement.Actions + summary: Invoke action getWindowsQualityUpdateAlertSummaryReport + operationId: deviceManagement.reports_getWindowsQualityUpdateAlertSummaryReport + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + name: + type: string + nullable: true + select: + type: array + items: + type: string + nullable: true + search: + type: string + nullable: true + groupBy: + type: array + items: + type: string + nullable: true + orderBy: + type: array + items: + type: string + nullable: true + skip: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + nullable: true + top: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + nullable: true + sessionId: + type: string + nullable: true + filter: + type: string + nullable: true + additionalProperties: + type: object + required: true + responses: + '200': + description: Success + content: + application/json: + schema: + type: string + format: base64url + nullable: true + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action /deviceManagement/reports/microsoft.graph.getWindowsUpdateAlertsPerPolicyPerDeviceReport: post: tags: @@ -15315,6 +15474,47 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: action + '/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignedDevices/microsoft.graph.deleteDevices': + post: + tags: + - deviceManagement.Actions + summary: Invoke action deleteDevices + operationId: deviceManagement.windowsAutopilotDeploymentProfiles.assignedDevices_deleteDevices + parameters: + - name: windowsAutopilotDeploymentProfile-id + in: path + description: 'key: id of windowsAutopilotDeploymentProfile' + required: true + schema: + type: string + x-ms-docs-key-type: windowsAutopilotDeploymentProfile + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + serialNumbers: + type: array + items: + type: string + nullable: true + additionalProperties: + type: object + required: true + responses: + '200': + description: Success + content: + application/json: + schema: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.deletedWindowsAutopilotDeviceState' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action '/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/microsoft.graph.assign': post: tags: @@ -15610,6 +15810,39 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: action + /deviceManagement/windowsAutopilotDeviceIdentities/microsoft.graph.deleteDevices: + post: + tags: + - deviceManagement.Actions + summary: Invoke action deleteDevices + operationId: deviceManagement.windowsAutopilotDeviceIdentities_deleteDevices + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + serialNumbers: + type: array + items: + type: string + nullable: true + additionalProperties: + type: object + required: true + responses: + '200': + description: Success + content: + application/json: + schema: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.deletedWindowsAutopilotDeviceState' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action /deviceManagement/windowsAutopilotSettings/microsoft.graph.sync: post: tags: @@ -16518,10 +16751,6 @@ components: type: string description: The Import Id of the Windows autopilot device. nullable: true - orderIdentifier: - type: string - description: Order Id of the Windows autopilot device. - Deprecate - nullable: true productKey: type: string description: Product Key of the Windows autopilot device. @@ -16815,6 +17044,26 @@ components: $ref: '#/components/schemas/microsoft.graph.cloudPcManagementAssignmentTarget' additionalProperties: type: object + microsoft.graph.deletedWindowsAutopilotDeviceState: + title: deletedWindowsAutopilotDeviceState + type: object + properties: + deletionState: + $ref: '#/components/schemas/microsoft.graph.windowsAutopilotDeviceDeletionState' + deviceRegistrationId: + type: string + description: ZTD Device Registration ID . + nullable: true + errorMessage: + type: string + description: Device deletion error message. + nullable: true + serialNumber: + type: string + description: Autopilot Device Serial Number + nullable: true + additionalProperties: + type: object microsoft.graph.windowsFeatureUpdateProfileAssignment: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -16991,11 +17240,12 @@ components: - androidEnterprise - windows10x - androidnGMS - - cloudPC + - chromeOS - linux - blackberry - palm - unknown + - cloudPC type: string microsoft.graph.managementAgentType: title: managementAgentType @@ -17525,6 +17775,11 @@ components: $ref: '#/components/schemas/microsoft.graph.devicePlatformType' assignmentFilterType: $ref: '#/components/schemas/microsoft.graph.deviceAndAppManagementAssignmentFilterType' + assignmentFilterTypeAndEvaluationResults: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.assignmentFilterTypeAndEvaluationResult' + description: A collection of filter types and their corresponding evaluation results. evaluationDateTime: 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 @@ -17558,6 +17813,14 @@ components: type: object additionalProperties: type: object + microsoft.graph.windowsAutopilotDeviceDeletionState: + title: windowsAutopilotDeviceDeletionState + enum: + - unknown + - failed + - accepted + - error + type: string odata.error: required: - error @@ -18196,6 +18459,17 @@ components: additionalProperties: type: object description: Entity representing a setting category + microsoft.graph.assignmentFilterTypeAndEvaluationResult: + title: assignmentFilterTypeAndEvaluationResult + type: object + properties: + assignmentFilterType: + $ref: '#/components/schemas/microsoft.graph.deviceAndAppManagementAssignmentFilterType' + evaluationResult: + $ref: '#/components/schemas/microsoft.graph.assignmentFilterEvaluationResult' + additionalProperties: + type: object + description: Represents the filter type and evalaution result of the filter. microsoft.graph.assignmentFilterEvaluationResult: title: assignmentFilterEvaluationResult enum: diff --git a/openApiDocs/beta/DeviceManagement.Administration.yml b/openApiDocs/beta/DeviceManagement.Administration.yml index 6956aee7458..ffd6b98bf42 100644 --- a/openApiDocs/beta/DeviceManagement.Administration.yml +++ b/openApiDocs/beta/DeviceManagement.Administration.yml @@ -13420,11 +13420,12 @@ components: - androidEnterprise - windows10x - androidnGMS - - cloudPC + - chromeOS - linux - blackberry - palm - unknown + - cloudPC type: string microsoft.graph.managementAgentType: title: managementAgentType @@ -13853,7 +13854,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.resourceAction' - description: Resource Actions each containing a set of allowed and not allowed permissions. + description: Actions additionalProperties: type: object description: Contains the set of ResourceActions determining the allowed and not allowed permissions for each role. @@ -13975,7 +13976,7 @@ components: items: type: string nullable: true - description: Not Allowed Actions. + description: Not Allowed Actions additionalProperties: type: object description: Set of allowed and not allowed actions for a resource. diff --git a/openApiDocs/beta/DeviceManagement.Enrolment.yml b/openApiDocs/beta/DeviceManagement.Enrolment.yml index 305dbb2157f..a14ec6bb58c 100644 --- a/openApiDocs/beta/DeviceManagement.Enrolment.yml +++ b/openApiDocs/beta/DeviceManagement.Enrolment.yml @@ -3439,8 +3439,6 @@ paths: - hardwareIdentifier desc - importId - importId desc - - orderIdentifier - - orderIdentifier desc - productKey - productKey desc - serialNumber @@ -3463,7 +3461,6 @@ paths: - groupTag - hardwareIdentifier - importId - - orderIdentifier - productKey - serialNumber - state @@ -3554,7 +3551,6 @@ paths: - groupTag - hardwareIdentifier - importId - - orderIdentifier - productKey - serialNumber - state @@ -3631,6 +3627,234 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation + /deviceManagement/userExperienceAnalyticsNotAutopilotReadyDevice: + get: + tags: + - deviceManagement.userExperienceAnalyticsNotAutopilotReadyDevice + summary: Get userExperienceAnalyticsNotAutopilotReadyDevice from deviceManagement + operationId: deviceManagement_ListUserExperienceAnalyticsNotAutopilotReadyDevice + parameters: + - $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 + - autoPilotProfileAssigned + - autoPilotProfileAssigned desc + - autoPilotRegistered + - autoPilotRegistered desc + - azureAdJoinType + - azureAdJoinType desc + - azureAdRegistered + - azureAdRegistered desc + - deviceName + - deviceName desc + - managedBy + - managedBy desc + - manufacturer + - manufacturer desc + - model + - model desc + - serialNumber + - serialNumber 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 + - autoPilotProfileAssigned + - autoPilotRegistered + - azureAdJoinType + - azureAdRegistered + - deviceName + - managedBy + - manufacturer + - model + - serialNumber + 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 userExperienceAnalyticsNotAutopilotReadyDevice + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.userExperienceAnalyticsNotAutopilotReadyDevice' + '@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: + - deviceManagement.userExperienceAnalyticsNotAutopilotReadyDevice + summary: Create new navigation property to userExperienceAnalyticsNotAutopilotReadyDevice for deviceManagement + operationId: deviceManagement_CreateUserExperienceAnalyticsNotAutopilotReadyDevice + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.userExperienceAnalyticsNotAutopilotReadyDevice' + required: true + responses: + '201': + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.userExperienceAnalyticsNotAutopilotReadyDevice' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/deviceManagement/userExperienceAnalyticsNotAutopilotReadyDevice/{userExperienceAnalyticsNotAutopilotReadyDevice-id}': + get: + tags: + - deviceManagement.userExperienceAnalyticsNotAutopilotReadyDevice + summary: Get userExperienceAnalyticsNotAutopilotReadyDevice from deviceManagement + operationId: deviceManagement_GetUserExperienceAnalyticsNotAutopilotReadyDevice + parameters: + - name: userExperienceAnalyticsNotAutopilotReadyDevice-id + in: path + description: 'key: id of userExperienceAnalyticsNotAutopilotReadyDevice' + required: true + schema: + type: string + x-ms-docs-key-type: userExperienceAnalyticsNotAutopilotReadyDevice + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - id + - autoPilotProfileAssigned + - autoPilotRegistered + - azureAdJoinType + - azureAdRegistered + - deviceName + - managedBy + - manufacturer + - model + - serialNumber + 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.userExperienceAnalyticsNotAutopilotReadyDevice' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - deviceManagement.userExperienceAnalyticsNotAutopilotReadyDevice + summary: Update the navigation property userExperienceAnalyticsNotAutopilotReadyDevice in deviceManagement + operationId: deviceManagement_UpdateUserExperienceAnalyticsNotAutopilotReadyDevice + parameters: + - name: userExperienceAnalyticsNotAutopilotReadyDevice-id + in: path + description: 'key: id of userExperienceAnalyticsNotAutopilotReadyDevice' + required: true + schema: + type: string + x-ms-docs-key-type: userExperienceAnalyticsNotAutopilotReadyDevice + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.userExperienceAnalyticsNotAutopilotReadyDevice' + required: true + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - deviceManagement.userExperienceAnalyticsNotAutopilotReadyDevice + summary: Delete navigation property userExperienceAnalyticsNotAutopilotReadyDevice for deviceManagement + operationId: deviceManagement_DeleteUserExperienceAnalyticsNotAutopilotReadyDevice + parameters: + - name: userExperienceAnalyticsNotAutopilotReadyDevice-id + in: path + description: 'key: id of userExperienceAnalyticsNotAutopilotReadyDevice' + required: true + schema: + type: string + x-ms-docs-key-type: userExperienceAnalyticsNotAutopilotReadyDevice + - 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 /deviceManagement/windowsAutopilotDeploymentProfiles: get: tags: @@ -3923,6 +4147,8 @@ paths: - addressableUserName desc - azureActiveDirectoryDeviceId - azureActiveDirectoryDeviceId desc + - azureAdDeviceId + - azureAdDeviceId desc - deploymentProfileAssignedDateTime - deploymentProfileAssignedDateTime desc - deploymentProfileAssignmentDetailedStatus @@ -3943,8 +4169,6 @@ paths: - manufacturer desc - model - model desc - - orderIdentifier - - orderIdentifier desc - productKey - productKey desc - purchaseOrderIdentifier @@ -3973,6 +4197,7 @@ paths: - id - addressableUserName - azureActiveDirectoryDeviceId + - azureAdDeviceId - deploymentProfileAssignedDateTime - deploymentProfileAssignmentDetailedStatus - deploymentProfileAssignmentStatus @@ -3983,7 +4208,6 @@ paths: - managedDeviceId - manufacturer - model - - orderIdentifier - productKey - purchaseOrderIdentifier - resourceName @@ -4095,6 +4319,7 @@ paths: - id - addressableUserName - azureActiveDirectoryDeviceId + - azureAdDeviceId - deploymentProfileAssignedDateTime - deploymentProfileAssignmentDetailedStatus - deploymentProfileAssignmentStatus @@ -4105,7 +4330,6 @@ paths: - managedDeviceId - manufacturer - model - - orderIdentifier - productKey - purchaseOrderIdentifier - resourceName @@ -4863,6 +5087,8 @@ paths: - addressableUserName desc - azureActiveDirectoryDeviceId - azureActiveDirectoryDeviceId desc + - azureAdDeviceId + - azureAdDeviceId desc - deploymentProfileAssignedDateTime - deploymentProfileAssignedDateTime desc - deploymentProfileAssignmentDetailedStatus @@ -4883,8 +5109,6 @@ paths: - manufacturer desc - model - model desc - - orderIdentifier - - orderIdentifier desc - productKey - productKey desc - purchaseOrderIdentifier @@ -4913,6 +5137,7 @@ paths: - id - addressableUserName - azureActiveDirectoryDeviceId + - azureAdDeviceId - deploymentProfileAssignedDateTime - deploymentProfileAssignmentDetailedStatus - deploymentProfileAssignmentStatus @@ -4923,7 +5148,6 @@ paths: - managedDeviceId - manufacturer - model - - orderIdentifier - productKey - purchaseOrderIdentifier - resourceName @@ -5020,6 +5244,7 @@ paths: - id - addressableUserName - azureActiveDirectoryDeviceId + - azureAdDeviceId - deploymentProfileAssignedDateTime - deploymentProfileAssignmentDetailedStatus - deploymentProfileAssignmentStatus @@ -5030,7 +5255,6 @@ paths: - managedDeviceId - manufacturer - model - - orderIdentifier - productKey - purchaseOrderIdentifier - resourceName @@ -5545,6 +5769,8 @@ paths: - id desc - createdDateTime - createdDateTime desc + - deployableContentDisplayName + - deployableContentDisplayName desc - description - description desc - displayName @@ -5568,6 +5794,7 @@ paths: enum: - id - createdDateTime + - deployableContentDisplayName - description - displayName - featureUpdateVersion @@ -5661,6 +5888,7 @@ paths: enum: - id - createdDateTime + - deployableContentDisplayName - description - displayName - featureUpdateVersion @@ -8533,6 +8761,7 @@ paths: - resourceNamespaces - roleAssignments - roleDefinitions + - roleAssignmentApprovals - roleAssignmentRequests - roleAssignmentScheduleInstances - roleAssignmentSchedules @@ -8554,6 +8783,7 @@ paths: - resourceNamespaces - roleAssignments - roleDefinitions + - roleAssignmentApprovals - roleAssignmentRequests - roleAssignmentScheduleInstances - roleAssignmentSchedules @@ -8575,6 +8805,8 @@ paths: operationId: roleManagement.Directory.ListRoleAssignments roleDefinitions: operationId: roleManagement.Directory.ListRoleDefinitions + roleAssignmentApprovals: + operationId: roleManagement.Directory.ListRoleAssignmentApprovals roleAssignmentRequests: operationId: roleManagement.Directory.ListRoleAssignmentRequests roleAssignmentScheduleInstances: @@ -9341,12 +9573,12 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - /roleManagement/directory/roleAssignmentRequests: + /roleManagement/directory/roleAssignmentApprovals: get: tags: - roleManagement.rbacApplication - summary: Get roleAssignmentRequests from roleManagement - operationId: roleManagement.directory_ListRoleAssignmentRequests + summary: Get roleAssignmentApprovals from roleManagement + operationId: roleManagement.directory_ListRoleAssignmentApprovals parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' @@ -9365,38 +9597,6 @@ paths: enum: - id - id desc - - approvalId - - approvalId desc - - completedDateTime - - completedDateTime desc - - createdBy - - createdBy desc - - createdDateTime - - createdDateTime desc - - customData - - customData desc - - status - - status desc - - action - - action desc - - appScopeId - - appScopeId desc - - directoryScopeId - - directoryScopeId desc - - isValidationOnly - - isValidationOnly desc - - justification - - justification desc - - principalId - - principalId desc - - roleDefinitionId - - roleDefinitionId desc - - scheduleInfo - - scheduleInfo desc - - targetScheduleId - - targetScheduleId desc - - ticketInfo - - ticketInfo desc type: string - name: $select in: query @@ -9409,28 +9609,7 @@ paths: items: enum: - id - - approvalId - - completedDateTime - - createdBy - - createdDateTime - - customData - - status - - action - - appScopeId - - directoryScopeId - - isValidationOnly - - justification - - principalId - - roleDefinitionId - - scheduleInfo - - targetScheduleId - - ticketInfo - - activatedUsing - - appScope - - directoryScope - - principal - - roleDefinition - - targetSchedule + - steps type: string - name: $expand in: query @@ -9443,12 +9622,7 @@ paths: items: enum: - '*' - - activatedUsing - - appScope - - directoryScope - - principal - - roleDefinition - - targetSchedule + - steps type: string responses: '200': @@ -9456,13 +9630,13 @@ paths: content: application/json: schema: - title: Collection of unifiedRoleAssignmentRequest + title: Collection of approval type: object properties: value: type: array items: - $ref: '#/components/schemas/microsoft.graph.unifiedRoleAssignmentRequest' + $ref: '#/components/schemas/microsoft.graph.approval' '@odata.nextLink': type: string additionalProperties: @@ -9476,14 +9650,14 @@ paths: post: tags: - roleManagement.rbacApplication - summary: Create new navigation property to roleAssignmentRequests for roleManagement - operationId: roleManagement.directory_CreateRoleAssignmentRequests + summary: Create new navigation property to roleAssignmentApprovals for roleManagement + operationId: roleManagement.directory_CreateRoleAssignmentApprovals requestBody: description: New navigation property content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.unifiedRoleAssignmentRequest' + $ref: '#/components/schemas/microsoft.graph.approval' required: true responses: '201': @@ -9491,24 +9665,24 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.unifiedRoleAssignmentRequest' + $ref: '#/components/schemas/microsoft.graph.approval' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/roleManagement/directory/roleAssignmentRequests/{unifiedRoleAssignmentRequest-id}': + '/roleManagement/directory/roleAssignmentApprovals/{approval-id}': get: tags: - roleManagement.rbacApplication - summary: Get roleAssignmentRequests from roleManagement - operationId: roleManagement.directory_GetRoleAssignmentRequests + summary: Get roleAssignmentApprovals from roleManagement + operationId: roleManagement.directory_GetRoleAssignmentApprovals parameters: - - name: unifiedRoleAssignmentRequest-id + - name: approval-id in: path - description: 'key: id of unifiedRoleAssignmentRequest' + description: 'key: id of approval' required: true schema: type: string - x-ms-docs-key-type: unifiedRoleAssignmentRequest + x-ms-docs-key-type: approval - name: $select in: query description: Select properties to be returned @@ -9520,28 +9694,7 @@ paths: items: enum: - id - - approvalId - - completedDateTime - - createdBy - - createdDateTime - - customData - - status - - action - - appScopeId - - directoryScopeId - - isValidationOnly - - justification - - principalId - - roleDefinitionId - - scheduleInfo - - targetScheduleId - - ticketInfo - - activatedUsing - - appScope - - directoryScope - - principal - - roleDefinition - - targetSchedule + - steps type: string - name: $expand in: query @@ -9554,12 +9707,7 @@ paths: items: enum: - '*' - - activatedUsing - - appScope - - directoryScope - - principal - - roleDefinition - - targetSchedule + - steps type: string responses: '200': @@ -9567,54 +9715,34 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.unifiedRoleAssignmentRequest' + $ref: '#/components/schemas/microsoft.graph.approval' links: - activatedUsing: - operationId: roleManagement.directory.RoleAssignmentRequests.GetActivatedUsing - parameters: - unifiedRoleAssignmentRequest-id: $request.path.unifiedRoleAssignmentRequest-id - appScope: - operationId: roleManagement.directory.RoleAssignmentRequests.GetAppScope - parameters: - unifiedRoleAssignmentRequest-id: $request.path.unifiedRoleAssignmentRequest-id - directoryScope: - operationId: roleManagement.directory.RoleAssignmentRequests.GetDirectoryScope - parameters: - unifiedRoleAssignmentRequest-id: $request.path.unifiedRoleAssignmentRequest-id - principal: - operationId: roleManagement.directory.RoleAssignmentRequests.GetPrincipal - parameters: - unifiedRoleAssignmentRequest-id: $request.path.unifiedRoleAssignmentRequest-id - roleDefinition: - operationId: roleManagement.directory.RoleAssignmentRequests.GetRoleDefinition - parameters: - unifiedRoleAssignmentRequest-id: $request.path.unifiedRoleAssignmentRequest-id - targetSchedule: - operationId: roleManagement.directory.RoleAssignmentRequests.GetTargetSchedule + steps: + operationId: roleManagement.directory.RoleAssignmentApprovals.ListSteps parameters: - unifiedRoleAssignmentRequest-id: $request.path.unifiedRoleAssignmentRequest-id + approval-id: $request.path.approval-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - roleManagement.rbacApplication - summary: Update the navigation property roleAssignmentRequests in roleManagement - operationId: roleManagement.directory_UpdateRoleAssignmentRequests + summary: Update the navigation property roleAssignmentApprovals in roleManagement + operationId: roleManagement.directory_UpdateRoleAssignmentApprovals parameters: - - name: unifiedRoleAssignmentRequest-id + - name: approval-id in: path - description: 'key: id of unifiedRoleAssignmentRequest' + description: 'key: id of approval' required: true schema: type: string - x-ms-docs-key-type: unifiedRoleAssignmentRequest + x-ms-docs-key-type: approval requestBody: description: New navigation property values content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.unifiedRoleAssignmentRequest' + $ref: '#/components/schemas/microsoft.graph.approval' required: true responses: '204': @@ -9625,16 +9753,16 @@ paths: delete: tags: - roleManagement.rbacApplication - summary: Delete navigation property roleAssignmentRequests for roleManagement - operationId: roleManagement.directory_DeleteRoleAssignmentRequests + summary: Delete navigation property roleAssignmentApprovals for roleManagement + operationId: roleManagement.directory_DeleteRoleAssignmentApprovals parameters: - - name: unifiedRoleAssignmentRequest-id + - name: approval-id in: path - description: 'key: id of unifiedRoleAssignmentRequest' + description: 'key: id of approval' required: true schema: type: string - x-ms-docs-key-type: unifiedRoleAssignmentRequest + x-ms-docs-key-type: approval - name: If-Match in: header description: ETag @@ -9646,20 +9774,52 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/roleManagement/directory/roleAssignmentRequests/{unifiedRoleAssignmentRequest-id}/activatedUsing': + '/roleManagement/directory/roleAssignmentApprovals/{approval-id}/steps': get: tags: - roleManagement.rbacApplication - summary: Get activatedUsing from roleManagement - operationId: roleManagement.directory.roleAssignmentRequests_GetActivatedUsing + summary: Get steps from roleManagement + operationId: roleManagement.directory.roleAssignmentApprovals_ListSteps parameters: - - name: unifiedRoleAssignmentRequest-id + - name: approval-id in: path - description: 'key: id of unifiedRoleAssignmentRequest' + description: 'key: id of approval' required: true schema: type: string - x-ms-docs-key-type: unifiedRoleAssignmentRequest + x-ms-docs-key-type: approval + - $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 + - assignedToMe + - assignedToMe desc + - displayName + - displayName desc + - justification + - justification desc + - reviewedBy + - reviewedBy desc + - reviewedDateTime + - reviewedDateTime desc + - reviewResult + - reviewResult desc + - status + - status desc + type: string - name: $select in: query description: Select properties to be returned @@ -9671,20 +9831,13 @@ paths: items: enum: - id - - appScopeId - - createdDateTime - - createdUsing - - directoryScopeId - - modifiedDateTime - - principalId - - roleDefinitionId + - assignedToMe + - displayName + - justification + - reviewedBy + - reviewedDateTime + - reviewResult - status - - memberType - - scheduleInfo - - appScope - - directoryScope - - principal - - roleDefinition type: string - name: $expand in: query @@ -9697,10 +9850,6 @@ paths: items: enum: - '*' - - appScope - - directoryScope - - principal - - roleDefinition type: string responses: '200': @@ -9708,134 +9857,74 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.unifiedRoleEligibilitySchedule' - links: - appScope: - operationId: roleManagement.directory.roleAssignmentRequests.ActivatedUsing.GetAppScope - parameters: - unifiedRoleAssignmentRequest-id: $request.path.unifiedRoleAssignmentRequest-id - directoryScope: - operationId: roleManagement.directory.roleAssignmentRequests.ActivatedUsing.GetDirectoryScope - parameters: - unifiedRoleAssignmentRequest-id: $request.path.unifiedRoleAssignmentRequest-id - principal: - operationId: roleManagement.directory.roleAssignmentRequests.ActivatedUsing.GetPrincipal - parameters: - unifiedRoleAssignmentRequest-id: $request.path.unifiedRoleAssignmentRequest-id - roleDefinition: - operationId: roleManagement.directory.roleAssignmentRequests.ActivatedUsing.GetRoleDefinition - parameters: - unifiedRoleAssignmentRequest-id: $request.path.unifiedRoleAssignmentRequest-id - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/roleManagement/directory/roleAssignmentRequests/{unifiedRoleAssignmentRequest-id}/activatedUsing/$ref': - get: - tags: - - roleManagement.rbacApplication - summary: Get ref of activatedUsing from roleManagement - operationId: roleManagement.directory.roleAssignmentRequests_GetRefActivatedUsing - parameters: - - name: unifiedRoleAssignmentRequest-id - in: path - description: 'key: id of unifiedRoleAssignmentRequest' - required: true - schema: - type: string - x-ms-docs-key-type: unifiedRoleAssignmentRequest - responses: - '200': - description: Retrieved navigation property link - content: - application/json: - schema: - type: string - links: - appScope: - operationId: roleManagement.directory.roleAssignmentRequests.ActivatedUsing.GetAppScope - parameters: - unifiedRoleAssignmentRequest-id: $request.path.unifiedRoleAssignmentRequest-id - directoryScope: - operationId: roleManagement.directory.roleAssignmentRequests.ActivatedUsing.GetDirectoryScope - parameters: - unifiedRoleAssignmentRequest-id: $request.path.unifiedRoleAssignmentRequest-id - principal: - operationId: roleManagement.directory.roleAssignmentRequests.ActivatedUsing.GetPrincipal - parameters: - unifiedRoleAssignmentRequest-id: $request.path.unifiedRoleAssignmentRequest-id - roleDefinition: - operationId: roleManagement.directory.roleAssignmentRequests.ActivatedUsing.GetRoleDefinition - parameters: - unifiedRoleAssignmentRequest-id: $request.path.unifiedRoleAssignmentRequest-id + title: Collection of approvalStep + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.approvalStep' + '@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 - put: + post: tags: - roleManagement.rbacApplication - summary: Update the ref of navigation property activatedUsing in roleManagement - operationId: roleManagement.directory.roleAssignmentRequests_SetRefActivatedUsing + summary: Create new navigation property to steps for roleManagement + operationId: roleManagement.directory.roleAssignmentApprovals_CreateSteps parameters: - - name: unifiedRoleAssignmentRequest-id + - name: approval-id in: path - description: 'key: id of unifiedRoleAssignmentRequest' + description: 'key: id of approval' required: true schema: type: string - x-ms-docs-key-type: unifiedRoleAssignmentRequest + x-ms-docs-key-type: approval requestBody: - description: New navigation property ref values + description: New navigation property content: application/json: schema: - type: object - additionalProperties: - type: object + $ref: '#/components/schemas/microsoft.graph.approvalStep' required: true responses: - '204': - description: Success + '201': + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.approvalStep' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - delete: + '/roleManagement/directory/roleAssignmentApprovals/{approval-id}/steps/{approvalStep-id}': + get: tags: - roleManagement.rbacApplication - summary: Delete ref of navigation property activatedUsing for roleManagement - operationId: roleManagement.directory.roleAssignmentRequests_DeleteRefActivatedUsing + summary: Get steps from roleManagement + operationId: roleManagement.directory.roleAssignmentApprovals_GetSteps parameters: - - name: unifiedRoleAssignmentRequest-id + - name: approval-id in: path - description: 'key: id of unifiedRoleAssignmentRequest' + description: 'key: id of approval' required: true schema: type: string - x-ms-docs-key-type: unifiedRoleAssignmentRequest - - 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 - '/roleManagement/directory/roleAssignmentRequests/{unifiedRoleAssignmentRequest-id}/appScope': - get: - tags: - - roleManagement.rbacApplication - summary: Get appScope from roleManagement - operationId: roleManagement.directory.roleAssignmentRequests_GetAppScope - parameters: - - name: unifiedRoleAssignmentRequest-id + x-ms-docs-key-type: approval + - name: approvalStep-id in: path - description: 'key: id of unifiedRoleAssignmentRequest' + description: 'key: id of approvalStep' required: true schema: type: string - x-ms-docs-key-type: unifiedRoleAssignmentRequest + x-ms-docs-key-type: approvalStep - name: $select in: query description: Select properties to be returned @@ -9847,8 +9936,13 @@ paths: items: enum: - id + - assignedToMe - displayName - - type + - justification + - reviewedBy + - reviewedDateTime + - reviewResult + - status type: string - name: $expand in: query @@ -9868,55 +9962,36 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.appScope' + $ref: '#/components/schemas/microsoft.graph.approvalStep' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/roleManagement/directory/roleAssignmentRequests/{unifiedRoleAssignmentRequest-id}/appScope/$ref': - get: + patch: tags: - roleManagement.rbacApplication - summary: Get ref of appScope from roleManagement - operationId: roleManagement.directory.roleAssignmentRequests_GetRefAppScope + summary: Update the navigation property steps in roleManagement + operationId: roleManagement.directory.roleAssignmentApprovals_UpdateSteps parameters: - - name: unifiedRoleAssignmentRequest-id + - name: approval-id in: path - description: 'key: id of unifiedRoleAssignmentRequest' + description: 'key: id of approval' required: true schema: type: string - x-ms-docs-key-type: unifiedRoleAssignmentRequest - responses: - '200': - description: Retrieved navigation property link - content: - application/json: - schema: - type: string - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - put: - tags: - - roleManagement.rbacApplication - summary: Update the ref of navigation property appScope in roleManagement - operationId: roleManagement.directory.roleAssignmentRequests_SetRefAppScope - parameters: - - name: unifiedRoleAssignmentRequest-id + x-ms-docs-key-type: approval + - name: approvalStep-id in: path - description: 'key: id of unifiedRoleAssignmentRequest' + description: 'key: id of approvalStep' required: true schema: type: string - x-ms-docs-key-type: unifiedRoleAssignmentRequest + x-ms-docs-key-type: approvalStep requestBody: - description: New navigation property ref values + description: New navigation property values content: application/json: schema: - type: object - additionalProperties: - type: object + $ref: '#/components/schemas/microsoft.graph.approvalStep' required: true responses: '204': @@ -9927,16 +10002,23 @@ paths: delete: tags: - roleManagement.rbacApplication - summary: Delete ref of navigation property appScope for roleManagement - operationId: roleManagement.directory.roleAssignmentRequests_DeleteRefAppScope + summary: Delete navigation property steps for roleManagement + operationId: roleManagement.directory.roleAssignmentApprovals_DeleteSteps parameters: - - name: unifiedRoleAssignmentRequest-id + - name: approval-id in: path - description: 'key: id of unifiedRoleAssignmentRequest' + description: 'key: id of approval' required: true schema: type: string - x-ms-docs-key-type: unifiedRoleAssignmentRequest + x-ms-docs-key-type: approval + - name: approvalStep-id + in: path + description: 'key: id of approvalStep' + required: true + schema: + type: string + x-ms-docs-key-type: approvalStep - name: If-Match in: header description: ETag @@ -9948,20 +10030,88 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/roleManagement/directory/roleAssignmentRequests/{unifiedRoleAssignmentRequest-id}/directoryScope': + '/roleManagement/directory/roleAssignmentApprovals/microsoft.graph.filterByCurrentUser(on={on})': get: tags: - - roleManagement.rbacApplication - summary: Get directoryScope from roleManagement - operationId: roleManagement.directory.roleAssignmentRequests_GetDirectoryScope + - roleManagement.Functions + summary: Invoke function filterByCurrentUser + operationId: roleManagement.directory.roleAssignmentApprovals_filterByCurrentUser parameters: - - name: unifiedRoleAssignmentRequest-id + - name: on in: path - description: 'key: id of unifiedRoleAssignmentRequest' + description: 'Usage: on={on}' required: true schema: - type: string - x-ms-docs-key-type: unifiedRoleAssignmentRequest + $ref: '#/components/schemas/microsoft.graph.approvalFilterByCurrentUserOptions' + responses: + '200': + description: Success + content: + application/json: + schema: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.approval' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + /roleManagement/directory/roleAssignmentRequests: + get: + tags: + - roleManagement.rbacApplication + summary: Get roleAssignmentRequests from roleManagement + operationId: roleManagement.directory_ListRoleAssignmentRequests + parameters: + - $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 + - approvalId + - approvalId desc + - completedDateTime + - completedDateTime desc + - createdBy + - createdBy desc + - createdDateTime + - createdDateTime desc + - customData + - customData desc + - status + - status desc + - action + - action desc + - appScopeId + - appScopeId desc + - directoryScopeId + - directoryScopeId desc + - isValidationOnly + - isValidationOnly desc + - justification + - justification desc + - principalId + - principalId desc + - roleDefinitionId + - roleDefinitionId desc + - scheduleInfo + - scheduleInfo desc + - targetScheduleId + - targetScheduleId desc + - ticketInfo + - ticketInfo desc + type: string - name: $select in: query description: Select properties to be returned @@ -9973,7 +10123,28 @@ paths: items: enum: - id - - deletedDateTime + - approvalId + - completedDateTime + - createdBy + - createdDateTime + - customData + - status + - action + - appScopeId + - directoryScopeId + - isValidationOnly + - justification + - principalId + - roleDefinitionId + - scheduleInfo + - targetScheduleId + - ticketInfo + - activatedUsing + - appScope + - directoryScope + - principal + - roleDefinition + - targetSchedule type: string - name: $expand in: query @@ -9986,6 +10157,12 @@ paths: items: enum: - '*' + - activatedUsing + - appScope + - directoryScope + - principal + - roleDefinition + - targetSchedule type: string responses: '200': @@ -9993,16 +10170,51 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.directoryObject' + title: Collection of unifiedRoleAssignmentRequest + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.unifiedRoleAssignmentRequest' + '@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 - '/roleManagement/directory/roleAssignmentRequests/{unifiedRoleAssignmentRequest-id}/directoryScope/$ref': + post: + tags: + - roleManagement.rbacApplication + summary: Create new navigation property to roleAssignmentRequests for roleManagement + operationId: roleManagement.directory_CreateRoleAssignmentRequests + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.unifiedRoleAssignmentRequest' + required: true + responses: + '201': + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.unifiedRoleAssignmentRequest' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/roleManagement/directory/roleAssignmentRequests/{unifiedRoleAssignmentRequest-id}': get: tags: - roleManagement.rbacApplication - summary: Get ref of directoryScope from roleManagement - operationId: roleManagement.directory.roleAssignmentRequests_GetRefDirectoryScope + summary: Get roleAssignmentRequests from roleManagement + operationId: roleManagement.directory_GetRoleAssignmentRequests parameters: - name: unifiedRoleAssignmentRequest-id in: path @@ -10011,21 +10223,98 @@ paths: schema: type: string x-ms-docs-key-type: unifiedRoleAssignmentRequest + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - id + - approvalId + - completedDateTime + - createdBy + - createdDateTime + - customData + - status + - action + - appScopeId + - directoryScopeId + - isValidationOnly + - justification + - principalId + - roleDefinitionId + - scheduleInfo + - targetScheduleId + - ticketInfo + - activatedUsing + - appScope + - directoryScope + - principal + - roleDefinition + - targetSchedule + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - '*' + - activatedUsing + - appScope + - directoryScope + - principal + - roleDefinition + - targetSchedule + type: string responses: '200': - description: Retrieved navigation property link + description: Retrieved navigation property content: application/json: schema: - type: string + $ref: '#/components/schemas/microsoft.graph.unifiedRoleAssignmentRequest' + links: + activatedUsing: + operationId: roleManagement.directory.RoleAssignmentRequests.GetActivatedUsing + parameters: + unifiedRoleAssignmentRequest-id: $request.path.unifiedRoleAssignmentRequest-id + appScope: + operationId: roleManagement.directory.RoleAssignmentRequests.GetAppScope + parameters: + unifiedRoleAssignmentRequest-id: $request.path.unifiedRoleAssignmentRequest-id + directoryScope: + operationId: roleManagement.directory.RoleAssignmentRequests.GetDirectoryScope + parameters: + unifiedRoleAssignmentRequest-id: $request.path.unifiedRoleAssignmentRequest-id + principal: + operationId: roleManagement.directory.RoleAssignmentRequests.GetPrincipal + parameters: + unifiedRoleAssignmentRequest-id: $request.path.unifiedRoleAssignmentRequest-id + roleDefinition: + operationId: roleManagement.directory.RoleAssignmentRequests.GetRoleDefinition + parameters: + unifiedRoleAssignmentRequest-id: $request.path.unifiedRoleAssignmentRequest-id + targetSchedule: + operationId: roleManagement.directory.RoleAssignmentRequests.GetTargetSchedule + parameters: + unifiedRoleAssignmentRequest-id: $request.path.unifiedRoleAssignmentRequest-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - put: + patch: tags: - roleManagement.rbacApplication - summary: Update the ref of navigation property directoryScope in roleManagement - operationId: roleManagement.directory.roleAssignmentRequests_SetRefDirectoryScope + summary: Update the navigation property roleAssignmentRequests in roleManagement + operationId: roleManagement.directory_UpdateRoleAssignmentRequests parameters: - name: unifiedRoleAssignmentRequest-id in: path @@ -10035,13 +10324,11 @@ paths: type: string x-ms-docs-key-type: unifiedRoleAssignmentRequest requestBody: - description: New navigation property ref values + description: New navigation property values content: application/json: schema: - type: object - additionalProperties: - type: object + $ref: '#/components/schemas/microsoft.graph.unifiedRoleAssignmentRequest' required: true responses: '204': @@ -10052,8 +10339,8 @@ paths: delete: tags: - roleManagement.rbacApplication - summary: Delete ref of navigation property directoryScope for roleManagement - operationId: roleManagement.directory.roleAssignmentRequests_DeleteRefDirectoryScope + summary: Delete navigation property roleAssignmentRequests for roleManagement + operationId: roleManagement.directory_DeleteRoleAssignmentRequests parameters: - name: unifiedRoleAssignmentRequest-id in: path @@ -10073,32 +10360,12 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/roleManagement/directory/roleAssignmentRequests/{unifiedRoleAssignmentRequest-id}/microsoft.graph.cancel': - post: - tags: - - roleManagement.Actions - summary: Invoke action cancel - operationId: roleManagement.directory.roleAssignmentRequests_cancel - parameters: - - name: unifiedRoleAssignmentRequest-id - in: path - description: 'key: id of unifiedRoleAssignmentRequest' - required: true - schema: - type: string - x-ms-docs-key-type: unifiedRoleAssignmentRequest - responses: - '204': - description: Success - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: action - '/roleManagement/directory/roleAssignmentRequests/{unifiedRoleAssignmentRequest-id}/principal': + '/roleManagement/directory/roleAssignmentRequests/{unifiedRoleAssignmentRequest-id}/activatedUsing': get: tags: - roleManagement.rbacApplication - summary: Get principal from roleManagement - operationId: roleManagement.directory.roleAssignmentRequests_GetPrincipal + summary: Get activatedUsing from roleManagement + operationId: roleManagement.directory.roleAssignmentRequests_GetActivatedUsing parameters: - name: unifiedRoleAssignmentRequest-id in: path @@ -10118,7 +10385,20 @@ paths: items: enum: - id - - deletedDateTime + - appScopeId + - createdDateTime + - createdUsing + - directoryScopeId + - modifiedDateTime + - principalId + - roleDefinitionId + - status + - memberType + - scheduleInfo + - appScope + - directoryScope + - principal + - roleDefinition type: string - name: $expand in: query @@ -10131,6 +10411,10 @@ paths: items: enum: - '*' + - appScope + - directoryScope + - principal + - roleDefinition type: string responses: '200': @@ -10138,16 +10422,33 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.directoryObject' + $ref: '#/components/schemas/microsoft.graph.unifiedRoleEligibilitySchedule' + links: + appScope: + operationId: roleManagement.directory.roleAssignmentRequests.ActivatedUsing.GetAppScope + parameters: + unifiedRoleAssignmentRequest-id: $request.path.unifiedRoleAssignmentRequest-id + directoryScope: + operationId: roleManagement.directory.roleAssignmentRequests.ActivatedUsing.GetDirectoryScope + parameters: + unifiedRoleAssignmentRequest-id: $request.path.unifiedRoleAssignmentRequest-id + principal: + operationId: roleManagement.directory.roleAssignmentRequests.ActivatedUsing.GetPrincipal + parameters: + unifiedRoleAssignmentRequest-id: $request.path.unifiedRoleAssignmentRequest-id + roleDefinition: + operationId: roleManagement.directory.roleAssignmentRequests.ActivatedUsing.GetRoleDefinition + parameters: + unifiedRoleAssignmentRequest-id: $request.path.unifiedRoleAssignmentRequest-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/roleManagement/directory/roleAssignmentRequests/{unifiedRoleAssignmentRequest-id}/principal/$ref': + '/roleManagement/directory/roleAssignmentRequests/{unifiedRoleAssignmentRequest-id}/activatedUsing/$ref': get: tags: - roleManagement.rbacApplication - summary: Get ref of principal from roleManagement - operationId: roleManagement.directory.roleAssignmentRequests_GetRefPrincipal + summary: Get ref of activatedUsing from roleManagement + operationId: roleManagement.directory.roleAssignmentRequests_GetRefActivatedUsing parameters: - name: unifiedRoleAssignmentRequest-id in: path @@ -10163,14 +10464,31 @@ paths: application/json: schema: type: string + links: + appScope: + operationId: roleManagement.directory.roleAssignmentRequests.ActivatedUsing.GetAppScope + parameters: + unifiedRoleAssignmentRequest-id: $request.path.unifiedRoleAssignmentRequest-id + directoryScope: + operationId: roleManagement.directory.roleAssignmentRequests.ActivatedUsing.GetDirectoryScope + parameters: + unifiedRoleAssignmentRequest-id: $request.path.unifiedRoleAssignmentRequest-id + principal: + operationId: roleManagement.directory.roleAssignmentRequests.ActivatedUsing.GetPrincipal + parameters: + unifiedRoleAssignmentRequest-id: $request.path.unifiedRoleAssignmentRequest-id + roleDefinition: + operationId: roleManagement.directory.roleAssignmentRequests.ActivatedUsing.GetRoleDefinition + parameters: + unifiedRoleAssignmentRequest-id: $request.path.unifiedRoleAssignmentRequest-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation put: tags: - roleManagement.rbacApplication - summary: Update the ref of navigation property principal in roleManagement - operationId: roleManagement.directory.roleAssignmentRequests_SetRefPrincipal + summary: Update the ref of navigation property activatedUsing in roleManagement + operationId: roleManagement.directory.roleAssignmentRequests_SetRefActivatedUsing parameters: - name: unifiedRoleAssignmentRequest-id in: path @@ -10197,8 +10515,8 @@ paths: delete: tags: - roleManagement.rbacApplication - summary: Delete ref of navigation property principal for roleManagement - operationId: roleManagement.directory.roleAssignmentRequests_DeleteRefPrincipal + summary: Delete ref of navigation property activatedUsing for roleManagement + operationId: roleManagement.directory.roleAssignmentRequests_DeleteRefActivatedUsing parameters: - name: unifiedRoleAssignmentRequest-id in: path @@ -10218,12 +10536,12 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/roleManagement/directory/roleAssignmentRequests/{unifiedRoleAssignmentRequest-id}/roleDefinition': + '/roleManagement/directory/roleAssignmentRequests/{unifiedRoleAssignmentRequest-id}/appScope': get: tags: - roleManagement.rbacApplication - summary: Get roleDefinition from roleManagement - operationId: roleManagement.directory.roleAssignmentRequests_GetRoleDefinition + summary: Get appScope from roleManagement + operationId: roleManagement.directory.roleAssignmentRequests_GetAppScope parameters: - name: unifiedRoleAssignmentRequest-id in: path @@ -10243,15 +10561,8 @@ paths: items: enum: - id - - description - displayName - - isBuiltIn - - isEnabled - - resourceScopes - - rolePermissions - - templateId - - version - - inheritsPermissionsFrom + - type type: string - name: $expand in: query @@ -10264,7 +10575,6 @@ paths: items: enum: - '*' - - inheritsPermissionsFrom type: string responses: '200': @@ -10272,21 +10582,16 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.unifiedRoleDefinition' - links: - inheritsPermissionsFrom: - operationId: roleManagement.directory.roleAssignmentRequests.RoleDefinition.ListInheritsPermissionsFrom - parameters: - unifiedRoleAssignmentRequest-id: $request.path.unifiedRoleAssignmentRequest-id + $ref: '#/components/schemas/microsoft.graph.appScope' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/roleManagement/directory/roleAssignmentRequests/{unifiedRoleAssignmentRequest-id}/roleDefinition/$ref': + '/roleManagement/directory/roleAssignmentRequests/{unifiedRoleAssignmentRequest-id}/appScope/$ref': get: tags: - roleManagement.rbacApplication - summary: Get ref of roleDefinition from roleManagement - operationId: roleManagement.directory.roleAssignmentRequests_GetRefRoleDefinition + summary: Get ref of appScope from roleManagement + operationId: roleManagement.directory.roleAssignmentRequests_GetRefAppScope parameters: - name: unifiedRoleAssignmentRequest-id in: path @@ -10302,19 +10607,14 @@ paths: application/json: schema: type: string - links: - inheritsPermissionsFrom: - operationId: roleManagement.directory.roleAssignmentRequests.RoleDefinition.ListInheritsPermissionsFrom - parameters: - unifiedRoleAssignmentRequest-id: $request.path.unifiedRoleAssignmentRequest-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation put: tags: - roleManagement.rbacApplication - summary: Update the ref of navigation property roleDefinition in roleManagement - operationId: roleManagement.directory.roleAssignmentRequests_SetRefRoleDefinition + summary: Update the ref of navigation property appScope in roleManagement + operationId: roleManagement.directory.roleAssignmentRequests_SetRefAppScope parameters: - name: unifiedRoleAssignmentRequest-id in: path @@ -10341,8 +10641,8 @@ paths: delete: tags: - roleManagement.rbacApplication - summary: Delete ref of navigation property roleDefinition for roleManagement - operationId: roleManagement.directory.roleAssignmentRequests_DeleteRefRoleDefinition + summary: Delete ref of navigation property appScope for roleManagement + operationId: roleManagement.directory.roleAssignmentRequests_DeleteRefAppScope parameters: - name: unifiedRoleAssignmentRequest-id in: path @@ -10362,12 +10662,12 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/roleManagement/directory/roleAssignmentRequests/{unifiedRoleAssignmentRequest-id}/targetSchedule': + '/roleManagement/directory/roleAssignmentRequests/{unifiedRoleAssignmentRequest-id}/directoryScope': get: tags: - roleManagement.rbacApplication - summary: Get targetSchedule from roleManagement - operationId: roleManagement.directory.roleAssignmentRequests_GetTargetSchedule + summary: Get directoryScope from roleManagement + operationId: roleManagement.directory.roleAssignmentRequests_GetDirectoryScope parameters: - name: unifiedRoleAssignmentRequest-id in: path @@ -10387,22 +10687,7 @@ paths: items: enum: - id - - appScopeId - - createdDateTime - - createdUsing - - directoryScopeId - - modifiedDateTime - - principalId - - roleDefinitionId - - status - - assignmentType - - memberType - - scheduleInfo - - appScope - - directoryScope - - principal - - roleDefinition - - activatedUsing + - deletedDateTime type: string - name: $expand in: query @@ -10415,11 +10700,6 @@ paths: items: enum: - '*' - - appScope - - directoryScope - - principal - - roleDefinition - - activatedUsing type: string responses: '200': @@ -10427,37 +10707,16 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.unifiedRoleAssignmentSchedule' - links: - appScope: - operationId: roleManagement.directory.roleAssignmentRequests.TargetSchedule.GetAppScope - parameters: - unifiedRoleAssignmentRequest-id: $request.path.unifiedRoleAssignmentRequest-id - directoryScope: - operationId: roleManagement.directory.roleAssignmentRequests.TargetSchedule.GetDirectoryScope - parameters: - unifiedRoleAssignmentRequest-id: $request.path.unifiedRoleAssignmentRequest-id - principal: - operationId: roleManagement.directory.roleAssignmentRequests.TargetSchedule.GetPrincipal - parameters: - unifiedRoleAssignmentRequest-id: $request.path.unifiedRoleAssignmentRequest-id - roleDefinition: - operationId: roleManagement.directory.roleAssignmentRequests.TargetSchedule.GetRoleDefinition - parameters: - unifiedRoleAssignmentRequest-id: $request.path.unifiedRoleAssignmentRequest-id - activatedUsing: - operationId: roleManagement.directory.roleAssignmentRequests.TargetSchedule.GetActivatedUsing - parameters: - unifiedRoleAssignmentRequest-id: $request.path.unifiedRoleAssignmentRequest-id + $ref: '#/components/schemas/microsoft.graph.directoryObject' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/roleManagement/directory/roleAssignmentRequests/{unifiedRoleAssignmentRequest-id}/targetSchedule/$ref': + '/roleManagement/directory/roleAssignmentRequests/{unifiedRoleAssignmentRequest-id}/directoryScope/$ref': get: tags: - roleManagement.rbacApplication - summary: Get ref of targetSchedule from roleManagement - operationId: roleManagement.directory.roleAssignmentRequests_GetRefTargetSchedule + summary: Get ref of directoryScope from roleManagement + operationId: roleManagement.directory.roleAssignmentRequests_GetRefDirectoryScope parameters: - name: unifiedRoleAssignmentRequest-id in: path @@ -10473,35 +10732,14 @@ paths: application/json: schema: type: string - links: - appScope: - operationId: roleManagement.directory.roleAssignmentRequests.TargetSchedule.GetAppScope - parameters: - unifiedRoleAssignmentRequest-id: $request.path.unifiedRoleAssignmentRequest-id - directoryScope: - operationId: roleManagement.directory.roleAssignmentRequests.TargetSchedule.GetDirectoryScope - parameters: - unifiedRoleAssignmentRequest-id: $request.path.unifiedRoleAssignmentRequest-id - principal: - operationId: roleManagement.directory.roleAssignmentRequests.TargetSchedule.GetPrincipal - parameters: - unifiedRoleAssignmentRequest-id: $request.path.unifiedRoleAssignmentRequest-id - roleDefinition: - operationId: roleManagement.directory.roleAssignmentRequests.TargetSchedule.GetRoleDefinition - parameters: - unifiedRoleAssignmentRequest-id: $request.path.unifiedRoleAssignmentRequest-id - activatedUsing: - operationId: roleManagement.directory.roleAssignmentRequests.TargetSchedule.GetActivatedUsing - parameters: - unifiedRoleAssignmentRequest-id: $request.path.unifiedRoleAssignmentRequest-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation put: tags: - roleManagement.rbacApplication - summary: Update the ref of navigation property targetSchedule in roleManagement - operationId: roleManagement.directory.roleAssignmentRequests_SetRefTargetSchedule + summary: Update the ref of navigation property directoryScope in roleManagement + operationId: roleManagement.directory.roleAssignmentRequests_SetRefDirectoryScope parameters: - name: unifiedRoleAssignmentRequest-id in: path @@ -10528,8 +10766,8 @@ paths: delete: tags: - roleManagement.rbacApplication - summary: Delete ref of navigation property targetSchedule for roleManagement - operationId: roleManagement.directory.roleAssignmentRequests_DeleteRefTargetSchedule + summary: Delete ref of navigation property directoryScope for roleManagement + operationId: roleManagement.directory.roleAssignmentRequests_DeleteRefDirectoryScope parameters: - name: unifiedRoleAssignmentRequest-id in: path @@ -10549,68 +10787,40 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/roleManagement/directory/roleAssignmentRequests/microsoft.graph.filterByCurrentUser(on={on})': - get: + '/roleManagement/directory/roleAssignmentRequests/{unifiedRoleAssignmentRequest-id}/microsoft.graph.cancel': + post: tags: - - roleManagement.Functions - summary: Invoke function filterByCurrentUser - operationId: roleManagement.directory.roleAssignmentRequests_filterByCurrentUser + - roleManagement.Actions + summary: Invoke action cancel + operationId: roleManagement.directory.roleAssignmentRequests_cancel parameters: - - name: on + - name: unifiedRoleAssignmentRequest-id in: path - description: 'Usage: on={on}' + description: 'key: id of unifiedRoleAssignmentRequest' required: true schema: - $ref: '#/components/schemas/microsoft.graph.roleAssignmentRequestFilterByCurrentUserOptions' + type: string + x-ms-docs-key-type: unifiedRoleAssignmentRequest responses: - '200': + '204': description: Success - content: - application/json: - schema: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.unifiedRoleAssignmentRequest' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: function - /roleManagement/directory/roleAssignments: + x-ms-docs-operation-type: action + '/roleManagement/directory/roleAssignmentRequests/{unifiedRoleAssignmentRequest-id}/principal': get: tags: - roleManagement.rbacApplication - summary: Get roleAssignments from roleManagement - operationId: roleManagement.directory_ListRoleAssignments + summary: Get principal from roleManagement + operationId: roleManagement.directory.roleAssignmentRequests_GetPrincipal parameters: - - $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 + - name: unifiedRoleAssignmentRequest-id + in: path + description: 'key: id of unifiedRoleAssignmentRequest' + required: true schema: - uniqueItems: true - type: array - items: - enum: - - id - - id desc - - appScopeId - - appScopeId desc - - condition - - condition desc - - directoryScopeId - - directoryScopeId desc - - principalId - - principalId desc - - resourceScope - - resourceScope desc - - roleDefinitionId - - roleDefinitionId desc - type: string + type: string + x-ms-docs-key-type: unifiedRoleAssignmentRequest - name: $select in: query description: Select properties to be returned @@ -10622,16 +10832,7 @@ paths: items: enum: - id - - appScopeId - - condition - - directoryScopeId - - principalId - - resourceScope - - roleDefinitionId - - appScope - - directoryScope - - principal - - roleDefinition + - deletedDateTime type: string - name: $expand in: query @@ -10644,10 +10845,6 @@ paths: items: enum: - '*' - - appScope - - directoryScope - - principal - - roleDefinition type: string responses: '200': @@ -10655,143 +10852,55 @@ paths: content: application/json: schema: - title: Collection of unifiedRoleAssignment - type: object - properties: - value: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.unifiedRoleAssignment' - '@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: - - roleManagement.rbacApplication - summary: Create new navigation property to roleAssignments for roleManagement - operationId: roleManagement.directory_CreateRoleAssignments - requestBody: - description: New navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.unifiedRoleAssignment' - required: true - responses: - '201': - description: Created navigation property. - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.unifiedRoleAssignment' + $ref: '#/components/schemas/microsoft.graph.directoryObject' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}': + '/roleManagement/directory/roleAssignmentRequests/{unifiedRoleAssignmentRequest-id}/principal/$ref': get: tags: - roleManagement.rbacApplication - summary: Get roleAssignments from roleManagement - operationId: roleManagement.directory_GetRoleAssignments + summary: Get ref of principal from roleManagement + operationId: roleManagement.directory.roleAssignmentRequests_GetRefPrincipal parameters: - - name: unifiedRoleAssignment-id + - name: unifiedRoleAssignmentRequest-id in: path - description: 'key: id of unifiedRoleAssignment' + description: 'key: id of unifiedRoleAssignmentRequest' required: true schema: type: string - x-ms-docs-key-type: unifiedRoleAssignment - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - enum: - - id - - appScopeId - - condition - - directoryScopeId - - principalId - - resourceScope - - roleDefinitionId - - appScope - - directoryScope - - principal - - roleDefinition - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - enum: - - '*' - - appScope - - directoryScope - - principal - - roleDefinition - type: string + x-ms-docs-key-type: unifiedRoleAssignmentRequest responses: '200': - description: Retrieved navigation property + description: Retrieved navigation property link content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.unifiedRoleAssignment' - links: - appScope: - operationId: roleManagement.directory.RoleAssignments.GetAppScope - parameters: - unifiedRoleAssignment-id: $request.path.unifiedRoleAssignment-id - directoryScope: - operationId: roleManagement.directory.RoleAssignments.GetDirectoryScope - parameters: - unifiedRoleAssignment-id: $request.path.unifiedRoleAssignment-id - principal: - operationId: roleManagement.directory.RoleAssignments.GetPrincipal - parameters: - unifiedRoleAssignment-id: $request.path.unifiedRoleAssignment-id - roleDefinition: - operationId: roleManagement.directory.RoleAssignments.GetRoleDefinition - parameters: - unifiedRoleAssignment-id: $request.path.unifiedRoleAssignment-id + type: string default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - patch: + put: tags: - roleManagement.rbacApplication - summary: Update the navigation property roleAssignments in roleManagement - operationId: roleManagement.directory_UpdateRoleAssignments + summary: Update the ref of navigation property principal in roleManagement + operationId: roleManagement.directory.roleAssignmentRequests_SetRefPrincipal parameters: - - name: unifiedRoleAssignment-id + - name: unifiedRoleAssignmentRequest-id in: path - description: 'key: id of unifiedRoleAssignment' + description: 'key: id of unifiedRoleAssignmentRequest' required: true schema: type: string - x-ms-docs-key-type: unifiedRoleAssignment + x-ms-docs-key-type: unifiedRoleAssignmentRequest requestBody: - description: New navigation property values + description: New navigation property ref values content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.unifiedRoleAssignment' + type: object + additionalProperties: + type: object required: true responses: '204': @@ -10802,16 +10911,16 @@ paths: delete: tags: - roleManagement.rbacApplication - summary: Delete navigation property roleAssignments for roleManagement - operationId: roleManagement.directory_DeleteRoleAssignments + summary: Delete ref of navigation property principal for roleManagement + operationId: roleManagement.directory.roleAssignmentRequests_DeleteRefPrincipal parameters: - - name: unifiedRoleAssignment-id + - name: unifiedRoleAssignmentRequest-id in: path - description: 'key: id of unifiedRoleAssignment' + description: 'key: id of unifiedRoleAssignmentRequest' required: true schema: type: string - x-ms-docs-key-type: unifiedRoleAssignment + x-ms-docs-key-type: unifiedRoleAssignmentRequest - name: If-Match in: header description: ETag @@ -10823,20 +10932,20 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}/appScope': + '/roleManagement/directory/roleAssignmentRequests/{unifiedRoleAssignmentRequest-id}/roleDefinition': get: tags: - roleManagement.rbacApplication - summary: Get appScope from roleManagement - operationId: roleManagement.directory.roleAssignments_GetAppScope + summary: Get roleDefinition from roleManagement + operationId: roleManagement.directory.roleAssignmentRequests_GetRoleDefinition parameters: - - name: unifiedRoleAssignment-id + - name: unifiedRoleAssignmentRequest-id in: path - description: 'key: id of unifiedRoleAssignment' + description: 'key: id of unifiedRoleAssignmentRequest' required: true schema: type: string - x-ms-docs-key-type: unifiedRoleAssignment + x-ms-docs-key-type: unifiedRoleAssignmentRequest - name: $select in: query description: Select properties to be returned @@ -10848,8 +10957,15 @@ paths: items: enum: - id + - description - displayName - - type + - isBuiltIn + - isEnabled + - resourceScopes + - rolePermissions + - templateId + - version + - inheritsPermissionsFrom type: string - name: $expand in: query @@ -10862,6 +10978,7 @@ paths: items: enum: - '*' + - inheritsPermissionsFrom type: string responses: '200': @@ -10869,49 +10986,85 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.appScope' + $ref: '#/components/schemas/microsoft.graph.unifiedRoleDefinition' + links: + inheritsPermissionsFrom: + operationId: roleManagement.directory.roleAssignmentRequests.RoleDefinition.ListInheritsPermissionsFrom + parameters: + unifiedRoleAssignmentRequest-id: $request.path.unifiedRoleAssignmentRequest-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - patch: + '/roleManagement/directory/roleAssignmentRequests/{unifiedRoleAssignmentRequest-id}/roleDefinition/$ref': + get: tags: - roleManagement.rbacApplication - summary: Update the navigation property appScope in roleManagement - operationId: roleManagement.directory.roleAssignments_UpdateAppScope + summary: Get ref of roleDefinition from roleManagement + operationId: roleManagement.directory.roleAssignmentRequests_GetRefRoleDefinition parameters: - - name: unifiedRoleAssignment-id + - name: unifiedRoleAssignmentRequest-id in: path - description: 'key: id of unifiedRoleAssignment' + description: 'key: id of unifiedRoleAssignmentRequest' required: true schema: type: string - x-ms-docs-key-type: unifiedRoleAssignment - requestBody: - description: New navigation property values - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.appScope' - required: true + x-ms-docs-key-type: unifiedRoleAssignmentRequest responses: - '204': - description: Success + '200': + description: Retrieved navigation property link + content: + application/json: + schema: + type: string + links: + inheritsPermissionsFrom: + operationId: roleManagement.directory.roleAssignmentRequests.RoleDefinition.ListInheritsPermissionsFrom + parameters: + unifiedRoleAssignmentRequest-id: $request.path.unifiedRoleAssignmentRequest-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - delete: + put: tags: - roleManagement.rbacApplication - summary: Delete navigation property appScope for roleManagement - operationId: roleManagement.directory.roleAssignments_DeleteAppScope - parameters: - - name: unifiedRoleAssignment-id + summary: Update the ref of navigation property roleDefinition in roleManagement + operationId: roleManagement.directory.roleAssignmentRequests_SetRefRoleDefinition + parameters: + - name: unifiedRoleAssignmentRequest-id in: path - description: 'key: id of unifiedRoleAssignment' + description: 'key: id of unifiedRoleAssignmentRequest' required: true schema: type: string - x-ms-docs-key-type: unifiedRoleAssignment + x-ms-docs-key-type: unifiedRoleAssignmentRequest + 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: + - roleManagement.rbacApplication + summary: Delete ref of navigation property roleDefinition for roleManagement + operationId: roleManagement.directory.roleAssignmentRequests_DeleteRefRoleDefinition + parameters: + - name: unifiedRoleAssignmentRequest-id + in: path + description: 'key: id of unifiedRoleAssignmentRequest' + required: true + schema: + type: string + x-ms-docs-key-type: unifiedRoleAssignmentRequest - name: If-Match in: header description: ETag @@ -10923,20 +11076,20 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}/directoryScope': + '/roleManagement/directory/roleAssignmentRequests/{unifiedRoleAssignmentRequest-id}/targetSchedule': get: tags: - roleManagement.rbacApplication - summary: Get directoryScope from roleManagement - operationId: roleManagement.directory.roleAssignments_GetDirectoryScope + summary: Get targetSchedule from roleManagement + operationId: roleManagement.directory.roleAssignmentRequests_GetTargetSchedule parameters: - - name: unifiedRoleAssignment-id + - name: unifiedRoleAssignmentRequest-id in: path - description: 'key: id of unifiedRoleAssignment' + description: 'key: id of unifiedRoleAssignmentRequest' required: true schema: type: string - x-ms-docs-key-type: unifiedRoleAssignment + x-ms-docs-key-type: unifiedRoleAssignmentRequest - name: $select in: query description: Select properties to be returned @@ -10948,7 +11101,22 @@ paths: items: enum: - id - - deletedDateTime + - appScopeId + - createdDateTime + - createdUsing + - directoryScopeId + - modifiedDateTime + - principalId + - roleDefinitionId + - status + - assignmentType + - memberType + - scheduleInfo + - appScope + - directoryScope + - principal + - roleDefinition + - activatedUsing type: string - name: $expand in: query @@ -10961,6 +11129,11 @@ paths: items: enum: - '*' + - appScope + - directoryScope + - principal + - roleDefinition + - activatedUsing type: string responses: '200': @@ -10968,24 +11141,45 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.directoryObject' + $ref: '#/components/schemas/microsoft.graph.unifiedRoleAssignmentSchedule' + links: + appScope: + operationId: roleManagement.directory.roleAssignmentRequests.TargetSchedule.GetAppScope + parameters: + unifiedRoleAssignmentRequest-id: $request.path.unifiedRoleAssignmentRequest-id + directoryScope: + operationId: roleManagement.directory.roleAssignmentRequests.TargetSchedule.GetDirectoryScope + parameters: + unifiedRoleAssignmentRequest-id: $request.path.unifiedRoleAssignmentRequest-id + principal: + operationId: roleManagement.directory.roleAssignmentRequests.TargetSchedule.GetPrincipal + parameters: + unifiedRoleAssignmentRequest-id: $request.path.unifiedRoleAssignmentRequest-id + roleDefinition: + operationId: roleManagement.directory.roleAssignmentRequests.TargetSchedule.GetRoleDefinition + parameters: + unifiedRoleAssignmentRequest-id: $request.path.unifiedRoleAssignmentRequest-id + activatedUsing: + operationId: roleManagement.directory.roleAssignmentRequests.TargetSchedule.GetActivatedUsing + parameters: + unifiedRoleAssignmentRequest-id: $request.path.unifiedRoleAssignmentRequest-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}/directoryScope/$ref': + '/roleManagement/directory/roleAssignmentRequests/{unifiedRoleAssignmentRequest-id}/targetSchedule/$ref': get: tags: - roleManagement.rbacApplication - summary: Get ref of directoryScope from roleManagement - operationId: roleManagement.directory.roleAssignments_GetRefDirectoryScope + summary: Get ref of targetSchedule from roleManagement + operationId: roleManagement.directory.roleAssignmentRequests_GetRefTargetSchedule parameters: - - name: unifiedRoleAssignment-id + - name: unifiedRoleAssignmentRequest-id in: path - description: 'key: id of unifiedRoleAssignment' + description: 'key: id of unifiedRoleAssignmentRequest' required: true schema: type: string - x-ms-docs-key-type: unifiedRoleAssignment + x-ms-docs-key-type: unifiedRoleAssignmentRequest responses: '200': description: Retrieved navigation property link @@ -10993,22 +11187,43 @@ paths: application/json: schema: type: string + links: + appScope: + operationId: roleManagement.directory.roleAssignmentRequests.TargetSchedule.GetAppScope + parameters: + unifiedRoleAssignmentRequest-id: $request.path.unifiedRoleAssignmentRequest-id + directoryScope: + operationId: roleManagement.directory.roleAssignmentRequests.TargetSchedule.GetDirectoryScope + parameters: + unifiedRoleAssignmentRequest-id: $request.path.unifiedRoleAssignmentRequest-id + principal: + operationId: roleManagement.directory.roleAssignmentRequests.TargetSchedule.GetPrincipal + parameters: + unifiedRoleAssignmentRequest-id: $request.path.unifiedRoleAssignmentRequest-id + roleDefinition: + operationId: roleManagement.directory.roleAssignmentRequests.TargetSchedule.GetRoleDefinition + parameters: + unifiedRoleAssignmentRequest-id: $request.path.unifiedRoleAssignmentRequest-id + activatedUsing: + operationId: roleManagement.directory.roleAssignmentRequests.TargetSchedule.GetActivatedUsing + parameters: + unifiedRoleAssignmentRequest-id: $request.path.unifiedRoleAssignmentRequest-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation put: tags: - roleManagement.rbacApplication - summary: Update the ref of navigation property directoryScope in roleManagement - operationId: roleManagement.directory.roleAssignments_SetRefDirectoryScope + summary: Update the ref of navigation property targetSchedule in roleManagement + operationId: roleManagement.directory.roleAssignmentRequests_SetRefTargetSchedule parameters: - - name: unifiedRoleAssignment-id + - name: unifiedRoleAssignmentRequest-id in: path - description: 'key: id of unifiedRoleAssignment' + description: 'key: id of unifiedRoleAssignmentRequest' required: true schema: type: string - x-ms-docs-key-type: unifiedRoleAssignment + x-ms-docs-key-type: unifiedRoleAssignmentRequest requestBody: description: New navigation property ref values content: @@ -11027,16 +11242,16 @@ paths: delete: tags: - roleManagement.rbacApplication - summary: Delete ref of navigation property directoryScope for roleManagement - operationId: roleManagement.directory.roleAssignments_DeleteRefDirectoryScope + summary: Delete ref of navigation property targetSchedule for roleManagement + operationId: roleManagement.directory.roleAssignmentRequests_DeleteRefTargetSchedule parameters: - - name: unifiedRoleAssignment-id + - name: unifiedRoleAssignmentRequest-id in: path - description: 'key: id of unifiedRoleAssignment' + description: 'key: id of unifiedRoleAssignmentRequest' required: true schema: type: string - x-ms-docs-key-type: unifiedRoleAssignment + x-ms-docs-key-type: unifiedRoleAssignmentRequest - name: If-Match in: header description: ETag @@ -11048,20 +11263,68 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}/principal': + '/roleManagement/directory/roleAssignmentRequests/microsoft.graph.filterByCurrentUser(on={on})': get: tags: - - roleManagement.rbacApplication - summary: Get principal from roleManagement - operationId: roleManagement.directory.roleAssignments_GetPrincipal + - roleManagement.Functions + summary: Invoke function filterByCurrentUser + operationId: roleManagement.directory.roleAssignmentRequests_filterByCurrentUser parameters: - - name: unifiedRoleAssignment-id + - name: on in: path - description: 'key: id of unifiedRoleAssignment' + description: 'Usage: on={on}' required: true schema: - type: string - x-ms-docs-key-type: unifiedRoleAssignment + $ref: '#/components/schemas/microsoft.graph.roleAssignmentRequestFilterByCurrentUserOptions' + responses: + '200': + description: Success + content: + application/json: + schema: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.unifiedRoleAssignmentRequest' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + /roleManagement/directory/roleAssignments: + get: + tags: + - roleManagement.rbacApplication + summary: Get roleAssignments from roleManagement + operationId: roleManagement.directory_ListRoleAssignments + parameters: + - $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 + - appScopeId + - appScopeId desc + - condition + - condition desc + - directoryScopeId + - directoryScopeId desc + - principalId + - principalId desc + - resourceScope + - resourceScope desc + - roleDefinitionId + - roleDefinitionId desc + type: string - name: $select in: query description: Select properties to be returned @@ -11073,7 +11336,16 @@ paths: items: enum: - id - - deletedDateTime + - appScopeId + - condition + - directoryScopeId + - principalId + - resourceScope + - roleDefinitionId + - appScope + - directoryScope + - principal + - roleDefinition type: string - name: $expand in: query @@ -11086,6 +11358,10 @@ paths: items: enum: - '*' + - appScope + - directoryScope + - principal + - roleDefinition type: string responses: '200': @@ -11093,39 +11369,129 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.directoryObject' + title: Collection of unifiedRoleAssignment + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.unifiedRoleAssignment' + '@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 - '/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}/principal/$ref': - get: + post: tags: - roleManagement.rbacApplication - summary: Get ref of principal from roleManagement - operationId: roleManagement.directory.roleAssignments_GetRefPrincipal - parameters: - - name: unifiedRoleAssignment-id - in: path - description: 'key: id of unifiedRoleAssignment' - required: true - schema: - type: string - x-ms-docs-key-type: unifiedRoleAssignment - responses: - '200': - description: Retrieved navigation property link + summary: Create new navigation property to roleAssignments for roleManagement + operationId: roleManagement.directory_CreateRoleAssignments + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.unifiedRoleAssignment' + required: true + responses: + '201': + description: Created navigation property. content: application/json: schema: - type: string + $ref: '#/components/schemas/microsoft.graph.unifiedRoleAssignment' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - put: + '/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}': + get: tags: - roleManagement.rbacApplication - summary: Update the ref of navigation property principal in roleManagement - operationId: roleManagement.directory.roleAssignments_SetRefPrincipal + summary: Get roleAssignments from roleManagement + operationId: roleManagement.directory_GetRoleAssignments + parameters: + - name: unifiedRoleAssignment-id + in: path + description: 'key: id of unifiedRoleAssignment' + required: true + schema: + type: string + x-ms-docs-key-type: unifiedRoleAssignment + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - id + - appScopeId + - condition + - directoryScopeId + - principalId + - resourceScope + - roleDefinitionId + - appScope + - directoryScope + - principal + - roleDefinition + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - '*' + - appScope + - directoryScope + - principal + - roleDefinition + type: string + responses: + '200': + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.unifiedRoleAssignment' + links: + appScope: + operationId: roleManagement.directory.RoleAssignments.GetAppScope + parameters: + unifiedRoleAssignment-id: $request.path.unifiedRoleAssignment-id + directoryScope: + operationId: roleManagement.directory.RoleAssignments.GetDirectoryScope + parameters: + unifiedRoleAssignment-id: $request.path.unifiedRoleAssignment-id + principal: + operationId: roleManagement.directory.RoleAssignments.GetPrincipal + parameters: + unifiedRoleAssignment-id: $request.path.unifiedRoleAssignment-id + roleDefinition: + operationId: roleManagement.directory.RoleAssignments.GetRoleDefinition + parameters: + unifiedRoleAssignment-id: $request.path.unifiedRoleAssignment-id + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - roleManagement.rbacApplication + summary: Update the navigation property roleAssignments in roleManagement + operationId: roleManagement.directory_UpdateRoleAssignments parameters: - name: unifiedRoleAssignment-id in: path @@ -11135,13 +11501,11 @@ paths: type: string x-ms-docs-key-type: unifiedRoleAssignment requestBody: - description: New navigation property ref values + description: New navigation property values content: application/json: schema: - type: object - additionalProperties: - type: object + $ref: '#/components/schemas/microsoft.graph.unifiedRoleAssignment' required: true responses: '204': @@ -11152,8 +11516,8 @@ paths: delete: tags: - roleManagement.rbacApplication - summary: Delete ref of navigation property principal for roleManagement - operationId: roleManagement.directory.roleAssignments_DeleteRefPrincipal + summary: Delete navigation property roleAssignments for roleManagement + operationId: roleManagement.directory_DeleteRoleAssignments parameters: - name: unifiedRoleAssignment-id in: path @@ -11173,12 +11537,12 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}/roleDefinition': + '/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}/appScope': get: tags: - roleManagement.rbacApplication - summary: Get roleDefinition from roleManagement - operationId: roleManagement.directory.roleAssignments_GetRoleDefinition + summary: Get appScope from roleManagement + operationId: roleManagement.directory.roleAssignments_GetAppScope parameters: - name: unifiedRoleAssignment-id in: path @@ -11198,15 +11562,8 @@ paths: items: enum: - id - - description - displayName - - isBuiltIn - - isEnabled - - resourceScopes - - rolePermissions - - templateId - - version - - inheritsPermissionsFrom + - type type: string - name: $expand in: query @@ -11219,7 +11576,6 @@ paths: items: enum: - '*' - - inheritsPermissionsFrom type: string responses: '200': @@ -11227,49 +11583,15 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.unifiedRoleDefinition' - links: - inheritsPermissionsFrom: - operationId: roleManagement.directory.roleAssignments.RoleDefinition.ListInheritsPermissionsFrom - parameters: - unifiedRoleAssignment-id: $request.path.unifiedRoleAssignment-id - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}/roleDefinition/$ref': - get: - tags: - - roleManagement.rbacApplication - summary: Get ref of roleDefinition from roleManagement - operationId: roleManagement.directory.roleAssignments_GetRefRoleDefinition - parameters: - - name: unifiedRoleAssignment-id - in: path - description: 'key: id of unifiedRoleAssignment' - required: true - schema: - type: string - x-ms-docs-key-type: unifiedRoleAssignment - responses: - '200': - description: Retrieved navigation property link - content: - application/json: - schema: - type: string - links: - inheritsPermissionsFrom: - operationId: roleManagement.directory.roleAssignments.RoleDefinition.ListInheritsPermissionsFrom - parameters: - unifiedRoleAssignment-id: $request.path.unifiedRoleAssignment-id + $ref: '#/components/schemas/microsoft.graph.appScope' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - put: + patch: tags: - roleManagement.rbacApplication - summary: Update the ref of navigation property roleDefinition in roleManagement - operationId: roleManagement.directory.roleAssignments_SetRefRoleDefinition + summary: Update the navigation property appScope in roleManagement + operationId: roleManagement.directory.roleAssignments_UpdateAppScope parameters: - name: unifiedRoleAssignment-id in: path @@ -11279,13 +11601,11 @@ paths: type: string x-ms-docs-key-type: unifiedRoleAssignment requestBody: - description: New navigation property ref values + description: New navigation property values content: application/json: schema: - type: object - additionalProperties: - type: object + $ref: '#/components/schemas/microsoft.graph.appScope' required: true responses: '204': @@ -11296,8 +11616,8 @@ paths: delete: tags: - roleManagement.rbacApplication - summary: Delete ref of navigation property roleDefinition for roleManagement - operationId: roleManagement.directory.roleAssignments_DeleteRefRoleDefinition + summary: Delete navigation property appScope for roleManagement + operationId: roleManagement.directory.roleAssignments_DeleteAppScope parameters: - name: unifiedRoleAssignment-id in: path @@ -11317,51 +11637,20 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - /roleManagement/directory/roleAssignmentScheduleInstances: + '/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}/directoryScope': get: tags: - roleManagement.rbacApplication - summary: Get roleAssignmentScheduleInstances from roleManagement - operationId: roleManagement.directory_ListRoleAssignmentScheduleInstances + summary: Get directoryScope from roleManagement + operationId: roleManagement.directory.roleAssignments_GetDirectoryScope parameters: - - $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 + - name: unifiedRoleAssignment-id + in: path + description: 'key: id of unifiedRoleAssignment' + required: true schema: - uniqueItems: true - type: array - items: - enum: - - id - - id desc - - appScopeId - - appScopeId desc - - directoryScopeId - - directoryScopeId desc - - principalId - - principalId desc - - roleDefinitionId - - roleDefinitionId desc - - assignmentType - - assignmentType desc - - endDateTime - - endDateTime desc - - memberType - - memberType desc - - roleAssignmentOriginId - - roleAssignmentOriginId desc - - roleAssignmentScheduleId - - roleAssignmentScheduleId desc - - startDateTime - - startDateTime desc - type: string + type: string + x-ms-docs-key-type: unifiedRoleAssignment - name: $select in: query description: Select properties to be returned @@ -11373,21 +11662,7 @@ paths: items: enum: - id - - appScopeId - - directoryScopeId - - principalId - - roleDefinitionId - - assignmentType - - endDateTime - - memberType - - roleAssignmentOriginId - - roleAssignmentScheduleId - - startDateTime - - appScope - - directoryScope - - principal - - roleDefinition - - activatedUsing + - deletedDateTime type: string - name: $expand in: query @@ -11400,11 +11675,6 @@ paths: items: enum: - '*' - - appScope - - directoryScope - - principal - - roleDefinition - - activatedUsing type: string responses: '200': @@ -11412,153 +11682,55 @@ paths: content: application/json: schema: - title: Collection of unifiedRoleAssignmentScheduleInstance - type: object - properties: - value: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.unifiedRoleAssignmentScheduleInstance' - '@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: - - roleManagement.rbacApplication - summary: Create new navigation property to roleAssignmentScheduleInstances for roleManagement - operationId: roleManagement.directory_CreateRoleAssignmentScheduleInstances - requestBody: - description: New navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.unifiedRoleAssignmentScheduleInstance' - required: true - responses: - '201': - description: Created navigation property. - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.unifiedRoleAssignmentScheduleInstance' + $ref: '#/components/schemas/microsoft.graph.directoryObject' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}': + '/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}/directoryScope/$ref': get: tags: - roleManagement.rbacApplication - summary: Get roleAssignmentScheduleInstances from roleManagement - operationId: roleManagement.directory_GetRoleAssignmentScheduleInstances + summary: Get ref of directoryScope from roleManagement + operationId: roleManagement.directory.roleAssignments_GetRefDirectoryScope parameters: - - name: unifiedRoleAssignmentScheduleInstance-id + - name: unifiedRoleAssignment-id in: path - description: 'key: id of unifiedRoleAssignmentScheduleInstance' + description: 'key: id of unifiedRoleAssignment' required: true schema: type: string - x-ms-docs-key-type: unifiedRoleAssignmentScheduleInstance - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - enum: - - id - - appScopeId - - directoryScopeId - - principalId - - roleDefinitionId - - assignmentType - - endDateTime - - memberType - - roleAssignmentOriginId - - roleAssignmentScheduleId - - startDateTime - - appScope - - directoryScope - - principal - - roleDefinition - - activatedUsing - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - enum: - - '*' - - appScope - - directoryScope - - principal - - roleDefinition - - activatedUsing - type: string + x-ms-docs-key-type: unifiedRoleAssignment responses: '200': - description: Retrieved navigation property + description: Retrieved navigation property link content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.unifiedRoleAssignmentScheduleInstance' - links: - appScope: - operationId: roleManagement.directory.RoleAssignmentScheduleInstances.GetAppScope - parameters: - unifiedRoleAssignmentScheduleInstance-id: $request.path.unifiedRoleAssignmentScheduleInstance-id - directoryScope: - operationId: roleManagement.directory.RoleAssignmentScheduleInstances.GetDirectoryScope - parameters: - unifiedRoleAssignmentScheduleInstance-id: $request.path.unifiedRoleAssignmentScheduleInstance-id - principal: - operationId: roleManagement.directory.RoleAssignmentScheduleInstances.GetPrincipal - parameters: - unifiedRoleAssignmentScheduleInstance-id: $request.path.unifiedRoleAssignmentScheduleInstance-id - roleDefinition: - operationId: roleManagement.directory.RoleAssignmentScheduleInstances.GetRoleDefinition - parameters: - unifiedRoleAssignmentScheduleInstance-id: $request.path.unifiedRoleAssignmentScheduleInstance-id - activatedUsing: - operationId: roleManagement.directory.RoleAssignmentScheduleInstances.GetActivatedUsing - parameters: - unifiedRoleAssignmentScheduleInstance-id: $request.path.unifiedRoleAssignmentScheduleInstance-id + type: string default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - patch: + put: tags: - roleManagement.rbacApplication - summary: Update the navigation property roleAssignmentScheduleInstances in roleManagement - operationId: roleManagement.directory_UpdateRoleAssignmentScheduleInstances + summary: Update the ref of navigation property directoryScope in roleManagement + operationId: roleManagement.directory.roleAssignments_SetRefDirectoryScope parameters: - - name: unifiedRoleAssignmentScheduleInstance-id + - name: unifiedRoleAssignment-id in: path - description: 'key: id of unifiedRoleAssignmentScheduleInstance' + description: 'key: id of unifiedRoleAssignment' required: true schema: type: string - x-ms-docs-key-type: unifiedRoleAssignmentScheduleInstance + x-ms-docs-key-type: unifiedRoleAssignment requestBody: - description: New navigation property values + description: New navigation property ref values content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.unifiedRoleAssignmentScheduleInstance' + type: object + additionalProperties: + type: object required: true responses: '204': @@ -11569,16 +11741,16 @@ paths: delete: tags: - roleManagement.rbacApplication - summary: Delete navigation property roleAssignmentScheduleInstances for roleManagement - operationId: roleManagement.directory_DeleteRoleAssignmentScheduleInstances + summary: Delete ref of navigation property directoryScope for roleManagement + operationId: roleManagement.directory.roleAssignments_DeleteRefDirectoryScope parameters: - - name: unifiedRoleAssignmentScheduleInstance-id + - name: unifiedRoleAssignment-id in: path - description: 'key: id of unifiedRoleAssignmentScheduleInstance' + description: 'key: id of unifiedRoleAssignment' required: true schema: type: string - x-ms-docs-key-type: unifiedRoleAssignmentScheduleInstance + x-ms-docs-key-type: unifiedRoleAssignment - name: If-Match in: header description: ETag @@ -11590,20 +11762,20 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/activatedUsing': + '/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}/principal': get: tags: - roleManagement.rbacApplication - summary: Get activatedUsing from roleManagement - operationId: roleManagement.directory.roleAssignmentScheduleInstances_GetActivatedUsing + summary: Get principal from roleManagement + operationId: roleManagement.directory.roleAssignments_GetPrincipal parameters: - - name: unifiedRoleAssignmentScheduleInstance-id + - name: unifiedRoleAssignment-id in: path - description: 'key: id of unifiedRoleAssignmentScheduleInstance' + description: 'key: id of unifiedRoleAssignment' required: true schema: type: string - x-ms-docs-key-type: unifiedRoleAssignmentScheduleInstance + x-ms-docs-key-type: unifiedRoleAssignment - name: $select in: query description: Select properties to be returned @@ -11615,18 +11787,7 @@ paths: items: enum: - id - - appScopeId - - directoryScopeId - - principalId - - roleDefinitionId - - endDateTime - - memberType - - roleEligibilityScheduleId - - startDateTime - - appScope - - directoryScope - - principal - - roleDefinition + - deletedDateTime type: string - name: $expand in: query @@ -11639,10 +11800,6 @@ paths: items: enum: - '*' - - appScope - - directoryScope - - principal - - roleDefinition type: string responses: '200': @@ -11650,41 +11807,24 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.unifiedRoleEligibilityScheduleInstance' - links: - appScope: - operationId: roleManagement.directory.roleAssignmentScheduleInstances.ActivatedUsing.GetAppScope - parameters: - unifiedRoleAssignmentScheduleInstance-id: $request.path.unifiedRoleAssignmentScheduleInstance-id - directoryScope: - operationId: roleManagement.directory.roleAssignmentScheduleInstances.ActivatedUsing.GetDirectoryScope - parameters: - unifiedRoleAssignmentScheduleInstance-id: $request.path.unifiedRoleAssignmentScheduleInstance-id - principal: - operationId: roleManagement.directory.roleAssignmentScheduleInstances.ActivatedUsing.GetPrincipal - parameters: - unifiedRoleAssignmentScheduleInstance-id: $request.path.unifiedRoleAssignmentScheduleInstance-id - roleDefinition: - operationId: roleManagement.directory.roleAssignmentScheduleInstances.ActivatedUsing.GetRoleDefinition - parameters: - unifiedRoleAssignmentScheduleInstance-id: $request.path.unifiedRoleAssignmentScheduleInstance-id + $ref: '#/components/schemas/microsoft.graph.directoryObject' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/activatedUsing/$ref': + '/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}/principal/$ref': get: tags: - roleManagement.rbacApplication - summary: Get ref of activatedUsing from roleManagement - operationId: roleManagement.directory.roleAssignmentScheduleInstances_GetRefActivatedUsing + summary: Get ref of principal from roleManagement + operationId: roleManagement.directory.roleAssignments_GetRefPrincipal parameters: - - name: unifiedRoleAssignmentScheduleInstance-id + - name: unifiedRoleAssignment-id in: path - description: 'key: id of unifiedRoleAssignmentScheduleInstance' + description: 'key: id of unifiedRoleAssignment' required: true schema: type: string - x-ms-docs-key-type: unifiedRoleAssignmentScheduleInstance + x-ms-docs-key-type: unifiedRoleAssignment responses: '200': description: Retrieved navigation property link @@ -11692,39 +11832,22 @@ paths: application/json: schema: type: string - links: - appScope: - operationId: roleManagement.directory.roleAssignmentScheduleInstances.ActivatedUsing.GetAppScope - parameters: - unifiedRoleAssignmentScheduleInstance-id: $request.path.unifiedRoleAssignmentScheduleInstance-id - directoryScope: - operationId: roleManagement.directory.roleAssignmentScheduleInstances.ActivatedUsing.GetDirectoryScope - parameters: - unifiedRoleAssignmentScheduleInstance-id: $request.path.unifiedRoleAssignmentScheduleInstance-id - principal: - operationId: roleManagement.directory.roleAssignmentScheduleInstances.ActivatedUsing.GetPrincipal - parameters: - unifiedRoleAssignmentScheduleInstance-id: $request.path.unifiedRoleAssignmentScheduleInstance-id - roleDefinition: - operationId: roleManagement.directory.roleAssignmentScheduleInstances.ActivatedUsing.GetRoleDefinition - parameters: - unifiedRoleAssignmentScheduleInstance-id: $request.path.unifiedRoleAssignmentScheduleInstance-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation put: tags: - roleManagement.rbacApplication - summary: Update the ref of navigation property activatedUsing in roleManagement - operationId: roleManagement.directory.roleAssignmentScheduleInstances_SetRefActivatedUsing + summary: Update the ref of navigation property principal in roleManagement + operationId: roleManagement.directory.roleAssignments_SetRefPrincipal parameters: - - name: unifiedRoleAssignmentScheduleInstance-id + - name: unifiedRoleAssignment-id in: path - description: 'key: id of unifiedRoleAssignmentScheduleInstance' + description: 'key: id of unifiedRoleAssignment' required: true schema: type: string - x-ms-docs-key-type: unifiedRoleAssignmentScheduleInstance + x-ms-docs-key-type: unifiedRoleAssignment requestBody: description: New navigation property ref values content: @@ -11743,16 +11866,16 @@ paths: delete: tags: - roleManagement.rbacApplication - summary: Delete ref of navigation property activatedUsing for roleManagement - operationId: roleManagement.directory.roleAssignmentScheduleInstances_DeleteRefActivatedUsing + summary: Delete ref of navigation property principal for roleManagement + operationId: roleManagement.directory.roleAssignments_DeleteRefPrincipal parameters: - - name: unifiedRoleAssignmentScheduleInstance-id + - name: unifiedRoleAssignment-id in: path - description: 'key: id of unifiedRoleAssignmentScheduleInstance' + description: 'key: id of unifiedRoleAssignment' required: true schema: type: string - x-ms-docs-key-type: unifiedRoleAssignmentScheduleInstance + x-ms-docs-key-type: unifiedRoleAssignment - name: If-Match in: header description: ETag @@ -11764,37 +11887,156 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/roleManagement/directory/roleAssignmentScheduleInstances/microsoft.graph.filterByCurrentUser(on={on})': + '/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}/roleDefinition': get: tags: - - roleManagement.Functions - summary: Invoke function filterByCurrentUser - operationId: roleManagement.directory.roleAssignmentScheduleInstances_filterByCurrentUser + - roleManagement.rbacApplication + summary: Get roleDefinition from roleManagement + operationId: roleManagement.directory.roleAssignments_GetRoleDefinition parameters: - - name: on + - name: unifiedRoleAssignment-id in: path - description: 'Usage: on={on}' + description: 'key: id of unifiedRoleAssignment' required: true schema: - $ref: '#/components/schemas/microsoft.graph.roleAssignmentScheduleInstanceFilterByCurrentUserOptions' - responses: - '200': - description: Success - content: - application/json: - schema: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.unifiedRoleAssignmentScheduleInstance' + type: string + x-ms-docs-key-type: unifiedRoleAssignment + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - id + - description + - displayName + - isBuiltIn + - isEnabled + - resourceScopes + - rolePermissions + - templateId + - version + - inheritsPermissionsFrom + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - '*' + - inheritsPermissionsFrom + type: string + responses: + '200': + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.unifiedRoleDefinition' + links: + inheritsPermissionsFrom: + operationId: roleManagement.directory.roleAssignments.RoleDefinition.ListInheritsPermissionsFrom + parameters: + unifiedRoleAssignment-id: $request.path.unifiedRoleAssignment-id default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: function - /roleManagement/directory/roleAssignmentSchedules: + x-ms-docs-operation-type: operation + '/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}/roleDefinition/$ref': get: tags: - roleManagement.rbacApplication - summary: Get roleAssignmentSchedules from roleManagement - operationId: roleManagement.directory_ListRoleAssignmentSchedules + summary: Get ref of roleDefinition from roleManagement + operationId: roleManagement.directory.roleAssignments_GetRefRoleDefinition + parameters: + - name: unifiedRoleAssignment-id + in: path + description: 'key: id of unifiedRoleAssignment' + required: true + schema: + type: string + x-ms-docs-key-type: unifiedRoleAssignment + responses: + '200': + description: Retrieved navigation property link + content: + application/json: + schema: + type: string + links: + inheritsPermissionsFrom: + operationId: roleManagement.directory.roleAssignments.RoleDefinition.ListInheritsPermissionsFrom + parameters: + unifiedRoleAssignment-id: $request.path.unifiedRoleAssignment-id + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + put: + tags: + - roleManagement.rbacApplication + summary: Update the ref of navigation property roleDefinition in roleManagement + operationId: roleManagement.directory.roleAssignments_SetRefRoleDefinition + parameters: + - name: unifiedRoleAssignment-id + in: path + description: 'key: id of unifiedRoleAssignment' + required: true + schema: + type: string + x-ms-docs-key-type: unifiedRoleAssignment + 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: + - roleManagement.rbacApplication + summary: Delete ref of navigation property roleDefinition for roleManagement + operationId: roleManagement.directory.roleAssignments_DeleteRefRoleDefinition + parameters: + - name: unifiedRoleAssignment-id + in: path + description: 'key: id of unifiedRoleAssignment' + required: true + schema: + type: string + x-ms-docs-key-type: unifiedRoleAssignment + - 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 + /roleManagement/directory/roleAssignmentScheduleInstances: + get: + tags: + - roleManagement.rbacApplication + summary: Get roleAssignmentScheduleInstances from roleManagement + operationId: roleManagement.directory_ListRoleAssignmentScheduleInstances parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' @@ -11815,26 +12057,24 @@ paths: - id desc - appScopeId - appScopeId desc - - createdDateTime - - createdDateTime desc - - createdUsing - - createdUsing desc - directoryScopeId - directoryScopeId desc - - modifiedDateTime - - modifiedDateTime desc - principalId - principalId desc - roleDefinitionId - roleDefinitionId desc - - status - - status desc - assignmentType - assignmentType desc + - endDateTime + - endDateTime desc - memberType - memberType desc - - scheduleInfo - - scheduleInfo desc + - roleAssignmentOriginId + - roleAssignmentOriginId desc + - roleAssignmentScheduleId + - roleAssignmentScheduleId desc + - startDateTime + - startDateTime desc type: string - name: $select in: query @@ -11848,16 +12088,15 @@ paths: enum: - id - appScopeId - - createdDateTime - - createdUsing - directoryScopeId - - modifiedDateTime - principalId - roleDefinitionId - - status - assignmentType + - endDateTime - memberType - - scheduleInfo + - roleAssignmentOriginId + - roleAssignmentScheduleId + - startDateTime - appScope - directoryScope - principal @@ -11887,13 +12126,13 @@ paths: content: application/json: schema: - title: Collection of unifiedRoleAssignmentSchedule + title: Collection of unifiedRoleAssignmentScheduleInstance type: object properties: value: type: array items: - $ref: '#/components/schemas/microsoft.graph.unifiedRoleAssignmentSchedule' + $ref: '#/components/schemas/microsoft.graph.unifiedRoleAssignmentScheduleInstance' '@odata.nextLink': type: string additionalProperties: @@ -11907,14 +12146,14 @@ paths: post: tags: - roleManagement.rbacApplication - summary: Create new navigation property to roleAssignmentSchedules for roleManagement - operationId: roleManagement.directory_CreateRoleAssignmentSchedules + summary: Create new navigation property to roleAssignmentScheduleInstances for roleManagement + operationId: roleManagement.directory_CreateRoleAssignmentScheduleInstances requestBody: description: New navigation property content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.unifiedRoleAssignmentSchedule' + $ref: '#/components/schemas/microsoft.graph.unifiedRoleAssignmentScheduleInstance' required: true responses: '201': @@ -11922,24 +12161,24 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.unifiedRoleAssignmentSchedule' + $ref: '#/components/schemas/microsoft.graph.unifiedRoleAssignmentScheduleInstance' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}': + '/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}': get: tags: - roleManagement.rbacApplication - summary: Get roleAssignmentSchedules from roleManagement - operationId: roleManagement.directory_GetRoleAssignmentSchedules + summary: Get roleAssignmentScheduleInstances from roleManagement + operationId: roleManagement.directory_GetRoleAssignmentScheduleInstances parameters: - - name: unifiedRoleAssignmentSchedule-id + - name: unifiedRoleAssignmentScheduleInstance-id in: path - description: 'key: id of unifiedRoleAssignmentSchedule' + description: 'key: id of unifiedRoleAssignmentScheduleInstance' required: true schema: type: string - x-ms-docs-key-type: unifiedRoleAssignmentSchedule + x-ms-docs-key-type: unifiedRoleAssignmentScheduleInstance - name: $select in: query description: Select properties to be returned @@ -11952,16 +12191,15 @@ paths: enum: - id - appScopeId - - createdDateTime - - createdUsing - directoryScopeId - - modifiedDateTime - principalId - roleDefinitionId - - status - assignmentType + - endDateTime - memberType - - scheduleInfo + - roleAssignmentOriginId + - roleAssignmentScheduleId + - startDateTime - appScope - directoryScope - principal @@ -11991,50 +12229,50 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.unifiedRoleAssignmentSchedule' + $ref: '#/components/schemas/microsoft.graph.unifiedRoleAssignmentScheduleInstance' links: appScope: - operationId: roleManagement.directory.RoleAssignmentSchedules.GetAppScope + operationId: roleManagement.directory.RoleAssignmentScheduleInstances.GetAppScope parameters: - unifiedRoleAssignmentSchedule-id: $request.path.unifiedRoleAssignmentSchedule-id + unifiedRoleAssignmentScheduleInstance-id: $request.path.unifiedRoleAssignmentScheduleInstance-id directoryScope: - operationId: roleManagement.directory.RoleAssignmentSchedules.GetDirectoryScope + operationId: roleManagement.directory.RoleAssignmentScheduleInstances.GetDirectoryScope parameters: - unifiedRoleAssignmentSchedule-id: $request.path.unifiedRoleAssignmentSchedule-id + unifiedRoleAssignmentScheduleInstance-id: $request.path.unifiedRoleAssignmentScheduleInstance-id principal: - operationId: roleManagement.directory.RoleAssignmentSchedules.GetPrincipal + operationId: roleManagement.directory.RoleAssignmentScheduleInstances.GetPrincipal parameters: - unifiedRoleAssignmentSchedule-id: $request.path.unifiedRoleAssignmentSchedule-id + unifiedRoleAssignmentScheduleInstance-id: $request.path.unifiedRoleAssignmentScheduleInstance-id roleDefinition: - operationId: roleManagement.directory.RoleAssignmentSchedules.GetRoleDefinition + operationId: roleManagement.directory.RoleAssignmentScheduleInstances.GetRoleDefinition parameters: - unifiedRoleAssignmentSchedule-id: $request.path.unifiedRoleAssignmentSchedule-id + unifiedRoleAssignmentScheduleInstance-id: $request.path.unifiedRoleAssignmentScheduleInstance-id activatedUsing: - operationId: roleManagement.directory.RoleAssignmentSchedules.GetActivatedUsing + operationId: roleManagement.directory.RoleAssignmentScheduleInstances.GetActivatedUsing parameters: - unifiedRoleAssignmentSchedule-id: $request.path.unifiedRoleAssignmentSchedule-id + unifiedRoleAssignmentScheduleInstance-id: $request.path.unifiedRoleAssignmentScheduleInstance-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - roleManagement.rbacApplication - summary: Update the navigation property roleAssignmentSchedules in roleManagement - operationId: roleManagement.directory_UpdateRoleAssignmentSchedules + summary: Update the navigation property roleAssignmentScheduleInstances in roleManagement + operationId: roleManagement.directory_UpdateRoleAssignmentScheduleInstances parameters: - - name: unifiedRoleAssignmentSchedule-id + - name: unifiedRoleAssignmentScheduleInstance-id in: path - description: 'key: id of unifiedRoleAssignmentSchedule' + description: 'key: id of unifiedRoleAssignmentScheduleInstance' required: true schema: type: string - x-ms-docs-key-type: unifiedRoleAssignmentSchedule + x-ms-docs-key-type: unifiedRoleAssignmentScheduleInstance requestBody: description: New navigation property values content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.unifiedRoleAssignmentSchedule' + $ref: '#/components/schemas/microsoft.graph.unifiedRoleAssignmentScheduleInstance' required: true responses: '204': @@ -12045,16 +12283,16 @@ paths: delete: tags: - roleManagement.rbacApplication - summary: Delete navigation property roleAssignmentSchedules for roleManagement - operationId: roleManagement.directory_DeleteRoleAssignmentSchedules + summary: Delete navigation property roleAssignmentScheduleInstances for roleManagement + operationId: roleManagement.directory_DeleteRoleAssignmentScheduleInstances parameters: - - name: unifiedRoleAssignmentSchedule-id + - name: unifiedRoleAssignmentScheduleInstance-id in: path - description: 'key: id of unifiedRoleAssignmentSchedule' + description: 'key: id of unifiedRoleAssignmentScheduleInstance' required: true schema: type: string - x-ms-docs-key-type: unifiedRoleAssignmentSchedule + x-ms-docs-key-type: unifiedRoleAssignmentScheduleInstance - name: If-Match in: header description: ETag @@ -12066,20 +12304,20 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/activatedUsing': + '/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/activatedUsing': get: tags: - roleManagement.rbacApplication summary: Get activatedUsing from roleManagement - operationId: roleManagement.directory.roleAssignmentSchedules_GetActivatedUsing + operationId: roleManagement.directory.roleAssignmentScheduleInstances_GetActivatedUsing parameters: - - name: unifiedRoleAssignmentSchedule-id + - name: unifiedRoleAssignmentScheduleInstance-id in: path - description: 'key: id of unifiedRoleAssignmentSchedule' + description: 'key: id of unifiedRoleAssignmentScheduleInstance' required: true schema: type: string - x-ms-docs-key-type: unifiedRoleAssignmentSchedule + x-ms-docs-key-type: unifiedRoleAssignmentScheduleInstance - name: $select in: query description: Select properties to be returned @@ -12092,15 +12330,13 @@ paths: enum: - id - appScopeId - - createdDateTime - - createdUsing - directoryScopeId - - modifiedDateTime - principalId - roleDefinitionId - - status + - endDateTime - memberType - - scheduleInfo + - roleEligibilityScheduleId + - startDateTime - appScope - directoryScope - principal @@ -12128,41 +12364,41 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.unifiedRoleEligibilitySchedule' + $ref: '#/components/schemas/microsoft.graph.unifiedRoleEligibilityScheduleInstance' links: appScope: - operationId: roleManagement.directory.roleAssignmentSchedules.ActivatedUsing.GetAppScope + operationId: roleManagement.directory.roleAssignmentScheduleInstances.ActivatedUsing.GetAppScope parameters: - unifiedRoleAssignmentSchedule-id: $request.path.unifiedRoleAssignmentSchedule-id + unifiedRoleAssignmentScheduleInstance-id: $request.path.unifiedRoleAssignmentScheduleInstance-id directoryScope: - operationId: roleManagement.directory.roleAssignmentSchedules.ActivatedUsing.GetDirectoryScope + operationId: roleManagement.directory.roleAssignmentScheduleInstances.ActivatedUsing.GetDirectoryScope parameters: - unifiedRoleAssignmentSchedule-id: $request.path.unifiedRoleAssignmentSchedule-id + unifiedRoleAssignmentScheduleInstance-id: $request.path.unifiedRoleAssignmentScheduleInstance-id principal: - operationId: roleManagement.directory.roleAssignmentSchedules.ActivatedUsing.GetPrincipal + operationId: roleManagement.directory.roleAssignmentScheduleInstances.ActivatedUsing.GetPrincipal parameters: - unifiedRoleAssignmentSchedule-id: $request.path.unifiedRoleAssignmentSchedule-id + unifiedRoleAssignmentScheduleInstance-id: $request.path.unifiedRoleAssignmentScheduleInstance-id roleDefinition: - operationId: roleManagement.directory.roleAssignmentSchedules.ActivatedUsing.GetRoleDefinition + operationId: roleManagement.directory.roleAssignmentScheduleInstances.ActivatedUsing.GetRoleDefinition parameters: - unifiedRoleAssignmentSchedule-id: $request.path.unifiedRoleAssignmentSchedule-id + unifiedRoleAssignmentScheduleInstance-id: $request.path.unifiedRoleAssignmentScheduleInstance-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/activatedUsing/$ref': + '/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/activatedUsing/$ref': get: tags: - roleManagement.rbacApplication summary: Get ref of activatedUsing from roleManagement - operationId: roleManagement.directory.roleAssignmentSchedules_GetRefActivatedUsing + operationId: roleManagement.directory.roleAssignmentScheduleInstances_GetRefActivatedUsing parameters: - - name: unifiedRoleAssignmentSchedule-id + - name: unifiedRoleAssignmentScheduleInstance-id in: path - description: 'key: id of unifiedRoleAssignmentSchedule' + description: 'key: id of unifiedRoleAssignmentScheduleInstance' required: true schema: type: string - x-ms-docs-key-type: unifiedRoleAssignmentSchedule + x-ms-docs-key-type: unifiedRoleAssignmentScheduleInstance responses: '200': description: Retrieved navigation property link @@ -12172,21 +12408,21 @@ paths: type: string links: appScope: - operationId: roleManagement.directory.roleAssignmentSchedules.ActivatedUsing.GetAppScope + operationId: roleManagement.directory.roleAssignmentScheduleInstances.ActivatedUsing.GetAppScope parameters: - unifiedRoleAssignmentSchedule-id: $request.path.unifiedRoleAssignmentSchedule-id + unifiedRoleAssignmentScheduleInstance-id: $request.path.unifiedRoleAssignmentScheduleInstance-id directoryScope: - operationId: roleManagement.directory.roleAssignmentSchedules.ActivatedUsing.GetDirectoryScope + operationId: roleManagement.directory.roleAssignmentScheduleInstances.ActivatedUsing.GetDirectoryScope parameters: - unifiedRoleAssignmentSchedule-id: $request.path.unifiedRoleAssignmentSchedule-id + unifiedRoleAssignmentScheduleInstance-id: $request.path.unifiedRoleAssignmentScheduleInstance-id principal: - operationId: roleManagement.directory.roleAssignmentSchedules.ActivatedUsing.GetPrincipal + operationId: roleManagement.directory.roleAssignmentScheduleInstances.ActivatedUsing.GetPrincipal parameters: - unifiedRoleAssignmentSchedule-id: $request.path.unifiedRoleAssignmentSchedule-id + unifiedRoleAssignmentScheduleInstance-id: $request.path.unifiedRoleAssignmentScheduleInstance-id roleDefinition: - operationId: roleManagement.directory.roleAssignmentSchedules.ActivatedUsing.GetRoleDefinition + operationId: roleManagement.directory.roleAssignmentScheduleInstances.ActivatedUsing.GetRoleDefinition parameters: - unifiedRoleAssignmentSchedule-id: $request.path.unifiedRoleAssignmentSchedule-id + unifiedRoleAssignmentScheduleInstance-id: $request.path.unifiedRoleAssignmentScheduleInstance-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -12194,15 +12430,15 @@ paths: tags: - roleManagement.rbacApplication summary: Update the ref of navigation property activatedUsing in roleManagement - operationId: roleManagement.directory.roleAssignmentSchedules_SetRefActivatedUsing + operationId: roleManagement.directory.roleAssignmentScheduleInstances_SetRefActivatedUsing parameters: - - name: unifiedRoleAssignmentSchedule-id + - name: unifiedRoleAssignmentScheduleInstance-id in: path - description: 'key: id of unifiedRoleAssignmentSchedule' + description: 'key: id of unifiedRoleAssignmentScheduleInstance' required: true schema: type: string - x-ms-docs-key-type: unifiedRoleAssignmentSchedule + x-ms-docs-key-type: unifiedRoleAssignmentScheduleInstance requestBody: description: New navigation property ref values content: @@ -12222,15 +12458,15 @@ paths: tags: - roleManagement.rbacApplication summary: Delete ref of navigation property activatedUsing for roleManagement - operationId: roleManagement.directory.roleAssignmentSchedules_DeleteRefActivatedUsing + operationId: roleManagement.directory.roleAssignmentScheduleInstances_DeleteRefActivatedUsing parameters: - - name: unifiedRoleAssignmentSchedule-id + - name: unifiedRoleAssignmentScheduleInstance-id in: path - description: 'key: id of unifiedRoleAssignmentSchedule' + description: 'key: id of unifiedRoleAssignmentScheduleInstance' required: true schema: type: string - x-ms-docs-key-type: unifiedRoleAssignmentSchedule + x-ms-docs-key-type: unifiedRoleAssignmentScheduleInstance - name: If-Match in: header description: ETag @@ -12242,19 +12478,19 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/roleManagement/directory/roleAssignmentSchedules/microsoft.graph.filterByCurrentUser(on={on})': + '/roleManagement/directory/roleAssignmentScheduleInstances/microsoft.graph.filterByCurrentUser(on={on})': get: tags: - roleManagement.Functions summary: Invoke function filterByCurrentUser - operationId: roleManagement.directory.roleAssignmentSchedules_filterByCurrentUser + operationId: roleManagement.directory.roleAssignmentScheduleInstances_filterByCurrentUser parameters: - name: on in: path description: 'Usage: on={on}' required: true schema: - $ref: '#/components/schemas/microsoft.graph.roleAssignmentScheduleFilterByCurrentUserOptions' + $ref: '#/components/schemas/microsoft.graph.roleAssignmentScheduleInstanceFilterByCurrentUserOptions' responses: '200': description: Success @@ -12263,16 +12499,16 @@ paths: schema: type: array items: - $ref: '#/components/schemas/microsoft.graph.unifiedRoleAssignmentSchedule' + $ref: '#/components/schemas/microsoft.graph.unifiedRoleAssignmentScheduleInstance' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: function - /roleManagement/directory/roleDefinitions: + /roleManagement/directory/roleAssignmentSchedules: get: tags: - roleManagement.rbacApplication - summary: Get roleDefinitions from roleManagement - operationId: roleManagement.directory_ListRoleDefinitions + summary: Get roleAssignmentSchedules from roleManagement + operationId: roleManagement.directory_ListRoleAssignmentSchedules parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' @@ -12291,22 +12527,28 @@ paths: enum: - id - id desc - - description - - description desc - - displayName - - displayName desc - - isBuiltIn - - isBuiltIn desc - - isEnabled - - isEnabled desc - - resourceScopes - - resourceScopes desc - - rolePermissions - - rolePermissions desc - - templateId - - templateId desc - - version - - version desc + - appScopeId + - appScopeId desc + - createdDateTime + - createdDateTime desc + - createdUsing + - createdUsing desc + - directoryScopeId + - directoryScopeId desc + - modifiedDateTime + - modifiedDateTime desc + - principalId + - principalId desc + - roleDefinitionId + - roleDefinitionId desc + - status + - status desc + - assignmentType + - assignmentType desc + - memberType + - memberType desc + - scheduleInfo + - scheduleInfo desc type: string - name: $select in: query @@ -12319,15 +12561,22 @@ paths: items: enum: - id - - description - - displayName - - isBuiltIn - - isEnabled - - resourceScopes - - rolePermissions - - templateId - - version - - inheritsPermissionsFrom + - appScopeId + - createdDateTime + - createdUsing + - directoryScopeId + - modifiedDateTime + - principalId + - roleDefinitionId + - status + - assignmentType + - memberType + - scheduleInfo + - appScope + - directoryScope + - principal + - roleDefinition + - activatedUsing type: string - name: $expand in: query @@ -12340,7 +12589,11 @@ paths: items: enum: - '*' - - inheritsPermissionsFrom + - appScope + - directoryScope + - principal + - roleDefinition + - activatedUsing type: string responses: '200': @@ -12348,13 +12601,13 @@ paths: content: application/json: schema: - title: Collection of unifiedRoleDefinition + title: Collection of unifiedRoleAssignmentSchedule type: object properties: value: type: array items: - $ref: '#/components/schemas/microsoft.graph.unifiedRoleDefinition' + $ref: '#/components/schemas/microsoft.graph.unifiedRoleAssignmentSchedule' '@odata.nextLink': type: string additionalProperties: @@ -12368,14 +12621,14 @@ paths: post: tags: - roleManagement.rbacApplication - summary: Create new navigation property to roleDefinitions for roleManagement - operationId: roleManagement.directory_CreateRoleDefinitions + summary: Create new navigation property to roleAssignmentSchedules for roleManagement + operationId: roleManagement.directory_CreateRoleAssignmentSchedules requestBody: description: New navigation property content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.unifiedRoleDefinition' + $ref: '#/components/schemas/microsoft.graph.unifiedRoleAssignmentSchedule' required: true responses: '201': @@ -12383,24 +12636,24 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.unifiedRoleDefinition' + $ref: '#/components/schemas/microsoft.graph.unifiedRoleAssignmentSchedule' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}': + '/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}': get: tags: - roleManagement.rbacApplication - summary: Get roleDefinitions from roleManagement - operationId: roleManagement.directory_GetRoleDefinitions + summary: Get roleAssignmentSchedules from roleManagement + operationId: roleManagement.directory_GetRoleAssignmentSchedules parameters: - - name: unifiedRoleDefinition-id + - name: unifiedRoleAssignmentSchedule-id in: path - description: 'key: id of unifiedRoleDefinition' + description: 'key: id of unifiedRoleAssignmentSchedule' required: true schema: type: string - x-ms-docs-key-type: unifiedRoleDefinition + x-ms-docs-key-type: unifiedRoleAssignmentSchedule - name: $select in: query description: Select properties to be returned @@ -12412,15 +12665,22 @@ paths: items: enum: - id - - description - - displayName - - isBuiltIn - - isEnabled - - resourceScopes - - rolePermissions - - templateId - - version - - inheritsPermissionsFrom + - appScopeId + - createdDateTime + - createdUsing + - directoryScopeId + - modifiedDateTime + - principalId + - roleDefinitionId + - status + - assignmentType + - memberType + - scheduleInfo + - appScope + - directoryScope + - principal + - roleDefinition + - activatedUsing type: string - name: $expand in: query @@ -12433,7 +12693,11 @@ paths: items: enum: - '*' - - inheritsPermissionsFrom + - appScope + - directoryScope + - principal + - roleDefinition + - activatedUsing type: string responses: '200': @@ -12441,34 +12705,50 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.unifiedRoleDefinition' + $ref: '#/components/schemas/microsoft.graph.unifiedRoleAssignmentSchedule' links: - inheritsPermissionsFrom: - operationId: roleManagement.directory.RoleDefinitions.ListInheritsPermissionsFrom + appScope: + operationId: roleManagement.directory.RoleAssignmentSchedules.GetAppScope parameters: - unifiedRoleDefinition-id: $request.path.unifiedRoleDefinition-id + unifiedRoleAssignmentSchedule-id: $request.path.unifiedRoleAssignmentSchedule-id + directoryScope: + operationId: roleManagement.directory.RoleAssignmentSchedules.GetDirectoryScope + parameters: + unifiedRoleAssignmentSchedule-id: $request.path.unifiedRoleAssignmentSchedule-id + principal: + operationId: roleManagement.directory.RoleAssignmentSchedules.GetPrincipal + parameters: + unifiedRoleAssignmentSchedule-id: $request.path.unifiedRoleAssignmentSchedule-id + roleDefinition: + operationId: roleManagement.directory.RoleAssignmentSchedules.GetRoleDefinition + parameters: + unifiedRoleAssignmentSchedule-id: $request.path.unifiedRoleAssignmentSchedule-id + activatedUsing: + operationId: roleManagement.directory.RoleAssignmentSchedules.GetActivatedUsing + parameters: + unifiedRoleAssignmentSchedule-id: $request.path.unifiedRoleAssignmentSchedule-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - roleManagement.rbacApplication - summary: Update the navigation property roleDefinitions in roleManagement - operationId: roleManagement.directory_UpdateRoleDefinitions + summary: Update the navigation property roleAssignmentSchedules in roleManagement + operationId: roleManagement.directory_UpdateRoleAssignmentSchedules parameters: - - name: unifiedRoleDefinition-id + - name: unifiedRoleAssignmentSchedule-id in: path - description: 'key: id of unifiedRoleDefinition' + description: 'key: id of unifiedRoleAssignmentSchedule' required: true schema: type: string - x-ms-docs-key-type: unifiedRoleDefinition + x-ms-docs-key-type: unifiedRoleAssignmentSchedule requestBody: description: New navigation property values content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.unifiedRoleDefinition' + $ref: '#/components/schemas/microsoft.graph.unifiedRoleAssignmentSchedule' required: true responses: '204': @@ -12479,16 +12759,16 @@ paths: delete: tags: - roleManagement.rbacApplication - summary: Delete navigation property roleDefinitions for roleManagement - operationId: roleManagement.directory_DeleteRoleDefinitions + summary: Delete navigation property roleAssignmentSchedules for roleManagement + operationId: roleManagement.directory_DeleteRoleAssignmentSchedules parameters: - - name: unifiedRoleDefinition-id + - name: unifiedRoleAssignmentSchedule-id in: path - description: 'key: id of unifiedRoleDefinition' + description: 'key: id of unifiedRoleAssignmentSchedule' required: true schema: type: string - x-ms-docs-key-type: unifiedRoleDefinition + x-ms-docs-key-type: unifiedRoleAssignmentSchedule - name: If-Match in: header description: ETag @@ -12500,20 +12780,214 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom': + '/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/activatedUsing': get: tags: - roleManagement.rbacApplication - summary: Get inheritsPermissionsFrom from roleManagement - operationId: roleManagement.directory.roleDefinitions_ListInheritsPermissionsFrom + summary: Get activatedUsing from roleManagement + operationId: roleManagement.directory.roleAssignmentSchedules_GetActivatedUsing parameters: - - name: unifiedRoleDefinition-id + - name: unifiedRoleAssignmentSchedule-id in: path - description: 'key: id of unifiedRoleDefinition' + description: 'key: id of unifiedRoleAssignmentSchedule' required: true schema: type: string - x-ms-docs-key-type: unifiedRoleDefinition + x-ms-docs-key-type: unifiedRoleAssignmentSchedule + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - id + - appScopeId + - createdDateTime + - createdUsing + - directoryScopeId + - modifiedDateTime + - principalId + - roleDefinitionId + - status + - memberType + - scheduleInfo + - appScope + - directoryScope + - principal + - roleDefinition + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - '*' + - appScope + - directoryScope + - principal + - roleDefinition + type: string + responses: + '200': + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.unifiedRoleEligibilitySchedule' + links: + appScope: + operationId: roleManagement.directory.roleAssignmentSchedules.ActivatedUsing.GetAppScope + parameters: + unifiedRoleAssignmentSchedule-id: $request.path.unifiedRoleAssignmentSchedule-id + directoryScope: + operationId: roleManagement.directory.roleAssignmentSchedules.ActivatedUsing.GetDirectoryScope + parameters: + unifiedRoleAssignmentSchedule-id: $request.path.unifiedRoleAssignmentSchedule-id + principal: + operationId: roleManagement.directory.roleAssignmentSchedules.ActivatedUsing.GetPrincipal + parameters: + unifiedRoleAssignmentSchedule-id: $request.path.unifiedRoleAssignmentSchedule-id + roleDefinition: + operationId: roleManagement.directory.roleAssignmentSchedules.ActivatedUsing.GetRoleDefinition + parameters: + unifiedRoleAssignmentSchedule-id: $request.path.unifiedRoleAssignmentSchedule-id + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/activatedUsing/$ref': + get: + tags: + - roleManagement.rbacApplication + summary: Get ref of activatedUsing from roleManagement + operationId: roleManagement.directory.roleAssignmentSchedules_GetRefActivatedUsing + parameters: + - name: unifiedRoleAssignmentSchedule-id + in: path + description: 'key: id of unifiedRoleAssignmentSchedule' + required: true + schema: + type: string + x-ms-docs-key-type: unifiedRoleAssignmentSchedule + responses: + '200': + description: Retrieved navigation property link + content: + application/json: + schema: + type: string + links: + appScope: + operationId: roleManagement.directory.roleAssignmentSchedules.ActivatedUsing.GetAppScope + parameters: + unifiedRoleAssignmentSchedule-id: $request.path.unifiedRoleAssignmentSchedule-id + directoryScope: + operationId: roleManagement.directory.roleAssignmentSchedules.ActivatedUsing.GetDirectoryScope + parameters: + unifiedRoleAssignmentSchedule-id: $request.path.unifiedRoleAssignmentSchedule-id + principal: + operationId: roleManagement.directory.roleAssignmentSchedules.ActivatedUsing.GetPrincipal + parameters: + unifiedRoleAssignmentSchedule-id: $request.path.unifiedRoleAssignmentSchedule-id + roleDefinition: + operationId: roleManagement.directory.roleAssignmentSchedules.ActivatedUsing.GetRoleDefinition + parameters: + unifiedRoleAssignmentSchedule-id: $request.path.unifiedRoleAssignmentSchedule-id + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + put: + tags: + - roleManagement.rbacApplication + summary: Update the ref of navigation property activatedUsing in roleManagement + operationId: roleManagement.directory.roleAssignmentSchedules_SetRefActivatedUsing + parameters: + - name: unifiedRoleAssignmentSchedule-id + in: path + description: 'key: id of unifiedRoleAssignmentSchedule' + required: true + schema: + type: string + x-ms-docs-key-type: unifiedRoleAssignmentSchedule + 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: + - roleManagement.rbacApplication + summary: Delete ref of navigation property activatedUsing for roleManagement + operationId: roleManagement.directory.roleAssignmentSchedules_DeleteRefActivatedUsing + parameters: + - name: unifiedRoleAssignmentSchedule-id + in: path + description: 'key: id of unifiedRoleAssignmentSchedule' + required: true + schema: + type: string + x-ms-docs-key-type: unifiedRoleAssignmentSchedule + - 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 + '/roleManagement/directory/roleAssignmentSchedules/microsoft.graph.filterByCurrentUser(on={on})': + get: + tags: + - roleManagement.Functions + summary: Invoke function filterByCurrentUser + operationId: roleManagement.directory.roleAssignmentSchedules_filterByCurrentUser + parameters: + - name: on + in: path + description: 'Usage: on={on}' + required: true + schema: + $ref: '#/components/schemas/microsoft.graph.roleAssignmentScheduleFilterByCurrentUserOptions' + responses: + '200': + description: Success + content: + application/json: + schema: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.unifiedRoleAssignmentSchedule' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + /roleManagement/directory/roleDefinitions: + get: + tags: + - roleManagement.rbacApplication + summary: Get roleDefinitions from roleManagement + operationId: roleManagement.directory_ListRoleDefinitions + parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' @@ -12608,16 +13082,8 @@ paths: post: tags: - roleManagement.rbacApplication - summary: Create new navigation property to inheritsPermissionsFrom for roleManagement - operationId: roleManagement.directory.roleDefinitions_CreateInheritsPermissionsFrom - parameters: - - name: unifiedRoleDefinition-id - in: path - description: 'key: id of unifiedRoleDefinition' - required: true - schema: - type: string - x-ms-docs-key-type: unifiedRoleDefinition + summary: Create new navigation property to roleDefinitions for roleManagement + operationId: roleManagement.directory_CreateRoleDefinitions requestBody: description: New navigation property content: @@ -12635,12 +13101,12 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}': + '/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}': get: tags: - roleManagement.rbacApplication - summary: Get inheritsPermissionsFrom from roleManagement - operationId: roleManagement.directory.roleDefinitions_GetInheritsPermissionsFrom + summary: Get roleDefinitions from roleManagement + operationId: roleManagement.directory_GetRoleDefinitions parameters: - name: unifiedRoleDefinition-id in: path @@ -12649,13 +13115,6 @@ paths: schema: type: string x-ms-docs-key-type: unifiedRoleDefinition - - name: unifiedRoleDefinition-id1 - in: path - description: 'key: id of unifiedRoleDefinition' - required: true - schema: - type: string - x-ms-docs-key-type: unifiedRoleDefinition - name: $select in: query description: Select properties to be returned @@ -12699,18 +13158,17 @@ paths: $ref: '#/components/schemas/microsoft.graph.unifiedRoleDefinition' links: inheritsPermissionsFrom: - operationId: roleManagement.directory.roleDefinitions.InheritsPermissionsFrom.ListInheritsPermissionsFrom + operationId: roleManagement.directory.RoleDefinitions.ListInheritsPermissionsFrom parameters: unifiedRoleDefinition-id: $request.path.unifiedRoleDefinition-id - unifiedRoleDefinition-id1: $request.path.unifiedRoleDefinition-id1 default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - roleManagement.rbacApplication - summary: Update the navigation property inheritsPermissionsFrom in roleManagement - operationId: roleManagement.directory.roleDefinitions_UpdateInheritsPermissionsFrom + summary: Update the navigation property roleDefinitions in roleManagement + operationId: roleManagement.directory_UpdateRoleDefinitions parameters: - name: unifiedRoleDefinition-id in: path @@ -12719,13 +13177,6 @@ paths: schema: type: string x-ms-docs-key-type: unifiedRoleDefinition - - name: unifiedRoleDefinition-id1 - in: path - description: 'key: id of unifiedRoleDefinition' - required: true - schema: - type: string - x-ms-docs-key-type: unifiedRoleDefinition requestBody: description: New navigation property values content: @@ -12742,8 +13193,8 @@ paths: delete: tags: - roleManagement.rbacApplication - summary: Delete navigation property inheritsPermissionsFrom for roleManagement - operationId: roleManagement.directory.roleDefinitions_DeleteInheritsPermissionsFrom + summary: Delete navigation property roleDefinitions for roleManagement + operationId: roleManagement.directory_DeleteRoleDefinitions parameters: - name: unifiedRoleDefinition-id in: path @@ -12752,13 +13203,6 @@ paths: schema: type: string x-ms-docs-key-type: unifiedRoleDefinition - - name: unifiedRoleDefinition-id1 - in: path - description: 'key: id of unifiedRoleDefinition' - required: true - schema: - type: string - x-ms-docs-key-type: unifiedRoleDefinition - name: If-Match in: header description: ETag @@ -12770,15 +13214,22 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - /roleManagement/directory/roleEligibilityRequests: + '/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom': get: tags: - roleManagement.rbacApplication - summary: Get roleEligibilityRequests from roleManagement - operationId: roleManagement.directory_ListRoleEligibilityRequests + summary: Get inheritsPermissionsFrom from roleManagement + operationId: roleManagement.directory.roleDefinitions_ListInheritsPermissionsFrom parameters: - - $ref: '#/components/parameters/top' - - $ref: '#/components/parameters/skip' + - name: unifiedRoleDefinition-id + in: path + description: 'key: id of unifiedRoleDefinition' + required: true + schema: + type: string + x-ms-docs-key-type: unifiedRoleDefinition + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' @@ -12794,38 +13245,22 @@ paths: enum: - id - id desc - - approvalId - - approvalId desc - - completedDateTime - - completedDateTime desc - - createdBy - - createdBy desc - - createdDateTime - - createdDateTime desc - - customData - - customData desc - - status - - status desc - - action - - action desc - - appScopeId - - appScopeId desc - - directoryScopeId - - directoryScopeId desc - - isValidationOnly - - isValidationOnly desc - - justification - - justification desc - - principalId - - principalId desc - - roleDefinitionId - - roleDefinitionId desc - - scheduleInfo - - scheduleInfo desc - - targetScheduleId - - targetScheduleId desc - - ticketInfo - - ticketInfo desc + - description + - description desc + - displayName + - displayName desc + - isBuiltIn + - isBuiltIn desc + - isEnabled + - isEnabled desc + - resourceScopes + - resourceScopes desc + - rolePermissions + - rolePermissions desc + - templateId + - templateId desc + - version + - version desc type: string - name: $select in: query @@ -12838,27 +13273,15 @@ paths: items: enum: - id - - approvalId - - completedDateTime - - createdBy - - createdDateTime - - customData - - status - - action - - appScopeId - - directoryScopeId - - isValidationOnly - - justification - - principalId - - roleDefinitionId - - scheduleInfo - - targetScheduleId - - ticketInfo - - appScope - - directoryScope - - principal - - roleDefinition - - targetSchedule + - description + - displayName + - isBuiltIn + - isEnabled + - resourceScopes + - rolePermissions + - templateId + - version + - inheritsPermissionsFrom type: string - name: $expand in: query @@ -12871,11 +13294,7 @@ paths: items: enum: - '*' - - appScope - - directoryScope - - principal - - roleDefinition - - targetSchedule + - inheritsPermissionsFrom type: string responses: '200': @@ -12883,13 +13302,13 @@ paths: content: application/json: schema: - title: Collection of unifiedRoleEligibilityRequest + title: Collection of unifiedRoleDefinition type: object properties: value: type: array items: - $ref: '#/components/schemas/microsoft.graph.unifiedRoleEligibilityRequest' + $ref: '#/components/schemas/microsoft.graph.unifiedRoleDefinition' '@odata.nextLink': type: string additionalProperties: @@ -12903,14 +13322,22 @@ paths: post: tags: - roleManagement.rbacApplication - summary: Create new navigation property to roleEligibilityRequests for roleManagement - operationId: roleManagement.directory_CreateRoleEligibilityRequests + summary: Create new navigation property to inheritsPermissionsFrom for roleManagement + operationId: roleManagement.directory.roleDefinitions_CreateInheritsPermissionsFrom + parameters: + - name: unifiedRoleDefinition-id + in: path + description: 'key: id of unifiedRoleDefinition' + required: true + schema: + type: string + x-ms-docs-key-type: unifiedRoleDefinition requestBody: description: New navigation property content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.unifiedRoleEligibilityRequest' + $ref: '#/components/schemas/microsoft.graph.unifiedRoleDefinition' required: true responses: '201': @@ -12918,24 +13345,31 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.unifiedRoleEligibilityRequest' + $ref: '#/components/schemas/microsoft.graph.unifiedRoleDefinition' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/roleManagement/directory/roleEligibilityRequests/{unifiedRoleEligibilityRequest-id}': + '/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}': get: tags: - roleManagement.rbacApplication - summary: Get roleEligibilityRequests from roleManagement - operationId: roleManagement.directory_GetRoleEligibilityRequests + summary: Get inheritsPermissionsFrom from roleManagement + operationId: roleManagement.directory.roleDefinitions_GetInheritsPermissionsFrom parameters: - - name: unifiedRoleEligibilityRequest-id + - name: unifiedRoleDefinition-id in: path - description: 'key: id of unifiedRoleEligibilityRequest' + description: 'key: id of unifiedRoleDefinition' required: true schema: type: string - x-ms-docs-key-type: unifiedRoleEligibilityRequest + x-ms-docs-key-type: unifiedRoleDefinition + - name: unifiedRoleDefinition-id1 + in: path + description: 'key: id of unifiedRoleDefinition' + required: true + schema: + type: string + x-ms-docs-key-type: unifiedRoleDefinition - name: $select in: query description: Select properties to be returned @@ -12947,27 +13381,15 @@ paths: items: enum: - id - - approvalId - - completedDateTime - - createdBy - - createdDateTime - - customData - - status - - action - - appScopeId - - directoryScopeId - - isValidationOnly - - justification - - principalId - - roleDefinitionId - - scheduleInfo - - targetScheduleId - - ticketInfo - - appScope - - directoryScope - - principal - - roleDefinition - - targetSchedule + - description + - displayName + - isBuiltIn + - isEnabled + - resourceScopes + - rolePermissions + - templateId + - version + - inheritsPermissionsFrom type: string - name: $expand in: query @@ -12980,11 +13402,7 @@ paths: items: enum: - '*' - - appScope - - directoryScope - - principal - - roleDefinition - - targetSchedule + - inheritsPermissionsFrom type: string responses: '200': @@ -12992,50 +13410,42 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.unifiedRoleEligibilityRequest' + $ref: '#/components/schemas/microsoft.graph.unifiedRoleDefinition' links: - appScope: - operationId: roleManagement.directory.RoleEligibilityRequests.GetAppScope - parameters: - unifiedRoleEligibilityRequest-id: $request.path.unifiedRoleEligibilityRequest-id - directoryScope: - operationId: roleManagement.directory.RoleEligibilityRequests.GetDirectoryScope - parameters: - unifiedRoleEligibilityRequest-id: $request.path.unifiedRoleEligibilityRequest-id - principal: - operationId: roleManagement.directory.RoleEligibilityRequests.GetPrincipal - parameters: - unifiedRoleEligibilityRequest-id: $request.path.unifiedRoleEligibilityRequest-id - roleDefinition: - operationId: roleManagement.directory.RoleEligibilityRequests.GetRoleDefinition - parameters: - unifiedRoleEligibilityRequest-id: $request.path.unifiedRoleEligibilityRequest-id - targetSchedule: - operationId: roleManagement.directory.RoleEligibilityRequests.GetTargetSchedule + inheritsPermissionsFrom: + operationId: roleManagement.directory.roleDefinitions.InheritsPermissionsFrom.ListInheritsPermissionsFrom parameters: - unifiedRoleEligibilityRequest-id: $request.path.unifiedRoleEligibilityRequest-id + unifiedRoleDefinition-id: $request.path.unifiedRoleDefinition-id + unifiedRoleDefinition-id1: $request.path.unifiedRoleDefinition-id1 default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - roleManagement.rbacApplication - summary: Update the navigation property roleEligibilityRequests in roleManagement - operationId: roleManagement.directory_UpdateRoleEligibilityRequests + summary: Update the navigation property inheritsPermissionsFrom in roleManagement + operationId: roleManagement.directory.roleDefinitions_UpdateInheritsPermissionsFrom parameters: - - name: unifiedRoleEligibilityRequest-id + - name: unifiedRoleDefinition-id in: path - description: 'key: id of unifiedRoleEligibilityRequest' + description: 'key: id of unifiedRoleDefinition' required: true schema: type: string - x-ms-docs-key-type: unifiedRoleEligibilityRequest + x-ms-docs-key-type: unifiedRoleDefinition + - name: unifiedRoleDefinition-id1 + in: path + description: 'key: id of unifiedRoleDefinition' + required: true + schema: + type: string + x-ms-docs-key-type: unifiedRoleDefinition requestBody: description: New navigation property values content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.unifiedRoleEligibilityRequest' + $ref: '#/components/schemas/microsoft.graph.unifiedRoleDefinition' required: true responses: '204': @@ -13046,16 +13456,23 @@ paths: delete: tags: - roleManagement.rbacApplication - summary: Delete navigation property roleEligibilityRequests for roleManagement - operationId: roleManagement.directory_DeleteRoleEligibilityRequests + summary: Delete navigation property inheritsPermissionsFrom for roleManagement + operationId: roleManagement.directory.roleDefinitions_DeleteInheritsPermissionsFrom parameters: - - name: unifiedRoleEligibilityRequest-id + - name: unifiedRoleDefinition-id in: path - description: 'key: id of unifiedRoleEligibilityRequest' + description: 'key: id of unifiedRoleDefinition' required: true schema: type: string - x-ms-docs-key-type: unifiedRoleEligibilityRequest + x-ms-docs-key-type: unifiedRoleDefinition + - name: unifiedRoleDefinition-id1 + in: path + description: 'key: id of unifiedRoleDefinition' + required: true + schema: + type: string + x-ms-docs-key-type: unifiedRoleDefinition - name: If-Match in: header description: ETag @@ -13067,23 +13484,21 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/roleManagement/directory/roleEligibilityRequests/{unifiedRoleEligibilityRequest-id}/appScope': + /roleManagement/directory/roleEligibilityRequests: get: tags: - roleManagement.rbacApplication - summary: Get appScope from roleManagement - operationId: roleManagement.directory.roleEligibilityRequests_GetAppScope + summary: Get roleEligibilityRequests from roleManagement + operationId: roleManagement.directory_ListRoleEligibilityRequests parameters: - - name: unifiedRoleEligibilityRequest-id - in: path - description: 'key: id of unifiedRoleEligibilityRequest' - required: true - schema: - type: string - x-ms-docs-key-type: unifiedRoleEligibilityRequest - - name: $select + - $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: Select properties to be returned + description: Order items by property values style: form explode: false schema: @@ -13092,11 +13507,75 @@ paths: items: enum: - id - - displayName - - type - type: string - - name: $expand - in: query + - id desc + - approvalId + - approvalId desc + - completedDateTime + - completedDateTime desc + - createdBy + - createdBy desc + - createdDateTime + - createdDateTime desc + - customData + - customData desc + - status + - status desc + - action + - action desc + - appScopeId + - appScopeId desc + - directoryScopeId + - directoryScopeId desc + - isValidationOnly + - isValidationOnly desc + - justification + - justification desc + - principalId + - principalId desc + - roleDefinitionId + - roleDefinitionId desc + - scheduleInfo + - scheduleInfo desc + - targetScheduleId + - targetScheduleId desc + - ticketInfo + - ticketInfo 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 + - approvalId + - completedDateTime + - createdBy + - createdDateTime + - customData + - status + - action + - appScopeId + - directoryScopeId + - isValidationOnly + - justification + - principalId + - roleDefinitionId + - scheduleInfo + - targetScheduleId + - ticketInfo + - appScope + - directoryScope + - principal + - roleDefinition + - targetSchedule + type: string + - name: $expand + in: query description: Expand related entities style: form explode: false @@ -13106,6 +13585,11 @@ paths: items: enum: - '*' + - appScope + - directoryScope + - principal + - roleDefinition + - targetSchedule type: string responses: '200': @@ -13113,16 +13597,51 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.appScope' + title: Collection of unifiedRoleEligibilityRequest + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.unifiedRoleEligibilityRequest' + '@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 - '/roleManagement/directory/roleEligibilityRequests/{unifiedRoleEligibilityRequest-id}/appScope/$ref': + post: + tags: + - roleManagement.rbacApplication + summary: Create new navigation property to roleEligibilityRequests for roleManagement + operationId: roleManagement.directory_CreateRoleEligibilityRequests + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.unifiedRoleEligibilityRequest' + required: true + responses: + '201': + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.unifiedRoleEligibilityRequest' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/roleManagement/directory/roleEligibilityRequests/{unifiedRoleEligibilityRequest-id}': get: tags: - roleManagement.rbacApplication - summary: Get ref of appScope from roleManagement - operationId: roleManagement.directory.roleEligibilityRequests_GetRefAppScope + summary: Get roleEligibilityRequests from roleManagement + operationId: roleManagement.directory_GetRoleEligibilityRequests parameters: - name: unifiedRoleEligibilityRequest-id in: path @@ -13131,21 +13650,92 @@ paths: schema: type: string x-ms-docs-key-type: unifiedRoleEligibilityRequest + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - id + - approvalId + - completedDateTime + - createdBy + - createdDateTime + - customData + - status + - action + - appScopeId + - directoryScopeId + - isValidationOnly + - justification + - principalId + - roleDefinitionId + - scheduleInfo + - targetScheduleId + - ticketInfo + - appScope + - directoryScope + - principal + - roleDefinition + - targetSchedule + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - '*' + - appScope + - directoryScope + - principal + - roleDefinition + - targetSchedule + type: string responses: '200': - description: Retrieved navigation property link + description: Retrieved navigation property content: application/json: schema: - type: string + $ref: '#/components/schemas/microsoft.graph.unifiedRoleEligibilityRequest' + links: + appScope: + operationId: roleManagement.directory.RoleEligibilityRequests.GetAppScope + parameters: + unifiedRoleEligibilityRequest-id: $request.path.unifiedRoleEligibilityRequest-id + directoryScope: + operationId: roleManagement.directory.RoleEligibilityRequests.GetDirectoryScope + parameters: + unifiedRoleEligibilityRequest-id: $request.path.unifiedRoleEligibilityRequest-id + principal: + operationId: roleManagement.directory.RoleEligibilityRequests.GetPrincipal + parameters: + unifiedRoleEligibilityRequest-id: $request.path.unifiedRoleEligibilityRequest-id + roleDefinition: + operationId: roleManagement.directory.RoleEligibilityRequests.GetRoleDefinition + parameters: + unifiedRoleEligibilityRequest-id: $request.path.unifiedRoleEligibilityRequest-id + targetSchedule: + operationId: roleManagement.directory.RoleEligibilityRequests.GetTargetSchedule + parameters: + unifiedRoleEligibilityRequest-id: $request.path.unifiedRoleEligibilityRequest-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - put: + patch: tags: - roleManagement.rbacApplication - summary: Update the ref of navigation property appScope in roleManagement - operationId: roleManagement.directory.roleEligibilityRequests_SetRefAppScope + summary: Update the navigation property roleEligibilityRequests in roleManagement + operationId: roleManagement.directory_UpdateRoleEligibilityRequests parameters: - name: unifiedRoleEligibilityRequest-id in: path @@ -13155,13 +13745,11 @@ paths: type: string x-ms-docs-key-type: unifiedRoleEligibilityRequest requestBody: - description: New navigation property ref values + description: New navigation property values content: application/json: schema: - type: object - additionalProperties: - type: object + $ref: '#/components/schemas/microsoft.graph.unifiedRoleEligibilityRequest' required: true responses: '204': @@ -13172,8 +13760,8 @@ paths: delete: tags: - roleManagement.rbacApplication - summary: Delete ref of navigation property appScope for roleManagement - operationId: roleManagement.directory.roleEligibilityRequests_DeleteRefAppScope + summary: Delete navigation property roleEligibilityRequests for roleManagement + operationId: roleManagement.directory_DeleteRoleEligibilityRequests parameters: - name: unifiedRoleEligibilityRequest-id in: path @@ -13193,12 +13781,12 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/roleManagement/directory/roleEligibilityRequests/{unifiedRoleEligibilityRequest-id}/directoryScope': + '/roleManagement/directory/roleEligibilityRequests/{unifiedRoleEligibilityRequest-id}/appScope': get: tags: - roleManagement.rbacApplication - summary: Get directoryScope from roleManagement - operationId: roleManagement.directory.roleEligibilityRequests_GetDirectoryScope + summary: Get appScope from roleManagement + operationId: roleManagement.directory.roleEligibilityRequests_GetAppScope parameters: - name: unifiedRoleEligibilityRequest-id in: path @@ -13218,7 +13806,8 @@ paths: items: enum: - id - - deletedDateTime + - displayName + - type type: string - name: $expand in: query @@ -13238,16 +13827,16 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.directoryObject' + $ref: '#/components/schemas/microsoft.graph.appScope' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/roleManagement/directory/roleEligibilityRequests/{unifiedRoleEligibilityRequest-id}/directoryScope/$ref': + '/roleManagement/directory/roleEligibilityRequests/{unifiedRoleEligibilityRequest-id}/appScope/$ref': get: tags: - roleManagement.rbacApplication - summary: Get ref of directoryScope from roleManagement - operationId: roleManagement.directory.roleEligibilityRequests_GetRefDirectoryScope + summary: Get ref of appScope from roleManagement + operationId: roleManagement.directory.roleEligibilityRequests_GetRefAppScope parameters: - name: unifiedRoleEligibilityRequest-id in: path @@ -13269,8 +13858,8 @@ paths: put: tags: - roleManagement.rbacApplication - summary: Update the ref of navigation property directoryScope in roleManagement - operationId: roleManagement.directory.roleEligibilityRequests_SetRefDirectoryScope + summary: Update the ref of navigation property appScope in roleManagement + operationId: roleManagement.directory.roleEligibilityRequests_SetRefAppScope parameters: - name: unifiedRoleEligibilityRequest-id in: path @@ -13297,8 +13886,8 @@ paths: delete: tags: - roleManagement.rbacApplication - summary: Delete ref of navigation property directoryScope for roleManagement - operationId: roleManagement.directory.roleEligibilityRequests_DeleteRefDirectoryScope + summary: Delete ref of navigation property appScope for roleManagement + operationId: roleManagement.directory.roleEligibilityRequests_DeleteRefAppScope parameters: - name: unifiedRoleEligibilityRequest-id in: path @@ -13318,12 +13907,12 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/roleManagement/directory/roleEligibilityRequests/{unifiedRoleEligibilityRequest-id}/microsoft.graph.cancel': - post: + '/roleManagement/directory/roleEligibilityRequests/{unifiedRoleEligibilityRequest-id}/directoryScope': + get: tags: - - roleManagement.Actions - summary: Invoke action cancel - operationId: roleManagement.directory.roleEligibilityRequests_cancel + - roleManagement.rbacApplication + summary: Get directoryScope from roleManagement + operationId: roleManagement.directory.roleEligibilityRequests_GetDirectoryScope parameters: - name: unifiedRoleEligibilityRequest-id in: path @@ -13332,19 +13921,144 @@ paths: schema: type: string x-ms-docs-key-type: unifiedRoleEligibilityRequest - responses: - '204': - description: Success - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: action - '/roleManagement/directory/roleEligibilityRequests/{unifiedRoleEligibilityRequest-id}/principal': - get: - tags: - - roleManagement.rbacApplication - summary: Get principal from roleManagement - operationId: roleManagement.directory.roleEligibilityRequests_GetPrincipal - parameters: + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - id + - deletedDateTime + 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.directoryObject' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/roleManagement/directory/roleEligibilityRequests/{unifiedRoleEligibilityRequest-id}/directoryScope/$ref': + get: + tags: + - roleManagement.rbacApplication + summary: Get ref of directoryScope from roleManagement + operationId: roleManagement.directory.roleEligibilityRequests_GetRefDirectoryScope + parameters: + - name: unifiedRoleEligibilityRequest-id + in: path + description: 'key: id of unifiedRoleEligibilityRequest' + required: true + schema: + type: string + x-ms-docs-key-type: unifiedRoleEligibilityRequest + responses: + '200': + description: Retrieved navigation property link + content: + application/json: + schema: + type: string + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + put: + tags: + - roleManagement.rbacApplication + summary: Update the ref of navigation property directoryScope in roleManagement + operationId: roleManagement.directory.roleEligibilityRequests_SetRefDirectoryScope + parameters: + - name: unifiedRoleEligibilityRequest-id + in: path + description: 'key: id of unifiedRoleEligibilityRequest' + required: true + schema: + type: string + x-ms-docs-key-type: unifiedRoleEligibilityRequest + 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: + - roleManagement.rbacApplication + summary: Delete ref of navigation property directoryScope for roleManagement + operationId: roleManagement.directory.roleEligibilityRequests_DeleteRefDirectoryScope + parameters: + - name: unifiedRoleEligibilityRequest-id + in: path + description: 'key: id of unifiedRoleEligibilityRequest' + required: true + schema: + type: string + x-ms-docs-key-type: unifiedRoleEligibilityRequest + - 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 + '/roleManagement/directory/roleEligibilityRequests/{unifiedRoleEligibilityRequest-id}/microsoft.graph.cancel': + post: + tags: + - roleManagement.Actions + summary: Invoke action cancel + operationId: roleManagement.directory.roleEligibilityRequests_cancel + parameters: + - name: unifiedRoleEligibilityRequest-id + in: path + description: 'key: id of unifiedRoleEligibilityRequest' + required: true + schema: + type: string + x-ms-docs-key-type: unifiedRoleEligibilityRequest + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + '/roleManagement/directory/roleEligibilityRequests/{unifiedRoleEligibilityRequest-id}/principal': + get: + tags: + - roleManagement.rbacApplication + summary: Get principal from roleManagement + operationId: roleManagement.directory.roleEligibilityRequests_GetPrincipal + parameters: - name: unifiedRoleEligibilityRequest-id in: path description: 'key: id of unifiedRoleEligibilityRequest' @@ -13832,22 +14546,791 @@ paths: enum: - id - id desc - - appScopeId - - appScopeId desc - - directoryScopeId - - directoryScopeId desc - - principalId - - principalId desc - - roleDefinitionId - - roleDefinitionId desc - - endDateTime - - endDateTime desc - - memberType - - memberType desc - - roleEligibilityScheduleId - - roleEligibilityScheduleId desc - - startDateTime - - startDateTime desc + - appScopeId + - appScopeId desc + - directoryScopeId + - directoryScopeId desc + - principalId + - principalId desc + - roleDefinitionId + - roleDefinitionId desc + - endDateTime + - endDateTime desc + - memberType + - memberType desc + - roleEligibilityScheduleId + - roleEligibilityScheduleId desc + - startDateTime + - startDateTime 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 + - appScopeId + - directoryScopeId + - principalId + - roleDefinitionId + - endDateTime + - memberType + - roleEligibilityScheduleId + - startDateTime + - appScope + - directoryScope + - principal + - roleDefinition + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - '*' + - appScope + - directoryScope + - principal + - roleDefinition + type: string + responses: + '200': + description: Retrieved navigation property + content: + application/json: + schema: + title: Collection of unifiedRoleEligibilityScheduleInstance + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.unifiedRoleEligibilityScheduleInstance' + '@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: + - roleManagement.rbacApplication + summary: Create new navigation property to roleEligibilityScheduleInstances for roleManagement + operationId: roleManagement.directory_CreateRoleEligibilityScheduleInstances + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.unifiedRoleEligibilityScheduleInstance' + required: true + responses: + '201': + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.unifiedRoleEligibilityScheduleInstance' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/roleManagement/directory/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}': + get: + tags: + - roleManagement.rbacApplication + summary: Get roleEligibilityScheduleInstances from roleManagement + operationId: roleManagement.directory_GetRoleEligibilityScheduleInstances + parameters: + - name: unifiedRoleEligibilityScheduleInstance-id + in: path + description: 'key: id of unifiedRoleEligibilityScheduleInstance' + required: true + schema: + type: string + x-ms-docs-key-type: unifiedRoleEligibilityScheduleInstance + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - id + - appScopeId + - directoryScopeId + - principalId + - roleDefinitionId + - endDateTime + - memberType + - roleEligibilityScheduleId + - startDateTime + - appScope + - directoryScope + - principal + - roleDefinition + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - '*' + - appScope + - directoryScope + - principal + - roleDefinition + type: string + responses: + '200': + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.unifiedRoleEligibilityScheduleInstance' + links: + appScope: + operationId: roleManagement.directory.RoleEligibilityScheduleInstances.GetAppScope + parameters: + unifiedRoleEligibilityScheduleInstance-id: $request.path.unifiedRoleEligibilityScheduleInstance-id + directoryScope: + operationId: roleManagement.directory.RoleEligibilityScheduleInstances.GetDirectoryScope + parameters: + unifiedRoleEligibilityScheduleInstance-id: $request.path.unifiedRoleEligibilityScheduleInstance-id + principal: + operationId: roleManagement.directory.RoleEligibilityScheduleInstances.GetPrincipal + parameters: + unifiedRoleEligibilityScheduleInstance-id: $request.path.unifiedRoleEligibilityScheduleInstance-id + roleDefinition: + operationId: roleManagement.directory.RoleEligibilityScheduleInstances.GetRoleDefinition + parameters: + unifiedRoleEligibilityScheduleInstance-id: $request.path.unifiedRoleEligibilityScheduleInstance-id + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - roleManagement.rbacApplication + summary: Update the navigation property roleEligibilityScheduleInstances in roleManagement + operationId: roleManagement.directory_UpdateRoleEligibilityScheduleInstances + parameters: + - name: unifiedRoleEligibilityScheduleInstance-id + in: path + description: 'key: id of unifiedRoleEligibilityScheduleInstance' + required: true + schema: + type: string + x-ms-docs-key-type: unifiedRoleEligibilityScheduleInstance + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.unifiedRoleEligibilityScheduleInstance' + required: true + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - roleManagement.rbacApplication + summary: Delete navigation property roleEligibilityScheduleInstances for roleManagement + operationId: roleManagement.directory_DeleteRoleEligibilityScheduleInstances + parameters: + - name: unifiedRoleEligibilityScheduleInstance-id + in: path + description: 'key: id of unifiedRoleEligibilityScheduleInstance' + required: true + schema: + type: string + x-ms-docs-key-type: unifiedRoleEligibilityScheduleInstance + - 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 + '/roleManagement/directory/roleEligibilityScheduleInstances/microsoft.graph.filterByCurrentUser(on={on})': + get: + tags: + - roleManagement.Functions + summary: Invoke function filterByCurrentUser + operationId: roleManagement.directory.roleEligibilityScheduleInstances_filterByCurrentUser + parameters: + - name: on + in: path + description: 'Usage: on={on}' + required: true + schema: + $ref: '#/components/schemas/microsoft.graph.roleEligibilityScheduleInstanceFilterByCurrentUserOptions' + responses: + '200': + description: Success + content: + application/json: + schema: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.unifiedRoleEligibilityScheduleInstance' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + /roleManagement/directory/roleEligibilitySchedules: + get: + tags: + - roleManagement.rbacApplication + summary: Get roleEligibilitySchedules from roleManagement + operationId: roleManagement.directory_ListRoleEligibilitySchedules + parameters: + - $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 + - appScopeId + - appScopeId desc + - createdDateTime + - createdDateTime desc + - createdUsing + - createdUsing desc + - directoryScopeId + - directoryScopeId desc + - modifiedDateTime + - modifiedDateTime desc + - principalId + - principalId desc + - roleDefinitionId + - roleDefinitionId desc + - status + - status desc + - memberType + - memberType desc + - scheduleInfo + - scheduleInfo 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 + - appScopeId + - createdDateTime + - createdUsing + - directoryScopeId + - modifiedDateTime + - principalId + - roleDefinitionId + - status + - memberType + - scheduleInfo + - appScope + - directoryScope + - principal + - roleDefinition + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - '*' + - appScope + - directoryScope + - principal + - roleDefinition + type: string + responses: + '200': + description: Retrieved navigation property + content: + application/json: + schema: + title: Collection of unifiedRoleEligibilitySchedule + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.unifiedRoleEligibilitySchedule' + '@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: + - roleManagement.rbacApplication + summary: Create new navigation property to roleEligibilitySchedules for roleManagement + operationId: roleManagement.directory_CreateRoleEligibilitySchedules + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.unifiedRoleEligibilitySchedule' + required: true + responses: + '201': + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.unifiedRoleEligibilitySchedule' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/roleManagement/directory/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}': + get: + tags: + - roleManagement.rbacApplication + summary: Get roleEligibilitySchedules from roleManagement + operationId: roleManagement.directory_GetRoleEligibilitySchedules + parameters: + - name: unifiedRoleEligibilitySchedule-id + in: path + description: 'key: id of unifiedRoleEligibilitySchedule' + required: true + schema: + type: string + x-ms-docs-key-type: unifiedRoleEligibilitySchedule + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - id + - appScopeId + - createdDateTime + - createdUsing + - directoryScopeId + - modifiedDateTime + - principalId + - roleDefinitionId + - status + - memberType + - scheduleInfo + - appScope + - directoryScope + - principal + - roleDefinition + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - '*' + - appScope + - directoryScope + - principal + - roleDefinition + type: string + responses: + '200': + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.unifiedRoleEligibilitySchedule' + links: + appScope: + operationId: roleManagement.directory.RoleEligibilitySchedules.GetAppScope + parameters: + unifiedRoleEligibilitySchedule-id: $request.path.unifiedRoleEligibilitySchedule-id + directoryScope: + operationId: roleManagement.directory.RoleEligibilitySchedules.GetDirectoryScope + parameters: + unifiedRoleEligibilitySchedule-id: $request.path.unifiedRoleEligibilitySchedule-id + principal: + operationId: roleManagement.directory.RoleEligibilitySchedules.GetPrincipal + parameters: + unifiedRoleEligibilitySchedule-id: $request.path.unifiedRoleEligibilitySchedule-id + roleDefinition: + operationId: roleManagement.directory.RoleEligibilitySchedules.GetRoleDefinition + parameters: + unifiedRoleEligibilitySchedule-id: $request.path.unifiedRoleEligibilitySchedule-id + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - roleManagement.rbacApplication + summary: Update the navigation property roleEligibilitySchedules in roleManagement + operationId: roleManagement.directory_UpdateRoleEligibilitySchedules + parameters: + - name: unifiedRoleEligibilitySchedule-id + in: path + description: 'key: id of unifiedRoleEligibilitySchedule' + required: true + schema: + type: string + x-ms-docs-key-type: unifiedRoleEligibilitySchedule + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.unifiedRoleEligibilitySchedule' + required: true + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - roleManagement.rbacApplication + summary: Delete navigation property roleEligibilitySchedules for roleManagement + operationId: roleManagement.directory_DeleteRoleEligibilitySchedules + parameters: + - name: unifiedRoleEligibilitySchedule-id + in: path + description: 'key: id of unifiedRoleEligibilitySchedule' + required: true + schema: + type: string + x-ms-docs-key-type: unifiedRoleEligibilitySchedule + - 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 + '/roleManagement/directory/roleEligibilitySchedules/microsoft.graph.filterByCurrentUser(on={on})': + get: + tags: + - roleManagement.Functions + summary: Invoke function filterByCurrentUser + operationId: roleManagement.directory.roleEligibilitySchedules_filterByCurrentUser + parameters: + - name: on + in: path + description: 'Usage: on={on}' + required: true + schema: + $ref: '#/components/schemas/microsoft.graph.roleEligibilityScheduleFilterByCurrentUserOptions' + responses: + '200': + description: Success + content: + application/json: + schema: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.unifiedRoleEligibilitySchedule' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + /roleManagement/entitlementManagement: + get: + tags: + - roleManagement.rbacApplication + summary: Get entitlementManagement from roleManagement + operationId: roleManagement_GetEntitlementManagement + parameters: + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - id + - resourceNamespaces + - roleAssignments + - roleDefinitions + - roleAssignmentApprovals + - roleAssignmentRequests + - roleAssignmentScheduleInstances + - roleAssignmentSchedules + - roleEligibilityRequests + - roleEligibilityScheduleInstances + - roleEligibilitySchedules + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - '*' + - resourceNamespaces + - roleAssignments + - roleDefinitions + - roleAssignmentApprovals + - roleAssignmentRequests + - roleAssignmentScheduleInstances + - roleAssignmentSchedules + - roleEligibilityRequests + - roleEligibilityScheduleInstances + - roleEligibilitySchedules + type: string + responses: + '200': + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.rbacApplication' + links: + resourceNamespaces: + operationId: roleManagement.EntitlementManagement.ListResourceNamespaces + roleAssignments: + operationId: roleManagement.EntitlementManagement.ListRoleAssignments + roleDefinitions: + operationId: roleManagement.EntitlementManagement.ListRoleDefinitions + roleAssignmentApprovals: + operationId: roleManagement.EntitlementManagement.ListRoleAssignmentApprovals + roleAssignmentRequests: + operationId: roleManagement.EntitlementManagement.ListRoleAssignmentRequests + roleAssignmentScheduleInstances: + operationId: roleManagement.EntitlementManagement.ListRoleAssignmentScheduleInstances + roleAssignmentSchedules: + operationId: roleManagement.EntitlementManagement.ListRoleAssignmentSchedules + roleEligibilityRequests: + operationId: roleManagement.EntitlementManagement.ListRoleEligibilityRequests + roleEligibilityScheduleInstances: + operationId: roleManagement.EntitlementManagement.ListRoleEligibilityScheduleInstances + roleEligibilitySchedules: + operationId: roleManagement.EntitlementManagement.ListRoleEligibilitySchedules + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - roleManagement.rbacApplication + summary: Update the navigation property entitlementManagement in roleManagement + operationId: roleManagement_UpdateEntitlementManagement + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.rbacApplication' + required: true + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - roleManagement.rbacApplication + summary: Delete navigation property entitlementManagement for roleManagement + operationId: roleManagement_DeleteEntitlementManagement + parameters: + - 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 + '/roleManagement/entitlementManagement/microsoft.graph.roleScheduleInstances(directoryScopeId=''{directoryScopeId}'',appScopeId=''{appScopeId}'',principalId=''{principalId}'',roleDefinitionId=''{roleDefinitionId}'')': + get: + tags: + - roleManagement.Functions + summary: Invoke function roleScheduleInstances + operationId: roleManagement.entitlementManagement_roleScheduleInstances + parameters: + - name: directoryScopeId + in: path + description: 'Usage: directoryScopeId={directoryScopeId}' + required: true + schema: + type: string + nullable: true + - name: appScopeId + in: path + description: 'Usage: appScopeId={appScopeId}' + required: true + schema: + type: string + nullable: true + - name: principalId + in: path + description: 'Usage: principalId={principalId}' + required: true + schema: + type: string + nullable: true + - name: roleDefinitionId + in: path + description: 'Usage: roleDefinitionId={roleDefinitionId}' + required: true + schema: + type: string + nullable: true + responses: + '200': + description: Success + content: + application/json: + schema: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.unifiedRoleScheduleInstanceBase' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + '/roleManagement/entitlementManagement/microsoft.graph.roleSchedules(directoryScopeId=''{directoryScopeId}'',appScopeId=''{appScopeId}'',principalId=''{principalId}'',roleDefinitionId=''{roleDefinitionId}'')': + get: + tags: + - roleManagement.Functions + summary: Invoke function roleSchedules + operationId: roleManagement.entitlementManagement_roleSchedules + parameters: + - name: directoryScopeId + in: path + description: 'Usage: directoryScopeId={directoryScopeId}' + required: true + schema: + type: string + nullable: true + - name: appScopeId + in: path + description: 'Usage: appScopeId={appScopeId}' + required: true + schema: + type: string + nullable: true + - name: principalId + in: path + description: 'Usage: principalId={principalId}' + required: true + schema: + type: string + nullable: true + - name: roleDefinitionId + in: path + description: 'Usage: roleDefinitionId={roleDefinitionId}' + required: true + schema: + type: string + nullable: true + responses: + '200': + description: Success + content: + application/json: + schema: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.unifiedRoleScheduleBase' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + /roleManagement/entitlementManagement/resourceNamespaces: + get: + tags: + - roleManagement.rbacApplication + summary: Get resourceNamespaces from roleManagement + operationId: roleManagement.entitlementManagement_ListResourceNamespaces + parameters: + - $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 + - name + - name desc type: string - name: $select in: query @@ -13860,18 +15343,8 @@ paths: items: enum: - id - - appScopeId - - directoryScopeId - - principalId - - roleDefinitionId - - endDateTime - - memberType - - roleEligibilityScheduleId - - startDateTime - - appScope - - directoryScope - - principal - - roleDefinition + - name + - resourceActions type: string - name: $expand in: query @@ -13884,10 +15357,7 @@ paths: items: enum: - '*' - - appScope - - directoryScope - - principal - - roleDefinition + - resourceActions type: string responses: '200': @@ -13895,13 +15365,13 @@ paths: content: application/json: schema: - title: Collection of unifiedRoleEligibilityScheduleInstance + title: Collection of unifiedRbacResourceNamespace type: object properties: value: type: array items: - $ref: '#/components/schemas/microsoft.graph.unifiedRoleEligibilityScheduleInstance' + $ref: '#/components/schemas/microsoft.graph.unifiedRbacResourceNamespace' '@odata.nextLink': type: string additionalProperties: @@ -13915,14 +15385,14 @@ paths: post: tags: - roleManagement.rbacApplication - summary: Create new navigation property to roleEligibilityScheduleInstances for roleManagement - operationId: roleManagement.directory_CreateRoleEligibilityScheduleInstances + summary: Create new navigation property to resourceNamespaces for roleManagement + operationId: roleManagement.entitlementManagement_CreateResourceNamespaces requestBody: description: New navigation property content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.unifiedRoleEligibilityScheduleInstance' + $ref: '#/components/schemas/microsoft.graph.unifiedRbacResourceNamespace' required: true responses: '201': @@ -13930,24 +15400,24 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.unifiedRoleEligibilityScheduleInstance' + $ref: '#/components/schemas/microsoft.graph.unifiedRbacResourceNamespace' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/roleManagement/directory/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}': + '/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}': get: tags: - roleManagement.rbacApplication - summary: Get roleEligibilityScheduleInstances from roleManagement - operationId: roleManagement.directory_GetRoleEligibilityScheduleInstances + summary: Get resourceNamespaces from roleManagement + operationId: roleManagement.entitlementManagement_GetResourceNamespaces parameters: - - name: unifiedRoleEligibilityScheduleInstance-id + - name: unifiedRbacResourceNamespace-id in: path - description: 'key: id of unifiedRoleEligibilityScheduleInstance' + description: 'key: id of unifiedRbacResourceNamespace' required: true schema: type: string - x-ms-docs-key-type: unifiedRoleEligibilityScheduleInstance + x-ms-docs-key-type: unifiedRbacResourceNamespace - name: $select in: query description: Select properties to be returned @@ -13959,18 +15429,8 @@ paths: items: enum: - id - - appScopeId - - directoryScopeId - - principalId - - roleDefinitionId - - endDateTime - - memberType - - roleEligibilityScheduleId - - startDateTime - - appScope - - directoryScope - - principal - - roleDefinition + - name + - resourceActions type: string - name: $expand in: query @@ -13983,10 +15443,7 @@ paths: items: enum: - '*' - - appScope - - directoryScope - - principal - - roleDefinition + - resourceActions type: string responses: '200': @@ -13994,46 +15451,34 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.unifiedRoleEligibilityScheduleInstance' + $ref: '#/components/schemas/microsoft.graph.unifiedRbacResourceNamespace' links: - appScope: - operationId: roleManagement.directory.RoleEligibilityScheduleInstances.GetAppScope - parameters: - unifiedRoleEligibilityScheduleInstance-id: $request.path.unifiedRoleEligibilityScheduleInstance-id - directoryScope: - operationId: roleManagement.directory.RoleEligibilityScheduleInstances.GetDirectoryScope - parameters: - unifiedRoleEligibilityScheduleInstance-id: $request.path.unifiedRoleEligibilityScheduleInstance-id - principal: - operationId: roleManagement.directory.RoleEligibilityScheduleInstances.GetPrincipal - parameters: - unifiedRoleEligibilityScheduleInstance-id: $request.path.unifiedRoleEligibilityScheduleInstance-id - roleDefinition: - operationId: roleManagement.directory.RoleEligibilityScheduleInstances.GetRoleDefinition + resourceActions: + operationId: roleManagement.entitlementManagement.ResourceNamespaces.ListResourceActions parameters: - unifiedRoleEligibilityScheduleInstance-id: $request.path.unifiedRoleEligibilityScheduleInstance-id + unifiedRbacResourceNamespace-id: $request.path.unifiedRbacResourceNamespace-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - roleManagement.rbacApplication - summary: Update the navigation property roleEligibilityScheduleInstances in roleManagement - operationId: roleManagement.directory_UpdateRoleEligibilityScheduleInstances + summary: Update the navigation property resourceNamespaces in roleManagement + operationId: roleManagement.entitlementManagement_UpdateResourceNamespaces parameters: - - name: unifiedRoleEligibilityScheduleInstance-id + - name: unifiedRbacResourceNamespace-id in: path - description: 'key: id of unifiedRoleEligibilityScheduleInstance' + description: 'key: id of unifiedRbacResourceNamespace' required: true schema: type: string - x-ms-docs-key-type: unifiedRoleEligibilityScheduleInstance + x-ms-docs-key-type: unifiedRbacResourceNamespace requestBody: description: New navigation property values content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.unifiedRoleEligibilityScheduleInstance' + $ref: '#/components/schemas/microsoft.graph.unifiedRbacResourceNamespace' required: true responses: '204': @@ -14044,16 +15489,16 @@ paths: delete: tags: - roleManagement.rbacApplication - summary: Delete navigation property roleEligibilityScheduleInstances for roleManagement - operationId: roleManagement.directory_DeleteRoleEligibilityScheduleInstances + summary: Delete navigation property resourceNamespaces for roleManagement + operationId: roleManagement.entitlementManagement_DeleteResourceNamespaces parameters: - - name: unifiedRoleEligibilityScheduleInstance-id + - name: unifiedRbacResourceNamespace-id in: path - description: 'key: id of unifiedRoleEligibilityScheduleInstance' + description: 'key: id of unifiedRbacResourceNamespace' required: true schema: type: string - x-ms-docs-key-type: unifiedRoleEligibilityScheduleInstance + x-ms-docs-key-type: unifiedRbacResourceNamespace - name: If-Match in: header description: ETag @@ -14065,38 +15510,61 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/roleManagement/directory/roleEligibilityScheduleInstances/microsoft.graph.filterByCurrentUser(on={on})': - get: + '/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/microsoft.graph.importResourceActions': + post: tags: - - roleManagement.Functions - summary: Invoke function filterByCurrentUser - operationId: roleManagement.directory.roleEligibilityScheduleInstances_filterByCurrentUser + - roleManagement.Actions + summary: Invoke action importResourceActions + operationId: roleManagement.entitlementManagement.resourceNamespaces_importResourceActions parameters: - - name: on + - name: unifiedRbacResourceNamespace-id in: path - description: 'Usage: on={on}' + description: 'key: id of unifiedRbacResourceNamespace' required: true schema: - $ref: '#/components/schemas/microsoft.graph.roleEligibilityScheduleInstanceFilterByCurrentUserOptions' + type: string + x-ms-docs-key-type: unifiedRbacResourceNamespace + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + format: + type: string + value: + type: string + overwriteResourceNamespace: + type: boolean + default: false + additionalProperties: + type: object + required: true responses: '200': description: Success content: application/json: schema: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.unifiedRoleEligibilityScheduleInstance' + $ref: '#/components/schemas/microsoft.graph.unifiedRbacResourceNamespace' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: function - /roleManagement/directory/roleEligibilitySchedules: + x-ms-docs-operation-type: action + '/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions': get: tags: - roleManagement.rbacApplication - summary: Get roleEligibilitySchedules from roleManagement - operationId: roleManagement.directory_ListRoleEligibilitySchedules + summary: Get resourceActions from roleManagement + operationId: roleManagement.entitlementManagement.resourceNamespaces_ListResourceActions parameters: + - name: unifiedRbacResourceNamespace-id + in: path + description: 'key: id of unifiedRbacResourceNamespace' + required: true + schema: + type: string + x-ms-docs-key-type: unifiedRbacResourceNamespace - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' @@ -14114,26 +15582,14 @@ paths: enum: - id - id desc - - appScopeId - - appScopeId desc - - createdDateTime - - createdDateTime desc - - createdUsing - - createdUsing desc - - directoryScopeId - - directoryScopeId desc - - modifiedDateTime - - modifiedDateTime desc - - principalId - - principalId desc - - roleDefinitionId - - roleDefinitionId desc - - status - - status desc - - memberType - - memberType desc - - scheduleInfo - - scheduleInfo desc + - actionVerb + - actionVerb desc + - description + - description desc + - name + - name desc + - resourceScopeId + - resourceScopeId desc type: string - name: $select in: query @@ -14146,20 +15602,11 @@ paths: items: enum: - id - - appScopeId - - createdDateTime - - createdUsing - - directoryScopeId - - modifiedDateTime - - principalId - - roleDefinitionId - - status - - memberType - - scheduleInfo - - appScope - - directoryScope - - principal - - roleDefinition + - actionVerb + - description + - name + - resourceScopeId + - resourceScope type: string - name: $expand in: query @@ -14172,10 +15619,7 @@ paths: items: enum: - '*' - - appScope - - directoryScope - - principal - - roleDefinition + - resourceScope type: string responses: '200': @@ -14183,13 +15627,13 @@ paths: content: application/json: schema: - title: Collection of unifiedRoleEligibilitySchedule + title: Collection of unifiedRbacResourceAction type: object properties: value: type: array items: - $ref: '#/components/schemas/microsoft.graph.unifiedRoleEligibilitySchedule' + $ref: '#/components/schemas/microsoft.graph.unifiedRbacResourceAction' '@odata.nextLink': type: string additionalProperties: @@ -14203,14 +15647,22 @@ paths: post: tags: - roleManagement.rbacApplication - summary: Create new navigation property to roleEligibilitySchedules for roleManagement - operationId: roleManagement.directory_CreateRoleEligibilitySchedules + summary: Create new navigation property to resourceActions for roleManagement + operationId: roleManagement.entitlementManagement.resourceNamespaces_CreateResourceActions + parameters: + - name: unifiedRbacResourceNamespace-id + in: path + description: 'key: id of unifiedRbacResourceNamespace' + required: true + schema: + type: string + x-ms-docs-key-type: unifiedRbacResourceNamespace requestBody: description: New navigation property content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.unifiedRoleEligibilitySchedule' + $ref: '#/components/schemas/microsoft.graph.unifiedRbacResourceAction' required: true responses: '201': @@ -14218,24 +15670,31 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.unifiedRoleEligibilitySchedule' + $ref: '#/components/schemas/microsoft.graph.unifiedRbacResourceAction' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/roleManagement/directory/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}': + '/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}': get: tags: - roleManagement.rbacApplication - summary: Get roleEligibilitySchedules from roleManagement - operationId: roleManagement.directory_GetRoleEligibilitySchedules + summary: Get resourceActions from roleManagement + operationId: roleManagement.entitlementManagement.resourceNamespaces_GetResourceActions parameters: - - name: unifiedRoleEligibilitySchedule-id + - name: unifiedRbacResourceNamespace-id in: path - description: 'key: id of unifiedRoleEligibilitySchedule' + description: 'key: id of unifiedRbacResourceNamespace' required: true schema: type: string - x-ms-docs-key-type: unifiedRoleEligibilitySchedule + x-ms-docs-key-type: unifiedRbacResourceNamespace + - name: unifiedRbacResourceAction-id + in: path + description: 'key: id of unifiedRbacResourceAction' + required: true + schema: + type: string + x-ms-docs-key-type: unifiedRbacResourceAction - name: $select in: query description: Select properties to be returned @@ -14247,20 +15706,11 @@ paths: items: enum: - id - - appScopeId - - createdDateTime - - createdUsing - - directoryScopeId - - modifiedDateTime - - principalId - - roleDefinitionId - - status - - memberType - - scheduleInfo - - appScope - - directoryScope - - principal - - roleDefinition + - actionVerb + - description + - name + - resourceScopeId + - resourceScope type: string - name: $expand in: query @@ -14273,10 +15723,7 @@ paths: items: enum: - '*' - - appScope - - directoryScope - - principal - - roleDefinition + - resourceScope type: string responses: '200': @@ -14284,46 +15731,42 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.unifiedRoleEligibilitySchedule' + $ref: '#/components/schemas/microsoft.graph.unifiedRbacResourceAction' links: - appScope: - operationId: roleManagement.directory.RoleEligibilitySchedules.GetAppScope - parameters: - unifiedRoleEligibilitySchedule-id: $request.path.unifiedRoleEligibilitySchedule-id - directoryScope: - operationId: roleManagement.directory.RoleEligibilitySchedules.GetDirectoryScope - parameters: - unifiedRoleEligibilitySchedule-id: $request.path.unifiedRoleEligibilitySchedule-id - principal: - operationId: roleManagement.directory.RoleEligibilitySchedules.GetPrincipal - parameters: - unifiedRoleEligibilitySchedule-id: $request.path.unifiedRoleEligibilitySchedule-id - roleDefinition: - operationId: roleManagement.directory.RoleEligibilitySchedules.GetRoleDefinition + resourceScope: + operationId: roleManagement.entitlementManagement.resourceNamespaces.ResourceActions.GetResourceScope parameters: - unifiedRoleEligibilitySchedule-id: $request.path.unifiedRoleEligibilitySchedule-id + unifiedRbacResourceNamespace-id: $request.path.unifiedRbacResourceNamespace-id + unifiedRbacResourceAction-id: $request.path.unifiedRbacResourceAction-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - roleManagement.rbacApplication - summary: Update the navigation property roleEligibilitySchedules in roleManagement - operationId: roleManagement.directory_UpdateRoleEligibilitySchedules + summary: Update the navigation property resourceActions in roleManagement + operationId: roleManagement.entitlementManagement.resourceNamespaces_UpdateResourceActions parameters: - - name: unifiedRoleEligibilitySchedule-id + - name: unifiedRbacResourceNamespace-id in: path - description: 'key: id of unifiedRoleEligibilitySchedule' + description: 'key: id of unifiedRbacResourceNamespace' required: true schema: type: string - x-ms-docs-key-type: unifiedRoleEligibilitySchedule + x-ms-docs-key-type: unifiedRbacResourceNamespace + - name: unifiedRbacResourceAction-id + in: path + description: 'key: id of unifiedRbacResourceAction' + required: true + schema: + type: string + x-ms-docs-key-type: unifiedRbacResourceAction requestBody: description: New navigation property values content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.unifiedRoleEligibilitySchedule' + $ref: '#/components/schemas/microsoft.graph.unifiedRbacResourceAction' required: true responses: '204': @@ -14334,16 +15777,23 @@ paths: delete: tags: - roleManagement.rbacApplication - summary: Delete navigation property roleEligibilitySchedules for roleManagement - operationId: roleManagement.directory_DeleteRoleEligibilitySchedules + summary: Delete navigation property resourceActions for roleManagement + operationId: roleManagement.entitlementManagement.resourceNamespaces_DeleteResourceActions parameters: - - name: unifiedRoleEligibilitySchedule-id + - name: unifiedRbacResourceNamespace-id in: path - description: 'key: id of unifiedRoleEligibilitySchedule' + description: 'key: id of unifiedRbacResourceNamespace' required: true schema: type: string - x-ms-docs-key-type: unifiedRoleEligibilitySchedule + x-ms-docs-key-type: unifiedRbacResourceNamespace + - name: unifiedRbacResourceAction-id + in: path + description: 'key: id of unifiedRbacResourceAction' + required: true + schema: + type: string + x-ms-docs-key-type: unifiedRbacResourceAction - name: If-Match in: header description: ETag @@ -14355,38 +15805,27 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/roleManagement/directory/roleEligibilitySchedules/microsoft.graph.filterByCurrentUser(on={on})': + '/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/resourceScope': get: tags: - - roleManagement.Functions - summary: Invoke function filterByCurrentUser - operationId: roleManagement.directory.roleEligibilitySchedules_filterByCurrentUser + - roleManagement.rbacApplication + summary: Get resourceScope from roleManagement + operationId: roleManagement.entitlementManagement.resourceNamespaces.resourceActions_GetResourceScope parameters: - - name: on + - name: unifiedRbacResourceNamespace-id in: path - description: 'Usage: on={on}' + description: 'key: id of unifiedRbacResourceNamespace' required: true schema: - $ref: '#/components/schemas/microsoft.graph.roleEligibilityScheduleFilterByCurrentUserOptions' - responses: - '200': - description: Success - content: - application/json: - schema: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.unifiedRoleEligibilitySchedule' - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: function - /roleManagement/entitlementManagement: - get: - tags: - - roleManagement.rbacApplication - summary: Get entitlementManagement from roleManagement - operationId: roleManagement_GetEntitlementManagement - parameters: + type: string + x-ms-docs-key-type: unifiedRbacResourceNamespace + - name: unifiedRbacResourceAction-id + in: path + description: 'key: id of unifiedRbacResourceAction' + required: true + schema: + type: string + x-ms-docs-key-type: unifiedRbacResourceAction - name: $select in: query description: Select properties to be returned @@ -14398,15 +15837,9 @@ paths: items: enum: - id - - resourceNamespaces - - roleAssignments - - roleDefinitions - - roleAssignmentRequests - - roleAssignmentScheduleInstances - - roleAssignmentSchedules - - roleEligibilityRequests - - roleEligibilityScheduleInstances - - roleEligibilitySchedules + - displayName + - scope + - type type: string - name: $expand in: query @@ -14419,15 +15852,6 @@ paths: items: enum: - '*' - - resourceNamespaces - - roleAssignments - - roleDefinitions - - roleAssignmentRequests - - roleAssignmentScheduleInstances - - roleAssignmentSchedules - - roleEligibilityRequests - - roleEligibilityScheduleInstances - - roleEligibilitySchedules type: string responses: '200': @@ -14435,164 +15859,80 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.rbacApplication' - links: - resourceNamespaces: - operationId: roleManagement.EntitlementManagement.ListResourceNamespaces - roleAssignments: - operationId: roleManagement.EntitlementManagement.ListRoleAssignments - roleDefinitions: - operationId: roleManagement.EntitlementManagement.ListRoleDefinitions - roleAssignmentRequests: - operationId: roleManagement.EntitlementManagement.ListRoleAssignmentRequests - roleAssignmentScheduleInstances: - operationId: roleManagement.EntitlementManagement.ListRoleAssignmentScheduleInstances - roleAssignmentSchedules: - operationId: roleManagement.EntitlementManagement.ListRoleAssignmentSchedules - roleEligibilityRequests: - operationId: roleManagement.EntitlementManagement.ListRoleEligibilityRequests - roleEligibilityScheduleInstances: - operationId: roleManagement.EntitlementManagement.ListRoleEligibilityScheduleInstances - roleEligibilitySchedules: - operationId: roleManagement.EntitlementManagement.ListRoleEligibilitySchedules + $ref: '#/components/schemas/microsoft.graph.unifiedRbacResourceScope' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - roleManagement.rbacApplication - summary: Update the navigation property entitlementManagement in roleManagement - operationId: roleManagement_UpdateEntitlementManagement - requestBody: - description: New navigation property values - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.rbacApplication' - required: true - responses: - '204': - description: Success - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - delete: - tags: - - roleManagement.rbacApplication - summary: Delete navigation property entitlementManagement for roleManagement - operationId: roleManagement_DeleteEntitlementManagement - parameters: - - 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 - '/roleManagement/entitlementManagement/microsoft.graph.roleScheduleInstances(directoryScopeId=''{directoryScopeId}'',appScopeId=''{appScopeId}'',principalId=''{principalId}'',roleDefinitionId=''{roleDefinitionId}'')': - get: - tags: - - roleManagement.Functions - summary: Invoke function roleScheduleInstances - operationId: roleManagement.entitlementManagement_roleScheduleInstances + summary: Update the navigation property resourceScope in roleManagement + operationId: roleManagement.entitlementManagement.resourceNamespaces.resourceActions_UpdateResourceScope parameters: - - name: directoryScopeId - in: path - description: 'Usage: directoryScopeId={directoryScopeId}' - required: true - schema: - type: string - nullable: true - - name: appScopeId - in: path - description: 'Usage: appScopeId={appScopeId}' - required: true - schema: - type: string - nullable: true - - name: principalId + - name: unifiedRbacResourceNamespace-id in: path - description: 'Usage: principalId={principalId}' + description: 'key: id of unifiedRbacResourceNamespace' required: true schema: type: string - nullable: true - - name: roleDefinitionId + x-ms-docs-key-type: unifiedRbacResourceNamespace + - name: unifiedRbacResourceAction-id in: path - description: 'Usage: roleDefinitionId={roleDefinitionId}' + description: 'key: id of unifiedRbacResourceAction' required: true schema: type: string - nullable: true + x-ms-docs-key-type: unifiedRbacResourceAction + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.unifiedRbacResourceScope' + required: true responses: - '200': + '204': description: Success - content: - application/json: - schema: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.unifiedRoleScheduleInstanceBase' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: function - '/roleManagement/entitlementManagement/microsoft.graph.roleSchedules(directoryScopeId=''{directoryScopeId}'',appScopeId=''{appScopeId}'',principalId=''{principalId}'',roleDefinitionId=''{roleDefinitionId}'')': - get: + x-ms-docs-operation-type: operation + delete: tags: - - roleManagement.Functions - summary: Invoke function roleSchedules - operationId: roleManagement.entitlementManagement_roleSchedules + - roleManagement.rbacApplication + summary: Delete navigation property resourceScope for roleManagement + operationId: roleManagement.entitlementManagement.resourceNamespaces.resourceActions_DeleteResourceScope parameters: - - name: directoryScopeId - in: path - description: 'Usage: directoryScopeId={directoryScopeId}' - required: true - schema: - type: string - nullable: true - - name: appScopeId + - name: unifiedRbacResourceNamespace-id in: path - description: 'Usage: appScopeId={appScopeId}' + description: 'key: id of unifiedRbacResourceNamespace' required: true schema: type: string - nullable: true - - name: principalId + x-ms-docs-key-type: unifiedRbacResourceNamespace + - name: unifiedRbacResourceAction-id in: path - description: 'Usage: principalId={principalId}' + description: 'key: id of unifiedRbacResourceAction' required: true schema: type: string - nullable: true - - name: roleDefinitionId - in: path - description: 'Usage: roleDefinitionId={roleDefinitionId}' - required: true + x-ms-docs-key-type: unifiedRbacResourceAction + - name: If-Match + in: header + description: ETag schema: type: string - nullable: true responses: - '200': + '204': description: Success - content: - application/json: - schema: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.unifiedRoleScheduleBase' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: function - /roleManagement/entitlementManagement/resourceNamespaces: + x-ms-docs-operation-type: operation + /roleManagement/entitlementManagement/roleAssignmentApprovals: get: tags: - roleManagement.rbacApplication - summary: Get resourceNamespaces from roleManagement - operationId: roleManagement.entitlementManagement_ListResourceNamespaces + summary: Get roleAssignmentApprovals from roleManagement + operationId: roleManagement.entitlementManagement_ListRoleAssignmentApprovals parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' @@ -14611,8 +15951,6 @@ paths: enum: - id - id desc - - name - - name desc type: string - name: $select in: query @@ -14625,8 +15963,7 @@ paths: items: enum: - id - - name - - resourceActions + - steps type: string - name: $expand in: query @@ -14639,7 +15976,7 @@ paths: items: enum: - '*' - - resourceActions + - steps type: string responses: '200': @@ -14647,13 +15984,13 @@ paths: content: application/json: schema: - title: Collection of unifiedRbacResourceNamespace + title: Collection of approval type: object properties: value: type: array items: - $ref: '#/components/schemas/microsoft.graph.unifiedRbacResourceNamespace' + $ref: '#/components/schemas/microsoft.graph.approval' '@odata.nextLink': type: string additionalProperties: @@ -14667,14 +16004,14 @@ paths: post: tags: - roleManagement.rbacApplication - summary: Create new navigation property to resourceNamespaces for roleManagement - operationId: roleManagement.entitlementManagement_CreateResourceNamespaces + summary: Create new navigation property to roleAssignmentApprovals for roleManagement + operationId: roleManagement.entitlementManagement_CreateRoleAssignmentApprovals requestBody: description: New navigation property content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.unifiedRbacResourceNamespace' + $ref: '#/components/schemas/microsoft.graph.approval' required: true responses: '201': @@ -14682,24 +16019,24 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.unifiedRbacResourceNamespace' + $ref: '#/components/schemas/microsoft.graph.approval' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}': + '/roleManagement/entitlementManagement/roleAssignmentApprovals/{approval-id}': get: tags: - roleManagement.rbacApplication - summary: Get resourceNamespaces from roleManagement - operationId: roleManagement.entitlementManagement_GetResourceNamespaces + summary: Get roleAssignmentApprovals from roleManagement + operationId: roleManagement.entitlementManagement_GetRoleAssignmentApprovals parameters: - - name: unifiedRbacResourceNamespace-id + - name: approval-id in: path - description: 'key: id of unifiedRbacResourceNamespace' + description: 'key: id of approval' required: true schema: type: string - x-ms-docs-key-type: unifiedRbacResourceNamespace + x-ms-docs-key-type: approval - name: $select in: query description: Select properties to be returned @@ -14711,8 +16048,7 @@ paths: items: enum: - id - - name - - resourceActions + - steps type: string - name: $expand in: query @@ -14725,7 +16061,7 @@ paths: items: enum: - '*' - - resourceActions + - steps type: string responses: '200': @@ -14733,34 +16069,34 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.unifiedRbacResourceNamespace' + $ref: '#/components/schemas/microsoft.graph.approval' links: - resourceActions: - operationId: roleManagement.entitlementManagement.ResourceNamespaces.ListResourceActions + steps: + operationId: roleManagement.entitlementManagement.RoleAssignmentApprovals.ListSteps parameters: - unifiedRbacResourceNamespace-id: $request.path.unifiedRbacResourceNamespace-id + approval-id: $request.path.approval-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - roleManagement.rbacApplication - summary: Update the navigation property resourceNamespaces in roleManagement - operationId: roleManagement.entitlementManagement_UpdateResourceNamespaces + summary: Update the navigation property roleAssignmentApprovals in roleManagement + operationId: roleManagement.entitlementManagement_UpdateRoleAssignmentApprovals parameters: - - name: unifiedRbacResourceNamespace-id + - name: approval-id in: path - description: 'key: id of unifiedRbacResourceNamespace' + description: 'key: id of approval' required: true schema: type: string - x-ms-docs-key-type: unifiedRbacResourceNamespace + x-ms-docs-key-type: approval requestBody: description: New navigation property values content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.unifiedRbacResourceNamespace' + $ref: '#/components/schemas/microsoft.graph.approval' required: true responses: '204': @@ -14771,16 +16107,16 @@ paths: delete: tags: - roleManagement.rbacApplication - summary: Delete navigation property resourceNamespaces for roleManagement - operationId: roleManagement.entitlementManagement_DeleteResourceNamespaces + summary: Delete navigation property roleAssignmentApprovals for roleManagement + operationId: roleManagement.entitlementManagement_DeleteRoleAssignmentApprovals parameters: - - name: unifiedRbacResourceNamespace-id + - name: approval-id in: path - description: 'key: id of unifiedRbacResourceNamespace' + description: 'key: id of approval' required: true schema: type: string - x-ms-docs-key-type: unifiedRbacResourceNamespace + x-ms-docs-key-type: approval - name: If-Match in: header description: ETag @@ -14792,191 +16128,52 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/microsoft.graph.importResourceActions': - post: - tags: - - roleManagement.Actions - summary: Invoke action importResourceActions - operationId: roleManagement.entitlementManagement.resourceNamespaces_importResourceActions - parameters: - - name: unifiedRbacResourceNamespace-id - in: path - description: 'key: id of unifiedRbacResourceNamespace' - required: true - schema: - type: string - x-ms-docs-key-type: unifiedRbacResourceNamespace - requestBody: - description: Action parameters - content: - application/json: - schema: - type: object - properties: - format: - type: string - value: - type: string - overwriteResourceNamespace: - type: boolean - default: false - additionalProperties: - type: object - required: true - responses: - '200': - description: Success - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.unifiedRbacResourceNamespace' - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: action - '/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions': + '/roleManagement/entitlementManagement/roleAssignmentApprovals/{approval-id}/steps': get: tags: - roleManagement.rbacApplication - summary: Get resourceActions from roleManagement - operationId: roleManagement.entitlementManagement.resourceNamespaces_ListResourceActions + summary: Get steps from roleManagement + operationId: roleManagement.entitlementManagement.roleAssignmentApprovals_ListSteps parameters: - - name: unifiedRbacResourceNamespace-id + - name: approval-id in: path - description: 'key: id of unifiedRbacResourceNamespace' + description: 'key: id of approval' required: true schema: type: string - x-ms-docs-key-type: unifiedRbacResourceNamespace + x-ms-docs-key-type: approval - $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 - - actionVerb - - actionVerb desc - - description - - description desc - - name - - name desc - - resourceScopeId - - resourceScopeId 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 - - actionVerb - - description - - name - - resourceScopeId - - resourceScope - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - enum: - - '*' - - resourceScope - type: string - responses: - '200': - description: Retrieved navigation property - content: - application/json: - schema: - title: Collection of unifiedRbacResourceAction - type: object - properties: - value: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.unifiedRbacResourceAction' - '@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: - - roleManagement.rbacApplication - summary: Create new navigation property to resourceActions for roleManagement - operationId: roleManagement.entitlementManagement.resourceNamespaces_CreateResourceActions - parameters: - - name: unifiedRbacResourceNamespace-id - in: path - description: 'key: id of unifiedRbacResourceNamespace' - required: true - schema: - type: string - x-ms-docs-key-type: unifiedRbacResourceNamespace - requestBody: - description: New navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.unifiedRbacResourceAction' - required: true - responses: - '201': - description: Created navigation property. - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.unifiedRbacResourceAction' - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}': - get: - tags: - - roleManagement.rbacApplication - summary: Get resourceActions from roleManagement - operationId: roleManagement.entitlementManagement.resourceNamespaces_GetResourceActions - parameters: - - name: unifiedRbacResourceNamespace-id - in: path - description: 'key: id of unifiedRbacResourceNamespace' - required: true - schema: - type: string - x-ms-docs-key-type: unifiedRbacResourceNamespace - - name: unifiedRbacResourceAction-id - in: path - description: 'key: id of unifiedRbacResourceAction' - required: true + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false schema: - type: string - x-ms-docs-key-type: unifiedRbacResourceAction + uniqueItems: true + type: array + items: + enum: + - id + - id desc + - assignedToMe + - assignedToMe desc + - displayName + - displayName desc + - justification + - justification desc + - reviewedBy + - reviewedBy desc + - reviewedDateTime + - reviewedDateTime desc + - reviewResult + - reviewResult desc + - status + - status desc + type: string - name: $select in: query description: Select properties to be returned @@ -14988,11 +16185,13 @@ paths: items: enum: - id - - actionVerb - - description - - name - - resourceScopeId - - resourceScope + - assignedToMe + - displayName + - justification + - reviewedBy + - reviewedDateTime + - reviewResult + - status type: string - name: $expand in: query @@ -15005,7 +16204,6 @@ paths: items: enum: - '*' - - resourceScope type: string responses: '200': @@ -15013,101 +16211,74 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.unifiedRbacResourceAction' - links: - resourceScope: - operationId: roleManagement.entitlementManagement.resourceNamespaces.ResourceActions.GetResourceScope - parameters: - unifiedRbacResourceNamespace-id: $request.path.unifiedRbacResourceNamespace-id - unifiedRbacResourceAction-id: $request.path.unifiedRbacResourceAction-id + title: Collection of approvalStep + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.approvalStep' + '@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 - patch: + post: tags: - roleManagement.rbacApplication - summary: Update the navigation property resourceActions in roleManagement - operationId: roleManagement.entitlementManagement.resourceNamespaces_UpdateResourceActions + summary: Create new navigation property to steps for roleManagement + operationId: roleManagement.entitlementManagement.roleAssignmentApprovals_CreateSteps parameters: - - name: unifiedRbacResourceNamespace-id - in: path - description: 'key: id of unifiedRbacResourceNamespace' - required: true - schema: - type: string - x-ms-docs-key-type: unifiedRbacResourceNamespace - - name: unifiedRbacResourceAction-id + - name: approval-id in: path - description: 'key: id of unifiedRbacResourceAction' + description: 'key: id of approval' required: true schema: type: string - x-ms-docs-key-type: unifiedRbacResourceAction + x-ms-docs-key-type: approval requestBody: - description: New navigation property values + description: New navigation property content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.unifiedRbacResourceAction' + $ref: '#/components/schemas/microsoft.graph.approvalStep' required: true responses: - '204': - description: Success - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - delete: - tags: - - roleManagement.rbacApplication - summary: Delete navigation property resourceActions for roleManagement - operationId: roleManagement.entitlementManagement.resourceNamespaces_DeleteResourceActions - parameters: - - name: unifiedRbacResourceNamespace-id - in: path - description: 'key: id of unifiedRbacResourceNamespace' - required: true - schema: - type: string - x-ms-docs-key-type: unifiedRbacResourceNamespace - - name: unifiedRbacResourceAction-id - in: path - description: 'key: id of unifiedRbacResourceAction' - required: true - schema: - type: string - x-ms-docs-key-type: unifiedRbacResourceAction - - name: If-Match - in: header - description: ETag - schema: - type: string - responses: - '204': - description: Success + '201': + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.approvalStep' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/resourceScope': + '/roleManagement/entitlementManagement/roleAssignmentApprovals/{approval-id}/steps/{approvalStep-id}': get: tags: - roleManagement.rbacApplication - summary: Get resourceScope from roleManagement - operationId: roleManagement.entitlementManagement.resourceNamespaces.resourceActions_GetResourceScope + summary: Get steps from roleManagement + operationId: roleManagement.entitlementManagement.roleAssignmentApprovals_GetSteps parameters: - - name: unifiedRbacResourceNamespace-id + - name: approval-id in: path - description: 'key: id of unifiedRbacResourceNamespace' + description: 'key: id of approval' required: true schema: type: string - x-ms-docs-key-type: unifiedRbacResourceNamespace - - name: unifiedRbacResourceAction-id + x-ms-docs-key-type: approval + - name: approvalStep-id in: path - description: 'key: id of unifiedRbacResourceAction' + description: 'key: id of approvalStep' required: true schema: type: string - x-ms-docs-key-type: unifiedRbacResourceAction + x-ms-docs-key-type: approvalStep - name: $select in: query description: Select properties to be returned @@ -15119,9 +16290,13 @@ paths: items: enum: - id + - assignedToMe - displayName - - scope - - type + - justification + - reviewedBy + - reviewedDateTime + - reviewResult + - status type: string - name: $expand in: query @@ -15141,36 +16316,36 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.unifiedRbacResourceScope' + $ref: '#/components/schemas/microsoft.graph.approvalStep' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - roleManagement.rbacApplication - summary: Update the navigation property resourceScope in roleManagement - operationId: roleManagement.entitlementManagement.resourceNamespaces.resourceActions_UpdateResourceScope + summary: Update the navigation property steps in roleManagement + operationId: roleManagement.entitlementManagement.roleAssignmentApprovals_UpdateSteps parameters: - - name: unifiedRbacResourceNamespace-id + - name: approval-id in: path - description: 'key: id of unifiedRbacResourceNamespace' + description: 'key: id of approval' required: true schema: type: string - x-ms-docs-key-type: unifiedRbacResourceNamespace - - name: unifiedRbacResourceAction-id + x-ms-docs-key-type: approval + - name: approvalStep-id in: path - description: 'key: id of unifiedRbacResourceAction' + description: 'key: id of approvalStep' required: true schema: type: string - x-ms-docs-key-type: unifiedRbacResourceAction + x-ms-docs-key-type: approvalStep requestBody: description: New navigation property values content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.unifiedRbacResourceScope' + $ref: '#/components/schemas/microsoft.graph.approvalStep' required: true responses: '204': @@ -15181,23 +16356,23 @@ paths: delete: tags: - roleManagement.rbacApplication - summary: Delete navigation property resourceScope for roleManagement - operationId: roleManagement.entitlementManagement.resourceNamespaces.resourceActions_DeleteResourceScope + summary: Delete navigation property steps for roleManagement + operationId: roleManagement.entitlementManagement.roleAssignmentApprovals_DeleteSteps parameters: - - name: unifiedRbacResourceNamespace-id + - name: approval-id in: path - description: 'key: id of unifiedRbacResourceNamespace' + description: 'key: id of approval' required: true schema: type: string - x-ms-docs-key-type: unifiedRbacResourceNamespace - - name: unifiedRbacResourceAction-id + x-ms-docs-key-type: approval + - name: approvalStep-id in: path - description: 'key: id of unifiedRbacResourceAction' + description: 'key: id of approvalStep' required: true schema: type: string - x-ms-docs-key-type: unifiedRbacResourceAction + x-ms-docs-key-type: approvalStep - name: If-Match in: header description: ETag @@ -15209,6 +16384,31 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation + '/roleManagement/entitlementManagement/roleAssignmentApprovals/microsoft.graph.filterByCurrentUser(on={on})': + get: + tags: + - roleManagement.Functions + summary: Invoke function filterByCurrentUser + operationId: roleManagement.entitlementManagement.roleAssignmentApprovals_filterByCurrentUser + parameters: + - name: on + in: path + description: 'Usage: on={on}' + required: true + schema: + $ref: '#/components/schemas/microsoft.graph.approvalFilterByCurrentUserOptions' + responses: + '200': + description: Success + content: + application/json: + schema: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.approval' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function /roleManagement/entitlementManagement/roleAssignmentRequests: get: tags: @@ -20891,26 +22091,26 @@ components: 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: Created date time in UTC of the device enrollment configuration + description: Not yet documented format: date-time description: type: string - description: The description of the device enrollment configuration + description: Not yet documented nullable: true displayName: type: string - description: The display name of the device enrollment configuration + 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: Last modified date time in UTC of the device enrollment configuration + description: Not yet documented format: date-time priority: maximum: 2147483647 minimum: -2147483648 type: integer - description: Priority is used when a user exists in multiple groups that are assigned enrollment configuration. Users are subject only to the configuration with the lowest priority value. + description: Not yet documented format: int32 roleScopeTagIds: type: array @@ -20922,13 +22122,13 @@ components: maximum: 2147483647 minimum: -2147483648 type: integer - description: The version of the device enrollment configuration + 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 + description: The list of group assignments for the device configuration profile. additionalProperties: type: object description: The Base Class of Device Enrollment Configuration @@ -21010,10 +22210,6 @@ components: type: string description: The Import Id of the Windows autopilot device. nullable: true - orderIdentifier: - type: string - description: Order Id of the Windows autopilot device. - Deprecate - nullable: true productKey: type: string description: Product Key of the Windows autopilot device. @@ -21027,6 +22223,47 @@ components: additionalProperties: type: object description: Imported windows autopilot devices. + microsoft.graph.userExperienceAnalyticsNotAutopilotReadyDevice: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: userExperienceAnalyticsNotAutopilotReadyDevice + type: object + properties: + autoPilotProfileAssigned: + type: boolean + description: The intune device's autopilotProfileAssigned. + autoPilotRegistered: + type: boolean + description: The intune device's autopilotRegistered. + azureAdJoinType: + type: string + description: The intune device's azure Ad joinType. + nullable: true + azureAdRegistered: + $ref: '#/components/schemas/microsoft.graph.azureAdRegisteredState' + deviceName: + type: string + description: The intune device's name. + nullable: true + managedBy: + type: string + description: The intune device's managed by. + nullable: true + manufacturer: + type: string + description: The intune device's manufacturer. + nullable: true + model: + type: string + description: The intune device's model. + nullable: true + serialNumber: + type: string + description: The intune device's serial number. + nullable: true + additionalProperties: + type: object + description: The user experience analytics Device not windows autopilot ready. microsoft.graph.windowsAutopilotDeploymentProfile: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -21101,6 +22338,10 @@ components: description: Addressable user name. nullable: true azureActiveDirectoryDeviceId: + type: string + description: AAD Device ID - to be deprecated + nullable: true + azureAdDeviceId: type: string description: AAD Device ID nullable: true @@ -21140,10 +22381,6 @@ components: type: string description: Model name of the Windows autopilot device. nullable: true - orderIdentifier: - type: string - description: Order Identifier of the Windows autopilot device - Deprecated - nullable: true productKey: type: string description: Product Key of the Windows autopilot device. @@ -21228,6 +22465,10 @@ components: type: string description: The date time that the profile was created. format: date-time + deployableContentDisplayName: + type: string + description: Friendly display name of the quality update profile deployable content + nullable: true description: type: string description: The description of the profile which is specified by the user. @@ -21548,6 +22789,10 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.unifiedRoleDefinition' + roleAssignmentApprovals: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.approval' roleAssignmentRequests: type: array items: @@ -21646,6 +22891,62 @@ components: $ref: '#/components/schemas/microsoft.graph.unifiedRoleDefinition' additionalProperties: type: object + microsoft.graph.approval: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: approval + type: object + properties: + steps: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.approvalStep' + additionalProperties: + type: object + microsoft.graph.approvalStep: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: approvalStep + type: object + properties: + assignedToMe: + type: boolean + description: Indicates whether the step is assigned to the calling user to review. Read-only. + nullable: true + displayName: + type: string + description: The label provided by the policy creator to identify an approval step. Read-only. + nullable: true + justification: + type: string + description: The justification associated with the approval step decision. + 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 + description: 'The date and time when a decision was recorded. The date and time information uses ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.' + format: date-time + nullable: true + reviewResult: + type: string + description: 'The result of this approval record. Possible values include: NotReviewed, Approved, Denied.' + nullable: true + status: + type: string + description: 'The step status. Possible values: InProgress, Initializing, Completed, Expired. Read-only.' + nullable: true + additionalProperties: + type: object + microsoft.graph.approvalFilterByCurrentUserOptions: + title: approvalFilterByCurrentUserOptions + enum: + - target + - createdBy + - approver + - unknownFutureValue + type: string microsoft.graph.unifiedRoleAssignmentRequest: allOf: - $ref: '#/components/schemas/microsoft.graph.request' @@ -22188,6 +23489,13 @@ components: nullable: true additionalProperties: type: object + microsoft.graph.azureAdRegisteredState: + title: azureAdRegisteredState + enum: + - no + - yes + - unknown + type: string microsoft.graph.windowsAutopilotDeviceType: title: windowsAutopilotDeviceType enum: @@ -22307,6 +23615,20 @@ components: nullable: true 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.request: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -22346,7 +23668,7 @@ components: 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''.' + 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 is 2014-01-01T00:00:00Z.' format: date-time nullable: true additionalProperties: @@ -22432,7 +23754,7 @@ components: 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''.' + 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 is 2014-01-01T00:00:00Z.' format: date-time nullable: true type: @@ -22472,20 +23794,6 @@ components: description: The structure of this object is service-specific 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.expirationPatternType: title: expirationPatternType enum: @@ -22508,7 +23816,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.dayOfWeek' - description: 'A collection of the days of the week on which the event occurs. 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.' + 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: diff --git a/openApiDocs/beta/DeviceManagement.Functions.yml b/openApiDocs/beta/DeviceManagement.Functions.yml index 3eab5260100..cf683e941ae 100644 --- a/openApiDocs/beta/DeviceManagement.Functions.yml +++ b/openApiDocs/beta/DeviceManagement.Functions.yml @@ -23,6 +23,22 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: function + /deviceManagement/assignmentFilters/microsoft.graph.getState(): + get: + tags: + - deviceManagement.Functions + summary: Invoke function getState + operationId: deviceManagement.assignmentFilters_getState + responses: + '200': + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.assignmentFilterState' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function '/deviceManagement/auditEvents/microsoft.graph.getAuditActivityTypes(category=''{category}'')': get: tags: @@ -1279,6 +1295,22 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: function + /deviceManagement/microsoft.graph.userExperienceAnalyticsSummarizeWorkFromAnywhereDevices(): + get: + tags: + - deviceManagement.Functions + summary: Invoke function userExperienceAnalyticsSummarizeWorkFromAnywhereDevices + operationId: deviceManagement_userExperienceAnalyticsSummarizeWorkFromAnywhereDevices + responses: + '200': + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.userExperienceAnalyticsWorkFromAnywhereDevicesSummary' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function '/deviceManagement/microsoft.graph.verifyWindowsEnrollmentAutoDiscovery(domainName=''{domainName}'')': get: tags: @@ -1590,6 +1622,16 @@ paths: x-ms-docs-operation-type: function components: schemas: + microsoft.graph.assignmentFilterState: + title: assignmentFilterState + type: object + properties: + enabled: + type: boolean + description: Indicator to if AssignmentFilter is enabled or disabled. + additionalProperties: + type: object + description: Represents result of GetState API. microsoft.graph.deviceCompliancePolicySettingState: title: deviceCompliancePolicySettingState type: object @@ -2036,7 +2078,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.resourceAction' - description: Resource Actions each containing a set of allowed and not allowed permissions. + description: Actions additionalProperties: type: object description: Contains the set of ResourceActions determining the allowed and not allowed permissions for each role. @@ -2078,6 +2120,19 @@ components: additionalProperties: type: object description: The suggestedEnrollmentLimit resource represents the suggested enrollment limit when given an enrollment type. + microsoft.graph.userExperienceAnalyticsWorkFromAnywhereDevicesSummary: + title: userExperienceAnalyticsWorkFromAnywhereDevicesSummary + type: object + properties: + autopilotDevicesSummary: + $ref: '#/components/schemas/microsoft.graph.userExperienceAnalyticsAutopilotDevicesSummary' + cloudManagementDevicesSummary: + $ref: '#/components/schemas/microsoft.graph.userExperienceAnalyticsCloudManagementDevicesSummary' + windows10DevicesSummary: + $ref: '#/components/schemas/microsoft.graph.userExperienceAnalyticsWindows10DevicesSummary' + additionalProperties: + type: object + description: The user experience analytics Work From Anywhere metrics devices summary. microsoft.graph.userExperienceAnalyticsSummarizedBy: title: userExperienceAnalyticsSummarizedBy enum: @@ -2430,7 +2485,7 @@ components: items: type: string nullable: true - description: Not Allowed Actions. + description: Not Allowed Actions additionalProperties: type: object description: Set of allowed and not allowed actions for a resource. @@ -2445,6 +2500,63 @@ components: additionalProperties: type: object description: Contains the properties for auto-assigning a Role Scope Tag to a group to be applied to Devices. + microsoft.graph.userExperienceAnalyticsAutopilotDevicesSummary: + title: userExperienceAnalyticsAutopilotDevicesSummary + type: object + properties: + devicesNotAutopilotRegistered: + maximum: 2147483647 + minimum: -2147483648 + type: integer + description: The count of intune devices that are not autopilot registerd. + format: int32 + devicesWithoutAutopilotProfileAssigned: + maximum: 2147483647 + minimum: -2147483648 + type: integer + description: The count of intune devices not autopilot profile assigned. + format: int32 + additionalProperties: + type: object + description: The user experience analytics summary of Devices not windows autopilot ready. + microsoft.graph.userExperienceAnalyticsCloudManagementDevicesSummary: + title: userExperienceAnalyticsCloudManagementDevicesSummary + type: object + properties: + coManagedDeviceCount: + maximum: 2147483647 + minimum: -2147483648 + type: integer + description: Total number of co-managed devices. + format: int32 + intuneDeviceCount: + maximum: 2147483647 + minimum: -2147483648 + type: integer + description: The count of intune devices that are not autopilot registerd. + format: int32 + tenantAttachDeviceCount: + maximum: 2147483647 + minimum: -2147483648 + type: integer + description: Total count of tenant attach devices. + format: int32 + additionalProperties: + type: object + description: The user experience work from anywhere Cloud management devices summary. + microsoft.graph.userExperienceAnalyticsWindows10DevicesSummary: + title: userExperienceAnalyticsWindows10DevicesSummary + type: object + properties: + unsupportedOSversionDeviceCount: + maximum: 2147483647 + minimum: -2147483648 + type: integer + description: The count of Windows 10 devices that have unsupported OS versions. + format: int32 + additionalProperties: + type: object + description: The user experience analytics work from anywhere Windows 10 devices summary. microsoft.graph.diskType: title: diskType enum: diff --git a/openApiDocs/beta/DeviceManagement.yml b/openApiDocs/beta/DeviceManagement.yml index 60700c48be3..66c0b4e1dcb 100644 --- a/openApiDocs/beta/DeviceManagement.yml +++ b/openApiDocs/beta/DeviceManagement.yml @@ -114,6 +114,7 @@ paths: - userExperienceAnalyticsDevicesWithoutCloudIdentity - userExperienceAnalyticsImpactingProcess - userExperienceAnalyticsMetricHistory + - userExperienceAnalyticsNotAutopilotReadyDevice - userExperienceAnalyticsOverview - userExperienceAnalyticsRegressionSummary - userExperienceAnalyticsRemoteConnection @@ -248,6 +249,7 @@ paths: - userExperienceAnalyticsDevicesWithoutCloudIdentity - userExperienceAnalyticsImpactingProcess - userExperienceAnalyticsMetricHistory + - userExperienceAnalyticsNotAutopilotReadyDevice - userExperienceAnalyticsOverview - userExperienceAnalyticsRegressionSummary - userExperienceAnalyticsRemoteConnection @@ -453,6 +455,8 @@ paths: operationId: deviceManagement.ListUserExperienceAnalyticsImpactingProcess userExperienceAnalyticsMetricHistory: operationId: deviceManagement.ListUserExperienceAnalyticsMetricHistory + userExperienceAnalyticsNotAutopilotReadyDevice: + operationId: deviceManagement.ListUserExperienceAnalyticsNotAutopilotReadyDevice userExperienceAnalyticsOverview: operationId: deviceManagement.GetUserExperienceAnalyticsOverview userExperienceAnalyticsRegressionSummary: @@ -5142,6 +5146,7 @@ paths: - licenseDetails - manager - memberOf + - oauth2PermissionGrants - ownedDevices - ownedObjects - registeredDevices @@ -5213,6 +5218,7 @@ paths: - licenseDetails - manager - memberOf + - oauth2PermissionGrants - ownedDevices - ownedObjects - registeredDevices @@ -5433,6 +5439,7 @@ paths: - licenseDetails - manager - memberOf + - oauth2PermissionGrants - ownedDevices - ownedObjects - registeredDevices @@ -5504,6 +5511,7 @@ paths: - licenseDetails - manager - memberOf + - oauth2PermissionGrants - ownedDevices - ownedObjects - registeredDevices @@ -5608,6 +5616,11 @@ paths: parameters: managedDevice-id: $request.path.managedDevice-id user-id: $request.path.user-id + oauth2PermissionGrants: + operationId: deviceManagement.comanagedDevices.Users.ListOauth2PermissionGrants + parameters: + managedDevice-id: $request.path.managedDevice-id + user-id: $request.path.user-id ownedDevices: operationId: deviceManagement.comanagedDevices.Users.ListOwnedDevices parameters: @@ -27511,6 +27524,7 @@ paths: - licenseDetails - manager - memberOf + - oauth2PermissionGrants - ownedDevices - ownedObjects - registeredDevices @@ -27582,6 +27596,7 @@ paths: - licenseDetails - manager - memberOf + - oauth2PermissionGrants - ownedDevices - ownedObjects - registeredDevices @@ -27802,6 +27817,7 @@ paths: - licenseDetails - manager - memberOf + - oauth2PermissionGrants - ownedDevices - ownedObjects - registeredDevices @@ -27873,6 +27889,7 @@ paths: - licenseDetails - manager - memberOf + - oauth2PermissionGrants - ownedDevices - ownedObjects - registeredDevices @@ -27977,6 +27994,11 @@ paths: parameters: managedDevice-id: $request.path.managedDevice-id user-id: $request.path.user-id + oauth2PermissionGrants: + operationId: deviceManagement.managedDevices.Users.ListOauth2PermissionGrants + parameters: + managedDevice-id: $request.path.managedDevice-id + user-id: $request.path.user-id ownedDevices: operationId: deviceManagement.managedDevices.Users.ListOwnedDevices parameters: @@ -36193,6 +36215,7 @@ paths: - deviceBootPerformanceMetrics - rebootAnalyticsMetrics - resourcePerformanceMetrics + - workFromAnywhereMetrics type: string - name: $expand in: query @@ -36210,6 +36233,7 @@ paths: - deviceBootPerformanceMetrics - rebootAnalyticsMetrics - resourcePerformanceMetrics + - workFromAnywhereMetrics type: string responses: '200': @@ -36289,6 +36313,7 @@ paths: - deviceBootPerformanceMetrics - rebootAnalyticsMetrics - resourcePerformanceMetrics + - workFromAnywhereMetrics type: string - name: $expand in: query @@ -36306,6 +36331,7 @@ paths: - deviceBootPerformanceMetrics - rebootAnalyticsMetrics - resourcePerformanceMetrics + - workFromAnywhereMetrics type: string responses: '200': @@ -36335,6 +36361,10 @@ paths: operationId: deviceManagement.UserExperienceAnalyticsBaselines.GetResourcePerformanceMetrics parameters: userExperienceAnalyticsBaseline-id: $request.path.userExperienceAnalyticsBaseline-id + workFromAnywhereMetrics: + operationId: deviceManagement.UserExperienceAnalyticsBaselines.GetWorkFromAnywhereMetrics + parameters: + userExperienceAnalyticsBaseline-id: $request.path.userExperienceAnalyticsBaseline-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -37073,6 +37103,143 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation + '/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}/workFromAnywhereMetrics': + get: + tags: + - deviceManagement.userExperienceAnalyticsBaseline + summary: Get workFromAnywhereMetrics from deviceManagement + operationId: deviceManagement.userExperienceAnalyticsBaselines_GetWorkFromAnywhereMetrics + parameters: + - name: userExperienceAnalyticsBaseline-id + in: path + description: 'key: id of userExperienceAnalyticsBaseline' + required: true + schema: + type: string + x-ms-docs-key-type: userExperienceAnalyticsBaseline + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - id + - insights + - metricValues + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - '*' + - metricValues + type: string + responses: + '200': + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.userExperienceAnalyticsCategory' + links: + metricValues: + operationId: deviceManagement.userExperienceAnalyticsBaselines.WorkFromAnywhereMetrics.ListMetricValues + parameters: + userExperienceAnalyticsBaseline-id: $request.path.userExperienceAnalyticsBaseline-id + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}/workFromAnywhereMetrics/$ref': + get: + tags: + - deviceManagement.userExperienceAnalyticsBaseline + summary: Get ref of workFromAnywhereMetrics from deviceManagement + operationId: deviceManagement.userExperienceAnalyticsBaselines_GetRefWorkFromAnywhereMetrics + parameters: + - name: userExperienceAnalyticsBaseline-id + in: path + description: 'key: id of userExperienceAnalyticsBaseline' + required: true + schema: + type: string + x-ms-docs-key-type: userExperienceAnalyticsBaseline + responses: + '200': + description: Retrieved navigation property link + content: + application/json: + schema: + type: string + links: + metricValues: + operationId: deviceManagement.userExperienceAnalyticsBaselines.WorkFromAnywhereMetrics.ListMetricValues + parameters: + userExperienceAnalyticsBaseline-id: $request.path.userExperienceAnalyticsBaseline-id + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + put: + tags: + - deviceManagement.userExperienceAnalyticsBaseline + summary: Update the ref of navigation property workFromAnywhereMetrics in deviceManagement + operationId: deviceManagement.userExperienceAnalyticsBaselines_SetRefWorkFromAnywhereMetrics + parameters: + - name: userExperienceAnalyticsBaseline-id + in: path + description: 'key: id of userExperienceAnalyticsBaseline' + required: true + schema: + type: string + x-ms-docs-key-type: userExperienceAnalyticsBaseline + 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: + - deviceManagement.userExperienceAnalyticsBaseline + summary: Delete ref of navigation property workFromAnywhereMetrics for deviceManagement + operationId: deviceManagement.userExperienceAnalyticsBaselines_DeleteRefWorkFromAnywhereMetrics + parameters: + - name: userExperienceAnalyticsBaseline-id + in: path + description: 'key: id of userExperienceAnalyticsBaseline' + required: true + schema: + type: string + x-ms-docs-key-type: userExperienceAnalyticsBaseline + - 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 /deviceManagement/userExperienceAnalyticsCategories: get: tags: @@ -39556,6 +39723,234 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation + /deviceManagement/userExperienceAnalyticsNotAutopilotReadyDevice: + get: + tags: + - deviceManagement.userExperienceAnalyticsNotAutopilotReadyDevice + summary: Get userExperienceAnalyticsNotAutopilotReadyDevice from deviceManagement + operationId: deviceManagement_ListUserExperienceAnalyticsNotAutopilotReadyDevice + parameters: + - $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 + - autoPilotProfileAssigned + - autoPilotProfileAssigned desc + - autoPilotRegistered + - autoPilotRegistered desc + - azureAdJoinType + - azureAdJoinType desc + - azureAdRegistered + - azureAdRegistered desc + - deviceName + - deviceName desc + - managedBy + - managedBy desc + - manufacturer + - manufacturer desc + - model + - model desc + - serialNumber + - serialNumber 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 + - autoPilotProfileAssigned + - autoPilotRegistered + - azureAdJoinType + - azureAdRegistered + - deviceName + - managedBy + - manufacturer + - model + - serialNumber + 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 userExperienceAnalyticsNotAutopilotReadyDevice + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.userExperienceAnalyticsNotAutopilotReadyDevice' + '@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: + - deviceManagement.userExperienceAnalyticsNotAutopilotReadyDevice + summary: Create new navigation property to userExperienceAnalyticsNotAutopilotReadyDevice for deviceManagement + operationId: deviceManagement_CreateUserExperienceAnalyticsNotAutopilotReadyDevice + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.userExperienceAnalyticsNotAutopilotReadyDevice' + required: true + responses: + '201': + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.userExperienceAnalyticsNotAutopilotReadyDevice' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/deviceManagement/userExperienceAnalyticsNotAutopilotReadyDevice/{userExperienceAnalyticsNotAutopilotReadyDevice-id}': + get: + tags: + - deviceManagement.userExperienceAnalyticsNotAutopilotReadyDevice + summary: Get userExperienceAnalyticsNotAutopilotReadyDevice from deviceManagement + operationId: deviceManagement_GetUserExperienceAnalyticsNotAutopilotReadyDevice + parameters: + - name: userExperienceAnalyticsNotAutopilotReadyDevice-id + in: path + description: 'key: id of userExperienceAnalyticsNotAutopilotReadyDevice' + required: true + schema: + type: string + x-ms-docs-key-type: userExperienceAnalyticsNotAutopilotReadyDevice + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - id + - autoPilotProfileAssigned + - autoPilotRegistered + - azureAdJoinType + - azureAdRegistered + - deviceName + - managedBy + - manufacturer + - model + - serialNumber + 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.userExperienceAnalyticsNotAutopilotReadyDevice' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - deviceManagement.userExperienceAnalyticsNotAutopilotReadyDevice + summary: Update the navigation property userExperienceAnalyticsNotAutopilotReadyDevice in deviceManagement + operationId: deviceManagement_UpdateUserExperienceAnalyticsNotAutopilotReadyDevice + parameters: + - name: userExperienceAnalyticsNotAutopilotReadyDevice-id + in: path + description: 'key: id of userExperienceAnalyticsNotAutopilotReadyDevice' + required: true + schema: + type: string + x-ms-docs-key-type: userExperienceAnalyticsNotAutopilotReadyDevice + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.userExperienceAnalyticsNotAutopilotReadyDevice' + required: true + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - deviceManagement.userExperienceAnalyticsNotAutopilotReadyDevice + summary: Delete navigation property userExperienceAnalyticsNotAutopilotReadyDevice for deviceManagement + operationId: deviceManagement_DeleteUserExperienceAnalyticsNotAutopilotReadyDevice + parameters: + - name: userExperienceAnalyticsNotAutopilotReadyDevice-id + in: path + description: 'key: id of userExperienceAnalyticsNotAutopilotReadyDevice' + required: true + schema: + type: string + x-ms-docs-key-type: userExperienceAnalyticsNotAutopilotReadyDevice + - 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 /deviceManagement/userExperienceAnalyticsOverview: get: tags: @@ -42260,6 +42655,11 @@ components: items: $ref: '#/components/schemas/microsoft.graph.userExperienceAnalyticsMetricHistory' description: User experience analytics metric history + userExperienceAnalyticsNotAutopilotReadyDevice: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.userExperienceAnalyticsNotAutopilotReadyDevice' + description: User experience analytics devices not Windows Autopilot ready. userExperienceAnalyticsOverview: $ref: '#/components/schemas/microsoft.graph.userExperienceAnalyticsOverview' userExperienceAnalyticsRegressionSummary: @@ -42870,11 +43270,11 @@ components: nullable: true activationLockBypassCode: type: string - description: Code that allows the Activation Lock on a device to be bypassed. This property is read-only. + description: Code that allows the Activation Lock on a device to be bypassed. nullable: true androidSecurityPatchLevel: type: string - description: Android security patch level. This property is read-only. + description: Android security patch level nullable: true autopilotEnrolled: type: boolean @@ -42885,18 +43285,18 @@ components: nullable: true azureADDeviceId: type: string - description: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. + 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. This property is read-only. + 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. This property is read-only. + description: The DateTime when device compliance grace period expires format: date-time complianceState: $ref: '#/components/schemas/microsoft.graph.complianceState' @@ -42910,10 +43310,10 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.deviceActionResult' - description: List of ComplexType deviceActionResult objects. This property is read-only. + description: List of ComplexType deviceActionResult objects. deviceCategoryDisplayName: type: string - description: Device category display name. This property is read-only. + description: Device category display name nullable: true deviceEnrollmentType: $ref: '#/components/schemas/microsoft.graph.deviceEnrollmentType' @@ -42921,7 +43321,7 @@ components: $ref: '#/components/schemas/microsoft.graph.deviceHealthAttestationState' deviceName: type: string - description: Name of the device. This property is read-only. + description: Name of the device nullable: true deviceRegistrationState: $ref: '#/components/schemas/microsoft.graph.deviceRegistrationState' @@ -42929,24 +43329,24 @@ components: $ref: '#/components/schemas/microsoft.graph.deviceType' easActivated: type: boolean - description: Whether the device is Exchange ActiveSync activated. This property is read-only. + 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. This property is read-only. + description: Exchange ActivationSync activation time of the device. format: date-time easDeviceId: type: string - description: Exchange ActiveSync Id of the device. This property is read-only. + description: Exchange ActiveSync Id of the device. nullable: true emailAddress: type: string - description: Email(s) for the user associated with the device. This property is read-only. + 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. This property is read-only. + description: Enrollment time of the device. format: date-time ethernetMacAddress: type: string @@ -42959,11 +43359,11 @@ components: 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. This property is read-only. + description: Last time the device contacted Exchange. format: date-time freeStorageSpaceInBytes: type: integer - description: Free Storage in Bytes. This property is read-only. + description: Free Storage in Bytes format: int64 hardwareInformation: $ref: '#/components/schemas/microsoft.graph.hardwareInformation' @@ -42973,24 +43373,24 @@ components: nullable: true imei: type: string - description: IMEI. This property is read-only. + description: IMEI nullable: true isEncrypted: type: boolean - description: Device encryption status. This property is read-only. + description: Device encryption status isSupervised: type: boolean - description: Device supervised status. This property is read-only. + description: Device supervised status jailBroken: type: string - description: whether the device is jail broken or rooted. This property is read-only. + 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. This property is read-only. + 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' @@ -43013,15 +43413,15 @@ components: $ref: '#/components/schemas/microsoft.graph.managementState' manufacturer: type: string - description: Manufacturer of the device. This property is read-only. + description: Manufacturer of the device nullable: true meid: type: string - description: MEID. This property is read-only. + description: MEID nullable: true model: type: string - description: Model of the device. This property is read-only. + description: Model of the device nullable: true notes: type: string @@ -43029,11 +43429,11 @@ components: nullable: true operatingSystem: type: string - description: 'Operating system of the device. Windows, iOS, etc. This property is read-only.' + description: 'Operating system of the device. Windows, iOS, etc.' nullable: true osVersion: type: string - description: Operating system version of the device. This property is read-only. + description: Operating system version of the device. nullable: true ownerType: $ref: '#/components/schemas/microsoft.graph.ownerType' @@ -43041,7 +43441,7 @@ components: $ref: '#/components/schemas/microsoft.graph.managedDevicePartnerReportedHealthState' phoneNumber: type: string - description: Phone number of the device. This property is read-only. + description: Phone number of the device nullable: true physicalMemoryInBytes: type: integer @@ -43056,11 +43456,11 @@ components: $ref: '#/components/schemas/microsoft.graph.managedDeviceArchitecture' remoteAssistanceSessionErrorDetails: type: string - description: An error string that identifies issues when creating Remote Assistance session objects. This property is read-only. + 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. This property is read-only. + description: Url that allows a Remote Assistance session to be established with the device. nullable: true requireUserEnrollmentApproval: type: boolean @@ -43079,7 +43479,7 @@ components: description: List of Scope Tag IDs for this Device instance. serialNumber: type: string - description: SerialNumber. This property is read-only. + description: SerialNumber nullable: true skuFamily: type: string @@ -43097,11 +43497,11 @@ components: nullable: true subscriberCarrier: type: string - description: Subscriber Carrier. This property is read-only. + description: Subscriber Carrier nullable: true totalStorageSpaceInBytes: type: integer - description: Total Storage in Bytes. This property is read-only. + description: Total Storage in Bytes format: int64 udid: type: string @@ -43109,15 +43509,15 @@ components: nullable: true userDisplayName: type: string - description: User display name. This property is read-only. + description: User display name nullable: true userId: type: string - description: Unique Identifier for the user associated with the device. This property is read-only. + description: Unique Identifier for the user associated with the device nullable: true userPrincipalName: type: string - description: Device user principal name. This property is read-only. + description: Device user principal name nullable: true usersLoggedOn: type: array @@ -43126,7 +43526,7 @@ components: description: Indicates the last logged on users of a device. This property is read-only. wiFiMacAddress: type: string - description: Wi-Fi MAC. This property is read-only. + description: Wi-Fi MAC nullable: true windowsActiveMalwareCount: maximum: 2147483647 @@ -43503,56 +43903,56 @@ components: $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. Returned only on $select. Supports $filter.' + 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. Returned only on $select.' + 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. Returned only on $select. Not nullable. + description: The licenses that are assigned to the user. Returned only on $select. Not nullable. Supports $filter. assignedPlans: type: array items: $ref: '#/components/schemas/microsoft.graph.assignedPlan' - description: The plans that are assigned to the user. Returned only on $select. Read-only. Not nullable. + 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. Only one number can be set for this property. Returned by default. Read-only for users synced from on-premises directory. + description: 'The telephone numbers for the user. NOTE: Although this is a string collection, only one number can be set for this property. Read-only for users synced from on-premises directory. Returned by default.' city: type: string - description: The city in which the user is located. Returned only on $select. Supports $filter. + 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. + 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 characters.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. Returned only on $select.' + 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''. Returned only on $select. Supports $filter.' + 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 date and time the user was created. The value cannot be modified and is automatically populated when the entity is created. The DateTimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. Property is nullable. A null value indicates that an accurate creation time couldn't be determined for the user. Returned only on $select. Read-only. Supports $filter. + 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). Returned only on $select. Read-only.' + 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. Returned only on $select. Supports $filter. + description: The name for the department in which the user works. Supports $filter. nullable: true deviceKeys: type: array @@ -43560,7 +43960,7 @@ components: $ref: '#/components/schemas/microsoft.graph.deviceKey' displayName: type: string - description: 'The name displayed in the address book for the user. This value 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. Returned by default. Supports $filter and $orderby.' + 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. Returned by default. 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])$' @@ -43588,7 +43988,7 @@ components: nullable: true faxNumber: type: string - description: The fax number of the user. Returned only on $select. + description: The fax number of the user. nullable: true givenName: type: string @@ -43598,7 +43998,7 @@ components: 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. Returned only on $select. Supports $filter.' + 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: @@ -43621,29 +44021,29 @@ components: 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 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 is ''2014-01-01T00:00:00Z'' Returned only on $select. Read-only.' + 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 is 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. Returned only on $select.' + 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. Returned only on $select. Read-only. + 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''. Returned by default. Supports $filter and endsWith.' nullable: true mailNickname: type: string - description: The mail alias for the user. This property must be specified when a user is created. Returned only on $select. Supports $filter. + 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. Returned by default. Read-only for users synced from on-premises directory. + description: The primary cellular telephone number for the user. Read-only for users synced from on-premises directory. Returned by default. nullable: true officeLocation: type: string @@ -43651,59 +44051,59 @@ components: 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. Returned only on $select. Read-only. + 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. Returned only on $select. Read-only.' + 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. Returned only on $select. Supports $filter.' + 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 is ''2014-01-01T00:00:00Z''. Returned only on $select. Read-only.' + 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 is 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. Returned only on $select. + 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. Returned only on $select. Read-only. + 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. Returned only on $select. Read-only. + 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). Returned only on $select. Read-only. + 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. Returned only on $select. Read-only. + 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''].Returned only on $select. Supports$filter.' + 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''.Returned only on $select.' + 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. Returned only on $select.' + 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 @@ -43717,35 +44117,35 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.provisionedPlan' - description: The plans that are provisioned for the user. Returned only on $select. Read-only. Not nullable. + 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. Returned only on $select. Read-only, Not nullable. Supports $filter.' + 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. Use invalidateAllRefreshTokens to reset.' + 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. Returned only on $select.' + 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. Returned only on $select. Read-only. Use revokeSignInSessions to reset.' + 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. Returned only on $select. Supports $filter. + 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. Returned only on $select. + description: The street address of the user's place of business. nullable: true surname: type: string @@ -43753,7 +44153,7 @@ components: 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. Returned only on $select. Supports $filter.' + 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 @@ -43761,7 +44161,7 @@ components: 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''. Returned only on $select. Supports $filter.' + 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' @@ -43773,56 +44173,56 @@ components: format: int32 aboutMe: type: string - description: A freeform text entry field for the user to describe themselves. Returned only on $select. + 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 is ''2014-01-01T00:00:00Z'' Returned only on $select.' + 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 is 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 is ''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.' + 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 is 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. Returned only on $select. + description: A list for the user to describe their interests. mySite: type: string - description: The URL for the user's personal site. Returned only on $select. + 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. Returned only on $select. + description: A list for the user to enumerate their past projects. preferredName: type: string - description: The preferred name for the user. Returned only on $select. + 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. Returned only on $select. + 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. Returned only on $select. + 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. Returned only on $select. + description: A list for the user to enumerate their skills. analytics: $ref: '#/components/schemas/microsoft.graph.userAnalytics' usageRights: @@ -43857,7 +44257,11 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.directoryObject' - description: 'The groups, directory roles and administrative units that the user is a member of. Read-only. Nullable.' + description: The groups and directory roles that the user is a member of. Read-only. Nullable. + oauth2PermissionGrants: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.oAuth2PermissionGrant' ownedDevices: type: array items: @@ -43913,7 +44317,7 @@ components: 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. + 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: @@ -43937,7 +44341,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.person' - description: 'Read-only. The most relevant people to the user. The collection is ordered by their relevance to the user, which is determined by the user''s communication, collaboration and business relationships. A person is an aggregation of information from across mail, contacts and social networks.' + description: People that are relevant to the user. Read-only. Nullable. drive: $ref: '#/components/schemas/microsoft.graph.drive' drives: @@ -43953,7 +44357,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.extension' - description: The collection of open extensions defined for the user. Nullable. + description: The collection of open extensions defined for the user. Read-only. Nullable. appConsentRequestsForApproval: type: array items: @@ -45363,7 +45767,7 @@ components: 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 last time that Intune Management Extension synced with Intune + description: The last time that Intune Managment Extension synced with Intune format: date-time postRemediationDetectionScriptError: type: string @@ -47607,6 +48011,8 @@ components: $ref: '#/components/schemas/microsoft.graph.userExperienceAnalyticsCategory' resourcePerformanceMetrics: $ref: '#/components/schemas/microsoft.graph.userExperienceAnalyticsCategory' + workFromAnywhereMetrics: + $ref: '#/components/schemas/microsoft.graph.userExperienceAnalyticsCategory' additionalProperties: type: object description: The user experience analytics baseline entity contains baseline values against which to compare the user experience analytics scores. @@ -47933,6 +48339,47 @@ components: additionalProperties: type: object description: The user experience analytics top impacting process entity. + microsoft.graph.userExperienceAnalyticsNotAutopilotReadyDevice: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: userExperienceAnalyticsNotAutopilotReadyDevice + type: object + properties: + autoPilotProfileAssigned: + type: boolean + description: The intune device's autopilotProfileAssigned. + autoPilotRegistered: + type: boolean + description: The intune device's autopilotRegistered. + azureAdJoinType: + type: string + description: The intune device's azure Ad joinType. + nullable: true + azureAdRegistered: + $ref: '#/components/schemas/microsoft.graph.azureAdRegisteredState' + deviceName: + type: string + description: The intune device's name. + nullable: true + managedBy: + type: string + description: The intune device's managed by. + nullable: true + manufacturer: + type: string + description: The intune device's manufacturer. + nullable: true + model: + type: string + description: The intune device's model. + nullable: true + serialNumber: + type: string + description: The intune device's serial number. + nullable: true + additionalProperties: + type: object + description: The user experience analytics Device not windows autopilot ready. microsoft.graph.userExperienceAnalyticsOverview: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -48237,7 +48684,7 @@ components: maximum: 2147483647 minimum: -2147483648 type: integer - description: The number of days a device is allowed to go without checking in to remain compliant. + description: The number of days a device is allowed to go without checking in to remain compliant. Valid values 0 to 120 format: int32 deviceInactivityBeforeRetirementInDay: maximum: 2147483647 @@ -49202,6 +49649,8 @@ components: type: string description: Item Version nullable: true + visibility: + $ref: '#/components/schemas/microsoft.graph.deviceManagementConfigurationSettingVisibility' additionalProperties: type: object microsoft.graph.complianceManagementPartner: @@ -49294,26 +49743,26 @@ components: 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: Created date time in UTC of the device enrollment configuration + description: Not yet documented format: date-time description: type: string - description: The description of the device enrollment configuration + description: Not yet documented nullable: true displayName: type: string - description: The display name of the device enrollment configuration + 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: Last modified date time in UTC of the device enrollment configuration + description: Not yet documented format: date-time priority: maximum: 2147483647 minimum: -2147483648 type: integer - description: Priority is used when a user exists in multiple groups that are assigned enrollment configuration. Users are subject only to the configuration with the lowest priority value. + description: Not yet documented format: int32 roleScopeTagIds: type: array @@ -49325,13 +49774,13 @@ components: maximum: 2147483647 minimum: -2147483648 type: integer - description: The version of the device enrollment configuration + 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 + description: The list of group assignments for the device configuration profile. additionalProperties: type: object description: The Base Class of Device Enrollment Configuration @@ -49962,10 +50411,6 @@ components: type: string description: The Import Id of the Windows autopilot device. nullable: true - orderIdentifier: - type: string - description: Order Id of the Windows autopilot device. - Deprecate - nullable: true productKey: type: string description: Product Key of the Windows autopilot device. @@ -50053,6 +50498,10 @@ components: description: Addressable user name. nullable: true azureActiveDirectoryDeviceId: + type: string + description: AAD Device ID - to be deprecated + nullable: true + azureAdDeviceId: type: string description: AAD Device ID nullable: true @@ -50092,10 +50541,6 @@ components: type: string description: Model name of the Windows autopilot device. nullable: true - orderIdentifier: - type: string - description: Order Identifier of the Windows autopilot device - Deprecated - nullable: true productKey: type: string description: Product Key of the Windows autopilot device. @@ -50767,6 +51212,10 @@ components: type: string description: The date time that the profile was created. format: date-time + deployableContentDisplayName: + type: string + description: Friendly display name of the quality update profile deployable content + nullable: true description: type: string description: The description of the profile which is specified by the user. @@ -50812,6 +51261,10 @@ components: type: string description: The date time that the profile was created. format: date-time + deployableContentDisplayName: + type: string + description: Friendly display name of the quality update profile deployable content + nullable: true description: type: string description: The description of the profile which is specified by the user. @@ -50826,6 +51279,10 @@ components: type: string description: The date time that the profile was last modified. format: date-time + releaseDateDisplayName: + type: string + description: Friendly release date to display for a Quality Update release + nullable: true roleScopeTagIds: type: array items: @@ -51063,11 +51520,12 @@ components: - androidEnterprise - windows10x - androidnGMS - - cloudPC + - chromeOS - linux - blackberry - palm - unknown + - cloudPC type: string microsoft.graph.complianceStatus: title: complianceStatus @@ -52089,7 +52547,7 @@ components: 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 - description: 'The last sign-in date for a specific user. You can use this field to calculate the last time a user signed in to the directory. This field can be used to build reports, such as inactive users. 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''. For more information about using the value of this property, see Manage inactive user accounts in Azure AD.' + description: 'The last interactive sign-in date for a specific user. You can use this field to calculate the last time a user signed in to the directory with an interactive authentication method. This field can be used to build reports, such as inactive users. 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 is: ''2014-01-01T00:00:00Z''. For more information about using the value of this property, see Manage inactive user accounts in Azure AD.' format: date-time nullable: true lastSignInRequestId: @@ -52124,12 +52582,12 @@ components: 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''' + description: 'The date and time at which the plan was assigned. 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 is 2014-01-01T00:00:00Z.' format: date-time nullable: true capabilityStatus: type: string - description: 'Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut.' + description: 'Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. See a detailed description of each value.' nullable: true service: type: string @@ -52321,7 +52779,7 @@ components: properties: forceChangePasswordNextSignIn: type: boolean - description: 'If true, at next sign-in, the user must change their password. After a password change, this property will be automatically reset to false. If not set, default is false.' + description: true if the user must change her password on the next login; otherwise false. nullable: true forceChangePasswordNextSignInWithMfa: type: boolean @@ -52357,7 +52815,7 @@ components: properties: archiveFolder: type: string - description: Folder ID of an archive folder for the user. Read only. + description: Folder ID of an archive folder for the user. nullable: true automaticRepliesSetting: $ref: '#/components/schemas/microsoft.graph.automaticRepliesSetting' @@ -52451,12 +52909,12 @@ components: 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.' + 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.' 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.' + 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 is 2014-01-01T00:00:00Z. Read-only.' format: date-time nullable: true principalDisplayName: @@ -52466,16 +52924,16 @@ components: 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.' + description: 'The unique identifier (id) for the user, group or service principal being granted the app role. Required on create.' 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.' + description: 'The type of the assigned principal. This can either be User, Group or ServicePrincipal. Read-only.' 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. + description: The display name of the resource app's service principal to which the assignment is made. 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}$' @@ -52508,6 +52966,44 @@ components: nullable: true additionalProperties: type: object + microsoft.graph.oAuth2PermissionGrant: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: oAuth2PermissionGrant + type: object + properties: + clientId: + type: string + description: The id of the client service principal for the application which is authorized to act on behalf of a signed-in user when accessing an API. Required. Supports $filter (eq only). + consentType: + type: string + description: 'Indicates if authorization is granted for the client application to impersonate all users or only a specific user. AllPrincipals indicates authorization to impersonate all users. Principal indicates authorization to impersonate a specific user. Consent on behalf of all users can be granted by an administrator. Non-admin users may be authorized to consent on behalf of themselves in some cases, for some delegated permissions. Required. Supports $filter (eq only).' + nullable: true + expiryTime: + 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: 'Currently, the end time value is ignored, but a value is required when creating an oAuth2PermissionGrant. Required.' + format: date-time + nullable: true + principalId: + type: string + description: 'The id of the user on behalf of whom the client is authorized to access the resource, when consentType is Principal. If consentType is AllPrincipals this value is null. Required when consentType is Principal.' + nullable: true + resourceId: + type: string + description: The id of the resource service principal to which access is authorized. This identifies the API which the client is authorized to attempt to call on behalf of a signed-in user. + scope: + type: string + description: 'A space-separated list of the claim values for delegated permissions which should be included in access tokens for the resource application (the API). For example, openid User.Read GroupMember.Read.All. Each claim value should match the value field of one of the delegated permissions defined by the API, listed in the publishedPermissionScopes property of the resource service principal.' + nullable: true + startTime: + 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: 'Currently, the start time value is ignored, but a value is required when creating an oAuth2PermissionGrant. Required.' + format: date-time + nullable: true + additionalProperties: + type: object microsoft.graph.scopedRoleMembership: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -52541,15 +53037,15 @@ components: 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, through an Outlook client or the corresponding calendarPermission resource. Read-only.' + 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. Read-only.' + 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. This property is set through an Outlook client or the corresponding calendarPermission resource. Read-only.' + description: 'true if the user can read calendar items that have been marked private, false otherwise.' nullable: true changeKey: type: string @@ -52561,11 +53057,11 @@ components: $ref: '#/components/schemas/microsoft.graph.onlineMeetingProviderType' hexColor: type: string - description: 'The calendar color, expressed in a hex color code of three hexidecimal values, each ranging from 00 to FF and representing the red, green, or blue components of the color in the RGB color space. If the user has never explicitly set a color for the calendar, this property is empty.' + description: 'The calendar color, expressed in a hex color code of three hexadecimal values, each ranging from 00 to FF and representing the red, green, or blue components of the color in the RGB color space. If the user has never explicitly set a color for the calendar, this property is empty. Read-only.' nullable: true isDefaultCalendar: type: boolean - description: 'True if this is the default calendar where new events are created by default, false otherwise.' + description: 'true if this is the default calendar where new events are created by default, false otherwise.' nullable: true isRemovable: type: boolean @@ -52573,11 +53069,11 @@ components: nullable: true isShared: type: boolean - description: 'True if the user has shared the calendar with other users, false otherwise. Since only the user who created the calendar can share it, isShared and isSharedWithMe cannot be true for the same user. This property is set when sharing is initiated in an Outlook client, and can be reset when the sharing is cancelled through the client or the corresponding calendarPermission resource. Read-only.' + description: 'true if the user has shared the calendar with other users, false otherwise. Since only the user who created the calendar can share it, isShared and isSharedWithMe cannot be true for the same user. This property is set when sharing is initiated in an Outlook client, and can be reset when the sharing is cancelled through the client or the corresponding calendarPermission resource. Read-only.' nullable: true isSharedWithMe: type: boolean - description: 'True if the user has been shared this calendar, false otherwise. This property is always false for a calendar owner. This property is set when sharing is initiated in an Outlook client, and can be reset when the sharing is cancelled through the client or the corresponding calendarPermission resource. Read-only.' + description: 'true if the user has been shared this calendar, false otherwise. This property is always false for a calendar owner. This property is set when sharing is initiated in an Outlook client, and can be reset when the sharing is cancelled through the client or the corresponding calendarPermission resource. Read-only.' nullable: true isTallyingResponses: type: boolean @@ -52733,7 +53229,7 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true originalStartTimeZone: @@ -52786,7 +53282,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.attachment' - description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' + description: The collection of fileAttachment and itemAttachment attachments for the event. Navigation property. Read-only. Nullable. calendar: $ref: '#/components/schemas/microsoft.graph.calendar' exceptionOccurrences: @@ -52797,12 +53293,12 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.extension' - description: The collection of open extensions defined for the event. Nullable. + 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 occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but does not include occurrences that have been cancelled from the series. Navigation property. Read-only. Nullable.' + description: The instances of the event. Navigation property. Read-only. Nullable. multiValueExtendedProperties: type: array items: @@ -52868,7 +53364,7 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true children: @@ -53002,7 +53498,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.extension' - description: The collection of open extensions defined for the contact. Nullable. + description: The collection of open extensions defined for the contact. Read-only. Nullable. multiValueExtendedProperties: type: array items: @@ -53040,7 +53536,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.assignedLabel' - description: 'The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select.' + 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: @@ -53057,7 +53553,7 @@ components: 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.' + 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 is 2014-01-01T00:00:00Z. Returned by default. Read-only.' format: date-time nullable: true description: @@ -53071,7 +53567,7 @@ components: 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.' + 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 is 2014-01-01T00:00:00Z. Returned by default. Read-only.' format: date-time nullable: true groupTypes: @@ -53081,7 +53577,7 @@ components: 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).' + 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 @@ -53115,7 +53611,7 @@ components: 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. + 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 @@ -53124,7 +53620,7 @@ components: 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 group 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''. Returned by default. Read-only. Supports $filter.' + description: 'Indicates the last time at which the group 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 is 2014-01-01T00:00:00Z. Returned by default. Read-only. Supports $filter.' format: date-time nullable: true onPremisesNetBiosName: @@ -53154,17 +53650,17 @@ components: nullable: true preferredLanguage: type: string - description: The preferred language for a Microsoft 365 group. Should follow ISO 639-1 Code; for example 'en-US'. Returned by default. + 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 for filter expressions on multi-valued properties. Returned by default. Read-only. Not nullable. Supports $filter.' + 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.' + 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 is 2014-01-01T00:00:00Z. Returned by default. Read-only.' format: date-time nullable: true resourceBehaviorOptions: @@ -53187,7 +53683,7 @@ components: nullable: true theme: type: string - description: 'Specifies a Microsoft 365 group''s color theme. Possible values are Teal, Purple, Green, Blue, Pink, Orange or Red. Returned by default.' + 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 @@ -53197,26 +53693,26 @@ components: $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. + description: 'Indicates if people external to the organization can send messages to the group. Default value is false. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}).' 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. + 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. Supported only on the Get group API (GET /groups/{ID}).' nullable: true hideFromAddressLists: type: boolean - description: 'True if the group is not displayed in certain parts of the Outlook user interface: in the Address Book, in address lists for selecting message recipients, and in the Browse Groups dialog for searching groups; false otherwise. Default value is false. Returned only on $select.' + 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. Supported only on the Get group API (GET /groups/{ID}).' 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, false otherwise. Default value is false. Returned only on $select.' + 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. Supported only on the Get group API (GET /groups/{ID}).' 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. + description: 'Indicates whether the signed-in user is subscribed to receive email conversations. Default value is true. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}).' nullable: true unseenConversationsCount: maximum: 2147483647 @@ -53229,7 +53725,7 @@ components: maximum: 2147483647 minimum: -2147483648 type: integer - description: Count of conversations that have received new posts since the signed-in user last visited the group. This property is the same as unseenConversationsCount.Returned only on $select. + description: 'Count of conversations that have received new posts since the signed-in user last visited the group. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}).' format: int32 nullable: true unseenMessagesCount: @@ -53260,12 +53756,12 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.directoryObject' - description: 'Groups and administrative units that this group is a member of. HTTP Methods: GET (supported for all groups). Read-only. Nullable.' + 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, contacts, and groups that are members of this group. HTTP Methods: GET (supported for all groups), POST (supported for security groups and mail-enabled security groups), DELETE (supported only for security groups) Read-only. Nullable.' + 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: @@ -53275,7 +53771,7 @@ components: 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. HTTP Methods: GET (supported for all groups), POST (supported for security groups and mail-enabled security groups), DELETE (supported only for security groups) Read-only. Nullable.' + 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: @@ -53284,7 +53780,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.directorySetting' - description: 'Settings that can govern this group''s behavior, like whether members can invite guest users to the group. Nullable.' + description: Read-only. Nullable. transitiveMemberOf: type: array items: @@ -53314,7 +53810,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.event' - description: The group's events. + description: The group's calendar events. rejectedSenders: type: array items: @@ -53452,7 +53948,7 @@ components: $ref: '#/components/schemas/microsoft.graph.itemBody' bodyPreview: type: string - description: 'The first 255 characters of the message body. It is in text format. If the message contains instances of mention, this property would contain a concatenation of these mentions as well.' + description: The first 255 characters of the message body. It is in text format. nullable: true ccRecipients: type: array @@ -53514,7 +54010,7 @@ components: 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. 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''.' + description: 'The date and time the message was received. The date and time information uses ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.' format: date-time nullable: true replyTo: @@ -53527,7 +54023,7 @@ components: 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. 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''.' + description: 'The date and time the message was sent. The date and time information uses ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.' format: date-time nullable: true subject: @@ -53654,7 +54150,7 @@ components: nullable: true personType: type: string - description: 'The type of person, for example distribution list.' + description: The type of person. nullable: true phones: type: array @@ -53788,6 +54284,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.columnDefinition' + description: The collection of column definitions available in the site that are referenced from the sites in the parent hierarchy of the current site. items: type: array items: @@ -53813,6 +54310,8 @@ components: items: $ref: '#/components/schemas/microsoft.graph.site' description: The collection of the sub-sites under this site. + termStore: + $ref: '#/components/schemas/microsoft.graph.termStore.store' onenote: $ref: '#/components/schemas/microsoft.graph.onenote' additionalProperties: @@ -53832,20 +54331,25 @@ components: properties: appDisplayName: type: string + description: The display name of the app for which consent is requested. Required. Supports $filter (eq only) and $orderby. nullable: true appId: type: string + description: The identifier of the application. Required. Supports $filter (eq only) and $orderby. consentType: type: string + description: 'The consent type of the request. Possible values are: Static and Dynamic. These represent static and dynamic permissions, respectively, requested in the consent workflow. Supports $filter (eq only) and $orderby. Required.' nullable: true pendingScopes: type: array items: $ref: '#/components/schemas/microsoft.graph.appConsentRequestScope' + description: A list of pending scopes waiting for approval. This is empty if the consentType is Static. Required. userConsentRequests: type: array items: $ref: '#/components/schemas/microsoft.graph.userConsentRequest' + description: A list of pending user consent requests. additionalProperties: type: object microsoft.graph.approval: @@ -53869,7 +54373,7 @@ components: 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: DateTime when review instance is scheduled to end. + description: 'DateTime when review instance is scheduled to end.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 is 2014-01-01T00:00:00Z.' format: date-time nullable: true scope: @@ -53877,7 +54381,7 @@ components: 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: DateTime when review instance is scheduled to start. May be in the future. + description: 'DateTime when review instance is scheduled to start. May be in the future. 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 is 2014-01-01T00:00:00Z.' format: date-time nullable: true status: @@ -53901,11 +54405,11 @@ components: properties: agreementFileId: type: string - description: ID of the agreement file accepted by the user. + description: The identifier of the agreement file accepted by the user. nullable: true agreementId: type: string - description: ID of the agreement. + description: The identifier of the agreement. nullable: true deviceDisplayName: type: string @@ -53917,11 +54421,11 @@ components: nullable: true deviceOSType: type: string - description: The operating system used for accepting the agreement. + description: The operating system used to accept the agreement. nullable: true deviceOSVersion: type: string - description: The operating system version of the device used for accepting the agreement. + description: The operating system version of the device used to accept the agreement. 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])$' @@ -53947,7 +54451,7 @@ components: nullable: true userId: type: string - description: ID of the user who accepted the agreement. + description: The identifier of the user who accepted the agreement. nullable: true userPrincipalName: type: string @@ -54030,7 +54534,7 @@ components: 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. + description: Zero or more policys already applied on the registered app when it last synchronized with management service. intendedPolicies: type: array items: @@ -54172,7 +54676,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.plannerTask' - description: Read-only. Nullable. Returns the plannerTasks assigned to the user. + description: Read-only. Nullable. Returns the plannerPlans shared with the user. additionalProperties: type: object microsoft.graph.itemInsights: @@ -54194,6 +54698,8 @@ components: contributionToContentDiscoveryDisabled: type: boolean description: 'When set to true, the delegate access to the user''s trending API is disabled. When set to true, documents in the user''s Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for Business is affected. Users can control this setting in Office Delve.' + itemInsights: + $ref: '#/components/schemas/microsoft.graph.userInsightsSettings' regionalAndLanguageSettings: $ref: '#/components/schemas/microsoft.graph.regionalAndLanguageSettings' shiftPreferences: @@ -54432,7 +54938,7 @@ components: properties: accountEnabled: type: boolean - description: 'true if the account is enabled; otherwise, false. default is true.' + description: 'true if the account is enabled; otherwise, false. Required.' nullable: true alternativeSecurityIds: type: array @@ -54442,13 +54948,13 @@ components: 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.' + 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 is 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.' + 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 is 2014-01-01T00:00:00Z. Read-only.' format: date-time nullable: true deviceCategory: @@ -54497,6 +55003,7 @@ components: items: type: string nullable: true + description: List of hostNames for the device. 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.' @@ -54516,7 +55023,7 @@ components: 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.' + 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 is 2014-01-01T00:00:00Z Read-only.' format: date-time nullable: true onPremisesSyncEnabled: @@ -54529,7 +55036,7 @@ components: nullable: true operatingSystemVersion: type: string - description: Operating system version of the device. Required. + description: The version of the operating system on the device. Required. nullable: true physicalIds: type: array @@ -54538,12 +55045,12 @@ components: description: For internal use only. Not nullable. profileType: type: string - description: The profile type of the device. Possible values:RegisteredDevice (default)SecureVMPrinterSharedIoT + description: 'The profile type of the device. Possible values: RegisteredDevice (default), SecureVM, Printer, Shared, IoT.' 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 - description: 'Date and time of when the device was registered. 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.' + description: 'Date and time of when the device was registered. 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 is 2014-01-01T00:00:00Z. Read-only.' format: date-time nullable: true systemLabels: @@ -54553,10 +55060,11 @@ components: 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' + description: 'Type of trust for the joined device. Read-only. Possible values: Workplace (indicates bring your own personal devices), AzureAd (Cloud only joined devices), ServerAd (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 + description: Form factor of device. Only returned if user signs in with a Microsoft account as part of Project Rome. nullable: true manufacturer: type: string @@ -54568,12 +55076,15 @@ components: nullable: true name: type: string + description: Friendly name of a device. Only returned if user signs in with a Microsoft account as part of Project Rome. nullable: true platform: type: string + description: Platform of device. Only returned if user signs in with a Microsoft account as part of Project Rome. Only returned if user signs in with a Microsoft account as part of Project Rome. nullable: true status: type: string + description: Device is online or offline. Only returned if user signs in with a Microsoft account as part of Project Rome. nullable: true usageRights: type: array @@ -54644,7 +55155,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.meetingCapabilities' - description: 'The list of meeting capabilities. Possible values are: questionAndAnswer.' + description: 'The list of meeting capabilities. Possible values are: questionAndAnswer,unknownFutureValue.' chatInfo: $ref: '#/components/schemas/microsoft.graph.chatInfo' creationDateTime: @@ -54720,7 +55231,7 @@ components: properties: activity: type: string - description: 'The supplemental information to a user''s availability. Possible values are Available, Away, BeRightBack, Busy, DoNotDisturb, InACall, InAConferenceCall, Inactive,InAMeeting, Offline, OffWork,OutOfOffice, PresenceUnknown,Presenting, UrgentInterruptionsOnly.' + description: 'The supplemental information to a user''s availability. Possible values are Available, Away, BeRightBack, Busy, DoNotDisturb, InACall, InAConferenceCall, Inactive, InAMeeting, Offline, OffWork, OutOfOffice, PresenceUnknown, Presenting, UrgentInterruptionsOnly.' nullable: true availability: type: string @@ -54836,7 +55347,7 @@ components: 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 team was created. + description: Timestamp at which the team was created. format: date-time nullable: true description: @@ -55771,6 +56282,13 @@ components: - bootError - update type: string + microsoft.graph.azureAdRegisteredState: + title: azureAdRegisteredState + enum: + - no + - yes + - unknown + type: string microsoft.graph.applicationType: title: applicationType enum: @@ -56045,7 +56563,7 @@ components: 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 cloud PC''s last modified date and time. 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''.' + description: 'The cloud PC''s last modified date and time. 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 is 2014-01-01T00:00:00Z.' format: date-time managedDeviceId: type: string @@ -56498,6 +57016,13 @@ components: - multiheaderGrid - contextPane type: string + microsoft.graph.deviceManagementConfigurationSettingVisibility: + title: deviceManagementConfigurationSettingVisibility + enum: + - none + - settingsCatalog + - template + type: string microsoft.graph.complianceManagementPartnerAssignment: title: complianceManagementPartnerAssignment type: object @@ -56637,7 +57162,7 @@ components: 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 last time that Intune Management Extension synced with Intune + description: The last time that Intune Managment Extension synced with Intune format: date-time scriptError: type: string @@ -57322,7 +57847,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.resourceAction' - description: Resource Actions each containing a set of allowed and not allowed permissions. + description: Actions additionalProperties: type: object description: Contains the set of ResourceActions determining the allowed and not allowed permissions for each role. @@ -58016,7 +58541,7 @@ components: 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''.' + 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 is 2014-01-01T00:00:00Z.' format: date-time nullable: true expectedAssessment: @@ -58042,7 +58567,7 @@ components: 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.' + 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}$' @@ -58099,11 +58624,11 @@ components: properties: address: type: string - description: The email address of an entity instance. + description: The email address of the person or entity. nullable: true name: type: string - description: The display name of an entity instance. + description: The display name of the person or entity. nullable: true additionalProperties: type: object @@ -58177,13 +58702,13 @@ components: 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''' + 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 is 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true additionalProperties: @@ -58218,10 +58743,10 @@ components: properties: dateTime: type: string - description: 'A single point of time in a combined date and time representation ({date}T{time}). For example, ''2019-04-16T09:00:00''.' + 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 possible values.' + description: 'Represents a time zone, for example, ''Pacific Standard Time''. See below for more possible values.' nullable: true additionalProperties: type: object @@ -58322,7 +58847,7 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true additionalProperties: @@ -58369,12 +58894,12 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true name: type: string - description: The display name of the attachment. This does not need to be the actual file name. + description: The attachment's file name. nullable: true size: maximum: 2147483647 @@ -58617,7 +59142,7 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time preview: type: string @@ -58657,7 +59182,7 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time preview: type: string @@ -59185,6 +59710,8 @@ components: $ref: '#/components/schemas/microsoft.graph.image' location: $ref: '#/components/schemas/microsoft.graph.geoCoordinates' + media: + $ref: '#/components/schemas/microsoft.graph.media' package: $ref: '#/components/schemas/microsoft.graph.package' pendingOperations: @@ -59208,6 +59735,8 @@ components: description: Size of the item in bytes. Read-only. format: int64 nullable: true + source: + $ref: '#/components/schemas/microsoft.graph.driveItemSource' specialFolder: $ref: '#/components/schemas/microsoft.graph.specialFolder' video: @@ -59396,12 +59925,15 @@ components: nullable: true isDeletable: type: boolean + description: Indicates whether this column can be deleted. nullable: true isReorderable: type: boolean + description: Indicates whether values in the column can be reordered. Read-only. nullable: true isSealed: type: boolean + description: Specifies whether column can be changed. nullable: true lookup: $ref: '#/components/schemas/microsoft.graph.lookupColumn' @@ -59415,6 +59947,7 @@ components: $ref: '#/components/schemas/microsoft.graph.personOrGroupColumn' propagateChanges: type: boolean + description: If 'True' changes to this column will be propagated to lists that implement the column. nullable: true readOnly: type: boolean @@ -59449,6 +59982,7 @@ components: items: type: string nullable: true + description: List of canonical URLs for hub sites with which this content type is associated to. This will contain all hubsites where this content type is queued to be enforced or is already enforced. Enforcing a content type means that the content type will be applied to the lists in the enforced sites. description: type: string description: The descriptive text for the item. @@ -59469,6 +60003,7 @@ components: $ref: '#/components/schemas/microsoft.graph.itemReference' isBuiltIn: type: boolean + description: Specifies if a content type is a built-in content type. nullable: true name: type: string @@ -59482,6 +60017,7 @@ components: nullable: true propagateChanges: type: boolean + description: 'If true, any changes made to the content type will be pushed to inherited content types and lists that implement the content type.' nullable: true readOnly: type: boolean @@ -59497,6 +60033,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.contentType' + description: The collection of content types that are ancestors of this content type. columnLinks: type: array items: @@ -59506,10 +60043,12 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.columnDefinition' + description: Column order information in a content type. columns: type: array items: $ref: '#/components/schemas/microsoft.graph.columnDefinition' + description: The collection of column definitions for this contentType. additionalProperties: type: object microsoft.graph.sitePage: @@ -59571,16 +60110,43 @@ components: 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.' + 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.termStore.store: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: store + type: object + properties: + defaultLanguageTag: + type: string + description: Default language of the term store. + languageTags: + type: array + items: + type: string + description: List of languages for the term store. + groups: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.termStore.group' + description: Collection of all groups available in the term store. + sets: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.termStore.set' + description: Collection of all sets available in the term store. + additionalProperties: + type: object microsoft.graph.appConsentRequestScope: title: appConsentRequestScope type: object properties: displayName: type: string + description: The name of the scope. nullable: true additionalProperties: type: object @@ -59592,6 +60158,7 @@ components: properties: reason: type: string + description: The user's justification for requiring access to the app. Supports $filter (eq only) and $orderby. nullable: true approval: $ref: '#/components/schemas/microsoft.graph.approval' @@ -59603,36 +60170,39 @@ components: - title: approvalStep type: object properties: + assignedToMe: + type: boolean + description: Indicates whether the step is assigned to the calling user to review. Read-only. + nullable: true displayName: type: string + description: The label provided by the policy creator to identify an approval step. Read-only. nullable: true justification: type: string + description: The justification associated with the approval step decision. 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 + description: 'The date and time when a decision was recorded. The date and time information uses ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.' format: date-time nullable: true reviewResult: type: string + description: 'The result of this approval record. Possible values include: NotReviewed, Approved, Denied.' + nullable: true + status: + type: string + description: 'The step status. Possible values: InProgress, Initializing, Completed, Expired. Read-only.' nullable: true additionalProperties: type: object microsoft.graph.accessReviewScope: title: accessReviewScope type: object - properties: - query: - type: string - description: The query specifying what will be reviewed. See table for examples. - nullable: true - queryType: - type: string - description: The type of query. Examples include MicrosoftGraph and ARM. - nullable: true additionalProperties: type: object microsoft.graph.accessReviewInstanceDecisionItem: @@ -59649,7 +60219,7 @@ components: 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 - description: The DateTime when the approval decision was applied. + description: 'The timestamp when the approval decision was applied. 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 is 2014-01-01T00:00:00Z.' format: date-time nullable: true applyResult: @@ -59664,16 +60234,26 @@ components: type: string description: The review decision justification. nullable: true + principal: + $ref: '#/components/schemas/microsoft.graph.identity' + principalLink: + type: string + nullable: true recommendation: type: string description: 'A system-generated recommendation for the approval decision. Possible values: Approve, Deny, or NotAvailable.' nullable: true + resource: + $ref: '#/components/schemas/microsoft.graph.accessReviewInstanceDecisionItemResource' + resourceLink: + 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 - description: The DateTime when the review occurred. + description: The timestamp when the review occurred. format: date-time nullable: true target: @@ -59696,7 +60276,7 @@ components: 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: DateTime when review series was created. + description: Timestamp when review series was created. format: date-time nullable: true descriptionForAdmins: @@ -59716,7 +60296,7 @@ components: 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: DateTime when review series was last modified. + description: Timestamp when review series was last modified. format: date-time nullable: true reviewers: @@ -59913,7 +60493,7 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true owner: @@ -59927,14 +60507,14 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.plannerBucket' - description: Collection of buckets in the plan. Read-only. Nullable. + 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: Collection of tasks in the plan. Read-only. Nullable. + description: Read-only. Nullable. Collection of tasks in the plan. additionalProperties: type: object microsoft.graph.plannerTask: @@ -59974,7 +60554,7 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true conversationThreadId: @@ -59986,7 +60566,7 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true creationSource: @@ -59994,7 +60574,7 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true hasDescription: @@ -60035,7 +60615,7 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true title: @@ -60061,17 +60641,27 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.sharedInsight' - description: Access this property from the derived type itemInsights. + 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: Access this property from the derived type itemInsights. + 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: Access this property from the derived type itemInsights. + 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.userInsightsSettings: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: userInsightsSettings + type: object + properties: + isEnabled: + type: boolean additionalProperties: type: object microsoft.graph.regionalAndLanguageSettings: @@ -60160,7 +60750,7 @@ components: $ref: '#/components/schemas/microsoft.graph.onenoteOperationError' percentComplete: type: string - description: The operation percent complete if the operation is still in running status + description: The operation percent complete if the operation is still in running status. nullable: true resourceId: type: string @@ -60194,7 +60784,7 @@ components: 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.' + 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 is 2014-01-01T00:00:00Z. Read-only.' format: date-time nullable: true level: @@ -61022,6 +61612,7 @@ components: properties: conferenceId: type: string + description: The conference id of the online meeting. nullable: true dialinUrl: type: string @@ -61073,7 +61664,7 @@ components: properties: messageId: type: string - description: The unique identifier for a message in a Microsoft Teams channel. + description: The unique identifier of a message in a Microsoft Teams channel. nullable: true replyChainMessageId: type: string @@ -61166,6 +61757,7 @@ components: 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 when this key was registered to the user. format: date-time nullable: true creationDateTime: @@ -61284,7 +61876,7 @@ components: 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 date and time when this password was last updated. This property is currently not populated. Read-only. 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''' + description: 'The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true password: @@ -61435,6 +62027,7 @@ components: $ref: '#/components/schemas/microsoft.graph.channelIdentity' chatId: type: string + description: The identity of the chat in which the message was posted. 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])$' @@ -61459,13 +62052,13 @@ components: 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 Teams UI. If no edits are made the value is null. + 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 modified, including when a reaction is added or removed.' + 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: @@ -61487,7 +62080,7 @@ components: description: 'Reactions for this chat message (for example, Like).' 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.)' + 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 @@ -61598,7 +62191,7 @@ components: nullable: true allowCreateUpdateChannels: type: boolean - description: 'If set to true, members can add and update any channels.' + description: 'If set to true, members can add and update channels.' nullable: true allowCreateUpdateRemoveConnectors: type: boolean @@ -62084,7 +62677,7 @@ components: 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 end time of the connection health check. 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''.' + description: 'The end time of the connection health check. 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 is 2014-01-01T00:00:00Z.' format: date-time healthChecks: type: array @@ -62094,7 +62687,7 @@ components: 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 start time of the connection health check. 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''.' + description: 'The start time of the connection health check. 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 is 2014-01-01T00:00:00Z.' format: date-time additionalProperties: type: object @@ -62356,7 +62949,7 @@ components: items: type: string nullable: true - description: Not Allowed Actions. + description: Not Allowed Actions additionalProperties: type: object description: Set of allowed and not allowed actions for a resource. @@ -62609,7 +63202,7 @@ components: 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''.' + 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 is 2014-01-01T00:00:00Z.' format: date-time nullable: true message: @@ -62726,7 +63319,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.dayOfWeek' - description: 'A collection of the days of the week on which the event occurs. 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.' + 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: @@ -62849,7 +63442,7 @@ components: properties: name: type: string - description: Name of the setting (as defined by the directorySettingTemplate). + description: Name of the setting (as defined by the groupSettingTemplate). nullable: true value: type: string @@ -62888,7 +63481,7 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time sender: $ref: '#/components/schemas/microsoft.graph.recipient' @@ -62896,7 +63489,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.attachment' - description: 'The collection of fileAttachment, itemAttachment, and referenceAttachment attachments for the post. Read-only. Nullable.' + description: Read-only. Nullable. extensions: type: array items: @@ -62966,7 +63559,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.recipient' - description: The email address to which a message should be redirected. + description: The email addresses to which a message should be redirected. stopProcessingRules: type: boolean description: Indicates whether subsequent rules should be evaluated. @@ -63188,7 +63781,7 @@ components: properties: upgradeAvailable: type: boolean - description: Indicates if there are higher storage quota plans available. Read-only. + description: Indicates whether there are higher storage quota plans available. Read-only. nullable: true additionalProperties: type: object @@ -63456,16 +64049,27 @@ components: nullable: true latitude: type: number - description: 'Optional. The latitude, in decimal, for the item. Writable on OneDrive Personal.' + 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. Writable on OneDrive Personal.' + description: 'Optional. The longitude, in decimal, for the item. Read-only.' format: double nullable: true additionalProperties: type: object + microsoft.graph.media: + title: media + type: object + properties: + isTranscriptionShown: + type: boolean + nullable: true + mediaSource: + $ref: '#/components/schemas/microsoft.graph.mediaSource' + additionalProperties: + type: object microsoft.graph.package: title: package type: object @@ -63533,7 +64137,7 @@ components: 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: The date and time the photo was taken in UTC time. Read-only. + description: Represents the date and time the photo was taken. Read-only. format: date-time nullable: true additionalProperties: @@ -63645,6 +64249,17 @@ components: nullable: true additionalProperties: type: object + microsoft.graph.driveItemSource: + title: driveItemSource + type: object + properties: + application: + $ref: '#/components/schemas/microsoft.graph.driveItemSourceApplication' + externalId: + type: string + nullable: true + additionalProperties: + type: object microsoft.graph.specialFolder: title: specialFolder type: object @@ -63744,7 +64359,7 @@ components: 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. Nullable.' + 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: @@ -63769,14 +64384,14 @@ components: nullable: true changeType: type: string - description: '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. Required. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType.' + 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: Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 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. Optional. + 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.' + 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 @@ -63784,12 +64399,12 @@ components: nullable: true encryptionCertificateId: type: string - description: A custom app-provided identifier to help identify the certificate needed to decrypt resource data. Optional. Required when includeResourceData is true. + 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: '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. Required.' + 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 includeResourceData: type: boolean @@ -63805,16 +64420,18 @@ components: nullable: true notificationContentType: type: string + description: Desired content-type for MS Graph change notifications for supported resource types. The default content-type is the 'application/json' content-type. nullable: true notificationQueryOptions: type: string + description: 'OData Query Options for specifying value for the targeting resource. Clients receive notifications when resource reaches the state matching the query options provided here. With this new property in the subscription creation payload along with all existing properties, Webhooks will deliver notifications whenever a resource reaches the desired state mentioned in the notificationQueryOptions property eg when the print job is completed, when a print job resource isFetchable property value becomes true etc.' nullable: true notificationUrl: type: string - description: The URL of the endpoint that receives the change notifications. This URL must make use of the HTTPS protocol. Required. + 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: Specifies the resource that will be monitored for changes. Do not include the base URL (https://graph.microsoft.com/beta/). See the possible resource path values for each supported resource. Required. + 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.thumbnailSet: @@ -63841,6 +64458,7 @@ components: properties: content: type: string + description: The content stream for this version of the item. format: base64url nullable: true size: @@ -64006,6 +64624,7 @@ components: properties: isPicture: type: boolean + description: Specifies whether the display format used for URL columns is an image or a hyperlink. nullable: true additionalProperties: type: object @@ -64083,9 +64702,11 @@ components: properties: allowMultipleValues: type: boolean + description: Specifies whether the column will allow more than one value nullable: true showFullyQualifiedName: type: boolean + description: Specifies whether to display the entire term path or only the term label. nullable: true additionalProperties: type: object @@ -64155,13 +64776,16 @@ components: properties: defaultLanguage: type: string + description: Default BCP 47 language tag for the description. nullable: true descriptions: type: array items: $ref: '#/components/schemas/microsoft.graph.displayNameLocalization' + description: Localized messages that explain what is needed for this column's value to be considered valid. User will be prompted with this message if validation fails. formula: type: string + description: 'The formula to validate column value. For examples, see Examples of common formulas in lists' nullable: true additionalProperties: type: object @@ -64173,18 +64797,23 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.contentTypeInfo' + description: Content types allowed in document set. defaultContents: type: array items: $ref: '#/components/schemas/microsoft.graph.documentSetContent' + description: Default contents of document set. propagateWelcomePageChanges: type: boolean + description: Specifies whether to push welcome page changes to inherited content types. nullable: true shouldPrefixNameToFile: type: boolean + description: Add the name of the Document Set to each file name. nullable: true welcomePageUrl: type: string + description: Welcome page absolute URL. nullable: true sharedColumns: type: array @@ -64204,9 +64833,11 @@ components: $ref: '#/components/schemas/microsoft.graph.contentTypeInfo' fileName: type: string + description: Name of the file in resource folder that should be added as a default content or a template in the document set nullable: true folderName: type: string + description: Folder name in which the file will be placed when a new document set is created in the library. nullable: true additionalProperties: type: object @@ -64315,6 +64946,83 @@ components: nullable: true additionalProperties: type: object + microsoft.graph.termStore.group: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: group + 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: Date and time of group creation. Read-only. + format: date-time + nullable: true + description: + type: string + description: Description giving details on the term usage. + nullable: true + displayName: + type: string + description: Name of group. + nullable: true + parentSiteId: + type: string + nullable: true + scope: + $ref: '#/components/schemas/microsoft.graph.termStore.termGroupScope' + sets: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.termStore.set' + description: 'All sets under the group in a term [store].' + additionalProperties: + type: object + microsoft.graph.termStore.set: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: set + 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: Date and time of set creation. Read-only. + format: date-time + nullable: true + description: + type: string + description: Description giving details on the term usage. + nullable: true + localizedNames: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.termStore.localizedName' + description: Name of the set for each languageTag. + properties: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.keyValue' + description: Custom properties for the set. + children: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.termStore.term' + description: 'Children terms of set in term [store].' + parentGroup: + $ref: '#/components/schemas/microsoft.graph.termStore.group' + relations: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.termStore.relation' + description: Indicates which terms have been pinned or reused directly under the set. + terms: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.termStore.term' + description: All the terms under the set. + additionalProperties: + type: object microsoft.graph.request: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -64359,6 +65067,24 @@ components: nullable: true additionalProperties: type: object + microsoft.graph.accessReviewInstanceDecisionItemResource: + title: accessReviewInstanceDecisionItemResource + type: object + properties: + displayName: + type: string + description: Display name of the resource + nullable: true + id: + type: string + description: Resource ID + nullable: true + type: + type: string + description: 'Type of resource. Types include: Group, ServicePrincipal, DirectoryRole, AzureRole, AccessPackageAssignmentPolicy.' + nullable: true + additionalProperties: + type: object microsoft.graph.accessReviewInstanceDecisionItemTarget: title: accessReviewInstanceDecisionItemTarget type: object @@ -64370,7 +65096,15 @@ components: - title: accessReviewReviewerScope type: object properties: + query: + type: string + description: The query specifying who will be the reviewer. See table for examples. + nullable: true queryRoot: + type: string + description: The type of query. Examples include MicrosoftGraph and ARM. + nullable: true + queryType: type: string description: 'In the scenario where reviewers need to be specified dynamically, this property is used to indicate the relative source of the query. This property is only required if a relative query (i.e., ./manager) is specified.' nullable: true @@ -64713,6 +65447,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.translationLanguageOverride' + description: 'Translation override behavior for languages, if any.Returned by default.' translationBehavior: $ref: '#/components/schemas/microsoft.graph.translationBehavior' untranslatedLanguages: @@ -64720,6 +65455,7 @@ components: items: type: string nullable: true + description: 'The list of languages the user does not need translated. This is computed from the authoringLanguages collection in regionalAndLanguageSettings, and the languageOverrides collection in translationPreferences. The list specifies neutral culture values that include the language code without any country or region association. For example, it would specify ''fr'' for the neutral French culture, but not ''fr-FR'' for the French culture in France. Returned by default. Read only.' additionalProperties: type: object microsoft.graph.changeTrackedEntity: @@ -64733,7 +65469,7 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true lastModifiedBy: @@ -64741,7 +65477,7 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true additionalProperties: @@ -64780,7 +65516,7 @@ components: 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.' + 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 is 2014-01-01T00:00:00Z. Read-only.' format: date-time nullable: true additionalProperties: @@ -64848,7 +65584,7 @@ components: 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.' + 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 is 2014-01-01T00:00:00Z. Read-only.' format: date-time nullable: true additionalProperties: @@ -65258,6 +65994,8 @@ components: - title: teamsAppDefinition type: object properties: + allowedInstallationScopes: + $ref: '#/components/schemas/microsoft.graph.teamsAppInstallationScopes' azureADAppId: type: string description: The WebApplicationInfo.id from the Teams App manifest. @@ -65266,6 +66004,7 @@ components: $ref: '#/components/schemas/microsoft.graph.identitySet' description: type: string + description: Verbose description of the application. nullable: true displayName: type: string @@ -65283,7 +66022,7 @@ components: nullable: true teamsAppId: type: string - description: The id from the Teams App manifest. + description: The ID from the Teams app manifest. nullable: true version: type: string @@ -65303,7 +66042,7 @@ components: nullable: true contentType: type: string - description: 'The media type of the content attachment. It can have the following values: reference: Attachment is a link to another file. Populate the contentURL with the link to the object.Any contentTypes supported by the Bot Framework''s Attachment objectapplication/vnd.microsoft.card.codesnippet: A code snippet. application/vnd.microsoft.card.announcement: An announcement header.' + description: 'The media type of the content attachment. It can have the following values: reference: Attachment is a link to another file. Populate the contentURL with the link to the object.file: Raw file attachment. Populate the contenturl field with the base64 encoding of the file in data: format.image/: Image type with the type of the image specified ex: image/png, image/jpeg, image/gif. Populate the contentUrl field with the base64 encoding of the file in data: format.video/: Video type with the format specified. Ex: video/mp4. Populate the contentUrl field with the base64 encoding of the file in data: format.audio/: Audio type with the format specified. Ex: audio/wmw. Populate the contentUrl field with the base64 encoding of the file in data: format.application/card type: Rich card attachment type with the card type specifying the exact card format to use. Set content with the json format of the card. Supported values for card type include:application/vnd.microsoft.card.adaptive: A rich card that can contain any combination of text, speech, images,,buttons, and input fields. Set the content property to,an AdaptiveCard object.application/vnd.microsoft.card.animation: A rich card that plays animation. Set the content property,to an AnimationCardobject.application/vnd.microsoft.card.audio: A rich card that plays audio files. Set the content property,to an AudioCard object.application/vnd.microsoft.card.video: A rich card that plays videos. Set the content property,to a VideoCard object.application/vnd.microsoft.card.hero: A Hero card. Set the content property to a HeroCard object.application/vnd.microsoft.card.thumbnail: A Thumbnail card. Set the content property to a ThumbnailCard object.application/vnd.microsoft.com.card.receipt: A Receipt card. Set the content property to a ReceiptCard object.application/vnd.microsoft.com.card.signin: A user Sign In card. Set the content property to a SignInCard object.' nullable: true contentUrl: type: string @@ -65329,9 +66068,11 @@ components: properties: channelId: type: string + description: The identity of the channel in which the message was posted. nullable: true teamId: type: string + description: The identity of the team in which the message was posted. nullable: true additionalProperties: type: object @@ -65393,7 +66134,7 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time reactionType: type: string @@ -65404,19 +66145,9 @@ components: type: object microsoft.graph.chatMessageHostedContent: allOf: - - $ref: '#/components/schemas/microsoft.graph.entity' + - $ref: '#/components/schemas/microsoft.graph.teamworkHostedContent' - title: chatMessageHostedContent type: object - properties: - contentBytes: - type: string - description: 'Write-only. When posting new chat message hosted content, represents the bytes of the payload. These are represented as a base64Encoded string.' - format: base64url - nullable: true - contentType: - type: string - description: 'Write-only. When posting new chat message hosted content, represents the type of content, such as image/png.' - nullable: true additionalProperties: type: object microsoft.graph.teamsTabConfiguration: @@ -65473,7 +66204,7 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true recipientActionMessage: @@ -65482,11 +66213,11 @@ components: nullable: true recipientUserId: type: string - description: User id of the recipient of the offer shift request. + 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. + description: User ID of the sender of the offer shift request. nullable: true additionalProperties: type: object @@ -65574,7 +66305,7 @@ components: properties: recipientShiftId: type: string - description: Shift ID for the recipient user with whom the request is to swap. + description: ShiftId for the recipient user with whom the request is to swap. nullable: true additionalProperties: type: object @@ -65632,13 +66363,13 @@ components: 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''' + 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 is 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true timeOffReasonId: @@ -66115,7 +66846,7 @@ components: properties: crc32Hash: type: string - description: The CRC32 value of the file (if available). Read-only. + description: The CRC32 value of the file in little endian (if available). Read-only. nullable: true quickXorHash: type: string @@ -66149,6 +66880,14 @@ components: nullable: true additionalProperties: type: object + microsoft.graph.mediaSource: + title: mediaSource + type: object + properties: + contentCategory: + $ref: '#/components/schemas/microsoft.graph.mediaSourceContentCategory' + additionalProperties: + type: object microsoft.graph.pendingContentUpdate: title: pendingContentUpdate type: object @@ -66161,6 +66900,18 @@ components: nullable: true additionalProperties: type: object + microsoft.graph.driveItemSourceApplication: + title: driveItemSourceApplication + enum: + - teams + - yammer + - sharePoint + - oneDrive + - stream + - powerPoint + - office + - unknownFutureValue + type: string microsoft.graph.workbookApplication: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -66180,7 +66931,7 @@ components: properties: content: type: string - description: The content of the comment. + description: The content of comment. nullable: true contentType: type: string @@ -66218,7 +66969,7 @@ components: 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. Possible values are: String, Integer, Double, Boolean, Range. Read-only.' + 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' @@ -66282,7 +67033,7 @@ components: 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. 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.' + 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 @@ -66469,6 +67220,104 @@ components: type: object additionalProperties: type: object + microsoft.graph.termStore.termGroupScope: + title: termGroupScope + enum: + - global + - system + - siteCollection + type: string + microsoft.graph.termStore.localizedName: + title: localizedName + type: object + properties: + languageTag: + type: string + description: The language tag for the label. + nullable: true + name: + type: string + description: The name in the localized language. + nullable: true + additionalProperties: + type: object + microsoft.graph.keyValue: + title: keyValue + type: object + properties: + key: + type: string + description: Key for the key-value pair. + nullable: true + value: + type: string + description: Value for the key-value pair. + nullable: true + additionalProperties: + type: object + microsoft.graph.termStore.term: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: term + 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: Date and time of term creation. Read-only + format: date-time + nullable: true + descriptions: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.termStore.localizedDescription' + description: Description about term that is dependent on the languageTag + labels: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.termStore.localizedLabel' + description: Label metadata for a term + 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 date and time of term modification. Read-only + format: date-time + nullable: true + properties: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.keyValue' + description: Collection of properties on the term + children: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.termStore.term' + description: Children of current term + relations: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.termStore.relation' + description: To indicate which terms are related to the current term as either pinned or reused + set: + $ref: '#/components/schemas/microsoft.graph.termStore.set' + additionalProperties: + type: object + microsoft.graph.termStore.relation: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: relation + type: object + properties: + relationship: + $ref: '#/components/schemas/microsoft.graph.termStore.relationType' + fromTerm: + $ref: '#/components/schemas/microsoft.graph.termStore.term' + set: + $ref: '#/components/schemas/microsoft.graph.termStore.set' + toTerm: + $ref: '#/components/schemas/microsoft.graph.termStore.term' + additionalProperties: + type: object microsoft.graph.accessReviewApplyAction: title: accessReviewApplyAction type: object @@ -66744,6 +67593,7 @@ components: properties: languageTag: type: string + description: The language to apply the override.Returned by default. Not nullable. translationBehavior: $ref: '#/components/schemas/microsoft.graph.translationBehavior' additionalProperties: @@ -66857,6 +67707,14 @@ components: - sideloaded - unknownFutureValue type: string + microsoft.graph.teamsAppInstallationScopes: + title: teamsAppInstallationScopes + enum: + - team + - groupChat + - personal + - unknownFutureValue + type: string microsoft.graph.teamsAppPublishingState: title: teamsAppPublishingState enum: @@ -66915,6 +67773,23 @@ components: - allowOverrideWithoutJustification - allowOverrideWithJustification type: string + microsoft.graph.teamworkHostedContent: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: teamworkHostedContent + type: object + properties: + contentBytes: + type: string + description: Write only. Bytes for the hosted content (such as images). + format: base64url + nullable: true + contentType: + type: string + description: 'Write only. Content type. sicj as image/png, image/jpg.' + nullable: true + additionalProperties: + type: object microsoft.graph.scheduleChangeRequest: allOf: - $ref: '#/components/schemas/microsoft.graph.changeTrackedEntity' @@ -67143,6 +68018,15 @@ components: - permissionCheckUnknownError - internalServerUnknownError type: string + microsoft.graph.mediaSourceContentCategory: + title: mediaSourceContentCategory + enum: + - meeting + - liveStream + - presentation + - screenRecording + - unknownFutureValue + type: string microsoft.graph.workbookCommentReply: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -67151,11 +68035,11 @@ components: properties: content: type: string - description: The content of replied comment. + description: The content of a comment reply. nullable: true contentType: type: string - description: Indicates the type for the replied comment. + description: Indicates the type for the comment reply. additionalProperties: type: object microsoft.graph.workbookOperationError: @@ -67236,7 +68120,7 @@ components: description: Represents whether the casing impacted the last sort of the table. Read-only. method: type: string - description: 'Represents Chinese character ordering method last used to sort the table. Possible values are: PinYin, StrokeCount. Read-only.' + description: 'Represents Chinese character ordering method last used to sort the table. The possible values are: PinYin, StrokeCount. Read-only.' additionalProperties: type: object microsoft.graph.workbookChart: @@ -67316,6 +68200,44 @@ components: type: object additionalProperties: type: object + microsoft.graph.termStore.localizedDescription: + title: localizedDescription + type: object + properties: + description: + type: string + description: The description in the localized language. + nullable: true + languageTag: + type: string + description: The language tag for the label. + nullable: true + additionalProperties: + type: object + microsoft.graph.termStore.localizedLabel: + title: localizedLabel + type: object + properties: + isDefault: + type: boolean + description: Indicates whether the label is the default label. + nullable: true + languageTag: + type: string + description: The anguage tag for the label. + nullable: true + name: + type: string + description: The name of the label. + nullable: true + additionalProperties: + type: object + microsoft.graph.termStore.relationType: + title: relationType + enum: + - pin + - reuse + type: string microsoft.graph.insightIdentity: title: insightIdentity type: object @@ -67384,7 +68306,7 @@ components: 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 end date and time for the shiftActivity. 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''. Required.' + description: 'The end date and time for the shiftActivity. 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 is 2014-01-01T00:00:00Z. Required.' format: date-time nullable: true isPaid: @@ -67394,7 +68316,7 @@ components: 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 start date and time for the shiftActivity. 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''. Required.' + description: 'The start date and time for the shiftActivity. 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 is 2014-01-01T00:00:00Z. Required.' format: date-time nullable: true theme: @@ -67424,7 +68346,7 @@ components: nullable: true dataOption: type: string - description: 'Represents additional sorting options for this field. Possible values are: Normal, TextAsNumber.' + description: 'Represents additional sorting options for this field. The possible values are: Normal, TextAsNumber.' icon: $ref: '#/components/schemas/microsoft.graph.workbookIcon' key: @@ -67435,7 +68357,7 @@ components: format: int32 sortOn: type: string - description: 'Represents the type of sorting of this condition. Possible values are: Value, CellColor, FontColor, Icon.' + description: 'Represents the type of sorting of this condition. The possible values are: Value, CellColor, FontColor, Icon.' additionalProperties: type: object microsoft.graph.workbookChartAxes: @@ -67660,7 +68582,7 @@ components: format: int32 set: type: string - description: 'Represents the set that the icon is part of. Possible values are: Invalid, ThreeArrows, ThreeArrowsGray, ThreeFlags, ThreeTrafficLights1, ThreeTrafficLights2, ThreeSigns, ThreeSymbols, ThreeSymbols2, FourArrows, FourArrowsGray, FourRedToBlack, FourRating, FourTrafficLights, FiveArrows, FiveArrowsGray, FiveRating, FiveQuarters, ThreeStars, ThreeTriangles, FiveBoxes.' + description: 'Represents the set that the icon is part of. The possible values are: Invalid, ThreeArrows, ThreeArrowsGray, ThreeFlags, ThreeTrafficLights1, ThreeTrafficLights2, ThreeSigns, ThreeSymbols, ThreeSymbols2, FourArrows, FourArrowsGray, FourRedToBlack, FourRating, FourTrafficLights, FiveArrows, FiveArrowsGray, FiveRating, FiveQuarters, ThreeStars, ThreeTriangles, FiveBoxes.' additionalProperties: type: object microsoft.graph.workbookChartAxis: diff --git a/openApiDocs/beta/Devices.CloudPrint.yml b/openApiDocs/beta/Devices.CloudPrint.yml index e10157fd7d2..3f932df6afe 100644 --- a/openApiDocs/beta/Devices.CloudPrint.yml +++ b/openApiDocs/beta/Devices.CloudPrint.yml @@ -2956,6 +2956,7 @@ paths: - licenseDetails - manager - memberOf + - oauth2PermissionGrants - ownedDevices - ownedObjects - registeredDevices @@ -3027,6 +3028,7 @@ paths: - licenseDetails - manager - memberOf + - oauth2PermissionGrants - ownedDevices - ownedObjects - registeredDevices @@ -5171,6 +5173,7 @@ paths: - licenseDetails - manager - memberOf + - oauth2PermissionGrants - ownedDevices - ownedObjects - registeredDevices @@ -5242,6 +5245,7 @@ paths: - licenseDetails - manager - memberOf + - oauth2PermissionGrants - ownedDevices - ownedObjects - registeredDevices @@ -6625,6 +6629,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.printOperation' + description: The list of print long running operations. printers: type: array items: @@ -6650,6 +6655,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.printTaskDefinition' + description: List of abstract definition for a task that can be triggered when various events occur within Universal Print. additionalProperties: type: object microsoft.graph.printConnector: @@ -6721,6 +6727,7 @@ components: lastSeenDateTime: 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 most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. format: date-time nullable: true registeredDateTime: @@ -7037,7 +7044,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.assignedLabel' - description: 'The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select.' + 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: @@ -7054,7 +7061,7 @@ components: 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.' + 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 is 2014-01-01T00:00:00Z. Returned by default. Read-only.' format: date-time nullable: true description: @@ -7068,7 +7075,7 @@ components: 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.' + 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 is 2014-01-01T00:00:00Z. Returned by default. Read-only.' format: date-time nullable: true groupTypes: @@ -7078,7 +7085,7 @@ components: 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).' + 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 @@ -7112,7 +7119,7 @@ components: 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. + 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 @@ -7121,7 +7128,7 @@ components: 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 group 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''. Returned by default. Read-only. Supports $filter.' + description: 'Indicates the last time at which the group 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 is 2014-01-01T00:00:00Z. Returned by default. Read-only. Supports $filter.' format: date-time nullable: true onPremisesNetBiosName: @@ -7151,17 +7158,17 @@ components: nullable: true preferredLanguage: type: string - description: The preferred language for a Microsoft 365 group. Should follow ISO 639-1 Code; for example 'en-US'. Returned by default. + 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 for filter expressions on multi-valued properties. Returned by default. Read-only. Not nullable. Supports $filter.' + 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.' + 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 is 2014-01-01T00:00:00Z. Returned by default. Read-only.' format: date-time nullable: true resourceBehaviorOptions: @@ -7184,7 +7191,7 @@ components: nullable: true theme: type: string - description: 'Specifies a Microsoft 365 group''s color theme. Possible values are Teal, Purple, Green, Blue, Pink, Orange or Red. Returned by default.' + 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 @@ -7194,26 +7201,26 @@ components: $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. + description: 'Indicates if people external to the organization can send messages to the group. Default value is false. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}).' 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. + 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. Supported only on the Get group API (GET /groups/{ID}).' nullable: true hideFromAddressLists: type: boolean - description: 'True if the group is not displayed in certain parts of the Outlook user interface: in the Address Book, in address lists for selecting message recipients, and in the Browse Groups dialog for searching groups; false otherwise. Default value is false. Returned only on $select.' + 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. Supported only on the Get group API (GET /groups/{ID}).' 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, false otherwise. Default value is false. Returned only on $select.' + 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. Supported only on the Get group API (GET /groups/{ID}).' 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. + description: 'Indicates whether the signed-in user is subscribed to receive email conversations. Default value is true. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}).' nullable: true unseenConversationsCount: maximum: 2147483647 @@ -7226,7 +7233,7 @@ components: maximum: 2147483647 minimum: -2147483648 type: integer - description: Count of conversations that have received new posts since the signed-in user last visited the group. This property is the same as unseenConversationsCount.Returned only on $select. + description: 'Count of conversations that have received new posts since the signed-in user last visited the group. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}).' format: int32 nullable: true unseenMessagesCount: @@ -7257,12 +7264,12 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.directoryObject' - description: 'Groups and administrative units that this group is a member of. HTTP Methods: GET (supported for all groups). Read-only. Nullable.' + 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, contacts, and groups that are members of this group. HTTP Methods: GET (supported for all groups), POST (supported for security groups and mail-enabled security groups), DELETE (supported only for security groups) Read-only. Nullable.' + 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: @@ -7272,7 +7279,7 @@ components: 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. HTTP Methods: GET (supported for all groups), POST (supported for security groups and mail-enabled security groups), DELETE (supported only for security groups) Read-only. Nullable.' + 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: @@ -7281,7 +7288,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.directorySetting' - description: 'Settings that can govern this group''s behavior, like whether members can invite guest users to the group. Nullable.' + description: Read-only. Nullable. transitiveMemberOf: type: array items: @@ -7311,7 +7318,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.event' - description: The group's events. + description: The group's calendar events. rejectedSenders: type: array items: @@ -7370,56 +7377,56 @@ components: $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. Returned only on $select. Supports $filter.' + 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. Returned only on $select.' + 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. Returned only on $select. Not nullable. + description: The licenses that are assigned to the user. Returned only on $select. Not nullable. Supports $filter. assignedPlans: type: array items: $ref: '#/components/schemas/microsoft.graph.assignedPlan' - description: The plans that are assigned to the user. Returned only on $select. Read-only. Not nullable. + 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. Only one number can be set for this property. Returned by default. Read-only for users synced from on-premises directory. + description: 'The telephone numbers for the user. NOTE: Although this is a string collection, only one number can be set for this property. Read-only for users synced from on-premises directory. Returned by default.' city: type: string - description: The city in which the user is located. Returned only on $select. Supports $filter. + 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. + 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 characters.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. Returned only on $select.' + 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''. Returned only on $select. Supports $filter.' + 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 date and time the user was created. The value cannot be modified and is automatically populated when the entity is created. The DateTimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. Property is nullable. A null value indicates that an accurate creation time couldn't be determined for the user. Returned only on $select. Read-only. Supports $filter. + 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). Returned only on $select. Read-only.' + 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. Returned only on $select. Supports $filter. + description: The name for the department in which the user works. Supports $filter. nullable: true deviceKeys: type: array @@ -7427,7 +7434,7 @@ components: $ref: '#/components/schemas/microsoft.graph.deviceKey' displayName: type: string - description: 'The name displayed in the address book for the user. This value 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. Returned by default. Supports $filter and $orderby.' + 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. Returned by default. 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])$' @@ -7455,7 +7462,7 @@ components: nullable: true faxNumber: type: string - description: The fax number of the user. Returned only on $select. + description: The fax number of the user. nullable: true givenName: type: string @@ -7465,7 +7472,7 @@ components: 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. Returned only on $select. Supports $filter.' + 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: @@ -7488,29 +7495,29 @@ components: 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 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 is ''2014-01-01T00:00:00Z'' Returned only on $select. Read-only.' + 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 is 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. Returned only on $select.' + 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. Returned only on $select. Read-only. + 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''. Returned by default. Supports $filter and endsWith.' nullable: true mailNickname: type: string - description: The mail alias for the user. This property must be specified when a user is created. Returned only on $select. Supports $filter. + 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. Returned by default. Read-only for users synced from on-premises directory. + description: The primary cellular telephone number for the user. Read-only for users synced from on-premises directory. Returned by default. nullable: true officeLocation: type: string @@ -7518,59 +7525,59 @@ components: 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. Returned only on $select. Read-only. + 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. Returned only on $select. Read-only.' + 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. Returned only on $select. Supports $filter.' + 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 is ''2014-01-01T00:00:00Z''. Returned only on $select. Read-only.' + 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 is 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. Returned only on $select. + 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. Returned only on $select. Read-only. + 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. Returned only on $select. Read-only. + 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). Returned only on $select. Read-only. + 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. Returned only on $select. Read-only. + 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''].Returned only on $select. Supports$filter.' + 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''.Returned only on $select.' + 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. Returned only on $select.' + 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 @@ -7584,35 +7591,35 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.provisionedPlan' - description: The plans that are provisioned for the user. Returned only on $select. Read-only. Not nullable. + 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. Returned only on $select. Read-only, Not nullable. Supports $filter.' + 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. Use invalidateAllRefreshTokens to reset.' + 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. Returned only on $select.' + 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. Returned only on $select. Read-only. Use revokeSignInSessions to reset.' + 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. Returned only on $select. Supports $filter. + 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. Returned only on $select. + description: The street address of the user's place of business. nullable: true surname: type: string @@ -7620,7 +7627,7 @@ components: 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. Returned only on $select. Supports $filter.' + 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 @@ -7628,7 +7635,7 @@ components: 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''. Returned only on $select. Supports $filter.' + 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' @@ -7640,56 +7647,56 @@ components: format: int32 aboutMe: type: string - description: A freeform text entry field for the user to describe themselves. Returned only on $select. + 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 is ''2014-01-01T00:00:00Z'' Returned only on $select.' + 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 is 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 is ''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.' + 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 is 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. Returned only on $select. + description: A list for the user to describe their interests. mySite: type: string - description: The URL for the user's personal site. Returned only on $select. + 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. Returned only on $select. + description: A list for the user to enumerate their past projects. preferredName: type: string - description: The preferred name for the user. Returned only on $select. + 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. Returned only on $select. + 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. Returned only on $select. + 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. Returned only on $select. + description: A list for the user to enumerate their skills. analytics: $ref: '#/components/schemas/microsoft.graph.userAnalytics' usageRights: @@ -7724,7 +7731,11 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.directoryObject' - description: 'The groups, directory roles and administrative units that the user is a member of. Read-only. Nullable.' + description: The groups and directory roles that the user is a member of. Read-only. Nullable. + oauth2PermissionGrants: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.oAuth2PermissionGrant' ownedDevices: type: array items: @@ -7780,7 +7791,7 @@ components: 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. + 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: @@ -7804,7 +7815,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.person' - description: 'Read-only. The most relevant people to the user. The collection is ordered by their relevance to the user, which is determined by the user''s communication, collaboration and business relationships. A person is an aggregation of information from across mail, contacts and social networks.' + description: People that are relevant to the user. Read-only. Nullable. drive: $ref: '#/components/schemas/microsoft.graph.drive' drives: @@ -7820,7 +7831,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.extension' - description: The collection of open extensions defined for the user. Nullable. + description: The collection of open extensions defined for the user. Read-only. Nullable. appConsentRequestsForApproval: type: array items: @@ -8020,7 +8031,7 @@ components: properties: parentUrl: type: string - description: 'The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/beta/print/printers/{printerId}/jobs/{jobId}. Read-only.' + description: 'The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only.' status: $ref: '#/components/schemas/microsoft.graph.printTaskStatus' definition: @@ -8177,17 +8188,21 @@ components: $ref: '#/components/schemas/microsoft.graph.printerDefaults' displayName: type: string + description: The name of the printer/printerShare. nullable: true isAcceptingJobs: type: boolean + description: Whether the printer/printerShare is currently accepting new print jobs. nullable: true location: $ref: '#/components/schemas/microsoft.graph.printerLocation' manufacturer: type: string + description: The manufacturer of the printer/printerShare. nullable: true model: type: string + description: The model name of the printer/printerShare. nullable: true name: type: string @@ -8198,6 +8213,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.printJob' + description: The list of jobs that are queued for printing by the printer/printerShare. additionalProperties: type: object microsoft.graph.printColorMode: @@ -8500,12 +8516,12 @@ components: 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.' + 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.' 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.' + 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 is 2014-01-01T00:00:00Z. Read-only.' format: date-time nullable: true principalDisplayName: @@ -8515,16 +8531,16 @@ components: 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.' + description: 'The unique identifier (id) for the user, group or service principal being granted the app role. Required on create.' 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.' + description: 'The type of the assigned principal. This can either be User, Group or ServicePrincipal. Read-only.' 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. + description: The display name of the resource app's service principal to which the assignment is made. 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}$' @@ -8623,15 +8639,15 @@ components: 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, through an Outlook client or the corresponding calendarPermission resource. Read-only.' + 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. Read-only.' + 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. This property is set through an Outlook client or the corresponding calendarPermission resource. Read-only.' + description: 'true if the user can read calendar items that have been marked private, false otherwise.' nullable: true changeKey: type: string @@ -8643,11 +8659,11 @@ components: $ref: '#/components/schemas/microsoft.graph.onlineMeetingProviderType' hexColor: type: string - description: 'The calendar color, expressed in a hex color code of three hexidecimal values, each ranging from 00 to FF and representing the red, green, or blue components of the color in the RGB color space. If the user has never explicitly set a color for the calendar, this property is empty.' + description: 'The calendar color, expressed in a hex color code of three hexadecimal values, each ranging from 00 to FF and representing the red, green, or blue components of the color in the RGB color space. If the user has never explicitly set a color for the calendar, this property is empty. Read-only.' nullable: true isDefaultCalendar: type: boolean - description: 'True if this is the default calendar where new events are created by default, false otherwise.' + description: 'true if this is the default calendar where new events are created by default, false otherwise.' nullable: true isRemovable: type: boolean @@ -8655,11 +8671,11 @@ components: nullable: true isShared: type: boolean - description: 'True if the user has shared the calendar with other users, false otherwise. Since only the user who created the calendar can share it, isShared and isSharedWithMe cannot be true for the same user. This property is set when sharing is initiated in an Outlook client, and can be reset when the sharing is cancelled through the client or the corresponding calendarPermission resource. Read-only.' + description: 'true if the user has shared the calendar with other users, false otherwise. Since only the user who created the calendar can share it, isShared and isSharedWithMe cannot be true for the same user. This property is set when sharing is initiated in an Outlook client, and can be reset when the sharing is cancelled through the client or the corresponding calendarPermission resource. Read-only.' nullable: true isSharedWithMe: type: boolean - description: 'True if the user has been shared this calendar, false otherwise. This property is always false for a calendar owner. This property is set when sharing is initiated in an Outlook client, and can be reset when the sharing is cancelled through the client or the corresponding calendarPermission resource. Read-only.' + description: 'true if the user has been shared this calendar, false otherwise. This property is always false for a calendar owner. This property is set when sharing is initiated in an Outlook client, and can be reset when the sharing is cancelled through the client or the corresponding calendarPermission resource. Read-only.' nullable: true isTallyingResponses: type: boolean @@ -8788,7 +8804,7 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true originalStartTimeZone: @@ -8841,7 +8857,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.attachment' - description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' + description: The collection of fileAttachment and itemAttachment attachments for the event. Navigation property. Read-only. Nullable. calendar: $ref: '#/components/schemas/microsoft.graph.calendar' exceptionOccurrences: @@ -8852,12 +8868,12 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.extension' - description: The collection of open extensions defined for the event. Nullable. + 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 occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but does not include occurrences that have been cancelled from the series. Navigation property. Read-only. Nullable.' + description: The instances of the event. Navigation property. Read-only. Nullable. multiValueExtendedProperties: type: array items: @@ -8882,7 +8898,7 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time preview: type: string @@ -8922,7 +8938,7 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time preview: type: string @@ -9037,6 +9053,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.columnDefinition' + description: The collection of column definitions available in the site that are referenced from the sites in the parent hierarchy of the current site. items: type: array items: @@ -9062,6 +9079,8 @@ components: items: $ref: '#/components/schemas/microsoft.graph.site' description: The collection of the sub-sites under this site. + termStore: + $ref: '#/components/schemas/microsoft.graph.termStore.store' onenote: $ref: '#/components/schemas/microsoft.graph.onenote' additionalProperties: @@ -9182,7 +9201,7 @@ components: 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 team was created. + description: Timestamp at which the team was created. format: date-time nullable: true description: @@ -9271,7 +9290,7 @@ components: 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 - description: 'The last sign-in date for a specific user. You can use this field to calculate the last time a user signed in to the directory. This field can be used to build reports, such as inactive users. 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''. For more information about using the value of this property, see Manage inactive user accounts in Azure AD.' + description: 'The last interactive sign-in date for a specific user. You can use this field to calculate the last time a user signed in to the directory with an interactive authentication method. This field can be used to build reports, such as inactive users. 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 is: ''2014-01-01T00:00:00Z''. For more information about using the value of this property, see Manage inactive user accounts in Azure AD.' format: date-time nullable: true lastSignInRequestId: @@ -9287,12 +9306,12 @@ components: 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''' + description: 'The date and time at which the plan was assigned. 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 is 2014-01-01T00:00:00Z.' format: date-time nullable: true capabilityStatus: type: string - description: 'Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut.' + description: 'Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. See a detailed description of each value.' nullable: true service: type: string @@ -9460,7 +9479,7 @@ components: properties: forceChangePasswordNextSignIn: type: boolean - description: 'If true, at next sign-in, the user must change their password. After a password change, this property will be automatically reset to false. If not set, default is false.' + description: true if the user must change her password on the next login; otherwise false. nullable: true forceChangePasswordNextSignInWithMfa: type: boolean @@ -9496,7 +9515,7 @@ components: properties: archiveFolder: type: string - description: Folder ID of an archive folder for the user. Read only. + description: Folder ID of an archive folder for the user. nullable: true automaticRepliesSetting: $ref: '#/components/schemas/microsoft.graph.automaticRepliesSetting' @@ -9604,6 +9623,44 @@ components: nullable: true additionalProperties: type: object + microsoft.graph.oAuth2PermissionGrant: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: oAuth2PermissionGrant + type: object + properties: + clientId: + type: string + description: The id of the client service principal for the application which is authorized to act on behalf of a signed-in user when accessing an API. Required. Supports $filter (eq only). + consentType: + type: string + description: 'Indicates if authorization is granted for the client application to impersonate all users or only a specific user. AllPrincipals indicates authorization to impersonate all users. Principal indicates authorization to impersonate a specific user. Consent on behalf of all users can be granted by an administrator. Non-admin users may be authorized to consent on behalf of themselves in some cases, for some delegated permissions. Required. Supports $filter (eq only).' + nullable: true + expiryTime: + 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: 'Currently, the end time value is ignored, but a value is required when creating an oAuth2PermissionGrant. Required.' + format: date-time + nullable: true + principalId: + type: string + description: 'The id of the user on behalf of whom the client is authorized to access the resource, when consentType is Principal. If consentType is AllPrincipals this value is null. Required when consentType is Principal.' + nullable: true + resourceId: + type: string + description: The id of the resource service principal to which access is authorized. This identifies the API which the client is authorized to attempt to call on behalf of a signed-in user. + scope: + type: string + description: 'A space-separated list of the claim values for delegated permissions which should be included in access tokens for the resource application (the API). For example, openid User.Read GroupMember.Read.All. Each claim value should match the value field of one of the delegated permissions defined by the API, listed in the publishedPermissionScopes property of the resource service principal.' + nullable: true + startTime: + 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: 'Currently, the start time value is ignored, but a value is required when creating an oAuth2PermissionGrant. Required.' + format: date-time + nullable: true + additionalProperties: + type: object microsoft.graph.scopedRoleMembership: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -9700,7 +9757,7 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true children: @@ -9834,7 +9891,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.extension' - description: The collection of open extensions defined for the contact. Nullable. + description: The collection of open extensions defined for the contact. Read-only. Nullable. multiValueExtendedProperties: type: array items: @@ -9951,7 +10008,7 @@ components: $ref: '#/components/schemas/microsoft.graph.itemBody' bodyPreview: type: string - description: 'The first 255 characters of the message body. It is in text format. If the message contains instances of mention, this property would contain a concatenation of these mentions as well.' + description: The first 255 characters of the message body. It is in text format. nullable: true ccRecipients: type: array @@ -10013,7 +10070,7 @@ components: 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. 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''.' + description: 'The date and time the message was received. The date and time information uses ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.' format: date-time nullable: true replyTo: @@ -10026,7 +10083,7 @@ components: 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. 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''.' + description: 'The date and time the message was sent. The date and time information uses ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.' format: date-time nullable: true subject: @@ -10153,7 +10210,7 @@ components: nullable: true personType: type: string - description: 'The type of person, for example distribution list.' + description: The type of person. nullable: true phones: type: array @@ -10205,20 +10262,25 @@ components: properties: appDisplayName: type: string + description: The display name of the app for which consent is requested. Required. Supports $filter (eq only) and $orderby. nullable: true appId: type: string + description: The identifier of the application. Required. Supports $filter (eq only) and $orderby. consentType: type: string + description: 'The consent type of the request. Possible values are: Static and Dynamic. These represent static and dynamic permissions, respectively, requested in the consent workflow. Supports $filter (eq only) and $orderby. Required.' nullable: true pendingScopes: type: array items: $ref: '#/components/schemas/microsoft.graph.appConsentRequestScope' + description: A list of pending scopes waiting for approval. This is empty if the consentType is Static. Required. userConsentRequests: type: array items: $ref: '#/components/schemas/microsoft.graph.userConsentRequest' + description: A list of pending user consent requests. additionalProperties: type: object microsoft.graph.approval: @@ -10242,7 +10304,7 @@ components: 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: DateTime when review instance is scheduled to end. + description: 'DateTime when review instance is scheduled to end.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 is 2014-01-01T00:00:00Z.' format: date-time nullable: true scope: @@ -10250,7 +10312,7 @@ components: 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: DateTime when review instance is scheduled to start. May be in the future. + description: 'DateTime when review instance is scheduled to start. May be in the future. 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 is 2014-01-01T00:00:00Z.' format: date-time nullable: true status: @@ -10274,11 +10336,11 @@ components: properties: agreementFileId: type: string - description: ID of the agreement file accepted by the user. + description: The identifier of the agreement file accepted by the user. nullable: true agreementId: type: string - description: ID of the agreement. + description: The identifier of the agreement. nullable: true deviceDisplayName: type: string @@ -10290,11 +10352,11 @@ components: nullable: true deviceOSType: type: string - description: The operating system used for accepting the agreement. + description: The operating system used to accept the agreement. nullable: true deviceOSVersion: type: string - description: The operating system version of the device used for accepting the agreement. + description: The operating system version of the device used to accept the agreement. 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])$' @@ -10320,7 +10382,7 @@ components: nullable: true userId: type: string - description: ID of the user who accepted the agreement. + description: The identifier of the user who accepted the agreement. nullable: true userPrincipalName: type: string @@ -10337,26 +10399,26 @@ components: 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: Created date time in UTC of the device enrollment configuration + description: Not yet documented format: date-time description: type: string - description: The description of the device enrollment configuration + description: Not yet documented nullable: true displayName: type: string - description: The display name of the device enrollment configuration + 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: Last modified date time in UTC of the device enrollment configuration + description: Not yet documented format: date-time priority: maximum: 2147483647 minimum: -2147483648 type: integer - description: Priority is used when a user exists in multiple groups that are assigned enrollment configuration. Users are subject only to the configuration with the lowest priority value. + description: Not yet documented format: int32 roleScopeTagIds: type: array @@ -10368,13 +10430,13 @@ components: maximum: 2147483647 minimum: -2147483648 type: integer - description: The version of the device enrollment configuration + 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 + description: The list of group assignments for the device configuration profile. additionalProperties: type: object description: The Base Class of Device Enrollment Configuration @@ -10390,11 +10452,11 @@ components: nullable: true activationLockBypassCode: type: string - description: Code that allows the Activation Lock on a device to be bypassed. This property is read-only. + description: Code that allows the Activation Lock on a device to be bypassed. nullable: true androidSecurityPatchLevel: type: string - description: Android security patch level. This property is read-only. + description: Android security patch level nullable: true autopilotEnrolled: type: boolean @@ -10405,18 +10467,18 @@ components: nullable: true azureADDeviceId: type: string - description: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. + 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. This property is read-only. + 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. This property is read-only. + description: The DateTime when device compliance grace period expires format: date-time complianceState: $ref: '#/components/schemas/microsoft.graph.complianceState' @@ -10430,10 +10492,10 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.deviceActionResult' - description: List of ComplexType deviceActionResult objects. This property is read-only. + description: List of ComplexType deviceActionResult objects. deviceCategoryDisplayName: type: string - description: Device category display name. This property is read-only. + description: Device category display name nullable: true deviceEnrollmentType: $ref: '#/components/schemas/microsoft.graph.deviceEnrollmentType' @@ -10441,7 +10503,7 @@ components: $ref: '#/components/schemas/microsoft.graph.deviceHealthAttestationState' deviceName: type: string - description: Name of the device. This property is read-only. + description: Name of the device nullable: true deviceRegistrationState: $ref: '#/components/schemas/microsoft.graph.deviceRegistrationState' @@ -10449,24 +10511,24 @@ components: $ref: '#/components/schemas/microsoft.graph.deviceType' easActivated: type: boolean - description: Whether the device is Exchange ActiveSync activated. This property is read-only. + 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. This property is read-only. + description: Exchange ActivationSync activation time of the device. format: date-time easDeviceId: type: string - description: Exchange ActiveSync Id of the device. This property is read-only. + description: Exchange ActiveSync Id of the device. nullable: true emailAddress: type: string - description: Email(s) for the user associated with the device. This property is read-only. + 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. This property is read-only. + description: Enrollment time of the device. format: date-time ethernetMacAddress: type: string @@ -10479,11 +10541,11 @@ components: 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. This property is read-only. + description: Last time the device contacted Exchange. format: date-time freeStorageSpaceInBytes: type: integer - description: Free Storage in Bytes. This property is read-only. + description: Free Storage in Bytes format: int64 hardwareInformation: $ref: '#/components/schemas/microsoft.graph.hardwareInformation' @@ -10493,24 +10555,24 @@ components: nullable: true imei: type: string - description: IMEI. This property is read-only. + description: IMEI nullable: true isEncrypted: type: boolean - description: Device encryption status. This property is read-only. + description: Device encryption status isSupervised: type: boolean - description: Device supervised status. This property is read-only. + description: Device supervised status jailBroken: type: string - description: whether the device is jail broken or rooted. This property is read-only. + 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. This property is read-only. + 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' @@ -10533,15 +10595,15 @@ components: $ref: '#/components/schemas/microsoft.graph.managementState' manufacturer: type: string - description: Manufacturer of the device. This property is read-only. + description: Manufacturer of the device nullable: true meid: type: string - description: MEID. This property is read-only. + description: MEID nullable: true model: type: string - description: Model of the device. This property is read-only. + description: Model of the device nullable: true notes: type: string @@ -10549,11 +10611,11 @@ components: nullable: true operatingSystem: type: string - description: 'Operating system of the device. Windows, iOS, etc. This property is read-only.' + description: 'Operating system of the device. Windows, iOS, etc.' nullable: true osVersion: type: string - description: Operating system version of the device. This property is read-only. + description: Operating system version of the device. nullable: true ownerType: $ref: '#/components/schemas/microsoft.graph.ownerType' @@ -10561,7 +10623,7 @@ components: $ref: '#/components/schemas/microsoft.graph.managedDevicePartnerReportedHealthState' phoneNumber: type: string - description: Phone number of the device. This property is read-only. + description: Phone number of the device nullable: true physicalMemoryInBytes: type: integer @@ -10576,11 +10638,11 @@ components: $ref: '#/components/schemas/microsoft.graph.managedDeviceArchitecture' remoteAssistanceSessionErrorDetails: type: string - description: An error string that identifies issues when creating Remote Assistance session objects. This property is read-only. + 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. This property is read-only. + description: Url that allows a Remote Assistance session to be established with the device. nullable: true requireUserEnrollmentApproval: type: boolean @@ -10599,7 +10661,7 @@ components: description: List of Scope Tag IDs for this Device instance. serialNumber: type: string - description: SerialNumber. This property is read-only. + description: SerialNumber nullable: true skuFamily: type: string @@ -10617,11 +10679,11 @@ components: nullable: true subscriberCarrier: type: string - description: Subscriber Carrier. This property is read-only. + description: Subscriber Carrier nullable: true totalStorageSpaceInBytes: type: integer - description: Total Storage in Bytes. This property is read-only. + description: Total Storage in Bytes format: int64 udid: type: string @@ -10629,15 +10691,15 @@ components: nullable: true userDisplayName: type: string - description: User display name. This property is read-only. + description: User display name nullable: true userId: type: string - description: Unique Identifier for the user associated with the device. This property is read-only. + description: Unique Identifier for the user associated with the device nullable: true userPrincipalName: type: string - description: Device user principal name. This property is read-only. + description: Device user principal name nullable: true usersLoggedOn: type: array @@ -10646,7 +10708,7 @@ components: description: Indicates the last logged on users of a device. This property is read-only. wiFiMacAddress: type: string - description: Wi-Fi MAC. This property is read-only. + description: Wi-Fi MAC nullable: true windowsActiveMalwareCount: maximum: 2147483647 @@ -10782,7 +10844,7 @@ components: 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. + description: Zero or more policys already applied on the registered app when it last synchronized with management service. intendedPolicies: type: array items: @@ -10984,7 +11046,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.plannerTask' - description: Read-only. Nullable. Returns the plannerTasks assigned to the user. + description: Read-only. Nullable. Returns the plannerPlans shared with the user. additionalProperties: type: object microsoft.graph.itemInsights: @@ -11006,6 +11068,8 @@ components: contributionToContentDiscoveryDisabled: type: boolean description: 'When set to true, the delegate access to the user''s trending API is disabled. When set to true, documents in the user''s Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for Business is affected. Users can control this setting in Office Delve.' + itemInsights: + $ref: '#/components/schemas/microsoft.graph.userInsightsSettings' regionalAndLanguageSettings: $ref: '#/components/schemas/microsoft.graph.regionalAndLanguageSettings' shiftPreferences: @@ -11184,7 +11248,7 @@ components: properties: accountEnabled: type: boolean - description: 'true if the account is enabled; otherwise, false. default is true.' + description: 'true if the account is enabled; otherwise, false. Required.' nullable: true alternativeSecurityIds: type: array @@ -11194,13 +11258,13 @@ components: 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.' + 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 is 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.' + 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 is 2014-01-01T00:00:00Z. Read-only.' format: date-time nullable: true deviceCategory: @@ -11249,6 +11313,7 @@ components: items: type: string nullable: true + description: List of hostNames for the device. 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.' @@ -11268,7 +11333,7 @@ components: 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.' + 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 is 2014-01-01T00:00:00Z Read-only.' format: date-time nullable: true onPremisesSyncEnabled: @@ -11281,7 +11346,7 @@ components: nullable: true operatingSystemVersion: type: string - description: Operating system version of the device. Required. + description: The version of the operating system on the device. Required. nullable: true physicalIds: type: array @@ -11290,12 +11355,12 @@ components: description: For internal use only. Not nullable. profileType: type: string - description: The profile type of the device. Possible values:RegisteredDevice (default)SecureVMPrinterSharedIoT + description: 'The profile type of the device. Possible values: RegisteredDevice (default), SecureVM, Printer, Shared, IoT.' 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 - description: 'Date and time of when the device was registered. 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.' + description: 'Date and time of when the device was registered. 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 is 2014-01-01T00:00:00Z. Read-only.' format: date-time nullable: true systemLabels: @@ -11305,10 +11370,11 @@ components: 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' + description: 'Type of trust for the joined device. Read-only. Possible values: Workplace (indicates bring your own personal devices), AzureAd (Cloud only joined devices), ServerAd (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 + description: Form factor of device. Only returned if user signs in with a Microsoft account as part of Project Rome. nullable: true manufacturer: type: string @@ -11320,12 +11386,15 @@ components: nullable: true name: type: string + description: Friendly name of a device. Only returned if user signs in with a Microsoft account as part of Project Rome. nullable: true platform: type: string + description: Platform of device. Only returned if user signs in with a Microsoft account as part of Project Rome. Only returned if user signs in with a Microsoft account as part of Project Rome. nullable: true status: type: string + description: Device is online or offline. Only returned if user signs in with a Microsoft account as part of Project Rome. nullable: true usageRights: type: array @@ -11396,7 +11465,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.meetingCapabilities' - description: 'The list of meeting capabilities. Possible values are: questionAndAnswer.' + description: 'The list of meeting capabilities. Possible values are: questionAndAnswer,unknownFutureValue.' chatInfo: $ref: '#/components/schemas/microsoft.graph.chatInfo' creationDateTime: @@ -11472,7 +11541,7 @@ components: properties: activity: type: string - description: 'The supplemental information to a user''s availability. Possible values are Available, Away, BeRightBack, Busy, DoNotDisturb, InACall, InAConferenceCall, Inactive,InAMeeting, Offline, OffWork,OutOfOffice, PresenceUnknown,Presenting, UrgentInterruptionsOnly.' + description: 'The supplemental information to a user''s availability. Possible values are Available, Away, BeRightBack, Busy, DoNotDisturb, InACall, InAConferenceCall, Inactive, InAMeeting, Offline, OffWork, OutOfOffice, PresenceUnknown, Presenting, UrgentInterruptionsOnly.' nullable: true availability: type: string @@ -11610,7 +11679,7 @@ components: aggregatedEventDateTime: 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''.' + 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 is 2014-01-01T00:00:00Z.' format: date-time nullable: true appDisplayName: @@ -11645,16 +11714,16 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.registrationAuthMethod' - description: 'Represents the authentication method that the user has registered. Possible values are: email, mobilePhone, officePhone, securityQuestion (only used for self-service password reset), appNotification, appCode, and alternateMobilePhone (supported only in registration).' + description: 'Represents the authentication method that the user has registered. Possible values are: email, mobilePhone, officePhone, securityQuestion (only used for self-service password reset), appNotification, appCode, alternateMobilePhone (supported only in registration), fido, appPassword, unknownFutureValue.' isCapable: type: boolean description: Indicates whether the user is ready to perform self-service password reset or MFA. isEnabled: type: boolean - description: Indiciates whether the user enabled to perform self-service password reset. + description: Indicates whether the user enabled to perform self-service password reset. isMfaRegistered: type: boolean - description: Indiciates whether the user is registered for MFA. + description: Indicates whether the user is registered for MFA. isRegistered: type: boolean description: Indicates whether the user has registered any authentication methods for self-service password reset. @@ -11677,7 +11746,7 @@ components: 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: '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''.' + 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 failureReason: type: string @@ -11714,6 +11783,7 @@ components: properties: userPrincipalName: type: string + description: The UPN of the user represented by these statistics. nullable: true additionalProperties: type: object @@ -11914,7 +11984,7 @@ components: properties: name: type: string - description: Name of the setting (as defined by the directorySettingTemplate). + description: Name of the setting (as defined by the groupSettingTemplate). nullable: true value: type: string @@ -11951,11 +12021,11 @@ components: properties: address: type: string - description: The email address of an entity instance. + description: The email address of the person or entity. nullable: true name: type: string - description: The display name of an entity instance. + description: The display name of the person or entity. nullable: true additionalProperties: type: object @@ -12029,13 +12099,13 @@ components: 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''' + 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 is 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true additionalProperties: @@ -12070,10 +12140,10 @@ components: properties: dateTime: type: string - description: 'A single point of time in a combined date and time representation ({date}T{time}). For example, ''2019-04-16T09:00:00''.' + 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 possible values.' + description: 'Represents a time zone, for example, ''Pacific Standard Time''. See below for more possible values.' nullable: true additionalProperties: type: object @@ -12174,7 +12244,7 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true additionalProperties: @@ -12221,12 +12291,12 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true name: type: string - description: The display name of the attachment. This does not need to be the actual file name. + description: The attachment's file name. nullable: true size: maximum: 2147483647 @@ -12267,7 +12337,7 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time sender: $ref: '#/components/schemas/microsoft.graph.recipient' @@ -12275,7 +12345,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.attachment' - description: 'The collection of fileAttachment, itemAttachment, and referenceAttachment attachments for the post. Read-only. Nullable.' + description: Read-only. Nullable. extensions: type: array items: @@ -12475,6 +12545,8 @@ components: $ref: '#/components/schemas/microsoft.graph.image' location: $ref: '#/components/schemas/microsoft.graph.geoCoordinates' + media: + $ref: '#/components/schemas/microsoft.graph.media' package: $ref: '#/components/schemas/microsoft.graph.package' pendingOperations: @@ -12498,6 +12570,8 @@ components: description: Size of the item in bytes. Read-only. format: int64 nullable: true + source: + $ref: '#/components/schemas/microsoft.graph.driveItemSource' specialFolder: $ref: '#/components/schemas/microsoft.graph.specialFolder' video: @@ -12686,12 +12760,15 @@ components: nullable: true isDeletable: type: boolean + description: Indicates whether this column can be deleted. nullable: true isReorderable: type: boolean + description: Indicates whether values in the column can be reordered. Read-only. nullable: true isSealed: type: boolean + description: Specifies whether column can be changed. nullable: true lookup: $ref: '#/components/schemas/microsoft.graph.lookupColumn' @@ -12705,6 +12782,7 @@ components: $ref: '#/components/schemas/microsoft.graph.personOrGroupColumn' propagateChanges: type: boolean + description: If 'True' changes to this column will be propagated to lists that implement the column. nullable: true readOnly: type: boolean @@ -12739,6 +12817,7 @@ components: items: type: string nullable: true + description: List of canonical URLs for hub sites with which this content type is associated to. This will contain all hubsites where this content type is queued to be enforced or is already enforced. Enforcing a content type means that the content type will be applied to the lists in the enforced sites. description: type: string description: The descriptive text for the item. @@ -12759,6 +12838,7 @@ components: $ref: '#/components/schemas/microsoft.graph.itemReference' isBuiltIn: type: boolean + description: Specifies if a content type is a built-in content type. nullable: true name: type: string @@ -12772,6 +12852,7 @@ components: nullable: true propagateChanges: type: boolean + description: 'If true, any changes made to the content type will be pushed to inherited content types and lists that implement the content type.' nullable: true readOnly: type: boolean @@ -12787,6 +12868,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.contentType' + description: The collection of content types that are ancestors of this content type. columnLinks: type: array items: @@ -12796,10 +12878,12 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.columnDefinition' + description: Column order information in a content type. columns: type: array items: $ref: '#/components/schemas/microsoft.graph.columnDefinition' + description: The collection of column definitions for this contentType. additionalProperties: type: object microsoft.graph.sitePage: @@ -12861,10 +12945,36 @@ components: 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.' + 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.termStore.store: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: store + type: object + properties: + defaultLanguageTag: + type: string + description: Default language of the term store. + languageTags: + type: array + items: + type: string + description: List of languages for the term store. + groups: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.termStore.group' + description: Collection of all groups available in the term store. + sets: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.termStore.set' + description: Collection of all sets available in the term store. + additionalProperties: + type: object microsoft.graph.plannerPlan: allOf: - $ref: '#/components/schemas/microsoft.graph.plannerDelta' @@ -12880,7 +12990,7 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true owner: @@ -12894,14 +13004,14 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.plannerBucket' - description: Collection of buckets in the plan. Read-only. Nullable. + 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: Collection of tasks in the plan. Read-only. Nullable. + description: Read-only. Nullable. Collection of tasks in the plan. additionalProperties: type: object microsoft.graph.notebook: @@ -12952,7 +13062,7 @@ components: $ref: '#/components/schemas/microsoft.graph.onenoteOperationError' percentComplete: type: string - description: The operation percent complete if the operation is still in running status + description: The operation percent complete if the operation is still in running status. nullable: true resourceId: type: string @@ -12986,7 +13096,7 @@ components: 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.' + 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 is 2014-01-01T00:00:00Z. Read-only.' format: date-time nullable: true level: @@ -13152,7 +13262,7 @@ components: nullable: true allowCreateUpdateChannels: type: boolean - description: 'If set to true, members can add and update any channels.' + description: 'If set to true, members can add and update channels.' nullable: true allowCreateUpdateRemoveConnectors: type: boolean @@ -13731,7 +13841,7 @@ components: 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''.' + 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 is 2014-01-01T00:00:00Z.' format: date-time nullable: true expectedAssessment: @@ -13757,7 +13867,7 @@ components: 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.' + 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}$' @@ -14182,6 +14292,7 @@ components: properties: displayName: type: string + description: The name of the scope. nullable: true additionalProperties: type: object @@ -14193,6 +14304,7 @@ components: properties: reason: type: string + description: The user's justification for requiring access to the app. Supports $filter (eq only) and $orderby. nullable: true approval: $ref: '#/components/schemas/microsoft.graph.approval' @@ -14204,36 +14316,39 @@ components: - title: approvalStep type: object properties: + assignedToMe: + type: boolean + description: Indicates whether the step is assigned to the calling user to review. Read-only. + nullable: true displayName: type: string + description: The label provided by the policy creator to identify an approval step. Read-only. nullable: true justification: type: string + description: The justification associated with the approval step decision. 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 + description: 'The date and time when a decision was recorded. The date and time information uses ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.' format: date-time nullable: true reviewResult: type: string + description: 'The result of this approval record. Possible values include: NotReviewed, Approved, Denied.' + nullable: true + status: + type: string + description: 'The step status. Possible values: InProgress, Initializing, Completed, Expired. Read-only.' nullable: true additionalProperties: type: object microsoft.graph.accessReviewScope: title: accessReviewScope type: object - properties: - query: - type: string - description: The query specifying what will be reviewed. See table for examples. - nullable: true - queryType: - type: string - description: The type of query. Examples include MicrosoftGraph and ARM. - nullable: true additionalProperties: type: object microsoft.graph.accessReviewInstanceDecisionItem: @@ -14250,7 +14365,7 @@ components: 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 - description: The DateTime when the approval decision was applied. + description: 'The timestamp when the approval decision was applied. 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 is 2014-01-01T00:00:00Z.' format: date-time nullable: true applyResult: @@ -14265,16 +14380,26 @@ components: type: string description: The review decision justification. nullable: true + principal: + $ref: '#/components/schemas/microsoft.graph.identity' + principalLink: + type: string + nullable: true recommendation: type: string description: 'A system-generated recommendation for the approval decision. Possible values: Approve, Deny, or NotAvailable.' nullable: true + resource: + $ref: '#/components/schemas/microsoft.graph.accessReviewInstanceDecisionItemResource' + resourceLink: + 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 - description: The DateTime when the review occurred. + description: The timestamp when the review occurred. format: date-time nullable: true target: @@ -14297,7 +14422,7 @@ components: 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: DateTime when review series was created. + description: Timestamp when review series was created. format: date-time nullable: true descriptionForAdmins: @@ -14317,7 +14442,7 @@ components: 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: DateTime when review series was last modified. + description: Timestamp when review series was last modified. format: date-time nullable: true reviewers: @@ -14668,11 +14793,12 @@ components: - androidEnterprise - windows10x - androidnGMS - - cloudPC + - chromeOS - linux - blackberry - palm - unknown + - cloudPC type: string microsoft.graph.deviceManagementExchangeAccessState: title: deviceManagementExchangeAccessState @@ -15563,7 +15689,7 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true conversationThreadId: @@ -15575,7 +15701,7 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true creationSource: @@ -15583,7 +15709,7 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true hasDescription: @@ -15624,7 +15750,7 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true title: @@ -15650,17 +15776,27 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.sharedInsight' - description: Access this property from the derived type itemInsights. + 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: Access this property from the derived type itemInsights. + 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: Access this property from the derived type itemInsights. + 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.userInsightsSettings: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: userInsightsSettings + type: object + properties: + isEnabled: + type: boolean additionalProperties: type: object microsoft.graph.regionalAndLanguageSettings: @@ -16421,6 +16557,7 @@ components: properties: conferenceId: type: string + description: The conference id of the online meeting. nullable: true dialinUrl: type: string @@ -16472,7 +16609,7 @@ components: properties: messageId: type: string - description: The unique identifier for a message in a Microsoft Teams channel. + description: The unique identifier of a message in a Microsoft Teams channel. nullable: true replyChainMessageId: type: string @@ -16565,6 +16702,7 @@ components: 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 when this key was registered to the user. format: date-time nullable: true creationDateTime: @@ -16683,7 +16821,7 @@ components: 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 date and time when this password was last updated. This property is currently not populated. Read-only. 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''' + description: 'The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true password: @@ -16798,6 +16936,7 @@ components: $ref: '#/components/schemas/microsoft.graph.channelIdentity' chatId: type: string + description: The identity of the chat in which the message was posted. 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])$' @@ -16822,13 +16961,13 @@ components: 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 Teams UI. If no edits are made the value is null. + 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 modified, including when a reaction is added or removed.' + 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: @@ -16850,7 +16989,7 @@ components: description: 'Reactions for this chat message (for example, Like).' 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.)' + 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 @@ -17387,7 +17526,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.dayOfWeek' - description: 'A collection of the days of the week on which the event occurs. 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.' + 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: @@ -17490,7 +17629,7 @@ components: properties: upgradeAvailable: type: boolean - description: Indicates if there are higher storage quota plans available. Read-only. + description: Indicates whether there are higher storage quota plans available. Read-only. nullable: true additionalProperties: type: object @@ -17758,16 +17897,27 @@ components: nullable: true latitude: type: number - description: 'Optional. The latitude, in decimal, for the item. Writable on OneDrive Personal.' + 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. Writable on OneDrive Personal.' + description: 'Optional. The longitude, in decimal, for the item. Read-only.' format: double nullable: true additionalProperties: type: object + microsoft.graph.media: + title: media + type: object + properties: + isTranscriptionShown: + type: boolean + nullable: true + mediaSource: + $ref: '#/components/schemas/microsoft.graph.mediaSource' + additionalProperties: + type: object microsoft.graph.package: title: package type: object @@ -17835,7 +17985,7 @@ components: 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: The date and time the photo was taken in UTC time. Read-only. + description: Represents the date and time the photo was taken. Read-only. format: date-time nullable: true additionalProperties: @@ -17947,6 +18097,17 @@ components: nullable: true additionalProperties: type: object + microsoft.graph.driveItemSource: + title: driveItemSource + type: object + properties: + application: + $ref: '#/components/schemas/microsoft.graph.driveItemSourceApplication' + externalId: + type: string + nullable: true + additionalProperties: + type: object microsoft.graph.specialFolder: title: specialFolder type: object @@ -18046,7 +18207,7 @@ components: 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. Nullable.' + 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: @@ -18071,14 +18232,14 @@ components: nullable: true changeType: type: string - description: '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. Required. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType.' + 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: Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 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. Optional. + 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.' + 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 @@ -18086,12 +18247,12 @@ components: nullable: true encryptionCertificateId: type: string - description: A custom app-provided identifier to help identify the certificate needed to decrypt resource data. Optional. Required when includeResourceData is true. + 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: '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. Required.' + 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 includeResourceData: type: boolean @@ -18107,16 +18268,18 @@ components: nullable: true notificationContentType: type: string + description: Desired content-type for MS Graph change notifications for supported resource types. The default content-type is the 'application/json' content-type. nullable: true notificationQueryOptions: type: string + description: 'OData Query Options for specifying value for the targeting resource. Clients receive notifications when resource reaches the state matching the query options provided here. With this new property in the subscription creation payload along with all existing properties, Webhooks will deliver notifications whenever a resource reaches the desired state mentioned in the notificationQueryOptions property eg when the print job is completed, when a print job resource isFetchable property value becomes true etc.' nullable: true notificationUrl: type: string - description: The URL of the endpoint that receives the change notifications. This URL must make use of the HTTPS protocol. Required. + 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: Specifies the resource that will be monitored for changes. Do not include the base URL (https://graph.microsoft.com/beta/). See the possible resource path values for each supported resource. Required. + 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.thumbnailSet: @@ -18143,6 +18306,7 @@ components: properties: content: type: string + description: The content stream for this version of the item. format: base64url nullable: true size: @@ -18308,6 +18472,7 @@ components: properties: isPicture: type: boolean + description: Specifies whether the display format used for URL columns is an image or a hyperlink. nullable: true additionalProperties: type: object @@ -18385,9 +18550,11 @@ components: properties: allowMultipleValues: type: boolean + description: Specifies whether the column will allow more than one value nullable: true showFullyQualifiedName: type: boolean + description: Specifies whether to display the entire term path or only the term label. nullable: true additionalProperties: type: object @@ -18457,13 +18624,16 @@ components: properties: defaultLanguage: type: string + description: Default BCP 47 language tag for the description. nullable: true descriptions: type: array items: $ref: '#/components/schemas/microsoft.graph.displayNameLocalization' + description: Localized messages that explain what is needed for this column's value to be considered valid. User will be prompted with this message if validation fails. formula: type: string + description: 'The formula to validate column value. For examples, see Examples of common formulas in lists' nullable: true additionalProperties: type: object @@ -18475,18 +18645,23 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.contentTypeInfo' + description: Content types allowed in document set. defaultContents: type: array items: $ref: '#/components/schemas/microsoft.graph.documentSetContent' + description: Default contents of document set. propagateWelcomePageChanges: type: boolean + description: Specifies whether to push welcome page changes to inherited content types. nullable: true shouldPrefixNameToFile: type: boolean + description: Add the name of the Document Set to each file name. nullable: true welcomePageUrl: type: string + description: Welcome page absolute URL. nullable: true sharedColumns: type: array @@ -18506,9 +18681,11 @@ components: $ref: '#/components/schemas/microsoft.graph.contentTypeInfo' fileName: type: string + description: Name of the file in resource folder that should be added as a default content or a template in the document set nullable: true folderName: type: string + description: Folder name in which the file will be placed when a new document set is created in the library. nullable: true additionalProperties: type: object @@ -18617,6 +18794,83 @@ components: nullable: true additionalProperties: type: object + microsoft.graph.termStore.group: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: group + 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: Date and time of group creation. Read-only. + format: date-time + nullable: true + description: + type: string + description: Description giving details on the term usage. + nullable: true + displayName: + type: string + description: Name of group. + nullable: true + parentSiteId: + type: string + nullable: true + scope: + $ref: '#/components/schemas/microsoft.graph.termStore.termGroupScope' + sets: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.termStore.set' + description: 'All sets under the group in a term [store].' + additionalProperties: + type: object + microsoft.graph.termStore.set: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: set + 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: Date and time of set creation. Read-only. + format: date-time + nullable: true + description: + type: string + description: Description giving details on the term usage. + nullable: true + localizedNames: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.termStore.localizedName' + description: Name of the set for each languageTag. + properties: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.keyValue' + description: Custom properties for the set. + children: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.termStore.term' + description: 'Children terms of set in term [store].' + parentGroup: + $ref: '#/components/schemas/microsoft.graph.termStore.group' + relations: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.termStore.relation' + description: Indicates which terms have been pinned or reused directly under the set. + terms: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.termStore.term' + description: All the terms under the set. + additionalProperties: + type: object microsoft.graph.plannerPlanContainer: title: plannerPlanContainer type: object @@ -18691,7 +18945,7 @@ components: 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.' + 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 is 2014-01-01T00:00:00Z. Read-only.' format: date-time nullable: true additionalProperties: @@ -18759,7 +19013,7 @@ components: 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.' + 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 is 2014-01-01T00:00:00Z. Read-only.' format: date-time nullable: true additionalProperties: @@ -18828,7 +19082,7 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true recipientActionMessage: @@ -18837,11 +19091,11 @@ components: nullable: true recipientUserId: type: string - description: User id of the recipient of the offer shift request. + 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. + description: User ID of the sender of the offer shift request. nullable: true additionalProperties: type: object @@ -18929,7 +19183,7 @@ components: properties: recipientShiftId: type: string - description: Shift ID for the recipient user with whom the request is to swap. + description: ShiftId for the recipient user with whom the request is to swap. nullable: true additionalProperties: type: object @@ -18987,13 +19241,13 @@ components: 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''' + 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 is 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true timeOffReasonId: @@ -19076,6 +19330,8 @@ components: - title: teamsAppDefinition type: object properties: + allowedInstallationScopes: + $ref: '#/components/schemas/microsoft.graph.teamsAppInstallationScopes' azureADAppId: type: string description: The WebApplicationInfo.id from the Teams App manifest. @@ -19084,6 +19340,7 @@ components: $ref: '#/components/schemas/microsoft.graph.identitySet' description: type: string + description: Verbose description of the application. nullable: true displayName: type: string @@ -19101,7 +19358,7 @@ components: nullable: true teamsAppId: type: string - description: The id from the Teams App manifest. + description: The ID from the Teams app manifest. nullable: true version: type: string @@ -19363,7 +19620,7 @@ components: 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''.' + 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 is 2014-01-01T00:00:00Z.' format: date-time nullable: true message: @@ -19467,7 +19724,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.recipient' - description: The email address to which a message should be redirected. + description: The email addresses to which a message should be redirected. stopProcessingRules: type: boolean description: Indicates whether subsequent rules should be evaluated. @@ -19675,6 +19932,24 @@ components: type: string additionalProperties: type: object + microsoft.graph.accessReviewInstanceDecisionItemResource: + title: accessReviewInstanceDecisionItemResource + type: object + properties: + displayName: + type: string + description: Display name of the resource + nullable: true + id: + type: string + description: Resource ID + nullable: true + type: + type: string + description: 'Type of resource. Types include: Group, ServicePrincipal, DirectoryRole, AzureRole, AccessPackageAssignmentPolicy.' + nullable: true + additionalProperties: + type: object microsoft.graph.accessReviewInstanceDecisionItemTarget: title: accessReviewInstanceDecisionItemTarget type: object @@ -19686,7 +19961,15 @@ components: - title: accessReviewReviewerScope type: object properties: + query: + type: string + description: The query specifying who will be the reviewer. See table for examples. + nullable: true queryRoot: + type: string + description: The type of query. Examples include MicrosoftGraph and ARM. + nullable: true + queryType: type: string description: 'In the scenario where reviewers need to be specified dynamically, this property is used to indicate the relative source of the query. This property is only required if a relative query (i.e., ./manager) is specified.' nullable: true @@ -20421,6 +20704,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.translationLanguageOverride' + description: 'Translation override behavior for languages, if any.Returned by default.' translationBehavior: $ref: '#/components/schemas/microsoft.graph.translationBehavior' untranslatedLanguages: @@ -20428,6 +20712,7 @@ components: items: type: string nullable: true + description: 'The list of languages the user does not need translated. This is computed from the authoringLanguages collection in regionalAndLanguageSettings, and the languageOverrides collection in translationPreferences. The list specifies neutral culture values that include the language code without any country or region association. For example, it would specify ''fr'' for the neutral French culture, but not ''fr-FR'' for the French culture in France. Returned by default. Read only.' additionalProperties: type: object microsoft.graph.changeTrackedEntity: @@ -20441,7 +20726,7 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true lastModifiedBy: @@ -20449,7 +20734,7 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true additionalProperties: @@ -20825,7 +21110,7 @@ components: nullable: true contentType: type: string - description: 'The media type of the content attachment. It can have the following values: reference: Attachment is a link to another file. Populate the contentURL with the link to the object.Any contentTypes supported by the Bot Framework''s Attachment objectapplication/vnd.microsoft.card.codesnippet: A code snippet. application/vnd.microsoft.card.announcement: An announcement header.' + description: 'The media type of the content attachment. It can have the following values: reference: Attachment is a link to another file. Populate the contentURL with the link to the object.file: Raw file attachment. Populate the contenturl field with the base64 encoding of the file in data: format.image/: Image type with the type of the image specified ex: image/png, image/jpeg, image/gif. Populate the contentUrl field with the base64 encoding of the file in data: format.video/: Video type with the format specified. Ex: video/mp4. Populate the contentUrl field with the base64 encoding of the file in data: format.audio/: Audio type with the format specified. Ex: audio/wmw. Populate the contentUrl field with the base64 encoding of the file in data: format.application/card type: Rich card attachment type with the card type specifying the exact card format to use. Set content with the json format of the card. Supported values for card type include:application/vnd.microsoft.card.adaptive: A rich card that can contain any combination of text, speech, images,,buttons, and input fields. Set the content property to,an AdaptiveCard object.application/vnd.microsoft.card.animation: A rich card that plays animation. Set the content property,to an AnimationCardobject.application/vnd.microsoft.card.audio: A rich card that plays audio files. Set the content property,to an AudioCard object.application/vnd.microsoft.card.video: A rich card that plays videos. Set the content property,to a VideoCard object.application/vnd.microsoft.card.hero: A Hero card. Set the content property to a HeroCard object.application/vnd.microsoft.card.thumbnail: A Thumbnail card. Set the content property to a ThumbnailCard object.application/vnd.microsoft.com.card.receipt: A Receipt card. Set the content property to a ReceiptCard object.application/vnd.microsoft.com.card.signin: A user Sign In card. Set the content property to a SignInCard object.' nullable: true contentUrl: type: string @@ -20851,9 +21136,11 @@ components: properties: channelId: type: string + description: The identity of the channel in which the message was posted. nullable: true teamId: type: string + description: The identity of the team in which the message was posted. nullable: true additionalProperties: type: object @@ -20915,7 +21202,7 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time reactionType: type: string @@ -20926,19 +21213,9 @@ components: type: object microsoft.graph.chatMessageHostedContent: allOf: - - $ref: '#/components/schemas/microsoft.graph.entity' + - $ref: '#/components/schemas/microsoft.graph.teamworkHostedContent' - title: chatMessageHostedContent type: object - properties: - contentBytes: - type: string - description: 'Write-only. When posting new chat message hosted content, represents the bytes of the payload. These are represented as a base64Encoded string.' - format: base64url - nullable: true - contentType: - type: string - description: 'Write-only. When posting new chat message hosted content, represents the type of content, such as image/png.' - nullable: true additionalProperties: type: object microsoft.graph.teamsTabConfiguration: @@ -21337,7 +21614,7 @@ components: properties: crc32Hash: type: string - description: The CRC32 value of the file (if available). Read-only. + description: The CRC32 value of the file in little endian (if available). Read-only. nullable: true quickXorHash: type: string @@ -21371,6 +21648,14 @@ components: nullable: true additionalProperties: type: object + microsoft.graph.mediaSource: + title: mediaSource + type: object + properties: + contentCategory: + $ref: '#/components/schemas/microsoft.graph.mediaSourceContentCategory' + additionalProperties: + type: object microsoft.graph.pendingContentUpdate: title: pendingContentUpdate type: object @@ -21383,6 +21668,18 @@ components: nullable: true additionalProperties: type: object + microsoft.graph.driveItemSourceApplication: + title: driveItemSourceApplication + enum: + - teams + - yammer + - sharePoint + - oneDrive + - stream + - powerPoint + - office + - unknownFutureValue + type: string microsoft.graph.workbookApplication: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -21402,7 +21699,7 @@ components: properties: content: type: string - description: The content of the comment. + description: The content of comment. nullable: true contentType: type: string @@ -21440,7 +21737,7 @@ components: 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. Possible values are: String, Integer, Double, Boolean, Range. Read-only.' + 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' @@ -21504,7 +21801,7 @@ components: 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. 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.' + 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 @@ -21691,6 +21988,104 @@ components: type: object additionalProperties: type: object + microsoft.graph.termStore.termGroupScope: + title: termGroupScope + enum: + - global + - system + - siteCollection + type: string + microsoft.graph.termStore.localizedName: + title: localizedName + type: object + properties: + languageTag: + type: string + description: The language tag for the label. + nullable: true + name: + type: string + description: The name in the localized language. + nullable: true + additionalProperties: + type: object + microsoft.graph.keyValue: + title: keyValue + type: object + properties: + key: + type: string + description: Key for the key-value pair. + nullable: true + value: + type: string + description: Value for the key-value pair. + nullable: true + additionalProperties: + type: object + microsoft.graph.termStore.term: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: term + 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: Date and time of term creation. Read-only + format: date-time + nullable: true + descriptions: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.termStore.localizedDescription' + description: Description about term that is dependent on the languageTag + labels: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.termStore.localizedLabel' + description: Label metadata for a term + 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 date and time of term modification. Read-only + format: date-time + nullable: true + properties: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.keyValue' + description: Collection of properties on the term + children: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.termStore.term' + description: Children of current term + relations: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.termStore.relation' + description: To indicate which terms are related to the current term as either pinned or reused + set: + $ref: '#/components/schemas/microsoft.graph.termStore.set' + additionalProperties: + type: object + microsoft.graph.termStore.relation: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: relation + type: object + properties: + relationship: + $ref: '#/components/schemas/microsoft.graph.termStore.relationType' + fromTerm: + $ref: '#/components/schemas/microsoft.graph.termStore.term' + set: + $ref: '#/components/schemas/microsoft.graph.termStore.set' + toTerm: + $ref: '#/components/schemas/microsoft.graph.termStore.term' + additionalProperties: + type: object microsoft.graph.plannerContainerType: title: plannerContainerType enum: @@ -22014,6 +22409,14 @@ components: - sideloaded - unknownFutureValue type: string + microsoft.graph.teamsAppInstallationScopes: + title: teamsAppInstallationScopes + enum: + - team + - groupChat + - personal + - unknownFutureValue + type: string microsoft.graph.teamsAppPublishingState: title: teamsAppPublishingState enum: @@ -22405,6 +22808,7 @@ components: properties: languageTag: type: string + description: The language to apply the override.Returned by default. Not nullable. translationBehavior: $ref: '#/components/schemas/microsoft.graph.translationBehavior' additionalProperties: @@ -22543,6 +22947,23 @@ components: - allowOverrideWithoutJustification - allowOverrideWithJustification type: string + microsoft.graph.teamworkHostedContent: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: teamworkHostedContent + type: object + properties: + contentBytes: + type: string + description: Write only. Bytes for the hosted content (such as images). + format: base64url + nullable: true + contentType: + type: string + description: 'Write only. Content type. sicj as image/png, image/jpg.' + nullable: true + additionalProperties: + type: object microsoft.graph.linkedResource: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -22567,6 +22988,15 @@ components: nullable: true additionalProperties: type: object + microsoft.graph.mediaSourceContentCategory: + title: mediaSourceContentCategory + enum: + - meeting + - liveStream + - presentation + - screenRecording + - unknownFutureValue + type: string microsoft.graph.workbookCommentReply: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -22575,11 +23005,11 @@ components: properties: content: type: string - description: The content of replied comment. + description: The content of a comment reply. nullable: true contentType: type: string - description: Indicates the type for the replied comment. + description: Indicates the type for the comment reply. additionalProperties: type: object microsoft.graph.workbookOperationError: @@ -22660,7 +23090,7 @@ components: description: Represents whether the casing impacted the last sort of the table. Read-only. method: type: string - description: 'Represents Chinese character ordering method last used to sort the table. Possible values are: PinYin, StrokeCount. Read-only.' + description: 'Represents Chinese character ordering method last used to sort the table. The possible values are: PinYin, StrokeCount. Read-only.' additionalProperties: type: object microsoft.graph.workbookChart: @@ -22740,6 +23170,44 @@ components: type: object additionalProperties: type: object + microsoft.graph.termStore.localizedDescription: + title: localizedDescription + type: object + properties: + description: + type: string + description: The description in the localized language. + nullable: true + languageTag: + type: string + description: The language tag for the label. + nullable: true + additionalProperties: + type: object + microsoft.graph.termStore.localizedLabel: + title: localizedLabel + type: object + properties: + isDefault: + type: boolean + description: Indicates whether the label is the default label. + nullable: true + languageTag: + type: string + description: The anguage tag for the label. + nullable: true + name: + type: string + description: The name of the label. + nullable: true + additionalProperties: + type: object + microsoft.graph.termStore.relationType: + title: relationType + enum: + - pin + - reuse + type: string microsoft.graph.scheduleChangeRequestActor: title: scheduleChangeRequestActor enum: @@ -22790,7 +23258,7 @@ components: 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 end date and time for the shiftActivity. 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''. Required.' + description: 'The end date and time for the shiftActivity. 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 is 2014-01-01T00:00:00Z. Required.' format: date-time nullable: true isPaid: @@ -22800,7 +23268,7 @@ components: 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 start date and time for the shiftActivity. 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''. Required.' + description: 'The start date and time for the shiftActivity. 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 is 2014-01-01T00:00:00Z. Required.' format: date-time nullable: true theme: @@ -22860,7 +23328,7 @@ components: nullable: true dataOption: type: string - description: 'Represents additional sorting options for this field. Possible values are: Normal, TextAsNumber.' + description: 'Represents additional sorting options for this field. The possible values are: Normal, TextAsNumber.' icon: $ref: '#/components/schemas/microsoft.graph.workbookIcon' key: @@ -22871,7 +23339,7 @@ components: format: int32 sortOn: type: string - description: 'Represents the type of sorting of this condition. Possible values are: Value, CellColor, FontColor, Icon.' + description: 'Represents the type of sorting of this condition. The possible values are: Value, CellColor, FontColor, Icon.' additionalProperties: type: object microsoft.graph.workbookChartAxes: @@ -23096,7 +23564,7 @@ components: format: int32 set: type: string - description: 'Represents the set that the icon is part of. Possible values are: Invalid, ThreeArrows, ThreeArrowsGray, ThreeFlags, ThreeTrafficLights1, ThreeTrafficLights2, ThreeSigns, ThreeSymbols, ThreeSymbols2, FourArrows, FourArrowsGray, FourRedToBlack, FourRating, FourTrafficLights, FiveArrows, FiveArrowsGray, FiveRating, FiveQuarters, ThreeStars, ThreeTriangles, FiveBoxes.' + description: 'Represents the set that the icon is part of. The possible values are: Invalid, ThreeArrows, ThreeArrowsGray, ThreeFlags, ThreeTrafficLights1, ThreeTrafficLights2, ThreeSigns, ThreeSymbols, ThreeSymbols2, FourArrows, FourArrowsGray, FourRedToBlack, FourRating, FourTrafficLights, FiveArrows, FiveArrowsGray, FiveRating, FiveQuarters, ThreeStars, ThreeTriangles, FiveBoxes.' additionalProperties: type: object microsoft.graph.workbookChartAxis: diff --git a/openApiDocs/beta/Devices.CorporateManagement.yml b/openApiDocs/beta/Devices.CorporateManagement.yml index 9f881463df5..d6f93007fae 100644 --- a/openApiDocs/beta/Devices.CorporateManagement.yml +++ b/openApiDocs/beta/Devices.CorporateManagement.yml @@ -23658,6 +23658,7 @@ paths: - licenseDetails - manager - memberOf + - oauth2PermissionGrants - ownedDevices - ownedObjects - registeredDevices @@ -23729,6 +23730,7 @@ paths: - licenseDetails - manager - memberOf + - oauth2PermissionGrants - ownedDevices - ownedObjects - registeredDevices @@ -23963,6 +23965,7 @@ paths: - licenseDetails - manager - memberOf + - oauth2PermissionGrants - ownedDevices - ownedObjects - registeredDevices @@ -24034,6 +24037,7 @@ paths: - licenseDetails - manager - memberOf + - oauth2PermissionGrants - ownedDevices - ownedObjects - registeredDevices @@ -24147,6 +24151,12 @@ paths: user-id: $request.path.user-id managedDevice-id: $request.path.managedDevice-id user-id1: $request.path.user-id1 + oauth2PermissionGrants: + operationId: users.managedDevices.Users.ListOauth2PermissionGrants + parameters: + user-id: $request.path.user-id + managedDevice-id: $request.path.managedDevice-id + user-id1: $request.path.user-id1 ownedDevices: operationId: users.managedDevices.Users.ListOwnedDevices parameters: @@ -26160,11 +26170,11 @@ components: format: int32 customBrowserDisplayName: type: string - description: Friendly name of the preferred custom browser to open weblink on Android. + description: 'Friendly name of the preferred custom browser to open weblink on Android. When this property is configured, ManagedBrowserToOpenLinksRequired should be true.' nullable: true customBrowserPackageId: type: string - description: Unique identifier of a custom browser to open weblink on Android. + description: 'Unique identifier of the preferred custom browser to open weblink on Android. When this property is configured, ManagedBrowserToOpenLinksRequired should be true.' nullable: true customDialerAppDisplayName: type: string @@ -26778,7 +26788,7 @@ components: $ref: '#/components/schemas/microsoft.graph.managedAppDataEncryptionType' customBrowserProtocol: type: string - description: A custom browser protocol to open weblink on iOS. + description: 'A custom browser protocol to open weblink on iOS. When this property is configured, ManagedBrowserToOpenLinksRequired should be true.' nullable: true customDialerAppProtocol: type: string @@ -26956,7 +26966,7 @@ components: 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. + description: Zero or more policys already applied on the registered app when it last synchronized with management service. intendedPolicies: type: array items: @@ -28077,7 +28087,7 @@ components: 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 last time when an application sync was done with the Apple volume purchase program service using the the Apple Volume Purchase Program Token. + description: The last time when an application sync was done with the Apple volume purchase program service using the Apple Volume Purchase Program Token. format: date-time lastSyncStatus: $ref: '#/components/schemas/microsoft.graph.vppTokenSyncStatus' @@ -28503,26 +28513,26 @@ components: 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: Created date time in UTC of the device enrollment configuration + description: Not yet documented format: date-time description: type: string - description: The description of the device enrollment configuration + description: Not yet documented nullable: true displayName: type: string - description: The display name of the device enrollment configuration + 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: Last modified date time in UTC of the device enrollment configuration + description: Not yet documented format: date-time priority: maximum: 2147483647 minimum: -2147483648 type: integer - description: Priority is used when a user exists in multiple groups that are assigned enrollment configuration. Users are subject only to the configuration with the lowest priority value. + description: Not yet documented format: int32 roleScopeTagIds: type: array @@ -28534,13 +28544,13 @@ components: maximum: 2147483647 minimum: -2147483648 type: integer - description: The version of the device enrollment configuration + 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 + description: The list of group assignments for the device configuration profile. additionalProperties: type: object description: The Base Class of Device Enrollment Configuration @@ -28602,11 +28612,11 @@ components: nullable: true activationLockBypassCode: type: string - description: Code that allows the Activation Lock on a device to be bypassed. This property is read-only. + description: Code that allows the Activation Lock on a device to be bypassed. nullable: true androidSecurityPatchLevel: type: string - description: Android security patch level. This property is read-only. + description: Android security patch level nullable: true autopilotEnrolled: type: boolean @@ -28617,18 +28627,18 @@ components: nullable: true azureADDeviceId: type: string - description: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. + 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. This property is read-only. + 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. This property is read-only. + description: The DateTime when device compliance grace period expires format: date-time complianceState: $ref: '#/components/schemas/microsoft.graph.complianceState' @@ -28642,10 +28652,10 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.deviceActionResult' - description: List of ComplexType deviceActionResult objects. This property is read-only. + description: List of ComplexType deviceActionResult objects. deviceCategoryDisplayName: type: string - description: Device category display name. This property is read-only. + description: Device category display name nullable: true deviceEnrollmentType: $ref: '#/components/schemas/microsoft.graph.deviceEnrollmentType' @@ -28653,7 +28663,7 @@ components: $ref: '#/components/schemas/microsoft.graph.deviceHealthAttestationState' deviceName: type: string - description: Name of the device. This property is read-only. + description: Name of the device nullable: true deviceRegistrationState: $ref: '#/components/schemas/microsoft.graph.deviceRegistrationState' @@ -28661,24 +28671,24 @@ components: $ref: '#/components/schemas/microsoft.graph.deviceType' easActivated: type: boolean - description: Whether the device is Exchange ActiveSync activated. This property is read-only. + 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. This property is read-only. + description: Exchange ActivationSync activation time of the device. format: date-time easDeviceId: type: string - description: Exchange ActiveSync Id of the device. This property is read-only. + description: Exchange ActiveSync Id of the device. nullable: true emailAddress: type: string - description: Email(s) for the user associated with the device. This property is read-only. + 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. This property is read-only. + description: Enrollment time of the device. format: date-time ethernetMacAddress: type: string @@ -28691,11 +28701,11 @@ components: 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. This property is read-only. + description: Last time the device contacted Exchange. format: date-time freeStorageSpaceInBytes: type: integer - description: Free Storage in Bytes. This property is read-only. + description: Free Storage in Bytes format: int64 hardwareInformation: $ref: '#/components/schemas/microsoft.graph.hardwareInformation' @@ -28705,24 +28715,24 @@ components: nullable: true imei: type: string - description: IMEI. This property is read-only. + description: IMEI nullable: true isEncrypted: type: boolean - description: Device encryption status. This property is read-only. + description: Device encryption status isSupervised: type: boolean - description: Device supervised status. This property is read-only. + description: Device supervised status jailBroken: type: string - description: whether the device is jail broken or rooted. This property is read-only. + 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. This property is read-only. + 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' @@ -28745,15 +28755,15 @@ components: $ref: '#/components/schemas/microsoft.graph.managementState' manufacturer: type: string - description: Manufacturer of the device. This property is read-only. + description: Manufacturer of the device nullable: true meid: type: string - description: MEID. This property is read-only. + description: MEID nullable: true model: type: string - description: Model of the device. This property is read-only. + description: Model of the device nullable: true notes: type: string @@ -28761,11 +28771,11 @@ components: nullable: true operatingSystem: type: string - description: 'Operating system of the device. Windows, iOS, etc. This property is read-only.' + description: 'Operating system of the device. Windows, iOS, etc.' nullable: true osVersion: type: string - description: Operating system version of the device. This property is read-only. + description: Operating system version of the device. nullable: true ownerType: $ref: '#/components/schemas/microsoft.graph.ownerType' @@ -28773,7 +28783,7 @@ components: $ref: '#/components/schemas/microsoft.graph.managedDevicePartnerReportedHealthState' phoneNumber: type: string - description: Phone number of the device. This property is read-only. + description: Phone number of the device nullable: true physicalMemoryInBytes: type: integer @@ -28788,11 +28798,11 @@ components: $ref: '#/components/schemas/microsoft.graph.managedDeviceArchitecture' remoteAssistanceSessionErrorDetails: type: string - description: An error string that identifies issues when creating Remote Assistance session objects. This property is read-only. + 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. This property is read-only. + description: Url that allows a Remote Assistance session to be established with the device. nullable: true requireUserEnrollmentApproval: type: boolean @@ -28811,7 +28821,7 @@ components: description: List of Scope Tag IDs for this Device instance. serialNumber: type: string - description: SerialNumber. This property is read-only. + description: SerialNumber nullable: true skuFamily: type: string @@ -28829,11 +28839,11 @@ components: nullable: true subscriberCarrier: type: string - description: Subscriber Carrier. This property is read-only. + description: Subscriber Carrier nullable: true totalStorageSpaceInBytes: type: integer - description: Total Storage in Bytes. This property is read-only. + description: Total Storage in Bytes format: int64 udid: type: string @@ -28841,15 +28851,15 @@ components: nullable: true userDisplayName: type: string - description: User display name. This property is read-only. + description: User display name nullable: true userId: type: string - description: Unique Identifier for the user associated with the device. This property is read-only. + description: Unique Identifier for the user associated with the device nullable: true userPrincipalName: type: string - description: Device user principal name. This property is read-only. + description: Device user principal name nullable: true usersLoggedOn: type: array @@ -28858,7 +28868,7 @@ components: description: Indicates the last logged on users of a device. This property is read-only. wiFiMacAddress: type: string - description: Wi-Fi MAC. This property is read-only. + description: Wi-Fi MAC nullable: true windowsActiveMalwareCount: maximum: 2147483647 @@ -29235,56 +29245,56 @@ components: $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. Returned only on $select. Supports $filter.' + 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. Returned only on $select.' + 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. Returned only on $select. Not nullable. + description: The licenses that are assigned to the user. Returned only on $select. Not nullable. Supports $filter. assignedPlans: type: array items: $ref: '#/components/schemas/microsoft.graph.assignedPlan' - description: The plans that are assigned to the user. Returned only on $select. Read-only. Not nullable. + 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. Only one number can be set for this property. Returned by default. Read-only for users synced from on-premises directory. + description: 'The telephone numbers for the user. NOTE: Although this is a string collection, only one number can be set for this property. Read-only for users synced from on-premises directory. Returned by default.' city: type: string - description: The city in which the user is located. Returned only on $select. Supports $filter. + 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. + 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 characters.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. Returned only on $select.' + 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''. Returned only on $select. Supports $filter.' + 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 date and time the user was created. The value cannot be modified and is automatically populated when the entity is created. The DateTimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. Property is nullable. A null value indicates that an accurate creation time couldn't be determined for the user. Returned only on $select. Read-only. Supports $filter. + 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). Returned only on $select. Read-only.' + 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. Returned only on $select. Supports $filter. + description: The name for the department in which the user works. Supports $filter. nullable: true deviceKeys: type: array @@ -29292,7 +29302,7 @@ components: $ref: '#/components/schemas/microsoft.graph.deviceKey' displayName: type: string - description: 'The name displayed in the address book for the user. This value 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. Returned by default. Supports $filter and $orderby.' + 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. Returned by default. 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])$' @@ -29320,7 +29330,7 @@ components: nullable: true faxNumber: type: string - description: The fax number of the user. Returned only on $select. + description: The fax number of the user. nullable: true givenName: type: string @@ -29330,7 +29340,7 @@ components: 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. Returned only on $select. Supports $filter.' + 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: @@ -29353,29 +29363,29 @@ components: 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 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 is ''2014-01-01T00:00:00Z'' Returned only on $select. Read-only.' + 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 is 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. Returned only on $select.' + 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. Returned only on $select. Read-only. + 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''. Returned by default. Supports $filter and endsWith.' nullable: true mailNickname: type: string - description: The mail alias for the user. This property must be specified when a user is created. Returned only on $select. Supports $filter. + 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. Returned by default. Read-only for users synced from on-premises directory. + description: The primary cellular telephone number for the user. Read-only for users synced from on-premises directory. Returned by default. nullable: true officeLocation: type: string @@ -29383,59 +29393,59 @@ components: 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. Returned only on $select. Read-only. + 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. Returned only on $select. Read-only.' + 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. Returned only on $select. Supports $filter.' + 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 is ''2014-01-01T00:00:00Z''. Returned only on $select. Read-only.' + 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 is 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. Returned only on $select. + 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. Returned only on $select. Read-only. + 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. Returned only on $select. Read-only. + 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). Returned only on $select. Read-only. + 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. Returned only on $select. Read-only. + 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''].Returned only on $select. Supports$filter.' + 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''.Returned only on $select.' + 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. Returned only on $select.' + 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 @@ -29449,35 +29459,35 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.provisionedPlan' - description: The plans that are provisioned for the user. Returned only on $select. Read-only. Not nullable. + 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. Returned only on $select. Read-only, Not nullable. Supports $filter.' + 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. Use invalidateAllRefreshTokens to reset.' + 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. Returned only on $select.' + 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. Returned only on $select. Read-only. Use revokeSignInSessions to reset.' + 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. Returned only on $select. Supports $filter. + 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. Returned only on $select. + description: The street address of the user's place of business. nullable: true surname: type: string @@ -29485,7 +29495,7 @@ components: 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. Returned only on $select. Supports $filter.' + 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 @@ -29493,7 +29503,7 @@ components: 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''. Returned only on $select. Supports $filter.' + 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' @@ -29505,56 +29515,56 @@ components: format: int32 aboutMe: type: string - description: A freeform text entry field for the user to describe themselves. Returned only on $select. + 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 is ''2014-01-01T00:00:00Z'' Returned only on $select.' + 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 is 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 is ''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.' + 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 is 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. Returned only on $select. + description: A list for the user to describe their interests. mySite: type: string - description: The URL for the user's personal site. Returned only on $select. + 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. Returned only on $select. + description: A list for the user to enumerate their past projects. preferredName: type: string - description: The preferred name for the user. Returned only on $select. + 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. Returned only on $select. + 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. Returned only on $select. + 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. Returned only on $select. + description: A list for the user to enumerate their skills. analytics: $ref: '#/components/schemas/microsoft.graph.userAnalytics' usageRights: @@ -29589,7 +29599,11 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.directoryObject' - description: 'The groups, directory roles and administrative units that the user is a member of. Read-only. Nullable.' + description: The groups and directory roles that the user is a member of. Read-only. Nullable. + oauth2PermissionGrants: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.oAuth2PermissionGrant' ownedDevices: type: array items: @@ -29645,7 +29659,7 @@ components: 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. + 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: @@ -29669,7 +29683,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.person' - description: 'Read-only. The most relevant people to the user. The collection is ordered by their relevance to the user, which is determined by the user''s communication, collaboration and business relationships. A person is an aggregation of information from across mail, contacts and social networks.' + description: People that are relevant to the user. Read-only. Nullable. drive: $ref: '#/components/schemas/microsoft.graph.drive' drives: @@ -29685,7 +29699,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.extension' - description: The collection of open extensions defined for the user. Nullable. + description: The collection of open extensions defined for the user. Read-only. Nullable. appConsentRequestsForApproval: type: array items: @@ -31080,11 +31094,12 @@ components: - androidEnterprise - windows10x - androidnGMS - - cloudPC + - chromeOS - linux - blackberry - palm - unknown + - cloudPC type: string microsoft.graph.deviceManagementExchangeAccessState: title: deviceManagementExchangeAccessState @@ -31594,7 +31609,7 @@ components: 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 - description: 'The last sign-in date for a specific user. You can use this field to calculate the last time a user signed in to the directory. This field can be used to build reports, such as inactive users. 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''. For more information about using the value of this property, see Manage inactive user accounts in Azure AD.' + description: 'The last interactive sign-in date for a specific user. You can use this field to calculate the last time a user signed in to the directory with an interactive authentication method. This field can be used to build reports, such as inactive users. 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 is: ''2014-01-01T00:00:00Z''. For more information about using the value of this property, see Manage inactive user accounts in Azure AD.' format: date-time nullable: true lastSignInRequestId: @@ -31629,12 +31644,12 @@ components: 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''' + description: 'The date and time at which the plan was assigned. 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 is 2014-01-01T00:00:00Z.' format: date-time nullable: true capabilityStatus: type: string - description: 'Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut.' + description: 'Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. See a detailed description of each value.' nullable: true service: type: string @@ -31826,7 +31841,7 @@ components: properties: forceChangePasswordNextSignIn: type: boolean - description: 'If true, at next sign-in, the user must change their password. After a password change, this property will be automatically reset to false. If not set, default is false.' + description: true if the user must change her password on the next login; otherwise false. nullable: true forceChangePasswordNextSignInWithMfa: type: boolean @@ -31862,7 +31877,7 @@ components: properties: archiveFolder: type: string - description: Folder ID of an archive folder for the user. Read only. + description: Folder ID of an archive folder for the user. nullable: true automaticRepliesSetting: $ref: '#/components/schemas/microsoft.graph.automaticRepliesSetting' @@ -31956,12 +31971,12 @@ components: 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.' + 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.' 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.' + 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 is 2014-01-01T00:00:00Z. Read-only.' format: date-time nullable: true principalDisplayName: @@ -31971,16 +31986,16 @@ components: 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.' + description: 'The unique identifier (id) for the user, group or service principal being granted the app role. Required on create.' 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.' + description: 'The type of the assigned principal. This can either be User, Group or ServicePrincipal. Read-only.' 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. + description: The display name of the resource app's service principal to which the assignment is made. 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}$' @@ -32013,6 +32028,44 @@ components: nullable: true additionalProperties: type: object + microsoft.graph.oAuth2PermissionGrant: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: oAuth2PermissionGrant + type: object + properties: + clientId: + type: string + description: The id of the client service principal for the application which is authorized to act on behalf of a signed-in user when accessing an API. Required. Supports $filter (eq only). + consentType: + type: string + description: 'Indicates if authorization is granted for the client application to impersonate all users or only a specific user. AllPrincipals indicates authorization to impersonate all users. Principal indicates authorization to impersonate a specific user. Consent on behalf of all users can be granted by an administrator. Non-admin users may be authorized to consent on behalf of themselves in some cases, for some delegated permissions. Required. Supports $filter (eq only).' + nullable: true + expiryTime: + 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: 'Currently, the end time value is ignored, but a value is required when creating an oAuth2PermissionGrant. Required.' + format: date-time + nullable: true + principalId: + type: string + description: 'The id of the user on behalf of whom the client is authorized to access the resource, when consentType is Principal. If consentType is AllPrincipals this value is null. Required when consentType is Principal.' + nullable: true + resourceId: + type: string + description: The id of the resource service principal to which access is authorized. This identifies the API which the client is authorized to attempt to call on behalf of a signed-in user. + scope: + type: string + description: 'A space-separated list of the claim values for delegated permissions which should be included in access tokens for the resource application (the API). For example, openid User.Read GroupMember.Read.All. Each claim value should match the value field of one of the delegated permissions defined by the API, listed in the publishedPermissionScopes property of the resource service principal.' + nullable: true + startTime: + 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: 'Currently, the start time value is ignored, but a value is required when creating an oAuth2PermissionGrant. Required.' + format: date-time + nullable: true + additionalProperties: + type: object microsoft.graph.scopedRoleMembership: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -32046,15 +32099,15 @@ components: 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, through an Outlook client or the corresponding calendarPermission resource. Read-only.' + 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. Read-only.' + 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. This property is set through an Outlook client or the corresponding calendarPermission resource. Read-only.' + description: 'true if the user can read calendar items that have been marked private, false otherwise.' nullable: true changeKey: type: string @@ -32066,11 +32119,11 @@ components: $ref: '#/components/schemas/microsoft.graph.onlineMeetingProviderType' hexColor: type: string - description: 'The calendar color, expressed in a hex color code of three hexidecimal values, each ranging from 00 to FF and representing the red, green, or blue components of the color in the RGB color space. If the user has never explicitly set a color for the calendar, this property is empty.' + description: 'The calendar color, expressed in a hex color code of three hexadecimal values, each ranging from 00 to FF and representing the red, green, or blue components of the color in the RGB color space. If the user has never explicitly set a color for the calendar, this property is empty. Read-only.' nullable: true isDefaultCalendar: type: boolean - description: 'True if this is the default calendar where new events are created by default, false otherwise.' + description: 'true if this is the default calendar where new events are created by default, false otherwise.' nullable: true isRemovable: type: boolean @@ -32078,11 +32131,11 @@ components: nullable: true isShared: type: boolean - description: 'True if the user has shared the calendar with other users, false otherwise. Since only the user who created the calendar can share it, isShared and isSharedWithMe cannot be true for the same user. This property is set when sharing is initiated in an Outlook client, and can be reset when the sharing is cancelled through the client or the corresponding calendarPermission resource. Read-only.' + description: 'true if the user has shared the calendar with other users, false otherwise. Since only the user who created the calendar can share it, isShared and isSharedWithMe cannot be true for the same user. This property is set when sharing is initiated in an Outlook client, and can be reset when the sharing is cancelled through the client or the corresponding calendarPermission resource. Read-only.' nullable: true isSharedWithMe: type: boolean - description: 'True if the user has been shared this calendar, false otherwise. This property is always false for a calendar owner. This property is set when sharing is initiated in an Outlook client, and can be reset when the sharing is cancelled through the client or the corresponding calendarPermission resource. Read-only.' + description: 'true if the user has been shared this calendar, false otherwise. This property is always false for a calendar owner. This property is set when sharing is initiated in an Outlook client, and can be reset when the sharing is cancelled through the client or the corresponding calendarPermission resource. Read-only.' nullable: true isTallyingResponses: type: boolean @@ -32238,7 +32291,7 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true originalStartTimeZone: @@ -32291,7 +32344,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.attachment' - description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' + description: The collection of fileAttachment and itemAttachment attachments for the event. Navigation property. Read-only. Nullable. calendar: $ref: '#/components/schemas/microsoft.graph.calendar' exceptionOccurrences: @@ -32302,12 +32355,12 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.extension' - description: The collection of open extensions defined for the event. Nullable. + 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 occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but does not include occurrences that have been cancelled from the series. Navigation property. Read-only. Nullable.' + description: The instances of the event. Navigation property. Read-only. Nullable. multiValueExtendedProperties: type: array items: @@ -32373,7 +32426,7 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true children: @@ -32507,7 +32560,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.extension' - description: The collection of open extensions defined for the contact. Nullable. + description: The collection of open extensions defined for the contact. Read-only. Nullable. multiValueExtendedProperties: type: array items: @@ -32545,7 +32598,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.assignedLabel' - description: 'The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select.' + 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: @@ -32562,7 +32615,7 @@ components: 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.' + 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 is 2014-01-01T00:00:00Z. Returned by default. Read-only.' format: date-time nullable: true description: @@ -32576,7 +32629,7 @@ components: 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.' + 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 is 2014-01-01T00:00:00Z. Returned by default. Read-only.' format: date-time nullable: true groupTypes: @@ -32586,7 +32639,7 @@ components: 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).' + 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 @@ -32620,7 +32673,7 @@ components: 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. + 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 @@ -32629,7 +32682,7 @@ components: 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 group 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''. Returned by default. Read-only. Supports $filter.' + description: 'Indicates the last time at which the group 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 is 2014-01-01T00:00:00Z. Returned by default. Read-only. Supports $filter.' format: date-time nullable: true onPremisesNetBiosName: @@ -32659,17 +32712,17 @@ components: nullable: true preferredLanguage: type: string - description: The preferred language for a Microsoft 365 group. Should follow ISO 639-1 Code; for example 'en-US'. Returned by default. + 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 for filter expressions on multi-valued properties. Returned by default. Read-only. Not nullable. Supports $filter.' + 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.' + 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 is 2014-01-01T00:00:00Z. Returned by default. Read-only.' format: date-time nullable: true resourceBehaviorOptions: @@ -32692,7 +32745,7 @@ components: nullable: true theme: type: string - description: 'Specifies a Microsoft 365 group''s color theme. Possible values are Teal, Purple, Green, Blue, Pink, Orange or Red. Returned by default.' + 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 @@ -32702,26 +32755,26 @@ components: $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. + description: 'Indicates if people external to the organization can send messages to the group. Default value is false. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}).' 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. + 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. Supported only on the Get group API (GET /groups/{ID}).' nullable: true hideFromAddressLists: type: boolean - description: 'True if the group is not displayed in certain parts of the Outlook user interface: in the Address Book, in address lists for selecting message recipients, and in the Browse Groups dialog for searching groups; false otherwise. Default value is false. Returned only on $select.' + 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. Supported only on the Get group API (GET /groups/{ID}).' 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, false otherwise. Default value is false. Returned only on $select.' + 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. Supported only on the Get group API (GET /groups/{ID}).' 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. + description: 'Indicates whether the signed-in user is subscribed to receive email conversations. Default value is true. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}).' nullable: true unseenConversationsCount: maximum: 2147483647 @@ -32734,7 +32787,7 @@ components: maximum: 2147483647 minimum: -2147483648 type: integer - description: Count of conversations that have received new posts since the signed-in user last visited the group. This property is the same as unseenConversationsCount.Returned only on $select. + description: 'Count of conversations that have received new posts since the signed-in user last visited the group. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}).' format: int32 nullable: true unseenMessagesCount: @@ -32765,12 +32818,12 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.directoryObject' - description: 'Groups and administrative units that this group is a member of. HTTP Methods: GET (supported for all groups). Read-only. Nullable.' + 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, contacts, and groups that are members of this group. HTTP Methods: GET (supported for all groups), POST (supported for security groups and mail-enabled security groups), DELETE (supported only for security groups) Read-only. Nullable.' + 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: @@ -32780,7 +32833,7 @@ components: 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. HTTP Methods: GET (supported for all groups), POST (supported for security groups and mail-enabled security groups), DELETE (supported only for security groups) Read-only. Nullable.' + 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: @@ -32789,7 +32842,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.directorySetting' - description: 'Settings that can govern this group''s behavior, like whether members can invite guest users to the group. Nullable.' + description: Read-only. Nullable. transitiveMemberOf: type: array items: @@ -32819,7 +32872,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.event' - description: The group's events. + description: The group's calendar events. rejectedSenders: type: array items: @@ -32957,7 +33010,7 @@ components: $ref: '#/components/schemas/microsoft.graph.itemBody' bodyPreview: type: string - description: 'The first 255 characters of the message body. It is in text format. If the message contains instances of mention, this property would contain a concatenation of these mentions as well.' + description: The first 255 characters of the message body. It is in text format. nullable: true ccRecipients: type: array @@ -33019,7 +33072,7 @@ components: 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. 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''.' + description: 'The date and time the message was received. The date and time information uses ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.' format: date-time nullable: true replyTo: @@ -33032,7 +33085,7 @@ components: 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. 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''.' + description: 'The date and time the message was sent. The date and time information uses ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.' format: date-time nullable: true subject: @@ -33159,7 +33212,7 @@ components: nullable: true personType: type: string - description: 'The type of person, for example distribution list.' + description: The type of person. nullable: true phones: type: array @@ -33293,6 +33346,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.columnDefinition' + description: The collection of column definitions available in the site that are referenced from the sites in the parent hierarchy of the current site. items: type: array items: @@ -33318,6 +33372,8 @@ components: items: $ref: '#/components/schemas/microsoft.graph.site' description: The collection of the sub-sites under this site. + termStore: + $ref: '#/components/schemas/microsoft.graph.termStore.store' onenote: $ref: '#/components/schemas/microsoft.graph.onenote' additionalProperties: @@ -33337,20 +33393,25 @@ components: properties: appDisplayName: type: string + description: The display name of the app for which consent is requested. Required. Supports $filter (eq only) and $orderby. nullable: true appId: type: string + description: The identifier of the application. Required. Supports $filter (eq only) and $orderby. consentType: type: string + description: 'The consent type of the request. Possible values are: Static and Dynamic. These represent static and dynamic permissions, respectively, requested in the consent workflow. Supports $filter (eq only) and $orderby. Required.' nullable: true pendingScopes: type: array items: $ref: '#/components/schemas/microsoft.graph.appConsentRequestScope' + description: A list of pending scopes waiting for approval. This is empty if the consentType is Static. Required. userConsentRequests: type: array items: $ref: '#/components/schemas/microsoft.graph.userConsentRequest' + description: A list of pending user consent requests. additionalProperties: type: object microsoft.graph.approval: @@ -33374,7 +33435,7 @@ components: 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: DateTime when review instance is scheduled to end. + description: 'DateTime when review instance is scheduled to end.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 is 2014-01-01T00:00:00Z.' format: date-time nullable: true scope: @@ -33382,7 +33443,7 @@ components: 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: DateTime when review instance is scheduled to start. May be in the future. + description: 'DateTime when review instance is scheduled to start. May be in the future. 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 is 2014-01-01T00:00:00Z.' format: date-time nullable: true status: @@ -33406,11 +33467,11 @@ components: properties: agreementFileId: type: string - description: ID of the agreement file accepted by the user. + description: The identifier of the agreement file accepted by the user. nullable: true agreementId: type: string - description: ID of the agreement. + description: The identifier of the agreement. nullable: true deviceDisplayName: type: string @@ -33422,11 +33483,11 @@ components: nullable: true deviceOSType: type: string - description: The operating system used for accepting the agreement. + description: The operating system used to accept the agreement. nullable: true deviceOSVersion: type: string - description: The operating system version of the device used for accepting the agreement. + description: The operating system version of the device used to accept the agreement. 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])$' @@ -33452,7 +33513,7 @@ components: nullable: true userId: type: string - description: ID of the user who accepted the agreement. + description: The identifier of the user who accepted the agreement. nullable: true userPrincipalName: type: string @@ -33532,7 +33593,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.plannerTask' - description: Read-only. Nullable. Returns the plannerTasks assigned to the user. + description: Read-only. Nullable. Returns the plannerPlans shared with the user. additionalProperties: type: object microsoft.graph.itemInsights: @@ -33554,6 +33615,8 @@ components: contributionToContentDiscoveryDisabled: type: boolean description: 'When set to true, the delegate access to the user''s trending API is disabled. When set to true, documents in the user''s Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for Business is affected. Users can control this setting in Office Delve.' + itemInsights: + $ref: '#/components/schemas/microsoft.graph.userInsightsSettings' regionalAndLanguageSettings: $ref: '#/components/schemas/microsoft.graph.regionalAndLanguageSettings' shiftPreferences: @@ -33792,7 +33855,7 @@ components: properties: accountEnabled: type: boolean - description: 'true if the account is enabled; otherwise, false. default is true.' + description: 'true if the account is enabled; otherwise, false. Required.' nullable: true alternativeSecurityIds: type: array @@ -33802,13 +33865,13 @@ components: 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.' + 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 is 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.' + 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 is 2014-01-01T00:00:00Z. Read-only.' format: date-time nullable: true deviceCategory: @@ -33857,6 +33920,7 @@ components: items: type: string nullable: true + description: List of hostNames for the device. 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.' @@ -33876,7 +33940,7 @@ components: 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.' + 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 is 2014-01-01T00:00:00Z Read-only.' format: date-time nullable: true onPremisesSyncEnabled: @@ -33889,7 +33953,7 @@ components: nullable: true operatingSystemVersion: type: string - description: Operating system version of the device. Required. + description: The version of the operating system on the device. Required. nullable: true physicalIds: type: array @@ -33898,12 +33962,12 @@ components: description: For internal use only. Not nullable. profileType: type: string - description: The profile type of the device. Possible values:RegisteredDevice (default)SecureVMPrinterSharedIoT + description: 'The profile type of the device. Possible values: RegisteredDevice (default), SecureVM, Printer, Shared, IoT.' 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 - description: 'Date and time of when the device was registered. 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.' + description: 'Date and time of when the device was registered. 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 is 2014-01-01T00:00:00Z. Read-only.' format: date-time nullable: true systemLabels: @@ -33913,10 +33977,11 @@ components: 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' + description: 'Type of trust for the joined device. Read-only. Possible values: Workplace (indicates bring your own personal devices), AzureAd (Cloud only joined devices), ServerAd (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 + description: Form factor of device. Only returned if user signs in with a Microsoft account as part of Project Rome. nullable: true manufacturer: type: string @@ -33928,12 +33993,15 @@ components: nullable: true name: type: string + description: Friendly name of a device. Only returned if user signs in with a Microsoft account as part of Project Rome. nullable: true platform: type: string + description: Platform of device. Only returned if user signs in with a Microsoft account as part of Project Rome. Only returned if user signs in with a Microsoft account as part of Project Rome. nullable: true status: type: string + description: Device is online or offline. Only returned if user signs in with a Microsoft account as part of Project Rome. nullable: true usageRights: type: array @@ -34004,7 +34072,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.meetingCapabilities' - description: 'The list of meeting capabilities. Possible values are: questionAndAnswer.' + description: 'The list of meeting capabilities. Possible values are: questionAndAnswer,unknownFutureValue.' chatInfo: $ref: '#/components/schemas/microsoft.graph.chatInfo' creationDateTime: @@ -34080,7 +34148,7 @@ components: properties: activity: type: string - description: 'The supplemental information to a user''s availability. Possible values are Available, Away, BeRightBack, Busy, DoNotDisturb, InACall, InAConferenceCall, Inactive,InAMeeting, Offline, OffWork,OutOfOffice, PresenceUnknown,Presenting, UrgentInterruptionsOnly.' + description: 'The supplemental information to a user''s availability. Possible values are Available, Away, BeRightBack, Busy, DoNotDisturb, InACall, InAConferenceCall, Inactive, InAMeeting, Offline, OffWork, OutOfOffice, PresenceUnknown, Presenting, UrgentInterruptionsOnly.' nullable: true availability: type: string @@ -34196,7 +34264,7 @@ components: 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 team was created. + description: Timestamp at which the team was created. format: date-time nullable: true description: @@ -34647,7 +34715,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.ipRange' - description: Collection of ip ranges + description: Collection of Internet protocol address ranges additionalProperties: type: object description: Windows Information Protection IP Range Collection @@ -35072,7 +35140,7 @@ components: 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''.' + 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 is 2014-01-01T00:00:00Z.' format: date-time nullable: true expectedAssessment: @@ -35098,7 +35166,7 @@ components: 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.' + 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}$' @@ -35155,11 +35223,11 @@ components: properties: address: type: string - description: The email address of an entity instance. + description: The email address of the person or entity. nullable: true name: type: string - description: The display name of an entity instance. + description: The display name of the person or entity. nullable: true additionalProperties: type: object @@ -35233,13 +35301,13 @@ components: 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''' + 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 is 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true additionalProperties: @@ -35274,10 +35342,10 @@ components: properties: dateTime: type: string - description: 'A single point of time in a combined date and time representation ({date}T{time}). For example, ''2019-04-16T09:00:00''.' + 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 possible values.' + description: 'Represents a time zone, for example, ''Pacific Standard Time''. See below for more possible values.' nullable: true additionalProperties: type: object @@ -35378,7 +35446,7 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true additionalProperties: @@ -35425,12 +35493,12 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true name: type: string - description: The display name of the attachment. This does not need to be the actual file name. + description: The attachment's file name. nullable: true size: maximum: 2147483647 @@ -35673,7 +35741,7 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time preview: type: string @@ -35713,7 +35781,7 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time preview: type: string @@ -36241,6 +36309,8 @@ components: $ref: '#/components/schemas/microsoft.graph.image' location: $ref: '#/components/schemas/microsoft.graph.geoCoordinates' + media: + $ref: '#/components/schemas/microsoft.graph.media' package: $ref: '#/components/schemas/microsoft.graph.package' pendingOperations: @@ -36264,6 +36334,8 @@ components: description: Size of the item in bytes. Read-only. format: int64 nullable: true + source: + $ref: '#/components/schemas/microsoft.graph.driveItemSource' specialFolder: $ref: '#/components/schemas/microsoft.graph.specialFolder' video: @@ -36452,12 +36524,15 @@ components: nullable: true isDeletable: type: boolean + description: Indicates whether this column can be deleted. nullable: true isReorderable: type: boolean + description: Indicates whether values in the column can be reordered. Read-only. nullable: true isSealed: type: boolean + description: Specifies whether column can be changed. nullable: true lookup: $ref: '#/components/schemas/microsoft.graph.lookupColumn' @@ -36471,6 +36546,7 @@ components: $ref: '#/components/schemas/microsoft.graph.personOrGroupColumn' propagateChanges: type: boolean + description: If 'True' changes to this column will be propagated to lists that implement the column. nullable: true readOnly: type: boolean @@ -36505,6 +36581,7 @@ components: items: type: string nullable: true + description: List of canonical URLs for hub sites with which this content type is associated to. This will contain all hubsites where this content type is queued to be enforced or is already enforced. Enforcing a content type means that the content type will be applied to the lists in the enforced sites. description: type: string description: The descriptive text for the item. @@ -36525,6 +36602,7 @@ components: $ref: '#/components/schemas/microsoft.graph.itemReference' isBuiltIn: type: boolean + description: Specifies if a content type is a built-in content type. nullable: true name: type: string @@ -36538,6 +36616,7 @@ components: nullable: true propagateChanges: type: boolean + description: 'If true, any changes made to the content type will be pushed to inherited content types and lists that implement the content type.' nullable: true readOnly: type: boolean @@ -36553,6 +36632,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.contentType' + description: The collection of content types that are ancestors of this content type. columnLinks: type: array items: @@ -36562,10 +36642,12 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.columnDefinition' + description: Column order information in a content type. columns: type: array items: $ref: '#/components/schemas/microsoft.graph.columnDefinition' + description: The collection of column definitions for this contentType. additionalProperties: type: object microsoft.graph.sitePage: @@ -36627,16 +36709,43 @@ components: 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.' + 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.termStore.store: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: store + type: object + properties: + defaultLanguageTag: + type: string + description: Default language of the term store. + languageTags: + type: array + items: + type: string + description: List of languages for the term store. + groups: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.termStore.group' + description: Collection of all groups available in the term store. + sets: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.termStore.set' + description: Collection of all sets available in the term store. + additionalProperties: + type: object microsoft.graph.appConsentRequestScope: title: appConsentRequestScope type: object properties: displayName: type: string + description: The name of the scope. nullable: true additionalProperties: type: object @@ -36648,6 +36757,7 @@ components: properties: reason: type: string + description: The user's justification for requiring access to the app. Supports $filter (eq only) and $orderby. nullable: true approval: $ref: '#/components/schemas/microsoft.graph.approval' @@ -36659,36 +36769,39 @@ components: - title: approvalStep type: object properties: + assignedToMe: + type: boolean + description: Indicates whether the step is assigned to the calling user to review. Read-only. + nullable: true displayName: type: string + description: The label provided by the policy creator to identify an approval step. Read-only. nullable: true justification: type: string + description: The justification associated with the approval step decision. 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 + description: 'The date and time when a decision was recorded. The date and time information uses ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.' format: date-time nullable: true reviewResult: type: string + description: 'The result of this approval record. Possible values include: NotReviewed, Approved, Denied.' + nullable: true + status: + type: string + description: 'The step status. Possible values: InProgress, Initializing, Completed, Expired. Read-only.' nullable: true additionalProperties: type: object microsoft.graph.accessReviewScope: title: accessReviewScope type: object - properties: - query: - type: string - description: The query specifying what will be reviewed. See table for examples. - nullable: true - queryType: - type: string - description: The type of query. Examples include MicrosoftGraph and ARM. - nullable: true additionalProperties: type: object microsoft.graph.accessReviewInstanceDecisionItem: @@ -36705,7 +36818,7 @@ components: 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 - description: The DateTime when the approval decision was applied. + description: 'The timestamp when the approval decision was applied. 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 is 2014-01-01T00:00:00Z.' format: date-time nullable: true applyResult: @@ -36720,16 +36833,26 @@ components: type: string description: The review decision justification. nullable: true + principal: + $ref: '#/components/schemas/microsoft.graph.identity' + principalLink: + type: string + nullable: true recommendation: type: string description: 'A system-generated recommendation for the approval decision. Possible values: Approve, Deny, or NotAvailable.' nullable: true + resource: + $ref: '#/components/schemas/microsoft.graph.accessReviewInstanceDecisionItemResource' + resourceLink: + 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 - description: The DateTime when the review occurred. + description: The timestamp when the review occurred. format: date-time nullable: true target: @@ -36752,7 +36875,7 @@ components: 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: DateTime when review series was created. + description: Timestamp when review series was created. format: date-time nullable: true descriptionForAdmins: @@ -36772,7 +36895,7 @@ components: 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: DateTime when review series was last modified. + description: Timestamp when review series was last modified. format: date-time nullable: true reviewers: @@ -36865,7 +36988,7 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true owner: @@ -36879,14 +37002,14 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.plannerBucket' - description: Collection of buckets in the plan. Read-only. Nullable. + 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: Collection of tasks in the plan. Read-only. Nullable. + description: Read-only. Nullable. Collection of tasks in the plan. additionalProperties: type: object microsoft.graph.plannerTask: @@ -36926,7 +37049,7 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true conversationThreadId: @@ -36938,7 +37061,7 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true creationSource: @@ -36946,7 +37069,7 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true hasDescription: @@ -36987,7 +37110,7 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true title: @@ -37013,17 +37136,27 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.sharedInsight' - description: Access this property from the derived type itemInsights. + 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: Access this property from the derived type itemInsights. + 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: Access this property from the derived type itemInsights. + 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.userInsightsSettings: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: userInsightsSettings + type: object + properties: + isEnabled: + type: boolean additionalProperties: type: object microsoft.graph.regionalAndLanguageSettings: @@ -37112,7 +37245,7 @@ components: $ref: '#/components/schemas/microsoft.graph.onenoteOperationError' percentComplete: type: string - description: The operation percent complete if the operation is still in running status + description: The operation percent complete if the operation is still in running status. nullable: true resourceId: type: string @@ -37146,7 +37279,7 @@ components: 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.' + 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 is 2014-01-01T00:00:00Z. Read-only.' format: date-time nullable: true level: @@ -37974,6 +38107,7 @@ components: properties: conferenceId: type: string + description: The conference id of the online meeting. nullable: true dialinUrl: type: string @@ -38025,7 +38159,7 @@ components: properties: messageId: type: string - description: The unique identifier for a message in a Microsoft Teams channel. + description: The unique identifier of a message in a Microsoft Teams channel. nullable: true replyChainMessageId: type: string @@ -38118,6 +38252,7 @@ components: 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 when this key was registered to the user. format: date-time nullable: true creationDateTime: @@ -38236,7 +38371,7 @@ components: 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 date and time when this password was last updated. This property is currently not populated. Read-only. 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''' + description: 'The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true password: @@ -38387,6 +38522,7 @@ components: $ref: '#/components/schemas/microsoft.graph.channelIdentity' chatId: type: string + description: The identity of the chat in which the message was posted. 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])$' @@ -38411,13 +38547,13 @@ components: 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 Teams UI. If no edits are made the value is null. + 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 modified, including when a reaction is added or removed.' + 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: @@ -38439,7 +38575,7 @@ components: description: 'Reactions for this chat message (for example, Like).' 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.)' + 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 @@ -38550,7 +38686,7 @@ components: nullable: true allowCreateUpdateChannels: type: boolean - description: 'If set to true, members can add and update any channels.' + description: 'If set to true, members can add and update channels.' nullable: true allowCreateUpdateRemoveConnectors: type: boolean @@ -39137,7 +39273,7 @@ components: 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''.' + 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 is 2014-01-01T00:00:00Z.' format: date-time nullable: true message: @@ -39254,7 +39390,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.dayOfWeek' - description: 'A collection of the days of the week on which the event occurs. 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.' + 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: @@ -39377,7 +39513,7 @@ components: properties: name: type: string - description: Name of the setting (as defined by the directorySettingTemplate). + description: Name of the setting (as defined by the groupSettingTemplate). nullable: true value: type: string @@ -39416,7 +39552,7 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time sender: $ref: '#/components/schemas/microsoft.graph.recipient' @@ -39424,7 +39560,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.attachment' - description: 'The collection of fileAttachment, itemAttachment, and referenceAttachment attachments for the post. Read-only. Nullable.' + description: Read-only. Nullable. extensions: type: array items: @@ -39494,7 +39630,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.recipient' - description: The email address to which a message should be redirected. + description: The email addresses to which a message should be redirected. stopProcessingRules: type: boolean description: Indicates whether subsequent rules should be evaluated. @@ -39716,7 +39852,7 @@ components: properties: upgradeAvailable: type: boolean - description: Indicates if there are higher storage quota plans available. Read-only. + description: Indicates whether there are higher storage quota plans available. Read-only. nullable: true additionalProperties: type: object @@ -39984,16 +40120,27 @@ components: nullable: true latitude: type: number - description: 'Optional. The latitude, in decimal, for the item. Writable on OneDrive Personal.' + 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. Writable on OneDrive Personal.' + description: 'Optional. The longitude, in decimal, for the item. Read-only.' format: double nullable: true additionalProperties: type: object + microsoft.graph.media: + title: media + type: object + properties: + isTranscriptionShown: + type: boolean + nullable: true + mediaSource: + $ref: '#/components/schemas/microsoft.graph.mediaSource' + additionalProperties: + type: object microsoft.graph.package: title: package type: object @@ -40061,7 +40208,7 @@ components: 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: The date and time the photo was taken in UTC time. Read-only. + description: Represents the date and time the photo was taken. Read-only. format: date-time nullable: true additionalProperties: @@ -40173,6 +40320,17 @@ components: nullable: true additionalProperties: type: object + microsoft.graph.driveItemSource: + title: driveItemSource + type: object + properties: + application: + $ref: '#/components/schemas/microsoft.graph.driveItemSourceApplication' + externalId: + type: string + nullable: true + additionalProperties: + type: object microsoft.graph.specialFolder: title: specialFolder type: object @@ -40272,7 +40430,7 @@ components: 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. Nullable.' + 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: @@ -40297,14 +40455,14 @@ components: nullable: true changeType: type: string - description: '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. Required. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType.' + 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: Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 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. Optional. + 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.' + 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 @@ -40312,12 +40470,12 @@ components: nullable: true encryptionCertificateId: type: string - description: A custom app-provided identifier to help identify the certificate needed to decrypt resource data. Optional. Required when includeResourceData is true. + 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: '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. Required.' + 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 includeResourceData: type: boolean @@ -40333,16 +40491,18 @@ components: nullable: true notificationContentType: type: string + description: Desired content-type for MS Graph change notifications for supported resource types. The default content-type is the 'application/json' content-type. nullable: true notificationQueryOptions: type: string + description: 'OData Query Options for specifying value for the targeting resource. Clients receive notifications when resource reaches the state matching the query options provided here. With this new property in the subscription creation payload along with all existing properties, Webhooks will deliver notifications whenever a resource reaches the desired state mentioned in the notificationQueryOptions property eg when the print job is completed, when a print job resource isFetchable property value becomes true etc.' nullable: true notificationUrl: type: string - description: The URL of the endpoint that receives the change notifications. This URL must make use of the HTTPS protocol. Required. + 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: Specifies the resource that will be monitored for changes. Do not include the base URL (https://graph.microsoft.com/beta/). See the possible resource path values for each supported resource. Required. + 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.thumbnailSet: @@ -40369,6 +40529,7 @@ components: properties: content: type: string + description: The content stream for this version of the item. format: base64url nullable: true size: @@ -40534,6 +40695,7 @@ components: properties: isPicture: type: boolean + description: Specifies whether the display format used for URL columns is an image or a hyperlink. nullable: true additionalProperties: type: object @@ -40611,9 +40773,11 @@ components: properties: allowMultipleValues: type: boolean + description: Specifies whether the column will allow more than one value nullable: true showFullyQualifiedName: type: boolean + description: Specifies whether to display the entire term path or only the term label. nullable: true additionalProperties: type: object @@ -40683,13 +40847,16 @@ components: properties: defaultLanguage: type: string + description: Default BCP 47 language tag for the description. nullable: true descriptions: type: array items: $ref: '#/components/schemas/microsoft.graph.displayNameLocalization' + description: Localized messages that explain what is needed for this column's value to be considered valid. User will be prompted with this message if validation fails. formula: type: string + description: 'The formula to validate column value. For examples, see Examples of common formulas in lists' nullable: true additionalProperties: type: object @@ -40701,18 +40868,23 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.contentTypeInfo' + description: Content types allowed in document set. defaultContents: type: array items: $ref: '#/components/schemas/microsoft.graph.documentSetContent' + description: Default contents of document set. propagateWelcomePageChanges: type: boolean + description: Specifies whether to push welcome page changes to inherited content types. nullable: true shouldPrefixNameToFile: type: boolean + description: Add the name of the Document Set to each file name. nullable: true welcomePageUrl: type: string + description: Welcome page absolute URL. nullable: true sharedColumns: type: array @@ -40732,9 +40904,11 @@ components: $ref: '#/components/schemas/microsoft.graph.contentTypeInfo' fileName: type: string + description: Name of the file in resource folder that should be added as a default content or a template in the document set nullable: true folderName: type: string + description: Folder name in which the file will be placed when a new document set is created in the library. nullable: true additionalProperties: type: object @@ -40843,6 +41017,83 @@ components: nullable: true additionalProperties: type: object + microsoft.graph.termStore.group: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: group + 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: Date and time of group creation. Read-only. + format: date-time + nullable: true + description: + type: string + description: Description giving details on the term usage. + nullable: true + displayName: + type: string + description: Name of group. + nullable: true + parentSiteId: + type: string + nullable: true + scope: + $ref: '#/components/schemas/microsoft.graph.termStore.termGroupScope' + sets: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.termStore.set' + description: 'All sets under the group in a term [store].' + additionalProperties: + type: object + microsoft.graph.termStore.set: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: set + 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: Date and time of set creation. Read-only. + format: date-time + nullable: true + description: + type: string + description: Description giving details on the term usage. + nullable: true + localizedNames: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.termStore.localizedName' + description: Name of the set for each languageTag. + properties: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.keyValue' + description: Custom properties for the set. + children: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.termStore.term' + description: 'Children terms of set in term [store].' + parentGroup: + $ref: '#/components/schemas/microsoft.graph.termStore.group' + relations: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.termStore.relation' + description: Indicates which terms have been pinned or reused directly under the set. + terms: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.termStore.term' + description: All the terms under the set. + additionalProperties: + type: object microsoft.graph.request: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -40887,6 +41138,24 @@ components: nullable: true additionalProperties: type: object + microsoft.graph.accessReviewInstanceDecisionItemResource: + title: accessReviewInstanceDecisionItemResource + type: object + properties: + displayName: + type: string + description: Display name of the resource + nullable: true + id: + type: string + description: Resource ID + nullable: true + type: + type: string + description: 'Type of resource. Types include: Group, ServicePrincipal, DirectoryRole, AzureRole, AccessPackageAssignmentPolicy.' + nullable: true + additionalProperties: + type: object microsoft.graph.accessReviewInstanceDecisionItemTarget: title: accessReviewInstanceDecisionItemTarget type: object @@ -40898,7 +41167,15 @@ components: - title: accessReviewReviewerScope type: object properties: + query: + type: string + description: The query specifying who will be the reviewer. See table for examples. + nullable: true queryRoot: + type: string + description: The type of query. Examples include MicrosoftGraph and ARM. + nullable: true + queryType: type: string description: 'In the scenario where reviewers need to be specified dynamically, this property is used to indicate the relative source of the query. This property is only required if a relative query (i.e., ./manager) is specified.' nullable: true @@ -41202,6 +41479,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.translationLanguageOverride' + description: 'Translation override behavior for languages, if any.Returned by default.' translationBehavior: $ref: '#/components/schemas/microsoft.graph.translationBehavior' untranslatedLanguages: @@ -41209,6 +41487,7 @@ components: items: type: string nullable: true + description: 'The list of languages the user does not need translated. This is computed from the authoringLanguages collection in regionalAndLanguageSettings, and the languageOverrides collection in translationPreferences. The list specifies neutral culture values that include the language code without any country or region association. For example, it would specify ''fr'' for the neutral French culture, but not ''fr-FR'' for the French culture in France. Returned by default. Read only.' additionalProperties: type: object microsoft.graph.changeTrackedEntity: @@ -41222,7 +41501,7 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true lastModifiedBy: @@ -41230,7 +41509,7 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true additionalProperties: @@ -41269,7 +41548,7 @@ components: 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.' + 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 is 2014-01-01T00:00:00Z. Read-only.' format: date-time nullable: true additionalProperties: @@ -41337,7 +41616,7 @@ components: 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.' + 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 is 2014-01-01T00:00:00Z. Read-only.' format: date-time nullable: true additionalProperties: @@ -41747,6 +42026,8 @@ components: - title: teamsAppDefinition type: object properties: + allowedInstallationScopes: + $ref: '#/components/schemas/microsoft.graph.teamsAppInstallationScopes' azureADAppId: type: string description: The WebApplicationInfo.id from the Teams App manifest. @@ -41755,6 +42036,7 @@ components: $ref: '#/components/schemas/microsoft.graph.identitySet' description: type: string + description: Verbose description of the application. nullable: true displayName: type: string @@ -41772,7 +42054,7 @@ components: nullable: true teamsAppId: type: string - description: The id from the Teams App manifest. + description: The ID from the Teams app manifest. nullable: true version: type: string @@ -41792,7 +42074,7 @@ components: nullable: true contentType: type: string - description: 'The media type of the content attachment. It can have the following values: reference: Attachment is a link to another file. Populate the contentURL with the link to the object.Any contentTypes supported by the Bot Framework''s Attachment objectapplication/vnd.microsoft.card.codesnippet: A code snippet. application/vnd.microsoft.card.announcement: An announcement header.' + description: 'The media type of the content attachment. It can have the following values: reference: Attachment is a link to another file. Populate the contentURL with the link to the object.file: Raw file attachment. Populate the contenturl field with the base64 encoding of the file in data: format.image/: Image type with the type of the image specified ex: image/png, image/jpeg, image/gif. Populate the contentUrl field with the base64 encoding of the file in data: format.video/: Video type with the format specified. Ex: video/mp4. Populate the contentUrl field with the base64 encoding of the file in data: format.audio/: Audio type with the format specified. Ex: audio/wmw. Populate the contentUrl field with the base64 encoding of the file in data: format.application/card type: Rich card attachment type with the card type specifying the exact card format to use. Set content with the json format of the card. Supported values for card type include:application/vnd.microsoft.card.adaptive: A rich card that can contain any combination of text, speech, images,,buttons, and input fields. Set the content property to,an AdaptiveCard object.application/vnd.microsoft.card.animation: A rich card that plays animation. Set the content property,to an AnimationCardobject.application/vnd.microsoft.card.audio: A rich card that plays audio files. Set the content property,to an AudioCard object.application/vnd.microsoft.card.video: A rich card that plays videos. Set the content property,to a VideoCard object.application/vnd.microsoft.card.hero: A Hero card. Set the content property to a HeroCard object.application/vnd.microsoft.card.thumbnail: A Thumbnail card. Set the content property to a ThumbnailCard object.application/vnd.microsoft.com.card.receipt: A Receipt card. Set the content property to a ReceiptCard object.application/vnd.microsoft.com.card.signin: A user Sign In card. Set the content property to a SignInCard object.' nullable: true contentUrl: type: string @@ -41818,9 +42100,11 @@ components: properties: channelId: type: string + description: The identity of the channel in which the message was posted. nullable: true teamId: type: string + description: The identity of the team in which the message was posted. nullable: true additionalProperties: type: object @@ -41882,7 +42166,7 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time reactionType: type: string @@ -41893,19 +42177,9 @@ components: type: object microsoft.graph.chatMessageHostedContent: allOf: - - $ref: '#/components/schemas/microsoft.graph.entity' + - $ref: '#/components/schemas/microsoft.graph.teamworkHostedContent' - title: chatMessageHostedContent type: object - properties: - contentBytes: - type: string - description: 'Write-only. When posting new chat message hosted content, represents the bytes of the payload. These are represented as a base64Encoded string.' - format: base64url - nullable: true - contentType: - type: string - description: 'Write-only. When posting new chat message hosted content, represents the type of content, such as image/png.' - nullable: true additionalProperties: type: object microsoft.graph.teamsTabConfiguration: @@ -41962,7 +42236,7 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true recipientActionMessage: @@ -41971,11 +42245,11 @@ components: nullable: true recipientUserId: type: string - description: User id of the recipient of the offer shift request. + 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. + description: User ID of the sender of the offer shift request. nullable: true additionalProperties: type: object @@ -42063,7 +42337,7 @@ components: properties: recipientShiftId: type: string - description: Shift ID for the recipient user with whom the request is to swap. + description: ShiftId for the recipient user with whom the request is to swap. nullable: true additionalProperties: type: object @@ -42121,13 +42395,13 @@ components: 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''' + 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 is 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true timeOffReasonId: @@ -42567,7 +42841,7 @@ components: properties: crc32Hash: type: string - description: The CRC32 value of the file (if available). Read-only. + description: The CRC32 value of the file in little endian (if available). Read-only. nullable: true quickXorHash: type: string @@ -42601,6 +42875,14 @@ components: nullable: true additionalProperties: type: object + microsoft.graph.mediaSource: + title: mediaSource + type: object + properties: + contentCategory: + $ref: '#/components/schemas/microsoft.graph.mediaSourceContentCategory' + additionalProperties: + type: object microsoft.graph.pendingContentUpdate: title: pendingContentUpdate type: object @@ -42613,6 +42895,18 @@ components: nullable: true additionalProperties: type: object + microsoft.graph.driveItemSourceApplication: + title: driveItemSourceApplication + enum: + - teams + - yammer + - sharePoint + - oneDrive + - stream + - powerPoint + - office + - unknownFutureValue + type: string microsoft.graph.workbookApplication: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -42632,7 +42926,7 @@ components: properties: content: type: string - description: The content of the comment. + description: The content of comment. nullable: true contentType: type: string @@ -42670,7 +42964,7 @@ components: 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. Possible values are: String, Integer, Double, Boolean, Range. Read-only.' + 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' @@ -42734,7 +43028,7 @@ components: 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. 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.' + 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 @@ -42921,6 +43215,104 @@ components: type: object additionalProperties: type: object + microsoft.graph.termStore.termGroupScope: + title: termGroupScope + enum: + - global + - system + - siteCollection + type: string + microsoft.graph.termStore.localizedName: + title: localizedName + type: object + properties: + languageTag: + type: string + description: The language tag for the label. + nullable: true + name: + type: string + description: The name in the localized language. + nullable: true + additionalProperties: + type: object + microsoft.graph.keyValue: + title: keyValue + type: object + properties: + key: + type: string + description: Key for the key-value pair. + nullable: true + value: + type: string + description: Value for the key-value pair. + nullable: true + additionalProperties: + type: object + microsoft.graph.termStore.term: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: term + 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: Date and time of term creation. Read-only + format: date-time + nullable: true + descriptions: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.termStore.localizedDescription' + description: Description about term that is dependent on the languageTag + labels: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.termStore.localizedLabel' + description: Label metadata for a term + 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 date and time of term modification. Read-only + format: date-time + nullable: true + properties: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.keyValue' + description: Collection of properties on the term + children: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.termStore.term' + description: Children of current term + relations: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.termStore.relation' + description: To indicate which terms are related to the current term as either pinned or reused + set: + $ref: '#/components/schemas/microsoft.graph.termStore.set' + additionalProperties: + type: object + microsoft.graph.termStore.relation: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: relation + type: object + properties: + relationship: + $ref: '#/components/schemas/microsoft.graph.termStore.relationType' + fromTerm: + $ref: '#/components/schemas/microsoft.graph.termStore.term' + set: + $ref: '#/components/schemas/microsoft.graph.termStore.set' + toTerm: + $ref: '#/components/schemas/microsoft.graph.termStore.term' + additionalProperties: + type: object microsoft.graph.accessReviewApplyAction: title: accessReviewApplyAction type: object @@ -43196,6 +43588,7 @@ components: properties: languageTag: type: string + description: The language to apply the override.Returned by default. Not nullable. translationBehavior: $ref: '#/components/schemas/microsoft.graph.translationBehavior' additionalProperties: @@ -43309,6 +43702,14 @@ components: - sideloaded - unknownFutureValue type: string + microsoft.graph.teamsAppInstallationScopes: + title: teamsAppInstallationScopes + enum: + - team + - groupChat + - personal + - unknownFutureValue + type: string microsoft.graph.teamsAppPublishingState: title: teamsAppPublishingState enum: @@ -43367,6 +43768,23 @@ components: - allowOverrideWithoutJustification - allowOverrideWithJustification type: string + microsoft.graph.teamworkHostedContent: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: teamworkHostedContent + type: object + properties: + contentBytes: + type: string + description: Write only. Bytes for the hosted content (such as images). + format: base64url + nullable: true + contentType: + type: string + description: 'Write only. Content type. sicj as image/png, image/jpg.' + nullable: true + additionalProperties: + type: object microsoft.graph.scheduleChangeRequest: allOf: - $ref: '#/components/schemas/microsoft.graph.changeTrackedEntity' @@ -43573,6 +43991,15 @@ components: nullable: true additionalProperties: type: object + microsoft.graph.mediaSourceContentCategory: + title: mediaSourceContentCategory + enum: + - meeting + - liveStream + - presentation + - screenRecording + - unknownFutureValue + type: string microsoft.graph.workbookCommentReply: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -43581,11 +44008,11 @@ components: properties: content: type: string - description: The content of replied comment. + description: The content of a comment reply. nullable: true contentType: type: string - description: Indicates the type for the replied comment. + description: Indicates the type for the comment reply. additionalProperties: type: object microsoft.graph.workbookOperationError: @@ -43666,7 +44093,7 @@ components: description: Represents whether the casing impacted the last sort of the table. Read-only. method: type: string - description: 'Represents Chinese character ordering method last used to sort the table. Possible values are: PinYin, StrokeCount. Read-only.' + description: 'Represents Chinese character ordering method last used to sort the table. The possible values are: PinYin, StrokeCount. Read-only.' additionalProperties: type: object microsoft.graph.workbookChart: @@ -43746,6 +44173,44 @@ components: type: object additionalProperties: type: object + microsoft.graph.termStore.localizedDescription: + title: localizedDescription + type: object + properties: + description: + type: string + description: The description in the localized language. + nullable: true + languageTag: + type: string + description: The language tag for the label. + nullable: true + additionalProperties: + type: object + microsoft.graph.termStore.localizedLabel: + title: localizedLabel + type: object + properties: + isDefault: + type: boolean + description: Indicates whether the label is the default label. + nullable: true + languageTag: + type: string + description: The anguage tag for the label. + nullable: true + name: + type: string + description: The name of the label. + nullable: true + additionalProperties: + type: object + microsoft.graph.termStore.relationType: + title: relationType + enum: + - pin + - reuse + type: string microsoft.graph.insightIdentity: title: insightIdentity type: object @@ -43814,7 +44279,7 @@ components: 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 end date and time for the shiftActivity. 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''. Required.' + description: 'The end date and time for the shiftActivity. 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 is 2014-01-01T00:00:00Z. Required.' format: date-time nullable: true isPaid: @@ -43824,7 +44289,7 @@ components: 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 start date and time for the shiftActivity. 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''. Required.' + description: 'The start date and time for the shiftActivity. 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 is 2014-01-01T00:00:00Z. Required.' format: date-time nullable: true theme: @@ -43854,7 +44319,7 @@ components: nullable: true dataOption: type: string - description: 'Represents additional sorting options for this field. Possible values are: Normal, TextAsNumber.' + description: 'Represents additional sorting options for this field. The possible values are: Normal, TextAsNumber.' icon: $ref: '#/components/schemas/microsoft.graph.workbookIcon' key: @@ -43865,7 +44330,7 @@ components: format: int32 sortOn: type: string - description: 'Represents the type of sorting of this condition. Possible values are: Value, CellColor, FontColor, Icon.' + description: 'Represents the type of sorting of this condition. The possible values are: Value, CellColor, FontColor, Icon.' additionalProperties: type: object microsoft.graph.workbookChartAxes: @@ -44090,7 +44555,7 @@ components: format: int32 set: type: string - description: 'Represents the set that the icon is part of. Possible values are: Invalid, ThreeArrows, ThreeArrowsGray, ThreeFlags, ThreeTrafficLights1, ThreeTrafficLights2, ThreeSigns, ThreeSymbols, ThreeSymbols2, FourArrows, FourArrowsGray, FourRedToBlack, FourRating, FourTrafficLights, FiveArrows, FiveArrowsGray, FiveRating, FiveQuarters, ThreeStars, ThreeTriangles, FiveBoxes.' + description: 'Represents the set that the icon is part of. The possible values are: Invalid, ThreeArrows, ThreeArrowsGray, ThreeFlags, ThreeTrafficLights1, ThreeTrafficLights2, ThreeSigns, ThreeSymbols, ThreeSymbols2, FourArrows, FourArrowsGray, FourRedToBlack, FourRating, FourTrafficLights, FiveArrows, FiveArrowsGray, FiveRating, FiveQuarters, ThreeStars, ThreeTriangles, FiveBoxes.' additionalProperties: type: object microsoft.graph.workbookChartAxis: diff --git a/openApiDocs/beta/Education.yml b/openApiDocs/beta/Education.yml index 5ad1637ec10..91d2e788130 100644 --- a/openApiDocs/beta/Education.yml +++ b/openApiDocs/beta/Education.yml @@ -8054,6 +8054,7 @@ paths: - licenseDetails - manager - memberOf + - oauth2PermissionGrants - ownedDevices - ownedObjects - registeredDevices @@ -8125,6 +8126,7 @@ paths: - licenseDetails - manager - memberOf + - oauth2PermissionGrants - ownedDevices - ownedObjects - registeredDevices @@ -8202,6 +8204,8 @@ paths: operationId: education.me.User.GetManager memberOf: operationId: education.me.User.ListMemberOf + oauth2PermissionGrants: + operationId: education.me.User.ListOauth2PermissionGrants ownedDevices: operationId: education.me.User.ListOwnedDevices ownedObjects: @@ -8337,6 +8341,8 @@ paths: operationId: education.me.User.GetManager memberOf: operationId: education.me.User.ListMemberOf + oauth2PermissionGrants: + operationId: education.me.User.ListOauth2PermissionGrants ownedDevices: operationId: education.me.User.ListOwnedDevices ownedObjects: @@ -14262,6 +14268,7 @@ paths: - licenseDetails - manager - memberOf + - oauth2PermissionGrants - ownedDevices - ownedObjects - registeredDevices @@ -14333,6 +14340,7 @@ paths: - licenseDetails - manager - memberOf + - oauth2PermissionGrants - ownedDevices - ownedObjects - registeredDevices @@ -14428,6 +14436,10 @@ paths: operationId: education.users.User.ListMemberOf parameters: educationUser-id: $request.path.educationUser-id + oauth2PermissionGrants: + operationId: education.users.User.ListOauth2PermissionGrants + parameters: + educationUser-id: $request.path.educationUser-id ownedDevices: operationId: education.users.User.ListOwnedDevices parameters: @@ -14689,6 +14701,10 @@ paths: operationId: education.users.User.ListMemberOf parameters: educationUser-id: $request.path.educationUser-id + oauth2PermissionGrants: + operationId: education.users.User.ListOauth2PermissionGrants + parameters: + educationUser-id: $request.path.educationUser-id ownedDevices: operationId: education.users.User.ListOwnedDevices parameters: @@ -15120,13 +15136,13 @@ components: assignDateTime: 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 when the assignment should become active. If in the future, the assignment is not shown to the student until this date. 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''' + description: 'The date when the assignment should become active. If in the future, the assignment is not shown to the student until this date. 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true 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 moment that the assignment was published to students and the assignment shows up on the students timeline. 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''' + description: 'The moment that the assignment was published to students and the assignment shows up on the students timeline. 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true assignTo: @@ -15138,7 +15154,7 @@ components: closeDateTime: 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 when the assignment will be closed for submissions. This is an optional field that can be null if the assignment does not allowLateSubmissions or when the closeDateTime is the same as the dueDateTime. But if specified, then the closeDateTime must be greater than or equal to the dueDateTime. 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''' + description: 'Date when the assignment will be closed for submissions. This is an optional field that can be null if the assignment does not allowLateSubmissions or when the closeDateTime is the same as the dueDateTime. But if specified, then the closeDateTime must be greater than or equal to the dueDateTime. 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true createdBy: @@ -15146,7 +15162,7 @@ components: 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: 'Moment when the 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''' + description: 'Moment when the 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true displayName: @@ -15156,7 +15172,7 @@ components: 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 when the students assignment 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''' + description: 'Date when the students assignment 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true grading: @@ -15168,7 +15184,7 @@ components: 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: 'Moment when the assignment was last modified. 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''' + description: 'Moment when the assignment was last modified. 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true notificationChannelUrl: @@ -15221,7 +15237,7 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true description: @@ -15237,7 +15253,7 @@ components: 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: 'Moment in time when the resource was last modified. 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''' + description: 'Moment in time when the resource was last modified. 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true levels: @@ -15265,7 +15281,7 @@ components: 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 - description: 'Moment in time when the submission was released. 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''' + description: 'Moment in time when the submission was released. 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true resourcesFolderUrl: @@ -15277,7 +15293,7 @@ components: returnedDateTime: 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: 'Moment in time when the submission was returned. 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''' + description: 'Moment in time when the submission was returned. 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true status: @@ -15287,7 +15303,7 @@ components: submittedDateTime: 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: 'Moment in time when the submission was moved into the submitted state. 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''' + description: 'Moment in time when the submission was moved into the submitted state. 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true unsubmittedBy: @@ -15295,7 +15311,7 @@ components: unsubmittedDateTime: 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: 'Moment in time when the submission was moved from submitted into the working state. 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''' + description: 'Moment in time when the submission was moved from submitted into the working state. 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true outcomes: @@ -15366,7 +15382,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.assignedLabel' - description: 'The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select.' + 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: @@ -15383,7 +15399,7 @@ components: 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.' + 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 is 2014-01-01T00:00:00Z. Returned by default. Read-only.' format: date-time nullable: true description: @@ -15397,7 +15413,7 @@ components: 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.' + 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 is 2014-01-01T00:00:00Z. Returned by default. Read-only.' format: date-time nullable: true groupTypes: @@ -15407,7 +15423,7 @@ components: 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).' + 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 @@ -15441,7 +15457,7 @@ components: 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. + 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 @@ -15450,7 +15466,7 @@ components: 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 group 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''. Returned by default. Read-only. Supports $filter.' + description: 'Indicates the last time at which the group 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 is 2014-01-01T00:00:00Z. Returned by default. Read-only. Supports $filter.' format: date-time nullable: true onPremisesNetBiosName: @@ -15480,17 +15496,17 @@ components: nullable: true preferredLanguage: type: string - description: The preferred language for a Microsoft 365 group. Should follow ISO 639-1 Code; for example 'en-US'. Returned by default. + 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 for filter expressions on multi-valued properties. Returned by default. Read-only. Not nullable. Supports $filter.' + 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.' + 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 is 2014-01-01T00:00:00Z. Returned by default. Read-only.' format: date-time nullable: true resourceBehaviorOptions: @@ -15513,7 +15529,7 @@ components: nullable: true theme: type: string - description: 'Specifies a Microsoft 365 group''s color theme. Possible values are Teal, Purple, Green, Blue, Pink, Orange or Red. Returned by default.' + 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 @@ -15523,26 +15539,26 @@ components: $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. + description: 'Indicates if people external to the organization can send messages to the group. Default value is false. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}).' 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. + 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. Supported only on the Get group API (GET /groups/{ID}).' nullable: true hideFromAddressLists: type: boolean - description: 'True if the group is not displayed in certain parts of the Outlook user interface: in the Address Book, in address lists for selecting message recipients, and in the Browse Groups dialog for searching groups; false otherwise. Default value is false. Returned only on $select.' + 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. Supported only on the Get group API (GET /groups/{ID}).' 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, false otherwise. Default value is false. Returned only on $select.' + 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. Supported only on the Get group API (GET /groups/{ID}).' 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. + description: 'Indicates whether the signed-in user is subscribed to receive email conversations. Default value is true. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}).' nullable: true unseenConversationsCount: maximum: 2147483647 @@ -15555,7 +15571,7 @@ components: maximum: 2147483647 minimum: -2147483648 type: integer - description: Count of conversations that have received new posts since the signed-in user last visited the group. This property is the same as unseenConversationsCount.Returned only on $select. + description: 'Count of conversations that have received new posts since the signed-in user last visited the group. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}).' format: int32 nullable: true unseenMessagesCount: @@ -15586,12 +15602,12 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.directoryObject' - description: 'Groups and administrative units that this group is a member of. HTTP Methods: GET (supported for all groups). Read-only. Nullable.' + 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, contacts, and groups that are members of this group. HTTP Methods: GET (supported for all groups), POST (supported for security groups and mail-enabled security groups), DELETE (supported only for security groups) Read-only. Nullable.' + 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: @@ -15601,7 +15617,7 @@ components: 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. HTTP Methods: GET (supported for all groups), POST (supported for security groups and mail-enabled security groups), DELETE (supported only for security groups) Read-only. Nullable.' + 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: @@ -15610,7 +15626,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.directorySetting' - description: 'Settings that can govern this group''s behavior, like whether members can invite guest users to the group. Nullable.' + description: Read-only. Nullable. transitiveMemberOf: type: array items: @@ -15640,7 +15656,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.event' - description: The group's events. + description: The group's calendar events. rejectedSenders: type: array items: @@ -15702,7 +15718,7 @@ components: description: 'Related records related to the user. Possible relationships are parent, relative, aide, doctor, guardian, child, other, unknownFutureValue' accountEnabled: type: boolean - description: 'True if the account is enabled; otherwise, false. This property is required when a user is created. Supports /$filter.' + description: 'True if the account is enabled; otherwise, false. This property is required when a user is created. Supports $filter.' nullable: true assignedLicenses: type: array @@ -15723,11 +15739,11 @@ components: $ref: '#/components/schemas/microsoft.graph.identitySet' department: type: string - description: The name for the department in which the user works. Supports /$filter. + description: The name for the department in which the user works. Supports $filter. nullable: true displayName: type: string - description: The name displayed in the address book for the user. Supports $filter and $orderby. + 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 externalSource: $ref: '#/components/schemas/microsoft.graph.educationExternalSource' @@ -15737,17 +15753,17 @@ components: nullable: true givenName: type: string - description: The given name (first name) of the user. Supports /$filter. + description: The given name (first name) of the user. Supports $filter. nullable: true mail: type: string - description: 'The SMTP address for the user; for example, ''jeff@contoso.onmicrosoft.com''. Read-Only. Supports /$filter.' + description: 'The SMTP address for the user; for example, ''jeff@contoso.onmicrosoft.com''. Read-Only. Supports $filter.' nullable: true mailingAddress: $ref: '#/components/schemas/microsoft.graph.physicalAddress' mailNickname: type: string - description: The mail alias for the user. This property must be specified when a user is created. Supports /$filter. + description: The mail alias for the user. This property must be specified when a user is created. Supports $filter. nullable: true middleName: type: string @@ -15764,7 +15780,7 @@ components: $ref: '#/components/schemas/microsoft.graph.educationOnPremisesInfo' passwordPolicies: type: string - description: 'Specifies password policies for the user. See standard [user] resource for additional details.' + 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 can be specified together; for example: ''DisablePasswordExpiration, DisableStrongPassword''.' nullable: true passwordProfile: $ref: '#/components/schemas/microsoft.graph.passwordProfile' @@ -15793,21 +15809,21 @@ components: $ref: '#/components/schemas/microsoft.graph.educationStudent' surname: type: string - description: The user's surname (family name or last name). Supports /$filter. + description: The user's surname (family name or last name). Supports $filter. nullable: true teacher: $ref: '#/components/schemas/microsoft.graph.educationTeacher' usageLocation: type: string - description: 'A two-letter country code ([ISO 3166 Alpha-2]). Required for users who will be assigned licenses. Not nullable. Supports /$filter.' + description: 'A two-letter country code (ISO standard 3166). Required for users who will be assigned licenses due to a legal requirement to check for availability of services in countries or regions. Examples include: ''US'', ''JP'', and ''GB''. Not nullable. Supports $filter.' nullable: true userPrincipalName: type: string - description: 'The user principal name (UPN) for the user. Supports $filter and $orderby. See standard [user] resource for additional details.' + 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.' + description: 'A string value that can be used to classify user types in your directory, such as ''Member'' and ''Guest''. Supports $filter.' nullable: true assignments: type: array @@ -15906,56 +15922,56 @@ components: $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. Returned only on $select. Supports $filter.' + 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. Returned only on $select.' + 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. Returned only on $select. Not nullable. + description: The licenses that are assigned to the user. Returned only on $select. Not nullable. Supports $filter. assignedPlans: type: array items: $ref: '#/components/schemas/microsoft.graph.assignedPlan' - description: The plans that are assigned to the user. Returned only on $select. Read-only. Not nullable. + 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. Only one number can be set for this property. Returned by default. Read-only for users synced from on-premises directory. + description: 'The telephone numbers for the user. NOTE: Although this is a string collection, only one number can be set for this property. Read-only for users synced from on-premises directory. Returned by default.' city: type: string - description: The city in which the user is located. Returned only on $select. Supports $filter. + 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. + 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 characters.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. Returned only on $select.' + 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''. Returned only on $select. Supports $filter.' + 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 date and time the user was created. The value cannot be modified and is automatically populated when the entity is created. The DateTimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. Property is nullable. A null value indicates that an accurate creation time couldn't be determined for the user. Returned only on $select. Read-only. Supports $filter. + 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). Returned only on $select. Read-only.' + 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. Returned only on $select. Supports $filter. + description: The name for the department in which the user works. Supports $filter. nullable: true deviceKeys: type: array @@ -15963,7 +15979,7 @@ components: $ref: '#/components/schemas/microsoft.graph.deviceKey' displayName: type: string - description: 'The name displayed in the address book for the user. This value 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. Returned by default. Supports $filter and $orderby.' + 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. Returned by default. 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])$' @@ -15991,7 +16007,7 @@ components: nullable: true faxNumber: type: string - description: The fax number of the user. Returned only on $select. + description: The fax number of the user. nullable: true givenName: type: string @@ -16001,7 +16017,7 @@ components: 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. Returned only on $select. Supports $filter.' + 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: @@ -16024,29 +16040,29 @@ components: 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 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 is ''2014-01-01T00:00:00Z'' Returned only on $select. Read-only.' + 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 is 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. Returned only on $select.' + 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. Returned only on $select. Read-only. + 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''. Returned by default. Supports $filter and endsWith.' nullable: true mailNickname: type: string - description: The mail alias for the user. This property must be specified when a user is created. Returned only on $select. Supports $filter. + 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. Returned by default. Read-only for users synced from on-premises directory. + description: The primary cellular telephone number for the user. Read-only for users synced from on-premises directory. Returned by default. nullable: true officeLocation: type: string @@ -16054,59 +16070,59 @@ components: 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. Returned only on $select. Read-only. + 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. Returned only on $select. Read-only.' + 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. Returned only on $select. Supports $filter.' + 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 is ''2014-01-01T00:00:00Z''. Returned only on $select. Read-only.' + 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 is 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. Returned only on $select. + 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. Returned only on $select. Read-only. + 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. Returned only on $select. Read-only. + 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). Returned only on $select. Read-only. + 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. Returned only on $select. Read-only. + 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''].Returned only on $select. Supports$filter.' + 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''.Returned only on $select.' + 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. Returned only on $select.' + 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 @@ -16120,35 +16136,35 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.provisionedPlan' - description: The plans that are provisioned for the user. Returned only on $select. Read-only. Not nullable. + 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. Returned only on $select. Read-only, Not nullable. Supports $filter.' + 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. Use invalidateAllRefreshTokens to reset.' + 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. Returned only on $select.' + 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. Returned only on $select. Read-only. Use revokeSignInSessions to reset.' + 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. Returned only on $select. Supports $filter. + 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. Returned only on $select. + description: The street address of the user's place of business. nullable: true surname: type: string @@ -16156,7 +16172,7 @@ components: 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. Returned only on $select. Supports $filter.' + 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 @@ -16164,7 +16180,7 @@ components: 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''. Returned only on $select. Supports $filter.' + 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' @@ -16176,56 +16192,56 @@ components: format: int32 aboutMe: type: string - description: A freeform text entry field for the user to describe themselves. Returned only on $select. + 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 is ''2014-01-01T00:00:00Z'' Returned only on $select.' + 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 is 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 is ''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.' + 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 is 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. Returned only on $select. + description: A list for the user to describe their interests. mySite: type: string - description: The URL for the user's personal site. Returned only on $select. + 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. Returned only on $select. + description: A list for the user to enumerate their past projects. preferredName: type: string - description: The preferred name for the user. Returned only on $select. + 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. Returned only on $select. + 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. Returned only on $select. + 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. Returned only on $select. + description: A list for the user to enumerate their skills. analytics: $ref: '#/components/schemas/microsoft.graph.userAnalytics' usageRights: @@ -16260,7 +16276,11 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.directoryObject' - description: 'The groups, directory roles and administrative units that the user is a member of. Read-only. Nullable.' + description: The groups and directory roles that the user is a member of. Read-only. Nullable. + oauth2PermissionGrants: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.oAuth2PermissionGrant' ownedDevices: type: array items: @@ -16316,7 +16336,7 @@ components: 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. + 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: @@ -16340,7 +16360,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.person' - description: 'Read-only. The most relevant people to the user. The collection is ordered by their relevance to the user, which is determined by the user''s communication, collaboration and business relationships. A person is an aggregation of information from across mail, contacts and social networks.' + description: People that are relevant to the user. Read-only. Nullable. drive: $ref: '#/components/schemas/microsoft.graph.drive' drives: @@ -16356,7 +16376,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.extension' - description: The collection of open extensions defined for the user. Nullable. + description: The collection of open extensions defined for the user. Read-only. Nullable. appConsentRequestsForApproval: type: array items: @@ -16480,7 +16500,7 @@ components: nullable: true visibility: type: string - description: 'Controls whether the adminstrative unit and its members are hidden or public. Can be set to HiddenMembership or Public. If not set, default behavior is Public. When set to HiddenMembership, only members of the administrative unit can list other members of the adminstrative unit.' + description: 'Controls whether the administrative unit and its members are hidden or public. Can be set to HiddenMembership or Public. If not set, default behavior is Public. When set to HiddenMembership, only members of the administrative unit can list other members of the administrative unit.' nullable: true members: type: array @@ -16737,7 +16757,7 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true displayName: @@ -16749,7 +16769,7 @@ components: 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: 'Moment in time when the resource was last modified. 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''' + description: 'Moment in time when the resource was last modified. 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true additionalProperties: @@ -16927,12 +16947,12 @@ components: 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.' + 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.' 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.' + 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 is 2014-01-01T00:00:00Z. Read-only.' format: date-time nullable: true principalDisplayName: @@ -16942,16 +16962,16 @@ components: 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.' + description: 'The unique identifier (id) for the user, group or service principal being granted the app role. Required on create.' 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.' + description: 'The type of the assigned principal. This can either be User, Group or ServicePrincipal. Read-only.' 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. + description: The display name of the resource app's service principal to which the assignment is made. 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}$' @@ -17050,15 +17070,15 @@ components: 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, through an Outlook client or the corresponding calendarPermission resource. Read-only.' + 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. Read-only.' + 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. This property is set through an Outlook client or the corresponding calendarPermission resource. Read-only.' + description: 'true if the user can read calendar items that have been marked private, false otherwise.' nullable: true changeKey: type: string @@ -17070,11 +17090,11 @@ components: $ref: '#/components/schemas/microsoft.graph.onlineMeetingProviderType' hexColor: type: string - description: 'The calendar color, expressed in a hex color code of three hexidecimal values, each ranging from 00 to FF and representing the red, green, or blue components of the color in the RGB color space. If the user has never explicitly set a color for the calendar, this property is empty.' + description: 'The calendar color, expressed in a hex color code of three hexadecimal values, each ranging from 00 to FF and representing the red, green, or blue components of the color in the RGB color space. If the user has never explicitly set a color for the calendar, this property is empty. Read-only.' nullable: true isDefaultCalendar: type: boolean - description: 'True if this is the default calendar where new events are created by default, false otherwise.' + description: 'true if this is the default calendar where new events are created by default, false otherwise.' nullable: true isRemovable: type: boolean @@ -17082,11 +17102,11 @@ components: nullable: true isShared: type: boolean - description: 'True if the user has shared the calendar with other users, false otherwise. Since only the user who created the calendar can share it, isShared and isSharedWithMe cannot be true for the same user. This property is set when sharing is initiated in an Outlook client, and can be reset when the sharing is cancelled through the client or the corresponding calendarPermission resource. Read-only.' + description: 'true if the user has shared the calendar with other users, false otherwise. Since only the user who created the calendar can share it, isShared and isSharedWithMe cannot be true for the same user. This property is set when sharing is initiated in an Outlook client, and can be reset when the sharing is cancelled through the client or the corresponding calendarPermission resource. Read-only.' nullable: true isSharedWithMe: type: boolean - description: 'True if the user has been shared this calendar, false otherwise. This property is always false for a calendar owner. This property is set when sharing is initiated in an Outlook client, and can be reset when the sharing is cancelled through the client or the corresponding calendarPermission resource. Read-only.' + description: 'true if the user has been shared this calendar, false otherwise. This property is always false for a calendar owner. This property is set when sharing is initiated in an Outlook client, and can be reset when the sharing is cancelled through the client or the corresponding calendarPermission resource. Read-only.' nullable: true isTallyingResponses: type: boolean @@ -17215,7 +17235,7 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true originalStartTimeZone: @@ -17268,7 +17288,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.attachment' - description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' + description: The collection of fileAttachment and itemAttachment attachments for the event. Navigation property. Read-only. Nullable. calendar: $ref: '#/components/schemas/microsoft.graph.calendar' exceptionOccurrences: @@ -17279,12 +17299,12 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.extension' - description: The collection of open extensions defined for the event. Nullable. + 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 occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but does not include occurrences that have been cancelled from the series. Navigation property. Read-only. Nullable.' + description: The instances of the event. Navigation property. Read-only. Nullable. multiValueExtendedProperties: type: array items: @@ -17309,7 +17329,7 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time preview: type: string @@ -17349,7 +17369,7 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time preview: type: string @@ -17464,6 +17484,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.columnDefinition' + description: The collection of column definitions available in the site that are referenced from the sites in the parent hierarchy of the current site. items: type: array items: @@ -17489,6 +17510,8 @@ components: items: $ref: '#/components/schemas/microsoft.graph.site' description: The collection of the sub-sites under this site. + termStore: + $ref: '#/components/schemas/microsoft.graph.termStore.store' onenote: $ref: '#/components/schemas/microsoft.graph.onenote' additionalProperties: @@ -17609,7 +17632,7 @@ components: 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 team was created. + description: Timestamp at which the team was created. format: date-time nullable: true description: @@ -17725,12 +17748,12 @@ components: 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''' + description: 'The date and time at which the plan was assigned. 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 is 2014-01-01T00:00:00Z.' format: date-time nullable: true capabilityStatus: type: string - description: 'Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut.' + description: 'Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. See a detailed description of each value.' nullable: true service: type: string @@ -17792,7 +17815,7 @@ components: properties: forceChangePasswordNextSignIn: type: boolean - description: 'If true, at next sign-in, the user must change their password. After a password change, this property will be automatically reset to false. If not set, default is false.' + description: true if the user must change her password on the next login; otherwise false. nullable: true forceChangePasswordNextSignInWithMfa: type: boolean @@ -17867,7 +17890,7 @@ components: properties: externalId: type: string - description: Id of the Teacher in external source system. + description: ID of the teacher in the source system. nullable: true teacherNumber: type: string @@ -17902,7 +17925,7 @@ components: 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 - description: 'The last sign-in date for a specific user. You can use this field to calculate the last time a user signed in to the directory. This field can be used to build reports, such as inactive users. 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''. For more information about using the value of this property, see Manage inactive user accounts in Azure AD.' + description: 'The last interactive sign-in date for a specific user. You can use this field to calculate the last time a user signed in to the directory with an interactive authentication method. This field can be used to build reports, such as inactive users. 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 is: ''2014-01-01T00:00:00Z''. For more information about using the value of this property, see Manage inactive user accounts in Azure AD.' format: date-time nullable: true lastSignInRequestId: @@ -18065,7 +18088,7 @@ components: properties: archiveFolder: type: string - description: Folder ID of an archive folder for the user. Read only. + description: Folder ID of an archive folder for the user. nullable: true automaticRepliesSetting: $ref: '#/components/schemas/microsoft.graph.automaticRepliesSetting' @@ -18173,6 +18196,44 @@ components: nullable: true additionalProperties: type: object + microsoft.graph.oAuth2PermissionGrant: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: oAuth2PermissionGrant + type: object + properties: + clientId: + type: string + description: The id of the client service principal for the application which is authorized to act on behalf of a signed-in user when accessing an API. Required. Supports $filter (eq only). + consentType: + type: string + description: 'Indicates if authorization is granted for the client application to impersonate all users or only a specific user. AllPrincipals indicates authorization to impersonate all users. Principal indicates authorization to impersonate a specific user. Consent on behalf of all users can be granted by an administrator. Non-admin users may be authorized to consent on behalf of themselves in some cases, for some delegated permissions. Required. Supports $filter (eq only).' + nullable: true + expiryTime: + 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: 'Currently, the end time value is ignored, but a value is required when creating an oAuth2PermissionGrant. Required.' + format: date-time + nullable: true + principalId: + type: string + description: 'The id of the user on behalf of whom the client is authorized to access the resource, when consentType is Principal. If consentType is AllPrincipals this value is null. Required when consentType is Principal.' + nullable: true + resourceId: + type: string + description: The id of the resource service principal to which access is authorized. This identifies the API which the client is authorized to attempt to call on behalf of a signed-in user. + scope: + type: string + description: 'A space-separated list of the claim values for delegated permissions which should be included in access tokens for the resource application (the API). For example, openid User.Read GroupMember.Read.All. Each claim value should match the value field of one of the delegated permissions defined by the API, listed in the publishedPermissionScopes property of the resource service principal.' + nullable: true + startTime: + 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: 'Currently, the start time value is ignored, but a value is required when creating an oAuth2PermissionGrant. Required.' + format: date-time + nullable: true + additionalProperties: + type: object microsoft.graph.scopedRoleMembership: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -18269,7 +18330,7 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true children: @@ -18403,7 +18464,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.extension' - description: The collection of open extensions defined for the contact. Nullable. + description: The collection of open extensions defined for the contact. Read-only. Nullable. multiValueExtendedProperties: type: array items: @@ -18520,7 +18581,7 @@ components: $ref: '#/components/schemas/microsoft.graph.itemBody' bodyPreview: type: string - description: 'The first 255 characters of the message body. It is in text format. If the message contains instances of mention, this property would contain a concatenation of these mentions as well.' + description: The first 255 characters of the message body. It is in text format. nullable: true ccRecipients: type: array @@ -18582,7 +18643,7 @@ components: 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. 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''.' + description: 'The date and time the message was received. The date and time information uses ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.' format: date-time nullable: true replyTo: @@ -18595,7 +18656,7 @@ components: 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. 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''.' + description: 'The date and time the message was sent. The date and time information uses ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.' format: date-time nullable: true subject: @@ -18722,7 +18783,7 @@ components: nullable: true personType: type: string - description: 'The type of person, for example distribution list.' + description: The type of person. nullable: true phones: type: array @@ -18774,20 +18835,25 @@ components: properties: appDisplayName: type: string + description: The display name of the app for which consent is requested. Required. Supports $filter (eq only) and $orderby. nullable: true appId: type: string + description: The identifier of the application. Required. Supports $filter (eq only) and $orderby. consentType: type: string + description: 'The consent type of the request. Possible values are: Static and Dynamic. These represent static and dynamic permissions, respectively, requested in the consent workflow. Supports $filter (eq only) and $orderby. Required.' nullable: true pendingScopes: type: array items: $ref: '#/components/schemas/microsoft.graph.appConsentRequestScope' + description: A list of pending scopes waiting for approval. This is empty if the consentType is Static. Required. userConsentRequests: type: array items: $ref: '#/components/schemas/microsoft.graph.userConsentRequest' + description: A list of pending user consent requests. additionalProperties: type: object microsoft.graph.approval: @@ -18811,7 +18877,7 @@ components: 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: DateTime when review instance is scheduled to end. + description: 'DateTime when review instance is scheduled to end.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 is 2014-01-01T00:00:00Z.' format: date-time nullable: true scope: @@ -18819,7 +18885,7 @@ components: 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: DateTime when review instance is scheduled to start. May be in the future. + description: 'DateTime when review instance is scheduled to start. May be in the future. 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 is 2014-01-01T00:00:00Z.' format: date-time nullable: true status: @@ -18843,11 +18909,11 @@ components: properties: agreementFileId: type: string - description: ID of the agreement file accepted by the user. + description: The identifier of the agreement file accepted by the user. nullable: true agreementId: type: string - description: ID of the agreement. + description: The identifier of the agreement. nullable: true deviceDisplayName: type: string @@ -18859,11 +18925,11 @@ components: nullable: true deviceOSType: type: string - description: The operating system used for accepting the agreement. + description: The operating system used to accept the agreement. nullable: true deviceOSVersion: type: string - description: The operating system version of the device used for accepting the agreement. + description: The operating system version of the device used to accept the agreement. 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])$' @@ -18889,7 +18955,7 @@ components: nullable: true userId: type: string - description: ID of the user who accepted the agreement. + description: The identifier of the user who accepted the agreement. nullable: true userPrincipalName: type: string @@ -18906,26 +18972,26 @@ components: 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: Created date time in UTC of the device enrollment configuration + description: Not yet documented format: date-time description: type: string - description: The description of the device enrollment configuration + description: Not yet documented nullable: true displayName: type: string - description: The display name of the device enrollment configuration + 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: Last modified date time in UTC of the device enrollment configuration + description: Not yet documented format: date-time priority: maximum: 2147483647 minimum: -2147483648 type: integer - description: Priority is used when a user exists in multiple groups that are assigned enrollment configuration. Users are subject only to the configuration with the lowest priority value. + description: Not yet documented format: int32 roleScopeTagIds: type: array @@ -18937,13 +19003,13 @@ components: maximum: 2147483647 minimum: -2147483648 type: integer - description: The version of the device enrollment configuration + 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 + description: The list of group assignments for the device configuration profile. additionalProperties: type: object description: The Base Class of Device Enrollment Configuration @@ -18959,11 +19025,11 @@ components: nullable: true activationLockBypassCode: type: string - description: Code that allows the Activation Lock on a device to be bypassed. This property is read-only. + description: Code that allows the Activation Lock on a device to be bypassed. nullable: true androidSecurityPatchLevel: type: string - description: Android security patch level. This property is read-only. + description: Android security patch level nullable: true autopilotEnrolled: type: boolean @@ -18974,18 +19040,18 @@ components: nullable: true azureADDeviceId: type: string - description: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. + 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. This property is read-only. + 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. This property is read-only. + description: The DateTime when device compliance grace period expires format: date-time complianceState: $ref: '#/components/schemas/microsoft.graph.complianceState' @@ -18999,10 +19065,10 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.deviceActionResult' - description: List of ComplexType deviceActionResult objects. This property is read-only. + description: List of ComplexType deviceActionResult objects. deviceCategoryDisplayName: type: string - description: Device category display name. This property is read-only. + description: Device category display name nullable: true deviceEnrollmentType: $ref: '#/components/schemas/microsoft.graph.deviceEnrollmentType' @@ -19010,7 +19076,7 @@ components: $ref: '#/components/schemas/microsoft.graph.deviceHealthAttestationState' deviceName: type: string - description: Name of the device. This property is read-only. + description: Name of the device nullable: true deviceRegistrationState: $ref: '#/components/schemas/microsoft.graph.deviceRegistrationState' @@ -19018,24 +19084,24 @@ components: $ref: '#/components/schemas/microsoft.graph.deviceType' easActivated: type: boolean - description: Whether the device is Exchange ActiveSync activated. This property is read-only. + 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. This property is read-only. + description: Exchange ActivationSync activation time of the device. format: date-time easDeviceId: type: string - description: Exchange ActiveSync Id of the device. This property is read-only. + description: Exchange ActiveSync Id of the device. nullable: true emailAddress: type: string - description: Email(s) for the user associated with the device. This property is read-only. + 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. This property is read-only. + description: Enrollment time of the device. format: date-time ethernetMacAddress: type: string @@ -19048,11 +19114,11 @@ components: 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. This property is read-only. + description: Last time the device contacted Exchange. format: date-time freeStorageSpaceInBytes: type: integer - description: Free Storage in Bytes. This property is read-only. + description: Free Storage in Bytes format: int64 hardwareInformation: $ref: '#/components/schemas/microsoft.graph.hardwareInformation' @@ -19062,24 +19128,24 @@ components: nullable: true imei: type: string - description: IMEI. This property is read-only. + description: IMEI nullable: true isEncrypted: type: boolean - description: Device encryption status. This property is read-only. + description: Device encryption status isSupervised: type: boolean - description: Device supervised status. This property is read-only. + description: Device supervised status jailBroken: type: string - description: whether the device is jail broken or rooted. This property is read-only. + 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. This property is read-only. + 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' @@ -19102,15 +19168,15 @@ components: $ref: '#/components/schemas/microsoft.graph.managementState' manufacturer: type: string - description: Manufacturer of the device. This property is read-only. + description: Manufacturer of the device nullable: true meid: type: string - description: MEID. This property is read-only. + description: MEID nullable: true model: type: string - description: Model of the device. This property is read-only. + description: Model of the device nullable: true notes: type: string @@ -19118,11 +19184,11 @@ components: nullable: true operatingSystem: type: string - description: 'Operating system of the device. Windows, iOS, etc. This property is read-only.' + description: 'Operating system of the device. Windows, iOS, etc.' nullable: true osVersion: type: string - description: Operating system version of the device. This property is read-only. + description: Operating system version of the device. nullable: true ownerType: $ref: '#/components/schemas/microsoft.graph.ownerType' @@ -19130,7 +19196,7 @@ components: $ref: '#/components/schemas/microsoft.graph.managedDevicePartnerReportedHealthState' phoneNumber: type: string - description: Phone number of the device. This property is read-only. + description: Phone number of the device nullable: true physicalMemoryInBytes: type: integer @@ -19145,11 +19211,11 @@ components: $ref: '#/components/schemas/microsoft.graph.managedDeviceArchitecture' remoteAssistanceSessionErrorDetails: type: string - description: An error string that identifies issues when creating Remote Assistance session objects. This property is read-only. + 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. This property is read-only. + description: Url that allows a Remote Assistance session to be established with the device. nullable: true requireUserEnrollmentApproval: type: boolean @@ -19168,7 +19234,7 @@ components: description: List of Scope Tag IDs for this Device instance. serialNumber: type: string - description: SerialNumber. This property is read-only. + description: SerialNumber nullable: true skuFamily: type: string @@ -19186,11 +19252,11 @@ components: nullable: true subscriberCarrier: type: string - description: Subscriber Carrier. This property is read-only. + description: Subscriber Carrier nullable: true totalStorageSpaceInBytes: type: integer - description: Total Storage in Bytes. This property is read-only. + description: Total Storage in Bytes format: int64 udid: type: string @@ -19198,15 +19264,15 @@ components: nullable: true userDisplayName: type: string - description: User display name. This property is read-only. + description: User display name nullable: true userId: type: string - description: Unique Identifier for the user associated with the device. This property is read-only. + description: Unique Identifier for the user associated with the device nullable: true userPrincipalName: type: string - description: Device user principal name. This property is read-only. + description: Device user principal name nullable: true usersLoggedOn: type: array @@ -19215,7 +19281,7 @@ components: description: Indicates the last logged on users of a device. This property is read-only. wiFiMacAddress: type: string - description: Wi-Fi MAC. This property is read-only. + description: Wi-Fi MAC nullable: true windowsActiveMalwareCount: maximum: 2147483647 @@ -19351,7 +19417,7 @@ components: 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. + description: Zero or more policys already applied on the registered app when it last synchronized with management service. intendedPolicies: type: array items: @@ -19553,7 +19619,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.plannerTask' - description: Read-only. Nullable. Returns the plannerTasks assigned to the user. + description: Read-only. Nullable. Returns the plannerPlans shared with the user. additionalProperties: type: object microsoft.graph.itemInsights: @@ -19575,6 +19641,8 @@ components: contributionToContentDiscoveryDisabled: type: boolean description: 'When set to true, the delegate access to the user''s trending API is disabled. When set to true, documents in the user''s Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for Business is affected. Users can control this setting in Office Delve.' + itemInsights: + $ref: '#/components/schemas/microsoft.graph.userInsightsSettings' regionalAndLanguageSettings: $ref: '#/components/schemas/microsoft.graph.regionalAndLanguageSettings' shiftPreferences: @@ -19753,7 +19821,7 @@ components: properties: accountEnabled: type: boolean - description: 'true if the account is enabled; otherwise, false. default is true.' + description: 'true if the account is enabled; otherwise, false. Required.' nullable: true alternativeSecurityIds: type: array @@ -19763,13 +19831,13 @@ components: 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.' + 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 is 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.' + 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 is 2014-01-01T00:00:00Z. Read-only.' format: date-time nullable: true deviceCategory: @@ -19818,6 +19886,7 @@ components: items: type: string nullable: true + description: List of hostNames for the device. 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.' @@ -19837,7 +19906,7 @@ components: 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.' + 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 is 2014-01-01T00:00:00Z Read-only.' format: date-time nullable: true onPremisesSyncEnabled: @@ -19850,7 +19919,7 @@ components: nullable: true operatingSystemVersion: type: string - description: Operating system version of the device. Required. + description: The version of the operating system on the device. Required. nullable: true physicalIds: type: array @@ -19859,12 +19928,12 @@ components: description: For internal use only. Not nullable. profileType: type: string - description: The profile type of the device. Possible values:RegisteredDevice (default)SecureVMPrinterSharedIoT + description: 'The profile type of the device. Possible values: RegisteredDevice (default), SecureVM, Printer, Shared, IoT.' 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 - description: 'Date and time of when the device was registered. 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.' + description: 'Date and time of when the device was registered. 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 is 2014-01-01T00:00:00Z. Read-only.' format: date-time nullable: true systemLabels: @@ -19874,10 +19943,11 @@ components: 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' + description: 'Type of trust for the joined device. Read-only. Possible values: Workplace (indicates bring your own personal devices), AzureAd (Cloud only joined devices), ServerAd (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 + description: Form factor of device. Only returned if user signs in with a Microsoft account as part of Project Rome. nullable: true manufacturer: type: string @@ -19889,12 +19959,15 @@ components: nullable: true name: type: string + description: Friendly name of a device. Only returned if user signs in with a Microsoft account as part of Project Rome. nullable: true platform: type: string + description: Platform of device. Only returned if user signs in with a Microsoft account as part of Project Rome. Only returned if user signs in with a Microsoft account as part of Project Rome. nullable: true status: type: string + description: Device is online or offline. Only returned if user signs in with a Microsoft account as part of Project Rome. nullable: true usageRights: type: array @@ -19965,7 +20038,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.meetingCapabilities' - description: 'The list of meeting capabilities. Possible values are: questionAndAnswer.' + description: 'The list of meeting capabilities. Possible values are: questionAndAnswer,unknownFutureValue.' chatInfo: $ref: '#/components/schemas/microsoft.graph.chatInfo' creationDateTime: @@ -20041,7 +20114,7 @@ components: properties: activity: type: string - description: 'The supplemental information to a user''s availability. Possible values are Available, Away, BeRightBack, Busy, DoNotDisturb, InACall, InAConferenceCall, Inactive,InAMeeting, Offline, OffWork,OutOfOffice, PresenceUnknown,Presenting, UrgentInterruptionsOnly.' + description: 'The supplemental information to a user''s availability. Possible values are Available, Away, BeRightBack, Busy, DoNotDisturb, InACall, InAConferenceCall, Inactive, InAMeeting, Offline, OffWork, OutOfOffice, PresenceUnknown, Presenting, UrgentInterruptionsOnly.' nullable: true availability: type: string @@ -20267,7 +20340,7 @@ components: properties: name: type: string - description: Name of the setting (as defined by the directorySettingTemplate). + description: Name of the setting (as defined by the groupSettingTemplate). nullable: true value: type: string @@ -20304,11 +20377,11 @@ components: properties: address: type: string - description: The email address of an entity instance. + description: The email address of the person or entity. nullable: true name: type: string - description: The display name of an entity instance. + description: The display name of the person or entity. nullable: true additionalProperties: type: object @@ -20382,13 +20455,13 @@ components: 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''' + 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 is 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true additionalProperties: @@ -20423,10 +20496,10 @@ components: properties: dateTime: type: string - description: 'A single point of time in a combined date and time representation ({date}T{time}). For example, ''2019-04-16T09:00:00''.' + 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 possible values.' + description: 'Represents a time zone, for example, ''Pacific Standard Time''. See below for more possible values.' nullable: true additionalProperties: type: object @@ -20527,7 +20600,7 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true additionalProperties: @@ -20574,12 +20647,12 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true name: type: string - description: The display name of the attachment. This does not need to be the actual file name. + description: The attachment's file name. nullable: true size: maximum: 2147483647 @@ -20620,7 +20693,7 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time sender: $ref: '#/components/schemas/microsoft.graph.recipient' @@ -20628,7 +20701,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.attachment' - description: 'The collection of fileAttachment, itemAttachment, and referenceAttachment attachments for the post. Read-only. Nullable.' + description: Read-only. Nullable. extensions: type: array items: @@ -20816,6 +20889,8 @@ components: $ref: '#/components/schemas/microsoft.graph.image' location: $ref: '#/components/schemas/microsoft.graph.geoCoordinates' + media: + $ref: '#/components/schemas/microsoft.graph.media' package: $ref: '#/components/schemas/microsoft.graph.package' pendingOperations: @@ -20839,6 +20914,8 @@ components: description: Size of the item in bytes. Read-only. format: int64 nullable: true + source: + $ref: '#/components/schemas/microsoft.graph.driveItemSource' specialFolder: $ref: '#/components/schemas/microsoft.graph.specialFolder' video: @@ -21027,12 +21104,15 @@ components: nullable: true isDeletable: type: boolean + description: Indicates whether this column can be deleted. nullable: true isReorderable: type: boolean + description: Indicates whether values in the column can be reordered. Read-only. nullable: true isSealed: type: boolean + description: Specifies whether column can be changed. nullable: true lookup: $ref: '#/components/schemas/microsoft.graph.lookupColumn' @@ -21046,6 +21126,7 @@ components: $ref: '#/components/schemas/microsoft.graph.personOrGroupColumn' propagateChanges: type: boolean + description: If 'True' changes to this column will be propagated to lists that implement the column. nullable: true readOnly: type: boolean @@ -21080,6 +21161,7 @@ components: items: type: string nullable: true + description: List of canonical URLs for hub sites with which this content type is associated to. This will contain all hubsites where this content type is queued to be enforced or is already enforced. Enforcing a content type means that the content type will be applied to the lists in the enforced sites. description: type: string description: The descriptive text for the item. @@ -21100,6 +21182,7 @@ components: $ref: '#/components/schemas/microsoft.graph.itemReference' isBuiltIn: type: boolean + description: Specifies if a content type is a built-in content type. nullable: true name: type: string @@ -21113,6 +21196,7 @@ components: nullable: true propagateChanges: type: boolean + description: 'If true, any changes made to the content type will be pushed to inherited content types and lists that implement the content type.' nullable: true readOnly: type: boolean @@ -21128,6 +21212,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.contentType' + description: The collection of content types that are ancestors of this content type. columnLinks: type: array items: @@ -21137,10 +21222,12 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.columnDefinition' + description: Column order information in a content type. columns: type: array items: $ref: '#/components/schemas/microsoft.graph.columnDefinition' + description: The collection of column definitions for this contentType. additionalProperties: type: object microsoft.graph.sitePage: @@ -21202,10 +21289,36 @@ components: 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.' + 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.termStore.store: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: store + type: object + properties: + defaultLanguageTag: + type: string + description: Default language of the term store. + languageTags: + type: array + items: + type: string + description: List of languages for the term store. + groups: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.termStore.group' + description: Collection of all groups available in the term store. + sets: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.termStore.set' + description: Collection of all sets available in the term store. + additionalProperties: + type: object microsoft.graph.plannerPlan: allOf: - $ref: '#/components/schemas/microsoft.graph.plannerDelta' @@ -21221,7 +21334,7 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true owner: @@ -21235,14 +21348,14 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.plannerBucket' - description: Collection of buckets in the plan. Read-only. Nullable. + 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: Collection of tasks in the plan. Read-only. Nullable. + description: Read-only. Nullable. Collection of tasks in the plan. additionalProperties: type: object microsoft.graph.notebook: @@ -21293,7 +21406,7 @@ components: $ref: '#/components/schemas/microsoft.graph.onenoteOperationError' percentComplete: type: string - description: The operation percent complete if the operation is still in running status + description: The operation percent complete if the operation is still in running status. nullable: true resourceId: type: string @@ -21327,7 +21440,7 @@ components: 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.' + 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 is 2014-01-01T00:00:00Z. Read-only.' format: date-time nullable: true level: @@ -21493,7 +21606,7 @@ components: nullable: true allowCreateUpdateChannels: type: boolean - description: 'If set to true, members can add and update any channels.' + description: 'If set to true, members can add and update channels.' nullable: true allowCreateUpdateRemoveConnectors: type: boolean @@ -22100,7 +22213,7 @@ components: 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''.' + 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 is 2014-01-01T00:00:00Z.' format: date-time nullable: true expectedAssessment: @@ -22126,7 +22239,7 @@ components: 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.' + 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}$' @@ -22505,6 +22618,7 @@ components: properties: displayName: type: string + description: The name of the scope. nullable: true additionalProperties: type: object @@ -22516,6 +22630,7 @@ components: properties: reason: type: string + description: The user's justification for requiring access to the app. Supports $filter (eq only) and $orderby. nullable: true approval: $ref: '#/components/schemas/microsoft.graph.approval' @@ -22527,36 +22642,39 @@ components: - title: approvalStep type: object properties: + assignedToMe: + type: boolean + description: Indicates whether the step is assigned to the calling user to review. Read-only. + nullable: true displayName: type: string + description: The label provided by the policy creator to identify an approval step. Read-only. nullable: true justification: type: string + description: The justification associated with the approval step decision. 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 + description: 'The date and time when a decision was recorded. The date and time information uses ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.' format: date-time nullable: true reviewResult: type: string + description: 'The result of this approval record. Possible values include: NotReviewed, Approved, Denied.' + nullable: true + status: + type: string + description: 'The step status. Possible values: InProgress, Initializing, Completed, Expired. Read-only.' nullable: true additionalProperties: type: object microsoft.graph.accessReviewScope: title: accessReviewScope type: object - properties: - query: - type: string - description: The query specifying what will be reviewed. See table for examples. - nullable: true - queryType: - type: string - description: The type of query. Examples include MicrosoftGraph and ARM. - nullable: true additionalProperties: type: object microsoft.graph.accessReviewInstanceDecisionItem: @@ -22573,7 +22691,7 @@ components: 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 - description: The DateTime when the approval decision was applied. + description: 'The timestamp when the approval decision was applied. 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 is 2014-01-01T00:00:00Z.' format: date-time nullable: true applyResult: @@ -22588,16 +22706,26 @@ components: type: string description: The review decision justification. nullable: true + principal: + $ref: '#/components/schemas/microsoft.graph.identity' + principalLink: + type: string + nullable: true recommendation: type: string description: 'A system-generated recommendation for the approval decision. Possible values: Approve, Deny, or NotAvailable.' nullable: true + resource: + $ref: '#/components/schemas/microsoft.graph.accessReviewInstanceDecisionItemResource' + resourceLink: + 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 - description: The DateTime when the review occurred. + description: The timestamp when the review occurred. format: date-time nullable: true target: @@ -22620,7 +22748,7 @@ components: 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: DateTime when review series was created. + description: Timestamp when review series was created. format: date-time nullable: true descriptionForAdmins: @@ -22640,7 +22768,7 @@ components: 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: DateTime when review series was last modified. + description: Timestamp when review series was last modified. format: date-time nullable: true reviewers: @@ -22991,11 +23119,12 @@ components: - androidEnterprise - windows10x - androidnGMS - - cloudPC + - chromeOS - linux - blackberry - palm - unknown + - cloudPC type: string microsoft.graph.deviceManagementExchangeAccessState: title: deviceManagementExchangeAccessState @@ -23886,7 +24015,7 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true conversationThreadId: @@ -23898,7 +24027,7 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true creationSource: @@ -23906,7 +24035,7 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true hasDescription: @@ -23947,7 +24076,7 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true title: @@ -23973,17 +24102,27 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.sharedInsight' - description: Access this property from the derived type itemInsights. + 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: Access this property from the derived type itemInsights. + 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: Access this property from the derived type itemInsights. + 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.userInsightsSettings: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: userInsightsSettings + type: object + properties: + isEnabled: + type: boolean additionalProperties: type: object microsoft.graph.regionalAndLanguageSettings: @@ -24744,6 +24883,7 @@ components: properties: conferenceId: type: string + description: The conference id of the online meeting. nullable: true dialinUrl: type: string @@ -24795,7 +24935,7 @@ components: properties: messageId: type: string - description: The unique identifier for a message in a Microsoft Teams channel. + description: The unique identifier of a message in a Microsoft Teams channel. nullable: true replyChainMessageId: type: string @@ -24888,6 +25028,7 @@ components: 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 when this key was registered to the user. format: date-time nullable: true creationDateTime: @@ -25006,7 +25147,7 @@ components: 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 date and time when this password was last updated. This property is currently not populated. Read-only. 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''' + description: 'The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true password: @@ -25121,6 +25262,7 @@ components: $ref: '#/components/schemas/microsoft.graph.channelIdentity' chatId: type: string + description: The identity of the chat in which the message was posted. 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])$' @@ -25145,13 +25287,13 @@ components: 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 Teams UI. If no edits are made the value is null. + 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 modified, including when a reaction is added or removed.' + 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: @@ -25173,7 +25315,7 @@ components: description: 'Reactions for this chat message (for example, Like).' 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.)' + 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 @@ -25389,7 +25531,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.dayOfWeek' - description: 'A collection of the days of the week on which the event occurs. 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.' + 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: @@ -25492,7 +25634,7 @@ components: properties: upgradeAvailable: type: boolean - description: Indicates if there are higher storage quota plans available. Read-only. + description: Indicates whether there are higher storage quota plans available. Read-only. nullable: true additionalProperties: type: object @@ -25760,16 +25902,27 @@ components: nullable: true latitude: type: number - description: 'Optional. The latitude, in decimal, for the item. Writable on OneDrive Personal.' + 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. Writable on OneDrive Personal.' + description: 'Optional. The longitude, in decimal, for the item. Read-only.' format: double nullable: true additionalProperties: type: object + microsoft.graph.media: + title: media + type: object + properties: + isTranscriptionShown: + type: boolean + nullable: true + mediaSource: + $ref: '#/components/schemas/microsoft.graph.mediaSource' + additionalProperties: + type: object microsoft.graph.package: title: package type: object @@ -25837,7 +25990,7 @@ components: 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: The date and time the photo was taken in UTC time. Read-only. + description: Represents the date and time the photo was taken. Read-only. format: date-time nullable: true additionalProperties: @@ -25949,6 +26102,17 @@ components: nullable: true additionalProperties: type: object + microsoft.graph.driveItemSource: + title: driveItemSource + type: object + properties: + application: + $ref: '#/components/schemas/microsoft.graph.driveItemSourceApplication' + externalId: + type: string + nullable: true + additionalProperties: + type: object microsoft.graph.specialFolder: title: specialFolder type: object @@ -26048,7 +26212,7 @@ components: 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. Nullable.' + 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: @@ -26073,14 +26237,14 @@ components: nullable: true changeType: type: string - description: '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. Required. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType.' + 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: Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 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. Optional. + 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.' + 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 @@ -26088,12 +26252,12 @@ components: nullable: true encryptionCertificateId: type: string - description: A custom app-provided identifier to help identify the certificate needed to decrypt resource data. Optional. Required when includeResourceData is true. + 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: '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. Required.' + 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 includeResourceData: type: boolean @@ -26109,16 +26273,18 @@ components: nullable: true notificationContentType: type: string + description: Desired content-type for MS Graph change notifications for supported resource types. The default content-type is the 'application/json' content-type. nullable: true notificationQueryOptions: type: string + description: 'OData Query Options for specifying value for the targeting resource. Clients receive notifications when resource reaches the state matching the query options provided here. With this new property in the subscription creation payload along with all existing properties, Webhooks will deliver notifications whenever a resource reaches the desired state mentioned in the notificationQueryOptions property eg when the print job is completed, when a print job resource isFetchable property value becomes true etc.' nullable: true notificationUrl: type: string - description: The URL of the endpoint that receives the change notifications. This URL must make use of the HTTPS protocol. Required. + 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: Specifies the resource that will be monitored for changes. Do not include the base URL (https://graph.microsoft.com/beta/). See the possible resource path values for each supported resource. Required. + 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.thumbnailSet: @@ -26145,6 +26311,7 @@ components: properties: content: type: string + description: The content stream for this version of the item. format: base64url nullable: true size: @@ -26310,6 +26477,7 @@ components: properties: isPicture: type: boolean + description: Specifies whether the display format used for URL columns is an image or a hyperlink. nullable: true additionalProperties: type: object @@ -26387,9 +26555,11 @@ components: properties: allowMultipleValues: type: boolean + description: Specifies whether the column will allow more than one value nullable: true showFullyQualifiedName: type: boolean + description: Specifies whether to display the entire term path or only the term label. nullable: true additionalProperties: type: object @@ -26459,13 +26629,16 @@ components: properties: defaultLanguage: type: string + description: Default BCP 47 language tag for the description. nullable: true descriptions: type: array items: $ref: '#/components/schemas/microsoft.graph.displayNameLocalization' + description: Localized messages that explain what is needed for this column's value to be considered valid. User will be prompted with this message if validation fails. formula: type: string + description: 'The formula to validate column value. For examples, see Examples of common formulas in lists' nullable: true additionalProperties: type: object @@ -26477,18 +26650,23 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.contentTypeInfo' + description: Content types allowed in document set. defaultContents: type: array items: $ref: '#/components/schemas/microsoft.graph.documentSetContent' + description: Default contents of document set. propagateWelcomePageChanges: type: boolean + description: Specifies whether to push welcome page changes to inherited content types. nullable: true shouldPrefixNameToFile: type: boolean + description: Add the name of the Document Set to each file name. nullable: true welcomePageUrl: type: string + description: Welcome page absolute URL. nullable: true sharedColumns: type: array @@ -26508,9 +26686,11 @@ components: $ref: '#/components/schemas/microsoft.graph.contentTypeInfo' fileName: type: string + description: Name of the file in resource folder that should be added as a default content or a template in the document set nullable: true folderName: type: string + description: Folder name in which the file will be placed when a new document set is created in the library. nullable: true additionalProperties: type: object @@ -26619,6 +26799,83 @@ components: nullable: true additionalProperties: type: object + microsoft.graph.termStore.group: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: group + 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: Date and time of group creation. Read-only. + format: date-time + nullable: true + description: + type: string + description: Description giving details on the term usage. + nullable: true + displayName: + type: string + description: Name of group. + nullable: true + parentSiteId: + type: string + nullable: true + scope: + $ref: '#/components/schemas/microsoft.graph.termStore.termGroupScope' + sets: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.termStore.set' + description: 'All sets under the group in a term [store].' + additionalProperties: + type: object + microsoft.graph.termStore.set: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: set + 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: Date and time of set creation. Read-only. + format: date-time + nullable: true + description: + type: string + description: Description giving details on the term usage. + nullable: true + localizedNames: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.termStore.localizedName' + description: Name of the set for each languageTag. + properties: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.keyValue' + description: Custom properties for the set. + children: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.termStore.term' + description: 'Children terms of set in term [store].' + parentGroup: + $ref: '#/components/schemas/microsoft.graph.termStore.group' + relations: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.termStore.relation' + description: Indicates which terms have been pinned or reused directly under the set. + terms: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.termStore.term' + description: All the terms under the set. + additionalProperties: + type: object microsoft.graph.plannerPlanContainer: title: plannerPlanContainer type: object @@ -26693,7 +26950,7 @@ components: 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.' + 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 is 2014-01-01T00:00:00Z. Read-only.' format: date-time nullable: true additionalProperties: @@ -26761,7 +27018,7 @@ components: 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.' + 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 is 2014-01-01T00:00:00Z. Read-only.' format: date-time nullable: true additionalProperties: @@ -26830,7 +27087,7 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true recipientActionMessage: @@ -26839,11 +27096,11 @@ components: nullable: true recipientUserId: type: string - description: User id of the recipient of the offer shift request. + 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. + description: User ID of the sender of the offer shift request. nullable: true additionalProperties: type: object @@ -26931,7 +27188,7 @@ components: properties: recipientShiftId: type: string - description: Shift ID for the recipient user with whom the request is to swap. + description: ShiftId for the recipient user with whom the request is to swap. nullable: true additionalProperties: type: object @@ -26989,13 +27246,13 @@ components: 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''' + 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 is 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true timeOffReasonId: @@ -27078,6 +27335,8 @@ components: - title: teamsAppDefinition type: object properties: + allowedInstallationScopes: + $ref: '#/components/schemas/microsoft.graph.teamsAppInstallationScopes' azureADAppId: type: string description: The WebApplicationInfo.id from the Teams App manifest. @@ -27086,6 +27345,7 @@ components: $ref: '#/components/schemas/microsoft.graph.identitySet' description: type: string + description: Verbose description of the application. nullable: true displayName: type: string @@ -27103,7 +27363,7 @@ components: nullable: true teamsAppId: type: string - description: The id from the Teams App manifest. + description: The ID from the Teams app manifest. nullable: true version: type: string @@ -27365,7 +27625,7 @@ components: 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''.' + 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 is 2014-01-01T00:00:00Z.' format: date-time nullable: true message: @@ -27461,7 +27721,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.recipient' - description: The email address to which a message should be redirected. + description: The email addresses to which a message should be redirected. stopProcessingRules: type: boolean description: Indicates whether subsequent rules should be evaluated. @@ -27685,6 +27945,24 @@ components: nullable: true additionalProperties: type: object + microsoft.graph.accessReviewInstanceDecisionItemResource: + title: accessReviewInstanceDecisionItemResource + type: object + properties: + displayName: + type: string + description: Display name of the resource + nullable: true + id: + type: string + description: Resource ID + nullable: true + type: + type: string + description: 'Type of resource. Types include: Group, ServicePrincipal, DirectoryRole, AzureRole, AccessPackageAssignmentPolicy.' + nullable: true + additionalProperties: + type: object microsoft.graph.accessReviewInstanceDecisionItemTarget: title: accessReviewInstanceDecisionItemTarget type: object @@ -27696,7 +27974,15 @@ components: - title: accessReviewReviewerScope type: object properties: + query: + type: string + description: The query specifying who will be the reviewer. See table for examples. + nullable: true queryRoot: + type: string + description: The type of query. Examples include MicrosoftGraph and ARM. + nullable: true + queryType: type: string description: 'In the scenario where reviewers need to be specified dynamically, this property is used to indicate the relative source of the query. This property is only required if a relative query (i.e., ./manager) is specified.' nullable: true @@ -28431,6 +28717,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.translationLanguageOverride' + description: 'Translation override behavior for languages, if any.Returned by default.' translationBehavior: $ref: '#/components/schemas/microsoft.graph.translationBehavior' untranslatedLanguages: @@ -28438,6 +28725,7 @@ components: items: type: string nullable: true + description: 'The list of languages the user does not need translated. This is computed from the authoringLanguages collection in regionalAndLanguageSettings, and the languageOverrides collection in translationPreferences. The list specifies neutral culture values that include the language code without any country or region association. For example, it would specify ''fr'' for the neutral French culture, but not ''fr-FR'' for the French culture in France. Returned by default. Read only.' additionalProperties: type: object microsoft.graph.changeTrackedEntity: @@ -28451,7 +28739,7 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true lastModifiedBy: @@ -28459,7 +28747,7 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true additionalProperties: @@ -28835,7 +29123,7 @@ components: nullable: true contentType: type: string - description: 'The media type of the content attachment. It can have the following values: reference: Attachment is a link to another file. Populate the contentURL with the link to the object.Any contentTypes supported by the Bot Framework''s Attachment objectapplication/vnd.microsoft.card.codesnippet: A code snippet. application/vnd.microsoft.card.announcement: An announcement header.' + description: 'The media type of the content attachment. It can have the following values: reference: Attachment is a link to another file. Populate the contentURL with the link to the object.file: Raw file attachment. Populate the contenturl field with the base64 encoding of the file in data: format.image/: Image type with the type of the image specified ex: image/png, image/jpeg, image/gif. Populate the contentUrl field with the base64 encoding of the file in data: format.video/: Video type with the format specified. Ex: video/mp4. Populate the contentUrl field with the base64 encoding of the file in data: format.audio/: Audio type with the format specified. Ex: audio/wmw. Populate the contentUrl field with the base64 encoding of the file in data: format.application/card type: Rich card attachment type with the card type specifying the exact card format to use. Set content with the json format of the card. Supported values for card type include:application/vnd.microsoft.card.adaptive: A rich card that can contain any combination of text, speech, images,,buttons, and input fields. Set the content property to,an AdaptiveCard object.application/vnd.microsoft.card.animation: A rich card that plays animation. Set the content property,to an AnimationCardobject.application/vnd.microsoft.card.audio: A rich card that plays audio files. Set the content property,to an AudioCard object.application/vnd.microsoft.card.video: A rich card that plays videos. Set the content property,to a VideoCard object.application/vnd.microsoft.card.hero: A Hero card. Set the content property to a HeroCard object.application/vnd.microsoft.card.thumbnail: A Thumbnail card. Set the content property to a ThumbnailCard object.application/vnd.microsoft.com.card.receipt: A Receipt card. Set the content property to a ReceiptCard object.application/vnd.microsoft.com.card.signin: A user Sign In card. Set the content property to a SignInCard object.' nullable: true contentUrl: type: string @@ -28861,9 +29149,11 @@ components: properties: channelId: type: string + description: The identity of the channel in which the message was posted. nullable: true teamId: type: string + description: The identity of the team in which the message was posted. nullable: true additionalProperties: type: object @@ -28925,7 +29215,7 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time reactionType: type: string @@ -28936,19 +29226,9 @@ components: type: object microsoft.graph.chatMessageHostedContent: allOf: - - $ref: '#/components/schemas/microsoft.graph.entity' + - $ref: '#/components/schemas/microsoft.graph.teamworkHostedContent' - title: chatMessageHostedContent type: object - properties: - contentBytes: - type: string - description: 'Write-only. When posting new chat message hosted content, represents the bytes of the payload. These are represented as a base64Encoded string.' - format: base64url - nullable: true - contentType: - type: string - description: 'Write-only. When posting new chat message hosted content, represents the type of content, such as image/png.' - nullable: true additionalProperties: type: object microsoft.graph.teamsTabConfiguration: @@ -29221,7 +29501,7 @@ components: properties: crc32Hash: type: string - description: The CRC32 value of the file (if available). Read-only. + description: The CRC32 value of the file in little endian (if available). Read-only. nullable: true quickXorHash: type: string @@ -29255,6 +29535,14 @@ components: nullable: true additionalProperties: type: object + microsoft.graph.mediaSource: + title: mediaSource + type: object + properties: + contentCategory: + $ref: '#/components/schemas/microsoft.graph.mediaSourceContentCategory' + additionalProperties: + type: object microsoft.graph.pendingContentUpdate: title: pendingContentUpdate type: object @@ -29267,6 +29555,18 @@ components: nullable: true additionalProperties: type: object + microsoft.graph.driveItemSourceApplication: + title: driveItemSourceApplication + enum: + - teams + - yammer + - sharePoint + - oneDrive + - stream + - powerPoint + - office + - unknownFutureValue + type: string microsoft.graph.workbookApplication: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -29286,7 +29586,7 @@ components: properties: content: type: string - description: The content of the comment. + description: The content of comment. nullable: true contentType: type: string @@ -29324,7 +29624,7 @@ components: 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. Possible values are: String, Integer, Double, Boolean, Range. Read-only.' + 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' @@ -29388,7 +29688,7 @@ components: 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. 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.' + 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 @@ -29575,6 +29875,104 @@ components: type: object additionalProperties: type: object + microsoft.graph.termStore.termGroupScope: + title: termGroupScope + enum: + - global + - system + - siteCollection + type: string + microsoft.graph.termStore.localizedName: + title: localizedName + type: object + properties: + languageTag: + type: string + description: The language tag for the label. + nullable: true + name: + type: string + description: The name in the localized language. + nullable: true + additionalProperties: + type: object + microsoft.graph.keyValue: + title: keyValue + type: object + properties: + key: + type: string + description: Key for the key-value pair. + nullable: true + value: + type: string + description: Value for the key-value pair. + nullable: true + additionalProperties: + type: object + microsoft.graph.termStore.term: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: term + 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: Date and time of term creation. Read-only + format: date-time + nullable: true + descriptions: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.termStore.localizedDescription' + description: Description about term that is dependent on the languageTag + labels: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.termStore.localizedLabel' + description: Label metadata for a term + 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 date and time of term modification. Read-only + format: date-time + nullable: true + properties: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.keyValue' + description: Collection of properties on the term + children: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.termStore.term' + description: Children of current term + relations: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.termStore.relation' + description: To indicate which terms are related to the current term as either pinned or reused + set: + $ref: '#/components/schemas/microsoft.graph.termStore.set' + additionalProperties: + type: object + microsoft.graph.termStore.relation: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: relation + type: object + properties: + relationship: + $ref: '#/components/schemas/microsoft.graph.termStore.relationType' + fromTerm: + $ref: '#/components/schemas/microsoft.graph.termStore.term' + set: + $ref: '#/components/schemas/microsoft.graph.termStore.set' + toTerm: + $ref: '#/components/schemas/microsoft.graph.termStore.term' + additionalProperties: + type: object microsoft.graph.plannerContainerType: title: plannerContainerType enum: @@ -29898,6 +30296,14 @@ components: - sideloaded - unknownFutureValue type: string + microsoft.graph.teamsAppInstallationScopes: + title: teamsAppInstallationScopes + enum: + - team + - groupChat + - personal + - unknownFutureValue + type: string microsoft.graph.teamsAppPublishingState: title: teamsAppPublishingState enum: @@ -30289,6 +30695,7 @@ components: properties: languageTag: type: string + description: The language to apply the override.Returned by default. Not nullable. translationBehavior: $ref: '#/components/schemas/microsoft.graph.translationBehavior' additionalProperties: @@ -30427,6 +30834,23 @@ components: - allowOverrideWithoutJustification - allowOverrideWithJustification type: string + microsoft.graph.teamworkHostedContent: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: teamworkHostedContent + type: object + properties: + contentBytes: + type: string + description: Write only. Bytes for the hosted content (such as images). + format: base64url + nullable: true + contentType: + type: string + description: 'Write only. Content type. sicj as image/png, image/jpg.' + nullable: true + additionalProperties: + type: object microsoft.graph.linkedResource: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -30451,6 +30875,15 @@ components: nullable: true additionalProperties: type: object + microsoft.graph.mediaSourceContentCategory: + title: mediaSourceContentCategory + enum: + - meeting + - liveStream + - presentation + - screenRecording + - unknownFutureValue + type: string microsoft.graph.workbookCommentReply: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -30459,11 +30892,11 @@ components: properties: content: type: string - description: The content of replied comment. + description: The content of a comment reply. nullable: true contentType: type: string - description: Indicates the type for the replied comment. + description: Indicates the type for the comment reply. additionalProperties: type: object microsoft.graph.workbookOperationError: @@ -30544,7 +30977,7 @@ components: description: Represents whether the casing impacted the last sort of the table. Read-only. method: type: string - description: 'Represents Chinese character ordering method last used to sort the table. Possible values are: PinYin, StrokeCount. Read-only.' + description: 'Represents Chinese character ordering method last used to sort the table. The possible values are: PinYin, StrokeCount. Read-only.' additionalProperties: type: object microsoft.graph.workbookChart: @@ -30624,6 +31057,44 @@ components: type: object additionalProperties: type: object + microsoft.graph.termStore.localizedDescription: + title: localizedDescription + type: object + properties: + description: + type: string + description: The description in the localized language. + nullable: true + languageTag: + type: string + description: The language tag for the label. + nullable: true + additionalProperties: + type: object + microsoft.graph.termStore.localizedLabel: + title: localizedLabel + type: object + properties: + isDefault: + type: boolean + description: Indicates whether the label is the default label. + nullable: true + languageTag: + type: string + description: The anguage tag for the label. + nullable: true + name: + type: string + description: The name of the label. + nullable: true + additionalProperties: + type: object + microsoft.graph.termStore.relationType: + title: relationType + enum: + - pin + - reuse + type: string microsoft.graph.scheduleChangeRequestActor: title: scheduleChangeRequestActor enum: @@ -30674,7 +31145,7 @@ components: 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 end date and time for the shiftActivity. 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''. Required.' + description: 'The end date and time for the shiftActivity. 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 is 2014-01-01T00:00:00Z. Required.' format: date-time nullable: true isPaid: @@ -30684,7 +31155,7 @@ components: 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 start date and time for the shiftActivity. 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''. Required.' + description: 'The start date and time for the shiftActivity. 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 is 2014-01-01T00:00:00Z. Required.' format: date-time nullable: true theme: @@ -30744,7 +31215,7 @@ components: nullable: true dataOption: type: string - description: 'Represents additional sorting options for this field. Possible values are: Normal, TextAsNumber.' + description: 'Represents additional sorting options for this field. The possible values are: Normal, TextAsNumber.' icon: $ref: '#/components/schemas/microsoft.graph.workbookIcon' key: @@ -30755,7 +31226,7 @@ components: format: int32 sortOn: type: string - description: 'Represents the type of sorting of this condition. Possible values are: Value, CellColor, FontColor, Icon.' + description: 'Represents the type of sorting of this condition. The possible values are: Value, CellColor, FontColor, Icon.' additionalProperties: type: object microsoft.graph.workbookChartAxes: @@ -30980,7 +31451,7 @@ components: format: int32 set: type: string - description: 'Represents the set that the icon is part of. Possible values are: Invalid, ThreeArrows, ThreeArrowsGray, ThreeFlags, ThreeTrafficLights1, ThreeTrafficLights2, ThreeSigns, ThreeSymbols, ThreeSymbols2, FourArrows, FourArrowsGray, FourRedToBlack, FourRating, FourTrafficLights, FiveArrows, FiveArrowsGray, FiveRating, FiveQuarters, ThreeStars, ThreeTriangles, FiveBoxes.' + description: 'Represents the set that the icon is part of. The possible values are: Invalid, ThreeArrows, ThreeArrowsGray, ThreeFlags, ThreeTrafficLights1, ThreeTrafficLights2, ThreeSigns, ThreeSymbols, ThreeSymbols2, FourArrows, FourArrowsGray, FourRedToBlack, FourRating, FourTrafficLights, FiveArrows, FiveArrowsGray, FiveRating, FiveQuarters, ThreeStars, ThreeTriangles, FiveBoxes.' additionalProperties: type: object microsoft.graph.workbookChartAxis: diff --git a/openApiDocs/beta/Files.yml b/openApiDocs/beta/Files.yml index e5eeb4dacbd..ced0eb00c08 100644 --- a/openApiDocs/beta/Files.yml +++ b/openApiDocs/beta/Files.yml @@ -637,6 +637,7 @@ paths: - folder - image - location + - media - package - pendingOperations - photo @@ -647,6 +648,7 @@ paths: - shared - sharepointIds - size + - source - specialFolder - video - webDavUrl @@ -1598,6 +1600,7 @@ paths: - folder - image - location + - media - package - pendingOperations - photo @@ -1608,6 +1611,7 @@ paths: - shared - sharepointIds - size + - source - specialFolder - video - webDavUrl @@ -2602,6 +2606,8 @@ paths: - image desc - location - location desc + - media + - media desc - package - package desc - pendingOperations @@ -2622,6 +2628,8 @@ paths: - sharepointIds desc - size - size desc + - source + - source desc - specialFolder - specialFolder desc - video @@ -2659,6 +2667,7 @@ paths: - folder - image - location + - media - package - pendingOperations - photo @@ -2669,6 +2678,7 @@ paths: - shared - sharepointIds - size + - source - specialFolder - video - webDavUrl @@ -2811,6 +2821,7 @@ paths: - folder - image - location + - media - package - pendingOperations - photo @@ -2821,6 +2832,7 @@ paths: - shared - sharepointIds - size + - source - specialFolder - video - webDavUrl @@ -3124,6 +3136,8 @@ paths: - image desc - location - location desc + - media + - media desc - package - package desc - pendingOperations @@ -3144,6 +3158,8 @@ paths: - sharepointIds desc - size - size desc + - source + - source desc - specialFolder - specialFolder desc - video @@ -3181,6 +3197,7 @@ paths: - folder - image - location + - media - package - pendingOperations - photo @@ -3191,6 +3208,7 @@ paths: - shared - sharepointIds - size + - source - specialFolder - video - webDavUrl @@ -3333,6 +3351,7 @@ paths: - folder - image - location + - media - package - pendingOperations - photo @@ -3343,6 +3362,7 @@ paths: - shared - sharepointIds - size + - source - specialFolder - video - webDavUrl @@ -3646,6 +3666,8 @@ paths: - image desc - location - location desc + - media + - media desc - package - package desc - pendingOperations @@ -3666,6 +3688,8 @@ paths: - sharepointIds desc - size - size desc + - source + - source desc - specialFolder - specialFolder desc - video @@ -3703,6 +3727,7 @@ paths: - folder - image - location + - media - package - pendingOperations - photo @@ -3713,6 +3738,7 @@ paths: - shared - sharepointIds - size + - source - specialFolder - video - webDavUrl @@ -3855,6 +3881,7 @@ paths: - folder - image - location + - media - package - pendingOperations - photo @@ -3865,6 +3892,7 @@ paths: - shared - sharepointIds - size + - source - specialFolder - video - webDavUrl @@ -4569,6 +4597,7 @@ paths: - folder - image - location + - media - package - pendingOperations - photo @@ -4579,6 +4608,7 @@ paths: - shared - sharepointIds - size + - source - specialFolder - video - webDavUrl @@ -5530,6 +5560,7 @@ paths: - folder - image - location + - media - package - pendingOperations - photo @@ -5540,6 +5571,7 @@ paths: - shared - sharepointIds - size + - source - specialFolder - video - webDavUrl @@ -7617,12 +7649,8 @@ paths: type: object required: true responses: - '200': + '204': description: Success - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.contentType' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: action @@ -7663,12 +7691,8 @@ paths: type: object required: true responses: - '200': + '204': description: Success - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.contentType' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: action @@ -7726,12 +7750,8 @@ paths: type: string x-ms-docs-key-type: contentType responses: - '200': + '204': description: Success - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.contentType' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: action @@ -7757,12 +7777,8 @@ paths: type: string x-ms-docs-key-type: contentType responses: - '200': + '204': description: Success - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.contentType' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: action @@ -9346,12 +9362,8 @@ paths: type: object required: true responses: - '200': + '204': description: Success - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.contentType' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: action @@ -9392,12 +9404,8 @@ paths: type: object required: true responses: - '200': + '204': description: Success - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.contentType' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: action @@ -9455,12 +9463,8 @@ paths: type: string x-ms-docs-key-type: contentType responses: - '200': + '204': description: Success - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.contentType' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: action @@ -9486,12 +9490,8 @@ paths: type: string x-ms-docs-key-type: contentType responses: - '200': + '204': description: Success - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.contentType' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: action @@ -10388,6 +10388,7 @@ paths: - folder - image - location + - media - package - pendingOperations - photo @@ -10398,6 +10399,7 @@ paths: - shared - sharepointIds - size + - source - specialFolder - video - webDavUrl @@ -11246,6 +11248,7 @@ paths: - folder - image - location + - media - package - pendingOperations - photo @@ -11256,6 +11259,7 @@ paths: - shared - sharepointIds - size + - source - specialFolder - video - webDavUrl @@ -12594,6 +12598,7 @@ paths: - folder - image - location + - media - package - pendingOperations - photo @@ -12604,6 +12609,7 @@ paths: - shared - sharepointIds - size + - source - specialFolder - video - webDavUrl @@ -12868,6 +12874,8 @@ paths: - image desc - location - location desc + - media + - media desc - package - package desc - pendingOperations @@ -12888,6 +12896,8 @@ paths: - sharepointIds desc - size - size desc + - source + - source desc - specialFolder - specialFolder desc - video @@ -12925,6 +12935,7 @@ paths: - folder - image - location + - media - package - pendingOperations - photo @@ -12935,6 +12946,7 @@ paths: - shared - sharepointIds - size + - source - specialFolder - video - webDavUrl @@ -13077,6 +13089,7 @@ paths: - folder - image - location + - media - package - pendingOperations - photo @@ -13087,6 +13100,7 @@ paths: - shared - sharepointIds - size + - source - specialFolder - video - webDavUrl @@ -14203,6 +14217,7 @@ paths: - folder - image - location + - media - package - pendingOperations - photo @@ -14213,6 +14228,7 @@ paths: - shared - sharepointIds - size + - source - specialFolder - video - webDavUrl @@ -14477,6 +14493,8 @@ paths: - image desc - location - location desc + - media + - media desc - package - package desc - pendingOperations @@ -14497,6 +14515,8 @@ paths: - sharepointIds desc - size - size desc + - source + - source desc - specialFolder - specialFolder desc - video @@ -14534,6 +14554,7 @@ paths: - folder - image - location + - media - package - pendingOperations - photo @@ -14544,6 +14565,7 @@ paths: - shared - sharepointIds - size + - source - specialFolder - video - webDavUrl @@ -14686,6 +14708,7 @@ paths: - folder - image - location + - media - package - pendingOperations - photo @@ -14696,6 +14719,7 @@ paths: - shared - sharepointIds - size + - source - specialFolder - video - webDavUrl @@ -15400,6 +15424,7 @@ paths: - folder - image - location + - media - package - pendingOperations - photo @@ -15410,6 +15435,7 @@ paths: - shared - sharepointIds - size + - source - specialFolder - video - webDavUrl @@ -16361,6 +16387,7 @@ paths: - folder - image - location + - media - package - pendingOperations - photo @@ -16371,6 +16398,7 @@ paths: - shared - sharepointIds - size + - source - specialFolder - video - webDavUrl @@ -18448,12 +18476,8 @@ paths: type: object required: true responses: - '200': + '204': description: Success - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.contentType' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: action @@ -18494,12 +18518,8 @@ paths: type: object required: true responses: - '200': + '204': description: Success - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.contentType' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: action @@ -18557,12 +18577,8 @@ paths: type: string x-ms-docs-key-type: contentType responses: - '200': + '204': description: Success - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.contentType' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: action @@ -18588,12 +18604,8 @@ paths: type: string x-ms-docs-key-type: contentType responses: - '200': + '204': description: Success - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.contentType' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: action @@ -20177,12 +20189,8 @@ paths: type: object required: true responses: - '200': + '204': description: Success - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.contentType' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: action @@ -20223,12 +20231,8 @@ paths: type: object required: true responses: - '200': + '204': description: Success - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.contentType' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: action @@ -20286,12 +20290,8 @@ paths: type: string x-ms-docs-key-type: contentType responses: - '200': + '204': description: Success - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.contentType' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: action @@ -20317,12 +20317,8 @@ paths: type: string x-ms-docs-key-type: contentType responses: - '200': + '204': description: Success - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.contentType' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: action @@ -21219,6 +21215,7 @@ paths: - folder - image - location + - media - package - pendingOperations - photo @@ -21229,6 +21226,7 @@ paths: - shared - sharepointIds - size + - source - specialFolder - video - webDavUrl @@ -22077,6 +22075,7 @@ paths: - folder - image - location + - media - package - pendingOperations - photo @@ -22087,6 +22086,7 @@ paths: - shared - sharepointIds - size + - source - specialFolder - video - webDavUrl @@ -23758,6 +23758,7 @@ paths: - folder - image - location + - media - package - pendingOperations - photo @@ -23768,6 +23769,7 @@ paths: - shared - sharepointIds - size + - source - specialFolder - video - webDavUrl @@ -24494,6 +24496,7 @@ paths: - folder - image - location + - media - package - pendingOperations - photo @@ -24504,6 +24507,7 @@ paths: - shared - sharepointIds - size + - source - specialFolder - video - webDavUrl @@ -25525,6 +25529,7 @@ paths: - folder - image - location + - media - package - pendingOperations - photo @@ -25535,6 +25540,7 @@ paths: - shared - sharepointIds - size + - source - specialFolder - video - webDavUrl @@ -25782,6 +25788,7 @@ paths: - pages - permissions - sites + - termStore - onenote type: string - name: $expand @@ -25808,6 +25815,7 @@ paths: - pages - permissions - sites + - termStore - onenote type: string responses: @@ -25870,6 +25878,10 @@ paths: operationId: shares.Site.ListSites parameters: sharedDriveItem-id: $request.path.sharedDriveItem-id + termStore: + operationId: shares.Site.GetTermStore + parameters: + sharedDriveItem-id: $request.path.sharedDriveItem-id onenote: operationId: shares.Site.GetOnenote parameters: @@ -26560,6 +26572,8 @@ components: $ref: '#/components/schemas/microsoft.graph.image' location: $ref: '#/components/schemas/microsoft.graph.geoCoordinates' + media: + $ref: '#/components/schemas/microsoft.graph.media' package: $ref: '#/components/schemas/microsoft.graph.package' pendingOperations: @@ -26583,6 +26597,8 @@ components: description: Size of the item in bytes. Read-only. format: int64 nullable: true + source: + $ref: '#/components/schemas/microsoft.graph.driveItemSource' specialFolder: $ref: '#/components/schemas/microsoft.graph.specialFolder' video: @@ -26735,7 +26751,7 @@ components: 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.' + description: A unique token that can be used to access this shared item via the **shares** API. Read-only. nullable: true additionalProperties: type: object @@ -26885,12 +26901,15 @@ components: nullable: true isDeletable: type: boolean + description: Indicates whether this column can be deleted. nullable: true isReorderable: type: boolean + description: Indicates whether values in the column can be reordered. Read-only. nullable: true isSealed: type: boolean + description: Specifies whether column can be changed. nullable: true lookup: $ref: '#/components/schemas/microsoft.graph.lookupColumn' @@ -26904,6 +26923,7 @@ components: $ref: '#/components/schemas/microsoft.graph.personOrGroupColumn' propagateChanges: type: boolean + description: If 'True' changes to this column will be propagated to lists that implement the column. nullable: true readOnly: type: boolean @@ -26938,6 +26958,7 @@ components: items: type: string nullable: true + description: List of canonical URLs for hub sites with which this content type is associated to. This will contain all hubsites where this content type is queued to be enforced or is already enforced. Enforcing a content type means that the content type will be applied to the lists in the enforced sites. description: type: string description: The descriptive text for the item. @@ -26958,6 +26979,7 @@ components: $ref: '#/components/schemas/microsoft.graph.itemReference' isBuiltIn: type: boolean + description: Specifies if a content type is a built-in content type. nullable: true name: type: string @@ -26971,6 +26993,7 @@ components: nullable: true propagateChanges: type: boolean + description: 'If true, any changes made to the content type will be pushed to inherited content types and lists that implement the content type.' nullable: true readOnly: type: boolean @@ -26986,6 +27009,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.contentType' + description: The collection of content types that are ancestors of this content type. columnLinks: type: array items: @@ -26995,10 +27019,12 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.columnDefinition' + description: Column order information in a content type. columns: type: array items: $ref: '#/components/schemas/microsoft.graph.columnDefinition' + description: The collection of column definitions for this contentType. additionalProperties: type: object microsoft.graph.itemReference: @@ -27061,14 +27087,14 @@ components: nullable: true changeType: type: string - description: '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. Required. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType.' + 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: Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 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. Optional. + 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.' + 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 @@ -27076,12 +27102,12 @@ components: nullable: true encryptionCertificateId: type: string - description: A custom app-provided identifier to help identify the certificate needed to decrypt resource data. Optional. Required when includeResourceData is true. + 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: '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. Required.' + 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 includeResourceData: type: boolean @@ -27097,16 +27123,18 @@ components: nullable: true notificationContentType: type: string + description: Desired content-type for MS Graph change notifications for supported resource types. The default content-type is the 'application/json' content-type. nullable: true notificationQueryOptions: type: string + description: 'OData Query Options for specifying value for the targeting resource. Clients receive notifications when resource reaches the state matching the query options provided here. With this new property in the subscription creation payload along with all existing properties, Webhooks will deliver notifications whenever a resource reaches the desired state mentioned in the notificationQueryOptions property eg when the print job is completed, when a print job resource isFetchable property value becomes true etc.' nullable: true notificationUrl: type: string - description: The URL of the endpoint that receives the change notifications. This URL must make use of the HTTPS protocol. Required. + 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: Specifies the resource that will be monitored for changes. Do not include the base URL (https://graph.microsoft.com/beta/). See the possible resource path values for each supported resource. Required. + 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.sharedDriveItem: @@ -27177,6 +27205,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.columnDefinition' + description: The collection of column definitions available in the site that are referenced from the sites in the parent hierarchy of the current site. items: type: array items: @@ -27202,6 +27231,8 @@ components: items: $ref: '#/components/schemas/microsoft.graph.site' description: The collection of the sub-sites under this site. + termStore: + $ref: '#/components/schemas/microsoft.graph.termStore.store' onenote: $ref: '#/components/schemas/microsoft.graph.onenote' additionalProperties: @@ -27588,16 +27619,27 @@ components: nullable: true latitude: type: number - description: 'Optional. The latitude, in decimal, for the item. Writable on OneDrive Personal.' + 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. Writable on OneDrive Personal.' + description: 'Optional. The longitude, in decimal, for the item. Read-only.' format: double nullable: true additionalProperties: type: object + microsoft.graph.media: + title: media + type: object + properties: + isTranscriptionShown: + type: boolean + nullable: true + mediaSource: + $ref: '#/components/schemas/microsoft.graph.mediaSource' + additionalProperties: + type: object microsoft.graph.package: title: package type: object @@ -27665,7 +27707,7 @@ components: 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: The date and time the photo was taken in UTC time. Read-only. + description: Represents the date and time the photo was taken. Read-only. format: date-time nullable: true additionalProperties: @@ -27782,6 +27824,17 @@ components: nullable: true additionalProperties: type: object + microsoft.graph.driveItemSource: + title: driveItemSource + type: object + properties: + application: + $ref: '#/components/schemas/microsoft.graph.driveItemSourceApplication' + externalId: + type: string + nullable: true + additionalProperties: + type: object microsoft.graph.specialFolder: title: specialFolder type: object @@ -27881,7 +27934,7 @@ components: 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. Nullable.' + 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: @@ -27918,6 +27971,7 @@ components: properties: content: type: string + description: The content stream for this version of the item. format: base64url nullable: true size: @@ -28180,6 +28234,7 @@ components: properties: isPicture: type: boolean + description: Specifies whether the display format used for URL columns is an image or a hyperlink. nullable: true additionalProperties: type: object @@ -28257,9 +28312,11 @@ components: properties: allowMultipleValues: type: boolean + description: Specifies whether the column will allow more than one value nullable: true showFullyQualifiedName: type: boolean + description: Specifies whether to display the entire term path or only the term label. nullable: true additionalProperties: type: object @@ -28329,13 +28386,16 @@ components: properties: defaultLanguage: type: string + description: Default BCP 47 language tag for the description. nullable: true descriptions: type: array items: $ref: '#/components/schemas/microsoft.graph.displayNameLocalization' + description: Localized messages that explain what is needed for this column's value to be considered valid. User will be prompted with this message if validation fails. formula: type: string + description: 'The formula to validate column value. For examples, see Examples of common formulas in lists' nullable: true additionalProperties: type: object @@ -28347,18 +28407,23 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.contentTypeInfo' + description: Content types allowed in document set. defaultContents: type: array items: $ref: '#/components/schemas/microsoft.graph.documentSetContent' + description: Default contents of document set. propagateWelcomePageChanges: type: boolean + description: Specifies whether to push welcome page changes to inherited content types. nullable: true shouldPrefixNameToFile: type: boolean + description: Add the name of the Document Set to each file name. nullable: true welcomePageUrl: type: string + description: Welcome page absolute URL. nullable: true sharedColumns: type: array @@ -28378,9 +28443,11 @@ components: $ref: '#/components/schemas/microsoft.graph.contentTypeInfo' fileName: type: string + description: Name of the file in resource folder that should be added as a default content or a template in the document set nullable: true folderName: type: string + description: Folder name in which the file will be placed when a new document set is created in the library. nullable: true additionalProperties: type: object @@ -28439,6 +28506,32 @@ components: $ref: '#/components/schemas/microsoft.graph.webPart' additionalProperties: type: object + microsoft.graph.termStore.store: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: store + type: object + properties: + defaultLanguageTag: + type: string + description: Default language of the term store. + languageTags: + type: array + items: + type: string + description: List of languages for the term store. + groups: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.termStore.group' + description: Collection of all groups available in the term store. + sets: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.termStore.set' + description: Collection of all sets available in the term store. + additionalProperties: + type: object microsoft.graph.onenote: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -28496,56 +28589,56 @@ components: $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. Returned only on $select. Supports $filter.' + 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. Returned only on $select.' + 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. Returned only on $select. Not nullable. + description: The licenses that are assigned to the user. Returned only on $select. Not nullable. Supports $filter. assignedPlans: type: array items: $ref: '#/components/schemas/microsoft.graph.assignedPlan' - description: The plans that are assigned to the user. Returned only on $select. Read-only. Not nullable. + 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. Only one number can be set for this property. Returned by default. Read-only for users synced from on-premises directory. + description: 'The telephone numbers for the user. NOTE: Although this is a string collection, only one number can be set for this property. Read-only for users synced from on-premises directory. Returned by default.' city: type: string - description: The city in which the user is located. Returned only on $select. Supports $filter. + 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. + 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 characters.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. Returned only on $select.' + 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''. Returned only on $select. Supports $filter.' + 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 date and time the user was created. The value cannot be modified and is automatically populated when the entity is created. The DateTimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. Property is nullable. A null value indicates that an accurate creation time couldn't be determined for the user. Returned only on $select. Read-only. Supports $filter. + 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). Returned only on $select. Read-only.' + 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. Returned only on $select. Supports $filter. + description: The name for the department in which the user works. Supports $filter. nullable: true deviceKeys: type: array @@ -28553,7 +28646,7 @@ components: $ref: '#/components/schemas/microsoft.graph.deviceKey' displayName: type: string - description: 'The name displayed in the address book for the user. This value 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. Returned by default. Supports $filter and $orderby.' + 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. Returned by default. 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])$' @@ -28581,7 +28674,7 @@ components: nullable: true faxNumber: type: string - description: The fax number of the user. Returned only on $select. + description: The fax number of the user. nullable: true givenName: type: string @@ -28591,7 +28684,7 @@ components: 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. Returned only on $select. Supports $filter.' + 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: @@ -28614,29 +28707,29 @@ components: 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 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 is ''2014-01-01T00:00:00Z'' Returned only on $select. Read-only.' + 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 is 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. Returned only on $select.' + 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. Returned only on $select. Read-only. + 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''. Returned by default. Supports $filter and endsWith.' nullable: true mailNickname: type: string - description: The mail alias for the user. This property must be specified when a user is created. Returned only on $select. Supports $filter. + 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. Returned by default. Read-only for users synced from on-premises directory. + description: The primary cellular telephone number for the user. Read-only for users synced from on-premises directory. Returned by default. nullable: true officeLocation: type: string @@ -28644,59 +28737,59 @@ components: 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. Returned only on $select. Read-only. + 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. Returned only on $select. Read-only.' + 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. Returned only on $select. Supports $filter.' + 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 is ''2014-01-01T00:00:00Z''. Returned only on $select. Read-only.' + 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 is 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. Returned only on $select. + 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. Returned only on $select. Read-only. + 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. Returned only on $select. Read-only. + 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). Returned only on $select. Read-only. + 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. Returned only on $select. Read-only. + 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''].Returned only on $select. Supports$filter.' + 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''.Returned only on $select.' + 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. Returned only on $select.' + 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 @@ -28710,35 +28803,35 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.provisionedPlan' - description: The plans that are provisioned for the user. Returned only on $select. Read-only. Not nullable. + 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. Returned only on $select. Read-only, Not nullable. Supports $filter.' + 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. Use invalidateAllRefreshTokens to reset.' + 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. Returned only on $select.' + 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. Returned only on $select. Read-only. Use revokeSignInSessions to reset.' + 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. Returned only on $select. Supports $filter. + 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. Returned only on $select. + description: The street address of the user's place of business. nullable: true surname: type: string @@ -28746,7 +28839,7 @@ components: 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. Returned only on $select. Supports $filter.' + 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 @@ -28754,7 +28847,7 @@ components: 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''. Returned only on $select. Supports $filter.' + 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' @@ -28766,56 +28859,56 @@ components: format: int32 aboutMe: type: string - description: A freeform text entry field for the user to describe themselves. Returned only on $select. + 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 is ''2014-01-01T00:00:00Z'' Returned only on $select.' + 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 is 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 is ''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.' + 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 is 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. Returned only on $select. + description: A list for the user to describe their interests. mySite: type: string - description: The URL for the user's personal site. Returned only on $select. + 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. Returned only on $select. + description: A list for the user to enumerate their past projects. preferredName: type: string - description: The preferred name for the user. Returned only on $select. + 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. Returned only on $select. + 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. Returned only on $select. + 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. Returned only on $select. + description: A list for the user to enumerate their skills. analytics: $ref: '#/components/schemas/microsoft.graph.userAnalytics' usageRights: @@ -28850,7 +28943,11 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.directoryObject' - description: 'The groups, directory roles and administrative units that the user is a member of. Read-only. Nullable.' + description: The groups and directory roles that the user is a member of. Read-only. Nullable. + oauth2PermissionGrants: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.oAuth2PermissionGrant' ownedDevices: type: array items: @@ -28906,7 +29003,7 @@ components: 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. + 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: @@ -28930,7 +29027,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.person' - description: 'Read-only. The most relevant people to the user. The collection is ordered by their relevance to the user, which is determined by the user''s communication, collaboration and business relationships. A person is an aggregation of information from across mail, contacts and social networks.' + description: People that are relevant to the user. Read-only. Nullable. drive: $ref: '#/components/schemas/microsoft.graph.drive' drives: @@ -28946,7 +29043,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.extension' - description: The collection of open extensions defined for the user. Nullable. + description: The collection of open extensions defined for the user. Read-only. Nullable. appConsentRequestsForApproval: type: array items: @@ -29074,7 +29171,7 @@ components: properties: upgradeAvailable: type: boolean - description: Indicates if there are higher storage quota plans available. Read-only. + description: Indicates whether there are higher storage quota plans available. Read-only. nullable: true additionalProperties: type: object @@ -29200,7 +29297,7 @@ components: properties: crc32Hash: type: string - description: The CRC32 value of the file (if available). Read-only. + description: The CRC32 value of the file in little endian (if available). Read-only. nullable: true quickXorHash: type: string @@ -29234,6 +29331,14 @@ components: nullable: true additionalProperties: type: object + microsoft.graph.mediaSource: + title: mediaSource + type: object + properties: + contentCategory: + $ref: '#/components/schemas/microsoft.graph.mediaSourceContentCategory' + additionalProperties: + type: object microsoft.graph.pendingContentUpdate: title: pendingContentUpdate type: object @@ -29246,6 +29351,18 @@ components: nullable: true additionalProperties: type: object + microsoft.graph.driveItemSourceApplication: + title: driveItemSourceApplication + enum: + - teams + - yammer + - sharePoint + - oneDrive + - stream + - powerPoint + - office + - unknownFutureValue + type: string microsoft.graph.workbookApplication: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -29265,7 +29382,7 @@ components: properties: content: type: string - description: The content of the comment. + description: The content of comment. nullable: true contentType: type: string @@ -29303,7 +29420,7 @@ components: 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. Possible values are: String, Integer, Double, Boolean, Range. Read-only.' + 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' @@ -29367,7 +29484,7 @@ components: 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. 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.' + 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 @@ -29492,6 +29609,83 @@ components: nullable: true additionalProperties: type: object + microsoft.graph.termStore.group: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: group + 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: Date and time of group creation. Read-only. + format: date-time + nullable: true + description: + type: string + description: Description giving details on the term usage. + nullable: true + displayName: + type: string + description: Name of group. + nullable: true + parentSiteId: + type: string + nullable: true + scope: + $ref: '#/components/schemas/microsoft.graph.termStore.termGroupScope' + sets: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.termStore.set' + description: 'All sets under the group in a term [store].' + additionalProperties: + type: object + microsoft.graph.termStore.set: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: set + 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: Date and time of set creation. Read-only. + format: date-time + nullable: true + description: + type: string + description: Description giving details on the term usage. + nullable: true + localizedNames: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.termStore.localizedName' + description: Name of the set for each languageTag. + properties: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.keyValue' + description: Custom properties for the set. + children: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.termStore.term' + description: 'Children terms of set in term [store].' + parentGroup: + $ref: '#/components/schemas/microsoft.graph.termStore.group' + relations: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.termStore.relation' + description: Indicates which terms have been pinned or reused directly under the set. + terms: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.termStore.term' + description: All the terms under the set. + additionalProperties: + type: object microsoft.graph.notebook: allOf: - $ref: '#/components/schemas/microsoft.graph.onenoteEntityHierarchyModel' @@ -29540,7 +29734,7 @@ components: $ref: '#/components/schemas/microsoft.graph.onenoteOperationError' percentComplete: type: string - description: The operation percent complete if the operation is still in running status + description: The operation percent complete if the operation is still in running status. nullable: true resourceId: type: string @@ -29574,7 +29768,7 @@ components: 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.' + 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 is 2014-01-01T00:00:00Z. Read-only.' format: date-time nullable: true level: @@ -29726,7 +29920,7 @@ components: 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 - description: 'The last sign-in date for a specific user. You can use this field to calculate the last time a user signed in to the directory. This field can be used to build reports, such as inactive users. 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''. For more information about using the value of this property, see Manage inactive user accounts in Azure AD.' + description: 'The last interactive sign-in date for a specific user. You can use this field to calculate the last time a user signed in to the directory with an interactive authentication method. This field can be used to build reports, such as inactive users. 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 is: ''2014-01-01T00:00:00Z''. For more information about using the value of this property, see Manage inactive user accounts in Azure AD.' format: date-time nullable: true lastSignInRequestId: @@ -29761,12 +29955,12 @@ components: 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''' + description: 'The date and time at which the plan was assigned. 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 is 2014-01-01T00:00:00Z.' format: date-time nullable: true capabilityStatus: type: string - description: 'Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut.' + description: 'Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. See a detailed description of each value.' nullable: true service: type: string @@ -29958,7 +30152,7 @@ components: properties: forceChangePasswordNextSignIn: type: boolean - description: 'If true, at next sign-in, the user must change their password. After a password change, this property will be automatically reset to false. If not set, default is false.' + description: true if the user must change her password on the next login; otherwise false. nullable: true forceChangePasswordNextSignInWithMfa: type: boolean @@ -29994,7 +30188,7 @@ components: properties: archiveFolder: type: string - description: Folder ID of an archive folder for the user. Read only. + description: Folder ID of an archive folder for the user. nullable: true automaticRepliesSetting: $ref: '#/components/schemas/microsoft.graph.automaticRepliesSetting' @@ -30088,12 +30282,12 @@ components: 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.' + 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.' 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.' + 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 is 2014-01-01T00:00:00Z. Read-only.' format: date-time nullable: true principalDisplayName: @@ -30103,16 +30297,16 @@ components: 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.' + description: 'The unique identifier (id) for the user, group or service principal being granted the app role. Required on create.' 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.' + description: 'The type of the assigned principal. This can either be User, Group or ServicePrincipal. Read-only.' 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. + description: The display name of the resource app's service principal to which the assignment is made. 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}$' @@ -30145,6 +30339,44 @@ components: nullable: true additionalProperties: type: object + microsoft.graph.oAuth2PermissionGrant: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: oAuth2PermissionGrant + type: object + properties: + clientId: + type: string + description: The id of the client service principal for the application which is authorized to act on behalf of a signed-in user when accessing an API. Required. Supports $filter (eq only). + consentType: + type: string + description: 'Indicates if authorization is granted for the client application to impersonate all users or only a specific user. AllPrincipals indicates authorization to impersonate all users. Principal indicates authorization to impersonate a specific user. Consent on behalf of all users can be granted by an administrator. Non-admin users may be authorized to consent on behalf of themselves in some cases, for some delegated permissions. Required. Supports $filter (eq only).' + nullable: true + expiryTime: + 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: 'Currently, the end time value is ignored, but a value is required when creating an oAuth2PermissionGrant. Required.' + format: date-time + nullable: true + principalId: + type: string + description: 'The id of the user on behalf of whom the client is authorized to access the resource, when consentType is Principal. If consentType is AllPrincipals this value is null. Required when consentType is Principal.' + nullable: true + resourceId: + type: string + description: The id of the resource service principal to which access is authorized. This identifies the API which the client is authorized to attempt to call on behalf of a signed-in user. + scope: + type: string + description: 'A space-separated list of the claim values for delegated permissions which should be included in access tokens for the resource application (the API). For example, openid User.Read GroupMember.Read.All. Each claim value should match the value field of one of the delegated permissions defined by the API, listed in the publishedPermissionScopes property of the resource service principal.' + nullable: true + startTime: + 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: 'Currently, the start time value is ignored, but a value is required when creating an oAuth2PermissionGrant. Required.' + format: date-time + nullable: true + additionalProperties: + type: object microsoft.graph.scopedRoleMembership: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -30178,15 +30410,15 @@ components: 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, through an Outlook client or the corresponding calendarPermission resource. Read-only.' + 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. Read-only.' + 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. This property is set through an Outlook client or the corresponding calendarPermission resource. Read-only.' + description: 'true if the user can read calendar items that have been marked private, false otherwise.' nullable: true changeKey: type: string @@ -30198,11 +30430,11 @@ components: $ref: '#/components/schemas/microsoft.graph.onlineMeetingProviderType' hexColor: type: string - description: 'The calendar color, expressed in a hex color code of three hexidecimal values, each ranging from 00 to FF and representing the red, green, or blue components of the color in the RGB color space. If the user has never explicitly set a color for the calendar, this property is empty.' + description: 'The calendar color, expressed in a hex color code of three hexadecimal values, each ranging from 00 to FF and representing the red, green, or blue components of the color in the RGB color space. If the user has never explicitly set a color for the calendar, this property is empty. Read-only.' nullable: true isDefaultCalendar: type: boolean - description: 'True if this is the default calendar where new events are created by default, false otherwise.' + description: 'true if this is the default calendar where new events are created by default, false otherwise.' nullable: true isRemovable: type: boolean @@ -30210,11 +30442,11 @@ components: nullable: true isShared: type: boolean - description: 'True if the user has shared the calendar with other users, false otherwise. Since only the user who created the calendar can share it, isShared and isSharedWithMe cannot be true for the same user. This property is set when sharing is initiated in an Outlook client, and can be reset when the sharing is cancelled through the client or the corresponding calendarPermission resource. Read-only.' + description: 'true if the user has shared the calendar with other users, false otherwise. Since only the user who created the calendar can share it, isShared and isSharedWithMe cannot be true for the same user. This property is set when sharing is initiated in an Outlook client, and can be reset when the sharing is cancelled through the client or the corresponding calendarPermission resource. Read-only.' nullable: true isSharedWithMe: type: boolean - description: 'True if the user has been shared this calendar, false otherwise. This property is always false for a calendar owner. This property is set when sharing is initiated in an Outlook client, and can be reset when the sharing is cancelled through the client or the corresponding calendarPermission resource. Read-only.' + description: 'true if the user has been shared this calendar, false otherwise. This property is always false for a calendar owner. This property is set when sharing is initiated in an Outlook client, and can be reset when the sharing is cancelled through the client or the corresponding calendarPermission resource. Read-only.' nullable: true isTallyingResponses: type: boolean @@ -30370,7 +30602,7 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true originalStartTimeZone: @@ -30423,7 +30655,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.attachment' - description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' + description: The collection of fileAttachment and itemAttachment attachments for the event. Navigation property. Read-only. Nullable. calendar: $ref: '#/components/schemas/microsoft.graph.calendar' exceptionOccurrences: @@ -30434,12 +30666,12 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.extension' - description: The collection of open extensions defined for the event. Nullable. + 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 occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but does not include occurrences that have been cancelled from the series. Navigation property. Read-only. Nullable.' + description: The instances of the event. Navigation property. Read-only. Nullable. multiValueExtendedProperties: type: array items: @@ -30505,7 +30737,7 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true children: @@ -30639,7 +30871,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.extension' - description: The collection of open extensions defined for the contact. Nullable. + description: The collection of open extensions defined for the contact. Read-only. Nullable. multiValueExtendedProperties: type: array items: @@ -30677,7 +30909,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.assignedLabel' - description: 'The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select.' + 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: @@ -30694,7 +30926,7 @@ components: 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.' + 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 is 2014-01-01T00:00:00Z. Returned by default. Read-only.' format: date-time nullable: true description: @@ -30708,7 +30940,7 @@ components: 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.' + 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 is 2014-01-01T00:00:00Z. Returned by default. Read-only.' format: date-time nullable: true groupTypes: @@ -30718,7 +30950,7 @@ components: 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).' + 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 @@ -30752,7 +30984,7 @@ components: 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. + 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 @@ -30761,7 +30993,7 @@ components: 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 group 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''. Returned by default. Read-only. Supports $filter.' + description: 'Indicates the last time at which the group 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 is 2014-01-01T00:00:00Z. Returned by default. Read-only. Supports $filter.' format: date-time nullable: true onPremisesNetBiosName: @@ -30791,17 +31023,17 @@ components: nullable: true preferredLanguage: type: string - description: The preferred language for a Microsoft 365 group. Should follow ISO 639-1 Code; for example 'en-US'. Returned by default. + 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 for filter expressions on multi-valued properties. Returned by default. Read-only. Not nullable. Supports $filter.' + 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.' + 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 is 2014-01-01T00:00:00Z. Returned by default. Read-only.' format: date-time nullable: true resourceBehaviorOptions: @@ -30824,7 +31056,7 @@ components: nullable: true theme: type: string - description: 'Specifies a Microsoft 365 group''s color theme. Possible values are Teal, Purple, Green, Blue, Pink, Orange or Red. Returned by default.' + 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 @@ -30834,26 +31066,26 @@ components: $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. + description: 'Indicates if people external to the organization can send messages to the group. Default value is false. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}).' 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. + 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. Supported only on the Get group API (GET /groups/{ID}).' nullable: true hideFromAddressLists: type: boolean - description: 'True if the group is not displayed in certain parts of the Outlook user interface: in the Address Book, in address lists for selecting message recipients, and in the Browse Groups dialog for searching groups; false otherwise. Default value is false. Returned only on $select.' + 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. Supported only on the Get group API (GET /groups/{ID}).' 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, false otherwise. Default value is false. Returned only on $select.' + 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. Supported only on the Get group API (GET /groups/{ID}).' 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. + description: 'Indicates whether the signed-in user is subscribed to receive email conversations. Default value is true. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}).' nullable: true unseenConversationsCount: maximum: 2147483647 @@ -30866,7 +31098,7 @@ components: maximum: 2147483647 minimum: -2147483648 type: integer - description: Count of conversations that have received new posts since the signed-in user last visited the group. This property is the same as unseenConversationsCount.Returned only on $select. + description: 'Count of conversations that have received new posts since the signed-in user last visited the group. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}).' format: int32 nullable: true unseenMessagesCount: @@ -30897,12 +31129,12 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.directoryObject' - description: 'Groups and administrative units that this group is a member of. HTTP Methods: GET (supported for all groups). Read-only. Nullable.' + 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, contacts, and groups that are members of this group. HTTP Methods: GET (supported for all groups), POST (supported for security groups and mail-enabled security groups), DELETE (supported only for security groups) Read-only. Nullable.' + 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: @@ -30912,7 +31144,7 @@ components: 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. HTTP Methods: GET (supported for all groups), POST (supported for security groups and mail-enabled security groups), DELETE (supported only for security groups) Read-only. Nullable.' + 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: @@ -30921,7 +31153,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.directorySetting' - description: 'Settings that can govern this group''s behavior, like whether members can invite guest users to the group. Nullable.' + description: Read-only. Nullable. transitiveMemberOf: type: array items: @@ -30951,7 +31183,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.event' - description: The group's events. + description: The group's calendar events. rejectedSenders: type: array items: @@ -31089,7 +31321,7 @@ components: $ref: '#/components/schemas/microsoft.graph.itemBody' bodyPreview: type: string - description: 'The first 255 characters of the message body. It is in text format. If the message contains instances of mention, this property would contain a concatenation of these mentions as well.' + description: The first 255 characters of the message body. It is in text format. nullable: true ccRecipients: type: array @@ -31151,7 +31383,7 @@ components: 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. 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''.' + description: 'The date and time the message was received. The date and time information uses ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.' format: date-time nullable: true replyTo: @@ -31164,7 +31396,7 @@ components: 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. 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''.' + description: 'The date and time the message was sent. The date and time information uses ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.' format: date-time nullable: true subject: @@ -31291,7 +31523,7 @@ components: nullable: true personType: type: string - description: 'The type of person, for example distribution list.' + description: The type of person. nullable: true phones: type: array @@ -31350,20 +31582,25 @@ components: properties: appDisplayName: type: string + description: The display name of the app for which consent is requested. Required. Supports $filter (eq only) and $orderby. nullable: true appId: type: string + description: The identifier of the application. Required. Supports $filter (eq only) and $orderby. consentType: type: string + description: 'The consent type of the request. Possible values are: Static and Dynamic. These represent static and dynamic permissions, respectively, requested in the consent workflow. Supports $filter (eq only) and $orderby. Required.' nullable: true pendingScopes: type: array items: $ref: '#/components/schemas/microsoft.graph.appConsentRequestScope' + description: A list of pending scopes waiting for approval. This is empty if the consentType is Static. Required. userConsentRequests: type: array items: $ref: '#/components/schemas/microsoft.graph.userConsentRequest' + description: A list of pending user consent requests. additionalProperties: type: object microsoft.graph.approval: @@ -31387,7 +31624,7 @@ components: 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: DateTime when review instance is scheduled to end. + description: 'DateTime when review instance is scheduled to end.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 is 2014-01-01T00:00:00Z.' format: date-time nullable: true scope: @@ -31395,7 +31632,7 @@ components: 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: DateTime when review instance is scheduled to start. May be in the future. + description: 'DateTime when review instance is scheduled to start. May be in the future. 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 is 2014-01-01T00:00:00Z.' format: date-time nullable: true status: @@ -31419,11 +31656,11 @@ components: properties: agreementFileId: type: string - description: ID of the agreement file accepted by the user. + description: The identifier of the agreement file accepted by the user. nullable: true agreementId: type: string - description: ID of the agreement. + description: The identifier of the agreement. nullable: true deviceDisplayName: type: string @@ -31435,11 +31672,11 @@ components: nullable: true deviceOSType: type: string - description: The operating system used for accepting the agreement. + description: The operating system used to accept the agreement. nullable: true deviceOSVersion: type: string - description: The operating system version of the device used for accepting the agreement. + description: The operating system version of the device used to accept the agreement. 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])$' @@ -31465,7 +31702,7 @@ components: nullable: true userId: type: string - description: ID of the user who accepted the agreement. + description: The identifier of the user who accepted the agreement. nullable: true userPrincipalName: type: string @@ -31482,26 +31719,26 @@ components: 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: Created date time in UTC of the device enrollment configuration + description: Not yet documented format: date-time description: type: string - description: The description of the device enrollment configuration + description: Not yet documented nullable: true displayName: type: string - description: The display name of the device enrollment configuration + 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: Last modified date time in UTC of the device enrollment configuration + description: Not yet documented format: date-time priority: maximum: 2147483647 minimum: -2147483648 type: integer - description: Priority is used when a user exists in multiple groups that are assigned enrollment configuration. Users are subject only to the configuration with the lowest priority value. + description: Not yet documented format: int32 roleScopeTagIds: type: array @@ -31513,13 +31750,13 @@ components: maximum: 2147483647 minimum: -2147483648 type: integer - description: The version of the device enrollment configuration + 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 + description: The list of group assignments for the device configuration profile. additionalProperties: type: object description: The Base Class of Device Enrollment Configuration @@ -31535,11 +31772,11 @@ components: nullable: true activationLockBypassCode: type: string - description: Code that allows the Activation Lock on a device to be bypassed. This property is read-only. + description: Code that allows the Activation Lock on a device to be bypassed. nullable: true androidSecurityPatchLevel: type: string - description: Android security patch level. This property is read-only. + description: Android security patch level nullable: true autopilotEnrolled: type: boolean @@ -31550,18 +31787,18 @@ components: nullable: true azureADDeviceId: type: string - description: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. + 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. This property is read-only. + 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. This property is read-only. + description: The DateTime when device compliance grace period expires format: date-time complianceState: $ref: '#/components/schemas/microsoft.graph.complianceState' @@ -31575,10 +31812,10 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.deviceActionResult' - description: List of ComplexType deviceActionResult objects. This property is read-only. + description: List of ComplexType deviceActionResult objects. deviceCategoryDisplayName: type: string - description: Device category display name. This property is read-only. + description: Device category display name nullable: true deviceEnrollmentType: $ref: '#/components/schemas/microsoft.graph.deviceEnrollmentType' @@ -31586,7 +31823,7 @@ components: $ref: '#/components/schemas/microsoft.graph.deviceHealthAttestationState' deviceName: type: string - description: Name of the device. This property is read-only. + description: Name of the device nullable: true deviceRegistrationState: $ref: '#/components/schemas/microsoft.graph.deviceRegistrationState' @@ -31594,24 +31831,24 @@ components: $ref: '#/components/schemas/microsoft.graph.deviceType' easActivated: type: boolean - description: Whether the device is Exchange ActiveSync activated. This property is read-only. + 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. This property is read-only. + description: Exchange ActivationSync activation time of the device. format: date-time easDeviceId: type: string - description: Exchange ActiveSync Id of the device. This property is read-only. + description: Exchange ActiveSync Id of the device. nullable: true emailAddress: type: string - description: Email(s) for the user associated with the device. This property is read-only. + 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. This property is read-only. + description: Enrollment time of the device. format: date-time ethernetMacAddress: type: string @@ -31624,11 +31861,11 @@ components: 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. This property is read-only. + description: Last time the device contacted Exchange. format: date-time freeStorageSpaceInBytes: type: integer - description: Free Storage in Bytes. This property is read-only. + description: Free Storage in Bytes format: int64 hardwareInformation: $ref: '#/components/schemas/microsoft.graph.hardwareInformation' @@ -31638,24 +31875,24 @@ components: nullable: true imei: type: string - description: IMEI. This property is read-only. + description: IMEI nullable: true isEncrypted: type: boolean - description: Device encryption status. This property is read-only. + description: Device encryption status isSupervised: type: boolean - description: Device supervised status. This property is read-only. + description: Device supervised status jailBroken: type: string - description: whether the device is jail broken or rooted. This property is read-only. + 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. This property is read-only. + 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' @@ -31678,15 +31915,15 @@ components: $ref: '#/components/schemas/microsoft.graph.managementState' manufacturer: type: string - description: Manufacturer of the device. This property is read-only. + description: Manufacturer of the device nullable: true meid: type: string - description: MEID. This property is read-only. + description: MEID nullable: true model: type: string - description: Model of the device. This property is read-only. + description: Model of the device nullable: true notes: type: string @@ -31694,11 +31931,11 @@ components: nullable: true operatingSystem: type: string - description: 'Operating system of the device. Windows, iOS, etc. This property is read-only.' + description: 'Operating system of the device. Windows, iOS, etc.' nullable: true osVersion: type: string - description: Operating system version of the device. This property is read-only. + description: Operating system version of the device. nullable: true ownerType: $ref: '#/components/schemas/microsoft.graph.ownerType' @@ -31706,7 +31943,7 @@ components: $ref: '#/components/schemas/microsoft.graph.managedDevicePartnerReportedHealthState' phoneNumber: type: string - description: Phone number of the device. This property is read-only. + description: Phone number of the device nullable: true physicalMemoryInBytes: type: integer @@ -31721,11 +31958,11 @@ components: $ref: '#/components/schemas/microsoft.graph.managedDeviceArchitecture' remoteAssistanceSessionErrorDetails: type: string - description: An error string that identifies issues when creating Remote Assistance session objects. This property is read-only. + 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. This property is read-only. + description: Url that allows a Remote Assistance session to be established with the device. nullable: true requireUserEnrollmentApproval: type: boolean @@ -31744,7 +31981,7 @@ components: description: List of Scope Tag IDs for this Device instance. serialNumber: type: string - description: SerialNumber. This property is read-only. + description: SerialNumber nullable: true skuFamily: type: string @@ -31762,11 +31999,11 @@ components: nullable: true subscriberCarrier: type: string - description: Subscriber Carrier. This property is read-only. + description: Subscriber Carrier nullable: true totalStorageSpaceInBytes: type: integer - description: Total Storage in Bytes. This property is read-only. + description: Total Storage in Bytes format: int64 udid: type: string @@ -31774,15 +32011,15 @@ components: nullable: true userDisplayName: type: string - description: User display name. This property is read-only. + description: User display name nullable: true userId: type: string - description: Unique Identifier for the user associated with the device. This property is read-only. + description: Unique Identifier for the user associated with the device nullable: true userPrincipalName: type: string - description: Device user principal name. This property is read-only. + description: Device user principal name nullable: true usersLoggedOn: type: array @@ -31791,7 +32028,7 @@ components: description: Indicates the last logged on users of a device. This property is read-only. wiFiMacAddress: type: string - description: Wi-Fi MAC. This property is read-only. + description: Wi-Fi MAC nullable: true windowsActiveMalwareCount: maximum: 2147483647 @@ -31927,7 +32164,7 @@ components: 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. + description: Zero or more policys already applied on the registered app when it last synchronized with management service. intendedPolicies: type: array items: @@ -32129,7 +32366,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.plannerTask' - description: Read-only. Nullable. Returns the plannerTasks assigned to the user. + description: Read-only. Nullable. Returns the plannerPlans shared with the user. additionalProperties: type: object microsoft.graph.itemInsights: @@ -32151,6 +32388,8 @@ components: contributionToContentDiscoveryDisabled: type: boolean description: 'When set to true, the delegate access to the user''s trending API is disabled. When set to true, documents in the user''s Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for Business is affected. Users can control this setting in Office Delve.' + itemInsights: + $ref: '#/components/schemas/microsoft.graph.userInsightsSettings' regionalAndLanguageSettings: $ref: '#/components/schemas/microsoft.graph.regionalAndLanguageSettings' shiftPreferences: @@ -32351,7 +32590,7 @@ components: properties: accountEnabled: type: boolean - description: 'true if the account is enabled; otherwise, false. default is true.' + description: 'true if the account is enabled; otherwise, false. Required.' nullable: true alternativeSecurityIds: type: array @@ -32361,13 +32600,13 @@ components: 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.' + 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 is 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.' + 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 is 2014-01-01T00:00:00Z. Read-only.' format: date-time nullable: true deviceCategory: @@ -32416,6 +32655,7 @@ components: items: type: string nullable: true + description: List of hostNames for the device. 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.' @@ -32435,7 +32675,7 @@ components: 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.' + 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 is 2014-01-01T00:00:00Z Read-only.' format: date-time nullable: true onPremisesSyncEnabled: @@ -32448,7 +32688,7 @@ components: nullable: true operatingSystemVersion: type: string - description: Operating system version of the device. Required. + description: The version of the operating system on the device. Required. nullable: true physicalIds: type: array @@ -32457,12 +32697,12 @@ components: description: For internal use only. Not nullable. profileType: type: string - description: The profile type of the device. Possible values:RegisteredDevice (default)SecureVMPrinterSharedIoT + description: 'The profile type of the device. Possible values: RegisteredDevice (default), SecureVM, Printer, Shared, IoT.' 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 - description: 'Date and time of when the device was registered. 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.' + description: 'Date and time of when the device was registered. 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 is 2014-01-01T00:00:00Z. Read-only.' format: date-time nullable: true systemLabels: @@ -32472,10 +32712,11 @@ components: 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' + description: 'Type of trust for the joined device. Read-only. Possible values: Workplace (indicates bring your own personal devices), AzureAd (Cloud only joined devices), ServerAd (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 + description: Form factor of device. Only returned if user signs in with a Microsoft account as part of Project Rome. nullable: true manufacturer: type: string @@ -32487,12 +32728,15 @@ components: nullable: true name: type: string + description: Friendly name of a device. Only returned if user signs in with a Microsoft account as part of Project Rome. nullable: true platform: type: string + description: Platform of device. Only returned if user signs in with a Microsoft account as part of Project Rome. Only returned if user signs in with a Microsoft account as part of Project Rome. nullable: true status: type: string + description: Device is online or offline. Only returned if user signs in with a Microsoft account as part of Project Rome. nullable: true usageRights: type: array @@ -32563,7 +32807,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.meetingCapabilities' - description: 'The list of meeting capabilities. Possible values are: questionAndAnswer.' + description: 'The list of meeting capabilities. Possible values are: questionAndAnswer,unknownFutureValue.' chatInfo: $ref: '#/components/schemas/microsoft.graph.chatInfo' creationDateTime: @@ -32639,7 +32883,7 @@ components: properties: activity: type: string - description: 'The supplemental information to a user''s availability. Possible values are Available, Away, BeRightBack, Busy, DoNotDisturb, InACall, InAConferenceCall, Inactive,InAMeeting, Offline, OffWork,OutOfOffice, PresenceUnknown,Presenting, UrgentInterruptionsOnly.' + description: 'The supplemental information to a user''s availability. Possible values are Available, Away, BeRightBack, Busy, DoNotDisturb, InACall, InAConferenceCall, Inactive, InAMeeting, Offline, OffWork, OutOfOffice, PresenceUnknown, Presenting, UrgentInterruptionsOnly.' nullable: true availability: type: string @@ -32755,7 +32999,7 @@ components: 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 team was created. + description: Timestamp at which the team was created. format: date-time nullable: true description: @@ -32863,6 +33107,15 @@ components: description: The task lists in the users mailbox. additionalProperties: type: object + microsoft.graph.mediaSourceContentCategory: + title: mediaSourceContentCategory + enum: + - meeting + - liveStream + - presentation + - screenRecording + - unknownFutureValue + type: string microsoft.graph.workbookCommentReply: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -32871,11 +33124,11 @@ components: properties: content: type: string - description: The content of replied comment. + description: The content of a comment reply. nullable: true contentType: type: string - description: Indicates the type for the replied comment. + description: Indicates the type for the comment reply. additionalProperties: type: object microsoft.graph.Json: @@ -32961,7 +33214,7 @@ components: description: Represents whether the casing impacted the last sort of the table. Read-only. method: type: string - description: 'Represents Chinese character ordering method last used to sort the table. Possible values are: PinYin, StrokeCount. Read-only.' + description: 'Represents Chinese character ordering method last used to sort the table. The possible values are: PinYin, StrokeCount. Read-only.' additionalProperties: type: object microsoft.graph.workbookChart: @@ -33041,6 +33294,104 @@ components: type: object additionalProperties: type: object + microsoft.graph.termStore.termGroupScope: + title: termGroupScope + enum: + - global + - system + - siteCollection + type: string + microsoft.graph.termStore.localizedName: + title: localizedName + type: object + properties: + languageTag: + type: string + description: The language tag for the label. + nullable: true + name: + type: string + description: The name in the localized language. + nullable: true + additionalProperties: + type: object + microsoft.graph.keyValue: + title: keyValue + type: object + properties: + key: + type: string + description: Key for the key-value pair. + nullable: true + value: + type: string + description: Value for the key-value pair. + nullable: true + additionalProperties: + type: object + microsoft.graph.termStore.term: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: term + 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: Date and time of term creation. Read-only + format: date-time + nullable: true + descriptions: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.termStore.localizedDescription' + description: Description about term that is dependent on the languageTag + labels: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.termStore.localizedLabel' + description: Label metadata for a term + 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 date and time of term modification. Read-only + format: date-time + nullable: true + properties: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.keyValue' + description: Collection of properties on the term + children: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.termStore.term' + description: Children of current term + relations: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.termStore.relation' + description: To indicate which terms are related to the current term as either pinned or reused + set: + $ref: '#/components/schemas/microsoft.graph.termStore.set' + additionalProperties: + type: object + microsoft.graph.termStore.relation: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: relation + type: object + properties: + relationship: + $ref: '#/components/schemas/microsoft.graph.termStore.relationType' + fromTerm: + $ref: '#/components/schemas/microsoft.graph.termStore.term' + set: + $ref: '#/components/schemas/microsoft.graph.termStore.set' + toTerm: + $ref: '#/components/schemas/microsoft.graph.termStore.term' + additionalProperties: + type: object microsoft.graph.onenoteEntityHierarchyModel: allOf: - $ref: '#/components/schemas/microsoft.graph.onenoteEntitySchemaObjectModel' @@ -33058,7 +33409,7 @@ components: 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.' + 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 is 2014-01-01T00:00:00Z. Read-only.' format: date-time nullable: true additionalProperties: @@ -33126,7 +33477,7 @@ components: 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.' + 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 is 2014-01-01T00:00:00Z. Read-only.' format: date-time nullable: true additionalProperties: @@ -33437,7 +33788,7 @@ components: 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''.' + 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 is 2014-01-01T00:00:00Z.' format: date-time nullable: true expectedAssessment: @@ -33463,7 +33814,7 @@ components: 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.' + 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}$' @@ -33506,11 +33857,11 @@ components: properties: address: type: string - description: The email address of an entity instance. + description: The email address of the person or entity. nullable: true name: type: string - description: The display name of an entity instance. + description: The display name of the person or entity. nullable: true additionalProperties: type: object @@ -33584,13 +33935,13 @@ components: 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''' + 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 is 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true additionalProperties: @@ -33625,10 +33976,10 @@ components: properties: dateTime: type: string - description: 'A single point of time in a combined date and time representation ({date}T{time}). For example, ''2019-04-16T09:00:00''.' + 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 possible values.' + description: 'Represents a time zone, for example, ''Pacific Standard Time''. See below for more possible values.' nullable: true additionalProperties: type: object @@ -33729,7 +34080,7 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true additionalProperties: @@ -33776,12 +34127,12 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true name: type: string - description: The display name of the attachment. This does not need to be the actual file name. + description: The attachment's file name. nullable: true size: maximum: 2147483647 @@ -34024,7 +34375,7 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time preview: type: string @@ -34064,7 +34415,7 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time preview: type: string @@ -34422,6 +34773,7 @@ components: properties: displayName: type: string + description: The name of the scope. nullable: true additionalProperties: type: object @@ -34433,6 +34785,7 @@ components: properties: reason: type: string + description: The user's justification for requiring access to the app. Supports $filter (eq only) and $orderby. nullable: true approval: $ref: '#/components/schemas/microsoft.graph.approval' @@ -34444,36 +34797,39 @@ components: - title: approvalStep type: object properties: + assignedToMe: + type: boolean + description: Indicates whether the step is assigned to the calling user to review. Read-only. + nullable: true displayName: type: string + description: The label provided by the policy creator to identify an approval step. Read-only. nullable: true justification: type: string + description: The justification associated with the approval step decision. 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 + description: 'The date and time when a decision was recorded. The date and time information uses ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.' format: date-time nullable: true reviewResult: type: string + description: 'The result of this approval record. Possible values include: NotReviewed, Approved, Denied.' + nullable: true + status: + type: string + description: 'The step status. Possible values: InProgress, Initializing, Completed, Expired. Read-only.' nullable: true additionalProperties: type: object microsoft.graph.accessReviewScope: title: accessReviewScope type: object - properties: - query: - type: string - description: The query specifying what will be reviewed. See table for examples. - nullable: true - queryType: - type: string - description: The type of query. Examples include MicrosoftGraph and ARM. - nullable: true additionalProperties: type: object microsoft.graph.accessReviewInstanceDecisionItem: @@ -34490,7 +34846,7 @@ components: 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 - description: The DateTime when the approval decision was applied. + description: 'The timestamp when the approval decision was applied. 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 is 2014-01-01T00:00:00Z.' format: date-time nullable: true applyResult: @@ -34505,16 +34861,26 @@ components: type: string description: The review decision justification. nullable: true + principal: + $ref: '#/components/schemas/microsoft.graph.identity' + principalLink: + type: string + nullable: true recommendation: type: string description: 'A system-generated recommendation for the approval decision. Possible values: Approve, Deny, or NotAvailable.' nullable: true + resource: + $ref: '#/components/schemas/microsoft.graph.accessReviewInstanceDecisionItemResource' + resourceLink: + 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 - description: The DateTime when the review occurred. + description: The timestamp when the review occurred. format: date-time nullable: true target: @@ -34537,7 +34903,7 @@ components: 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: DateTime when review series was created. + description: Timestamp when review series was created. format: date-time nullable: true descriptionForAdmins: @@ -34557,7 +34923,7 @@ components: 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: DateTime when review series was last modified. + description: Timestamp when review series was last modified. format: date-time nullable: true reviewers: @@ -34908,11 +35274,12 @@ components: - androidEnterprise - windows10x - androidnGMS - - cloudPC + - chromeOS - linux - blackberry - palm - unknown + - cloudPC type: string microsoft.graph.deviceManagementExchangeAccessState: title: deviceManagementExchangeAccessState @@ -35781,7 +36148,7 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true owner: @@ -35795,14 +36162,14 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.plannerBucket' - description: Collection of buckets in the plan. Read-only. Nullable. + 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: Collection of tasks in the plan. Read-only. Nullable. + description: Read-only. Nullable. Collection of tasks in the plan. additionalProperties: type: object microsoft.graph.plannerTask: @@ -35842,7 +36209,7 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true conversationThreadId: @@ -35854,7 +36221,7 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true creationSource: @@ -35862,7 +36229,7 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true hasDescription: @@ -35903,7 +36270,7 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true title: @@ -35929,17 +36296,27 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.sharedInsight' - description: Access this property from the derived type itemInsights. + 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: Access this property from the derived type itemInsights. + 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: Access this property from the derived type itemInsights. + 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.userInsightsSettings: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: userInsightsSettings + type: object + properties: + isEnabled: + type: boolean additionalProperties: type: object microsoft.graph.regionalAndLanguageSettings: @@ -36695,6 +37072,7 @@ components: properties: conferenceId: type: string + description: The conference id of the online meeting. nullable: true dialinUrl: type: string @@ -36746,7 +37124,7 @@ components: properties: messageId: type: string - description: The unique identifier for a message in a Microsoft Teams channel. + description: The unique identifier of a message in a Microsoft Teams channel. nullable: true replyChainMessageId: type: string @@ -36839,6 +37217,7 @@ components: 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 when this key was registered to the user. format: date-time nullable: true creationDateTime: @@ -36957,7 +37336,7 @@ components: 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 date and time when this password was last updated. This property is currently not populated. Read-only. 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''' + description: 'The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true password: @@ -37108,6 +37487,7 @@ components: $ref: '#/components/schemas/microsoft.graph.channelIdentity' chatId: type: string + description: The identity of the chat in which the message was posted. 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])$' @@ -37132,13 +37512,13 @@ components: 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 Teams UI. If no edits are made the value is null. + 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 modified, including when a reaction is added or removed.' + 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: @@ -37160,7 +37540,7 @@ components: description: 'Reactions for this chat message (for example, Like).' 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.)' + 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 @@ -37271,7 +37651,7 @@ components: nullable: true allowCreateUpdateChannels: type: boolean - description: 'If set to true, members can add and update any channels.' + description: 'If set to true, members can add and update channels.' nullable: true allowCreateUpdateRemoveConnectors: type: boolean @@ -37617,7 +37997,7 @@ components: nullable: true dataOption: type: string - description: 'Represents additional sorting options for this field. Possible values are: Normal, TextAsNumber.' + description: 'Represents additional sorting options for this field. The possible values are: Normal, TextAsNumber.' icon: $ref: '#/components/schemas/microsoft.graph.workbookIcon' key: @@ -37628,7 +38008,7 @@ components: format: int32 sortOn: type: string - description: 'Represents the type of sorting of this condition. Possible values are: Value, CellColor, FontColor, Icon.' + description: 'Represents the type of sorting of this condition. The possible values are: Value, CellColor, FontColor, Icon.' additionalProperties: type: object microsoft.graph.workbookChartAxes: @@ -37799,6 +38179,44 @@ components: description: Represents the worksheet protection option of allowing using sort feature. additionalProperties: type: object + microsoft.graph.termStore.localizedDescription: + title: localizedDescription + type: object + properties: + description: + type: string + description: The description in the localized language. + nullable: true + languageTag: + type: string + description: The language tag for the label. + nullable: true + additionalProperties: + type: object + microsoft.graph.termStore.localizedLabel: + title: localizedLabel + type: object + properties: + isDefault: + type: boolean + description: Indicates whether the label is the default label. + nullable: true + languageTag: + type: string + description: The anguage tag for the label. + nullable: true + name: + type: string + description: The name of the label. + nullable: true + additionalProperties: + type: object + microsoft.graph.termStore.relationType: + title: relationType + enum: + - pin + - reuse + type: string microsoft.graph.externalLink: title: externalLink type: object @@ -38011,7 +38429,7 @@ components: 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''.' + 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 is 2014-01-01T00:00:00Z.' format: date-time nullable: true message: @@ -38128,7 +38546,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.dayOfWeek' - description: 'A collection of the days of the week on which the event occurs. 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.' + 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: @@ -38251,7 +38669,7 @@ components: properties: name: type: string - description: Name of the setting (as defined by the directorySettingTemplate). + description: Name of the setting (as defined by the groupSettingTemplate). nullable: true value: type: string @@ -38290,7 +38708,7 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time sender: $ref: '#/components/schemas/microsoft.graph.recipient' @@ -38298,7 +38716,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.attachment' - description: 'The collection of fileAttachment, itemAttachment, and referenceAttachment attachments for the post. Read-only. Nullable.' + description: Read-only. Nullable. extensions: type: array items: @@ -38368,7 +38786,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.recipient' - description: The email address to which a message should be redirected. + description: The email addresses to which a message should be redirected. stopProcessingRules: type: boolean description: Indicates whether subsequent rules should be evaluated. @@ -38592,6 +39010,24 @@ components: nullable: true additionalProperties: type: object + microsoft.graph.accessReviewInstanceDecisionItemResource: + title: accessReviewInstanceDecisionItemResource + type: object + properties: + displayName: + type: string + description: Display name of the resource + nullable: true + id: + type: string + description: Resource ID + nullable: true + type: + type: string + description: 'Type of resource. Types include: Group, ServicePrincipal, DirectoryRole, AzureRole, AccessPackageAssignmentPolicy.' + nullable: true + additionalProperties: + type: object microsoft.graph.accessReviewInstanceDecisionItemTarget: title: accessReviewInstanceDecisionItemTarget type: object @@ -38603,7 +39039,15 @@ components: - title: accessReviewReviewerScope type: object properties: + query: + type: string + description: The query specifying who will be the reviewer. See table for examples. + nullable: true queryRoot: + type: string + description: The type of query. Examples include MicrosoftGraph and ARM. + nullable: true + queryType: type: string description: 'In the scenario where reviewers need to be specified dynamically, this property is used to indicate the relative source of the query. This property is only required if a relative query (i.e., ./manager) is specified.' nullable: true @@ -39395,6 +39839,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.translationLanguageOverride' + description: 'Translation override behavior for languages, if any.Returned by default.' translationBehavior: $ref: '#/components/schemas/microsoft.graph.translationBehavior' untranslatedLanguages: @@ -39402,6 +39847,7 @@ components: items: type: string nullable: true + description: 'The list of languages the user does not need translated. This is computed from the authoringLanguages collection in regionalAndLanguageSettings, and the languageOverrides collection in translationPreferences. The list specifies neutral culture values that include the language code without any country or region association. For example, it would specify ''fr'' for the neutral French culture, but not ''fr-FR'' for the French culture in France. Returned by default. Read only.' additionalProperties: type: object microsoft.graph.changeTrackedEntity: @@ -39415,7 +39861,7 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true lastModifiedBy: @@ -39423,7 +39869,7 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true additionalProperties: @@ -39818,6 +40264,8 @@ components: - title: teamsAppDefinition type: object properties: + allowedInstallationScopes: + $ref: '#/components/schemas/microsoft.graph.teamsAppInstallationScopes' azureADAppId: type: string description: The WebApplicationInfo.id from the Teams App manifest. @@ -39826,6 +40274,7 @@ components: $ref: '#/components/schemas/microsoft.graph.identitySet' description: type: string + description: Verbose description of the application. nullable: true displayName: type: string @@ -39843,7 +40292,7 @@ components: nullable: true teamsAppId: type: string - description: The id from the Teams App manifest. + description: The ID from the Teams app manifest. nullable: true version: type: string @@ -39863,7 +40312,7 @@ components: nullable: true contentType: type: string - description: 'The media type of the content attachment. It can have the following values: reference: Attachment is a link to another file. Populate the contentURL with the link to the object.Any contentTypes supported by the Bot Framework''s Attachment objectapplication/vnd.microsoft.card.codesnippet: A code snippet. application/vnd.microsoft.card.announcement: An announcement header.' + description: 'The media type of the content attachment. It can have the following values: reference: Attachment is a link to another file. Populate the contentURL with the link to the object.file: Raw file attachment. Populate the contenturl field with the base64 encoding of the file in data: format.image/: Image type with the type of the image specified ex: image/png, image/jpeg, image/gif. Populate the contentUrl field with the base64 encoding of the file in data: format.video/: Video type with the format specified. Ex: video/mp4. Populate the contentUrl field with the base64 encoding of the file in data: format.audio/: Audio type with the format specified. Ex: audio/wmw. Populate the contentUrl field with the base64 encoding of the file in data: format.application/card type: Rich card attachment type with the card type specifying the exact card format to use. Set content with the json format of the card. Supported values for card type include:application/vnd.microsoft.card.adaptive: A rich card that can contain any combination of text, speech, images,,buttons, and input fields. Set the content property to,an AdaptiveCard object.application/vnd.microsoft.card.animation: A rich card that plays animation. Set the content property,to an AnimationCardobject.application/vnd.microsoft.card.audio: A rich card that plays audio files. Set the content property,to an AudioCard object.application/vnd.microsoft.card.video: A rich card that plays videos. Set the content property,to a VideoCard object.application/vnd.microsoft.card.hero: A Hero card. Set the content property to a HeroCard object.application/vnd.microsoft.card.thumbnail: A Thumbnail card. Set the content property to a ThumbnailCard object.application/vnd.microsoft.com.card.receipt: A Receipt card. Set the content property to a ReceiptCard object.application/vnd.microsoft.com.card.signin: A user Sign In card. Set the content property to a SignInCard object.' nullable: true contentUrl: type: string @@ -39889,9 +40338,11 @@ components: properties: channelId: type: string + description: The identity of the channel in which the message was posted. nullable: true teamId: type: string + description: The identity of the team in which the message was posted. nullable: true additionalProperties: type: object @@ -39953,7 +40404,7 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time reactionType: type: string @@ -39964,19 +40415,9 @@ components: type: object microsoft.graph.chatMessageHostedContent: allOf: - - $ref: '#/components/schemas/microsoft.graph.entity' + - $ref: '#/components/schemas/microsoft.graph.teamworkHostedContent' - title: chatMessageHostedContent type: object - properties: - contentBytes: - type: string - description: 'Write-only. When posting new chat message hosted content, represents the bytes of the payload. These are represented as a base64Encoded string.' - format: base64url - nullable: true - contentType: - type: string - description: 'Write-only. When posting new chat message hosted content, represents the type of content, such as image/png.' - nullable: true additionalProperties: type: object microsoft.graph.teamsTabConfiguration: @@ -40025,7 +40466,7 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true recipientActionMessage: @@ -40034,11 +40475,11 @@ components: nullable: true recipientUserId: type: string - description: User id of the recipient of the offer shift request. + 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. + description: User ID of the sender of the offer shift request. nullable: true additionalProperties: type: object @@ -40126,7 +40567,7 @@ components: properties: recipientShiftId: type: string - description: Shift ID for the recipient user with whom the request is to swap. + description: ShiftId for the recipient user with whom the request is to swap. nullable: true additionalProperties: type: object @@ -40184,13 +40625,13 @@ components: 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''' + 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 is 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true timeOffReasonId: @@ -40401,7 +40842,7 @@ components: format: int32 set: type: string - description: 'Represents the set that the icon is part of. Possible values are: Invalid, ThreeArrows, ThreeArrowsGray, ThreeFlags, ThreeTrafficLights1, ThreeTrafficLights2, ThreeSigns, ThreeSymbols, ThreeSymbols2, FourArrows, FourArrowsGray, FourRedToBlack, FourRating, FourTrafficLights, FiveArrows, FiveArrowsGray, FiveRating, FiveQuarters, ThreeStars, ThreeTriangles, FiveBoxes.' + description: 'Represents the set that the icon is part of. The possible values are: Invalid, ThreeArrows, ThreeArrowsGray, ThreeFlags, ThreeTrafficLights1, ThreeTrafficLights2, ThreeSigns, ThreeSymbols, ThreeSymbols2, FourArrows, FourArrowsGray, FourRedToBlack, FourRating, FourTrafficLights, FiveArrows, FiveArrowsGray, FiveRating, FiveQuarters, ThreeStars, ThreeTriangles, FiveBoxes.' additionalProperties: type: object microsoft.graph.workbookChartAxis: @@ -41060,6 +41501,7 @@ components: properties: languageTag: type: string + description: The language to apply the override.Returned by default. Not nullable. translationBehavior: $ref: '#/components/schemas/microsoft.graph.translationBehavior' additionalProperties: @@ -41163,6 +41605,14 @@ components: - sideloaded - unknownFutureValue type: string + microsoft.graph.teamsAppInstallationScopes: + title: teamsAppInstallationScopes + enum: + - team + - groupChat + - personal + - unknownFutureValue + type: string microsoft.graph.teamsAppPublishingState: title: teamsAppPublishingState enum: @@ -41221,6 +41671,23 @@ components: - allowOverrideWithoutJustification - allowOverrideWithJustification type: string + microsoft.graph.teamworkHostedContent: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: teamworkHostedContent + type: object + properties: + contentBytes: + type: string + description: Write only. Bytes for the hosted content (such as images). + format: base64url + nullable: true + contentType: + type: string + description: 'Write only. Content type. sicj as image/png, image/jpg.' + nullable: true + additionalProperties: + type: object microsoft.graph.scheduleChangeRequest: allOf: - $ref: '#/components/schemas/microsoft.graph.changeTrackedEntity' @@ -41571,7 +42038,7 @@ components: 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 end date and time for the shiftActivity. 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''. Required.' + description: 'The end date and time for the shiftActivity. 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 is 2014-01-01T00:00:00Z. Required.' format: date-time nullable: true isPaid: @@ -41581,7 +42048,7 @@ components: 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 start date and time for the shiftActivity. 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''. Required.' + description: 'The start date and time for the shiftActivity. 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 is 2014-01-01T00:00:00Z. Required.' format: date-time nullable: true theme: diff --git a/openApiDocs/beta/Groups.yml b/openApiDocs/beta/Groups.yml index 083a0bb6a9d..f2b47a5850b 100644 --- a/openApiDocs/beta/Groups.yml +++ b/openApiDocs/beta/Groups.yml @@ -24109,7 +24109,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.assignedLabel' - description: 'The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select.' + 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: @@ -24126,7 +24126,7 @@ components: 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.' + 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 is 2014-01-01T00:00:00Z. Returned by default. Read-only.' format: date-time nullable: true description: @@ -24140,7 +24140,7 @@ components: 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.' + 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 is 2014-01-01T00:00:00Z. Returned by default. Read-only.' format: date-time nullable: true groupTypes: @@ -24150,7 +24150,7 @@ components: 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).' + 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 @@ -24184,7 +24184,7 @@ components: 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. + 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 @@ -24193,7 +24193,7 @@ components: 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 group 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''. Returned by default. Read-only. Supports $filter.' + description: 'Indicates the last time at which the group 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 is 2014-01-01T00:00:00Z. Returned by default. Read-only. Supports $filter.' format: date-time nullable: true onPremisesNetBiosName: @@ -24223,17 +24223,17 @@ components: nullable: true preferredLanguage: type: string - description: The preferred language for a Microsoft 365 group. Should follow ISO 639-1 Code; for example 'en-US'. Returned by default. + 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 for filter expressions on multi-valued properties. Returned by default. Read-only. Not nullable. Supports $filter.' + 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.' + 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 is 2014-01-01T00:00:00Z. Returned by default. Read-only.' format: date-time nullable: true resourceBehaviorOptions: @@ -24256,7 +24256,7 @@ components: nullable: true theme: type: string - description: 'Specifies a Microsoft 365 group''s color theme. Possible values are Teal, Purple, Green, Blue, Pink, Orange or Red. Returned by default.' + 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 @@ -24266,26 +24266,26 @@ components: $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. + description: 'Indicates if people external to the organization can send messages to the group. Default value is false. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}).' 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. + 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. Supported only on the Get group API (GET /groups/{ID}).' nullable: true hideFromAddressLists: type: boolean - description: 'True if the group is not displayed in certain parts of the Outlook user interface: in the Address Book, in address lists for selecting message recipients, and in the Browse Groups dialog for searching groups; false otherwise. Default value is false. Returned only on $select.' + 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. Supported only on the Get group API (GET /groups/{ID}).' 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, false otherwise. Default value is false. Returned only on $select.' + 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. Supported only on the Get group API (GET /groups/{ID}).' 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. + description: 'Indicates whether the signed-in user is subscribed to receive email conversations. Default value is true. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}).' nullable: true unseenConversationsCount: maximum: 2147483647 @@ -24298,7 +24298,7 @@ components: maximum: 2147483647 minimum: -2147483648 type: integer - description: Count of conversations that have received new posts since the signed-in user last visited the group. This property is the same as unseenConversationsCount.Returned only on $select. + description: 'Count of conversations that have received new posts since the signed-in user last visited the group. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}).' format: int32 nullable: true unseenMessagesCount: @@ -24329,12 +24329,12 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.directoryObject' - description: 'Groups and administrative units that this group is a member of. HTTP Methods: GET (supported for all groups). Read-only. Nullable.' + 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, contacts, and groups that are members of this group. HTTP Methods: GET (supported for all groups), POST (supported for security groups and mail-enabled security groups), DELETE (supported only for security groups) Read-only. Nullable.' + 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: @@ -24344,7 +24344,7 @@ components: 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. HTTP Methods: GET (supported for all groups), POST (supported for security groups and mail-enabled security groups), DELETE (supported only for security groups) Read-only. Nullable.' + 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: @@ -24353,7 +24353,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.directorySetting' - description: 'Settings that can govern this group''s behavior, like whether members can invite guest users to the group. Nullable.' + description: Read-only. Nullable. transitiveMemberOf: type: array items: @@ -24383,7 +24383,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.event' - description: The group's events. + description: The group's calendar events. rejectedSenders: type: array items: @@ -24486,7 +24486,7 @@ components: items: type: string nullable: true - description: 'When uploading files to document libraries, this is a collection of byte ranges that the server is missing for the file. These ranges are zero-indexed and of the format, ''{start}-{end}'' (e.g. ''0-26'' to indicate the first 27 bytes of the file). When uploading files as Outlook attachments, instead of a collection of ranges, this property always indicates a single value ''{start}'', the location in the file where the next upload should begin.' + description: 'A collection of byte ranges that the server is missing for the file. These ranges are zero indexed and of the format ''start-end'' (e.g. ''0-26'' to indicate the first 27 bytes of the file). When uploading files as Outlook attachments, instead of a collection of ranges, this property always indicates a single value ''{start}'', the location in the file where the next upload should begin.' uploadUrl: type: string description: The URL endpoint that accepts PUT requests for byte ranges of the file. @@ -24511,10 +24511,10 @@ components: properties: dateTime: type: string - description: 'A single point of time in a combined date and time representation ({date}T{time}). For example, ''2019-04-16T09:00:00''.' + 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 possible values.' + description: 'Represents a time zone, for example, ''Pacific Standard Time''. See below for more possible values.' nullable: true additionalProperties: type: object @@ -24639,7 +24639,7 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true originalStartTimeZone: @@ -24692,7 +24692,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.attachment' - description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' + description: The collection of fileAttachment and itemAttachment attachments for the event. Navigation property. Read-only. Nullable. calendar: $ref: '#/components/schemas/microsoft.graph.calendar' exceptionOccurrences: @@ -24703,12 +24703,12 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.extension' - description: The collection of open extensions defined for the event. Nullable. + 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 occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but does not include occurrences that have been cancelled from the series. Navigation property. Read-only. Nullable.' + description: The instances of the event. Navigation property. Read-only. Nullable. multiValueExtendedProperties: type: array items: @@ -24733,7 +24733,7 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time preview: type: string @@ -24773,7 +24773,7 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time preview: type: string @@ -24829,7 +24829,7 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time sender: $ref: '#/components/schemas/microsoft.graph.recipient' @@ -24837,7 +24837,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.attachment' - description: 'The collection of fileAttachment, itemAttachment, and referenceAttachment attachments for the post. Read-only. Nullable.' + description: Read-only. Nullable. extensions: type: array items: @@ -24877,12 +24877,12 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true name: type: string - description: The display name of the attachment. This does not need to be the actual file name. + description: The attachment's file name. nullable: true size: maximum: 2147483647 @@ -25060,7 +25060,7 @@ components: $ref: '#/components/schemas/microsoft.graph.onenoteOperationError' percentComplete: type: string - description: The operation percent complete if the operation is still in running status + description: The operation percent complete if the operation is still in running status. nullable: true resourceId: type: string @@ -25086,7 +25086,7 @@ components: $ref: '#/components/schemas/microsoft.graph.onenotePatchInsertPosition' target: type: string - description: 'The element to update. Must be the # or the generated {id} of the element, or the body or title keyword.' + description: 'The element to update. Must be the # or the generated of the element, or the body or title keyword.' additionalProperties: type: object microsoft.graph.onenotePagePreview: @@ -25162,7 +25162,7 @@ components: lastAccessedTime: 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.' + 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 is 2014-01-01T00:00:00Z. Read-only.' format: date-time nullable: true links: @@ -25305,12 +25305,12 @@ components: 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.' + 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.' 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.' + 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 is 2014-01-01T00:00:00Z. Read-only.' format: date-time nullable: true principalDisplayName: @@ -25320,16 +25320,16 @@ components: 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.' + description: 'The unique identifier (id) for the user, group or service principal being granted the app role. Required on create.' 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.' + description: 'The type of the assigned principal. This can either be User, Group or ServicePrincipal. Read-only.' 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. + description: The display name of the resource app's service principal to which the assignment is made. 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}$' @@ -25356,15 +25356,15 @@ components: 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, through an Outlook client or the corresponding calendarPermission resource. Read-only.' + 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. Read-only.' + 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. This property is set through an Outlook client or the corresponding calendarPermission resource. Read-only.' + description: 'true if the user can read calendar items that have been marked private, false otherwise.' nullable: true changeKey: type: string @@ -25376,11 +25376,11 @@ components: $ref: '#/components/schemas/microsoft.graph.onlineMeetingProviderType' hexColor: type: string - description: 'The calendar color, expressed in a hex color code of three hexidecimal values, each ranging from 00 to FF and representing the red, green, or blue components of the color in the RGB color space. If the user has never explicitly set a color for the calendar, this property is empty.' + description: 'The calendar color, expressed in a hex color code of three hexadecimal values, each ranging from 00 to FF and representing the red, green, or blue components of the color in the RGB color space. If the user has never explicitly set a color for the calendar, this property is empty. Read-only.' nullable: true isDefaultCalendar: type: boolean - description: 'True if this is the default calendar where new events are created by default, false otherwise.' + description: 'true if this is the default calendar where new events are created by default, false otherwise.' nullable: true isRemovable: type: boolean @@ -25388,11 +25388,11 @@ components: nullable: true isShared: type: boolean - description: 'True if the user has shared the calendar with other users, false otherwise. Since only the user who created the calendar can share it, isShared and isSharedWithMe cannot be true for the same user. This property is set when sharing is initiated in an Outlook client, and can be reset when the sharing is cancelled through the client or the corresponding calendarPermission resource. Read-only.' + description: 'true if the user has shared the calendar with other users, false otherwise. Since only the user who created the calendar can share it, isShared and isSharedWithMe cannot be true for the same user. This property is set when sharing is initiated in an Outlook client, and can be reset when the sharing is cancelled through the client or the corresponding calendarPermission resource. Read-only.' nullable: true isSharedWithMe: type: boolean - description: 'True if the user has been shared this calendar, false otherwise. This property is always false for a calendar owner. This property is set when sharing is initiated in an Outlook client, and can be reset when the sharing is cancelled through the client or the corresponding calendarPermission resource. Read-only.' + description: 'true if the user has been shared this calendar, false otherwise. This property is always false for a calendar owner. This property is set when sharing is initiated in an Outlook client, and can be reset when the sharing is cancelled through the client or the corresponding calendarPermission resource. Read-only.' nullable: true isTallyingResponses: type: boolean @@ -25521,6 +25521,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.columnDefinition' + description: The collection of column definitions available in the site that are referenced from the sites in the parent hierarchy of the current site. items: type: array items: @@ -25546,6 +25547,8 @@ components: items: $ref: '#/components/schemas/microsoft.graph.site' description: The collection of the sub-sites under this site. + termStore: + $ref: '#/components/schemas/microsoft.graph.termStore.store' onenote: $ref: '#/components/schemas/microsoft.graph.onenote' additionalProperties: @@ -25614,7 +25617,7 @@ components: 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 team was created. + description: Timestamp at which the team was created. format: date-time nullable: true description: @@ -25772,11 +25775,11 @@ components: properties: address: type: string - description: The email address of an entity instance. + description: The email address of the person or entity. nullable: true name: type: string - description: The display name of an entity instance. + description: The display name of the person or entity. nullable: true additionalProperties: type: object @@ -25799,13 +25802,13 @@ components: 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''' + 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 is 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true additionalProperties: @@ -25931,7 +25934,7 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true additionalProperties: @@ -26095,7 +26098,7 @@ components: properties: name: type: string - description: Name of the setting (as defined by the directorySettingTemplate). + description: Name of the setting (as defined by the groupSettingTemplate). nullable: true value: type: string @@ -26325,6 +26328,8 @@ components: $ref: '#/components/schemas/microsoft.graph.image' location: $ref: '#/components/schemas/microsoft.graph.geoCoordinates' + media: + $ref: '#/components/schemas/microsoft.graph.media' package: $ref: '#/components/schemas/microsoft.graph.package' pendingOperations: @@ -26348,6 +26353,8 @@ components: description: Size of the item in bytes. Read-only. format: int64 nullable: true + source: + $ref: '#/components/schemas/microsoft.graph.driveItemSource' specialFolder: $ref: '#/components/schemas/microsoft.graph.specialFolder' video: @@ -26536,12 +26543,15 @@ components: nullable: true isDeletable: type: boolean + description: Indicates whether this column can be deleted. nullable: true isReorderable: type: boolean + description: Indicates whether values in the column can be reordered. Read-only. nullable: true isSealed: type: boolean + description: Specifies whether column can be changed. nullable: true lookup: $ref: '#/components/schemas/microsoft.graph.lookupColumn' @@ -26555,6 +26565,7 @@ components: $ref: '#/components/schemas/microsoft.graph.personOrGroupColumn' propagateChanges: type: boolean + description: If 'True' changes to this column will be propagated to lists that implement the column. nullable: true readOnly: type: boolean @@ -26589,6 +26600,7 @@ components: items: type: string nullable: true + description: List of canonical URLs for hub sites with which this content type is associated to. This will contain all hubsites where this content type is queued to be enforced or is already enforced. Enforcing a content type means that the content type will be applied to the lists in the enforced sites. description: type: string description: The descriptive text for the item. @@ -26609,6 +26621,7 @@ components: $ref: '#/components/schemas/microsoft.graph.itemReference' isBuiltIn: type: boolean + description: Specifies if a content type is a built-in content type. nullable: true name: type: string @@ -26622,6 +26635,7 @@ components: nullable: true propagateChanges: type: boolean + description: 'If true, any changes made to the content type will be pushed to inherited content types and lists that implement the content type.' nullable: true readOnly: type: boolean @@ -26637,6 +26651,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.contentType' + description: The collection of content types that are ancestors of this content type. columnLinks: type: array items: @@ -26646,10 +26661,12 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.columnDefinition' + description: Column order information in a content type. columns: type: array items: $ref: '#/components/schemas/microsoft.graph.columnDefinition' + description: The collection of column definitions for this contentType. additionalProperties: type: object microsoft.graph.sitePage: @@ -26711,10 +26728,36 @@ components: 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.' + 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.termStore.store: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: store + type: object + properties: + defaultLanguageTag: + type: string + description: Default language of the term store. + languageTags: + type: array + items: + type: string + description: List of languages for the term store. + groups: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.termStore.group' + description: Collection of all groups available in the term store. + sets: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.termStore.set' + description: Collection of all sets available in the term store. + additionalProperties: + type: object microsoft.graph.plannerPlan: allOf: - $ref: '#/components/schemas/microsoft.graph.plannerDelta' @@ -26730,7 +26773,7 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true owner: @@ -26744,14 +26787,14 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.plannerBucket' - description: Collection of buckets in the plan. Read-only. Nullable. + 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: Collection of tasks in the plan. Read-only. Nullable. + description: Read-only. Nullable. Collection of tasks in the plan. additionalProperties: type: object microsoft.graph.notebook: @@ -26814,7 +26857,7 @@ components: 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.' + 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 is 2014-01-01T00:00:00Z. Read-only.' format: date-time nullable: true level: @@ -26980,7 +27023,7 @@ components: nullable: true allowCreateUpdateChannels: type: boolean - description: 'If set to true, members can add and update any channels.' + description: 'If set to true, members can add and update channels.' nullable: true allowCreateUpdateRemoveConnectors: type: boolean @@ -27273,56 +27316,56 @@ components: $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. Returned only on $select. Supports $filter.' + 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. Returned only on $select.' + 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. Returned only on $select. Not nullable. + description: The licenses that are assigned to the user. Returned only on $select. Not nullable. Supports $filter. assignedPlans: type: array items: $ref: '#/components/schemas/microsoft.graph.assignedPlan' - description: The plans that are assigned to the user. Returned only on $select. Read-only. Not nullable. + 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. Only one number can be set for this property. Returned by default. Read-only for users synced from on-premises directory. + description: 'The telephone numbers for the user. NOTE: Although this is a string collection, only one number can be set for this property. Read-only for users synced from on-premises directory. Returned by default.' city: type: string - description: The city in which the user is located. Returned only on $select. Supports $filter. + 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. + 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 characters.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. Returned only on $select.' + 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''. Returned only on $select. Supports $filter.' + 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 date and time the user was created. The value cannot be modified and is automatically populated when the entity is created. The DateTimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. Property is nullable. A null value indicates that an accurate creation time couldn't be determined for the user. Returned only on $select. Read-only. Supports $filter. + 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). Returned only on $select. Read-only.' + 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. Returned only on $select. Supports $filter. + description: The name for the department in which the user works. Supports $filter. nullable: true deviceKeys: type: array @@ -27330,7 +27373,7 @@ components: $ref: '#/components/schemas/microsoft.graph.deviceKey' displayName: type: string - description: 'The name displayed in the address book for the user. This value 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. Returned by default. Supports $filter and $orderby.' + 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. Returned by default. 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])$' @@ -27358,7 +27401,7 @@ components: nullable: true faxNumber: type: string - description: The fax number of the user. Returned only on $select. + description: The fax number of the user. nullable: true givenName: type: string @@ -27368,7 +27411,7 @@ components: 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. Returned only on $select. Supports $filter.' + 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: @@ -27391,29 +27434,29 @@ components: 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 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 is ''2014-01-01T00:00:00Z'' Returned only on $select. Read-only.' + 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 is 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. Returned only on $select.' + 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. Returned only on $select. Read-only. + 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''. Returned by default. Supports $filter and endsWith.' nullable: true mailNickname: type: string - description: The mail alias for the user. This property must be specified when a user is created. Returned only on $select. Supports $filter. + 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. Returned by default. Read-only for users synced from on-premises directory. + description: The primary cellular telephone number for the user. Read-only for users synced from on-premises directory. Returned by default. nullable: true officeLocation: type: string @@ -27421,59 +27464,59 @@ components: 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. Returned only on $select. Read-only. + 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. Returned only on $select. Read-only.' + 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. Returned only on $select. Supports $filter.' + 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 is ''2014-01-01T00:00:00Z''. Returned only on $select. Read-only.' + 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 is 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. Returned only on $select. + 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. Returned only on $select. Read-only. + 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. Returned only on $select. Read-only. + 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). Returned only on $select. Read-only. + 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. Returned only on $select. Read-only. + 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''].Returned only on $select. Supports$filter.' + 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''.Returned only on $select.' + 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. Returned only on $select.' + 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 @@ -27487,35 +27530,35 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.provisionedPlan' - description: The plans that are provisioned for the user. Returned only on $select. Read-only. Not nullable. + 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. Returned only on $select. Read-only, Not nullable. Supports $filter.' + 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. Use invalidateAllRefreshTokens to reset.' + 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. Returned only on $select.' + 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. Returned only on $select. Read-only. Use revokeSignInSessions to reset.' + 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. Returned only on $select. Supports $filter. + 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. Returned only on $select. + description: The street address of the user's place of business. nullable: true surname: type: string @@ -27523,7 +27566,7 @@ components: 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. Returned only on $select. Supports $filter.' + 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 @@ -27531,7 +27574,7 @@ components: 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''. Returned only on $select. Supports $filter.' + 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' @@ -27543,56 +27586,56 @@ components: format: int32 aboutMe: type: string - description: A freeform text entry field for the user to describe themselves. Returned only on $select. + 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 is ''2014-01-01T00:00:00Z'' Returned only on $select.' + 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 is 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 is ''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.' + 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 is 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. Returned only on $select. + description: A list for the user to describe their interests. mySite: type: string - description: The URL for the user's personal site. Returned only on $select. + 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. Returned only on $select. + description: A list for the user to enumerate their past projects. preferredName: type: string - description: The preferred name for the user. Returned only on $select. + 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. Returned only on $select. + 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. Returned only on $select. + 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. Returned only on $select. + description: A list for the user to enumerate their skills. analytics: $ref: '#/components/schemas/microsoft.graph.userAnalytics' usageRights: @@ -27627,7 +27670,11 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.directoryObject' - description: 'The groups, directory roles and administrative units that the user is a member of. Read-only. Nullable.' + description: The groups and directory roles that the user is a member of. Read-only. Nullable. + oauth2PermissionGrants: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.oAuth2PermissionGrant' ownedDevices: type: array items: @@ -27683,7 +27730,7 @@ components: 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. + 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: @@ -27707,7 +27754,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.person' - description: 'Read-only. The most relevant people to the user. The collection is ordered by their relevance to the user, which is determined by the user''s communication, collaboration and business relationships. A person is an aggregation of information from across mail, contacts and social networks.' + description: People that are relevant to the user. Read-only. Nullable. drive: $ref: '#/components/schemas/microsoft.graph.drive' drives: @@ -27723,7 +27770,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.extension' - description: The collection of open extensions defined for the user. Nullable. + description: The collection of open extensions defined for the user. Read-only. Nullable. appConsentRequestsForApproval: type: array items: @@ -28026,7 +28073,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.dayOfWeek' - description: 'A collection of the days of the week on which the event occurs. 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.' + 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: @@ -28198,7 +28245,7 @@ components: properties: upgradeAvailable: type: boolean - description: Indicates if there are higher storage quota plans available. Read-only. + description: Indicates whether there are higher storage quota plans available. Read-only. nullable: true additionalProperties: type: object @@ -28466,16 +28513,27 @@ components: nullable: true latitude: type: number - description: 'Optional. The latitude, in decimal, for the item. Writable on OneDrive Personal.' + 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. Writable on OneDrive Personal.' + description: 'Optional. The longitude, in decimal, for the item. Read-only.' format: double nullable: true additionalProperties: type: object + microsoft.graph.media: + title: media + type: object + properties: + isTranscriptionShown: + type: boolean + nullable: true + mediaSource: + $ref: '#/components/schemas/microsoft.graph.mediaSource' + additionalProperties: + type: object microsoft.graph.package: title: package type: object @@ -28543,7 +28601,7 @@ components: 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: The date and time the photo was taken in UTC time. Read-only. + description: Represents the date and time the photo was taken. Read-only. format: date-time nullable: true additionalProperties: @@ -28655,6 +28713,17 @@ components: nullable: true additionalProperties: type: object + microsoft.graph.driveItemSource: + title: driveItemSource + type: object + properties: + application: + $ref: '#/components/schemas/microsoft.graph.driveItemSourceApplication' + externalId: + type: string + nullable: true + additionalProperties: + type: object microsoft.graph.specialFolder: title: specialFolder type: object @@ -28754,7 +28823,7 @@ components: 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. Nullable.' + 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: @@ -28779,14 +28848,14 @@ components: nullable: true changeType: type: string - description: '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. Required. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType.' + 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: Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 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. Optional. + 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.' + 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 @@ -28794,12 +28863,12 @@ components: nullable: true encryptionCertificateId: type: string - description: A custom app-provided identifier to help identify the certificate needed to decrypt resource data. Optional. Required when includeResourceData is true. + 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: '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. Required.' + 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 includeResourceData: type: boolean @@ -28815,16 +28884,18 @@ components: nullable: true notificationContentType: type: string + description: Desired content-type for MS Graph change notifications for supported resource types. The default content-type is the 'application/json' content-type. nullable: true notificationQueryOptions: type: string + description: 'OData Query Options for specifying value for the targeting resource. Clients receive notifications when resource reaches the state matching the query options provided here. With this new property in the subscription creation payload along with all existing properties, Webhooks will deliver notifications whenever a resource reaches the desired state mentioned in the notificationQueryOptions property eg when the print job is completed, when a print job resource isFetchable property value becomes true etc.' nullable: true notificationUrl: type: string - description: The URL of the endpoint that receives the change notifications. This URL must make use of the HTTPS protocol. Required. + 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: Specifies the resource that will be monitored for changes. Do not include the base URL (https://graph.microsoft.com/beta/). See the possible resource path values for each supported resource. Required. + 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.thumbnailSet: @@ -28851,6 +28922,7 @@ components: properties: content: type: string + description: The content stream for this version of the item. format: base64url nullable: true size: @@ -29016,6 +29088,7 @@ components: properties: isPicture: type: boolean + description: Specifies whether the display format used for URL columns is an image or a hyperlink. nullable: true additionalProperties: type: object @@ -29093,9 +29166,11 @@ components: properties: allowMultipleValues: type: boolean + description: Specifies whether the column will allow more than one value nullable: true showFullyQualifiedName: type: boolean + description: Specifies whether to display the entire term path or only the term label. nullable: true additionalProperties: type: object @@ -29165,13 +29240,16 @@ components: properties: defaultLanguage: type: string + description: Default BCP 47 language tag for the description. nullable: true descriptions: type: array items: $ref: '#/components/schemas/microsoft.graph.displayNameLocalization' + description: Localized messages that explain what is needed for this column's value to be considered valid. User will be prompted with this message if validation fails. formula: type: string + description: 'The formula to validate column value. For examples, see Examples of common formulas in lists' nullable: true additionalProperties: type: object @@ -29183,18 +29261,23 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.contentTypeInfo' + description: Content types allowed in document set. defaultContents: type: array items: $ref: '#/components/schemas/microsoft.graph.documentSetContent' + description: Default contents of document set. propagateWelcomePageChanges: type: boolean + description: Specifies whether to push welcome page changes to inherited content types. nullable: true shouldPrefixNameToFile: type: boolean + description: Add the name of the Document Set to each file name. nullable: true welcomePageUrl: type: string + description: Welcome page absolute URL. nullable: true sharedColumns: type: array @@ -29214,9 +29297,11 @@ components: $ref: '#/components/schemas/microsoft.graph.contentTypeInfo' fileName: type: string + description: Name of the file in resource folder that should be added as a default content or a template in the document set nullable: true folderName: type: string + description: Folder name in which the file will be placed when a new document set is created in the library. nullable: true additionalProperties: type: object @@ -29325,6 +29410,83 @@ components: nullable: true additionalProperties: type: object + microsoft.graph.termStore.group: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: group + 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: Date and time of group creation. Read-only. + format: date-time + nullable: true + description: + type: string + description: Description giving details on the term usage. + nullable: true + displayName: + type: string + description: Name of group. + nullable: true + parentSiteId: + type: string + nullable: true + scope: + $ref: '#/components/schemas/microsoft.graph.termStore.termGroupScope' + sets: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.termStore.set' + description: 'All sets under the group in a term [store].' + additionalProperties: + type: object + microsoft.graph.termStore.set: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: set + 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: Date and time of set creation. Read-only. + format: date-time + nullable: true + description: + type: string + description: Description giving details on the term usage. + nullable: true + localizedNames: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.termStore.localizedName' + description: Name of the set for each languageTag. + properties: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.keyValue' + description: Custom properties for the set. + children: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.termStore.term' + description: 'Children terms of set in term [store].' + parentGroup: + $ref: '#/components/schemas/microsoft.graph.termStore.group' + relations: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.termStore.relation' + description: Indicates which terms have been pinned or reused directly under the set. + terms: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.termStore.term' + description: All the terms under the set. + additionalProperties: + type: object microsoft.graph.plannerDelta: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -29426,7 +29588,7 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true conversationThreadId: @@ -29438,7 +29600,7 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true creationSource: @@ -29446,7 +29608,7 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true hasDescription: @@ -29487,7 +29649,7 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true title: @@ -29520,7 +29682,7 @@ components: 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.' + 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 is 2014-01-01T00:00:00Z. Read-only.' format: date-time nullable: true additionalProperties: @@ -29534,7 +29696,7 @@ components: 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.' + 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 is 2014-01-01T00:00:00Z. Read-only.' format: date-time nullable: true additionalProperties: @@ -29595,7 +29757,7 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true recipientActionMessage: @@ -29604,11 +29766,11 @@ components: nullable: true recipientUserId: type: string - description: User id of the recipient of the offer shift request. + 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. + description: User ID of the sender of the offer shift request. nullable: true additionalProperties: type: object @@ -29696,7 +29858,7 @@ components: properties: recipientShiftId: type: string - description: Shift ID for the recipient user with whom the request is to swap. + description: ShiftId for the recipient user with whom the request is to swap. nullable: true additionalProperties: type: object @@ -29754,13 +29916,13 @@ components: 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''' + 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 is 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true timeOffReasonId: @@ -29831,6 +29993,7 @@ components: $ref: '#/components/schemas/microsoft.graph.channelIdentity' chatId: type: string + description: The identity of the chat in which the message was posted. 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])$' @@ -29855,13 +30018,13 @@ components: 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 Teams UI. If no edits are made the value is null. + 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 modified, including when a reaction is added or removed.' + 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: @@ -29883,7 +30046,7 @@ components: description: 'Reactions for this chat message (for example, Like).' 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.)' + 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 @@ -29965,6 +30128,8 @@ components: - title: teamsAppDefinition type: object properties: + allowedInstallationScopes: + $ref: '#/components/schemas/microsoft.graph.teamsAppInstallationScopes' azureADAppId: type: string description: The WebApplicationInfo.id from the Teams App manifest. @@ -29973,6 +30138,7 @@ components: $ref: '#/components/schemas/microsoft.graph.identitySet' description: type: string + description: Verbose description of the application. nullable: true displayName: type: string @@ -29990,7 +30156,7 @@ components: nullable: true teamsAppId: type: string - description: The id from the Teams App manifest. + description: The ID from the Teams app manifest. nullable: true version: type: string @@ -30043,7 +30209,7 @@ components: 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 - description: 'The last sign-in date for a specific user. You can use this field to calculate the last time a user signed in to the directory. This field can be used to build reports, such as inactive users. 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''. For more information about using the value of this property, see Manage inactive user accounts in Azure AD.' + description: 'The last interactive sign-in date for a specific user. You can use this field to calculate the last time a user signed in to the directory with an interactive authentication method. This field can be used to build reports, such as inactive users. 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 is: ''2014-01-01T00:00:00Z''. For more information about using the value of this property, see Manage inactive user accounts in Azure AD.' format: date-time nullable: true lastSignInRequestId: @@ -30059,12 +30225,12 @@ components: 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''' + description: 'The date and time at which the plan was assigned. 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 is 2014-01-01T00:00:00Z.' format: date-time nullable: true capabilityStatus: type: string - description: 'Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut.' + description: 'Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. See a detailed description of each value.' nullable: true service: type: string @@ -30232,7 +30398,7 @@ components: properties: forceChangePasswordNextSignIn: type: boolean - description: 'If true, at next sign-in, the user must change their password. After a password change, this property will be automatically reset to false. If not set, default is false.' + description: true if the user must change her password on the next login; otherwise false. nullable: true forceChangePasswordNextSignInWithMfa: type: boolean @@ -30268,7 +30434,7 @@ components: properties: archiveFolder: type: string - description: Folder ID of an archive folder for the user. Read only. + description: Folder ID of an archive folder for the user. nullable: true automaticRepliesSetting: $ref: '#/components/schemas/microsoft.graph.automaticRepliesSetting' @@ -30376,6 +30542,44 @@ components: nullable: true additionalProperties: type: object + microsoft.graph.oAuth2PermissionGrant: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: oAuth2PermissionGrant + type: object + properties: + clientId: + type: string + description: The id of the client service principal for the application which is authorized to act on behalf of a signed-in user when accessing an API. Required. Supports $filter (eq only). + consentType: + type: string + description: 'Indicates if authorization is granted for the client application to impersonate all users or only a specific user. AllPrincipals indicates authorization to impersonate all users. Principal indicates authorization to impersonate a specific user. Consent on behalf of all users can be granted by an administrator. Non-admin users may be authorized to consent on behalf of themselves in some cases, for some delegated permissions. Required. Supports $filter (eq only).' + nullable: true + expiryTime: + 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: 'Currently, the end time value is ignored, but a value is required when creating an oAuth2PermissionGrant. Required.' + format: date-time + nullable: true + principalId: + type: string + description: 'The id of the user on behalf of whom the client is authorized to access the resource, when consentType is Principal. If consentType is AllPrincipals this value is null. Required when consentType is Principal.' + nullable: true + resourceId: + type: string + description: The id of the resource service principal to which access is authorized. This identifies the API which the client is authorized to attempt to call on behalf of a signed-in user. + scope: + type: string + description: 'A space-separated list of the claim values for delegated permissions which should be included in access tokens for the resource application (the API). For example, openid User.Read GroupMember.Read.All. Each claim value should match the value field of one of the delegated permissions defined by the API, listed in the publishedPermissionScopes property of the resource service principal.' + nullable: true + startTime: + 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: 'Currently, the start time value is ignored, but a value is required when creating an oAuth2PermissionGrant. Required.' + format: date-time + nullable: true + additionalProperties: + type: object microsoft.graph.scopedRoleMembership: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -30472,7 +30676,7 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true children: @@ -30606,7 +30810,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.extension' - description: The collection of open extensions defined for the contact. Nullable. + description: The collection of open extensions defined for the contact. Read-only. Nullable. multiValueExtendedProperties: type: array items: @@ -30723,7 +30927,7 @@ components: $ref: '#/components/schemas/microsoft.graph.itemBody' bodyPreview: type: string - description: 'The first 255 characters of the message body. It is in text format. If the message contains instances of mention, this property would contain a concatenation of these mentions as well.' + description: The first 255 characters of the message body. It is in text format. nullable: true ccRecipients: type: array @@ -30785,7 +30989,7 @@ components: 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. 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''.' + description: 'The date and time the message was received. The date and time information uses ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.' format: date-time nullable: true replyTo: @@ -30798,7 +31002,7 @@ components: 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. 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''.' + description: 'The date and time the message was sent. The date and time information uses ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.' format: date-time nullable: true subject: @@ -30925,7 +31129,7 @@ components: nullable: true personType: type: string - description: 'The type of person, for example distribution list.' + description: The type of person. nullable: true phones: type: array @@ -30977,20 +31181,25 @@ components: properties: appDisplayName: type: string + description: The display name of the app for which consent is requested. Required. Supports $filter (eq only) and $orderby. nullable: true appId: type: string + description: The identifier of the application. Required. Supports $filter (eq only) and $orderby. consentType: type: string + description: 'The consent type of the request. Possible values are: Static and Dynamic. These represent static and dynamic permissions, respectively, requested in the consent workflow. Supports $filter (eq only) and $orderby. Required.' nullable: true pendingScopes: type: array items: $ref: '#/components/schemas/microsoft.graph.appConsentRequestScope' + description: A list of pending scopes waiting for approval. This is empty if the consentType is Static. Required. userConsentRequests: type: array items: $ref: '#/components/schemas/microsoft.graph.userConsentRequest' + description: A list of pending user consent requests. additionalProperties: type: object microsoft.graph.approval: @@ -31014,7 +31223,7 @@ components: 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: DateTime when review instance is scheduled to end. + description: 'DateTime when review instance is scheduled to end.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 is 2014-01-01T00:00:00Z.' format: date-time nullable: true scope: @@ -31022,7 +31231,7 @@ components: 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: DateTime when review instance is scheduled to start. May be in the future. + description: 'DateTime when review instance is scheduled to start. May be in the future. 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 is 2014-01-01T00:00:00Z.' format: date-time nullable: true status: @@ -31046,11 +31255,11 @@ components: properties: agreementFileId: type: string - description: ID of the agreement file accepted by the user. + description: The identifier of the agreement file accepted by the user. nullable: true agreementId: type: string - description: ID of the agreement. + description: The identifier of the agreement. nullable: true deviceDisplayName: type: string @@ -31062,11 +31271,11 @@ components: nullable: true deviceOSType: type: string - description: The operating system used for accepting the agreement. + description: The operating system used to accept the agreement. nullable: true deviceOSVersion: type: string - description: The operating system version of the device used for accepting the agreement. + description: The operating system version of the device used to accept the agreement. 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])$' @@ -31092,7 +31301,7 @@ components: nullable: true userId: type: string - description: ID of the user who accepted the agreement. + description: The identifier of the user who accepted the agreement. nullable: true userPrincipalName: type: string @@ -31109,26 +31318,26 @@ components: 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: Created date time in UTC of the device enrollment configuration + description: Not yet documented format: date-time description: type: string - description: The description of the device enrollment configuration + description: Not yet documented nullable: true displayName: type: string - description: The display name of the device enrollment configuration + 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: Last modified date time in UTC of the device enrollment configuration + description: Not yet documented format: date-time priority: maximum: 2147483647 minimum: -2147483648 type: integer - description: Priority is used when a user exists in multiple groups that are assigned enrollment configuration. Users are subject only to the configuration with the lowest priority value. + description: Not yet documented format: int32 roleScopeTagIds: type: array @@ -31140,13 +31349,13 @@ components: maximum: 2147483647 minimum: -2147483648 type: integer - description: The version of the device enrollment configuration + 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 + description: The list of group assignments for the device configuration profile. additionalProperties: type: object description: The Base Class of Device Enrollment Configuration @@ -31162,11 +31371,11 @@ components: nullable: true activationLockBypassCode: type: string - description: Code that allows the Activation Lock on a device to be bypassed. This property is read-only. + description: Code that allows the Activation Lock on a device to be bypassed. nullable: true androidSecurityPatchLevel: type: string - description: Android security patch level. This property is read-only. + description: Android security patch level nullable: true autopilotEnrolled: type: boolean @@ -31177,18 +31386,18 @@ components: nullable: true azureADDeviceId: type: string - description: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. + 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. This property is read-only. + 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. This property is read-only. + description: The DateTime when device compliance grace period expires format: date-time complianceState: $ref: '#/components/schemas/microsoft.graph.complianceState' @@ -31202,10 +31411,10 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.deviceActionResult' - description: List of ComplexType deviceActionResult objects. This property is read-only. + description: List of ComplexType deviceActionResult objects. deviceCategoryDisplayName: type: string - description: Device category display name. This property is read-only. + description: Device category display name nullable: true deviceEnrollmentType: $ref: '#/components/schemas/microsoft.graph.deviceEnrollmentType' @@ -31213,7 +31422,7 @@ components: $ref: '#/components/schemas/microsoft.graph.deviceHealthAttestationState' deviceName: type: string - description: Name of the device. This property is read-only. + description: Name of the device nullable: true deviceRegistrationState: $ref: '#/components/schemas/microsoft.graph.deviceRegistrationState' @@ -31221,24 +31430,24 @@ components: $ref: '#/components/schemas/microsoft.graph.deviceType' easActivated: type: boolean - description: Whether the device is Exchange ActiveSync activated. This property is read-only. + 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. This property is read-only. + description: Exchange ActivationSync activation time of the device. format: date-time easDeviceId: type: string - description: Exchange ActiveSync Id of the device. This property is read-only. + description: Exchange ActiveSync Id of the device. nullable: true emailAddress: type: string - description: Email(s) for the user associated with the device. This property is read-only. + 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. This property is read-only. + description: Enrollment time of the device. format: date-time ethernetMacAddress: type: string @@ -31251,11 +31460,11 @@ components: 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. This property is read-only. + description: Last time the device contacted Exchange. format: date-time freeStorageSpaceInBytes: type: integer - description: Free Storage in Bytes. This property is read-only. + description: Free Storage in Bytes format: int64 hardwareInformation: $ref: '#/components/schemas/microsoft.graph.hardwareInformation' @@ -31265,24 +31474,24 @@ components: nullable: true imei: type: string - description: IMEI. This property is read-only. + description: IMEI nullable: true isEncrypted: type: boolean - description: Device encryption status. This property is read-only. + description: Device encryption status isSupervised: type: boolean - description: Device supervised status. This property is read-only. + description: Device supervised status jailBroken: type: string - description: whether the device is jail broken or rooted. This property is read-only. + 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. This property is read-only. + 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' @@ -31305,15 +31514,15 @@ components: $ref: '#/components/schemas/microsoft.graph.managementState' manufacturer: type: string - description: Manufacturer of the device. This property is read-only. + description: Manufacturer of the device nullable: true meid: type: string - description: MEID. This property is read-only. + description: MEID nullable: true model: type: string - description: Model of the device. This property is read-only. + description: Model of the device nullable: true notes: type: string @@ -31321,11 +31530,11 @@ components: nullable: true operatingSystem: type: string - description: 'Operating system of the device. Windows, iOS, etc. This property is read-only.' + description: 'Operating system of the device. Windows, iOS, etc.' nullable: true osVersion: type: string - description: Operating system version of the device. This property is read-only. + description: Operating system version of the device. nullable: true ownerType: $ref: '#/components/schemas/microsoft.graph.ownerType' @@ -31333,7 +31542,7 @@ components: $ref: '#/components/schemas/microsoft.graph.managedDevicePartnerReportedHealthState' phoneNumber: type: string - description: Phone number of the device. This property is read-only. + description: Phone number of the device nullable: true physicalMemoryInBytes: type: integer @@ -31348,11 +31557,11 @@ components: $ref: '#/components/schemas/microsoft.graph.managedDeviceArchitecture' remoteAssistanceSessionErrorDetails: type: string - description: An error string that identifies issues when creating Remote Assistance session objects. This property is read-only. + 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. This property is read-only. + description: Url that allows a Remote Assistance session to be established with the device. nullable: true requireUserEnrollmentApproval: type: boolean @@ -31371,7 +31580,7 @@ components: description: List of Scope Tag IDs for this Device instance. serialNumber: type: string - description: SerialNumber. This property is read-only. + description: SerialNumber nullable: true skuFamily: type: string @@ -31389,11 +31598,11 @@ components: nullable: true subscriberCarrier: type: string - description: Subscriber Carrier. This property is read-only. + description: Subscriber Carrier nullable: true totalStorageSpaceInBytes: type: integer - description: Total Storage in Bytes. This property is read-only. + description: Total Storage in Bytes format: int64 udid: type: string @@ -31401,15 +31610,15 @@ components: nullable: true userDisplayName: type: string - description: User display name. This property is read-only. + description: User display name nullable: true userId: type: string - description: Unique Identifier for the user associated with the device. This property is read-only. + description: Unique Identifier for the user associated with the device nullable: true userPrincipalName: type: string - description: Device user principal name. This property is read-only. + description: Device user principal name nullable: true usersLoggedOn: type: array @@ -31418,7 +31627,7 @@ components: description: Indicates the last logged on users of a device. This property is read-only. wiFiMacAddress: type: string - description: Wi-Fi MAC. This property is read-only. + description: Wi-Fi MAC nullable: true windowsActiveMalwareCount: maximum: 2147483647 @@ -31554,7 +31763,7 @@ components: 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. + description: Zero or more policys already applied on the registered app when it last synchronized with management service. intendedPolicies: type: array items: @@ -31756,7 +31965,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.plannerTask' - description: Read-only. Nullable. Returns the plannerTasks assigned to the user. + description: Read-only. Nullable. Returns the plannerPlans shared with the user. additionalProperties: type: object microsoft.graph.itemInsights: @@ -31778,6 +31987,8 @@ components: contributionToContentDiscoveryDisabled: type: boolean description: 'When set to true, the delegate access to the user''s trending API is disabled. When set to true, documents in the user''s Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for Business is affected. Users can control this setting in Office Delve.' + itemInsights: + $ref: '#/components/schemas/microsoft.graph.userInsightsSettings' regionalAndLanguageSettings: $ref: '#/components/schemas/microsoft.graph.regionalAndLanguageSettings' shiftPreferences: @@ -31956,7 +32167,7 @@ components: properties: accountEnabled: type: boolean - description: 'true if the account is enabled; otherwise, false. default is true.' + description: 'true if the account is enabled; otherwise, false. Required.' nullable: true alternativeSecurityIds: type: array @@ -31966,13 +32177,13 @@ components: 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.' + 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 is 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.' + 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 is 2014-01-01T00:00:00Z. Read-only.' format: date-time nullable: true deviceCategory: @@ -32021,6 +32232,7 @@ components: items: type: string nullable: true + description: List of hostNames for the device. 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.' @@ -32040,7 +32252,7 @@ components: 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.' + 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 is 2014-01-01T00:00:00Z Read-only.' format: date-time nullable: true onPremisesSyncEnabled: @@ -32053,7 +32265,7 @@ components: nullable: true operatingSystemVersion: type: string - description: Operating system version of the device. Required. + description: The version of the operating system on the device. Required. nullable: true physicalIds: type: array @@ -32062,12 +32274,12 @@ components: description: For internal use only. Not nullable. profileType: type: string - description: The profile type of the device. Possible values:RegisteredDevice (default)SecureVMPrinterSharedIoT + description: 'The profile type of the device. Possible values: RegisteredDevice (default), SecureVM, Printer, Shared, IoT.' 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 - description: 'Date and time of when the device was registered. 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.' + description: 'Date and time of when the device was registered. 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 is 2014-01-01T00:00:00Z. Read-only.' format: date-time nullable: true systemLabels: @@ -32077,10 +32289,11 @@ components: 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' + description: 'Type of trust for the joined device. Read-only. Possible values: Workplace (indicates bring your own personal devices), AzureAd (Cloud only joined devices), ServerAd (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 + description: Form factor of device. Only returned if user signs in with a Microsoft account as part of Project Rome. nullable: true manufacturer: type: string @@ -32092,12 +32305,15 @@ components: nullable: true name: type: string + description: Friendly name of a device. Only returned if user signs in with a Microsoft account as part of Project Rome. nullable: true platform: type: string + description: Platform of device. Only returned if user signs in with a Microsoft account as part of Project Rome. Only returned if user signs in with a Microsoft account as part of Project Rome. nullable: true status: type: string + description: Device is online or offline. Only returned if user signs in with a Microsoft account as part of Project Rome. nullable: true usageRights: type: array @@ -32168,7 +32384,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.meetingCapabilities' - description: 'The list of meeting capabilities. Possible values are: questionAndAnswer.' + description: 'The list of meeting capabilities. Possible values are: questionAndAnswer,unknownFutureValue.' chatInfo: $ref: '#/components/schemas/microsoft.graph.chatInfo' creationDateTime: @@ -32244,7 +32460,7 @@ components: properties: activity: type: string - description: 'The supplemental information to a user''s availability. Possible values are Available, Away, BeRightBack, Busy, DoNotDisturb, InACall, InAConferenceCall, Inactive,InAMeeting, Offline, OffWork,OutOfOffice, PresenceUnknown,Presenting, UrgentInterruptionsOnly.' + description: 'The supplemental information to a user''s availability. Possible values are Available, Away, BeRightBack, Busy, DoNotDisturb, InACall, InAConferenceCall, Inactive, InAMeeting, Offline, OffWork, OutOfOffice, PresenceUnknown, Presenting, UrgentInterruptionsOnly.' nullable: true availability: type: string @@ -32603,7 +32819,7 @@ components: properties: crc32Hash: type: string - description: The CRC32 value of the file (if available). Read-only. + description: The CRC32 value of the file in little endian (if available). Read-only. nullable: true quickXorHash: type: string @@ -32637,6 +32853,14 @@ components: nullable: true additionalProperties: type: object + microsoft.graph.mediaSource: + title: mediaSource + type: object + properties: + contentCategory: + $ref: '#/components/schemas/microsoft.graph.mediaSourceContentCategory' + additionalProperties: + type: object microsoft.graph.pendingContentUpdate: title: pendingContentUpdate type: object @@ -32649,6 +32873,18 @@ components: nullable: true additionalProperties: type: object + microsoft.graph.driveItemSourceApplication: + title: driveItemSourceApplication + enum: + - teams + - yammer + - sharePoint + - oneDrive + - stream + - powerPoint + - office + - unknownFutureValue + type: string microsoft.graph.workbookApplication: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -32668,7 +32904,7 @@ components: properties: content: type: string - description: The content of the comment. + description: The content of comment. nullable: true contentType: type: string @@ -32706,7 +32942,7 @@ components: 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. Possible values are: String, Integer, Double, Boolean, Range. Read-only.' + 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' @@ -32770,7 +33006,7 @@ components: 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. 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.' + 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 @@ -32957,6 +33193,104 @@ components: type: object additionalProperties: type: object + microsoft.graph.termStore.termGroupScope: + title: termGroupScope + enum: + - global + - system + - siteCollection + type: string + microsoft.graph.termStore.localizedName: + title: localizedName + type: object + properties: + languageTag: + type: string + description: The language tag for the label. + nullable: true + name: + type: string + description: The name in the localized language. + nullable: true + additionalProperties: + type: object + microsoft.graph.keyValue: + title: keyValue + type: object + properties: + key: + type: string + description: Key for the key-value pair. + nullable: true + value: + type: string + description: Value for the key-value pair. + nullable: true + additionalProperties: + type: object + microsoft.graph.termStore.term: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: term + 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: Date and time of term creation. Read-only + format: date-time + nullable: true + descriptions: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.termStore.localizedDescription' + description: Description about term that is dependent on the languageTag + labels: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.termStore.localizedLabel' + description: Label metadata for a term + 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 date and time of term modification. Read-only + format: date-time + nullable: true + properties: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.keyValue' + description: Collection of properties on the term + children: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.termStore.term' + description: Children of current term + relations: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.termStore.relation' + description: To indicate which terms are related to the current term as either pinned or reused + set: + $ref: '#/components/schemas/microsoft.graph.termStore.set' + additionalProperties: + type: object + microsoft.graph.termStore.relation: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: relation + type: object + properties: + relationship: + $ref: '#/components/schemas/microsoft.graph.termStore.relationType' + fromTerm: + $ref: '#/components/schemas/microsoft.graph.termStore.term' + set: + $ref: '#/components/schemas/microsoft.graph.termStore.set' + toTerm: + $ref: '#/components/schemas/microsoft.graph.termStore.term' + additionalProperties: + type: object microsoft.graph.plannerContainerType: title: plannerContainerType enum: @@ -33208,7 +33542,7 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true lastModifiedBy: @@ -33216,7 +33550,7 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true additionalProperties: @@ -33379,7 +33713,7 @@ components: nullable: true contentType: type: string - description: 'The media type of the content attachment. It can have the following values: reference: Attachment is a link to another file. Populate the contentURL with the link to the object.Any contentTypes supported by the Bot Framework''s Attachment objectapplication/vnd.microsoft.card.codesnippet: A code snippet. application/vnd.microsoft.card.announcement: An announcement header.' + description: 'The media type of the content attachment. It can have the following values: reference: Attachment is a link to another file. Populate the contentURL with the link to the object.file: Raw file attachment. Populate the contenturl field with the base64 encoding of the file in data: format.image/: Image type with the type of the image specified ex: image/png, image/jpeg, image/gif. Populate the contentUrl field with the base64 encoding of the file in data: format.video/: Video type with the format specified. Ex: video/mp4. Populate the contentUrl field with the base64 encoding of the file in data: format.audio/: Audio type with the format specified. Ex: audio/wmw. Populate the contentUrl field with the base64 encoding of the file in data: format.application/card type: Rich card attachment type with the card type specifying the exact card format to use. Set content with the json format of the card. Supported values for card type include:application/vnd.microsoft.card.adaptive: A rich card that can contain any combination of text, speech, images,,buttons, and input fields. Set the content property to,an AdaptiveCard object.application/vnd.microsoft.card.animation: A rich card that plays animation. Set the content property,to an AnimationCardobject.application/vnd.microsoft.card.audio: A rich card that plays audio files. Set the content property,to an AudioCard object.application/vnd.microsoft.card.video: A rich card that plays videos. Set the content property,to a VideoCard object.application/vnd.microsoft.card.hero: A Hero card. Set the content property to a HeroCard object.application/vnd.microsoft.card.thumbnail: A Thumbnail card. Set the content property to a ThumbnailCard object.application/vnd.microsoft.com.card.receipt: A Receipt card. Set the content property to a ReceiptCard object.application/vnd.microsoft.com.card.signin: A user Sign In card. Set the content property to a SignInCard object.' nullable: true contentUrl: type: string @@ -33405,9 +33739,11 @@ components: properties: channelId: type: string + description: The identity of the channel in which the message was posted. nullable: true teamId: type: string + description: The identity of the team in which the message was posted. nullable: true additionalProperties: type: object @@ -33469,7 +33805,7 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time reactionType: type: string @@ -33480,19 +33816,9 @@ components: type: object microsoft.graph.chatMessageHostedContent: allOf: - - $ref: '#/components/schemas/microsoft.graph.entity' + - $ref: '#/components/schemas/microsoft.graph.teamworkHostedContent' - title: chatMessageHostedContent type: object - properties: - contentBytes: - type: string - description: 'Write-only. When posting new chat message hosted content, represents the bytes of the payload. These are represented as a base64Encoded string.' - format: base64url - nullable: true - contentType: - type: string - description: 'Write-only. When posting new chat message hosted content, represents the type of content, such as image/png.' - nullable: true additionalProperties: type: object microsoft.graph.teamsTabConfiguration: @@ -33525,6 +33851,14 @@ components: - sideloaded - unknownFutureValue type: string + microsoft.graph.teamsAppInstallationScopes: + title: teamsAppInstallationScopes + enum: + - team + - groupChat + - personal + - unknownFutureValue + type: string microsoft.graph.teamsAppPublishingState: title: teamsAppPublishingState enum: @@ -33775,7 +34109,7 @@ components: 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''.' + 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 is 2014-01-01T00:00:00Z.' format: date-time nullable: true expectedAssessment: @@ -33801,7 +34135,7 @@ components: 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.' + 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}$' @@ -34128,6 +34462,7 @@ components: properties: displayName: type: string + description: The name of the scope. nullable: true additionalProperties: type: object @@ -34139,6 +34474,7 @@ components: properties: reason: type: string + description: The user's justification for requiring access to the app. Supports $filter (eq only) and $orderby. nullable: true approval: $ref: '#/components/schemas/microsoft.graph.approval' @@ -34150,36 +34486,39 @@ components: - title: approvalStep type: object properties: + assignedToMe: + type: boolean + description: Indicates whether the step is assigned to the calling user to review. Read-only. + nullable: true displayName: type: string + description: The label provided by the policy creator to identify an approval step. Read-only. nullable: true justification: type: string + description: The justification associated with the approval step decision. 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 + description: 'The date and time when a decision was recorded. The date and time information uses ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.' format: date-time nullable: true reviewResult: type: string + description: 'The result of this approval record. Possible values include: NotReviewed, Approved, Denied.' + nullable: true + status: + type: string + description: 'The step status. Possible values: InProgress, Initializing, Completed, Expired. Read-only.' nullable: true additionalProperties: type: object microsoft.graph.accessReviewScope: title: accessReviewScope type: object - properties: - query: - type: string - description: The query specifying what will be reviewed. See table for examples. - nullable: true - queryType: - type: string - description: The type of query. Examples include MicrosoftGraph and ARM. - nullable: true additionalProperties: type: object microsoft.graph.accessReviewInstanceDecisionItem: @@ -34196,7 +34535,7 @@ components: 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 - description: The DateTime when the approval decision was applied. + description: 'The timestamp when the approval decision was applied. 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 is 2014-01-01T00:00:00Z.' format: date-time nullable: true applyResult: @@ -34211,16 +34550,26 @@ components: type: string description: The review decision justification. nullable: true + principal: + $ref: '#/components/schemas/microsoft.graph.identity' + principalLink: + type: string + nullable: true recommendation: type: string description: 'A system-generated recommendation for the approval decision. Possible values: Approve, Deny, or NotAvailable.' nullable: true + resource: + $ref: '#/components/schemas/microsoft.graph.accessReviewInstanceDecisionItemResource' + resourceLink: + 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 - description: The DateTime when the review occurred. + description: The timestamp when the review occurred. format: date-time nullable: true target: @@ -34243,7 +34592,7 @@ components: 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: DateTime when review series was created. + description: Timestamp when review series was created. format: date-time nullable: true descriptionForAdmins: @@ -34263,7 +34612,7 @@ components: 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: DateTime when review series was last modified. + description: Timestamp when review series was last modified. format: date-time nullable: true reviewers: @@ -34614,11 +34963,12 @@ components: - androidEnterprise - windows10x - androidnGMS - - cloudPC + - chromeOS - linux - blackberry - palm - unknown + - cloudPC type: string microsoft.graph.deviceManagementExchangeAccessState: title: deviceManagementExchangeAccessState @@ -35475,17 +35825,27 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.sharedInsight' - description: Access this property from the derived type itemInsights. + 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: Access this property from the derived type itemInsights. + 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: Access this property from the derived type itemInsights. + 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.userInsightsSettings: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: userInsightsSettings + type: object + properties: + isEnabled: + type: boolean additionalProperties: type: object microsoft.graph.regionalAndLanguageSettings: @@ -36246,6 +36606,7 @@ components: properties: conferenceId: type: string + description: The conference id of the online meeting. nullable: true dialinUrl: type: string @@ -36297,7 +36658,7 @@ components: properties: messageId: type: string - description: The unique identifier for a message in a Microsoft Teams channel. + description: The unique identifier of a message in a Microsoft Teams channel. nullable: true replyChainMessageId: type: string @@ -36390,6 +36751,7 @@ components: 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 when this key was registered to the user. format: date-time nullable: true creationDateTime: @@ -36508,7 +36870,7 @@ components: 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 date and time when this password was last updated. This property is currently not populated. Read-only. 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''' + description: 'The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true password: @@ -36646,6 +37008,15 @@ components: description: The tasks in this task list. Read-only. Nullable. additionalProperties: type: object + microsoft.graph.mediaSourceContentCategory: + title: mediaSourceContentCategory + enum: + - meeting + - liveStream + - presentation + - screenRecording + - unknownFutureValue + type: string microsoft.graph.workbookCommentReply: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -36654,11 +37025,11 @@ components: properties: content: type: string - description: The content of replied comment. + description: The content of a comment reply. nullable: true contentType: type: string - description: Indicates the type for the replied comment. + description: Indicates the type for the comment reply. additionalProperties: type: object microsoft.graph.workbookOperationError: @@ -36739,7 +37110,7 @@ components: description: Represents whether the casing impacted the last sort of the table. Read-only. method: type: string - description: 'Represents Chinese character ordering method last used to sort the table. Possible values are: PinYin, StrokeCount. Read-only.' + description: 'Represents Chinese character ordering method last used to sort the table. The possible values are: PinYin, StrokeCount. Read-only.' additionalProperties: type: object microsoft.graph.workbookChart: @@ -36819,6 +37190,44 @@ components: type: object additionalProperties: type: object + microsoft.graph.termStore.localizedDescription: + title: localizedDescription + type: object + properties: + description: + type: string + description: The description in the localized language. + nullable: true + languageTag: + type: string + description: The language tag for the label. + nullable: true + additionalProperties: + type: object + microsoft.graph.termStore.localizedLabel: + title: localizedLabel + type: object + properties: + isDefault: + type: boolean + description: Indicates whether the label is the default label. + nullable: true + languageTag: + type: string + description: The anguage tag for the label. + nullable: true + name: + type: string + description: The name of the label. + nullable: true + additionalProperties: + type: object + microsoft.graph.termStore.relationType: + title: relationType + enum: + - pin + - reuse + type: string microsoft.graph.plannerTeamsPublicationInfo: title: plannerTeamsPublicationInfo type: object @@ -36912,7 +37321,7 @@ components: 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 end date and time for the shiftActivity. 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''. Required.' + description: 'The end date and time for the shiftActivity. 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 is 2014-01-01T00:00:00Z. Required.' format: date-time nullable: true isPaid: @@ -36922,7 +37331,7 @@ components: 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 start date and time for the shiftActivity. 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''. Required.' + description: 'The start date and time for the shiftActivity. 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 is 2014-01-01T00:00:00Z. Required.' format: date-time nullable: true theme: @@ -36972,6 +37381,23 @@ components: - allowOverrideWithoutJustification - allowOverrideWithJustification type: string + microsoft.graph.teamworkHostedContent: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: teamworkHostedContent + type: object + properties: + contentBytes: + type: string + description: Write only. Bytes for the hosted content (such as images). + format: base64url + nullable: true + contentType: + type: string + description: 'Write only. Content type. sicj as image/png, image/jpg.' + nullable: true + additionalProperties: + type: object microsoft.graph.externalAudienceScope: title: externalAudienceScope enum: @@ -37145,7 +37571,7 @@ components: 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''.' + 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 is 2014-01-01T00:00:00Z.' format: date-time nullable: true message: @@ -37227,7 +37653,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.recipient' - description: The email address to which a message should be redirected. + description: The email addresses to which a message should be redirected. stopProcessingRules: type: boolean description: Indicates whether subsequent rules should be evaluated. @@ -37451,6 +37877,24 @@ components: nullable: true additionalProperties: type: object + microsoft.graph.accessReviewInstanceDecisionItemResource: + title: accessReviewInstanceDecisionItemResource + type: object + properties: + displayName: + type: string + description: Display name of the resource + nullable: true + id: + type: string + description: Resource ID + nullable: true + type: + type: string + description: 'Type of resource. Types include: Group, ServicePrincipal, DirectoryRole, AzureRole, AccessPackageAssignmentPolicy.' + nullable: true + additionalProperties: + type: object microsoft.graph.accessReviewInstanceDecisionItemTarget: title: accessReviewInstanceDecisionItemTarget type: object @@ -37462,7 +37906,15 @@ components: - title: accessReviewReviewerScope type: object properties: + query: + type: string + description: The query specifying who will be the reviewer. See table for examples. + nullable: true queryRoot: + type: string + description: The type of query. Examples include MicrosoftGraph and ARM. + nullable: true + queryType: type: string description: 'In the scenario where reviewers need to be specified dynamically, this property is used to indicate the relative source of the query. This property is only required if a relative query (i.e., ./manager) is specified.' nullable: true @@ -38114,6 +38566,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.translationLanguageOverride' + description: 'Translation override behavior for languages, if any.Returned by default.' translationBehavior: $ref: '#/components/schemas/microsoft.graph.translationBehavior' untranslatedLanguages: @@ -38121,6 +38574,7 @@ components: items: type: string nullable: true + description: 'The list of languages the user does not need translated. This is computed from the authoringLanguages collection in regionalAndLanguageSettings, and the languageOverrides collection in translationPreferences. The list specifies neutral culture values that include the language code without any country or region association. For example, it would specify ''fr'' for the neutral French culture, but not ''fr-FR'' for the French culture in France. Returned by default. Read only.' additionalProperties: type: object microsoft.graph.shiftAvailability: @@ -38569,7 +39023,7 @@ components: nullable: true dataOption: type: string - description: 'Represents additional sorting options for this field. Possible values are: Normal, TextAsNumber.' + description: 'Represents additional sorting options for this field. The possible values are: Normal, TextAsNumber.' icon: $ref: '#/components/schemas/microsoft.graph.workbookIcon' key: @@ -38580,7 +39034,7 @@ components: format: int32 sortOn: type: string - description: 'Represents the type of sorting of this condition. Possible values are: Value, CellColor, FontColor, Icon.' + description: 'Represents the type of sorting of this condition. The possible values are: Value, CellColor, FontColor, Icon.' additionalProperties: type: object microsoft.graph.workbookChartAxes: @@ -39101,6 +39555,7 @@ components: properties: languageTag: type: string + description: The language to apply the override.Returned by default. Not nullable. translationBehavior: $ref: '#/components/schemas/microsoft.graph.translationBehavior' additionalProperties: @@ -39257,7 +39712,7 @@ components: format: int32 set: type: string - description: 'Represents the set that the icon is part of. Possible values are: Invalid, ThreeArrows, ThreeArrowsGray, ThreeFlags, ThreeTrafficLights1, ThreeTrafficLights2, ThreeSigns, ThreeSymbols, ThreeSymbols2, FourArrows, FourArrowsGray, FourRedToBlack, FourRating, FourTrafficLights, FiveArrows, FiveArrowsGray, FiveRating, FiveQuarters, ThreeStars, ThreeTriangles, FiveBoxes.' + description: 'Represents the set that the icon is part of. The possible values are: Invalid, ThreeArrows, ThreeArrowsGray, ThreeFlags, ThreeTrafficLights1, ThreeTrafficLights2, ThreeSigns, ThreeSymbols, ThreeSymbols2, FourArrows, FourArrowsGray, FourRedToBlack, FourRating, FourTrafficLights, FiveArrows, FiveArrowsGray, FiveRating, FiveQuarters, ThreeStars, ThreeTriangles, FiveBoxes.' additionalProperties: type: object microsoft.graph.workbookChartAxis: diff --git a/openApiDocs/beta/Identity.DirectoryManagement.yml b/openApiDocs/beta/Identity.DirectoryManagement.yml index 4a908d914fa..c4ee1671842 100644 --- a/openApiDocs/beta/Identity.DirectoryManagement.yml +++ b/openApiDocs/beta/Identity.DirectoryManagement.yml @@ -11526,7 +11526,7 @@ components: nullable: true visibility: type: string - description: 'Controls whether the adminstrative unit and its members are hidden or public. Can be set to HiddenMembership or Public. If not set, default behavior is Public. When set to HiddenMembership, only members of the administrative unit can list other members of the adminstrative unit.' + description: 'Controls whether the administrative unit and its members are hidden or public. Can be set to HiddenMembership or Public. If not set, default behavior is Public. When set to HiddenMembership, only members of the administrative unit can list other members of the administrative unit.' nullable: true members: type: array @@ -11625,7 +11625,7 @@ components: 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: 'Date and time when this organizational contact was last synchronized from on-premises AD. 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''.' + description: 'Date and time when this organizational contact was last synchronized from on-premises AD. 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 is 2014-01-01T00:00:00Z.' format: date-time nullable: true onPremisesProvisioningErrors: @@ -11678,7 +11678,7 @@ components: properties: contractType: type: string - description: 'Type of contract.Possible values are: SyndicationPartner - Partner that exclusively resells and manages O365 and Intune for this customer. They resell and support their customers. BreadthPartner - Partner has the ability to provide administrative support for this customer. However, the partner is not allowed to resell to the customer.ResellerPartner - Partner that is similar to a syndication partner, except that the partner doesn’t have exclusive access to a tenant. In the syndication case, the customer cannot buy additional direct subscriptions from Microsoft or from other partners.' + description: 'Type of contract. Possible values are: SyndicationPartner, BreadthPartner, ResellerPartner. See more in the table below.' nullable: true customerId: 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}$' @@ -11705,7 +11705,7 @@ components: properties: accountEnabled: type: boolean - description: 'true if the account is enabled; otherwise, false. default is true.' + description: 'true if the account is enabled; otherwise, false. Required.' nullable: true alternativeSecurityIds: type: array @@ -11715,13 +11715,13 @@ components: 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.' + 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 is 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.' + 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 is 2014-01-01T00:00:00Z. Read-only.' format: date-time nullable: true deviceCategory: @@ -11770,6 +11770,7 @@ components: items: type: string nullable: true + description: List of hostNames for the device. 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.' @@ -11789,7 +11790,7 @@ components: 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.' + 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 is 2014-01-01T00:00:00Z Read-only.' format: date-time nullable: true onPremisesSyncEnabled: @@ -11802,7 +11803,7 @@ components: nullable: true operatingSystemVersion: type: string - description: Operating system version of the device. Required. + description: The version of the operating system on the device. Required. nullable: true physicalIds: type: array @@ -11811,12 +11812,12 @@ components: description: For internal use only. Not nullable. profileType: type: string - description: The profile type of the device. Possible values:RegisteredDevice (default)SecureVMPrinterSharedIoT + description: 'The profile type of the device. Possible values: RegisteredDevice (default), SecureVM, Printer, Shared, IoT.' 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 - description: 'Date and time of when the device was registered. 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.' + description: 'Date and time of when the device was registered. 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 is 2014-01-01T00:00:00Z. Read-only.' format: date-time nullable: true systemLabels: @@ -11826,10 +11827,11 @@ components: 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' + description: 'Type of trust for the joined device. Read-only. Possible values: Workplace (indicates bring your own personal devices), AzureAd (Cloud only joined devices), ServerAd (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 + description: Form factor of device. Only returned if user signs in with a Microsoft account as part of Project Rome. nullable: true manufacturer: type: string @@ -11841,12 +11843,15 @@ components: nullable: true name: type: string + description: Friendly name of a device. Only returned if user signs in with a Microsoft account as part of Project Rome. nullable: true platform: type: string + description: Platform of device. Only returned if user signs in with a Microsoft account as part of Project Rome. Only returned if user signs in with a Microsoft account as part of Project Rome. nullable: true status: type: string + description: Device is online or offline. Only returned if user signs in with a Microsoft account as part of Project Rome. nullable: true usageRights: type: array @@ -12076,7 +12081,7 @@ components: properties: authenticationType: type: string - description: Indicates the configured authentication type for the domain. The value is either Managed or Federated. Managed indicates a cloud managed domain where Azure AD performs user authentication.Federated indicates authentication is federated with an identity provider such as the tenant's on-premises Active Directory via Active Directory Federation Services. This propert is read-only and is not nullable. + description: Indicates the configured authentication type for the domain. The value is either Managed or Federated. Managed indicates a cloud managed domain where Azure AD performs user authentication. Federated indicates authentication is federated with an identity provider such as the tenant's on-premises Active Directory via Active Directory Federation Services. This property is read-only and is not nullable. availabilityStatus: type: string description: 'This property is always null except when the verify action is used. When the verify action is used, a domain entity is returned in the response. The availabilityStatus property of the domain entity in the response is either AvailableImmediately or EmailVerifiedDomainTakeoverScheduled.' @@ -12086,16 +12091,16 @@ components: description: 'The value of the property is false if the DNS record management of the domain has been delegated to Microsoft 365. Otherwise, the value is true. Not nullable' isDefault: type: boolean - description: True if this is the default domain that is used for user creation. There is only one default domain per company. Not nullable + description: true if this is the default domain that is used for user creation. There is only one default domain per company. Not nullable isInitial: type: boolean - description: True if this is the initial domain created by Microsoft Online Services (companyname.onmicrosoft.com). There is only one initial domain per company. Not nullable + description: true if this is the initial domain created by Microsoft Online Services (companyname.onmicrosoft.com). There is only one initial domain per company. Not nullable isRoot: type: boolean - description: 'True if the domain is a verified root domain. Otherwise, false if the domain is a subdomain or unverified. Not nullable' + description: 'true if the domain is a verified root domain. Otherwise, false if the domain is a subdomain or unverified. Not nullable' isVerified: type: boolean - description: True if the domain has completed domain ownership verification. Not nullable + description: true if the domain has completed domain ownership verification. Not nullable passwordNotificationWindowInDays: maximum: 2147483647 minimum: -2147483648 @@ -12116,7 +12121,7 @@ components: type: array items: type: string - description: 'The capabilities assigned to the domain.Can include 0, 1 or more of following values: Email, Sharepoint, EmailInternalRelayOnly, OfficeCommunicationsOnline, SharePointDefaultDomain, FullRedelegation, SharePointPublic, OrgIdAuthentication, Yammer, Intune The values which you can add/remove using Graph API include: Email, OfficeCommunicationsOnline, YammerNot nullable' + description: 'The capabilities assigned to the domain. Can include 0, 1 or more of following values: Email, Sharepoint, EmailInternalRelayOnly, OfficeCommunicationsOnline, SharePointDefaultDomain, FullRedelegation, SharePointPublic, OrgIdAuthentication, Yammer, Intune. The values which you can add/remove using Graph API include: Email, OfficeCommunicationsOnline, Yammer. Not nullable' domainNameReferences: type: array items: @@ -12126,7 +12131,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.domainDnsRecord' - description: 'DNS records the customer adds to the DNS zone file of the domain before the domain can be used by Microsoft Online services.Read-only, Nullable' + description: 'DNS records the customer adds to the DNS zone file of the domain before the domain can be used by Microsoft Online services. Read-only, Nullable' sharedEmailDomainInvitations: type: array items: @@ -12135,7 +12140,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.domainDnsRecord' - description: 'DNS records that the customer adds to the DNS zone file of the domain before the customer can complete domain ownership verification with Azure AD.Read-only, Nullable' + description: 'DNS records that the customer adds to the DNS zone file of the domain before the customer can complete domain ownership verification with Azure AD. Read-only, Nullable' additionalProperties: type: object microsoft.graph.domainDnsRecord: @@ -12199,7 +12204,7 @@ components: type: array items: type: string - description: 'Telephone number for the organization. Note: Although this is a string collection, only one number can be set for this property.' + description: 'Telephone number for the organization. Although this is a string collection, only one number can be set for this property.' city: type: string description: City name of the address for the organization. @@ -12215,7 +12220,7 @@ components: 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 organization was created. The value cannot be modified and is automatically populated when the organization 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''. Read-only.' + description: 'Timestamp of when the organization was created. The value cannot be modified and is automatically populated when the organization 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 is 2014-01-01T00:00:00Z. Read-only.' format: date-time nullable: true directorySizeQuota: @@ -12236,12 +12241,12 @@ components: 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 time and date at which the tenant was last synced with the on-premise 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''.' + description: 'The time and date at which the tenant was last synced with the on-premise 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 is 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). + 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. Nullable. null if this object has never been synced from an on-premises directory (default). nullable: true postalCode: type: string @@ -12249,7 +12254,7 @@ components: nullable: true preferredLanguage: type: string - description: The preferred language for the organization. Should follow ISO 639-1 Code; for example 'en'. + description: The preferred language for the organization. Should follow ISO 639-1 Code; for example en. nullable: true privacyProfile: $ref: '#/components/schemas/microsoft.graph.privacyProfile' @@ -12294,12 +12299,12 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.certificateBasedAuthConfiguration' - description: Navigation property to manage certificate-based authentication configuration. Only a single instance of certificateBasedAuthConfiguration can be created in the collection. + description: Navigation property to manage certificate-based authentication configuration. Only a single instance of certificateBasedAuthConfiguration can be created in the collection. extensions: type: array items: $ref: '#/components/schemas/microsoft.graph.extension' - description: The collection of open extensions defined for the organization resource. Nullable. + description: The collection of open extensions defined for the organization. Read-only. Nullable. settings: $ref: '#/components/schemas/microsoft.graph.organizationSettings' additionalProperties: @@ -12630,8 +12635,8 @@ components: - passthroughAuthentication - seamlessSso - passwordHashSync - - unknownFutureValue - emailAsAlternateId + - unknownFutureValue type: string microsoft.graph.settingTemplateValue: title: settingTemplateValue @@ -12639,19 +12644,19 @@ components: properties: defaultValue: type: string - description: Default value for the setting. Read-only. + description: Default value for the setting. nullable: true description: type: string - description: Description of the setting. Read-only. + description: Description of the setting. nullable: true name: type: string - description: Name of the setting. Read-only. + description: Name of the setting. nullable: true type: type: string - description: Type of the setting. Read-only. + description: Type of the setting. nullable: true additionalProperties: type: object @@ -12682,12 +12687,12 @@ components: 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''' + description: 'The date and time at which the plan was assigned. 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 is 2014-01-01T00:00:00Z.' format: date-time nullable: true capabilityStatus: type: string - description: 'Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut.' + description: 'Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. See a detailed description of each value.' nullable: true service: type: string @@ -12898,7 +12903,7 @@ components: properties: name: type: string - description: Name of the setting (as defined by the directorySettingTemplate). + description: Name of the setting (as defined by the groupSettingTemplate). nullable: true value: type: string @@ -12943,7 +12948,7 @@ components: 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.' + 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}$' diff --git a/openApiDocs/beta/Identity.Governance.yml b/openApiDocs/beta/Identity.Governance.yml index bf9a4b74464..f26480e00a6 100644 --- a/openApiDocs/beta/Identity.Governance.yml +++ b/openApiDocs/beta/Identity.Governance.yml @@ -1963,6 +1963,7 @@ paths: enum: - id - createdDateTime + - displayName - fileData - fileName - isDefault @@ -2081,6 +2082,8 @@ paths: - id desc - createdDateTime - createdDateTime desc + - displayName + - displayName desc - fileData - fileData desc - fileName @@ -2104,6 +2107,7 @@ paths: enum: - id - createdDateTime + - displayName - fileData - fileName - isDefault @@ -2210,6 +2214,7 @@ paths: enum: - id - createdDateTime + - displayName - fileData - fileName - isDefault @@ -2350,6 +2355,8 @@ paths: - id desc - createdDateTime - createdDateTime desc + - displayName + - displayName desc - fileData - fileData desc - fileName @@ -2373,6 +2380,7 @@ paths: enum: - id - createdDateTime + - displayName - fileData - fileName - isDefault @@ -2491,6 +2499,7 @@ paths: enum: - id - createdDateTime + - displayName - fileData - fileName - isDefault @@ -2630,6 +2639,8 @@ paths: - id desc - createdDateTime - createdDateTime desc + - displayName + - displayName desc - fileData - fileData desc - fileName @@ -2653,6 +2664,7 @@ paths: enum: - id - createdDateTime + - displayName - fileData - fileName - isDefault @@ -2759,6 +2771,7 @@ paths: enum: - id - createdDateTime + - displayName - fileData - fileName - isDefault @@ -2899,6 +2912,8 @@ paths: - id desc - createdDateTime - createdDateTime desc + - displayName + - displayName desc - fileData - fileData desc - fileName @@ -2922,6 +2937,7 @@ paths: enum: - id - createdDateTime + - displayName - fileData - fileName - isDefault @@ -3040,6 +3056,7 @@ paths: enum: - id - createdDateTime + - displayName - fileData - fileName - isDefault @@ -3423,6 +3440,55 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: action + '/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/microsoft.graph.batchRecordDecisions': + post: + tags: + - identityGovernance.Actions + summary: Invoke action batchRecordDecisions + operationId: identityGovernance.accessReviews.definitions.instances_batchRecordDecisions + parameters: + - name: accessReviewScheduleDefinition-id + in: path + description: 'key: id of accessReviewScheduleDefinition' + required: true + schema: + type: string + x-ms-docs-key-type: accessReviewScheduleDefinition + - name: accessReviewInstance-id + in: path + description: 'key: id of accessReviewInstance' + required: true + schema: + type: string + x-ms-docs-key-type: accessReviewInstance + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + decision: + type: string + nullable: true + justification: + type: string + nullable: true + principalId: + type: string + nullable: true + resourceId: + type: string + nullable: true + additionalProperties: + type: object + required: true + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action '/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/microsoft.graph.resetDecisions': post: tags: @@ -3524,6 +3590,63 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: action + '/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/microsoft.graph.filterByCurrentUser(on={on})': + get: + tags: + - identityGovernance.Functions + summary: Invoke function filterByCurrentUser + operationId: identityGovernance.appConsent.appConsentRequests.userConsentRequests_filterByCurrentUser + parameters: + - name: appConsentRequest-id + in: path + description: 'key: id of appConsentRequest' + required: true + schema: + type: string + x-ms-docs-key-type: appConsentRequest + - name: on + in: path + description: 'Usage: on={on}' + required: true + schema: + $ref: '#/components/schemas/microsoft.graph.consentRequestFilterByCurrentUserOptions' + responses: + '200': + description: Success + content: + application/json: + schema: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.userConsentRequest' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + '/identityGovernance/appConsent/appConsentRequests/microsoft.graph.filterByCurrentUser(on={on})': + get: + tags: + - identityGovernance.Functions + summary: Invoke function filterByCurrentUser + operationId: identityGovernance.appConsent.appConsentRequests_filterByCurrentUser + parameters: + - name: on + in: path + description: 'Usage: on={on}' + required: true + schema: + $ref: '#/components/schemas/microsoft.graph.consentRequestFilterByCurrentUserOptions' + responses: + '200': + description: Success + content: + application/json: + schema: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.appConsentRequest' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function /identityGovernance/entitlementManagement: get: tags: @@ -3885,6 +4008,8 @@ paths: enum: - id - id desc + - assignedToMe + - assignedToMe desc - displayName - displayName desc - justification @@ -3895,6 +4020,8 @@ paths: - reviewedDateTime desc - reviewResult - reviewResult desc + - status + - status desc type: string - name: $select in: query @@ -3907,11 +4034,13 @@ paths: items: enum: - id + - assignedToMe - displayName - justification - reviewedBy - reviewedDateTime - reviewResult + - status type: string - name: $expand in: query @@ -4010,11 +4139,13 @@ paths: items: enum: - id + - assignedToMe - displayName - justification - reviewedBy - reviewedDateTime - reviewResult + - status type: string - name: $expand in: query @@ -12751,6 +12882,38 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation + '/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackages/microsoft.graph.filterByCurrentUser(on={on})': + get: + tags: + - identityGovernance.Functions + summary: Invoke function filterByCurrentUser + operationId: identityGovernance.entitlementManagement.accessPackageAssignmentPolicies.accessPackageCatalog.accessPackages_filterByCurrentUser + parameters: + - name: accessPackageAssignmentPolicy-id + in: path + description: 'key: id of accessPackageAssignmentPolicy' + required: true + schema: + type: string + x-ms-docs-key-type: accessPackageAssignmentPolicy + - name: on + in: path + description: 'Usage: on={on}' + required: true + schema: + $ref: '#/components/schemas/microsoft.graph.accessPackageFilterByCurrentUserOptions' + responses: + '200': + description: Success + content: + application/json: + schema: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.accessPackage' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function '/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackages/microsoft.graph.Search()': get: tags: @@ -19134,6 +19297,45 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation + '/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackage/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackages/microsoft.graph.filterByCurrentUser(on={on})': + get: + tags: + - identityGovernance.Functions + summary: Invoke function filterByCurrentUser + operationId: identityGovernance.entitlementManagement.accessPackageAssignmentRequests.accessPackageAssignment.accessPackage.accessPackageAssignmentPolicies.accessPackageCatalog.accessPackages_filterByCurrentUser + parameters: + - name: accessPackageAssignmentRequest-id + in: path + description: 'key: id of accessPackageAssignmentRequest' + required: true + schema: + type: string + x-ms-docs-key-type: accessPackageAssignmentRequest + - name: accessPackageAssignmentPolicy-id + in: path + description: 'key: id of accessPackageAssignmentPolicy' + required: true + schema: + type: string + x-ms-docs-key-type: accessPackageAssignmentPolicy + - name: on + in: path + description: 'Usage: on={on}' + required: true + schema: + $ref: '#/components/schemas/microsoft.graph.accessPackageFilterByCurrentUserOptions' + responses: + '200': + description: Success + content: + application/json: + schema: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.accessPackage' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function '/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackage/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackages/microsoft.graph.Search()': get: tags: @@ -30542,6 +30744,38 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation + '/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackages/microsoft.graph.filterByCurrentUser(on={on})': + get: + tags: + - identityGovernance.Functions + summary: Invoke function filterByCurrentUser + operationId: identityGovernance.entitlementManagement.accessPackageAssignmentRequests.accessPackageAssignment.accessPackageAssignmentPolicy.accessPackageCatalog.accessPackages_filterByCurrentUser + parameters: + - name: accessPackageAssignmentRequest-id + in: path + description: 'key: id of accessPackageAssignmentRequest' + required: true + schema: + type: string + x-ms-docs-key-type: accessPackageAssignmentRequest + - name: on + in: path + description: 'Usage: on={on}' + required: true + schema: + $ref: '#/components/schemas/microsoft.graph.accessPackageFilterByCurrentUserOptions' + responses: + '200': + description: Success + content: + application/json: + schema: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.accessPackage' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function '/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackages/microsoft.graph.Search()': get: tags: @@ -30864,12 +31098,12 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id1}/microsoft.graph.Cancel': + '/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id1}/microsoft.graph.cancel': post: tags: - identityGovernance.Actions - summary: Invoke action Cancel - operationId: identityGovernance.entitlementManagement.accessPackageAssignmentRequests.accessPackageAssignment.accessPackageAssignmentRequests_Cancel + summary: Invoke action cancel + operationId: identityGovernance.entitlementManagement.accessPackageAssignmentRequests.accessPackageAssignment.accessPackageAssignmentRequests_cancel parameters: - name: accessPackageAssignmentRequest-id in: path @@ -30891,12 +31125,12 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: action - '/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackageAssignmentRequests/microsoft.graph.My()': + '/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackageAssignmentRequests/microsoft.graph.filterByCurrentUser(on={on})': get: tags: - identityGovernance.Functions - summary: Invoke function My - operationId: identityGovernance.entitlementManagement.accessPackageAssignmentRequests.accessPackageAssignment.accessPackageAssignmentRequests_My + summary: Invoke function filterByCurrentUser + operationId: identityGovernance.entitlementManagement.accessPackageAssignmentRequests.accessPackageAssignment.accessPackageAssignmentRequests_filterByCurrentUser parameters: - name: accessPackageAssignmentRequest-id in: path @@ -30905,6 +31139,12 @@ paths: schema: type: string x-ms-docs-key-type: accessPackageAssignmentRequest + - name: on + in: path + description: 'Usage: on={on}' + required: true + schema: + $ref: '#/components/schemas/microsoft.graph.accessPackageAssignmentRequestFilterByCurrentUserOptions' responses: '200': description: Success @@ -31544,12 +31784,12 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/microsoft.graph.My()': + '/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/microsoft.graph.filterByCurrentUser(on={on})': get: tags: - identityGovernance.Functions - summary: Invoke function My - operationId: identityGovernance.entitlementManagement.accessPackageAssignmentRequests.accessPackageAssignment.accessPackageAssignmentResourceRoles.accessPackageAssignments_My + summary: Invoke function filterByCurrentUser + operationId: identityGovernance.entitlementManagement.accessPackageAssignmentRequests.accessPackageAssignment.accessPackageAssignmentResourceRoles.accessPackageAssignments_filterByCurrentUser parameters: - name: accessPackageAssignmentRequest-id in: path @@ -31565,6 +31805,12 @@ paths: schema: type: string x-ms-docs-key-type: accessPackageAssignmentResourceRole + - name: on + in: path + description: 'Usage: on={on}' + required: true + schema: + $ref: '#/components/schemas/microsoft.graph.accessPackageAssignmentFilterByCurrentUserOptions' responses: '200': description: Success @@ -34644,12 +34890,12 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/microsoft.graph.Cancel': + '/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/microsoft.graph.cancel': post: tags: - identityGovernance.Actions - summary: Invoke action Cancel - operationId: identityGovernance.entitlementManagement.accessPackageAssignmentRequests_Cancel + summary: Invoke action cancel + operationId: identityGovernance.entitlementManagement.accessPackageAssignmentRequests_cancel parameters: - name: accessPackageAssignmentRequest-id in: path @@ -34931,12 +35177,19 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - /identityGovernance/entitlementManagement/accessPackageAssignmentRequests/microsoft.graph.My(): + '/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/microsoft.graph.filterByCurrentUser(on={on})': get: tags: - identityGovernance.Functions - summary: Invoke function My - operationId: identityGovernance.entitlementManagement.accessPackageAssignmentRequests_My + summary: Invoke function filterByCurrentUser + operationId: identityGovernance.entitlementManagement.accessPackageAssignmentRequests_filterByCurrentUser + parameters: + - name: on + in: path + description: 'Usage: on={on}' + required: true + schema: + $ref: '#/components/schemas/microsoft.graph.accessPackageAssignmentRequestFilterByCurrentUserOptions' responses: '200': description: Success @@ -42011,6 +42264,52 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation + '/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackages/microsoft.graph.filterByCurrentUser(on={on})': + get: + tags: + - identityGovernance.Functions + summary: Invoke function filterByCurrentUser + operationId: identityGovernance.entitlementManagement.accessPackageAssignmentResourceRoles.accessPackageAssignments.accessPackage.accessPackageAssignmentPolicies.accessPackageCatalog.accessPackages_filterByCurrentUser + parameters: + - name: accessPackageAssignmentResourceRole-id + in: path + description: 'key: id of accessPackageAssignmentResourceRole' + required: true + schema: + type: string + x-ms-docs-key-type: accessPackageAssignmentResourceRole + - name: accessPackageAssignment-id + in: path + description: 'key: id of accessPackageAssignment' + required: true + schema: + type: string + x-ms-docs-key-type: accessPackageAssignment + - name: accessPackageAssignmentPolicy-id + in: path + description: 'key: id of accessPackageAssignmentPolicy' + required: true + schema: + type: string + x-ms-docs-key-type: accessPackageAssignmentPolicy + - name: on + in: path + description: 'Usage: on={on}' + required: true + schema: + $ref: '#/components/schemas/microsoft.graph.accessPackageFilterByCurrentUserOptions' + responses: + '200': + description: Success + content: + application/json: + schema: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.accessPackage' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function '/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackages/microsoft.graph.Search()': get: tags: @@ -54977,6 +55276,45 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation + '/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackages/microsoft.graph.filterByCurrentUser(on={on})': + get: + tags: + - identityGovernance.Functions + summary: Invoke function filterByCurrentUser + operationId: identityGovernance.entitlementManagement.accessPackageAssignmentResourceRoles.accessPackageAssignments.accessPackageAssignmentPolicy.accessPackageCatalog.accessPackages_filterByCurrentUser + parameters: + - name: accessPackageAssignmentResourceRole-id + in: path + description: 'key: id of accessPackageAssignmentResourceRole' + required: true + schema: + type: string + x-ms-docs-key-type: accessPackageAssignmentResourceRole + - name: accessPackageAssignment-id + in: path + description: 'key: id of accessPackageAssignment' + required: true + schema: + type: string + x-ms-docs-key-type: accessPackageAssignment + - name: on + in: path + description: 'Usage: on={on}' + required: true + schema: + $ref: '#/components/schemas/microsoft.graph.accessPackageFilterByCurrentUserOptions' + responses: + '200': + description: Success + content: + application/json: + schema: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.accessPackage' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function '/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackages/microsoft.graph.Search()': get: tags: @@ -55767,12 +56105,12 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/microsoft.graph.Cancel': + '/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/microsoft.graph.cancel': post: tags: - identityGovernance.Actions - summary: Invoke action Cancel - operationId: identityGovernance.entitlementManagement.accessPackageAssignmentResourceRoles.accessPackageAssignments.accessPackageAssignmentRequests_Cancel + summary: Invoke action cancel + operationId: identityGovernance.entitlementManagement.accessPackageAssignmentResourceRoles.accessPackageAssignments.accessPackageAssignmentRequests_cancel parameters: - name: accessPackageAssignmentResourceRole-id in: path @@ -56176,12 +56514,12 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentRequests/microsoft.graph.My()': + '/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentRequests/microsoft.graph.filterByCurrentUser(on={on})': get: tags: - identityGovernance.Functions - summary: Invoke function My - operationId: identityGovernance.entitlementManagement.accessPackageAssignmentResourceRoles.accessPackageAssignments.accessPackageAssignmentRequests_My + summary: Invoke function filterByCurrentUser + operationId: identityGovernance.entitlementManagement.accessPackageAssignmentResourceRoles.accessPackageAssignments.accessPackageAssignmentRequests_filterByCurrentUser parameters: - name: accessPackageAssignmentResourceRole-id in: path @@ -56197,6 +56535,12 @@ paths: schema: type: string x-ms-docs-key-type: accessPackageAssignment + - name: on + in: path + description: 'Usage: on={on}' + required: true + schema: + $ref: '#/components/schemas/microsoft.graph.accessPackageAssignmentRequestFilterByCurrentUserOptions' responses: '200': description: Success @@ -56879,12 +57223,12 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/microsoft.graph.My()': + '/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/microsoft.graph.filterByCurrentUser(on={on})': get: tags: - identityGovernance.Functions - summary: Invoke function My - operationId: identityGovernance.entitlementManagement.accessPackageAssignmentResourceRoles.accessPackageAssignments_My + summary: Invoke function filterByCurrentUser + operationId: identityGovernance.entitlementManagement.accessPackageAssignmentResourceRoles.accessPackageAssignments_filterByCurrentUser parameters: - name: accessPackageAssignmentResourceRole-id in: path @@ -56893,6 +57237,12 @@ paths: schema: type: string x-ms-docs-key-type: accessPackageAssignmentResourceRole + - name: on + in: path + description: 'Usage: on={on}' + required: true + schema: + $ref: '#/components/schemas/microsoft.graph.accessPackageAssignmentFilterByCurrentUserOptions' responses: '200': description: Success @@ -65365,6 +65715,45 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation + '/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackages/microsoft.graph.filterByCurrentUser(on={on})': + get: + tags: + - identityGovernance.Functions + summary: Invoke function filterByCurrentUser + operationId: identityGovernance.entitlementManagement.accessPackageAssignments.accessPackage.accessPackageAssignmentPolicies.accessPackageCatalog.accessPackages_filterByCurrentUser + parameters: + - name: accessPackageAssignment-id + in: path + description: 'key: id of accessPackageAssignment' + required: true + schema: + type: string + x-ms-docs-key-type: accessPackageAssignment + - name: accessPackageAssignmentPolicy-id + in: path + description: 'key: id of accessPackageAssignmentPolicy' + required: true + schema: + type: string + x-ms-docs-key-type: accessPackageAssignmentPolicy + - name: on + in: path + description: 'Usage: on={on}' + required: true + schema: + $ref: '#/components/schemas/microsoft.graph.accessPackageFilterByCurrentUserOptions' + responses: + '200': + description: Success + content: + application/json: + schema: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.accessPackage' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function '/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackages/microsoft.graph.Search()': get: tags: @@ -76773,6 +77162,38 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation + '/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackages/microsoft.graph.filterByCurrentUser(on={on})': + get: + tags: + - identityGovernance.Functions + summary: Invoke function filterByCurrentUser + operationId: identityGovernance.entitlementManagement.accessPackageAssignments.accessPackageAssignmentPolicy.accessPackageCatalog.accessPackages_filterByCurrentUser + parameters: + - name: accessPackageAssignment-id + in: path + description: 'key: id of accessPackageAssignment' + required: true + schema: + type: string + x-ms-docs-key-type: accessPackageAssignment + - name: on + in: path + description: 'Usage: on={on}' + required: true + schema: + $ref: '#/components/schemas/microsoft.graph.accessPackageFilterByCurrentUserOptions' + responses: + '200': + description: Success + content: + application/json: + schema: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.accessPackage' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function '/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackages/microsoft.graph.Search()': get: tags: @@ -77458,12 +77879,12 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/microsoft.graph.Cancel': + '/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/microsoft.graph.cancel': post: tags: - identityGovernance.Actions - summary: Invoke action Cancel - operationId: identityGovernance.entitlementManagement.accessPackageAssignments.accessPackageAssignmentRequests_Cancel + summary: Invoke action cancel + operationId: identityGovernance.entitlementManagement.accessPackageAssignments.accessPackageAssignmentRequests_cancel parameters: - name: accessPackageAssignment-id in: path @@ -77806,12 +78227,12 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentRequests/microsoft.graph.My()': + '/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentRequests/microsoft.graph.filterByCurrentUser(on={on})': get: tags: - identityGovernance.Functions - summary: Invoke function My - operationId: identityGovernance.entitlementManagement.accessPackageAssignments.accessPackageAssignmentRequests_My + summary: Invoke function filterByCurrentUser + operationId: identityGovernance.entitlementManagement.accessPackageAssignments.accessPackageAssignmentRequests_filterByCurrentUser parameters: - name: accessPackageAssignment-id in: path @@ -77820,6 +78241,12 @@ paths: schema: type: string x-ms-docs-key-type: accessPackageAssignment + - name: on + in: path + description: 'Usage: on={on}' + required: true + schema: + $ref: '#/components/schemas/microsoft.graph.accessPackageAssignmentRequestFilterByCurrentUserOptions' responses: '200': description: Success @@ -78459,12 +78886,12 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/microsoft.graph.My()': + '/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/microsoft.graph.filterByCurrentUser(on={on})': get: tags: - identityGovernance.Functions - summary: Invoke function My - operationId: identityGovernance.entitlementManagement.accessPackageAssignments.accessPackageAssignmentResourceRoles.accessPackageAssignments_My + summary: Invoke function filterByCurrentUser + operationId: identityGovernance.entitlementManagement.accessPackageAssignments.accessPackageAssignmentResourceRoles.accessPackageAssignments_filterByCurrentUser parameters: - name: accessPackageAssignment-id in: path @@ -78480,6 +78907,12 @@ paths: schema: type: string x-ms-docs-key-type: accessPackageAssignmentResourceRole + - name: on + in: path + description: 'Usage: on={on}' + required: true + schema: + $ref: '#/components/schemas/microsoft.graph.accessPackageAssignmentFilterByCurrentUserOptions' responses: '200': description: Success @@ -81559,12 +81992,19 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - /identityGovernance/entitlementManagement/accessPackageAssignments/microsoft.graph.My(): + '/identityGovernance/entitlementManagement/accessPackageAssignments/microsoft.graph.filterByCurrentUser(on={on})': get: tags: - identityGovernance.Functions - summary: Invoke function My - operationId: identityGovernance.entitlementManagement.accessPackageAssignments_My + summary: Invoke function filterByCurrentUser + operationId: identityGovernance.entitlementManagement.accessPackageAssignments_filterByCurrentUser + parameters: + - name: on + in: path + description: 'Usage: on={on}' + required: true + schema: + $ref: '#/components/schemas/microsoft.graph.accessPackageAssignmentFilterByCurrentUserOptions' responses: '200': description: Success @@ -90315,6 +90755,38 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation + '/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackages/microsoft.graph.filterByCurrentUser(on={on})': + get: + tags: + - identityGovernance.Functions + summary: Invoke function filterByCurrentUser + operationId: identityGovernance.entitlementManagement.accessPackageCatalogs.accessPackages_filterByCurrentUser + parameters: + - name: accessPackageCatalog-id + in: path + description: 'key: id of accessPackageCatalog' + required: true + schema: + type: string + x-ms-docs-key-type: accessPackageCatalog + - name: on + in: path + description: 'Usage: on={on}' + required: true + schema: + $ref: '#/components/schemas/microsoft.graph.accessPackageFilterByCurrentUserOptions' + responses: + '200': + description: Success + content: + application/json: + schema: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.accessPackage' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function '/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackages/microsoft.graph.Search()': get: tags: @@ -100981,6 +101453,45 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation + '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackages/microsoft.graph.filterByCurrentUser(on={on})': + get: + tags: + - identityGovernance.Functions + summary: Invoke function filterByCurrentUser + operationId: identityGovernance.entitlementManagement.accessPackages.accessPackageAssignmentPolicies.accessPackageCatalog.accessPackages_filterByCurrentUser + parameters: + - name: accessPackage-id + in: path + description: 'key: id of accessPackage' + required: true + schema: + type: string + x-ms-docs-key-type: accessPackage + - name: accessPackageAssignmentPolicy-id + in: path + description: 'key: id of accessPackageAssignmentPolicy' + required: true + schema: + type: string + x-ms-docs-key-type: accessPackageAssignmentPolicy + - name: on + in: path + description: 'Usage: on={on}' + required: true + schema: + $ref: '#/components/schemas/microsoft.graph.accessPackageFilterByCurrentUserOptions' + responses: + '200': + description: Success + content: + application/json: + schema: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.accessPackage' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackages/microsoft.graph.Search()': get: tags: @@ -103905,6 +104416,31 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation + '/identityGovernance/entitlementManagement/accessPackages/microsoft.graph.filterByCurrentUser(on={on})': + get: + tags: + - identityGovernance.Functions + summary: Invoke function filterByCurrentUser + operationId: identityGovernance.entitlementManagement.accessPackages_filterByCurrentUser + parameters: + - name: on + in: path + description: 'Usage: on={on}' + required: true + schema: + $ref: '#/components/schemas/microsoft.graph.accessPackageFilterByCurrentUserOptions' + responses: + '200': + description: Success + content: + application/json: + schema: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.accessPackage' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function /identityGovernance/entitlementManagement/accessPackages/microsoft.graph.Search(): get: tags: @@ -110075,7 +110611,7 @@ components: nullable: true isPerDeviceAcceptanceRequired: type: boolean - description: 'This setting enables you to require end users to accept this agreement on every device that they are accessing it from. The end user will be required to register their device in Azure AD, if they haven''t already done so.' + description: 'Indicates whether end users are required to accept this agreement on every device that they access it from. The end user is required to register their device in Azure AD, if they haven''t already done so.' nullable: true isViewingBeforeAcceptanceRequired: type: boolean @@ -110100,7 +110636,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.agreementFileLocalization' - description: 'PDFs linked to this agreement. Note: This property is in the process of being deprecated. Use the file property instead.' + description: PDFs linked to this agreement. This property is in the process of being deprecated. Use the file property instead. additionalProperties: type: object microsoft.graph.agreementAcceptance: @@ -110111,11 +110647,11 @@ components: properties: agreementFileId: type: string - description: ID of the agreement file accepted by the user. + description: The identifier of the agreement file accepted by the user. nullable: true agreementId: type: string - description: ID of the agreement. + description: The identifier of the agreement. nullable: true deviceDisplayName: type: string @@ -110127,11 +110663,11 @@ components: nullable: true deviceOSType: type: string - description: The operating system used for accepting the agreement. + description: The operating system used to accept the agreement. nullable: true deviceOSVersion: type: string - description: The operating system version of the device used for accepting the agreement. + description: The operating system version of the device used to accept the agreement. 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])$' @@ -110157,7 +110693,7 @@ components: nullable: true userId: type: string - description: ID of the user who accepted the agreement. + description: The identifier of the user who accepted the agreement. nullable: true userPrincipalName: type: string @@ -110208,6 +110744,55 @@ components: nullable: true additionalProperties: type: object + microsoft.graph.consentRequestFilterByCurrentUserOptions: + title: consentRequestFilterByCurrentUserOptions + enum: + - reviewer + - unknownFutureValue + type: string + microsoft.graph.userConsentRequest: + allOf: + - $ref: '#/components/schemas/microsoft.graph.request' + - title: userConsentRequest + type: object + properties: + reason: + type: string + description: The user's justification for requiring access to the app. Supports $filter (eq only) and $orderby. + nullable: true + approval: + $ref: '#/components/schemas/microsoft.graph.approval' + additionalProperties: + type: object + microsoft.graph.appConsentRequest: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: appConsentRequest + type: object + properties: + appDisplayName: + type: string + description: The display name of the app for which consent is requested. Required. Supports $filter (eq only) and $orderby. + nullable: true + appId: + type: string + description: The identifier of the application. Required. Supports $filter (eq only) and $orderby. + consentType: + type: string + description: 'The consent type of the request. Possible values are: Static and Dynamic. These represent static and dynamic permissions, respectively, requested in the consent workflow. Supports $filter (eq only) and $orderby. Required.' + nullable: true + pendingScopes: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.appConsentRequestScope' + description: A list of pending scopes waiting for approval. This is empty if the consentType is Static. Required. + userConsentRequests: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.userConsentRequest' + description: A list of pending user consent requests. + additionalProperties: + type: object microsoft.graph.entitlementManagement: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -110284,21 +110869,33 @@ components: - title: approvalStep type: object properties: + assignedToMe: + type: boolean + description: Indicates whether the step is assigned to the calling user to review. Read-only. + nullable: true displayName: type: string + description: The label provided by the policy creator to identify an approval step. Read-only. nullable: true justification: type: string + description: The justification associated with the approval step decision. 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 + description: 'The date and time when a decision was recorded. The date and time information uses ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.' format: date-time nullable: true reviewResult: type: string + description: 'The result of this approval record. Possible values include: NotReviewed, Approved, Denied.' + nullable: true + status: + type: string + description: 'The step status. Possible values: InProgress, Initializing, Completed, Expired. Read-only.' nullable: true additionalProperties: type: object @@ -110333,7 +110930,7 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true description: @@ -110354,7 +110951,7 @@ components: 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: 'The expiration date for assignments created in this policy. 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''' + description: 'The expiration date for assignments created in this policy. 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true modifiedBy: @@ -110364,7 +110961,7 @@ components: modifiedDateTime: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true questions: @@ -110399,7 +110996,7 @@ components: 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''. Read-only.' + 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 is 2014-01-01T00:00:00Z. Read-only.' format: date-time nullable: true description: @@ -110425,7 +111022,7 @@ components: modifiedDateTime: 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.' + 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 is 2014-01-01T00:00:00Z. Read-only.' format: date-time nullable: true accessPackageAssignmentPolicies: @@ -110463,7 +111060,7 @@ components: 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''. Read-only.' + 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 is 2014-01-01T00:00:00Z. Read-only.' format: date-time nullable: true description: @@ -110485,7 +111082,7 @@ components: modifiedDateTime: 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.' + 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 is 2014-01-01T00:00:00Z. Read-only.' format: date-time nullable: true accessPackageResourceRoles: @@ -110547,7 +111144,7 @@ components: addedOn: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true attributes: @@ -110611,7 +111208,7 @@ components: 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 that this object was created. 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 is ''2014-01-01T00:00:00Z''.' + description: 'The date and time that this object was created. 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 is 2014-01-01T00:00:00Z.' format: date-time nullable: true description: @@ -110633,7 +111230,7 @@ components: modifiedDateTime: 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 this object was last modified. 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 is ''2014-01-01T00:00:00Z''.' + description: 'The date and time that this object was last modified. 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 is 2014-01-01T00:00:00Z.' format: date-time nullable: true originId: @@ -110700,7 +111297,7 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true modifiedBy: @@ -110710,7 +111307,7 @@ components: modifiedDateTime: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true accessPackageResourceRole: @@ -110719,6 +111316,12 @@ components: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceScope' additionalProperties: type: object + microsoft.graph.accessPackageFilterByCurrentUserOptions: + title: accessPackageFilterByCurrentUserOptions + enum: + - allowedRequestor + - unknownFutureValue + type: string microsoft.graph.accessPackageAssignmentRequest: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -110733,13 +111336,13 @@ components: completedDate: 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 of the end of processing, either successful or failure, of a request. 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.' + description: 'The date of the end of processing, either successful or failure, of a request. 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 is 2014-01-01T00:00:00Z. Read-only.' 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 - 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.' + 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 is 2014-01-01T00:00:00Z. Read-only.' format: date-time nullable: true expirationDateTime: @@ -110806,7 +111409,7 @@ components: expiredDateTime: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true isExtended: @@ -110836,6 +111439,14 @@ components: $ref: '#/components/schemas/microsoft.graph.accessPackageSubject' additionalProperties: type: object + microsoft.graph.accessPackageAssignmentRequestFilterByCurrentUserOptions: + title: accessPackageAssignmentRequestFilterByCurrentUserOptions + enum: + - target + - createdBy + - approver + - unknownFutureValue + type: string microsoft.graph.accessPackageAssignmentResourceRole: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -110867,6 +111478,13 @@ components: $ref: '#/components/schemas/microsoft.graph.accessPackageSubject' additionalProperties: type: object + microsoft.graph.accessPackageAssignmentFilterByCurrentUserOptions: + title: accessPackageAssignmentFilterByCurrentUserOptions + enum: + - target + - createdBy + - unknownFutureValue + type: string microsoft.graph.accessPackageSubject: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -110919,7 +111537,7 @@ components: 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''. Read-only.' + 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 is 2014-01-01T00:00:00Z. Read-only.' format: date-time nullable: true description: @@ -110941,7 +111559,7 @@ components: modifiedDateTime: 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.' + 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 is 2014-01-01T00:00:00Z. Read-only.' format: date-time nullable: true state: @@ -110974,7 +111592,7 @@ components: 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: '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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true isValidationOnly: @@ -111137,7 +111755,7 @@ components: properties: assignmentState: type: string - description: 'Required. The state of the assignment. The value can be Eligible for eligible assignment Active - if it is directly assigned Active by administrators, or activated on an eligible assignment by the users.' + description: 'Required. The state of the assignment. The possible values are: Eligible (for eligible assignment), Active (if it is directly assigned), Active (by administrators, or activated on an eligible assignment by the users).' linkedEligibleRoleAssignmentId: type: string description: 'If this is a request for role activation, it represents the id of the eligible assignment being referred; Otherwise, the value is null.' @@ -111149,7 +111767,7 @@ components: requestedDateTime: 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. The request create time. 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''' + description: 'Read-only. The request create time. 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true resourceId: @@ -111170,7 +111788,7 @@ components: nullable: true type: type: string - description: 'Required. Representing the type of the operation on the role assignment. The value can be AdminAdd: Administrators assign users/groups to roles;UserAdd: Users activate eligible assignments; AdminUpdate: Administrators change existing role assignmentsAdminRemove: Administrators remove users/groups from roles;UserRemove: Users deactivate active assignments;UserExtend: Users request to extend their expiring assignments;AdminExtend: Administrators extend expiring assignments.UserRenew: Users request to renew their expired assignments;AdminRenew: Administrators extend expiring assignments.' + description: 'Required. Representing the type of the operation on the role assignment. The possible values are: AdminAdd , UserAdd , AdminUpdate , AdminRemove , UserRemove , UserExtend , AdminExtend , UserRenew , AdminRenew.' resource: $ref: '#/components/schemas/microsoft.graph.governanceResource' roleDefinition: @@ -111187,11 +111805,11 @@ components: properties: assignmentState: type: string - description: 'The state of the assignment. The value can be Eligible for eligible assignment Active - if it is directly assigned Active by administrators, or activated on an eligible assignment by the users.' + description: 'The state of the assignment. The value can be Eligible for eligible assignment or Active if it is directly assigned Active by administrators, or activated on an eligible assignment by the users.' 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: 'For a non-permanent role assignment, this is the time when the role assignment will be expired. 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''' + description: 'For a non-permanent role assignment, this is the time when the role assignment will be expired. 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true externalId: @@ -111204,7 +111822,7 @@ components: nullable: true memberType: type: string - description: 'The type of member. The value can be: Inherited - the role assignment is inherited from a parent resource scopeGroup- the role assignment is not inherited, but comes from the membership of a group assignmentUser - the role assignment is neither inherited nor from a group assignment.' + description: 'The type of member. The value can be: Inherited (if the role assignment is inherited from a parent resource scope), Group (if the role assignment is not inherited, but comes from the membership of a group assignment), or User (if the role assignment is neither inherited nor from a group assignment).' resourceId: type: string description: Required. The ID of the resource which the role assignment is associated with. @@ -111216,7 +111834,7 @@ components: 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 start time of the role assignment. 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''' + description: 'The start time of the role assignment. 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true status: @@ -111289,7 +111907,7 @@ components: 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: 'Read-only. The time when the role setting was last updated. 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''' + description: 'Read-only. The time when the role setting was last updated. 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true resourceId: @@ -111338,7 +111956,7 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true requestorReason: @@ -111350,7 +111968,7 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true userId: @@ -111383,7 +112001,7 @@ components: requestedDateTime: 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. The request create time. 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''.' + description: 'Read-only. The request create time. 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 is 2014-01-01T00:00:00Z.' format: date-time nullable: true roleId: @@ -111456,7 +112074,7 @@ components: 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: 'This is only used when the requestType is ''Activate'', and it indicates the expiration time for the role activation.' + description: 'This is only used when the requestType is Activate, and it indicates the expiration time for the role activation.' format: date-time nullable: true referenceKey: @@ -111477,7 +112095,7 @@ components: nullable: true requestType: type: string - description: 'The request operation type. The requestType value can be: Assign (role assignment), Activate (role activation), Unassign (remove role assignment), Deactivate (role deactivation), ScanAlersNow (scan security alerts), DismissAlert (dismiss security alert), FixAlertItem (fix a security alert issue), AccessReview_Review (review an Access Review), AccessReview_Create (create an Access Review), AccessReview_Update (update an Access Review), and AccessReview_Delete (delete an Access Review).' + description: 'The request operation type. The requestType value can be: Assign (role assignment), Activate (role activation), Unassign (remove role assignment), Deactivate (role deactivation), ScanAlertsNow (scan security alerts), DismissAlert (dismiss security alert), FixAlertItem (fix a security alert issue), AccessReview_Review (review an Access Review), AccessReview_Create (create an Access Review) , AccessReview_Update (update an Access Review), AccessReview_Delete (delete an Access Review).' nullable: true roleId: type: string @@ -111805,6 +112423,9 @@ components: type: string format: date-time nullable: true + displayName: + type: string + nullable: true fileData: $ref: '#/components/schemas/microsoft.graph.agreementFileData' fileName: @@ -111821,6 +112442,44 @@ components: nullable: true additionalProperties: type: object + microsoft.graph.request: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: request + type: object + properties: + approvalId: + type: string + nullable: true + 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 + 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 + customData: + type: string + nullable: true + status: + type: string + additionalProperties: + type: object + microsoft.graph.appConsentRequestScope: + title: appConsentRequestScope + type: object + properties: + displayName: + type: string + description: The name of the scope. + nullable: true + additionalProperties: + type: object microsoft.graph.assignmentReviewSettings: title: assignmentReviewSettings type: object @@ -111975,7 +112634,7 @@ components: 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''.' + 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 is 2014-01-01T00:00:00Z.' format: date-time nullable: true additionalProperties: @@ -112005,13 +112664,13 @@ components: 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 end time of the role assignment. 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''. Note: if the value is null, it indicates a permanent assignment.' + description: 'The end time of the role assignment. 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 is 2014-01-01T00:00:00Z. Note: if the value is null, it indicates a permanent assignment.' 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 start time of the role assignment. 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''' + description: 'The start time of the role assignment. 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true type: @@ -112156,6 +112815,18 @@ components: nullable: true 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.userSet: title: userSet type: object @@ -112242,7 +112913,7 @@ components: 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''.' + 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 is 2014-01-01T00:00:00Z.' format: date-time nullable: true type: @@ -112265,11 +112936,11 @@ components: properties: key: type: string - description: 'Contains the name of the field that a value is associated with. When a sign in or domain hint is included in the sign-in request, corresponding fields are included as key-value pairs. Possible keys: Login hint present, Domain hint present.' + description: Key for the key-value pair. nullable: true value: type: string - description: Contains the corresponding value for the specified key. The value is true if a sign in hint was included in the sign-in request; otherwise false. The value is true if a domain hint was included in the sign-in request; otherwise false. + description: Value for the key-value pair. nullable: true additionalProperties: type: object @@ -112332,7 +113003,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.dayOfWeek' - description: 'A collection of the days of the week on which the event occurs. 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.' + 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: diff --git a/openApiDocs/beta/Identity.SignIns.yml b/openApiDocs/beta/Identity.SignIns.yml index 10bce21141c..30b70c1569c 100644 --- a/openApiDocs/beta/Identity.SignIns.yml +++ b/openApiDocs/beta/Identity.SignIns.yml @@ -1764,6 +1764,71 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: action + /informationProtection/microsoft.graph.decryptBuffer: + post: + tags: + - informationProtection.Actions + summary: Invoke action decryptBuffer + operationId: informationProtection_decryptBuffer + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + encryptedBuffer: + type: string + format: base64url + publishingLicense: + type: string + format: base64url + additionalProperties: + type: object + required: true + responses: + '200': + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.bufferDecryptionResult' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + /informationProtection/microsoft.graph.encryptBuffer: + post: + tags: + - informationProtection.Actions + summary: Invoke action encryptBuffer + operationId: informationProtection_encryptBuffer + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + buffer: + type: string + format: base64url + labelId: + 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 + additionalProperties: + type: object + required: true + responses: + '200': + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.bufferEncryptionResult' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action /informationProtection/policy: get: tags: @@ -3693,6 +3758,7 @@ paths: - licenseDetails - manager - memberOf + - oauth2PermissionGrants - ownedDevices - ownedObjects - registeredDevices @@ -3764,6 +3830,7 @@ paths: - licenseDetails - manager - memberOf + - oauth2PermissionGrants - ownedDevices - ownedObjects - registeredDevices @@ -3859,6 +3926,10 @@ paths: operationId: invitations.InvitedUser.ListMemberOf parameters: invitation-id: $request.path.invitation-id + oauth2PermissionGrants: + operationId: invitations.InvitedUser.ListOauth2PermissionGrants + parameters: + invitation-id: $request.path.invitation-id ownedDevices: operationId: invitations.InvitedUser.ListOwnedDevices parameters: @@ -4120,6 +4191,10 @@ paths: operationId: invitations.InvitedUser.ListMemberOf parameters: invitation-id: $request.path.invitation-id + oauth2PermissionGrants: + operationId: invitations.InvitedUser.ListOauth2PermissionGrants + parameters: + invitation-id: $request.path.invitation-id ownedDevices: operationId: invitations.InvitedUser.ListOwnedDevices parameters: @@ -4814,6 +4889,7 @@ paths: - privateLinkResourcePolicies - tokenIssuancePolicies - tokenLifetimePolicies + - featureRolloutPolicies - adminConsentRequestPolicy - directoryRoleAccessReviewPolicy - conditionalAccessPolicies @@ -4843,6 +4919,7 @@ paths: - privateLinkResourcePolicies - tokenIssuancePolicies - tokenLifetimePolicies + - featureRolloutPolicies - adminConsentRequestPolicy - directoryRoleAccessReviewPolicy - conditionalAccessPolicies @@ -4880,6 +4957,8 @@ paths: operationId: policies.ListTokenIssuancePolicies tokenLifetimePolicies: operationId: policies.ListTokenLifetimePolicies + featureRolloutPolicies: + operationId: policies.ListFeatureRolloutPolicies adminConsentRequestPolicy: operationId: policies.GetAdminConsentRequestPolicy directoryRoleAccessReviewPolicy: @@ -6222,12 +6301,12 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - /policies/homeRealmDiscoveryPolicies: + /policies/featureRolloutPolicies: get: tags: - - policies.homeRealmDiscoveryPolicy - summary: Get homeRealmDiscoveryPolicies from policies - operationId: policies_ListHomeRealmDiscoveryPolicies + - policies.featureRolloutPolicy + summary: Get featureRolloutPolicies from policies + operationId: policies_ListFeatureRolloutPolicies parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' @@ -6246,16 +6325,16 @@ paths: enum: - id - id desc - - deletedDateTime - - deletedDateTime desc - description - description desc - displayName - displayName desc - - definition - - definition desc - - isOrganizationDefault - - isOrganizationDefault desc + - feature + - feature desc + - isAppliedToOrganization + - isAppliedToOrganization desc + - isEnabled + - isEnabled desc type: string - name: $select in: query @@ -6268,11 +6347,11 @@ paths: items: enum: - id - - deletedDateTime - description - displayName - - definition - - isOrganizationDefault + - feature + - isAppliedToOrganization + - isEnabled - appliesTo type: string - name: $expand @@ -6294,13 +6373,13 @@ paths: content: application/json: schema: - title: Collection of homeRealmDiscoveryPolicy + title: Collection of featureRolloutPolicy type: object properties: value: type: array items: - $ref: '#/components/schemas/microsoft.graph.homeRealmDiscoveryPolicy' + $ref: '#/components/schemas/microsoft.graph.featureRolloutPolicy' '@odata.nextLink': type: string additionalProperties: @@ -6313,15 +6392,15 @@ paths: x-ms-docs-operation-type: operation post: tags: - - policies.homeRealmDiscoveryPolicy - summary: Create new navigation property to homeRealmDiscoveryPolicies for policies - operationId: policies_CreateHomeRealmDiscoveryPolicies + - policies.featureRolloutPolicy + summary: Create new navigation property to featureRolloutPolicies for policies + operationId: policies_CreateFeatureRolloutPolicies requestBody: description: New navigation property content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.homeRealmDiscoveryPolicy' + $ref: '#/components/schemas/microsoft.graph.featureRolloutPolicy' required: true responses: '201': @@ -6329,24 +6408,24 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.homeRealmDiscoveryPolicy' + $ref: '#/components/schemas/microsoft.graph.featureRolloutPolicy' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/policies/homeRealmDiscoveryPolicies/{homeRealmDiscoveryPolicy-id}': + '/policies/featureRolloutPolicies/{featureRolloutPolicy-id}': get: tags: - - policies.homeRealmDiscoveryPolicy - summary: Get homeRealmDiscoveryPolicies from policies - operationId: policies_GetHomeRealmDiscoveryPolicies + - policies.featureRolloutPolicy + summary: Get featureRolloutPolicies from policies + operationId: policies_GetFeatureRolloutPolicies parameters: - - name: homeRealmDiscoveryPolicy-id + - name: featureRolloutPolicy-id in: path - description: 'key: id of homeRealmDiscoveryPolicy' + description: 'key: id of featureRolloutPolicy' required: true schema: type: string - x-ms-docs-key-type: homeRealmDiscoveryPolicy + x-ms-docs-key-type: featureRolloutPolicy - name: $select in: query description: Select properties to be returned @@ -6358,11 +6437,11 @@ paths: items: enum: - id - - deletedDateTime - description - displayName - - definition - - isOrganizationDefault + - feature + - isAppliedToOrganization + - isEnabled - appliesTo type: string - name: $expand @@ -6384,34 +6463,34 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.homeRealmDiscoveryPolicy' + $ref: '#/components/schemas/microsoft.graph.featureRolloutPolicy' links: appliesTo: - operationId: policies.HomeRealmDiscoveryPolicies.ListAppliesTo + operationId: policies.FeatureRolloutPolicies.ListAppliesTo parameters: - homeRealmDiscoveryPolicy-id: $request.path.homeRealmDiscoveryPolicy-id + featureRolloutPolicy-id: $request.path.featureRolloutPolicy-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - - policies.homeRealmDiscoveryPolicy - summary: Update the navigation property homeRealmDiscoveryPolicies in policies - operationId: policies_UpdateHomeRealmDiscoveryPolicies + - policies.featureRolloutPolicy + summary: Update the navigation property featureRolloutPolicies in policies + operationId: policies_UpdateFeatureRolloutPolicies parameters: - - name: homeRealmDiscoveryPolicy-id + - name: featureRolloutPolicy-id in: path - description: 'key: id of homeRealmDiscoveryPolicy' + description: 'key: id of featureRolloutPolicy' required: true schema: type: string - x-ms-docs-key-type: homeRealmDiscoveryPolicy + x-ms-docs-key-type: featureRolloutPolicy requestBody: description: New navigation property values content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.homeRealmDiscoveryPolicy' + $ref: '#/components/schemas/microsoft.graph.featureRolloutPolicy' required: true responses: '204': @@ -6421,17 +6500,17 @@ paths: x-ms-docs-operation-type: operation delete: tags: - - policies.homeRealmDiscoveryPolicy - summary: Delete navigation property homeRealmDiscoveryPolicies for policies - operationId: policies_DeleteHomeRealmDiscoveryPolicies + - policies.featureRolloutPolicy + summary: Delete navigation property featureRolloutPolicies for policies + operationId: policies_DeleteFeatureRolloutPolicies parameters: - - name: homeRealmDiscoveryPolicy-id + - name: featureRolloutPolicy-id in: path - description: 'key: id of homeRealmDiscoveryPolicy' + description: 'key: id of featureRolloutPolicy' required: true schema: type: string - x-ms-docs-key-type: homeRealmDiscoveryPolicy + x-ms-docs-key-type: featureRolloutPolicy - name: If-Match in: header description: ETag @@ -6443,93 +6522,20 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - /policies/identitySecurityDefaultsEnforcementPolicy: + '/policies/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo': get: tags: - - policies.identitySecurityDefaultsEnforcementPolicy - summary: Get identitySecurityDefaultsEnforcementPolicy from policies - operationId: policies_GetIdentitySecurityDefaultsEnforcementPolicy - parameters: - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - enum: - - id - - deletedDateTime - - description - - displayName - - isEnabled - 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.identitySecurityDefaultsEnforcementPolicy' - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - patch: - tags: - - policies.identitySecurityDefaultsEnforcementPolicy - summary: Update the navigation property identitySecurityDefaultsEnforcementPolicy in policies - operationId: policies_UpdateIdentitySecurityDefaultsEnforcementPolicy - requestBody: - description: New navigation property values - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.identitySecurityDefaultsEnforcementPolicy' - required: true - responses: - '204': - description: Success - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - delete: - tags: - - policies.identitySecurityDefaultsEnforcementPolicy - summary: Delete navigation property identitySecurityDefaultsEnforcementPolicy for policies - operationId: policies_DeleteIdentitySecurityDefaultsEnforcementPolicy + - policies.featureRolloutPolicy + summary: Get appliesTo from policies + operationId: policies.featureRolloutPolicies_ListAppliesTo parameters: - - name: If-Match - in: header - description: ETag + - name: featureRolloutPolicy-id + in: path + description: 'key: id of featureRolloutPolicy' + required: true schema: type: string - responses: - '204': - description: Success - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - /policies/permissionGrantPolicies: - get: - tags: - - policies.permissionGrantPolicy - summary: Get permissionGrantPolicies from policies - operationId: policies_ListPermissionGrantPolicies - parameters: + x-ms-docs-key-type: featureRolloutPolicy - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' @@ -6549,10 +6555,6 @@ paths: - id desc - deletedDateTime - deletedDateTime desc - - description - - description desc - - displayName - - displayName desc type: string - name: $select in: query @@ -6566,10 +6568,6 @@ paths: enum: - id - deletedDateTime - - description - - displayName - - excludes - - includes type: string - name: $expand in: query @@ -6582,8 +6580,6 @@ paths: items: enum: - '*' - - excludes - - includes type: string responses: '200': @@ -6591,13 +6587,13 @@ paths: content: application/json: schema: - title: Collection of permissionGrantPolicy + title: Collection of directoryObject type: object properties: value: type: array items: - $ref: '#/components/schemas/microsoft.graph.permissionGrantPolicy' + $ref: '#/components/schemas/microsoft.graph.directoryObject' '@odata.nextLink': type: string additionalProperties: @@ -6610,15 +6606,23 @@ paths: x-ms-docs-operation-type: operation post: tags: - - policies.permissionGrantPolicy - summary: Create new navigation property to permissionGrantPolicies for policies - operationId: policies_CreatePermissionGrantPolicies + - policies.featureRolloutPolicy + summary: Create new navigation property to appliesTo for policies + operationId: policies.featureRolloutPolicies_CreateAppliesTo + parameters: + - name: featureRolloutPolicy-id + in: path + description: 'key: id of featureRolloutPolicy' + required: true + schema: + type: string + x-ms-docs-key-type: featureRolloutPolicy requestBody: description: New navigation property content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.permissionGrantPolicy' + $ref: '#/components/schemas/microsoft.graph.directoryObject' required: true responses: '201': @@ -6626,24 +6630,31 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.permissionGrantPolicy' + $ref: '#/components/schemas/microsoft.graph.directoryObject' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/policies/permissionGrantPolicies/{permissionGrantPolicy-id}': + '/policies/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo/{directoryObject-id}': get: tags: - - policies.permissionGrantPolicy - summary: Get permissionGrantPolicies from policies - operationId: policies_GetPermissionGrantPolicies + - policies.featureRolloutPolicy + summary: Get appliesTo from policies + operationId: policies.featureRolloutPolicies_GetAppliesTo parameters: - - name: permissionGrantPolicy-id + - name: featureRolloutPolicy-id in: path - description: 'key: id of permissionGrantPolicy' + description: 'key: id of featureRolloutPolicy' required: true schema: type: string - x-ms-docs-key-type: permissionGrantPolicy + x-ms-docs-key-type: featureRolloutPolicy + - name: directoryObject-id + in: path + description: 'key: id of directoryObject' + required: true + schema: + type: string + x-ms-docs-key-type: directoryObject - name: $select in: query description: Select properties to be returned @@ -6656,10 +6667,6 @@ paths: enum: - id - deletedDateTime - - description - - displayName - - excludes - - includes type: string - name: $expand in: query @@ -6672,8 +6679,6 @@ paths: items: enum: - '*' - - excludes - - includes type: string responses: '200': @@ -6681,38 +6686,36 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.permissionGrantPolicy' - links: - excludes: - operationId: policies.PermissionGrantPolicies.ListExcludes - parameters: - permissionGrantPolicy-id: $request.path.permissionGrantPolicy-id - includes: - operationId: policies.PermissionGrantPolicies.ListIncludes - parameters: - permissionGrantPolicy-id: $request.path.permissionGrantPolicy-id + $ref: '#/components/schemas/microsoft.graph.directoryObject' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - - policies.permissionGrantPolicy - summary: Update the navigation property permissionGrantPolicies in policies - operationId: policies_UpdatePermissionGrantPolicies + - policies.featureRolloutPolicy + summary: Update the navigation property appliesTo in policies + operationId: policies.featureRolloutPolicies_UpdateAppliesTo parameters: - - name: permissionGrantPolicy-id + - name: featureRolloutPolicy-id in: path - description: 'key: id of permissionGrantPolicy' + description: 'key: id of featureRolloutPolicy' required: true schema: type: string - x-ms-docs-key-type: permissionGrantPolicy + x-ms-docs-key-type: featureRolloutPolicy + - name: directoryObject-id + in: path + description: 'key: id of directoryObject' + required: true + schema: + type: string + x-ms-docs-key-type: directoryObject requestBody: description: New navigation property values content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.permissionGrantPolicy' + $ref: '#/components/schemas/microsoft.graph.directoryObject' required: true responses: '204': @@ -6722,18 +6725,547 @@ paths: x-ms-docs-operation-type: operation delete: tags: - - policies.permissionGrantPolicy - summary: Delete navigation property permissionGrantPolicies for policies - operationId: policies_DeletePermissionGrantPolicies + - policies.featureRolloutPolicy + summary: Delete navigation property appliesTo for policies + operationId: policies.featureRolloutPolicies_DeleteAppliesTo parameters: - - name: permissionGrantPolicy-id + - name: featureRolloutPolicy-id in: path - description: 'key: id of permissionGrantPolicy' + description: 'key: id of featureRolloutPolicy' required: true schema: type: string - x-ms-docs-key-type: permissionGrantPolicy - - name: If-Match + x-ms-docs-key-type: featureRolloutPolicy + - name: directoryObject-id + in: path + description: 'key: id of directoryObject' + required: true + schema: + type: string + x-ms-docs-key-type: directoryObject + - 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 + /policies/homeRealmDiscoveryPolicies: + get: + tags: + - policies.homeRealmDiscoveryPolicy + summary: Get homeRealmDiscoveryPolicies from policies + operationId: policies_ListHomeRealmDiscoveryPolicies + parameters: + - $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 + - deletedDateTime + - deletedDateTime desc + - description + - description desc + - displayName + - displayName desc + - definition + - definition desc + - isOrganizationDefault + - isOrganizationDefault 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 + - deletedDateTime + - description + - displayName + - definition + - isOrganizationDefault + - appliesTo + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - '*' + - appliesTo + type: string + responses: + '200': + description: Retrieved navigation property + content: + application/json: + schema: + title: Collection of homeRealmDiscoveryPolicy + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.homeRealmDiscoveryPolicy' + '@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: + - policies.homeRealmDiscoveryPolicy + summary: Create new navigation property to homeRealmDiscoveryPolicies for policies + operationId: policies_CreateHomeRealmDiscoveryPolicies + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.homeRealmDiscoveryPolicy' + required: true + responses: + '201': + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.homeRealmDiscoveryPolicy' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/policies/homeRealmDiscoveryPolicies/{homeRealmDiscoveryPolicy-id}': + get: + tags: + - policies.homeRealmDiscoveryPolicy + summary: Get homeRealmDiscoveryPolicies from policies + operationId: policies_GetHomeRealmDiscoveryPolicies + parameters: + - name: homeRealmDiscoveryPolicy-id + in: path + description: 'key: id of homeRealmDiscoveryPolicy' + required: true + schema: + type: string + x-ms-docs-key-type: homeRealmDiscoveryPolicy + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - id + - deletedDateTime + - description + - displayName + - definition + - isOrganizationDefault + - appliesTo + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - '*' + - appliesTo + type: string + responses: + '200': + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.homeRealmDiscoveryPolicy' + links: + appliesTo: + operationId: policies.HomeRealmDiscoveryPolicies.ListAppliesTo + parameters: + homeRealmDiscoveryPolicy-id: $request.path.homeRealmDiscoveryPolicy-id + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - policies.homeRealmDiscoveryPolicy + summary: Update the navigation property homeRealmDiscoveryPolicies in policies + operationId: policies_UpdateHomeRealmDiscoveryPolicies + parameters: + - name: homeRealmDiscoveryPolicy-id + in: path + description: 'key: id of homeRealmDiscoveryPolicy' + required: true + schema: + type: string + x-ms-docs-key-type: homeRealmDiscoveryPolicy + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.homeRealmDiscoveryPolicy' + required: true + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - policies.homeRealmDiscoveryPolicy + summary: Delete navigation property homeRealmDiscoveryPolicies for policies + operationId: policies_DeleteHomeRealmDiscoveryPolicies + parameters: + - name: homeRealmDiscoveryPolicy-id + in: path + description: 'key: id of homeRealmDiscoveryPolicy' + required: true + schema: + type: string + x-ms-docs-key-type: homeRealmDiscoveryPolicy + - 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 + /policies/identitySecurityDefaultsEnforcementPolicy: + get: + tags: + - policies.identitySecurityDefaultsEnforcementPolicy + summary: Get identitySecurityDefaultsEnforcementPolicy from policies + operationId: policies_GetIdentitySecurityDefaultsEnforcementPolicy + parameters: + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - id + - deletedDateTime + - description + - displayName + - isEnabled + 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.identitySecurityDefaultsEnforcementPolicy' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - policies.identitySecurityDefaultsEnforcementPolicy + summary: Update the navigation property identitySecurityDefaultsEnforcementPolicy in policies + operationId: policies_UpdateIdentitySecurityDefaultsEnforcementPolicy + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.identitySecurityDefaultsEnforcementPolicy' + required: true + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - policies.identitySecurityDefaultsEnforcementPolicy + summary: Delete navigation property identitySecurityDefaultsEnforcementPolicy for policies + operationId: policies_DeleteIdentitySecurityDefaultsEnforcementPolicy + parameters: + - 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 + /policies/permissionGrantPolicies: + get: + tags: + - policies.permissionGrantPolicy + summary: Get permissionGrantPolicies from policies + operationId: policies_ListPermissionGrantPolicies + parameters: + - $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 + - deletedDateTime + - deletedDateTime desc + - description + - description 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 + - deletedDateTime + - description + - displayName + - excludes + - includes + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - '*' + - excludes + - includes + type: string + responses: + '200': + description: Retrieved navigation property + content: + application/json: + schema: + title: Collection of permissionGrantPolicy + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.permissionGrantPolicy' + '@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: + - policies.permissionGrantPolicy + summary: Create new navigation property to permissionGrantPolicies for policies + operationId: policies_CreatePermissionGrantPolicies + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.permissionGrantPolicy' + required: true + responses: + '201': + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.permissionGrantPolicy' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/policies/permissionGrantPolicies/{permissionGrantPolicy-id}': + get: + tags: + - policies.permissionGrantPolicy + summary: Get permissionGrantPolicies from policies + operationId: policies_GetPermissionGrantPolicies + parameters: + - name: permissionGrantPolicy-id + in: path + description: 'key: id of permissionGrantPolicy' + required: true + schema: + type: string + x-ms-docs-key-type: permissionGrantPolicy + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - id + - deletedDateTime + - description + - displayName + - excludes + - includes + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - '*' + - excludes + - includes + type: string + responses: + '200': + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.permissionGrantPolicy' + links: + excludes: + operationId: policies.PermissionGrantPolicies.ListExcludes + parameters: + permissionGrantPolicy-id: $request.path.permissionGrantPolicy-id + includes: + operationId: policies.PermissionGrantPolicies.ListIncludes + parameters: + permissionGrantPolicy-id: $request.path.permissionGrantPolicy-id + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - policies.permissionGrantPolicy + summary: Update the navigation property permissionGrantPolicies in policies + operationId: policies_UpdatePermissionGrantPolicies + parameters: + - name: permissionGrantPolicy-id + in: path + description: 'key: id of permissionGrantPolicy' + required: true + schema: + type: string + x-ms-docs-key-type: permissionGrantPolicy + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.permissionGrantPolicy' + required: true + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - policies.permissionGrantPolicy + summary: Delete navigation property permissionGrantPolicies for policies + operationId: policies_DeletePermissionGrantPolicies + parameters: + - name: permissionGrantPolicy-id + in: path + description: 'key: id of permissionGrantPolicy' + required: true + schema: + type: string + x-ms-docs-key-type: permissionGrantPolicy + - name: If-Match in: header description: ETag schema: @@ -7144,20 +7676,245 @@ paths: summary: Get includes from policies operationId: policies.permissionGrantPolicies_GetIncludes parameters: - - name: permissionGrantPolicy-id - in: path - description: 'key: id of permissionGrantPolicy' - required: true - schema: - type: string - x-ms-docs-key-type: permissionGrantPolicy - - name: permissionGrantConditionSet-id + - name: permissionGrantPolicy-id + in: path + description: 'key: id of permissionGrantPolicy' + required: true + schema: + type: string + x-ms-docs-key-type: permissionGrantPolicy + - name: permissionGrantConditionSet-id + in: path + description: 'key: id of permissionGrantConditionSet' + required: true + schema: + type: string + x-ms-docs-key-type: permissionGrantConditionSet + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - id + - clientApplicationIds + - clientApplicationPublisherIds + - clientApplicationsFromVerifiedPublisherOnly + - clientApplicationTenantIds + - permissionClassification + - permissions + - permissionType + - resourceApplication + 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.permissionGrantConditionSet' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - policies.permissionGrantPolicy + summary: Update the navigation property includes in policies + operationId: policies.permissionGrantPolicies_UpdateIncludes + parameters: + - name: permissionGrantPolicy-id + in: path + description: 'key: id of permissionGrantPolicy' + required: true + schema: + type: string + x-ms-docs-key-type: permissionGrantPolicy + - name: permissionGrantConditionSet-id + in: path + description: 'key: id of permissionGrantConditionSet' + required: true + schema: + type: string + x-ms-docs-key-type: permissionGrantConditionSet + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.permissionGrantConditionSet' + required: true + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - policies.permissionGrantPolicy + summary: Delete navigation property includes for policies + operationId: policies.permissionGrantPolicies_DeleteIncludes + parameters: + - name: permissionGrantPolicy-id + in: path + description: 'key: id of permissionGrantPolicy' + required: true + schema: + type: string + x-ms-docs-key-type: permissionGrantPolicy + - name: permissionGrantConditionSet-id + in: path + description: 'key: id of permissionGrantConditionSet' + required: true + schema: + type: string + x-ms-docs-key-type: permissionGrantConditionSet + - 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 + /policies/privateLinkResourcePolicies: + get: + tags: + - policies.privateLinkResourcePolicy + summary: Get privateLinkResourcePolicies from policies + operationId: policies_ListPrivateLinkResourcePolicies + parameters: + - $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 + - allowedTenantIds + - allowedTenantIds desc + - displayName + - displayName desc + - externalPrivateLinkId + - externalPrivateLinkId 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 + - allowedTenantIds + - displayName + - externalPrivateLinkId + - privateEndpointConnections + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - '*' + - privateEndpointConnections + type: string + responses: + '200': + description: Retrieved navigation property + content: + application/json: + schema: + title: Collection of privateLinkResourcePolicy + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.privateLinkResourcePolicy' + '@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: + - policies.privateLinkResourcePolicy + summary: Create new navigation property to privateLinkResourcePolicies for policies + operationId: policies_CreatePrivateLinkResourcePolicies + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.privateLinkResourcePolicy' + required: true + responses: + '201': + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.privateLinkResourcePolicy' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/policies/privateLinkResourcePolicies/{privateLinkResourcePolicy-id}': + get: + tags: + - policies.privateLinkResourcePolicy + summary: Get privateLinkResourcePolicies from policies + operationId: policies_GetPrivateLinkResourcePolicies + parameters: + - name: privateLinkResourcePolicy-id in: path - description: 'key: id of permissionGrantConditionSet' + description: 'key: id of privateLinkResourcePolicy' required: true schema: type: string - x-ms-docs-key-type: permissionGrantConditionSet + x-ms-docs-key-type: privateLinkResourcePolicy - name: $select in: query description: Select properties to be returned @@ -7169,14 +7926,10 @@ paths: items: enum: - id - - clientApplicationIds - - clientApplicationPublisherIds - - clientApplicationsFromVerifiedPublisherOnly - - clientApplicationTenantIds - - permissionClassification - - permissions - - permissionType - - resourceApplication + - allowedTenantIds + - displayName + - externalPrivateLinkId + - privateEndpointConnections type: string - name: $expand in: query @@ -7189,6 +7942,7 @@ paths: items: enum: - '*' + - privateEndpointConnections type: string responses: '200': @@ -7196,36 +7950,34 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.permissionGrantConditionSet' + $ref: '#/components/schemas/microsoft.graph.privateLinkResourcePolicy' + links: + privateEndpointConnections: + operationId: policies.PrivateLinkResourcePolicies.ListPrivateEndpointConnections + parameters: + privateLinkResourcePolicy-id: $request.path.privateLinkResourcePolicy-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - - policies.permissionGrantPolicy - summary: Update the navigation property includes in policies - operationId: policies.permissionGrantPolicies_UpdateIncludes + - policies.privateLinkResourcePolicy + summary: Update the navigation property privateLinkResourcePolicies in policies + operationId: policies_UpdatePrivateLinkResourcePolicies parameters: - - name: permissionGrantPolicy-id - in: path - description: 'key: id of permissionGrantPolicy' - required: true - schema: - type: string - x-ms-docs-key-type: permissionGrantPolicy - - name: permissionGrantConditionSet-id + - name: privateLinkResourcePolicy-id in: path - description: 'key: id of permissionGrantConditionSet' + description: 'key: id of privateLinkResourcePolicy' required: true schema: type: string - x-ms-docs-key-type: permissionGrantConditionSet + x-ms-docs-key-type: privateLinkResourcePolicy requestBody: description: New navigation property values content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.permissionGrantConditionSet' + $ref: '#/components/schemas/microsoft.graph.privateLinkResourcePolicy' required: true responses: '204': @@ -7235,24 +7987,17 @@ paths: x-ms-docs-operation-type: operation delete: tags: - - policies.permissionGrantPolicy - summary: Delete navigation property includes for policies - operationId: policies.permissionGrantPolicies_DeleteIncludes + - policies.privateLinkResourcePolicy + summary: Delete navigation property privateLinkResourcePolicies for policies + operationId: policies_DeletePrivateLinkResourcePolicies parameters: - - name: permissionGrantPolicy-id - in: path - description: 'key: id of permissionGrantPolicy' - required: true - schema: - type: string - x-ms-docs-key-type: permissionGrantPolicy - - name: permissionGrantConditionSet-id + - name: privateLinkResourcePolicy-id in: path - description: 'key: id of permissionGrantConditionSet' + description: 'key: id of privateLinkResourcePolicy' required: true schema: type: string - x-ms-docs-key-type: permissionGrantConditionSet + x-ms-docs-key-type: privateLinkResourcePolicy - name: If-Match in: header description: ETag @@ -7264,13 +8009,20 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - /policies/privateLinkResourcePolicies: + '/policies/privateLinkResourcePolicies/{privateLinkResourcePolicy-id}/privateEndpointConnections': get: tags: - policies.privateLinkResourcePolicy - summary: Get privateLinkResourcePolicies from policies - operationId: policies_ListPrivateLinkResourcePolicies + summary: Get privateEndpointConnections from policies + operationId: policies.privateLinkResourcePolicies_ListPrivateEndpointConnections parameters: + - name: privateLinkResourcePolicy-id + in: path + description: 'key: id of privateLinkResourcePolicy' + required: true + schema: + type: string + x-ms-docs-key-type: privateLinkResourcePolicy - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' @@ -7288,10 +8040,10 @@ paths: enum: - id - id desc - - externalPrivateLinkId - - externalPrivateLinkId desc - - tenantApprovals - - tenantApprovals desc + - externalPrivateEndpointId + - externalPrivateEndpointId desc + - privateLinkIds + - privateLinkIds desc type: string - name: $select in: query @@ -7304,8 +8056,8 @@ paths: items: enum: - id - - externalPrivateLinkId - - tenantApprovals + - externalPrivateEndpointId + - privateLinkIds type: string - name: $expand in: query @@ -7325,13 +8077,13 @@ paths: content: application/json: schema: - title: Collection of privateLinkResourcePolicy + title: Collection of privateEndpointConnection type: object properties: value: type: array items: - $ref: '#/components/schemas/microsoft.graph.privateLinkResourcePolicy' + $ref: '#/components/schemas/microsoft.graph.privateEndpointConnection' '@odata.nextLink': type: string additionalProperties: @@ -7345,14 +8097,22 @@ paths: post: tags: - policies.privateLinkResourcePolicy - summary: Create new navigation property to privateLinkResourcePolicies for policies - operationId: policies_CreatePrivateLinkResourcePolicies + summary: Create new navigation property to privateEndpointConnections for policies + operationId: policies.privateLinkResourcePolicies_CreatePrivateEndpointConnections + parameters: + - name: privateLinkResourcePolicy-id + in: path + description: 'key: id of privateLinkResourcePolicy' + required: true + schema: + type: string + x-ms-docs-key-type: privateLinkResourcePolicy requestBody: description: New navigation property content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.privateLinkResourcePolicy' + $ref: '#/components/schemas/microsoft.graph.privateEndpointConnection' required: true responses: '201': @@ -7360,16 +8120,16 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.privateLinkResourcePolicy' + $ref: '#/components/schemas/microsoft.graph.privateEndpointConnection' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/policies/privateLinkResourcePolicies/{privateLinkResourcePolicy-id}': + '/policies/privateLinkResourcePolicies/{privateLinkResourcePolicy-id}/privateEndpointConnections/{privateEndpointConnection-id}': get: tags: - policies.privateLinkResourcePolicy - summary: Get privateLinkResourcePolicies from policies - operationId: policies_GetPrivateLinkResourcePolicies + summary: Get privateEndpointConnections from policies + operationId: policies.privateLinkResourcePolicies_GetPrivateEndpointConnections parameters: - name: privateLinkResourcePolicy-id in: path @@ -7378,6 +8138,13 @@ paths: schema: type: string x-ms-docs-key-type: privateLinkResourcePolicy + - name: privateEndpointConnection-id + in: path + description: 'key: id of privateEndpointConnection' + required: true + schema: + type: string + x-ms-docs-key-type: privateEndpointConnection - name: $select in: query description: Select properties to be returned @@ -7389,8 +8156,8 @@ paths: items: enum: - id - - externalPrivateLinkId - - tenantApprovals + - externalPrivateEndpointId + - privateLinkIds type: string - name: $expand in: query @@ -7410,15 +8177,15 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.privateLinkResourcePolicy' + $ref: '#/components/schemas/microsoft.graph.privateEndpointConnection' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - policies.privateLinkResourcePolicy - summary: Update the navigation property privateLinkResourcePolicies in policies - operationId: policies_UpdatePrivateLinkResourcePolicies + summary: Update the navigation property privateEndpointConnections in policies + operationId: policies.privateLinkResourcePolicies_UpdatePrivateEndpointConnections parameters: - name: privateLinkResourcePolicy-id in: path @@ -7427,12 +8194,19 @@ paths: schema: type: string x-ms-docs-key-type: privateLinkResourcePolicy + - name: privateEndpointConnection-id + in: path + description: 'key: id of privateEndpointConnection' + required: true + schema: + type: string + x-ms-docs-key-type: privateEndpointConnection requestBody: description: New navigation property values content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.privateLinkResourcePolicy' + $ref: '#/components/schemas/microsoft.graph.privateEndpointConnection' required: true responses: '204': @@ -7443,8 +8217,8 @@ paths: delete: tags: - policies.privateLinkResourcePolicy - summary: Delete navigation property privateLinkResourcePolicies for policies - operationId: policies_DeletePrivateLinkResourcePolicies + summary: Delete navigation property privateEndpointConnections for policies + operationId: policies.privateLinkResourcePolicies_DeletePrivateEndpointConnections parameters: - name: privateLinkResourcePolicy-id in: path @@ -7453,6 +8227,13 @@ paths: schema: type: string x-ms-docs-key-type: privateLinkResourcePolicy + - name: privateEndpointConnection-id + in: path + description: 'key: id of privateEndpointConnection' + required: true + schema: + type: string + x-ms-docs-key-type: privateEndpointConnection - name: If-Match in: header description: ETag @@ -13893,7 +14674,7 @@ components: 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: 'Represents when the request for this data policy operation was completed, in UTC time, using the ISO 8601 format. For example, midnight UTC on Jan 1, 2014 would look like this: ''2014-01-01T00:00:00Z''. Null until the operation completes.' + description: 'Represents when the request for this data policy operation was completed, in UTC time, using the ISO 8601 format. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Null until the operation completes.' format: date-time nullable: true progress: @@ -13909,7 +14690,7 @@ components: submittedDateTime: 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 when the request for this data operation was submitted, in UTC time, using the ISO 8601 format. For example, midnight UTC on Jan 1, 2014 would look like this: ''2014-01-01T00:00:00Z''' + description: 'Represents when the request for this data operation was submitted, in UTC time, using the ISO 8601 format. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z' format: date-time userId: type: string @@ -13962,7 +14743,7 @@ components: 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 creation date and time of the location 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.' + description: 'The Timestamp type represents creation date and time of the location using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.' format: date-time nullable: true displayName: @@ -13971,7 +14752,7 @@ components: modifiedDateTime: 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 last modified date and time of the location 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.' + description: 'The Timestamp type represents last modified date and time of the location using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.' format: date-time nullable: true additionalProperties: @@ -13987,7 +14768,7 @@ components: 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''. Readonly.' + 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 is 2014-01-01T00:00:00Z. Readonly.' format: date-time nullable: true description: @@ -14002,7 +14783,7 @@ components: modifiedDateTime: 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''. Readonly.' + 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 is 2014-01-01T00:00:00Z. Readonly.' format: date-time nullable: true sessionControls: @@ -14032,19 +14813,19 @@ components: properties: clientId: type: string - description: The client ID for the application obtained when registering the application with the identity provider. This is a required field. + description: The client ID for the application obtained when registering the application with the identity provider. This is a required field. Required. Not nullable. nullable: true clientSecret: type: string - description: The client secret for the application obtained when registering the application with the identity provider. This is write-only. A read operation will return '****'. This is a required field. + description: The client secret for the application obtained when registering the application with the identity provider. This is write-only. A read operation will return ****. This is a required field. Required. Not nullable. nullable: true name: type: string - description: The display name of the identity provider. + description: The display name of the identity provider. Not nullable. nullable: true type: type: string - description: The identity provider type is a required field.For B2B scenario:GoogleFacebookFor B2C scenario:MicrosoftGoogleAmazonLinkedInFacebookGitHubTwitterWeiboQQWeChatOpenIDConnect + description: 'The identity provider type is a required field. For B2B scenario: Google, Facebook. For B2C scenario: Microsoft, Google, Amazon, LinkedIn, Facebook, GitHub, Twitter, Weibo,QQ, WeChat, OpenIDConnect. Not nullable.' nullable: true additionalProperties: type: object @@ -14131,6 +14912,30 @@ components: $ref: '#/components/schemas/microsoft.graph.dlpPoliciesJobResult' additionalProperties: type: object + microsoft.graph.bufferDecryptionResult: + title: bufferDecryptionResult + type: object + properties: + decryptedBuffer: + type: string + format: base64url + nullable: true + additionalProperties: + type: object + microsoft.graph.bufferEncryptionResult: + title: bufferEncryptionResult + type: object + properties: + encryptedBuffer: + type: string + format: base64url + nullable: true + publishingLicense: + type: string + format: base64url + nullable: true + additionalProperties: + type: object microsoft.graph.informationProtectionPolicy: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -14267,7 +15072,7 @@ components: 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 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true label: @@ -14405,7 +15210,7 @@ components: 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''.' + 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 is 2014-01-01T00:00:00Z.' format: date-time nullable: true expectedAssessment: @@ -14430,7 +15235,7 @@ components: 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''.' + 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 is 2014-01-01T00:00:00Z.' format: date-time nullable: true message: @@ -14453,20 +15258,20 @@ components: nullable: true invitedUserEmailAddress: type: string - description: 'The email address of the user being invited. Required. The following special characters are not permitted in the email address:Tilde (~)Exclamation point (!)At sign (@)Number sign (#)Dollar sign ($)Percent (%)Circumflex (^)Ampersand (&)Asterisk (*)Parentheses (( ))Hyphen (-)Plus sign (+)Equal sign (=)Brackets ([ ])Braces ({ })Backslash (/)Slash mark (/)Pipe (`' + description: 'The email address of the user being invited. Required. The following special characters are not permitted in the email address:Tilde (~)Exclamation point (!)Number sign (#)Dollar sign ($)Percent (%)Circumflex (^)Ampersand (&)Asterisk (*)Parentheses (( ))Plus sign (+)Equal sign (=)Brackets ([ ])Braces ({ })Backslash (/)Slash mark (/)Pipe (/|)Semicolon (;)Colon (:)Quotation marks ('')Angle brackets (< >)Question mark (?)Comma (,)However, the following exceptions apply:A period (.) or a hyphen (-) is permitted anywhere in the user name, except at the beginning or end of the name.An underscore (_) is permitted anywhere in the user name. This includes at the beginning or end of the name.' invitedUserMessageInfo: $ref: '#/components/schemas/microsoft.graph.invitedUserMessageInfo' invitedUserType: type: string - description: 'The userType of the user being invited. By default, this is Guest. You can invite as Member if you''re are company administrator.' + description: 'The userType of the user being invited. By default, this is Guest. You can invite as Member if you are a company administrator.' nullable: true inviteRedeemUrl: type: string - description: The URL the user can use to redeem their invitation. Read-only. + description: The URL the user can use to redeem their invitation. Read-only nullable: true inviteRedirectUrl: type: string - description: The URL user should be redirected to once the invitation is redeemed. Required. + description: The URL the user should be redirected to once the invitation is redeemed. Required. resetRedemption: type: boolean nullable: true @@ -14476,7 +15281,7 @@ components: nullable: true status: type: string - description: 'The status of the invitation. Possible values: PendingAcceptance, Completed, InProgress, and Error' + description: 'The status of the invitation. Possible values are: PendingAcceptance, Completed, InProgress, and Error' nullable: true invitedUser: $ref: '#/components/schemas/microsoft.graph.user' @@ -14492,56 +15297,56 @@ components: $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. Returned only on $select. Supports $filter.' + 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. Returned only on $select.' + 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. Returned only on $select. Not nullable. + description: The licenses that are assigned to the user. Returned only on $select. Not nullable. Supports $filter. assignedPlans: type: array items: $ref: '#/components/schemas/microsoft.graph.assignedPlan' - description: The plans that are assigned to the user. Returned only on $select. Read-only. Not nullable. + 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. Only one number can be set for this property. Returned by default. Read-only for users synced from on-premises directory. + description: 'The telephone numbers for the user. NOTE: Although this is a string collection, only one number can be set for this property. Read-only for users synced from on-premises directory. Returned by default.' city: type: string - description: The city in which the user is located. Returned only on $select. Supports $filter. + 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. + 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 characters.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. Returned only on $select.' + 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''. Returned only on $select. Supports $filter.' + 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 date and time the user was created. The value cannot be modified and is automatically populated when the entity is created. The DateTimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. Property is nullable. A null value indicates that an accurate creation time couldn't be determined for the user. Returned only on $select. Read-only. Supports $filter. + 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). Returned only on $select. Read-only.' + 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. Returned only on $select. Supports $filter. + description: The name for the department in which the user works. Supports $filter. nullable: true deviceKeys: type: array @@ -14549,7 +15354,7 @@ components: $ref: '#/components/schemas/microsoft.graph.deviceKey' displayName: type: string - description: 'The name displayed in the address book for the user. This value 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. Returned by default. Supports $filter and $orderby.' + 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. Returned by default. 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])$' @@ -14577,7 +15382,7 @@ components: nullable: true faxNumber: type: string - description: The fax number of the user. Returned only on $select. + description: The fax number of the user. nullable: true givenName: type: string @@ -14587,7 +15392,7 @@ components: 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. Returned only on $select. Supports $filter.' + 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: @@ -14610,29 +15415,29 @@ components: 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 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 is ''2014-01-01T00:00:00Z'' Returned only on $select. Read-only.' + 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 is 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. Returned only on $select.' + 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. Returned only on $select. Read-only. + 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''. Returned by default. Supports $filter and endsWith.' nullable: true mailNickname: type: string - description: The mail alias for the user. This property must be specified when a user is created. Returned only on $select. Supports $filter. + 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. Returned by default. Read-only for users synced from on-premises directory. + description: The primary cellular telephone number for the user. Read-only for users synced from on-premises directory. Returned by default. nullable: true officeLocation: type: string @@ -14640,59 +15445,59 @@ components: 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. Returned only on $select. Read-only. + 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. Returned only on $select. Read-only.' + 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. Returned only on $select. Supports $filter.' + 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 is ''2014-01-01T00:00:00Z''. Returned only on $select. Read-only.' + 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 is 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. Returned only on $select. + 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. Returned only on $select. Read-only. + 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. Returned only on $select. Read-only. + 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). Returned only on $select. Read-only. + 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. Returned only on $select. Read-only. + 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''].Returned only on $select. Supports$filter.' + 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''.Returned only on $select.' + 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. Returned only on $select.' + 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 @@ -14706,35 +15511,35 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.provisionedPlan' - description: The plans that are provisioned for the user. Returned only on $select. Read-only. Not nullable. + 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. Returned only on $select. Read-only, Not nullable. Supports $filter.' + 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. Use invalidateAllRefreshTokens to reset.' + 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. Returned only on $select.' + 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. Returned only on $select. Read-only. Use revokeSignInSessions to reset.' + 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. Returned only on $select. Supports $filter. + 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. Returned only on $select. + description: The street address of the user's place of business. nullable: true surname: type: string @@ -14742,7 +15547,7 @@ components: 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. Returned only on $select. Supports $filter.' + 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 @@ -14750,7 +15555,7 @@ components: 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''. Returned only on $select. Supports $filter.' + 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' @@ -14762,56 +15567,56 @@ components: format: int32 aboutMe: type: string - description: A freeform text entry field for the user to describe themselves. Returned only on $select. + 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 is ''2014-01-01T00:00:00Z'' Returned only on $select.' + 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 is 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 is ''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.' + 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 is 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. Returned only on $select. + description: A list for the user to describe their interests. mySite: type: string - description: The URL for the user's personal site. Returned only on $select. + 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. Returned only on $select. + description: A list for the user to enumerate their past projects. preferredName: type: string - description: The preferred name for the user. Returned only on $select. + 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. Returned only on $select. + 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. Returned only on $select. + 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. Returned only on $select. + description: A list for the user to enumerate their skills. analytics: $ref: '#/components/schemas/microsoft.graph.userAnalytics' usageRights: @@ -14846,7 +15651,11 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.directoryObject' - description: 'The groups, directory roles and administrative units that the user is a member of. Read-only. Nullable.' + description: The groups and directory roles that the user is a member of. Read-only. Nullable. + oauth2PermissionGrants: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.oAuth2PermissionGrant' ownedDevices: type: array items: @@ -14902,7 +15711,7 @@ components: 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. + 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: @@ -14926,7 +15735,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.person' - description: 'Read-only. The most relevant people to the user. The collection is ordered by their relevance to the user, which is determined by the user''s communication, collaboration and business relationships. A person is an aggregation of information from across mail, contacts and social networks.' + description: People that are relevant to the user. Read-only. Nullable. drive: $ref: '#/components/schemas/microsoft.graph.drive' drives: @@ -14942,7 +15751,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.extension' - description: The collection of open extensions defined for the user. Nullable. + description: The collection of open extensions defined for the user. Read-only. Nullable. appConsentRequestsForApproval: type: array items: @@ -15143,6 +15952,10 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.tokenLifetimePolicy' + featureRolloutPolicies: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.featureRolloutPolicy' adminConsentRequestPolicy: $ref: '#/components/schemas/microsoft.graph.adminConsentRequestPolicy' directoryRoleAccessReviewPolicy: @@ -15179,23 +15992,29 @@ components: properties: isEnabled: type: boolean + description: Specifies whether the admin consent request feature is enabled or disabled. Required. notifyReviewers: type: boolean + description: Specifies whether reviewers will receive notifications. Required. remindersEnabled: type: boolean + description: Specifies whether reviewers will receive reminder emails. Required. requestDurationInDays: maximum: 2147483647 minimum: -2147483648 type: integer + description: Specifies the duration the request is active before it automatically expires if no decision is applied. format: int32 reviewers: type: array items: - $ref: '#/components/schemas/microsoft.graph.accessReviewScope' + $ref: '#/components/schemas/microsoft.graph.accessReviewReviewerScope' + description: The list of reviewers for the admin consent. Required. version: maximum: 2147483647 minimum: -2147483648 type: integer + description: 'Specifies the version of this policy. When the policy is updated, this version is updated. Read-only.' format: int32 additionalProperties: type: object @@ -15281,7 +16100,7 @@ components: guestUserRoleId: 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: 'Represents role templateId for the role that should be granted to guest user. Refer to List unifiedRoleDefinitions to find the list of available role templates. Currently following roles are supported: User (a0b1b346-4d3e-4e8b-98f8-753987be4970), Guest User (10dae51f-b6af-4016-8d66-8c2a99b929b3), and Restricted Guest User (2af84b1e-32c8-42b7-82bc-daa82404023b).' + description: 'Represents role templateId for the role that should be granted to guest user. Refer to List unifiedRoleDefinitions to find the list of available role templates. Currently following roles are supported: User (a0b1b346-4d3e-4e8b-98f8-753987be4970), Guest User (10dae51f-b6af-4016-8d66-8c2a99b929b3), and Restricted Guest User (2af84b1e-32c8-42b7-82bc-daa82404023b).' format: uuid nullable: true permissionGrantPolicyIdsAssignedToDefaultUserRole: @@ -15327,6 +16146,48 @@ components: $ref: '#/components/schemas/microsoft.graph.accessReviewScheduleSettings' additionalProperties: type: object + microsoft.graph.featureRolloutPolicy: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: featureRolloutPolicy + type: object + properties: + description: + type: string + description: A description for this feature rollout policy. + nullable: true + displayName: + type: string + description: The display name for this feature rollout policy. + feature: + $ref: '#/components/schemas/microsoft.graph.stagedFeatureName' + isAppliedToOrganization: + type: boolean + description: Indicates whether this feature rollout policy should be applied to the entire organization. + isEnabled: + type: boolean + description: Indicates whether the feature rollout is enabled. + appliesTo: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.directoryObject' + description: Nullable. Specifies a list of directoryObjects that feature is enabled for. + additionalProperties: + type: object + 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.homeRealmDiscoveryPolicy: allOf: - $ref: '#/components/schemas/microsoft.graph.stsPolicy' @@ -15377,13 +16238,13 @@ components: items: type: string nullable: true - description: 'A list of appId values for the client applications to match with, or a list with the single value ''all'' to match any client application. Default is the single value ''all''.' + description: 'A list of appId values for the client applications to match with, or a list with the single value all to match any client application. Default is the single value all.' clientApplicationPublisherIds: type: array items: type: string nullable: true - description: 'A list of Microsoft Partner Network (MPN) IDs for verified publishers of the client application, or a list with the single value ''all'' to match with client apps from any publisher. Default is the single value ''all''.' + description: 'A list of Microsoft Partner Network (MPN) IDs for verified publishers of the client application, or a list with the single value all to match with client apps from any publisher. Default is the single value all.' clientApplicationsFromVerifiedPublisherOnly: type: boolean description: 'Set to true to only match on client applications with a verified publisher. Set to false to match on any client app, even if it does not have a verified publisher. Default is false.' @@ -15393,17 +16254,17 @@ components: items: type: string nullable: true - description: 'A list of Azure Active Directory tenant IDs in which the client application is registered, or a list with the single value ''all'' to match with client apps registered in any tenant. Default is the single value ''all''.' + description: 'A list of Azure Active Directory tenant IDs in which the client application is registered, or a list with the single value all to match with client apps registered in any tenant. Default is the single value all.' permissionClassification: type: string - description: 'The permission classification for the permission being granted, or ''all'' to match with any permission classification (including permissions which are not classified). Default is all.' + description: 'The permission classification for the permission being granted, or all to match with any permission classification (including permissions which are not classified). Default is all.' nullable: true permissions: type: array items: type: string nullable: true - description: 'The list of id values for the specific permissions to match with, or a list with the single value ''all'' to match with any permission. The id of delegated permissions can be found in the publishedPermissionScopes property of the API''s **servicePrincipal** object. The id of application permissions can be found in the appRoles property of the API''s **servicePrincipal** object. The id of resource-specific application permissions can be found in the resourceSpecificApplicationPermissions property of the API''s **servicePrincipal** object. Default is the single value ''all''.' + description: 'The list of id values for the specific permissions to match with, or a list with the single value all to match with any permission. The id of delegated permissions can be found in the oauth2PermissionScopes property of the API''s **servicePrincipal** object. The id of application permissions can be found in the appRoles property of the API''s **servicePrincipal** object. The id of resource-specific application permissions can be found in the resourceSpecificApplicationPermissions property of the API''s **servicePrincipal** object. Default is the single value all.' permissionType: $ref: '#/components/schemas/microsoft.graph.permissionType' resourceApplication: @@ -15418,12 +16279,33 @@ components: - title: privateLinkResourcePolicy type: object properties: + allowedTenantIds: + type: array + items: + type: string + displayName: + type: string externalPrivateLinkId: type: string - tenantApprovals: + privateEndpointConnections: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.privateEndpointConnection' + additionalProperties: + type: object + microsoft.graph.privateEndpointConnection: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: privateEndpointConnection + type: object + properties: + externalPrivateEndpointId: + type: string + privateLinkIds: type: array items: - $ref: '#/components/schemas/microsoft.graph.tenantApprovals' + type: integer + format: int64 additionalProperties: type: object microsoft.graph.unifiedRoleManagementPolicy: @@ -15516,7 +16398,7 @@ components: 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: Date and time that the risky activity occurred. + description: 'Date and time that the risky activity occurred. 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 is look like this: 2014-01-01T00:00:00Z' format: date-time nullable: true additionalInfo: @@ -15530,7 +16412,7 @@ components: detectedDateTime: 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 that the risk was detected. + description: 'Date and time that the risk was detected. 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 is look like this: 2014-01-01T00:00:00Z' format: date-time nullable: true detectionTimingType: @@ -15542,7 +16424,7 @@ components: 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: Date and time that the risk detection was last updated. + description: 'Date and time that the risk detection was last updated. 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 is look like this: 2014-01-01T00:00:00Z' format: date-time nullable: true location: @@ -15555,7 +16437,7 @@ components: $ref: '#/components/schemas/microsoft.graph.riskDetail' riskEventType: type: string - description: 'The type of risk event detected. The possible values are unlikelyTravel, anonymizedIPAddress, maliciousIPAddress, unfamiliarFeatures, malwareInfectedIPAddress, suspiciousIPAddress, leakedCredentials, investigationsThreatIntelligence, genericadminConfirmedUserCompromised, mcasImpossibleTravel, mcasSuspiciousInboxManipulationRules, investigationsThreatIntelligenceSigninLinked, maliciousIPAddressValidCredentialsBlockedIP, and unknownFutureValue.' + description: 'The type of risk event detected. The possible values are unlikelyTravel, anonymizedIPAddress, maliciousIPAddress, unfamiliarFeatures, malwareInfectedIPAddress, suspiciousIPAddress, leakedCredentials, investigationsThreatIntelligence, generic,adminConfirmedUserCompromised, mcasImpossibleTravel, mcasSuspiciousInboxManipulationRules, investigationsThreatIntelligenceSigninLinked, maliciousIPAddressValidCredentialsBlockedIP, and unknownFutureValue. If the risk detection is a premium detection, will show generic' nullable: true riskLevel: $ref: '#/components/schemas/microsoft.graph.riskLevel' @@ -15565,13 +16447,13 @@ components: $ref: '#/components/schemas/microsoft.graph.riskEventType' source: type: string - description: 'Source of the risk detection. For example, ''activeDirectory''.' + description: 'Source of the risk detection. For example, activeDirectory.' nullable: true tokenIssuerType: $ref: '#/components/schemas/microsoft.graph.tokenIssuerType' userDisplayName: type: string - description: Name of the user. + description: The user principal name (UPN) of the user. nullable: true userId: type: string @@ -15602,7 +16484,7 @@ components: riskLastUpdatedDateTime: 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 risky user was last updated + description: 'The date and time that the risky user was last updated. 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 nullable: true riskLevel: @@ -15704,7 +16586,7 @@ components: nullable: true kty: type: string - description: 'The ''kty'' (key type) parameter identifies the cryptographic algorithm family used with the key, The valid values are rsa, oct.' + description: 'The kty (key type) parameter identifies the cryptographic algorithm family used with the key, The valid values are rsa, oct.' nullable: true n: type: string @@ -15729,17 +16611,17 @@ components: nullable: true use: type: string - description: The 'use' (public key use) parameter identifies the intended use of the public key. The 'use' parameter is employed to indicate whether a public key is used for encrypting data or verifying the signature on data. Possible values are 1. 'sig' (signature) 2. 'enc' (encryption) + description: 'The use (public key use) parameter identifies the intended use of the public key. The use parameter is employed to indicate whether a public key is used for encrypting data or verifying the signature on data. Possible values are: sig (signature), enc (encryption)' nullable: true x5c: type: array items: type: string nullable: true - description: The 'x5c' (X.509 certificate chain) parameter contains a chain of one or more PKIX certificates RFC 5280. + description: The x5c (X.509 certificate chain) parameter contains a chain of one or more PKIX certificates RFC 5280. x5t: type: string - description: The 'x5t' (X.509 certificate SHA-1 thumbprint) parameter is a base64url-encoded SHA-1 thumbprint (a.k.a. digest) of the DER encoding of an X.509 certificate RFC 5280. + description: The x5t (X.509 certificate SHA-1 thumbprint) parameter is a base64url-encoded SHA-1 thumbprint (a.k.a. digest) of the DER encoding of an X.509 certificate RFC 5280. nullable: true additionalProperties: type: object @@ -15831,6 +16713,7 @@ components: 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 when this key was registered to the user. format: date-time nullable: true creationDateTime: @@ -15892,7 +16775,7 @@ components: properties: accountEnabled: type: boolean - description: 'true if the account is enabled; otherwise, false. default is true.' + description: 'true if the account is enabled; otherwise, false. Required.' nullable: true alternativeSecurityIds: type: array @@ -15902,13 +16785,13 @@ components: 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.' + 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 is 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.' + 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 is 2014-01-01T00:00:00Z. Read-only.' format: date-time nullable: true deviceCategory: @@ -15957,6 +16840,7 @@ components: items: type: string nullable: true + description: List of hostNames for the device. 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.' @@ -15976,7 +16860,7 @@ components: 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.' + 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 is 2014-01-01T00:00:00Z Read-only.' format: date-time nullable: true onPremisesSyncEnabled: @@ -15989,7 +16873,7 @@ components: nullable: true operatingSystemVersion: type: string - description: Operating system version of the device. Required. + description: The version of the operating system on the device. Required. nullable: true physicalIds: type: array @@ -15998,12 +16882,12 @@ components: description: For internal use only. Not nullable. profileType: type: string - description: The profile type of the device. Possible values:RegisteredDevice (default)SecureVMPrinterSharedIoT + description: 'The profile type of the device. Possible values: RegisteredDevice (default), SecureVM, Printer, Shared, IoT.' 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 - description: 'Date and time of when the device was registered. 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.' + description: 'Date and time of when the device was registered. 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 is 2014-01-01T00:00:00Z. Read-only.' format: date-time nullable: true systemLabels: @@ -16013,10 +16897,11 @@ components: 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' + description: 'Type of trust for the joined device. Read-only. Possible values: Workplace (indicates bring your own personal devices), AzureAd (Cloud only joined devices), ServerAd (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 + description: Form factor of device. Only returned if user signs in with a Microsoft account as part of Project Rome. nullable: true manufacturer: type: string @@ -16028,12 +16913,15 @@ components: nullable: true name: type: string + description: Friendly name of a device. Only returned if user signs in with a Microsoft account as part of Project Rome. nullable: true platform: type: string + description: Platform of device. Only returned if user signs in with a Microsoft account as part of Project Rome. Only returned if user signs in with a Microsoft account as part of Project Rome. nullable: true status: type: string + description: Device is online or offline. Only returned if user signs in with a Microsoft account as part of Project Rome. nullable: true usageRights: type: array @@ -16136,7 +17024,7 @@ components: 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 date and time when this password was last updated. This property is currently not populated. Read-only. 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''' + description: 'The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true password: @@ -16256,7 +17144,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.conditionalAccessClientApp' - description: 'Client application types included in the policy. Possible values are: all, browser, mobileAppsAndDesktopClients, exchangeActiveSync, easSupported, other.' + description: 'Client application types included in the policy. Possible values are: all, browser, mobileAppsAndDesktopClients, exchangeActiveSync, easSupported, other. Required.' devices: $ref: '#/components/schemas/microsoft.graph.conditionalAccessDevices' deviceStates: @@ -16269,12 +17157,12 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.riskLevel' - description: 'Sign-in risk levels included in the policy. Possible values are: low, medium, high, none.' + description: 'Sign-in risk levels included in the policy. Possible values are: low, medium, high, hidden, none, unknownFutureValue. Required.' userRiskLevels: type: array items: $ref: '#/components/schemas/microsoft.graph.riskLevel' - description: 'User risk levels included in the policy. Possible values are: low, medium, high, none.' + description: 'User risk levels included in the policy. Possible values are: low, medium, high, hidden, none, unknownFutureValue. Required.' users: $ref: '#/components/schemas/microsoft.graph.conditionalAccessUsers' additionalProperties: @@ -16287,12 +17175,12 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.conditionalAccessGrantControl' - description: 'List of values of built-in controls required by the policy. Possible values: block, mfa, compliantDevice, domainJoinedDevice, approvedApplication, compliantApplication, passwordChange.' + description: 'List of values of built-in controls required by the policy. Possible values: block, mfa, compliantDevice, domainJoinedDevice, approvedApplication, compliantApplication, passwordChange, unknownFutureValue.' customAuthenticationFactors: type: array items: type: string - description: 'List of custom controls IDs required by the policy. Learn more about custom controls here: https://docs.microsoft.com/azure/active-directory/conditional-access/controls#custom-controls-preview' + description: 'List of custom controls IDs required by the policy. For more information, see Custom controls.' operator: type: string description: 'Defines the relationship of the grant controls. Possible values: AND, OR.' @@ -16628,20 +17516,6 @@ components: nullable: true additionalProperties: type: object - 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.signInActivity: title: signInActivity type: object @@ -16649,7 +17523,7 @@ components: 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 - description: 'The last sign-in date for a specific user. You can use this field to calculate the last time a user signed in to the directory. This field can be used to build reports, such as inactive users. 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''. For more information about using the value of this property, see Manage inactive user accounts in Azure AD.' + description: 'The last interactive sign-in date for a specific user. You can use this field to calculate the last time a user signed in to the directory with an interactive authentication method. This field can be used to build reports, such as inactive users. 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 is: ''2014-01-01T00:00:00Z''. For more information about using the value of this property, see Manage inactive user accounts in Azure AD.' format: date-time nullable: true lastSignInRequestId: @@ -16684,12 +17558,12 @@ components: 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''' + description: 'The date and time at which the plan was assigned. 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 is 2014-01-01T00:00:00Z.' format: date-time nullable: true capabilityStatus: type: string - description: 'Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut.' + description: 'Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. See a detailed description of each value.' nullable: true service: type: string @@ -16881,7 +17755,7 @@ components: properties: forceChangePasswordNextSignIn: type: boolean - description: 'If true, at next sign-in, the user must change their password. After a password change, this property will be automatically reset to false. If not set, default is false.' + description: true if the user must change her password on the next login; otherwise false. nullable: true forceChangePasswordNextSignInWithMfa: type: boolean @@ -16917,7 +17791,7 @@ components: properties: archiveFolder: type: string - description: Folder ID of an archive folder for the user. Read only. + description: Folder ID of an archive folder for the user. nullable: true automaticRepliesSetting: $ref: '#/components/schemas/microsoft.graph.automaticRepliesSetting' @@ -16985,12 +17859,12 @@ components: 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.' + 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.' 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.' + 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 is 2014-01-01T00:00:00Z. Read-only.' format: date-time nullable: true principalDisplayName: @@ -17000,16 +17874,16 @@ components: 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.' + description: 'The unique identifier (id) for the user, group or service principal being granted the app role. Required on create.' 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.' + description: 'The type of the assigned principal. This can either be User, Group or ServicePrincipal. Read-only.' 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. + description: The display name of the resource app's service principal to which the assignment is made. 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}$' @@ -17075,15 +17949,15 @@ components: 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, through an Outlook client or the corresponding calendarPermission resource. Read-only.' + 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. Read-only.' + 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. This property is set through an Outlook client or the corresponding calendarPermission resource. Read-only.' + description: 'true if the user can read calendar items that have been marked private, false otherwise.' nullable: true changeKey: type: string @@ -17095,11 +17969,11 @@ components: $ref: '#/components/schemas/microsoft.graph.onlineMeetingProviderType' hexColor: type: string - description: 'The calendar color, expressed in a hex color code of three hexidecimal values, each ranging from 00 to FF and representing the red, green, or blue components of the color in the RGB color space. If the user has never explicitly set a color for the calendar, this property is empty.' + description: 'The calendar color, expressed in a hex color code of three hexadecimal values, each ranging from 00 to FF and representing the red, green, or blue components of the color in the RGB color space. If the user has never explicitly set a color for the calendar, this property is empty. Read-only.' nullable: true isDefaultCalendar: type: boolean - description: 'True if this is the default calendar where new events are created by default, false otherwise.' + description: 'true if this is the default calendar where new events are created by default, false otherwise.' nullable: true isRemovable: type: boolean @@ -17107,11 +17981,11 @@ components: nullable: true isShared: type: boolean - description: 'True if the user has shared the calendar with other users, false otherwise. Since only the user who created the calendar can share it, isShared and isSharedWithMe cannot be true for the same user. This property is set when sharing is initiated in an Outlook client, and can be reset when the sharing is cancelled through the client or the corresponding calendarPermission resource. Read-only.' + description: 'true if the user has shared the calendar with other users, false otherwise. Since only the user who created the calendar can share it, isShared and isSharedWithMe cannot be true for the same user. This property is set when sharing is initiated in an Outlook client, and can be reset when the sharing is cancelled through the client or the corresponding calendarPermission resource. Read-only.' nullable: true isSharedWithMe: type: boolean - description: 'True if the user has been shared this calendar, false otherwise. This property is always false for a calendar owner. This property is set when sharing is initiated in an Outlook client, and can be reset when the sharing is cancelled through the client or the corresponding calendarPermission resource. Read-only.' + description: 'true if the user has been shared this calendar, false otherwise. This property is always false for a calendar owner. This property is set when sharing is initiated in an Outlook client, and can be reset when the sharing is cancelled through the client or the corresponding calendarPermission resource. Read-only.' nullable: true isTallyingResponses: type: boolean @@ -17267,7 +18141,7 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true originalStartTimeZone: @@ -17320,7 +18194,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.attachment' - description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' + description: The collection of fileAttachment and itemAttachment attachments for the event. Navigation property. Read-only. Nullable. calendar: $ref: '#/components/schemas/microsoft.graph.calendar' exceptionOccurrences: @@ -17331,12 +18205,12 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.extension' - description: The collection of open extensions defined for the event. Nullable. + 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 occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but does not include occurrences that have been cancelled from the series. Navigation property. Read-only. Nullable.' + description: The instances of the event. Navigation property. Read-only. Nullable. multiValueExtendedProperties: type: array items: @@ -17402,7 +18276,7 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true children: @@ -17536,7 +18410,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.extension' - description: The collection of open extensions defined for the contact. Nullable. + description: The collection of open extensions defined for the contact. Read-only. Nullable. multiValueExtendedProperties: type: array items: @@ -17574,7 +18448,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.assignedLabel' - description: 'The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select.' + 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: @@ -17591,7 +18465,7 @@ components: 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.' + 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 is 2014-01-01T00:00:00Z. Returned by default. Read-only.' format: date-time nullable: true description: @@ -17605,7 +18479,7 @@ components: 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.' + 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 is 2014-01-01T00:00:00Z. Returned by default. Read-only.' format: date-time nullable: true groupTypes: @@ -17615,7 +18489,7 @@ components: 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).' + 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 @@ -17649,7 +18523,7 @@ components: 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. + 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 @@ -17658,7 +18532,7 @@ components: 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 group 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''. Returned by default. Read-only. Supports $filter.' + description: 'Indicates the last time at which the group 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 is 2014-01-01T00:00:00Z. Returned by default. Read-only. Supports $filter.' format: date-time nullable: true onPremisesNetBiosName: @@ -17688,17 +18562,17 @@ components: nullable: true preferredLanguage: type: string - description: The preferred language for a Microsoft 365 group. Should follow ISO 639-1 Code; for example 'en-US'. Returned by default. + 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 for filter expressions on multi-valued properties. Returned by default. Read-only. Not nullable. Supports $filter.' + 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.' + 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 is 2014-01-01T00:00:00Z. Returned by default. Read-only.' format: date-time nullable: true resourceBehaviorOptions: @@ -17721,7 +18595,7 @@ components: nullable: true theme: type: string - description: 'Specifies a Microsoft 365 group''s color theme. Possible values are Teal, Purple, Green, Blue, Pink, Orange or Red. Returned by default.' + 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 @@ -17731,26 +18605,26 @@ components: $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. + description: 'Indicates if people external to the organization can send messages to the group. Default value is false. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}).' 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. + 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. Supported only on the Get group API (GET /groups/{ID}).' nullable: true hideFromAddressLists: type: boolean - description: 'True if the group is not displayed in certain parts of the Outlook user interface: in the Address Book, in address lists for selecting message recipients, and in the Browse Groups dialog for searching groups; false otherwise. Default value is false. Returned only on $select.' + 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. Supported only on the Get group API (GET /groups/{ID}).' 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, false otherwise. Default value is false. Returned only on $select.' + 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. Supported only on the Get group API (GET /groups/{ID}).' 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. + description: 'Indicates whether the signed-in user is subscribed to receive email conversations. Default value is true. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}).' nullable: true unseenConversationsCount: maximum: 2147483647 @@ -17763,7 +18637,7 @@ components: maximum: 2147483647 minimum: -2147483648 type: integer - description: Count of conversations that have received new posts since the signed-in user last visited the group. This property is the same as unseenConversationsCount.Returned only on $select. + description: 'Count of conversations that have received new posts since the signed-in user last visited the group. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}).' format: int32 nullable: true unseenMessagesCount: @@ -17794,12 +18668,12 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.directoryObject' - description: 'Groups and administrative units that this group is a member of. HTTP Methods: GET (supported for all groups). Read-only. Nullable.' + 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, contacts, and groups that are members of this group. HTTP Methods: GET (supported for all groups), POST (supported for security groups and mail-enabled security groups), DELETE (supported only for security groups) Read-only. Nullable.' + 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: @@ -17809,7 +18683,7 @@ components: 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. HTTP Methods: GET (supported for all groups), POST (supported for security groups and mail-enabled security groups), DELETE (supported only for security groups) Read-only. Nullable.' + 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: @@ -17818,7 +18692,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.directorySetting' - description: 'Settings that can govern this group''s behavior, like whether members can invite guest users to the group. Nullable.' + description: Read-only. Nullable. transitiveMemberOf: type: array items: @@ -17848,7 +18722,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.event' - description: The group's events. + description: The group's calendar events. rejectedSenders: type: array items: @@ -17986,7 +18860,7 @@ components: $ref: '#/components/schemas/microsoft.graph.itemBody' bodyPreview: type: string - description: 'The first 255 characters of the message body. It is in text format. If the message contains instances of mention, this property would contain a concatenation of these mentions as well.' + description: The first 255 characters of the message body. It is in text format. nullable: true ccRecipients: type: array @@ -18048,7 +18922,7 @@ components: 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. 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''.' + description: 'The date and time the message was received. The date and time information uses ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.' format: date-time nullable: true replyTo: @@ -18061,7 +18935,7 @@ components: 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. 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''.' + description: 'The date and time the message was sent. The date and time information uses ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.' format: date-time nullable: true subject: @@ -18188,7 +19062,7 @@ components: nullable: true personType: type: string - description: 'The type of person, for example distribution list.' + description: The type of person. nullable: true phones: type: array @@ -18322,6 +19196,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.columnDefinition' + description: The collection of column definitions available in the site that are referenced from the sites in the parent hierarchy of the current site. items: type: array items: @@ -18347,6 +19222,8 @@ components: items: $ref: '#/components/schemas/microsoft.graph.site' description: The collection of the sub-sites under this site. + termStore: + $ref: '#/components/schemas/microsoft.graph.termStore.store' onenote: $ref: '#/components/schemas/microsoft.graph.onenote' additionalProperties: @@ -18366,20 +19243,25 @@ components: properties: appDisplayName: type: string + description: The display name of the app for which consent is requested. Required. Supports $filter (eq only) and $orderby. nullable: true appId: type: string + description: The identifier of the application. Required. Supports $filter (eq only) and $orderby. consentType: type: string + description: 'The consent type of the request. Possible values are: Static and Dynamic. These represent static and dynamic permissions, respectively, requested in the consent workflow. Supports $filter (eq only) and $orderby. Required.' nullable: true pendingScopes: type: array items: $ref: '#/components/schemas/microsoft.graph.appConsentRequestScope' + description: A list of pending scopes waiting for approval. This is empty if the consentType is Static. Required. userConsentRequests: type: array items: $ref: '#/components/schemas/microsoft.graph.userConsentRequest' + description: A list of pending user consent requests. additionalProperties: type: object microsoft.graph.approval: @@ -18403,7 +19285,7 @@ components: 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: DateTime when review instance is scheduled to end. + description: 'DateTime when review instance is scheduled to end.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 is 2014-01-01T00:00:00Z.' format: date-time nullable: true scope: @@ -18411,7 +19293,7 @@ components: 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: DateTime when review instance is scheduled to start. May be in the future. + description: 'DateTime when review instance is scheduled to start. May be in the future. 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 is 2014-01-01T00:00:00Z.' format: date-time nullable: true status: @@ -18435,11 +19317,11 @@ components: properties: agreementFileId: type: string - description: ID of the agreement file accepted by the user. + description: The identifier of the agreement file accepted by the user. nullable: true agreementId: type: string - description: ID of the agreement. + description: The identifier of the agreement. nullable: true deviceDisplayName: type: string @@ -18451,11 +19333,11 @@ components: nullable: true deviceOSType: type: string - description: The operating system used for accepting the agreement. + description: The operating system used to accept the agreement. nullable: true deviceOSVersion: type: string - description: The operating system version of the device used for accepting the agreement. + description: The operating system version of the device used to accept the agreement. 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])$' @@ -18481,7 +19363,7 @@ components: nullable: true userId: type: string - description: ID of the user who accepted the agreement. + description: The identifier of the user who accepted the agreement. nullable: true userPrincipalName: type: string @@ -18498,26 +19380,26 @@ components: 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: Created date time in UTC of the device enrollment configuration + description: Not yet documented format: date-time description: type: string - description: The description of the device enrollment configuration + description: Not yet documented nullable: true displayName: type: string - description: The display name of the device enrollment configuration + 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: Last modified date time in UTC of the device enrollment configuration + description: Not yet documented format: date-time priority: maximum: 2147483647 minimum: -2147483648 type: integer - description: Priority is used when a user exists in multiple groups that are assigned enrollment configuration. Users are subject only to the configuration with the lowest priority value. + description: Not yet documented format: int32 roleScopeTagIds: type: array @@ -18529,13 +19411,13 @@ components: maximum: 2147483647 minimum: -2147483648 type: integer - description: The version of the device enrollment configuration + 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 + description: The list of group assignments for the device configuration profile. additionalProperties: type: object description: The Base Class of Device Enrollment Configuration @@ -18551,11 +19433,11 @@ components: nullable: true activationLockBypassCode: type: string - description: Code that allows the Activation Lock on a device to be bypassed. This property is read-only. + description: Code that allows the Activation Lock on a device to be bypassed. nullable: true androidSecurityPatchLevel: type: string - description: Android security patch level. This property is read-only. + description: Android security patch level nullable: true autopilotEnrolled: type: boolean @@ -18566,18 +19448,18 @@ components: nullable: true azureADDeviceId: type: string - description: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. + 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. This property is read-only. + 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. This property is read-only. + description: The DateTime when device compliance grace period expires format: date-time complianceState: $ref: '#/components/schemas/microsoft.graph.complianceState' @@ -18591,10 +19473,10 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.deviceActionResult' - description: List of ComplexType deviceActionResult objects. This property is read-only. + description: List of ComplexType deviceActionResult objects. deviceCategoryDisplayName: type: string - description: Device category display name. This property is read-only. + description: Device category display name nullable: true deviceEnrollmentType: $ref: '#/components/schemas/microsoft.graph.deviceEnrollmentType' @@ -18602,7 +19484,7 @@ components: $ref: '#/components/schemas/microsoft.graph.deviceHealthAttestationState' deviceName: type: string - description: Name of the device. This property is read-only. + description: Name of the device nullable: true deviceRegistrationState: $ref: '#/components/schemas/microsoft.graph.deviceRegistrationState' @@ -18610,24 +19492,24 @@ components: $ref: '#/components/schemas/microsoft.graph.deviceType' easActivated: type: boolean - description: Whether the device is Exchange ActiveSync activated. This property is read-only. + 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. This property is read-only. + description: Exchange ActivationSync activation time of the device. format: date-time easDeviceId: type: string - description: Exchange ActiveSync Id of the device. This property is read-only. + description: Exchange ActiveSync Id of the device. nullable: true emailAddress: type: string - description: Email(s) for the user associated with the device. This property is read-only. + 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. This property is read-only. + description: Enrollment time of the device. format: date-time ethernetMacAddress: type: string @@ -18640,11 +19522,11 @@ components: 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. This property is read-only. + description: Last time the device contacted Exchange. format: date-time freeStorageSpaceInBytes: type: integer - description: Free Storage in Bytes. This property is read-only. + description: Free Storage in Bytes format: int64 hardwareInformation: $ref: '#/components/schemas/microsoft.graph.hardwareInformation' @@ -18654,24 +19536,24 @@ components: nullable: true imei: type: string - description: IMEI. This property is read-only. + description: IMEI nullable: true isEncrypted: type: boolean - description: Device encryption status. This property is read-only. + description: Device encryption status isSupervised: type: boolean - description: Device supervised status. This property is read-only. + description: Device supervised status jailBroken: type: string - description: whether the device is jail broken or rooted. This property is read-only. + 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. This property is read-only. + 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' @@ -18694,15 +19576,15 @@ components: $ref: '#/components/schemas/microsoft.graph.managementState' manufacturer: type: string - description: Manufacturer of the device. This property is read-only. + description: Manufacturer of the device nullable: true meid: type: string - description: MEID. This property is read-only. + description: MEID nullable: true model: type: string - description: Model of the device. This property is read-only. + description: Model of the device nullable: true notes: type: string @@ -18710,11 +19592,11 @@ components: nullable: true operatingSystem: type: string - description: 'Operating system of the device. Windows, iOS, etc. This property is read-only.' + description: 'Operating system of the device. Windows, iOS, etc.' nullable: true osVersion: type: string - description: Operating system version of the device. This property is read-only. + description: Operating system version of the device. nullable: true ownerType: $ref: '#/components/schemas/microsoft.graph.ownerType' @@ -18722,7 +19604,7 @@ components: $ref: '#/components/schemas/microsoft.graph.managedDevicePartnerReportedHealthState' phoneNumber: type: string - description: Phone number of the device. This property is read-only. + description: Phone number of the device nullable: true physicalMemoryInBytes: type: integer @@ -18737,11 +19619,11 @@ components: $ref: '#/components/schemas/microsoft.graph.managedDeviceArchitecture' remoteAssistanceSessionErrorDetails: type: string - description: An error string that identifies issues when creating Remote Assistance session objects. This property is read-only. + 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. This property is read-only. + description: Url that allows a Remote Assistance session to be established with the device. nullable: true requireUserEnrollmentApproval: type: boolean @@ -18760,7 +19642,7 @@ components: description: List of Scope Tag IDs for this Device instance. serialNumber: type: string - description: SerialNumber. This property is read-only. + description: SerialNumber nullable: true skuFamily: type: string @@ -18778,11 +19660,11 @@ components: nullable: true subscriberCarrier: type: string - description: Subscriber Carrier. This property is read-only. + description: Subscriber Carrier nullable: true totalStorageSpaceInBytes: type: integer - description: Total Storage in Bytes. This property is read-only. + description: Total Storage in Bytes format: int64 udid: type: string @@ -18790,15 +19672,15 @@ components: nullable: true userDisplayName: type: string - description: User display name. This property is read-only. + description: User display name nullable: true userId: type: string - description: Unique Identifier for the user associated with the device. This property is read-only. + description: Unique Identifier for the user associated with the device nullable: true userPrincipalName: type: string - description: Device user principal name. This property is read-only. + description: Device user principal name nullable: true usersLoggedOn: type: array @@ -18807,7 +19689,7 @@ components: description: Indicates the last logged on users of a device. This property is read-only. wiFiMacAddress: type: string - description: Wi-Fi MAC. This property is read-only. + description: Wi-Fi MAC nullable: true windowsActiveMalwareCount: maximum: 2147483647 @@ -18943,7 +19825,7 @@ components: 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. + description: Zero or more policys already applied on the registered app when it last synchronized with management service. intendedPolicies: type: array items: @@ -19145,7 +20027,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.plannerTask' - description: Read-only. Nullable. Returns the plannerTasks assigned to the user. + description: Read-only. Nullable. Returns the plannerPlans shared with the user. additionalProperties: type: object microsoft.graph.itemInsights: @@ -19167,6 +20049,8 @@ components: contributionToContentDiscoveryDisabled: type: boolean description: 'When set to true, the delegate access to the user''s trending API is disabled. When set to true, documents in the user''s Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for Business is affected. Users can control this setting in Office Delve.' + itemInsights: + $ref: '#/components/schemas/microsoft.graph.userInsightsSettings' regionalAndLanguageSettings: $ref: '#/components/schemas/microsoft.graph.regionalAndLanguageSettings' shiftPreferences: @@ -19430,7 +20314,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.meetingCapabilities' - description: 'The list of meeting capabilities. Possible values are: questionAndAnswer.' + description: 'The list of meeting capabilities. Possible values are: questionAndAnswer,unknownFutureValue.' chatInfo: $ref: '#/components/schemas/microsoft.graph.chatInfo' creationDateTime: @@ -19506,7 +20390,7 @@ components: properties: activity: type: string - description: 'The supplemental information to a user''s availability. Possible values are Available, Away, BeRightBack, Busy, DoNotDisturb, InACall, InAConferenceCall, Inactive,InAMeeting, Offline, OffWork,OutOfOffice, PresenceUnknown,Presenting, UrgentInterruptionsOnly.' + description: 'The supplemental information to a user''s availability. Possible values are Available, Away, BeRightBack, Busy, DoNotDisturb, InACall, InAConferenceCall, Inactive, InAMeeting, Offline, OffWork, OutOfOffice, PresenceUnknown, Presenting, UrgentInterruptionsOnly.' nullable: true availability: type: string @@ -19574,7 +20458,7 @@ components: 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 team was created. + description: Timestamp at which the team was created. format: date-time nullable: true description: @@ -19731,20 +20615,26 @@ 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.accessReviewScope: - title: accessReviewScope - type: object - properties: - query: - type: string - description: The query specifying what will be reviewed. See table for examples. - nullable: true - queryType: - type: string - description: The type of query. Examples include MicrosoftGraph and ARM. - nullable: true - additionalProperties: - type: object + microsoft.graph.accessReviewReviewerScope: + allOf: + - $ref: '#/components/schemas/microsoft.graph.accessReviewScope' + - title: accessReviewReviewerScope + type: object + properties: + query: + type: string + description: The query specifying who will be the reviewer. See table for examples. + nullable: true + queryRoot: + type: string + description: The type of query. Examples include MicrosoftGraph and ARM. + nullable: true + queryType: + type: string + description: 'In the scenario where reviewers need to be specified dynamically, this property is used to indicate the relative source of the query. This property is only required if a relative query (i.e., ./manager) is specified.' + nullable: true + additionalProperties: + type: object microsoft.graph.selfServiceSignUpAuthenticationFlowConfiguration: title: selfServiceSignUpAuthenticationFlowConfiguration type: object @@ -19844,6 +20734,15 @@ components: description: Flag to indicate whether reminders are enabled/disabled. additionalProperties: type: object + microsoft.graph.stagedFeatureName: + title: stagedFeatureName + enum: + - passthroughAuthentication + - seamlessSso + - passwordHashSync + - emailAsAlternateId + - unknownFutureValue + type: string microsoft.graph.permissionType: title: permissionType enum: @@ -19851,20 +20750,6 @@ components: - delegated - delegatedUserConsentable type: string - microsoft.graph.tenantApprovals: - title: tenantApprovals - type: object - properties: - state: - type: string - nullable: true - tenantId: - 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 - additionalProperties: - type: object microsoft.graph.identity: title: identity type: object @@ -20187,20 +21072,20 @@ components: type: array items: type: string + description: 'States excluded from the scope of the policy. Possible values: Compliant, DomainJoined.' excludeDeviceStates: type: array items: type: string - description: 'States excluded from the scope of the policy. Possible values: Compliant, DomainJoined.' includeDevices: type: array items: type: string + description: States in the scope of the policy. All is the only allowed value. includeDeviceStates: type: array items: type: string - description: States in the scope of the policy. All is the only allowed value. additionalProperties: type: object microsoft.graph.conditionalAccessDeviceStates: @@ -20243,12 +21128,12 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.conditionalAccessDevicePlatform' - description: 'Possible values are: android, iOS, windows, windowsPhone, macOS.' + description: 'Possible values are: android, iOS, windows, windowsPhone, macOS, all, unknownFutureValue.' includePlatforms: type: array items: $ref: '#/components/schemas/microsoft.graph.conditionalAccessDevicePlatform' - description: 'Possible values are: android, iOS, windows, windowsPhone, macOS, all.' + description: 'Possible values are: android, iOS, windows, windowsPhone, macOS, all, unknownFutureValue.' additionalProperties: type: object microsoft.graph.conditionalAccessUsers: @@ -20568,7 +21453,7 @@ components: 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.' + 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}$' @@ -20611,11 +21496,11 @@ components: properties: address: type: string - description: The email address of an entity instance. + description: The email address of the person or entity. nullable: true name: type: string - description: The display name of an entity instance. + description: The display name of the person or entity. nullable: true additionalProperties: type: object @@ -20689,13 +21574,13 @@ components: 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''' + 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 is 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true additionalProperties: @@ -20730,10 +21615,10 @@ components: properties: dateTime: type: string - description: 'A single point of time in a combined date and time representation ({date}T{time}). For example, ''2019-04-16T09:00:00''.' + 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 possible values.' + description: 'Represents a time zone, for example, ''Pacific Standard Time''. See below for more possible values.' nullable: true additionalProperties: type: object @@ -20826,7 +21711,7 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true additionalProperties: @@ -20873,12 +21758,12 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true name: type: string - description: The display name of the attachment. This does not need to be the actual file name. + description: The attachment's file name. nullable: true size: maximum: 2147483647 @@ -21121,7 +22006,7 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time preview: type: string @@ -21161,7 +22046,7 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time preview: type: string @@ -21677,6 +22562,8 @@ components: $ref: '#/components/schemas/microsoft.graph.image' location: $ref: '#/components/schemas/microsoft.graph.geoCoordinates' + media: + $ref: '#/components/schemas/microsoft.graph.media' package: $ref: '#/components/schemas/microsoft.graph.package' pendingOperations: @@ -21700,6 +22587,8 @@ components: description: Size of the item in bytes. Read-only. format: int64 nullable: true + source: + $ref: '#/components/schemas/microsoft.graph.driveItemSource' specialFolder: $ref: '#/components/schemas/microsoft.graph.specialFolder' video: @@ -21888,12 +22777,15 @@ components: nullable: true isDeletable: type: boolean + description: Indicates whether this column can be deleted. nullable: true isReorderable: type: boolean + description: Indicates whether values in the column can be reordered. Read-only. nullable: true isSealed: type: boolean + description: Specifies whether column can be changed. nullable: true lookup: $ref: '#/components/schemas/microsoft.graph.lookupColumn' @@ -21907,6 +22799,7 @@ components: $ref: '#/components/schemas/microsoft.graph.personOrGroupColumn' propagateChanges: type: boolean + description: If 'True' changes to this column will be propagated to lists that implement the column. nullable: true readOnly: type: boolean @@ -21941,6 +22834,7 @@ components: items: type: string nullable: true + description: List of canonical URLs for hub sites with which this content type is associated to. This will contain all hubsites where this content type is queued to be enforced or is already enforced. Enforcing a content type means that the content type will be applied to the lists in the enforced sites. description: type: string description: The descriptive text for the item. @@ -21961,6 +22855,7 @@ components: $ref: '#/components/schemas/microsoft.graph.itemReference' isBuiltIn: type: boolean + description: Specifies if a content type is a built-in content type. nullable: true name: type: string @@ -21974,6 +22869,7 @@ components: nullable: true propagateChanges: type: boolean + description: 'If true, any changes made to the content type will be pushed to inherited content types and lists that implement the content type.' nullable: true readOnly: type: boolean @@ -21989,6 +22885,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.contentType' + description: The collection of content types that are ancestors of this content type. columnLinks: type: array items: @@ -21998,10 +22895,12 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.columnDefinition' + description: Column order information in a content type. columns: type: array items: $ref: '#/components/schemas/microsoft.graph.columnDefinition' + description: The collection of column definitions for this contentType. additionalProperties: type: object microsoft.graph.sitePage: @@ -22063,16 +22962,43 @@ components: 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.' + 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.termStore.store: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: store + type: object + properties: + defaultLanguageTag: + type: string + description: Default language of the term store. + languageTags: + type: array + items: + type: string + description: List of languages for the term store. + groups: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.termStore.group' + description: Collection of all groups available in the term store. + sets: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.termStore.set' + description: Collection of all sets available in the term store. + additionalProperties: + type: object microsoft.graph.appConsentRequestScope: title: appConsentRequestScope type: object properties: displayName: type: string + description: The name of the scope. nullable: true additionalProperties: type: object @@ -22084,6 +23010,7 @@ components: properties: reason: type: string + description: The user's justification for requiring access to the app. Supports $filter (eq only) and $orderby. nullable: true approval: $ref: '#/components/schemas/microsoft.graph.approval' @@ -22095,24 +23022,41 @@ components: - title: approvalStep type: object properties: + assignedToMe: + type: boolean + description: Indicates whether the step is assigned to the calling user to review. Read-only. + nullable: true displayName: type: string + description: The label provided by the policy creator to identify an approval step. Read-only. nullable: true justification: type: string + description: The justification associated with the approval step decision. 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 + description: 'The date and time when a decision was recorded. The date and time information uses ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.' format: date-time nullable: true reviewResult: type: string + description: 'The result of this approval record. Possible values include: NotReviewed, Approved, Denied.' + nullable: true + status: + type: string + description: 'The step status. Possible values: InProgress, Initializing, Completed, Expired. Read-only.' nullable: true additionalProperties: type: object + microsoft.graph.accessReviewScope: + title: accessReviewScope + type: object + additionalProperties: + type: object microsoft.graph.accessReviewInstanceDecisionItem: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -22127,7 +23071,7 @@ components: 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 - description: The DateTime when the approval decision was applied. + description: 'The timestamp when the approval decision was applied. 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 is 2014-01-01T00:00:00Z.' format: date-time nullable: true applyResult: @@ -22142,16 +23086,26 @@ components: type: string description: The review decision justification. nullable: true + principal: + $ref: '#/components/schemas/microsoft.graph.identity' + principalLink: + type: string + nullable: true recommendation: type: string description: 'A system-generated recommendation for the approval decision. Possible values: Approve, Deny, or NotAvailable.' nullable: true + resource: + $ref: '#/components/schemas/microsoft.graph.accessReviewInstanceDecisionItemResource' + resourceLink: + 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 - description: The DateTime when the review occurred. + description: The timestamp when the review occurred. format: date-time nullable: true target: @@ -22174,7 +23128,7 @@ components: 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: DateTime when review series was created. + description: Timestamp when review series was created. format: date-time nullable: true descriptionForAdmins: @@ -22194,7 +23148,7 @@ components: 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: DateTime when review series was last modified. + description: Timestamp when review series was last modified. format: date-time nullable: true reviewers: @@ -22545,11 +23499,12 @@ components: - androidEnterprise - windows10x - androidnGMS - - cloudPC + - chromeOS - linux - blackberry - palm - unknown + - cloudPC type: string microsoft.graph.deviceManagementExchangeAccessState: title: deviceManagementExchangeAccessState @@ -23405,7 +24360,7 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true owner: @@ -23419,14 +24374,14 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.plannerBucket' - description: Collection of buckets in the plan. Read-only. Nullable. + 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: Collection of tasks in the plan. Read-only. Nullable. + description: Read-only. Nullable. Collection of tasks in the plan. additionalProperties: type: object microsoft.graph.plannerTask: @@ -23466,7 +24421,7 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true conversationThreadId: @@ -23478,7 +24433,7 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true creationSource: @@ -23486,7 +24441,7 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true hasDescription: @@ -23527,7 +24482,7 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true title: @@ -23553,17 +24508,27 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.sharedInsight' - description: Access this property from the derived type itemInsights. + 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: Access this property from the derived type itemInsights. + 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: Access this property from the derived type itemInsights. + 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.userInsightsSettings: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: userInsightsSettings + type: object + properties: + isEnabled: + type: boolean additionalProperties: type: object microsoft.graph.regionalAndLanguageSettings: @@ -23652,7 +24617,7 @@ components: $ref: '#/components/schemas/microsoft.graph.onenoteOperationError' percentComplete: type: string - description: The operation percent complete if the operation is still in running status + description: The operation percent complete if the operation is still in running status. nullable: true resourceId: type: string @@ -23686,7 +24651,7 @@ components: 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.' + 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 is 2014-01-01T00:00:00Z. Read-only.' format: date-time nullable: true level: @@ -24459,6 +25424,7 @@ components: properties: conferenceId: type: string + description: The conference id of the online meeting. nullable: true dialinUrl: type: string @@ -24510,7 +25476,7 @@ components: properties: messageId: type: string - description: The unique identifier for a message in a Microsoft Teams channel. + description: The unique identifier of a message in a Microsoft Teams channel. nullable: true replyChainMessageId: type: string @@ -24631,6 +25597,7 @@ components: $ref: '#/components/schemas/microsoft.graph.channelIdentity' chatId: type: string + description: The identity of the chat in which the message was posted. 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])$' @@ -24655,13 +25622,13 @@ components: 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 Teams UI. If no edits are made the value is null. + 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 modified, including when a reaction is added or removed.' + 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: @@ -24683,7 +25650,7 @@ components: description: 'Reactions for this chat message (for example, Like).' 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.)' + 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 @@ -24794,7 +25761,7 @@ components: nullable: true allowCreateUpdateChannels: type: boolean - description: 'If set to true, members can add and update any channels.' + description: 'If set to true, members can add and update channels.' nullable: true allowCreateUpdateRemoveConnectors: type: boolean @@ -25139,12 +26106,12 @@ components: nullable: true latitude: type: number - description: 'Optional. The latitude, in decimal, for the item. Writable on OneDrive Personal.' + 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. Writable on OneDrive Personal.' + description: 'Optional. The longitude, in decimal, for the item. Read-only.' format: double nullable: true additionalProperties: @@ -25484,7 +26451,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.dayOfWeek' - description: 'A collection of the days of the week on which the event occurs. 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.' + 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: @@ -25607,7 +26574,7 @@ components: properties: name: type: string - description: Name of the setting (as defined by the directorySettingTemplate). + description: Name of the setting (as defined by the groupSettingTemplate). nullable: true value: type: string @@ -25646,7 +26613,7 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time sender: $ref: '#/components/schemas/microsoft.graph.recipient' @@ -25654,7 +26621,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.attachment' - description: 'The collection of fileAttachment, itemAttachment, and referenceAttachment attachments for the post. Read-only. Nullable.' + description: Read-only. Nullable. extensions: type: array items: @@ -25724,7 +26691,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.recipient' - description: The email address to which a message should be redirected. + description: The email addresses to which a message should be redirected. stopProcessingRules: type: boolean description: Indicates whether subsequent rules should be evaluated. @@ -25946,7 +26913,7 @@ components: properties: upgradeAvailable: type: boolean - description: Indicates if there are higher storage quota plans available. Read-only. + description: Indicates whether there are higher storage quota plans available. Read-only. nullable: true additionalProperties: type: object @@ -26203,6 +27170,17 @@ components: nullable: true additionalProperties: type: object + microsoft.graph.media: + title: media + type: object + properties: + isTranscriptionShown: + type: boolean + nullable: true + mediaSource: + $ref: '#/components/schemas/microsoft.graph.mediaSource' + additionalProperties: + type: object microsoft.graph.package: title: package type: object @@ -26270,7 +27248,7 @@ components: 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: The date and time the photo was taken in UTC time. Read-only. + description: Represents the date and time the photo was taken. Read-only. format: date-time nullable: true additionalProperties: @@ -26382,6 +27360,17 @@ components: nullable: true additionalProperties: type: object + microsoft.graph.driveItemSource: + title: driveItemSource + type: object + properties: + application: + $ref: '#/components/schemas/microsoft.graph.driveItemSourceApplication' + externalId: + type: string + nullable: true + additionalProperties: + type: object microsoft.graph.specialFolder: title: specialFolder type: object @@ -26481,7 +27470,7 @@ components: 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. Nullable.' + 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: @@ -26506,14 +27495,14 @@ components: nullable: true changeType: type: string - description: '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. Required. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType.' + 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: Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 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. Optional. + 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.' + 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 @@ -26521,12 +27510,12 @@ components: nullable: true encryptionCertificateId: type: string - description: A custom app-provided identifier to help identify the certificate needed to decrypt resource data. Optional. Required when includeResourceData is true. + 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: '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. Required.' + 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 includeResourceData: type: boolean @@ -26542,16 +27531,18 @@ components: nullable: true notificationContentType: type: string + description: Desired content-type for MS Graph change notifications for supported resource types. The default content-type is the 'application/json' content-type. nullable: true notificationQueryOptions: type: string + description: 'OData Query Options for specifying value for the targeting resource. Clients receive notifications when resource reaches the state matching the query options provided here. With this new property in the subscription creation payload along with all existing properties, Webhooks will deliver notifications whenever a resource reaches the desired state mentioned in the notificationQueryOptions property eg when the print job is completed, when a print job resource isFetchable property value becomes true etc.' nullable: true notificationUrl: type: string - description: The URL of the endpoint that receives the change notifications. This URL must make use of the HTTPS protocol. Required. + 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: Specifies the resource that will be monitored for changes. Do not include the base URL (https://graph.microsoft.com/beta/). See the possible resource path values for each supported resource. Required. + 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.thumbnailSet: @@ -26578,6 +27569,7 @@ components: properties: content: type: string + description: The content stream for this version of the item. format: base64url nullable: true size: @@ -26743,6 +27735,7 @@ components: properties: isPicture: type: boolean + description: Specifies whether the display format used for URL columns is an image or a hyperlink. nullable: true additionalProperties: type: object @@ -26820,9 +27813,11 @@ components: properties: allowMultipleValues: type: boolean + description: Specifies whether the column will allow more than one value nullable: true showFullyQualifiedName: type: boolean + description: Specifies whether to display the entire term path or only the term label. nullable: true additionalProperties: type: object @@ -26892,13 +27887,16 @@ components: properties: defaultLanguage: type: string + description: Default BCP 47 language tag for the description. nullable: true descriptions: type: array items: $ref: '#/components/schemas/microsoft.graph.displayNameLocalization' + description: Localized messages that explain what is needed for this column's value to be considered valid. User will be prompted with this message if validation fails. formula: type: string + description: 'The formula to validate column value. For examples, see Examples of common formulas in lists' nullable: true additionalProperties: type: object @@ -26910,18 +27908,23 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.contentTypeInfo' + description: Content types allowed in document set. defaultContents: type: array items: $ref: '#/components/schemas/microsoft.graph.documentSetContent' + description: Default contents of document set. propagateWelcomePageChanges: type: boolean + description: Specifies whether to push welcome page changes to inherited content types. nullable: true shouldPrefixNameToFile: type: boolean + description: Add the name of the Document Set to each file name. nullable: true welcomePageUrl: type: string + description: Welcome page absolute URL. nullable: true sharedColumns: type: array @@ -26941,9 +27944,11 @@ components: $ref: '#/components/schemas/microsoft.graph.contentTypeInfo' fileName: type: string + description: Name of the file in resource folder that should be added as a default content or a template in the document set nullable: true folderName: type: string + description: Folder name in which the file will be placed when a new document set is created in the library. nullable: true additionalProperties: type: object @@ -27052,6 +28057,83 @@ components: nullable: true additionalProperties: type: object + microsoft.graph.termStore.group: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: group + 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: Date and time of group creation. Read-only. + format: date-time + nullable: true + description: + type: string + description: Description giving details on the term usage. + nullable: true + displayName: + type: string + description: Name of group. + nullable: true + parentSiteId: + type: string + nullable: true + scope: + $ref: '#/components/schemas/microsoft.graph.termStore.termGroupScope' + sets: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.termStore.set' + description: 'All sets under the group in a term [store].' + additionalProperties: + type: object + microsoft.graph.termStore.set: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: set + 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: Date and time of set creation. Read-only. + format: date-time + nullable: true + description: + type: string + description: Description giving details on the term usage. + nullable: true + localizedNames: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.termStore.localizedName' + description: Name of the set for each languageTag. + properties: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.keyValue' + description: Custom properties for the set. + children: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.termStore.term' + description: 'Children terms of set in term [store].' + parentGroup: + $ref: '#/components/schemas/microsoft.graph.termStore.group' + relations: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.termStore.relation' + description: Indicates which terms have been pinned or reused directly under the set. + terms: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.termStore.term' + description: All the terms under the set. + additionalProperties: + type: object microsoft.graph.request: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -27096,23 +28178,29 @@ components: nullable: true additionalProperties: type: object + microsoft.graph.accessReviewInstanceDecisionItemResource: + title: accessReviewInstanceDecisionItemResource + type: object + properties: + displayName: + type: string + description: Display name of the resource + nullable: true + id: + type: string + description: Resource ID + nullable: true + type: + type: string + description: 'Type of resource. Types include: Group, ServicePrincipal, DirectoryRole, AzureRole, AccessPackageAssignmentPolicy.' + nullable: true + additionalProperties: + type: object microsoft.graph.accessReviewInstanceDecisionItemTarget: title: accessReviewInstanceDecisionItemTarget type: object additionalProperties: type: object - microsoft.graph.accessReviewReviewerScope: - allOf: - - $ref: '#/components/schemas/microsoft.graph.accessReviewScope' - - title: accessReviewReviewerScope - type: object - properties: - queryRoot: - type: string - description: 'In the scenario where reviewers need to be specified dynamically, this property is used to indicate the relative source of the query. This property is only required if a relative query (i.e., ./manager) is specified.' - nullable: true - additionalProperties: - type: object microsoft.graph.deviceAndAppManagementAssignmentSource: title: deviceAndAppManagementAssignmentSource enum: @@ -27858,6 +28946,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.translationLanguageOverride' + description: 'Translation override behavior for languages, if any.Returned by default.' translationBehavior: $ref: '#/components/schemas/microsoft.graph.translationBehavior' untranslatedLanguages: @@ -27865,6 +28954,7 @@ components: items: type: string nullable: true + description: 'The list of languages the user does not need translated. This is computed from the authoringLanguages collection in regionalAndLanguageSettings, and the languageOverrides collection in translationPreferences. The list specifies neutral culture values that include the language code without any country or region association. For example, it would specify ''fr'' for the neutral French culture, but not ''fr-FR'' for the French culture in France. Returned by default. Read only.' additionalProperties: type: object microsoft.graph.changeTrackedEntity: @@ -27878,7 +28968,7 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true lastModifiedBy: @@ -27886,7 +28976,7 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true additionalProperties: @@ -27925,7 +29015,7 @@ components: 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.' + 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 is 2014-01-01T00:00:00Z. Read-only.' format: date-time nullable: true additionalProperties: @@ -27993,7 +29083,7 @@ components: 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.' + 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 is 2014-01-01T00:00:00Z. Read-only.' format: date-time nullable: true additionalProperties: @@ -28350,6 +29440,8 @@ components: - title: teamsAppDefinition type: object properties: + allowedInstallationScopes: + $ref: '#/components/schemas/microsoft.graph.teamsAppInstallationScopes' azureADAppId: type: string description: The WebApplicationInfo.id from the Teams App manifest. @@ -28358,6 +29450,7 @@ components: $ref: '#/components/schemas/microsoft.graph.identitySet' description: type: string + description: Verbose description of the application. nullable: true displayName: type: string @@ -28375,7 +29468,7 @@ components: nullable: true teamsAppId: type: string - description: The id from the Teams App manifest. + description: The ID from the Teams app manifest. nullable: true version: type: string @@ -28395,7 +29488,7 @@ components: nullable: true contentType: type: string - description: 'The media type of the content attachment. It can have the following values: reference: Attachment is a link to another file. Populate the contentURL with the link to the object.Any contentTypes supported by the Bot Framework''s Attachment objectapplication/vnd.microsoft.card.codesnippet: A code snippet. application/vnd.microsoft.card.announcement: An announcement header.' + description: 'The media type of the content attachment. It can have the following values: reference: Attachment is a link to another file. Populate the contentURL with the link to the object.file: Raw file attachment. Populate the contenturl field with the base64 encoding of the file in data: format.image/: Image type with the type of the image specified ex: image/png, image/jpeg, image/gif. Populate the contentUrl field with the base64 encoding of the file in data: format.video/: Video type with the format specified. Ex: video/mp4. Populate the contentUrl field with the base64 encoding of the file in data: format.audio/: Audio type with the format specified. Ex: audio/wmw. Populate the contentUrl field with the base64 encoding of the file in data: format.application/card type: Rich card attachment type with the card type specifying the exact card format to use. Set content with the json format of the card. Supported values for card type include:application/vnd.microsoft.card.adaptive: A rich card that can contain any combination of text, speech, images,,buttons, and input fields. Set the content property to,an AdaptiveCard object.application/vnd.microsoft.card.animation: A rich card that plays animation. Set the content property,to an AnimationCardobject.application/vnd.microsoft.card.audio: A rich card that plays audio files. Set the content property,to an AudioCard object.application/vnd.microsoft.card.video: A rich card that plays videos. Set the content property,to a VideoCard object.application/vnd.microsoft.card.hero: A Hero card. Set the content property to a HeroCard object.application/vnd.microsoft.card.thumbnail: A Thumbnail card. Set the content property to a ThumbnailCard object.application/vnd.microsoft.com.card.receipt: A Receipt card. Set the content property to a ReceiptCard object.application/vnd.microsoft.com.card.signin: A user Sign In card. Set the content property to a SignInCard object.' nullable: true contentUrl: type: string @@ -28421,9 +29514,11 @@ components: properties: channelId: type: string + description: The identity of the channel in which the message was posted. nullable: true teamId: type: string + description: The identity of the team in which the message was posted. nullable: true additionalProperties: type: object @@ -28485,7 +29580,7 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time reactionType: type: string @@ -28496,19 +29591,9 @@ components: type: object microsoft.graph.chatMessageHostedContent: allOf: - - $ref: '#/components/schemas/microsoft.graph.entity' + - $ref: '#/components/schemas/microsoft.graph.teamworkHostedContent' - title: chatMessageHostedContent type: object - properties: - contentBytes: - type: string - description: 'Write-only. When posting new chat message hosted content, represents the bytes of the payload. These are represented as a base64Encoded string.' - format: base64url - nullable: true - contentType: - type: string - description: 'Write-only. When posting new chat message hosted content, represents the type of content, such as image/png.' - nullable: true additionalProperties: type: object microsoft.graph.teamsTabConfiguration: @@ -28565,7 +29650,7 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true recipientActionMessage: @@ -28574,11 +29659,11 @@ components: nullable: true recipientUserId: type: string - description: User id of the recipient of the offer shift request. + 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. + description: User ID of the sender of the offer shift request. nullable: true additionalProperties: type: object @@ -28666,7 +29751,7 @@ components: properties: recipientShiftId: type: string - description: Shift ID for the recipient user with whom the request is to swap. + description: ShiftId for the recipient user with whom the request is to swap. nullable: true additionalProperties: type: object @@ -28724,13 +29809,13 @@ components: 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''' + 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 is 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true timeOffReasonId: @@ -29152,7 +30237,7 @@ components: properties: crc32Hash: type: string - description: The CRC32 value of the file (if available). Read-only. + description: The CRC32 value of the file in little endian (if available). Read-only. nullable: true quickXorHash: type: string @@ -29186,6 +30271,14 @@ components: nullable: true additionalProperties: type: object + microsoft.graph.mediaSource: + title: mediaSource + type: object + properties: + contentCategory: + $ref: '#/components/schemas/microsoft.graph.mediaSourceContentCategory' + additionalProperties: + type: object microsoft.graph.pendingContentUpdate: title: pendingContentUpdate type: object @@ -29198,6 +30291,18 @@ components: nullable: true additionalProperties: type: object + microsoft.graph.driveItemSourceApplication: + title: driveItemSourceApplication + enum: + - teams + - yammer + - sharePoint + - oneDrive + - stream + - powerPoint + - office + - unknownFutureValue + type: string microsoft.graph.workbookApplication: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -29217,7 +30322,7 @@ components: properties: content: type: string - description: The content of the comment. + description: The content of comment. nullable: true contentType: type: string @@ -29255,7 +30360,7 @@ components: 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. Possible values are: String, Integer, Double, Boolean, Range. Read-only.' + 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' @@ -29319,7 +30424,7 @@ components: 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. 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.' + 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 @@ -29506,6 +30611,104 @@ components: type: object additionalProperties: type: object + microsoft.graph.termStore.termGroupScope: + title: termGroupScope + enum: + - global + - system + - siteCollection + type: string + microsoft.graph.termStore.localizedName: + title: localizedName + type: object + properties: + languageTag: + type: string + description: The language tag for the label. + nullable: true + name: + type: string + description: The name in the localized language. + nullable: true + additionalProperties: + type: object + microsoft.graph.keyValue: + title: keyValue + type: object + properties: + key: + type: string + description: Key for the key-value pair. + nullable: true + value: + type: string + description: Value for the key-value pair. + nullable: true + additionalProperties: + type: object + microsoft.graph.termStore.term: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: term + 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: Date and time of term creation. Read-only + format: date-time + nullable: true + descriptions: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.termStore.localizedDescription' + description: Description about term that is dependent on the languageTag + labels: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.termStore.localizedLabel' + description: Label metadata for a term + 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 date and time of term modification. Read-only + format: date-time + nullable: true + properties: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.keyValue' + description: Collection of properties on the term + children: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.termStore.term' + description: Children of current term + relations: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.termStore.relation' + description: To indicate which terms are related to the current term as either pinned or reused + set: + $ref: '#/components/schemas/microsoft.graph.termStore.set' + additionalProperties: + type: object + microsoft.graph.termStore.relation: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: relation + type: object + properties: + relationship: + $ref: '#/components/schemas/microsoft.graph.termStore.relationType' + fromTerm: + $ref: '#/components/schemas/microsoft.graph.termStore.term' + set: + $ref: '#/components/schemas/microsoft.graph.termStore.set' + toTerm: + $ref: '#/components/schemas/microsoft.graph.termStore.term' + additionalProperties: + type: object microsoft.graph.deviceAndAppManagementAssignmentFilterType: title: deviceAndAppManagementAssignmentFilterType enum: @@ -29920,6 +31123,7 @@ components: properties: languageTag: type: string + description: The language to apply the override.Returned by default. Not nullable. translationBehavior: $ref: '#/components/schemas/microsoft.graph.translationBehavior' additionalProperties: @@ -30033,6 +31237,14 @@ components: - sideloaded - unknownFutureValue type: string + microsoft.graph.teamsAppInstallationScopes: + title: teamsAppInstallationScopes + enum: + - team + - groupChat + - personal + - unknownFutureValue + type: string microsoft.graph.teamsAppPublishingState: title: teamsAppPublishingState enum: @@ -30091,6 +31303,23 @@ components: - allowOverrideWithoutJustification - allowOverrideWithJustification type: string + microsoft.graph.teamworkHostedContent: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: teamworkHostedContent + type: object + properties: + contentBytes: + type: string + description: Write only. Bytes for the hosted content (such as images). + format: base64url + nullable: true + contentType: + type: string + description: 'Write only. Content type. sicj as image/png, image/jpg.' + nullable: true + additionalProperties: + type: object microsoft.graph.scheduleChangeRequest: allOf: - $ref: '#/components/schemas/microsoft.graph.changeTrackedEntity' @@ -30297,6 +31526,15 @@ components: nullable: true additionalProperties: type: object + microsoft.graph.mediaSourceContentCategory: + title: mediaSourceContentCategory + enum: + - meeting + - liveStream + - presentation + - screenRecording + - unknownFutureValue + type: string microsoft.graph.workbookCommentReply: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -30305,11 +31543,11 @@ components: properties: content: type: string - description: The content of replied comment. + description: The content of a comment reply. nullable: true contentType: type: string - description: Indicates the type for the replied comment. + description: Indicates the type for the comment reply. additionalProperties: type: object microsoft.graph.workbookOperationError: @@ -30390,7 +31628,7 @@ components: description: Represents whether the casing impacted the last sort of the table. Read-only. method: type: string - description: 'Represents Chinese character ordering method last used to sort the table. Possible values are: PinYin, StrokeCount. Read-only.' + description: 'Represents Chinese character ordering method last used to sort the table. The possible values are: PinYin, StrokeCount. Read-only.' additionalProperties: type: object microsoft.graph.workbookChart: @@ -30470,6 +31708,44 @@ components: type: object additionalProperties: type: object + microsoft.graph.termStore.localizedDescription: + title: localizedDescription + type: object + properties: + description: + type: string + description: The description in the localized language. + nullable: true + languageTag: + type: string + description: The language tag for the label. + nullable: true + additionalProperties: + type: object + microsoft.graph.termStore.localizedLabel: + title: localizedLabel + type: object + properties: + isDefault: + type: boolean + description: Indicates whether the label is the default label. + nullable: true + languageTag: + type: string + description: The anguage tag for the label. + nullable: true + name: + type: string + description: The name of the label. + nullable: true + additionalProperties: + type: object + microsoft.graph.termStore.relationType: + title: relationType + enum: + - pin + - reuse + type: string microsoft.graph.settingSourceType: title: settingSourceType enum: @@ -30550,7 +31826,7 @@ components: 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 end date and time for the shiftActivity. 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''. Required.' + description: 'The end date and time for the shiftActivity. 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 is 2014-01-01T00:00:00Z. Required.' format: date-time nullable: true isPaid: @@ -30560,7 +31836,7 @@ components: 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 start date and time for the shiftActivity. 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''. Required.' + description: 'The start date and time for the shiftActivity. 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 is 2014-01-01T00:00:00Z. Required.' format: date-time nullable: true theme: @@ -30590,7 +31866,7 @@ components: nullable: true dataOption: type: string - description: 'Represents additional sorting options for this field. Possible values are: Normal, TextAsNumber.' + description: 'Represents additional sorting options for this field. The possible values are: Normal, TextAsNumber.' icon: $ref: '#/components/schemas/microsoft.graph.workbookIcon' key: @@ -30601,7 +31877,7 @@ components: format: int32 sortOn: type: string - description: 'Represents the type of sorting of this condition. Possible values are: Value, CellColor, FontColor, Icon.' + description: 'Represents the type of sorting of this condition. The possible values are: Value, CellColor, FontColor, Icon.' additionalProperties: type: object microsoft.graph.workbookChartAxes: @@ -30826,7 +32102,7 @@ components: format: int32 set: type: string - description: 'Represents the set that the icon is part of. Possible values are: Invalid, ThreeArrows, ThreeArrowsGray, ThreeFlags, ThreeTrafficLights1, ThreeTrafficLights2, ThreeSigns, ThreeSymbols, ThreeSymbols2, FourArrows, FourArrowsGray, FourRedToBlack, FourRating, FourTrafficLights, FiveArrows, FiveArrowsGray, FiveRating, FiveQuarters, ThreeStars, ThreeTriangles, FiveBoxes.' + description: 'Represents the set that the icon is part of. The possible values are: Invalid, ThreeArrows, ThreeArrowsGray, ThreeFlags, ThreeTrafficLights1, ThreeTrafficLights2, ThreeSigns, ThreeSymbols, ThreeSymbols2, FourArrows, FourArrowsGray, FourRedToBlack, FourRating, FourTrafficLights, FiveArrows, FiveArrowsGray, FiveRating, FiveQuarters, ThreeStars, ThreeTriangles, FiveBoxes.' additionalProperties: type: object microsoft.graph.workbookChartAxis: diff --git a/openApiDocs/beta/Mail.yml b/openApiDocs/beta/Mail.yml index 025e8c2b582..ff46f3781f3 100644 --- a/openApiDocs/beta/Mail.yml +++ b/openApiDocs/beta/Mail.yml @@ -6182,7 +6182,7 @@ components: $ref: '#/components/schemas/microsoft.graph.itemBody' bodyPreview: type: string - description: 'The first 255 characters of the message body. It is in text format. If the message contains instances of mention, this property would contain a concatenation of these mentions as well.' + description: The first 255 characters of the message body. It is in text format. nullable: true ccRecipients: type: array @@ -6244,7 +6244,7 @@ components: 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. 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''.' + description: 'The date and time the message was received. The date and time information uses ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.' format: date-time nullable: true replyTo: @@ -6257,7 +6257,7 @@ components: 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. 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''.' + description: 'The date and time the message was sent. The date and time information uses ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.' format: date-time nullable: true subject: @@ -6326,12 +6326,12 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true name: type: string - description: The display name of the attachment. This does not need to be the actual file name. + description: The attachment's file name. nullable: true size: maximum: 2147483647 @@ -6447,11 +6447,11 @@ components: properties: address: type: string - description: The email address of an entity instance. + description: The email address of the person or entity. nullable: true name: type: string - description: The display name of an entity instance. + description: The display name of the person or entity. nullable: true additionalProperties: type: object @@ -6501,7 +6501,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.recipient' - description: The email address to which a message should be redirected. + description: The email addresses to which a message should be redirected. stopProcessingRules: type: boolean description: Indicates whether subsequent rules should be evaluated. @@ -6661,13 +6661,13 @@ components: 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''' + 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 is 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true additionalProperties: @@ -6801,10 +6801,10 @@ components: properties: dateTime: type: string - description: 'A single point of time in a combined date and time representation ({date}T{time}). For example, ''2019-04-16T09:00:00''.' + 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 possible values.' + description: 'Represents a time zone, for example, ''Pacific Standard Time''. See below for more possible values.' nullable: true additionalProperties: type: object diff --git a/openApiDocs/beta/Notes.yml b/openApiDocs/beta/Notes.yml index 3f0680d8d09..4c862b32e46 100644 --- a/openApiDocs/beta/Notes.yml +++ b/openApiDocs/beta/Notes.yml @@ -85075,7 +85075,7 @@ components: 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.' + 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 is 2014-01-01T00:00:00Z. Read-only.' format: date-time nullable: true level: @@ -85119,7 +85119,7 @@ components: $ref: '#/components/schemas/microsoft.graph.onenoteOperationError' percentComplete: type: string - description: The operation percent complete if the operation is still in running status + description: The operation percent complete if the operation is still in running status. nullable: true resourceId: type: string @@ -85174,7 +85174,7 @@ components: 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.' + 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 is 2014-01-01T00:00:00Z. Read-only.' format: date-time nullable: true additionalProperties: @@ -85216,7 +85216,7 @@ components: 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.' + 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 is 2014-01-01T00:00:00Z. Read-only.' format: date-time nullable: true additionalProperties: diff --git a/openApiDocs/beta/People.yml b/openApiDocs/beta/People.yml index cbb1f513923..115cd84ba2f 100644 --- a/openApiDocs/beta/People.yml +++ b/openApiDocs/beta/People.yml @@ -6344,7 +6344,7 @@ components: nullable: true personType: type: string - description: 'The type of person, for example distribution list.' + description: The type of person. nullable: true phones: type: array @@ -7248,12 +7248,12 @@ components: nullable: true latitude: type: number - description: 'Optional. The latitude, in decimal, for the item. Writable on OneDrive Personal.' + 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. Writable on OneDrive Personal.' + description: 'Optional. The longitude, in decimal, for the item. Read-only.' format: double nullable: true additionalProperties: diff --git a/openApiDocs/beta/PersonalContacts.yml b/openApiDocs/beta/PersonalContacts.yml index 2bd94af7363..4c4edf5f0f3 100644 --- a/openApiDocs/beta/PersonalContacts.yml +++ b/openApiDocs/beta/PersonalContacts.yml @@ -4161,7 +4161,7 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true children: @@ -4295,7 +4295,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.extension' - description: The collection of open extensions defined for the contact. Nullable. + description: The collection of open extensions defined for the contact. Read-only. Nullable. multiValueExtendedProperties: type: array items: @@ -4393,13 +4393,13 @@ components: 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''' + 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 is 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true additionalProperties: @@ -4507,11 +4507,11 @@ components: properties: address: type: string - description: The email address of an entity instance. + description: The email address of the person or entity. nullable: true name: type: string - description: The display name of an entity instance. + description: The display name of the person or entity. nullable: true additionalProperties: type: object @@ -4530,10 +4530,10 @@ components: properties: dateTime: type: string - description: 'A single point of time in a combined date and time representation ({date}T{time}). For example, ''2019-04-16T09:00:00''.' + 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 possible values.' + description: 'Represents a time zone, for example, ''Pacific Standard Time''. See below for more possible values.' nullable: true additionalProperties: type: object diff --git a/openApiDocs/beta/Planner.yml b/openApiDocs/beta/Planner.yml index 01b5fd0d405..0846f2daab9 100644 --- a/openApiDocs/beta/Planner.yml +++ b/openApiDocs/beta/Planner.yml @@ -12298,7 +12298,7 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true owner: @@ -12312,14 +12312,14 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.plannerBucket' - description: Collection of buckets in the plan. Read-only. Nullable. + 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: Collection of tasks in the plan. Read-only. Nullable. + description: Read-only. Nullable. Collection of tasks in the plan. additionalProperties: type: object microsoft.graph.plannerBucket: @@ -12383,7 +12383,7 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true conversationThreadId: @@ -12395,7 +12395,7 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true creationSource: @@ -12403,7 +12403,7 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true hasDescription: @@ -12444,7 +12444,7 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true title: @@ -12636,7 +12636,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.plannerTask' - description: Read-only. Nullable. Returns the plannerTasks assigned to the user. + description: Read-only. Nullable. Returns the plannerPlans shared with the user. additionalProperties: type: object microsoft.graph.plannerDelta: diff --git a/openApiDocs/beta/Reports.yml b/openApiDocs/beta/Reports.yml index 61c2815033d..b6831919e79 100644 --- a/openApiDocs/beta/Reports.yml +++ b/openApiDocs/beta/Reports.yml @@ -5878,6 +5878,31 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: function + '/reports/microsoft.graph.getTeamsDeviceUsageDistributionTotalUserCounts(period=''{period}'')': + get: + tags: + - reports.Functions + summary: Invoke function getTeamsDeviceUsageDistributionTotalUserCounts + operationId: reports_getTeamsDeviceUsageDistributionTotalUserCounts + parameters: + - name: period + in: path + description: 'Usage: period={period}' + required: true + schema: + type: string + responses: + '200': + description: Success + content: + application/json: + schema: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.teamsDeviceUsageDistributionUserCounts' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function '/reports/microsoft.graph.getTeamsDeviceUsageDistributionUserCounts(period=''{period}'')': get: tags: @@ -5903,6 +5928,31 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: function + '/reports/microsoft.graph.getTeamsDeviceUsageTotalUserCounts(period=''{period}'')': + get: + tags: + - reports.Functions + summary: Invoke function getTeamsDeviceUsageTotalUserCounts + operationId: reports_getTeamsDeviceUsageTotalUserCounts + parameters: + - name: period + in: path + description: 'Usage: period={period}' + required: true + schema: + type: string + responses: + '200': + description: Success + content: + application/json: + schema: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.teamsDeviceUsageUserCounts' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function '/reports/microsoft.graph.getTeamsDeviceUsageUserCounts(period=''{period}'')': get: tags: @@ -6005,6 +6055,106 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: function + '/reports/microsoft.graph.getTeamsUserActivityDistributionTotalUserCounts(period=''{period}'')': + get: + tags: + - reports.Functions + summary: Invoke function getTeamsUserActivityDistributionTotalUserCounts + operationId: reports_getTeamsUserActivityDistributionTotalUserCounts + parameters: + - name: period + in: path + description: 'Usage: period={period}' + required: true + schema: + type: string + responses: + '200': + description: Success + content: + application/json: + schema: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.teamsUserActivityDistributionUserCounts' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + '/reports/microsoft.graph.getTeamsUserActivityDistributionUserCounts(period=''{period}'')': + get: + tags: + - reports.Functions + summary: Invoke function getTeamsUserActivityDistributionUserCounts + operationId: reports_getTeamsUserActivityDistributionUserCounts + parameters: + - name: period + in: path + description: 'Usage: period={period}' + required: true + schema: + type: string + responses: + '200': + description: Success + content: + application/json: + schema: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.teamsUserActivityDistributionUserCounts' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + '/reports/microsoft.graph.getTeamsUserActivityTotalCounts(period=''{period}'')': + get: + tags: + - reports.Functions + summary: Invoke function getTeamsUserActivityTotalCounts + operationId: reports_getTeamsUserActivityTotalCounts + parameters: + - name: period + in: path + description: 'Usage: period={period}' + required: true + schema: + type: string + responses: + '200': + description: Success + content: + application/json: + schema: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.teamsUserActivityCounts' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + '/reports/microsoft.graph.getTeamsUserActivityTotalUserCounts(period=''{period}'')': + get: + tags: + - reports.Functions + summary: Invoke function getTeamsUserActivityTotalUserCounts + operationId: reports_getTeamsUserActivityTotalUserCounts + parameters: + - name: period + in: path + description: 'Usage: period={period}' + required: true + schema: + type: string + responses: + '200': + description: Success + content: + application/json: + schema: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.teamsUserActivityUserCounts' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function '/reports/microsoft.graph.getTeamsUserActivityUserCounts(period=''{period}'')': get: tags: @@ -7792,11 +7942,11 @@ components: 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: 'Indicates the date and time the activity was performed. The Timestamp type is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: ''2014-01-01T00:00:00Z''' + description: 'Indicates the date and time the activity was performed. The Timestamp type is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.' format: date-time activityDisplayName: type: string - description: 'Indicates the activity name or the operation name (E.g. ''Create User'', ''Add member to group''). For a list of activities logged, refer to Azure Ad activity list.' + description: 'Indicates the activity name or the operation name (examples: ''Create User'' and ''Add member to group''). For full list, see Azure AD activity list.' additionalDetails: type: array items: @@ -7822,7 +7972,7 @@ components: $ref: '#/components/schemas/microsoft.graph.operationResult' resultReason: type: string - description: Indicates the reason for failure if the result is 'Failure' or 'timeout'. + description: Indicates the reason for failure if the result is failure or timeout. nullable: true targetResources: type: array @@ -7844,7 +7994,7 @@ components: 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: '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''' + 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 is 2014-01-01T00:00:00Z' format: date-time changeId: type: string @@ -7920,11 +8070,11 @@ components: nullable: true appDisplayName: type: string - description: The application name displayed in the Azure Portal. + description: App name displayed in the Azure Portal. nullable: true appId: type: string - description: The application identifier in Azure Active Directory. + description: Unique GUID representing the app ID in the Azure Active Directory. nullable: true appliedConditionalAccessPolicies: type: array @@ -7957,18 +8107,18 @@ components: $ref: '#/components/schemas/microsoft.graph.authenticationRequirementPolicy' clientAppUsed: type: string - description: 'The legacy client used for sign-in activity. For example, Browser, Exchange Active Sync,Modern clients, IMAP, MAPI, SMTP, or POP.' + description: 'Identifies the legacy client used for sign-in activity. Includes Browser, Exchange Active Sync, modern clients, IMAP, MAPI, SMTP, and POP.' nullable: true conditionalAccessStatus: $ref: '#/components/schemas/microsoft.graph.conditionalAccessStatus' correlationId: type: string - description: The identifier that's sent from the client when sign-in is initiated. This is used for troubleshooting the corresponding sign-in activity when calling for support. + description: The request ID sent from the client when the sign-in is initiated; used to troubleshoot sign-in activity. 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 date and time the sign-in was initiated. The Timestamp type is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: ''2014-01-01T00:00:00Z''.' + description: 'Date and time (UTC) the sign-in was initiated. Example: midnight on Jan 1, 2014 is reported as 2014-01-01T00:00:00Z.' format: date-time deviceDetail: $ref: '#/components/schemas/microsoft.graph.deviceDetail' @@ -7980,14 +8130,14 @@ components: nullable: true ipAddress: type: string - description: The IP address of the client from where the sign-in occurred. + description: IP address of the client used to sign in. nullable: true ipAddressFromResourceProvider: type: string nullable: true isInteractive: type: boolean - description: Indicates whether a sign-in is interactive or not. + description: Indicates if a sign-in is interactive or not. nullable: true location: $ref: '#/components/schemas/microsoft.graph.signInLocation' @@ -7997,7 +8147,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.networkLocationDetail' - description: 'The network location details, such as IP address, location of the sign-in, the type of network used, and its names. Possible values: Named Netowrk, Extranet, Intranet, or Trusted Network.' + description: The network location details including the type of network used and its names. originalRequestId: type: string description: The request identifier of the first request in the authentication sequence. @@ -8011,11 +8161,11 @@ components: nullable: true resourceDisplayName: type: string - description: The name of the resource that the user signed in to. + description: Name of the resource the user signed into. nullable: true resourceId: type: string - description: The identifier of the resource that the user signed in to. + description: ID of the resource that the user signed into. nullable: true resourceTenantId: type: string @@ -8026,7 +8176,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.riskEventType' - description: 'The list of risk event types associated with the sign-in. Possible values: unlikelyTravel, anonymizedIPAddress, maliciousIPAddress, unfamiliarFeatures, malwareInfectedIPAddress, suspiciousIPAddress, leakedCredentials, investigationsThreatIntelligence, generic, or unknownFutureValue.' + description: 'Risk event types associated with the sign-in. The possible values are: unlikelyTravel, anonymizedIPAddress, maliciousIPAddress, unfamiliarFeatures, malwareInfectedIPAddress, suspiciousIPAddress, leakedCredentials, investigationsThreatIntelligence, generic, and unknownFutureValue.' riskEventTypes_v2: type: array items: @@ -8070,14 +8220,14 @@ components: nullable: true userDisplayName: type: string - description: The display name of the user. + description: Display name of the user that initiated the sign-in. nullable: true userId: type: string - description: The identifier of the user. + description: ID of the user that initiated the sign-in. userPrincipalName: type: string - description: The UPN of the user. + description: User principal name of the user that initiated the sign-in. nullable: true userType: $ref: '#/components/schemas/microsoft.graph.signInUserType' @@ -8319,7 +8469,7 @@ components: aggregatedEventDateTime: 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''.' + 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 is 2014-01-01T00:00:00Z.' format: date-time nullable: true appDisplayName: @@ -8409,16 +8559,16 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.registrationAuthMethod' - description: 'Represents the authentication method that the user has registered. Possible values are: email, mobilePhone, officePhone, securityQuestion (only used for self-service password reset), appNotification, appCode, and alternateMobilePhone (supported only in registration).' + description: 'Represents the authentication method that the user has registered. Possible values are: email, mobilePhone, officePhone, securityQuestion (only used for self-service password reset), appNotification, appCode, alternateMobilePhone (supported only in registration), fido, appPassword, unknownFutureValue.' isCapable: type: boolean description: Indicates whether the user is ready to perform self-service password reset or MFA. isEnabled: type: boolean - description: Indiciates whether the user enabled to perform self-service password reset. + description: Indicates whether the user enabled to perform self-service password reset. isMfaRegistered: type: boolean - description: Indiciates whether the user is registered for MFA. + description: Indicates whether the user is registered for MFA. isRegistered: type: boolean description: Indicates whether the user has registered any authentication methods for self-service password reset. @@ -8449,6 +8599,7 @@ components: properties: userPrincipalName: type: string + description: The UPN of the user represented by these statistics. nullable: true additionalProperties: type: object @@ -8458,7 +8609,7 @@ components: properties: content: type: string - description: Report content; details vary by report type. + description: Not yet documented format: base64url nullable: true additionalProperties: @@ -10021,7 +10172,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.keyValuePair' - description: 'Specifies all the validations check done on applications configuration details to evaluate if the application is ready to be moved to Azure AD. Possible names are: AdditionalWSFedEndpointCheckResult, AllowedAuthenticationClassReferencesCheckResult, AlwaysRequireAuthenticationCheckResult, AutoUpdateEnabledCheckResult, ClaimsProviderNameCheckResult, EncryptClaimsCheckResult, EncryptedNameIdRequiredCheckResult, MonitoringEnabledCheckResult,NotBeforeSkewCheckResult, RequestMFAFromClaimsProvidersCheckResult, SignedSamlRequestsRequiredCheckResult, AdditionalAuthenticationRulesCheckResult, TokenLifetimeCheckResult, DelegationAuthorizationRulesCheckResult, IssuanceAuthorizationRulesCheckResult, IssuanceTransformRulesCheckResult. Possible result values are 0, 1, or 2. 0 when the validation check passed, 1 when the validation check failed and 2 when the validation check is a warning.' + description: Specifies all the validations check done on applications configuration details to evaluate if the application is ready to be moved to Azure AD. relyingPartyId: type: string description: This identifier is used to identify the relying party to this Federation Service. It is used when issuing claims to the relying party. @@ -11067,10 +11218,18 @@ components: type: integer format: int64 nullable: true + chromeOS: + type: integer + format: int64 + nullable: true ios: type: integer format: int64 nullable: true + linux: + type: integer + format: int64 + nullable: true mac: type: integer format: int64 @@ -11107,10 +11266,18 @@ components: type: integer format: int64 nullable: true + chromeOS: + type: integer + format: int64 + nullable: true ios: type: integer format: int64 nullable: true + linux: + type: integer + format: int64 + nullable: true mac: type: integer format: int64 @@ -11156,6 +11323,9 @@ components: isDeleted: type: boolean nullable: true + isLicensed: + type: boolean + nullable: true lastActivityDate: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])$' type: string @@ -11172,9 +11342,15 @@ components: usedAndroidPhone: type: boolean nullable: true + usedChromeOS: + type: boolean + nullable: true usediOS: type: boolean nullable: true + usedLinux: + type: boolean + nullable: true usedMac: type: boolean nullable: true @@ -11229,6 +11405,38 @@ components: nullable: true additionalProperties: type: object + microsoft.graph.teamsUserActivityDistributionUserCounts: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: teamsUserActivityDistributionUserCounts + type: object + properties: + calls: + type: integer + format: int64 + nullable: true + meetings: + type: integer + format: int64 + nullable: true + privateChatMessages: + type: integer + format: int64 + nullable: true + reportPeriod: + type: string + nullable: true + reportRefreshDate: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])$' + type: string + format: date + nullable: true + teamChatMessages: + type: integer + format: int64 + nullable: true + additionalProperties: + type: object microsoft.graph.teamsUserActivityUserCounts: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -11276,11 +11484,24 @@ components: - title: teamsUserActivityUserDetail type: object properties: + adHocMeetingsAttendedCount: + type: integer + format: int64 + nullable: true + adHocMeetingsOrganizedCount: + type: integer + format: int64 + nullable: true assignedProducts: type: array items: type: string nullable: true + audioDuration: + pattern: '^-?P([0-9]+D)?(T([0-9]+H)?([0-9]+M)?([0-9]+([.][0-9]+)?S)?)?$' + type: string + format: duration + nullable: true callCount: type: integer format: int64 @@ -11296,6 +11517,9 @@ components: isDeleted: type: boolean nullable: true + isLicensed: + type: boolean + nullable: true lastActivityDate: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])$' type: string @@ -11305,6 +11529,14 @@ components: type: integer format: int64 nullable: true + meetingsAttendedCount: + type: integer + format: int64 + nullable: true + meetingsOrganizedCount: + type: integer + format: int64 + nullable: true privateChatMessageCount: type: integer format: int64 @@ -11317,6 +11549,27 @@ components: type: string format: date nullable: true + scheduledOneTimeMeetingsAttendedCount: + type: integer + format: int64 + nullable: true + scheduledOneTimeMeetingsOrganizedCount: + type: integer + format: int64 + nullable: true + scheduledRecurringMeetingsAttendedCount: + type: integer + format: int64 + nullable: true + scheduledRecurringMeetingsOrganizedCount: + type: integer + format: int64 + nullable: true + screenShareDuration: + pattern: '^-?P([0-9]+D)?(T([0-9]+H)?([0-9]+M)?([0-9]+([.][0-9]+)?S)?)?$' + type: string + format: duration + nullable: true teamChatMessageCount: type: integer format: int64 @@ -11324,6 +11577,11 @@ components: userPrincipalName: type: string nullable: true + videoDuration: + pattern: '^-?P([0-9]+D)?(T([0-9]+H)?([0-9]+M)?([0-9]+([.][0-9]+)?S)?)?$' + type: string + format: duration + nullable: true additionalProperties: type: object microsoft.graph.yammerActivitySummary: @@ -11701,7 +11959,7 @@ components: 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: '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''.' + 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 failureReason: type: string @@ -11734,11 +11992,11 @@ components: properties: key: type: string - description: 'Contains the name of the field that a value is associated with. When a sign in or domain hint is included in the sign-in request, corresponding fields are included as key-value pairs. Possible keys: Login hint present, Domain hint present.' + description: Key for the key-value pair. nullable: true value: type: string - description: Contains the corresponding value for the specified key. The value is true if a sign in hint was included in the sign-in request; otherwise false. The value is true if a domain hint was included in the sign-in request; otherwise false. + description: Value for the key-value pair. nullable: true additionalProperties: type: object @@ -11811,15 +12069,15 @@ components: properties: displayName: type: string - description: Name of property that was modified. + description: Indicates the property name of the target attribute that was changed. nullable: true newValue: type: string - description: New property value. + description: Indicates the updated value for the propery. nullable: true oldValue: type: string - description: Old property value. + description: Indicates the previous value (before the update) for the property. nullable: true additionalProperties: type: object @@ -11920,7 +12178,7 @@ components: description: 'Refers to the session controls enforced by the conditional access policy (example: ''Require app enforced controls'').' id: type: string - description: Unique GUID of the conditional access policy. + description: An identifier of the conditional access policy. nullable: true result: $ref: '#/components/schemas/microsoft.graph.appliedConditionalAccessPolicyResult' @@ -11932,7 +12190,7 @@ components: properties: authenticationMethod: type: string - description: 'The type of authentication method used to perform this step of authentication. Possible values: Password, SMS, Voice, Authenticator App, Software OATH token, Satisfied by token.' + description: 'The type of authentication method used to perform this step of authentication. Possible values: Password, SMS, Voice, Authenticator App, Software OATH token, Satisfied by token, Previously satisfied.' nullable: true authenticationMethodDetail: type: string @@ -11941,7 +12199,7 @@ components: authenticationStepDateTime: 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 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''.' + description: 'Represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.' format: date-time nullable: true authenticationStepRequirement: @@ -11983,34 +12241,34 @@ components: properties: browser: type: string - description: Indicates the browser information of the used for signing-in. + description: Indicates the browser information of the used for signing in. nullable: true browserId: type: string nullable: true deviceId: type: string - description: Refers to the UniqueID of the device used for signing-in. + description: Refers to the UniqueID of the device used for signing in. nullable: true displayName: type: string - description: Refers to the name of the device used for signing-in. + description: Refers to the name of the device used for signing in. nullable: true isCompliant: type: boolean - description: Indicates whether the device is compliant or not. + description: Indicates whether the device is compliant. nullable: true isManaged: type: boolean - description: Indicates if the device is managed or not. + description: Indicates whether the device is managed. nullable: true operatingSystem: type: string - description: Indicates the OS name and version used for signing-in. + description: Indicates the operating system name and version used for signing in. nullable: true trustType: type: string - description: 'Indicates information on whether the signed-in device is Workplace Joined, AzureAD Joined, Domain Joined.' + description: 'Provides information about whether the signed-in device is Workplace Joined, AzureAD Joined, Domain Joined.' nullable: true additionalProperties: type: object @@ -12507,8 +12765,8 @@ components: - success - failure - skipped - - unknownFutureValue - warning + - unknownFutureValue type: string microsoft.graph.identity: title: identity @@ -12589,12 +12847,12 @@ components: nullable: true latitude: type: number - description: 'Optional. The latitude, in decimal, for the item. Writable on OneDrive Personal.' + 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. Writable on OneDrive Personal.' + description: 'Optional. The longitude, in decimal, for the item. Read-only.' format: double nullable: true additionalProperties: diff --git a/openApiDocs/beta/SchemaExtensions.yml b/openApiDocs/beta/SchemaExtensions.yml index 29efe9c61c5..4a77030ec49 100644 --- a/openApiDocs/beta/SchemaExtensions.yml +++ b/openApiDocs/beta/SchemaExtensions.yml @@ -245,7 +245,7 @@ components: type: array items: type: string - description: 'Set of Microsoft Graph types (that can support extensions) that the schema extension can be applied to. Select from administrativeUnit, contact, device, event, group, message, organization, post, or user.' + description: 'Set of Microsoft Graph types (that can support extensions) that the schema extension can be applied to. Select from contact, device, event, group, message, organization, post, or user.' additionalProperties: type: object microsoft.graph.entity: @@ -263,7 +263,7 @@ components: properties: name: type: string - description: The name of the strongly typed property defined as part of a schema extension. + description: The name of the strongly-typed property defined as part of a schema extension. nullable: true type: type: string diff --git a/openApiDocs/beta/Search.yml b/openApiDocs/beta/Search.yml index 627b0ad4c69..09496c24f19 100644 --- a/openApiDocs/beta/Search.yml +++ b/openApiDocs/beta/Search.yml @@ -44,7 +44,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.external' + $ref: '#/components/schemas/microsoft.graph.externalConnectors.external' links: connections: operationId: external.ListConnections @@ -61,7 +61,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.external' + $ref: '#/components/schemas/microsoft.graph.externalConnectors.external' required: true responses: '204': @@ -150,7 +150,7 @@ paths: value: type: array items: - $ref: '#/components/schemas/microsoft.graph.externalConnection' + $ref: '#/components/schemas/microsoft.graph.externalConnectors.externalConnection' '@odata.nextLink': type: string additionalProperties: @@ -171,7 +171,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.externalConnection' + $ref: '#/components/schemas/microsoft.graph.externalConnectors.externalConnection' required: true responses: '201': @@ -179,7 +179,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.externalConnection' + $ref: '#/components/schemas/microsoft.graph.externalConnectors.externalConnection' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -239,7 +239,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.externalConnection' + $ref: '#/components/schemas/microsoft.graph.externalConnectors.externalConnection' links: groups: operationId: external.Connections.ListGroups @@ -278,7 +278,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.externalConnection' + $ref: '#/components/schemas/microsoft.graph.externalConnectors.externalConnection' required: true responses: '204': @@ -386,6 +386,8 @@ paths: type: array items: $ref: '#/components/schemas/microsoft.graph.searchRequest' + queryAlterationOptions: + $ref: '#/components/schemas/microsoft.graph.searchAlterationOptions' additionalProperties: type: object required: true @@ -395,58 +397,52 @@ paths: content: application/json: schema: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.searchResponse' + $ref: '#/components/schemas/microsoft.graph.searchResponse' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: action components: schemas: - microsoft.graph.external: + microsoft.graph.externalConnectors.external: title: external type: object properties: connections: type: array items: - $ref: '#/components/schemas/microsoft.graph.externalConnection' + $ref: '#/components/schemas/microsoft.graph.externalConnectors.externalConnection' additionalProperties: type: object - microsoft.graph.externalConnection: + microsoft.graph.externalConnectors.externalConnection: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: externalConnection type: object properties: configuration: - $ref: '#/components/schemas/microsoft.graph.configuration' + $ref: '#/components/schemas/microsoft.graph.externalConnectors.configuration' description: type: string - description: Description of the connection displayed in the Microsoft 365 admin center. Optional. nullable: true name: type: string - description: The display name of the connection to be displayed in the Microsoft 365 admin center. Maximum length of 128 characters. Required. nullable: true state: - $ref: '#/components/schemas/microsoft.graph.connectionState' + $ref: '#/components/schemas/microsoft.graph.externalConnectors.connectionState' groups: type: array items: - $ref: '#/components/schemas/microsoft.graph.externalGroup' + $ref: '#/components/schemas/microsoft.graph.externalConnectors.externalGroup' items: type: array items: - $ref: '#/components/schemas/microsoft.graph.externalItem' - description: Read-only. Nullable. + $ref: '#/components/schemas/microsoft.graph.externalConnectors.externalItem' operations: type: array items: - $ref: '#/components/schemas/microsoft.graph.connectionOperation' - description: Read-only. Nullable. + $ref: '#/components/schemas/microsoft.graph.externalConnectors.connectionOperation' schema: - $ref: '#/components/schemas/microsoft.graph.schema' + $ref: '#/components/schemas/microsoft.graph.externalConnectors.schema' additionalProperties: type: object microsoft.graph.searchEntity: @@ -476,10 +472,10 @@ components: items: type: string nullable: true - description: 'Contains the connection to be targeted. Respects the following format : /external/connections/connectionid where connectionid is the ConnectionId defined in the Connectors Administration. Note : contentSource is only applicable when entityType=externalItem. Optional.' + description: 'Contains the connection to be targeted. Respects the following format : /external/connections/connectionid where connectionid is the ConnectionId defined in the Connectors Administration. Note: contentSource is only applicable when entityType=externalItem. Optional.' enableTopResults: type: boolean - description: 'This triggers hybrid sort for messages : the first 3 messages are the most relevant. This property is only applicable to entityType=message. Optional.' + description: 'This triggers hybrid sort for messages: the first 3 messages are the most relevant. This property is only applicable to entityType=message. Optional.' nullable: true entityTypes: type: array @@ -491,7 +487,7 @@ components: items: type: string nullable: true - description: 'Contains the fields to be returned for each resource object specified in entityTypes, allowing customization of the fields returned by default otherwise, including additional fields such as custom managed properties from SharePoint and OneDrive, or custom fields in externalItem from content ingested by Graph connectors. Optional.' + description: 'Contains the fields to be returned for each resource object specified in entityTypes, allowing customization of the fields returned by default otherwise, including additional fields such as custom managed properties from SharePoint and OneDrive, or custom fields in externalItem from content that Microsoft Graph connectors bring in. The fields property can be using the semantic labels applied to properties. For example, if a property is label as title, you can retrieve it using the following syntax : label_title.Optional.' from: maximum: 2147483647 minimum: -2147483648 @@ -518,21 +514,28 @@ components: nullable: true additionalProperties: type: object + microsoft.graph.searchAlterationOptions: + title: searchAlterationOptions + type: object + properties: + enableModification: + type: boolean + nullable: true + enableSuggestion: + type: boolean + nullable: true + additionalProperties: + type: object microsoft.graph.searchResponse: title: searchResponse type: object properties: - hitsContainers: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.searchHitsContainer' - description: A collection of search results. - searchTerms: + queryAlterationResponse: + $ref: '#/components/schemas/microsoft.graph.alterationResponse' + value: type: array items: - type: string - nullable: true - description: Contains the search terms sent in the initial search query. + $ref: '#/components/schemas/microsoft.graph.searchResultSet' additionalProperties: type: object microsoft.graph.entity: @@ -544,19 +547,18 @@ components: description: Read-only. additionalProperties: type: object - microsoft.graph.configuration: + microsoft.graph.externalConnectors.configuration: title: configuration type: object properties: - authorizedApps: + authorizedAppIds: type: array items: type: string nullable: true - description: A collection of application IDs for registered Azure Active Directory apps that are allowed to manage the externalConnection and to index content in the externalConnection. additionalProperties: type: object - microsoft.graph.connectionState: + microsoft.graph.externalConnectors.connectionState: title: connectionState enum: - draft @@ -565,7 +567,7 @@ components: - limitExceeded - unknownFutureValue type: string - microsoft.graph.externalGroup: + microsoft.graph.externalConnectors.externalGroup: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: externalGroup @@ -573,20 +575,17 @@ components: properties: description: type: string - description: The description of the external group. Optional. nullable: true displayName: type: string - description: The friendly name of the external group. Optional. nullable: true members: type: array items: - $ref: '#/components/schemas/microsoft.graph.externalGroupMember' - description: 'A member added to an externalGroup. You can add Azure Active Directory users, Azure Active Directory groups, or other externalGroups as members.' + $ref: '#/components/schemas/microsoft.graph.externalConnectors.externalGroupMember' additionalProperties: type: object - microsoft.graph.externalItem: + microsoft.graph.externalConnectors.externalItem: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: externalItem @@ -595,27 +594,26 @@ components: acl: type: array items: - $ref: '#/components/schemas/microsoft.graph.acl' - description: An array of access control entries. Each entry specifies the access granted to a user or group. Required. + $ref: '#/components/schemas/microsoft.graph.externalConnectors.acl' content: - $ref: '#/components/schemas/microsoft.graph.externalItemContent' + $ref: '#/components/schemas/microsoft.graph.externalConnectors.externalItemContent' properties: - $ref: '#/components/schemas/microsoft.graph.properties' + $ref: '#/components/schemas/microsoft.graph.externalConnectors.properties' additionalProperties: type: object - microsoft.graph.connectionOperation: + microsoft.graph.externalConnectors.connectionOperation: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: connectionOperation type: object properties: error: - $ref: '#/components/schemas/microsoft.graph.errorDetail' + $ref: '#/components/schemas/microsoft.graph.publicError' status: - $ref: '#/components/schemas/microsoft.graph.connectionOperationStatus' + $ref: '#/components/schemas/microsoft.graph.externalConnectors.connectionOperationStatus' additionalProperties: type: object - microsoft.graph.schema: + microsoft.graph.externalConnectors.schema: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: schema @@ -623,12 +621,10 @@ components: properties: baseType: type: string - description: Must be set to microsoft.graph.externalItem. Required. properties: type: array items: - $ref: '#/components/schemas/microsoft.graph.property' - description: 'The properties defined for the items in the connection. The minimum number of properties is one, the maximum is 128.' + $ref: '#/components/schemas/microsoft.graph.externalConnectors.property' additionalProperties: type: object microsoft.graph.aggregationOption: @@ -687,31 +683,32 @@ components: description: The name of the property to sort on. Required. additionalProperties: type: object - microsoft.graph.searchHitsContainer: - title: searchHitsContainer + microsoft.graph.alterationResponse: + title: alterationResponse type: object properties: - aggregations: + originalQueryString: + type: string + nullable: true + queryAlteration: + $ref: '#/components/schemas/microsoft.graph.searchAlteration' + queryAlterationType: + $ref: '#/components/schemas/microsoft.graph.searchAlterationType' + additionalProperties: + type: object + microsoft.graph.searchResultSet: + title: searchResultSet + type: object + properties: + hitsContainers: type: array items: - $ref: '#/components/schemas/microsoft.graph.searchAggregation' - description: Contains the collection of aggregations computed based on the provided aggregationOption specified in the request. - hits: + $ref: '#/components/schemas/microsoft.graph.searchHitsContainer' + searchTerms: type: array items: - $ref: '#/components/schemas/microsoft.graph.searchHit' - description: A collection of the search results. - moreResultsAvailable: - type: boolean - description: 'Provides information if more results are available. Based on this information, you can adjust the from and size properties of the searchRequest accordingly.' - nullable: true - total: - maximum: 2147483647 - minimum: -2147483648 - type: integer - description: 'The total number of results. Note this is not the number of results on the page, but the total number of results satisfying the query.' - format: int32 - nullable: true + type: string + nullable: true additionalProperties: type: object odata.error: @@ -723,79 +720,83 @@ components: $ref: '#/components/schemas/odata.error.main' additionalProperties: type: object - microsoft.graph.externalGroupMember: + microsoft.graph.externalConnectors.externalGroupMember: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: externalGroupMember type: object properties: identitySource: - $ref: '#/components/schemas/microsoft.graph.identitySourceType' + $ref: '#/components/schemas/microsoft.graph.externalConnectors.identitySourceType' type: - $ref: '#/components/schemas/microsoft.graph.externalGroupMemberType' + $ref: '#/components/schemas/microsoft.graph.externalConnectors.externalGroupMemberType' additionalProperties: type: object - microsoft.graph.acl: + microsoft.graph.externalConnectors.acl: title: acl type: object properties: accessType: - $ref: '#/components/schemas/microsoft.graph.accessType' + $ref: '#/components/schemas/microsoft.graph.externalConnectors.accessType' identitySource: - type: string - description: The source of identity. Possible values are azureActiveDirectory or external. + $ref: '#/components/schemas/microsoft.graph.externalConnectors.identitySourceType' type: - $ref: '#/components/schemas/microsoft.graph.aclType' + $ref: '#/components/schemas/microsoft.graph.externalConnectors.aclType' value: type: string - description: 'The unique identifer of the identity. In case of Azure Active Directory identities, value is set to the object identifier of the user, group or tenant for types user, group and everyone (and everyoneExceptGuests) respectively. In case of external groups value is set to the ID of the externalGroup.' additionalProperties: type: object - microsoft.graph.externalItemContent: + microsoft.graph.externalConnectors.externalItemContent: title: externalItemContent type: object properties: type: - $ref: '#/components/schemas/microsoft.graph.externalItemContentType' + $ref: '#/components/schemas/microsoft.graph.externalConnectors.externalItemContentType' value: type: string - description: The content for the externalItem. Required. nullable: true additionalProperties: type: object - microsoft.graph.properties: + microsoft.graph.externalConnectors.properties: title: properties type: object additionalProperties: type: object - microsoft.graph.errorDetail: - title: errorDetail + microsoft.graph.publicError: + title: publicError type: object properties: + code: + type: string + description: Represents the error code. + nullable: true details: type: array items: - $ref: '#/components/schemas/microsoft.graph.innerErrorDetail' - description: 'A collection of inner errors, if any. Read-only, nullable.' - errorCode: + $ref: '#/components/schemas/microsoft.graph.publicErrorDetail' + description: Details of the error. + innerError: + $ref: '#/components/schemas/microsoft.graph.publicInnerError' + message: type: string - description: 'The error code associated with the error, if any. Read-only, nullable.' + description: A non-localized message for the developer. nullable: true - message: + target: type: string - description: The human-readable error message. Read-only. + description: The target of the error. nullable: true additionalProperties: type: object - microsoft.graph.connectionOperationStatus: + microsoft.graph.externalConnectors.connectionOperationStatus: title: connectionOperationStatus enum: - unspecified - inprogress - completed - failed + - unknownFutureValue type: string - microsoft.graph.property: + microsoft.graph.externalConnectors.property: title: property type: object properties: @@ -804,36 +805,26 @@ components: items: type: string nullable: true - description: 'A set of aliases or a friendly names for the property. Maximum 32 characters. Each string must not contain control characters, whitespace, or any of the following: :, ;, ,, (, ), [, ], {, }, %, $, +, !, *, =, &, ?, @, #, /, ~, '', '', <, >, `' - isContent: - type: boolean - nullable: true isQueryable: type: boolean - description: Specifies if the property is queryable. Queryable properties can be used in Keyword Query Language (KQL) queries. Optional. nullable: true isRefinable: type: boolean - description: Specifies if the property is refinable. Refinable properties can be used to filter search results in the Search API and add a refiner control in the Microsoft Search user experience. Optional. nullable: true isRetrievable: type: boolean - description: Specifies if the property is retrievable. Retrievable properties are returned in the result set when items are returned by the search API. Retrievable properties are also available to add to the display template used to render search results. Optional. nullable: true isSearchable: type: boolean - description: Specifies if the property is searchable. Only properties of type String or StringCollection can be searchable. Non-searchable properties are not added to the search index. Optional. nullable: true labels: type: array items: - $ref: '#/components/schemas/microsoft.graph.label' - description: 'Specifies one or more well-known tags added against a property. Labels help Microsoft Search understand the semantics of the data in the connection. Adding appropriate labels would result in an enhanced search experience (e.g. better relevance). Supported labels: title, url, createdBy, lastModifiedBy, authors, createdDateTime, lastModifiedDateTime, fileName and fileExtension. Optional.' + $ref: '#/components/schemas/microsoft.graph.externalConnectors.label' name: type: string - description: 'The name of the property. Maximum 32 characters. Must not contain control characters, whitespace, or any of the following: :, ;, ,, (, ), [, ], {, }, %, $, +, !, *, =, &, ?, @, #, /, ~, '', '', <, >, `' type: - $ref: '#/components/schemas/microsoft.graph.propertyType' + $ref: '#/components/schemas/microsoft.graph.externalConnectors.propertyType' additionalProperties: type: object microsoft.graph.bucketAggregationDefinition: @@ -873,60 +864,53 @@ components: description: Contains the actual search terms of the request. additionalProperties: type: object - microsoft.graph.searchAggregation: - title: searchAggregation + microsoft.graph.searchAlteration: + title: searchAlteration type: object properties: - buckets: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.searchBucket' - description: Defines the actual buckets of the computed aggregation. - field: + alteredHighlightedQueryString: + type: string + nullable: true + alteredQueryString: type: string - description: Defines on which field the aggregation was computed on. nullable: true + alteredQueryTokens: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.alteredQueryToken' additionalProperties: type: object - microsoft.graph.searchHit: - title: searchHit + microsoft.graph.searchAlterationType: + title: searchAlterationType + enum: + - suggestion + - modification + type: string + microsoft.graph.searchHitsContainer: + title: searchHitsContainer type: object properties: - contentSource: - type: string - description: The name of the content source which the externalItem is part of . - nullable: true - hitId: - type: string - description: The internal identifier for the item. - nullable: true - rank: - maximum: 2147483647 - minimum: -2147483648 - type: integer - description: The rank or the order of the result. - format: int32 - nullable: true - summary: - type: string - description: 'A summary of the result, if a summary is available.' - nullable: true - _id: - type: string + aggregations: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.searchAggregation' + description: Contains the collection of aggregations computed based on the provided aggregationOption specified in the request. + hits: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.searchHit' + description: A collection of the search results. + moreResultsAvailable: + type: boolean + description: 'Provides information if more results are available. Based on this information, you can adjust the from and size properties of the searchRequest accordingly.' nullable: true - _score: + total: maximum: 2147483647 minimum: -2147483648 type: integer + description: 'The total number of results. Note this is not the number of results on the page, but the total number of results satisfying the query.' format: int32 nullable: true - _summary: - type: string - nullable: true - resource: - $ref: '#/components/schemas/microsoft.graph.entity' - _source: - $ref: '#/components/schemas/microsoft.graph.entity' additionalProperties: type: object odata.error.main: @@ -952,54 +936,85 @@ components: description: The structure of this object is service-specific additionalProperties: type: object - microsoft.graph.identitySourceType: + microsoft.graph.externalConnectors.identitySourceType: title: identitySourceType enum: - azureActiveDirectory - external + - unknownFutureValue type: string - microsoft.graph.externalGroupMemberType: + microsoft.graph.externalConnectors.externalGroupMemberType: title: externalGroupMemberType enum: - user - group + - unknownFutureValue type: string - microsoft.graph.accessType: + microsoft.graph.externalConnectors.accessType: title: accessType enum: - grant - deny + - unknownFutureValue type: string - microsoft.graph.aclType: + microsoft.graph.externalConnectors.aclType: title: aclType enum: - user - group - everyone - everyoneExceptGuests + - unknownFutureValue type: string - microsoft.graph.externalItemContentType: + microsoft.graph.externalConnectors.externalItemContentType: title: externalItemContentType enum: - text - html - unknownFutureValue type: string - microsoft.graph.innerErrorDetail: - title: innerErrorDetail + microsoft.graph.publicErrorDetail: + title: publicErrorDetail type: object properties: + code: + type: string + description: The error code. + nullable: true message: type: string - description: The human-readable error message. Read-only. + description: The error message. nullable: true - source: + target: type: string - description: The source of the error. Read-only. + description: The target of the error. nullable: true additionalProperties: type: object - microsoft.graph.label: + microsoft.graph.publicInnerError: + title: publicInnerError + type: object + properties: + code: + type: string + description: The error code. + nullable: true + details: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.publicErrorDetail' + description: A collection of error details. + message: + type: string + description: The error message. + nullable: true + target: + type: string + description: The target of the error. + nullable: true + additionalProperties: + type: object + microsoft.graph.externalConnectors.label: title: label enum: - title @@ -1011,19 +1026,21 @@ components: - lastModifiedDateTime - fileName - fileExtension + - unknownFutureValue type: string - microsoft.graph.propertyType: + microsoft.graph.externalConnectors.propertyType: title: propertyType enum: - - String - - Int64 - - Double - - DateTime - - Boolean - - StringCollection - - Int64Collection - - DoubleCollection - - DateTimeCollection + - string + - int64 + - double + - dateTime + - boolean + - stringCollection + - int64Collection + - doubleCollection + - dateTimeCollection + - unknownFutureValue type: string microsoft.graph.bucketAggregationRange: title: bucketAggregationRange @@ -1044,25 +1061,81 @@ components: - keyAsString - keyAsNumber type: string - microsoft.graph.searchBucket: - title: searchBucket + microsoft.graph.alteredQueryToken: + title: alteredQueryToken type: object properties: - aggregationFilterToken: + length: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + nullable: true + offset: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + nullable: true + suggestion: type: string - description: 'A token containing the encoded filter to aggregate search matches by the specific key value. To use the filter, pass the token as part of the aggregationFilter property in a searchRequest object, in the format ''{field}:/''{aggregationFilterToken}/''''. See an example.' nullable: true - count: + additionalProperties: + type: object + microsoft.graph.searchAggregation: + title: searchAggregation + type: object + properties: + buckets: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.searchBucket' + description: Defines the actual buckets of the computed aggregation. + field: + type: string + description: Defines on which field the aggregation was computed on. + nullable: true + additionalProperties: + type: object + microsoft.graph.searchHit: + title: searchHit + type: object + properties: + contentSource: + type: string + description: The name of the content source which the externalItem is part of . + nullable: true + hitId: + type: string + description: The internal identifier for the item. + nullable: true + rank: maximum: 2147483647 minimum: -2147483648 type: integer - description: The approximate number of search matches that share the same value specified in the key property. Note that this number is not the exact number of matches. + description: The rank or the order of the result. format: int32 nullable: true - key: + summary: + type: string + description: 'A summary of the result, if a summary is available.' + nullable: true + _id: + type: string + nullable: true + _score: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + nullable: true + _summary: type: string - description: The discrete value of the field that an aggregation was computed on. nullable: true + resource: + $ref: '#/components/schemas/microsoft.graph.entity' + _source: + $ref: '#/components/schemas/microsoft.graph.entity' additionalProperties: type: object odata.error.detail: @@ -1079,6 +1152,27 @@ components: type: string additionalProperties: type: object + microsoft.graph.searchBucket: + title: searchBucket + type: object + properties: + aggregationFilterToken: + type: string + description: 'A token containing the encoded filter to aggregate search matches by the specific key value. To use the filter, pass the token as part of the aggregationFilter property in a searchRequest object, in the format ''{field}:/''{aggregationFilterToken}/''''. See an example.' + nullable: true + count: + maximum: 2147483647 + minimum: -2147483648 + type: integer + description: The approximate number of search matches that share the same value specified in the key property. Note that this number is not the exact number of matches. + format: int32 + nullable: true + key: + type: string + description: The discrete value of the field that an aggregation was computed on. + nullable: true + additionalProperties: + type: object responses: error: description: error diff --git a/openApiDocs/beta/Security.yml b/openApiDocs/beta/Security.yml index 894ec6e10ce..afb9cec5426 100644 --- a/openApiDocs/beta/Security.yml +++ b/openApiDocs/beta/Security.yml @@ -3628,7 +3628,7 @@ components: 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 - description: 'Time at which the alert was closed. 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'' (supports update).' + description: 'Time at which the alert was closed. 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 is 2014-01-01T00:00:00Z (supports update).' format: date-time nullable: true cloudAppStates: @@ -3652,7 +3652,7 @@ components: 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 at which the alert was created by the alert provider. 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''. Required.' + description: 'Time at which the alert was created by the alert provider. 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 is 2014-01-01T00:00:00Z. Required.' format: date-time nullable: true description: @@ -3668,7 +3668,7 @@ components: 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 at which the event(s) that served as the trigger(s) to generate the alert occurred. 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''. Required.' + description: 'Time at which the event(s) that served as the trigger(s) to generate the alert occurred. 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 is 2014-01-01T00:00:00Z. Required.' format: date-time nullable: true feedback: @@ -3706,7 +3706,7 @@ components: 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: 'Time at which the alert entity was last modified. 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''.' + description: 'Time at which the alert entity was last modified. 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 is 2014-01-01T00:00:00Z.' format: date-time nullable: true malwareStates: @@ -4163,7 +4163,7 @@ components: description: The collection of compliance information associated with secure score control controlCategory: type: string - description: 'Control action category (Account, Data, Device, Apps, Infrastructure).' + description: 'Control action category (Identity, Data, Device, Apps, Infrastructure).' nullable: true controlStateUpdates: type: array @@ -4186,7 +4186,7 @@ components: nullable: true maxScore: type: number - description: Current obtained max score on specified date. + description: max attainable score for the control. format: double nullable: true rank: @@ -4213,7 +4213,7 @@ components: items: type: string nullable: true - description: 'List of threats the control mitigates (accountBreach,dataDeletion,dataExfiltration,dataSpillage,elevationOfPrivilege,maliciousInsider,passwordCracking,phishingOrWhaling,spoofing).' + description: 'List of threats the control mitigates (accountBreach,dataDeletion,dataExfiltration,dataSpillage,' tier: type: string description: 'Control tier (Core, Defense in Depth, Advanced.)' @@ -4313,13 +4313,13 @@ components: 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: 'Timestamp when the action was completed. 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''' + description: 'Timestamp when the action was completed. 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 is 2014-01-01T00:00:00Z' 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 - description: 'Timestamp when the action 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''' + description: 'Timestamp when the action 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true errorInfo: @@ -4327,7 +4327,7 @@ components: 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: 'Timestamp when this action was last updated. 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''' + description: 'Timestamp when this action was last updated. 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true name: @@ -4422,7 +4422,7 @@ components: 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: 'DateTime string indicating when the Indicator expires. All indicators must have an expiration date to avoid stale indicators persisting in the system. 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''. Required.' + description: 'DateTime string indicating when the Indicator expires. All indicators must have an expiration date to avoid stale indicators persisting in the system. 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 is 2014-01-01T00:00:00Z. Required.' format: date-time nullable: true externalId: @@ -4466,7 +4466,7 @@ components: ingestedDateTime: 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: 'Stamped by the system when the indicator is ingested. 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''' + description: 'Stamped by the system when the indicator is ingested. 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true isActive: @@ -4486,7 +4486,7 @@ components: 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: 'The last time the indicator was seen. 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''' + description: 'The last time the indicator was seen. 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true malwareFamilyNames: @@ -4770,7 +4770,7 @@ components: updatedDateTime: 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 the alert update. 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''' + description: 'Date and time of the alert update. 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true user: @@ -4898,7 +4898,7 @@ components: properties: applicationName: type: string - description: 'Name of the application managing the network connection (for example, Facebook, SMTP, etc.).' + description: 'Name of the application managing the network connection (for example, Facebook or SMTP).' nullable: true destinationAddress: type: string @@ -4925,7 +4925,7 @@ components: domainRegisteredDateTime: 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 when the destination domain was registered. 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''' + description: 'Date when the destination domain was registered. 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true localDnsName: @@ -4989,7 +4989,7 @@ components: 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 at which the process was started. 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''.' + description: 'Time at which the process was started. 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 is 2014-01-01T00:00:00Z.' format: date-time nullable: true fileHash: @@ -5007,7 +5007,7 @@ components: parentProcessCreatedDateTime: 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 at which the parent process was started. 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''.' + description: 'DateTime at which the parent process was started. 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 is 2014-01-01T00:00:00Z.' format: date-time nullable: true parentProcessId: @@ -5178,7 +5178,7 @@ components: logonDateTime: 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 sign-in occurred. 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''.' + description: 'Time at which the sign-in occurred. 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 is 2014-01-01T00:00:00Z.' format: date-time nullable: true logonId: @@ -5324,13 +5324,13 @@ components: firstSeenDateTime: 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 at which the earliest logon by this user account occurred (provider-determined period). 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''.' + description: 'DateTime at which the earliest logon by this user account occurred (provider-determined period). 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 is 2014-01-01T00:00:00Z.' format: date-time nullable: true lastSeenDateTime: 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 at which the latest logon by this user account occurred. 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''.' + description: 'DateTime at which the latest logon by this user account occurred. 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 is 2014-01-01T00:00:00Z.' format: date-time nullable: true logonId: @@ -5512,7 +5512,7 @@ components: updatedDateTime: 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 when the actionState was updated. 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''' + description: 'Timestamp when the actionState was updated. 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true user: diff --git a/openApiDocs/beta/Sites.yml b/openApiDocs/beta/Sites.yml index 5393bc1e63f..5b169ca1a11 100644 --- a/openApiDocs/beta/Sites.yml +++ b/openApiDocs/beta/Sites.yml @@ -104,6 +104,7 @@ paths: - pages - permissions - sites + - termStore - onenote type: string - name: $expand @@ -130,6 +131,7 @@ paths: - pages - permissions - sites + - termStore - onenote type: string responses: @@ -244,6 +246,7 @@ paths: - pages - permissions - sites + - termStore - onenote type: string - name: $expand @@ -270,6 +273,7 @@ paths: - pages - permissions - sites + - termStore - onenote type: string responses: @@ -345,6 +349,11 @@ paths: parameters: group-id: $request.path.group-id site-id: $request.path.site-id + termStore: + operationId: groups.Sites.GetTermStore + parameters: + group-id: $request.path.group-id + site-id: $request.path.site-id onenote: operationId: groups.Sites.GetOnenote parameters: @@ -508,6 +517,7 @@ paths: - pages - permissions - sites + - termStore - onenote type: string - name: $expand @@ -534,6 +544,7 @@ paths: - pages - permissions - sites + - termStore - onenote type: string responses: @@ -633,6 +644,7 @@ paths: - pages - permissions - sites + - termStore - onenote type: string - name: $expand @@ -659,6 +671,7 @@ paths: - pages - permissions - sites + - termStore - onenote type: string responses: @@ -721,6 +734,10 @@ paths: operationId: sites.ListSites parameters: site-id: $request.path.site-id + termStore: + operationId: sites.GetTermStore + parameters: + site-id: $request.path.site-id onenote: operationId: sites.GetOnenote parameters: @@ -2086,12 +2103,8 @@ paths: type: object required: true responses: - '200': + '204': description: Success - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.contentType' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: action @@ -2132,12 +2145,8 @@ paths: type: object required: true responses: - '200': + '204': description: Success - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.contentType' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: action @@ -2195,12 +2204,8 @@ paths: type: string x-ms-docs-key-type: contentType responses: - '200': + '204': description: Success - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.contentType' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: action @@ -2226,12 +2231,8 @@ paths: type: string x-ms-docs-key-type: contentType responses: - '200': + '204': description: Success - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.contentType' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: action @@ -3815,12 +3816,8 @@ paths: type: object required: true responses: - '200': + '204': description: Success - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.contentType' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: action @@ -3861,12 +3858,8 @@ paths: type: object required: true responses: - '200': + '204': description: Success - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.contentType' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: action @@ -3924,12 +3917,8 @@ paths: type: string x-ms-docs-key-type: contentType responses: - '200': + '204': description: Success - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.contentType' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: action @@ -3955,12 +3944,8 @@ paths: type: string x-ms-docs-key-type: contentType responses: - '200': + '204': description: Success - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.contentType' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: action @@ -5560,6 +5545,7 @@ paths: - folder - image - location + - media - package - pendingOperations - photo @@ -5570,6 +5556,7 @@ paths: - shared - sharepointIds - size + - source - specialFolder - video - webDavUrl @@ -6666,6 +6653,7 @@ paths: - folder - image - location + - media - package - pendingOperations - photo @@ -6676,6 +6664,7 @@ paths: - shared - sharepointIds - size + - source - specialFolder - video - webDavUrl @@ -9042,12 +9031,8 @@ paths: type: object required: true responses: - '200': + '204': description: Success - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.contentType' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: action @@ -9095,12 +9080,8 @@ paths: type: object required: true responses: - '200': + '204': description: Success - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.contentType' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: action @@ -9172,12 +9153,8 @@ paths: type: string x-ms-docs-key-type: contentType responses: - '200': + '204': description: Success - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.contentType' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: action @@ -9210,12 +9187,8 @@ paths: type: string x-ms-docs-key-type: contentType responses: - '200': + '204': description: Success - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.contentType' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: action @@ -10956,12 +10929,8 @@ paths: type: object required: true responses: - '200': + '204': description: Success - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.contentType' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: action @@ -11009,12 +10978,8 @@ paths: type: object required: true responses: - '200': + '204': description: Success - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.contentType' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: action @@ -11086,12 +11051,8 @@ paths: type: string x-ms-docs-key-type: contentType responses: - '200': + '204': description: Success - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.contentType' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: action @@ -11124,12 +11085,8 @@ paths: type: string x-ms-docs-key-type: contentType responses: - '200': + '204': description: Success - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.contentType' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: action @@ -12149,6 +12106,7 @@ paths: - folder - image - location + - media - package - pendingOperations - photo @@ -12159,6 +12117,7 @@ paths: - shared - sharepointIds - size + - source - specialFolder - video - webDavUrl @@ -13129,6 +13088,7 @@ paths: - folder - image - location + - media - package - pendingOperations - photo @@ -13139,6 +13099,7 @@ paths: - shared - sharepointIds - size + - source - specialFolder - video - webDavUrl @@ -21881,6 +21842,7 @@ paths: - pages - permissions - sites + - termStore - onenote type: string - name: $expand @@ -21907,6 +21869,7 @@ paths: - pages - permissions - sites + - termStore - onenote type: string responses: @@ -22021,6 +21984,7 @@ paths: - pages - permissions - sites + - termStore - onenote type: string - name: $expand @@ -22047,6 +22011,7 @@ paths: - pages - permissions - sites + - termStore - onenote type: string responses: @@ -22122,6 +22087,11 @@ paths: parameters: site-id: $request.path.site-id site-id1: $request.path.site-id1 + termStore: + operationId: sites.Sites.GetTermStore + parameters: + site-id: $request.path.site-id + site-id1: $request.path.site-id1 onenote: operationId: sites.Sites.GetOnenote parameters: @@ -22374,6 +22344,7 @@ paths: - pages - permissions - sites + - termStore - onenote type: string - name: $expand @@ -22400,6 +22371,7 @@ paths: - pages - permissions - sites + - termStore - onenote type: string responses: @@ -22585,6 +22557,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.columnDefinition' + description: The collection of column definitions available in the site that are referenced from the sites in the parent hierarchy of the current site. items: type: array items: @@ -22610,6 +22583,8 @@ components: items: $ref: '#/components/schemas/microsoft.graph.site' description: The collection of the sub-sites under this site. + termStore: + $ref: '#/components/schemas/microsoft.graph.termStore.store' onenote: $ref: '#/components/schemas/microsoft.graph.onenote' additionalProperties: @@ -22680,12 +22655,15 @@ components: nullable: true isDeletable: type: boolean + description: Indicates whether this column can be deleted. nullable: true isReorderable: type: boolean + description: Indicates whether values in the column can be reordered. Read-only. nullable: true isSealed: type: boolean + description: Specifies whether column can be changed. nullable: true lookup: $ref: '#/components/schemas/microsoft.graph.lookupColumn' @@ -22699,6 +22677,7 @@ components: $ref: '#/components/schemas/microsoft.graph.personOrGroupColumn' propagateChanges: type: boolean + description: If 'True' changes to this column will be propagated to lists that implement the column. nullable: true readOnly: type: boolean @@ -22733,6 +22712,7 @@ components: items: type: string nullable: true + description: List of canonical URLs for hub sites with which this content type is associated to. This will contain all hubsites where this content type is queued to be enforced or is already enforced. Enforcing a content type means that the content type will be applied to the lists in the enforced sites. description: type: string description: The descriptive text for the item. @@ -22753,6 +22733,7 @@ components: $ref: '#/components/schemas/microsoft.graph.itemReference' isBuiltIn: type: boolean + description: Specifies if a content type is a built-in content type. nullable: true name: type: string @@ -22766,6 +22747,7 @@ components: nullable: true propagateChanges: type: boolean + description: 'If true, any changes made to the content type will be pushed to inherited content types and lists that implement the content type.' nullable: true readOnly: type: boolean @@ -22781,6 +22763,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.contentType' + description: The collection of content types that are ancestors of this content type. columnLinks: type: array items: @@ -22790,10 +22773,12 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.columnDefinition' + description: Column order information in a content type. columns: type: array items: $ref: '#/components/schemas/microsoft.graph.columnDefinition' + description: The collection of column definitions for this contentType. additionalProperties: type: object microsoft.graph.itemReference: @@ -22987,6 +22972,8 @@ components: $ref: '#/components/schemas/microsoft.graph.image' location: $ref: '#/components/schemas/microsoft.graph.geoCoordinates' + media: + $ref: '#/components/schemas/microsoft.graph.media' package: $ref: '#/components/schemas/microsoft.graph.package' pendingOperations: @@ -23010,6 +22997,8 @@ components: description: Size of the item in bytes. Read-only. format: int64 nullable: true + source: + $ref: '#/components/schemas/microsoft.graph.driveItemSource' specialFolder: $ref: '#/components/schemas/microsoft.graph.specialFolder' video: @@ -23146,7 +23135,7 @@ components: 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.' + description: A unique token that can be used to access this shared item via the **shares** API. Read-only. nullable: true additionalProperties: type: object @@ -23213,14 +23202,14 @@ components: nullable: true changeType: type: string - description: '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. Required. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType.' + 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: Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 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. Optional. + 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.' + 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 @@ -23228,12 +23217,12 @@ components: nullable: true encryptionCertificateId: type: string - description: A custom app-provided identifier to help identify the certificate needed to decrypt resource data. Optional. Required when includeResourceData is true. + 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: '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. Required.' + 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 includeResourceData: type: boolean @@ -23249,16 +23238,18 @@ components: nullable: true notificationContentType: type: string + description: Desired content-type for MS Graph change notifications for supported resource types. The default content-type is the 'application/json' content-type. nullable: true notificationQueryOptions: type: string + description: 'OData Query Options for specifying value for the targeting resource. Clients receive notifications when resource reaches the state matching the query options provided here. With this new property in the subscription creation payload along with all existing properties, Webhooks will deliver notifications whenever a resource reaches the desired state mentioned in the notificationQueryOptions property eg when the print job is completed, when a print job resource isFetchable property value becomes true etc.' nullable: true notificationUrl: type: string - description: The URL of the endpoint that receives the change notifications. This URL must make use of the HTTPS protocol. Required. + 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: Specifies the resource that will be monitored for changes. Do not include the base URL (https://graph.microsoft.com/beta/). See the possible resource path values for each supported resource. Required. + 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.onenoteOperation: @@ -23271,7 +23262,7 @@ components: $ref: '#/components/schemas/microsoft.graph.onenoteOperationError' percentComplete: type: string - description: The operation percent complete if the operation is still in running status + description: The operation percent complete if the operation is still in running status. nullable: true resourceId: type: string @@ -23297,7 +23288,7 @@ components: $ref: '#/components/schemas/microsoft.graph.onenotePatchInsertPosition' target: type: string - description: 'The element to update. Must be the # or the generated {id} of the element, or the body or title keyword.' + description: 'The element to update. Must be the # or the generated of the element, or the body or title keyword.' additionalProperties: type: object microsoft.graph.onenotePagePreview: @@ -23373,7 +23364,7 @@ components: lastAccessedTime: 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.' + 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 is 2014-01-01T00:00:00Z. Read-only.' format: date-time nullable: true links: @@ -23513,6 +23504,32 @@ components: $ref: '#/components/schemas/microsoft.graph.root' additionalProperties: type: object + microsoft.graph.termStore.store: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: store + type: object + properties: + defaultLanguageTag: + type: string + description: Default language of the term store. + languageTags: + type: array + items: + type: string + description: List of languages for the term store. + groups: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.termStore.group' + description: Collection of all groups available in the term store. + sets: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.termStore.set' + description: Collection of all sets available in the term store. + additionalProperties: + type: object microsoft.graph.onenote: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -23657,6 +23674,7 @@ components: properties: isPicture: type: boolean + description: Specifies whether the display format used for URL columns is an image or a hyperlink. nullable: true additionalProperties: type: object @@ -23734,9 +23752,11 @@ components: properties: allowMultipleValues: type: boolean + description: Specifies whether the column will allow more than one value nullable: true showFullyQualifiedName: type: boolean + description: Specifies whether to display the entire term path or only the term label. nullable: true additionalProperties: type: object @@ -23806,13 +23826,16 @@ components: properties: defaultLanguage: type: string + description: Default BCP 47 language tag for the description. nullable: true descriptions: type: array items: $ref: '#/components/schemas/microsoft.graph.displayNameLocalization' + description: Localized messages that explain what is needed for this column's value to be considered valid. User will be prompted with this message if validation fails. formula: type: string + description: 'The formula to validate column value. For examples, see Examples of common formulas in lists' nullable: true additionalProperties: type: object @@ -23824,18 +23847,23 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.contentTypeInfo' + description: Content types allowed in document set. defaultContents: type: array items: $ref: '#/components/schemas/microsoft.graph.documentSetContent' + description: Default contents of document set. propagateWelcomePageChanges: type: boolean + description: Specifies whether to push welcome page changes to inherited content types. nullable: true shouldPrefixNameToFile: type: boolean + description: Add the name of the Document Set to each file name. nullable: true welcomePageUrl: type: string + description: Welcome page absolute URL. nullable: true sharedColumns: type: array @@ -23855,9 +23883,11 @@ components: $ref: '#/components/schemas/microsoft.graph.contentTypeInfo' fileName: type: string + description: Name of the file in resource folder that should be added as a default content or a template in the document set nullable: true folderName: type: string + description: Folder name in which the file will be placed when a new document set is created in the library. nullable: true additionalProperties: type: object @@ -24181,16 +24211,27 @@ components: nullable: true latitude: type: number - description: 'Optional. The latitude, in decimal, for the item. Writable on OneDrive Personal.' + 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. Writable on OneDrive Personal.' + description: 'Optional. The longitude, in decimal, for the item. Read-only.' format: double nullable: true additionalProperties: type: object + microsoft.graph.media: + title: media + type: object + properties: + isTranscriptionShown: + type: boolean + nullable: true + mediaSource: + $ref: '#/components/schemas/microsoft.graph.mediaSource' + additionalProperties: + type: object microsoft.graph.package: title: package type: object @@ -24258,7 +24299,7 @@ components: 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: The date and time the photo was taken in UTC time. Read-only. + description: Represents the date and time the photo was taken. Read-only. format: date-time nullable: true additionalProperties: @@ -24370,6 +24411,17 @@ components: nullable: true additionalProperties: type: object + microsoft.graph.driveItemSource: + title: driveItemSource + type: object + properties: + application: + $ref: '#/components/schemas/microsoft.graph.driveItemSourceApplication' + externalId: + type: string + nullable: true + additionalProperties: + type: object microsoft.graph.specialFolder: title: specialFolder type: object @@ -24469,7 +24521,7 @@ components: 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. Nullable.' + 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: @@ -24506,6 +24558,7 @@ components: properties: content: type: string + description: The content stream for this version of the item. format: base64url nullable: true size: @@ -24779,56 +24832,56 @@ components: $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. Returned only on $select. Supports $filter.' + 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. Returned only on $select.' + 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. Returned only on $select. Not nullable. + description: The licenses that are assigned to the user. Returned only on $select. Not nullable. Supports $filter. assignedPlans: type: array items: $ref: '#/components/schemas/microsoft.graph.assignedPlan' - description: The plans that are assigned to the user. Returned only on $select. Read-only. Not nullable. + 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. Only one number can be set for this property. Returned by default. Read-only for users synced from on-premises directory. + description: 'The telephone numbers for the user. NOTE: Although this is a string collection, only one number can be set for this property. Read-only for users synced from on-premises directory. Returned by default.' city: type: string - description: The city in which the user is located. Returned only on $select. Supports $filter. + 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. + 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 characters.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. Returned only on $select.' + 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''. Returned only on $select. Supports $filter.' + 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 date and time the user was created. The value cannot be modified and is automatically populated when the entity is created. The DateTimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. Property is nullable. A null value indicates that an accurate creation time couldn't be determined for the user. Returned only on $select. Read-only. Supports $filter. + 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). Returned only on $select. Read-only.' + 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. Returned only on $select. Supports $filter. + description: The name for the department in which the user works. Supports $filter. nullable: true deviceKeys: type: array @@ -24836,7 +24889,7 @@ components: $ref: '#/components/schemas/microsoft.graph.deviceKey' displayName: type: string - description: 'The name displayed in the address book for the user. This value 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. Returned by default. Supports $filter and $orderby.' + 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. Returned by default. 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])$' @@ -24864,7 +24917,7 @@ components: nullable: true faxNumber: type: string - description: The fax number of the user. Returned only on $select. + description: The fax number of the user. nullable: true givenName: type: string @@ -24874,7 +24927,7 @@ components: 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. Returned only on $select. Supports $filter.' + 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: @@ -24897,29 +24950,29 @@ components: 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 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 is ''2014-01-01T00:00:00Z'' Returned only on $select. Read-only.' + 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 is 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. Returned only on $select.' + 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. Returned only on $select. Read-only. + 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''. Returned by default. Supports $filter and endsWith.' nullable: true mailNickname: type: string - description: The mail alias for the user. This property must be specified when a user is created. Returned only on $select. Supports $filter. + 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. Returned by default. Read-only for users synced from on-premises directory. + description: The primary cellular telephone number for the user. Read-only for users synced from on-premises directory. Returned by default. nullable: true officeLocation: type: string @@ -24927,59 +24980,59 @@ components: 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. Returned only on $select. Read-only. + 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. Returned only on $select. Read-only.' + 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. Returned only on $select. Supports $filter.' + 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 is ''2014-01-01T00:00:00Z''. Returned only on $select. Read-only.' + 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 is 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. Returned only on $select. + 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. Returned only on $select. Read-only. + 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. Returned only on $select. Read-only. + 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). Returned only on $select. Read-only. + 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. Returned only on $select. Read-only. + 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''].Returned only on $select. Supports$filter.' + 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''.Returned only on $select.' + 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. Returned only on $select.' + 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 @@ -24993,35 +25046,35 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.provisionedPlan' - description: The plans that are provisioned for the user. Returned only on $select. Read-only. Not nullable. + 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. Returned only on $select. Read-only, Not nullable. Supports $filter.' + 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. Use invalidateAllRefreshTokens to reset.' + 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. Returned only on $select.' + 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. Returned only on $select. Read-only. Use revokeSignInSessions to reset.' + 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. Returned only on $select. Supports $filter. + 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. Returned only on $select. + description: The street address of the user's place of business. nullable: true surname: type: string @@ -25029,7 +25082,7 @@ components: 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. Returned only on $select. Supports $filter.' + 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 @@ -25037,7 +25090,7 @@ components: 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''. Returned only on $select. Supports $filter.' + 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' @@ -25049,56 +25102,56 @@ components: format: int32 aboutMe: type: string - description: A freeform text entry field for the user to describe themselves. Returned only on $select. + 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 is ''2014-01-01T00:00:00Z'' Returned only on $select.' + 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 is 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 is ''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.' + 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 is 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. Returned only on $select. + description: A list for the user to describe their interests. mySite: type: string - description: The URL for the user's personal site. Returned only on $select. + 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. Returned only on $select. + description: A list for the user to enumerate their past projects. preferredName: type: string - description: The preferred name for the user. Returned only on $select. + 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. Returned only on $select. + 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. Returned only on $select. + 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. Returned only on $select. + description: A list for the user to enumerate their skills. analytics: $ref: '#/components/schemas/microsoft.graph.userAnalytics' usageRights: @@ -25133,7 +25186,11 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.directoryObject' - description: 'The groups, directory roles and administrative units that the user is a member of. Read-only. Nullable.' + description: The groups and directory roles that the user is a member of. Read-only. Nullable. + oauth2PermissionGrants: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.oAuth2PermissionGrant' ownedDevices: type: array items: @@ -25189,7 +25246,7 @@ components: 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. + 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: @@ -25213,7 +25270,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.person' - description: 'Read-only. The most relevant people to the user. The collection is ordered by their relevance to the user, which is determined by the user''s communication, collaboration and business relationships. A person is an aggregation of information from across mail, contacts and social networks.' + description: People that are relevant to the user. Read-only. Nullable. drive: $ref: '#/components/schemas/microsoft.graph.drive' drives: @@ -25229,7 +25286,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.extension' - description: The collection of open extensions defined for the user. Nullable. + description: The collection of open extensions defined for the user. Read-only. Nullable. appConsentRequestsForApproval: type: array items: @@ -25337,6 +25394,83 @@ components: additionalProperties: type: object description: Represents an Azure Active Directory user object. + microsoft.graph.termStore.group: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: group + 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: Date and time of group creation. Read-only. + format: date-time + nullable: true + description: + type: string + description: Description giving details on the term usage. + nullable: true + displayName: + type: string + description: Name of group. + nullable: true + parentSiteId: + type: string + nullable: true + scope: + $ref: '#/components/schemas/microsoft.graph.termStore.termGroupScope' + sets: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.termStore.set' + description: 'All sets under the group in a term [store].' + additionalProperties: + type: object + microsoft.graph.termStore.set: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: set + 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: Date and time of set creation. Read-only. + format: date-time + nullable: true + description: + type: string + description: Description giving details on the term usage. + nullable: true + localizedNames: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.termStore.localizedName' + description: Name of the set for each languageTag. + properties: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.keyValue' + description: Custom properties for the set. + children: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.termStore.term' + description: 'Children terms of set in term [store].' + parentGroup: + $ref: '#/components/schemas/microsoft.graph.termStore.group' + relations: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.termStore.relation' + description: Indicates which terms have been pinned or reused directly under the set. + terms: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.termStore.term' + description: All the terms under the set. + additionalProperties: + type: object microsoft.graph.notebook: allOf: - $ref: '#/components/schemas/microsoft.graph.onenoteEntityHierarchyModel' @@ -25397,7 +25531,7 @@ components: 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.' + 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 is 2014-01-01T00:00:00Z. Read-only.' format: date-time nullable: true level: @@ -25539,7 +25673,7 @@ components: properties: upgradeAvailable: type: boolean - description: Indicates if there are higher storage quota plans available. Read-only. + description: Indicates whether there are higher storage quota plans available. Read-only. nullable: true additionalProperties: type: object @@ -25665,7 +25799,7 @@ components: properties: crc32Hash: type: string - description: The CRC32 value of the file (if available). Read-only. + description: The CRC32 value of the file in little endian (if available). Read-only. nullable: true quickXorHash: type: string @@ -25699,6 +25833,14 @@ components: nullable: true additionalProperties: type: object + microsoft.graph.mediaSource: + title: mediaSource + type: object + properties: + contentCategory: + $ref: '#/components/schemas/microsoft.graph.mediaSourceContentCategory' + additionalProperties: + type: object microsoft.graph.pendingContentUpdate: title: pendingContentUpdate type: object @@ -25711,6 +25853,18 @@ components: nullable: true additionalProperties: type: object + microsoft.graph.driveItemSourceApplication: + title: driveItemSourceApplication + enum: + - teams + - yammer + - sharePoint + - oneDrive + - stream + - powerPoint + - office + - unknownFutureValue + type: string microsoft.graph.workbookApplication: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -25730,7 +25884,7 @@ components: properties: content: type: string - description: The content of the comment. + description: The content of comment. nullable: true contentType: type: string @@ -25768,7 +25922,7 @@ components: 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. Possible values are: String, Integer, Double, Boolean, Range. Read-only.' + 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' @@ -25832,7 +25986,7 @@ components: 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. 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.' + 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 @@ -25998,7 +26152,7 @@ components: 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 - description: 'The last sign-in date for a specific user. You can use this field to calculate the last time a user signed in to the directory. This field can be used to build reports, such as inactive users. 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''. For more information about using the value of this property, see Manage inactive user accounts in Azure AD.' + description: 'The last interactive sign-in date for a specific user. You can use this field to calculate the last time a user signed in to the directory with an interactive authentication method. This field can be used to build reports, such as inactive users. 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 is: ''2014-01-01T00:00:00Z''. For more information about using the value of this property, see Manage inactive user accounts in Azure AD.' format: date-time nullable: true lastSignInRequestId: @@ -26033,12 +26187,12 @@ components: 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''' + description: 'The date and time at which the plan was assigned. 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 is 2014-01-01T00:00:00Z.' format: date-time nullable: true capabilityStatus: type: string - description: 'Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut.' + description: 'Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. See a detailed description of each value.' nullable: true service: type: string @@ -26230,7 +26384,7 @@ components: properties: forceChangePasswordNextSignIn: type: boolean - description: 'If true, at next sign-in, the user must change their password. After a password change, this property will be automatically reset to false. If not set, default is false.' + description: true if the user must change her password on the next login; otherwise false. nullable: true forceChangePasswordNextSignInWithMfa: type: boolean @@ -26266,7 +26420,7 @@ components: properties: archiveFolder: type: string - description: Folder ID of an archive folder for the user. Read only. + description: Folder ID of an archive folder for the user. nullable: true automaticRepliesSetting: $ref: '#/components/schemas/microsoft.graph.automaticRepliesSetting' @@ -26360,12 +26514,12 @@ components: 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.' + 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.' 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.' + 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 is 2014-01-01T00:00:00Z. Read-only.' format: date-time nullable: true principalDisplayName: @@ -26375,16 +26529,16 @@ components: 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.' + description: 'The unique identifier (id) for the user, group or service principal being granted the app role. Required on create.' 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.' + description: 'The type of the assigned principal. This can either be User, Group or ServicePrincipal. Read-only.' 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. + description: The display name of the resource app's service principal to which the assignment is made. 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}$' @@ -26417,6 +26571,44 @@ components: nullable: true additionalProperties: type: object + microsoft.graph.oAuth2PermissionGrant: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: oAuth2PermissionGrant + type: object + properties: + clientId: + type: string + description: The id of the client service principal for the application which is authorized to act on behalf of a signed-in user when accessing an API. Required. Supports $filter (eq only). + consentType: + type: string + description: 'Indicates if authorization is granted for the client application to impersonate all users or only a specific user. AllPrincipals indicates authorization to impersonate all users. Principal indicates authorization to impersonate a specific user. Consent on behalf of all users can be granted by an administrator. Non-admin users may be authorized to consent on behalf of themselves in some cases, for some delegated permissions. Required. Supports $filter (eq only).' + nullable: true + expiryTime: + 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: 'Currently, the end time value is ignored, but a value is required when creating an oAuth2PermissionGrant. Required.' + format: date-time + nullable: true + principalId: + type: string + description: 'The id of the user on behalf of whom the client is authorized to access the resource, when consentType is Principal. If consentType is AllPrincipals this value is null. Required when consentType is Principal.' + nullable: true + resourceId: + type: string + description: The id of the resource service principal to which access is authorized. This identifies the API which the client is authorized to attempt to call on behalf of a signed-in user. + scope: + type: string + description: 'A space-separated list of the claim values for delegated permissions which should be included in access tokens for the resource application (the API). For example, openid User.Read GroupMember.Read.All. Each claim value should match the value field of one of the delegated permissions defined by the API, listed in the publishedPermissionScopes property of the resource service principal.' + nullable: true + startTime: + 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: 'Currently, the start time value is ignored, but a value is required when creating an oAuth2PermissionGrant. Required.' + format: date-time + nullable: true + additionalProperties: + type: object microsoft.graph.scopedRoleMembership: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -26450,15 +26642,15 @@ components: 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, through an Outlook client or the corresponding calendarPermission resource. Read-only.' + 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. Read-only.' + 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. This property is set through an Outlook client or the corresponding calendarPermission resource. Read-only.' + description: 'true if the user can read calendar items that have been marked private, false otherwise.' nullable: true changeKey: type: string @@ -26470,11 +26662,11 @@ components: $ref: '#/components/schemas/microsoft.graph.onlineMeetingProviderType' hexColor: type: string - description: 'The calendar color, expressed in a hex color code of three hexidecimal values, each ranging from 00 to FF and representing the red, green, or blue components of the color in the RGB color space. If the user has never explicitly set a color for the calendar, this property is empty.' + description: 'The calendar color, expressed in a hex color code of three hexadecimal values, each ranging from 00 to FF and representing the red, green, or blue components of the color in the RGB color space. If the user has never explicitly set a color for the calendar, this property is empty. Read-only.' nullable: true isDefaultCalendar: type: boolean - description: 'True if this is the default calendar where new events are created by default, false otherwise.' + description: 'true if this is the default calendar where new events are created by default, false otherwise.' nullable: true isRemovable: type: boolean @@ -26482,11 +26674,11 @@ components: nullable: true isShared: type: boolean - description: 'True if the user has shared the calendar with other users, false otherwise. Since only the user who created the calendar can share it, isShared and isSharedWithMe cannot be true for the same user. This property is set when sharing is initiated in an Outlook client, and can be reset when the sharing is cancelled through the client or the corresponding calendarPermission resource. Read-only.' + description: 'true if the user has shared the calendar with other users, false otherwise. Since only the user who created the calendar can share it, isShared and isSharedWithMe cannot be true for the same user. This property is set when sharing is initiated in an Outlook client, and can be reset when the sharing is cancelled through the client or the corresponding calendarPermission resource. Read-only.' nullable: true isSharedWithMe: type: boolean - description: 'True if the user has been shared this calendar, false otherwise. This property is always false for a calendar owner. This property is set when sharing is initiated in an Outlook client, and can be reset when the sharing is cancelled through the client or the corresponding calendarPermission resource. Read-only.' + description: 'true if the user has been shared this calendar, false otherwise. This property is always false for a calendar owner. This property is set when sharing is initiated in an Outlook client, and can be reset when the sharing is cancelled through the client or the corresponding calendarPermission resource. Read-only.' nullable: true isTallyingResponses: type: boolean @@ -26642,7 +26834,7 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true originalStartTimeZone: @@ -26695,7 +26887,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.attachment' - description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' + description: The collection of fileAttachment and itemAttachment attachments for the event. Navigation property. Read-only. Nullable. calendar: $ref: '#/components/schemas/microsoft.graph.calendar' exceptionOccurrences: @@ -26706,12 +26898,12 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.extension' - description: The collection of open extensions defined for the event. Nullable. + 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 occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but does not include occurrences that have been cancelled from the series. Navigation property. Read-only. Nullable.' + description: The instances of the event. Navigation property. Read-only. Nullable. multiValueExtendedProperties: type: array items: @@ -26777,7 +26969,7 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true children: @@ -26911,7 +27103,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.extension' - description: The collection of open extensions defined for the contact. Nullable. + description: The collection of open extensions defined for the contact. Read-only. Nullable. multiValueExtendedProperties: type: array items: @@ -26949,7 +27141,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.assignedLabel' - description: 'The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select.' + 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: @@ -26966,7 +27158,7 @@ components: 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.' + 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 is 2014-01-01T00:00:00Z. Returned by default. Read-only.' format: date-time nullable: true description: @@ -26980,7 +27172,7 @@ components: 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.' + 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 is 2014-01-01T00:00:00Z. Returned by default. Read-only.' format: date-time nullable: true groupTypes: @@ -26990,7 +27182,7 @@ components: 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).' + 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 @@ -27024,7 +27216,7 @@ components: 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. + 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 @@ -27033,7 +27225,7 @@ components: 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 group 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''. Returned by default. Read-only. Supports $filter.' + description: 'Indicates the last time at which the group 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 is 2014-01-01T00:00:00Z. Returned by default. Read-only. Supports $filter.' format: date-time nullable: true onPremisesNetBiosName: @@ -27063,17 +27255,17 @@ components: nullable: true preferredLanguage: type: string - description: The preferred language for a Microsoft 365 group. Should follow ISO 639-1 Code; for example 'en-US'. Returned by default. + 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 for filter expressions on multi-valued properties. Returned by default. Read-only. Not nullable. Supports $filter.' + 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.' + 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 is 2014-01-01T00:00:00Z. Returned by default. Read-only.' format: date-time nullable: true resourceBehaviorOptions: @@ -27096,7 +27288,7 @@ components: nullable: true theme: type: string - description: 'Specifies a Microsoft 365 group''s color theme. Possible values are Teal, Purple, Green, Blue, Pink, Orange or Red. Returned by default.' + 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 @@ -27106,26 +27298,26 @@ components: $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. + description: 'Indicates if people external to the organization can send messages to the group. Default value is false. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}).' 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. + 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. Supported only on the Get group API (GET /groups/{ID}).' nullable: true hideFromAddressLists: type: boolean - description: 'True if the group is not displayed in certain parts of the Outlook user interface: in the Address Book, in address lists for selecting message recipients, and in the Browse Groups dialog for searching groups; false otherwise. Default value is false. Returned only on $select.' + 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. Supported only on the Get group API (GET /groups/{ID}).' 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, false otherwise. Default value is false. Returned only on $select.' + 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. Supported only on the Get group API (GET /groups/{ID}).' 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. + description: 'Indicates whether the signed-in user is subscribed to receive email conversations. Default value is true. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}).' nullable: true unseenConversationsCount: maximum: 2147483647 @@ -27138,7 +27330,7 @@ components: maximum: 2147483647 minimum: -2147483648 type: integer - description: Count of conversations that have received new posts since the signed-in user last visited the group. This property is the same as unseenConversationsCount.Returned only on $select. + description: 'Count of conversations that have received new posts since the signed-in user last visited the group. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}).' format: int32 nullable: true unseenMessagesCount: @@ -27169,12 +27361,12 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.directoryObject' - description: 'Groups and administrative units that this group is a member of. HTTP Methods: GET (supported for all groups). Read-only. Nullable.' + 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, contacts, and groups that are members of this group. HTTP Methods: GET (supported for all groups), POST (supported for security groups and mail-enabled security groups), DELETE (supported only for security groups) Read-only. Nullable.' + 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: @@ -27184,7 +27376,7 @@ components: 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. HTTP Methods: GET (supported for all groups), POST (supported for security groups and mail-enabled security groups), DELETE (supported only for security groups) Read-only. Nullable.' + 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: @@ -27193,7 +27385,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.directorySetting' - description: 'Settings that can govern this group''s behavior, like whether members can invite guest users to the group. Nullable.' + description: Read-only. Nullable. transitiveMemberOf: type: array items: @@ -27223,7 +27415,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.event' - description: The group's events. + description: The group's calendar events. rejectedSenders: type: array items: @@ -27361,7 +27553,7 @@ components: $ref: '#/components/schemas/microsoft.graph.itemBody' bodyPreview: type: string - description: 'The first 255 characters of the message body. It is in text format. If the message contains instances of mention, this property would contain a concatenation of these mentions as well.' + description: The first 255 characters of the message body. It is in text format. nullable: true ccRecipients: type: array @@ -27423,7 +27615,7 @@ components: 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. 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''.' + description: 'The date and time the message was received. The date and time information uses ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.' format: date-time nullable: true replyTo: @@ -27436,7 +27628,7 @@ components: 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. 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''.' + description: 'The date and time the message was sent. The date and time information uses ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.' format: date-time nullable: true subject: @@ -27563,7 +27755,7 @@ components: nullable: true personType: type: string - description: 'The type of person, for example distribution list.' + description: The type of person. nullable: true phones: type: array @@ -27622,20 +27814,25 @@ components: properties: appDisplayName: type: string + description: The display name of the app for which consent is requested. Required. Supports $filter (eq only) and $orderby. nullable: true appId: type: string + description: The identifier of the application. Required. Supports $filter (eq only) and $orderby. consentType: type: string + description: 'The consent type of the request. Possible values are: Static and Dynamic. These represent static and dynamic permissions, respectively, requested in the consent workflow. Supports $filter (eq only) and $orderby. Required.' nullable: true pendingScopes: type: array items: $ref: '#/components/schemas/microsoft.graph.appConsentRequestScope' + description: A list of pending scopes waiting for approval. This is empty if the consentType is Static. Required. userConsentRequests: type: array items: $ref: '#/components/schemas/microsoft.graph.userConsentRequest' + description: A list of pending user consent requests. additionalProperties: type: object microsoft.graph.approval: @@ -27659,7 +27856,7 @@ components: 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: DateTime when review instance is scheduled to end. + description: 'DateTime when review instance is scheduled to end.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 is 2014-01-01T00:00:00Z.' format: date-time nullable: true scope: @@ -27667,7 +27864,7 @@ components: 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: DateTime when review instance is scheduled to start. May be in the future. + description: 'DateTime when review instance is scheduled to start. May be in the future. 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 is 2014-01-01T00:00:00Z.' format: date-time nullable: true status: @@ -27691,11 +27888,11 @@ components: properties: agreementFileId: type: string - description: ID of the agreement file accepted by the user. + description: The identifier of the agreement file accepted by the user. nullable: true agreementId: type: string - description: ID of the agreement. + description: The identifier of the agreement. nullable: true deviceDisplayName: type: string @@ -27707,11 +27904,11 @@ components: nullable: true deviceOSType: type: string - description: The operating system used for accepting the agreement. + description: The operating system used to accept the agreement. nullable: true deviceOSVersion: type: string - description: The operating system version of the device used for accepting the agreement. + description: The operating system version of the device used to accept the agreement. 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])$' @@ -27737,7 +27934,7 @@ components: nullable: true userId: type: string - description: ID of the user who accepted the agreement. + description: The identifier of the user who accepted the agreement. nullable: true userPrincipalName: type: string @@ -27754,26 +27951,26 @@ components: 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: Created date time in UTC of the device enrollment configuration + description: Not yet documented format: date-time description: type: string - description: The description of the device enrollment configuration + description: Not yet documented nullable: true displayName: type: string - description: The display name of the device enrollment configuration + 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: Last modified date time in UTC of the device enrollment configuration + description: Not yet documented format: date-time priority: maximum: 2147483647 minimum: -2147483648 type: integer - description: Priority is used when a user exists in multiple groups that are assigned enrollment configuration. Users are subject only to the configuration with the lowest priority value. + description: Not yet documented format: int32 roleScopeTagIds: type: array @@ -27785,13 +27982,13 @@ components: maximum: 2147483647 minimum: -2147483648 type: integer - description: The version of the device enrollment configuration + 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 + description: The list of group assignments for the device configuration profile. additionalProperties: type: object description: The Base Class of Device Enrollment Configuration @@ -27807,11 +28004,11 @@ components: nullable: true activationLockBypassCode: type: string - description: Code that allows the Activation Lock on a device to be bypassed. This property is read-only. + description: Code that allows the Activation Lock on a device to be bypassed. nullable: true androidSecurityPatchLevel: type: string - description: Android security patch level. This property is read-only. + description: Android security patch level nullable: true autopilotEnrolled: type: boolean @@ -27822,18 +28019,18 @@ components: nullable: true azureADDeviceId: type: string - description: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. + 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. This property is read-only. + 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. This property is read-only. + description: The DateTime when device compliance grace period expires format: date-time complianceState: $ref: '#/components/schemas/microsoft.graph.complianceState' @@ -27847,10 +28044,10 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.deviceActionResult' - description: List of ComplexType deviceActionResult objects. This property is read-only. + description: List of ComplexType deviceActionResult objects. deviceCategoryDisplayName: type: string - description: Device category display name. This property is read-only. + description: Device category display name nullable: true deviceEnrollmentType: $ref: '#/components/schemas/microsoft.graph.deviceEnrollmentType' @@ -27858,7 +28055,7 @@ components: $ref: '#/components/schemas/microsoft.graph.deviceHealthAttestationState' deviceName: type: string - description: Name of the device. This property is read-only. + description: Name of the device nullable: true deviceRegistrationState: $ref: '#/components/schemas/microsoft.graph.deviceRegistrationState' @@ -27866,24 +28063,24 @@ components: $ref: '#/components/schemas/microsoft.graph.deviceType' easActivated: type: boolean - description: Whether the device is Exchange ActiveSync activated. This property is read-only. + 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. This property is read-only. + description: Exchange ActivationSync activation time of the device. format: date-time easDeviceId: type: string - description: Exchange ActiveSync Id of the device. This property is read-only. + description: Exchange ActiveSync Id of the device. nullable: true emailAddress: type: string - description: Email(s) for the user associated with the device. This property is read-only. + 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. This property is read-only. + description: Enrollment time of the device. format: date-time ethernetMacAddress: type: string @@ -27896,11 +28093,11 @@ components: 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. This property is read-only. + description: Last time the device contacted Exchange. format: date-time freeStorageSpaceInBytes: type: integer - description: Free Storage in Bytes. This property is read-only. + description: Free Storage in Bytes format: int64 hardwareInformation: $ref: '#/components/schemas/microsoft.graph.hardwareInformation' @@ -27910,24 +28107,24 @@ components: nullable: true imei: type: string - description: IMEI. This property is read-only. + description: IMEI nullable: true isEncrypted: type: boolean - description: Device encryption status. This property is read-only. + description: Device encryption status isSupervised: type: boolean - description: Device supervised status. This property is read-only. + description: Device supervised status jailBroken: type: string - description: whether the device is jail broken or rooted. This property is read-only. + 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. This property is read-only. + 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' @@ -27950,15 +28147,15 @@ components: $ref: '#/components/schemas/microsoft.graph.managementState' manufacturer: type: string - description: Manufacturer of the device. This property is read-only. + description: Manufacturer of the device nullable: true meid: type: string - description: MEID. This property is read-only. + description: MEID nullable: true model: type: string - description: Model of the device. This property is read-only. + description: Model of the device nullable: true notes: type: string @@ -27966,11 +28163,11 @@ components: nullable: true operatingSystem: type: string - description: 'Operating system of the device. Windows, iOS, etc. This property is read-only.' + description: 'Operating system of the device. Windows, iOS, etc.' nullable: true osVersion: type: string - description: Operating system version of the device. This property is read-only. + description: Operating system version of the device. nullable: true ownerType: $ref: '#/components/schemas/microsoft.graph.ownerType' @@ -27978,7 +28175,7 @@ components: $ref: '#/components/schemas/microsoft.graph.managedDevicePartnerReportedHealthState' phoneNumber: type: string - description: Phone number of the device. This property is read-only. + description: Phone number of the device nullable: true physicalMemoryInBytes: type: integer @@ -27993,11 +28190,11 @@ components: $ref: '#/components/schemas/microsoft.graph.managedDeviceArchitecture' remoteAssistanceSessionErrorDetails: type: string - description: An error string that identifies issues when creating Remote Assistance session objects. This property is read-only. + 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. This property is read-only. + description: Url that allows a Remote Assistance session to be established with the device. nullable: true requireUserEnrollmentApproval: type: boolean @@ -28016,7 +28213,7 @@ components: description: List of Scope Tag IDs for this Device instance. serialNumber: type: string - description: SerialNumber. This property is read-only. + description: SerialNumber nullable: true skuFamily: type: string @@ -28034,11 +28231,11 @@ components: nullable: true subscriberCarrier: type: string - description: Subscriber Carrier. This property is read-only. + description: Subscriber Carrier nullable: true totalStorageSpaceInBytes: type: integer - description: Total Storage in Bytes. This property is read-only. + description: Total Storage in Bytes format: int64 udid: type: string @@ -28046,15 +28243,15 @@ components: nullable: true userDisplayName: type: string - description: User display name. This property is read-only. + description: User display name nullable: true userId: type: string - description: Unique Identifier for the user associated with the device. This property is read-only. + description: Unique Identifier for the user associated with the device nullable: true userPrincipalName: type: string - description: Device user principal name. This property is read-only. + description: Device user principal name nullable: true usersLoggedOn: type: array @@ -28063,7 +28260,7 @@ components: description: Indicates the last logged on users of a device. This property is read-only. wiFiMacAddress: type: string - description: Wi-Fi MAC. This property is read-only. + description: Wi-Fi MAC nullable: true windowsActiveMalwareCount: maximum: 2147483647 @@ -28199,7 +28396,7 @@ components: 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. + description: Zero or more policys already applied on the registered app when it last synchronized with management service. intendedPolicies: type: array items: @@ -28401,7 +28598,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.plannerTask' - description: Read-only. Nullable. Returns the plannerTasks assigned to the user. + description: Read-only. Nullable. Returns the plannerPlans shared with the user. additionalProperties: type: object microsoft.graph.itemInsights: @@ -28423,6 +28620,8 @@ components: contributionToContentDiscoveryDisabled: type: boolean description: 'When set to true, the delegate access to the user''s trending API is disabled. When set to true, documents in the user''s Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for Business is affected. Users can control this setting in Office Delve.' + itemInsights: + $ref: '#/components/schemas/microsoft.graph.userInsightsSettings' regionalAndLanguageSettings: $ref: '#/components/schemas/microsoft.graph.regionalAndLanguageSettings' shiftPreferences: @@ -28623,7 +28822,7 @@ components: properties: accountEnabled: type: boolean - description: 'true if the account is enabled; otherwise, false. default is true.' + description: 'true if the account is enabled; otherwise, false. Required.' nullable: true alternativeSecurityIds: type: array @@ -28633,13 +28832,13 @@ components: 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.' + 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 is 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.' + 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 is 2014-01-01T00:00:00Z. Read-only.' format: date-time nullable: true deviceCategory: @@ -28688,6 +28887,7 @@ components: items: type: string nullable: true + description: List of hostNames for the device. 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.' @@ -28707,7 +28907,7 @@ components: 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.' + 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 is 2014-01-01T00:00:00Z Read-only.' format: date-time nullable: true onPremisesSyncEnabled: @@ -28720,7 +28920,7 @@ components: nullable: true operatingSystemVersion: type: string - description: Operating system version of the device. Required. + description: The version of the operating system on the device. Required. nullable: true physicalIds: type: array @@ -28729,12 +28929,12 @@ components: description: For internal use only. Not nullable. profileType: type: string - description: The profile type of the device. Possible values:RegisteredDevice (default)SecureVMPrinterSharedIoT + description: 'The profile type of the device. Possible values: RegisteredDevice (default), SecureVM, Printer, Shared, IoT.' 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 - description: 'Date and time of when the device was registered. 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.' + description: 'Date and time of when the device was registered. 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 is 2014-01-01T00:00:00Z. Read-only.' format: date-time nullable: true systemLabels: @@ -28744,10 +28944,11 @@ components: 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' + description: 'Type of trust for the joined device. Read-only. Possible values: Workplace (indicates bring your own personal devices), AzureAd (Cloud only joined devices), ServerAd (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 + description: Form factor of device. Only returned if user signs in with a Microsoft account as part of Project Rome. nullable: true manufacturer: type: string @@ -28759,12 +28960,15 @@ components: nullable: true name: type: string + description: Friendly name of a device. Only returned if user signs in with a Microsoft account as part of Project Rome. nullable: true platform: type: string + description: Platform of device. Only returned if user signs in with a Microsoft account as part of Project Rome. Only returned if user signs in with a Microsoft account as part of Project Rome. nullable: true status: type: string + description: Device is online or offline. Only returned if user signs in with a Microsoft account as part of Project Rome. nullable: true usageRights: type: array @@ -28835,7 +29039,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.meetingCapabilities' - description: 'The list of meeting capabilities. Possible values are: questionAndAnswer.' + description: 'The list of meeting capabilities. Possible values are: questionAndAnswer,unknownFutureValue.' chatInfo: $ref: '#/components/schemas/microsoft.graph.chatInfo' creationDateTime: @@ -28911,7 +29115,7 @@ components: properties: activity: type: string - description: 'The supplemental information to a user''s availability. Possible values are Available, Away, BeRightBack, Busy, DoNotDisturb, InACall, InAConferenceCall, Inactive,InAMeeting, Offline, OffWork,OutOfOffice, PresenceUnknown,Presenting, UrgentInterruptionsOnly.' + description: 'The supplemental information to a user''s availability. Possible values are Available, Away, BeRightBack, Busy, DoNotDisturb, InACall, InAConferenceCall, Inactive, InAMeeting, Offline, OffWork, OutOfOffice, PresenceUnknown, Presenting, UrgentInterruptionsOnly.' nullable: true availability: type: string @@ -29027,7 +29231,7 @@ components: 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 team was created. + description: Timestamp at which the team was created. format: date-time nullable: true description: @@ -29135,6 +29339,104 @@ components: description: The task lists in the users mailbox. additionalProperties: type: object + microsoft.graph.termStore.termGroupScope: + title: termGroupScope + enum: + - global + - system + - siteCollection + type: string + microsoft.graph.termStore.localizedName: + title: localizedName + type: object + properties: + languageTag: + type: string + description: The language tag for the label. + nullable: true + name: + type: string + description: The name in the localized language. + nullable: true + additionalProperties: + type: object + microsoft.graph.keyValue: + title: keyValue + type: object + properties: + key: + type: string + description: Key for the key-value pair. + nullable: true + value: + type: string + description: Value for the key-value pair. + nullable: true + additionalProperties: + type: object + microsoft.graph.termStore.term: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: term + 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: Date and time of term creation. Read-only + format: date-time + nullable: true + descriptions: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.termStore.localizedDescription' + description: Description about term that is dependent on the languageTag + labels: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.termStore.localizedLabel' + description: Label metadata for a term + 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 date and time of term modification. Read-only + format: date-time + nullable: true + properties: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.keyValue' + description: Collection of properties on the term + children: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.termStore.term' + description: Children of current term + relations: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.termStore.relation' + description: To indicate which terms are related to the current term as either pinned or reused + set: + $ref: '#/components/schemas/microsoft.graph.termStore.set' + additionalProperties: + type: object + microsoft.graph.termStore.relation: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: relation + type: object + properties: + relationship: + $ref: '#/components/schemas/microsoft.graph.termStore.relationType' + fromTerm: + $ref: '#/components/schemas/microsoft.graph.termStore.term' + set: + $ref: '#/components/schemas/microsoft.graph.termStore.set' + toTerm: + $ref: '#/components/schemas/microsoft.graph.termStore.term' + additionalProperties: + type: object microsoft.graph.onenoteEntityHierarchyModel: allOf: - $ref: '#/components/schemas/microsoft.graph.onenoteEntitySchemaObjectModel' @@ -29152,7 +29454,7 @@ components: 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.' + 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 is 2014-01-01T00:00:00Z. Read-only.' format: date-time nullable: true additionalProperties: @@ -29166,7 +29468,7 @@ components: 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.' + 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 is 2014-01-01T00:00:00Z. Read-only.' format: date-time nullable: true additionalProperties: @@ -29203,6 +29505,15 @@ components: $ref: '#/components/schemas/microsoft.graph.externalLink' additionalProperties: type: object + microsoft.graph.mediaSourceContentCategory: + title: mediaSourceContentCategory + enum: + - meeting + - liveStream + - presentation + - screenRecording + - unknownFutureValue + type: string microsoft.graph.workbookCommentReply: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -29211,11 +29522,11 @@ components: properties: content: type: string - description: The content of replied comment. + description: The content of a comment reply. nullable: true contentType: type: string - description: Indicates the type for the replied comment. + description: Indicates the type for the comment reply. additionalProperties: type: object microsoft.graph.Json: @@ -29301,7 +29612,7 @@ components: description: Represents whether the casing impacted the last sort of the table. Read-only. method: type: string - description: 'Represents Chinese character ordering method last used to sort the table. Possible values are: PinYin, StrokeCount. Read-only.' + description: 'Represents Chinese character ordering method last used to sort the table. The possible values are: PinYin, StrokeCount. Read-only.' additionalProperties: type: object microsoft.graph.workbookChart: @@ -29650,7 +29961,7 @@ components: 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''.' + 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 is 2014-01-01T00:00:00Z.' format: date-time nullable: true expectedAssessment: @@ -29676,7 +29987,7 @@ components: 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.' + 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}$' @@ -29719,11 +30030,11 @@ components: properties: address: type: string - description: The email address of an entity instance. + description: The email address of the person or entity. nullable: true name: type: string - description: The display name of an entity instance. + description: The display name of the person or entity. nullable: true additionalProperties: type: object @@ -29797,13 +30108,13 @@ components: 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''' + 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 is 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true additionalProperties: @@ -29838,10 +30149,10 @@ components: properties: dateTime: type: string - description: 'A single point of time in a combined date and time representation ({date}T{time}). For example, ''2019-04-16T09:00:00''.' + 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 possible values.' + description: 'Represents a time zone, for example, ''Pacific Standard Time''. See below for more possible values.' nullable: true additionalProperties: type: object @@ -29942,7 +30253,7 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true additionalProperties: @@ -29989,12 +30300,12 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true name: type: string - description: The display name of the attachment. This does not need to be the actual file name. + description: The attachment's file name. nullable: true size: maximum: 2147483647 @@ -30237,7 +30548,7 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time preview: type: string @@ -30277,7 +30588,7 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time preview: type: string @@ -30635,6 +30946,7 @@ components: properties: displayName: type: string + description: The name of the scope. nullable: true additionalProperties: type: object @@ -30646,6 +30958,7 @@ components: properties: reason: type: string + description: The user's justification for requiring access to the app. Supports $filter (eq only) and $orderby. nullable: true approval: $ref: '#/components/schemas/microsoft.graph.approval' @@ -30657,36 +30970,39 @@ components: - title: approvalStep type: object properties: + assignedToMe: + type: boolean + description: Indicates whether the step is assigned to the calling user to review. Read-only. + nullable: true displayName: type: string + description: The label provided by the policy creator to identify an approval step. Read-only. nullable: true justification: type: string + description: The justification associated with the approval step decision. 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 + description: 'The date and time when a decision was recorded. The date and time information uses ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.' format: date-time nullable: true reviewResult: type: string + description: 'The result of this approval record. Possible values include: NotReviewed, Approved, Denied.' + nullable: true + status: + type: string + description: 'The step status. Possible values: InProgress, Initializing, Completed, Expired. Read-only.' nullable: true additionalProperties: type: object microsoft.graph.accessReviewScope: title: accessReviewScope type: object - properties: - query: - type: string - description: The query specifying what will be reviewed. See table for examples. - nullable: true - queryType: - type: string - description: The type of query. Examples include MicrosoftGraph and ARM. - nullable: true additionalProperties: type: object microsoft.graph.accessReviewInstanceDecisionItem: @@ -30703,7 +31019,7 @@ components: 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 - description: The DateTime when the approval decision was applied. + description: 'The timestamp when the approval decision was applied. 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 is 2014-01-01T00:00:00Z.' format: date-time nullable: true applyResult: @@ -30718,16 +31034,26 @@ components: type: string description: The review decision justification. nullable: true + principal: + $ref: '#/components/schemas/microsoft.graph.identity' + principalLink: + type: string + nullable: true recommendation: type: string description: 'A system-generated recommendation for the approval decision. Possible values: Approve, Deny, or NotAvailable.' nullable: true + resource: + $ref: '#/components/schemas/microsoft.graph.accessReviewInstanceDecisionItemResource' + resourceLink: + 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 - description: The DateTime when the review occurred. + description: The timestamp when the review occurred. format: date-time nullable: true target: @@ -30750,7 +31076,7 @@ components: 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: DateTime when review series was created. + description: Timestamp when review series was created. format: date-time nullable: true descriptionForAdmins: @@ -30770,7 +31096,7 @@ components: 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: DateTime when review series was last modified. + description: Timestamp when review series was last modified. format: date-time nullable: true reviewers: @@ -31121,11 +31447,12 @@ components: - androidEnterprise - windows10x - androidnGMS - - cloudPC + - chromeOS - linux - blackberry - palm - unknown + - cloudPC type: string microsoft.graph.deviceManagementExchangeAccessState: title: deviceManagementExchangeAccessState @@ -31994,7 +32321,7 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true owner: @@ -32008,14 +32335,14 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.plannerBucket' - description: Collection of buckets in the plan. Read-only. Nullable. + 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: Collection of tasks in the plan. Read-only. Nullable. + description: Read-only. Nullable. Collection of tasks in the plan. additionalProperties: type: object microsoft.graph.plannerTask: @@ -32055,7 +32382,7 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true conversationThreadId: @@ -32067,7 +32394,7 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true creationSource: @@ -32075,7 +32402,7 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true hasDescription: @@ -32116,7 +32443,7 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true title: @@ -32142,17 +32469,27 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.sharedInsight' - description: Access this property from the derived type itemInsights. + 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: Access this property from the derived type itemInsights. + 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: Access this property from the derived type itemInsights. + 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.userInsightsSettings: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: userInsightsSettings + type: object + properties: + isEnabled: + type: boolean additionalProperties: type: object microsoft.graph.regionalAndLanguageSettings: @@ -32908,6 +33245,7 @@ components: properties: conferenceId: type: string + description: The conference id of the online meeting. nullable: true dialinUrl: type: string @@ -32959,7 +33297,7 @@ components: properties: messageId: type: string - description: The unique identifier for a message in a Microsoft Teams channel. + description: The unique identifier of a message in a Microsoft Teams channel. nullable: true replyChainMessageId: type: string @@ -33052,6 +33390,7 @@ components: 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 when this key was registered to the user. format: date-time nullable: true creationDateTime: @@ -33170,7 +33509,7 @@ components: 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 date and time when this password was last updated. This property is currently not populated. Read-only. 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''' + description: 'The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true password: @@ -33321,6 +33660,7 @@ components: $ref: '#/components/schemas/microsoft.graph.channelIdentity' chatId: type: string + description: The identity of the chat in which the message was posted. 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])$' @@ -33345,13 +33685,13 @@ components: 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 Teams UI. If no edits are made the value is null. + 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 modified, including when a reaction is added or removed.' + 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: @@ -33373,7 +33713,7 @@ components: description: 'Reactions for this chat message (for example, Like).' 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.)' + 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 @@ -33484,7 +33824,7 @@ components: nullable: true allowCreateUpdateChannels: type: boolean - description: 'If set to true, members can add and update any channels.' + description: 'If set to true, members can add and update channels.' nullable: true allowCreateUpdateRemoveConnectors: type: boolean @@ -33807,6 +34147,44 @@ components: description: The tasks in this task list. Read-only. Nullable. additionalProperties: type: object + microsoft.graph.termStore.localizedDescription: + title: localizedDescription + type: object + properties: + description: + type: string + description: The description in the localized language. + nullable: true + languageTag: + type: string + description: The language tag for the label. + nullable: true + additionalProperties: + type: object + microsoft.graph.termStore.localizedLabel: + title: localizedLabel + type: object + properties: + isDefault: + type: boolean + description: Indicates whether the label is the default label. + nullable: true + languageTag: + type: string + description: The anguage tag for the label. + nullable: true + name: + type: string + description: The name of the label. + nullable: true + additionalProperties: + type: object + microsoft.graph.termStore.relationType: + title: relationType + enum: + - pin + - reuse + type: string microsoft.graph.workbookFilter: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -33830,7 +34208,7 @@ components: nullable: true dataOption: type: string - description: 'Represents additional sorting options for this field. Possible values are: Normal, TextAsNumber.' + description: 'Represents additional sorting options for this field. The possible values are: Normal, TextAsNumber.' icon: $ref: '#/components/schemas/microsoft.graph.workbookIcon' key: @@ -33841,7 +34219,7 @@ components: format: int32 sortOn: type: string - description: 'Represents the type of sorting of this condition. Possible values are: Value, CellColor, FontColor, Icon.' + description: 'Represents the type of sorting of this condition. The possible values are: Value, CellColor, FontColor, Icon.' additionalProperties: type: object microsoft.graph.workbookChartAxes: @@ -34206,7 +34584,7 @@ components: 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''.' + 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 is 2014-01-01T00:00:00Z.' format: date-time nullable: true message: @@ -34323,7 +34701,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.dayOfWeek' - description: 'A collection of the days of the week on which the event occurs. 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.' + 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: @@ -34446,7 +34824,7 @@ components: properties: name: type: string - description: Name of the setting (as defined by the directorySettingTemplate). + description: Name of the setting (as defined by the groupSettingTemplate). nullable: true value: type: string @@ -34485,7 +34863,7 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time sender: $ref: '#/components/schemas/microsoft.graph.recipient' @@ -34493,7 +34871,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.attachment' - description: 'The collection of fileAttachment, itemAttachment, and referenceAttachment attachments for the post. Read-only. Nullable.' + description: Read-only. Nullable. extensions: type: array items: @@ -34563,7 +34941,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.recipient' - description: The email address to which a message should be redirected. + description: The email addresses to which a message should be redirected. stopProcessingRules: type: boolean description: Indicates whether subsequent rules should be evaluated. @@ -34787,6 +35165,24 @@ components: nullable: true additionalProperties: type: object + microsoft.graph.accessReviewInstanceDecisionItemResource: + title: accessReviewInstanceDecisionItemResource + type: object + properties: + displayName: + type: string + description: Display name of the resource + nullable: true + id: + type: string + description: Resource ID + nullable: true + type: + type: string + description: 'Type of resource. Types include: Group, ServicePrincipal, DirectoryRole, AzureRole, AccessPackageAssignmentPolicy.' + nullable: true + additionalProperties: + type: object microsoft.graph.accessReviewInstanceDecisionItemTarget: title: accessReviewInstanceDecisionItemTarget type: object @@ -34798,7 +35194,15 @@ components: - title: accessReviewReviewerScope type: object properties: + query: + type: string + description: The query specifying who will be the reviewer. See table for examples. + nullable: true queryRoot: + type: string + description: The type of query. Examples include MicrosoftGraph and ARM. + nullable: true + queryType: type: string description: 'In the scenario where reviewers need to be specified dynamically, this property is used to indicate the relative source of the query. This property is only required if a relative query (i.e., ./manager) is specified.' nullable: true @@ -35590,6 +35994,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.translationLanguageOverride' + description: 'Translation override behavior for languages, if any.Returned by default.' translationBehavior: $ref: '#/components/schemas/microsoft.graph.translationBehavior' untranslatedLanguages: @@ -35597,6 +36002,7 @@ components: items: type: string nullable: true + description: 'The list of languages the user does not need translated. This is computed from the authoringLanguages collection in regionalAndLanguageSettings, and the languageOverrides collection in translationPreferences. The list specifies neutral culture values that include the language code without any country or region association. For example, it would specify ''fr'' for the neutral French culture, but not ''fr-FR'' for the French culture in France. Returned by default. Read only.' additionalProperties: type: object microsoft.graph.changeTrackedEntity: @@ -35610,7 +36016,7 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true lastModifiedBy: @@ -35618,7 +36024,7 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true additionalProperties: @@ -36013,6 +36419,8 @@ components: - title: teamsAppDefinition type: object properties: + allowedInstallationScopes: + $ref: '#/components/schemas/microsoft.graph.teamsAppInstallationScopes' azureADAppId: type: string description: The WebApplicationInfo.id from the Teams App manifest. @@ -36021,6 +36429,7 @@ components: $ref: '#/components/schemas/microsoft.graph.identitySet' description: type: string + description: Verbose description of the application. nullable: true displayName: type: string @@ -36038,7 +36447,7 @@ components: nullable: true teamsAppId: type: string - description: The id from the Teams App manifest. + description: The ID from the Teams app manifest. nullable: true version: type: string @@ -36058,7 +36467,7 @@ components: nullable: true contentType: type: string - description: 'The media type of the content attachment. It can have the following values: reference: Attachment is a link to another file. Populate the contentURL with the link to the object.Any contentTypes supported by the Bot Framework''s Attachment objectapplication/vnd.microsoft.card.codesnippet: A code snippet. application/vnd.microsoft.card.announcement: An announcement header.' + description: 'The media type of the content attachment. It can have the following values: reference: Attachment is a link to another file. Populate the contentURL with the link to the object.file: Raw file attachment. Populate the contenturl field with the base64 encoding of the file in data: format.image/: Image type with the type of the image specified ex: image/png, image/jpeg, image/gif. Populate the contentUrl field with the base64 encoding of the file in data: format.video/: Video type with the format specified. Ex: video/mp4. Populate the contentUrl field with the base64 encoding of the file in data: format.audio/: Audio type with the format specified. Ex: audio/wmw. Populate the contentUrl field with the base64 encoding of the file in data: format.application/card type: Rich card attachment type with the card type specifying the exact card format to use. Set content with the json format of the card. Supported values for card type include:application/vnd.microsoft.card.adaptive: A rich card that can contain any combination of text, speech, images,,buttons, and input fields. Set the content property to,an AdaptiveCard object.application/vnd.microsoft.card.animation: A rich card that plays animation. Set the content property,to an AnimationCardobject.application/vnd.microsoft.card.audio: A rich card that plays audio files. Set the content property,to an AudioCard object.application/vnd.microsoft.card.video: A rich card that plays videos. Set the content property,to a VideoCard object.application/vnd.microsoft.card.hero: A Hero card. Set the content property to a HeroCard object.application/vnd.microsoft.card.thumbnail: A Thumbnail card. Set the content property to a ThumbnailCard object.application/vnd.microsoft.com.card.receipt: A Receipt card. Set the content property to a ReceiptCard object.application/vnd.microsoft.com.card.signin: A user Sign In card. Set the content property to a SignInCard object.' nullable: true contentUrl: type: string @@ -36084,9 +36493,11 @@ components: properties: channelId: type: string + description: The identity of the channel in which the message was posted. nullable: true teamId: type: string + description: The identity of the team in which the message was posted. nullable: true additionalProperties: type: object @@ -36148,7 +36559,7 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time reactionType: type: string @@ -36159,19 +36570,9 @@ components: type: object microsoft.graph.chatMessageHostedContent: allOf: - - $ref: '#/components/schemas/microsoft.graph.entity' + - $ref: '#/components/schemas/microsoft.graph.teamworkHostedContent' - title: chatMessageHostedContent type: object - properties: - contentBytes: - type: string - description: 'Write-only. When posting new chat message hosted content, represents the bytes of the payload. These are represented as a base64Encoded string.' - format: base64url - nullable: true - contentType: - type: string - description: 'Write-only. When posting new chat message hosted content, represents the type of content, such as image/png.' - nullable: true additionalProperties: type: object microsoft.graph.teamsTabConfiguration: @@ -36220,7 +36621,7 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true recipientActionMessage: @@ -36229,11 +36630,11 @@ components: nullable: true recipientUserId: type: string - description: User id of the recipient of the offer shift request. + 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. + description: User ID of the sender of the offer shift request. nullable: true additionalProperties: type: object @@ -36321,7 +36722,7 @@ components: properties: recipientShiftId: type: string - description: Shift ID for the recipient user with whom the request is to swap. + description: ShiftId for the recipient user with whom the request is to swap. nullable: true additionalProperties: type: object @@ -36379,13 +36780,13 @@ components: 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''' + 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 is 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true timeOffReasonId: @@ -36596,7 +36997,7 @@ components: format: int32 set: type: string - description: 'Represents the set that the icon is part of. Possible values are: Invalid, ThreeArrows, ThreeArrowsGray, ThreeFlags, ThreeTrafficLights1, ThreeTrafficLights2, ThreeSigns, ThreeSymbols, ThreeSymbols2, FourArrows, FourArrowsGray, FourRedToBlack, FourRating, FourTrafficLights, FiveArrows, FiveArrowsGray, FiveRating, FiveQuarters, ThreeStars, ThreeTriangles, FiveBoxes.' + description: 'Represents the set that the icon is part of. The possible values are: Invalid, ThreeArrows, ThreeArrowsGray, ThreeFlags, ThreeTrafficLights1, ThreeTrafficLights2, ThreeSigns, ThreeSymbols, ThreeSymbols2, FourArrows, FourArrowsGray, FourRedToBlack, FourRating, FourTrafficLights, FiveArrows, FiveArrowsGray, FiveRating, FiveQuarters, ThreeStars, ThreeTriangles, FiveBoxes.' additionalProperties: type: object microsoft.graph.workbookChartAxis: @@ -37255,6 +37656,7 @@ components: properties: languageTag: type: string + description: The language to apply the override.Returned by default. Not nullable. translationBehavior: $ref: '#/components/schemas/microsoft.graph.translationBehavior' additionalProperties: @@ -37358,6 +37760,14 @@ components: - sideloaded - unknownFutureValue type: string + microsoft.graph.teamsAppInstallationScopes: + title: teamsAppInstallationScopes + enum: + - team + - groupChat + - personal + - unknownFutureValue + type: string microsoft.graph.teamsAppPublishingState: title: teamsAppPublishingState enum: @@ -37416,6 +37826,23 @@ components: - allowOverrideWithoutJustification - allowOverrideWithJustification type: string + microsoft.graph.teamworkHostedContent: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: teamworkHostedContent + type: object + properties: + contentBytes: + type: string + description: Write only. Bytes for the hosted content (such as images). + format: base64url + nullable: true + contentType: + type: string + description: 'Write only. Content type. sicj as image/png, image/jpg.' + nullable: true + additionalProperties: + type: object microsoft.graph.scheduleChangeRequest: allOf: - $ref: '#/components/schemas/microsoft.graph.changeTrackedEntity' @@ -37766,7 +38193,7 @@ components: 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 end date and time for the shiftActivity. 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''. Required.' + description: 'The end date and time for the shiftActivity. 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 is 2014-01-01T00:00:00Z. Required.' format: date-time nullable: true isPaid: @@ -37776,7 +38203,7 @@ components: 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 start date and time for the shiftActivity. 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''. Required.' + description: 'The start date and time for the shiftActivity. 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 is 2014-01-01T00:00:00Z. Required.' format: date-time nullable: true theme: diff --git a/openApiDocs/beta/Teams.yml b/openApiDocs/beta/Teams.yml index 29789b94d4a..3637410418f 100644 --- a/openApiDocs/beta/Teams.yml +++ b/openApiDocs/beta/Teams.yml @@ -250,6 +250,8 @@ paths: enum: - id - id desc + - allowedInstallationScopes + - allowedInstallationScopes desc - azureADAppId - azureADAppId desc - createdBy @@ -280,6 +282,7 @@ paths: items: enum: - id + - allowedInstallationScopes - azureADAppId - createdBy - description @@ -389,6 +392,7 @@ paths: items: enum: - id + - allowedInstallationScopes - azureADAppId - createdBy - description @@ -1328,6 +1332,7 @@ paths: items: enum: - id + - allowedInstallationScopes - azureADAppId - createdBy - description @@ -2349,86 +2354,6 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/chats/{chat-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}/$value': - get: - tags: - - chats.chatMessage - summary: Get media content for the navigation property hostedContents from chats - operationId: chats.messages_GetHostedContentsContent - parameters: - - name: chat-id - in: path - description: 'key: id of chat' - required: true - schema: - type: string - x-ms-docs-key-type: chat - - name: chatMessage-id - in: path - description: 'key: id of chatMessage' - required: true - schema: - type: string - x-ms-docs-key-type: chatMessage - - name: chatMessageHostedContent-id - in: path - description: 'key: id of chatMessageHostedContent' - required: true - schema: - type: string - x-ms-docs-key-type: chatMessageHostedContent - responses: - '200': - description: Retrieved media content - content: - application/octet-stream: - schema: - type: string - format: binary - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - put: - tags: - - chats.chatMessage - summary: Update media content for the navigation property hostedContents in chats - operationId: chats.messages_SetHostedContentsContent - parameters: - - name: chat-id - in: path - description: 'key: id of chat' - required: true - schema: - type: string - x-ms-docs-key-type: chat - - name: chatMessage-id - in: path - description: 'key: id of chatMessage' - required: true - schema: - type: string - x-ms-docs-key-type: chatMessage - - name: chatMessageHostedContent-id - in: path - description: 'key: id of chatMessageHostedContent' - required: true - schema: - type: string - x-ms-docs-key-type: chatMessageHostedContent - requestBody: - description: New media content. - content: - application/octet-stream: - schema: - type: string - format: binary - required: true - responses: - '204': - description: Success - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation '/chats/{chat-id}/messages/{chatMessage-id}/replies': get: tags: @@ -2890,9 +2815,6 @@ paths: $ref: '#/components/schemas/microsoft.graph.keyValuePair' recipient: $ref: '#/components/schemas/microsoft.graph.teamworkNotificationRecipient' - teamsAppId: - type: string - nullable: true additionalProperties: type: object required: true @@ -4238,6 +4160,7 @@ paths: - folder - image - location + - media - package - pendingOperations - photo @@ -4248,6 +4171,7 @@ paths: - shared - sharepointIds - size + - source - specialFolder - video - webDavUrl @@ -5474,100 +5398,6 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}/$value': - get: - tags: - - teams.channel - summary: Get media content for the navigation property hostedContents from teams - operationId: teams.channels.messages_GetHostedContentsContent - parameters: - - name: team-id - in: path - description: 'key: id of team' - required: true - schema: - type: string - x-ms-docs-key-type: team - - name: channel-id - in: path - description: 'key: id of channel' - required: true - schema: - type: string - x-ms-docs-key-type: channel - - name: chatMessage-id - in: path - description: 'key: id of chatMessage' - required: true - schema: - type: string - x-ms-docs-key-type: chatMessage - - name: chatMessageHostedContent-id - in: path - description: 'key: id of chatMessageHostedContent' - required: true - schema: - type: string - x-ms-docs-key-type: chatMessageHostedContent - responses: - '200': - description: Retrieved media content - content: - application/octet-stream: - schema: - type: string - format: binary - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - put: - tags: - - teams.channel - summary: Update media content for the navigation property hostedContents in teams - operationId: teams.channels.messages_SetHostedContentsContent - parameters: - - name: team-id - in: path - description: 'key: id of team' - required: true - schema: - type: string - x-ms-docs-key-type: team - - name: channel-id - in: path - description: 'key: id of channel' - required: true - schema: - type: string - x-ms-docs-key-type: channel - - name: chatMessage-id - in: path - description: 'key: id of chatMessage' - required: true - schema: - type: string - x-ms-docs-key-type: chatMessage - - name: chatMessageHostedContent-id - in: path - description: 'key: id of chatMessageHostedContent' - required: true - schema: - type: string - x-ms-docs-key-type: chatMessageHostedContent - requestBody: - description: New media content. - content: - application/octet-stream: - schema: - type: string - format: binary - required: true - responses: - '204': - description: Success - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation '/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies': get: tags: @@ -7548,6 +7378,7 @@ paths: items: enum: - id + - allowedInstallationScopes - azureADAppId - createdBy - description @@ -8109,9 +7940,6 @@ paths: $ref: '#/components/schemas/microsoft.graph.keyValuePair' recipient: $ref: '#/components/schemas/microsoft.graph.teamworkNotificationRecipient' - teamsAppId: - type: string - nullable: true additionalProperties: type: object required: true @@ -8678,6 +8506,7 @@ paths: - licenseDetails - manager - memberOf + - oauth2PermissionGrants - ownedDevices - ownedObjects - registeredDevices @@ -8749,6 +8578,7 @@ paths: - licenseDetails - manager - memberOf + - oauth2PermissionGrants - ownedDevices - ownedObjects - registeredDevices @@ -9389,6 +9219,7 @@ paths: - folder - image - location + - media - package - pendingOperations - photo @@ -9399,6 +9230,7 @@ paths: - shared - sharepointIds - size + - source - specialFolder - video - webDavUrl @@ -10472,86 +10304,6 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}/$value': - get: - tags: - - teams.channel - summary: Get media content for the navigation property hostedContents from teams - operationId: teams.primaryChannel.messages_GetHostedContentsContent - parameters: - - name: team-id - in: path - description: 'key: id of team' - required: true - schema: - type: string - x-ms-docs-key-type: team - - name: chatMessage-id - in: path - description: 'key: id of chatMessage' - required: true - schema: - type: string - x-ms-docs-key-type: chatMessage - - name: chatMessageHostedContent-id - in: path - description: 'key: id of chatMessageHostedContent' - required: true - schema: - type: string - x-ms-docs-key-type: chatMessageHostedContent - responses: - '200': - description: Retrieved media content - content: - application/octet-stream: - schema: - type: string - format: binary - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - put: - tags: - - teams.channel - summary: Update media content for the navigation property hostedContents in teams - operationId: teams.primaryChannel.messages_SetHostedContentsContent - parameters: - - name: team-id - in: path - description: 'key: id of team' - required: true - schema: - type: string - x-ms-docs-key-type: team - - name: chatMessage-id - in: path - description: 'key: id of chatMessage' - required: true - schema: - type: string - x-ms-docs-key-type: chatMessage - - name: chatMessageHostedContent-id - in: path - description: 'key: id of chatMessageHostedContent' - required: true - schema: - type: string - x-ms-docs-key-type: chatMessageHostedContent - requestBody: - description: New media content. - content: - application/octet-stream: - schema: - type: string - format: binary - required: true - responses: - '204': - description: Success - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation '/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies': get: tags: @@ -16724,6 +16476,8 @@ components: - title: teamsAppDefinition type: object properties: + allowedInstallationScopes: + $ref: '#/components/schemas/microsoft.graph.teamsAppInstallationScopes' azureADAppId: type: string description: The WebApplicationInfo.id from the Teams App manifest. @@ -16732,6 +16486,7 @@ components: $ref: '#/components/schemas/microsoft.graph.identitySet' description: type: string + description: Verbose description of the application. nullable: true displayName: type: string @@ -16749,7 +16504,7 @@ components: nullable: true teamsAppId: type: string - description: The id from the Teams App manifest. + description: The ID from the Teams app manifest. nullable: true version: type: string @@ -16872,6 +16627,7 @@ components: $ref: '#/components/schemas/microsoft.graph.channelIdentity' chatId: type: string + description: The identity of the chat in which the message was posted. 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])$' @@ -16896,13 +16652,13 @@ components: 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 Teams UI. If no edits are made the value is null. + 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 modified, including when a reaction is added or removed.' + 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: @@ -16924,7 +16680,7 @@ components: description: 'Reactions for this chat message (for example, Like).' 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.)' + 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 @@ -16949,19 +16705,9 @@ components: type: object microsoft.graph.chatMessageHostedContent: allOf: - - $ref: '#/components/schemas/microsoft.graph.entity' + - $ref: '#/components/schemas/microsoft.graph.teamworkHostedContent' - title: chatMessageHostedContent type: object - properties: - contentBytes: - type: string - description: 'Write-only. When posting new chat message hosted content, represents the bytes of the payload. These are represented as a base64Encoded string.' - format: base64url - nullable: true - contentType: - type: string - description: 'Write-only. When posting new chat message hosted content, represents the type of content, such as image/png.' - nullable: true additionalProperties: type: object microsoft.graph.teamworkActivityTopic: @@ -17052,7 +16798,7 @@ components: 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 team was created. + description: Timestamp at which the team was created. format: date-time nullable: true description: @@ -17219,6 +16965,8 @@ components: $ref: '#/components/schemas/microsoft.graph.image' location: $ref: '#/components/schemas/microsoft.graph.geoCoordinates' + media: + $ref: '#/components/schemas/microsoft.graph.media' package: $ref: '#/components/schemas/microsoft.graph.package' pendingOperations: @@ -17242,6 +16990,8 @@ components: description: Size of the item in bytes. Read-only. format: int64 nullable: true + source: + $ref: '#/components/schemas/microsoft.graph.driveItemSource' specialFolder: $ref: '#/components/schemas/microsoft.graph.specialFolder' video: @@ -17298,7 +17048,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.assignedLabel' - description: 'The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select.' + 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: @@ -17315,7 +17065,7 @@ components: 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.' + 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 is 2014-01-01T00:00:00Z. Returned by default. Read-only.' format: date-time nullable: true description: @@ -17329,7 +17079,7 @@ components: 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.' + 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 is 2014-01-01T00:00:00Z. Returned by default. Read-only.' format: date-time nullable: true groupTypes: @@ -17339,7 +17089,7 @@ components: 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).' + 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 @@ -17373,7 +17123,7 @@ components: 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. + 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 @@ -17382,7 +17132,7 @@ components: 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 group 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''. Returned by default. Read-only. Supports $filter.' + description: 'Indicates the last time at which the group 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 is 2014-01-01T00:00:00Z. Returned by default. Read-only. Supports $filter.' format: date-time nullable: true onPremisesNetBiosName: @@ -17412,17 +17162,17 @@ components: nullable: true preferredLanguage: type: string - description: The preferred language for a Microsoft 365 group. Should follow ISO 639-1 Code; for example 'en-US'. Returned by default. + 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 for filter expressions on multi-valued properties. Returned by default. Read-only. Not nullable. Supports $filter.' + 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.' + 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 is 2014-01-01T00:00:00Z. Returned by default. Read-only.' format: date-time nullable: true resourceBehaviorOptions: @@ -17445,7 +17195,7 @@ components: nullable: true theme: type: string - description: 'Specifies a Microsoft 365 group''s color theme. Possible values are Teal, Purple, Green, Blue, Pink, Orange or Red. Returned by default.' + 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 @@ -17455,26 +17205,26 @@ components: $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. + description: 'Indicates if people external to the organization can send messages to the group. Default value is false. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}).' 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. + 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. Supported only on the Get group API (GET /groups/{ID}).' nullable: true hideFromAddressLists: type: boolean - description: 'True if the group is not displayed in certain parts of the Outlook user interface: in the Address Book, in address lists for selecting message recipients, and in the Browse Groups dialog for searching groups; false otherwise. Default value is false. Returned only on $select.' + 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. Supported only on the Get group API (GET /groups/{ID}).' 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, false otherwise. Default value is false. Returned only on $select.' + 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. Supported only on the Get group API (GET /groups/{ID}).' 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. + description: 'Indicates whether the signed-in user is subscribed to receive email conversations. Default value is true. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}).' nullable: true unseenConversationsCount: maximum: 2147483647 @@ -17487,7 +17237,7 @@ components: maximum: 2147483647 minimum: -2147483648 type: integer - description: Count of conversations that have received new posts since the signed-in user last visited the group. This property is the same as unseenConversationsCount.Returned only on $select. + description: 'Count of conversations that have received new posts since the signed-in user last visited the group. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}).' format: int32 nullable: true unseenMessagesCount: @@ -17518,12 +17268,12 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.directoryObject' - description: 'Groups and administrative units that this group is a member of. HTTP Methods: GET (supported for all groups). Read-only. Nullable.' + 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, contacts, and groups that are members of this group. HTTP Methods: GET (supported for all groups), POST (supported for security groups and mail-enabled security groups), DELETE (supported only for security groups) Read-only. Nullable.' + 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: @@ -17533,7 +17283,7 @@ components: 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. HTTP Methods: GET (supported for all groups), POST (supported for security groups and mail-enabled security groups), DELETE (supported only for security groups) Read-only. Nullable.' + 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: @@ -17542,7 +17292,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.directorySetting' - description: 'Settings that can govern this group''s behavior, like whether members can invite guest users to the group. Nullable.' + description: Read-only. Nullable. transitiveMemberOf: type: array items: @@ -17572,7 +17322,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.event' - description: The group's events. + description: The group's calendar events. rejectedSenders: type: array items: @@ -17686,56 +17436,56 @@ components: $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. Returned only on $select. Supports $filter.' + 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. Returned only on $select.' + 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. Returned only on $select. Not nullable. + description: The licenses that are assigned to the user. Returned only on $select. Not nullable. Supports $filter. assignedPlans: type: array items: $ref: '#/components/schemas/microsoft.graph.assignedPlan' - description: The plans that are assigned to the user. Returned only on $select. Read-only. Not nullable. + 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. Only one number can be set for this property. Returned by default. Read-only for users synced from on-premises directory. + description: 'The telephone numbers for the user. NOTE: Although this is a string collection, only one number can be set for this property. Read-only for users synced from on-premises directory. Returned by default.' city: type: string - description: The city in which the user is located. Returned only on $select. Supports $filter. + 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. + 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 characters.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. Returned only on $select.' + 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''. Returned only on $select. Supports $filter.' + 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 date and time the user was created. The value cannot be modified and is automatically populated when the entity is created. The DateTimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. Property is nullable. A null value indicates that an accurate creation time couldn't be determined for the user. Returned only on $select. Read-only. Supports $filter. + 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). Returned only on $select. Read-only.' + 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. Returned only on $select. Supports $filter. + description: The name for the department in which the user works. Supports $filter. nullable: true deviceKeys: type: array @@ -17743,7 +17493,7 @@ components: $ref: '#/components/schemas/microsoft.graph.deviceKey' displayName: type: string - description: 'The name displayed in the address book for the user. This value 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. Returned by default. Supports $filter and $orderby.' + 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. Returned by default. 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])$' @@ -17771,7 +17521,7 @@ components: nullable: true faxNumber: type: string - description: The fax number of the user. Returned only on $select. + description: The fax number of the user. nullable: true givenName: type: string @@ -17781,7 +17531,7 @@ components: 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. Returned only on $select. Supports $filter.' + 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: @@ -17804,29 +17554,29 @@ components: 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 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 is ''2014-01-01T00:00:00Z'' Returned only on $select. Read-only.' + 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 is 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. Returned only on $select.' + 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. Returned only on $select. Read-only. + 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''. Returned by default. Supports $filter and endsWith.' nullable: true mailNickname: type: string - description: The mail alias for the user. This property must be specified when a user is created. Returned only on $select. Supports $filter. + 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. Returned by default. Read-only for users synced from on-premises directory. + description: The primary cellular telephone number for the user. Read-only for users synced from on-premises directory. Returned by default. nullable: true officeLocation: type: string @@ -17834,59 +17584,59 @@ components: 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. Returned only on $select. Read-only. + 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. Returned only on $select. Read-only.' + 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. Returned only on $select. Supports $filter.' + 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 is ''2014-01-01T00:00:00Z''. Returned only on $select. Read-only.' + 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 is 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. Returned only on $select. + 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. Returned only on $select. Read-only. + 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. Returned only on $select. Read-only. + 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). Returned only on $select. Read-only. + 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. Returned only on $select. Read-only. + 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''].Returned only on $select. Supports$filter.' + 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''.Returned only on $select.' + 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. Returned only on $select.' + 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 @@ -17900,35 +17650,35 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.provisionedPlan' - description: The plans that are provisioned for the user. Returned only on $select. Read-only. Not nullable. + 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. Returned only on $select. Read-only, Not nullable. Supports $filter.' + 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. Use invalidateAllRefreshTokens to reset.' + 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. Returned only on $select.' + 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. Returned only on $select. Read-only. Use revokeSignInSessions to reset.' + 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. Returned only on $select. Supports $filter. + 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. Returned only on $select. + description: The street address of the user's place of business. nullable: true surname: type: string @@ -17936,7 +17686,7 @@ components: 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. Returned only on $select. Supports $filter.' + 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 @@ -17944,7 +17694,7 @@ components: 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''. Returned only on $select. Supports $filter.' + 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' @@ -17956,56 +17706,56 @@ components: format: int32 aboutMe: type: string - description: A freeform text entry field for the user to describe themselves. Returned only on $select. + 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 is ''2014-01-01T00:00:00Z'' Returned only on $select.' + 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 is 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 is ''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.' + 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 is 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. Returned only on $select. + description: A list for the user to describe their interests. mySite: type: string - description: The URL for the user's personal site. Returned only on $select. + 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. Returned only on $select. + description: A list for the user to enumerate their past projects. preferredName: type: string - description: The preferred name for the user. Returned only on $select. + 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. Returned only on $select. + 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. Returned only on $select. + 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. Returned only on $select. + description: A list for the user to enumerate their skills. analytics: $ref: '#/components/schemas/microsoft.graph.userAnalytics' usageRights: @@ -18040,8 +17790,12 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.directoryObject' - description: 'The groups, directory roles and administrative units that the user is a member of. Read-only. Nullable.' - ownedDevices: + description: The groups and directory roles that the user is a member of. Read-only. Nullable. + oauth2PermissionGrants: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.oAuth2PermissionGrant' + ownedDevices: type: array items: $ref: '#/components/schemas/microsoft.graph.directoryObject' @@ -18096,7 +17850,7 @@ components: 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. + 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: @@ -18120,7 +17874,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.person' - description: 'Read-only. The most relevant people to the user. The collection is ordered by their relevance to the user, which is determined by the user''s communication, collaboration and business relationships. A person is an aggregation of information from across mail, contacts and social networks.' + description: People that are relevant to the user. Read-only. Nullable. drive: $ref: '#/components/schemas/microsoft.graph.drive' drives: @@ -18136,7 +17890,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.extension' - description: The collection of open extensions defined for the user. Nullable. + description: The collection of open extensions defined for the user. Read-only. Nullable. appConsentRequestsForApproval: type: array items: @@ -18368,7 +18122,7 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true recipientActionMessage: @@ -18377,11 +18131,11 @@ components: nullable: true recipientUserId: type: string - description: User id of the recipient of the offer shift request. + 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. + description: User ID of the sender of the offer shift request. nullable: true additionalProperties: type: object @@ -18469,7 +18223,7 @@ components: properties: recipientShiftId: type: string - description: Shift ID for the recipient user with whom the request is to swap. + description: ShiftId for the recipient user with whom the request is to swap. nullable: true additionalProperties: type: object @@ -18527,13 +18281,13 @@ components: 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''' + 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 is 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true timeOffReasonId: @@ -18701,6 +18455,14 @@ components: - sideloaded - unknownFutureValue type: string + microsoft.graph.teamsAppInstallationScopes: + title: teamsAppInstallationScopes + enum: + - team + - groupChat + - personal + - unknownFutureValue + type: string microsoft.graph.identitySet: title: identitySet type: object @@ -18764,7 +18526,7 @@ components: nullable: true contentType: type: string - description: 'The media type of the content attachment. It can have the following values: reference: Attachment is a link to another file. Populate the contentURL with the link to the object.Any contentTypes supported by the Bot Framework''s Attachment objectapplication/vnd.microsoft.card.codesnippet: A code snippet. application/vnd.microsoft.card.announcement: An announcement header.' + description: 'The media type of the content attachment. It can have the following values: reference: Attachment is a link to another file. Populate the contentURL with the link to the object.file: Raw file attachment. Populate the contenturl field with the base64 encoding of the file in data: format.image/: Image type with the type of the image specified ex: image/png, image/jpeg, image/gif. Populate the contentUrl field with the base64 encoding of the file in data: format.video/: Video type with the format specified. Ex: video/mp4. Populate the contentUrl field with the base64 encoding of the file in data: format.audio/: Audio type with the format specified. Ex: audio/wmw. Populate the contentUrl field with the base64 encoding of the file in data: format.application/card type: Rich card attachment type with the card type specifying the exact card format to use. Set content with the json format of the card. Supported values for card type include:application/vnd.microsoft.card.adaptive: A rich card that can contain any combination of text, speech, images,,buttons, and input fields. Set the content property to,an AdaptiveCard object.application/vnd.microsoft.card.animation: A rich card that plays animation. Set the content property,to an AnimationCardobject.application/vnd.microsoft.card.audio: A rich card that plays audio files. Set the content property,to an AudioCard object.application/vnd.microsoft.card.video: A rich card that plays videos. Set the content property,to a VideoCard object.application/vnd.microsoft.card.hero: A Hero card. Set the content property to a HeroCard object.application/vnd.microsoft.card.thumbnail: A Thumbnail card. Set the content property to a ThumbnailCard object.application/vnd.microsoft.com.card.receipt: A Receipt card. Set the content property to a ReceiptCard object.application/vnd.microsoft.com.card.signin: A user Sign In card. Set the content property to a SignInCard object.' nullable: true contentUrl: type: string @@ -18790,9 +18552,11 @@ components: properties: channelId: type: string + description: The identity of the channel in which the message was posted. nullable: true teamId: type: string + description: The identity of the team in which the message was posted. nullable: true additionalProperties: type: object @@ -18854,7 +18618,7 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time reactionType: type: string @@ -18863,6 +18627,23 @@ components: $ref: '#/components/schemas/microsoft.graph.identitySet' additionalProperties: type: object + microsoft.graph.teamworkHostedContent: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: teamworkHostedContent + type: object + properties: + contentBytes: + type: string + description: Write only. Bytes for the hosted content (such as images). + format: base64url + nullable: true + contentType: + type: string + description: 'Write only. Content type. sicj as image/png, image/jpg.' + nullable: true + additionalProperties: + type: object microsoft.graph.teamworkActivityTopicSource: title: teamworkActivityTopicSource enum: @@ -18955,7 +18736,7 @@ components: nullable: true allowCreateUpdateChannels: type: boolean - description: 'If set to true, members can add and update any channels.' + description: 'If set to true, members can add and update channels.' nullable: true allowCreateUpdateRemoveConnectors: type: boolean @@ -19276,16 +19057,27 @@ components: nullable: true latitude: type: number - description: 'Optional. The latitude, in decimal, for the item. Writable on OneDrive Personal.' + 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. Writable on OneDrive Personal.' + description: 'Optional. The longitude, in decimal, for the item. Read-only.' format: double nullable: true additionalProperties: type: object + microsoft.graph.media: + title: media + type: object + properties: + isTranscriptionShown: + type: boolean + nullable: true + mediaSource: + $ref: '#/components/schemas/microsoft.graph.mediaSource' + additionalProperties: + type: object microsoft.graph.package: title: package type: object @@ -19353,7 +19145,7 @@ components: 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: The date and time the photo was taken in UTC time. Read-only. + description: Represents the date and time the photo was taken. Read-only. format: date-time nullable: true additionalProperties: @@ -19504,6 +19296,17 @@ components: nullable: true additionalProperties: type: object + microsoft.graph.driveItemSource: + title: driveItemSource + type: object + properties: + application: + $ref: '#/components/schemas/microsoft.graph.driveItemSourceApplication' + externalId: + type: string + nullable: true + additionalProperties: + type: object microsoft.graph.specialFolder: title: specialFolder type: object @@ -19603,7 +19406,7 @@ components: 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. Nullable.' + 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: @@ -19715,7 +19518,7 @@ components: 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.' + description: A unique token that can be used to access this shared item via the **shares** API. Read-only. nullable: true additionalProperties: type: object @@ -19731,14 +19534,14 @@ components: nullable: true changeType: type: string - description: '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. Required. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType.' + 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: Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 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. Optional. + 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.' + 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 @@ -19746,12 +19549,12 @@ components: nullable: true encryptionCertificateId: type: string - description: A custom app-provided identifier to help identify the certificate needed to decrypt resource data. Optional. Required when includeResourceData is true. + 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: '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. Required.' + 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 includeResourceData: type: boolean @@ -19767,16 +19570,18 @@ components: nullable: true notificationContentType: type: string + description: Desired content-type for MS Graph change notifications for supported resource types. The default content-type is the 'application/json' content-type. nullable: true notificationQueryOptions: type: string + description: 'OData Query Options for specifying value for the targeting resource. Clients receive notifications when resource reaches the state matching the query options provided here. With this new property in the subscription creation payload along with all existing properties, Webhooks will deliver notifications whenever a resource reaches the desired state mentioned in the notificationQueryOptions property eg when the print job is completed, when a print job resource isFetchable property value becomes true etc.' nullable: true notificationUrl: type: string - description: The URL of the endpoint that receives the change notifications. This URL must make use of the HTTPS protocol. Required. + 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: Specifies the resource that will be monitored for changes. Do not include the base URL (https://graph.microsoft.com/beta/). See the possible resource path values for each supported resource. Required. + 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.thumbnailSet: @@ -19803,6 +19608,7 @@ components: properties: content: type: string + description: The content stream for this version of the item. format: base64url nullable: true size: @@ -19927,12 +19733,12 @@ components: 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.' + 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.' 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.' + 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 is 2014-01-01T00:00:00Z. Read-only.' format: date-time nullable: true principalDisplayName: @@ -19942,16 +19748,16 @@ components: 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.' + description: 'The unique identifier (id) for the user, group or service principal being granted the app role. Required on create.' 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.' + description: 'The type of the assigned principal. This can either be User, Group or ServicePrincipal. Read-only.' 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. + description: The display name of the resource app's service principal to which the assignment is made. 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}$' @@ -20050,15 +19856,15 @@ components: 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, through an Outlook client or the corresponding calendarPermission resource. Read-only.' + 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. Read-only.' + 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. This property is set through an Outlook client or the corresponding calendarPermission resource. Read-only.' + description: 'true if the user can read calendar items that have been marked private, false otherwise.' nullable: true changeKey: type: string @@ -20070,11 +19876,11 @@ components: $ref: '#/components/schemas/microsoft.graph.onlineMeetingProviderType' hexColor: type: string - description: 'The calendar color, expressed in a hex color code of three hexidecimal values, each ranging from 00 to FF and representing the red, green, or blue components of the color in the RGB color space. If the user has never explicitly set a color for the calendar, this property is empty.' + description: 'The calendar color, expressed in a hex color code of three hexadecimal values, each ranging from 00 to FF and representing the red, green, or blue components of the color in the RGB color space. If the user has never explicitly set a color for the calendar, this property is empty. Read-only.' nullable: true isDefaultCalendar: type: boolean - description: 'True if this is the default calendar where new events are created by default, false otherwise.' + description: 'true if this is the default calendar where new events are created by default, false otherwise.' nullable: true isRemovable: type: boolean @@ -20082,11 +19888,11 @@ components: nullable: true isShared: type: boolean - description: 'True if the user has shared the calendar with other users, false otherwise. Since only the user who created the calendar can share it, isShared and isSharedWithMe cannot be true for the same user. This property is set when sharing is initiated in an Outlook client, and can be reset when the sharing is cancelled through the client or the corresponding calendarPermission resource. Read-only.' + description: 'true if the user has shared the calendar with other users, false otherwise. Since only the user who created the calendar can share it, isShared and isSharedWithMe cannot be true for the same user. This property is set when sharing is initiated in an Outlook client, and can be reset when the sharing is cancelled through the client or the corresponding calendarPermission resource. Read-only.' nullable: true isSharedWithMe: type: boolean - description: 'True if the user has been shared this calendar, false otherwise. This property is always false for a calendar owner. This property is set when sharing is initiated in an Outlook client, and can be reset when the sharing is cancelled through the client or the corresponding calendarPermission resource. Read-only.' + description: 'true if the user has been shared this calendar, false otherwise. This property is always false for a calendar owner. This property is set when sharing is initiated in an Outlook client, and can be reset when the sharing is cancelled through the client or the corresponding calendarPermission resource. Read-only.' nullable: true isTallyingResponses: type: boolean @@ -20215,7 +20021,7 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true originalStartTimeZone: @@ -20268,7 +20074,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.attachment' - description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' + description: The collection of fileAttachment and itemAttachment attachments for the event. Navigation property. Read-only. Nullable. calendar: $ref: '#/components/schemas/microsoft.graph.calendar' exceptionOccurrences: @@ -20279,12 +20085,12 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.extension' - description: The collection of open extensions defined for the event. Nullable. + 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 occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but does not include occurrences that have been cancelled from the series. Navigation property. Read-only. Nullable.' + description: The instances of the event. Navigation property. Read-only. Nullable. multiValueExtendedProperties: type: array items: @@ -20309,7 +20115,7 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time preview: type: string @@ -20349,7 +20155,7 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time preview: type: string @@ -20464,6 +20270,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.columnDefinition' + description: The collection of column definitions available in the site that are referenced from the sites in the parent hierarchy of the current site. items: type: array items: @@ -20489,6 +20296,8 @@ components: items: $ref: '#/components/schemas/microsoft.graph.site' description: The collection of the sub-sites under this site. + termStore: + $ref: '#/components/schemas/microsoft.graph.termStore.store' onenote: $ref: '#/components/schemas/microsoft.graph.onenote' additionalProperties: @@ -20617,7 +20426,7 @@ components: 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 - description: 'The last sign-in date for a specific user. You can use this field to calculate the last time a user signed in to the directory. This field can be used to build reports, such as inactive users. 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''. For more information about using the value of this property, see Manage inactive user accounts in Azure AD.' + description: 'The last interactive sign-in date for a specific user. You can use this field to calculate the last time a user signed in to the directory with an interactive authentication method. This field can be used to build reports, such as inactive users. 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 is: ''2014-01-01T00:00:00Z''. For more information about using the value of this property, see Manage inactive user accounts in Azure AD.' format: date-time nullable: true lastSignInRequestId: @@ -20633,12 +20442,12 @@ components: 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''' + description: 'The date and time at which the plan was assigned. 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 is 2014-01-01T00:00:00Z.' format: date-time nullable: true capabilityStatus: type: string - description: 'Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut.' + description: 'Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. See a detailed description of each value.' nullable: true service: type: string @@ -20806,7 +20615,7 @@ components: properties: forceChangePasswordNextSignIn: type: boolean - description: 'If true, at next sign-in, the user must change their password. After a password change, this property will be automatically reset to false. If not set, default is false.' + description: true if the user must change her password on the next login; otherwise false. nullable: true forceChangePasswordNextSignInWithMfa: type: boolean @@ -20842,7 +20651,7 @@ components: properties: archiveFolder: type: string - description: Folder ID of an archive folder for the user. Read only. + description: Folder ID of an archive folder for the user. nullable: true automaticRepliesSetting: $ref: '#/components/schemas/microsoft.graph.automaticRepliesSetting' @@ -20950,6 +20759,44 @@ components: nullable: true additionalProperties: type: object + microsoft.graph.oAuth2PermissionGrant: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: oAuth2PermissionGrant + type: object + properties: + clientId: + type: string + description: The id of the client service principal for the application which is authorized to act on behalf of a signed-in user when accessing an API. Required. Supports $filter (eq only). + consentType: + type: string + description: 'Indicates if authorization is granted for the client application to impersonate all users or only a specific user. AllPrincipals indicates authorization to impersonate all users. Principal indicates authorization to impersonate a specific user. Consent on behalf of all users can be granted by an administrator. Non-admin users may be authorized to consent on behalf of themselves in some cases, for some delegated permissions. Required. Supports $filter (eq only).' + nullable: true + expiryTime: + 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: 'Currently, the end time value is ignored, but a value is required when creating an oAuth2PermissionGrant. Required.' + format: date-time + nullable: true + principalId: + type: string + description: 'The id of the user on behalf of whom the client is authorized to access the resource, when consentType is Principal. If consentType is AllPrincipals this value is null. Required when consentType is Principal.' + nullable: true + resourceId: + type: string + description: The id of the resource service principal to which access is authorized. This identifies the API which the client is authorized to attempt to call on behalf of a signed-in user. + scope: + type: string + description: 'A space-separated list of the claim values for delegated permissions which should be included in access tokens for the resource application (the API). For example, openid User.Read GroupMember.Read.All. Each claim value should match the value field of one of the delegated permissions defined by the API, listed in the publishedPermissionScopes property of the resource service principal.' + nullable: true + startTime: + 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: 'Currently, the start time value is ignored, but a value is required when creating an oAuth2PermissionGrant. Required.' + format: date-time + nullable: true + additionalProperties: + type: object microsoft.graph.scopedRoleMembership: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -21046,7 +20893,7 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true children: @@ -21180,7 +21027,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.extension' - description: The collection of open extensions defined for the contact. Nullable. + description: The collection of open extensions defined for the contact. Read-only. Nullable. multiValueExtendedProperties: type: array items: @@ -21297,7 +21144,7 @@ components: $ref: '#/components/schemas/microsoft.graph.itemBody' bodyPreview: type: string - description: 'The first 255 characters of the message body. It is in text format. If the message contains instances of mention, this property would contain a concatenation of these mentions as well.' + description: The first 255 characters of the message body. It is in text format. nullable: true ccRecipients: type: array @@ -21359,7 +21206,7 @@ components: 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. 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''.' + description: 'The date and time the message was received. The date and time information uses ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.' format: date-time nullable: true replyTo: @@ -21372,7 +21219,7 @@ components: 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. 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''.' + description: 'The date and time the message was sent. The date and time information uses ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.' format: date-time nullable: true subject: @@ -21499,7 +21346,7 @@ components: nullable: true personType: type: string - description: 'The type of person, for example distribution list.' + description: The type of person. nullable: true phones: type: array @@ -21551,20 +21398,25 @@ components: properties: appDisplayName: type: string + description: The display name of the app for which consent is requested. Required. Supports $filter (eq only) and $orderby. nullable: true appId: type: string + description: The identifier of the application. Required. Supports $filter (eq only) and $orderby. consentType: type: string + description: 'The consent type of the request. Possible values are: Static and Dynamic. These represent static and dynamic permissions, respectively, requested in the consent workflow. Supports $filter (eq only) and $orderby. Required.' nullable: true pendingScopes: type: array items: $ref: '#/components/schemas/microsoft.graph.appConsentRequestScope' + description: A list of pending scopes waiting for approval. This is empty if the consentType is Static. Required. userConsentRequests: type: array items: $ref: '#/components/schemas/microsoft.graph.userConsentRequest' + description: A list of pending user consent requests. additionalProperties: type: object microsoft.graph.approval: @@ -21588,7 +21440,7 @@ components: 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: DateTime when review instance is scheduled to end. + description: 'DateTime when review instance is scheduled to end.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 is 2014-01-01T00:00:00Z.' format: date-time nullable: true scope: @@ -21596,7 +21448,7 @@ components: 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: DateTime when review instance is scheduled to start. May be in the future. + description: 'DateTime when review instance is scheduled to start. May be in the future. 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 is 2014-01-01T00:00:00Z.' format: date-time nullable: true status: @@ -21620,11 +21472,11 @@ components: properties: agreementFileId: type: string - description: ID of the agreement file accepted by the user. + description: The identifier of the agreement file accepted by the user. nullable: true agreementId: type: string - description: ID of the agreement. + description: The identifier of the agreement. nullable: true deviceDisplayName: type: string @@ -21636,11 +21488,11 @@ components: nullable: true deviceOSType: type: string - description: The operating system used for accepting the agreement. + description: The operating system used to accept the agreement. nullable: true deviceOSVersion: type: string - description: The operating system version of the device used for accepting the agreement. + description: The operating system version of the device used to accept the agreement. 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])$' @@ -21666,7 +21518,7 @@ components: nullable: true userId: type: string - description: ID of the user who accepted the agreement. + description: The identifier of the user who accepted the agreement. nullable: true userPrincipalName: type: string @@ -21683,26 +21535,26 @@ components: 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: Created date time in UTC of the device enrollment configuration + description: Not yet documented format: date-time description: type: string - description: The description of the device enrollment configuration + description: Not yet documented nullable: true displayName: type: string - description: The display name of the device enrollment configuration + 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: Last modified date time in UTC of the device enrollment configuration + description: Not yet documented format: date-time priority: maximum: 2147483647 minimum: -2147483648 type: integer - description: Priority is used when a user exists in multiple groups that are assigned enrollment configuration. Users are subject only to the configuration with the lowest priority value. + description: Not yet documented format: int32 roleScopeTagIds: type: array @@ -21714,13 +21566,13 @@ components: maximum: 2147483647 minimum: -2147483648 type: integer - description: The version of the device enrollment configuration + 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 + description: The list of group assignments for the device configuration profile. additionalProperties: type: object description: The Base Class of Device Enrollment Configuration @@ -21736,11 +21588,11 @@ components: nullable: true activationLockBypassCode: type: string - description: Code that allows the Activation Lock on a device to be bypassed. This property is read-only. + description: Code that allows the Activation Lock on a device to be bypassed. nullable: true androidSecurityPatchLevel: type: string - description: Android security patch level. This property is read-only. + description: Android security patch level nullable: true autopilotEnrolled: type: boolean @@ -21751,18 +21603,18 @@ components: nullable: true azureADDeviceId: type: string - description: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. + 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. This property is read-only. + 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. This property is read-only. + description: The DateTime when device compliance grace period expires format: date-time complianceState: $ref: '#/components/schemas/microsoft.graph.complianceState' @@ -21776,10 +21628,10 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.deviceActionResult' - description: List of ComplexType deviceActionResult objects. This property is read-only. + description: List of ComplexType deviceActionResult objects. deviceCategoryDisplayName: type: string - description: Device category display name. This property is read-only. + description: Device category display name nullable: true deviceEnrollmentType: $ref: '#/components/schemas/microsoft.graph.deviceEnrollmentType' @@ -21787,7 +21639,7 @@ components: $ref: '#/components/schemas/microsoft.graph.deviceHealthAttestationState' deviceName: type: string - description: Name of the device. This property is read-only. + description: Name of the device nullable: true deviceRegistrationState: $ref: '#/components/schemas/microsoft.graph.deviceRegistrationState' @@ -21795,24 +21647,24 @@ components: $ref: '#/components/schemas/microsoft.graph.deviceType' easActivated: type: boolean - description: Whether the device is Exchange ActiveSync activated. This property is read-only. + 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. This property is read-only. + description: Exchange ActivationSync activation time of the device. format: date-time easDeviceId: type: string - description: Exchange ActiveSync Id of the device. This property is read-only. + description: Exchange ActiveSync Id of the device. nullable: true emailAddress: type: string - description: Email(s) for the user associated with the device. This property is read-only. + 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. This property is read-only. + description: Enrollment time of the device. format: date-time ethernetMacAddress: type: string @@ -21825,11 +21677,11 @@ components: 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. This property is read-only. + description: Last time the device contacted Exchange. format: date-time freeStorageSpaceInBytes: type: integer - description: Free Storage in Bytes. This property is read-only. + description: Free Storage in Bytes format: int64 hardwareInformation: $ref: '#/components/schemas/microsoft.graph.hardwareInformation' @@ -21839,24 +21691,24 @@ components: nullable: true imei: type: string - description: IMEI. This property is read-only. + description: IMEI nullable: true isEncrypted: type: boolean - description: Device encryption status. This property is read-only. + description: Device encryption status isSupervised: type: boolean - description: Device supervised status. This property is read-only. + description: Device supervised status jailBroken: type: string - description: whether the device is jail broken or rooted. This property is read-only. + 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. This property is read-only. + 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' @@ -21879,15 +21731,15 @@ components: $ref: '#/components/schemas/microsoft.graph.managementState' manufacturer: type: string - description: Manufacturer of the device. This property is read-only. + description: Manufacturer of the device nullable: true meid: type: string - description: MEID. This property is read-only. + description: MEID nullable: true model: type: string - description: Model of the device. This property is read-only. + description: Model of the device nullable: true notes: type: string @@ -21895,11 +21747,11 @@ components: nullable: true operatingSystem: type: string - description: 'Operating system of the device. Windows, iOS, etc. This property is read-only.' + description: 'Operating system of the device. Windows, iOS, etc.' nullable: true osVersion: type: string - description: Operating system version of the device. This property is read-only. + description: Operating system version of the device. nullable: true ownerType: $ref: '#/components/schemas/microsoft.graph.ownerType' @@ -21907,7 +21759,7 @@ components: $ref: '#/components/schemas/microsoft.graph.managedDevicePartnerReportedHealthState' phoneNumber: type: string - description: Phone number of the device. This property is read-only. + description: Phone number of the device nullable: true physicalMemoryInBytes: type: integer @@ -21922,11 +21774,11 @@ components: $ref: '#/components/schemas/microsoft.graph.managedDeviceArchitecture' remoteAssistanceSessionErrorDetails: type: string - description: An error string that identifies issues when creating Remote Assistance session objects. This property is read-only. + 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. This property is read-only. + description: Url that allows a Remote Assistance session to be established with the device. nullable: true requireUserEnrollmentApproval: type: boolean @@ -21945,7 +21797,7 @@ components: description: List of Scope Tag IDs for this Device instance. serialNumber: type: string - description: SerialNumber. This property is read-only. + description: SerialNumber nullable: true skuFamily: type: string @@ -21963,11 +21815,11 @@ components: nullable: true subscriberCarrier: type: string - description: Subscriber Carrier. This property is read-only. + description: Subscriber Carrier nullable: true totalStorageSpaceInBytes: type: integer - description: Total Storage in Bytes. This property is read-only. + description: Total Storage in Bytes format: int64 udid: type: string @@ -21975,15 +21827,15 @@ components: nullable: true userDisplayName: type: string - description: User display name. This property is read-only. + description: User display name nullable: true userId: type: string - description: Unique Identifier for the user associated with the device. This property is read-only. + description: Unique Identifier for the user associated with the device nullable: true userPrincipalName: type: string - description: Device user principal name. This property is read-only. + description: Device user principal name nullable: true usersLoggedOn: type: array @@ -21992,7 +21844,7 @@ components: description: Indicates the last logged on users of a device. This property is read-only. wiFiMacAddress: type: string - description: Wi-Fi MAC. This property is read-only. + description: Wi-Fi MAC nullable: true windowsActiveMalwareCount: maximum: 2147483647 @@ -22128,7 +21980,7 @@ components: 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. + description: Zero or more policys already applied on the registered app when it last synchronized with management service. intendedPolicies: type: array items: @@ -22330,7 +22182,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.plannerTask' - description: Read-only. Nullable. Returns the plannerTasks assigned to the user. + description: Read-only. Nullable. Returns the plannerPlans shared with the user. additionalProperties: type: object microsoft.graph.itemInsights: @@ -22352,6 +22204,8 @@ components: contributionToContentDiscoveryDisabled: type: boolean description: 'When set to true, the delegate access to the user''s trending API is disabled. When set to true, documents in the user''s Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for Business is affected. Users can control this setting in Office Delve.' + itemInsights: + $ref: '#/components/schemas/microsoft.graph.userInsightsSettings' regionalAndLanguageSettings: $ref: '#/components/schemas/microsoft.graph.regionalAndLanguageSettings' shiftPreferences: @@ -22530,7 +22384,7 @@ components: properties: accountEnabled: type: boolean - description: 'true if the account is enabled; otherwise, false. default is true.' + description: 'true if the account is enabled; otherwise, false. Required.' nullable: true alternativeSecurityIds: type: array @@ -22540,13 +22394,13 @@ components: 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.' + 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 is 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.' + 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 is 2014-01-01T00:00:00Z. Read-only.' format: date-time nullable: true deviceCategory: @@ -22595,6 +22449,7 @@ components: items: type: string nullable: true + description: List of hostNames for the device. 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.' @@ -22614,7 +22469,7 @@ components: 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.' + 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 is 2014-01-01T00:00:00Z Read-only.' format: date-time nullable: true onPremisesSyncEnabled: @@ -22627,7 +22482,7 @@ components: nullable: true operatingSystemVersion: type: string - description: Operating system version of the device. Required. + description: The version of the operating system on the device. Required. nullable: true physicalIds: type: array @@ -22636,12 +22491,12 @@ components: description: For internal use only. Not nullable. profileType: type: string - description: The profile type of the device. Possible values:RegisteredDevice (default)SecureVMPrinterSharedIoT + description: 'The profile type of the device. Possible values: RegisteredDevice (default), SecureVM, Printer, Shared, IoT.' 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 - description: 'Date and time of when the device was registered. 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.' + description: 'Date and time of when the device was registered. 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 is 2014-01-01T00:00:00Z. Read-only.' format: date-time nullable: true systemLabels: @@ -22651,10 +22506,11 @@ components: 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' + description: 'Type of trust for the joined device. Read-only. Possible values: Workplace (indicates bring your own personal devices), AzureAd (Cloud only joined devices), ServerAd (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 + description: Form factor of device. Only returned if user signs in with a Microsoft account as part of Project Rome. nullable: true manufacturer: type: string @@ -22666,12 +22522,15 @@ components: nullable: true name: type: string + description: Friendly name of a device. Only returned if user signs in with a Microsoft account as part of Project Rome. nullable: true platform: type: string + description: Platform of device. Only returned if user signs in with a Microsoft account as part of Project Rome. Only returned if user signs in with a Microsoft account as part of Project Rome. nullable: true status: type: string + description: Device is online or offline. Only returned if user signs in with a Microsoft account as part of Project Rome. nullable: true usageRights: type: array @@ -22742,7 +22601,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.meetingCapabilities' - description: 'The list of meeting capabilities. Possible values are: questionAndAnswer.' + description: 'The list of meeting capabilities. Possible values are: questionAndAnswer,unknownFutureValue.' chatInfo: $ref: '#/components/schemas/microsoft.graph.chatInfo' creationDateTime: @@ -22818,7 +22677,7 @@ components: properties: activity: type: string - description: 'The supplemental information to a user''s availability. Possible values are Available, Away, BeRightBack, Busy, DoNotDisturb, InACall, InAConferenceCall, Inactive,InAMeeting, Offline, OffWork,OutOfOffice, PresenceUnknown,Presenting, UrgentInterruptionsOnly.' + description: 'The supplemental information to a user''s availability. Possible values are Available, Away, BeRightBack, Busy, DoNotDisturb, InACall, InAConferenceCall, Inactive, InAMeeting, Offline, OffWork, OutOfOffice, PresenceUnknown, Presenting, UrgentInterruptionsOnly.' nullable: true availability: type: string @@ -22950,7 +22809,7 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true lastModifiedBy: @@ -22958,7 +22817,7 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true additionalProperties: @@ -23314,7 +23173,7 @@ components: properties: crc32Hash: type: string - description: The CRC32 value of the file (if available). Read-only. + description: The CRC32 value of the file in little endian (if available). Read-only. nullable: true quickXorHash: type: string @@ -23348,6 +23207,14 @@ components: nullable: true additionalProperties: type: object + microsoft.graph.mediaSource: + title: mediaSource + type: object + properties: + contentCategory: + $ref: '#/components/schemas/microsoft.graph.mediaSourceContentCategory' + additionalProperties: + type: object microsoft.graph.pendingContentUpdate: title: pendingContentUpdate type: object @@ -23360,6 +23227,18 @@ components: nullable: true additionalProperties: type: object + microsoft.graph.driveItemSourceApplication: + title: driveItemSourceApplication + enum: + - teams + - yammer + - sharePoint + - oneDrive + - stream + - powerPoint + - office + - unknownFutureValue + type: string microsoft.graph.workbookApplication: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -23379,7 +23258,7 @@ components: properties: content: type: string - description: The content of the comment. + description: The content of comment. nullable: true contentType: type: string @@ -23417,7 +23296,7 @@ components: 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. Possible values are: String, Integer, Double, Boolean, Range. Read-only.' + 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' @@ -23481,7 +23360,7 @@ components: 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. 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.' + 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 @@ -23779,7 +23658,7 @@ components: properties: name: type: string - description: Name of the setting (as defined by the directorySettingTemplate). + description: Name of the setting (as defined by the groupSettingTemplate). nullable: true value: type: string @@ -23816,11 +23695,11 @@ components: properties: address: type: string - description: The email address of an entity instance. + description: The email address of the person or entity. nullable: true name: type: string - description: The display name of an entity instance. + description: The display name of the person or entity. nullable: true additionalProperties: type: object @@ -23894,13 +23773,13 @@ components: 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''' + 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 is 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true additionalProperties: @@ -23923,10 +23802,10 @@ components: properties: dateTime: type: string - description: 'A single point of time in a combined date and time representation ({date}T{time}). For example, ''2019-04-16T09:00:00''.' + 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 possible values.' + description: 'Represents a time zone, for example, ''Pacific Standard Time''. See below for more possible values.' nullable: true additionalProperties: type: object @@ -24027,7 +23906,7 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true additionalProperties: @@ -24074,12 +23953,12 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true name: type: string - description: The display name of the attachment. This does not need to be the actual file name. + description: The attachment's file name. nullable: true size: maximum: 2147483647 @@ -24120,7 +23999,7 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time sender: $ref: '#/components/schemas/microsoft.graph.recipient' @@ -24128,7 +24007,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.attachment' - description: 'The collection of fileAttachment, itemAttachment, and referenceAttachment attachments for the post. Read-only. Nullable.' + description: Read-only. Nullable. extensions: type: array items: @@ -24300,12 +24179,15 @@ components: nullable: true isDeletable: type: boolean + description: Indicates whether this column can be deleted. nullable: true isReorderable: type: boolean + description: Indicates whether values in the column can be reordered. Read-only. nullable: true isSealed: type: boolean + description: Specifies whether column can be changed. nullable: true lookup: $ref: '#/components/schemas/microsoft.graph.lookupColumn' @@ -24319,6 +24201,7 @@ components: $ref: '#/components/schemas/microsoft.graph.personOrGroupColumn' propagateChanges: type: boolean + description: If 'True' changes to this column will be propagated to lists that implement the column. nullable: true readOnly: type: boolean @@ -24353,6 +24236,7 @@ components: items: type: string nullable: true + description: List of canonical URLs for hub sites with which this content type is associated to. This will contain all hubsites where this content type is queued to be enforced or is already enforced. Enforcing a content type means that the content type will be applied to the lists in the enforced sites. description: type: string description: The descriptive text for the item. @@ -24373,6 +24257,7 @@ components: $ref: '#/components/schemas/microsoft.graph.itemReference' isBuiltIn: type: boolean + description: Specifies if a content type is a built-in content type. nullable: true name: type: string @@ -24386,6 +24271,7 @@ components: nullable: true propagateChanges: type: boolean + description: 'If true, any changes made to the content type will be pushed to inherited content types and lists that implement the content type.' nullable: true readOnly: type: boolean @@ -24401,6 +24287,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.contentType' + description: The collection of content types that are ancestors of this content type. columnLinks: type: array items: @@ -24410,10 +24297,12 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.columnDefinition' + description: Column order information in a content type. columns: type: array items: $ref: '#/components/schemas/microsoft.graph.columnDefinition' + description: The collection of column definitions for this contentType. additionalProperties: type: object microsoft.graph.sitePage: @@ -24438,6 +24327,32 @@ components: $ref: '#/components/schemas/microsoft.graph.webPart' additionalProperties: type: object + microsoft.graph.termStore.store: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: store + type: object + properties: + defaultLanguageTag: + type: string + description: Default language of the term store. + languageTags: + type: array + items: + type: string + description: List of languages for the term store. + groups: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.termStore.group' + description: Collection of all groups available in the term store. + sets: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.termStore.set' + description: Collection of all sets available in the term store. + additionalProperties: + type: object microsoft.graph.plannerPlan: allOf: - $ref: '#/components/schemas/microsoft.graph.plannerDelta' @@ -24453,7 +24368,7 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true owner: @@ -24467,14 +24382,14 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.plannerBucket' - description: Collection of buckets in the plan. Read-only. Nullable. + 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: Collection of tasks in the plan. Read-only. Nullable. + description: Read-only. Nullable. Collection of tasks in the plan. additionalProperties: type: object microsoft.graph.notebook: @@ -24525,7 +24440,7 @@ components: $ref: '#/components/schemas/microsoft.graph.onenoteOperationError' percentComplete: type: string - description: The operation percent complete if the operation is still in running status + description: The operation percent complete if the operation is still in running status. nullable: true resourceId: type: string @@ -24559,7 +24474,7 @@ components: 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.' + 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 is 2014-01-01T00:00:00Z. Read-only.' format: date-time nullable: true level: @@ -24927,7 +24842,7 @@ components: 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''.' + 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 is 2014-01-01T00:00:00Z.' format: date-time nullable: true expectedAssessment: @@ -24953,7 +24868,7 @@ components: 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.' + 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}$' @@ -25364,6 +25279,7 @@ components: properties: displayName: type: string + description: The name of the scope. nullable: true additionalProperties: type: object @@ -25375,6 +25291,7 @@ components: properties: reason: type: string + description: The user's justification for requiring access to the app. Supports $filter (eq only) and $orderby. nullable: true approval: $ref: '#/components/schemas/microsoft.graph.approval' @@ -25386,36 +25303,39 @@ components: - title: approvalStep type: object properties: + assignedToMe: + type: boolean + description: Indicates whether the step is assigned to the calling user to review. Read-only. + nullable: true displayName: type: string + description: The label provided by the policy creator to identify an approval step. Read-only. nullable: true justification: type: string + description: The justification associated with the approval step decision. 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 + description: 'The date and time when a decision was recorded. The date and time information uses ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.' format: date-time nullable: true reviewResult: type: string + description: 'The result of this approval record. Possible values include: NotReviewed, Approved, Denied.' + nullable: true + status: + type: string + description: 'The step status. Possible values: InProgress, Initializing, Completed, Expired. Read-only.' nullable: true additionalProperties: type: object microsoft.graph.accessReviewScope: title: accessReviewScope type: object - properties: - query: - type: string - description: The query specifying what will be reviewed. See table for examples. - nullable: true - queryType: - type: string - description: The type of query. Examples include MicrosoftGraph and ARM. - nullable: true additionalProperties: type: object microsoft.graph.accessReviewInstanceDecisionItem: @@ -25432,7 +25352,7 @@ components: 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 - description: The DateTime when the approval decision was applied. + description: 'The timestamp when the approval decision was applied. 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 is 2014-01-01T00:00:00Z.' format: date-time nullable: true applyResult: @@ -25447,16 +25367,26 @@ components: type: string description: The review decision justification. nullable: true + principal: + $ref: '#/components/schemas/microsoft.graph.identity' + principalLink: + type: string + nullable: true recommendation: type: string description: 'A system-generated recommendation for the approval decision. Possible values: Approve, Deny, or NotAvailable.' nullable: true + resource: + $ref: '#/components/schemas/microsoft.graph.accessReviewInstanceDecisionItemResource' + resourceLink: + 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 - description: The DateTime when the review occurred. + description: The timestamp when the review occurred. format: date-time nullable: true target: @@ -25479,7 +25409,7 @@ components: 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: DateTime when review series was created. + description: Timestamp when review series was created. format: date-time nullable: true descriptionForAdmins: @@ -25499,7 +25429,7 @@ components: 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: DateTime when review series was last modified. + description: Timestamp when review series was last modified. format: date-time nullable: true reviewers: @@ -25850,11 +25780,12 @@ components: - androidEnterprise - windows10x - androidnGMS - - cloudPC + - chromeOS - linux - blackberry - palm - unknown + - cloudPC type: string microsoft.graph.deviceManagementExchangeAccessState: title: deviceManagementExchangeAccessState @@ -26732,7 +26663,7 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true conversationThreadId: @@ -26744,7 +26675,7 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true creationSource: @@ -26752,7 +26683,7 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true hasDescription: @@ -26793,7 +26724,7 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true title: @@ -26819,17 +26750,27 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.sharedInsight' - description: Access this property from the derived type itemInsights. + 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: Access this property from the derived type itemInsights. + 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: Access this property from the derived type itemInsights. + 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.userInsightsSettings: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: userInsightsSettings + type: object + properties: + isEnabled: + type: boolean additionalProperties: type: object microsoft.graph.regionalAndLanguageSettings: @@ -27590,6 +27531,7 @@ components: properties: conferenceId: type: string + description: The conference id of the online meeting. nullable: true dialinUrl: type: string @@ -27641,7 +27583,7 @@ components: properties: messageId: type: string - description: The unique identifier for a message in a Microsoft Teams channel. + description: The unique identifier of a message in a Microsoft Teams channel. nullable: true replyChainMessageId: type: string @@ -27734,6 +27676,7 @@ components: 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 when this key was registered to the user. format: date-time nullable: true creationDateTime: @@ -27852,7 +27795,7 @@ components: 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 date and time when this password was last updated. This property is currently not populated. Read-only. 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''' + description: 'The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true password: @@ -28022,7 +27965,7 @@ components: 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 end date and time for the shiftActivity. 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''. Required.' + description: 'The end date and time for the shiftActivity. 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 is 2014-01-01T00:00:00Z. Required.' format: date-time nullable: true isPaid: @@ -28032,7 +27975,7 @@ components: 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 start date and time for the shiftActivity. 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''. Required.' + description: 'The start date and time for the shiftActivity. 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 is 2014-01-01T00:00:00Z. Required.' format: date-time nullable: true theme: @@ -28068,6 +28011,15 @@ components: description: The structure of this object is service-specific additionalProperties: type: object + microsoft.graph.mediaSourceContentCategory: + title: mediaSourceContentCategory + enum: + - meeting + - liveStream + - presentation + - screenRecording + - unknownFutureValue + type: string microsoft.graph.workbookCommentReply: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -28076,11 +28028,11 @@ components: properties: content: type: string - description: The content of replied comment. + description: The content of a comment reply. nullable: true contentType: type: string - description: Indicates the type for the replied comment. + description: Indicates the type for the comment reply. additionalProperties: type: object microsoft.graph.workbookOperationError: @@ -28161,7 +28113,7 @@ components: description: Represents whether the casing impacted the last sort of the table. Read-only. method: type: string - description: 'Represents Chinese character ordering method last used to sort the table. Possible values are: PinYin, StrokeCount. Read-only.' + description: 'Represents Chinese character ordering method last used to sort the table. The possible values are: PinYin, StrokeCount. Read-only.' additionalProperties: type: object microsoft.graph.workbookChart: @@ -28498,7 +28450,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.dayOfWeek' - description: 'A collection of the days of the week on which the event occurs. 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.' + 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: @@ -28565,7 +28517,7 @@ components: properties: upgradeAvailable: type: boolean - description: Indicates if there are higher storage quota plans available. Read-only. + description: Indicates whether there are higher storage quota plans available. Read-only. nullable: true additionalProperties: type: object @@ -28684,6 +28636,7 @@ components: properties: isPicture: type: boolean + description: Specifies whether the display format used for URL columns is an image or a hyperlink. nullable: true additionalProperties: type: object @@ -28761,9 +28714,11 @@ components: properties: allowMultipleValues: type: boolean + description: Specifies whether the column will allow more than one value nullable: true showFullyQualifiedName: type: boolean + description: Specifies whether to display the entire term path or only the term label. nullable: true additionalProperties: type: object @@ -28833,13 +28788,16 @@ components: properties: defaultLanguage: type: string + description: Default BCP 47 language tag for the description. nullable: true descriptions: type: array items: $ref: '#/components/schemas/microsoft.graph.displayNameLocalization' + description: Localized messages that explain what is needed for this column's value to be considered valid. User will be prompted with this message if validation fails. formula: type: string + description: 'The formula to validate column value. For examples, see Examples of common formulas in lists' nullable: true additionalProperties: type: object @@ -28851,18 +28809,23 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.contentTypeInfo' + description: Content types allowed in document set. defaultContents: type: array items: $ref: '#/components/schemas/microsoft.graph.documentSetContent' + description: Default contents of document set. propagateWelcomePageChanges: type: boolean + description: Specifies whether to push welcome page changes to inherited content types. nullable: true shouldPrefixNameToFile: type: boolean + description: Add the name of the Document Set to each file name. nullable: true welcomePageUrl: type: string + description: Welcome page absolute URL. nullable: true sharedColumns: type: array @@ -28882,9 +28845,11 @@ components: $ref: '#/components/schemas/microsoft.graph.contentTypeInfo' fileName: type: string + description: Name of the file in resource folder that should be added as a default content or a template in the document set nullable: true folderName: type: string + description: Folder name in which the file will be placed when a new document set is created in the library. nullable: true additionalProperties: type: object @@ -28929,6 +28894,83 @@ components: nullable: true additionalProperties: type: object + microsoft.graph.termStore.group: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: group + 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: Date and time of group creation. Read-only. + format: date-time + nullable: true + description: + type: string + description: Description giving details on the term usage. + nullable: true + displayName: + type: string + description: Name of group. + nullable: true + parentSiteId: + type: string + nullable: true + scope: + $ref: '#/components/schemas/microsoft.graph.termStore.termGroupScope' + sets: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.termStore.set' + description: 'All sets under the group in a term [store].' + additionalProperties: + type: object + microsoft.graph.termStore.set: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: set + 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: Date and time of set creation. Read-only. + format: date-time + nullable: true + description: + type: string + description: Description giving details on the term usage. + nullable: true + localizedNames: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.termStore.localizedName' + description: Name of the set for each languageTag. + properties: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.keyValue' + description: Custom properties for the set. + children: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.termStore.term' + description: 'Children terms of set in term [store].' + parentGroup: + $ref: '#/components/schemas/microsoft.graph.termStore.group' + relations: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.termStore.relation' + description: Indicates which terms have been pinned or reused directly under the set. + terms: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.termStore.term' + description: All the terms under the set. + additionalProperties: + type: object microsoft.graph.plannerPlanContainer: title: plannerPlanContainer type: object @@ -29003,7 +29045,7 @@ components: 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.' + 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 is 2014-01-01T00:00:00Z. Read-only.' format: date-time nullable: true additionalProperties: @@ -29071,7 +29113,7 @@ components: 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.' + 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 is 2014-01-01T00:00:00Z. Read-only.' format: date-time nullable: true additionalProperties: @@ -29302,7 +29344,7 @@ components: 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''.' + 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 is 2014-01-01T00:00:00Z.' format: date-time nullable: true message: @@ -29406,7 +29448,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.recipient' - description: The email address to which a message should be redirected. + description: The email addresses to which a message should be redirected. stopProcessingRules: type: boolean description: Indicates whether subsequent rules should be evaluated. @@ -29630,6 +29672,24 @@ components: nullable: true additionalProperties: type: object + microsoft.graph.accessReviewInstanceDecisionItemResource: + title: accessReviewInstanceDecisionItemResource + type: object + properties: + displayName: + type: string + description: Display name of the resource + nullable: true + id: + type: string + description: Resource ID + nullable: true + type: + type: string + description: 'Type of resource. Types include: Group, ServicePrincipal, DirectoryRole, AzureRole, AccessPackageAssignmentPolicy.' + nullable: true + additionalProperties: + type: object microsoft.graph.accessReviewInstanceDecisionItemTarget: title: accessReviewInstanceDecisionItemTarget type: object @@ -29641,7 +29701,15 @@ components: - title: accessReviewReviewerScope type: object properties: + query: + type: string + description: The query specifying who will be the reviewer. See table for examples. + nullable: true queryRoot: + type: string + description: The type of query. Examples include MicrosoftGraph and ARM. + nullable: true + queryType: type: string description: 'In the scenario where reviewers need to be specified dynamically, this property is used to indicate the relative source of the query. This property is only required if a relative query (i.e., ./manager) is specified.' nullable: true @@ -30376,6 +30444,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.translationLanguageOverride' + description: 'Translation override behavior for languages, if any.Returned by default.' translationBehavior: $ref: '#/components/schemas/microsoft.graph.translationBehavior' untranslatedLanguages: @@ -30383,6 +30452,7 @@ components: items: type: string nullable: true + description: 'The list of languages the user does not need translated. This is computed from the authoringLanguages collection in regionalAndLanguageSettings, and the languageOverrides collection in translationPreferences. The list specifies neutral culture values that include the language code without any country or region association. For example, it would specify ''fr'' for the neutral French culture, but not ''fr-FR'' for the French culture in France. Returned by default. Read only.' additionalProperties: type: object microsoft.graph.shiftAvailability: @@ -30862,7 +30932,7 @@ components: nullable: true dataOption: type: string - description: 'Represents additional sorting options for this field. Possible values are: Normal, TextAsNumber.' + description: 'Represents additional sorting options for this field. The possible values are: Normal, TextAsNumber.' icon: $ref: '#/components/schemas/microsoft.graph.workbookIcon' key: @@ -30873,7 +30943,7 @@ components: format: int32 sortOn: type: string - description: 'Represents the type of sorting of this condition. Possible values are: Value, CellColor, FontColor, Icon.' + description: 'Represents the type of sorting of this condition. The possible values are: Value, CellColor, FontColor, Icon.' additionalProperties: type: object microsoft.graph.workbookChartAxes: @@ -31101,6 +31171,104 @@ components: type: object additionalProperties: type: object + microsoft.graph.termStore.termGroupScope: + title: termGroupScope + enum: + - global + - system + - siteCollection + type: string + microsoft.graph.termStore.localizedName: + title: localizedName + type: object + properties: + languageTag: + type: string + description: The language tag for the label. + nullable: true + name: + type: string + description: The name in the localized language. + nullable: true + additionalProperties: + type: object + microsoft.graph.keyValue: + title: keyValue + type: object + properties: + key: + type: string + description: Key for the key-value pair. + nullable: true + value: + type: string + description: Value for the key-value pair. + nullable: true + additionalProperties: + type: object + microsoft.graph.termStore.term: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: term + 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: Date and time of term creation. Read-only + format: date-time + nullable: true + descriptions: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.termStore.localizedDescription' + description: Description about term that is dependent on the languageTag + labels: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.termStore.localizedLabel' + description: Label metadata for a term + 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 date and time of term modification. Read-only + format: date-time + nullable: true + properties: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.keyValue' + description: Collection of properties on the term + children: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.termStore.term' + description: Children of current term + relations: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.termStore.relation' + description: To indicate which terms are related to the current term as either pinned or reused + set: + $ref: '#/components/schemas/microsoft.graph.termStore.set' + additionalProperties: + type: object + microsoft.graph.termStore.relation: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: relation + type: object + properties: + relationship: + $ref: '#/components/schemas/microsoft.graph.termStore.relationType' + fromTerm: + $ref: '#/components/schemas/microsoft.graph.termStore.term' + set: + $ref: '#/components/schemas/microsoft.graph.termStore.set' + toTerm: + $ref: '#/components/schemas/microsoft.graph.termStore.term' + additionalProperties: + type: object microsoft.graph.plannerContainerType: title: plannerContainerType enum: @@ -31610,6 +31778,7 @@ components: properties: languageTag: type: string + description: The language to apply the override.Returned by default. Not nullable. translationBehavior: $ref: '#/components/schemas/microsoft.graph.translationBehavior' additionalProperties: @@ -31766,7 +31935,7 @@ components: format: int32 set: type: string - description: 'Represents the set that the icon is part of. Possible values are: Invalid, ThreeArrows, ThreeArrowsGray, ThreeFlags, ThreeTrafficLights1, ThreeTrafficLights2, ThreeSigns, ThreeSymbols, ThreeSymbols2, FourArrows, FourArrowsGray, FourRedToBlack, FourRating, FourTrafficLights, FiveArrows, FiveArrowsGray, FiveRating, FiveQuarters, ThreeStars, ThreeTriangles, FiveBoxes.' + description: 'Represents the set that the icon is part of. The possible values are: Invalid, ThreeArrows, ThreeArrowsGray, ThreeFlags, ThreeTrafficLights1, ThreeTrafficLights2, ThreeSigns, ThreeSymbols, ThreeSymbols2, FourArrows, FourArrowsGray, FourRedToBlack, FourRating, FourTrafficLights, FiveArrows, FiveArrowsGray, FiveRating, FiveQuarters, ThreeStars, ThreeTriangles, FiveBoxes.' additionalProperties: type: object microsoft.graph.workbookChartAxis: @@ -31893,6 +32062,44 @@ components: $ref: '#/components/schemas/microsoft.graph.workbookChartFont' additionalProperties: type: object + microsoft.graph.termStore.localizedDescription: + title: localizedDescription + type: object + properties: + description: + type: string + description: The description in the localized language. + nullable: true + languageTag: + type: string + description: The language tag for the label. + nullable: true + additionalProperties: + type: object + microsoft.graph.termStore.localizedLabel: + title: localizedLabel + type: object + properties: + isDefault: + type: boolean + description: Indicates whether the label is the default label. + nullable: true + languageTag: + type: string + description: The anguage tag for the label. + nullable: true + name: + type: string + description: The name of the label. + nullable: true + additionalProperties: + type: object + microsoft.graph.termStore.relationType: + title: relationType + enum: + - pin + - reuse + type: string microsoft.graph.settingSourceType: title: settingSourceType enum: diff --git a/openApiDocs/beta/Users.Actions.yml b/openApiDocs/beta/Users.Actions.yml index 2dbdc14cf78..74976e9f5fa 100644 --- a/openApiDocs/beta/Users.Actions.yml +++ b/openApiDocs/beta/Users.Actions.yml @@ -21076,6 +21076,55 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: action + '/users/{user-id}/pendingAccessReviewInstances/{accessReviewInstance-id}/microsoft.graph.batchRecordDecisions': + post: + tags: + - users.Actions + summary: Invoke action batchRecordDecisions + operationId: users.pendingAccessReviewInstances_batchRecordDecisions + parameters: + - name: user-id + in: path + description: 'key: id of user' + required: true + schema: + type: string + x-ms-docs-key-type: user + - name: accessReviewInstance-id + in: path + description: 'key: id of accessReviewInstance' + required: true + schema: + type: string + x-ms-docs-key-type: accessReviewInstance + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + decision: + type: string + nullable: true + justification: + type: string + nullable: true + principalId: + type: string + nullable: true + resourceId: + type: string + nullable: true + additionalProperties: + type: object + required: true + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action '/users/{user-id}/pendingAccessReviewInstances/{accessReviewInstance-id}/microsoft.graph.resetDecisions': post: tags: @@ -21157,6 +21206,74 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: action + '/users/{user-id}/presence/microsoft.graph.clearPresence': + post: + tags: + - users.Actions + summary: Invoke action clearPresence + operationId: users.presence_clearPresence + parameters: + - name: user-id + in: path + description: 'key: id of user' + required: true + schema: + type: string + x-ms-docs-key-type: user + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + sessionId: + type: string + additionalProperties: + type: object + required: true + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + '/users/{user-id}/presence/microsoft.graph.setPresence': + post: + tags: + - users.Actions + summary: Invoke action setPresence + operationId: users.presence_setPresence + parameters: + - name: user-id + in: path + description: 'key: id of user' + required: true + schema: + type: string + x-ms-docs-key-type: user + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + sessionId: + type: string + availability: + type: string + activity: + type: string + additionalProperties: + type: object + required: true + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action '/users/{user-id}/teamwork/microsoft.graph.sendActivityNotification': post: tags: @@ -21193,9 +21310,6 @@ paths: type: array items: $ref: '#/components/schemas/microsoft.graph.keyValuePair' - teamsAppId: - type: string - nullable: true additionalProperties: type: object required: true @@ -21361,7 +21475,7 @@ components: items: type: string nullable: true - description: 'When uploading files to document libraries, this is a collection of byte ranges that the server is missing for the file. These ranges are zero-indexed and of the format, ''{start}-{end}'' (e.g. ''0-26'' to indicate the first 27 bytes of the file). When uploading files as Outlook attachments, instead of a collection of ranges, this property always indicates a single value ''{start}'', the location in the file where the next upload should begin.' + description: 'A collection of byte ranges that the server is missing for the file. These ranges are zero indexed and of the format ''start-end'' (e.g. ''0-26'' to indicate the first 27 bytes of the file). When uploading files as Outlook attachments, instead of a collection of ranges, this property always indicates a single value ''{start}'', the location in the file where the next upload should begin.' uploadUrl: type: string description: The URL endpoint that accepts PUT requests for byte ranges of the file. @@ -21374,10 +21488,10 @@ components: properties: dateTime: type: string - description: 'A single point of time in a combined date and time representation ({date}T{time}). For example, ''2019-04-16T09:00:00''.' + 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 possible values.' + description: 'Represents a time zone, for example, ''Pacific Standard Time''. See below for more possible values.' nullable: true additionalProperties: type: object @@ -21544,15 +21658,15 @@ components: 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, through an Outlook client or the corresponding calendarPermission resource. Read-only.' + 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. Read-only.' + 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. This property is set through an Outlook client or the corresponding calendarPermission resource. Read-only.' + description: 'true if the user can read calendar items that have been marked private, false otherwise.' nullable: true changeKey: type: string @@ -21564,11 +21678,11 @@ components: $ref: '#/components/schemas/microsoft.graph.onlineMeetingProviderType' hexColor: type: string - description: 'The calendar color, expressed in a hex color code of three hexidecimal values, each ranging from 00 to FF and representing the red, green, or blue components of the color in the RGB color space. If the user has never explicitly set a color for the calendar, this property is empty.' + description: 'The calendar color, expressed in a hex color code of three hexadecimal values, each ranging from 00 to FF and representing the red, green, or blue components of the color in the RGB color space. If the user has never explicitly set a color for the calendar, this property is empty. Read-only.' nullable: true isDefaultCalendar: type: boolean - description: 'True if this is the default calendar where new events are created by default, false otherwise.' + description: 'true if this is the default calendar where new events are created by default, false otherwise.' nullable: true isRemovable: type: boolean @@ -21576,11 +21690,11 @@ components: nullable: true isShared: type: boolean - description: 'True if the user has shared the calendar with other users, false otherwise. Since only the user who created the calendar can share it, isShared and isSharedWithMe cannot be true for the same user. This property is set when sharing is initiated in an Outlook client, and can be reset when the sharing is cancelled through the client or the corresponding calendarPermission resource. Read-only.' + description: 'true if the user has shared the calendar with other users, false otherwise. Since only the user who created the calendar can share it, isShared and isSharedWithMe cannot be true for the same user. This property is set when sharing is initiated in an Outlook client, and can be reset when the sharing is cancelled through the client or the corresponding calendarPermission resource. Read-only.' nullable: true isSharedWithMe: type: boolean - description: 'True if the user has been shared this calendar, false otherwise. This property is always false for a calendar owner. This property is set when sharing is initiated in an Outlook client, and can be reset when the sharing is cancelled through the client or the corresponding calendarPermission resource. Read-only.' + description: 'true if the user has been shared this calendar, false otherwise. This property is always false for a calendar owner. This property is set when sharing is initiated in an Outlook client, and can be reset when the sharing is cancelled through the client or the corresponding calendarPermission resource. Read-only.' nullable: true isTallyingResponses: type: boolean @@ -21634,7 +21748,7 @@ components: $ref: '#/components/schemas/microsoft.graph.itemBody' bodyPreview: type: string - description: 'The first 255 characters of the message body. It is in text format. If the message contains instances of mention, this property would contain a concatenation of these mentions as well.' + description: The first 255 characters of the message body. It is in text format. nullable: true ccRecipients: type: array @@ -21696,7 +21810,7 @@ components: 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. 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''.' + description: 'The date and time the message was received. The date and time information uses ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.' format: date-time nullable: true replyTo: @@ -21709,7 +21823,7 @@ components: 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. 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''.' + description: 'The date and time the message was sent. The date and time information uses ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.' format: date-time nullable: true subject: @@ -21949,56 +22063,56 @@ components: $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. Returned only on $select. Supports $filter.' + 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. Returned only on $select.' + 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. Returned only on $select. Not nullable. + description: The licenses that are assigned to the user. Returned only on $select. Not nullable. Supports $filter. assignedPlans: type: array items: $ref: '#/components/schemas/microsoft.graph.assignedPlan' - description: The plans that are assigned to the user. Returned only on $select. Read-only. Not nullable. + 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. Only one number can be set for this property. Returned by default. Read-only for users synced from on-premises directory. + description: 'The telephone numbers for the user. NOTE: Although this is a string collection, only one number can be set for this property. Read-only for users synced from on-premises directory. Returned by default.' city: type: string - description: The city in which the user is located. Returned only on $select. Supports $filter. + 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. + 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 characters.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. Returned only on $select.' + 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''. Returned only on $select. Supports $filter.' + 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 date and time the user was created. The value cannot be modified and is automatically populated when the entity is created. The DateTimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. Property is nullable. A null value indicates that an accurate creation time couldn't be determined for the user. Returned only on $select. Read-only. Supports $filter. + 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). Returned only on $select. Read-only.' + 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. Returned only on $select. Supports $filter. + description: The name for the department in which the user works. Supports $filter. nullable: true deviceKeys: type: array @@ -22006,7 +22120,7 @@ components: $ref: '#/components/schemas/microsoft.graph.deviceKey' displayName: type: string - description: 'The name displayed in the address book for the user. This value 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. Returned by default. Supports $filter and $orderby.' + 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. Returned by default. 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])$' @@ -22034,7 +22148,7 @@ components: nullable: true faxNumber: type: string - description: The fax number of the user. Returned only on $select. + description: The fax number of the user. nullable: true givenName: type: string @@ -22044,7 +22158,7 @@ components: 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. Returned only on $select. Supports $filter.' + 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: @@ -22067,29 +22181,29 @@ components: 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 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 is ''2014-01-01T00:00:00Z'' Returned only on $select. Read-only.' + 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 is 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. Returned only on $select.' + 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. Returned only on $select. Read-only. + 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''. Returned by default. Supports $filter and endsWith.' nullable: true mailNickname: type: string - description: The mail alias for the user. This property must be specified when a user is created. Returned only on $select. Supports $filter. + 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. Returned by default. Read-only for users synced from on-premises directory. + description: The primary cellular telephone number for the user. Read-only for users synced from on-premises directory. Returned by default. nullable: true officeLocation: type: string @@ -22097,59 +22211,59 @@ components: 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. Returned only on $select. Read-only. + 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. Returned only on $select. Read-only.' + 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. Returned only on $select. Supports $filter.' + 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 is ''2014-01-01T00:00:00Z''. Returned only on $select. Read-only.' + 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 is 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. Returned only on $select. + 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. Returned only on $select. Read-only. + 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. Returned only on $select. Read-only. + 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). Returned only on $select. Read-only. + 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. Returned only on $select. Read-only. + 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''].Returned only on $select. Supports$filter.' + 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''.Returned only on $select.' + 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. Returned only on $select.' + 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 @@ -22163,35 +22277,35 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.provisionedPlan' - description: The plans that are provisioned for the user. Returned only on $select. Read-only. Not nullable. + 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. Returned only on $select. Read-only, Not nullable. Supports $filter.' + 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. Use invalidateAllRefreshTokens to reset.' + 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. Returned only on $select.' + 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. Returned only on $select. Read-only. Use revokeSignInSessions to reset.' + 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. Returned only on $select. Supports $filter. + 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. Returned only on $select. + description: The street address of the user's place of business. nullable: true surname: type: string @@ -22199,7 +22313,7 @@ components: 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. Returned only on $select. Supports $filter.' + 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 @@ -22207,7 +22321,7 @@ components: 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''. Returned only on $select. Supports $filter.' + 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' @@ -22219,56 +22333,56 @@ components: format: int32 aboutMe: type: string - description: A freeform text entry field for the user to describe themselves. Returned only on $select. + 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 is ''2014-01-01T00:00:00Z'' Returned only on $select.' + 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 is 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 is ''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.' + 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 is 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. Returned only on $select. + description: A list for the user to describe their interests. mySite: type: string - description: The URL for the user's personal site. Returned only on $select. + 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. Returned only on $select. + description: A list for the user to enumerate their past projects. preferredName: type: string - description: The preferred name for the user. Returned only on $select. + 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. Returned only on $select. + 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. Returned only on $select. + 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. Returned only on $select. + description: A list for the user to enumerate their skills. analytics: $ref: '#/components/schemas/microsoft.graph.userAnalytics' usageRights: @@ -22303,7 +22417,11 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.directoryObject' - description: 'The groups, directory roles and administrative units that the user is a member of. Read-only. Nullable.' + description: The groups and directory roles that the user is a member of. Read-only. Nullable. + oauth2PermissionGrants: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.oAuth2PermissionGrant' ownedDevices: type: array items: @@ -22359,7 +22477,7 @@ components: 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. + 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: @@ -22383,7 +22501,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.person' - description: 'Read-only. The most relevant people to the user. The collection is ordered by their relevance to the user, which is determined by the user''s communication, collaboration and business relationships. A person is an aggregation of information from across mail, contacts and social networks.' + description: People that are relevant to the user. Read-only. Nullable. drive: $ref: '#/components/schemas/microsoft.graph.drive' drives: @@ -22399,7 +22517,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.extension' - description: The collection of open extensions defined for the user. Nullable. + description: The collection of open extensions defined for the user. Read-only. Nullable. appConsentRequestsForApproval: type: array items: @@ -22554,7 +22672,7 @@ components: properties: emptySuggestionsReason: type: string - description: 'A reason for not returning any meeting suggestions. Possible values are: attendeesUnavailable, attendeesUnavailableOrUnknown, locationsUnavailable, organizerUnavailable, or unknown. This property is an empty string if the meetingTimeSuggestions property does include any meeting suggestions.' + description: 'A reason for not returning any meeting suggestions. The possible values are: attendeesUnavailable, attendeesUnavailableOrUnknown, locationsUnavailable, organizerUnavailable, or unknown. This property is an empty string if the meetingTimeSuggestions property does include any meeting suggestions.' nullable: true meetingTimeSuggestions: type: array @@ -22698,7 +22816,7 @@ components: $ref: '#/components/schemas/microsoft.graph.onenoteOperationError' percentComplete: type: string - description: The operation percent complete if the operation is still in running status + description: The operation percent complete if the operation is still in running status. nullable: true resourceId: type: string @@ -22724,7 +22842,7 @@ components: $ref: '#/components/schemas/microsoft.graph.onenotePatchInsertPosition' target: type: string - description: 'The element to update. Must be the # or the generated {id} of the element, or the body or title keyword.' + description: 'The element to update. Must be the # or the generated of the element, or the body or title keyword.' additionalProperties: type: object microsoft.graph.CopyNotebookModel: @@ -22784,7 +22902,7 @@ components: properties: messageId: type: string - description: The unique identifier for a message in a Microsoft Teams channel. + description: The unique identifier of a message in a Microsoft Teams channel. nullable: true replyChainMessageId: type: string @@ -22851,7 +22969,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.meetingCapabilities' - description: 'The list of meeting capabilities. Possible values are: questionAndAnswer.' + description: 'The list of meeting capabilities. Possible values are: questionAndAnswer,unknownFutureValue.' chatInfo: $ref: '#/components/schemas/microsoft.graph.chatInfo' creationDateTime: @@ -23096,11 +23214,11 @@ components: properties: address: type: string - description: The email address of an entity instance. + description: The email address of the person or entity. nullable: true name: type: string - description: The display name of an entity instance. + description: The display name of the person or entity. nullable: true additionalProperties: type: object @@ -23345,7 +23463,7 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true originalStartTimeZone: @@ -23398,7 +23516,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.attachment' - description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' + description: The collection of fileAttachment and itemAttachment attachments for the event. Navigation property. Read-only. Nullable. calendar: $ref: '#/components/schemas/microsoft.graph.calendar' exceptionOccurrences: @@ -23409,12 +23527,12 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.extension' - description: The collection of open extensions defined for the event. Nullable. + 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 occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but does not include occurrences that have been cancelled from the series. Navigation property. Read-only. Nullable.' + description: The instances of the event. Navigation property. Read-only. Nullable. multiValueExtendedProperties: type: array items: @@ -23446,13 +23564,13 @@ components: 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''' + 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 is 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true additionalProperties: @@ -23524,12 +23642,12 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true name: type: string - description: The display name of the attachment. This does not need to be the actual file name. + description: The attachment's file name. nullable: true size: maximum: 2147483647 @@ -23616,7 +23734,7 @@ components: 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 - description: 'The last sign-in date for a specific user. You can use this field to calculate the last time a user signed in to the directory. This field can be used to build reports, such as inactive users. 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''. For more information about using the value of this property, see Manage inactive user accounts in Azure AD.' + description: 'The last interactive sign-in date for a specific user. You can use this field to calculate the last time a user signed in to the directory with an interactive authentication method. This field can be used to build reports, such as inactive users. 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 is: ''2014-01-01T00:00:00Z''. For more information about using the value of this property, see Manage inactive user accounts in Azure AD.' format: date-time nullable: true lastSignInRequestId: @@ -23632,12 +23750,12 @@ components: 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''' + description: 'The date and time at which the plan was assigned. 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 is 2014-01-01T00:00:00Z.' format: date-time nullable: true capabilityStatus: type: string - description: 'Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut.' + description: 'Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. See a detailed description of each value.' nullable: true service: type: string @@ -23829,7 +23947,7 @@ components: properties: forceChangePasswordNextSignIn: type: boolean - description: 'If true, at next sign-in, the user must change their password. After a password change, this property will be automatically reset to false. If not set, default is false.' + description: true if the user must change her password on the next login; otherwise false. nullable: true forceChangePasswordNextSignInWithMfa: type: boolean @@ -23865,7 +23983,7 @@ components: properties: archiveFolder: type: string - description: Folder ID of an archive folder for the user. Read only. + description: Folder ID of an archive folder for the user. nullable: true automaticRepliesSetting: $ref: '#/components/schemas/microsoft.graph.automaticRepliesSetting' @@ -23959,12 +24077,12 @@ components: 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.' + 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.' 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.' + 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 is 2014-01-01T00:00:00Z. Read-only.' format: date-time nullable: true principalDisplayName: @@ -23974,16 +24092,16 @@ components: 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.' + description: 'The unique identifier (id) for the user, group or service principal being granted the app role. Required on create.' 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.' + description: 'The type of the assigned principal. This can either be User, Group or ServicePrincipal. Read-only.' 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. + description: The display name of the resource app's service principal to which the assignment is made. 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}$' @@ -24016,6 +24134,44 @@ components: nullable: true additionalProperties: type: object + microsoft.graph.oAuth2PermissionGrant: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: oAuth2PermissionGrant + type: object + properties: + clientId: + type: string + description: The id of the client service principal for the application which is authorized to act on behalf of a signed-in user when accessing an API. Required. Supports $filter (eq only). + consentType: + type: string + description: 'Indicates if authorization is granted for the client application to impersonate all users or only a specific user. AllPrincipals indicates authorization to impersonate all users. Principal indicates authorization to impersonate a specific user. Consent on behalf of all users can be granted by an administrator. Non-admin users may be authorized to consent on behalf of themselves in some cases, for some delegated permissions. Required. Supports $filter (eq only).' + nullable: true + expiryTime: + 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: 'Currently, the end time value is ignored, but a value is required when creating an oAuth2PermissionGrant. Required.' + format: date-time + nullable: true + principalId: + type: string + description: 'The id of the user on behalf of whom the client is authorized to access the resource, when consentType is Principal. If consentType is AllPrincipals this value is null. Required when consentType is Principal.' + nullable: true + resourceId: + type: string + description: The id of the resource service principal to which access is authorized. This identifies the API which the client is authorized to attempt to call on behalf of a signed-in user. + scope: + type: string + description: 'A space-separated list of the claim values for delegated permissions which should be included in access tokens for the resource application (the API). For example, openid User.Read GroupMember.Read.All. Each claim value should match the value field of one of the delegated permissions defined by the API, listed in the publishedPermissionScopes property of the resource service principal.' + nullable: true + startTime: + 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: 'Currently, the start time value is ignored, but a value is required when creating an oAuth2PermissionGrant. Required.' + format: date-time + nullable: true + additionalProperties: + type: object microsoft.graph.scopedRoleMembership: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -24112,7 +24268,7 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true children: @@ -24246,7 +24402,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.extension' - description: The collection of open extensions defined for the contact. Nullable. + description: The collection of open extensions defined for the contact. Read-only. Nullable. multiValueExtendedProperties: type: array items: @@ -24284,7 +24440,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.assignedLabel' - description: 'The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select.' + 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: @@ -24301,7 +24457,7 @@ components: 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.' + 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 is 2014-01-01T00:00:00Z. Returned by default. Read-only.' format: date-time nullable: true description: @@ -24315,7 +24471,7 @@ components: 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.' + 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 is 2014-01-01T00:00:00Z. Returned by default. Read-only.' format: date-time nullable: true groupTypes: @@ -24325,7 +24481,7 @@ components: 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).' + 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 @@ -24359,7 +24515,7 @@ components: 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. + 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 @@ -24368,7 +24524,7 @@ components: 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 group 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''. Returned by default. Read-only. Supports $filter.' + description: 'Indicates the last time at which the group 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 is 2014-01-01T00:00:00Z. Returned by default. Read-only. Supports $filter.' format: date-time nullable: true onPremisesNetBiosName: @@ -24398,17 +24554,17 @@ components: nullable: true preferredLanguage: type: string - description: The preferred language for a Microsoft 365 group. Should follow ISO 639-1 Code; for example 'en-US'. Returned by default. + 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 for filter expressions on multi-valued properties. Returned by default. Read-only. Not nullable. Supports $filter.' + 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.' + 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 is 2014-01-01T00:00:00Z. Returned by default. Read-only.' format: date-time nullable: true resourceBehaviorOptions: @@ -24431,7 +24587,7 @@ components: nullable: true theme: type: string - description: 'Specifies a Microsoft 365 group''s color theme. Possible values are Teal, Purple, Green, Blue, Pink, Orange or Red. Returned by default.' + 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 @@ -24441,26 +24597,26 @@ components: $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. + description: 'Indicates if people external to the organization can send messages to the group. Default value is false. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}).' 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. + 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. Supported only on the Get group API (GET /groups/{ID}).' nullable: true hideFromAddressLists: type: boolean - description: 'True if the group is not displayed in certain parts of the Outlook user interface: in the Address Book, in address lists for selecting message recipients, and in the Browse Groups dialog for searching groups; false otherwise. Default value is false. Returned only on $select.' + 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. Supported only on the Get group API (GET /groups/{ID}).' 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, false otherwise. Default value is false. Returned only on $select.' + 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. Supported only on the Get group API (GET /groups/{ID}).' 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. + description: 'Indicates whether the signed-in user is subscribed to receive email conversations. Default value is true. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}).' nullable: true unseenConversationsCount: maximum: 2147483647 @@ -24473,7 +24629,7 @@ components: maximum: 2147483647 minimum: -2147483648 type: integer - description: Count of conversations that have received new posts since the signed-in user last visited the group. This property is the same as unseenConversationsCount.Returned only on $select. + description: 'Count of conversations that have received new posts since the signed-in user last visited the group. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}).' format: int32 nullable: true unseenMessagesCount: @@ -24504,12 +24660,12 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.directoryObject' - description: 'Groups and administrative units that this group is a member of. HTTP Methods: GET (supported for all groups). Read-only. Nullable.' + 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, contacts, and groups that are members of this group. HTTP Methods: GET (supported for all groups), POST (supported for security groups and mail-enabled security groups), DELETE (supported only for security groups) Read-only. Nullable.' + 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: @@ -24519,7 +24675,7 @@ components: 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. HTTP Methods: GET (supported for all groups), POST (supported for security groups and mail-enabled security groups), DELETE (supported only for security groups) Read-only. Nullable.' + 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: @@ -24528,7 +24684,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.directorySetting' - description: 'Settings that can govern this group''s behavior, like whether members can invite guest users to the group. Nullable.' + description: Read-only. Nullable. transitiveMemberOf: type: array items: @@ -24558,7 +24714,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.event' - description: The group's events. + description: The group's calendar events. rejectedSenders: type: array items: @@ -24681,7 +24837,7 @@ components: nullable: true personType: type: string - description: 'The type of person, for example distribution list.' + description: The type of person. nullable: true phones: type: array @@ -24815,6 +24971,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.columnDefinition' + description: The collection of column definitions available in the site that are referenced from the sites in the parent hierarchy of the current site. items: type: array items: @@ -24840,6 +24997,8 @@ components: items: $ref: '#/components/schemas/microsoft.graph.site' description: The collection of the sub-sites under this site. + termStore: + $ref: '#/components/schemas/microsoft.graph.termStore.store' onenote: $ref: '#/components/schemas/microsoft.graph.onenote' additionalProperties: @@ -24852,20 +25011,25 @@ components: properties: appDisplayName: type: string + description: The display name of the app for which consent is requested. Required. Supports $filter (eq only) and $orderby. nullable: true appId: type: string + description: The identifier of the application. Required. Supports $filter (eq only) and $orderby. consentType: type: string + description: 'The consent type of the request. Possible values are: Static and Dynamic. These represent static and dynamic permissions, respectively, requested in the consent workflow. Supports $filter (eq only) and $orderby. Required.' nullable: true pendingScopes: type: array items: $ref: '#/components/schemas/microsoft.graph.appConsentRequestScope' + description: A list of pending scopes waiting for approval. This is empty if the consentType is Static. Required. userConsentRequests: type: array items: $ref: '#/components/schemas/microsoft.graph.userConsentRequest' + description: A list of pending user consent requests. additionalProperties: type: object microsoft.graph.approval: @@ -24889,7 +25053,7 @@ components: 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: DateTime when review instance is scheduled to end. + description: 'DateTime when review instance is scheduled to end.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 is 2014-01-01T00:00:00Z.' format: date-time nullable: true scope: @@ -24897,7 +25061,7 @@ components: 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: DateTime when review instance is scheduled to start. May be in the future. + description: 'DateTime when review instance is scheduled to start. May be in the future. 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 is 2014-01-01T00:00:00Z.' format: date-time nullable: true status: @@ -24921,11 +25085,11 @@ components: properties: agreementFileId: type: string - description: ID of the agreement file accepted by the user. + description: The identifier of the agreement file accepted by the user. nullable: true agreementId: type: string - description: ID of the agreement. + description: The identifier of the agreement. nullable: true deviceDisplayName: type: string @@ -24937,11 +25101,11 @@ components: nullable: true deviceOSType: type: string - description: The operating system used for accepting the agreement. + description: The operating system used to accept the agreement. nullable: true deviceOSVersion: type: string - description: The operating system version of the device used for accepting the agreement. + description: The operating system version of the device used to accept the agreement. 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])$' @@ -24967,7 +25131,7 @@ components: nullable: true userId: type: string - description: ID of the user who accepted the agreement. + description: The identifier of the user who accepted the agreement. nullable: true userPrincipalName: type: string @@ -24984,26 +25148,26 @@ components: 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: Created date time in UTC of the device enrollment configuration + description: Not yet documented format: date-time description: type: string - description: The description of the device enrollment configuration + description: Not yet documented nullable: true displayName: type: string - description: The display name of the device enrollment configuration + 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: Last modified date time in UTC of the device enrollment configuration + description: Not yet documented format: date-time priority: maximum: 2147483647 minimum: -2147483648 type: integer - description: Priority is used when a user exists in multiple groups that are assigned enrollment configuration. Users are subject only to the configuration with the lowest priority value. + description: Not yet documented format: int32 roleScopeTagIds: type: array @@ -25015,13 +25179,13 @@ components: maximum: 2147483647 minimum: -2147483648 type: integer - description: The version of the device enrollment configuration + 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 + description: The list of group assignments for the device configuration profile. additionalProperties: type: object description: The Base Class of Device Enrollment Configuration @@ -25037,11 +25201,11 @@ components: nullable: true activationLockBypassCode: type: string - description: Code that allows the Activation Lock on a device to be bypassed. This property is read-only. + description: Code that allows the Activation Lock on a device to be bypassed. nullable: true androidSecurityPatchLevel: type: string - description: Android security patch level. This property is read-only. + description: Android security patch level nullable: true autopilotEnrolled: type: boolean @@ -25052,18 +25216,18 @@ components: nullable: true azureADDeviceId: type: string - description: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. + 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. This property is read-only. + 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. This property is read-only. + description: The DateTime when device compliance grace period expires format: date-time complianceState: $ref: '#/components/schemas/microsoft.graph.complianceState' @@ -25077,10 +25241,10 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.deviceActionResult' - description: List of ComplexType deviceActionResult objects. This property is read-only. + description: List of ComplexType deviceActionResult objects. deviceCategoryDisplayName: type: string - description: Device category display name. This property is read-only. + description: Device category display name nullable: true deviceEnrollmentType: $ref: '#/components/schemas/microsoft.graph.deviceEnrollmentType' @@ -25088,7 +25252,7 @@ components: $ref: '#/components/schemas/microsoft.graph.deviceHealthAttestationState' deviceName: type: string - description: Name of the device. This property is read-only. + description: Name of the device nullable: true deviceRegistrationState: $ref: '#/components/schemas/microsoft.graph.deviceRegistrationState' @@ -25096,24 +25260,24 @@ components: $ref: '#/components/schemas/microsoft.graph.deviceType' easActivated: type: boolean - description: Whether the device is Exchange ActiveSync activated. This property is read-only. + 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. This property is read-only. + description: Exchange ActivationSync activation time of the device. format: date-time easDeviceId: type: string - description: Exchange ActiveSync Id of the device. This property is read-only. + description: Exchange ActiveSync Id of the device. nullable: true emailAddress: type: string - description: Email(s) for the user associated with the device. This property is read-only. + 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. This property is read-only. + description: Enrollment time of the device. format: date-time ethernetMacAddress: type: string @@ -25126,11 +25290,11 @@ components: 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. This property is read-only. + description: Last time the device contacted Exchange. format: date-time freeStorageSpaceInBytes: type: integer - description: Free Storage in Bytes. This property is read-only. + description: Free Storage in Bytes format: int64 hardwareInformation: $ref: '#/components/schemas/microsoft.graph.hardwareInformation' @@ -25140,24 +25304,24 @@ components: nullable: true imei: type: string - description: IMEI. This property is read-only. + description: IMEI nullable: true isEncrypted: type: boolean - description: Device encryption status. This property is read-only. + description: Device encryption status isSupervised: type: boolean - description: Device supervised status. This property is read-only. + description: Device supervised status jailBroken: type: string - description: whether the device is jail broken or rooted. This property is read-only. + 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. This property is read-only. + 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' @@ -25180,15 +25344,15 @@ components: $ref: '#/components/schemas/microsoft.graph.managementState' manufacturer: type: string - description: Manufacturer of the device. This property is read-only. + description: Manufacturer of the device nullable: true meid: type: string - description: MEID. This property is read-only. + description: MEID nullable: true model: type: string - description: Model of the device. This property is read-only. + description: Model of the device nullable: true notes: type: string @@ -25196,11 +25360,11 @@ components: nullable: true operatingSystem: type: string - description: 'Operating system of the device. Windows, iOS, etc. This property is read-only.' + description: 'Operating system of the device. Windows, iOS, etc.' nullable: true osVersion: type: string - description: Operating system version of the device. This property is read-only. + description: Operating system version of the device. nullable: true ownerType: $ref: '#/components/schemas/microsoft.graph.ownerType' @@ -25208,7 +25372,7 @@ components: $ref: '#/components/schemas/microsoft.graph.managedDevicePartnerReportedHealthState' phoneNumber: type: string - description: Phone number of the device. This property is read-only. + description: Phone number of the device nullable: true physicalMemoryInBytes: type: integer @@ -25223,11 +25387,11 @@ components: $ref: '#/components/schemas/microsoft.graph.managedDeviceArchitecture' remoteAssistanceSessionErrorDetails: type: string - description: An error string that identifies issues when creating Remote Assistance session objects. This property is read-only. + 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. This property is read-only. + description: Url that allows a Remote Assistance session to be established with the device. nullable: true requireUserEnrollmentApproval: type: boolean @@ -25246,7 +25410,7 @@ components: description: List of Scope Tag IDs for this Device instance. serialNumber: type: string - description: SerialNumber. This property is read-only. + description: SerialNumber nullable: true skuFamily: type: string @@ -25264,11 +25428,11 @@ components: nullable: true subscriberCarrier: type: string - description: Subscriber Carrier. This property is read-only. + description: Subscriber Carrier nullable: true totalStorageSpaceInBytes: type: integer - description: Total Storage in Bytes. This property is read-only. + description: Total Storage in Bytes format: int64 udid: type: string @@ -25276,15 +25440,15 @@ components: nullable: true userDisplayName: type: string - description: User display name. This property is read-only. + description: User display name nullable: true userId: type: string - description: Unique Identifier for the user associated with the device. This property is read-only. + description: Unique Identifier for the user associated with the device nullable: true userPrincipalName: type: string - description: Device user principal name. This property is read-only. + description: Device user principal name nullable: true usersLoggedOn: type: array @@ -25293,7 +25457,7 @@ components: description: Indicates the last logged on users of a device. This property is read-only. wiFiMacAddress: type: string - description: Wi-Fi MAC. This property is read-only. + description: Wi-Fi MAC nullable: true windowsActiveMalwareCount: maximum: 2147483647 @@ -25429,7 +25593,7 @@ components: 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. + description: Zero or more policys already applied on the registered app when it last synchronized with management service. intendedPolicies: type: array items: @@ -25631,7 +25795,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.plannerTask' - description: Read-only. Nullable. Returns the plannerTasks assigned to the user. + description: Read-only. Nullable. Returns the plannerPlans shared with the user. additionalProperties: type: object microsoft.graph.itemInsights: @@ -25653,6 +25817,8 @@ components: contributionToContentDiscoveryDisabled: type: boolean description: 'When set to true, the delegate access to the user''s trending API is disabled. When set to true, documents in the user''s Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for Business is affected. Users can control this setting in Office Delve.' + itemInsights: + $ref: '#/components/schemas/microsoft.graph.userInsightsSettings' regionalAndLanguageSettings: $ref: '#/components/schemas/microsoft.graph.regionalAndLanguageSettings' shiftPreferences: @@ -25891,7 +26057,7 @@ components: properties: accountEnabled: type: boolean - description: 'true if the account is enabled; otherwise, false. default is true.' + description: 'true if the account is enabled; otherwise, false. Required.' nullable: true alternativeSecurityIds: type: array @@ -25901,13 +26067,13 @@ components: 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.' + 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 is 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.' + 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 is 2014-01-01T00:00:00Z. Read-only.' format: date-time nullable: true deviceCategory: @@ -25956,6 +26122,7 @@ components: items: type: string nullable: true + description: List of hostNames for the device. 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.' @@ -25975,7 +26142,7 @@ components: 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.' + 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 is 2014-01-01T00:00:00Z Read-only.' format: date-time nullable: true onPremisesSyncEnabled: @@ -25988,7 +26155,7 @@ components: nullable: true operatingSystemVersion: type: string - description: Operating system version of the device. Required. + description: The version of the operating system on the device. Required. nullable: true physicalIds: type: array @@ -25997,12 +26164,12 @@ components: description: For internal use only. Not nullable. profileType: type: string - description: The profile type of the device. Possible values:RegisteredDevice (default)SecureVMPrinterSharedIoT + description: 'The profile type of the device. Possible values: RegisteredDevice (default), SecureVM, Printer, Shared, IoT.' 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 - description: 'Date and time of when the device was registered. 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.' + description: 'Date and time of when the device was registered. 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 is 2014-01-01T00:00:00Z. Read-only.' format: date-time nullable: true systemLabels: @@ -26012,10 +26179,11 @@ components: 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' + description: 'Type of trust for the joined device. Read-only. Possible values: Workplace (indicates bring your own personal devices), AzureAd (Cloud only joined devices), ServerAd (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 + description: Form factor of device. Only returned if user signs in with a Microsoft account as part of Project Rome. nullable: true manufacturer: type: string @@ -26027,12 +26195,15 @@ components: nullable: true name: type: string + description: Friendly name of a device. Only returned if user signs in with a Microsoft account as part of Project Rome. nullable: true platform: type: string + description: Platform of device. Only returned if user signs in with a Microsoft account as part of Project Rome. Only returned if user signs in with a Microsoft account as part of Project Rome. nullable: true status: type: string + description: Device is online or offline. Only returned if user signs in with a Microsoft account as part of Project Rome. nullable: true usageRights: type: array @@ -26078,7 +26249,7 @@ components: properties: activity: type: string - description: 'The supplemental information to a user''s availability. Possible values are Available, Away, BeRightBack, Busy, DoNotDisturb, InACall, InAConferenceCall, Inactive,InAMeeting, Offline, OffWork,OutOfOffice, PresenceUnknown,Presenting, UrgentInterruptionsOnly.' + description: 'The supplemental information to a user''s availability. Possible values are Available, Away, BeRightBack, Busy, DoNotDisturb, InACall, InAConferenceCall, Inactive, InAMeeting, Offline, OffWork, OutOfOffice, PresenceUnknown, Presenting, UrgentInterruptionsOnly.' nullable: true availability: type: string @@ -26194,7 +26365,7 @@ components: 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 team was created. + description: Timestamp at which the team was created. format: date-time nullable: true description: @@ -26542,6 +26713,7 @@ components: properties: conferenceId: type: string + description: The conference id of the online meeting. nullable: true dialinUrl: type: string @@ -26731,7 +26903,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.recipient' - description: The email address to which a message should be redirected. + description: The email addresses to which a message should be redirected. stopProcessingRules: type: boolean description: Indicates whether subsequent rules should be evaluated. @@ -26968,7 +27140,7 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true additionalProperties: @@ -27223,7 +27395,7 @@ components: 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''.' + 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 is 2014-01-01T00:00:00Z.' format: date-time nullable: true expectedAssessment: @@ -27249,7 +27421,7 @@ components: 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.' + 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}$' @@ -27496,7 +27668,7 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time preview: type: string @@ -27536,7 +27708,7 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time preview: type: string @@ -27872,6 +28044,8 @@ components: $ref: '#/components/schemas/microsoft.graph.image' location: $ref: '#/components/schemas/microsoft.graph.geoCoordinates' + media: + $ref: '#/components/schemas/microsoft.graph.media' package: $ref: '#/components/schemas/microsoft.graph.package' pendingOperations: @@ -27895,6 +28069,8 @@ components: description: Size of the item in bytes. Read-only. format: int64 nullable: true + source: + $ref: '#/components/schemas/microsoft.graph.driveItemSource' specialFolder: $ref: '#/components/schemas/microsoft.graph.specialFolder' video: @@ -28083,12 +28259,15 @@ components: nullable: true isDeletable: type: boolean + description: Indicates whether this column can be deleted. nullable: true isReorderable: type: boolean + description: Indicates whether values in the column can be reordered. Read-only. nullable: true isSealed: type: boolean + description: Specifies whether column can be changed. nullable: true lookup: $ref: '#/components/schemas/microsoft.graph.lookupColumn' @@ -28102,6 +28281,7 @@ components: $ref: '#/components/schemas/microsoft.graph.personOrGroupColumn' propagateChanges: type: boolean + description: If 'True' changes to this column will be propagated to lists that implement the column. nullable: true readOnly: type: boolean @@ -28136,6 +28316,7 @@ components: items: type: string nullable: true + description: List of canonical URLs for hub sites with which this content type is associated to. This will contain all hubsites where this content type is queued to be enforced or is already enforced. Enforcing a content type means that the content type will be applied to the lists in the enforced sites. description: type: string description: The descriptive text for the item. @@ -28156,6 +28337,7 @@ components: $ref: '#/components/schemas/microsoft.graph.itemReference' isBuiltIn: type: boolean + description: Specifies if a content type is a built-in content type. nullable: true name: type: string @@ -28169,6 +28351,7 @@ components: nullable: true propagateChanges: type: boolean + description: 'If true, any changes made to the content type will be pushed to inherited content types and lists that implement the content type.' nullable: true readOnly: type: boolean @@ -28184,6 +28367,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.contentType' + description: The collection of content types that are ancestors of this content type. columnLinks: type: array items: @@ -28193,10 +28377,12 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.columnDefinition' + description: Column order information in a content type. columns: type: array items: $ref: '#/components/schemas/microsoft.graph.columnDefinition' + description: The collection of column definitions for this contentType. additionalProperties: type: object microsoft.graph.sitePage: @@ -28258,16 +28444,43 @@ components: 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.' + 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.termStore.store: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: store + type: object + properties: + defaultLanguageTag: + type: string + description: Default language of the term store. + languageTags: + type: array + items: + type: string + description: List of languages for the term store. + groups: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.termStore.group' + description: Collection of all groups available in the term store. + sets: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.termStore.set' + description: Collection of all sets available in the term store. + additionalProperties: + type: object microsoft.graph.appConsentRequestScope: title: appConsentRequestScope type: object properties: displayName: type: string + description: The name of the scope. nullable: true additionalProperties: type: object @@ -28279,6 +28492,7 @@ components: properties: reason: type: string + description: The user's justification for requiring access to the app. Supports $filter (eq only) and $orderby. nullable: true approval: $ref: '#/components/schemas/microsoft.graph.approval' @@ -28290,36 +28504,39 @@ components: - title: approvalStep type: object properties: + assignedToMe: + type: boolean + description: Indicates whether the step is assigned to the calling user to review. Read-only. + nullable: true displayName: type: string + description: The label provided by the policy creator to identify an approval step. Read-only. nullable: true justification: type: string + description: The justification associated with the approval step decision. 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 + description: 'The date and time when a decision was recorded. The date and time information uses ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.' format: date-time nullable: true reviewResult: type: string + description: 'The result of this approval record. Possible values include: NotReviewed, Approved, Denied.' + nullable: true + status: + type: string + description: 'The step status. Possible values: InProgress, Initializing, Completed, Expired. Read-only.' nullable: true additionalProperties: type: object microsoft.graph.accessReviewScope: title: accessReviewScope type: object - properties: - query: - type: string - description: The query specifying what will be reviewed. See table for examples. - nullable: true - queryType: - type: string - description: The type of query. Examples include MicrosoftGraph and ARM. - nullable: true additionalProperties: type: object microsoft.graph.accessReviewInstanceDecisionItem: @@ -28336,7 +28553,7 @@ components: 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 - description: The DateTime when the approval decision was applied. + description: 'The timestamp when the approval decision was applied. 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 is 2014-01-01T00:00:00Z.' format: date-time nullable: true applyResult: @@ -28351,16 +28568,26 @@ components: type: string description: The review decision justification. nullable: true + principal: + $ref: '#/components/schemas/microsoft.graph.identity' + principalLink: + type: string + nullable: true recommendation: type: string description: 'A system-generated recommendation for the approval decision. Possible values: Approve, Deny, or NotAvailable.' nullable: true + resource: + $ref: '#/components/schemas/microsoft.graph.accessReviewInstanceDecisionItemResource' + resourceLink: + 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 - description: The DateTime when the review occurred. + description: The timestamp when the review occurred. format: date-time nullable: true target: @@ -28383,7 +28610,7 @@ components: 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: DateTime when review series was created. + description: Timestamp when review series was created. format: date-time nullable: true descriptionForAdmins: @@ -28403,7 +28630,7 @@ components: 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: DateTime when review series was last modified. + description: Timestamp when review series was last modified. format: date-time nullable: true reviewers: @@ -28737,11 +28964,12 @@ components: - androidEnterprise - windows10x - androidnGMS - - cloudPC + - chromeOS - linux - blackberry - palm - unknown + - cloudPC type: string microsoft.graph.deviceManagementExchangeAccessState: title: deviceManagementExchangeAccessState @@ -29549,7 +29777,7 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true owner: @@ -29563,14 +29791,14 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.plannerBucket' - description: Collection of buckets in the plan. Read-only. Nullable. + 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: Collection of tasks in the plan. Read-only. Nullable. + description: Read-only. Nullable. Collection of tasks in the plan. additionalProperties: type: object microsoft.graph.plannerTask: @@ -29610,7 +29838,7 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true conversationThreadId: @@ -29622,7 +29850,7 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true creationSource: @@ -29630,7 +29858,7 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true hasDescription: @@ -29671,7 +29899,7 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true title: @@ -29697,17 +29925,27 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.sharedInsight' - description: Access this property from the derived type itemInsights. + 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: Access this property from the derived type itemInsights. + 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: Access this property from the derived type itemInsights. + 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.userInsightsSettings: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: userInsightsSettings + type: object + properties: + isEnabled: + type: boolean additionalProperties: type: object microsoft.graph.regionalAndLanguageSettings: @@ -29808,7 +30046,7 @@ components: 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.' + 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 is 2014-01-01T00:00:00Z. Read-only.' format: date-time nullable: true level: @@ -30659,6 +30897,7 @@ components: 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 when this key was registered to the user. format: date-time nullable: true creationDateTime: @@ -30777,7 +31016,7 @@ components: 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 date and time when this password was last updated. This property is currently not populated. Read-only. 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''' + description: 'The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true password: @@ -30928,6 +31167,7 @@ components: $ref: '#/components/schemas/microsoft.graph.channelIdentity' chatId: type: string + description: The identity of the chat in which the message was posted. 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])$' @@ -30952,13 +31192,13 @@ components: 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 Teams UI. If no edits are made the value is null. + 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 modified, including when a reaction is added or removed.' + 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: @@ -30980,7 +31220,7 @@ components: description: 'Reactions for this chat message (for example, Like).' 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.)' + 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 @@ -31091,7 +31331,7 @@ components: nullable: true allowCreateUpdateChannels: type: boolean - description: 'If set to true, members can add and update any channels.' + description: 'If set to true, members can add and update channels.' nullable: true allowCreateUpdateRemoveConnectors: type: boolean @@ -31481,7 +31721,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.dayOfWeek' - description: 'A collection of the days of the week on which the event occurs. 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.' + 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: @@ -31827,7 +32067,7 @@ components: 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''.' + 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 is 2014-01-01T00:00:00Z.' format: date-time nullable: true message: @@ -31893,7 +32133,7 @@ components: properties: name: type: string - description: Name of the setting (as defined by the directorySettingTemplate). + description: Name of the setting (as defined by the groupSettingTemplate). nullable: true value: type: string @@ -31932,7 +32172,7 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time sender: $ref: '#/components/schemas/microsoft.graph.recipient' @@ -31940,7 +32180,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.attachment' - description: 'The collection of fileAttachment, itemAttachment, and referenceAttachment attachments for the post. Read-only. Nullable.' + description: Read-only. Nullable. extensions: type: array items: @@ -32036,7 +32276,7 @@ components: properties: upgradeAvailable: type: boolean - description: Indicates if there are higher storage quota plans available. Read-only. + description: Indicates whether there are higher storage quota plans available. Read-only. nullable: true additionalProperties: type: object @@ -32304,16 +32544,27 @@ components: nullable: true latitude: type: number - description: 'Optional. The latitude, in decimal, for the item. Writable on OneDrive Personal.' + 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. Writable on OneDrive Personal.' + description: 'Optional. The longitude, in decimal, for the item. Read-only.' format: double nullable: true additionalProperties: type: object + microsoft.graph.media: + title: media + type: object + properties: + isTranscriptionShown: + type: boolean + nullable: true + mediaSource: + $ref: '#/components/schemas/microsoft.graph.mediaSource' + additionalProperties: + type: object microsoft.graph.package: title: package type: object @@ -32381,7 +32632,7 @@ components: 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: The date and time the photo was taken in UTC time. Read-only. + description: Represents the date and time the photo was taken. Read-only. format: date-time nullable: true additionalProperties: @@ -32493,6 +32744,17 @@ components: nullable: true additionalProperties: type: object + microsoft.graph.driveItemSource: + title: driveItemSource + type: object + properties: + application: + $ref: '#/components/schemas/microsoft.graph.driveItemSourceApplication' + externalId: + type: string + nullable: true + additionalProperties: + type: object microsoft.graph.specialFolder: title: specialFolder type: object @@ -32592,7 +32854,7 @@ components: 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. Nullable.' + 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: @@ -32617,14 +32879,14 @@ components: nullable: true changeType: type: string - description: '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. Required. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType.' + 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: Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 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. Optional. + 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.' + 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 @@ -32632,12 +32894,12 @@ components: nullable: true encryptionCertificateId: type: string - description: A custom app-provided identifier to help identify the certificate needed to decrypt resource data. Optional. Required when includeResourceData is true. + 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: '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. Required.' + 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 includeResourceData: type: boolean @@ -32653,16 +32915,18 @@ components: nullable: true notificationContentType: type: string + description: Desired content-type for MS Graph change notifications for supported resource types. The default content-type is the 'application/json' content-type. nullable: true notificationQueryOptions: type: string + description: 'OData Query Options for specifying value for the targeting resource. Clients receive notifications when resource reaches the state matching the query options provided here. With this new property in the subscription creation payload along with all existing properties, Webhooks will deliver notifications whenever a resource reaches the desired state mentioned in the notificationQueryOptions property eg when the print job is completed, when a print job resource isFetchable property value becomes true etc.' nullable: true notificationUrl: type: string - description: The URL of the endpoint that receives the change notifications. This URL must make use of the HTTPS protocol. Required. + 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: Specifies the resource that will be monitored for changes. Do not include the base URL (https://graph.microsoft.com/beta/). See the possible resource path values for each supported resource. Required. + 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.thumbnailSet: @@ -32689,6 +32953,7 @@ components: properties: content: type: string + description: The content stream for this version of the item. format: base64url nullable: true size: @@ -32854,6 +33119,7 @@ components: properties: isPicture: type: boolean + description: Specifies whether the display format used for URL columns is an image or a hyperlink. nullable: true additionalProperties: type: object @@ -32931,9 +33197,11 @@ components: properties: allowMultipleValues: type: boolean + description: Specifies whether the column will allow more than one value nullable: true showFullyQualifiedName: type: boolean + description: Specifies whether to display the entire term path or only the term label. nullable: true additionalProperties: type: object @@ -33003,13 +33271,16 @@ components: properties: defaultLanguage: type: string + description: Default BCP 47 language tag for the description. nullable: true descriptions: type: array items: $ref: '#/components/schemas/microsoft.graph.displayNameLocalization' + description: Localized messages that explain what is needed for this column's value to be considered valid. User will be prompted with this message if validation fails. formula: type: string + description: 'The formula to validate column value. For examples, see Examples of common formulas in lists' nullable: true additionalProperties: type: object @@ -33021,18 +33292,23 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.contentTypeInfo' + description: Content types allowed in document set. defaultContents: type: array items: $ref: '#/components/schemas/microsoft.graph.documentSetContent' + description: Default contents of document set. propagateWelcomePageChanges: type: boolean + description: Specifies whether to push welcome page changes to inherited content types. nullable: true shouldPrefixNameToFile: type: boolean + description: Add the name of the Document Set to each file name. nullable: true welcomePageUrl: type: string + description: Welcome page absolute URL. nullable: true sharedColumns: type: array @@ -33052,9 +33328,11 @@ components: $ref: '#/components/schemas/microsoft.graph.contentTypeInfo' fileName: type: string + description: Name of the file in resource folder that should be added as a default content or a template in the document set nullable: true folderName: type: string + description: Folder name in which the file will be placed when a new document set is created in the library. nullable: true additionalProperties: type: object @@ -33163,6 +33441,83 @@ components: nullable: true additionalProperties: type: object + microsoft.graph.termStore.group: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: group + 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: Date and time of group creation. Read-only. + format: date-time + nullable: true + description: + type: string + description: Description giving details on the term usage. + nullable: true + displayName: + type: string + description: Name of group. + nullable: true + parentSiteId: + type: string + nullable: true + scope: + $ref: '#/components/schemas/microsoft.graph.termStore.termGroupScope' + sets: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.termStore.set' + description: 'All sets under the group in a term [store].' + additionalProperties: + type: object + microsoft.graph.termStore.set: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: set + 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: Date and time of set creation. Read-only. + format: date-time + nullable: true + description: + type: string + description: Description giving details on the term usage. + nullable: true + localizedNames: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.termStore.localizedName' + description: Name of the set for each languageTag. + properties: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.keyValue' + description: Custom properties for the set. + children: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.termStore.term' + description: 'Children terms of set in term [store].' + parentGroup: + $ref: '#/components/schemas/microsoft.graph.termStore.group' + relations: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.termStore.relation' + description: Indicates which terms have been pinned or reused directly under the set. + terms: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.termStore.term' + description: All the terms under the set. + additionalProperties: + type: object microsoft.graph.request: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -33207,6 +33562,24 @@ components: nullable: true additionalProperties: type: object + microsoft.graph.accessReviewInstanceDecisionItemResource: + title: accessReviewInstanceDecisionItemResource + type: object + properties: + displayName: + type: string + description: Display name of the resource + nullable: true + id: + type: string + description: Resource ID + nullable: true + type: + type: string + description: 'Type of resource. Types include: Group, ServicePrincipal, DirectoryRole, AzureRole, AccessPackageAssignmentPolicy.' + nullable: true + additionalProperties: + type: object microsoft.graph.accessReviewInstanceDecisionItemTarget: title: accessReviewInstanceDecisionItemTarget type: object @@ -33218,7 +33591,15 @@ components: - title: accessReviewReviewerScope type: object properties: + query: + type: string + description: The query specifying who will be the reviewer. See table for examples. + nullable: true queryRoot: + type: string + description: The type of query. Examples include MicrosoftGraph and ARM. + nullable: true + queryType: type: string description: 'In the scenario where reviewers need to be specified dynamically, this property is used to indicate the relative source of the query. This property is only required if a relative query (i.e., ./manager) is specified.' nullable: true @@ -33991,6 +34372,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.translationLanguageOverride' + description: 'Translation override behavior for languages, if any.Returned by default.' translationBehavior: $ref: '#/components/schemas/microsoft.graph.translationBehavior' untranslatedLanguages: @@ -33998,6 +34380,7 @@ components: items: type: string nullable: true + description: 'The list of languages the user does not need translated. This is computed from the authoringLanguages collection in regionalAndLanguageSettings, and the languageOverrides collection in translationPreferences. The list specifies neutral culture values that include the language code without any country or region association. For example, it would specify ''fr'' for the neutral French culture, but not ''fr-FR'' for the French culture in France. Returned by default. Read only.' additionalProperties: type: object microsoft.graph.changeTrackedEntity: @@ -34011,7 +34394,7 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true lastModifiedBy: @@ -34019,7 +34402,7 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true additionalProperties: @@ -34058,7 +34441,7 @@ components: 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.' + 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 is 2014-01-01T00:00:00Z. Read-only.' format: date-time nullable: true additionalProperties: @@ -34072,7 +34455,7 @@ components: 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.' + 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 is 2014-01-01T00:00:00Z. Read-only.' format: date-time nullable: true additionalProperties: @@ -34451,6 +34834,8 @@ components: - title: teamsAppDefinition type: object properties: + allowedInstallationScopes: + $ref: '#/components/schemas/microsoft.graph.teamsAppInstallationScopes' azureADAppId: type: string description: The WebApplicationInfo.id from the Teams App manifest. @@ -34459,6 +34844,7 @@ components: $ref: '#/components/schemas/microsoft.graph.identitySet' description: type: string + description: Verbose description of the application. nullable: true displayName: type: string @@ -34476,7 +34862,7 @@ components: nullable: true teamsAppId: type: string - description: The id from the Teams App manifest. + description: The ID from the Teams app manifest. nullable: true version: type: string @@ -34496,7 +34882,7 @@ components: nullable: true contentType: type: string - description: 'The media type of the content attachment. It can have the following values: reference: Attachment is a link to another file. Populate the contentURL with the link to the object.Any contentTypes supported by the Bot Framework''s Attachment objectapplication/vnd.microsoft.card.codesnippet: A code snippet. application/vnd.microsoft.card.announcement: An announcement header.' + description: 'The media type of the content attachment. It can have the following values: reference: Attachment is a link to another file. Populate the contentURL with the link to the object.file: Raw file attachment. Populate the contenturl field with the base64 encoding of the file in data: format.image/: Image type with the type of the image specified ex: image/png, image/jpeg, image/gif. Populate the contentUrl field with the base64 encoding of the file in data: format.video/: Video type with the format specified. Ex: video/mp4. Populate the contentUrl field with the base64 encoding of the file in data: format.audio/: Audio type with the format specified. Ex: audio/wmw. Populate the contentUrl field with the base64 encoding of the file in data: format.application/card type: Rich card attachment type with the card type specifying the exact card format to use. Set content with the json format of the card. Supported values for card type include:application/vnd.microsoft.card.adaptive: A rich card that can contain any combination of text, speech, images,,buttons, and input fields. Set the content property to,an AdaptiveCard object.application/vnd.microsoft.card.animation: A rich card that plays animation. Set the content property,to an AnimationCardobject.application/vnd.microsoft.card.audio: A rich card that plays audio files. Set the content property,to an AudioCard object.application/vnd.microsoft.card.video: A rich card that plays videos. Set the content property,to a VideoCard object.application/vnd.microsoft.card.hero: A Hero card. Set the content property to a HeroCard object.application/vnd.microsoft.card.thumbnail: A Thumbnail card. Set the content property to a ThumbnailCard object.application/vnd.microsoft.com.card.receipt: A Receipt card. Set the content property to a ReceiptCard object.application/vnd.microsoft.com.card.signin: A user Sign In card. Set the content property to a SignInCard object.' nullable: true contentUrl: type: string @@ -34522,9 +34908,11 @@ components: properties: channelId: type: string + description: The identity of the channel in which the message was posted. nullable: true teamId: type: string + description: The identity of the team in which the message was posted. nullable: true additionalProperties: type: object @@ -34586,7 +34974,7 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time reactionType: type: string @@ -34597,19 +34985,9 @@ components: type: object microsoft.graph.chatMessageHostedContent: allOf: - - $ref: '#/components/schemas/microsoft.graph.entity' + - $ref: '#/components/schemas/microsoft.graph.teamworkHostedContent' - title: chatMessageHostedContent type: object - properties: - contentBytes: - type: string - description: 'Write-only. When posting new chat message hosted content, represents the bytes of the payload. These are represented as a base64Encoded string.' - format: base64url - nullable: true - contentType: - type: string - description: 'Write-only. When posting new chat message hosted content, represents the type of content, such as image/png.' - nullable: true additionalProperties: type: object microsoft.graph.teamsTabConfiguration: @@ -34658,7 +35036,7 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true recipientActionMessage: @@ -34667,11 +35045,11 @@ components: nullable: true recipientUserId: type: string - description: User id of the recipient of the offer shift request. + 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. + description: User ID of the sender of the offer shift request. nullable: true additionalProperties: type: object @@ -34759,7 +35137,7 @@ components: properties: recipientShiftId: type: string - description: Shift ID for the recipient user with whom the request is to swap. + description: ShiftId for the recipient user with whom the request is to swap. nullable: true additionalProperties: type: object @@ -34817,13 +35195,13 @@ components: 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''' + 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 is 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true timeOffReasonId: @@ -35221,7 +35599,7 @@ components: properties: crc32Hash: type: string - description: The CRC32 value of the file (if available). Read-only. + description: The CRC32 value of the file in little endian (if available). Read-only. nullable: true quickXorHash: type: string @@ -35255,6 +35633,14 @@ components: nullable: true additionalProperties: type: object + microsoft.graph.mediaSource: + title: mediaSource + type: object + properties: + contentCategory: + $ref: '#/components/schemas/microsoft.graph.mediaSourceContentCategory' + additionalProperties: + type: object microsoft.graph.pendingContentUpdate: title: pendingContentUpdate type: object @@ -35267,6 +35653,18 @@ components: nullable: true additionalProperties: type: object + microsoft.graph.driveItemSourceApplication: + title: driveItemSourceApplication + enum: + - teams + - yammer + - sharePoint + - oneDrive + - stream + - powerPoint + - office + - unknownFutureValue + type: string microsoft.graph.workbookApplication: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -35286,7 +35684,7 @@ components: properties: content: type: string - description: The content of the comment. + description: The content of comment. nullable: true contentType: type: string @@ -35324,7 +35722,7 @@ components: 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. Possible values are: String, Integer, Double, Boolean, Range. Read-only.' + 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' @@ -35388,7 +35786,7 @@ components: 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. 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.' + 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 @@ -35575,6 +35973,104 @@ components: type: object additionalProperties: type: object + microsoft.graph.termStore.termGroupScope: + title: termGroupScope + enum: + - global + - system + - siteCollection + type: string + microsoft.graph.termStore.localizedName: + title: localizedName + type: object + properties: + languageTag: + type: string + description: The language tag for the label. + nullable: true + name: + type: string + description: The name in the localized language. + nullable: true + additionalProperties: + type: object + microsoft.graph.keyValue: + title: keyValue + type: object + properties: + key: + type: string + description: Key for the key-value pair. + nullable: true + value: + type: string + description: Value for the key-value pair. + nullable: true + additionalProperties: + type: object + microsoft.graph.termStore.term: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: term + 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: Date and time of term creation. Read-only + format: date-time + nullable: true + descriptions: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.termStore.localizedDescription' + description: Description about term that is dependent on the languageTag + labels: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.termStore.localizedLabel' + description: Label metadata for a term + 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 date and time of term modification. Read-only + format: date-time + nullable: true + properties: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.keyValue' + description: Collection of properties on the term + children: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.termStore.term' + description: Children of current term + relations: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.termStore.relation' + description: To indicate which terms are related to the current term as either pinned or reused + set: + $ref: '#/components/schemas/microsoft.graph.termStore.set' + additionalProperties: + type: object + microsoft.graph.termStore.relation: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: relation + type: object + properties: + relationship: + $ref: '#/components/schemas/microsoft.graph.termStore.relationType' + fromTerm: + $ref: '#/components/schemas/microsoft.graph.termStore.term' + set: + $ref: '#/components/schemas/microsoft.graph.termStore.set' + toTerm: + $ref: '#/components/schemas/microsoft.graph.termStore.term' + additionalProperties: + type: object microsoft.graph.accessReviewApplyAction: title: accessReviewApplyAction type: object @@ -35987,6 +36483,7 @@ components: properties: languageTag: type: string + description: The language to apply the override.Returned by default. Not nullable. translationBehavior: $ref: '#/components/schemas/microsoft.graph.translationBehavior' additionalProperties: @@ -36082,6 +36579,14 @@ components: - sideloaded - unknownFutureValue type: string + microsoft.graph.teamsAppInstallationScopes: + title: teamsAppInstallationScopes + enum: + - team + - groupChat + - personal + - unknownFutureValue + type: string microsoft.graph.teamsAppPublishingState: title: teamsAppPublishingState enum: @@ -36140,6 +36645,23 @@ components: - allowOverrideWithoutJustification - allowOverrideWithJustification type: string + microsoft.graph.teamworkHostedContent: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: teamworkHostedContent + type: object + properties: + contentBytes: + type: string + description: Write only. Bytes for the hosted content (such as images). + format: base64url + nullable: true + contentType: + type: string + description: 'Write only. Content type. sicj as image/png, image/jpg.' + nullable: true + additionalProperties: + type: object microsoft.graph.scheduleChangeRequest: allOf: - $ref: '#/components/schemas/microsoft.graph.changeTrackedEntity' @@ -36346,6 +36868,15 @@ components: nullable: true additionalProperties: type: object + microsoft.graph.mediaSourceContentCategory: + title: mediaSourceContentCategory + enum: + - meeting + - liveStream + - presentation + - screenRecording + - unknownFutureValue + type: string microsoft.graph.workbookCommentReply: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -36354,11 +36885,11 @@ components: properties: content: type: string - description: The content of replied comment. + description: The content of a comment reply. nullable: true contentType: type: string - description: Indicates the type for the replied comment. + description: Indicates the type for the comment reply. additionalProperties: type: object microsoft.graph.workbookOperationError: @@ -36439,7 +36970,7 @@ components: description: Represents whether the casing impacted the last sort of the table. Read-only. method: type: string - description: 'Represents Chinese character ordering method last used to sort the table. Possible values are: PinYin, StrokeCount. Read-only.' + description: 'Represents Chinese character ordering method last used to sort the table. The possible values are: PinYin, StrokeCount. Read-only.' additionalProperties: type: object microsoft.graph.workbookChart: @@ -36519,6 +37050,44 @@ components: type: object additionalProperties: type: object + microsoft.graph.termStore.localizedDescription: + title: localizedDescription + type: object + properties: + description: + type: string + description: The description in the localized language. + nullable: true + languageTag: + type: string + description: The language tag for the label. + nullable: true + additionalProperties: + type: object + microsoft.graph.termStore.localizedLabel: + title: localizedLabel + type: object + properties: + isDefault: + type: boolean + description: Indicates whether the label is the default label. + nullable: true + languageTag: + type: string + description: The anguage tag for the label. + nullable: true + name: + type: string + description: The name of the label. + nullable: true + additionalProperties: + type: object + microsoft.graph.termStore.relationType: + title: relationType + enum: + - pin + - reuse + type: string microsoft.graph.settingSourceType: title: settingSourceType enum: @@ -36599,7 +37168,7 @@ components: 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 end date and time for the shiftActivity. 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''. Required.' + description: 'The end date and time for the shiftActivity. 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 is 2014-01-01T00:00:00Z. Required.' format: date-time nullable: true isPaid: @@ -36609,7 +37178,7 @@ components: 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 start date and time for the shiftActivity. 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''. Required.' + description: 'The start date and time for the shiftActivity. 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 is 2014-01-01T00:00:00Z. Required.' format: date-time nullable: true theme: @@ -36639,7 +37208,7 @@ components: nullable: true dataOption: type: string - description: 'Represents additional sorting options for this field. Possible values are: Normal, TextAsNumber.' + description: 'Represents additional sorting options for this field. The possible values are: Normal, TextAsNumber.' icon: $ref: '#/components/schemas/microsoft.graph.workbookIcon' key: @@ -36650,7 +37219,7 @@ components: format: int32 sortOn: type: string - description: 'Represents the type of sorting of this condition. Possible values are: Value, CellColor, FontColor, Icon.' + description: 'Represents the type of sorting of this condition. The possible values are: Value, CellColor, FontColor, Icon.' additionalProperties: type: object microsoft.graph.workbookChartAxes: @@ -36875,7 +37444,7 @@ components: format: int32 set: type: string - description: 'Represents the set that the icon is part of. Possible values are: Invalid, ThreeArrows, ThreeArrowsGray, ThreeFlags, ThreeTrafficLights1, ThreeTrafficLights2, ThreeSigns, ThreeSymbols, ThreeSymbols2, FourArrows, FourArrowsGray, FourRedToBlack, FourRating, FourTrafficLights, FiveArrows, FiveArrowsGray, FiveRating, FiveQuarters, ThreeStars, ThreeTriangles, FiveBoxes.' + description: 'Represents the set that the icon is part of. The possible values are: Invalid, ThreeArrows, ThreeArrowsGray, ThreeFlags, ThreeTrafficLights1, ThreeTrafficLights2, ThreeSigns, ThreeSymbols, ThreeSymbols2, FourArrows, FourArrowsGray, FourRedToBlack, FourRating, FourTrafficLights, FiveArrows, FiveArrowsGray, FiveRating, FiveQuarters, ThreeStars, ThreeTriangles, FiveBoxes.' additionalProperties: type: object microsoft.graph.workbookChartAxis: diff --git a/openApiDocs/beta/Users.Functions.yml b/openApiDocs/beta/Users.Functions.yml index 09a6b6576a6..2519b4455c3 100644 --- a/openApiDocs/beta/Users.Functions.yml +++ b/openApiDocs/beta/Users.Functions.yml @@ -32,6 +32,77 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: function + '/users/{user-id}/appConsentRequestsForApproval/{appConsentRequest-id}/userConsentRequests/microsoft.graph.filterByCurrentUser(on={on})': + get: + tags: + - users.Functions + summary: Invoke function filterByCurrentUser + operationId: users.appConsentRequestsForApproval.userConsentRequests_filterByCurrentUser + parameters: + - name: user-id + in: path + description: 'key: id of user' + required: true + schema: + type: string + x-ms-docs-key-type: user + - name: appConsentRequest-id + in: path + description: 'key: id of appConsentRequest' + required: true + schema: + type: string + x-ms-docs-key-type: appConsentRequest + - name: on + in: path + description: 'Usage: on={on}' + required: true + schema: + $ref: '#/components/schemas/microsoft.graph.consentRequestFilterByCurrentUserOptions' + responses: + '200': + description: Success + content: + application/json: + schema: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.userConsentRequest' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + '/users/{user-id}/appConsentRequestsForApproval/microsoft.graph.filterByCurrentUser(on={on})': + get: + tags: + - users.Functions + summary: Invoke function filterByCurrentUser + operationId: users.appConsentRequestsForApproval_filterByCurrentUser + parameters: + - name: user-id + in: path + description: 'key: id of user' + required: true + schema: + type: string + x-ms-docs-key-type: user + - name: on + in: path + description: 'Usage: on={on}' + required: true + schema: + $ref: '#/components/schemas/microsoft.graph.consentRequestFilterByCurrentUserOptions' + responses: + '200': + description: Success + content: + application/json: + schema: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.appConsentRequest' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function '/users/{user-id}/approvals/microsoft.graph.filterByCurrentUser(on={on})': get: tags: @@ -2922,6 +2993,55 @@ components: description: Optional. NavigationProperty/Containment; navigation property to the activity's historyItems. additionalProperties: type: object + microsoft.graph.consentRequestFilterByCurrentUserOptions: + title: consentRequestFilterByCurrentUserOptions + enum: + - reviewer + - unknownFutureValue + type: string + microsoft.graph.userConsentRequest: + allOf: + - $ref: '#/components/schemas/microsoft.graph.request' + - title: userConsentRequest + type: object + properties: + reason: + type: string + description: The user's justification for requiring access to the app. Supports $filter (eq only) and $orderby. + nullable: true + approval: + $ref: '#/components/schemas/microsoft.graph.approval' + additionalProperties: + type: object + microsoft.graph.appConsentRequest: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: appConsentRequest + type: object + properties: + appDisplayName: + type: string + description: The display name of the app for which consent is requested. Required. Supports $filter (eq only) and $orderby. + nullable: true + appId: + type: string + description: The identifier of the application. Required. Supports $filter (eq only) and $orderby. + consentType: + type: string + description: 'The consent type of the request. Possible values are: Static and Dynamic. These represent static and dynamic permissions, respectively, requested in the consent workflow. Supports $filter (eq only) and $orderby. Required.' + nullable: true + pendingScopes: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.appConsentRequestScope' + description: A list of pending scopes waiting for approval. This is empty if the consentType is Static. Required. + userConsentRequests: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.userConsentRequest' + description: A list of pending user consent requests. + additionalProperties: + type: object microsoft.graph.approvalFilterByCurrentUserOptions: title: approvalFilterByCurrentUserOptions enum: @@ -3044,7 +3164,7 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true originalStartTimeZone: @@ -3097,7 +3217,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.attachment' - description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' + description: The collection of fileAttachment and itemAttachment attachments for the event. Navigation property. Read-only. Nullable. calendar: $ref: '#/components/schemas/microsoft.graph.calendar' exceptionOccurrences: @@ -3108,12 +3228,12 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.extension' - description: The collection of open extensions defined for the event. Nullable. + 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 occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but does not include occurrences that have been cancelled from the series. Navigation property. Read-only. Nullable.' + description: The instances of the event. Navigation property. Read-only. Nullable. multiValueExtendedProperties: type: array items: @@ -3179,7 +3299,7 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true children: @@ -3313,7 +3433,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.extension' - description: The collection of open extensions defined for the contact. Nullable. + description: The collection of open extensions defined for the contact. Read-only. Nullable. multiValueExtendedProperties: type: array items: @@ -3417,7 +3537,7 @@ components: $ref: '#/components/schemas/microsoft.graph.itemBody' bodyPreview: type: string - description: 'The first 255 characters of the message body. It is in text format. If the message contains instances of mention, this property would contain a concatenation of these mentions as well.' + description: The first 255 characters of the message body. It is in text format. nullable: true ccRecipients: type: array @@ -3479,7 +3599,7 @@ components: 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. 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''.' + description: 'The date and time the message was received. The date and time information uses ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.' format: date-time nullable: true replyTo: @@ -3492,7 +3612,7 @@ components: 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. 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''.' + description: 'The date and time the message was sent. The date and time information uses ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.' format: date-time nullable: true subject: @@ -3621,11 +3741,11 @@ components: properties: address: type: string - description: The email address of an entity instance. + description: The email address of the person or entity. nullable: true name: type: string - description: The display name of an entity instance. + description: The display name of the person or entity. nullable: true additionalProperties: type: object @@ -3638,26 +3758,26 @@ components: 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: Created date time in UTC of the device enrollment configuration + description: Not yet documented format: date-time description: type: string - description: The description of the device enrollment configuration + description: Not yet documented nullable: true displayName: type: string - description: The display name of the device enrollment configuration + 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: Last modified date time in UTC of the device enrollment configuration + description: Not yet documented format: date-time priority: maximum: 2147483647 minimum: -2147483648 type: integer - description: Priority is used when a user exists in multiple groups that are assigned enrollment configuration. Users are subject only to the configuration with the lowest priority value. + description: Not yet documented format: int32 roleScopeTagIds: type: array @@ -3669,13 +3789,13 @@ components: maximum: 2147483647 minimum: -2147483648 type: integer - description: The version of the device enrollment configuration + 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 + description: The list of group assignments for the device configuration profile. additionalProperties: type: object description: The Base Class of Device Enrollment Configuration @@ -3691,11 +3811,11 @@ components: nullable: true activationLockBypassCode: type: string - description: Code that allows the Activation Lock on a device to be bypassed. This property is read-only. + description: Code that allows the Activation Lock on a device to be bypassed. nullable: true androidSecurityPatchLevel: type: string - description: Android security patch level. This property is read-only. + description: Android security patch level nullable: true autopilotEnrolled: type: boolean @@ -3706,18 +3826,18 @@ components: nullable: true azureADDeviceId: type: string - description: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. + 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. This property is read-only. + 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. This property is read-only. + description: The DateTime when device compliance grace period expires format: date-time complianceState: $ref: '#/components/schemas/microsoft.graph.complianceState' @@ -3731,10 +3851,10 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.deviceActionResult' - description: List of ComplexType deviceActionResult objects. This property is read-only. + description: List of ComplexType deviceActionResult objects. deviceCategoryDisplayName: type: string - description: Device category display name. This property is read-only. + description: Device category display name nullable: true deviceEnrollmentType: $ref: '#/components/schemas/microsoft.graph.deviceEnrollmentType' @@ -3742,7 +3862,7 @@ components: $ref: '#/components/schemas/microsoft.graph.deviceHealthAttestationState' deviceName: type: string - description: Name of the device. This property is read-only. + description: Name of the device nullable: true deviceRegistrationState: $ref: '#/components/schemas/microsoft.graph.deviceRegistrationState' @@ -3750,24 +3870,24 @@ components: $ref: '#/components/schemas/microsoft.graph.deviceType' easActivated: type: boolean - description: Whether the device is Exchange ActiveSync activated. This property is read-only. + 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. This property is read-only. + description: Exchange ActivationSync activation time of the device. format: date-time easDeviceId: type: string - description: Exchange ActiveSync Id of the device. This property is read-only. + description: Exchange ActiveSync Id of the device. nullable: true emailAddress: type: string - description: Email(s) for the user associated with the device. This property is read-only. + 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. This property is read-only. + description: Enrollment time of the device. format: date-time ethernetMacAddress: type: string @@ -3780,11 +3900,11 @@ components: 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. This property is read-only. + description: Last time the device contacted Exchange. format: date-time freeStorageSpaceInBytes: type: integer - description: Free Storage in Bytes. This property is read-only. + description: Free Storage in Bytes format: int64 hardwareInformation: $ref: '#/components/schemas/microsoft.graph.hardwareInformation' @@ -3794,24 +3914,24 @@ components: nullable: true imei: type: string - description: IMEI. This property is read-only. + description: IMEI nullable: true isEncrypted: type: boolean - description: Device encryption status. This property is read-only. + description: Device encryption status isSupervised: type: boolean - description: Device supervised status. This property is read-only. + description: Device supervised status jailBroken: type: string - description: whether the device is jail broken or rooted. This property is read-only. + 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. This property is read-only. + 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' @@ -3834,15 +3954,15 @@ components: $ref: '#/components/schemas/microsoft.graph.managementState' manufacturer: type: string - description: Manufacturer of the device. This property is read-only. + description: Manufacturer of the device nullable: true meid: type: string - description: MEID. This property is read-only. + description: MEID nullable: true model: type: string - description: Model of the device. This property is read-only. + description: Model of the device nullable: true notes: type: string @@ -3850,11 +3970,11 @@ components: nullable: true operatingSystem: type: string - description: 'Operating system of the device. Windows, iOS, etc. This property is read-only.' + description: 'Operating system of the device. Windows, iOS, etc.' nullable: true osVersion: type: string - description: Operating system version of the device. This property is read-only. + description: Operating system version of the device. nullable: true ownerType: $ref: '#/components/schemas/microsoft.graph.ownerType' @@ -3862,7 +3982,7 @@ components: $ref: '#/components/schemas/microsoft.graph.managedDevicePartnerReportedHealthState' phoneNumber: type: string - description: Phone number of the device. This property is read-only. + description: Phone number of the device nullable: true physicalMemoryInBytes: type: integer @@ -3877,11 +3997,11 @@ components: $ref: '#/components/schemas/microsoft.graph.managedDeviceArchitecture' remoteAssistanceSessionErrorDetails: type: string - description: An error string that identifies issues when creating Remote Assistance session objects. This property is read-only. + 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. This property is read-only. + description: Url that allows a Remote Assistance session to be established with the device. nullable: true requireUserEnrollmentApproval: type: boolean @@ -3900,7 +4020,7 @@ components: description: List of Scope Tag IDs for this Device instance. serialNumber: type: string - description: SerialNumber. This property is read-only. + description: SerialNumber nullable: true skuFamily: type: string @@ -3918,11 +4038,11 @@ components: nullable: true subscriberCarrier: type: string - description: Subscriber Carrier. This property is read-only. + description: Subscriber Carrier nullable: true totalStorageSpaceInBytes: type: integer - description: Total Storage in Bytes. This property is read-only. + description: Total Storage in Bytes format: int64 udid: type: string @@ -3930,15 +4050,15 @@ components: nullable: true userDisplayName: type: string - description: User display name. This property is read-only. + description: User display name nullable: true userId: type: string - description: Unique Identifier for the user associated with the device. This property is read-only. + description: Unique Identifier for the user associated with the device nullable: true userPrincipalName: type: string - description: Device user principal name. This property is read-only. + description: Device user principal name nullable: true usersLoggedOn: type: array @@ -3947,7 +4067,7 @@ components: description: Indicates the last logged on users of a device. This property is read-only. wiFiMacAddress: type: string - description: Wi-Fi MAC. This property is read-only. + description: Wi-Fi MAC nullable: true windowsActiveMalwareCount: maximum: 2147483647 @@ -4128,7 +4248,7 @@ components: lastAccessedTime: 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.' + 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 is 2014-01-01T00:00:00Z. Read-only.' format: date-time nullable: true links: @@ -4272,56 +4392,56 @@ components: $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. Returned only on $select. Supports $filter.' + 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. Returned only on $select.' + 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. Returned only on $select. Not nullable. + description: The licenses that are assigned to the user. Returned only on $select. Not nullable. Supports $filter. assignedPlans: type: array items: $ref: '#/components/schemas/microsoft.graph.assignedPlan' - description: The plans that are assigned to the user. Returned only on $select. Read-only. Not nullable. + 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. Only one number can be set for this property. Returned by default. Read-only for users synced from on-premises directory. + description: 'The telephone numbers for the user. NOTE: Although this is a string collection, only one number can be set for this property. Read-only for users synced from on-premises directory. Returned by default.' city: type: string - description: The city in which the user is located. Returned only on $select. Supports $filter. + 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. + 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 characters.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. Returned only on $select.' + 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''. Returned only on $select. Supports $filter.' + 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 date and time the user was created. The value cannot be modified and is automatically populated when the entity is created. The DateTimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. Property is nullable. A null value indicates that an accurate creation time couldn't be determined for the user. Returned only on $select. Read-only. Supports $filter. + 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). Returned only on $select. Read-only.' + 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. Returned only on $select. Supports $filter. + description: The name for the department in which the user works. Supports $filter. nullable: true deviceKeys: type: array @@ -4329,7 +4449,7 @@ components: $ref: '#/components/schemas/microsoft.graph.deviceKey' displayName: type: string - description: 'The name displayed in the address book for the user. This value 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. Returned by default. Supports $filter and $orderby.' + 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. Returned by default. 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])$' @@ -4357,7 +4477,7 @@ components: nullable: true faxNumber: type: string - description: The fax number of the user. Returned only on $select. + description: The fax number of the user. nullable: true givenName: type: string @@ -4367,7 +4487,7 @@ components: 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. Returned only on $select. Supports $filter.' + 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: @@ -4390,29 +4510,29 @@ components: 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 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 is ''2014-01-01T00:00:00Z'' Returned only on $select. Read-only.' + 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 is 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. Returned only on $select.' + 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. Returned only on $select. Read-only. + 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''. Returned by default. Supports $filter and endsWith.' nullable: true mailNickname: type: string - description: The mail alias for the user. This property must be specified when a user is created. Returned only on $select. Supports $filter. + 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. Returned by default. Read-only for users synced from on-premises directory. + description: The primary cellular telephone number for the user. Read-only for users synced from on-premises directory. Returned by default. nullable: true officeLocation: type: string @@ -4420,59 +4540,59 @@ components: 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. Returned only on $select. Read-only. + 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. Returned only on $select. Read-only.' + 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. Returned only on $select. Supports $filter.' + 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 is ''2014-01-01T00:00:00Z''. Returned only on $select. Read-only.' + 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 is 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. Returned only on $select. + 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. Returned only on $select. Read-only. + 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. Returned only on $select. Read-only. + 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). Returned only on $select. Read-only. + 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. Returned only on $select. Read-only. + 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''].Returned only on $select. Supports$filter.' + 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''.Returned only on $select.' + 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. Returned only on $select.' + 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 @@ -4486,35 +4606,35 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.provisionedPlan' - description: The plans that are provisioned for the user. Returned only on $select. Read-only. Not nullable. + 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. Returned only on $select. Read-only, Not nullable. Supports $filter.' + 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. Use invalidateAllRefreshTokens to reset.' + 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. Returned only on $select.' + 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. Returned only on $select. Read-only. Use revokeSignInSessions to reset.' + 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. Returned only on $select. Supports $filter. + 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. Returned only on $select. + description: The street address of the user's place of business. nullable: true surname: type: string @@ -4522,7 +4642,7 @@ components: 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. Returned only on $select. Supports $filter.' + 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 @@ -4530,7 +4650,7 @@ components: 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''. Returned only on $select. Supports $filter.' + 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' @@ -4542,56 +4662,56 @@ components: format: int32 aboutMe: type: string - description: A freeform text entry field for the user to describe themselves. Returned only on $select. + 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 is ''2014-01-01T00:00:00Z'' Returned only on $select.' + 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 is 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 is ''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.' + 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 is 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. Returned only on $select. + description: A list for the user to describe their interests. mySite: type: string - description: The URL for the user's personal site. Returned only on $select. + 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. Returned only on $select. + description: A list for the user to enumerate their past projects. preferredName: type: string - description: The preferred name for the user. Returned only on $select. + 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. Returned only on $select. + 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. Returned only on $select. + 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. Returned only on $select. + description: A list for the user to enumerate their skills. analytics: $ref: '#/components/schemas/microsoft.graph.userAnalytics' usageRights: @@ -4626,7 +4746,11 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.directoryObject' - description: 'The groups, directory roles and administrative units that the user is a member of. Read-only. Nullable.' + description: The groups and directory roles that the user is a member of. Read-only. Nullable. + oauth2PermissionGrants: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.oAuth2PermissionGrant' ownedDevices: type: array items: @@ -4682,7 +4806,7 @@ components: 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. + 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: @@ -4706,7 +4830,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.person' - description: 'Read-only. The most relevant people to the user. The collection is ordered by their relevance to the user, which is determined by the user''s communication, collaboration and business relationships. A person is an aggregation of information from across mail, contacts and social networks.' + description: People that are relevant to the user. Read-only. Nullable. drive: $ref: '#/components/schemas/microsoft.graph.drive' drives: @@ -4722,7 +4846,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.extension' - description: The collection of open extensions defined for the user. Nullable. + description: The collection of open extensions defined for the user. Read-only. Nullable. appConsentRequestsForApproval: type: array items: @@ -4926,27 +5050,77 @@ components: $ref: '#/components/schemas/microsoft.graph.userActivity' additionalProperties: type: object + microsoft.graph.request: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: request + type: object + properties: + approvalId: + type: string + nullable: true + 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 + 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 + customData: + type: string + nullable: true + status: + type: string + additionalProperties: + type: object + microsoft.graph.appConsentRequestScope: + title: appConsentRequestScope + type: object + properties: + displayName: + type: string + description: The name of the scope. + nullable: true + additionalProperties: + type: object microsoft.graph.approvalStep: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: approvalStep type: object properties: + assignedToMe: + type: boolean + description: Indicates whether the step is assigned to the calling user to review. Read-only. + nullable: true displayName: type: string + description: The label provided by the policy creator to identify an approval step. Read-only. nullable: true justification: type: string + description: The justification associated with the approval step decision. 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 + description: 'The date and time when a decision was recorded. The date and time information uses ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.' format: date-time nullable: true reviewResult: type: string + description: 'The result of this approval record. Possible values include: NotReviewed, Approved, Denied.' + nullable: true + status: + type: string + description: 'The step status. Possible values: InProgress, Initializing, Completed, Expired. Read-only.' nullable: true additionalProperties: type: object @@ -4969,13 +5143,13 @@ components: 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''' + 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 is 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true additionalProperties: @@ -5010,10 +5184,10 @@ components: properties: dateTime: type: string - description: 'A single point of time in a combined date and time representation ({date}T{time}). For example, ''2019-04-16T09:00:00''.' + 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 possible values.' + description: 'Represents a time zone, for example, ''Pacific Standard Time''. See below for more possible values.' nullable: true additionalProperties: type: object @@ -5122,7 +5296,7 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true additionalProperties: @@ -5169,12 +5343,12 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true name: type: string - description: The display name of the attachment. This does not need to be the actual file name. + description: The attachment's file name. nullable: true size: maximum: 2147483647 @@ -5201,15 +5375,15 @@ components: 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, through an Outlook client or the corresponding calendarPermission resource. Read-only.' + 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. Read-only.' + 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. This property is set through an Outlook client or the corresponding calendarPermission resource. Read-only.' + description: 'true if the user can read calendar items that have been marked private, false otherwise.' nullable: true changeKey: type: string @@ -5221,11 +5395,11 @@ components: $ref: '#/components/schemas/microsoft.graph.onlineMeetingProviderType' hexColor: type: string - description: 'The calendar color, expressed in a hex color code of three hexidecimal values, each ranging from 00 to FF and representing the red, green, or blue components of the color in the RGB color space. If the user has never explicitly set a color for the calendar, this property is empty.' + description: 'The calendar color, expressed in a hex color code of three hexadecimal values, each ranging from 00 to FF and representing the red, green, or blue components of the color in the RGB color space. If the user has never explicitly set a color for the calendar, this property is empty. Read-only.' nullable: true isDefaultCalendar: type: boolean - description: 'True if this is the default calendar where new events are created by default, false otherwise.' + description: 'true if this is the default calendar where new events are created by default, false otherwise.' nullable: true isRemovable: type: boolean @@ -5233,11 +5407,11 @@ components: nullable: true isShared: type: boolean - description: 'True if the user has shared the calendar with other users, false otherwise. Since only the user who created the calendar can share it, isShared and isSharedWithMe cannot be true for the same user. This property is set when sharing is initiated in an Outlook client, and can be reset when the sharing is cancelled through the client or the corresponding calendarPermission resource. Read-only.' + description: 'true if the user has shared the calendar with other users, false otherwise. Since only the user who created the calendar can share it, isShared and isSharedWithMe cannot be true for the same user. This property is set when sharing is initiated in an Outlook client, and can be reset when the sharing is cancelled through the client or the corresponding calendarPermission resource. Read-only.' nullable: true isSharedWithMe: type: boolean - description: 'True if the user has been shared this calendar, false otherwise. This property is always false for a calendar owner. This property is set when sharing is initiated in an Outlook client, and can be reset when the sharing is cancelled through the client or the corresponding calendarPermission resource. Read-only.' + description: 'true if the user has been shared this calendar, false otherwise. This property is always false for a calendar owner. This property is set when sharing is initiated in an Outlook client, and can be reset when the sharing is cancelled through the client or the corresponding calendarPermission resource. Read-only.' nullable: true isTallyingResponses: type: boolean @@ -5887,11 +6061,12 @@ components: - androidEnterprise - windows10x - androidnGMS - - cloudPC + - chromeOS - linux - blackberry - palm - unknown + - cloudPC type: string microsoft.graph.deviceManagementExchangeAccessState: title: deviceManagementExchangeAccessState @@ -6609,7 +6784,7 @@ components: 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 - description: 'The last sign-in date for a specific user. You can use this field to calculate the last time a user signed in to the directory. This field can be used to build reports, such as inactive users. 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''. For more information about using the value of this property, see Manage inactive user accounts in Azure AD.' + description: 'The last interactive sign-in date for a specific user. You can use this field to calculate the last time a user signed in to the directory with an interactive authentication method. This field can be used to build reports, such as inactive users. 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 is: ''2014-01-01T00:00:00Z''. For more information about using the value of this property, see Manage inactive user accounts in Azure AD.' format: date-time nullable: true lastSignInRequestId: @@ -6644,12 +6819,12 @@ components: 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''' + description: 'The date and time at which the plan was assigned. 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 is 2014-01-01T00:00:00Z.' format: date-time nullable: true capabilityStatus: type: string - description: 'Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut.' + description: 'Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. See a detailed description of each value.' nullable: true service: type: string @@ -6841,7 +7016,7 @@ components: properties: forceChangePasswordNextSignIn: type: boolean - description: 'If true, at next sign-in, the user must change their password. After a password change, this property will be automatically reset to false. If not set, default is false.' + description: true if the user must change her password on the next login; otherwise false. nullable: true forceChangePasswordNextSignInWithMfa: type: boolean @@ -6877,7 +7052,7 @@ components: properties: archiveFolder: type: string - description: Folder ID of an archive folder for the user. Read only. + description: Folder ID of an archive folder for the user. nullable: true automaticRepliesSetting: $ref: '#/components/schemas/microsoft.graph.automaticRepliesSetting' @@ -6971,12 +7146,12 @@ components: 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.' + 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.' 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.' + 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 is 2014-01-01T00:00:00Z. Read-only.' format: date-time nullable: true principalDisplayName: @@ -6986,16 +7161,16 @@ components: 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.' + description: 'The unique identifier (id) for the user, group or service principal being granted the app role. Required on create.' 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.' + description: 'The type of the assigned principal. This can either be User, Group or ServicePrincipal. Read-only.' 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. + description: The display name of the resource app's service principal to which the assignment is made. 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}$' @@ -7028,6 +7203,44 @@ components: nullable: true additionalProperties: type: object + microsoft.graph.oAuth2PermissionGrant: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: oAuth2PermissionGrant + type: object + properties: + clientId: + type: string + description: The id of the client service principal for the application which is authorized to act on behalf of a signed-in user when accessing an API. Required. Supports $filter (eq only). + consentType: + type: string + description: 'Indicates if authorization is granted for the client application to impersonate all users or only a specific user. AllPrincipals indicates authorization to impersonate all users. Principal indicates authorization to impersonate a specific user. Consent on behalf of all users can be granted by an administrator. Non-admin users may be authorized to consent on behalf of themselves in some cases, for some delegated permissions. Required. Supports $filter (eq only).' + nullable: true + expiryTime: + 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: 'Currently, the end time value is ignored, but a value is required when creating an oAuth2PermissionGrant. Required.' + format: date-time + nullable: true + principalId: + type: string + description: 'The id of the user on behalf of whom the client is authorized to access the resource, when consentType is Principal. If consentType is AllPrincipals this value is null. Required when consentType is Principal.' + nullable: true + resourceId: + type: string + description: The id of the resource service principal to which access is authorized. This identifies the API which the client is authorized to attempt to call on behalf of a signed-in user. + scope: + type: string + description: 'A space-separated list of the claim values for delegated permissions which should be included in access tokens for the resource application (the API). For example, openid User.Read GroupMember.Read.All. Each claim value should match the value field of one of the delegated permissions defined by the API, listed in the publishedPermissionScopes property of the resource service principal.' + nullable: true + startTime: + 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: 'Currently, the start time value is ignored, but a value is required when creating an oAuth2PermissionGrant. Required.' + format: date-time + nullable: true + additionalProperties: + type: object microsoft.graph.scopedRoleMembership: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -7094,7 +7307,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.assignedLabel' - description: 'The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select.' + 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: @@ -7111,7 +7324,7 @@ components: 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.' + 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 is 2014-01-01T00:00:00Z. Returned by default. Read-only.' format: date-time nullable: true description: @@ -7125,7 +7338,7 @@ components: 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.' + 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 is 2014-01-01T00:00:00Z. Returned by default. Read-only.' format: date-time nullable: true groupTypes: @@ -7135,7 +7348,7 @@ components: 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).' + 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 @@ -7169,7 +7382,7 @@ components: 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. + 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 @@ -7178,7 +7391,7 @@ components: 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 group 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''. Returned by default. Read-only. Supports $filter.' + description: 'Indicates the last time at which the group 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 is 2014-01-01T00:00:00Z. Returned by default. Read-only. Supports $filter.' format: date-time nullable: true onPremisesNetBiosName: @@ -7208,17 +7421,17 @@ components: nullable: true preferredLanguage: type: string - description: The preferred language for a Microsoft 365 group. Should follow ISO 639-1 Code; for example 'en-US'. Returned by default. + 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 for filter expressions on multi-valued properties. Returned by default. Read-only. Not nullable. Supports $filter.' + 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.' + 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 is 2014-01-01T00:00:00Z. Returned by default. Read-only.' format: date-time nullable: true resourceBehaviorOptions: @@ -7241,7 +7454,7 @@ components: nullable: true theme: type: string - description: 'Specifies a Microsoft 365 group''s color theme. Possible values are Teal, Purple, Green, Blue, Pink, Orange or Red. Returned by default.' + 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 @@ -7251,26 +7464,26 @@ components: $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. + description: 'Indicates if people external to the organization can send messages to the group. Default value is false. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}).' 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. + 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. Supported only on the Get group API (GET /groups/{ID}).' nullable: true hideFromAddressLists: type: boolean - description: 'True if the group is not displayed in certain parts of the Outlook user interface: in the Address Book, in address lists for selecting message recipients, and in the Browse Groups dialog for searching groups; false otherwise. Default value is false. Returned only on $select.' + 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. Supported only on the Get group API (GET /groups/{ID}).' 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, false otherwise. Default value is false. Returned only on $select.' + 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. Supported only on the Get group API (GET /groups/{ID}).' 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. + description: 'Indicates whether the signed-in user is subscribed to receive email conversations. Default value is true. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}).' nullable: true unseenConversationsCount: maximum: 2147483647 @@ -7283,7 +7496,7 @@ components: maximum: 2147483647 minimum: -2147483648 type: integer - description: Count of conversations that have received new posts since the signed-in user last visited the group. This property is the same as unseenConversationsCount.Returned only on $select. + description: 'Count of conversations that have received new posts since the signed-in user last visited the group. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}).' format: int32 nullable: true unseenMessagesCount: @@ -7314,12 +7527,12 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.directoryObject' - description: 'Groups and administrative units that this group is a member of. HTTP Methods: GET (supported for all groups). Read-only. Nullable.' + 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, contacts, and groups that are members of this group. HTTP Methods: GET (supported for all groups), POST (supported for security groups and mail-enabled security groups), DELETE (supported only for security groups) Read-only. Nullable.' + 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: @@ -7329,7 +7542,7 @@ components: 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. HTTP Methods: GET (supported for all groups), POST (supported for security groups and mail-enabled security groups), DELETE (supported only for security groups) Read-only. Nullable.' + 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: @@ -7338,7 +7551,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.directorySetting' - description: 'Settings that can govern this group''s behavior, like whether members can invite guest users to the group. Nullable.' + description: Read-only. Nullable. transitiveMemberOf: type: array items: @@ -7368,7 +7581,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.event' - description: The group's events. + description: The group's calendar events. rejectedSenders: type: array items: @@ -7491,7 +7704,7 @@ components: nullable: true personType: type: string - description: 'The type of person, for example distribution list.' + description: The type of person. nullable: true phones: type: array @@ -7625,6 +7838,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.columnDefinition' + description: The collection of column definitions available in the site that are referenced from the sites in the parent hierarchy of the current site. items: type: array items: @@ -7650,34 +7864,12 @@ components: items: $ref: '#/components/schemas/microsoft.graph.site' description: The collection of the sub-sites under this site. + termStore: + $ref: '#/components/schemas/microsoft.graph.termStore.store' onenote: $ref: '#/components/schemas/microsoft.graph.onenote' 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.accessReviewInstance: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -7687,7 +7879,7 @@ components: 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: DateTime when review instance is scheduled to end. + description: 'DateTime when review instance is scheduled to end.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 is 2014-01-01T00:00:00Z.' format: date-time nullable: true scope: @@ -7695,7 +7887,7 @@ components: 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: DateTime when review instance is scheduled to start. May be in the future. + description: 'DateTime when review instance is scheduled to start. May be in the future. 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 is 2014-01-01T00:00:00Z.' format: date-time nullable: true status: @@ -7719,11 +7911,11 @@ components: properties: agreementFileId: type: string - description: ID of the agreement file accepted by the user. + description: The identifier of the agreement file accepted by the user. nullable: true agreementId: type: string - description: ID of the agreement. + description: The identifier of the agreement. nullable: true deviceDisplayName: type: string @@ -7735,11 +7927,11 @@ components: nullable: true deviceOSType: type: string - description: The operating system used for accepting the agreement. + description: The operating system used to accept the agreement. nullable: true deviceOSVersion: type: string - description: The operating system version of the device used for accepting the agreement. + description: The operating system version of the device used to accept the agreement. 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])$' @@ -7765,7 +7957,7 @@ components: nullable: true userId: type: string - description: ID of the user who accepted the agreement. + description: The identifier of the user who accepted the agreement. nullable: true userPrincipalName: type: string @@ -7848,7 +8040,7 @@ components: 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. + description: Zero or more policys already applied on the registered app when it last synchronized with management service. intendedPolicies: type: array items: @@ -8050,7 +8242,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.plannerTask' - description: Read-only. Nullable. Returns the plannerTasks assigned to the user. + description: Read-only. Nullable. Returns the plannerPlans shared with the user. additionalProperties: type: object microsoft.graph.itemInsights: @@ -8072,6 +8264,8 @@ components: contributionToContentDiscoveryDisabled: type: boolean description: 'When set to true, the delegate access to the user''s trending API is disabled. When set to true, documents in the user''s Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for Business is affected. Users can control this setting in Office Delve.' + itemInsights: + $ref: '#/components/schemas/microsoft.graph.userInsightsSettings' regionalAndLanguageSettings: $ref: '#/components/schemas/microsoft.graph.regionalAndLanguageSettings' shiftPreferences: @@ -8226,7 +8420,7 @@ components: properties: accountEnabled: type: boolean - description: 'true if the account is enabled; otherwise, false. default is true.' + description: 'true if the account is enabled; otherwise, false. Required.' nullable: true alternativeSecurityIds: type: array @@ -8236,13 +8430,13 @@ components: 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.' + 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 is 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.' + 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 is 2014-01-01T00:00:00Z. Read-only.' format: date-time nullable: true deviceCategory: @@ -8291,6 +8485,7 @@ components: items: type: string nullable: true + description: List of hostNames for the device. 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.' @@ -8310,7 +8505,7 @@ components: 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.' + 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 is 2014-01-01T00:00:00Z Read-only.' format: date-time nullable: true onPremisesSyncEnabled: @@ -8323,7 +8518,7 @@ components: nullable: true operatingSystemVersion: type: string - description: Operating system version of the device. Required. + description: The version of the operating system on the device. Required. nullable: true physicalIds: type: array @@ -8332,12 +8527,12 @@ components: description: For internal use only. Not nullable. profileType: type: string - description: The profile type of the device. Possible values:RegisteredDevice (default)SecureVMPrinterSharedIoT + description: 'The profile type of the device. Possible values: RegisteredDevice (default), SecureVM, Printer, Shared, IoT.' 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 - description: 'Date and time of when the device was registered. 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.' + description: 'Date and time of when the device was registered. 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 is 2014-01-01T00:00:00Z. Read-only.' format: date-time nullable: true systemLabels: @@ -8347,10 +8542,11 @@ components: 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' + description: 'Type of trust for the joined device. Read-only. Possible values: Workplace (indicates bring your own personal devices), AzureAd (Cloud only joined devices), ServerAd (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 + description: Form factor of device. Only returned if user signs in with a Microsoft account as part of Project Rome. nullable: true manufacturer: type: string @@ -8362,12 +8558,15 @@ components: nullable: true name: type: string + description: Friendly name of a device. Only returned if user signs in with a Microsoft account as part of Project Rome. nullable: true platform: type: string + description: Platform of device. Only returned if user signs in with a Microsoft account as part of Project Rome. Only returned if user signs in with a Microsoft account as part of Project Rome. nullable: true status: type: string + description: Device is online or offline. Only returned if user signs in with a Microsoft account as part of Project Rome. nullable: true usageRights: type: array @@ -8438,7 +8637,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.meetingCapabilities' - description: 'The list of meeting capabilities. Possible values are: questionAndAnswer.' + description: 'The list of meeting capabilities. Possible values are: questionAndAnswer,unknownFutureValue.' chatInfo: $ref: '#/components/schemas/microsoft.graph.chatInfo' creationDateTime: @@ -8514,7 +8713,7 @@ components: properties: activity: type: string - description: 'The supplemental information to a user''s availability. Possible values are Available, Away, BeRightBack, Busy, DoNotDisturb, InACall, InAConferenceCall, Inactive,InAMeeting, Offline, OffWork,OutOfOffice, PresenceUnknown,Presenting, UrgentInterruptionsOnly.' + description: 'The supplemental information to a user''s availability. Possible values are Available, Away, BeRightBack, Busy, DoNotDisturb, InACall, InAConferenceCall, Inactive, InAMeeting, Offline, OffWork, OutOfOffice, PresenceUnknown, Presenting, UrgentInterruptionsOnly.' nullable: true availability: type: string @@ -8630,7 +8829,7 @@ components: 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 team was created. + description: Timestamp at which the team was created. format: date-time nullable: true description: @@ -8768,6 +8967,18 @@ components: nullable: true 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.identity: title: identity type: object @@ -8876,7 +9087,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.dayOfWeek' - description: 'A collection of the days of the week on which the event occurs. 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.' + 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: @@ -9070,7 +9281,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.recipient' - description: The email address to which a message should be redirected. + description: The email addresses to which a message should be redirected. stopProcessingRules: type: boolean description: Indicates whether subsequent rules should be evaluated. @@ -9830,7 +10041,7 @@ components: 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''.' + 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 is 2014-01-01T00:00:00Z.' format: date-time nullable: true expectedAssessment: @@ -9856,7 +10067,7 @@ components: 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.' + 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}$' @@ -10015,7 +10226,7 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time preview: type: string @@ -10055,7 +10266,7 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time preview: type: string @@ -10332,18 +10543,6 @@ components: $ref: '#/components/schemas/microsoft.graph.user' 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.quota: title: quota type: object @@ -10464,6 +10663,8 @@ components: $ref: '#/components/schemas/microsoft.graph.image' location: $ref: '#/components/schemas/microsoft.graph.geoCoordinates' + media: + $ref: '#/components/schemas/microsoft.graph.media' package: $ref: '#/components/schemas/microsoft.graph.package' pendingOperations: @@ -10487,6 +10688,8 @@ components: description: Size of the item in bytes. Read-only. format: int64 nullable: true + source: + $ref: '#/components/schemas/microsoft.graph.driveItemSource' specialFolder: $ref: '#/components/schemas/microsoft.graph.specialFolder' video: @@ -10675,12 +10878,15 @@ components: nullable: true isDeletable: type: boolean + description: Indicates whether this column can be deleted. nullable: true isReorderable: type: boolean + description: Indicates whether values in the column can be reordered. Read-only. nullable: true isSealed: type: boolean + description: Specifies whether column can be changed. nullable: true lookup: $ref: '#/components/schemas/microsoft.graph.lookupColumn' @@ -10694,6 +10900,7 @@ components: $ref: '#/components/schemas/microsoft.graph.personOrGroupColumn' propagateChanges: type: boolean + description: If 'True' changes to this column will be propagated to lists that implement the column. nullable: true readOnly: type: boolean @@ -10728,6 +10935,7 @@ components: items: type: string nullable: true + description: List of canonical URLs for hub sites with which this content type is associated to. This will contain all hubsites where this content type is queued to be enforced or is already enforced. Enforcing a content type means that the content type will be applied to the lists in the enforced sites. description: type: string description: The descriptive text for the item. @@ -10748,6 +10956,7 @@ components: $ref: '#/components/schemas/microsoft.graph.itemReference' isBuiltIn: type: boolean + description: Specifies if a content type is a built-in content type. nullable: true name: type: string @@ -10761,6 +10970,7 @@ components: nullable: true propagateChanges: type: boolean + description: 'If true, any changes made to the content type will be pushed to inherited content types and lists that implement the content type.' nullable: true readOnly: type: boolean @@ -10776,6 +10986,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.contentType' + description: The collection of content types that are ancestors of this content type. columnLinks: type: array items: @@ -10785,10 +10996,12 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.columnDefinition' + description: Column order information in a content type. columns: type: array items: $ref: '#/components/schemas/microsoft.graph.columnDefinition' + description: The collection of column definitions for this contentType. additionalProperties: type: object microsoft.graph.sitePage: @@ -10850,44 +11063,39 @@ components: 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.' + 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.appConsentRequestScope: - title: appConsentRequestScope - type: object - properties: - displayName: - type: string - nullable: true - additionalProperties: - type: object - microsoft.graph.userConsentRequest: + microsoft.graph.termStore.store: allOf: - - $ref: '#/components/schemas/microsoft.graph.request' - - title: userConsentRequest + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: store type: object properties: - reason: + defaultLanguageTag: type: string - nullable: true - approval: - $ref: '#/components/schemas/microsoft.graph.approval' + description: Default language of the term store. + languageTags: + type: array + items: + type: string + description: List of languages for the term store. + groups: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.termStore.group' + description: Collection of all groups available in the term store. + sets: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.termStore.set' + description: Collection of all sets available in the term store. additionalProperties: type: object microsoft.graph.accessReviewScope: title: accessReviewScope type: object - properties: - query: - type: string - description: The query specifying what will be reviewed. See table for examples. - nullable: true - queryType: - type: string - description: The type of query. Examples include MicrosoftGraph and ARM. - nullable: true additionalProperties: type: object microsoft.graph.accessReviewInstanceDecisionItem: @@ -10904,7 +11112,7 @@ components: 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 - description: The DateTime when the approval decision was applied. + description: 'The timestamp when the approval decision was applied. 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 is 2014-01-01T00:00:00Z.' format: date-time nullable: true applyResult: @@ -10919,16 +11127,26 @@ components: type: string description: The review decision justification. nullable: true + principal: + $ref: '#/components/schemas/microsoft.graph.identity' + principalLink: + type: string + nullable: true recommendation: type: string description: 'A system-generated recommendation for the approval decision. Possible values: Approve, Deny, or NotAvailable.' nullable: true + resource: + $ref: '#/components/schemas/microsoft.graph.accessReviewInstanceDecisionItemResource' + resourceLink: + 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 - description: The DateTime when the review occurred. + description: The timestamp when the review occurred. format: date-time nullable: true target: @@ -10951,7 +11169,7 @@ components: 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: DateTime when review series was created. + description: Timestamp when review series was created. format: date-time nullable: true descriptionForAdmins: @@ -10971,7 +11189,7 @@ components: 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: DateTime when review series was last modified. + description: Timestamp when review series was last modified. format: date-time nullable: true reviewers: @@ -11207,7 +11425,7 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true owner: @@ -11221,14 +11439,14 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.plannerBucket' - description: Collection of buckets in the plan. Read-only. Nullable. + 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: Collection of tasks in the plan. Read-only. Nullable. + description: Read-only. Nullable. Collection of tasks in the plan. additionalProperties: type: object microsoft.graph.plannerTask: @@ -11268,7 +11486,7 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true conversationThreadId: @@ -11280,7 +11498,7 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true creationSource: @@ -11288,7 +11506,7 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true hasDescription: @@ -11329,7 +11547,7 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true title: @@ -11355,17 +11573,27 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.sharedInsight' - description: Access this property from the derived type itemInsights. + 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: Access this property from the derived type itemInsights. + 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: Access this property from the derived type itemInsights. + 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.userInsightsSettings: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: userInsightsSettings + type: object + properties: + isEnabled: + type: boolean additionalProperties: type: object microsoft.graph.regionalAndLanguageSettings: @@ -11454,7 +11682,7 @@ components: $ref: '#/components/schemas/microsoft.graph.onenoteOperationError' percentComplete: type: string - description: The operation percent complete if the operation is still in running status + description: The operation percent complete if the operation is still in running status. nullable: true resourceId: type: string @@ -11488,7 +11716,7 @@ components: 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.' + 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 is 2014-01-01T00:00:00Z. Read-only.' format: date-time nullable: true level: @@ -12229,6 +12457,7 @@ components: properties: conferenceId: type: string + description: The conference id of the online meeting. nullable: true dialinUrl: type: string @@ -12280,7 +12509,7 @@ components: properties: messageId: type: string - description: The unique identifier for a message in a Microsoft Teams channel. + description: The unique identifier of a message in a Microsoft Teams channel. nullable: true replyChainMessageId: type: string @@ -12373,6 +12602,7 @@ components: 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 when this key was registered to the user. format: date-time nullable: true creationDateTime: @@ -12491,7 +12721,7 @@ components: 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 date and time when this password was last updated. This property is currently not populated. Read-only. 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''' + description: 'The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true password: @@ -12642,6 +12872,7 @@ components: $ref: '#/components/schemas/microsoft.graph.channelIdentity' chatId: type: string + description: The identity of the chat in which the message was posted. 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])$' @@ -12666,13 +12897,13 @@ components: 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 Teams UI. If no edits are made the value is null. + 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 modified, including when a reaction is added or removed.' + 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: @@ -12694,7 +12925,7 @@ components: description: 'Reactions for this chat message (for example, Like).' 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.)' + 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 @@ -12805,7 +13036,7 @@ components: nullable: true allowCreateUpdateChannels: type: boolean - description: 'If set to true, members can add and update any channels.' + description: 'If set to true, members can add and update channels.' nullable: true allowCreateUpdateRemoveConnectors: type: boolean @@ -13511,7 +13742,7 @@ components: 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''.' + 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 is 2014-01-01T00:00:00Z.' format: date-time nullable: true message: @@ -13537,7 +13768,7 @@ components: properties: name: type: string - description: Name of the setting (as defined by the directorySettingTemplate). + description: Name of the setting (as defined by the groupSettingTemplate). nullable: true value: type: string @@ -13576,7 +13807,7 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time sender: $ref: '#/components/schemas/microsoft.graph.recipient' @@ -13584,7 +13815,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.attachment' - description: 'The collection of fileAttachment, itemAttachment, and referenceAttachment attachments for the post. Read-only. Nullable.' + description: Read-only. Nullable. extensions: type: array items: @@ -13680,7 +13911,7 @@ components: properties: upgradeAvailable: type: boolean - description: Indicates if there are higher storage quota plans available. Read-only. + description: Indicates whether there are higher storage quota plans available. Read-only. nullable: true additionalProperties: type: object @@ -13948,16 +14179,27 @@ components: nullable: true latitude: type: number - description: 'Optional. The latitude, in decimal, for the item. Writable on OneDrive Personal.' + 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. Writable on OneDrive Personal.' + description: 'Optional. The longitude, in decimal, for the item. Read-only.' format: double nullable: true additionalProperties: type: object + microsoft.graph.media: + title: media + type: object + properties: + isTranscriptionShown: + type: boolean + nullable: true + mediaSource: + $ref: '#/components/schemas/microsoft.graph.mediaSource' + additionalProperties: + type: object microsoft.graph.package: title: package type: object @@ -14025,7 +14267,7 @@ components: 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: The date and time the photo was taken in UTC time. Read-only. + description: Represents the date and time the photo was taken. Read-only. format: date-time nullable: true additionalProperties: @@ -14137,6 +14379,17 @@ components: nullable: true additionalProperties: type: object + microsoft.graph.driveItemSource: + title: driveItemSource + type: object + properties: + application: + $ref: '#/components/schemas/microsoft.graph.driveItemSourceApplication' + externalId: + type: string + nullable: true + additionalProperties: + type: object microsoft.graph.specialFolder: title: specialFolder type: object @@ -14236,7 +14489,7 @@ components: 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. Nullable.' + 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: @@ -14261,14 +14514,14 @@ components: nullable: true changeType: type: string - description: '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. Required. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType.' + 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: Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 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. Optional. + 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.' + 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 @@ -14276,12 +14529,12 @@ components: nullable: true encryptionCertificateId: type: string - description: A custom app-provided identifier to help identify the certificate needed to decrypt resource data. Optional. Required when includeResourceData is true. + 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: '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. Required.' + 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 includeResourceData: type: boolean @@ -14297,16 +14550,18 @@ components: nullable: true notificationContentType: type: string + description: Desired content-type for MS Graph change notifications for supported resource types. The default content-type is the 'application/json' content-type. nullable: true notificationQueryOptions: type: string + description: 'OData Query Options for specifying value for the targeting resource. Clients receive notifications when resource reaches the state matching the query options provided here. With this new property in the subscription creation payload along with all existing properties, Webhooks will deliver notifications whenever a resource reaches the desired state mentioned in the notificationQueryOptions property eg when the print job is completed, when a print job resource isFetchable property value becomes true etc.' nullable: true notificationUrl: type: string - description: The URL of the endpoint that receives the change notifications. This URL must make use of the HTTPS protocol. Required. + 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: Specifies the resource that will be monitored for changes. Do not include the base URL (https://graph.microsoft.com/beta/). See the possible resource path values for each supported resource. Required. + 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.thumbnailSet: @@ -14333,6 +14588,7 @@ components: properties: content: type: string + description: The content stream for this version of the item. format: base64url nullable: true size: @@ -14498,6 +14754,7 @@ components: properties: isPicture: type: boolean + description: Specifies whether the display format used for URL columns is an image or a hyperlink. nullable: true additionalProperties: type: object @@ -14575,9 +14832,11 @@ components: properties: allowMultipleValues: type: boolean + description: Specifies whether the column will allow more than one value nullable: true showFullyQualifiedName: type: boolean + description: Specifies whether to display the entire term path or only the term label. nullable: true additionalProperties: type: object @@ -14647,13 +14906,16 @@ components: properties: defaultLanguage: type: string + description: Default BCP 47 language tag for the description. nullable: true descriptions: type: array items: $ref: '#/components/schemas/microsoft.graph.displayNameLocalization' + description: Localized messages that explain what is needed for this column's value to be considered valid. User will be prompted with this message if validation fails. formula: type: string + description: 'The formula to validate column value. For examples, see Examples of common formulas in lists' nullable: true additionalProperties: type: object @@ -14665,18 +14927,23 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.contentTypeInfo' + description: Content types allowed in document set. defaultContents: type: array items: $ref: '#/components/schemas/microsoft.graph.documentSetContent' + description: Default contents of document set. propagateWelcomePageChanges: type: boolean + description: Specifies whether to push welcome page changes to inherited content types. nullable: true shouldPrefixNameToFile: type: boolean + description: Add the name of the Document Set to each file name. nullable: true welcomePageUrl: type: string + description: Welcome page absolute URL. nullable: true sharedColumns: type: array @@ -14696,9 +14963,11 @@ components: $ref: '#/components/schemas/microsoft.graph.contentTypeInfo' fileName: type: string + description: Name of the file in resource folder that should be added as a default content or a template in the document set nullable: true folderName: type: string + description: Folder name in which the file will be placed when a new document set is created in the library. nullable: true additionalProperties: type: object @@ -14807,32 +15076,81 @@ components: nullable: true additionalProperties: type: object - microsoft.graph.request: + microsoft.graph.termStore.group: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - - title: request + - title: group type: object properties: - approvalId: - type: string - nullable: true - completedDateTime: + 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 group creation. Read-only. format: date-time nullable: true - createdBy: - $ref: '#/components/schemas/microsoft.graph.identitySet' + description: + type: string + description: Description giving details on the term usage. + nullable: true + displayName: + type: string + description: Name of group. + nullable: true + parentSiteId: + type: string + nullable: true + scope: + $ref: '#/components/schemas/microsoft.graph.termStore.termGroupScope' + sets: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.termStore.set' + description: 'All sets under the group in a term [store].' + additionalProperties: + type: object + microsoft.graph.termStore.set: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: set + 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: Date and time of set creation. Read-only. format: date-time nullable: true - customData: + description: type: string + description: Description giving details on the term usage. nullable: true - status: - type: string + localizedNames: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.termStore.localizedName' + description: Name of the set for each languageTag. + properties: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.keyValue' + description: Custom properties for the set. + children: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.termStore.term' + description: 'Children terms of set in term [store].' + parentGroup: + $ref: '#/components/schemas/microsoft.graph.termStore.group' + relations: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.termStore.relation' + description: Indicates which terms have been pinned or reused directly under the set. + terms: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.termStore.term' + description: All the terms under the set. additionalProperties: type: object microsoft.graph.userIdentity: @@ -14851,6 +15169,24 @@ components: nullable: true additionalProperties: type: object + microsoft.graph.accessReviewInstanceDecisionItemResource: + title: accessReviewInstanceDecisionItemResource + type: object + properties: + displayName: + type: string + description: Display name of the resource + nullable: true + id: + type: string + description: Resource ID + nullable: true + type: + type: string + description: 'Type of resource. Types include: Group, ServicePrincipal, DirectoryRole, AzureRole, AccessPackageAssignmentPolicy.' + nullable: true + additionalProperties: + type: object microsoft.graph.accessReviewInstanceDecisionItemTarget: title: accessReviewInstanceDecisionItemTarget type: object @@ -14862,7 +15198,15 @@ components: - title: accessReviewReviewerScope type: object properties: + query: + type: string + description: The query specifying who will be the reviewer. See table for examples. + nullable: true queryRoot: + type: string + description: The type of query. Examples include MicrosoftGraph and ARM. + nullable: true + queryType: type: string description: 'In the scenario where reviewers need to be specified dynamically, this property is used to indicate the relative source of the query. This property is only required if a relative query (i.e., ./manager) is specified.' nullable: true @@ -15227,6 +15571,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.translationLanguageOverride' + description: 'Translation override behavior for languages, if any.Returned by default.' translationBehavior: $ref: '#/components/schemas/microsoft.graph.translationBehavior' untranslatedLanguages: @@ -15234,6 +15579,7 @@ components: items: type: string nullable: true + description: 'The list of languages the user does not need translated. This is computed from the authoringLanguages collection in regionalAndLanguageSettings, and the languageOverrides collection in translationPreferences. The list specifies neutral culture values that include the language code without any country or region association. For example, it would specify ''fr'' for the neutral French culture, but not ''fr-FR'' for the French culture in France. Returned by default. Read only.' additionalProperties: type: object microsoft.graph.changeTrackedEntity: @@ -15247,7 +15593,7 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true lastModifiedBy: @@ -15255,7 +15601,7 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true additionalProperties: @@ -15294,7 +15640,7 @@ components: 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.' + 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 is 2014-01-01T00:00:00Z. Read-only.' format: date-time nullable: true additionalProperties: @@ -15362,7 +15708,7 @@ components: 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.' + 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 is 2014-01-01T00:00:00Z. Read-only.' format: date-time nullable: true additionalProperties: @@ -15751,6 +16097,8 @@ components: - title: teamsAppDefinition type: object properties: + allowedInstallationScopes: + $ref: '#/components/schemas/microsoft.graph.teamsAppInstallationScopes' azureADAppId: type: string description: The WebApplicationInfo.id from the Teams App manifest. @@ -15759,6 +16107,7 @@ components: $ref: '#/components/schemas/microsoft.graph.identitySet' description: type: string + description: Verbose description of the application. nullable: true displayName: type: string @@ -15776,7 +16125,7 @@ components: nullable: true teamsAppId: type: string - description: The id from the Teams App manifest. + description: The ID from the Teams app manifest. nullable: true version: type: string @@ -15796,7 +16145,7 @@ components: nullable: true contentType: type: string - description: 'The media type of the content attachment. It can have the following values: reference: Attachment is a link to another file. Populate the contentURL with the link to the object.Any contentTypes supported by the Bot Framework''s Attachment objectapplication/vnd.microsoft.card.codesnippet: A code snippet. application/vnd.microsoft.card.announcement: An announcement header.' + description: 'The media type of the content attachment. It can have the following values: reference: Attachment is a link to another file. Populate the contentURL with the link to the object.file: Raw file attachment. Populate the contenturl field with the base64 encoding of the file in data: format.image/: Image type with the type of the image specified ex: image/png, image/jpeg, image/gif. Populate the contentUrl field with the base64 encoding of the file in data: format.video/: Video type with the format specified. Ex: video/mp4. Populate the contentUrl field with the base64 encoding of the file in data: format.audio/: Audio type with the format specified. Ex: audio/wmw. Populate the contentUrl field with the base64 encoding of the file in data: format.application/card type: Rich card attachment type with the card type specifying the exact card format to use. Set content with the json format of the card. Supported values for card type include:application/vnd.microsoft.card.adaptive: A rich card that can contain any combination of text, speech, images,,buttons, and input fields. Set the content property to,an AdaptiveCard object.application/vnd.microsoft.card.animation: A rich card that plays animation. Set the content property,to an AnimationCardobject.application/vnd.microsoft.card.audio: A rich card that plays audio files. Set the content property,to an AudioCard object.application/vnd.microsoft.card.video: A rich card that plays videos. Set the content property,to a VideoCard object.application/vnd.microsoft.card.hero: A Hero card. Set the content property to a HeroCard object.application/vnd.microsoft.card.thumbnail: A Thumbnail card. Set the content property to a ThumbnailCard object.application/vnd.microsoft.com.card.receipt: A Receipt card. Set the content property to a ReceiptCard object.application/vnd.microsoft.com.card.signin: A user Sign In card. Set the content property to a SignInCard object.' nullable: true contentUrl: type: string @@ -15822,9 +16171,11 @@ components: properties: channelId: type: string + description: The identity of the channel in which the message was posted. nullable: true teamId: type: string + description: The identity of the team in which the message was posted. nullable: true additionalProperties: type: object @@ -15886,7 +16237,7 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time reactionType: type: string @@ -15897,19 +16248,9 @@ components: type: object microsoft.graph.chatMessageHostedContent: allOf: - - $ref: '#/components/schemas/microsoft.graph.entity' + - $ref: '#/components/schemas/microsoft.graph.teamworkHostedContent' - title: chatMessageHostedContent type: object - properties: - contentBytes: - type: string - description: 'Write-only. When posting new chat message hosted content, represents the bytes of the payload. These are represented as a base64Encoded string.' - format: base64url - nullable: true - contentType: - type: string - description: 'Write-only. When posting new chat message hosted content, represents the type of content, such as image/png.' - nullable: true additionalProperties: type: object microsoft.graph.teamsTabConfiguration: @@ -15966,7 +16307,7 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true recipientActionMessage: @@ -15975,11 +16316,11 @@ components: nullable: true recipientUserId: type: string - description: User id of the recipient of the offer shift request. + 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. + description: User ID of the sender of the offer shift request. nullable: true additionalProperties: type: object @@ -16067,7 +16408,7 @@ components: properties: recipientShiftId: type: string - description: Shift ID for the recipient user with whom the request is to swap. + description: ShiftId for the recipient user with whom the request is to swap. nullable: true additionalProperties: type: object @@ -16125,13 +16466,13 @@ components: 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''' + 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 is 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true timeOffReasonId: @@ -16447,7 +16788,7 @@ components: properties: crc32Hash: type: string - description: The CRC32 value of the file (if available). Read-only. + description: The CRC32 value of the file in little endian (if available). Read-only. nullable: true quickXorHash: type: string @@ -16481,6 +16822,14 @@ components: nullable: true additionalProperties: type: object + microsoft.graph.mediaSource: + title: mediaSource + type: object + properties: + contentCategory: + $ref: '#/components/schemas/microsoft.graph.mediaSourceContentCategory' + additionalProperties: + type: object microsoft.graph.pendingContentUpdate: title: pendingContentUpdate type: object @@ -16493,6 +16842,18 @@ components: nullable: true additionalProperties: type: object + microsoft.graph.driveItemSourceApplication: + title: driveItemSourceApplication + enum: + - teams + - yammer + - sharePoint + - oneDrive + - stream + - powerPoint + - office + - unknownFutureValue + type: string microsoft.graph.workbookApplication: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -16512,7 +16873,7 @@ components: properties: content: type: string - description: The content of the comment. + description: The content of comment. nullable: true contentType: type: string @@ -16550,7 +16911,7 @@ components: 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. Possible values are: String, Integer, Double, Boolean, Range. Read-only.' + 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' @@ -16614,7 +16975,7 @@ components: 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. 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.' + 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 @@ -16801,6 +17162,104 @@ components: type: object additionalProperties: type: object + microsoft.graph.termStore.termGroupScope: + title: termGroupScope + enum: + - global + - system + - siteCollection + type: string + microsoft.graph.termStore.localizedName: + title: localizedName + type: object + properties: + languageTag: + type: string + description: The language tag for the label. + nullable: true + name: + type: string + description: The name in the localized language. + nullable: true + additionalProperties: + type: object + microsoft.graph.keyValue: + title: keyValue + type: object + properties: + key: + type: string + description: Key for the key-value pair. + nullable: true + value: + type: string + description: Value for the key-value pair. + nullable: true + additionalProperties: + type: object + microsoft.graph.termStore.term: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: term + 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: Date and time of term creation. Read-only + format: date-time + nullable: true + descriptions: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.termStore.localizedDescription' + description: Description about term that is dependent on the languageTag + labels: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.termStore.localizedLabel' + description: Label metadata for a term + 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 date and time of term modification. Read-only + format: date-time + nullable: true + properties: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.keyValue' + description: Collection of properties on the term + children: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.termStore.term' + description: Children of current term + relations: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.termStore.relation' + description: To indicate which terms are related to the current term as either pinned or reused + set: + $ref: '#/components/schemas/microsoft.graph.termStore.set' + additionalProperties: + type: object + microsoft.graph.termStore.relation: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: relation + type: object + properties: + relationship: + $ref: '#/components/schemas/microsoft.graph.termStore.relationType' + fromTerm: + $ref: '#/components/schemas/microsoft.graph.termStore.term' + set: + $ref: '#/components/schemas/microsoft.graph.termStore.set' + toTerm: + $ref: '#/components/schemas/microsoft.graph.termStore.term' + additionalProperties: + type: object microsoft.graph.accessReviewApplyAction: title: accessReviewApplyAction type: object @@ -17076,6 +17535,7 @@ components: properties: languageTag: type: string + description: The language to apply the override.Returned by default. Not nullable. translationBehavior: $ref: '#/components/schemas/microsoft.graph.translationBehavior' additionalProperties: @@ -17179,6 +17639,14 @@ components: - sideloaded - unknownFutureValue type: string + microsoft.graph.teamsAppInstallationScopes: + title: teamsAppInstallationScopes + enum: + - team + - groupChat + - personal + - unknownFutureValue + type: string microsoft.graph.teamsAppPublishingState: title: teamsAppPublishingState enum: @@ -17237,6 +17705,23 @@ components: - allowOverrideWithoutJustification - allowOverrideWithJustification type: string + microsoft.graph.teamworkHostedContent: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: teamworkHostedContent + type: object + properties: + contentBytes: + type: string + description: Write only. Bytes for the hosted content (such as images). + format: base64url + nullable: true + contentType: + type: string + description: 'Write only. Content type. sicj as image/png, image/jpg.' + nullable: true + additionalProperties: + type: object microsoft.graph.scheduleChangeRequest: allOf: - $ref: '#/components/schemas/microsoft.graph.changeTrackedEntity' @@ -17419,6 +17904,15 @@ components: - moderators - unknownFutureValue type: string + microsoft.graph.mediaSourceContentCategory: + title: mediaSourceContentCategory + enum: + - meeting + - liveStream + - presentation + - screenRecording + - unknownFutureValue + type: string microsoft.graph.workbookCommentReply: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -17427,11 +17921,11 @@ components: properties: content: type: string - description: The content of replied comment. + description: The content of a comment reply. nullable: true contentType: type: string - description: Indicates the type for the replied comment. + description: Indicates the type for the comment reply. additionalProperties: type: object microsoft.graph.workbookOperationError: @@ -17512,7 +18006,7 @@ components: description: Represents whether the casing impacted the last sort of the table. Read-only. method: type: string - description: 'Represents Chinese character ordering method last used to sort the table. Possible values are: PinYin, StrokeCount. Read-only.' + description: 'Represents Chinese character ordering method last used to sort the table. The possible values are: PinYin, StrokeCount. Read-only.' additionalProperties: type: object microsoft.graph.workbookChart: @@ -17592,6 +18086,44 @@ components: type: object additionalProperties: type: object + microsoft.graph.termStore.localizedDescription: + title: localizedDescription + type: object + properties: + description: + type: string + description: The description in the localized language. + nullable: true + languageTag: + type: string + description: The language tag for the label. + nullable: true + additionalProperties: + type: object + microsoft.graph.termStore.localizedLabel: + title: localizedLabel + type: object + properties: + isDefault: + type: boolean + description: Indicates whether the label is the default label. + nullable: true + languageTag: + type: string + description: The anguage tag for the label. + nullable: true + name: + type: string + description: The name of the label. + nullable: true + additionalProperties: + type: object + microsoft.graph.termStore.relationType: + title: relationType + enum: + - pin + - reuse + type: string microsoft.graph.insightIdentity: title: insightIdentity type: object @@ -17660,7 +18192,7 @@ components: 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 end date and time for the shiftActivity. 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''. Required.' + description: 'The end date and time for the shiftActivity. 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 is 2014-01-01T00:00:00Z. Required.' format: date-time nullable: true isPaid: @@ -17670,7 +18202,7 @@ components: 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 start date and time for the shiftActivity. 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''. Required.' + description: 'The start date and time for the shiftActivity. 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 is 2014-01-01T00:00:00Z. Required.' format: date-time nullable: true theme: @@ -17700,7 +18232,7 @@ components: nullable: true dataOption: type: string - description: 'Represents additional sorting options for this field. Possible values are: Normal, TextAsNumber.' + description: 'Represents additional sorting options for this field. The possible values are: Normal, TextAsNumber.' icon: $ref: '#/components/schemas/microsoft.graph.workbookIcon' key: @@ -17711,7 +18243,7 @@ components: format: int32 sortOn: type: string - description: 'Represents the type of sorting of this condition. Possible values are: Value, CellColor, FontColor, Icon.' + description: 'Represents the type of sorting of this condition. The possible values are: Value, CellColor, FontColor, Icon.' additionalProperties: type: object microsoft.graph.workbookChartAxes: @@ -17936,7 +18468,7 @@ components: format: int32 set: type: string - description: 'Represents the set that the icon is part of. Possible values are: Invalid, ThreeArrows, ThreeArrowsGray, ThreeFlags, ThreeTrafficLights1, ThreeTrafficLights2, ThreeSigns, ThreeSymbols, ThreeSymbols2, FourArrows, FourArrowsGray, FourRedToBlack, FourRating, FourTrafficLights, FiveArrows, FiveArrowsGray, FiveRating, FiveQuarters, ThreeStars, ThreeTriangles, FiveBoxes.' + description: 'Represents the set that the icon is part of. The possible values are: Invalid, ThreeArrows, ThreeArrowsGray, ThreeFlags, ThreeTrafficLights1, ThreeTrafficLights2, ThreeSigns, ThreeSymbols, ThreeSymbols2, FourArrows, FourArrowsGray, FourRedToBlack, FourRating, FourTrafficLights, FiveArrows, FiveArrowsGray, FiveRating, FiveQuarters, ThreeStars, ThreeTriangles, FiveBoxes.' additionalProperties: type: object microsoft.graph.workbookChartAxis: diff --git a/openApiDocs/beta/Users.yml b/openApiDocs/beta/Users.yml index 2ad860a1ca7..93a257b35ac 100644 --- a/openApiDocs/beta/Users.yml +++ b/openApiDocs/beta/Users.yml @@ -286,6 +286,7 @@ paths: - licenseDetails - manager - memberOf + - oauth2PermissionGrants - ownedDevices - ownedObjects - registeredDevices @@ -357,6 +358,7 @@ paths: - licenseDetails - manager - memberOf + - oauth2PermissionGrants - ownedDevices - ownedObjects - registeredDevices @@ -572,6 +574,7 @@ paths: - licenseDetails - manager - memberOf + - oauth2PermissionGrants - ownedDevices - ownedObjects - registeredDevices @@ -643,6 +646,7 @@ paths: - licenseDetails - manager - memberOf + - oauth2PermissionGrants - ownedDevices - ownedObjects - registeredDevices @@ -738,6 +742,10 @@ paths: operationId: users.ListMemberOf parameters: user-id: $request.path.user-id + oauth2PermissionGrants: + operationId: users.ListOauth2PermissionGrants + parameters: + user-id: $request.path.user-id ownedDevices: operationId: users.ListOwnedDevices parameters: @@ -2359,6 +2367,209 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation + '/users/{user-id}/oauth2PermissionGrants': + get: + tags: + - users.oAuth2PermissionGrant + summary: Get oauth2PermissionGrants from users + operationId: users_ListOauth2PermissionGrants + parameters: + - name: user-id + in: path + description: 'key: id of user' + required: true + schema: + type: string + x-ms-docs-key-type: user + - $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 + - clientId + - clientId desc + - consentType + - consentType desc + - expiryTime + - expiryTime desc + - principalId + - principalId desc + - resourceId + - resourceId desc + - scope + - scope desc + - startTime + - startTime 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 + - clientId + - consentType + - expiryTime + - principalId + - resourceId + - scope + - startTime + 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 oAuth2PermissionGrant + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.oAuth2PermissionGrant' + '@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 + '/users/{user-id}/oauth2PermissionGrants/$ref': + get: + tags: + - users.oAuth2PermissionGrant + summary: Get ref of oauth2PermissionGrants from users + operationId: users_ListRefOauth2PermissionGrants + parameters: + - name: user-id + in: path + description: 'key: id of user' + required: true + schema: + type: string + x-ms-docs-key-type: user + - $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 + - clientId + - clientId desc + - consentType + - consentType desc + - expiryTime + - expiryTime desc + - principalId + - principalId desc + - resourceId + - resourceId desc + - scope + - scope desc + - startTime + - startTime desc + type: string + responses: + '200': + description: Retrieved navigation property links + content: + application/json: + schema: + title: Collection of links of oAuth2PermissionGrant + type: object + properties: + value: + type: array + items: + type: string + '@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: + - users.oAuth2PermissionGrant + summary: Create new navigation property ref to oauth2PermissionGrants for users + operationId: users_CreateRefOauth2PermissionGrants + parameters: + - name: user-id + in: path + description: 'key: id of user' + required: true + schema: + type: string + x-ms-docs-key-type: user + requestBody: + description: New navigation property ref value + content: + application/json: + schema: + type: object + additionalProperties: + type: object + required: true + responses: + '201': + description: Created navigation property link. + content: + application/json: + schema: + type: object + additionalProperties: + type: object + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation '/users/{user-id}/outlook': get: tags: @@ -9568,6 +9779,7 @@ paths: - id - contributionToContentDiscoveryAsOrganizationDisabled - contributionToContentDiscoveryDisabled + - itemInsights - regionalAndLanguageSettings - shiftPreferences type: string @@ -9582,6 +9794,7 @@ paths: items: enum: - '*' + - itemInsights - regionalAndLanguageSettings - shiftPreferences type: string @@ -9593,6 +9806,10 @@ paths: schema: $ref: '#/components/schemas/microsoft.graph.userSettings' links: + itemInsights: + operationId: users.Settings.GetItemInsights + parameters: + user-id: $request.path.user-id regionalAndLanguageSettings: operationId: users.Settings.GetRegionalAndLanguageSettings parameters: @@ -9654,6 +9871,105 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation + '/users/{user-id}/settings/itemInsights': + get: + tags: + - users.userSettings + summary: Get itemInsights from users + operationId: users.settings_GetItemInsights + parameters: + - name: user-id + in: path + description: 'key: id of user' + required: true + schema: + type: string + x-ms-docs-key-type: user + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - id + - isEnabled + 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.userInsightsSettings' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - users.userSettings + summary: Update the navigation property itemInsights in users + operationId: users.settings_UpdateItemInsights + parameters: + - name: user-id + in: path + description: 'key: id of user' + required: true + schema: + type: string + x-ms-docs-key-type: user + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.userInsightsSettings' + required: true + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - users.userSettings + summary: Delete navigation property itemInsights for users + operationId: users.settings_DeleteItemInsights + parameters: + - name: user-id + in: path + description: 'key: id of user' + required: true + schema: + type: string + x-ms-docs-key-type: user + - 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 '/users/{user-id}/settings/regionalAndLanguageSettings': get: tags: @@ -11622,56 +11938,56 @@ components: $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. Returned only on $select. Supports $filter.' + 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. Returned only on $select.' + 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. Returned only on $select. Not nullable. + description: The licenses that are assigned to the user. Returned only on $select. Not nullable. Supports $filter. assignedPlans: type: array items: $ref: '#/components/schemas/microsoft.graph.assignedPlan' - description: The plans that are assigned to the user. Returned only on $select. Read-only. Not nullable. + 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. Only one number can be set for this property. Returned by default. Read-only for users synced from on-premises directory. + description: 'The telephone numbers for the user. NOTE: Although this is a string collection, only one number can be set for this property. Read-only for users synced from on-premises directory. Returned by default.' city: type: string - description: The city in which the user is located. Returned only on $select. Supports $filter. + 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. + 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 characters.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. Returned only on $select.' + 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''. Returned only on $select. Supports $filter.' + 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 date and time the user was created. The value cannot be modified and is automatically populated when the entity is created. The DateTimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. Property is nullable. A null value indicates that an accurate creation time couldn't be determined for the user. Returned only on $select. Read-only. Supports $filter. + 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). Returned only on $select. Read-only.' + 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. Returned only on $select. Supports $filter. + description: The name for the department in which the user works. Supports $filter. nullable: true deviceKeys: type: array @@ -11679,7 +11995,7 @@ components: $ref: '#/components/schemas/microsoft.graph.deviceKey' displayName: type: string - description: 'The name displayed in the address book for the user. This value 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. Returned by default. Supports $filter and $orderby.' + 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. Returned by default. 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])$' @@ -11707,7 +12023,7 @@ components: nullable: true faxNumber: type: string - description: The fax number of the user. Returned only on $select. + description: The fax number of the user. nullable: true givenName: type: string @@ -11717,7 +12033,7 @@ components: 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. Returned only on $select. Supports $filter.' + 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: @@ -11740,29 +12056,29 @@ components: 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 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 is ''2014-01-01T00:00:00Z'' Returned only on $select. Read-only.' + 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 is 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. Returned only on $select.' + 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. Returned only on $select. Read-only. + 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''. Returned by default. Supports $filter and endsWith.' nullable: true mailNickname: type: string - description: The mail alias for the user. This property must be specified when a user is created. Returned only on $select. Supports $filter. + 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. Returned by default. Read-only for users synced from on-premises directory. + description: The primary cellular telephone number for the user. Read-only for users synced from on-premises directory. Returned by default. nullable: true officeLocation: type: string @@ -11770,59 +12086,59 @@ components: 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. Returned only on $select. Read-only. + 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. Returned only on $select. Read-only.' + 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. Returned only on $select. Supports $filter.' + 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 is ''2014-01-01T00:00:00Z''. Returned only on $select. Read-only.' + 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 is 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. Returned only on $select. + 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. Returned only on $select. Read-only. + 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. Returned only on $select. Read-only. + 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). Returned only on $select. Read-only. + 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. Returned only on $select. Read-only. + 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''].Returned only on $select. Supports$filter.' + 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''.Returned only on $select.' + 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. Returned only on $select.' + 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 @@ -11836,35 +12152,35 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.provisionedPlan' - description: The plans that are provisioned for the user. Returned only on $select. Read-only. Not nullable. + 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. Returned only on $select. Read-only, Not nullable. Supports $filter.' + 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. Use invalidateAllRefreshTokens to reset.' + 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. Returned only on $select.' + 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. Returned only on $select. Read-only. Use revokeSignInSessions to reset.' + 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. Returned only on $select. Supports $filter. + 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. Returned only on $select. + description: The street address of the user's place of business. nullable: true surname: type: string @@ -11872,7 +12188,7 @@ components: 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. Returned only on $select. Supports $filter.' + 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 @@ -11880,7 +12196,7 @@ components: 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''. Returned only on $select. Supports $filter.' + 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' @@ -11892,56 +12208,56 @@ components: format: int32 aboutMe: type: string - description: A freeform text entry field for the user to describe themselves. Returned only on $select. + 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 is ''2014-01-01T00:00:00Z'' Returned only on $select.' + 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 is 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 is ''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.' + 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 is 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. Returned only on $select. + description: A list for the user to describe their interests. mySite: type: string - description: The URL for the user's personal site. Returned only on $select. + 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. Returned only on $select. + description: A list for the user to enumerate their past projects. preferredName: type: string - description: The preferred name for the user. Returned only on $select. + 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. Returned only on $select. + 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. Returned only on $select. + 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. Returned only on $select. + description: A list for the user to enumerate their skills. analytics: $ref: '#/components/schemas/microsoft.graph.userAnalytics' usageRights: @@ -11976,7 +12292,11 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.directoryObject' - description: 'The groups, directory roles and administrative units that the user is a member of. Read-only. Nullable.' + description: The groups and directory roles that the user is a member of. Read-only. Nullable. + oauth2PermissionGrants: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.oAuth2PermissionGrant' ownedDevices: type: array items: @@ -12032,7 +12352,7 @@ components: 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. + 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: @@ -12056,7 +12376,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.person' - description: 'Read-only. The most relevant people to the user. The collection is ordered by their relevance to the user, which is determined by the user''s communication, collaboration and business relationships. A person is an aggregation of information from across mail, contacts and social networks.' + description: People that are relevant to the user. Read-only. Nullable. drive: $ref: '#/components/schemas/microsoft.graph.drive' drives: @@ -12072,7 +12392,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.extension' - description: The collection of open extensions defined for the user. Nullable. + description: The collection of open extensions defined for the user. Read-only. Nullable. appConsentRequestsForApproval: type: array items: @@ -12258,6 +12578,44 @@ components: $ref: '#/components/schemas/microsoft.graph.targetPolicyEndpoints' additionalProperties: type: object + microsoft.graph.oAuth2PermissionGrant: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: oAuth2PermissionGrant + type: object + properties: + clientId: + type: string + description: The id of the client service principal for the application which is authorized to act on behalf of a signed-in user when accessing an API. Required. Supports $filter (eq only). + consentType: + type: string + description: 'Indicates if authorization is granted for the client application to impersonate all users or only a specific user. AllPrincipals indicates authorization to impersonate all users. Principal indicates authorization to impersonate a specific user. Consent on behalf of all users can be granted by an administrator. Non-admin users may be authorized to consent on behalf of themselves in some cases, for some delegated permissions. Required. Supports $filter (eq only).' + nullable: true + expiryTime: + 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: 'Currently, the end time value is ignored, but a value is required when creating an oAuth2PermissionGrant. Required.' + format: date-time + nullable: true + principalId: + type: string + description: 'The id of the user on behalf of whom the client is authorized to access the resource, when consentType is Principal. If consentType is AllPrincipals this value is null. Required when consentType is Principal.' + nullable: true + resourceId: + type: string + description: The id of the resource service principal to which access is authorized. This identifies the API which the client is authorized to attempt to call on behalf of a signed-in user. + scope: + type: string + description: 'A space-separated list of the claim values for delegated permissions which should be included in access tokens for the resource application (the API). For example, openid User.Read GroupMember.Read.All. Each claim value should match the value field of one of the delegated permissions defined by the API, listed in the publishedPermissionScopes property of the resource service principal.' + nullable: true + startTime: + 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: 'Currently, the start time value is ignored, but a value is required when creating an oAuth2PermissionGrant. Required.' + format: date-time + nullable: true + additionalProperties: + type: object microsoft.graph.outlookUser: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -12441,12 +12799,12 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true name: type: string - description: The display name of the attachment. This does not need to be the actual file name. + description: The attachment's file name. nullable: true size: maximum: 2147483647 @@ -12521,12 +12879,24 @@ components: contributionToContentDiscoveryDisabled: type: boolean description: 'When set to true, the delegate access to the user''s trending API is disabled. When set to true, documents in the user''s Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for Business is affected. Users can control this setting in Office Delve.' + itemInsights: + $ref: '#/components/schemas/microsoft.graph.userInsightsSettings' regionalAndLanguageSettings: $ref: '#/components/schemas/microsoft.graph.regionalAndLanguageSettings' shiftPreferences: $ref: '#/components/schemas/microsoft.graph.shiftPreferences' additionalProperties: type: object + microsoft.graph.userInsightsSettings: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: userInsightsSettings + type: object + properties: + isEnabled: + type: boolean + additionalProperties: + type: object microsoft.graph.regionalAndLanguageSettings: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -12693,7 +13063,7 @@ components: 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 - description: 'The last sign-in date for a specific user. You can use this field to calculate the last time a user signed in to the directory. This field can be used to build reports, such as inactive users. 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''. For more information about using the value of this property, see Manage inactive user accounts in Azure AD.' + description: 'The last interactive sign-in date for a specific user. You can use this field to calculate the last time a user signed in to the directory with an interactive authentication method. This field can be used to build reports, such as inactive users. 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 is: ''2014-01-01T00:00:00Z''. For more information about using the value of this property, see Manage inactive user accounts in Azure AD.' format: date-time nullable: true lastSignInRequestId: @@ -12728,12 +13098,12 @@ components: 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''' + description: 'The date and time at which the plan was assigned. 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 is 2014-01-01T00:00:00Z.' format: date-time nullable: true capabilityStatus: type: string - description: 'Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut.' + description: 'Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. See a detailed description of each value.' nullable: true service: type: string @@ -12925,7 +13295,7 @@ components: properties: forceChangePasswordNextSignIn: type: boolean - description: 'If true, at next sign-in, the user must change their password. After a password change, this property will be automatically reset to false. If not set, default is false.' + description: true if the user must change her password on the next login; otherwise false. nullable: true forceChangePasswordNextSignInWithMfa: type: boolean @@ -12961,7 +13331,7 @@ components: properties: archiveFolder: type: string - description: Folder ID of an archive folder for the user. Read only. + description: Folder ID of an archive folder for the user. nullable: true automaticRepliesSetting: $ref: '#/components/schemas/microsoft.graph.automaticRepliesSetting' @@ -13055,12 +13425,12 @@ components: 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.' + 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.' 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.' + 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 is 2014-01-01T00:00:00Z. Read-only.' format: date-time nullable: true principalDisplayName: @@ -13070,16 +13440,16 @@ components: 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.' + description: 'The unique identifier (id) for the user, group or service principal being granted the app role. Required on create.' 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.' + description: 'The type of the assigned principal. This can either be User, Group or ServicePrincipal. Read-only.' 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. + description: The display name of the resource app's service principal to which the assignment is made. 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}$' @@ -13122,15 +13492,15 @@ components: 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, through an Outlook client or the corresponding calendarPermission resource. Read-only.' + 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. Read-only.' + 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. This property is set through an Outlook client or the corresponding calendarPermission resource. Read-only.' + description: 'true if the user can read calendar items that have been marked private, false otherwise.' nullable: true changeKey: type: string @@ -13142,11 +13512,11 @@ components: $ref: '#/components/schemas/microsoft.graph.onlineMeetingProviderType' hexColor: type: string - description: 'The calendar color, expressed in a hex color code of three hexidecimal values, each ranging from 00 to FF and representing the red, green, or blue components of the color in the RGB color space. If the user has never explicitly set a color for the calendar, this property is empty.' + description: 'The calendar color, expressed in a hex color code of three hexadecimal values, each ranging from 00 to FF and representing the red, green, or blue components of the color in the RGB color space. If the user has never explicitly set a color for the calendar, this property is empty. Read-only.' nullable: true isDefaultCalendar: type: boolean - description: 'True if this is the default calendar where new events are created by default, false otherwise.' + description: 'true if this is the default calendar where new events are created by default, false otherwise.' nullable: true isRemovable: type: boolean @@ -13154,11 +13524,11 @@ components: nullable: true isShared: type: boolean - description: 'True if the user has shared the calendar with other users, false otherwise. Since only the user who created the calendar can share it, isShared and isSharedWithMe cannot be true for the same user. This property is set when sharing is initiated in an Outlook client, and can be reset when the sharing is cancelled through the client or the corresponding calendarPermission resource. Read-only.' + description: 'true if the user has shared the calendar with other users, false otherwise. Since only the user who created the calendar can share it, isShared and isSharedWithMe cannot be true for the same user. This property is set when sharing is initiated in an Outlook client, and can be reset when the sharing is cancelled through the client or the corresponding calendarPermission resource. Read-only.' nullable: true isSharedWithMe: type: boolean - description: 'True if the user has been shared this calendar, false otherwise. This property is always false for a calendar owner. This property is set when sharing is initiated in an Outlook client, and can be reset when the sharing is cancelled through the client or the corresponding calendarPermission resource. Read-only.' + description: 'true if the user has been shared this calendar, false otherwise. This property is always false for a calendar owner. This property is set when sharing is initiated in an Outlook client, and can be reset when the sharing is cancelled through the client or the corresponding calendarPermission resource. Read-only.' nullable: true isTallyingResponses: type: boolean @@ -13314,7 +13684,7 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true originalStartTimeZone: @@ -13367,7 +13737,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.attachment' - description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' + description: The collection of fileAttachment and itemAttachment attachments for the event. Navigation property. Read-only. Nullable. calendar: $ref: '#/components/schemas/microsoft.graph.calendar' exceptionOccurrences: @@ -13378,12 +13748,12 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.extension' - description: The collection of open extensions defined for the event. Nullable. + 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 occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but does not include occurrences that have been cancelled from the series. Navigation property. Read-only. Nullable.' + description: The instances of the event. Navigation property. Read-only. Nullable. multiValueExtendedProperties: type: array items: @@ -13449,7 +13819,7 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true children: @@ -13583,7 +13953,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.extension' - description: The collection of open extensions defined for the contact. Nullable. + description: The collection of open extensions defined for the contact. Read-only. Nullable. multiValueExtendedProperties: type: array items: @@ -13621,7 +13991,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.assignedLabel' - description: 'The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select.' + 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: @@ -13638,7 +14008,7 @@ components: 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.' + 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 is 2014-01-01T00:00:00Z. Returned by default. Read-only.' format: date-time nullable: true description: @@ -13652,7 +14022,7 @@ components: 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.' + 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 is 2014-01-01T00:00:00Z. Returned by default. Read-only.' format: date-time nullable: true groupTypes: @@ -13662,7 +14032,7 @@ components: 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).' + 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 @@ -13696,7 +14066,7 @@ components: 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. + 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 @@ -13705,7 +14075,7 @@ components: 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 group 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''. Returned by default. Read-only. Supports $filter.' + description: 'Indicates the last time at which the group 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 is 2014-01-01T00:00:00Z. Returned by default. Read-only. Supports $filter.' format: date-time nullable: true onPremisesNetBiosName: @@ -13735,17 +14105,17 @@ components: nullable: true preferredLanguage: type: string - description: The preferred language for a Microsoft 365 group. Should follow ISO 639-1 Code; for example 'en-US'. Returned by default. + 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 for filter expressions on multi-valued properties. Returned by default. Read-only. Not nullable. Supports $filter.' + 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.' + 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 is 2014-01-01T00:00:00Z. Returned by default. Read-only.' format: date-time nullable: true resourceBehaviorOptions: @@ -13768,7 +14138,7 @@ components: nullable: true theme: type: string - description: 'Specifies a Microsoft 365 group''s color theme. Possible values are Teal, Purple, Green, Blue, Pink, Orange or Red. Returned by default.' + 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 @@ -13778,26 +14148,26 @@ components: $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. + description: 'Indicates if people external to the organization can send messages to the group. Default value is false. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}).' 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. + 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. Supported only on the Get group API (GET /groups/{ID}).' nullable: true hideFromAddressLists: type: boolean - description: 'True if the group is not displayed in certain parts of the Outlook user interface: in the Address Book, in address lists for selecting message recipients, and in the Browse Groups dialog for searching groups; false otherwise. Default value is false. Returned only on $select.' + 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. Supported only on the Get group API (GET /groups/{ID}).' 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, false otherwise. Default value is false. Returned only on $select.' + 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. Supported only on the Get group API (GET /groups/{ID}).' 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. + description: 'Indicates whether the signed-in user is subscribed to receive email conversations. Default value is true. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}).' nullable: true unseenConversationsCount: maximum: 2147483647 @@ -13810,7 +14180,7 @@ components: maximum: 2147483647 minimum: -2147483648 type: integer - description: Count of conversations that have received new posts since the signed-in user last visited the group. This property is the same as unseenConversationsCount.Returned only on $select. + description: 'Count of conversations that have received new posts since the signed-in user last visited the group. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}).' format: int32 nullable: true unseenMessagesCount: @@ -13841,12 +14211,12 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.directoryObject' - description: 'Groups and administrative units that this group is a member of. HTTP Methods: GET (supported for all groups). Read-only. Nullable.' + 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, contacts, and groups that are members of this group. HTTP Methods: GET (supported for all groups), POST (supported for security groups and mail-enabled security groups), DELETE (supported only for security groups) Read-only. Nullable.' + 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: @@ -13856,7 +14226,7 @@ components: 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. HTTP Methods: GET (supported for all groups), POST (supported for security groups and mail-enabled security groups), DELETE (supported only for security groups) Read-only. Nullable.' + 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: @@ -13865,7 +14235,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.directorySetting' - description: 'Settings that can govern this group''s behavior, like whether members can invite guest users to the group. Nullable.' + description: Read-only. Nullable. transitiveMemberOf: type: array items: @@ -13895,7 +14265,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.event' - description: The group's events. + description: The group's calendar events. rejectedSenders: type: array items: @@ -14033,7 +14403,7 @@ components: $ref: '#/components/schemas/microsoft.graph.itemBody' bodyPreview: type: string - description: 'The first 255 characters of the message body. It is in text format. If the message contains instances of mention, this property would contain a concatenation of these mentions as well.' + description: The first 255 characters of the message body. It is in text format. nullable: true ccRecipients: type: array @@ -14095,7 +14465,7 @@ components: 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. 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''.' + description: 'The date and time the message was received. The date and time information uses ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.' format: date-time nullable: true replyTo: @@ -14108,7 +14478,7 @@ components: 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. 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''.' + description: 'The date and time the message was sent. The date and time information uses ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.' format: date-time nullable: true subject: @@ -14210,7 +14580,7 @@ components: nullable: true personType: type: string - description: 'The type of person, for example distribution list.' + description: The type of person. nullable: true phones: type: array @@ -14344,6 +14714,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.columnDefinition' + description: The collection of column definitions available in the site that are referenced from the sites in the parent hierarchy of the current site. items: type: array items: @@ -14369,6 +14740,8 @@ components: items: $ref: '#/components/schemas/microsoft.graph.site' description: The collection of the sub-sites under this site. + termStore: + $ref: '#/components/schemas/microsoft.graph.termStore.store' onenote: $ref: '#/components/schemas/microsoft.graph.onenote' additionalProperties: @@ -14381,20 +14754,25 @@ components: properties: appDisplayName: type: string + description: The display name of the app for which consent is requested. Required. Supports $filter (eq only) and $orderby. nullable: true appId: type: string + description: The identifier of the application. Required. Supports $filter (eq only) and $orderby. consentType: type: string + description: 'The consent type of the request. Possible values are: Static and Dynamic. These represent static and dynamic permissions, respectively, requested in the consent workflow. Supports $filter (eq only) and $orderby. Required.' nullable: true pendingScopes: type: array items: $ref: '#/components/schemas/microsoft.graph.appConsentRequestScope' + description: A list of pending scopes waiting for approval. This is empty if the consentType is Static. Required. userConsentRequests: type: array items: $ref: '#/components/schemas/microsoft.graph.userConsentRequest' + description: A list of pending user consent requests. additionalProperties: type: object microsoft.graph.approval: @@ -14418,7 +14796,7 @@ components: 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: DateTime when review instance is scheduled to end. + description: 'DateTime when review instance is scheduled to end.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 is 2014-01-01T00:00:00Z.' format: date-time nullable: true scope: @@ -14426,7 +14804,7 @@ components: 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: DateTime when review instance is scheduled to start. May be in the future. + description: 'DateTime when review instance is scheduled to start. May be in the future. 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 is 2014-01-01T00:00:00Z.' format: date-time nullable: true status: @@ -14450,11 +14828,11 @@ components: properties: agreementFileId: type: string - description: ID of the agreement file accepted by the user. + description: The identifier of the agreement file accepted by the user. nullable: true agreementId: type: string - description: ID of the agreement. + description: The identifier of the agreement. nullable: true deviceDisplayName: type: string @@ -14466,11 +14844,11 @@ components: nullable: true deviceOSType: type: string - description: The operating system used for accepting the agreement. + description: The operating system used to accept the agreement. nullable: true deviceOSVersion: type: string - description: The operating system version of the device used for accepting the agreement. + description: The operating system version of the device used to accept the agreement. 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])$' @@ -14496,7 +14874,7 @@ components: nullable: true userId: type: string - description: ID of the user who accepted the agreement. + description: The identifier of the user who accepted the agreement. nullable: true userPrincipalName: type: string @@ -14513,26 +14891,26 @@ components: 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: Created date time in UTC of the device enrollment configuration + description: Not yet documented format: date-time description: type: string - description: The description of the device enrollment configuration + description: Not yet documented nullable: true displayName: type: string - description: The display name of the device enrollment configuration + 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: Last modified date time in UTC of the device enrollment configuration + description: Not yet documented format: date-time priority: maximum: 2147483647 minimum: -2147483648 type: integer - description: Priority is used when a user exists in multiple groups that are assigned enrollment configuration. Users are subject only to the configuration with the lowest priority value. + description: Not yet documented format: int32 roleScopeTagIds: type: array @@ -14544,13 +14922,13 @@ components: maximum: 2147483647 minimum: -2147483648 type: integer - description: The version of the device enrollment configuration + 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 + description: The list of group assignments for the device configuration profile. additionalProperties: type: object description: The Base Class of Device Enrollment Configuration @@ -14566,11 +14944,11 @@ components: nullable: true activationLockBypassCode: type: string - description: Code that allows the Activation Lock on a device to be bypassed. This property is read-only. + description: Code that allows the Activation Lock on a device to be bypassed. nullable: true androidSecurityPatchLevel: type: string - description: Android security patch level. This property is read-only. + description: Android security patch level nullable: true autopilotEnrolled: type: boolean @@ -14581,18 +14959,18 @@ components: nullable: true azureADDeviceId: type: string - description: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. + 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. This property is read-only. + 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. This property is read-only. + description: The DateTime when device compliance grace period expires format: date-time complianceState: $ref: '#/components/schemas/microsoft.graph.complianceState' @@ -14606,10 +14984,10 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.deviceActionResult' - description: List of ComplexType deviceActionResult objects. This property is read-only. + description: List of ComplexType deviceActionResult objects. deviceCategoryDisplayName: type: string - description: Device category display name. This property is read-only. + description: Device category display name nullable: true deviceEnrollmentType: $ref: '#/components/schemas/microsoft.graph.deviceEnrollmentType' @@ -14617,7 +14995,7 @@ components: $ref: '#/components/schemas/microsoft.graph.deviceHealthAttestationState' deviceName: type: string - description: Name of the device. This property is read-only. + description: Name of the device nullable: true deviceRegistrationState: $ref: '#/components/schemas/microsoft.graph.deviceRegistrationState' @@ -14625,24 +15003,24 @@ components: $ref: '#/components/schemas/microsoft.graph.deviceType' easActivated: type: boolean - description: Whether the device is Exchange ActiveSync activated. This property is read-only. + 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. This property is read-only. + description: Exchange ActivationSync activation time of the device. format: date-time easDeviceId: type: string - description: Exchange ActiveSync Id of the device. This property is read-only. + description: Exchange ActiveSync Id of the device. nullable: true emailAddress: type: string - description: Email(s) for the user associated with the device. This property is read-only. + 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. This property is read-only. + description: Enrollment time of the device. format: date-time ethernetMacAddress: type: string @@ -14655,11 +15033,11 @@ components: 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. This property is read-only. + description: Last time the device contacted Exchange. format: date-time freeStorageSpaceInBytes: type: integer - description: Free Storage in Bytes. This property is read-only. + description: Free Storage in Bytes format: int64 hardwareInformation: $ref: '#/components/schemas/microsoft.graph.hardwareInformation' @@ -14669,24 +15047,24 @@ components: nullable: true imei: type: string - description: IMEI. This property is read-only. + description: IMEI nullable: true isEncrypted: type: boolean - description: Device encryption status. This property is read-only. + description: Device encryption status isSupervised: type: boolean - description: Device supervised status. This property is read-only. + description: Device supervised status jailBroken: type: string - description: whether the device is jail broken or rooted. This property is read-only. + 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. This property is read-only. + 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' @@ -14709,15 +15087,15 @@ components: $ref: '#/components/schemas/microsoft.graph.managementState' manufacturer: type: string - description: Manufacturer of the device. This property is read-only. + description: Manufacturer of the device nullable: true meid: type: string - description: MEID. This property is read-only. + description: MEID nullable: true model: type: string - description: Model of the device. This property is read-only. + description: Model of the device nullable: true notes: type: string @@ -14725,11 +15103,11 @@ components: nullable: true operatingSystem: type: string - description: 'Operating system of the device. Windows, iOS, etc. This property is read-only.' + description: 'Operating system of the device. Windows, iOS, etc.' nullable: true osVersion: type: string - description: Operating system version of the device. This property is read-only. + description: Operating system version of the device. nullable: true ownerType: $ref: '#/components/schemas/microsoft.graph.ownerType' @@ -14737,7 +15115,7 @@ components: $ref: '#/components/schemas/microsoft.graph.managedDevicePartnerReportedHealthState' phoneNumber: type: string - description: Phone number of the device. This property is read-only. + description: Phone number of the device nullable: true physicalMemoryInBytes: type: integer @@ -14752,11 +15130,11 @@ components: $ref: '#/components/schemas/microsoft.graph.managedDeviceArchitecture' remoteAssistanceSessionErrorDetails: type: string - description: An error string that identifies issues when creating Remote Assistance session objects. This property is read-only. + 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. This property is read-only. + description: Url that allows a Remote Assistance session to be established with the device. nullable: true requireUserEnrollmentApproval: type: boolean @@ -14775,7 +15153,7 @@ components: description: List of Scope Tag IDs for this Device instance. serialNumber: type: string - description: SerialNumber. This property is read-only. + description: SerialNumber nullable: true skuFamily: type: string @@ -14793,11 +15171,11 @@ components: nullable: true subscriberCarrier: type: string - description: Subscriber Carrier. This property is read-only. + description: Subscriber Carrier nullable: true totalStorageSpaceInBytes: type: integer - description: Total Storage in Bytes. This property is read-only. + description: Total Storage in Bytes format: int64 udid: type: string @@ -14805,15 +15183,15 @@ components: nullable: true userDisplayName: type: string - description: User display name. This property is read-only. + description: User display name nullable: true userId: type: string - description: Unique Identifier for the user associated with the device. This property is read-only. + description: Unique Identifier for the user associated with the device nullable: true userPrincipalName: type: string - description: Device user principal name. This property is read-only. + description: Device user principal name nullable: true usersLoggedOn: type: array @@ -14822,7 +15200,7 @@ components: description: Indicates the last logged on users of a device. This property is read-only. wiFiMacAddress: type: string - description: Wi-Fi MAC. This property is read-only. + description: Wi-Fi MAC nullable: true windowsActiveMalwareCount: maximum: 2147483647 @@ -14958,7 +15336,7 @@ components: 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. + description: Zero or more policys already applied on the registered app when it last synchronized with management service. intendedPolicies: type: array items: @@ -15126,7 +15504,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.plannerTask' - description: Read-only. Nullable. Returns the plannerTasks assigned to the user. + description: Read-only. Nullable. Returns the plannerPlans shared with the user. additionalProperties: type: object microsoft.graph.itemInsights: @@ -15346,7 +15724,7 @@ components: properties: accountEnabled: type: boolean - description: 'true if the account is enabled; otherwise, false. default is true.' + description: 'true if the account is enabled; otherwise, false. Required.' nullable: true alternativeSecurityIds: type: array @@ -15356,13 +15734,13 @@ components: 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.' + 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 is 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.' + 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 is 2014-01-01T00:00:00Z. Read-only.' format: date-time nullable: true deviceCategory: @@ -15411,6 +15789,7 @@ components: items: type: string nullable: true + description: List of hostNames for the device. 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.' @@ -15430,7 +15809,7 @@ components: 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.' + 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 is 2014-01-01T00:00:00Z Read-only.' format: date-time nullable: true onPremisesSyncEnabled: @@ -15443,7 +15822,7 @@ components: nullable: true operatingSystemVersion: type: string - description: Operating system version of the device. Required. + description: The version of the operating system on the device. Required. nullable: true physicalIds: type: array @@ -15452,12 +15831,12 @@ components: description: For internal use only. Not nullable. profileType: type: string - description: The profile type of the device. Possible values:RegisteredDevice (default)SecureVMPrinterSharedIoT + description: 'The profile type of the device. Possible values: RegisteredDevice (default), SecureVM, Printer, Shared, IoT.' 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 - description: 'Date and time of when the device was registered. 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.' + description: 'Date and time of when the device was registered. 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 is 2014-01-01T00:00:00Z. Read-only.' format: date-time nullable: true systemLabels: @@ -15467,10 +15846,11 @@ components: 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' + description: 'Type of trust for the joined device. Read-only. Possible values: Workplace (indicates bring your own personal devices), AzureAd (Cloud only joined devices), ServerAd (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 + description: Form factor of device. Only returned if user signs in with a Microsoft account as part of Project Rome. nullable: true manufacturer: type: string @@ -15482,12 +15862,15 @@ components: nullable: true name: type: string + description: Friendly name of a device. Only returned if user signs in with a Microsoft account as part of Project Rome. nullable: true platform: type: string + description: Platform of device. Only returned if user signs in with a Microsoft account as part of Project Rome. Only returned if user signs in with a Microsoft account as part of Project Rome. nullable: true status: type: string + description: Device is online or offline. Only returned if user signs in with a Microsoft account as part of Project Rome. nullable: true usageRights: type: array @@ -15558,7 +15941,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.meetingCapabilities' - description: 'The list of meeting capabilities. Possible values are: questionAndAnswer.' + description: 'The list of meeting capabilities. Possible values are: questionAndAnswer,unknownFutureValue.' chatInfo: $ref: '#/components/schemas/microsoft.graph.chatInfo' creationDateTime: @@ -15634,7 +16017,7 @@ components: properties: activity: type: string - description: 'The supplemental information to a user''s availability. Possible values are Available, Away, BeRightBack, Busy, DoNotDisturb, InACall, InAConferenceCall, Inactive,InAMeeting, Offline, OffWork,OutOfOffice, PresenceUnknown,Presenting, UrgentInterruptionsOnly.' + description: 'The supplemental information to a user''s availability. Possible values are Available, Away, BeRightBack, Busy, DoNotDisturb, InACall, InAConferenceCall, Inactive, InAMeeting, Offline, OffWork, OutOfOffice, PresenceUnknown, Presenting, UrgentInterruptionsOnly.' nullable: true availability: type: string @@ -15750,7 +16133,7 @@ components: 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 team was created. + description: Timestamp at which the team was created. format: date-time nullable: true description: @@ -15864,7 +16247,7 @@ components: 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.' + 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}$' @@ -15958,13 +16341,13 @@ components: 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''' + 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 is 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true additionalProperties: @@ -15987,10 +16370,10 @@ components: properties: dateTime: type: string - description: 'A single point of time in a combined date and time representation ({date}T{time}). For example, ''2019-04-16T09:00:00''.' + 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 possible values.' + description: 'Represents a time zone, for example, ''Pacific Standard Time''. See below for more possible values.' nullable: true additionalProperties: type: object @@ -16084,6 +16467,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.translationLanguageOverride' + description: 'Translation override behavior for languages, if any.Returned by default.' translationBehavior: $ref: '#/components/schemas/microsoft.graph.translationBehavior' untranslatedLanguages: @@ -16091,6 +16475,7 @@ components: items: type: string nullable: true + description: 'The list of languages the user does not need translated. This is computed from the authoringLanguages collection in regionalAndLanguageSettings, and the languageOverrides collection in translationPreferences. The list specifies neutral culture values that include the language code without any country or region association. For example, it would specify ''fr'' for the neutral French culture, but not ''fr-FR'' for the French culture in France. Returned by default. Read only.' additionalProperties: type: object microsoft.graph.changeTrackedEntity: @@ -16104,7 +16489,7 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true lastModifiedBy: @@ -16112,7 +16497,7 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true additionalProperties: @@ -16397,7 +16782,7 @@ components: 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''.' + 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 is 2014-01-01T00:00:00Z.' format: date-time nullable: true expectedAssessment: @@ -16456,11 +16841,11 @@ components: properties: address: type: string - description: The email address of an entity instance. + description: The email address of the person or entity. nullable: true name: type: string - description: The display name of an entity instance. + description: The display name of the person or entity. nullable: true additionalProperties: type: object @@ -16581,7 +16966,7 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true additionalProperties: @@ -16837,7 +17222,7 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time preview: type: string @@ -16877,7 +17262,7 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time preview: type: string @@ -17258,6 +17643,8 @@ components: $ref: '#/components/schemas/microsoft.graph.image' location: $ref: '#/components/schemas/microsoft.graph.geoCoordinates' + media: + $ref: '#/components/schemas/microsoft.graph.media' package: $ref: '#/components/schemas/microsoft.graph.package' pendingOperations: @@ -17281,6 +17668,8 @@ components: description: Size of the item in bytes. Read-only. format: int64 nullable: true + source: + $ref: '#/components/schemas/microsoft.graph.driveItemSource' specialFolder: $ref: '#/components/schemas/microsoft.graph.specialFolder' video: @@ -17469,12 +17858,15 @@ components: nullable: true isDeletable: type: boolean + description: Indicates whether this column can be deleted. nullable: true isReorderable: type: boolean + description: Indicates whether values in the column can be reordered. Read-only. nullable: true isSealed: type: boolean + description: Specifies whether column can be changed. nullable: true lookup: $ref: '#/components/schemas/microsoft.graph.lookupColumn' @@ -17488,6 +17880,7 @@ components: $ref: '#/components/schemas/microsoft.graph.personOrGroupColumn' propagateChanges: type: boolean + description: If 'True' changes to this column will be propagated to lists that implement the column. nullable: true readOnly: type: boolean @@ -17522,6 +17915,7 @@ components: items: type: string nullable: true + description: List of canonical URLs for hub sites with which this content type is associated to. This will contain all hubsites where this content type is queued to be enforced or is already enforced. Enforcing a content type means that the content type will be applied to the lists in the enforced sites. description: type: string description: The descriptive text for the item. @@ -17542,6 +17936,7 @@ components: $ref: '#/components/schemas/microsoft.graph.itemReference' isBuiltIn: type: boolean + description: Specifies if a content type is a built-in content type. nullable: true name: type: string @@ -17555,6 +17950,7 @@ components: nullable: true propagateChanges: type: boolean + description: 'If true, any changes made to the content type will be pushed to inherited content types and lists that implement the content type.' nullable: true readOnly: type: boolean @@ -17570,6 +17966,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.contentType' + description: The collection of content types that are ancestors of this content type. columnLinks: type: array items: @@ -17579,10 +17976,12 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.columnDefinition' + description: Column order information in a content type. columns: type: array items: $ref: '#/components/schemas/microsoft.graph.columnDefinition' + description: The collection of column definitions for this contentType. additionalProperties: type: object microsoft.graph.sitePage: @@ -17644,16 +18043,43 @@ components: 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.' + 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.termStore.store: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: store + type: object + properties: + defaultLanguageTag: + type: string + description: Default language of the term store. + languageTags: + type: array + items: + type: string + description: List of languages for the term store. + groups: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.termStore.group' + description: Collection of all groups available in the term store. + sets: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.termStore.set' + description: Collection of all sets available in the term store. + additionalProperties: + type: object microsoft.graph.appConsentRequestScope: title: appConsentRequestScope type: object properties: displayName: type: string + description: The name of the scope. nullable: true additionalProperties: type: object @@ -17665,6 +18091,7 @@ components: properties: reason: type: string + description: The user's justification for requiring access to the app. Supports $filter (eq only) and $orderby. nullable: true approval: $ref: '#/components/schemas/microsoft.graph.approval' @@ -17676,36 +18103,39 @@ components: - title: approvalStep type: object properties: + assignedToMe: + type: boolean + description: Indicates whether the step is assigned to the calling user to review. Read-only. + nullable: true displayName: type: string + description: The label provided by the policy creator to identify an approval step. Read-only. nullable: true justification: type: string + description: The justification associated with the approval step decision. 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 + description: 'The date and time when a decision was recorded. The date and time information uses ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.' format: date-time nullable: true reviewResult: type: string + description: 'The result of this approval record. Possible values include: NotReviewed, Approved, Denied.' + nullable: true + status: + type: string + description: 'The step status. Possible values: InProgress, Initializing, Completed, Expired. Read-only.' nullable: true additionalProperties: type: object microsoft.graph.accessReviewScope: title: accessReviewScope type: object - properties: - query: - type: string - description: The query specifying what will be reviewed. See table for examples. - nullable: true - queryType: - type: string - description: The type of query. Examples include MicrosoftGraph and ARM. - nullable: true additionalProperties: type: object microsoft.graph.accessReviewInstanceDecisionItem: @@ -17722,7 +18152,7 @@ components: 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 - description: The DateTime when the approval decision was applied. + description: 'The timestamp when the approval decision was applied. 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 is 2014-01-01T00:00:00Z.' format: date-time nullable: true applyResult: @@ -17737,16 +18167,26 @@ components: type: string description: The review decision justification. nullable: true + principal: + $ref: '#/components/schemas/microsoft.graph.identity' + principalLink: + type: string + nullable: true recommendation: type: string description: 'A system-generated recommendation for the approval decision. Possible values: Approve, Deny, or NotAvailable.' nullable: true + resource: + $ref: '#/components/schemas/microsoft.graph.accessReviewInstanceDecisionItemResource' + resourceLink: + 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 - description: The DateTime when the review occurred. + description: The timestamp when the review occurred. format: date-time nullable: true target: @@ -17769,7 +18209,7 @@ components: 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: DateTime when review series was created. + description: Timestamp when review series was created. format: date-time nullable: true descriptionForAdmins: @@ -17789,7 +18229,7 @@ components: 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: DateTime when review series was last modified. + description: Timestamp when review series was last modified. format: date-time nullable: true reviewers: @@ -18140,11 +18580,12 @@ components: - androidEnterprise - windows10x - androidnGMS - - cloudPC + - chromeOS - linux - blackberry - palm - unknown + - cloudPC type: string microsoft.graph.deviceManagementExchangeAccessState: title: deviceManagementExchangeAccessState @@ -18982,7 +19423,7 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true owner: @@ -18996,14 +19437,14 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.plannerBucket' - description: Collection of buckets in the plan. Read-only. Nullable. + 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: Collection of tasks in the plan. Read-only. Nullable. + description: Read-only. Nullable. Collection of tasks in the plan. additionalProperties: type: object microsoft.graph.plannerTask: @@ -19043,7 +19484,7 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true conversationThreadId: @@ -19055,7 +19496,7 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true creationSource: @@ -19063,7 +19504,7 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true hasDescription: @@ -19104,7 +19545,7 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true title: @@ -19130,17 +19571,17 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.sharedInsight' - description: Access this property from the derived type itemInsights. + 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: Access this property from the derived type itemInsights. + 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: Access this property from the derived type itemInsights. + 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.notebook: @@ -19191,7 +19632,7 @@ components: $ref: '#/components/schemas/microsoft.graph.onenoteOperationError' percentComplete: type: string - description: The operation percent complete if the operation is still in running status + description: The operation percent complete if the operation is still in running status. nullable: true resourceId: type: string @@ -19225,7 +19666,7 @@ components: 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.' + 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 is 2014-01-01T00:00:00Z. Read-only.' format: date-time nullable: true level: @@ -20053,6 +20494,7 @@ components: properties: conferenceId: type: string + description: The conference id of the online meeting. nullable: true dialinUrl: type: string @@ -20104,7 +20546,7 @@ components: properties: messageId: type: string - description: The unique identifier for a message in a Microsoft Teams channel. + description: The unique identifier of a message in a Microsoft Teams channel. nullable: true replyChainMessageId: type: string @@ -20197,6 +20639,7 @@ components: 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 when this key was registered to the user. format: date-time nullable: true creationDateTime: @@ -20315,7 +20758,7 @@ components: 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 date and time when this password was last updated. This property is currently not populated. Read-only. 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''' + description: 'The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true password: @@ -20466,6 +20909,7 @@ components: $ref: '#/components/schemas/microsoft.graph.channelIdentity' chatId: type: string + description: The identity of the chat in which the message was posted. 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])$' @@ -20490,13 +20934,13 @@ components: 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 Teams UI. If no edits are made the value is null. + 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 modified, including when a reaction is added or removed.' + 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: @@ -20518,7 +20962,7 @@ components: description: 'Reactions for this chat message (for example, Like).' 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.)' + 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 @@ -20629,7 +21073,7 @@ components: nullable: true allowCreateUpdateChannels: type: boolean - description: 'If set to true, members can add and update any channels.' + description: 'If set to true, members can add and update channels.' nullable: true allowCreateUpdateRemoveConnectors: type: boolean @@ -20956,7 +21400,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.dayOfWeek' - description: 'A collection of the days of the week on which the event occurs. 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.' + 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: @@ -21013,6 +21457,7 @@ components: properties: languageTag: type: string + description: The language to apply the override.Returned by default. Not nullable. translationBehavior: $ref: '#/components/schemas/microsoft.graph.translationBehavior' additionalProperties: @@ -21259,7 +21704,7 @@ components: 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''.' + 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 is 2014-01-01T00:00:00Z.' format: date-time nullable: true message: @@ -21428,7 +21873,7 @@ components: properties: name: type: string - description: Name of the setting (as defined by the directorySettingTemplate). + description: Name of the setting (as defined by the groupSettingTemplate). nullable: true value: type: string @@ -21467,7 +21912,7 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time sender: $ref: '#/components/schemas/microsoft.graph.recipient' @@ -21475,7 +21920,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.attachment' - description: 'The collection of fileAttachment, itemAttachment, and referenceAttachment attachments for the post. Read-only. Nullable.' + description: Read-only. Nullable. extensions: type: array items: @@ -21545,7 +21990,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.recipient' - description: The email address to which a message should be redirected. + description: The email addresses to which a message should be redirected. stopProcessingRules: type: boolean description: Indicates whether subsequent rules should be evaluated. @@ -21728,7 +22173,7 @@ components: properties: upgradeAvailable: type: boolean - description: Indicates if there are higher storage quota plans available. Read-only. + description: Indicates whether there are higher storage quota plans available. Read-only. nullable: true additionalProperties: type: object @@ -21996,16 +22441,27 @@ components: nullable: true latitude: type: number - description: 'Optional. The latitude, in decimal, for the item. Writable on OneDrive Personal.' + 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. Writable on OneDrive Personal.' + description: 'Optional. The longitude, in decimal, for the item. Read-only.' format: double nullable: true additionalProperties: type: object + microsoft.graph.media: + title: media + type: object + properties: + isTranscriptionShown: + type: boolean + nullable: true + mediaSource: + $ref: '#/components/schemas/microsoft.graph.mediaSource' + additionalProperties: + type: object microsoft.graph.package: title: package type: object @@ -22073,7 +22529,7 @@ components: 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: The date and time the photo was taken in UTC time. Read-only. + description: Represents the date and time the photo was taken. Read-only. format: date-time nullable: true additionalProperties: @@ -22185,6 +22641,17 @@ components: nullable: true additionalProperties: type: object + microsoft.graph.driveItemSource: + title: driveItemSource + type: object + properties: + application: + $ref: '#/components/schemas/microsoft.graph.driveItemSourceApplication' + externalId: + type: string + nullable: true + additionalProperties: + type: object microsoft.graph.specialFolder: title: specialFolder type: object @@ -22284,7 +22751,7 @@ components: 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. Nullable.' + 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: @@ -22309,14 +22776,14 @@ components: nullable: true changeType: type: string - description: '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. Required. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType.' + 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: Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 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. Optional. + 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.' + 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 @@ -22324,12 +22791,12 @@ components: nullable: true encryptionCertificateId: type: string - description: A custom app-provided identifier to help identify the certificate needed to decrypt resource data. Optional. Required when includeResourceData is true. + 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: '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. Required.' + 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 includeResourceData: type: boolean @@ -22345,16 +22812,18 @@ components: nullable: true notificationContentType: type: string + description: Desired content-type for MS Graph change notifications for supported resource types. The default content-type is the 'application/json' content-type. nullable: true notificationQueryOptions: type: string + description: 'OData Query Options for specifying value for the targeting resource. Clients receive notifications when resource reaches the state matching the query options provided here. With this new property in the subscription creation payload along with all existing properties, Webhooks will deliver notifications whenever a resource reaches the desired state mentioned in the notificationQueryOptions property eg when the print job is completed, when a print job resource isFetchable property value becomes true etc.' nullable: true notificationUrl: type: string - description: The URL of the endpoint that receives the change notifications. This URL must make use of the HTTPS protocol. Required. + 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: Specifies the resource that will be monitored for changes. Do not include the base URL (https://graph.microsoft.com/beta/). See the possible resource path values for each supported resource. Required. + 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.thumbnailSet: @@ -22381,6 +22850,7 @@ components: properties: content: type: string + description: The content stream for this version of the item. format: base64url nullable: true size: @@ -22546,6 +23016,7 @@ components: properties: isPicture: type: boolean + description: Specifies whether the display format used for URL columns is an image or a hyperlink. nullable: true additionalProperties: type: object @@ -22623,9 +23094,11 @@ components: properties: allowMultipleValues: type: boolean + description: Specifies whether the column will allow more than one value nullable: true showFullyQualifiedName: type: boolean + description: Specifies whether to display the entire term path or only the term label. nullable: true additionalProperties: type: object @@ -22695,13 +23168,16 @@ components: properties: defaultLanguage: type: string + description: Default BCP 47 language tag for the description. nullable: true descriptions: type: array items: $ref: '#/components/schemas/microsoft.graph.displayNameLocalization' + description: Localized messages that explain what is needed for this column's value to be considered valid. User will be prompted with this message if validation fails. formula: type: string + description: 'The formula to validate column value. For examples, see Examples of common formulas in lists' nullable: true additionalProperties: type: object @@ -22713,18 +23189,23 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.contentTypeInfo' + description: Content types allowed in document set. defaultContents: type: array items: $ref: '#/components/schemas/microsoft.graph.documentSetContent' + description: Default contents of document set. propagateWelcomePageChanges: type: boolean + description: Specifies whether to push welcome page changes to inherited content types. nullable: true shouldPrefixNameToFile: type: boolean + description: Add the name of the Document Set to each file name. nullable: true welcomePageUrl: type: string + description: Welcome page absolute URL. nullable: true sharedColumns: type: array @@ -22744,9 +23225,11 @@ components: $ref: '#/components/schemas/microsoft.graph.contentTypeInfo' fileName: type: string + description: Name of the file in resource folder that should be added as a default content or a template in the document set nullable: true folderName: type: string + description: Folder name in which the file will be placed when a new document set is created in the library. nullable: true additionalProperties: type: object @@ -22855,6 +23338,83 @@ components: nullable: true additionalProperties: type: object + microsoft.graph.termStore.group: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: group + 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: Date and time of group creation. Read-only. + format: date-time + nullable: true + description: + type: string + description: Description giving details on the term usage. + nullable: true + displayName: + type: string + description: Name of group. + nullable: true + parentSiteId: + type: string + nullable: true + scope: + $ref: '#/components/schemas/microsoft.graph.termStore.termGroupScope' + sets: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.termStore.set' + description: 'All sets under the group in a term [store].' + additionalProperties: + type: object + microsoft.graph.termStore.set: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: set + 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: Date and time of set creation. Read-only. + format: date-time + nullable: true + description: + type: string + description: Description giving details on the term usage. + nullable: true + localizedNames: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.termStore.localizedName' + description: Name of the set for each languageTag. + properties: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.keyValue' + description: Custom properties for the set. + children: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.termStore.term' + description: 'Children terms of set in term [store].' + parentGroup: + $ref: '#/components/schemas/microsoft.graph.termStore.group' + relations: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.termStore.relation' + description: Indicates which terms have been pinned or reused directly under the set. + terms: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.termStore.term' + description: All the terms under the set. + additionalProperties: + type: object microsoft.graph.request: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -22899,6 +23459,24 @@ components: nullable: true additionalProperties: type: object + microsoft.graph.accessReviewInstanceDecisionItemResource: + title: accessReviewInstanceDecisionItemResource + type: object + properties: + displayName: + type: string + description: Display name of the resource + nullable: true + id: + type: string + description: Resource ID + nullable: true + type: + type: string + description: 'Type of resource. Types include: Group, ServicePrincipal, DirectoryRole, AzureRole, AccessPackageAssignmentPolicy.' + nullable: true + additionalProperties: + type: object microsoft.graph.accessReviewInstanceDecisionItemTarget: title: accessReviewInstanceDecisionItemTarget type: object @@ -22910,7 +23488,15 @@ components: - title: accessReviewReviewerScope type: object properties: + query: + type: string + description: The query specifying who will be the reviewer. See table for examples. + nullable: true queryRoot: + type: string + description: The type of query. Examples include MicrosoftGraph and ARM. + nullable: true + queryType: type: string description: 'In the scenario where reviewers need to be specified dynamically, this property is used to indicate the relative source of the query. This property is only required if a relative query (i.e., ./manager) is specified.' nullable: true @@ -23663,7 +24249,7 @@ components: 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.' + 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 is 2014-01-01T00:00:00Z. Read-only.' format: date-time nullable: true additionalProperties: @@ -23731,7 +24317,7 @@ components: 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.' + 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 is 2014-01-01T00:00:00Z. Read-only.' format: date-time nullable: true additionalProperties: @@ -24141,6 +24727,8 @@ components: - title: teamsAppDefinition type: object properties: + allowedInstallationScopes: + $ref: '#/components/schemas/microsoft.graph.teamsAppInstallationScopes' azureADAppId: type: string description: The WebApplicationInfo.id from the Teams App manifest. @@ -24149,6 +24737,7 @@ components: $ref: '#/components/schemas/microsoft.graph.identitySet' description: type: string + description: Verbose description of the application. nullable: true displayName: type: string @@ -24166,7 +24755,7 @@ components: nullable: true teamsAppId: type: string - description: The id from the Teams App manifest. + description: The ID from the Teams app manifest. nullable: true version: type: string @@ -24186,7 +24775,7 @@ components: nullable: true contentType: type: string - description: 'The media type of the content attachment. It can have the following values: reference: Attachment is a link to another file. Populate the contentURL with the link to the object.Any contentTypes supported by the Bot Framework''s Attachment objectapplication/vnd.microsoft.card.codesnippet: A code snippet. application/vnd.microsoft.card.announcement: An announcement header.' + description: 'The media type of the content attachment. It can have the following values: reference: Attachment is a link to another file. Populate the contentURL with the link to the object.file: Raw file attachment. Populate the contenturl field with the base64 encoding of the file in data: format.image/: Image type with the type of the image specified ex: image/png, image/jpeg, image/gif. Populate the contentUrl field with the base64 encoding of the file in data: format.video/: Video type with the format specified. Ex: video/mp4. Populate the contentUrl field with the base64 encoding of the file in data: format.audio/: Audio type with the format specified. Ex: audio/wmw. Populate the contentUrl field with the base64 encoding of the file in data: format.application/card type: Rich card attachment type with the card type specifying the exact card format to use. Set content with the json format of the card. Supported values for card type include:application/vnd.microsoft.card.adaptive: A rich card that can contain any combination of text, speech, images,,buttons, and input fields. Set the content property to,an AdaptiveCard object.application/vnd.microsoft.card.animation: A rich card that plays animation. Set the content property,to an AnimationCardobject.application/vnd.microsoft.card.audio: A rich card that plays audio files. Set the content property,to an AudioCard object.application/vnd.microsoft.card.video: A rich card that plays videos. Set the content property,to a VideoCard object.application/vnd.microsoft.card.hero: A Hero card. Set the content property to a HeroCard object.application/vnd.microsoft.card.thumbnail: A Thumbnail card. Set the content property to a ThumbnailCard object.application/vnd.microsoft.com.card.receipt: A Receipt card. Set the content property to a ReceiptCard object.application/vnd.microsoft.com.card.signin: A user Sign In card. Set the content property to a SignInCard object.' nullable: true contentUrl: type: string @@ -24212,9 +24801,11 @@ components: properties: channelId: type: string + description: The identity of the channel in which the message was posted. nullable: true teamId: type: string + description: The identity of the team in which the message was posted. nullable: true additionalProperties: type: object @@ -24276,7 +24867,7 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time reactionType: type: string @@ -24287,19 +24878,9 @@ components: type: object microsoft.graph.chatMessageHostedContent: allOf: - - $ref: '#/components/schemas/microsoft.graph.entity' + - $ref: '#/components/schemas/microsoft.graph.teamworkHostedContent' - title: chatMessageHostedContent type: object - properties: - contentBytes: - type: string - description: 'Write-only. When posting new chat message hosted content, represents the bytes of the payload. These are represented as a base64Encoded string.' - format: base64url - nullable: true - contentType: - type: string - description: 'Write-only. When posting new chat message hosted content, represents the type of content, such as image/png.' - nullable: true additionalProperties: type: object microsoft.graph.teamsTabConfiguration: @@ -24356,7 +24937,7 @@ components: 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true recipientActionMessage: @@ -24365,11 +24946,11 @@ components: nullable: true recipientUserId: type: string - description: User id of the recipient of the offer shift request. + 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. + description: User ID of the sender of the offer shift request. nullable: true additionalProperties: type: object @@ -24457,7 +25038,7 @@ components: properties: recipientShiftId: type: string - description: Shift ID for the recipient user with whom the request is to swap. + description: ShiftId for the recipient user with whom the request is to swap. nullable: true additionalProperties: type: object @@ -24515,13 +25096,13 @@ components: 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''' + 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 is 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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true timeOffReasonId: @@ -24899,7 +25480,7 @@ components: properties: crc32Hash: type: string - description: The CRC32 value of the file (if available). Read-only. + description: The CRC32 value of the file in little endian (if available). Read-only. nullable: true quickXorHash: type: string @@ -24933,6 +25514,14 @@ components: nullable: true additionalProperties: type: object + microsoft.graph.mediaSource: + title: mediaSource + type: object + properties: + contentCategory: + $ref: '#/components/schemas/microsoft.graph.mediaSourceContentCategory' + additionalProperties: + type: object microsoft.graph.pendingContentUpdate: title: pendingContentUpdate type: object @@ -24945,6 +25534,18 @@ components: nullable: true additionalProperties: type: object + microsoft.graph.driveItemSourceApplication: + title: driveItemSourceApplication + enum: + - teams + - yammer + - sharePoint + - oneDrive + - stream + - powerPoint + - office + - unknownFutureValue + type: string microsoft.graph.workbookApplication: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -24964,7 +25565,7 @@ components: properties: content: type: string - description: The content of the comment. + description: The content of comment. nullable: true contentType: type: string @@ -25002,7 +25603,7 @@ components: 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. Possible values are: String, Integer, Double, Boolean, Range. Read-only.' + 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' @@ -25066,7 +25667,7 @@ components: 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. 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.' + 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 @@ -25253,6 +25854,104 @@ components: type: object additionalProperties: type: object + microsoft.graph.termStore.termGroupScope: + title: termGroupScope + enum: + - global + - system + - siteCollection + type: string + microsoft.graph.termStore.localizedName: + title: localizedName + type: object + properties: + languageTag: + type: string + description: The language tag for the label. + nullable: true + name: + type: string + description: The name in the localized language. + nullable: true + additionalProperties: + type: object + microsoft.graph.keyValue: + title: keyValue + type: object + properties: + key: + type: string + description: Key for the key-value pair. + nullable: true + value: + type: string + description: Value for the key-value pair. + nullable: true + additionalProperties: + type: object + microsoft.graph.termStore.term: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: term + 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: Date and time of term creation. Read-only + format: date-time + nullable: true + descriptions: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.termStore.localizedDescription' + description: Description about term that is dependent on the languageTag + labels: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.termStore.localizedLabel' + description: Label metadata for a term + 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 date and time of term modification. Read-only + format: date-time + nullable: true + properties: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.keyValue' + description: Collection of properties on the term + children: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.termStore.term' + description: Children of current term + relations: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.termStore.relation' + description: To indicate which terms are related to the current term as either pinned or reused + set: + $ref: '#/components/schemas/microsoft.graph.termStore.set' + additionalProperties: + type: object + microsoft.graph.termStore.relation: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: relation + type: object + properties: + relationship: + $ref: '#/components/schemas/microsoft.graph.termStore.relationType' + fromTerm: + $ref: '#/components/schemas/microsoft.graph.termStore.term' + set: + $ref: '#/components/schemas/microsoft.graph.termStore.set' + toTerm: + $ref: '#/components/schemas/microsoft.graph.termStore.term' + additionalProperties: + type: object microsoft.graph.accessReviewApplyAction: title: accessReviewApplyAction type: object @@ -25750,6 +26449,14 @@ components: - sideloaded - unknownFutureValue type: string + microsoft.graph.teamsAppInstallationScopes: + title: teamsAppInstallationScopes + enum: + - team + - groupChat + - personal + - unknownFutureValue + type: string microsoft.graph.teamsAppPublishingState: title: teamsAppPublishingState enum: @@ -25808,6 +26515,23 @@ components: - allowOverrideWithoutJustification - allowOverrideWithJustification type: string + microsoft.graph.teamworkHostedContent: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: teamworkHostedContent + type: object + properties: + contentBytes: + type: string + description: Write only. Bytes for the hosted content (such as images). + format: base64url + nullable: true + contentType: + type: string + description: 'Write only. Content type. sicj as image/png, image/jpg.' + nullable: true + additionalProperties: + type: object microsoft.graph.scheduleChangeRequest: allOf: - $ref: '#/components/schemas/microsoft.graph.changeTrackedEntity' @@ -25990,6 +26714,15 @@ components: - moderators - unknownFutureValue type: string + microsoft.graph.mediaSourceContentCategory: + title: mediaSourceContentCategory + enum: + - meeting + - liveStream + - presentation + - screenRecording + - unknownFutureValue + type: string microsoft.graph.workbookCommentReply: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -25998,11 +26731,11 @@ components: properties: content: type: string - description: The content of replied comment. + description: The content of a comment reply. nullable: true contentType: type: string - description: Indicates the type for the replied comment. + description: Indicates the type for the comment reply. additionalProperties: type: object microsoft.graph.workbookOperationError: @@ -26083,7 +26816,7 @@ components: description: Represents whether the casing impacted the last sort of the table. Read-only. method: type: string - description: 'Represents Chinese character ordering method last used to sort the table. Possible values are: PinYin, StrokeCount. Read-only.' + description: 'Represents Chinese character ordering method last used to sort the table. The possible values are: PinYin, StrokeCount. Read-only.' additionalProperties: type: object microsoft.graph.workbookChart: @@ -26163,6 +26896,44 @@ components: type: object additionalProperties: type: object + microsoft.graph.termStore.localizedDescription: + title: localizedDescription + type: object + properties: + description: + type: string + description: The description in the localized language. + nullable: true + languageTag: + type: string + description: The language tag for the label. + nullable: true + additionalProperties: + type: object + microsoft.graph.termStore.localizedLabel: + title: localizedLabel + type: object + properties: + isDefault: + type: boolean + description: Indicates whether the label is the default label. + nullable: true + languageTag: + type: string + description: The anguage tag for the label. + nullable: true + name: + type: string + description: The name of the label. + nullable: true + additionalProperties: + type: object + microsoft.graph.termStore.relationType: + title: relationType + enum: + - pin + - reuse + type: string microsoft.graph.settingSourceType: title: settingSourceType enum: @@ -26243,7 +27014,7 @@ components: 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 end date and time for the shiftActivity. 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''. Required.' + description: 'The end date and time for the shiftActivity. 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 is 2014-01-01T00:00:00Z. Required.' format: date-time nullable: true isPaid: @@ -26253,7 +27024,7 @@ components: 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 start date and time for the shiftActivity. 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''. Required.' + description: 'The start date and time for the shiftActivity. 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 is 2014-01-01T00:00:00Z. Required.' format: date-time nullable: true theme: @@ -26283,7 +27054,7 @@ components: nullable: true dataOption: type: string - description: 'Represents additional sorting options for this field. Possible values are: Normal, TextAsNumber.' + description: 'Represents additional sorting options for this field. The possible values are: Normal, TextAsNumber.' icon: $ref: '#/components/schemas/microsoft.graph.workbookIcon' key: @@ -26294,7 +27065,7 @@ components: format: int32 sortOn: type: string - description: 'Represents the type of sorting of this condition. Possible values are: Value, CellColor, FontColor, Icon.' + description: 'Represents the type of sorting of this condition. The possible values are: Value, CellColor, FontColor, Icon.' additionalProperties: type: object microsoft.graph.workbookChartAxes: @@ -26519,7 +27290,7 @@ components: format: int32 set: type: string - description: 'Represents the set that the icon is part of. Possible values are: Invalid, ThreeArrows, ThreeArrowsGray, ThreeFlags, ThreeTrafficLights1, ThreeTrafficLights2, ThreeSigns, ThreeSymbols, ThreeSymbols2, FourArrows, FourArrowsGray, FourRedToBlack, FourRating, FourTrafficLights, FiveArrows, FiveArrowsGray, FiveRating, FiveQuarters, ThreeStars, ThreeTriangles, FiveBoxes.' + description: 'Represents the set that the icon is part of. The possible values are: Invalid, ThreeArrows, ThreeArrowsGray, ThreeFlags, ThreeTrafficLights1, ThreeTrafficLights2, ThreeSigns, ThreeSymbols, ThreeSymbols2, FourArrows, FourArrowsGray, FourRedToBlack, FourRating, FourTrafficLights, FiveArrows, FiveArrowsGray, FiveRating, FiveQuarters, ThreeStars, ThreeTriangles, FiveBoxes.' additionalProperties: type: object microsoft.graph.workbookChartAxis: diff --git a/openApiDocs/v1.0/Applications.yml b/openApiDocs/v1.0/Applications.yml index f05f7a738a5..a69e7becfaa 100644 --- a/openApiDocs/v1.0/Applications.yml +++ b/openApiDocs/v1.0/Applications.yml @@ -6573,7 +6573,7 @@ components: $ref: '#/components/schemas/microsoft.graph.apiApplication' appId: type: string - description: The unique identifier for the application that is assigned by Azure AD. Not nullable. Read-only. + description: The unique identifier for the application that is assigned to an application by Azure AD. Not nullable. Read-only. nullable: true applicationTemplateId: type: string @@ -6586,7 +6586,7 @@ components: 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 application was registered. Read-only. + description: 'The date and time the application was registered. 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 is 2014-01-01T00:00:00Z. Read-only.' format: date-time nullable: true description: @@ -6598,13 +6598,13 @@ components: nullable: true groupMembershipClaims: type: string - description: 'Configures the groups claim issued in a user or OAuth 2.0 access token that the application expects. To set this attribute, use one of the following string values:NoneSecurityGroup: For security groups and Azure AD rolesAll: This gets all of the security groups, distribution groups, and Azure AD directory roles that the signed-in user is a member of.' + description: 'Configures the groups claim issued in a user or OAuth 2.0 access token that the application expects. To set this attribute, use one of the following valid string values: None, SecurityGroup (for security groups and Azure AD roles), All (this gets all of the security groups, distribution groups, and Azure AD directory roles that the signed-in user is a member of).' nullable: true identifierUris: type: array items: type: string - description: 'The URIs that identify the application within its Azure AD tenant, or within a verified custom domain if the application is multi-tenant. For more information, see Application Objects and Service Principal Objects. The any operator is required for filter expressions on multi-valued properties. Not nullable.' + description: 'The URIs that identify the application within its Azure AD tenant, or within a verified custom domain if the application is multi-tenant. For more information see Application Objects and Service Principal Objects. The any operator is required for filter expressions on multi-valued properties. Not nullable.' info: $ref: '#/components/schemas/microsoft.graph.informationalUrl' isDeviceOnlyAuthSupported: @@ -6612,7 +6612,7 @@ components: nullable: true isFallbackPublicClient: type: boolean - description: 'Specifies the fallback application type as public client, such as an installed application running on a mobile device. The default value is false which means the fallback application type is confidential client such as a web app. There are certain scenarios where Azure AD cannot determine the client application type. For example, the ROPC flow where the application is configured without specifying a redirect URI. In those cases Azure AD interprets the application type based on the value of this property.' + description: 'Specifies the fallback application type as public client, such as an installed application running on a mobile device. The default value is false which means the fallback application type is confidential client such as a web app. There are certain scenarios where Azure AD cannot determine the client application type. For example, the ROPC flow where it is configured without specifying a redirect URI. In those cases Azure AD interprets the application type based on the value of this property.' nullable: true keyCredentials: type: array @@ -6625,6 +6625,7 @@ components: format: base64url notes: type: string + description: Notes relevant for the management of the application. nullable: true oauth2RequirePostResponse: type: boolean @@ -6641,7 +6642,7 @@ components: $ref: '#/components/schemas/microsoft.graph.publicClientApplication' publisherDomain: type: string - description: The verified publisher domain for the application. Read-only. + description: 'The verified publisher domain for the application. Read-only. For more information, see How to: Configure an application''s publisher domain.' nullable: true requiredResourceAccess: type: array @@ -6650,7 +6651,7 @@ components: description: Specifies the resources that the application needs to access. This property also specifies the set of OAuth permission scopes and application roles that it needs for each of those resources. This configuration of access to the required resources drives the consent experience. Not nullable. signInAudience: type: string - description: 'Specifies the Microsoft accounts that are supported for the current application. Supported values are:AzureADMyOrg: Users with a Microsoft work or school account in my organization’s Azure AD tenant (single-tenant).AzureADMultipleOrgs: Users with a Microsoft work or school account in any organization’s Azure AD tenant (multi-tenant).AzureADandPersonalMicrosoftAccount: Users with a personal Microsoft account, or a work or school account in any organization’s Azure AD tenant.PersonalMicrosoftAccount: Users with a personal Microsoft account only.' + description: 'Specifies the Microsoft accounts that are supported for the current application. Supported values are: AzureADMyOrg, AzureADMultipleOrgs, AzureADandPersonalMicrosoftAccount, PersonalMicrosoftAccount. See more in the table below.' nullable: true spa: $ref: '#/components/schemas/microsoft.graph.spaApplication' @@ -6766,7 +6767,7 @@ components: nullable: true key: type: string - description: Value for the key credential. Should be a base 64 encoded value. + description: 'The certificate''s raw data in byte array converted to Base64 string; for example, [System.Convert]::ToBase64String($Cert.GetRawCertData()).' format: base64url nullable: true keyId: @@ -6913,11 +6914,12 @@ components: 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.' + 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.' format: uuid 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 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 is 2014-01-01T00:00:00Z. Read-only.' format: date-time nullable: true principalDisplayName: @@ -6927,16 +6929,16 @@ components: 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.' + description: 'The unique identifier (id) for the user, group or service principal being granted the app role. Required on create.' 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.' + description: 'The type of the assigned principal. This can either be User, Group or ServicePrincipal. Read-only.' 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. + description: The display name of the resource app's service principal to which the assignment is made. 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}$' @@ -7172,11 +7174,11 @@ components: $ref: '#/components/schemas/microsoft.graph.permissionClassificationType' permissionId: type: string - description: The unique identifier (id) for the delegated permission listed in the publishedPermissionScopes collection of the servicePrincipal. Required on create. Does not support $filter. + description: The unique identifier (id) for the delegated permission listed in the oauth2PermissionScopes collection of the servicePrincipal. Required on create. Does not support $filter. nullable: true permissionName: type: string - description: The claim value (value) for the delegated permission listed in the publishedPermissionScopes collection of the servicePrincipal. Does not support $filter. + description: The claim value (value) for the delegated permission listed in the oauth2PermissionScopes collection of the servicePrincipal. Does not support $filter. nullable: true additionalProperties: type: object @@ -7545,11 +7547,11 @@ components: properties: key: type: string - description: Key. + description: Key for the key-value pair. nullable: true value: type: string - description: Value. + description: Value for the key-value pair. nullable: true additionalProperties: type: object diff --git a/openApiDocs/v1.0/Calendar.yml b/openApiDocs/v1.0/Calendar.yml index 546c1550eb1..f64ae3000f7 100644 --- a/openApiDocs/v1.0/Calendar.yml +++ b/openApiDocs/v1.0/Calendar.yml @@ -39466,15 +39466,15 @@ components: 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.' 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, through an Outlook client or the corresponding calendarPermission resource. Read-only.' + 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. Read-only.' + 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. This property is set through an Outlook client or the corresponding calendarPermission resource. Read-only.' + description: 'true if the user can read calendar items that have been marked private, false otherwise.' nullable: true changeKey: type: string @@ -39486,11 +39486,11 @@ components: $ref: '#/components/schemas/microsoft.graph.onlineMeetingProviderType' hexColor: type: string - description: 'The calendar color, expressed in a hex color code of three hexidecimal values, each ranging from 00 to FF and representing the red, green, or blue components of the color in the RGB color space. If the user has never explicitly set a color for the calendar, this property is empty.' + description: 'The calendar color, expressed in a hex color code of three hexadecimal values, each ranging from 00 to FF and representing the red, green, or blue components of the color in the RGB color space. If the user has never explicitly set a color for the calendar, this property is empty. Read-only.' nullable: true isDefaultCalendar: type: boolean - description: 'True if this is the default calendar where new events are created by default, false otherwise.' + description: 'true if this is the default calendar where new events are created by default, false otherwise.' nullable: true isRemovable: type: boolean @@ -39693,19 +39693,19 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.attachment' - description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' + description: The collection of fileAttachment and itemAttachment attachments for the event. Navigation property. Read-only. Nullable. calendar: $ref: '#/components/schemas/microsoft.graph.calendar' extensions: type: array items: $ref: '#/components/schemas/microsoft.graph.extension' - description: The collection of open extensions defined for the event. Nullable. + 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 occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but does not include occurrences that have been cancelled from the series. Navigation property. Read-only. Nullable.' + description: The instances of the event. Navigation property. Read-only. Nullable. multiValueExtendedProperties: type: array items: @@ -39739,7 +39739,7 @@ components: nullable: true name: type: string - description: The display name of the attachment. This does not need to be the actual file name. + description: The attachment's file name. nullable: true size: maximum: 2147483647 @@ -39866,11 +39866,11 @@ components: properties: address: type: string - description: The email address of an entity instance. + description: The email address of the person or entity. nullable: true name: type: string - description: The display name of an entity instance. + description: The display name of the person or entity. nullable: true additionalProperties: type: object @@ -39946,10 +39946,10 @@ components: properties: dateTime: type: string - description: 'A single point of time in a combined date and time representation ({date}T{time}). For example, ''2019-04-16T09:00:00''.' + 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 possible values.' + description: 'Represents a time zone, for example, ''Pacific Standard Time''. See below for more possible values.' nullable: true additionalProperties: type: object @@ -40228,7 +40228,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.dayOfWeek' - description: 'A collection of the days of the week on which the event occurs. 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.' + 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: diff --git a/openApiDocs/v1.0/ChangeNotifications.yml b/openApiDocs/v1.0/ChangeNotifications.yml index b061d821d32..a37a9290914 100644 --- a/openApiDocs/v1.0/ChangeNotifications.yml +++ b/openApiDocs/v1.0/ChangeNotifications.yml @@ -264,14 +264,14 @@ components: nullable: true changeType: type: string - description: '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. Required. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType.' + 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: Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 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. Optional. + 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.' + 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 @@ -279,12 +279,12 @@ components: nullable: true encryptionCertificateId: type: string - description: A custom app-provided identifier to help identify the certificate needed to decrypt resource data. Optional. Required when includeResourceData is true. + 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: '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. Required.' + 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 includeResourceData: type: boolean @@ -300,13 +300,14 @@ components: nullable: true notificationQueryOptions: type: string + description: 'OData Query Options for specifying value for the targeting resource. Clients receive notifications when resource reaches the state matching the query options provided here. With this new property in the subscription creation payload along with all existing properties, Webhooks will deliver notifications whenever a resource reaches the desired state mentioned in the notificationQueryOptions property eg when the print job is completed, when a print job resource isFetchable property value becomes true etc.' nullable: true notificationUrl: type: string - description: The URL of the endpoint that receives the change notifications. This URL must make use of the HTTPS protocol. Required. + 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: Specifies the resource that will be monitored for changes. Do not include the base URL (https://graph.microsoft.com/beta/). See the possible resource path values for each supported resource. Required. + 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.entity: diff --git a/openApiDocs/v1.0/CloudCommunications.yml b/openApiDocs/v1.0/CloudCommunications.yml index 3fbeea0a0ee..0bc9b122c4e 100644 --- a/openApiDocs/v1.0/CloudCommunications.yml +++ b/openApiDocs/v1.0/CloudCommunications.yml @@ -3224,13 +3224,13 @@ components: 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: 'UTC time when the first user joined the call. 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 is 2014-01-01T00:00:00Z' + description: 'UTC time when the first user joined the call. 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 is 2014-01-01T00:00:00Z.' format: date-time type: $ref: '#/components/schemas/microsoft.graph.callRecords.callType' version: type: integer - description: Monotonically increasing version of the call record. Higher version call records with the same ID includes additional data compared to the lower version. + description: Monotonically increasing version of the call record. Higher version call records with the same id includes additional data compared to the lower version. format: int64 sessions: type: array @@ -3264,7 +3264,7 @@ components: 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: 'UTC fime when the first user joined the session. 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 is 2014-01-01T00:00:00Z' + description: 'UTC time when the first user joined the session. 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 is 2014-01-01T00:00:00Z' format: date-time segments: type: array @@ -3443,7 +3443,7 @@ components: $ref: '#/components/schemas/microsoft.graph.identitySet' replacesCallId: type: string - description: Optional. The call which the target idenity is currently a part of. This call will be dropped once the participant is added. + description: Optional. The call which the target identity is currently a part of. This call will be dropped once the participant is added. nullable: true additionalProperties: type: object @@ -3593,7 +3593,7 @@ components: properties: activity: type: string - description: 'The supplemental information to a user''s availability. Possible values are Available, Away, BeRightBack, Busy, DoNotDisturb, InACall, InAConferenceCall, Inactive,InAMeeting, Offline, OffWork,OutOfOffice, PresenceUnknown,Presenting, UrgentInterruptionsOnly.' + description: 'The supplemental information to a user''s availability. Possible values are Available, Away, BeRightBack, Busy, DoNotDisturb, InACall, InAConferenceCall, Inactive, InAMeeting, Offline, OffWork, OutOfOffice, PresenceUnknown, Presenting, UrgentInterruptionsOnly.' nullable: true availability: type: string @@ -3665,7 +3665,7 @@ components: properties: messageId: type: string - description: The unique identifier for a message in a Microsoft Teams channel. + description: The unique identifier of a message in a Microsoft Teams channel. nullable: true replyChainMessageId: type: string @@ -3800,13 +3800,13 @@ components: properties: observedParticipantId: type: string - description: The id of the participant that is under observation. Read-only. + description: The ID of the participant that is under observation. Read-only. nullable: true onBehalfOf: $ref: '#/components/schemas/microsoft.graph.identitySet' sourceParticipantId: type: string - description: The id of the participant that triggered the incoming call. Read-only. + description: The ID of the participant that triggered the incoming call. Read-only. nullable: true transferor: $ref: '#/components/schemas/microsoft.graph.identitySet' @@ -3865,7 +3865,7 @@ components: nullable: true region: type: string - description: 'The home region of the participant. This can be a country, a continent, or a larger geographic region. This does not change based on the participant''s current physical location, unlike countryCode. Read-only.' + description: 'The home region of the participant. This can be a country, a continent, or a larger geographic region. This does not change based on the participant''s current physical location. Read-only.' nullable: true additionalProperties: type: object @@ -3931,7 +3931,7 @@ components: $ref: '#/components/schemas/microsoft.graph.modality' serverMuted: type: boolean - description: Indicates whether the media is muted by the server. + description: If the media is muted by the server. sourceId: type: string description: The source ID. diff --git a/openApiDocs/v1.0/DeviceManagement.Administration.yml b/openApiDocs/v1.0/DeviceManagement.Administration.yml index 5d287934c85..0be456372ca 100644 --- a/openApiDocs/v1.0/DeviceManagement.Administration.yml +++ b/openApiDocs/v1.0/DeviceManagement.Administration.yml @@ -4211,7 +4211,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.resourceAction' - description: Resource Actions each containing a set of allowed and not allowed permissions. + description: Actions additionalProperties: type: object description: Contains the set of ResourceActions determining the allowed and not allowed permissions for each role. @@ -4245,7 +4245,7 @@ components: items: type: string nullable: true - description: Not Allowed Actions. + description: Not Allowed Actions additionalProperties: type: object description: Set of allowed and not allowed actions for a resource. diff --git a/openApiDocs/v1.0/DeviceManagement.Enrolment.yml b/openApiDocs/v1.0/DeviceManagement.Enrolment.yml index f9a20b730c4..e2b241e4490 100644 --- a/openApiDocs/v1.0/DeviceManagement.Enrolment.yml +++ b/openApiDocs/v1.0/DeviceManagement.Enrolment.yml @@ -543,6 +543,63 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation + /roleManagement: + get: + tags: + - roleManagement.roleManagement + summary: Get roleManagement + operationId: roleManagement.roleManagement_GetRoleManagement + parameters: + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + 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 entity + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.roleManagement' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - roleManagement.roleManagement + summary: Update roleManagement + operationId: roleManagement.roleManagement_UpdateRoleManagement + requestBody: + description: New property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.roleManagement' + required: true + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation components: schemas: microsoft.graph.onPremisesConditionalAccessSettings: @@ -583,38 +640,38 @@ components: 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: Created date time in UTC of the device enrollment configuration + description: Not yet documented format: date-time description: type: string - description: The description of the device enrollment configuration + description: Not yet documented nullable: true displayName: type: string - description: The display name of the device enrollment configuration + 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: Last modified date time in UTC of the device enrollment configuration + description: Not yet documented format: date-time priority: maximum: 2147483647 minimum: -2147483648 type: integer - description: Priority is used when a user exists in multiple groups that are assigned enrollment configuration. Users are subject only to the configuration with the lowest priority value. + description: Not yet documented format: int32 version: maximum: 2147483647 minimum: -2147483648 type: integer - description: The version of the device enrollment configuration + 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 + description: The list of group assignments for the device configuration profile. additionalProperties: type: object description: The Base Class of Device Enrollment Configuration @@ -629,6 +686,11 @@ components: additionalProperties: type: object description: Enrollment Configuration Assignment + microsoft.graph.roleManagement: + title: roleManagement + type: object + additionalProperties: + type: object microsoft.graph.entity: title: entity type: object diff --git a/openApiDocs/v1.0/DeviceManagement.Functions.yml b/openApiDocs/v1.0/DeviceManagement.Functions.yml index 5ea86a7abad..975c5cbeb53 100644 --- a/openApiDocs/v1.0/DeviceManagement.Functions.yml +++ b/openApiDocs/v1.0/DeviceManagement.Functions.yml @@ -84,7 +84,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.resourceAction' - description: Resource Actions each containing a set of allowed and not allowed permissions. + description: Actions additionalProperties: type: object description: Contains the set of ResourceActions determining the allowed and not allowed permissions for each role. @@ -103,7 +103,7 @@ components: items: type: string nullable: true - description: Not Allowed Actions. + description: Not Allowed Actions additionalProperties: type: object description: Set of allowed and not allowed actions for a resource. diff --git a/openApiDocs/v1.0/DeviceManagement.yml b/openApiDocs/v1.0/DeviceManagement.yml index 999dca29bdd..a10c529876b 100644 --- a/openApiDocs/v1.0/DeviceManagement.yml +++ b/openApiDocs/v1.0/DeviceManagement.yml @@ -7621,24 +7621,24 @@ components: properties: activationLockBypassCode: type: string - description: Code that allows the Activation Lock on a device to be bypassed. This property is read-only. + description: Code that allows the Activation Lock on a device to be bypassed. nullable: true androidSecurityPatchLevel: type: string - description: Android security patch level. This property is read-only. + description: Android security patch level nullable: true azureADDeviceId: type: string - description: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. + 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. This property is read-only. + description: Whether the device is Azure Active Directory registered. nullable: true 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. This property is read-only. + description: The DateTime when device compliance grace period expires format: date-time complianceState: $ref: '#/components/schemas/microsoft.graph.complianceState' @@ -7648,10 +7648,10 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.deviceActionResult' - description: List of ComplexType deviceActionResult objects. This property is read-only. + description: List of ComplexType deviceActionResult objects. deviceCategoryDisplayName: type: string - description: Device category display name. This property is read-only. + description: Device category display name nullable: true deviceEnrollmentType: $ref: '#/components/schemas/microsoft.graph.deviceEnrollmentType' @@ -7659,30 +7659,30 @@ components: $ref: '#/components/schemas/microsoft.graph.deviceHealthAttestationState' deviceName: type: string - description: Name of the device. This property is read-only. + description: Name of the device nullable: true deviceRegistrationState: $ref: '#/components/schemas/microsoft.graph.deviceRegistrationState' easActivated: type: boolean - description: Whether the device is Exchange ActiveSync activated. This property is read-only. + 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. This property is read-only. + description: Exchange ActivationSync activation time of the device. format: date-time easDeviceId: type: string - description: Exchange ActiveSync Id of the device. This property is read-only. + description: Exchange ActiveSync Id of the device. nullable: true emailAddress: type: string - description: Email(s) for the user associated with the device. This property is read-only. + 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. This property is read-only. + description: Enrollment time of the device. format: date-time exchangeAccessState: $ref: '#/components/schemas/microsoft.graph.deviceManagementExchangeAccessState' @@ -7691,30 +7691,30 @@ components: 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. This property is read-only. + description: Last time the device contacted Exchange. format: date-time freeStorageSpaceInBytes: type: integer - description: Free Storage in Bytes. This property is read-only. + description: Free Storage in Bytes format: int64 imei: type: string - description: IMEI. This property is read-only. + description: IMEI nullable: true isEncrypted: type: boolean - description: Device encryption status. This property is read-only. + description: Device encryption status isSupervised: type: boolean - description: Device supervised status. This property is read-only. + description: Device supervised status jailBroken: type: string - description: whether the device is jail broken or rooted. This property is read-only. + description: whether the device is jail broken or rooted. nullable: true 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. This property is read-only. + description: The date and time that the device last completed a successful sync with Intune. format: date-time managedDeviceName: type: string @@ -7726,65 +7726,65 @@ components: $ref: '#/components/schemas/microsoft.graph.managementAgentType' manufacturer: type: string - description: Manufacturer of the device. This property is read-only. + description: Manufacturer of the device nullable: true meid: type: string - description: MEID. This property is read-only. + description: MEID nullable: true model: type: string - description: Model of the device. This property is read-only. + description: Model of the device nullable: true operatingSystem: type: string - description: 'Operating system of the device. Windows, iOS, etc. This property is read-only.' + description: 'Operating system of the device. Windows, iOS, etc.' nullable: true osVersion: type: string - description: Operating system version of the device. This property is read-only. + description: Operating system version of the device. nullable: true partnerReportedThreatState: $ref: '#/components/schemas/microsoft.graph.managedDevicePartnerReportedHealthState' phoneNumber: type: string - description: Phone number of the device. This property is read-only. + description: Phone number of the device nullable: true remoteAssistanceSessionErrorDetails: type: string - description: An error string that identifies issues when creating Remote Assistance session objects. This property is read-only. + 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. This property is read-only. + description: Url that allows a Remote Assistance session to be established with the device. nullable: true serialNumber: type: string - description: SerialNumber. This property is read-only. + description: SerialNumber nullable: true subscriberCarrier: type: string - description: Subscriber Carrier. This property is read-only. + description: Subscriber Carrier nullable: true totalStorageSpaceInBytes: type: integer - description: Total Storage in Bytes. This property is read-only. + description: Total Storage in Bytes format: int64 userDisplayName: type: string - description: User display name. This property is read-only. + description: User display name nullable: true userId: type: string - description: Unique Identifier for the user associated with the device. This property is read-only. + description: Unique Identifier for the user associated with the device nullable: true userPrincipalName: type: string - description: Device user principal name. This property is read-only. + description: Device user principal name nullable: true wiFiMacAddress: type: string - description: Wi-Fi MAC. This property is read-only. + description: Wi-Fi MAC nullable: true deviceCompliancePolicyStates: type: array @@ -8939,7 +8939,7 @@ components: maximum: 2147483647 minimum: -2147483648 type: integer - description: The number of days a device is allowed to go without checking in to remain compliant. + description: The number of days a device is allowed to go without checking in to remain compliant. Valid values 0 to 120 format: int32 isScheduledActionEnabled: type: boolean @@ -9200,38 +9200,38 @@ components: 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: Created date time in UTC of the device enrollment configuration + description: Not yet documented format: date-time description: type: string - description: The description of the device enrollment configuration + description: Not yet documented nullable: true displayName: type: string - description: The display name of the device enrollment configuration + 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: Last modified date time in UTC of the device enrollment configuration + description: Not yet documented format: date-time priority: maximum: 2147483647 minimum: -2147483648 type: integer - description: Priority is used when a user exists in multiple groups that are assigned enrollment configuration. Users are subject only to the configuration with the lowest priority value. + description: Not yet documented format: int32 version: maximum: 2147483647 minimum: -2147483648 type: integer - description: The version of the device enrollment configuration + 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 + description: The list of group assignments for the device configuration profile. additionalProperties: type: object description: The Base Class of Device Enrollment Configuration @@ -10233,7 +10233,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.resourceAction' - description: Resource Actions each containing a set of allowed and not allowed permissions. + description: Actions additionalProperties: type: object description: Contains the set of ResourceActions determining the allowed and not allowed permissions for each role. @@ -10307,7 +10307,7 @@ components: items: type: string nullable: true - description: Not Allowed Actions. + description: Not Allowed Actions additionalProperties: type: object description: Set of allowed and not allowed actions for a resource. diff --git a/openApiDocs/v1.0/Devices.CloudPrint.yml b/openApiDocs/v1.0/Devices.CloudPrint.yml index 589f71e98cb..5d153523296 100644 --- a/openApiDocs/v1.0/Devices.CloudPrint.yml +++ b/openApiDocs/v1.0/Devices.CloudPrint.yml @@ -550,6 +550,8 @@ paths: - hasPhysicalDevice desc - isShared - isShared desc + - lastSeenDateTime + - lastSeenDateTime desc - registeredDateTime - registeredDateTime desc type: string @@ -574,6 +576,7 @@ paths: - status - hasPhysicalDevice - isShared + - lastSeenDateTime - registeredDateTime - jobs - connectors @@ -676,6 +679,7 @@ paths: - status - hasPhysicalDevice - isShared + - lastSeenDateTime - registeredDateTime - jobs - connectors @@ -3426,6 +3430,7 @@ paths: - status - hasPhysicalDevice - isShared + - lastSeenDateTime - registeredDateTime - jobs - connectors @@ -4481,6 +4486,12 @@ components: isShared: type: boolean description: True if the printer is shared; false otherwise. Read-only. + lastSeenDateTime: + 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 most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + format: date-time + nullable: true registeredDateTime: 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 @@ -4610,7 +4621,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.assignedLabel' - description: 'The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select.' + 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: @@ -4647,7 +4658,7 @@ components: 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).' + 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 licenseProcessingState: $ref: '#/components/schemas/microsoft.graph.licenseProcessingState' @@ -4669,7 +4680,7 @@ components: 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. + 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 @@ -4708,13 +4719,13 @@ components: nullable: true preferredLanguage: type: string - description: The preferred language for a Microsoft 365 group. Should follow ISO 639-1 Code; for example 'en-US'. Returned by default. + 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 for filter expressions on multi-valued properties. Returned by default. Read-only. Not nullable. Supports $filter.' + 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 @@ -4731,7 +4742,7 @@ components: nullable: true theme: type: string - description: 'Specifies a Microsoft 365 group''s color theme. Possible values are Teal, Purple, Green, Blue, Pink, Orange or Red. Returned by default.' + 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 @@ -4739,29 +4750,29 @@ components: nullable: true 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. + description: 'Indicates if people external to the organization can send messages to the group. Default value is false. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}).' 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. + 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. Supported only on the Get group API (GET /groups/{ID}).' nullable: true hideFromAddressLists: type: boolean - description: 'True if the group is not displayed in certain parts of the Outlook user interface: in the Address Book, in address lists for selecting message recipients, and in the Browse Groups dialog for searching groups; false otherwise. Default value is false. Returned only on $select.' + 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. Supported only on the Get group API (GET /groups/{ID}).' 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, false otherwise. Default value is false. Returned only on $select.' + 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. Supported only on the Get group API (GET /groups/{ID}).' 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. + description: 'Indicates whether the signed-in user is subscribed to receive email conversations. Default value is true. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}).' 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. This property is the same as unseenConversationsCount.Returned only on $select. + description: 'Count of conversations that have received new posts since the signed-in user last visited the group. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}).' format: int32 nullable: true isArchived: @@ -4778,12 +4789,12 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.directoryObject' - description: 'Groups and administrative units that this group is a member of. HTTP Methods: GET (supported for all groups). Read-only. Nullable.' + 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, contacts, and groups that are members of this group. HTTP Methods: GET (supported for all groups), POST (supported for security groups and mail-enabled security groups), DELETE (supported only for security groups) Read-only. Nullable.' + 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: @@ -4793,7 +4804,7 @@ components: 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. HTTP Methods: GET (supported for all groups), POST (supported for security groups and mail-enabled security groups), DELETE (supported only for security groups) Read-only. Nullable.' + 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: @@ -4802,7 +4813,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.groupSetting' - description: 'Settings that can govern this group''s behavior, like whether members can invite guest users to the group. Nullable.' + description: Read-only. Nullable. transitiveMemberOf: type: array items: @@ -4832,7 +4843,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.event' - description: The group's events. + description: The group's calendar events. photo: $ref: '#/components/schemas/microsoft.graph.profilePhoto' photos: @@ -4889,60 +4900,60 @@ components: properties: accountEnabled: type: boolean - description: 'true if the account is enabled; otherwise, false. This property is required when a user is created. Returned only on $select. Supports $filter.' + 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. Returned only on $select.' + 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. Returned only on $select. Not nullable. + description: The licenses that are assigned to the user. Returned only on $select. Not nullable. Supports $filter. assignedPlans: type: array items: $ref: '#/components/schemas/microsoft.graph.assignedPlan' - description: The plans that are assigned to the user. Returned only on $select. Read-only. Not nullable. + 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. Only one number can be set for this property. Returned by default. Read-only for users synced from on-premises directory. + description: 'The telephone numbers for the user. NOTE: Although this is a string collection, only one number can be set for this property. Read-only for users synced from on-premises directory. Returned by default.' city: type: string - description: The city in which the user is located. Returned only on $select. Supports $filter. + 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. + 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 characters.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. Returned only on $select.' + 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''. Returned only on $select. Supports $filter.' + 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 date and time the user was created. The value cannot be modified and is automatically populated when the entity is created. The DateTimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. Property is nullable. A null value indicates that an accurate creation time couldn't be determined for the user. Returned only on $select. Read-only. Supports $filter. + 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). Returned only on $select. Read-only.' + 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. Returned only on $select. Supports $filter. + description: The name for the department in which the user works. Supports $filter. nullable: true displayName: type: string - description: 'The name displayed in the address book for the user. This value 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. Returned by default. Supports $filter and $orderby.' + 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. Returned by default. 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])$' @@ -4972,7 +4983,7 @@ components: nullable: true faxNumber: type: string - description: The fax number of the user. Returned only on $select. + description: The fax number of the user. nullable: true givenName: type: string @@ -4982,7 +4993,7 @@ components: 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. Returned only on $select. Supports $filter.' + 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: @@ -5000,29 +5011,29 @@ components: 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 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 is 2014-01-01T00:00:00Z Returned only on $select. Read-only.' + 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 is 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. Returned only on $select.' + 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. Returned only on $select. Read-only. + 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''. Returned by default. Supports $filter and endsWith.' nullable: true mailNickname: type: string - description: The mail alias for the user. This property must be specified when a user is created. Returned only on $select. Supports $filter. + 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. Returned by default. Read-only for users synced from on-premises directory. + description: The primary cellular telephone number for the user. Read-only for users synced from on-premises directory. Returned by default. nullable: true officeLocation: type: string @@ -5030,59 +5041,59 @@ components: 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. Returned only on $select. Read-only. + 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. Returned only on $select. Read-only.' + 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. Returned only on $select. Supports $filter.' + 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 is 2014-01-01T00:00:00Z. Returned only on $select. Read-only.' + 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 is 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. Returned only on $select. + 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. Returned only on $select. Read-only. + 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. Returned only on $select. Read-only. + 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). Returned only on $select. Read-only. + 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. Returned only on $select. Read-only. + 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''].Returned only on $select. Supports$filter.' + 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''.Returned only on $select.' + 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. Returned only on $select.' + 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 preferredLanguage: type: string @@ -5092,29 +5103,29 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.provisionedPlan' - description: The plans that are provisioned for the user. Returned only on $select. Read-only. Not nullable. + 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. Returned only on $select. Read-only, Not nullable. Supports $filter.' + 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.' 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. Returned only on $select.' + 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. Returned only on $select. Read-only. Use revokeSignInSessions to reset.' + 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. Returned only on $select. Supports $filter. + 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. Returned only on $select. + description: The street address of the user's place of business. nullable: true surname: type: string @@ -5122,7 +5133,7 @@ components: 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. Returned only on $select. Supports $filter.' + 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 @@ -5130,7 +5141,7 @@ components: 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''. Returned only on $select. Supports $filter.' + 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' @@ -5142,12 +5153,12 @@ components: format: int32 aboutMe: type: string - description: A freeform text entry field for the user to describe themselves. Returned only on $select. + 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 is 2014-01-01T00:00:00Z Returned only on $select.' + 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 is 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])$' @@ -5159,39 +5170,39 @@ components: items: type: string nullable: true - description: A list for the user to describe their interests. Returned only on $select. + description: A list for the user to describe their interests. mySite: type: string - description: The URL for the user's personal site. Returned only on $select. + 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. Returned only on $select. + description: A list for the user to enumerate their past projects. preferredName: type: string - description: The preferred name for the user. Returned only on $select. + 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. Returned only on $select. + 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. Returned only on $select. + 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. Returned only on $select. + description: A list for the user to enumerate their skills. appRoleAssignments: type: array items: @@ -5218,7 +5229,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.directoryObject' - description: 'The groups, directory roles and administrative units that the user is a member of. Read-only. Nullable.' + description: The groups and directory roles that the user is a member of. Read-only. Nullable. oauth2PermissionGrants: type: array items: @@ -5278,7 +5289,7 @@ components: 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. + description: The user's events. Default is to show Events under the Default Calendar. Read-only. Nullable. inferenceClassification: $ref: '#/components/schemas/microsoft.graph.inferenceClassification' mailFolders: @@ -5297,7 +5308,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.person' - description: 'Read-only. The most relevant people to the user. The collection is ordered by their relevance to the user, which is determined by the user''s communication, collaboration and business relationships. A person is an aggregation of information from across mail, contacts and social networks.' + description: People that are relevant to the user. Read-only. Nullable. photo: $ref: '#/components/schemas/microsoft.graph.profilePhoto' photos: @@ -5320,7 +5331,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.extension' - description: The collection of open extensions defined for the user. Nullable. + description: The collection of open extensions defined for the user. Read-only. Nullable. agreementAcceptances: type: array items: @@ -5382,7 +5393,7 @@ components: properties: parentUrl: type: string - description: 'The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/beta/print/printers/{printerId}/jobs/{jobId}. Read-only.' + description: 'The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only.' status: $ref: '#/components/schemas/microsoft.graph.printTaskStatus' definition: @@ -5657,11 +5668,12 @@ components: 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.' + 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.' format: uuid 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 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 is 2014-01-01T00:00:00Z. Read-only.' format: date-time nullable: true principalDisplayName: @@ -5671,16 +5683,16 @@ components: 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.' + description: 'The unique identifier (id) for the user, group or service principal being granted the app role. Required on create.' 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.' + description: 'The type of the assigned principal. This can either be User, Group or ServicePrincipal. Read-only.' 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. + description: The display name of the resource app's service principal to which the assignment is made. 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}$' @@ -5749,15 +5761,15 @@ components: 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.' 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, through an Outlook client or the corresponding calendarPermission resource. Read-only.' + 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. Read-only.' + 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. This property is set through an Outlook client or the corresponding calendarPermission resource. Read-only.' + description: 'true if the user can read calendar items that have been marked private, false otherwise.' nullable: true changeKey: type: string @@ -5769,11 +5781,11 @@ components: $ref: '#/components/schemas/microsoft.graph.onlineMeetingProviderType' hexColor: type: string - description: 'The calendar color, expressed in a hex color code of three hexidecimal values, each ranging from 00 to FF and representing the red, green, or blue components of the color in the RGB color space. If the user has never explicitly set a color for the calendar, this property is empty.' + description: 'The calendar color, expressed in a hex color code of three hexadecimal values, each ranging from 00 to FF and representing the red, green, or blue components of the color in the RGB color space. If the user has never explicitly set a color for the calendar, this property is empty. Read-only.' nullable: true isDefaultCalendar: type: boolean - description: 'True if this is the default calendar where new events are created by default, false otherwise.' + description: 'true if this is the default calendar where new events are created by default, false otherwise.' nullable: true isRemovable: type: boolean @@ -5951,19 +5963,19 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.attachment' - description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' + description: The collection of fileAttachment and itemAttachment attachments for the event. Navigation property. Read-only. Nullable. calendar: $ref: '#/components/schemas/microsoft.graph.calendar' extensions: type: array items: $ref: '#/components/schemas/microsoft.graph.extension' - description: The collection of open extensions defined for the event. Nullable. + 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 occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but does not include occurrences that have been cancelled from the series. Navigation property. Read-only. Nullable.' + description: The instances of the event. Navigation property. Read-only. Nullable. multiValueExtendedProperties: type: array items: @@ -6266,6 +6278,12 @@ components: 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 + description: Timestamp at which the team was created. + format: date-time + nullable: true description: type: string description: An optional description for the team. @@ -6335,12 +6353,12 @@ components: 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 is 2014-01-01T00:00:00Z' + description: 'The date and time at which the plan was assigned. 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 is 2014-01-01T00:00:00Z.' format: date-time nullable: true capabilityStatus: type: string - description: 'Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut.' + description: 'Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. See a detailed description of each value.' nullable: true service: type: string @@ -6490,7 +6508,7 @@ components: properties: forceChangePasswordNextSignIn: type: boolean - description: 'If true, at next sign-in, the user must change their password. After a password change, this property will be automatically reset to false. If not set, default is false.' + description: true if the user must change her password on the next login; otherwise false. nullable: true forceChangePasswordNextSignInWithMfa: type: boolean @@ -6526,7 +6544,7 @@ components: properties: archiveFolder: type: string - description: Folder ID of an archive folder for the user. Read only. + description: Folder ID of an archive folder for the user. nullable: true automaticRepliesSetting: $ref: '#/components/schemas/microsoft.graph.automaticRepliesSetting' @@ -6825,7 +6843,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.extension' - description: The collection of open extensions defined for the contact. Nullable. + description: The collection of open extensions defined for the contact. Read-only. Nullable. multiValueExtendedProperties: type: array items: @@ -6930,7 +6948,7 @@ components: $ref: '#/components/schemas/microsoft.graph.itemBody' bodyPreview: type: string - description: 'The first 255 characters of the message body. It is in text format. If the message contains instances of mention, this property would contain a concatenation of these mentions as well.' + description: The first 255 characters of the message body. It is in text format. nullable: true ccRecipients: type: array @@ -7150,11 +7168,11 @@ components: properties: agreementFileId: type: string - description: ID of the agreement file accepted by the user. + description: The identifier of the agreement file accepted by the user. nullable: true agreementId: type: string - description: ID of the agreement. + description: The identifier of the agreement. nullable: true deviceDisplayName: type: string @@ -7166,22 +7184,22 @@ components: nullable: true deviceOSType: type: string - description: The operating system used for accepting the agreement. + description: The operating system used to accept the agreement. nullable: true deviceOSVersion: type: string - description: The operating system version of the device used for accepting the agreement. + description: The operating system version of the device used to accept the agreement. 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: 'The expiration date time of the acceptance. 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 is 2014-01-01T00:00:00Z' + description: 'The expiration date time of the acceptance. 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 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: '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 is 2014-01-01T00:00:00Z' + 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 state: @@ -7196,7 +7214,7 @@ components: nullable: true userId: type: string - description: ID of the user who accepted the agreement. + description: The identifier of the user who accepted the agreement. nullable: true userPrincipalName: type: string @@ -7212,24 +7230,24 @@ components: properties: activationLockBypassCode: type: string - description: Code that allows the Activation Lock on a device to be bypassed. This property is read-only. + description: Code that allows the Activation Lock on a device to be bypassed. nullable: true androidSecurityPatchLevel: type: string - description: Android security patch level. This property is read-only. + description: Android security patch level nullable: true azureADDeviceId: type: string - description: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. + 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. This property is read-only. + description: Whether the device is Azure Active Directory registered. nullable: true 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. This property is read-only. + description: The DateTime when device compliance grace period expires format: date-time complianceState: $ref: '#/components/schemas/microsoft.graph.complianceState' @@ -7239,10 +7257,10 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.deviceActionResult' - description: List of ComplexType deviceActionResult objects. This property is read-only. + description: List of ComplexType deviceActionResult objects. deviceCategoryDisplayName: type: string - description: Device category display name. This property is read-only. + description: Device category display name nullable: true deviceEnrollmentType: $ref: '#/components/schemas/microsoft.graph.deviceEnrollmentType' @@ -7250,30 +7268,30 @@ components: $ref: '#/components/schemas/microsoft.graph.deviceHealthAttestationState' deviceName: type: string - description: Name of the device. This property is read-only. + description: Name of the device nullable: true deviceRegistrationState: $ref: '#/components/schemas/microsoft.graph.deviceRegistrationState' easActivated: type: boolean - description: Whether the device is Exchange ActiveSync activated. This property is read-only. + 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. This property is read-only. + description: Exchange ActivationSync activation time of the device. format: date-time easDeviceId: type: string - description: Exchange ActiveSync Id of the device. This property is read-only. + description: Exchange ActiveSync Id of the device. nullable: true emailAddress: type: string - description: Email(s) for the user associated with the device. This property is read-only. + 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. This property is read-only. + description: Enrollment time of the device. format: date-time exchangeAccessState: $ref: '#/components/schemas/microsoft.graph.deviceManagementExchangeAccessState' @@ -7282,30 +7300,30 @@ components: 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. This property is read-only. + description: Last time the device contacted Exchange. format: date-time freeStorageSpaceInBytes: type: integer - description: Free Storage in Bytes. This property is read-only. + description: Free Storage in Bytes format: int64 imei: type: string - description: IMEI. This property is read-only. + description: IMEI nullable: true isEncrypted: type: boolean - description: Device encryption status. This property is read-only. + description: Device encryption status isSupervised: type: boolean - description: Device supervised status. This property is read-only. + description: Device supervised status jailBroken: type: string - description: whether the device is jail broken or rooted. This property is read-only. + description: whether the device is jail broken or rooted. nullable: true 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. This property is read-only. + description: The date and time that the device last completed a successful sync with Intune. format: date-time managedDeviceName: type: string @@ -7317,65 +7335,65 @@ components: $ref: '#/components/schemas/microsoft.graph.managementAgentType' manufacturer: type: string - description: Manufacturer of the device. This property is read-only. + description: Manufacturer of the device nullable: true meid: type: string - description: MEID. This property is read-only. + description: MEID nullable: true model: type: string - description: Model of the device. This property is read-only. + description: Model of the device nullable: true operatingSystem: type: string - description: 'Operating system of the device. Windows, iOS, etc. This property is read-only.' + description: 'Operating system of the device. Windows, iOS, etc.' nullable: true osVersion: type: string - description: Operating system version of the device. This property is read-only. + description: Operating system version of the device. nullable: true partnerReportedThreatState: $ref: '#/components/schemas/microsoft.graph.managedDevicePartnerReportedHealthState' phoneNumber: type: string - description: Phone number of the device. This property is read-only. + description: Phone number of the device nullable: true remoteAssistanceSessionErrorDetails: type: string - description: An error string that identifies issues when creating Remote Assistance session objects. This property is read-only. + 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. This property is read-only. + description: Url that allows a Remote Assistance session to be established with the device. nullable: true serialNumber: type: string - description: SerialNumber. This property is read-only. + description: SerialNumber nullable: true subscriberCarrier: type: string - description: Subscriber Carrier. This property is read-only. + description: Subscriber Carrier nullable: true totalStorageSpaceInBytes: type: integer - description: Total Storage in Bytes. This property is read-only. + description: Total Storage in Bytes format: int64 userDisplayName: type: string - description: User display name. This property is read-only. + description: User display name nullable: true userId: type: string - description: Unique Identifier for the user associated with the device. This property is read-only. + description: Unique Identifier for the user associated with the device nullable: true userPrincipalName: type: string - description: Device user principal name. This property is read-only. + description: Device user principal name nullable: true wiFiMacAddress: type: string - description: Wi-Fi MAC. This property is read-only. + description: Wi-Fi MAC nullable: true deviceCompliancePolicyStates: type: array @@ -7498,7 +7516,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.plannerTask' - description: Read-only. Nullable. Returns the plannerTasks assigned to the user. + description: Read-only. Nullable. Returns the plannerPlans shared with the user. additionalProperties: type: object microsoft.graph.officeGraphInsights: @@ -7511,17 +7529,17 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.sharedInsight' - description: Access this property from the derived type itemInsights. + 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: Access this property from the derived type itemInsights. + 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: Access this property from the derived type itemInsights. + 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.userSettings: @@ -7668,7 +7686,7 @@ components: properties: activity: type: string - description: 'The supplemental information to a user''s availability. Possible values are Available, Away, BeRightBack, Busy, DoNotDisturb, InACall, InAConferenceCall, Inactive,InAMeeting, Offline, OffWork,OutOfOffice, PresenceUnknown,Presenting, UrgentInterruptionsOnly.' + description: 'The supplemental information to a user''s availability. Possible values are Available, Away, BeRightBack, Busy, DoNotDisturb, InACall, InAConferenceCall, Inactive, InAMeeting, Offline, OffWork, OutOfOffice, PresenceUnknown, Presenting, UrgentInterruptionsOnly.' nullable: true availability: type: string @@ -8044,7 +8062,7 @@ components: properties: name: type: string - description: Name of the setting (as defined by the directorySettingTemplate). + description: Name of the setting (as defined by the groupSettingTemplate). nullable: true value: type: string @@ -8081,11 +8099,11 @@ components: properties: address: type: string - description: The email address of an entity instance. + description: The email address of the person or entity. nullable: true name: type: string - description: The display name of an entity instance. + description: The display name of the person or entity. nullable: true additionalProperties: type: object @@ -8200,10 +8218,10 @@ components: properties: dateTime: type: string - description: 'A single point of time in a combined date and time representation ({date}T{time}). For example, ''2019-04-16T09:00:00''.' + 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 possible values.' + description: 'Represents a time zone, for example, ''Pacific Standard Time''. See below for more possible values.' nullable: true additionalProperties: type: object @@ -8356,7 +8374,7 @@ components: nullable: true name: type: string - description: The display name of the attachment. This does not need to be the actual file name. + description: The attachment's file name. nullable: true size: maximum: 2147483647 @@ -8403,7 +8421,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.attachment' - description: 'The collection of fileAttachment, itemAttachment, and referenceAttachment attachments for the post. Read-only. Nullable.' + description: Read-only. Nullable. extensions: type: array items: @@ -8893,7 +8911,7 @@ components: 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.' + description: A unique token that can be used to access this shared item via the **shares** API. Read-only. nullable: true additionalProperties: type: object @@ -8922,14 +8940,14 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.plannerBucket' - description: Collection of buckets in the plan. Read-only. Nullable. + 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: Collection of tasks in the plan. Read-only. Nullable. + description: Read-only. Nullable. Collection of tasks in the plan. additionalProperties: type: object microsoft.graph.notebook: @@ -8980,7 +8998,7 @@ components: $ref: '#/components/schemas/microsoft.graph.onenoteOperationError' percentComplete: type: string - description: The operation percent complete if the operation is still in running status + description: The operation percent complete if the operation is still in running status. nullable: true resourceId: type: string @@ -9170,7 +9188,7 @@ components: nullable: true allowCreateUpdateChannels: type: boolean - description: 'If set to true, members can add and update any channels.' + description: 'If set to true, members can add and update channels.' nullable: true allowCreateUpdateRemoveConnectors: type: boolean @@ -9325,6 +9343,12 @@ components: - 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. @@ -9524,7 +9548,7 @@ components: 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.' + 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}$' @@ -10489,7 +10513,7 @@ components: properties: messageId: type: string - description: The unique identifier for a message in a Microsoft Teams channel. + description: The unique identifier of a message in a Microsoft Teams channel. nullable: true replyChainMessageId: type: string @@ -10546,6 +10570,7 @@ components: 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 when this key was registered to the user. format: date-time nullable: true displayName: @@ -11082,7 +11107,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.dayOfWeek' - description: 'A collection of the days of the week on which the event occurs. 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.' + 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: @@ -11185,7 +11210,7 @@ components: properties: upgradeAvailable: type: boolean - description: Indicates if there are higher storage quota plans available. Read-only. + description: Indicates whether there are higher storage quota plans available. Read-only. nullable: true additionalProperties: type: object @@ -11371,12 +11396,12 @@ components: nullable: true latitude: type: number - description: 'Optional. The latitude, in decimal, for the item. Writable on OneDrive Personal.' + 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. Writable on OneDrive Personal.' + description: 'Optional. The longitude, in decimal, for the item. Read-only.' format: double nullable: true additionalProperties: @@ -11448,7 +11473,7 @@ components: 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: The date and time the photo was taken in UTC time. Read-only. + description: Represents the date and time the photo was taken. Read-only. format: date-time nullable: true additionalProperties: @@ -11659,7 +11684,7 @@ components: 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. Nullable.' + 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: @@ -11707,14 +11732,14 @@ components: nullable: true changeType: type: string - description: '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. Required. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType.' + 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: Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 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. Optional. + 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.' + 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 @@ -11722,12 +11747,12 @@ components: nullable: true encryptionCertificateId: type: string - description: A custom app-provided identifier to help identify the certificate needed to decrypt resource data. Optional. Required when includeResourceData is true. + 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: '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. Required.' + 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 includeResourceData: type: boolean @@ -11743,13 +11768,14 @@ components: nullable: true notificationQueryOptions: type: string + description: 'OData Query Options for specifying value for the targeting resource. Clients receive notifications when resource reaches the state matching the query options provided here. With this new property in the subscription creation payload along with all existing properties, Webhooks will deliver notifications whenever a resource reaches the desired state mentioned in the notificationQueryOptions property eg when the print job is completed, when a print job resource isFetchable property value becomes true etc.' nullable: true notificationUrl: type: string - description: The URL of the endpoint that receives the change notifications. This URL must make use of the HTTPS protocol. Required. + 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: Specifies the resource that will be monitored for changes. Do not include the base URL (https://graph.microsoft.com/beta/). See the possible resource path values for each supported resource. Required. + 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.thumbnailSet: @@ -11776,6 +11802,7 @@ components: properties: content: type: string + description: The content stream for this version of the item. format: base64url nullable: true size: @@ -12338,11 +12365,11 @@ components: nullable: true recipientUserId: type: string - description: User id of the recipient of the offer shift request. + 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. + description: User ID of the sender of the offer shift request. nullable: true additionalProperties: type: object @@ -12424,7 +12451,7 @@ components: properties: recipientShiftId: type: string - description: Shift ID for the recipient user with whom the request is to swap. + description: ShiftId for the recipient user with whom the request is to swap. nullable: true additionalProperties: type: object @@ -12506,6 +12533,12 @@ components: 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 + description: The identity of the chat in which the message was posted. + 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 @@ -12529,13 +12562,13 @@ components: 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 Teams UI. If no edits are made the value is null. + 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 modified, including when a reaction is added or removed.' + 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: @@ -12557,7 +12590,7 @@ components: description: 'Reactions for this chat message (for example, Like).' 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.)' + 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 @@ -12652,7 +12685,7 @@ components: nullable: true teamsAppId: type: string - description: The id from the Teams App manifest. + description: The ID from the Teams app manifest. nullable: true version: type: string @@ -12777,7 +12810,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.recipient' - description: The email address to which a message should be redirected. + description: The email addresses to which a message should be redirected. stopProcessingRules: type: boolean description: Indicates whether subsequent rules should be evaluated. @@ -13398,7 +13431,7 @@ components: properties: accountEnabled: type: boolean - description: 'true if the account is enabled; otherwise, false. default is true.' + description: 'true if the account is enabled; otherwise, false. Required.' nullable: true alternativeSecurityIds: type: array @@ -13464,7 +13497,7 @@ components: nullable: true operatingSystemVersion: type: string - description: Operating system version of the device. Required. + description: The version of the operating system on the device. Required. nullable: true physicalIds: type: array @@ -13473,7 +13506,7 @@ components: description: For internal use only. Not nullable. profileType: type: string - description: The profile type of the device. Possible values:RegisteredDevice (default)SecureVMPrinterSharedIoT + description: 'The profile type of the device. Possible values: RegisteredDevice (default), SecureVM, Printer, Shared, IoT.' nullable: true systemLabels: type: array @@ -13482,7 +13515,7 @@ components: 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' + description: 'Type of trust for the joined device. Read-only. Possible values: Workplace (indicates bring your own personal devices), AzureAd (Cloud only joined devices), ServerAd (on-premises domain joined devices joined to Azure AD). For more details, see Introduction to device management in Azure Active Directory' nullable: true memberOf: type: array @@ -13552,6 +13585,11 @@ components: items: $ref: '#/components/schemas/microsoft.graph.conversationMember' description: A collection of all the members in the chat. Nullable. + messages: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.chatMessage' + description: A collection of all the messages in the chat. Nullable. tabs: type: array items: @@ -13732,7 +13770,7 @@ components: properties: crc32Hash: type: string - description: The CRC32 value of the file (if available). Read-only. + description: The CRC32 value of the file in little endian (if available). Read-only. nullable: true quickXorHash: type: string @@ -13797,7 +13835,7 @@ components: properties: content: type: string - description: The content of the comment. + description: The content of comment. nullable: true contentType: type: string @@ -13835,7 +13873,7 @@ components: 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. Possible values are: String, Integer, Double, Boolean, Range. Read-only.' + 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' @@ -13899,7 +13937,7 @@ components: 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. 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.' + 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 @@ -14260,7 +14298,7 @@ components: nullable: true contentType: type: string - description: 'The media type of the content attachment. It can have the following values: reference: Attachment is a link to another file. Populate the contentURL with the link to the object.Any contentTypes supported by the Bot Framework''s Attachment objectapplication/vnd.microsoft.card.codesnippet: A code snippet. application/vnd.microsoft.card.announcement: An announcement header.' + description: 'The media type of the content attachment. It can have the following values: reference: Attachment is a link to another file. Populate the contentURL with the link to the object.file: Raw file attachment. Populate the contenturl field with the base64 encoding of the file in data: format.image/: Image type with the type of the image specified ex: image/png, image/jpeg, image/gif. Populate the contentUrl field with the base64 encoding of the file in data: format.video/: Video type with the format specified. Ex: video/mp4. Populate the contentUrl field with the base64 encoding of the file in data: format.audio/: Audio type with the format specified. Ex: audio/wmw. Populate the contentUrl field with the base64 encoding of the file in data: format.application/card type: Rich card attachment type with the card type specifying the exact card format to use. Set content with the json format of the card. Supported values for card type include:application/vnd.microsoft.card.adaptive: A rich card that can contain any combination of text, speech, images,,buttons, and input fields. Set the content property to,an AdaptiveCard object.application/vnd.microsoft.card.animation: A rich card that plays animation. Set the content property,to an AnimationCardobject.application/vnd.microsoft.card.audio: A rich card that plays audio files. Set the content property,to an AudioCard object.application/vnd.microsoft.card.video: A rich card that plays videos. Set the content property,to a VideoCard object.application/vnd.microsoft.card.hero: A Hero card. Set the content property to a HeroCard object.application/vnd.microsoft.card.thumbnail: A Thumbnail card. Set the content property to a ThumbnailCard object.application/vnd.microsoft.com.card.receipt: A Receipt card. Set the content property to a ReceiptCard object.application/vnd.microsoft.com.card.signin: A user Sign In card. Set the content property to a SignInCard object.' nullable: true contentUrl: type: string @@ -14280,6 +14318,20 @@ components: nullable: true additionalProperties: type: object + microsoft.graph.channelIdentity: + title: channelIdentity + type: object + properties: + channelId: + type: string + description: The identity of the channel in which the message was posted. + nullable: true + teamId: + type: string + description: The identity of the team in which the message was posted. + nullable: true + additionalProperties: + type: object microsoft.graph.chatMessageImportance: title: chatMessageImportance enum: @@ -14579,11 +14631,11 @@ components: properties: content: type: string - description: The content of replied comment. + description: The content of a comment reply. nullable: true contentType: type: string - description: Indicates the type for the replied comment. + description: Indicates the type for the comment reply. additionalProperties: type: object microsoft.graph.workbookOperationError: @@ -14664,7 +14716,7 @@ components: description: Represents whether the casing impacted the last sort of the table. Read-only. method: type: string - description: 'Represents Chinese character ordering method last used to sort the table. Possible values are: PinYin, StrokeCount. Read-only.' + description: 'Represents Chinese character ordering method last used to sort the table. The possible values are: PinYin, StrokeCount. Read-only.' additionalProperties: type: object microsoft.graph.workbookChart: @@ -14867,7 +14919,7 @@ components: nullable: true contentType: type: string - description: 'Write only. Content type, such as image/png, image/jpg.' + description: 'Write only. Content type. sicj as image/png, image/jpg.' nullable: true additionalProperties: type: object @@ -14894,7 +14946,7 @@ components: nullable: true dataOption: type: string - description: 'Represents additional sorting options for this field. Possible values are: Normal, TextAsNumber.' + description: 'Represents additional sorting options for this field. The possible values are: Normal, TextAsNumber.' icon: $ref: '#/components/schemas/microsoft.graph.workbookIcon' key: @@ -14905,7 +14957,7 @@ components: format: int32 sortOn: type: string - description: 'Represents the type of sorting of this condition. Possible values are: Value, CellColor, FontColor, Icon.' + description: 'Represents the type of sorting of this condition. The possible values are: Value, CellColor, FontColor, Icon.' additionalProperties: type: object microsoft.graph.workbookChartAxes: @@ -15130,7 +15182,7 @@ components: format: int32 set: type: string - description: 'Represents the set that the icon is part of. Possible values are: Invalid, ThreeArrows, ThreeArrowsGray, ThreeFlags, ThreeTrafficLights1, ThreeTrafficLights2, ThreeSigns, ThreeSymbols, ThreeSymbols2, FourArrows, FourArrowsGray, FourRedToBlack, FourRating, FourTrafficLights, FiveArrows, FiveArrowsGray, FiveRating, FiveQuarters, ThreeStars, ThreeTriangles, FiveBoxes.' + description: 'Represents the set that the icon is part of. The possible values are: Invalid, ThreeArrows, ThreeArrowsGray, ThreeFlags, ThreeTrafficLights1, ThreeTrafficLights2, ThreeSigns, ThreeSymbols, ThreeSymbols2, FourArrows, FourArrowsGray, FourRedToBlack, FourRating, FourTrafficLights, FiveArrows, FiveArrowsGray, FiveRating, FiveQuarters, ThreeStars, ThreeTriangles, FiveBoxes.' additionalProperties: type: object microsoft.graph.workbookChartAxis: diff --git a/openApiDocs/v1.0/Devices.CorporateManagement.yml b/openApiDocs/v1.0/Devices.CorporateManagement.yml index ce45d8b243a..b1469929696 100644 --- a/openApiDocs/v1.0/Devices.CorporateManagement.yml +++ b/openApiDocs/v1.0/Devices.CorporateManagement.yml @@ -11333,11 +11333,11 @@ components: properties: customBrowserDisplayName: type: string - description: Friendly name of the preferred custom browser to open weblink on Android. + description: 'Friendly name of the preferred custom browser to open weblink on Android. When this property is configured, ManagedBrowserToOpenLinksRequired should be true.' nullable: true customBrowserPackageId: type: string - description: Unique identifier of a custom browser to open weblink on Android. + description: 'Unique identifier of the preferred custom browser to open weblink on Android. When this property is configured, ManagedBrowserToOpenLinksRequired should be true.' nullable: true deployedAppCount: maximum: 2147483647 @@ -11483,7 +11483,7 @@ components: $ref: '#/components/schemas/microsoft.graph.managedAppDataEncryptionType' customBrowserProtocol: type: string - description: A custom browser protocol to open weblink on iOS. + description: 'A custom browser protocol to open weblink on iOS. When this property is configured, ManagedBrowserToOpenLinksRequired should be true.' nullable: true deployedAppCount: maximum: 2147483647 @@ -12265,7 +12265,7 @@ components: 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 last time when an application sync was done with the Apple volume purchase program service using the the Apple Volume Purchase Program Token. + description: The last time when an application sync was done with the Apple volume purchase program service using the Apple Volume Purchase Program Token. format: date-time lastSyncStatus: $ref: '#/components/schemas/microsoft.graph.vppTokenSyncStatus' @@ -12371,24 +12371,24 @@ components: properties: activationLockBypassCode: type: string - description: Code that allows the Activation Lock on a device to be bypassed. This property is read-only. + description: Code that allows the Activation Lock on a device to be bypassed. nullable: true androidSecurityPatchLevel: type: string - description: Android security patch level. This property is read-only. + description: Android security patch level nullable: true azureADDeviceId: type: string - description: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. + 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. This property is read-only. + description: Whether the device is Azure Active Directory registered. nullable: true 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. This property is read-only. + description: The DateTime when device compliance grace period expires format: date-time complianceState: $ref: '#/components/schemas/microsoft.graph.complianceState' @@ -12398,10 +12398,10 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.deviceActionResult' - description: List of ComplexType deviceActionResult objects. This property is read-only. + description: List of ComplexType deviceActionResult objects. deviceCategoryDisplayName: type: string - description: Device category display name. This property is read-only. + description: Device category display name nullable: true deviceEnrollmentType: $ref: '#/components/schemas/microsoft.graph.deviceEnrollmentType' @@ -12409,30 +12409,30 @@ components: $ref: '#/components/schemas/microsoft.graph.deviceHealthAttestationState' deviceName: type: string - description: Name of the device. This property is read-only. + description: Name of the device nullable: true deviceRegistrationState: $ref: '#/components/schemas/microsoft.graph.deviceRegistrationState' easActivated: type: boolean - description: Whether the device is Exchange ActiveSync activated. This property is read-only. + 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. This property is read-only. + description: Exchange ActivationSync activation time of the device. format: date-time easDeviceId: type: string - description: Exchange ActiveSync Id of the device. This property is read-only. + description: Exchange ActiveSync Id of the device. nullable: true emailAddress: type: string - description: Email(s) for the user associated with the device. This property is read-only. + 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. This property is read-only. + description: Enrollment time of the device. format: date-time exchangeAccessState: $ref: '#/components/schemas/microsoft.graph.deviceManagementExchangeAccessState' @@ -12441,30 +12441,30 @@ components: 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. This property is read-only. + description: Last time the device contacted Exchange. format: date-time freeStorageSpaceInBytes: type: integer - description: Free Storage in Bytes. This property is read-only. + description: Free Storage in Bytes format: int64 imei: type: string - description: IMEI. This property is read-only. + description: IMEI nullable: true isEncrypted: type: boolean - description: Device encryption status. This property is read-only. + description: Device encryption status isSupervised: type: boolean - description: Device supervised status. This property is read-only. + description: Device supervised status jailBroken: type: string - description: whether the device is jail broken or rooted. This property is read-only. + description: whether the device is jail broken or rooted. nullable: true 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. This property is read-only. + description: The date and time that the device last completed a successful sync with Intune. format: date-time managedDeviceName: type: string @@ -12476,65 +12476,65 @@ components: $ref: '#/components/schemas/microsoft.graph.managementAgentType' manufacturer: type: string - description: Manufacturer of the device. This property is read-only. + description: Manufacturer of the device nullable: true meid: type: string - description: MEID. This property is read-only. + description: MEID nullable: true model: type: string - description: Model of the device. This property is read-only. + description: Model of the device nullable: true operatingSystem: type: string - description: 'Operating system of the device. Windows, iOS, etc. This property is read-only.' + description: 'Operating system of the device. Windows, iOS, etc.' nullable: true osVersion: type: string - description: Operating system version of the device. This property is read-only. + description: Operating system version of the device. nullable: true partnerReportedThreatState: $ref: '#/components/schemas/microsoft.graph.managedDevicePartnerReportedHealthState' phoneNumber: type: string - description: Phone number of the device. This property is read-only. + description: Phone number of the device nullable: true remoteAssistanceSessionErrorDetails: type: string - description: An error string that identifies issues when creating Remote Assistance session objects. This property is read-only. + 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. This property is read-only. + description: Url that allows a Remote Assistance session to be established with the device. nullable: true serialNumber: type: string - description: SerialNumber. This property is read-only. + description: SerialNumber nullable: true subscriberCarrier: type: string - description: Subscriber Carrier. This property is read-only. + description: Subscriber Carrier nullable: true totalStorageSpaceInBytes: type: integer - description: Total Storage in Bytes. This property is read-only. + description: Total Storage in Bytes format: int64 userDisplayName: type: string - description: User display name. This property is read-only. + description: User display name nullable: true userId: type: string - description: Unique Identifier for the user associated with the device. This property is read-only. + description: Unique Identifier for the user associated with the device nullable: true userPrincipalName: type: string - description: Device user principal name. This property is read-only. + description: Device user principal name nullable: true wiFiMacAddress: type: string - description: Wi-Fi MAC. This property is read-only. + description: Wi-Fi MAC nullable: true deviceCompliancePolicyStates: type: array @@ -13543,7 +13543,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.ipRange' - description: Collection of ip ranges + description: Collection of Internet protocol address ranges additionalProperties: type: object description: Windows Information Protection IP Range Collection diff --git a/openApiDocs/v1.0/Education.yml b/openApiDocs/v1.0/Education.yml index 833261901f9..4fbd74ecdd8 100644 --- a/openApiDocs/v1.0/Education.yml +++ b/openApiDocs/v1.0/Education.yml @@ -6051,7 +6051,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.assignedLabel' - description: 'The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select.' + 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: @@ -6088,7 +6088,7 @@ components: 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).' + 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 licenseProcessingState: $ref: '#/components/schemas/microsoft.graph.licenseProcessingState' @@ -6110,7 +6110,7 @@ components: 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. + 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 @@ -6149,13 +6149,13 @@ components: nullable: true preferredLanguage: type: string - description: The preferred language for a Microsoft 365 group. Should follow ISO 639-1 Code; for example 'en-US'. Returned by default. + 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 for filter expressions on multi-valued properties. Returned by default. Read-only. Not nullable. Supports $filter.' + 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 @@ -6172,7 +6172,7 @@ components: nullable: true theme: type: string - description: 'Specifies a Microsoft 365 group''s color theme. Possible values are Teal, Purple, Green, Blue, Pink, Orange or Red. Returned by default.' + 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 @@ -6180,29 +6180,29 @@ components: nullable: true 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. + description: 'Indicates if people external to the organization can send messages to the group. Default value is false. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}).' 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. + 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. Supported only on the Get group API (GET /groups/{ID}).' nullable: true hideFromAddressLists: type: boolean - description: 'True if the group is not displayed in certain parts of the Outlook user interface: in the Address Book, in address lists for selecting message recipients, and in the Browse Groups dialog for searching groups; false otherwise. Default value is false. Returned only on $select.' + 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. Supported only on the Get group API (GET /groups/{ID}).' 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, false otherwise. Default value is false. Returned only on $select.' + 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. Supported only on the Get group API (GET /groups/{ID}).' 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. + description: 'Indicates whether the signed-in user is subscribed to receive email conversations. Default value is true. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}).' 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. This property is the same as unseenConversationsCount.Returned only on $select. + description: 'Count of conversations that have received new posts since the signed-in user last visited the group. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}).' format: int32 nullable: true isArchived: @@ -6219,12 +6219,12 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.directoryObject' - description: 'Groups and administrative units that this group is a member of. HTTP Methods: GET (supported for all groups). Read-only. Nullable.' + 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, contacts, and groups that are members of this group. HTTP Methods: GET (supported for all groups), POST (supported for security groups and mail-enabled security groups), DELETE (supported only for security groups) Read-only. Nullable.' + 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: @@ -6234,7 +6234,7 @@ components: 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. HTTP Methods: GET (supported for all groups), POST (supported for security groups and mail-enabled security groups), DELETE (supported only for security groups) Read-only. Nullable.' + 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: @@ -6243,7 +6243,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.groupSetting' - description: 'Settings that can govern this group''s behavior, like whether members can invite guest users to the group. Nullable.' + description: Read-only. Nullable. transitiveMemberOf: type: array items: @@ -6273,7 +6273,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.event' - description: The group's events. + description: The group's calendar events. photo: $ref: '#/components/schemas/microsoft.graph.profilePhoto' photos: @@ -6330,7 +6330,7 @@ components: properties: accountEnabled: type: boolean - description: 'True if the account is enabled; otherwise, false. This property is required when a user is created. Supports /$filter.' + description: 'True if the account is enabled; otherwise, false. This property is required when a user is created. Supports $filter.' nullable: true assignedLicenses: type: array @@ -6351,11 +6351,11 @@ components: $ref: '#/components/schemas/microsoft.graph.identitySet' department: type: string - description: The name for the department in which the user works. Supports /$filter. + description: The name for the department in which the user works. Supports $filter. nullable: true displayName: type: string - description: The name displayed in the address book for the user. Supports $filter and $orderby. + 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 externalSource: $ref: '#/components/schemas/microsoft.graph.educationExternalSource' @@ -6365,17 +6365,17 @@ components: nullable: true givenName: type: string - description: The given name (first name) of the user. Supports /$filter. + description: The given name (first name) of the user. Supports $filter. nullable: true mail: type: string - description: 'The SMTP address for the user; for example, ''jeff@contoso.onmicrosoft.com''. Read-Only. Supports /$filter.' + description: 'The SMTP address for the user; for example, ''jeff@contoso.onmicrosoft.com''. Read-Only. Supports $filter.' nullable: true mailingAddress: $ref: '#/components/schemas/microsoft.graph.physicalAddress' mailNickname: type: string - description: The mail alias for the user. This property must be specified when a user is created. Supports /$filter. + description: The mail alias for the user. This property must be specified when a user is created. Supports $filter. nullable: true middleName: type: string @@ -6392,7 +6392,7 @@ components: $ref: '#/components/schemas/microsoft.graph.educationOnPremisesInfo' passwordPolicies: type: string - description: 'Specifies password policies for the user. See standard [user] resource for additional details.' + 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 can be specified together; for example: ''DisablePasswordExpiration, DisableStrongPassword''.' nullable: true passwordProfile: $ref: '#/components/schemas/microsoft.graph.passwordProfile' @@ -6421,21 +6421,21 @@ components: $ref: '#/components/schemas/microsoft.graph.educationStudent' surname: type: string - description: The user's surname (family name or last name). Supports /$filter. + description: The user's surname (family name or last name). Supports $filter. nullable: true teacher: $ref: '#/components/schemas/microsoft.graph.educationTeacher' usageLocation: type: string - description: 'A two-letter country code ([ISO 3166 Alpha-2]). Required for users who will be assigned licenses. Not nullable. Supports /$filter.' + description: 'A two-letter country code (ISO standard 3166). Required for users who will be assigned licenses due to a legal requirement to check for availability of services in countries or regions. Examples include: ''US'', ''JP'', and ''GB''. Not nullable. Supports $filter.' nullable: true userPrincipalName: type: string - description: 'The user principal name (UPN) for the user. Supports $filter and $orderby. See standard [user] resource for additional details.' + 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.' + description: 'A string value that can be used to classify user types in your directory, such as ''Member'' and ''Guest''. Supports $filter.' nullable: true classes: type: array @@ -6523,60 +6523,60 @@ components: properties: accountEnabled: type: boolean - description: 'true if the account is enabled; otherwise, false. This property is required when a user is created. Returned only on $select. Supports $filter.' + 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. Returned only on $select.' + 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. Returned only on $select. Not nullable. + description: The licenses that are assigned to the user. Returned only on $select. Not nullable. Supports $filter. assignedPlans: type: array items: $ref: '#/components/schemas/microsoft.graph.assignedPlan' - description: The plans that are assigned to the user. Returned only on $select. Read-only. Not nullable. + 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. Only one number can be set for this property. Returned by default. Read-only for users synced from on-premises directory. + description: 'The telephone numbers for the user. NOTE: Although this is a string collection, only one number can be set for this property. Read-only for users synced from on-premises directory. Returned by default.' city: type: string - description: The city in which the user is located. Returned only on $select. Supports $filter. + 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. + 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 characters.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. Returned only on $select.' + 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''. Returned only on $select. Supports $filter.' + 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 date and time the user was created. The value cannot be modified and is automatically populated when the entity is created. The DateTimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. Property is nullable. A null value indicates that an accurate creation time couldn't be determined for the user. Returned only on $select. Read-only. Supports $filter. + 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). Returned only on $select. Read-only.' + 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. Returned only on $select. Supports $filter. + description: The name for the department in which the user works. Supports $filter. nullable: true displayName: type: string - description: 'The name displayed in the address book for the user. This value 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. Returned by default. Supports $filter and $orderby.' + 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. Returned by default. 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])$' @@ -6606,7 +6606,7 @@ components: nullable: true faxNumber: type: string - description: The fax number of the user. Returned only on $select. + description: The fax number of the user. nullable: true givenName: type: string @@ -6616,7 +6616,7 @@ components: 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. Returned only on $select. Supports $filter.' + 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: @@ -6634,29 +6634,29 @@ components: 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 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 is 2014-01-01T00:00:00Z Returned only on $select. Read-only.' + 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 is 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. Returned only on $select.' + 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. Returned only on $select. Read-only. + 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''. Returned by default. Supports $filter and endsWith.' nullable: true mailNickname: type: string - description: The mail alias for the user. This property must be specified when a user is created. Returned only on $select. Supports $filter. + 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. Returned by default. Read-only for users synced from on-premises directory. + description: The primary cellular telephone number for the user. Read-only for users synced from on-premises directory. Returned by default. nullable: true officeLocation: type: string @@ -6664,59 +6664,59 @@ components: 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. Returned only on $select. Read-only. + 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. Returned only on $select. Read-only.' + 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. Returned only on $select. Supports $filter.' + 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 is 2014-01-01T00:00:00Z. Returned only on $select. Read-only.' + 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 is 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. Returned only on $select. + 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. Returned only on $select. Read-only. + 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. Returned only on $select. Read-only. + 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). Returned only on $select. Read-only. + 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. Returned only on $select. Read-only. + 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''].Returned only on $select. Supports$filter.' + 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''.Returned only on $select.' + 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. Returned only on $select.' + 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 preferredLanguage: type: string @@ -6726,29 +6726,29 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.provisionedPlan' - description: The plans that are provisioned for the user. Returned only on $select. Read-only. Not nullable. + 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. Returned only on $select. Read-only, Not nullable. Supports $filter.' + 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.' 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. Returned only on $select.' + 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. Returned only on $select. Read-only. Use revokeSignInSessions to reset.' + 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. Returned only on $select. Supports $filter. + 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. Returned only on $select. + description: The street address of the user's place of business. nullable: true surname: type: string @@ -6756,7 +6756,7 @@ components: 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. Returned only on $select. Supports $filter.' + 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 @@ -6764,7 +6764,7 @@ components: 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''. Returned only on $select. Supports $filter.' + 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' @@ -6776,12 +6776,12 @@ components: format: int32 aboutMe: type: string - description: A freeform text entry field for the user to describe themselves. Returned only on $select. + 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 is 2014-01-01T00:00:00Z Returned only on $select.' + 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 is 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])$' @@ -6793,39 +6793,39 @@ components: items: type: string nullable: true - description: A list for the user to describe their interests. Returned only on $select. + description: A list for the user to describe their interests. mySite: type: string - description: The URL for the user's personal site. Returned only on $select. + 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. Returned only on $select. + description: A list for the user to enumerate their past projects. preferredName: type: string - description: The preferred name for the user. Returned only on $select. + 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. Returned only on $select. + 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. Returned only on $select. + 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. Returned only on $select. + description: A list for the user to enumerate their skills. appRoleAssignments: type: array items: @@ -6852,7 +6852,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.directoryObject' - description: 'The groups, directory roles and administrative units that the user is a member of. Read-only. Nullable.' + description: The groups and directory roles that the user is a member of. Read-only. Nullable. oauth2PermissionGrants: type: array items: @@ -6912,7 +6912,7 @@ components: 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. + description: The user's events. Default is to show Events under the Default Calendar. Read-only. Nullable. inferenceClassification: $ref: '#/components/schemas/microsoft.graph.inferenceClassification' mailFolders: @@ -6931,7 +6931,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.person' - description: 'Read-only. The most relevant people to the user. The collection is ordered by their relevance to the user, which is determined by the user''s communication, collaboration and business relationships. A person is an aggregation of information from across mail, contacts and social networks.' + description: People that are relevant to the user. Read-only. Nullable. photo: $ref: '#/components/schemas/microsoft.graph.profilePhoto' photos: @@ -6954,7 +6954,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.extension' - description: The collection of open extensions defined for the user. Nullable. + description: The collection of open extensions defined for the user. Read-only. Nullable. agreementAcceptances: type: array items: @@ -7024,7 +7024,7 @@ components: nullable: true visibility: type: string - description: 'Controls whether the adminstrative unit and its members are hidden or public. Can be set to HiddenMembership or Public. If not set, default behavior is Public. When set to HiddenMembership, only members of the administrative unit can list other members of the adminstrative unit.' + description: 'Controls whether the administrative unit and its members are hidden or public. Can be set to HiddenMembership or Public. If not set, default behavior is Public. When set to HiddenMembership, only members of the administrative unit can list other members of the administrative unit.' nullable: true members: type: array @@ -7213,11 +7213,12 @@ components: 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.' + 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.' format: uuid 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 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 is 2014-01-01T00:00:00Z. Read-only.' format: date-time nullable: true principalDisplayName: @@ -7227,16 +7228,16 @@ components: 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.' + description: 'The unique identifier (id) for the user, group or service principal being granted the app role. Required on create.' 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.' + description: 'The type of the assigned principal. This can either be User, Group or ServicePrincipal. Read-only.' 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. + description: The display name of the resource app's service principal to which the assignment is made. 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}$' @@ -7305,15 +7306,15 @@ components: 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.' 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, through an Outlook client or the corresponding calendarPermission resource. Read-only.' + 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. Read-only.' + 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. This property is set through an Outlook client or the corresponding calendarPermission resource. Read-only.' + description: 'true if the user can read calendar items that have been marked private, false otherwise.' nullable: true changeKey: type: string @@ -7325,11 +7326,11 @@ components: $ref: '#/components/schemas/microsoft.graph.onlineMeetingProviderType' hexColor: type: string - description: 'The calendar color, expressed in a hex color code of three hexidecimal values, each ranging from 00 to FF and representing the red, green, or blue components of the color in the RGB color space. If the user has never explicitly set a color for the calendar, this property is empty.' + description: 'The calendar color, expressed in a hex color code of three hexadecimal values, each ranging from 00 to FF and representing the red, green, or blue components of the color in the RGB color space. If the user has never explicitly set a color for the calendar, this property is empty. Read-only.' nullable: true isDefaultCalendar: type: boolean - description: 'True if this is the default calendar where new events are created by default, false otherwise.' + description: 'true if this is the default calendar where new events are created by default, false otherwise.' nullable: true isRemovable: type: boolean @@ -7507,19 +7508,19 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.attachment' - description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' + description: The collection of fileAttachment and itemAttachment attachments for the event. Navigation property. Read-only. Nullable. calendar: $ref: '#/components/schemas/microsoft.graph.calendar' extensions: type: array items: $ref: '#/components/schemas/microsoft.graph.extension' - description: The collection of open extensions defined for the event. Nullable. + 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 occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but does not include occurrences that have been cancelled from the series. Navigation property. Read-only. Nullable.' + description: The instances of the event. Navigation property. Read-only. Nullable. multiValueExtendedProperties: type: array items: @@ -7822,6 +7823,12 @@ components: 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 + description: Timestamp at which the team was created. + format: date-time + nullable: true description: type: string description: An optional description for the team. @@ -7891,12 +7898,12 @@ components: 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 is 2014-01-01T00:00:00Z' + description: 'The date and time at which the plan was assigned. 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 is 2014-01-01T00:00:00Z.' format: date-time nullable: true capabilityStatus: type: string - description: 'Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut.' + description: 'Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. See a detailed description of each value.' nullable: true service: type: string @@ -7952,7 +7959,7 @@ components: properties: forceChangePasswordNextSignIn: type: boolean - description: 'If true, at next sign-in, the user must change their password. After a password change, this property will be automatically reset to false. If not set, default is false.' + description: true if the user must change her password on the next login; otherwise false. nullable: true forceChangePasswordNextSignInWithMfa: type: boolean @@ -8026,7 +8033,7 @@ components: properties: externalId: type: string - description: Id of the Teacher in external source system. + description: ID of the teacher in the source system. nullable: true teacherNumber: type: string @@ -8190,7 +8197,7 @@ components: properties: archiveFolder: type: string - description: Folder ID of an archive folder for the user. Read only. + description: Folder ID of an archive folder for the user. nullable: true automaticRepliesSetting: $ref: '#/components/schemas/microsoft.graph.automaticRepliesSetting' @@ -8489,7 +8496,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.extension' - description: The collection of open extensions defined for the contact. Nullable. + description: The collection of open extensions defined for the contact. Read-only. Nullable. multiValueExtendedProperties: type: array items: @@ -8594,7 +8601,7 @@ components: $ref: '#/components/schemas/microsoft.graph.itemBody' bodyPreview: type: string - description: 'The first 255 characters of the message body. It is in text format. If the message contains instances of mention, this property would contain a concatenation of these mentions as well.' + description: The first 255 characters of the message body. It is in text format. nullable: true ccRecipients: type: array @@ -8814,11 +8821,11 @@ components: properties: agreementFileId: type: string - description: ID of the agreement file accepted by the user. + description: The identifier of the agreement file accepted by the user. nullable: true agreementId: type: string - description: ID of the agreement. + description: The identifier of the agreement. nullable: true deviceDisplayName: type: string @@ -8830,22 +8837,22 @@ components: nullable: true deviceOSType: type: string - description: The operating system used for accepting the agreement. + description: The operating system used to accept the agreement. nullable: true deviceOSVersion: type: string - description: The operating system version of the device used for accepting the agreement. + description: The operating system version of the device used to accept the agreement. 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: 'The expiration date time of the acceptance. 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 is 2014-01-01T00:00:00Z' + description: 'The expiration date time of the acceptance. 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 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: '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 is 2014-01-01T00:00:00Z' + 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 state: @@ -8860,7 +8867,7 @@ components: nullable: true userId: type: string - description: ID of the user who accepted the agreement. + description: The identifier of the user who accepted the agreement. nullable: true userPrincipalName: type: string @@ -8876,24 +8883,24 @@ components: properties: activationLockBypassCode: type: string - description: Code that allows the Activation Lock on a device to be bypassed. This property is read-only. + description: Code that allows the Activation Lock on a device to be bypassed. nullable: true androidSecurityPatchLevel: type: string - description: Android security patch level. This property is read-only. + description: Android security patch level nullable: true azureADDeviceId: type: string - description: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. + 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. This property is read-only. + description: Whether the device is Azure Active Directory registered. nullable: true 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. This property is read-only. + description: The DateTime when device compliance grace period expires format: date-time complianceState: $ref: '#/components/schemas/microsoft.graph.complianceState' @@ -8903,10 +8910,10 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.deviceActionResult' - description: List of ComplexType deviceActionResult objects. This property is read-only. + description: List of ComplexType deviceActionResult objects. deviceCategoryDisplayName: type: string - description: Device category display name. This property is read-only. + description: Device category display name nullable: true deviceEnrollmentType: $ref: '#/components/schemas/microsoft.graph.deviceEnrollmentType' @@ -8914,30 +8921,30 @@ components: $ref: '#/components/schemas/microsoft.graph.deviceHealthAttestationState' deviceName: type: string - description: Name of the device. This property is read-only. + description: Name of the device nullable: true deviceRegistrationState: $ref: '#/components/schemas/microsoft.graph.deviceRegistrationState' easActivated: type: boolean - description: Whether the device is Exchange ActiveSync activated. This property is read-only. + 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. This property is read-only. + description: Exchange ActivationSync activation time of the device. format: date-time easDeviceId: type: string - description: Exchange ActiveSync Id of the device. This property is read-only. + description: Exchange ActiveSync Id of the device. nullable: true emailAddress: type: string - description: Email(s) for the user associated with the device. This property is read-only. + 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. This property is read-only. + description: Enrollment time of the device. format: date-time exchangeAccessState: $ref: '#/components/schemas/microsoft.graph.deviceManagementExchangeAccessState' @@ -8946,30 +8953,30 @@ components: 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. This property is read-only. + description: Last time the device contacted Exchange. format: date-time freeStorageSpaceInBytes: type: integer - description: Free Storage in Bytes. This property is read-only. + description: Free Storage in Bytes format: int64 imei: type: string - description: IMEI. This property is read-only. + description: IMEI nullable: true isEncrypted: type: boolean - description: Device encryption status. This property is read-only. + description: Device encryption status isSupervised: type: boolean - description: Device supervised status. This property is read-only. + description: Device supervised status jailBroken: type: string - description: whether the device is jail broken or rooted. This property is read-only. + description: whether the device is jail broken or rooted. nullable: true 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. This property is read-only. + description: The date and time that the device last completed a successful sync with Intune. format: date-time managedDeviceName: type: string @@ -8981,65 +8988,65 @@ components: $ref: '#/components/schemas/microsoft.graph.managementAgentType' manufacturer: type: string - description: Manufacturer of the device. This property is read-only. + description: Manufacturer of the device nullable: true meid: type: string - description: MEID. This property is read-only. + description: MEID nullable: true model: type: string - description: Model of the device. This property is read-only. + description: Model of the device nullable: true operatingSystem: type: string - description: 'Operating system of the device. Windows, iOS, etc. This property is read-only.' + description: 'Operating system of the device. Windows, iOS, etc.' nullable: true osVersion: type: string - description: Operating system version of the device. This property is read-only. + description: Operating system version of the device. nullable: true partnerReportedThreatState: $ref: '#/components/schemas/microsoft.graph.managedDevicePartnerReportedHealthState' phoneNumber: type: string - description: Phone number of the device. This property is read-only. + description: Phone number of the device nullable: true remoteAssistanceSessionErrorDetails: type: string - description: An error string that identifies issues when creating Remote Assistance session objects. This property is read-only. + 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. This property is read-only. + description: Url that allows a Remote Assistance session to be established with the device. nullable: true serialNumber: type: string - description: SerialNumber. This property is read-only. + description: SerialNumber nullable: true subscriberCarrier: type: string - description: Subscriber Carrier. This property is read-only. + description: Subscriber Carrier nullable: true totalStorageSpaceInBytes: type: integer - description: Total Storage in Bytes. This property is read-only. + description: Total Storage in Bytes format: int64 userDisplayName: type: string - description: User display name. This property is read-only. + description: User display name nullable: true userId: type: string - description: Unique Identifier for the user associated with the device. This property is read-only. + description: Unique Identifier for the user associated with the device nullable: true userPrincipalName: type: string - description: Device user principal name. This property is read-only. + description: Device user principal name nullable: true wiFiMacAddress: type: string - description: Wi-Fi MAC. This property is read-only. + description: Wi-Fi MAC nullable: true deviceCompliancePolicyStates: type: array @@ -9162,7 +9169,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.plannerTask' - description: Read-only. Nullable. Returns the plannerTasks assigned to the user. + description: Read-only. Nullable. Returns the plannerPlans shared with the user. additionalProperties: type: object microsoft.graph.officeGraphInsights: @@ -9175,17 +9182,17 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.sharedInsight' - description: Access this property from the derived type itemInsights. + 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: Access this property from the derived type itemInsights. + 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: Access this property from the derived type itemInsights. + 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.userSettings: @@ -9332,7 +9339,7 @@ components: properties: activity: type: string - description: 'The supplemental information to a user''s availability. Possible values are Available, Away, BeRightBack, Busy, DoNotDisturb, InACall, InAConferenceCall, Inactive,InAMeeting, Offline, OffWork,OutOfOffice, PresenceUnknown,Presenting, UrgentInterruptionsOnly.' + description: 'The supplemental information to a user''s availability. Possible values are Available, Away, BeRightBack, Busy, DoNotDisturb, InACall, InAConferenceCall, Inactive, InAMeeting, Offline, OffWork, OutOfOffice, PresenceUnknown, Presenting, UrgentInterruptionsOnly.' nullable: true availability: type: string @@ -9419,7 +9426,7 @@ components: properties: name: type: string - description: Name of the setting (as defined by the directorySettingTemplate). + description: Name of the setting (as defined by the groupSettingTemplate). nullable: true value: type: string @@ -9456,11 +9463,11 @@ components: properties: address: type: string - description: The email address of an entity instance. + description: The email address of the person or entity. nullable: true name: type: string - description: The display name of an entity instance. + description: The display name of the person or entity. nullable: true additionalProperties: type: object @@ -9575,10 +9582,10 @@ components: properties: dateTime: type: string - description: 'A single point of time in a combined date and time representation ({date}T{time}). For example, ''2019-04-16T09:00:00''.' + 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 possible values.' + description: 'Represents a time zone, for example, ''Pacific Standard Time''. See below for more possible values.' nullable: true additionalProperties: type: object @@ -9731,7 +9738,7 @@ components: nullable: true name: type: string - description: The display name of the attachment. This does not need to be the actual file name. + description: The attachment's file name. nullable: true size: maximum: 2147483647 @@ -9778,7 +9785,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.attachment' - description: 'The collection of fileAttachment, itemAttachment, and referenceAttachment attachments for the post. Read-only. Nullable.' + description: Read-only. Nullable. extensions: type: array items: @@ -10256,7 +10263,7 @@ components: 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.' + description: A unique token that can be used to access this shared item via the **shares** API. Read-only. nullable: true additionalProperties: type: object @@ -10285,14 +10292,14 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.plannerBucket' - description: Collection of buckets in the plan. Read-only. Nullable. + 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: Collection of tasks in the plan. Read-only. Nullable. + description: Read-only. Nullable. Collection of tasks in the plan. additionalProperties: type: object microsoft.graph.notebook: @@ -10343,7 +10350,7 @@ components: $ref: '#/components/schemas/microsoft.graph.onenoteOperationError' percentComplete: type: string - description: The operation percent complete if the operation is still in running status + description: The operation percent complete if the operation is still in running status. nullable: true resourceId: type: string @@ -10533,7 +10540,7 @@ components: nullable: true allowCreateUpdateChannels: type: boolean - description: 'If set to true, members can add and update any channels.' + description: 'If set to true, members can add and update channels.' nullable: true allowCreateUpdateRemoveConnectors: type: boolean @@ -10688,6 +10695,12 @@ components: - 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. @@ -10895,7 +10908,7 @@ components: 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.' + 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}$' @@ -11820,7 +11833,7 @@ components: properties: messageId: type: string - description: The unique identifier for a message in a Microsoft Teams channel. + description: The unique identifier of a message in a Microsoft Teams channel. nullable: true replyChainMessageId: type: string @@ -11877,6 +11890,7 @@ components: 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 when this key was registered to the user. format: date-time nullable: true displayName: @@ -12115,7 +12129,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.dayOfWeek' - description: 'A collection of the days of the week on which the event occurs. 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.' + 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: @@ -12218,7 +12232,7 @@ components: properties: upgradeAvailable: type: boolean - description: Indicates if there are higher storage quota plans available. Read-only. + description: Indicates whether there are higher storage quota plans available. Read-only. nullable: true additionalProperties: type: object @@ -12404,12 +12418,12 @@ components: nullable: true latitude: type: number - description: 'Optional. The latitude, in decimal, for the item. Writable on OneDrive Personal.' + 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. Writable on OneDrive Personal.' + description: 'Optional. The longitude, in decimal, for the item. Read-only.' format: double nullable: true additionalProperties: @@ -12481,7 +12495,7 @@ components: 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: The date and time the photo was taken in UTC time. Read-only. + description: Represents the date and time the photo was taken. Read-only. format: date-time nullable: true additionalProperties: @@ -12692,7 +12706,7 @@ components: 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. Nullable.' + 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: @@ -12740,14 +12754,14 @@ components: nullable: true changeType: type: string - description: '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. Required. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType.' + 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: Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 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. Optional. + 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.' + 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 @@ -12755,12 +12769,12 @@ components: nullable: true encryptionCertificateId: type: string - description: A custom app-provided identifier to help identify the certificate needed to decrypt resource data. Optional. Required when includeResourceData is true. + 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: '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. Required.' + 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 includeResourceData: type: boolean @@ -12776,13 +12790,14 @@ components: nullable: true notificationQueryOptions: type: string + description: 'OData Query Options for specifying value for the targeting resource. Clients receive notifications when resource reaches the state matching the query options provided here. With this new property in the subscription creation payload along with all existing properties, Webhooks will deliver notifications whenever a resource reaches the desired state mentioned in the notificationQueryOptions property eg when the print job is completed, when a print job resource isFetchable property value becomes true etc.' nullable: true notificationUrl: type: string - description: The URL of the endpoint that receives the change notifications. This URL must make use of the HTTPS protocol. Required. + 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: Specifies the resource that will be monitored for changes. Do not include the base URL (https://graph.microsoft.com/beta/). See the possible resource path values for each supported resource. Required. + 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.thumbnailSet: @@ -12809,6 +12824,7 @@ components: properties: content: type: string + description: The content stream for this version of the item. format: base64url nullable: true size: @@ -13371,11 +13387,11 @@ components: nullable: true recipientUserId: type: string - description: User id of the recipient of the offer shift request. + 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. + description: User ID of the sender of the offer shift request. nullable: true additionalProperties: type: object @@ -13457,7 +13473,7 @@ components: properties: recipientShiftId: type: string - description: Shift ID for the recipient user with whom the request is to swap. + description: ShiftId for the recipient user with whom the request is to swap. nullable: true additionalProperties: type: object @@ -13539,6 +13555,12 @@ components: 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 + description: The identity of the chat in which the message was posted. + 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 @@ -13562,13 +13584,13 @@ components: 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 Teams UI. If no edits are made the value is null. + 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 modified, including when a reaction is added or removed.' + 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: @@ -13590,7 +13612,7 @@ components: description: 'Reactions for this chat message (for example, Like).' 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.)' + 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 @@ -13685,7 +13707,7 @@ components: nullable: true teamsAppId: type: string - description: The id from the Teams App manifest. + description: The ID from the Teams app manifest. nullable: true version: type: string @@ -13810,7 +13832,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.recipient' - description: The email address to which a message should be redirected. + description: The email addresses to which a message should be redirected. stopProcessingRules: type: boolean description: Indicates whether subsequent rules should be evaluated. @@ -14431,7 +14453,7 @@ components: properties: accountEnabled: type: boolean - description: 'true if the account is enabled; otherwise, false. default is true.' + description: 'true if the account is enabled; otherwise, false. Required.' nullable: true alternativeSecurityIds: type: array @@ -14497,7 +14519,7 @@ components: nullable: true operatingSystemVersion: type: string - description: Operating system version of the device. Required. + description: The version of the operating system on the device. Required. nullable: true physicalIds: type: array @@ -14506,7 +14528,7 @@ components: description: For internal use only. Not nullable. profileType: type: string - description: The profile type of the device. Possible values:RegisteredDevice (default)SecureVMPrinterSharedIoT + description: 'The profile type of the device. Possible values: RegisteredDevice (default), SecureVM, Printer, Shared, IoT.' nullable: true systemLabels: type: array @@ -14515,7 +14537,7 @@ components: 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' + description: 'Type of trust for the joined device. Read-only. Possible values: Workplace (indicates bring your own personal devices), AzureAd (Cloud only joined devices), ServerAd (on-premises domain joined devices joined to Azure AD). For more details, see Introduction to device management in Azure Active Directory' nullable: true memberOf: type: array @@ -14585,6 +14607,11 @@ components: items: $ref: '#/components/schemas/microsoft.graph.conversationMember' description: A collection of all the members in the chat. Nullable. + messages: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.chatMessage' + description: A collection of all the messages in the chat. Nullable. tabs: type: array items: @@ -14706,7 +14733,7 @@ components: properties: crc32Hash: type: string - description: The CRC32 value of the file (if available). Read-only. + description: The CRC32 value of the file in little endian (if available). Read-only. nullable: true quickXorHash: type: string @@ -14771,7 +14798,7 @@ components: properties: content: type: string - description: The content of the comment. + description: The content of comment. nullable: true contentType: type: string @@ -14809,7 +14836,7 @@ components: 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. Possible values are: String, Integer, Double, Boolean, Range. Read-only.' + 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' @@ -14873,7 +14900,7 @@ components: 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. 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.' + 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 @@ -15234,7 +15261,7 @@ components: nullable: true contentType: type: string - description: 'The media type of the content attachment. It can have the following values: reference: Attachment is a link to another file. Populate the contentURL with the link to the object.Any contentTypes supported by the Bot Framework''s Attachment objectapplication/vnd.microsoft.card.codesnippet: A code snippet. application/vnd.microsoft.card.announcement: An announcement header.' + description: 'The media type of the content attachment. It can have the following values: reference: Attachment is a link to another file. Populate the contentURL with the link to the object.file: Raw file attachment. Populate the contenturl field with the base64 encoding of the file in data: format.image/: Image type with the type of the image specified ex: image/png, image/jpeg, image/gif. Populate the contentUrl field with the base64 encoding of the file in data: format.video/: Video type with the format specified. Ex: video/mp4. Populate the contentUrl field with the base64 encoding of the file in data: format.audio/: Audio type with the format specified. Ex: audio/wmw. Populate the contentUrl field with the base64 encoding of the file in data: format.application/card type: Rich card attachment type with the card type specifying the exact card format to use. Set content with the json format of the card. Supported values for card type include:application/vnd.microsoft.card.adaptive: A rich card that can contain any combination of text, speech, images,,buttons, and input fields. Set the content property to,an AdaptiveCard object.application/vnd.microsoft.card.animation: A rich card that plays animation. Set the content property,to an AnimationCardobject.application/vnd.microsoft.card.audio: A rich card that plays audio files. Set the content property,to an AudioCard object.application/vnd.microsoft.card.video: A rich card that plays videos. Set the content property,to a VideoCard object.application/vnd.microsoft.card.hero: A Hero card. Set the content property to a HeroCard object.application/vnd.microsoft.card.thumbnail: A Thumbnail card. Set the content property to a ThumbnailCard object.application/vnd.microsoft.com.card.receipt: A Receipt card. Set the content property to a ReceiptCard object.application/vnd.microsoft.com.card.signin: A user Sign In card. Set the content property to a SignInCard object.' nullable: true contentUrl: type: string @@ -15254,6 +15281,20 @@ components: nullable: true additionalProperties: type: object + microsoft.graph.channelIdentity: + title: channelIdentity + type: object + properties: + channelId: + type: string + description: The identity of the channel in which the message was posted. + nullable: true + teamId: + type: string + description: The identity of the team in which the message was posted. + nullable: true + additionalProperties: + type: object microsoft.graph.chatMessageImportance: title: chatMessageImportance enum: @@ -15553,11 +15594,11 @@ components: properties: content: type: string - description: The content of replied comment. + description: The content of a comment reply. nullable: true contentType: type: string - description: Indicates the type for the replied comment. + description: Indicates the type for the comment reply. additionalProperties: type: object microsoft.graph.workbookOperationError: @@ -15638,7 +15679,7 @@ components: description: Represents whether the casing impacted the last sort of the table. Read-only. method: type: string - description: 'Represents Chinese character ordering method last used to sort the table. Possible values are: PinYin, StrokeCount. Read-only.' + description: 'Represents Chinese character ordering method last used to sort the table. The possible values are: PinYin, StrokeCount. Read-only.' additionalProperties: type: object microsoft.graph.workbookChart: @@ -15841,7 +15882,7 @@ components: nullable: true contentType: type: string - description: 'Write only. Content type, such as image/png, image/jpg.' + description: 'Write only. Content type. sicj as image/png, image/jpg.' nullable: true additionalProperties: type: object @@ -15868,7 +15909,7 @@ components: nullable: true dataOption: type: string - description: 'Represents additional sorting options for this field. Possible values are: Normal, TextAsNumber.' + description: 'Represents additional sorting options for this field. The possible values are: Normal, TextAsNumber.' icon: $ref: '#/components/schemas/microsoft.graph.workbookIcon' key: @@ -15879,7 +15920,7 @@ components: format: int32 sortOn: type: string - description: 'Represents the type of sorting of this condition. Possible values are: Value, CellColor, FontColor, Icon.' + description: 'Represents the type of sorting of this condition. The possible values are: Value, CellColor, FontColor, Icon.' additionalProperties: type: object microsoft.graph.workbookChartAxes: @@ -16104,7 +16145,7 @@ components: format: int32 set: type: string - description: 'Represents the set that the icon is part of. Possible values are: Invalid, ThreeArrows, ThreeArrowsGray, ThreeFlags, ThreeTrafficLights1, ThreeTrafficLights2, ThreeSigns, ThreeSymbols, ThreeSymbols2, FourArrows, FourArrowsGray, FourRedToBlack, FourRating, FourTrafficLights, FiveArrows, FiveArrowsGray, FiveRating, FiveQuarters, ThreeStars, ThreeTriangles, FiveBoxes.' + description: 'Represents the set that the icon is part of. The possible values are: Invalid, ThreeArrows, ThreeArrowsGray, ThreeFlags, ThreeTrafficLights1, ThreeTrafficLights2, ThreeSigns, ThreeSymbols, ThreeSymbols2, FourArrows, FourArrowsGray, FourRedToBlack, FourRating, FourTrafficLights, FiveArrows, FiveArrowsGray, FiveRating, FiveQuarters, ThreeStars, ThreeTriangles, FiveBoxes.' additionalProperties: type: object microsoft.graph.workbookChartAxis: diff --git a/openApiDocs/v1.0/Files.yml b/openApiDocs/v1.0/Files.yml index 1c2dcbd2895..52786a2269d 100644 --- a/openApiDocs/v1.0/Files.yml +++ b/openApiDocs/v1.0/Files.yml @@ -12139,14 +12139,14 @@ components: nullable: true changeType: type: string - description: '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. Required. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType.' + 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: Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 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. Optional. + 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.' + 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 @@ -12154,12 +12154,12 @@ components: nullable: true encryptionCertificateId: type: string - description: A custom app-provided identifier to help identify the certificate needed to decrypt resource data. Optional. Required when includeResourceData is true. + 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: '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. Required.' + 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 includeResourceData: type: boolean @@ -12175,13 +12175,14 @@ components: nullable: true notificationQueryOptions: type: string + description: 'OData Query Options for specifying value for the targeting resource. Clients receive notifications when resource reaches the state matching the query options provided here. With this new property in the subscription creation payload along with all existing properties, Webhooks will deliver notifications whenever a resource reaches the desired state mentioned in the notificationQueryOptions property eg when the print job is completed, when a print job resource isFetchable property value becomes true etc.' nullable: true notificationUrl: type: string - description: The URL of the endpoint that receives the change notifications. This URL must make use of the HTTPS protocol. Required. + 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: Specifies the resource that will be monitored for changes. Do not include the base URL (https://graph.microsoft.com/beta/). See the possible resource path values for each supported resource. Required. + 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.sharedDriveItem: @@ -12248,7 +12249,7 @@ components: 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.' + description: A unique token that can be used to access this shared item via the **shares** API. Read-only. nullable: true additionalProperties: type: object @@ -12640,12 +12641,12 @@ components: nullable: true latitude: type: number - description: 'Optional. The latitude, in decimal, for the item. Writable on OneDrive Personal.' + 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. Writable on OneDrive Personal.' + description: 'Optional. The longitude, in decimal, for the item. Read-only.' format: double nullable: true additionalProperties: @@ -12717,7 +12718,7 @@ components: 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: The date and time the photo was taken in UTC time. Read-only. + description: Represents the date and time the photo was taken. Read-only. format: date-time nullable: true additionalProperties: @@ -12933,7 +12934,7 @@ components: 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. Nullable.' + 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: @@ -12970,6 +12971,7 @@ components: properties: content: type: string + description: The content stream for this version of the item. format: base64url nullable: true size: @@ -13476,60 +13478,60 @@ components: properties: accountEnabled: type: boolean - description: 'true if the account is enabled; otherwise, false. This property is required when a user is created. Returned only on $select. Supports $filter.' + 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. Returned only on $select.' + 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. Returned only on $select. Not nullable. + description: The licenses that are assigned to the user. Returned only on $select. Not nullable. Supports $filter. assignedPlans: type: array items: $ref: '#/components/schemas/microsoft.graph.assignedPlan' - description: The plans that are assigned to the user. Returned only on $select. Read-only. Not nullable. + 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. Only one number can be set for this property. Returned by default. Read-only for users synced from on-premises directory. + description: 'The telephone numbers for the user. NOTE: Although this is a string collection, only one number can be set for this property. Read-only for users synced from on-premises directory. Returned by default.' city: type: string - description: The city in which the user is located. Returned only on $select. Supports $filter. + 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. + 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 characters.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. Returned only on $select.' + 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''. Returned only on $select. Supports $filter.' + 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 date and time the user was created. The value cannot be modified and is automatically populated when the entity is created. The DateTimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. Property is nullable. A null value indicates that an accurate creation time couldn't be determined for the user. Returned only on $select. Read-only. Supports $filter. + 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). Returned only on $select. Read-only.' + 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. Returned only on $select. Supports $filter. + description: The name for the department in which the user works. Supports $filter. nullable: true displayName: type: string - description: 'The name displayed in the address book for the user. This value 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. Returned by default. Supports $filter and $orderby.' + 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. Returned by default. 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])$' @@ -13559,7 +13561,7 @@ components: nullable: true faxNumber: type: string - description: The fax number of the user. Returned only on $select. + description: The fax number of the user. nullable: true givenName: type: string @@ -13569,7 +13571,7 @@ components: 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. Returned only on $select. Supports $filter.' + 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: @@ -13587,29 +13589,29 @@ components: 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 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 is 2014-01-01T00:00:00Z Returned only on $select. Read-only.' + 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 is 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. Returned only on $select.' + 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. Returned only on $select. Read-only. + 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''. Returned by default. Supports $filter and endsWith.' nullable: true mailNickname: type: string - description: The mail alias for the user. This property must be specified when a user is created. Returned only on $select. Supports $filter. + 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. Returned by default. Read-only for users synced from on-premises directory. + description: The primary cellular telephone number for the user. Read-only for users synced from on-premises directory. Returned by default. nullable: true officeLocation: type: string @@ -13617,59 +13619,59 @@ components: 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. Returned only on $select. Read-only. + 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. Returned only on $select. Read-only.' + 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. Returned only on $select. Supports $filter.' + 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 is 2014-01-01T00:00:00Z. Returned only on $select. Read-only.' + 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 is 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. Returned only on $select. + 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. Returned only on $select. Read-only. + 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. Returned only on $select. Read-only. + 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). Returned only on $select. Read-only. + 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. Returned only on $select. Read-only. + 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''].Returned only on $select. Supports$filter.' + 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''.Returned only on $select.' + 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. Returned only on $select.' + 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 preferredLanguage: type: string @@ -13679,29 +13681,29 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.provisionedPlan' - description: The plans that are provisioned for the user. Returned only on $select. Read-only. Not nullable. + 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. Returned only on $select. Read-only, Not nullable. Supports $filter.' + 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.' 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. Returned only on $select.' + 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. Returned only on $select. Read-only. Use revokeSignInSessions to reset.' + 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. Returned only on $select. Supports $filter. + 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. Returned only on $select. + description: The street address of the user's place of business. nullable: true surname: type: string @@ -13709,7 +13711,7 @@ components: 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. Returned only on $select. Supports $filter.' + 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 @@ -13717,7 +13719,7 @@ components: 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''. Returned only on $select. Supports $filter.' + 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' @@ -13729,12 +13731,12 @@ components: format: int32 aboutMe: type: string - description: A freeform text entry field for the user to describe themselves. Returned only on $select. + 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 is 2014-01-01T00:00:00Z Returned only on $select.' + 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 is 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])$' @@ -13746,39 +13748,39 @@ components: items: type: string nullable: true - description: A list for the user to describe their interests. Returned only on $select. + description: A list for the user to describe their interests. mySite: type: string - description: The URL for the user's personal site. Returned only on $select. + 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. Returned only on $select. + description: A list for the user to enumerate their past projects. preferredName: type: string - description: The preferred name for the user. Returned only on $select. + 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. Returned only on $select. + 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. Returned only on $select. + 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. Returned only on $select. + description: A list for the user to enumerate their skills. appRoleAssignments: type: array items: @@ -13805,7 +13807,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.directoryObject' - description: 'The groups, directory roles and administrative units that the user is a member of. Read-only. Nullable.' + description: The groups and directory roles that the user is a member of. Read-only. Nullable. oauth2PermissionGrants: type: array items: @@ -13865,7 +13867,7 @@ components: 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. + description: The user's events. Default is to show Events under the Default Calendar. Read-only. Nullable. inferenceClassification: $ref: '#/components/schemas/microsoft.graph.inferenceClassification' mailFolders: @@ -13884,7 +13886,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.person' - description: 'Read-only. The most relevant people to the user. The collection is ordered by their relevance to the user, which is determined by the user''s communication, collaboration and business relationships. A person is an aggregation of information from across mail, contacts and social networks.' + description: People that are relevant to the user. Read-only. Nullable. photo: $ref: '#/components/schemas/microsoft.graph.profilePhoto' photos: @@ -13907,7 +13909,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.extension' - description: The collection of open extensions defined for the user. Nullable. + description: The collection of open extensions defined for the user. Read-only. Nullable. agreementAcceptances: type: array items: @@ -13981,7 +13983,7 @@ components: properties: upgradeAvailable: type: boolean - description: Indicates if there are higher storage quota plans available. Read-only. + description: Indicates whether there are higher storage quota plans available. Read-only. nullable: true additionalProperties: type: object @@ -13991,7 +13993,7 @@ components: properties: crc32Hash: type: string - description: The CRC32 value of the file (if available). Read-only. + description: The CRC32 value of the file in little endian (if available). Read-only. nullable: true quickXorHash: type: string @@ -14056,7 +14058,7 @@ components: properties: content: type: string - description: The content of the comment. + description: The content of comment. nullable: true contentType: type: string @@ -14094,7 +14096,7 @@ components: 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. Possible values are: String, Integer, Double, Boolean, Range. Read-only.' + 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' @@ -14158,7 +14160,7 @@ components: 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. 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.' + 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 @@ -14346,7 +14348,7 @@ components: $ref: '#/components/schemas/microsoft.graph.onenoteOperationError' percentComplete: type: string - description: The operation percent complete if the operation is still in running status + description: The operation percent complete if the operation is still in running status. nullable: true resourceId: type: string @@ -14551,12 +14553,12 @@ components: 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 is 2014-01-01T00:00:00Z' + description: 'The date and time at which the plan was assigned. 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 is 2014-01-01T00:00:00Z.' format: date-time nullable: true capabilityStatus: type: string - description: 'Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut.' + description: 'Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. See a detailed description of each value.' nullable: true service: type: string @@ -14730,7 +14732,7 @@ components: properties: forceChangePasswordNextSignIn: type: boolean - description: 'If true, at next sign-in, the user must change their password. After a password change, this property will be automatically reset to false. If not set, default is false.' + description: true if the user must change her password on the next login; otherwise false. nullable: true forceChangePasswordNextSignInWithMfa: type: boolean @@ -14766,7 +14768,7 @@ components: properties: archiveFolder: type: string - description: Folder ID of an archive folder for the user. Read only. + description: Folder ID of an archive folder for the user. nullable: true automaticRepliesSetting: $ref: '#/components/schemas/microsoft.graph.automaticRepliesSetting' @@ -14799,11 +14801,12 @@ components: 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.' + 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.' format: uuid 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 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 is 2014-01-01T00:00:00Z. Read-only.' format: date-time nullable: true principalDisplayName: @@ -14813,16 +14816,16 @@ components: 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.' + description: 'The unique identifier (id) for the user, group or service principal being granted the app role. Required on create.' 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.' + description: 'The type of the assigned principal. This can either be User, Group or ServicePrincipal. Read-only.' 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. + description: The display name of the resource app's service principal to which the assignment is made. 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}$' @@ -14911,15 +14914,15 @@ components: 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.' 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, through an Outlook client or the corresponding calendarPermission resource. Read-only.' + 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. Read-only.' + 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. This property is set through an Outlook client or the corresponding calendarPermission resource. Read-only.' + description: 'true if the user can read calendar items that have been marked private, false otherwise.' nullable: true changeKey: type: string @@ -14931,11 +14934,11 @@ components: $ref: '#/components/schemas/microsoft.graph.onlineMeetingProviderType' hexColor: type: string - description: 'The calendar color, expressed in a hex color code of three hexidecimal values, each ranging from 00 to FF and representing the red, green, or blue components of the color in the RGB color space. If the user has never explicitly set a color for the calendar, this property is empty.' + description: 'The calendar color, expressed in a hex color code of three hexadecimal values, each ranging from 00 to FF and representing the red, green, or blue components of the color in the RGB color space. If the user has never explicitly set a color for the calendar, this property is empty. Read-only.' nullable: true isDefaultCalendar: type: boolean - description: 'True if this is the default calendar where new events are created by default, false otherwise.' + description: 'true if this is the default calendar where new events are created by default, false otherwise.' nullable: true isRemovable: type: boolean @@ -15140,19 +15143,19 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.attachment' - description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' + description: The collection of fileAttachment and itemAttachment attachments for the event. Navigation property. Read-only. Nullable. calendar: $ref: '#/components/schemas/microsoft.graph.calendar' extensions: type: array items: $ref: '#/components/schemas/microsoft.graph.extension' - description: The collection of open extensions defined for the event. Nullable. + 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 occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but does not include occurrences that have been cancelled from the series. Navigation property. Read-only. Nullable.' + description: The instances of the event. Navigation property. Read-only. Nullable. multiValueExtendedProperties: type: array items: @@ -15348,7 +15351,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.extension' - description: The collection of open extensions defined for the contact. Nullable. + description: The collection of open extensions defined for the contact. Read-only. Nullable. multiValueExtendedProperties: type: array items: @@ -15453,7 +15456,7 @@ components: $ref: '#/components/schemas/microsoft.graph.itemBody' bodyPreview: type: string - description: 'The first 255 characters of the message body. It is in text format. If the message contains instances of mention, this property would contain a concatenation of these mentions as well.' + description: The first 255 characters of the message body. It is in text format. nullable: true ccRecipients: type: array @@ -15702,11 +15705,11 @@ components: properties: agreementFileId: type: string - description: ID of the agreement file accepted by the user. + description: The identifier of the agreement file accepted by the user. nullable: true agreementId: type: string - description: ID of the agreement. + description: The identifier of the agreement. nullable: true deviceDisplayName: type: string @@ -15718,22 +15721,22 @@ components: nullable: true deviceOSType: type: string - description: The operating system used for accepting the agreement. + description: The operating system used to accept the agreement. nullable: true deviceOSVersion: type: string - description: The operating system version of the device used for accepting the agreement. + description: The operating system version of the device used to accept the agreement. 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: 'The expiration date time of the acceptance. 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 is 2014-01-01T00:00:00Z' + description: 'The expiration date time of the acceptance. 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 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: '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 is 2014-01-01T00:00:00Z' + 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 state: @@ -15748,7 +15751,7 @@ components: nullable: true userId: type: string - description: ID of the user who accepted the agreement. + description: The identifier of the user who accepted the agreement. nullable: true userPrincipalName: type: string @@ -15764,24 +15767,24 @@ components: properties: activationLockBypassCode: type: string - description: Code that allows the Activation Lock on a device to be bypassed. This property is read-only. + description: Code that allows the Activation Lock on a device to be bypassed. nullable: true androidSecurityPatchLevel: type: string - description: Android security patch level. This property is read-only. + description: Android security patch level nullable: true azureADDeviceId: type: string - description: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. + 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. This property is read-only. + description: Whether the device is Azure Active Directory registered. nullable: true 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. This property is read-only. + description: The DateTime when device compliance grace period expires format: date-time complianceState: $ref: '#/components/schemas/microsoft.graph.complianceState' @@ -15791,10 +15794,10 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.deviceActionResult' - description: List of ComplexType deviceActionResult objects. This property is read-only. + description: List of ComplexType deviceActionResult objects. deviceCategoryDisplayName: type: string - description: Device category display name. This property is read-only. + description: Device category display name nullable: true deviceEnrollmentType: $ref: '#/components/schemas/microsoft.graph.deviceEnrollmentType' @@ -15802,30 +15805,30 @@ components: $ref: '#/components/schemas/microsoft.graph.deviceHealthAttestationState' deviceName: type: string - description: Name of the device. This property is read-only. + description: Name of the device nullable: true deviceRegistrationState: $ref: '#/components/schemas/microsoft.graph.deviceRegistrationState' easActivated: type: boolean - description: Whether the device is Exchange ActiveSync activated. This property is read-only. + 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. This property is read-only. + description: Exchange ActivationSync activation time of the device. format: date-time easDeviceId: type: string - description: Exchange ActiveSync Id of the device. This property is read-only. + description: Exchange ActiveSync Id of the device. nullable: true emailAddress: type: string - description: Email(s) for the user associated with the device. This property is read-only. + 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. This property is read-only. + description: Enrollment time of the device. format: date-time exchangeAccessState: $ref: '#/components/schemas/microsoft.graph.deviceManagementExchangeAccessState' @@ -15834,30 +15837,30 @@ components: 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. This property is read-only. + description: Last time the device contacted Exchange. format: date-time freeStorageSpaceInBytes: type: integer - description: Free Storage in Bytes. This property is read-only. + description: Free Storage in Bytes format: int64 imei: type: string - description: IMEI. This property is read-only. + description: IMEI nullable: true isEncrypted: type: boolean - description: Device encryption status. This property is read-only. + description: Device encryption status isSupervised: type: boolean - description: Device supervised status. This property is read-only. + description: Device supervised status jailBroken: type: string - description: whether the device is jail broken or rooted. This property is read-only. + description: whether the device is jail broken or rooted. nullable: true 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. This property is read-only. + description: The date and time that the device last completed a successful sync with Intune. format: date-time managedDeviceName: type: string @@ -15869,65 +15872,65 @@ components: $ref: '#/components/schemas/microsoft.graph.managementAgentType' manufacturer: type: string - description: Manufacturer of the device. This property is read-only. + description: Manufacturer of the device nullable: true meid: type: string - description: MEID. This property is read-only. + description: MEID nullable: true model: type: string - description: Model of the device. This property is read-only. + description: Model of the device nullable: true operatingSystem: type: string - description: 'Operating system of the device. Windows, iOS, etc. This property is read-only.' + description: 'Operating system of the device. Windows, iOS, etc.' nullable: true osVersion: type: string - description: Operating system version of the device. This property is read-only. + description: Operating system version of the device. nullable: true partnerReportedThreatState: $ref: '#/components/schemas/microsoft.graph.managedDevicePartnerReportedHealthState' phoneNumber: type: string - description: Phone number of the device. This property is read-only. + description: Phone number of the device nullable: true remoteAssistanceSessionErrorDetails: type: string - description: An error string that identifies issues when creating Remote Assistance session objects. This property is read-only. + 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. This property is read-only. + description: Url that allows a Remote Assistance session to be established with the device. nullable: true serialNumber: type: string - description: SerialNumber. This property is read-only. + description: SerialNumber nullable: true subscriberCarrier: type: string - description: Subscriber Carrier. This property is read-only. + description: Subscriber Carrier nullable: true totalStorageSpaceInBytes: type: integer - description: Total Storage in Bytes. This property is read-only. + description: Total Storage in Bytes format: int64 userDisplayName: type: string - description: User display name. This property is read-only. + description: User display name nullable: true userId: type: string - description: Unique Identifier for the user associated with the device. This property is read-only. + description: Unique Identifier for the user associated with the device nullable: true userPrincipalName: type: string - description: Device user principal name. This property is read-only. + description: Device user principal name nullable: true wiFiMacAddress: type: string - description: Wi-Fi MAC. This property is read-only. + description: Wi-Fi MAC nullable: true deviceCompliancePolicyStates: type: array @@ -16050,7 +16053,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.plannerTask' - description: Read-only. Nullable. Returns the plannerTasks assigned to the user. + description: Read-only. Nullable. Returns the plannerPlans shared with the user. additionalProperties: type: object microsoft.graph.officeGraphInsights: @@ -16063,17 +16066,17 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.sharedInsight' - description: Access this property from the derived type itemInsights. + 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: Access this property from the derived type itemInsights. + 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: Access this property from the derived type itemInsights. + 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.userSettings: @@ -16220,7 +16223,7 @@ components: properties: activity: type: string - description: 'The supplemental information to a user''s availability. Possible values are Available, Away, BeRightBack, Busy, DoNotDisturb, InACall, InAConferenceCall, Inactive,InAMeeting, Offline, OffWork,OutOfOffice, PresenceUnknown,Presenting, UrgentInterruptionsOnly.' + description: 'The supplemental information to a user''s availability. Possible values are Available, Away, BeRightBack, Busy, DoNotDisturb, InACall, InAConferenceCall, Inactive, InAMeeting, Offline, OffWork, OutOfOffice, PresenceUnknown, Presenting, UrgentInterruptionsOnly.' nullable: true availability: type: string @@ -16262,6 +16265,12 @@ components: 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 + description: Timestamp at which the team was created. + format: date-time + nullable: true description: type: string description: An optional description for the team. @@ -16358,11 +16367,11 @@ components: properties: content: type: string - description: The content of replied comment. + description: The content of a comment reply. nullable: true contentType: type: string - description: Indicates the type for the replied comment. + description: Indicates the type for the comment reply. additionalProperties: type: object microsoft.graph.Json: @@ -16448,7 +16457,7 @@ components: description: Represents whether the casing impacted the last sort of the table. Read-only. method: type: string - description: 'Represents Chinese character ordering method last used to sort the table. Possible values are: PinYin, StrokeCount. Read-only.' + description: 'Represents Chinese character ordering method last used to sort the table. The possible values are: PinYin, StrokeCount. Read-only.' additionalProperties: type: object microsoft.graph.workbookChart: @@ -16737,7 +16746,7 @@ components: 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.' + 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}$' @@ -16780,11 +16789,11 @@ components: properties: address: type: string - description: The email address of an entity instance. + description: The email address of the person or entity. nullable: true name: type: string - description: The display name of an entity instance. + description: The display name of the person or entity. nullable: true additionalProperties: type: object @@ -16899,10 +16908,10 @@ components: properties: dateTime: type: string - description: 'A single point of time in a combined date and time representation ({date}T{time}). For example, ''2019-04-16T09:00:00''.' + 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 possible values.' + description: 'Represents a time zone, for example, ''Pacific Standard Time''. See below for more possible values.' nullable: true additionalProperties: type: object @@ -17055,7 +17064,7 @@ components: nullable: true name: type: string - description: The display name of the attachment. This does not need to be the actual file name. + description: The attachment's file name. nullable: true size: maximum: 2147483647 @@ -17724,14 +17733,14 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.plannerBucket' - description: Collection of buckets in the plan. Read-only. Nullable. + 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: Collection of tasks in the plan. Read-only. Nullable. + description: Read-only. Nullable. Collection of tasks in the plan. additionalProperties: type: object microsoft.graph.plannerTask: @@ -18032,7 +18041,7 @@ components: properties: messageId: type: string - description: The unique identifier for a message in a Microsoft Teams channel. + description: The unique identifier of a message in a Microsoft Teams channel. nullable: true replyChainMessageId: type: string @@ -18089,6 +18098,7 @@ components: 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 when this key was registered to the user. format: date-time nullable: true displayName: @@ -18206,7 +18216,7 @@ components: nullable: true allowCreateUpdateChannels: type: boolean - description: 'If set to true, members can add and update any channels.' + description: 'If set to true, members can add and update channels.' nullable: true allowCreateUpdateRemoveConnectors: type: boolean @@ -18361,6 +18371,12 @@ components: - 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. @@ -18411,7 +18427,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.assignedLabel' - description: 'The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select.' + 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: @@ -18448,7 +18464,7 @@ components: 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).' + 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 licenseProcessingState: $ref: '#/components/schemas/microsoft.graph.licenseProcessingState' @@ -18470,7 +18486,7 @@ components: 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. + 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 @@ -18509,13 +18525,13 @@ components: nullable: true preferredLanguage: type: string - description: The preferred language for a Microsoft 365 group. Should follow ISO 639-1 Code; for example 'en-US'. Returned by default. + 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 for filter expressions on multi-valued properties. Returned by default. Read-only. Not nullable. Supports $filter.' + 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 @@ -18532,7 +18548,7 @@ components: nullable: true theme: type: string - description: 'Specifies a Microsoft 365 group''s color theme. Possible values are Teal, Purple, Green, Blue, Pink, Orange or Red. Returned by default.' + 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 @@ -18540,29 +18556,29 @@ components: nullable: true 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. + description: 'Indicates if people external to the organization can send messages to the group. Default value is false. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}).' 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. + 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. Supported only on the Get group API (GET /groups/{ID}).' nullable: true hideFromAddressLists: type: boolean - description: 'True if the group is not displayed in certain parts of the Outlook user interface: in the Address Book, in address lists for selecting message recipients, and in the Browse Groups dialog for searching groups; false otherwise. Default value is false. Returned only on $select.' + 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. Supported only on the Get group API (GET /groups/{ID}).' 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, false otherwise. Default value is false. Returned only on $select.' + 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. Supported only on the Get group API (GET /groups/{ID}).' 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. + description: 'Indicates whether the signed-in user is subscribed to receive email conversations. Default value is true. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}).' 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. This property is the same as unseenConversationsCount.Returned only on $select. + description: 'Count of conversations that have received new posts since the signed-in user last visited the group. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}).' format: int32 nullable: true isArchived: @@ -18579,12 +18595,12 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.directoryObject' - description: 'Groups and administrative units that this group is a member of. HTTP Methods: GET (supported for all groups). Read-only. Nullable.' + 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, contacts, and groups that are members of this group. HTTP Methods: GET (supported for all groups), POST (supported for security groups and mail-enabled security groups), DELETE (supported only for security groups) Read-only. Nullable.' + 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: @@ -18594,7 +18610,7 @@ components: 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. HTTP Methods: GET (supported for all groups), POST (supported for security groups and mail-enabled security groups), DELETE (supported only for security groups) Read-only. Nullable.' + 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: @@ -18603,7 +18619,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.groupSetting' - description: 'Settings that can govern this group''s behavior, like whether members can invite guest users to the group. Nullable.' + description: Read-only. Nullable. transitiveMemberOf: type: array items: @@ -18633,7 +18649,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.event' - description: The group's events. + description: The group's calendar events. photo: $ref: '#/components/schemas/microsoft.graph.profilePhoto' photos: @@ -18826,7 +18842,7 @@ components: nullable: true dataOption: type: string - description: 'Represents additional sorting options for this field. Possible values are: Normal, TextAsNumber.' + description: 'Represents additional sorting options for this field. The possible values are: Normal, TextAsNumber.' icon: $ref: '#/components/schemas/microsoft.graph.workbookIcon' key: @@ -18837,7 +18853,7 @@ components: format: int32 sortOn: type: string - description: 'Represents the type of sorting of this condition. Possible values are: Value, CellColor, FontColor, Icon.' + description: 'Represents the type of sorting of this condition. The possible values are: Value, CellColor, FontColor, Icon.' additionalProperties: type: object microsoft.graph.workbookChartAxes: @@ -19167,7 +19183,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.dayOfWeek' - description: 'A collection of the days of the week on which the event occurs. 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.' + 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: @@ -19274,7 +19290,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.recipient' - description: The email address to which a message should be redirected. + description: The email addresses to which a message should be redirected. stopProcessingRules: type: boolean description: Indicates whether subsequent rules should be evaluated. @@ -19931,7 +19947,7 @@ components: properties: accountEnabled: type: boolean - description: 'true if the account is enabled; otherwise, false. default is true.' + description: 'true if the account is enabled; otherwise, false. Required.' nullable: true alternativeSecurityIds: type: array @@ -19997,7 +20013,7 @@ components: nullable: true operatingSystemVersion: type: string - description: Operating system version of the device. Required. + description: The version of the operating system on the device. Required. nullable: true physicalIds: type: array @@ -20006,7 +20022,7 @@ components: description: For internal use only. Not nullable. profileType: type: string - description: The profile type of the device. Possible values:RegisteredDevice (default)SecureVMPrinterSharedIoT + description: 'The profile type of the device. Possible values: RegisteredDevice (default), SecureVM, Printer, Shared, IoT.' nullable: true systemLabels: type: array @@ -20015,7 +20031,7 @@ components: 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' + description: 'Type of trust for the joined device. Read-only. Possible values: Workplace (indicates bring your own personal devices), AzureAd (Cloud only joined devices), ServerAd (on-premises domain joined devices joined to Azure AD). For more details, see Introduction to device management in Azure Active Directory' nullable: true memberOf: type: array @@ -20076,11 +20092,11 @@ components: nullable: true recipientUserId: type: string - description: User id of the recipient of the offer shift request. + 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. + description: User ID of the sender of the offer shift request. nullable: true additionalProperties: type: object @@ -20162,7 +20178,7 @@ components: properties: recipientShiftId: type: string - description: Shift ID for the recipient user with whom the request is to swap. + description: ShiftId for the recipient user with whom the request is to swap. nullable: true additionalProperties: type: object @@ -20244,6 +20260,12 @@ components: 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 + description: The identity of the chat in which the message was posted. + 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 @@ -20267,13 +20289,13 @@ components: 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 Teams UI. If no edits are made the value is null. + 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 modified, including when a reaction is added or removed.' + 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: @@ -20295,7 +20317,7 @@ components: description: 'Reactions for this chat message (for example, Like).' 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.)' + 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 @@ -20571,7 +20593,7 @@ components: nullable: true teamsAppId: type: string - description: The id from the Teams App manifest. + description: The ID from the Teams app manifest. nullable: true version: type: string @@ -20649,6 +20671,11 @@ components: items: $ref: '#/components/schemas/microsoft.graph.conversationMember' description: A collection of all the members in the chat. Nullable. + messages: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.chatMessage' + description: A collection of all the messages in the chat. Nullable. tabs: type: array items: @@ -20754,7 +20781,7 @@ components: format: int32 set: type: string - description: 'Represents the set that the icon is part of. Possible values are: Invalid, ThreeArrows, ThreeArrowsGray, ThreeFlags, ThreeTrafficLights1, ThreeTrafficLights2, ThreeSigns, ThreeSymbols, ThreeSymbols2, FourArrows, FourArrowsGray, FourRedToBlack, FourRating, FourTrafficLights, FiveArrows, FiveArrowsGray, FiveRating, FiveQuarters, ThreeStars, ThreeTriangles, FiveBoxes.' + description: 'Represents the set that the icon is part of. The possible values are: Invalid, ThreeArrows, ThreeArrowsGray, ThreeFlags, ThreeTrafficLights1, ThreeTrafficLights2, ThreeSigns, ThreeSymbols, ThreeSymbols2, FourArrows, FourArrowsGray, FourRedToBlack, FourRating, FourTrafficLights, FiveArrows, FiveArrowsGray, FiveRating, FiveQuarters, ThreeStars, ThreeTriangles, FiveBoxes.' additionalProperties: type: object microsoft.graph.workbookChartAxis: @@ -21195,7 +21222,7 @@ components: nullable: true contentType: type: string - description: 'The media type of the content attachment. It can have the following values: reference: Attachment is a link to another file. Populate the contentURL with the link to the object.Any contentTypes supported by the Bot Framework''s Attachment objectapplication/vnd.microsoft.card.codesnippet: A code snippet. application/vnd.microsoft.card.announcement: An announcement header.' + description: 'The media type of the content attachment. It can have the following values: reference: Attachment is a link to another file. Populate the contentURL with the link to the object.file: Raw file attachment. Populate the contenturl field with the base64 encoding of the file in data: format.image/: Image type with the type of the image specified ex: image/png, image/jpeg, image/gif. Populate the contentUrl field with the base64 encoding of the file in data: format.video/: Video type with the format specified. Ex: video/mp4. Populate the contentUrl field with the base64 encoding of the file in data: format.audio/: Audio type with the format specified. Ex: audio/wmw. Populate the contentUrl field with the base64 encoding of the file in data: format.application/card type: Rich card attachment type with the card type specifying the exact card format to use. Set content with the json format of the card. Supported values for card type include:application/vnd.microsoft.card.adaptive: A rich card that can contain any combination of text, speech, images,,buttons, and input fields. Set the content property to,an AdaptiveCard object.application/vnd.microsoft.card.animation: A rich card that plays animation. Set the content property,to an AnimationCardobject.application/vnd.microsoft.card.audio: A rich card that plays audio files. Set the content property,to an AudioCard object.application/vnd.microsoft.card.video: A rich card that plays videos. Set the content property,to a VideoCard object.application/vnd.microsoft.card.hero: A Hero card. Set the content property to a HeroCard object.application/vnd.microsoft.card.thumbnail: A Thumbnail card. Set the content property to a ThumbnailCard object.application/vnd.microsoft.com.card.receipt: A Receipt card. Set the content property to a ReceiptCard object.application/vnd.microsoft.com.card.signin: A user Sign In card. Set the content property to a SignInCard object.' nullable: true contentUrl: type: string @@ -21215,6 +21242,20 @@ components: nullable: true additionalProperties: type: object + microsoft.graph.channelIdentity: + title: channelIdentity + type: object + properties: + channelId: + type: string + description: The identity of the channel in which the message was posted. + nullable: true + teamId: + type: string + description: The identity of the team in which the message was posted. + nullable: true + additionalProperties: + type: object microsoft.graph.chatMessageImportance: title: chatMessageImportance enum: @@ -21319,7 +21360,7 @@ components: properties: name: type: string - description: Name of the setting (as defined by the directorySettingTemplate). + description: Name of the setting (as defined by the groupSettingTemplate). nullable: true value: type: string @@ -21364,7 +21405,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.attachment' - description: 'The collection of fileAttachment, itemAttachment, and referenceAttachment attachments for the post. Read-only. Nullable.' + description: Read-only. Nullable. extensions: type: array items: @@ -21635,7 +21676,7 @@ components: nullable: true contentType: type: string - description: 'Write only. Content type, such as image/png, image/jpg.' + description: 'Write only. Content type. sicj as image/png, image/jpg.' nullable: true additionalProperties: type: object diff --git a/openApiDocs/v1.0/Groups.yml b/openApiDocs/v1.0/Groups.yml index 100bdcc1cfb..5b8140a0574 100644 --- a/openApiDocs/v1.0/Groups.yml +++ b/openApiDocs/v1.0/Groups.yml @@ -20591,7 +20591,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.assignedLabel' - description: 'The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select.' + 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: @@ -20628,7 +20628,7 @@ components: 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).' + 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 licenseProcessingState: $ref: '#/components/schemas/microsoft.graph.licenseProcessingState' @@ -20650,7 +20650,7 @@ components: 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. + 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 @@ -20689,13 +20689,13 @@ components: nullable: true preferredLanguage: type: string - description: The preferred language for a Microsoft 365 group. Should follow ISO 639-1 Code; for example 'en-US'. Returned by default. + 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 for filter expressions on multi-valued properties. Returned by default. Read-only. Not nullable. Supports $filter.' + 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 @@ -20712,7 +20712,7 @@ components: nullable: true theme: type: string - description: 'Specifies a Microsoft 365 group''s color theme. Possible values are Teal, Purple, Green, Blue, Pink, Orange or Red. Returned by default.' + 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 @@ -20720,29 +20720,29 @@ components: nullable: true 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. + description: 'Indicates if people external to the organization can send messages to the group. Default value is false. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}).' 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. + 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. Supported only on the Get group API (GET /groups/{ID}).' nullable: true hideFromAddressLists: type: boolean - description: 'True if the group is not displayed in certain parts of the Outlook user interface: in the Address Book, in address lists for selecting message recipients, and in the Browse Groups dialog for searching groups; false otherwise. Default value is false. Returned only on $select.' + 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. Supported only on the Get group API (GET /groups/{ID}).' 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, false otherwise. Default value is false. Returned only on $select.' + 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. Supported only on the Get group API (GET /groups/{ID}).' 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. + description: 'Indicates whether the signed-in user is subscribed to receive email conversations. Default value is true. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}).' 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. This property is the same as unseenConversationsCount.Returned only on $select. + description: 'Count of conversations that have received new posts since the signed-in user last visited the group. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}).' format: int32 nullable: true isArchived: @@ -20759,12 +20759,12 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.directoryObject' - description: 'Groups and administrative units that this group is a member of. HTTP Methods: GET (supported for all groups). Read-only. Nullable.' + 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, contacts, and groups that are members of this group. HTTP Methods: GET (supported for all groups), POST (supported for security groups and mail-enabled security groups), DELETE (supported only for security groups) Read-only. Nullable.' + 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: @@ -20774,7 +20774,7 @@ components: 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. HTTP Methods: GET (supported for all groups), POST (supported for security groups and mail-enabled security groups), DELETE (supported only for security groups) Read-only. Nullable.' + 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: @@ -20783,7 +20783,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.groupSetting' - description: 'Settings that can govern this group''s behavior, like whether members can invite guest users to the group. Nullable.' + description: Read-only. Nullable. transitiveMemberOf: type: array items: @@ -20813,7 +20813,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.event' - description: The group's events. + description: The group's calendar events. photo: $ref: '#/components/schemas/microsoft.graph.profilePhoto' photos: @@ -20916,7 +20916,7 @@ components: items: type: string nullable: true - description: 'When uploading files to document libraries, this is a collection of byte ranges that the server is missing for the file. These ranges are zero-indexed and of the format, ''{start}-{end}'' (e.g. ''0-26'' to indicate the first 27 bytes of the file). When uploading files as Outlook attachments, instead of a collection of ranges, this property always indicates a single value ''{start}'', the location in the file where the next upload should begin.' + description: 'A collection of byte ranges that the server is missing for the file. These ranges are zero indexed and of the format ''start-end'' (e.g. ''0-26'' to indicate the first 27 bytes of the file). When uploading files as Outlook attachments, instead of a collection of ranges, this property always indicates a single value ''{start}'', the location in the file where the next upload should begin.' uploadUrl: type: string description: The URL endpoint that accepts PUT requests for byte ranges of the file. @@ -20941,10 +20941,10 @@ components: properties: dateTime: type: string - description: 'A single point of time in a combined date and time representation ({date}T{time}). For example, ''2019-04-16T09:00:00''.' + 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 possible values.' + description: 'Represents a time zone, for example, ''Pacific Standard Time''. See below for more possible values.' nullable: true additionalProperties: type: object @@ -21114,19 +21114,19 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.attachment' - description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' + description: The collection of fileAttachment and itemAttachment attachments for the event. Navigation property. Read-only. Nullable. calendar: $ref: '#/components/schemas/microsoft.graph.calendar' extensions: type: array items: $ref: '#/components/schemas/microsoft.graph.extension' - description: The collection of open extensions defined for the event. Nullable. + 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 occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but does not include occurrences that have been cancelled from the series. Navigation property. Read-only. Nullable.' + description: The instances of the event. Navigation property. Read-only. Nullable. multiValueExtendedProperties: type: array items: @@ -21253,7 +21253,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.attachment' - description: 'The collection of fileAttachment, itemAttachment, and referenceAttachment attachments for the post. Read-only. Nullable.' + description: Read-only. Nullable. extensions: type: array items: @@ -21294,7 +21294,7 @@ components: nullable: true name: type: string - description: The display name of the attachment. This does not need to be the actual file name. + description: The attachment's file name. nullable: true size: maximum: 2147483647 @@ -21390,7 +21390,7 @@ components: $ref: '#/components/schemas/microsoft.graph.onenoteOperationError' percentComplete: type: string - description: The operation percent complete if the operation is still in running status + description: The operation percent complete if the operation is still in running status. nullable: true resourceId: type: string @@ -21416,7 +21416,7 @@ components: $ref: '#/components/schemas/microsoft.graph.onenotePatchInsertPosition' target: type: string - description: 'The element to update. Must be the # or the generated {id} of the element, or the body or title keyword.' + description: 'The element to update. Must be the # or the generated of the element, or the body or title keyword.' additionalProperties: type: object microsoft.graph.onenotePagePreview: @@ -21616,11 +21616,12 @@ components: 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.' + 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.' format: uuid 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 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 is 2014-01-01T00:00:00Z. Read-only.' format: date-time nullable: true principalDisplayName: @@ -21630,16 +21631,16 @@ components: 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.' + description: 'The unique identifier (id) for the user, group or service principal being granted the app role. Required on create.' 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.' + description: 'The type of the assigned principal. This can either be User, Group or ServicePrincipal. Read-only.' 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. + description: The display name of the resource app's service principal to which the assignment is made. 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}$' @@ -21684,15 +21685,15 @@ components: 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.' 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, through an Outlook client or the corresponding calendarPermission resource. Read-only.' + 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. Read-only.' + 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. This property is set through an Outlook client or the corresponding calendarPermission resource. Read-only.' + description: 'true if the user can read calendar items that have been marked private, false otherwise.' nullable: true changeKey: type: string @@ -21704,11 +21705,11 @@ components: $ref: '#/components/schemas/microsoft.graph.onlineMeetingProviderType' hexColor: type: string - description: 'The calendar color, expressed in a hex color code of three hexidecimal values, each ranging from 00 to FF and representing the red, green, or blue components of the color in the RGB color space. If the user has never explicitly set a color for the calendar, this property is empty.' + description: 'The calendar color, expressed in a hex color code of three hexadecimal values, each ranging from 00 to FF and representing the red, green, or blue components of the color in the RGB color space. If the user has never explicitly set a color for the calendar, this property is empty. Read-only.' nullable: true isDefaultCalendar: type: boolean - description: 'True if this is the default calendar where new events are created by default, false otherwise.' + description: 'true if this is the default calendar where new events are created by default, false otherwise.' nullable: true isRemovable: type: boolean @@ -21912,6 +21913,12 @@ components: 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 + description: Timestamp at which the team was created. + format: date-time + nullable: true description: type: string description: An optional description for the team. @@ -22050,11 +22057,11 @@ components: properties: address: type: string - description: The email address of an entity instance. + description: The email address of the person or entity. nullable: true name: type: string - description: The display name of an entity instance. + description: The display name of the person or entity. nullable: true additionalProperties: type: object @@ -22362,7 +22369,7 @@ components: properties: name: type: string - description: Name of the setting (as defined by the directorySettingTemplate). + description: Name of the setting (as defined by the groupSettingTemplate). nullable: true value: type: string @@ -22868,7 +22875,7 @@ components: 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.' + description: A unique token that can be used to access this shared item via the **shares** API. Read-only. nullable: true additionalProperties: type: object @@ -22897,14 +22904,14 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.plannerBucket' - description: Collection of buckets in the plan. Read-only. Nullable. + 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: Collection of tasks in the plan. Read-only. Nullable. + description: Read-only. Nullable. Collection of tasks in the plan. additionalProperties: type: object microsoft.graph.notebook: @@ -23123,7 +23130,7 @@ components: nullable: true allowCreateUpdateChannels: type: boolean - description: 'If set to true, members can add and update any channels.' + description: 'If set to true, members can add and update channels.' nullable: true allowCreateUpdateRemoveConnectors: type: boolean @@ -23278,6 +23285,12 @@ components: - 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. @@ -23558,7 +23571,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.dayOfWeek' - description: 'A collection of the days of the week on which the event occurs. 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.' + 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: @@ -23718,60 +23731,60 @@ components: properties: accountEnabled: type: boolean - description: 'true if the account is enabled; otherwise, false. This property is required when a user is created. Returned only on $select. Supports $filter.' + 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. Returned only on $select.' + 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. Returned only on $select. Not nullable. + description: The licenses that are assigned to the user. Returned only on $select. Not nullable. Supports $filter. assignedPlans: type: array items: $ref: '#/components/schemas/microsoft.graph.assignedPlan' - description: The plans that are assigned to the user. Returned only on $select. Read-only. Not nullable. + 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. Only one number can be set for this property. Returned by default. Read-only for users synced from on-premises directory. + description: 'The telephone numbers for the user. NOTE: Although this is a string collection, only one number can be set for this property. Read-only for users synced from on-premises directory. Returned by default.' city: type: string - description: The city in which the user is located. Returned only on $select. Supports $filter. + 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. + 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 characters.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. Returned only on $select.' + 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''. Returned only on $select. Supports $filter.' + 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 date and time the user was created. The value cannot be modified and is automatically populated when the entity is created. The DateTimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. Property is nullable. A null value indicates that an accurate creation time couldn't be determined for the user. Returned only on $select. Read-only. Supports $filter. + 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). Returned only on $select. Read-only.' + 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. Returned only on $select. Supports $filter. + description: The name for the department in which the user works. Supports $filter. nullable: true displayName: type: string - description: 'The name displayed in the address book for the user. This value 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. Returned by default. Supports $filter and $orderby.' + 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. Returned by default. 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])$' @@ -23801,7 +23814,7 @@ components: nullable: true faxNumber: type: string - description: The fax number of the user. Returned only on $select. + description: The fax number of the user. nullable: true givenName: type: string @@ -23811,7 +23824,7 @@ components: 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. Returned only on $select. Supports $filter.' + 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: @@ -23829,29 +23842,29 @@ components: 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 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 is 2014-01-01T00:00:00Z Returned only on $select. Read-only.' + 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 is 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. Returned only on $select.' + 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. Returned only on $select. Read-only. + 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''. Returned by default. Supports $filter and endsWith.' nullable: true mailNickname: type: string - description: The mail alias for the user. This property must be specified when a user is created. Returned only on $select. Supports $filter. + 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. Returned by default. Read-only for users synced from on-premises directory. + description: The primary cellular telephone number for the user. Read-only for users synced from on-premises directory. Returned by default. nullable: true officeLocation: type: string @@ -23859,59 +23872,59 @@ components: 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. Returned only on $select. Read-only. + 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. Returned only on $select. Read-only.' + 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. Returned only on $select. Supports $filter.' + 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 is 2014-01-01T00:00:00Z. Returned only on $select. Read-only.' + 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 is 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. Returned only on $select. + 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. Returned only on $select. Read-only. + 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. Returned only on $select. Read-only. + 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). Returned only on $select. Read-only. + 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. Returned only on $select. Read-only. + 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''].Returned only on $select. Supports$filter.' + 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''.Returned only on $select.' + 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. Returned only on $select.' + 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 preferredLanguage: type: string @@ -23921,29 +23934,29 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.provisionedPlan' - description: The plans that are provisioned for the user. Returned only on $select. Read-only. Not nullable. + 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. Returned only on $select. Read-only, Not nullable. Supports $filter.' + 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.' 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. Returned only on $select.' + 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. Returned only on $select. Read-only. Use revokeSignInSessions to reset.' + 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. Returned only on $select. Supports $filter. + 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. Returned only on $select. + description: The street address of the user's place of business. nullable: true surname: type: string @@ -23951,7 +23964,7 @@ components: 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. Returned only on $select. Supports $filter.' + 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 @@ -23959,7 +23972,7 @@ components: 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''. Returned only on $select. Supports $filter.' + 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' @@ -23971,12 +23984,12 @@ components: format: int32 aboutMe: type: string - description: A freeform text entry field for the user to describe themselves. Returned only on $select. + 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 is 2014-01-01T00:00:00Z Returned only on $select.' + 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 is 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])$' @@ -23988,39 +24001,39 @@ components: items: type: string nullable: true - description: A list for the user to describe their interests. Returned only on $select. + description: A list for the user to describe their interests. mySite: type: string - description: The URL for the user's personal site. Returned only on $select. + 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. Returned only on $select. + description: A list for the user to enumerate their past projects. preferredName: type: string - description: The preferred name for the user. Returned only on $select. + 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. Returned only on $select. + 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. Returned only on $select. + 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. Returned only on $select. + description: A list for the user to enumerate their skills. appRoleAssignments: type: array items: @@ -24047,7 +24060,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.directoryObject' - description: 'The groups, directory roles and administrative units that the user is a member of. Read-only. Nullable.' + description: The groups and directory roles that the user is a member of. Read-only. Nullable. oauth2PermissionGrants: type: array items: @@ -24107,7 +24120,7 @@ components: 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. + description: The user's events. Default is to show Events under the Default Calendar. Read-only. Nullable. inferenceClassification: $ref: '#/components/schemas/microsoft.graph.inferenceClassification' mailFolders: @@ -24126,7 +24139,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.person' - description: 'Read-only. The most relevant people to the user. The collection is ordered by their relevance to the user, which is determined by the user''s communication, collaboration and business relationships. A person is an aggregation of information from across mail, contacts and social networks.' + description: People that are relevant to the user. Read-only. Nullable. photo: $ref: '#/components/schemas/microsoft.graph.profilePhoto' photos: @@ -24149,7 +24162,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.extension' - description: The collection of open extensions defined for the user. Nullable. + description: The collection of open extensions defined for the user. Read-only. Nullable. agreementAcceptances: type: array items: @@ -24209,7 +24222,7 @@ components: properties: upgradeAvailable: type: boolean - description: Indicates if there are higher storage quota plans available. Read-only. + description: Indicates whether there are higher storage quota plans available. Read-only. nullable: true additionalProperties: type: object @@ -24395,12 +24408,12 @@ components: nullable: true latitude: type: number - description: 'Optional. The latitude, in decimal, for the item. Writable on OneDrive Personal.' + 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. Writable on OneDrive Personal.' + description: 'Optional. The longitude, in decimal, for the item. Read-only.' format: double nullable: true additionalProperties: @@ -24472,7 +24485,7 @@ components: 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: The date and time the photo was taken in UTC time. Read-only. + description: Represents the date and time the photo was taken. Read-only. format: date-time nullable: true additionalProperties: @@ -24683,7 +24696,7 @@ components: 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. Nullable.' + 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: @@ -24731,14 +24744,14 @@ components: nullable: true changeType: type: string - description: '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. Required. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType.' + 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: Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 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. Optional. + 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.' + 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 @@ -24746,12 +24759,12 @@ components: nullable: true encryptionCertificateId: type: string - description: A custom app-provided identifier to help identify the certificate needed to decrypt resource data. Optional. Required when includeResourceData is true. + 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: '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. Required.' + 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 includeResourceData: type: boolean @@ -24767,13 +24780,14 @@ components: nullable: true notificationQueryOptions: type: string + description: 'OData Query Options for specifying value for the targeting resource. Clients receive notifications when resource reaches the state matching the query options provided here. With this new property in the subscription creation payload along with all existing properties, Webhooks will deliver notifications whenever a resource reaches the desired state mentioned in the notificationQueryOptions property eg when the print job is completed, when a print job resource isFetchable property value becomes true etc.' nullable: true notificationUrl: type: string - description: The URL of the endpoint that receives the change notifications. This URL must make use of the HTTPS protocol. Required. + 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: Specifies the resource that will be monitored for changes. Do not include the base URL (https://graph.microsoft.com/beta/). See the possible resource path values for each supported resource. Required. + 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.thumbnailSet: @@ -24800,6 +24814,7 @@ components: properties: content: type: string + description: The content stream for this version of the item. format: base64url nullable: true size: @@ -25405,11 +25420,11 @@ components: nullable: true recipientUserId: type: string - description: User id of the recipient of the offer shift request. + 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. + description: User ID of the sender of the offer shift request. nullable: true additionalProperties: type: object @@ -25491,7 +25506,7 @@ components: properties: recipientShiftId: type: string - description: Shift ID for the recipient user with whom the request is to swap. + description: ShiftId for the recipient user with whom the request is to swap. nullable: true additionalProperties: type: object @@ -25573,6 +25588,12 @@ components: 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 + description: The identity of the chat in which the message was posted. + 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 @@ -25596,13 +25617,13 @@ components: 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 Teams UI. If no edits are made the value is null. + 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 modified, including when a reaction is added or removed.' + 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: @@ -25624,7 +25645,7 @@ components: description: 'Reactions for this chat message (for example, Like).' 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.)' + 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 @@ -25719,7 +25740,7 @@ components: nullable: true teamsAppId: type: string - description: The id from the Teams App manifest. + description: The ID from the Teams app manifest. nullable: true version: type: string @@ -25831,12 +25852,12 @@ components: 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 is 2014-01-01T00:00:00Z' + description: 'The date and time at which the plan was assigned. 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 is 2014-01-01T00:00:00Z.' format: date-time nullable: true capabilityStatus: type: string - description: 'Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut.' + description: 'Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. See a detailed description of each value.' nullable: true service: type: string @@ -25986,7 +26007,7 @@ components: properties: forceChangePasswordNextSignIn: type: boolean - description: 'If true, at next sign-in, the user must change their password. After a password change, this property will be automatically reset to false. If not set, default is false.' + description: true if the user must change her password on the next login; otherwise false. nullable: true forceChangePasswordNextSignInWithMfa: type: boolean @@ -26022,7 +26043,7 @@ components: properties: archiveFolder: type: string - description: Folder ID of an archive folder for the user. Read only. + description: Folder ID of an archive folder for the user. nullable: true automaticRepliesSetting: $ref: '#/components/schemas/microsoft.graph.automaticRepliesSetting' @@ -26321,7 +26342,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.extension' - description: The collection of open extensions defined for the contact. Nullable. + description: The collection of open extensions defined for the contact. Read-only. Nullable. multiValueExtendedProperties: type: array items: @@ -26426,7 +26447,7 @@ components: $ref: '#/components/schemas/microsoft.graph.itemBody' bodyPreview: type: string - description: 'The first 255 characters of the message body. It is in text format. If the message contains instances of mention, this property would contain a concatenation of these mentions as well.' + description: The first 255 characters of the message body. It is in text format. nullable: true ccRecipients: type: array @@ -26646,11 +26667,11 @@ components: properties: agreementFileId: type: string - description: ID of the agreement file accepted by the user. + description: The identifier of the agreement file accepted by the user. nullable: true agreementId: type: string - description: ID of the agreement. + description: The identifier of the agreement. nullable: true deviceDisplayName: type: string @@ -26662,22 +26683,22 @@ components: nullable: true deviceOSType: type: string - description: The operating system used for accepting the agreement. + description: The operating system used to accept the agreement. nullable: true deviceOSVersion: type: string - description: The operating system version of the device used for accepting the agreement. + description: The operating system version of the device used to accept the agreement. 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: 'The expiration date time of the acceptance. 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 is 2014-01-01T00:00:00Z' + description: 'The expiration date time of the acceptance. 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 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: '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 is 2014-01-01T00:00:00Z' + 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 state: @@ -26692,7 +26713,7 @@ components: nullable: true userId: type: string - description: ID of the user who accepted the agreement. + description: The identifier of the user who accepted the agreement. nullable: true userPrincipalName: type: string @@ -26708,24 +26729,24 @@ components: properties: activationLockBypassCode: type: string - description: Code that allows the Activation Lock on a device to be bypassed. This property is read-only. + description: Code that allows the Activation Lock on a device to be bypassed. nullable: true androidSecurityPatchLevel: type: string - description: Android security patch level. This property is read-only. + description: Android security patch level nullable: true azureADDeviceId: type: string - description: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. + 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. This property is read-only. + description: Whether the device is Azure Active Directory registered. nullable: true 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. This property is read-only. + description: The DateTime when device compliance grace period expires format: date-time complianceState: $ref: '#/components/schemas/microsoft.graph.complianceState' @@ -26735,10 +26756,10 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.deviceActionResult' - description: List of ComplexType deviceActionResult objects. This property is read-only. + description: List of ComplexType deviceActionResult objects. deviceCategoryDisplayName: type: string - description: Device category display name. This property is read-only. + description: Device category display name nullable: true deviceEnrollmentType: $ref: '#/components/schemas/microsoft.graph.deviceEnrollmentType' @@ -26746,30 +26767,30 @@ components: $ref: '#/components/schemas/microsoft.graph.deviceHealthAttestationState' deviceName: type: string - description: Name of the device. This property is read-only. + description: Name of the device nullable: true deviceRegistrationState: $ref: '#/components/schemas/microsoft.graph.deviceRegistrationState' easActivated: type: boolean - description: Whether the device is Exchange ActiveSync activated. This property is read-only. + 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. This property is read-only. + description: Exchange ActivationSync activation time of the device. format: date-time easDeviceId: type: string - description: Exchange ActiveSync Id of the device. This property is read-only. + description: Exchange ActiveSync Id of the device. nullable: true emailAddress: type: string - description: Email(s) for the user associated with the device. This property is read-only. + 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. This property is read-only. + description: Enrollment time of the device. format: date-time exchangeAccessState: $ref: '#/components/schemas/microsoft.graph.deviceManagementExchangeAccessState' @@ -26778,30 +26799,30 @@ components: 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. This property is read-only. + description: Last time the device contacted Exchange. format: date-time freeStorageSpaceInBytes: type: integer - description: Free Storage in Bytes. This property is read-only. + description: Free Storage in Bytes format: int64 imei: type: string - description: IMEI. This property is read-only. + description: IMEI nullable: true isEncrypted: type: boolean - description: Device encryption status. This property is read-only. + description: Device encryption status isSupervised: type: boolean - description: Device supervised status. This property is read-only. + description: Device supervised status jailBroken: type: string - description: whether the device is jail broken or rooted. This property is read-only. + description: whether the device is jail broken or rooted. nullable: true 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. This property is read-only. + description: The date and time that the device last completed a successful sync with Intune. format: date-time managedDeviceName: type: string @@ -26813,65 +26834,65 @@ components: $ref: '#/components/schemas/microsoft.graph.managementAgentType' manufacturer: type: string - description: Manufacturer of the device. This property is read-only. + description: Manufacturer of the device nullable: true meid: type: string - description: MEID. This property is read-only. + description: MEID nullable: true model: type: string - description: Model of the device. This property is read-only. + description: Model of the device nullable: true operatingSystem: type: string - description: 'Operating system of the device. Windows, iOS, etc. This property is read-only.' + description: 'Operating system of the device. Windows, iOS, etc.' nullable: true osVersion: type: string - description: Operating system version of the device. This property is read-only. + description: Operating system version of the device. nullable: true partnerReportedThreatState: $ref: '#/components/schemas/microsoft.graph.managedDevicePartnerReportedHealthState' phoneNumber: type: string - description: Phone number of the device. This property is read-only. + description: Phone number of the device nullable: true remoteAssistanceSessionErrorDetails: type: string - description: An error string that identifies issues when creating Remote Assistance session objects. This property is read-only. + 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. This property is read-only. + description: Url that allows a Remote Assistance session to be established with the device. nullable: true serialNumber: type: string - description: SerialNumber. This property is read-only. + description: SerialNumber nullable: true subscriberCarrier: type: string - description: Subscriber Carrier. This property is read-only. + description: Subscriber Carrier nullable: true totalStorageSpaceInBytes: type: integer - description: Total Storage in Bytes. This property is read-only. + description: Total Storage in Bytes format: int64 userDisplayName: type: string - description: User display name. This property is read-only. + description: User display name nullable: true userId: type: string - description: Unique Identifier for the user associated with the device. This property is read-only. + description: Unique Identifier for the user associated with the device nullable: true userPrincipalName: type: string - description: Device user principal name. This property is read-only. + description: Device user principal name nullable: true wiFiMacAddress: type: string - description: Wi-Fi MAC. This property is read-only. + description: Wi-Fi MAC nullable: true deviceCompliancePolicyStates: type: array @@ -26994,7 +27015,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.plannerTask' - description: Read-only. Nullable. Returns the plannerTasks assigned to the user. + description: Read-only. Nullable. Returns the plannerPlans shared with the user. additionalProperties: type: object microsoft.graph.officeGraphInsights: @@ -27007,17 +27028,17 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.sharedInsight' - description: Access this property from the derived type itemInsights. + 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: Access this property from the derived type itemInsights. + 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: Access this property from the derived type itemInsights. + 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.userSettings: @@ -27164,7 +27185,7 @@ components: properties: activity: type: string - description: 'The supplemental information to a user''s availability. Possible values are Available, Away, BeRightBack, Busy, DoNotDisturb, InACall, InAConferenceCall, Inactive,InAMeeting, Offline, OffWork,OutOfOffice, PresenceUnknown,Presenting, UrgentInterruptionsOnly.' + description: 'The supplemental information to a user''s availability. Possible values are Available, Away, BeRightBack, Busy, DoNotDisturb, InACall, InAConferenceCall, Inactive, InAMeeting, Offline, OffWork, OutOfOffice, PresenceUnknown, Presenting, UrgentInterruptionsOnly.' nullable: true availability: type: string @@ -27228,7 +27249,7 @@ components: properties: crc32Hash: type: string - description: The CRC32 value of the file (if available). Read-only. + description: The CRC32 value of the file in little endian (if available). Read-only. nullable: true quickXorHash: type: string @@ -27293,7 +27314,7 @@ components: properties: content: type: string - description: The content of the comment. + description: The content of comment. nullable: true contentType: type: string @@ -27331,7 +27352,7 @@ components: 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. Possible values are: String, Integer, Double, Boolean, Range. Read-only.' + 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' @@ -27395,7 +27416,7 @@ components: 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. 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.' + 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 @@ -27843,7 +27864,7 @@ components: nullable: true contentType: type: string - description: 'The media type of the content attachment. It can have the following values: reference: Attachment is a link to another file. Populate the contentURL with the link to the object.Any contentTypes supported by the Bot Framework''s Attachment objectapplication/vnd.microsoft.card.codesnippet: A code snippet. application/vnd.microsoft.card.announcement: An announcement header.' + description: 'The media type of the content attachment. It can have the following values: reference: Attachment is a link to another file. Populate the contentURL with the link to the object.file: Raw file attachment. Populate the contenturl field with the base64 encoding of the file in data: format.image/: Image type with the type of the image specified ex: image/png, image/jpeg, image/gif. Populate the contentUrl field with the base64 encoding of the file in data: format.video/: Video type with the format specified. Ex: video/mp4. Populate the contentUrl field with the base64 encoding of the file in data: format.audio/: Audio type with the format specified. Ex: audio/wmw. Populate the contentUrl field with the base64 encoding of the file in data: format.application/card type: Rich card attachment type with the card type specifying the exact card format to use. Set content with the json format of the card. Supported values for card type include:application/vnd.microsoft.card.adaptive: A rich card that can contain any combination of text, speech, images,,buttons, and input fields. Set the content property to,an AdaptiveCard object.application/vnd.microsoft.card.animation: A rich card that plays animation. Set the content property,to an AnimationCardobject.application/vnd.microsoft.card.audio: A rich card that plays audio files. Set the content property,to an AudioCard object.application/vnd.microsoft.card.video: A rich card that plays videos. Set the content property,to a VideoCard object.application/vnd.microsoft.card.hero: A Hero card. Set the content property to a HeroCard object.application/vnd.microsoft.card.thumbnail: A Thumbnail card. Set the content property to a ThumbnailCard object.application/vnd.microsoft.com.card.receipt: A Receipt card. Set the content property to a ReceiptCard object.application/vnd.microsoft.com.card.signin: A user Sign In card. Set the content property to a SignInCard object.' nullable: true contentUrl: type: string @@ -27863,6 +27884,20 @@ components: nullable: true additionalProperties: type: object + microsoft.graph.channelIdentity: + title: channelIdentity + type: object + properties: + channelId: + type: string + description: The identity of the channel in which the message was posted. + nullable: true + teamId: + type: string + description: The identity of the team in which the message was posted. + nullable: true + additionalProperties: + type: object microsoft.graph.chatMessageImportance: title: chatMessageImportance enum: @@ -28037,7 +28072,7 @@ components: 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.' + 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}$' @@ -28839,7 +28874,7 @@ components: properties: messageId: type: string - description: The unique identifier for a message in a Microsoft Teams channel. + description: The unique identifier of a message in a Microsoft Teams channel. nullable: true replyChainMessageId: type: string @@ -28896,6 +28931,7 @@ components: 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 when this key was registered to the user. format: date-time nullable: true displayName: @@ -29013,11 +29049,11 @@ components: properties: content: type: string - description: The content of replied comment. + description: The content of a comment reply. nullable: true contentType: type: string - description: Indicates the type for the replied comment. + description: Indicates the type for the comment reply. additionalProperties: type: object microsoft.graph.workbookOperationError: @@ -29098,7 +29134,7 @@ components: description: Represents whether the casing impacted the last sort of the table. Read-only. method: type: string - description: 'Represents Chinese character ordering method last used to sort the table. Possible values are: PinYin, StrokeCount. Read-only.' + description: 'Represents Chinese character ordering method last used to sort the table. The possible values are: PinYin, StrokeCount. Read-only.' additionalProperties: type: object microsoft.graph.workbookChart: @@ -29316,7 +29352,7 @@ components: nullable: true contentType: type: string - description: 'Write only. Content type, such as image/png, image/jpg.' + description: 'Write only. Content type. sicj as image/png, image/jpg.' nullable: true additionalProperties: type: object @@ -29380,7 +29416,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.recipient' - description: The email address to which a message should be redirected. + description: The email addresses to which a message should be redirected. stopProcessingRules: type: boolean description: Indicates whether subsequent rules should be evaluated. @@ -29890,7 +29926,7 @@ components: properties: accountEnabled: type: boolean - description: 'true if the account is enabled; otherwise, false. default is true.' + description: 'true if the account is enabled; otherwise, false. Required.' nullable: true alternativeSecurityIds: type: array @@ -29956,7 +29992,7 @@ components: nullable: true operatingSystemVersion: type: string - description: Operating system version of the device. Required. + description: The version of the operating system on the device. Required. nullable: true physicalIds: type: array @@ -29965,7 +30001,7 @@ components: description: For internal use only. Not nullable. profileType: type: string - description: The profile type of the device. Possible values:RegisteredDevice (default)SecureVMPrinterSharedIoT + description: 'The profile type of the device. Possible values: RegisteredDevice (default), SecureVM, Printer, Shared, IoT.' nullable: true systemLabels: type: array @@ -29974,7 +30010,7 @@ components: 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' + description: 'Type of trust for the joined device. Read-only. Possible values: Workplace (indicates bring your own personal devices), AzureAd (Cloud only joined devices), ServerAd (on-premises domain joined devices joined to Azure AD). For more details, see Introduction to device management in Azure Active Directory' nullable: true memberOf: type: array @@ -30044,6 +30080,11 @@ components: items: $ref: '#/components/schemas/microsoft.graph.conversationMember' description: A collection of all the members in the chat. Nullable. + messages: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.chatMessage' + description: A collection of all the messages in the chat. Nullable. tabs: type: array items: @@ -30135,7 +30176,7 @@ components: nullable: true dataOption: type: string - description: 'Represents additional sorting options for this field. Possible values are: Normal, TextAsNumber.' + description: 'Represents additional sorting options for this field. The possible values are: Normal, TextAsNumber.' icon: $ref: '#/components/schemas/microsoft.graph.workbookIcon' key: @@ -30146,7 +30187,7 @@ components: format: int32 sortOn: type: string - description: 'Represents the type of sorting of this condition. Possible values are: Value, CellColor, FontColor, Icon.' + description: 'Represents the type of sorting of this condition. The possible values are: Value, CellColor, FontColor, Icon.' additionalProperties: type: object microsoft.graph.workbookChartAxes: @@ -30526,7 +30567,7 @@ components: format: int32 set: type: string - description: 'Represents the set that the icon is part of. Possible values are: Invalid, ThreeArrows, ThreeArrowsGray, ThreeFlags, ThreeTrafficLights1, ThreeTrafficLights2, ThreeSigns, ThreeSymbols, ThreeSymbols2, FourArrows, FourArrowsGray, FourRedToBlack, FourRating, FourTrafficLights, FiveArrows, FiveArrowsGray, FiveRating, FiveQuarters, ThreeStars, ThreeTriangles, FiveBoxes.' + description: 'Represents the set that the icon is part of. The possible values are: Invalid, ThreeArrows, ThreeArrowsGray, ThreeFlags, ThreeTrafficLights1, ThreeTrafficLights2, ThreeSigns, ThreeSymbols, ThreeSymbols2, FourArrows, FourArrowsGray, FourRedToBlack, FourRating, FourTrafficLights, FiveArrows, FiveArrowsGray, FiveRating, FiveQuarters, ThreeStars, ThreeTriangles, FiveBoxes.' additionalProperties: type: object microsoft.graph.workbookChartAxis: diff --git a/openApiDocs/v1.0/Identity.DirectoryManagement.yml b/openApiDocs/v1.0/Identity.DirectoryManagement.yml index 2488fec05cd..424f963d476 100644 --- a/openApiDocs/v1.0/Identity.DirectoryManagement.yml +++ b/openApiDocs/v1.0/Identity.DirectoryManagement.yml @@ -8458,7 +8458,7 @@ components: properties: contractType: type: string - description: 'Type of contract.Possible values are: SyndicationPartner - Partner that exclusively resells and manages O365 and Intune for this customer. They resell and support their customers. BreadthPartner - Partner has the ability to provide administrative support for this customer. However, the partner is not allowed to resell to the customer.ResellerPartner - Partner that is similar to a syndication partner, except that the partner doesn’t have exclusive access to a tenant. In the syndication case, the customer cannot buy additional direct subscriptions from Microsoft or from other partners.' + description: 'Type of contract. Possible values are: SyndicationPartner, BreadthPartner, ResellerPartner. See more in the table below.' nullable: true customerId: 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}$' @@ -8485,7 +8485,7 @@ components: properties: accountEnabled: type: boolean - description: 'true if the account is enabled; otherwise, false. default is true.' + description: 'true if the account is enabled; otherwise, false. Required.' nullable: true alternativeSecurityIds: type: array @@ -8551,7 +8551,7 @@ components: nullable: true operatingSystemVersion: type: string - description: Operating system version of the device. Required. + description: The version of the operating system on the device. Required. nullable: true physicalIds: type: array @@ -8560,7 +8560,7 @@ components: description: For internal use only. Not nullable. profileType: type: string - description: The profile type of the device. Possible values:RegisteredDevice (default)SecureVMPrinterSharedIoT + description: 'The profile type of the device. Possible values: RegisteredDevice (default), SecureVM, Printer, Shared, IoT.' nullable: true systemLabels: type: array @@ -8569,7 +8569,7 @@ components: 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' + description: 'Type of trust for the joined device. Read-only. Possible values: Workplace (indicates bring your own personal devices), AzureAd (Cloud only joined devices), ServerAd (on-premises domain joined devices joined to Azure AD). For more details, see Introduction to device management in Azure Active Directory' nullable: true memberOf: type: array @@ -8638,7 +8638,7 @@ components: nullable: true visibility: type: string - description: 'Controls whether the adminstrative unit and its members are hidden or public. Can be set to HiddenMembership or Public. If not set, default behavior is Public. When set to HiddenMembership, only members of the administrative unit can list other members of the adminstrative unit.' + description: 'Controls whether the administrative unit and its members are hidden or public. Can be set to HiddenMembership or Public. If not set, default behavior is Public. When set to HiddenMembership, only members of the administrative unit can list other members of the administrative unit.' nullable: true members: type: array @@ -8730,7 +8730,7 @@ components: properties: authenticationType: type: string - description: Indicates the configured authentication type for the domain. The value is either Managed or Federated. Managed indicates a cloud managed domain where Azure AD performs user authentication.Federated indicates authentication is federated with an identity provider such as the tenant's on-premises Active Directory via Active Directory Federation Services. This propert is read-only and is not nullable. + description: Indicates the configured authentication type for the domain. The value is either Managed or Federated. Managed indicates a cloud managed domain where Azure AD performs user authentication. Federated indicates authentication is federated with an identity provider such as the tenant's on-premises Active Directory via Active Directory Federation Services. This property is read-only and is not nullable. availabilityStatus: type: string description: 'This property is always null except when the verify action is used. When the verify action is used, a domain entity is returned in the response. The availabilityStatus property of the domain entity in the response is either AvailableImmediately or EmailVerifiedDomainTakeoverScheduled.' @@ -8740,16 +8740,16 @@ components: description: 'The value of the property is false if the DNS record management of the domain has been delegated to Microsoft 365. Otherwise, the value is true. Not nullable' isDefault: type: boolean - description: True if this is the default domain that is used for user creation. There is only one default domain per company. Not nullable + description: true if this is the default domain that is used for user creation. There is only one default domain per company. Not nullable isInitial: type: boolean - description: True if this is the initial domain created by Microsoft Online Services (companyname.onmicrosoft.com). There is only one initial domain per company. Not nullable + description: true if this is the initial domain created by Microsoft Online Services (companyname.onmicrosoft.com). There is only one initial domain per company. Not nullable isRoot: type: boolean - description: 'True if the domain is a verified root domain. Otherwise, false if the domain is a subdomain or unverified. Not nullable' + description: 'true if the domain is a verified root domain. Otherwise, false if the domain is a subdomain or unverified. Not nullable' isVerified: type: boolean - description: True if the domain has completed domain ownership verification. Not nullable + description: true if the domain has completed domain ownership verification. Not nullable manufacturer: type: string nullable: true @@ -8776,7 +8776,7 @@ components: type: array items: type: string - description: 'The capabilities assigned to the domain.Can include 0, 1 or more of following values: Email, Sharepoint, EmailInternalRelayOnly, OfficeCommunicationsOnline, SharePointDefaultDomain, FullRedelegation, SharePointPublic, OrgIdAuthentication, Yammer, Intune The values which you can add/remove using Graph API include: Email, OfficeCommunicationsOnline, YammerNot nullable' + description: 'The capabilities assigned to the domain. Can include 0, 1 or more of following values: Email, Sharepoint, EmailInternalRelayOnly, OfficeCommunicationsOnline, SharePointDefaultDomain, FullRedelegation, SharePointPublic, OrgIdAuthentication, Yammer, Intune. The values which you can add/remove using Graph API include: Email, OfficeCommunicationsOnline, Yammer. Not nullable' domainNameReferences: type: array items: @@ -8786,12 +8786,12 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.domainDnsRecord' - description: 'DNS records the customer adds to the DNS zone file of the domain before the domain can be used by Microsoft Online services.Read-only, Nullable' + description: 'DNS records the customer adds to the DNS zone file of the domain before the domain can be used by Microsoft Online services. Read-only, Nullable' verificationDnsRecords: type: array items: $ref: '#/components/schemas/microsoft.graph.domainDnsRecord' - description: 'DNS records that the customer adds to the DNS zone file of the domain before the customer can complete domain ownership verification with Azure AD.Read-only, Nullable' + description: 'DNS records that the customer adds to the DNS zone file of the domain before the customer can complete domain ownership verification with Azure AD. Read-only, Nullable' additionalProperties: type: object microsoft.graph.domainDnsRecord: @@ -8836,7 +8836,7 @@ components: type: array items: type: string - description: 'Telephone number for the organization. Note: Although this is a string collection, only one number can be set for this property.' + description: 'Telephone number for the organization. Although this is a string collection, only one number can be set for this property.' city: type: string description: City name of the address for the organization. @@ -8867,12 +8867,12 @@ components: 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 time and date at which the tenant was last synced with the on-premise 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 is 2014-01-01T00:00:00Z.' + description: 'The time and date at which the tenant was last synced with the on-premise 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 is 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). + 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. Nullable. null if this object has never been synced from an on-premises directory (default). nullable: true postalCode: type: string @@ -8880,7 +8880,7 @@ components: nullable: true preferredLanguage: type: string - description: The preferred language for the organization. Should follow ISO 639-1 Code; for example 'en'. + description: The preferred language for the organization. Should follow ISO 639-1 Code; for example en. nullable: true privacyProfile: $ref: '#/components/schemas/microsoft.graph.privacyProfile' @@ -8926,12 +8926,12 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.certificateBasedAuthConfiguration' - description: Navigation property to manage certificate-based authentication configuration. Only a single instance of certificateBasedAuthConfiguration can be created in the collection. + description: Navigation property to manage certificate-based authentication configuration. Only a single instance of certificateBasedAuthConfiguration can be created in the collection. extensions: type: array items: $ref: '#/components/schemas/microsoft.graph.extension' - description: The collection of open extensions defined for the organization resource. Nullable. + description: The collection of open extensions defined for the organization. Read-only. Nullable. additionalProperties: type: object description: The organization resource represents an instance of global settings and resources which operate and are provisioned at the tenant-level. @@ -9131,12 +9131,12 @@ components: 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 is 2014-01-01T00:00:00Z' + description: 'The date and time at which the plan was assigned. 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 is 2014-01-01T00:00:00Z.' format: date-time nullable: true capabilityStatus: type: string - description: 'Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut.' + description: 'Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. See a detailed description of each value.' nullable: true service: type: string @@ -9308,7 +9308,7 @@ components: 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.' + 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}$' diff --git a/openApiDocs/v1.0/Identity.Governance.yml b/openApiDocs/v1.0/Identity.Governance.yml index e08a01f23bc..6ee9903072e 100644 --- a/openApiDocs/v1.0/Identity.Governance.yml +++ b/openApiDocs/v1.0/Identity.Governance.yml @@ -1749,6 +1749,63 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation + '/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/microsoft.graph.filterByCurrentUser(on={on})': + get: + tags: + - identityGovernance.Functions + summary: Invoke function filterByCurrentUser + operationId: identityGovernance.appConsent.appConsentRequests.userConsentRequests_filterByCurrentUser + parameters: + - name: appConsentRequest-id + in: path + description: 'key: id of appConsentRequest' + required: true + schema: + type: string + x-ms-docs-key-type: appConsentRequest + - name: on + in: path + description: 'Usage: on={on}' + required: true + schema: + $ref: '#/components/schemas/microsoft.graph.consentRequestFilterByCurrentUserOptions' + responses: + '200': + description: Success + content: + application/json: + schema: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.userConsentRequest' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + '/identityGovernance/appConsent/appConsentRequests/microsoft.graph.filterByCurrentUser(on={on})': + get: + tags: + - identityGovernance.Functions + summary: Invoke function filterByCurrentUser + operationId: identityGovernance.appConsent.appConsentRequests_filterByCurrentUser + parameters: + - name: on + in: path + description: 'Usage: on={on}' + required: true + schema: + $ref: '#/components/schemas/microsoft.graph.consentRequestFilterByCurrentUserOptions' + responses: + '200': + description: Success + content: + application/json: + schema: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.appConsentRequest' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function '/users/{user-id}/agreementAcceptances': get: tags: @@ -1996,7 +2053,7 @@ components: nullable: true isPerDeviceAcceptanceRequired: type: boolean - description: 'This setting enables you to require end users to accept this agreement on every device that they are accessing it from. The end user will be required to register their device in Azure AD, if they haven''t already done so.' + description: 'Indicates whether end users are required to accept this agreement on every device that they access it from. The end user is required to register their device in Azure AD, if they haven''t already done so.' nullable: true isViewingBeforeAcceptanceRequired: type: boolean @@ -2021,7 +2078,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.agreementFileLocalization' - description: 'PDFs linked to this agreement. Note: This property is in the process of being deprecated. Use the file property instead.' + description: PDFs linked to this agreement. This property is in the process of being deprecated. Use the file property instead. additionalProperties: type: object microsoft.graph.agreementAcceptance: @@ -2032,11 +2089,11 @@ components: properties: agreementFileId: type: string - description: ID of the agreement file accepted by the user. + description: The identifier of the agreement file accepted by the user. nullable: true agreementId: type: string - description: ID of the agreement. + description: The identifier of the agreement. nullable: true deviceDisplayName: type: string @@ -2048,22 +2105,22 @@ components: nullable: true deviceOSType: type: string - description: The operating system used for accepting the agreement. + description: The operating system used to accept the agreement. nullable: true deviceOSVersion: type: string - description: The operating system version of the device used for accepting the agreement. + description: The operating system version of the device used to accept the agreement. 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: 'The expiration date time of the acceptance. 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 is 2014-01-01T00:00:00Z' + description: 'The expiration date time of the acceptance. 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 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: '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 is 2014-01-01T00:00:00Z' + 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 state: @@ -2078,7 +2135,7 @@ components: nullable: true userId: type: string - description: ID of the user who accepted the agreement. + description: The identifier of the user who accepted the agreement. nullable: true userPrincipalName: type: string @@ -2117,6 +2174,51 @@ components: type: object additionalProperties: type: object + microsoft.graph.consentRequestFilterByCurrentUserOptions: + title: consentRequestFilterByCurrentUserOptions + enum: + - reviewer + - unknownFutureValue + type: string + microsoft.graph.userConsentRequest: + allOf: + - $ref: '#/components/schemas/microsoft.graph.request' + - title: userConsentRequest + type: object + properties: + reason: + type: string + description: The user's justification for requiring access to the app. Supports $filter (eq only) and $orderby. + nullable: true + approval: + $ref: '#/components/schemas/microsoft.graph.approval' + additionalProperties: + type: object + microsoft.graph.appConsentRequest: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: appConsentRequest + type: object + properties: + appDisplayName: + type: string + description: The display name of the app for which consent is requested. Required. Supports $filter (eq only) and $orderby. + nullable: true + appId: + type: string + description: The identifier of the application. Required. Supports $filter (eq only) and $orderby. + pendingScopes: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.appConsentRequestScope' + description: A list of pending scopes waiting for approval. This is empty if the consentType is Static. Required. + userConsentRequests: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.userConsentRequest' + description: A list of pending user consent requests. + additionalProperties: + type: object microsoft.graph.entity: title: entity type: object @@ -2139,7 +2241,7 @@ components: 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 DateTime when the agreement is set to expire for all users. 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 is 2014-01-01T00:00:00Z.' + description: 'The DateTime when the agreement is set to expire for all users. 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: @@ -2181,6 +2283,57 @@ components: nullable: true additionalProperties: type: object + microsoft.graph.request: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: request + type: object + properties: + approvalId: + type: string + nullable: true + 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 + 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 + customData: + type: string + nullable: true + status: + type: string + additionalProperties: + type: object + microsoft.graph.approval: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: approval + type: object + properties: + stages: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.approvalStage' + description: A collection of stages in the approval decision. + additionalProperties: + type: object + microsoft.graph.appConsentRequestScope: + title: appConsentRequestScope + type: object + properties: + displayName: + type: string + description: The name of the scope. + nullable: true + additionalProperties: + type: object odata.error: required: - error @@ -2200,6 +2353,54 @@ components: nullable: true 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.approvalStage: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: approvalStage + type: object + properties: + assignedToMe: + type: boolean + description: Indicates whether the stage is assigned to the calling user to review. Read-only. + nullable: true + displayName: + type: string + description: The label provided by the policy creator to identify an approval stage. Read-only. + nullable: true + justification: + type: string + description: The justification associated with the approval stage decision. + 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 + description: 'The date and time when a decision was recorded. The date and time information uses ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.' + format: date-time + nullable: true + reviewResult: + type: string + description: 'The result of this approval record. Possible values include: NotReviewed, Approved, Denied.' + nullable: true + status: + type: string + description: 'The stage status. Possible values: InProgress, Initializing, Completed, Expired. Read-only.' + nullable: true + additionalProperties: + type: object odata.error.main: required: - code @@ -2223,6 +2424,20 @@ components: description: The structure of this object is service-specific 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 odata.error.detail: required: - code diff --git a/openApiDocs/v1.0/Identity.SignIns.yml b/openApiDocs/v1.0/Identity.SignIns.yml index 3402bea7163..924ff3fee44 100644 --- a/openApiDocs/v1.0/Identity.SignIns.yml +++ b/openApiDocs/v1.0/Identity.SignIns.yml @@ -2785,6 +2785,7 @@ paths: - tokenIssuancePolicies - tokenLifetimePolicies - featureRolloutPolicies + - adminConsentRequestPolicy - conditionalAccessPolicies - identitySecurityDefaultsEnforcementPolicy type: string @@ -2808,6 +2809,7 @@ paths: - tokenIssuancePolicies - tokenLifetimePolicies - featureRolloutPolicies + - adminConsentRequestPolicy - conditionalAccessPolicies - identitySecurityDefaultsEnforcementPolicy type: string @@ -2837,6 +2839,8 @@ paths: operationId: policies.ListTokenLifetimePolicies featureRolloutPolicies: operationId: policies.ListFeatureRolloutPolicies + adminConsentRequestPolicy: + operationId: policies.GetAdminConsentRequestPolicy conditionalAccessPolicies: operationId: policies.ListConditionalAccessPolicies identitySecurityDefaultsEnforcementPolicy: @@ -3083,6 +3087,88 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation + /policies/adminConsentRequestPolicy: + get: + tags: + - policies.adminConsentRequestPolicy + summary: Get adminConsentRequestPolicy from policies + operationId: policies_GetAdminConsentRequestPolicy + parameters: + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - id + - isEnabled + - notifyReviewers + - remindersEnabled + - requestDurationInDays + - reviewers + - version + 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.adminConsentRequestPolicy' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - policies.adminConsentRequestPolicy + summary: Update the navigation property adminConsentRequestPolicy in policies + operationId: policies_UpdateAdminConsentRequestPolicy + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.adminConsentRequestPolicy' + required: true + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - policies.adminConsentRequestPolicy + summary: Delete navigation property adminConsentRequestPolicy for policies + operationId: policies_DeleteAdminConsentRequestPolicy + parameters: + - 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 /policies/authenticationMethodsPolicy: get: tags: @@ -7209,19 +7295,19 @@ components: properties: clientId: type: string - description: The client ID for the application obtained when registering the application with the identity provider. This is a required field. + description: The client ID for the application obtained when registering the application with the identity provider. This is a required field. Required. Not nullable. nullable: true clientSecret: type: string - description: The client secret for the application obtained when registering the application with the identity provider. This is write-only. A read operation will return '****'. This is a required field. + description: The client secret for the application obtained when registering the application with the identity provider. This is write-only. A read operation will return ****. This is a required field. Required. Not nullable. nullable: true name: type: string - description: The display name of the identity provider. + description: The display name of the identity provider. Not nullable. nullable: true type: type: string - description: The identity provider type is a required field.For B2B scenario:GoogleFacebookFor B2C scenario:MicrosoftGoogleAmazonLinkedInFacebookGitHubTwitterWeiboQQWeChatOpenIDConnect + description: 'The identity provider type is a required field. For B2B scenario: Google, Facebook. For B2C scenario: Microsoft, Google, Amazon, LinkedIn, Facebook, GitHub, Twitter, Weibo,QQ, WeChat, OpenIDConnect. Not nullable.' nullable: true additionalProperties: type: object @@ -7300,27 +7386,27 @@ components: nullable: true invitedUserEmailAddress: type: string - description: 'The email address of the user being invited. Required. The following special characters are not permitted in the email address:Tilde (~)Exclamation point (!)At sign (@)Number sign (#)Dollar sign ($)Percent (%)Circumflex (^)Ampersand (&)Asterisk (*)Parentheses (( ))Hyphen (-)Plus sign (+)Equal sign (=)Brackets ([ ])Braces ({ })Backslash (/)Slash mark (/)Pipe (`' + description: 'The email address of the user being invited. Required. The following special characters are not permitted in the email address:Tilde (~)Exclamation point (!)Number sign (#)Dollar sign ($)Percent (%)Circumflex (^)Ampersand (&)Asterisk (*)Parentheses (( ))Plus sign (+)Equal sign (=)Brackets ([ ])Braces ({ })Backslash (/)Slash mark (/)Pipe (/|)Semicolon (;)Colon (:)Quotation marks ('')Angle brackets (< >)Question mark (?)Comma (,)However, the following exceptions apply:A period (.) or a hyphen (-) is permitted anywhere in the user name, except at the beginning or end of the name.An underscore (_) is permitted anywhere in the user name. This includes at the beginning or end of the name.' invitedUserMessageInfo: $ref: '#/components/schemas/microsoft.graph.invitedUserMessageInfo' invitedUserType: type: string - description: 'The userType of the user being invited. By default, this is Guest. You can invite as Member if you''re are company administrator.' + description: 'The userType of the user being invited. By default, this is Guest. You can invite as Member if you are a company administrator.' nullable: true inviteRedeemUrl: type: string - description: The URL the user can use to redeem their invitation. Read-only. + description: The URL the user can use to redeem their invitation. Read-only nullable: true inviteRedirectUrl: type: string - description: The URL user should be redirected to once the invitation is redeemed. Required. + description: The URL the user should be redirected to once the invitation is redeemed. Required. sendInvitationMessage: type: boolean description: Indicates whether an email should be sent to the user being invited or not. The default is false. nullable: true status: type: string - description: 'The status of the invitation. Possible values: PendingAcceptance, Completed, InProgress, and Error' + description: 'The status of the invitation. Possible values are: PendingAcceptance, Completed, InProgress, and Error' nullable: true invitedUser: $ref: '#/components/schemas/microsoft.graph.user' @@ -7334,60 +7420,60 @@ components: properties: accountEnabled: type: boolean - description: 'true if the account is enabled; otherwise, false. This property is required when a user is created. Returned only on $select. Supports $filter.' + 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. Returned only on $select.' + 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. Returned only on $select. Not nullable. + description: The licenses that are assigned to the user. Returned only on $select. Not nullable. Supports $filter. assignedPlans: type: array items: $ref: '#/components/schemas/microsoft.graph.assignedPlan' - description: The plans that are assigned to the user. Returned only on $select. Read-only. Not nullable. + 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. Only one number can be set for this property. Returned by default. Read-only for users synced from on-premises directory. + description: 'The telephone numbers for the user. NOTE: Although this is a string collection, only one number can be set for this property. Read-only for users synced from on-premises directory. Returned by default.' city: type: string - description: The city in which the user is located. Returned only on $select. Supports $filter. + 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. + 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 characters.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. Returned only on $select.' + 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''. Returned only on $select. Supports $filter.' + 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 date and time the user was created. The value cannot be modified and is automatically populated when the entity is created. The DateTimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. Property is nullable. A null value indicates that an accurate creation time couldn't be determined for the user. Returned only on $select. Read-only. Supports $filter. + 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). Returned only on $select. Read-only.' + 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. Returned only on $select. Supports $filter. + description: The name for the department in which the user works. Supports $filter. nullable: true displayName: type: string - description: 'The name displayed in the address book for the user. This value 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. Returned by default. Supports $filter and $orderby.' + 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. Returned by default. 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])$' @@ -7417,7 +7503,7 @@ components: nullable: true faxNumber: type: string - description: The fax number of the user. Returned only on $select. + description: The fax number of the user. nullable: true givenName: type: string @@ -7427,7 +7513,7 @@ components: 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. Returned only on $select. Supports $filter.' + 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: @@ -7445,29 +7531,29 @@ components: 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 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 is 2014-01-01T00:00:00Z Returned only on $select. Read-only.' + 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 is 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. Returned only on $select.' + 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. Returned only on $select. Read-only. + 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''. Returned by default. Supports $filter and endsWith.' nullable: true mailNickname: type: string - description: The mail alias for the user. This property must be specified when a user is created. Returned only on $select. Supports $filter. + 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. Returned by default. Read-only for users synced from on-premises directory. + description: The primary cellular telephone number for the user. Read-only for users synced from on-premises directory. Returned by default. nullable: true officeLocation: type: string @@ -7475,59 +7561,59 @@ components: 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. Returned only on $select. Read-only. + 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. Returned only on $select. Read-only.' + 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. Returned only on $select. Supports $filter.' + 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 is 2014-01-01T00:00:00Z. Returned only on $select. Read-only.' + 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 is 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. Returned only on $select. + 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. Returned only on $select. Read-only. + 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. Returned only on $select. Read-only. + 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). Returned only on $select. Read-only. + 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. Returned only on $select. Read-only. + 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''].Returned only on $select. Supports$filter.' + 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''.Returned only on $select.' + 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. Returned only on $select.' + 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 preferredLanguage: type: string @@ -7537,29 +7623,29 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.provisionedPlan' - description: The plans that are provisioned for the user. Returned only on $select. Read-only. Not nullable. + 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. Returned only on $select. Read-only, Not nullable. Supports $filter.' + 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.' 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. Returned only on $select.' + 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. Returned only on $select. Read-only. Use revokeSignInSessions to reset.' + 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. Returned only on $select. Supports $filter. + 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. Returned only on $select. + description: The street address of the user's place of business. nullable: true surname: type: string @@ -7567,7 +7653,7 @@ components: 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. Returned only on $select. Supports $filter.' + 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 @@ -7575,7 +7661,7 @@ components: 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''. Returned only on $select. Supports $filter.' + 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' @@ -7587,12 +7673,12 @@ components: format: int32 aboutMe: type: string - description: A freeform text entry field for the user to describe themselves. Returned only on $select. + 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 is 2014-01-01T00:00:00Z Returned only on $select.' + 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 is 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])$' @@ -7604,39 +7690,39 @@ components: items: type: string nullable: true - description: A list for the user to describe their interests. Returned only on $select. + description: A list for the user to describe their interests. mySite: type: string - description: The URL for the user's personal site. Returned only on $select. + 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. Returned only on $select. + description: A list for the user to enumerate their past projects. preferredName: type: string - description: The preferred name for the user. Returned only on $select. + 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. Returned only on $select. + 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. Returned only on $select. + 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. Returned only on $select. + description: A list for the user to enumerate their skills. appRoleAssignments: type: array items: @@ -7663,7 +7749,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.directoryObject' - description: 'The groups, directory roles and administrative units that the user is a member of. Read-only. Nullable.' + description: The groups and directory roles that the user is a member of. Read-only. Nullable. oauth2PermissionGrants: type: array items: @@ -7723,7 +7809,7 @@ components: 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. + description: The user's events. Default is to show Events under the Default Calendar. Read-only. Nullable. inferenceClassification: $ref: '#/components/schemas/microsoft.graph.inferenceClassification' mailFolders: @@ -7742,7 +7828,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.person' - description: 'Read-only. The most relevant people to the user. The collection is ordered by their relevance to the user, which is determined by the user''s communication, collaboration and business relationships. A person is an aggregation of information from across mail, contacts and social networks.' + description: People that are relevant to the user. Read-only. Nullable. photo: $ref: '#/components/schemas/microsoft.graph.profilePhoto' photos: @@ -7765,7 +7851,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.extension' - description: The collection of open extensions defined for the user. Nullable. + description: The collection of open extensions defined for the user. Read-only. Nullable. agreementAcceptances: type: array items: @@ -7896,6 +7982,8 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.featureRolloutPolicy' + adminConsentRequestPolicy: + $ref: '#/components/schemas/microsoft.graph.adminConsentRequestPolicy' conditionalAccessPolicies: type: array items: @@ -7912,6 +8000,40 @@ 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.adminConsentRequestPolicy: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: adminConsentRequestPolicy + type: object + properties: + isEnabled: + type: boolean + description: Specifies whether the admin consent request feature is enabled or disabled. Required. + notifyReviewers: + type: boolean + description: Specifies whether reviewers will receive notifications. Required. + remindersEnabled: + type: boolean + description: Specifies whether reviewers will receive reminder emails. Required. + requestDurationInDays: + maximum: 2147483647 + minimum: -2147483648 + type: integer + description: Specifies the duration the request is active before it automatically expires if no decision is applied. + format: int32 + reviewers: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.accessReviewReviewerScope' + description: The list of reviewers for the admin consent. Required. + version: + maximum: 2147483647 + minimum: -2147483648 + type: integer + description: 'Specifies the version of this policy. When the policy is updated, this version is updated. Read-only.' + format: int32 + additionalProperties: + type: object microsoft.graph.authenticationMethodsPolicy: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -8070,13 +8192,13 @@ components: items: type: string nullable: true - description: 'A list of appId values for the client applications to match with, or a list with the single value ''all'' to match any client application. Default is the single value ''all''.' + description: 'A list of appId values for the client applications to match with, or a list with the single value all to match any client application. Default is the single value all.' clientApplicationPublisherIds: type: array items: type: string nullable: true - description: 'A list of Microsoft Partner Network (MPN) IDs for verified publishers of the client application, or a list with the single value ''all'' to match with client apps from any publisher. Default is the single value ''all''.' + description: 'A list of Microsoft Partner Network (MPN) IDs for verified publishers of the client application, or a list with the single value all to match with client apps from any publisher. Default is the single value all.' clientApplicationsFromVerifiedPublisherOnly: type: boolean description: 'Set to true to only match on client applications with a verified publisher. Set to false to match on any client app, even if it does not have a verified publisher. Default is false.' @@ -8086,17 +8208,17 @@ components: items: type: string nullable: true - description: 'A list of Azure Active Directory tenant IDs in which the client application is registered, or a list with the single value ''all'' to match with client apps registered in any tenant. Default is the single value ''all''.' + description: 'A list of Azure Active Directory tenant IDs in which the client application is registered, or a list with the single value all to match with client apps registered in any tenant. Default is the single value all.' permissionClassification: type: string - description: 'The permission classification for the permission being granted, or ''all'' to match with any permission classification (including permissions which are not classified). Default is all.' + description: 'The permission classification for the permission being granted, or all to match with any permission classification (including permissions which are not classified). Default is all.' nullable: true permissions: type: array items: type: string nullable: true - description: 'The list of id values for the specific permissions to match with, or a list with the single value ''all'' to match with any permission. The id of delegated permissions can be found in the publishedPermissionScopes property of the API''s **servicePrincipal** object. The id of application permissions can be found in the appRoles property of the API''s **servicePrincipal** object. The id of resource-specific application permissions can be found in the resourceSpecificApplicationPermissions property of the API''s **servicePrincipal** object. Default is the single value ''all''.' + description: 'The list of id values for the specific permissions to match with, or a list with the single value all to match with any permission. The id of delegated permissions can be found in the oauth2PermissionScopes property of the API''s **servicePrincipal** object. The id of application permissions can be found in the appRoles property of the API''s **servicePrincipal** object. The id of resource-specific application permissions can be found in the resourceSpecificApplicationPermissions property of the API''s **servicePrincipal** object. Default is the single value all.' permissionType: $ref: '#/components/schemas/microsoft.graph.permissionType' resourceApplication: @@ -8166,6 +8288,7 @@ components: 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 when this key was registered to the user. format: date-time nullable: true displayName: @@ -8221,7 +8344,7 @@ components: properties: accountEnabled: type: boolean - description: 'true if the account is enabled; otherwise, false. default is true.' + description: 'true if the account is enabled; otherwise, false. Required.' nullable: true alternativeSecurityIds: type: array @@ -8287,7 +8410,7 @@ components: nullable: true operatingSystemVersion: type: string - description: Operating system version of the device. Required. + description: The version of the operating system on the device. Required. nullable: true physicalIds: type: array @@ -8296,7 +8419,7 @@ components: description: For internal use only. Not nullable. profileType: type: string - description: The profile type of the device. Possible values:RegisteredDevice (default)SecureVMPrinterSharedIoT + description: 'The profile type of the device. Possible values: RegisteredDevice (default), SecureVM, Printer, Shared, IoT.' nullable: true systemLabels: type: array @@ -8305,7 +8428,7 @@ components: 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' + description: 'Type of trust for the joined device. Read-only. Possible values: Workplace (indicates bring your own personal devices), AzureAd (Cloud only joined devices), ServerAd (on-premises domain joined devices joined to Azure AD). For more details, see Introduction to device management in Azure Active Directory' nullable: true memberOf: type: array @@ -8384,7 +8507,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.conditionalAccessClientApp' - description: 'Client application types included in the policy. Possible values are: all, browser, mobileAppsAndDesktopClients, exchangeActiveSync, easSupported, other.' + description: 'Client application types included in the policy. Possible values are: all, browser, mobileAppsAndDesktopClients, exchangeActiveSync, easSupported, other. Required.' locations: $ref: '#/components/schemas/microsoft.graph.conditionalAccessLocations' platforms: @@ -8393,12 +8516,12 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.riskLevel' - description: 'Sign-in risk levels included in the policy. Possible values are: low, medium, high, none.' + description: 'Sign-in risk levels included in the policy. Possible values are: low, medium, high, hidden, none, unknownFutureValue. Required.' userRiskLevels: type: array items: $ref: '#/components/schemas/microsoft.graph.riskLevel' - description: 'User risk levels included in the policy. Possible values are: low, medium, high, none.' + description: 'User risk levels included in the policy. Possible values are: low, medium, high, hidden, none, unknownFutureValue. Required.' users: $ref: '#/components/schemas/microsoft.graph.conditionalAccessUsers' additionalProperties: @@ -8411,12 +8534,12 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.conditionalAccessGrantControl' - description: 'List of values of built-in controls required by the policy. Possible values: block, mfa, compliantDevice, domainJoinedDevice, approvedApplication, compliantApplication, passwordChange.' + description: 'List of values of built-in controls required by the policy. Possible values: block, mfa, compliantDevice, domainJoinedDevice, approvedApplication, compliantApplication, passwordChange, unknownFutureValue.' customAuthenticationFactors: type: array items: type: string - description: 'List of custom controls IDs required by the policy. Learn more about custom controls here: https://docs.microsoft.com/azure/active-directory/conditional-access/controls#custom-controls-preview' + description: 'List of custom controls IDs required by the policy. For more information, see Custom controls.' operator: type: string description: 'Defines the relationship of the grant controls. Possible values: AND, OR.' @@ -8548,12 +8671,12 @@ components: 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 is 2014-01-01T00:00:00Z' + description: 'The date and time at which the plan was assigned. 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 is 2014-01-01T00:00:00Z.' format: date-time nullable: true capabilityStatus: type: string - description: 'Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut.' + description: 'Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. See a detailed description of each value.' nullable: true service: type: string @@ -8727,7 +8850,7 @@ components: properties: forceChangePasswordNextSignIn: type: boolean - description: 'If true, at next sign-in, the user must change their password. After a password change, this property will be automatically reset to false. If not set, default is false.' + description: true if the user must change her password on the next login; otherwise false. nullable: true forceChangePasswordNextSignInWithMfa: type: boolean @@ -8763,7 +8886,7 @@ components: properties: archiveFolder: type: string - description: Folder ID of an archive folder for the user. Read only. + description: Folder ID of an archive folder for the user. nullable: true automaticRepliesSetting: $ref: '#/components/schemas/microsoft.graph.automaticRepliesSetting' @@ -8796,11 +8919,12 @@ components: 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.' + 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.' format: uuid 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 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 is 2014-01-01T00:00:00Z. Read-only.' format: date-time nullable: true principalDisplayName: @@ -8810,16 +8934,16 @@ components: 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.' + description: 'The unique identifier (id) for the user, group or service principal being granted the app role. Required on create.' 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.' + description: 'The type of the assigned principal. This can either be User, Group or ServicePrincipal. Read-only.' 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. + description: The display name of the resource app's service principal to which the assignment is made. 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}$' @@ -8882,15 +9006,15 @@ components: 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.' 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, through an Outlook client or the corresponding calendarPermission resource. Read-only.' + 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. Read-only.' + 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. This property is set through an Outlook client or the corresponding calendarPermission resource. Read-only.' + description: 'true if the user can read calendar items that have been marked private, false otherwise.' nullable: true changeKey: type: string @@ -8902,11 +9026,11 @@ components: $ref: '#/components/schemas/microsoft.graph.onlineMeetingProviderType' hexColor: type: string - description: 'The calendar color, expressed in a hex color code of three hexidecimal values, each ranging from 00 to FF and representing the red, green, or blue components of the color in the RGB color space. If the user has never explicitly set a color for the calendar, this property is empty.' + description: 'The calendar color, expressed in a hex color code of three hexadecimal values, each ranging from 00 to FF and representing the red, green, or blue components of the color in the RGB color space. If the user has never explicitly set a color for the calendar, this property is empty. Read-only.' nullable: true isDefaultCalendar: type: boolean - description: 'True if this is the default calendar where new events are created by default, false otherwise.' + description: 'true if this is the default calendar where new events are created by default, false otherwise.' nullable: true isRemovable: type: boolean @@ -9111,19 +9235,19 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.attachment' - description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' + description: The collection of fileAttachment and itemAttachment attachments for the event. Navigation property. Read-only. Nullable. calendar: $ref: '#/components/schemas/microsoft.graph.calendar' extensions: type: array items: $ref: '#/components/schemas/microsoft.graph.extension' - description: The collection of open extensions defined for the event. Nullable. + 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 occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but does not include occurrences that have been cancelled from the series. Navigation property. Read-only. Nullable.' + description: The instances of the event. Navigation property. Read-only. Nullable. multiValueExtendedProperties: type: array items: @@ -9319,7 +9443,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.extension' - description: The collection of open extensions defined for the contact. Nullable. + description: The collection of open extensions defined for the contact. Read-only. Nullable. multiValueExtendedProperties: type: array items: @@ -9424,7 +9548,7 @@ components: $ref: '#/components/schemas/microsoft.graph.itemBody' bodyPreview: type: string - description: 'The first 255 characters of the message body. It is in text format. If the message contains instances of mention, this property would contain a concatenation of these mentions as well.' + description: The first 255 characters of the message body. It is in text format. nullable: true ccRecipients: type: array @@ -9773,11 +9897,11 @@ components: properties: agreementFileId: type: string - description: ID of the agreement file accepted by the user. + description: The identifier of the agreement file accepted by the user. nullable: true agreementId: type: string - description: ID of the agreement. + description: The identifier of the agreement. nullable: true deviceDisplayName: type: string @@ -9789,22 +9913,22 @@ components: nullable: true deviceOSType: type: string - description: The operating system used for accepting the agreement. + description: The operating system used to accept the agreement. nullable: true deviceOSVersion: type: string - description: The operating system version of the device used for accepting the agreement. + description: The operating system version of the device used to accept the agreement. 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: 'The expiration date time of the acceptance. 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 is 2014-01-01T00:00:00Z' + description: 'The expiration date time of the acceptance. 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 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: '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 is 2014-01-01T00:00:00Z' + 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 state: @@ -9819,7 +9943,7 @@ components: nullable: true userId: type: string - description: ID of the user who accepted the agreement. + description: The identifier of the user who accepted the agreement. nullable: true userPrincipalName: type: string @@ -9835,24 +9959,24 @@ components: properties: activationLockBypassCode: type: string - description: Code that allows the Activation Lock on a device to be bypassed. This property is read-only. + description: Code that allows the Activation Lock on a device to be bypassed. nullable: true androidSecurityPatchLevel: type: string - description: Android security patch level. This property is read-only. + description: Android security patch level nullable: true azureADDeviceId: type: string - description: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. + 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. This property is read-only. + description: Whether the device is Azure Active Directory registered. nullable: true 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. This property is read-only. + description: The DateTime when device compliance grace period expires format: date-time complianceState: $ref: '#/components/schemas/microsoft.graph.complianceState' @@ -9862,10 +9986,10 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.deviceActionResult' - description: List of ComplexType deviceActionResult objects. This property is read-only. + description: List of ComplexType deviceActionResult objects. deviceCategoryDisplayName: type: string - description: Device category display name. This property is read-only. + description: Device category display name nullable: true deviceEnrollmentType: $ref: '#/components/schemas/microsoft.graph.deviceEnrollmentType' @@ -9873,30 +9997,30 @@ components: $ref: '#/components/schemas/microsoft.graph.deviceHealthAttestationState' deviceName: type: string - description: Name of the device. This property is read-only. + description: Name of the device nullable: true deviceRegistrationState: $ref: '#/components/schemas/microsoft.graph.deviceRegistrationState' easActivated: type: boolean - description: Whether the device is Exchange ActiveSync activated. This property is read-only. + 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. This property is read-only. + description: Exchange ActivationSync activation time of the device. format: date-time easDeviceId: type: string - description: Exchange ActiveSync Id of the device. This property is read-only. + description: Exchange ActiveSync Id of the device. nullable: true emailAddress: type: string - description: Email(s) for the user associated with the device. This property is read-only. + 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. This property is read-only. + description: Enrollment time of the device. format: date-time exchangeAccessState: $ref: '#/components/schemas/microsoft.graph.deviceManagementExchangeAccessState' @@ -9905,30 +10029,30 @@ components: 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. This property is read-only. + description: Last time the device contacted Exchange. format: date-time freeStorageSpaceInBytes: type: integer - description: Free Storage in Bytes. This property is read-only. + description: Free Storage in Bytes format: int64 imei: type: string - description: IMEI. This property is read-only. + description: IMEI nullable: true isEncrypted: type: boolean - description: Device encryption status. This property is read-only. + description: Device encryption status isSupervised: type: boolean - description: Device supervised status. This property is read-only. + description: Device supervised status jailBroken: type: string - description: whether the device is jail broken or rooted. This property is read-only. + description: whether the device is jail broken or rooted. nullable: true 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. This property is read-only. + description: The date and time that the device last completed a successful sync with Intune. format: date-time managedDeviceName: type: string @@ -9940,65 +10064,65 @@ components: $ref: '#/components/schemas/microsoft.graph.managementAgentType' manufacturer: type: string - description: Manufacturer of the device. This property is read-only. + description: Manufacturer of the device nullable: true meid: type: string - description: MEID. This property is read-only. + description: MEID nullable: true model: type: string - description: Model of the device. This property is read-only. + description: Model of the device nullable: true operatingSystem: type: string - description: 'Operating system of the device. Windows, iOS, etc. This property is read-only.' + description: 'Operating system of the device. Windows, iOS, etc.' nullable: true osVersion: type: string - description: Operating system version of the device. This property is read-only. + description: Operating system version of the device. nullable: true partnerReportedThreatState: $ref: '#/components/schemas/microsoft.graph.managedDevicePartnerReportedHealthState' phoneNumber: type: string - description: Phone number of the device. This property is read-only. + description: Phone number of the device nullable: true remoteAssistanceSessionErrorDetails: type: string - description: An error string that identifies issues when creating Remote Assistance session objects. This property is read-only. + 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. This property is read-only. + description: Url that allows a Remote Assistance session to be established with the device. nullable: true serialNumber: type: string - description: SerialNumber. This property is read-only. + description: SerialNumber nullable: true subscriberCarrier: type: string - description: Subscriber Carrier. This property is read-only. + description: Subscriber Carrier nullable: true totalStorageSpaceInBytes: type: integer - description: Total Storage in Bytes. This property is read-only. + description: Total Storage in Bytes format: int64 userDisplayName: type: string - description: User display name. This property is read-only. + description: User display name nullable: true userId: type: string - description: Unique Identifier for the user associated with the device. This property is read-only. + description: Unique Identifier for the user associated with the device nullable: true userPrincipalName: type: string - description: Device user principal name. This property is read-only. + description: Device user principal name nullable: true wiFiMacAddress: type: string - description: Wi-Fi MAC. This property is read-only. + description: Wi-Fi MAC nullable: true deviceCompliancePolicyStates: type: array @@ -10121,7 +10245,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.plannerTask' - description: Read-only. Nullable. Returns the plannerTasks assigned to the user. + description: Read-only. Nullable. Returns the plannerPlans shared with the user. additionalProperties: type: object microsoft.graph.officeGraphInsights: @@ -10134,17 +10258,17 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.sharedInsight' - description: Access this property from the derived type itemInsights. + 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: Access this property from the derived type itemInsights. + 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: Access this property from the derived type itemInsights. + 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.userSettings: @@ -10329,7 +10453,7 @@ components: properties: activity: type: string - description: 'The supplemental information to a user''s availability. Possible values are Available, Away, BeRightBack, Busy, DoNotDisturb, InACall, InAConferenceCall, Inactive,InAMeeting, Offline, OffWork,OutOfOffice, PresenceUnknown,Presenting, UrgentInterruptionsOnly.' + description: 'The supplemental information to a user''s availability. Possible values are Available, Away, BeRightBack, Busy, DoNotDisturb, InACall, InAConferenceCall, Inactive, InAMeeting, Offline, OffWork, OutOfOffice, PresenceUnknown, Presenting, UrgentInterruptionsOnly.' nullable: true availability: type: string @@ -10347,6 +10471,12 @@ components: 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 + description: Timestamp at which the team was created. + format: date-time + nullable: true description: type: string description: An optional description for the team. @@ -10484,6 +10614,24 @@ 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.accessReviewReviewerScope: + title: accessReviewReviewerScope + type: object + properties: + query: + type: string + description: The query specifying who will be the reviewer. See table for examples. + nullable: true + queryRoot: + type: string + description: The type of query. Examples include MicrosoftGraph and ARM. + nullable: true + queryType: + type: string + description: 'In the scenario where reviewers need to be specified dynamically, this property is used to indicate the relative source of the query. This property is only required if a relative query (i.e., ./manager) is specified.' + nullable: true + additionalProperties: + type: object microsoft.graph.authenticationMethodConfiguration: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -10658,12 +10806,12 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.conditionalAccessDevicePlatform' - description: 'Possible values are: android, iOS, windows, windowsPhone, macOS.' + description: 'Possible values are: android, iOS, windows, windowsPhone, macOS, all, unknownFutureValue.' includePlatforms: type: array items: $ref: '#/components/schemas/microsoft.graph.conditionalAccessDevicePlatform' - description: 'Possible values are: android, iOS, windows, windowsPhone, macOS, all.' + description: 'Possible values are: android, iOS, windows, windowsPhone, macOS, all, unknownFutureValue.' additionalProperties: type: object microsoft.graph.riskLevel: @@ -10868,7 +11016,7 @@ components: 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.' + 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}$' @@ -10911,11 +11059,11 @@ components: properties: address: type: string - description: The email address of an entity instance. + description: The email address of the person or entity. nullable: true name: type: string - description: The display name of an entity instance. + description: The display name of the person or entity. nullable: true additionalProperties: type: object @@ -11030,10 +11178,10 @@ components: properties: dateTime: type: string - description: 'A single point of time in a combined date and time representation ({date}T{time}). For example, ''2019-04-16T09:00:00''.' + 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 possible values.' + description: 'Represents a time zone, for example, ''Pacific Standard Time''. See below for more possible values.' nullable: true additionalProperties: type: object @@ -11178,7 +11326,7 @@ components: nullable: true name: type: string - description: The display name of the attachment. This does not need to be the actual file name. + description: The attachment's file name. nullable: true size: maximum: 2147483647 @@ -11837,7 +11985,7 @@ components: 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.' + description: A unique token that can be used to access this shared item via the **shares** API. Read-only. nullable: true additionalProperties: type: object @@ -12309,14 +12457,14 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.plannerBucket' - description: Collection of buckets in the plan. Read-only. Nullable. + 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: Collection of tasks in the plan. Read-only. Nullable. + description: Read-only. Nullable. Collection of tasks in the plan. additionalProperties: type: object microsoft.graph.plannerTask: @@ -12546,7 +12694,7 @@ components: $ref: '#/components/schemas/microsoft.graph.onenoteOperationError' percentComplete: type: string - description: The operation percent complete if the operation is still in running status + description: The operation percent complete if the operation is still in running status. nullable: true resourceId: type: string @@ -12812,7 +12960,7 @@ components: properties: messageId: type: string - description: The unique identifier for a message in a Microsoft Teams channel. + description: The unique identifier of a message in a Microsoft Teams channel. nullable: true replyChainMessageId: type: string @@ -12896,7 +13044,7 @@ components: nullable: true allowCreateUpdateChannels: type: boolean - description: 'If set to true, members can add and update any channels.' + description: 'If set to true, members can add and update channels.' nullable: true allowCreateUpdateRemoveConnectors: type: boolean @@ -13051,6 +13199,12 @@ components: - 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. @@ -13101,7 +13255,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.assignedLabel' - description: 'The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select.' + 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: @@ -13138,7 +13292,7 @@ components: 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).' + 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 licenseProcessingState: $ref: '#/components/schemas/microsoft.graph.licenseProcessingState' @@ -13160,7 +13314,7 @@ components: 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. + 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 @@ -13199,13 +13353,13 @@ components: nullable: true preferredLanguage: type: string - description: The preferred language for a Microsoft 365 group. Should follow ISO 639-1 Code; for example 'en-US'. Returned by default. + 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 for filter expressions on multi-valued properties. Returned by default. Read-only. Not nullable. Supports $filter.' + 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 @@ -13222,7 +13376,7 @@ components: nullable: true theme: type: string - description: 'Specifies a Microsoft 365 group''s color theme. Possible values are Teal, Purple, Green, Blue, Pink, Orange or Red. Returned by default.' + 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 @@ -13230,29 +13384,29 @@ components: nullable: true 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. + description: 'Indicates if people external to the organization can send messages to the group. Default value is false. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}).' 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. + 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. Supported only on the Get group API (GET /groups/{ID}).' nullable: true hideFromAddressLists: type: boolean - description: 'True if the group is not displayed in certain parts of the Outlook user interface: in the Address Book, in address lists for selecting message recipients, and in the Browse Groups dialog for searching groups; false otherwise. Default value is false. Returned only on $select.' + 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. Supported only on the Get group API (GET /groups/{ID}).' 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, false otherwise. Default value is false. Returned only on $select.' + 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. Supported only on the Get group API (GET /groups/{ID}).' 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. + description: 'Indicates whether the signed-in user is subscribed to receive email conversations. Default value is true. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}).' 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. This property is the same as unseenConversationsCount.Returned only on $select. + description: 'Count of conversations that have received new posts since the signed-in user last visited the group. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}).' format: int32 nullable: true isArchived: @@ -13269,12 +13423,12 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.directoryObject' - description: 'Groups and administrative units that this group is a member of. HTTP Methods: GET (supported for all groups). Read-only. Nullable.' + 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, contacts, and groups that are members of this group. HTTP Methods: GET (supported for all groups), POST (supported for security groups and mail-enabled security groups), DELETE (supported only for security groups) Read-only. Nullable.' + 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: @@ -13284,7 +13438,7 @@ components: 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. HTTP Methods: GET (supported for all groups), POST (supported for security groups and mail-enabled security groups), DELETE (supported only for security groups) Read-only. Nullable.' + 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: @@ -13293,7 +13447,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.groupSetting' - description: 'Settings that can govern this group''s behavior, like whether members can invite guest users to the group. Nullable.' + description: Read-only. Nullable. transitiveMemberOf: type: array items: @@ -13323,7 +13477,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.event' - description: The group's events. + description: The group's calendar events. photo: $ref: '#/components/schemas/microsoft.graph.profilePhoto' photos: @@ -13704,7 +13858,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.dayOfWeek' - description: 'A collection of the days of the week on which the event occurs. 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.' + 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: @@ -13811,7 +13965,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.recipient' - description: The email address to which a message should be redirected. + description: The email addresses to which a message should be redirected. stopProcessingRules: type: boolean description: Indicates whether subsequent rules should be evaluated. @@ -14060,7 +14214,7 @@ components: properties: upgradeAvailable: type: boolean - description: Indicates if there are higher storage quota plans available. Read-only. + description: Indicates whether there are higher storage quota plans available. Read-only. nullable: true additionalProperties: type: object @@ -14246,12 +14400,12 @@ components: nullable: true latitude: type: number - description: 'Optional. The latitude, in decimal, for the item. Writable on OneDrive Personal.' + 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. Writable on OneDrive Personal.' + description: 'Optional. The longitude, in decimal, for the item. Read-only.' format: double nullable: true additionalProperties: @@ -14323,7 +14477,7 @@ components: 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: The date and time the photo was taken in UTC time. Read-only. + description: Represents the date and time the photo was taken. Read-only. format: date-time nullable: true additionalProperties: @@ -14534,7 +14688,7 @@ components: 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. Nullable.' + 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: @@ -14582,14 +14736,14 @@ components: nullable: true changeType: type: string - description: '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. Required. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType.' + 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: Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 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. Optional. + 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.' + 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 @@ -14597,12 +14751,12 @@ components: nullable: true encryptionCertificateId: type: string - description: A custom app-provided identifier to help identify the certificate needed to decrypt resource data. Optional. Required when includeResourceData is true. + 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: '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. Required.' + 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 includeResourceData: type: boolean @@ -14618,13 +14772,14 @@ components: nullable: true notificationQueryOptions: type: string + description: 'OData Query Options for specifying value for the targeting resource. Clients receive notifications when resource reaches the state matching the query options provided here. With this new property in the subscription creation payload along with all existing properties, Webhooks will deliver notifications whenever a resource reaches the desired state mentioned in the notificationQueryOptions property eg when the print job is completed, when a print job resource isFetchable property value becomes true etc.' nullable: true notificationUrl: type: string - description: The URL of the endpoint that receives the change notifications. This URL must make use of the HTTPS protocol. Required. + 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: Specifies the resource that will be monitored for changes. Do not include the base URL (https://graph.microsoft.com/beta/). See the possible resource path values for each supported resource. Required. + 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.thumbnailSet: @@ -14651,6 +14806,7 @@ components: properties: content: type: string + description: The content stream for this version of the item. format: base64url nullable: true size: @@ -15612,11 +15768,11 @@ components: nullable: true recipientUserId: type: string - description: User id of the recipient of the offer shift request. + 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. + description: User ID of the sender of the offer shift request. nullable: true additionalProperties: type: object @@ -15698,7 +15854,7 @@ components: properties: recipientShiftId: type: string - description: Shift ID for the recipient user with whom the request is to swap. + description: ShiftId for the recipient user with whom the request is to swap. nullable: true additionalProperties: type: object @@ -15780,6 +15936,12 @@ components: 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 + description: The identity of the chat in which the message was posted. + 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 @@ -15803,13 +15965,13 @@ components: 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 Teams UI. If no edits are made the value is null. + 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 modified, including when a reaction is added or removed.' + 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: @@ -15831,7 +15993,7 @@ components: description: 'Reactions for this chat message (for example, Like).' 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.)' + 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 @@ -16107,7 +16269,7 @@ components: nullable: true teamsAppId: type: string - description: The id from the Teams App manifest. + description: The ID from the Teams app manifest. nullable: true version: type: string @@ -16185,6 +16347,11 @@ components: items: $ref: '#/components/schemas/microsoft.graph.conversationMember' description: A collection of all the members in the chat. Nullable. + messages: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.chatMessage' + description: A collection of all the messages in the chat. Nullable. tabs: type: array items: @@ -16341,7 +16508,7 @@ components: properties: crc32Hash: type: string - description: The CRC32 value of the file (if available). Read-only. + description: The CRC32 value of the file in little endian (if available). Read-only. nullable: true quickXorHash: type: string @@ -16406,7 +16573,7 @@ components: properties: content: type: string - description: The content of the comment. + description: The content of comment. nullable: true contentType: type: string @@ -16444,7 +16611,7 @@ components: 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. Possible values are: String, Integer, Double, Boolean, Range. Read-only.' + 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' @@ -16508,7 +16675,7 @@ components: 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. 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.' + 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 @@ -16941,7 +17108,7 @@ components: nullable: true contentType: type: string - description: 'The media type of the content attachment. It can have the following values: reference: Attachment is a link to another file. Populate the contentURL with the link to the object.Any contentTypes supported by the Bot Framework''s Attachment objectapplication/vnd.microsoft.card.codesnippet: A code snippet. application/vnd.microsoft.card.announcement: An announcement header.' + description: 'The media type of the content attachment. It can have the following values: reference: Attachment is a link to another file. Populate the contentURL with the link to the object.file: Raw file attachment. Populate the contenturl field with the base64 encoding of the file in data: format.image/: Image type with the type of the image specified ex: image/png, image/jpeg, image/gif. Populate the contentUrl field with the base64 encoding of the file in data: format.video/: Video type with the format specified. Ex: video/mp4. Populate the contentUrl field with the base64 encoding of the file in data: format.audio/: Audio type with the format specified. Ex: audio/wmw. Populate the contentUrl field with the base64 encoding of the file in data: format.application/card type: Rich card attachment type with the card type specifying the exact card format to use. Set content with the json format of the card. Supported values for card type include:application/vnd.microsoft.card.adaptive: A rich card that can contain any combination of text, speech, images,,buttons, and input fields. Set the content property to,an AdaptiveCard object.application/vnd.microsoft.card.animation: A rich card that plays animation. Set the content property,to an AnimationCardobject.application/vnd.microsoft.card.audio: A rich card that plays audio files. Set the content property,to an AudioCard object.application/vnd.microsoft.card.video: A rich card that plays videos. Set the content property,to a VideoCard object.application/vnd.microsoft.card.hero: A Hero card. Set the content property to a HeroCard object.application/vnd.microsoft.card.thumbnail: A Thumbnail card. Set the content property to a ThumbnailCard object.application/vnd.microsoft.com.card.receipt: A Receipt card. Set the content property to a ReceiptCard object.application/vnd.microsoft.com.card.signin: A user Sign In card. Set the content property to a SignInCard object.' nullable: true contentUrl: type: string @@ -16961,6 +17128,20 @@ components: nullable: true additionalProperties: type: object + microsoft.graph.channelIdentity: + title: channelIdentity + type: object + properties: + channelId: + type: string + description: The identity of the channel in which the message was posted. + nullable: true + teamId: + type: string + description: The identity of the team in which the message was posted. + nullable: true + additionalProperties: + type: object microsoft.graph.chatMessageImportance: title: chatMessageImportance enum: @@ -17065,7 +17246,7 @@ components: properties: name: type: string - description: Name of the setting (as defined by the directorySettingTemplate). + description: Name of the setting (as defined by the groupSettingTemplate). nullable: true value: type: string @@ -17110,7 +17291,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.attachment' - description: 'The collection of fileAttachment, itemAttachment, and referenceAttachment attachments for the post. Read-only. Nullable.' + description: Read-only. Nullable. extensions: type: array items: @@ -17202,11 +17383,11 @@ components: properties: content: type: string - description: The content of replied comment. + description: The content of a comment reply. nullable: true contentType: type: string - description: Indicates the type for the replied comment. + description: Indicates the type for the comment reply. additionalProperties: type: object microsoft.graph.workbookOperationError: @@ -17287,7 +17468,7 @@ components: description: Represents whether the casing impacted the last sort of the table. Read-only. method: type: string - description: 'Represents Chinese character ordering method last used to sort the table. Possible values are: PinYin, StrokeCount. Read-only.' + description: 'Represents Chinese character ordering method last used to sort the table. The possible values are: PinYin, StrokeCount. Read-only.' additionalProperties: type: object microsoft.graph.workbookChart: @@ -17490,7 +17671,7 @@ components: nullable: true contentType: type: string - description: 'Write only. Content type, such as image/png, image/jpg.' + description: 'Write only. Content type. sicj as image/png, image/jpg.' nullable: true additionalProperties: type: object @@ -17517,7 +17698,7 @@ components: nullable: true dataOption: type: string - description: 'Represents additional sorting options for this field. Possible values are: Normal, TextAsNumber.' + description: 'Represents additional sorting options for this field. The possible values are: Normal, TextAsNumber.' icon: $ref: '#/components/schemas/microsoft.graph.workbookIcon' key: @@ -17528,7 +17709,7 @@ components: format: int32 sortOn: type: string - description: 'Represents the type of sorting of this condition. Possible values are: Value, CellColor, FontColor, Icon.' + description: 'Represents the type of sorting of this condition. The possible values are: Value, CellColor, FontColor, Icon.' additionalProperties: type: object microsoft.graph.workbookChartAxes: @@ -17753,7 +17934,7 @@ components: format: int32 set: type: string - description: 'Represents the set that the icon is part of. Possible values are: Invalid, ThreeArrows, ThreeArrowsGray, ThreeFlags, ThreeTrafficLights1, ThreeTrafficLights2, ThreeSigns, ThreeSymbols, ThreeSymbols2, FourArrows, FourArrowsGray, FourRedToBlack, FourRating, FourTrafficLights, FiveArrows, FiveArrowsGray, FiveRating, FiveQuarters, ThreeStars, ThreeTriangles, FiveBoxes.' + description: 'Represents the set that the icon is part of. The possible values are: Invalid, ThreeArrows, ThreeArrowsGray, ThreeFlags, ThreeTrafficLights1, ThreeTrafficLights2, ThreeSigns, ThreeSymbols, ThreeSymbols2, FourArrows, FourArrowsGray, FourRedToBlack, FourRating, FourTrafficLights, FiveArrows, FiveArrowsGray, FiveRating, FiveQuarters, ThreeStars, ThreeTriangles, FiveBoxes.' additionalProperties: type: object microsoft.graph.workbookChartAxis: diff --git a/openApiDocs/v1.0/Mail.yml b/openApiDocs/v1.0/Mail.yml index 87e79eb3de5..d25cb6317ee 100644 --- a/openApiDocs/v1.0/Mail.yml +++ b/openApiDocs/v1.0/Mail.yml @@ -5200,7 +5200,7 @@ components: $ref: '#/components/schemas/microsoft.graph.itemBody' bodyPreview: type: string - description: 'The first 255 characters of the message body. It is in text format. If the message contains instances of mention, this property would contain a concatenation of these mentions as well.' + description: The first 255 characters of the message body. It is in text format. nullable: true ccRecipients: type: array @@ -5334,7 +5334,7 @@ components: nullable: true name: type: string - description: The display name of the attachment. This does not need to be the actual file name. + description: The attachment's file name. nullable: true size: maximum: 2147483647 @@ -5398,11 +5398,11 @@ components: properties: address: type: string - description: The email address of an entity instance. + description: The email address of the person or entity. nullable: true name: type: string - description: The display name of an entity instance. + description: The display name of the person or entity. nullable: true additionalProperties: type: object @@ -5452,7 +5452,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.recipient' - description: The email address to which a message should be redirected. + description: The email addresses to which a message should be redirected. stopProcessingRules: type: boolean description: Indicates whether subsequent rules should be evaluated. @@ -5742,10 +5742,10 @@ components: properties: dateTime: type: string - description: 'A single point of time in a combined date and time representation ({date}T{time}). For example, ''2019-04-16T09:00:00''.' + 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 possible values.' + description: 'Represents a time zone, for example, ''Pacific Standard Time''. See below for more possible values.' nullable: true additionalProperties: type: object diff --git a/openApiDocs/v1.0/Notes.yml b/openApiDocs/v1.0/Notes.yml index 04ed97f2e8c..89ed1f98588 100644 --- a/openApiDocs/v1.0/Notes.yml +++ b/openApiDocs/v1.0/Notes.yml @@ -85119,7 +85119,7 @@ components: $ref: '#/components/schemas/microsoft.graph.onenoteOperationError' percentComplete: type: string - description: The operation percent complete if the operation is still in running status + description: The operation percent complete if the operation is still in running status. nullable: true resourceId: type: string diff --git a/openApiDocs/v1.0/People.yml b/openApiDocs/v1.0/People.yml index b9ada8014e6..d5b0f1f522f 100644 --- a/openApiDocs/v1.0/People.yml +++ b/openApiDocs/v1.0/People.yml @@ -1814,17 +1814,17 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.sharedInsight' - description: Access this property from the derived type itemInsights. + 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: Access this property from the derived type itemInsights. + 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: Access this property from the derived type itemInsights. + 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.sharedInsight: diff --git a/openApiDocs/v1.0/PersonalContacts.yml b/openApiDocs/v1.0/PersonalContacts.yml index 69c21363860..e527424d1f1 100644 --- a/openApiDocs/v1.0/PersonalContacts.yml +++ b/openApiDocs/v1.0/PersonalContacts.yml @@ -4283,7 +4283,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.extension' - description: The collection of open extensions defined for the contact. Nullable. + description: The collection of open extensions defined for the contact. Read-only. Nullable. multiValueExtendedProperties: type: array items: @@ -4424,11 +4424,11 @@ components: properties: address: type: string - description: The email address of an entity instance. + description: The email address of the person or entity. nullable: true name: type: string - description: The display name of an entity instance. + description: The display name of the person or entity. nullable: true additionalProperties: type: object diff --git a/openApiDocs/v1.0/Planner.yml b/openApiDocs/v1.0/Planner.yml index 00b2fa01923..d2568290344 100644 --- a/openApiDocs/v1.0/Planner.yml +++ b/openApiDocs/v1.0/Planner.yml @@ -10686,14 +10686,14 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.plannerBucket' - description: Collection of buckets in the plan. Read-only. Nullable. + 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: Collection of tasks in the plan. Read-only. Nullable. + description: Read-only. Nullable. Collection of tasks in the plan. additionalProperties: type: object microsoft.graph.plannerBucket: @@ -10931,7 +10931,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.plannerTask' - description: Read-only. Nullable. Returns the plannerTasks assigned to the user. + description: Read-only. Nullable. Returns the plannerPlans shared with the user. additionalProperties: type: object microsoft.graph.entity: diff --git a/openApiDocs/v1.0/Reports.yml b/openApiDocs/v1.0/Reports.yml index 58bd663ac69..0f6cfd0e147 100644 --- a/openApiDocs/v1.0/Reports.yml +++ b/openApiDocs/v1.0/Reports.yml @@ -25,6 +25,7 @@ paths: enum: - id - directoryAudits + - provisioning - restrictedSignIns - signIns type: string @@ -40,6 +41,7 @@ paths: enum: - '*' - directoryAudits + - provisioning - restrictedSignIns - signIns type: string @@ -53,6 +55,8 @@ paths: links: directoryAudits: operationId: auditLogs.ListDirectoryAudits + provisioning: + operationId: auditLogs.ListProvisioning restrictedSignIns: operationId: auditLogs.ListRestrictedSignIns signIns: @@ -314,6 +318,262 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation + /auditLogs/provisioning: + get: + tags: + - auditLogs.provisioningObjectSummary + summary: Get provisioning from auditLogs + operationId: auditLogs_ListProvisioning + parameters: + - $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 + - activityDateTime + - activityDateTime desc + - changeId + - changeId desc + - cycleId + - cycleId desc + - durationInMilliseconds + - durationInMilliseconds desc + - initiatedBy + - initiatedBy desc + - jobId + - jobId desc + - modifiedProperties + - modifiedProperties desc + - provisioningAction + - provisioningAction desc + - provisioningStatusInfo + - provisioningStatusInfo desc + - provisioningSteps + - provisioningSteps desc + - servicePrincipal + - servicePrincipal desc + - sourceIdentity + - sourceIdentity desc + - sourceSystem + - sourceSystem desc + - targetIdentity + - targetIdentity desc + - targetSystem + - targetSystem desc + - tenantId + - tenantId 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 + - activityDateTime + - changeId + - cycleId + - durationInMilliseconds + - initiatedBy + - jobId + - modifiedProperties + - provisioningAction + - provisioningStatusInfo + - provisioningSteps + - servicePrincipal + - sourceIdentity + - sourceSystem + - targetIdentity + - targetSystem + - tenantId + 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 provisioningObjectSummary + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.provisioningObjectSummary' + '@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: + - auditLogs.provisioningObjectSummary + summary: Create new navigation property to provisioning for auditLogs + operationId: auditLogs_CreateProvisioning + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.provisioningObjectSummary' + required: true + responses: + '201': + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.provisioningObjectSummary' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/auditLogs/provisioning/{provisioningObjectSummary-id}': + get: + tags: + - auditLogs.provisioningObjectSummary + summary: Get provisioning from auditLogs + operationId: auditLogs_GetProvisioning + parameters: + - name: provisioningObjectSummary-id + in: path + description: 'key: id of provisioningObjectSummary' + required: true + schema: + type: string + x-ms-docs-key-type: provisioningObjectSummary + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - id + - activityDateTime + - changeId + - cycleId + - durationInMilliseconds + - initiatedBy + - jobId + - modifiedProperties + - provisioningAction + - provisioningStatusInfo + - provisioningSteps + - servicePrincipal + - sourceIdentity + - sourceSystem + - targetIdentity + - targetSystem + - tenantId + 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.provisioningObjectSummary' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - auditLogs.provisioningObjectSummary + summary: Update the navigation property provisioning in auditLogs + operationId: auditLogs_UpdateProvisioning + parameters: + - name: provisioningObjectSummary-id + in: path + description: 'key: id of provisioningObjectSummary' + required: true + schema: + type: string + x-ms-docs-key-type: provisioningObjectSummary + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.provisioningObjectSummary' + required: true + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - auditLogs.provisioningObjectSummary + summary: Delete navigation property provisioning for auditLogs + operationId: auditLogs_DeleteProvisioning + parameters: + - name: provisioningObjectSummary-id + in: path + description: 'key: id of provisioningObjectSummary' + required: true + schema: + type: string + x-ms-docs-key-type: provisioningObjectSummary + - 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 /auditLogs/restrictedSignIns: get: tags: @@ -4009,6 +4269,10 @@ components: items: $ref: '#/components/schemas/microsoft.graph.directoryAudit' description: Read-only. Nullable. + provisioning: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.provisioningObjectSummary' restrictedSignIns: type: array items: @@ -4029,11 +4293,11 @@ components: 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: 'Indicates the date and time the activity was performed. The Timestamp type is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z' + description: 'Indicates the date and time the activity was performed. The Timestamp type is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.' format: date-time activityDisplayName: type: string - description: 'Indicates the activity name or the operation name (E.g. ''Create User'', ''Add member to group''). For a list of activities logged, refer to Azure Ad activity list.' + description: 'Indicates the activity name or the operation name (examples: ''Create User'' and ''Add member to group''). For full list, see Azure AD activity list.' additionalDetails: type: array items: @@ -4059,7 +4323,7 @@ components: $ref: '#/components/schemas/microsoft.graph.operationResult' resultReason: type: string - description: Indicates the reason for failure if the result is 'Failure' or 'timeout'. + description: Indicates the reason for failure if the result is failure or timeout. nullable: true targetResources: type: array @@ -4068,6 +4332,68 @@ components: description: 'Indicates information on which resource was changed due to the activity. Target Resource Type can be User, Device, Directory, App, Role, Group, Policy or Other.' additionalProperties: type: object + microsoft.graph.provisioningObjectSummary: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: provisioningObjectSummary + type: object + properties: + 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: '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 is 2014-01-01T00:00:00Z' + format: date-time + changeId: + type: string + description: Unique ID of this change in this cycle. + nullable: true + cycleId: + type: string + description: Unique ID per job iteration. + nullable: true + durationInMilliseconds: + maximum: 2147483647 + minimum: -2147483648 + type: integer + description: Indicates how long this provisioning action took to finish. Measured in milliseconds. + format: int32 + nullable: true + initiatedBy: + $ref: '#/components/schemas/microsoft.graph.initiator' + jobId: + type: string + description: The unique ID for the whole provisioning job. + nullable: true + modifiedProperties: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.modifiedProperty' + description: Details of each property that was modified in this provisioning action on this object. + provisioningAction: + $ref: '#/components/schemas/microsoft.graph.provisioningAction' + provisioningStatusInfo: + $ref: '#/components/schemas/microsoft.graph.provisioningStatusInfo' + provisioningSteps: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.provisioningStep' + description: Details of each step in provisioning. + servicePrincipal: + $ref: '#/components/schemas/microsoft.graph.provisioningServicePrincipal' + sourceIdentity: + $ref: '#/components/schemas/microsoft.graph.provisionedIdentity' + sourceSystem: + $ref: '#/components/schemas/microsoft.graph.provisioningSystem' + targetIdentity: + $ref: '#/components/schemas/microsoft.graph.provisionedIdentity' + targetSystem: + $ref: '#/components/schemas/microsoft.graph.provisioningSystem' + tenantId: + type: string + description: Unique Azure AD tenant ID. + nullable: true + additionalProperties: + type: object microsoft.graph.restrictedSignIn: allOf: - $ref: '#/components/schemas/microsoft.graph.signIn' @@ -4089,11 +4415,11 @@ components: properties: appDisplayName: type: string - description: The application name displayed in the Azure Portal. + description: App name displayed in the Azure Portal. nullable: true appId: type: string - description: The application identifier in Azure Active Directory. + description: Unique GUID representing the app ID in the Azure Active Directory. nullable: true appliedConditionalAccessPolicies: type: array @@ -4102,38 +4428,38 @@ components: description: A list of conditional access policies that are triggered by the corresponding sign-in activity. clientAppUsed: type: string - description: 'The legacy client used for sign-in activity. For example, Browser, Exchange Active Sync,Modern clients, IMAP, MAPI, SMTP, or POP.' + description: 'Identifies the legacy client used for sign-in activity. Includes Browser, Exchange Active Sync, modern clients, IMAP, MAPI, SMTP, and POP.' nullable: true conditionalAccessStatus: $ref: '#/components/schemas/microsoft.graph.conditionalAccessStatus' correlationId: type: string - description: The identifier that's sent from the client when sign-in is initiated. This is used for troubleshooting the corresponding sign-in activity when calling for support. + description: The request ID sent from the client when the sign-in is initiated; used to troubleshoot sign-in activity. 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 date and time the sign-in was initiated. The Timestamp type is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.' + description: 'Date and time (UTC) the sign-in was initiated. Example: midnight on Jan 1, 2014 is reported as 2014-01-01T00:00:00Z.' format: date-time deviceDetail: $ref: '#/components/schemas/microsoft.graph.deviceDetail' ipAddress: type: string - description: The IP address of the client from where the sign-in occurred. + description: IP address of the client used to sign in. nullable: true isInteractive: type: boolean - description: Indicates whether a sign-in is interactive or not. + description: Indicates if a sign-in is interactive or not. nullable: true location: $ref: '#/components/schemas/microsoft.graph.signInLocation' resourceDisplayName: type: string - description: The name of the resource that the user signed in to. + description: Name of the resource the user signed into. nullable: true resourceId: type: string - description: The identifier of the resource that the user signed in to. + description: ID of the resource that the user signed into. nullable: true riskDetail: $ref: '#/components/schemas/microsoft.graph.riskDetail' @@ -4141,7 +4467,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.riskEventType' - description: 'The list of risk event types associated with the sign-in. Possible values: unlikelyTravel, anonymizedIPAddress, maliciousIPAddress, unfamiliarFeatures, malwareInfectedIPAddress, suspiciousIPAddress, leakedCredentials, investigationsThreatIntelligence, generic, or unknownFutureValue.' + description: 'Risk event types associated with the sign-in. The possible values are: unlikelyTravel, anonymizedIPAddress, maliciousIPAddress, unfamiliarFeatures, malwareInfectedIPAddress, suspiciousIPAddress, leakedCredentials, investigationsThreatIntelligence, generic, and unknownFutureValue.' riskEventTypes_v2: type: array items: @@ -4158,14 +4484,14 @@ components: $ref: '#/components/schemas/microsoft.graph.signInStatus' userDisplayName: type: string - description: The display name of the user. + description: Display name of the user that initiated the sign-in. nullable: true userId: type: string - description: The identifier of the user. + description: ID of the user that initiated the sign-in. userPrincipalName: type: string - description: The UPN of the user. + description: User principal name of the user that initiated the sign-in. nullable: true additionalProperties: type: object @@ -4221,7 +4547,7 @@ components: properties: content: type: string - description: Report content; details vary by report type. + description: Not yet documented format: base64url nullable: true additionalProperties: @@ -4285,11 +4611,11 @@ components: properties: key: type: string - description: Key. + description: Key for the key-value pair. nullable: true value: type: string - description: Value. + description: Value for the key-value pair. nullable: true additionalProperties: type: object @@ -4340,6 +4666,106 @@ components: nullable: true additionalProperties: type: object + microsoft.graph.initiator: + allOf: + - $ref: '#/components/schemas/microsoft.graph.identity' + - title: initiator + type: object + properties: + initiatorType: + $ref: '#/components/schemas/microsoft.graph.initiatorType' + additionalProperties: + type: object + microsoft.graph.modifiedProperty: + title: modifiedProperty + type: object + properties: + displayName: + type: string + description: Indicates the property name of the target attribute that was changed. + nullable: true + newValue: + type: string + description: Indicates the updated value for the propery. + nullable: true + oldValue: + type: string + description: Indicates the previous value (before the update) for the property. + nullable: true + additionalProperties: + type: object + microsoft.graph.provisioningAction: + title: provisioningAction + enum: + - other + - create + - delete + - disable + - update + - stagedDelete + - unknownFutureValue + type: string + microsoft.graph.provisioningStatusInfo: + title: provisioningStatusInfo + type: object + properties: + errorInformation: + $ref: '#/components/schemas/microsoft.graph.provisioningErrorInfo' + status: + $ref: '#/components/schemas/microsoft.graph.provisioningResult' + additionalProperties: + type: object + microsoft.graph.provisioningStep: + title: provisioningStep + type: object + properties: + description: + type: string + description: Summary of what occurred during the step. + nullable: true + details: + $ref: '#/components/schemas/microsoft.graph.detailsInfo' + name: + type: string + description: Name of the step. + nullable: true + provisioningStepType: + $ref: '#/components/schemas/microsoft.graph.provisioningStepType' + status: + $ref: '#/components/schemas/microsoft.graph.provisioningResult' + additionalProperties: + type: object + microsoft.graph.provisioningServicePrincipal: + allOf: + - $ref: '#/components/schemas/microsoft.graph.identity' + - title: provisioningServicePrincipal + type: object + additionalProperties: + type: object + microsoft.graph.provisionedIdentity: + allOf: + - $ref: '#/components/schemas/microsoft.graph.identity' + - title: provisionedIdentity + type: object + properties: + details: + $ref: '#/components/schemas/microsoft.graph.detailsInfo' + identityType: + type: string + description: 'Type of identity that has been provisioned, such as ''user'' or ''group''.' + nullable: true + additionalProperties: + type: object + microsoft.graph.provisioningSystem: + allOf: + - $ref: '#/components/schemas/microsoft.graph.identity' + - title: provisioningSystem + type: object + properties: + details: + $ref: '#/components/schemas/microsoft.graph.detailsInfo' + additionalProperties: + type: object microsoft.graph.appliedConditionalAccessPolicy: title: appliedConditionalAccessPolicy type: object @@ -4362,7 +4788,7 @@ components: description: 'Refers to the session controls enforced by the conditional access policy (example: ''Require app enforced controls'').' id: type: string - description: Unique GUID of the conditional access policy. + description: An identifier of the conditional access policy. nullable: true result: $ref: '#/components/schemas/microsoft.graph.appliedConditionalAccessPolicyResult' @@ -4382,31 +4808,31 @@ components: properties: browser: type: string - description: Indicates the browser information of the used for signing-in. + description: Indicates the browser information of the used for signing in. nullable: true deviceId: type: string - description: Refers to the UniqueID of the device used for signing-in. + description: Refers to the UniqueID of the device used for signing in. nullable: true displayName: type: string - description: Refers to the name of the device used for signing-in. + description: Refers to the name of the device used for signing in. nullable: true isCompliant: type: boolean - description: Indicates whether the device is compliant or not. + description: Indicates whether the device is compliant. nullable: true isManaged: type: boolean - description: Indicates if the device is managed or not. + description: Indicates whether the device is managed. nullable: true operatingSystem: type: string - description: Indicates the OS name and version used for signing-in. + description: Indicates the operating system name and version used for signing in. nullable: true trustType: type: string - description: 'Indicates information on whether the signed-in device is Workplace Joined, AzureAD Joined, Domain Joined.' + description: 'Provides information about whether the signed-in device is Workplace Joined, AzureAD Joined, Domain Joined.' nullable: true additionalProperties: type: object @@ -4601,24 +5027,73 @@ components: - azureAD - unknownFutureValue type: string - microsoft.graph.modifiedProperty: - title: modifiedProperty + microsoft.graph.identity: + title: identity type: object properties: displayName: type: string - description: Name of property that was modified. + 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 - newValue: + id: type: string - description: New property value. + description: Unique identifier for the identity. nullable: true - oldValue: + additionalProperties: + type: object + microsoft.graph.initiatorType: + title: initiatorType + enum: + - user + - application + - system + - unknownFutureValue + type: string + microsoft.graph.provisioningErrorInfo: + title: provisioningErrorInfo + type: object + properties: + additionalDetails: + type: string + nullable: true + errorCategory: + $ref: '#/components/schemas/microsoft.graph.provisioningStatusErrorCategory' + errorCode: + type: string + nullable: true + reason: + type: string + nullable: true + recommendedAction: type: string - description: Old property value. nullable: true additionalProperties: type: object + microsoft.graph.provisioningResult: + title: provisioningResult + enum: + - success + - failure + - skipped + - warning + - unknownFutureValue + type: string + microsoft.graph.detailsInfo: + title: detailsInfo + type: object + additionalProperties: + type: object + microsoft.graph.provisioningStepType: + title: provisioningStepType + enum: + - import + - scoping + - matching + - processing + - referenceResolution + - export + - unknownFutureValue + type: string microsoft.graph.appliedConditionalAccessPolicyResult: title: appliedConditionalAccessPolicyResult enum: @@ -4640,12 +5115,12 @@ components: nullable: true latitude: type: number - description: 'Optional. The latitude, in decimal, for the item. Writable on OneDrive Personal.' + 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. Writable on OneDrive Personal.' + description: 'Optional. The longitude, in decimal, for the item. Read-only.' format: double nullable: true additionalProperties: @@ -4673,6 +5148,14 @@ components: description: The structure of this object is service-specific additionalProperties: type: object + microsoft.graph.provisioningStatusErrorCategory: + title: provisioningStatusErrorCategory + enum: + - failure + - nonServiceFailure + - success + - unknownFutureValue + type: string odata.error.detail: required: - code diff --git a/openApiDocs/v1.0/SchemaExtensions.yml b/openApiDocs/v1.0/SchemaExtensions.yml index af6efb2adf9..35fe268d273 100644 --- a/openApiDocs/v1.0/SchemaExtensions.yml +++ b/openApiDocs/v1.0/SchemaExtensions.yml @@ -245,7 +245,7 @@ components: type: array items: type: string - description: 'Set of Microsoft Graph types (that can support extensions) that the schema extension can be applied to. Select from administrativeUnit, contact, device, event, group, message, organization, post, or user.' + description: 'Set of Microsoft Graph types (that can support extensions) that the schema extension can be applied to. Select from contact, device, event, group, message, organization, post, or user.' additionalProperties: type: object microsoft.graph.entity: @@ -263,7 +263,7 @@ components: properties: name: type: string - description: The name of the strongly typed property defined as part of a schema extension. + description: The name of the strongly-typed property defined as part of a schema extension. nullable: true type: type: string diff --git a/openApiDocs/v1.0/Security.yml b/openApiDocs/v1.0/Security.yml index 6c98f7cdbb0..64fc77259ab 100644 --- a/openApiDocs/v1.0/Security.yml +++ b/openApiDocs/v1.0/Security.yml @@ -1164,7 +1164,7 @@ components: description: The collection of compliance information associated with secure score control controlCategory: type: string - description: 'Control action category (Account, Data, Device, Apps, Infrastructure).' + description: 'Control action category (Identity, Data, Device, Apps, Infrastructure).' nullable: true controlStateUpdates: type: array @@ -1187,7 +1187,7 @@ components: nullable: true maxScore: type: number - description: Current obtained max score on specified date. + description: max attainable score for the control. format: double nullable: true rank: @@ -1214,7 +1214,7 @@ components: items: type: string nullable: true - description: 'List of threats the control mitigates (accountBreach,dataDeletion,dataExfiltration,dataSpillage,elevationOfPrivilege,maliciousInsider,passwordCracking,phishingOrWhaling,spoofing).' + description: 'List of threats the control mitigates (accountBreach,dataDeletion,dataExfiltration,dataSpillage,' tier: type: string description: 'Control tier (Core, Defense in Depth, Advanced.)' @@ -1514,7 +1514,7 @@ components: properties: applicationName: type: string - description: 'Name of the application managing the network connection (for example, Facebook, SMTP, etc.).' + description: 'Name of the application managing the network connection (for example, Facebook or SMTP).' nullable: true destinationAddress: type: string diff --git a/openApiDocs/v1.0/Sites.yml b/openApiDocs/v1.0/Sites.yml index 84c3f5ec570..2451eca5397 100644 --- a/openApiDocs/v1.0/Sites.yml +++ b/openApiDocs/v1.0/Sites.yml @@ -13805,14 +13805,14 @@ components: nullable: true changeType: type: string - description: '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. Required. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType.' + 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: Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 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. Optional. + 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.' + 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 @@ -13820,12 +13820,12 @@ components: nullable: true encryptionCertificateId: type: string - description: A custom app-provided identifier to help identify the certificate needed to decrypt resource data. Optional. Required when includeResourceData is true. + 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: '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. Required.' + 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 includeResourceData: type: boolean @@ -13841,13 +13841,14 @@ components: nullable: true notificationQueryOptions: type: string + description: 'OData Query Options for specifying value for the targeting resource. Clients receive notifications when resource reaches the state matching the query options provided here. With this new property in the subscription creation payload along with all existing properties, Webhooks will deliver notifications whenever a resource reaches the desired state mentioned in the notificationQueryOptions property eg when the print job is completed, when a print job resource isFetchable property value becomes true etc.' nullable: true notificationUrl: type: string - description: The URL of the endpoint that receives the change notifications. This URL must make use of the HTTPS protocol. Required. + 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: Specifies the resource that will be monitored for changes. Do not include the base URL (https://graph.microsoft.com/beta/). See the possible resource path values for each supported resource. Required. + 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.onenoteOperation: @@ -13860,7 +13861,7 @@ components: $ref: '#/components/schemas/microsoft.graph.onenoteOperationError' percentComplete: type: string - description: The operation percent complete if the operation is still in running status + description: The operation percent complete if the operation is still in running status. nullable: true resourceId: type: string @@ -13886,7 +13887,7 @@ components: $ref: '#/components/schemas/microsoft.graph.onenotePatchInsertPosition' target: type: string - description: 'The element to update. Must be the # or the generated {id} of the element, or the body or title keyword.' + description: 'The element to update. Must be the # or the generated of the element, or the body or title keyword.' additionalProperties: type: object microsoft.graph.onenotePagePreview: @@ -14026,7 +14027,7 @@ components: 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.' + description: A unique token that can be used to access this shared item via the **shares** API. Read-only. nullable: true additionalProperties: type: object @@ -14703,12 +14704,12 @@ components: nullable: true latitude: type: number - description: 'Optional. The latitude, in decimal, for the item. Writable on OneDrive Personal.' + 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. Writable on OneDrive Personal.' + description: 'Optional. The longitude, in decimal, for the item. Read-only.' format: double nullable: true additionalProperties: @@ -14780,7 +14781,7 @@ components: 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: The date and time the photo was taken in UTC time. Read-only. + description: Represents the date and time the photo was taken. Read-only. format: date-time nullable: true additionalProperties: @@ -14991,7 +14992,7 @@ components: 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. Nullable.' + 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: @@ -15028,6 +15029,7 @@ components: properties: content: type: string + description: The content stream for this version of the item. format: base64url nullable: true size: @@ -15270,60 +15272,60 @@ components: properties: accountEnabled: type: boolean - description: 'true if the account is enabled; otherwise, false. This property is required when a user is created. Returned only on $select. Supports $filter.' + 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. Returned only on $select.' + 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. Returned only on $select. Not nullable. + description: The licenses that are assigned to the user. Returned only on $select. Not nullable. Supports $filter. assignedPlans: type: array items: $ref: '#/components/schemas/microsoft.graph.assignedPlan' - description: The plans that are assigned to the user. Returned only on $select. Read-only. Not nullable. + 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. Only one number can be set for this property. Returned by default. Read-only for users synced from on-premises directory. + description: 'The telephone numbers for the user. NOTE: Although this is a string collection, only one number can be set for this property. Read-only for users synced from on-premises directory. Returned by default.' city: type: string - description: The city in which the user is located. Returned only on $select. Supports $filter. + 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. + 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 characters.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. Returned only on $select.' + 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''. Returned only on $select. Supports $filter.' + 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 date and time the user was created. The value cannot be modified and is automatically populated when the entity is created. The DateTimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. Property is nullable. A null value indicates that an accurate creation time couldn't be determined for the user. Returned only on $select. Read-only. Supports $filter. + 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). Returned only on $select. Read-only.' + 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. Returned only on $select. Supports $filter. + description: The name for the department in which the user works. Supports $filter. nullable: true displayName: type: string - description: 'The name displayed in the address book for the user. This value 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. Returned by default. Supports $filter and $orderby.' + 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. Returned by default. 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])$' @@ -15353,7 +15355,7 @@ components: nullable: true faxNumber: type: string - description: The fax number of the user. Returned only on $select. + description: The fax number of the user. nullable: true givenName: type: string @@ -15363,7 +15365,7 @@ components: 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. Returned only on $select. Supports $filter.' + 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: @@ -15381,29 +15383,29 @@ components: 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 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 is 2014-01-01T00:00:00Z Returned only on $select. Read-only.' + 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 is 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. Returned only on $select.' + 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. Returned only on $select. Read-only. + 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''. Returned by default. Supports $filter and endsWith.' nullable: true mailNickname: type: string - description: The mail alias for the user. This property must be specified when a user is created. Returned only on $select. Supports $filter. + 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. Returned by default. Read-only for users synced from on-premises directory. + description: The primary cellular telephone number for the user. Read-only for users synced from on-premises directory. Returned by default. nullable: true officeLocation: type: string @@ -15411,59 +15413,59 @@ components: 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. Returned only on $select. Read-only. + 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. Returned only on $select. Read-only.' + 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. Returned only on $select. Supports $filter.' + 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 is 2014-01-01T00:00:00Z. Returned only on $select. Read-only.' + 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 is 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. Returned only on $select. + 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. Returned only on $select. Read-only. + 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. Returned only on $select. Read-only. + 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). Returned only on $select. Read-only. + 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. Returned only on $select. Read-only. + 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''].Returned only on $select. Supports$filter.' + 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''.Returned only on $select.' + 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. Returned only on $select.' + 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 preferredLanguage: type: string @@ -15473,29 +15475,29 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.provisionedPlan' - description: The plans that are provisioned for the user. Returned only on $select. Read-only. Not nullable. + 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. Returned only on $select. Read-only, Not nullable. Supports $filter.' + 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.' 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. Returned only on $select.' + 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. Returned only on $select. Read-only. Use revokeSignInSessions to reset.' + 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. Returned only on $select. Supports $filter. + 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. Returned only on $select. + description: The street address of the user's place of business. nullable: true surname: type: string @@ -15503,7 +15505,7 @@ components: 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. Returned only on $select. Supports $filter.' + 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 @@ -15511,7 +15513,7 @@ components: 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''. Returned only on $select. Supports $filter.' + 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' @@ -15523,12 +15525,12 @@ components: format: int32 aboutMe: type: string - description: A freeform text entry field for the user to describe themselves. Returned only on $select. + 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 is 2014-01-01T00:00:00Z Returned only on $select.' + 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 is 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])$' @@ -15540,39 +15542,39 @@ components: items: type: string nullable: true - description: A list for the user to describe their interests. Returned only on $select. + description: A list for the user to describe their interests. mySite: type: string - description: The URL for the user's personal site. Returned only on $select. + 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. Returned only on $select. + description: A list for the user to enumerate their past projects. preferredName: type: string - description: The preferred name for the user. Returned only on $select. + 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. Returned only on $select. + 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. Returned only on $select. + 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. Returned only on $select. + description: A list for the user to enumerate their skills. appRoleAssignments: type: array items: @@ -15599,7 +15601,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.directoryObject' - description: 'The groups, directory roles and administrative units that the user is a member of. Read-only. Nullable.' + description: The groups and directory roles that the user is a member of. Read-only. Nullable. oauth2PermissionGrants: type: array items: @@ -15659,7 +15661,7 @@ components: 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. + description: The user's events. Default is to show Events under the Default Calendar. Read-only. Nullable. inferenceClassification: $ref: '#/components/schemas/microsoft.graph.inferenceClassification' mailFolders: @@ -15678,7 +15680,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.person' - description: 'Read-only. The most relevant people to the user. The collection is ordered by their relevance to the user, which is determined by the user''s communication, collaboration and business relationships. A person is an aggregation of information from across mail, contacts and social networks.' + description: People that are relevant to the user. Read-only. Nullable. photo: $ref: '#/components/schemas/microsoft.graph.profilePhoto' photos: @@ -15701,7 +15703,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.extension' - description: The collection of open extensions defined for the user. Nullable. + description: The collection of open extensions defined for the user. Read-only. Nullable. agreementAcceptances: type: array items: @@ -15984,7 +15986,7 @@ components: properties: upgradeAvailable: type: boolean - description: Indicates if there are higher storage quota plans available. Read-only. + description: Indicates whether there are higher storage quota plans available. Read-only. nullable: true additionalProperties: type: object @@ -15994,7 +15996,7 @@ components: properties: crc32Hash: type: string - description: The CRC32 value of the file (if available). Read-only. + description: The CRC32 value of the file in little endian (if available). Read-only. nullable: true quickXorHash: type: string @@ -16059,7 +16061,7 @@ components: properties: content: type: string - description: The content of the comment. + description: The content of comment. nullable: true contentType: type: string @@ -16097,7 +16099,7 @@ components: 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. Possible values are: String, Integer, Double, Boolean, Range. Read-only.' + 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' @@ -16161,7 +16163,7 @@ components: 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. 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.' + 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 @@ -16341,12 +16343,12 @@ components: 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 is 2014-01-01T00:00:00Z' + description: 'The date and time at which the plan was assigned. 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 is 2014-01-01T00:00:00Z.' format: date-time nullable: true capabilityStatus: type: string - description: 'Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut.' + description: 'Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. See a detailed description of each value.' nullable: true service: type: string @@ -16520,7 +16522,7 @@ components: properties: forceChangePasswordNextSignIn: type: boolean - description: 'If true, at next sign-in, the user must change their password. After a password change, this property will be automatically reset to false. If not set, default is false.' + description: true if the user must change her password on the next login; otherwise false. nullable: true forceChangePasswordNextSignInWithMfa: type: boolean @@ -16556,7 +16558,7 @@ components: properties: archiveFolder: type: string - description: Folder ID of an archive folder for the user. Read only. + description: Folder ID of an archive folder for the user. nullable: true automaticRepliesSetting: $ref: '#/components/schemas/microsoft.graph.automaticRepliesSetting' @@ -16589,11 +16591,12 @@ components: 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.' + 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.' format: uuid 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 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 is 2014-01-01T00:00:00Z. Read-only.' format: date-time nullable: true principalDisplayName: @@ -16603,16 +16606,16 @@ components: 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.' + description: 'The unique identifier (id) for the user, group or service principal being granted the app role. Required on create.' 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.' + description: 'The type of the assigned principal. This can either be User, Group or ServicePrincipal. Read-only.' 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. + description: The display name of the resource app's service principal to which the assignment is made. 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}$' @@ -16701,15 +16704,15 @@ components: 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.' 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, through an Outlook client or the corresponding calendarPermission resource. Read-only.' + 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. Read-only.' + 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. This property is set through an Outlook client or the corresponding calendarPermission resource. Read-only.' + description: 'true if the user can read calendar items that have been marked private, false otherwise.' nullable: true changeKey: type: string @@ -16721,11 +16724,11 @@ components: $ref: '#/components/schemas/microsoft.graph.onlineMeetingProviderType' hexColor: type: string - description: 'The calendar color, expressed in a hex color code of three hexidecimal values, each ranging from 00 to FF and representing the red, green, or blue components of the color in the RGB color space. If the user has never explicitly set a color for the calendar, this property is empty.' + description: 'The calendar color, expressed in a hex color code of three hexadecimal values, each ranging from 00 to FF and representing the red, green, or blue components of the color in the RGB color space. If the user has never explicitly set a color for the calendar, this property is empty. Read-only.' nullable: true isDefaultCalendar: type: boolean - description: 'True if this is the default calendar where new events are created by default, false otherwise.' + description: 'true if this is the default calendar where new events are created by default, false otherwise.' nullable: true isRemovable: type: boolean @@ -16930,19 +16933,19 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.attachment' - description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' + description: The collection of fileAttachment and itemAttachment attachments for the event. Navigation property. Read-only. Nullable. calendar: $ref: '#/components/schemas/microsoft.graph.calendar' extensions: type: array items: $ref: '#/components/schemas/microsoft.graph.extension' - description: The collection of open extensions defined for the event. Nullable. + 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 occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but does not include occurrences that have been cancelled from the series. Navigation property. Read-only. Nullable.' + description: The instances of the event. Navigation property. Read-only. Nullable. multiValueExtendedProperties: type: array items: @@ -17138,7 +17141,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.extension' - description: The collection of open extensions defined for the contact. Nullable. + description: The collection of open extensions defined for the contact. Read-only. Nullable. multiValueExtendedProperties: type: array items: @@ -17243,7 +17246,7 @@ components: $ref: '#/components/schemas/microsoft.graph.itemBody' bodyPreview: type: string - description: 'The first 255 characters of the message body. It is in text format. If the message contains instances of mention, this property would contain a concatenation of these mentions as well.' + description: The first 255 characters of the message body. It is in text format. nullable: true ccRecipients: type: array @@ -17492,11 +17495,11 @@ components: properties: agreementFileId: type: string - description: ID of the agreement file accepted by the user. + description: The identifier of the agreement file accepted by the user. nullable: true agreementId: type: string - description: ID of the agreement. + description: The identifier of the agreement. nullable: true deviceDisplayName: type: string @@ -17508,22 +17511,22 @@ components: nullable: true deviceOSType: type: string - description: The operating system used for accepting the agreement. + description: The operating system used to accept the agreement. nullable: true deviceOSVersion: type: string - description: The operating system version of the device used for accepting the agreement. + description: The operating system version of the device used to accept the agreement. 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: 'The expiration date time of the acceptance. 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 is 2014-01-01T00:00:00Z' + description: 'The expiration date time of the acceptance. 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 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: '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 is 2014-01-01T00:00:00Z' + 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 state: @@ -17538,7 +17541,7 @@ components: nullable: true userId: type: string - description: ID of the user who accepted the agreement. + description: The identifier of the user who accepted the agreement. nullable: true userPrincipalName: type: string @@ -17554,24 +17557,24 @@ components: properties: activationLockBypassCode: type: string - description: Code that allows the Activation Lock on a device to be bypassed. This property is read-only. + description: Code that allows the Activation Lock on a device to be bypassed. nullable: true androidSecurityPatchLevel: type: string - description: Android security patch level. This property is read-only. + description: Android security patch level nullable: true azureADDeviceId: type: string - description: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. + 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. This property is read-only. + description: Whether the device is Azure Active Directory registered. nullable: true 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. This property is read-only. + description: The DateTime when device compliance grace period expires format: date-time complianceState: $ref: '#/components/schemas/microsoft.graph.complianceState' @@ -17581,10 +17584,10 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.deviceActionResult' - description: List of ComplexType deviceActionResult objects. This property is read-only. + description: List of ComplexType deviceActionResult objects. deviceCategoryDisplayName: type: string - description: Device category display name. This property is read-only. + description: Device category display name nullable: true deviceEnrollmentType: $ref: '#/components/schemas/microsoft.graph.deviceEnrollmentType' @@ -17592,30 +17595,30 @@ components: $ref: '#/components/schemas/microsoft.graph.deviceHealthAttestationState' deviceName: type: string - description: Name of the device. This property is read-only. + description: Name of the device nullable: true deviceRegistrationState: $ref: '#/components/schemas/microsoft.graph.deviceRegistrationState' easActivated: type: boolean - description: Whether the device is Exchange ActiveSync activated. This property is read-only. + 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. This property is read-only. + description: Exchange ActivationSync activation time of the device. format: date-time easDeviceId: type: string - description: Exchange ActiveSync Id of the device. This property is read-only. + description: Exchange ActiveSync Id of the device. nullable: true emailAddress: type: string - description: Email(s) for the user associated with the device. This property is read-only. + 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. This property is read-only. + description: Enrollment time of the device. format: date-time exchangeAccessState: $ref: '#/components/schemas/microsoft.graph.deviceManagementExchangeAccessState' @@ -17624,30 +17627,30 @@ components: 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. This property is read-only. + description: Last time the device contacted Exchange. format: date-time freeStorageSpaceInBytes: type: integer - description: Free Storage in Bytes. This property is read-only. + description: Free Storage in Bytes format: int64 imei: type: string - description: IMEI. This property is read-only. + description: IMEI nullable: true isEncrypted: type: boolean - description: Device encryption status. This property is read-only. + description: Device encryption status isSupervised: type: boolean - description: Device supervised status. This property is read-only. + description: Device supervised status jailBroken: type: string - description: whether the device is jail broken or rooted. This property is read-only. + description: whether the device is jail broken or rooted. nullable: true 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. This property is read-only. + description: The date and time that the device last completed a successful sync with Intune. format: date-time managedDeviceName: type: string @@ -17659,65 +17662,65 @@ components: $ref: '#/components/schemas/microsoft.graph.managementAgentType' manufacturer: type: string - description: Manufacturer of the device. This property is read-only. + description: Manufacturer of the device nullable: true meid: type: string - description: MEID. This property is read-only. + description: MEID nullable: true model: type: string - description: Model of the device. This property is read-only. + description: Model of the device nullable: true operatingSystem: type: string - description: 'Operating system of the device. Windows, iOS, etc. This property is read-only.' + description: 'Operating system of the device. Windows, iOS, etc.' nullable: true osVersion: type: string - description: Operating system version of the device. This property is read-only. + description: Operating system version of the device. nullable: true partnerReportedThreatState: $ref: '#/components/schemas/microsoft.graph.managedDevicePartnerReportedHealthState' phoneNumber: type: string - description: Phone number of the device. This property is read-only. + description: Phone number of the device nullable: true remoteAssistanceSessionErrorDetails: type: string - description: An error string that identifies issues when creating Remote Assistance session objects. This property is read-only. + 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. This property is read-only. + description: Url that allows a Remote Assistance session to be established with the device. nullable: true serialNumber: type: string - description: SerialNumber. This property is read-only. + description: SerialNumber nullable: true subscriberCarrier: type: string - description: Subscriber Carrier. This property is read-only. + description: Subscriber Carrier nullable: true totalStorageSpaceInBytes: type: integer - description: Total Storage in Bytes. This property is read-only. + description: Total Storage in Bytes format: int64 userDisplayName: type: string - description: User display name. This property is read-only. + description: User display name nullable: true userId: type: string - description: Unique Identifier for the user associated with the device. This property is read-only. + description: Unique Identifier for the user associated with the device nullable: true userPrincipalName: type: string - description: Device user principal name. This property is read-only. + description: Device user principal name nullable: true wiFiMacAddress: type: string - description: Wi-Fi MAC. This property is read-only. + description: Wi-Fi MAC nullable: true deviceCompliancePolicyStates: type: array @@ -17840,7 +17843,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.plannerTask' - description: Read-only. Nullable. Returns the plannerTasks assigned to the user. + description: Read-only. Nullable. Returns the plannerPlans shared with the user. additionalProperties: type: object microsoft.graph.officeGraphInsights: @@ -17853,17 +17856,17 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.sharedInsight' - description: Access this property from the derived type itemInsights. + 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: Access this property from the derived type itemInsights. + 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: Access this property from the derived type itemInsights. + 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.userSettings: @@ -18010,7 +18013,7 @@ components: properties: activity: type: string - description: 'The supplemental information to a user''s availability. Possible values are Available, Away, BeRightBack, Busy, DoNotDisturb, InACall, InAConferenceCall, Inactive,InAMeeting, Offline, OffWork,OutOfOffice, PresenceUnknown,Presenting, UrgentInterruptionsOnly.' + description: 'The supplemental information to a user''s availability. Possible values are Available, Away, BeRightBack, Busy, DoNotDisturb, InACall, InAConferenceCall, Inactive, InAMeeting, Offline, OffWork, OutOfOffice, PresenceUnknown, Presenting, UrgentInterruptionsOnly.' nullable: true availability: type: string @@ -18052,6 +18055,12 @@ components: 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 + description: Timestamp at which the team was created. + format: date-time + nullable: true description: type: string description: An optional description for the team. @@ -18216,11 +18225,11 @@ components: properties: content: type: string - description: The content of replied comment. + description: The content of a comment reply. nullable: true contentType: type: string - description: Indicates the type for the replied comment. + description: Indicates the type for the comment reply. additionalProperties: type: object microsoft.graph.Json: @@ -18306,7 +18315,7 @@ components: description: Represents whether the casing impacted the last sort of the table. Read-only. method: type: string - description: 'Represents Chinese character ordering method last used to sort the table. Possible values are: PinYin, StrokeCount. Read-only.' + description: 'Represents Chinese character ordering method last used to sort the table. The possible values are: PinYin, StrokeCount. Read-only.' additionalProperties: type: object microsoft.graph.workbookChart: @@ -18473,7 +18482,7 @@ components: 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.' + 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}$' @@ -18516,11 +18525,11 @@ components: properties: address: type: string - description: The email address of an entity instance. + description: The email address of the person or entity. nullable: true name: type: string - description: The display name of an entity instance. + description: The display name of the person or entity. nullable: true additionalProperties: type: object @@ -18635,10 +18644,10 @@ components: properties: dateTime: type: string - description: 'A single point of time in a combined date and time representation ({date}T{time}). For example, ''2019-04-16T09:00:00''.' + 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 possible values.' + description: 'Represents a time zone, for example, ''Pacific Standard Time''. See below for more possible values.' nullable: true additionalProperties: type: object @@ -18791,7 +18800,7 @@ components: nullable: true name: type: string - description: The display name of the attachment. This does not need to be the actual file name. + description: The attachment's file name. nullable: true size: maximum: 2147483647 @@ -19460,14 +19469,14 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.plannerBucket' - description: Collection of buckets in the plan. Read-only. Nullable. + 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: Collection of tasks in the plan. Read-only. Nullable. + description: Read-only. Nullable. Collection of tasks in the plan. additionalProperties: type: object microsoft.graph.plannerTask: @@ -19768,7 +19777,7 @@ components: properties: messageId: type: string - description: The unique identifier for a message in a Microsoft Teams channel. + description: The unique identifier of a message in a Microsoft Teams channel. nullable: true replyChainMessageId: type: string @@ -19825,6 +19834,7 @@ components: 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 when this key was registered to the user. format: date-time nullable: true displayName: @@ -19942,7 +19952,7 @@ components: nullable: true allowCreateUpdateChannels: type: boolean - description: 'If set to true, members can add and update any channels.' + description: 'If set to true, members can add and update channels.' nullable: true allowCreateUpdateRemoveConnectors: type: boolean @@ -20097,6 +20107,12 @@ components: - 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. @@ -20147,7 +20163,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.assignedLabel' - description: 'The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select.' + 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: @@ -20184,7 +20200,7 @@ components: 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).' + 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 licenseProcessingState: $ref: '#/components/schemas/microsoft.graph.licenseProcessingState' @@ -20206,7 +20222,7 @@ components: 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. + 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 @@ -20245,13 +20261,13 @@ components: nullable: true preferredLanguage: type: string - description: The preferred language for a Microsoft 365 group. Should follow ISO 639-1 Code; for example 'en-US'. Returned by default. + 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 for filter expressions on multi-valued properties. Returned by default. Read-only. Not nullable. Supports $filter.' + 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 @@ -20268,7 +20284,7 @@ components: nullable: true theme: type: string - description: 'Specifies a Microsoft 365 group''s color theme. Possible values are Teal, Purple, Green, Blue, Pink, Orange or Red. Returned by default.' + 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 @@ -20276,29 +20292,29 @@ components: nullable: true 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. + description: 'Indicates if people external to the organization can send messages to the group. Default value is false. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}).' 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. + 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. Supported only on the Get group API (GET /groups/{ID}).' nullable: true hideFromAddressLists: type: boolean - description: 'True if the group is not displayed in certain parts of the Outlook user interface: in the Address Book, in address lists for selecting message recipients, and in the Browse Groups dialog for searching groups; false otherwise. Default value is false. Returned only on $select.' + 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. Supported only on the Get group API (GET /groups/{ID}).' 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, false otherwise. Default value is false. Returned only on $select.' + 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. Supported only on the Get group API (GET /groups/{ID}).' 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. + description: 'Indicates whether the signed-in user is subscribed to receive email conversations. Default value is true. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}).' 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. This property is the same as unseenConversationsCount.Returned only on $select. + description: 'Count of conversations that have received new posts since the signed-in user last visited the group. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}).' format: int32 nullable: true isArchived: @@ -20315,12 +20331,12 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.directoryObject' - description: 'Groups and administrative units that this group is a member of. HTTP Methods: GET (supported for all groups). Read-only. Nullable.' + 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, contacts, and groups that are members of this group. HTTP Methods: GET (supported for all groups), POST (supported for security groups and mail-enabled security groups), DELETE (supported only for security groups) Read-only. Nullable.' + 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: @@ -20330,7 +20346,7 @@ components: 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. HTTP Methods: GET (supported for all groups), POST (supported for security groups and mail-enabled security groups), DELETE (supported only for security groups) Read-only. Nullable.' + 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: @@ -20339,7 +20355,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.groupSetting' - description: 'Settings that can govern this group''s behavior, like whether members can invite guest users to the group. Nullable.' + description: Read-only. Nullable. transitiveMemberOf: type: array items: @@ -20369,7 +20385,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.event' - description: The group's events. + description: The group's calendar events. photo: $ref: '#/components/schemas/microsoft.graph.profilePhoto' photos: @@ -20562,7 +20578,7 @@ components: nullable: true dataOption: type: string - description: 'Represents additional sorting options for this field. Possible values are: Normal, TextAsNumber.' + description: 'Represents additional sorting options for this field. The possible values are: Normal, TextAsNumber.' icon: $ref: '#/components/schemas/microsoft.graph.workbookIcon' key: @@ -20573,7 +20589,7 @@ components: format: int32 sortOn: type: string - description: 'Represents the type of sorting of this condition. Possible values are: Value, CellColor, FontColor, Icon.' + description: 'Represents the type of sorting of this condition. The possible values are: Value, CellColor, FontColor, Icon.' additionalProperties: type: object microsoft.graph.workbookChartAxes: @@ -20885,7 +20901,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.dayOfWeek' - description: 'A collection of the days of the week on which the event occurs. 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.' + 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: @@ -20992,7 +21008,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.recipient' - description: The email address to which a message should be redirected. + description: The email addresses to which a message should be redirected. stopProcessingRules: type: boolean description: Indicates whether subsequent rules should be evaluated. @@ -21649,7 +21665,7 @@ components: properties: accountEnabled: type: boolean - description: 'true if the account is enabled; otherwise, false. default is true.' + description: 'true if the account is enabled; otherwise, false. Required.' nullable: true alternativeSecurityIds: type: array @@ -21715,7 +21731,7 @@ components: nullable: true operatingSystemVersion: type: string - description: Operating system version of the device. Required. + description: The version of the operating system on the device. Required. nullable: true physicalIds: type: array @@ -21724,7 +21740,7 @@ components: description: For internal use only. Not nullable. profileType: type: string - description: The profile type of the device. Possible values:RegisteredDevice (default)SecureVMPrinterSharedIoT + description: 'The profile type of the device. Possible values: RegisteredDevice (default), SecureVM, Printer, Shared, IoT.' nullable: true systemLabels: type: array @@ -21733,7 +21749,7 @@ components: 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' + description: 'Type of trust for the joined device. Read-only. Possible values: Workplace (indicates bring your own personal devices), AzureAd (Cloud only joined devices), ServerAd (on-premises domain joined devices joined to Azure AD). For more details, see Introduction to device management in Azure Active Directory' nullable: true memberOf: type: array @@ -21794,11 +21810,11 @@ components: nullable: true recipientUserId: type: string - description: User id of the recipient of the offer shift request. + 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. + description: User ID of the sender of the offer shift request. nullable: true additionalProperties: type: object @@ -21880,7 +21896,7 @@ components: properties: recipientShiftId: type: string - description: Shift ID for the recipient user with whom the request is to swap. + description: ShiftId for the recipient user with whom the request is to swap. nullable: true additionalProperties: type: object @@ -21962,6 +21978,12 @@ components: 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 + description: The identity of the chat in which the message was posted. + 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 @@ -21985,13 +22007,13 @@ components: 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 Teams UI. If no edits are made the value is null. + 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 modified, including when a reaction is added or removed.' + 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: @@ -22013,7 +22035,7 @@ components: description: 'Reactions for this chat message (for example, Like).' 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.)' + 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 @@ -22289,7 +22311,7 @@ components: nullable: true teamsAppId: type: string - description: The id from the Teams App manifest. + description: The ID from the Teams app manifest. nullable: true version: type: string @@ -22367,6 +22389,11 @@ components: items: $ref: '#/components/schemas/microsoft.graph.conversationMember' description: A collection of all the members in the chat. Nullable. + messages: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.chatMessage' + description: A collection of all the messages in the chat. Nullable. tabs: type: array items: @@ -22472,7 +22499,7 @@ components: format: int32 set: type: string - description: 'Represents the set that the icon is part of. Possible values are: Invalid, ThreeArrows, ThreeArrowsGray, ThreeFlags, ThreeTrafficLights1, ThreeTrafficLights2, ThreeSigns, ThreeSymbols, ThreeSymbols2, FourArrows, FourArrowsGray, FourRedToBlack, FourRating, FourTrafficLights, FiveArrows, FiveArrowsGray, FiveRating, FiveQuarters, ThreeStars, ThreeTriangles, FiveBoxes.' + description: 'Represents the set that the icon is part of. The possible values are: Invalid, ThreeArrows, ThreeArrowsGray, ThreeFlags, ThreeTrafficLights1, ThreeTrafficLights2, ThreeSigns, ThreeSymbols, ThreeSymbols2, FourArrows, FourArrowsGray, FourRedToBlack, FourRating, FourTrafficLights, FiveArrows, FiveArrowsGray, FiveRating, FiveQuarters, ThreeStars, ThreeTriangles, FiveBoxes.' additionalProperties: type: object microsoft.graph.workbookChartAxis: @@ -22913,7 +22940,7 @@ components: nullable: true contentType: type: string - description: 'The media type of the content attachment. It can have the following values: reference: Attachment is a link to another file. Populate the contentURL with the link to the object.Any contentTypes supported by the Bot Framework''s Attachment objectapplication/vnd.microsoft.card.codesnippet: A code snippet. application/vnd.microsoft.card.announcement: An announcement header.' + description: 'The media type of the content attachment. It can have the following values: reference: Attachment is a link to another file. Populate the contentURL with the link to the object.file: Raw file attachment. Populate the contenturl field with the base64 encoding of the file in data: format.image/: Image type with the type of the image specified ex: image/png, image/jpeg, image/gif. Populate the contentUrl field with the base64 encoding of the file in data: format.video/: Video type with the format specified. Ex: video/mp4. Populate the contentUrl field with the base64 encoding of the file in data: format.audio/: Audio type with the format specified. Ex: audio/wmw. Populate the contentUrl field with the base64 encoding of the file in data: format.application/card type: Rich card attachment type with the card type specifying the exact card format to use. Set content with the json format of the card. Supported values for card type include:application/vnd.microsoft.card.adaptive: A rich card that can contain any combination of text, speech, images,,buttons, and input fields. Set the content property to,an AdaptiveCard object.application/vnd.microsoft.card.animation: A rich card that plays animation. Set the content property,to an AnimationCardobject.application/vnd.microsoft.card.audio: A rich card that plays audio files. Set the content property,to an AudioCard object.application/vnd.microsoft.card.video: A rich card that plays videos. Set the content property,to a VideoCard object.application/vnd.microsoft.card.hero: A Hero card. Set the content property to a HeroCard object.application/vnd.microsoft.card.thumbnail: A Thumbnail card. Set the content property to a ThumbnailCard object.application/vnd.microsoft.com.card.receipt: A Receipt card. Set the content property to a ReceiptCard object.application/vnd.microsoft.com.card.signin: A user Sign In card. Set the content property to a SignInCard object.' nullable: true contentUrl: type: string @@ -22933,6 +22960,20 @@ components: nullable: true additionalProperties: type: object + microsoft.graph.channelIdentity: + title: channelIdentity + type: object + properties: + channelId: + type: string + description: The identity of the channel in which the message was posted. + nullable: true + teamId: + type: string + description: The identity of the team in which the message was posted. + nullable: true + additionalProperties: + type: object microsoft.graph.chatMessageImportance: title: chatMessageImportance enum: @@ -23037,7 +23078,7 @@ components: properties: name: type: string - description: Name of the setting (as defined by the directorySettingTemplate). + description: Name of the setting (as defined by the groupSettingTemplate). nullable: true value: type: string @@ -23082,7 +23123,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.attachment' - description: 'The collection of fileAttachment, itemAttachment, and referenceAttachment attachments for the post. Read-only. Nullable.' + description: Read-only. Nullable. extensions: type: array items: @@ -23353,7 +23394,7 @@ components: nullable: true contentType: type: string - description: 'Write only. Content type, such as image/png, image/jpg.' + description: 'Write only. Content type. sicj as image/png, image/jpg.' nullable: true additionalProperties: type: object diff --git a/openApiDocs/v1.0/Teams.yml b/openApiDocs/v1.0/Teams.yml index dc8b8f0fc47..8246ab9b8a1 100644 --- a/openApiDocs/v1.0/Teams.yml +++ b/openApiDocs/v1.0/Teams.yml @@ -658,6 +658,7 @@ paths: - topic - installedApps - members + - messages - tabs type: string - name: $expand @@ -673,6 +674,7 @@ paths: - '*' - installedApps - members + - messages - tabs type: string responses: @@ -751,6 +753,7 @@ paths: - topic - installedApps - members + - messages - tabs type: string - name: $expand @@ -766,6 +769,7 @@ paths: - '*' - installedApps - members + - messages - tabs type: string responses: @@ -784,6 +788,10 @@ paths: operationId: chats.ListMembers parameters: chat-id: $request.path.chat-id + messages: + operationId: chats.ListMessages + parameters: + chat-id: $request.path.chat-id tabs: operationId: chats.ListTabs parameters: @@ -1686,18 +1694,1086 @@ paths: required: true schema: type: string - x-ms-docs-key-type: conversationMember - - name: If-Match - in: header - description: ETag - schema: - type: string + x-ms-docs-key-type: conversationMember + - 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 + '/chats/{chat-id}/messages': + get: + tags: + - chats.chatMessage + summary: Get messages from chats + operationId: chats_ListMessages + parameters: + - name: chat-id + in: path + description: 'key: id of chat' + required: true + schema: + type: string + x-ms-docs-key-type: chat + - $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 + - attachments + - attachments desc + - body + - body desc + - channelIdentity + - channelIdentity desc + - chatId + - chatId desc + - createdDateTime + - createdDateTime desc + - deletedDateTime + - deletedDateTime desc + - etag + - etag desc + - from + - from desc + - importance + - importance desc + - lastEditedDateTime + - lastEditedDateTime desc + - lastModifiedDateTime + - lastModifiedDateTime desc + - locale + - locale desc + - mentions + - mentions desc + - messageType + - messageType desc + - policyViolation + - policyViolation desc + - reactions + - reactions desc + - replyToId + - replyToId desc + - subject + - subject desc + - summary + - summary desc + - webUrl + - webUrl 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 + - attachments + - body + - channelIdentity + - chatId + - createdDateTime + - deletedDateTime + - etag + - from + - importance + - lastEditedDateTime + - lastModifiedDateTime + - locale + - mentions + - messageType + - policyViolation + - reactions + - replyToId + - subject + - summary + - webUrl + - hostedContents + - replies + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - '*' + - hostedContents + - replies + type: string + responses: + '200': + description: Retrieved navigation property + content: + application/json: + schema: + title: Collection of chatMessage + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.chatMessage' + '@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: + - chats.chatMessage + summary: Create new navigation property to messages for chats + operationId: chats_CreateMessages + parameters: + - name: chat-id + in: path + description: 'key: id of chat' + required: true + schema: + type: string + x-ms-docs-key-type: chat + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.chatMessage' + required: true + responses: + '201': + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.chatMessage' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/chats/{chat-id}/messages/{chatMessage-id}': + get: + tags: + - chats.chatMessage + summary: Get messages from chats + operationId: chats_GetMessages + parameters: + - name: chat-id + in: path + description: 'key: id of chat' + required: true + schema: + type: string + x-ms-docs-key-type: chat + - name: chatMessage-id + in: path + description: 'key: id of chatMessage' + required: true + schema: + type: string + x-ms-docs-key-type: chatMessage + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - id + - attachments + - body + - channelIdentity + - chatId + - createdDateTime + - deletedDateTime + - etag + - from + - importance + - lastEditedDateTime + - lastModifiedDateTime + - locale + - mentions + - messageType + - policyViolation + - reactions + - replyToId + - subject + - summary + - webUrl + - hostedContents + - replies + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - '*' + - hostedContents + - replies + type: string + responses: + '200': + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.chatMessage' + links: + hostedContents: + operationId: chats.Messages.ListHostedContents + parameters: + chat-id: $request.path.chat-id + chatMessage-id: $request.path.chatMessage-id + replies: + operationId: chats.Messages.ListReplies + parameters: + chat-id: $request.path.chat-id + chatMessage-id: $request.path.chatMessage-id + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - chats.chatMessage + summary: Update the navigation property messages in chats + operationId: chats_UpdateMessages + parameters: + - name: chat-id + in: path + description: 'key: id of chat' + required: true + schema: + type: string + x-ms-docs-key-type: chat + - name: chatMessage-id + in: path + description: 'key: id of chatMessage' + required: true + schema: + type: string + x-ms-docs-key-type: chatMessage + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.chatMessage' + required: true + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - chats.chatMessage + summary: Delete navigation property messages for chats + operationId: chats_DeleteMessages + parameters: + - name: chat-id + in: path + description: 'key: id of chat' + required: true + schema: + type: string + x-ms-docs-key-type: chat + - name: chatMessage-id + in: path + description: 'key: id of chatMessage' + required: true + schema: + type: string + x-ms-docs-key-type: chatMessage + - 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 + '/chats/{chat-id}/messages/{chatMessage-id}/hostedContents': + get: + tags: + - chats.chatMessage + summary: Get hostedContents from chats + operationId: chats.messages_ListHostedContents + parameters: + - name: chat-id + in: path + description: 'key: id of chat' + required: true + schema: + type: string + x-ms-docs-key-type: chat + - name: chatMessage-id + in: path + description: 'key: id of chatMessage' + required: true + schema: + type: string + x-ms-docs-key-type: chatMessage + - $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 + - contentBytes + - contentBytes desc + - contentType + - contentType 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 + - contentBytes + - contentType + 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 chatMessageHostedContent + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.chatMessageHostedContent' + '@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: + - chats.chatMessage + summary: Create new navigation property to hostedContents for chats + operationId: chats.messages_CreateHostedContents + parameters: + - name: chat-id + in: path + description: 'key: id of chat' + required: true + schema: + type: string + x-ms-docs-key-type: chat + - name: chatMessage-id + in: path + description: 'key: id of chatMessage' + required: true + schema: + type: string + x-ms-docs-key-type: chatMessage + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.chatMessageHostedContent' + required: true + responses: + '201': + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.chatMessageHostedContent' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/chats/{chat-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}': + get: + tags: + - chats.chatMessage + summary: Get hostedContents from chats + operationId: chats.messages_GetHostedContents + parameters: + - name: chat-id + in: path + description: 'key: id of chat' + required: true + schema: + type: string + x-ms-docs-key-type: chat + - name: chatMessage-id + in: path + description: 'key: id of chatMessage' + required: true + schema: + type: string + x-ms-docs-key-type: chatMessage + - name: chatMessageHostedContent-id + in: path + description: 'key: id of chatMessageHostedContent' + required: true + schema: + type: string + x-ms-docs-key-type: chatMessageHostedContent + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - id + - contentBytes + - contentType + 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.chatMessageHostedContent' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - chats.chatMessage + summary: Update the navigation property hostedContents in chats + operationId: chats.messages_UpdateHostedContents + parameters: + - name: chat-id + in: path + description: 'key: id of chat' + required: true + schema: + type: string + x-ms-docs-key-type: chat + - name: chatMessage-id + in: path + description: 'key: id of chatMessage' + required: true + schema: + type: string + x-ms-docs-key-type: chatMessage + - name: chatMessageHostedContent-id + in: path + description: 'key: id of chatMessageHostedContent' + required: true + schema: + type: string + x-ms-docs-key-type: chatMessageHostedContent + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.chatMessageHostedContent' + required: true + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - chats.chatMessage + summary: Delete navigation property hostedContents for chats + operationId: chats.messages_DeleteHostedContents + parameters: + - name: chat-id + in: path + description: 'key: id of chat' + required: true + schema: + type: string + x-ms-docs-key-type: chat + - name: chatMessage-id + in: path + description: 'key: id of chatMessage' + required: true + schema: + type: string + x-ms-docs-key-type: chatMessage + - name: chatMessageHostedContent-id + in: path + description: 'key: id of chatMessageHostedContent' + required: true + schema: + type: string + x-ms-docs-key-type: chatMessageHostedContent + - 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 + '/chats/{chat-id}/messages/{chatMessage-id}/replies': + get: + tags: + - chats.chatMessage + summary: Get replies from chats + operationId: chats.messages_ListReplies + parameters: + - name: chat-id + in: path + description: 'key: id of chat' + required: true + schema: + type: string + x-ms-docs-key-type: chat + - name: chatMessage-id + in: path + description: 'key: id of chatMessage' + required: true + schema: + type: string + x-ms-docs-key-type: chatMessage + - $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 + - attachments + - attachments desc + - body + - body desc + - channelIdentity + - channelIdentity desc + - chatId + - chatId desc + - createdDateTime + - createdDateTime desc + - deletedDateTime + - deletedDateTime desc + - etag + - etag desc + - from + - from desc + - importance + - importance desc + - lastEditedDateTime + - lastEditedDateTime desc + - lastModifiedDateTime + - lastModifiedDateTime desc + - locale + - locale desc + - mentions + - mentions desc + - messageType + - messageType desc + - policyViolation + - policyViolation desc + - reactions + - reactions desc + - replyToId + - replyToId desc + - subject + - subject desc + - summary + - summary desc + - webUrl + - webUrl 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 + - attachments + - body + - channelIdentity + - chatId + - createdDateTime + - deletedDateTime + - etag + - from + - importance + - lastEditedDateTime + - lastModifiedDateTime + - locale + - mentions + - messageType + - policyViolation + - reactions + - replyToId + - subject + - summary + - webUrl + - hostedContents + - replies + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - '*' + - hostedContents + - replies + type: string + responses: + '200': + description: Retrieved navigation property + content: + application/json: + schema: + title: Collection of chatMessage + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.chatMessage' + '@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: + - chats.chatMessage + summary: Create new navigation property to replies for chats + operationId: chats.messages_CreateReplies + parameters: + - name: chat-id + in: path + description: 'key: id of chat' + required: true + schema: + type: string + x-ms-docs-key-type: chat + - name: chatMessage-id + in: path + description: 'key: id of chatMessage' + required: true + schema: + type: string + x-ms-docs-key-type: chatMessage + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.chatMessage' + required: true + responses: + '201': + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.chatMessage' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}': + get: + tags: + - chats.chatMessage + summary: Get replies from chats + operationId: chats.messages_GetReplies + parameters: + - name: chat-id + in: path + description: 'key: id of chat' + required: true + schema: + type: string + x-ms-docs-key-type: chat + - name: chatMessage-id + in: path + description: 'key: id of chatMessage' + required: true + schema: + type: string + x-ms-docs-key-type: chatMessage + - name: chatMessage-id1 + in: path + description: 'key: id of chatMessage' + required: true + schema: + type: string + x-ms-docs-key-type: chatMessage + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - id + - attachments + - body + - channelIdentity + - chatId + - createdDateTime + - deletedDateTime + - etag + - from + - importance + - lastEditedDateTime + - lastModifiedDateTime + - locale + - mentions + - messageType + - policyViolation + - reactions + - replyToId + - subject + - summary + - webUrl + - hostedContents + - replies + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - '*' + - hostedContents + - replies + type: string + responses: + '200': + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.chatMessage' + links: + hostedContents: + operationId: chats.messages.Replies.ListHostedContents + parameters: + chat-id: $request.path.chat-id + chatMessage-id: $request.path.chatMessage-id + chatMessage-id1: $request.path.chatMessage-id1 + replies: + operationId: chats.messages.Replies.ListReplies + parameters: + chat-id: $request.path.chat-id + chatMessage-id: $request.path.chatMessage-id + chatMessage-id1: $request.path.chatMessage-id1 + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - chats.chatMessage + summary: Update the navigation property replies in chats + operationId: chats.messages_UpdateReplies + parameters: + - name: chat-id + in: path + description: 'key: id of chat' + required: true + schema: + type: string + x-ms-docs-key-type: chat + - name: chatMessage-id + in: path + description: 'key: id of chatMessage' + required: true + schema: + type: string + x-ms-docs-key-type: chatMessage + - name: chatMessage-id1 + in: path + description: 'key: id of chatMessage' + required: true + schema: + type: string + x-ms-docs-key-type: chatMessage + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.chatMessage' + required: true + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - chats.chatMessage + summary: Delete navigation property replies for chats + operationId: chats.messages_DeleteReplies + parameters: + - name: chat-id + in: path + description: 'key: id of chat' + required: true + schema: + type: string + x-ms-docs-key-type: chat + - name: chatMessage-id + in: path + description: 'key: id of chatMessage' + required: true + schema: + type: string + x-ms-docs-key-type: chatMessage + - name: chatMessage-id1 + in: path + description: 'key: id of chatMessage' + required: true + schema: + type: string + x-ms-docs-key-type: chatMessage + - 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 + '/chats/{chat-id}/messages/{chatMessage-id}/replies/microsoft.graph.delta()': + get: + tags: + - chats.Functions + summary: Invoke function delta + operationId: chats.messages.replies_delta + parameters: + - name: chat-id + in: path + description: 'key: id of chat' + required: true + schema: + type: string + x-ms-docs-key-type: chat + - name: chatMessage-id + in: path + description: 'key: id of chatMessage' + required: true + schema: + type: string + x-ms-docs-key-type: chatMessage + responses: + '200': + description: Success + content: + application/json: + schema: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.chatMessage' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + '/chats/{chat-id}/messages/microsoft.graph.delta()': + get: + tags: + - chats.Functions + summary: Invoke function delta + operationId: chats.messages_delta + parameters: + - name: chat-id + in: path + description: 'key: id of chat' + required: true + schema: + type: string + x-ms-docs-key-type: chat + responses: + '200': + description: Success + content: + application/json: + schema: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.chatMessage' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + '/chats/{chat-id}/microsoft.graph.sendActivityNotification': + post: + tags: + - chats.Actions + summary: Invoke action sendActivityNotification + operationId: chats_sendActivityNotification + parameters: + - name: chat-id + in: path + description: 'key: id of chat' + required: true + schema: + type: string + x-ms-docs-key-type: chat + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + topic: + $ref: '#/components/schemas/microsoft.graph.teamworkActivityTopic' + activityType: + type: string + nullable: true + chainId: + type: integer + format: int64 + nullable: true + previewText: + $ref: '#/components/schemas/microsoft.graph.itemBody' + templateParameters: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.keyValuePair' + recipient: + $ref: '#/components/schemas/microsoft.graph.teamworkNotificationRecipient' + additionalProperties: + type: object + required: true responses: '204': description: Success default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation + x-ms-docs-operation-type: action '/chats/{chat-id}/tabs': get: tags: @@ -2161,6 +3237,7 @@ paths: enum: - id - classification + - createdDateTime - description - displayName - funSettings @@ -2320,6 +3397,8 @@ paths: - id desc - classification - classification desc + - createdDateTime + - createdDateTime desc - description - description desc - displayName @@ -2355,6 +3434,7 @@ paths: enum: - id - classification + - createdDateTime - description - displayName - funSettings @@ -2466,6 +3546,7 @@ paths: enum: - id - classification + - createdDateTime - description - displayName - funSettings @@ -2630,6 +3711,8 @@ paths: enum: - id - id desc + - createdDateTime + - createdDateTime desc - description - description desc - displayName @@ -2654,6 +3737,7 @@ paths: items: enum: - id + - createdDateTime - description - displayName - email @@ -2766,6 +3850,7 @@ paths: items: enum: - id + - createdDateTime - description - displayName - email @@ -3492,6 +4577,10 @@ paths: - attachments desc - body - body desc + - channelIdentity + - channelIdentity desc + - chatId + - chatId desc - createdDateTime - createdDateTime desc - deletedDateTime @@ -3538,6 +4627,8 @@ paths: - id - attachments - body + - channelIdentity + - chatId - createdDateTime - deletedDateTime - etag @@ -3672,6 +4763,8 @@ paths: - id - attachments - body + - channelIdentity + - chatId - createdDateTime - deletedDateTime - etag @@ -4161,6 +5254,10 @@ paths: - attachments desc - body - body desc + - channelIdentity + - channelIdentity desc + - chatId + - chatId desc - createdDateTime - createdDateTime desc - deletedDateTime @@ -4207,6 +5304,8 @@ paths: - id - attachments - body + - channelIdentity + - chatId - createdDateTime - deletedDateTime - etag @@ -4355,6 +5454,8 @@ paths: - id - attachments - body + - channelIdentity + - chatId - createdDateTime - deletedDateTime - etag @@ -4505,6 +5606,106 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation + '/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/microsoft.graph.delta()': + get: + tags: + - teams.Functions + summary: Invoke function delta + operationId: teams.channels.messages.replies_delta + parameters: + - name: team-id + in: path + description: 'key: id of team' + required: true + schema: + type: string + x-ms-docs-key-type: team + - name: channel-id + in: path + description: 'key: id of channel' + required: true + schema: + type: string + x-ms-docs-key-type: channel + - name: chatMessage-id + in: path + description: 'key: id of chatMessage' + required: true + schema: + type: string + x-ms-docs-key-type: chatMessage + responses: + '200': + description: Success + content: + application/json: + schema: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.chatMessage' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + '/teams/{team-id}/channels/{channel-id}/messages/microsoft.graph.delta()': + get: + tags: + - teams.Functions + summary: Invoke function delta + operationId: teams.channels.messages_delta + parameters: + - name: team-id + in: path + description: 'key: id of team' + required: true + schema: + type: string + x-ms-docs-key-type: team + - name: channel-id + in: path + description: 'key: id of channel' + required: true + schema: + type: string + x-ms-docs-key-type: channel + responses: + '200': + description: Success + content: + application/json: + schema: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.chatMessage' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + '/teams/{team-id}/channels/{channel-id}/microsoft.graph.completeMigration': + post: + tags: + - teams.Actions + summary: Invoke action completeMigration + operationId: teams.channels_completeMigration + parameters: + - name: team-id + in: path + description: 'key: id of team' + required: true + schema: + type: string + x-ms-docs-key-type: team + - name: channel-id + in: path + description: 'key: id of channel' + required: true + schema: + type: string + x-ms-docs-key-type: channel + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action '/teams/{team-id}/channels/{channel-id}/tabs': get: tags: @@ -6361,6 +7562,73 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: action + '/teams/{team-id}/microsoft.graph.completeMigration': + post: + tags: + - teams.Actions + summary: Invoke action completeMigration + operationId: teams_completeMigration + parameters: + - name: team-id + in: path + description: 'key: id of team' + required: true + schema: + type: string + x-ms-docs-key-type: team + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + '/teams/{team-id}/microsoft.graph.sendActivityNotification': + post: + tags: + - teams.Actions + summary: Invoke action sendActivityNotification + operationId: teams_sendActivityNotification + parameters: + - name: team-id + in: path + description: 'key: id of team' + required: true + schema: + type: string + x-ms-docs-key-type: team + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + topic: + $ref: '#/components/schemas/microsoft.graph.teamworkActivityTopic' + activityType: + type: string + nullable: true + chainId: + type: integer + format: int64 + nullable: true + previewText: + $ref: '#/components/schemas/microsoft.graph.itemBody' + templateParameters: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.keyValuePair' + recipient: + $ref: '#/components/schemas/microsoft.graph.teamworkNotificationRecipient' + additionalProperties: + type: object + required: true + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action '/teams/{team-id}/microsoft.graph.unarchive': post: tags: @@ -6666,6 +7934,7 @@ paths: items: enum: - id + - createdDateTime - description - displayName - email @@ -7287,6 +8556,10 @@ paths: - attachments desc - body - body desc + - channelIdentity + - channelIdentity desc + - chatId + - chatId desc - createdDateTime - createdDateTime desc - deletedDateTime @@ -7333,6 +8606,8 @@ paths: - id - attachments - body + - channelIdentity + - chatId - createdDateTime - deletedDateTime - etag @@ -7453,6 +8728,8 @@ paths: - id - attachments - body + - channelIdentity + - chatId - createdDateTime - deletedDateTime - etag @@ -7884,6 +9161,10 @@ paths: - attachments desc - body - body desc + - channelIdentity + - channelIdentity desc + - chatId + - chatId desc - createdDateTime - createdDateTime desc - deletedDateTime @@ -7930,6 +9211,8 @@ paths: - id - attachments - body + - channelIdentity + - chatId - createdDateTime - deletedDateTime - etag @@ -8064,6 +9347,8 @@ paths: - id - attachments - body + - channelIdentity + - chatId - createdDateTime - deletedDateTime - etag @@ -8159,12 +9444,110 @@ paths: description: Success default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - delete: + x-ms-docs-operation-type: operation + delete: + tags: + - teams.channel + summary: Delete navigation property replies for teams + operationId: teams.primaryChannel.messages_DeleteReplies + parameters: + - name: team-id + in: path + description: 'key: id of team' + required: true + schema: + type: string + x-ms-docs-key-type: team + - name: chatMessage-id + in: path + description: 'key: id of chatMessage' + required: true + schema: + type: string + x-ms-docs-key-type: chatMessage + - name: chatMessage-id1 + in: path + description: 'key: id of chatMessage' + required: true + schema: + type: string + x-ms-docs-key-type: chatMessage + - 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 + '/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/microsoft.graph.delta()': + get: + tags: + - teams.Functions + summary: Invoke function delta + operationId: teams.primaryChannel.messages.replies_delta + parameters: + - name: team-id + in: path + description: 'key: id of team' + required: true + schema: + type: string + x-ms-docs-key-type: team + - name: chatMessage-id + in: path + description: 'key: id of chatMessage' + required: true + schema: + type: string + x-ms-docs-key-type: chatMessage + responses: + '200': + description: Success + content: + application/json: + schema: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.chatMessage' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + '/teams/{team-id}/primaryChannel/messages/microsoft.graph.delta()': + get: + tags: + - teams.Functions + summary: Invoke function delta + operationId: teams.primaryChannel.messages_delta + parameters: + - name: team-id + in: path + description: 'key: id of team' + required: true + schema: + type: string + x-ms-docs-key-type: team + responses: + '200': + description: Success + content: + application/json: + schema: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.chatMessage' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + '/teams/{team-id}/primaryChannel/microsoft.graph.completeMigration': + post: tags: - - teams.channel - summary: Delete navigation property replies for teams - operationId: teams.primaryChannel.messages_DeleteReplies + - teams.Actions + summary: Invoke action completeMigration + operationId: teams.primaryChannel_completeMigration parameters: - name: team-id in: path @@ -8173,31 +9556,12 @@ paths: schema: type: string x-ms-docs-key-type: team - - name: chatMessage-id - in: path - description: 'key: id of chatMessage' - required: true - schema: - type: string - x-ms-docs-key-type: chatMessage - - name: chatMessage-id1 - in: path - description: 'key: id of chatMessage' - required: true - schema: - type: string - x-ms-docs-key-type: chatMessage - - 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 + x-ms-docs-operation-type: action '/teams/{team-id}/primaryChannel/tabs': get: tags: @@ -11695,6 +13059,8 @@ paths: - id desc - classification - classification desc + - createdDateTime + - createdDateTime desc - description - description desc - displayName @@ -11730,6 +13096,7 @@ paths: enum: - id - classification + - createdDateTime - description - displayName - funSettings @@ -11856,6 +13223,7 @@ paths: enum: - id - classification + - createdDateTime - description - displayName - funSettings @@ -12410,6 +13778,7 @@ paths: - topic - installedApps - members + - messages - tabs type: string - name: $expand @@ -12425,6 +13794,7 @@ paths: - '*' - installedApps - members + - messages - tabs type: string responses: @@ -12445,6 +13815,11 @@ paths: parameters: user-id: $request.path.user-id userScopeTeamsAppInstallation-id: $request.path.userScopeTeamsAppInstallation-id + messages: + operationId: users.teamwork.installedApps.Chat.ListMessages + parameters: + user-id: $request.path.user-id + userScopeTeamsAppInstallation-id: $request.path.userScopeTeamsAppInstallation-id tabs: operationId: users.teamwork.installedApps.Chat.ListTabs parameters: @@ -12492,6 +13867,11 @@ paths: parameters: user-id: $request.path.user-id userScopeTeamsAppInstallation-id: $request.path.userScopeTeamsAppInstallation-id + messages: + operationId: users.teamwork.installedApps.Chat.ListMessages + parameters: + user-id: $request.path.user-id + userScopeTeamsAppInstallation-id: $request.path.userScopeTeamsAppInstallation-id tabs: operationId: users.teamwork.installedApps.Chat.ListTabs parameters: @@ -12620,7 +14000,7 @@ components: nullable: true teamsAppId: type: string - description: The id from the Teams App manifest. + description: The ID from the Teams app manifest. nullable: true version: type: string @@ -12671,6 +14051,11 @@ components: items: $ref: '#/components/schemas/microsoft.graph.conversationMember' description: A collection of all the members in the chat. Nullable. + messages: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.chatMessage' + description: A collection of all the messages in the chat. Nullable. tabs: type: array items: @@ -12713,26 +14098,6 @@ components: nullable: true 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 - 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.chatMessage: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -12746,6 +14111,12 @@ components: 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 + description: The identity of the chat in which the message was posted. + 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 @@ -12769,13 +14140,13 @@ components: 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 Teams UI. If no edits are made the value is null. + 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 modified, including when a reaction is added or removed.' + 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: @@ -12797,7 +14168,7 @@ components: description: 'Reactions for this chat message (for example, Like).' 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.)' + 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 @@ -12820,6 +14191,79 @@ components: $ref: '#/components/schemas/microsoft.graph.chatMessage' additionalProperties: type: object + microsoft.graph.chatMessageHostedContent: + allOf: + - $ref: '#/components/schemas/microsoft.graph.teamworkHostedContent' + - title: chatMessageHostedContent + type: object + additionalProperties: + type: object + microsoft.graph.teamworkActivityTopic: + title: teamworkActivityTopic + type: object + properties: + source: + $ref: '#/components/schemas/microsoft.graph.teamworkActivityTopicSource' + value: + type: string + description: 'The topic value. If the value of the source property is entityUrl, this must be a Microsoft Graph URL. If the vaule is text, this must be a plain text value.' + webUrl: + type: string + description: The link the user clicks when they select the notification. Optional when source is entityUrl; required when source is text. + nullable: true + 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.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 + description: Key value pair for storing custom settings + microsoft.graph.teamworkNotificationRecipient: + title: teamworkNotificationRecipient + type: object + 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 + 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.team: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -12830,6 +14274,12 @@ components: 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 + description: Timestamp at which the team was created. + format: date-time + nullable: true description: type: string description: An optional description for the team. @@ -12898,6 +14348,12 @@ components: - 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. @@ -13031,13 +14487,6 @@ components: description: 'The list of previous versions of the item. For more info, see [getting previous versions][]. Read-only. Nullable.' additionalProperties: type: object - microsoft.graph.chatMessageHostedContent: - allOf: - - $ref: '#/components/schemas/microsoft.graph.teamworkHostedContent' - - title: chatMessageHostedContent - type: object - additionalProperties: - type: object microsoft.graph.group: allOf: - $ref: '#/components/schemas/microsoft.graph.directoryObject' @@ -13048,7 +14497,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.assignedLabel' - description: 'The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select.' + 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: @@ -13085,7 +14534,7 @@ components: 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).' + 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 licenseProcessingState: $ref: '#/components/schemas/microsoft.graph.licenseProcessingState' @@ -13107,7 +14556,7 @@ components: 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. + 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 @@ -13146,13 +14595,13 @@ components: nullable: true preferredLanguage: type: string - description: The preferred language for a Microsoft 365 group. Should follow ISO 639-1 Code; for example 'en-US'. Returned by default. + 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 for filter expressions on multi-valued properties. Returned by default. Read-only. Not nullable. Supports $filter.' + 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 @@ -13169,7 +14618,7 @@ components: nullable: true theme: type: string - description: 'Specifies a Microsoft 365 group''s color theme. Possible values are Teal, Purple, Green, Blue, Pink, Orange or Red. Returned by default.' + 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 @@ -13177,29 +14626,29 @@ components: nullable: true 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. + description: 'Indicates if people external to the organization can send messages to the group. Default value is false. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}).' 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. + 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. Supported only on the Get group API (GET /groups/{ID}).' nullable: true hideFromAddressLists: type: boolean - description: 'True if the group is not displayed in certain parts of the Outlook user interface: in the Address Book, in address lists for selecting message recipients, and in the Browse Groups dialog for searching groups; false otherwise. Default value is false. Returned only on $select.' + 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. Supported only on the Get group API (GET /groups/{ID}).' 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, false otherwise. Default value is false. Returned only on $select.' + 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. Supported only on the Get group API (GET /groups/{ID}).' 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. + description: 'Indicates whether the signed-in user is subscribed to receive email conversations. Default value is true. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}).' 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. This property is the same as unseenConversationsCount.Returned only on $select. + description: 'Count of conversations that have received new posts since the signed-in user last visited the group. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}).' format: int32 nullable: true isArchived: @@ -13216,12 +14665,12 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.directoryObject' - description: 'Groups and administrative units that this group is a member of. HTTP Methods: GET (supported for all groups). Read-only. Nullable.' + 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, contacts, and groups that are members of this group. HTTP Methods: GET (supported for all groups), POST (supported for security groups and mail-enabled security groups), DELETE (supported only for security groups) Read-only. Nullable.' + 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: @@ -13231,7 +14680,7 @@ components: 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. HTTP Methods: GET (supported for all groups), POST (supported for security groups and mail-enabled security groups), DELETE (supported only for security groups) Read-only. Nullable.' + 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: @@ -13240,7 +14689,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.groupSetting' - description: 'Settings that can govern this group''s behavior, like whether members can invite guest users to the group. Nullable.' + description: Read-only. Nullable. transitiveMemberOf: type: array items: @@ -13270,7 +14719,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.event' - description: The group's events. + description: The group's calendar events. photo: $ref: '#/components/schemas/microsoft.graph.profilePhoto' photos: @@ -13479,11 +14928,11 @@ components: nullable: true recipientUserId: type: string - description: User id of the recipient of the offer shift request. + 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. + description: User ID of the sender of the offer shift request. nullable: true additionalProperties: type: object @@ -13565,7 +15014,7 @@ components: properties: recipientShiftId: type: string - description: Shift ID for the recipient user with whom the request is to swap. + description: ShiftId for the recipient user with whom the request is to swap. nullable: true additionalProperties: type: object @@ -13745,28 +15194,6 @@ components: - meeting - unknownFutureValue type: string - microsoft.graph.teamsTabConfiguration: - title: teamsTabConfiguration - type: object - properties: - contentUrl: - type: string - description: Url used for rendering tab contents in Teams. Required. - nullable: true - entityId: - type: string - description: Identifier for the entity hosted by the tab provider. - nullable: true - removeUrl: - type: string - description: Url called by Teams client when a Tab is removed using the Teams Client. - nullable: true - websiteUrl: - type: string - description: Url for showing tab contents outside of Teams. - nullable: true - additionalProperties: - type: object microsoft.graph.chatMessageAttachment: title: chatMessageAttachment type: object @@ -13777,7 +15204,7 @@ components: nullable: true contentType: type: string - description: 'The media type of the content attachment. It can have the following values: reference: Attachment is a link to another file. Populate the contentURL with the link to the object.Any contentTypes supported by the Bot Framework''s Attachment objectapplication/vnd.microsoft.card.codesnippet: A code snippet. application/vnd.microsoft.card.announcement: An announcement header.' + description: 'The media type of the content attachment. It can have the following values: reference: Attachment is a link to another file. Populate the contentURL with the link to the object.file: Raw file attachment. Populate the contenturl field with the base64 encoding of the file in data: format.image/: Image type with the type of the image specified ex: image/png, image/jpeg, image/gif. Populate the contentUrl field with the base64 encoding of the file in data: format.video/: Video type with the format specified. Ex: video/mp4. Populate the contentUrl field with the base64 encoding of the file in data: format.audio/: Audio type with the format specified. Ex: audio/wmw. Populate the contentUrl field with the base64 encoding of the file in data: format.application/card type: Rich card attachment type with the card type specifying the exact card format to use. Set content with the json format of the card. Supported values for card type include:application/vnd.microsoft.card.adaptive: A rich card that can contain any combination of text, speech, images,,buttons, and input fields. Set the content property to,an AdaptiveCard object.application/vnd.microsoft.card.animation: A rich card that plays animation. Set the content property,to an AnimationCardobject.application/vnd.microsoft.card.audio: A rich card that plays audio files. Set the content property,to an AudioCard object.application/vnd.microsoft.card.video: A rich card that plays videos. Set the content property,to a VideoCard object.application/vnd.microsoft.card.hero: A Hero card. Set the content property to a HeroCard object.application/vnd.microsoft.card.thumbnail: A Thumbnail card. Set the content property to a ThumbnailCard object.application/vnd.microsoft.com.card.receipt: A Receipt card. Set the content property to a ReceiptCard object.application/vnd.microsoft.com.card.signin: A user Sign In card. Set the content property to a SignInCard object.' nullable: true contentUrl: type: string @@ -13797,16 +15224,18 @@ components: nullable: true additionalProperties: type: object - microsoft.graph.itemBody: - title: itemBody + microsoft.graph.channelIdentity: + title: channelIdentity type: object properties: - content: + channelId: type: string - description: The content of the item. + description: The identity of the channel in which the message was posted. + nullable: true + teamId: + type: string + description: The identity of the team in which the message was posted. nullable: true - contentType: - $ref: '#/components/schemas/microsoft.graph.bodyType' additionalProperties: type: object microsoft.graph.chatMessageImportance: @@ -13878,6 +15307,57 @@ components: $ref: '#/components/schemas/microsoft.graph.identitySet' additionalProperties: type: object + microsoft.graph.teamworkHostedContent: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: teamworkHostedContent + type: object + properties: + contentBytes: + type: string + description: Write only. Bytes for the hosted content (such as images). + format: base64url + nullable: true + contentType: + type: string + description: 'Write only. Content type. sicj as image/png, image/jpg.' + nullable: true + additionalProperties: + type: object + microsoft.graph.teamworkActivityTopicSource: + title: teamworkActivityTopicSource + enum: + - entityUrl + - text + type: string + microsoft.graph.bodyType: + title: bodyType + enum: + - text + - html + type: string + microsoft.graph.teamsTabConfiguration: + title: teamsTabConfiguration + type: object + properties: + contentUrl: + type: string + description: Url used for rendering tab contents in Teams. Required. + nullable: true + entityId: + type: string + description: Identifier for the entity hosted by the tab provider. + nullable: true + removeUrl: + type: string + description: Url called by Teams client when a Tab is removed using the Teams Client. + nullable: true + websiteUrl: + type: string + description: Url for showing tab contents outside of Teams. + nullable: true + additionalProperties: + type: object microsoft.graph.teamFunSettings: title: teamFunSettings type: object @@ -13926,7 +15406,7 @@ components: nullable: true allowCreateUpdateChannels: type: boolean - description: 'If set to true, members can add and update any channels.' + description: 'If set to true, members can add and update channels.' nullable: true allowCreateUpdateRemoveConnectors: type: boolean @@ -14213,12 +15693,12 @@ components: nullable: true latitude: type: number - description: 'Optional. The latitude, in decimal, for the item. Writable on OneDrive Personal.' + 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. Writable on OneDrive Personal.' + description: 'Optional. The longitude, in decimal, for the item. Read-only.' format: double nullable: true additionalProperties: @@ -14290,7 +15770,7 @@ components: 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: The date and time the photo was taken in UTC time. Read-only. + description: Represents the date and time the photo was taken. Read-only. format: date-time nullable: true additionalProperties: @@ -14540,7 +16020,7 @@ components: 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. Nullable.' + 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: @@ -14629,7 +16109,7 @@ components: 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.' + description: A unique token that can be used to access this shared item via the **shares** API. Read-only. nullable: true additionalProperties: type: object @@ -14645,14 +16125,14 @@ components: nullable: true changeType: type: string - description: '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. Required. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType.' + 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: Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 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. Optional. + 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.' + 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 @@ -14660,12 +16140,12 @@ components: nullable: true encryptionCertificateId: type: string - description: A custom app-provided identifier to help identify the certificate needed to decrypt resource data. Optional. Required when includeResourceData is true. + 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: '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. Required.' + 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 includeResourceData: type: boolean @@ -14681,13 +16161,14 @@ components: nullable: true notificationQueryOptions: type: string + description: 'OData Query Options for specifying value for the targeting resource. Clients receive notifications when resource reaches the state matching the query options provided here. With this new property in the subscription creation payload along with all existing properties, Webhooks will deliver notifications whenever a resource reaches the desired state mentioned in the notificationQueryOptions property eg when the print job is completed, when a print job resource isFetchable property value becomes true etc.' nullable: true notificationUrl: type: string - description: The URL of the endpoint that receives the change notifications. This URL must make use of the HTTPS protocol. Required. + 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: Specifies the resource that will be monitored for changes. Do not include the base URL (https://graph.microsoft.com/beta/). See the possible resource path values for each supported resource. Required. + 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.thumbnailSet: @@ -14714,6 +16195,7 @@ components: properties: content: type: string + description: The content stream for this version of the item. format: base64url nullable: true size: @@ -14723,23 +16205,6 @@ components: nullable: true additionalProperties: type: object - microsoft.graph.teamworkHostedContent: - allOf: - - $ref: '#/components/schemas/microsoft.graph.entity' - - title: teamworkHostedContent - type: object - properties: - contentBytes: - type: string - description: Write only. Bytes for the hosted content (such as images). - format: base64url - nullable: true - contentType: - type: string - description: 'Write only. Content type, such as image/png, image/jpg.' - nullable: true - additionalProperties: - type: object microsoft.graph.directoryObject: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -14829,11 +16294,12 @@ components: 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.' + 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.' format: uuid 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 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 is 2014-01-01T00:00:00Z. Read-only.' format: date-time nullable: true principalDisplayName: @@ -14843,16 +16309,16 @@ components: 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.' + description: 'The unique identifier (id) for the user, group or service principal being granted the app role. Required on create.' 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.' + description: 'The type of the assigned principal. This can either be User, Group or ServicePrincipal. Read-only.' 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. + description: The display name of the resource app's service principal to which the assignment is made. 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}$' @@ -14921,15 +16387,15 @@ components: 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.' 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, through an Outlook client or the corresponding calendarPermission resource. Read-only.' + 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. Read-only.' + 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. This property is set through an Outlook client or the corresponding calendarPermission resource. Read-only.' + description: 'true if the user can read calendar items that have been marked private, false otherwise.' nullable: true changeKey: type: string @@ -14941,11 +16407,11 @@ components: $ref: '#/components/schemas/microsoft.graph.onlineMeetingProviderType' hexColor: type: string - description: 'The calendar color, expressed in a hex color code of three hexidecimal values, each ranging from 00 to FF and representing the red, green, or blue components of the color in the RGB color space. If the user has never explicitly set a color for the calendar, this property is empty.' + description: 'The calendar color, expressed in a hex color code of three hexadecimal values, each ranging from 00 to FF and representing the red, green, or blue components of the color in the RGB color space. If the user has never explicitly set a color for the calendar, this property is empty. Read-only.' nullable: true isDefaultCalendar: type: boolean - description: 'True if this is the default calendar where new events are created by default, false otherwise.' + description: 'true if this is the default calendar where new events are created by default, false otherwise.' nullable: true isRemovable: type: boolean @@ -15123,19 +16589,19 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.attachment' - description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' + description: The collection of fileAttachment and itemAttachment attachments for the event. Navigation property. Read-only. Nullable. calendar: $ref: '#/components/schemas/microsoft.graph.calendar' extensions: type: array items: $ref: '#/components/schemas/microsoft.graph.extension' - description: The collection of open extensions defined for the event. Nullable. + 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 occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but does not include occurrences that have been cancelled from the series. Navigation property. Read-only. Nullable.' + description: The instances of the event. Navigation property. Read-only. Nullable. multiValueExtendedProperties: type: array items: @@ -15646,12 +17112,6 @@ components: nullable: true additionalProperties: type: object - microsoft.graph.bodyType: - title: bodyType - enum: - - text - - html - type: string microsoft.graph.chatMessagePolicyViolationDlpActionTypes: title: chatMessagePolicyViolationDlpActionTypes enum: @@ -15746,60 +17206,60 @@ components: properties: accountEnabled: type: boolean - description: 'true if the account is enabled; otherwise, false. This property is required when a user is created. Returned only on $select. Supports $filter.' + 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. Returned only on $select.' + 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. Returned only on $select. Not nullable. + description: The licenses that are assigned to the user. Returned only on $select. Not nullable. Supports $filter. assignedPlans: type: array items: $ref: '#/components/schemas/microsoft.graph.assignedPlan' - description: The plans that are assigned to the user. Returned only on $select. Read-only. Not nullable. + 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. Only one number can be set for this property. Returned by default. Read-only for users synced from on-premises directory. + description: 'The telephone numbers for the user. NOTE: Although this is a string collection, only one number can be set for this property. Read-only for users synced from on-premises directory. Returned by default.' city: type: string - description: The city in which the user is located. Returned only on $select. Supports $filter. + 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. + 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 characters.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. Returned only on $select.' + 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''. Returned only on $select. Supports $filter.' + 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 date and time the user was created. The value cannot be modified and is automatically populated when the entity is created. The DateTimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. Property is nullable. A null value indicates that an accurate creation time couldn't be determined for the user. Returned only on $select. Read-only. Supports $filter. + 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). Returned only on $select. Read-only.' + 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. Returned only on $select. Supports $filter. + description: The name for the department in which the user works. Supports $filter. nullable: true displayName: type: string - description: 'The name displayed in the address book for the user. This value 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. Returned by default. Supports $filter and $orderby.' + 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. Returned by default. 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])$' @@ -15829,7 +17289,7 @@ components: nullable: true faxNumber: type: string - description: The fax number of the user. Returned only on $select. + description: The fax number of the user. nullable: true givenName: type: string @@ -15839,7 +17299,7 @@ components: 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. Returned only on $select. Supports $filter.' + 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: @@ -15857,29 +17317,29 @@ components: 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 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 is 2014-01-01T00:00:00Z Returned only on $select. Read-only.' + 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 is 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. Returned only on $select.' + 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. Returned only on $select. Read-only. + 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''. Returned by default. Supports $filter and endsWith.' nullable: true mailNickname: type: string - description: The mail alias for the user. This property must be specified when a user is created. Returned only on $select. Supports $filter. + 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. Returned by default. Read-only for users synced from on-premises directory. + description: The primary cellular telephone number for the user. Read-only for users synced from on-premises directory. Returned by default. nullable: true officeLocation: type: string @@ -15887,59 +17347,59 @@ components: 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. Returned only on $select. Read-only. + 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. Returned only on $select. Read-only.' + 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. Returned only on $select. Supports $filter.' + 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 is 2014-01-01T00:00:00Z. Returned only on $select. Read-only.' + 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 is 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. Returned only on $select. + 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. Returned only on $select. Read-only. + 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. Returned only on $select. Read-only. + 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). Returned only on $select. Read-only. + 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. Returned only on $select. Read-only. + 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''].Returned only on $select. Supports$filter.' + 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''.Returned only on $select.' + 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. Returned only on $select.' + 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 preferredLanguage: type: string @@ -15949,29 +17409,29 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.provisionedPlan' - description: The plans that are provisioned for the user. Returned only on $select. Read-only. Not nullable. + 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. Returned only on $select. Read-only, Not nullable. Supports $filter.' + 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.' 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. Returned only on $select.' + 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. Returned only on $select. Read-only. Use revokeSignInSessions to reset.' + 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. Returned only on $select. Supports $filter. + 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. Returned only on $select. + description: The street address of the user's place of business. nullable: true surname: type: string @@ -15979,7 +17439,7 @@ components: 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. Returned only on $select. Supports $filter.' + 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 @@ -15987,7 +17447,7 @@ components: 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''. Returned only on $select. Supports $filter.' + 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' @@ -15999,12 +17459,12 @@ components: format: int32 aboutMe: type: string - description: A freeform text entry field for the user to describe themselves. Returned only on $select. + 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 is 2014-01-01T00:00:00Z Returned only on $select.' + 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 is 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])$' @@ -16016,39 +17476,39 @@ components: items: type: string nullable: true - description: A list for the user to describe their interests. Returned only on $select. + description: A list for the user to describe their interests. mySite: type: string - description: The URL for the user's personal site. Returned only on $select. + 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. Returned only on $select. + description: A list for the user to enumerate their past projects. preferredName: type: string - description: The preferred name for the user. Returned only on $select. + 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. Returned only on $select. + 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. Returned only on $select. + 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. Returned only on $select. + description: A list for the user to enumerate their skills. appRoleAssignments: type: array items: @@ -16075,7 +17535,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.directoryObject' - description: 'The groups, directory roles and administrative units that the user is a member of. Read-only. Nullable.' + description: The groups and directory roles that the user is a member of. Read-only. Nullable. oauth2PermissionGrants: type: array items: @@ -16135,7 +17595,7 @@ components: 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. + description: The user's events. Default is to show Events under the Default Calendar. Read-only. Nullable. inferenceClassification: $ref: '#/components/schemas/microsoft.graph.inferenceClassification' mailFolders: @@ -16154,7 +17614,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.person' - description: 'Read-only. The most relevant people to the user. The collection is ordered by their relevance to the user, which is determined by the user''s communication, collaboration and business relationships. A person is an aggregation of information from across mail, contacts and social networks.' + description: People that are relevant to the user. Read-only. Nullable. photo: $ref: '#/components/schemas/microsoft.graph.profilePhoto' photos: @@ -16177,7 +17637,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.extension' - description: The collection of open extensions defined for the user. Nullable. + description: The collection of open extensions defined for the user. Read-only. Nullable. agreementAcceptances: type: array items: @@ -16237,7 +17697,7 @@ components: properties: crc32Hash: type: string - description: The CRC32 value of the file (if available). Read-only. + description: The CRC32 value of the file in little endian (if available). Read-only. nullable: true quickXorHash: type: string @@ -16302,7 +17762,7 @@ components: properties: content: type: string - description: The content of the comment. + description: The content of comment. nullable: true contentType: type: string @@ -16340,7 +17800,7 @@ components: 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. Possible values are: String, Integer, Double, Boolean, Range. Read-only.' + 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' @@ -16404,7 +17864,7 @@ components: 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. 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.' + 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 @@ -16641,7 +18101,7 @@ components: properties: name: type: string - description: Name of the setting (as defined by the directorySettingTemplate). + description: Name of the setting (as defined by the groupSettingTemplate). nullable: true value: type: string @@ -16678,11 +18138,11 @@ components: properties: address: type: string - description: The email address of an entity instance. + description: The email address of the person or entity. nullable: true name: type: string - description: The display name of an entity instance. + description: The display name of the person or entity. nullable: true additionalProperties: type: object @@ -16785,10 +18245,10 @@ components: properties: dateTime: type: string - description: 'A single point of time in a combined date and time representation ({date}T{time}). For example, ''2019-04-16T09:00:00''.' + 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 possible values.' + description: 'Represents a time zone, for example, ''Pacific Standard Time''. See below for more possible values.' nullable: true additionalProperties: type: object @@ -16941,7 +18401,7 @@ components: nullable: true name: type: string - description: The display name of the attachment. This does not need to be the actual file name. + description: The attachment's file name. nullable: true size: maximum: 2147483647 @@ -16988,7 +18448,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.attachment' - description: 'The collection of fileAttachment, itemAttachment, and referenceAttachment attachments for the post. Read-only. Nullable.' + description: Read-only. Nullable. extensions: type: array items: @@ -17262,14 +18722,14 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.plannerBucket' - description: Collection of buckets in the plan. Read-only. Nullable. + 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: Collection of tasks in the plan. Read-only. Nullable. + description: Read-only. Nullable. Collection of tasks in the plan. additionalProperties: type: object microsoft.graph.notebook: @@ -17320,7 +18780,7 @@ components: $ref: '#/components/schemas/microsoft.graph.onenoteOperationError' percentComplete: type: string - description: The operation percent complete if the operation is still in running status + description: The operation percent complete if the operation is still in running status. nullable: true resourceId: type: string @@ -17565,12 +19025,12 @@ components: 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 is 2014-01-01T00:00:00Z' + description: 'The date and time at which the plan was assigned. 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 is 2014-01-01T00:00:00Z.' format: date-time nullable: true capabilityStatus: type: string - description: 'Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut.' + description: 'Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. See a detailed description of each value.' nullable: true service: type: string @@ -17720,7 +19180,7 @@ components: properties: forceChangePasswordNextSignIn: type: boolean - description: 'If true, at next sign-in, the user must change their password. After a password change, this property will be automatically reset to false. If not set, default is false.' + description: true if the user must change her password on the next login; otherwise false. nullable: true forceChangePasswordNextSignInWithMfa: type: boolean @@ -17756,7 +19216,7 @@ components: properties: archiveFolder: type: string - description: Folder ID of an archive folder for the user. Read only. + description: Folder ID of an archive folder for the user. nullable: true automaticRepliesSetting: $ref: '#/components/schemas/microsoft.graph.automaticRepliesSetting' @@ -18055,7 +19515,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.extension' - description: The collection of open extensions defined for the contact. Nullable. + description: The collection of open extensions defined for the contact. Read-only. Nullable. multiValueExtendedProperties: type: array items: @@ -18160,7 +19620,7 @@ components: $ref: '#/components/schemas/microsoft.graph.itemBody' bodyPreview: type: string - description: 'The first 255 characters of the message body. It is in text format. If the message contains instances of mention, this property would contain a concatenation of these mentions as well.' + description: The first 255 characters of the message body. It is in text format. nullable: true ccRecipients: type: array @@ -18380,11 +19840,11 @@ components: properties: agreementFileId: type: string - description: ID of the agreement file accepted by the user. + description: The identifier of the agreement file accepted by the user. nullable: true agreementId: type: string - description: ID of the agreement. + description: The identifier of the agreement. nullable: true deviceDisplayName: type: string @@ -18396,22 +19856,22 @@ components: nullable: true deviceOSType: type: string - description: The operating system used for accepting the agreement. + description: The operating system used to accept the agreement. nullable: true deviceOSVersion: type: string - description: The operating system version of the device used for accepting the agreement. + description: The operating system version of the device used to accept the agreement. 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: 'The expiration date time of the acceptance. 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 is 2014-01-01T00:00:00Z' + description: 'The expiration date time of the acceptance. 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 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: '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 is 2014-01-01T00:00:00Z' + 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 state: @@ -18426,7 +19886,7 @@ components: nullable: true userId: type: string - description: ID of the user who accepted the agreement. + description: The identifier of the user who accepted the agreement. nullable: true userPrincipalName: type: string @@ -18442,24 +19902,24 @@ components: properties: activationLockBypassCode: type: string - description: Code that allows the Activation Lock on a device to be bypassed. This property is read-only. + description: Code that allows the Activation Lock on a device to be bypassed. nullable: true androidSecurityPatchLevel: type: string - description: Android security patch level. This property is read-only. + description: Android security patch level nullable: true azureADDeviceId: type: string - description: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. + 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. This property is read-only. + description: Whether the device is Azure Active Directory registered. nullable: true 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. This property is read-only. + description: The DateTime when device compliance grace period expires format: date-time complianceState: $ref: '#/components/schemas/microsoft.graph.complianceState' @@ -18469,10 +19929,10 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.deviceActionResult' - description: List of ComplexType deviceActionResult objects. This property is read-only. + description: List of ComplexType deviceActionResult objects. deviceCategoryDisplayName: type: string - description: Device category display name. This property is read-only. + description: Device category display name nullable: true deviceEnrollmentType: $ref: '#/components/schemas/microsoft.graph.deviceEnrollmentType' @@ -18480,30 +19940,30 @@ components: $ref: '#/components/schemas/microsoft.graph.deviceHealthAttestationState' deviceName: type: string - description: Name of the device. This property is read-only. + description: Name of the device nullable: true deviceRegistrationState: $ref: '#/components/schemas/microsoft.graph.deviceRegistrationState' easActivated: type: boolean - description: Whether the device is Exchange ActiveSync activated. This property is read-only. + 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. This property is read-only. + description: Exchange ActivationSync activation time of the device. format: date-time easDeviceId: type: string - description: Exchange ActiveSync Id of the device. This property is read-only. + description: Exchange ActiveSync Id of the device. nullable: true emailAddress: type: string - description: Email(s) for the user associated with the device. This property is read-only. + 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. This property is read-only. + description: Enrollment time of the device. format: date-time exchangeAccessState: $ref: '#/components/schemas/microsoft.graph.deviceManagementExchangeAccessState' @@ -18512,30 +19972,30 @@ components: 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. This property is read-only. + description: Last time the device contacted Exchange. format: date-time freeStorageSpaceInBytes: type: integer - description: Free Storage in Bytes. This property is read-only. + description: Free Storage in Bytes format: int64 imei: type: string - description: IMEI. This property is read-only. + description: IMEI nullable: true isEncrypted: type: boolean - description: Device encryption status. This property is read-only. + description: Device encryption status isSupervised: type: boolean - description: Device supervised status. This property is read-only. + description: Device supervised status jailBroken: type: string - description: whether the device is jail broken or rooted. This property is read-only. + description: whether the device is jail broken or rooted. nullable: true 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. This property is read-only. + description: The date and time that the device last completed a successful sync with Intune. format: date-time managedDeviceName: type: string @@ -18547,65 +20007,65 @@ components: $ref: '#/components/schemas/microsoft.graph.managementAgentType' manufacturer: type: string - description: Manufacturer of the device. This property is read-only. + description: Manufacturer of the device nullable: true meid: type: string - description: MEID. This property is read-only. + description: MEID nullable: true model: type: string - description: Model of the device. This property is read-only. + description: Model of the device nullable: true operatingSystem: type: string - description: 'Operating system of the device. Windows, iOS, etc. This property is read-only.' + description: 'Operating system of the device. Windows, iOS, etc.' nullable: true osVersion: type: string - description: Operating system version of the device. This property is read-only. + description: Operating system version of the device. nullable: true partnerReportedThreatState: $ref: '#/components/schemas/microsoft.graph.managedDevicePartnerReportedHealthState' phoneNumber: type: string - description: Phone number of the device. This property is read-only. + description: Phone number of the device nullable: true remoteAssistanceSessionErrorDetails: type: string - description: An error string that identifies issues when creating Remote Assistance session objects. This property is read-only. + 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. This property is read-only. + description: Url that allows a Remote Assistance session to be established with the device. nullable: true serialNumber: type: string - description: SerialNumber. This property is read-only. + description: SerialNumber nullable: true subscriberCarrier: type: string - description: Subscriber Carrier. This property is read-only. + description: Subscriber Carrier nullable: true totalStorageSpaceInBytes: type: integer - description: Total Storage in Bytes. This property is read-only. + description: Total Storage in Bytes format: int64 userDisplayName: type: string - description: User display name. This property is read-only. + description: User display name nullable: true userId: type: string - description: Unique Identifier for the user associated with the device. This property is read-only. + description: Unique Identifier for the user associated with the device nullable: true userPrincipalName: type: string - description: Device user principal name. This property is read-only. + description: Device user principal name nullable: true wiFiMacAddress: type: string - description: Wi-Fi MAC. This property is read-only. + description: Wi-Fi MAC nullable: true deviceCompliancePolicyStates: type: array @@ -18728,7 +20188,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.plannerTask' - description: Read-only. Nullable. Returns the plannerTasks assigned to the user. + description: Read-only. Nullable. Returns the plannerPlans shared with the user. additionalProperties: type: object microsoft.graph.officeGraphInsights: @@ -18741,17 +20201,17 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.sharedInsight' - description: Access this property from the derived type itemInsights. + 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: Access this property from the derived type itemInsights. + 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: Access this property from the derived type itemInsights. + 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.userSettings: @@ -18898,7 +20358,7 @@ components: properties: activity: type: string - description: 'The supplemental information to a user''s availability. Possible values are Available, Away, BeRightBack, Busy, DoNotDisturb, InACall, InAConferenceCall, Inactive,InAMeeting, Offline, OffWork,OutOfOffice, PresenceUnknown,Presenting, UrgentInterruptionsOnly.' + description: 'The supplemental information to a user''s availability. Possible values are Available, Away, BeRightBack, Busy, DoNotDisturb, InACall, InAConferenceCall, Inactive, InAMeeting, Offline, OffWork, OutOfOffice, PresenceUnknown, Presenting, UrgentInterruptionsOnly.' nullable: true availability: type: string @@ -18951,11 +20411,11 @@ components: properties: content: type: string - description: The content of replied comment. + description: The content of a comment reply. nullable: true contentType: type: string - description: Indicates the type for the replied comment. + description: Indicates the type for the comment reply. additionalProperties: type: object microsoft.graph.Json: @@ -19041,7 +20501,7 @@ components: description: Represents whether the casing impacted the last sort of the table. Read-only. method: type: string - description: 'Represents Chinese character ordering method last used to sort the table. Possible values are: PinYin, StrokeCount. Read-only.' + description: 'Represents Chinese character ordering method last used to sort the table. The possible values are: PinYin, StrokeCount. Read-only.' additionalProperties: type: object microsoft.graph.workbookChart: @@ -19316,7 +20776,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.dayOfWeek' - description: 'A collection of the days of the week on which the event occurs. 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.' + 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: @@ -19383,7 +20843,7 @@ components: properties: upgradeAvailable: type: boolean - description: Indicates if there are higher storage quota plans available. Read-only. + description: Indicates whether there are higher storage quota plans available. Read-only. nullable: true additionalProperties: type: object @@ -20033,7 +21493,7 @@ components: 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.' + 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}$' @@ -20830,7 +22290,7 @@ components: properties: messageId: type: string - description: The unique identifier for a message in a Microsoft Teams channel. + description: The unique identifier of a message in a Microsoft Teams channel. nullable: true replyChainMessageId: type: string @@ -20887,6 +22347,7 @@ components: 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 when this key was registered to the user. format: date-time nullable: true displayName: @@ -21009,7 +22470,7 @@ components: nullable: true dataOption: type: string - description: 'Represents additional sorting options for this field. Possible values are: Normal, TextAsNumber.' + description: 'Represents additional sorting options for this field. The possible values are: Normal, TextAsNumber.' icon: $ref: '#/components/schemas/microsoft.graph.workbookIcon' key: @@ -21020,7 +22481,7 @@ components: format: int32 sortOn: type: string - description: 'Represents the type of sorting of this condition. Possible values are: Value, CellColor, FontColor, Icon.' + description: 'Represents the type of sorting of this condition. The possible values are: Value, CellColor, FontColor, Icon.' additionalProperties: type: object microsoft.graph.workbookChartAxes: @@ -21444,7 +22905,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.recipient' - description: The email address to which a message should be redirected. + description: The email addresses to which a message should be redirected. stopProcessingRules: type: boolean description: Indicates whether subsequent rules should be evaluated. @@ -21954,7 +23415,7 @@ components: properties: accountEnabled: type: boolean - description: 'true if the account is enabled; otherwise, false. default is true.' + description: 'true if the account is enabled; otherwise, false. Required.' nullable: true alternativeSecurityIds: type: array @@ -22020,7 +23481,7 @@ components: nullable: true operatingSystemVersion: type: string - description: Operating system version of the device. Required. + description: The version of the operating system on the device. Required. nullable: true physicalIds: type: array @@ -22029,7 +23490,7 @@ components: description: For internal use only. Not nullable. profileType: type: string - description: The profile type of the device. Possible values:RegisteredDevice (default)SecureVMPrinterSharedIoT + description: 'The profile type of the device. Possible values: RegisteredDevice (default), SecureVM, Printer, Shared, IoT.' nullable: true systemLabels: type: array @@ -22038,7 +23499,7 @@ components: 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' + description: 'Type of trust for the joined device. Read-only. Possible values: Workplace (indicates bring your own personal devices), AzureAd (Cloud only joined devices), ServerAd (on-premises domain joined devices joined to Azure AD). For more details, see Introduction to device management in Azure Active Directory' nullable: true memberOf: type: array @@ -22173,7 +23634,7 @@ components: format: int32 set: type: string - description: 'Represents the set that the icon is part of. Possible values are: Invalid, ThreeArrows, ThreeArrowsGray, ThreeFlags, ThreeTrafficLights1, ThreeTrafficLights2, ThreeSigns, ThreeSymbols, ThreeSymbols2, FourArrows, FourArrowsGray, FourRedToBlack, FourRating, FourTrafficLights, FiveArrows, FiveArrowsGray, FiveRating, FiveQuarters, ThreeStars, ThreeTriangles, FiveBoxes.' + description: 'Represents the set that the icon is part of. The possible values are: Invalid, ThreeArrows, ThreeArrowsGray, ThreeFlags, ThreeTrafficLights1, ThreeTrafficLights2, ThreeSigns, ThreeSymbols, ThreeSymbols2, FourArrows, FourArrowsGray, FourRedToBlack, FourRating, FourTrafficLights, FiveArrows, FiveArrowsGray, FiveRating, FiveQuarters, ThreeStars, ThreeTriangles, FiveBoxes.' additionalProperties: type: object microsoft.graph.workbookChartAxis: diff --git a/openApiDocs/v1.0/Users.Actions.yml b/openApiDocs/v1.0/Users.Actions.yml index e82e089dc37..7b17ce0eda8 100644 --- a/openApiDocs/v1.0/Users.Actions.yml +++ b/openApiDocs/v1.0/Users.Actions.yml @@ -19792,6 +19792,51 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: action + '/users/{user-id}/teamwork/microsoft.graph.sendActivityNotification': + post: + tags: + - users.Actions + summary: Invoke action sendActivityNotification + operationId: users.teamwork_sendActivityNotification + parameters: + - name: user-id + in: path + description: 'key: id of user' + required: true + schema: + type: string + x-ms-docs-key-type: user + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + topic: + $ref: '#/components/schemas/microsoft.graph.teamworkActivityTopic' + activityType: + type: string + nullable: true + chainId: + type: integer + format: int64 + nullable: true + previewText: + $ref: '#/components/schemas/microsoft.graph.itemBody' + templateParameters: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.keyValuePair' + additionalProperties: + type: object + required: true + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action /users/microsoft.graph.getAvailableExtensionProperties: post: tags: @@ -19939,7 +19984,7 @@ components: items: type: string nullable: true - description: 'When uploading files to document libraries, this is a collection of byte ranges that the server is missing for the file. These ranges are zero-indexed and of the format, ''{start}-{end}'' (e.g. ''0-26'' to indicate the first 27 bytes of the file). When uploading files as Outlook attachments, instead of a collection of ranges, this property always indicates a single value ''{start}'', the location in the file where the next upload should begin.' + description: 'A collection of byte ranges that the server is missing for the file. These ranges are zero indexed and of the format ''start-end'' (e.g. ''0-26'' to indicate the first 27 bytes of the file). When uploading files as Outlook attachments, instead of a collection of ranges, this property always indicates a single value ''{start}'', the location in the file where the next upload should begin.' uploadUrl: type: string description: The URL endpoint that accepts PUT requests for byte ranges of the file. @@ -19952,10 +19997,10 @@ components: properties: dateTime: type: string - description: 'A single point of time in a combined date and time representation ({date}T{time}). For example, ''2019-04-16T09:00:00''.' + 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 possible values.' + description: 'Represents a time zone, for example, ''Pacific Standard Time''. See below for more possible values.' nullable: true additionalProperties: type: object @@ -20003,15 +20048,15 @@ components: 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.' 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, through an Outlook client or the corresponding calendarPermission resource. Read-only.' + 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. Read-only.' + 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. This property is set through an Outlook client or the corresponding calendarPermission resource. Read-only.' + description: 'true if the user can read calendar items that have been marked private, false otherwise.' nullable: true changeKey: type: string @@ -20023,11 +20068,11 @@ components: $ref: '#/components/schemas/microsoft.graph.onlineMeetingProviderType' hexColor: type: string - description: 'The calendar color, expressed in a hex color code of three hexidecimal values, each ranging from 00 to FF and representing the red, green, or blue components of the color in the RGB color space. If the user has never explicitly set a color for the calendar, this property is empty.' + description: 'The calendar color, expressed in a hex color code of three hexadecimal values, each ranging from 00 to FF and representing the red, green, or blue components of the color in the RGB color space. If the user has never explicitly set a color for the calendar, this property is empty. Read-only.' nullable: true isDefaultCalendar: type: boolean - description: 'True if this is the default calendar where new events are created by default, false otherwise.' + description: 'true if this is the default calendar where new events are created by default, false otherwise.' nullable: true isRemovable: type: boolean @@ -20120,7 +20165,7 @@ components: nullable: true profileIdentifier: type: string - description: The the profile identifier. + description: The profile identifier. nullable: true additionalProperties: type: object @@ -20378,7 +20423,7 @@ components: nullable: true dataOption: type: string - description: 'Represents additional sorting options for this field. Possible values are: Normal, TextAsNumber.' + description: 'Represents additional sorting options for this field. The possible values are: Normal, TextAsNumber.' icon: $ref: '#/components/schemas/microsoft.graph.workbookIcon' key: @@ -20389,7 +20434,7 @@ components: format: int32 sortOn: type: string - description: 'Represents the type of sorting of this condition. Possible values are: Value, CellColor, FontColor, Icon.' + description: 'Represents the type of sorting of this condition. The possible values are: Value, CellColor, FontColor, Icon.' additionalProperties: type: object microsoft.graph.mailFolder: @@ -20469,7 +20514,7 @@ components: $ref: '#/components/schemas/microsoft.graph.itemBody' bodyPreview: type: string - description: 'The first 255 characters of the message body. It is in text format. If the message contains instances of mention, this property would contain a concatenation of these mentions as well.' + description: The first 255 characters of the message body. It is in text format. nullable: true ccRecipients: type: array @@ -20637,60 +20682,60 @@ components: properties: accountEnabled: type: boolean - description: 'true if the account is enabled; otherwise, false. This property is required when a user is created. Returned only on $select. Supports $filter.' + 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. Returned only on $select.' + 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. Returned only on $select. Not nullable. + description: The licenses that are assigned to the user. Returned only on $select. Not nullable. Supports $filter. assignedPlans: type: array items: $ref: '#/components/schemas/microsoft.graph.assignedPlan' - description: The plans that are assigned to the user. Returned only on $select. Read-only. Not nullable. + 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. Only one number can be set for this property. Returned by default. Read-only for users synced from on-premises directory. + description: 'The telephone numbers for the user. NOTE: Although this is a string collection, only one number can be set for this property. Read-only for users synced from on-premises directory. Returned by default.' city: type: string - description: The city in which the user is located. Returned only on $select. Supports $filter. + 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. + 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 characters.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. Returned only on $select.' + 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''. Returned only on $select. Supports $filter.' + 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 date and time the user was created. The value cannot be modified and is automatically populated when the entity is created. The DateTimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. Property is nullable. A null value indicates that an accurate creation time couldn't be determined for the user. Returned only on $select. Read-only. Supports $filter. + 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). Returned only on $select. Read-only.' + 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. Returned only on $select. Supports $filter. + description: The name for the department in which the user works. Supports $filter. nullable: true displayName: type: string - description: 'The name displayed in the address book for the user. This value 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. Returned by default. Supports $filter and $orderby.' + 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. Returned by default. 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])$' @@ -20720,7 +20765,7 @@ components: nullable: true faxNumber: type: string - description: The fax number of the user. Returned only on $select. + description: The fax number of the user. nullable: true givenName: type: string @@ -20730,7 +20775,7 @@ components: 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. Returned only on $select. Supports $filter.' + 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: @@ -20748,29 +20793,29 @@ components: 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 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 is 2014-01-01T00:00:00Z Returned only on $select. Read-only.' + 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 is 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. Returned only on $select.' + 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. Returned only on $select. Read-only. + 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''. Returned by default. Supports $filter and endsWith.' nullable: true mailNickname: type: string - description: The mail alias for the user. This property must be specified when a user is created. Returned only on $select. Supports $filter. + 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. Returned by default. Read-only for users synced from on-premises directory. + description: The primary cellular telephone number for the user. Read-only for users synced from on-premises directory. Returned by default. nullable: true officeLocation: type: string @@ -20778,59 +20823,59 @@ components: 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. Returned only on $select. Read-only. + 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. Returned only on $select. Read-only.' + 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. Returned only on $select. Supports $filter.' + 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 is 2014-01-01T00:00:00Z. Returned only on $select. Read-only.' + 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 is 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. Returned only on $select. + 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. Returned only on $select. Read-only. + 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. Returned only on $select. Read-only. + 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). Returned only on $select. Read-only. + 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. Returned only on $select. Read-only. + 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''].Returned only on $select. Supports$filter.' + 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''.Returned only on $select.' + 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. Returned only on $select.' + 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 preferredLanguage: type: string @@ -20840,29 +20885,29 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.provisionedPlan' - description: The plans that are provisioned for the user. Returned only on $select. Read-only. Not nullable. + 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. Returned only on $select. Read-only, Not nullable. Supports $filter.' + 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.' 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. Returned only on $select.' + 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. Returned only on $select. Read-only. Use revokeSignInSessions to reset.' + 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. Returned only on $select. Supports $filter. + 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. Returned only on $select. + description: The street address of the user's place of business. nullable: true surname: type: string @@ -20870,7 +20915,7 @@ components: 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. Returned only on $select. Supports $filter.' + 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 @@ -20878,7 +20923,7 @@ components: 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''. Returned only on $select. Supports $filter.' + 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' @@ -20890,12 +20935,12 @@ components: format: int32 aboutMe: type: string - description: A freeform text entry field for the user to describe themselves. Returned only on $select. + 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 is 2014-01-01T00:00:00Z Returned only on $select.' + 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 is 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])$' @@ -20907,39 +20952,39 @@ components: items: type: string nullable: true - description: A list for the user to describe their interests. Returned only on $select. + description: A list for the user to describe their interests. mySite: type: string - description: The URL for the user's personal site. Returned only on $select. + 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. Returned only on $select. + description: A list for the user to enumerate their past projects. preferredName: type: string - description: The preferred name for the user. Returned only on $select. + 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. Returned only on $select. + 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. Returned only on $select. + 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. Returned only on $select. + description: A list for the user to enumerate their skills. appRoleAssignments: type: array items: @@ -20966,7 +21011,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.directoryObject' - description: 'The groups, directory roles and administrative units that the user is a member of. Read-only. Nullable.' + description: The groups and directory roles that the user is a member of. Read-only. Nullable. oauth2PermissionGrants: type: array items: @@ -21026,7 +21071,7 @@ components: 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. + description: The user's events. Default is to show Events under the Default Calendar. Read-only. Nullable. inferenceClassification: $ref: '#/components/schemas/microsoft.graph.inferenceClassification' mailFolders: @@ -21045,7 +21090,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.person' - description: 'Read-only. The most relevant people to the user. The collection is ordered by their relevance to the user, which is determined by the user''s communication, collaboration and business relationships. A person is an aggregation of information from across mail, contacts and social networks.' + description: People that are relevant to the user. Read-only. Nullable. photo: $ref: '#/components/schemas/microsoft.graph.profilePhoto' photos: @@ -21068,7 +21113,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.extension' - description: The collection of open extensions defined for the user. Nullable. + description: The collection of open extensions defined for the user. Read-only. Nullable. agreementAcceptances: type: array items: @@ -21169,7 +21214,7 @@ components: properties: emptySuggestionsReason: type: string - description: 'A reason for not returning any meeting suggestions. Possible values are: attendeesUnavailable, attendeesUnavailableOrUnknown, locationsUnavailable, organizerUnavailable, or unknown. This property is an empty string if the meetingTimeSuggestions property does include any meeting suggestions.' + description: 'A reason for not returning any meeting suggestions. The possible values are: attendeesUnavailable, attendeesUnavailableOrUnknown, locationsUnavailable, organizerUnavailable, or unknown. This property is an empty string if the meetingTimeSuggestions property does include any meeting suggestions.' nullable: true meetingTimeSuggestions: type: array @@ -21297,7 +21342,7 @@ components: $ref: '#/components/schemas/microsoft.graph.onenoteOperationError' percentComplete: type: string - description: The operation percent complete if the operation is still in running status + description: The operation percent complete if the operation is still in running status. nullable: true resourceId: type: string @@ -21323,7 +21368,7 @@ components: $ref: '#/components/schemas/microsoft.graph.onenotePatchInsertPosition' target: type: string - description: 'The element to update. Must be the # or the generated {id} of the element, or the body or title keyword.' + description: 'The element to update. Must be the # or the generated of the element, or the body or title keyword.' additionalProperties: type: object microsoft.graph.CopyNotebookModel: @@ -21383,7 +21428,7 @@ components: properties: messageId: type: string - description: The unique identifier for a message in a Microsoft Teams channel. + description: The unique identifier of a message in a Microsoft Teams channel. nullable: true replyChainMessageId: type: string @@ -21465,6 +21510,47 @@ components: nullable: true additionalProperties: type: object + microsoft.graph.teamworkActivityTopic: + title: teamworkActivityTopic + type: object + properties: + source: + $ref: '#/components/schemas/microsoft.graph.teamworkActivityTopicSource' + value: + type: string + description: 'The topic value. If the value of the source property is entityUrl, this must be a Microsoft Graph URL. If the vaule is text, this must be a plain text value.' + webUrl: + type: string + description: The link the user clicks when they select the notification. Optional when source is entityUrl; required when source is text. + nullable: true + 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.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 + description: Key value pair for storing custom settings microsoft.graph.extensionProperty: allOf: - $ref: '#/components/schemas/microsoft.graph.directoryObject' @@ -21569,11 +21655,11 @@ components: properties: address: type: string - description: The email address of an entity instance. + description: The email address of the person or entity. nullable: true name: type: string - description: The display name of an entity instance. + description: The display name of the person or entity. nullable: true additionalProperties: type: object @@ -21769,19 +21855,19 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.attachment' - description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' + description: The collection of fileAttachment and itemAttachment attachments for the event. Navigation property. Read-only. Nullable. calendar: $ref: '#/components/schemas/microsoft.graph.calendar' extensions: type: array items: $ref: '#/components/schemas/microsoft.graph.extension' - description: The collection of open extensions defined for the event. Nullable. + 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 occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but does not include occurrences that have been cancelled from the series. Navigation property. Read-only. Nullable.' + description: The instances of the event. Navigation property. Read-only. Nullable. multiValueExtendedProperties: type: array items: @@ -22014,7 +22100,7 @@ components: properties: parentUrl: type: string - description: 'The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/beta/print/printers/{printerId}/jobs/{jobId}. Read-only.' + description: 'The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only.' status: $ref: '#/components/schemas/microsoft.graph.printTaskStatus' definition: @@ -22072,7 +22158,7 @@ components: nullable: true horizontalAlignment: type: string - description: 'Represents the horizontal alignment for the specified object. Possible values are: General, Left, Center, Right, Fill, Justify, CenterAcrossSelection, Distributed.' + description: 'Represents the horizontal alignment for the specified object. The possible values are: General, Left, Center, Right, Fill, Justify, CenterAcrossSelection, Distributed.' nullable: true rowHeight: type: number @@ -22081,7 +22167,7 @@ components: nullable: true verticalAlignment: type: string - description: 'Represents the vertical alignment for the specified object. Possible values are: Top, Center, Bottom, Justify, Distributed.' + description: 'Represents the vertical alignment for the specified object. The possible values are: Top, Center, Bottom, Justify, Distributed.' nullable: true wrapText: type: boolean @@ -22162,7 +22248,7 @@ components: format: int32 set: type: string - description: 'Represents the set that the icon is part of. Possible values are: Invalid, ThreeArrows, ThreeArrowsGray, ThreeFlags, ThreeTrafficLights1, ThreeTrafficLights2, ThreeSigns, ThreeSymbols, ThreeSymbols2, FourArrows, FourArrowsGray, FourRedToBlack, FourRating, FourTrafficLights, FiveArrows, FiveArrowsGray, FiveRating, FiveQuarters, ThreeStars, ThreeTriangles, FiveBoxes.' + description: 'Represents the set that the icon is part of. The possible values are: Invalid, ThreeArrows, ThreeArrowsGray, ThreeFlags, ThreeTrafficLights1, ThreeTrafficLights2, ThreeSigns, ThreeSymbols, ThreeSymbols2, FourArrows, FourArrowsGray, FourRedToBlack, FourRating, FourTrafficLights, FiveArrows, FiveArrowsGray, FiveRating, FiveQuarters, ThreeStars, ThreeTriangles, FiveBoxes.' additionalProperties: type: object microsoft.graph.messageRule: @@ -22232,18 +22318,6 @@ components: nullable: true 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.followupFlag: title: followupFlag type: object @@ -22306,7 +22380,7 @@ components: nullable: true name: type: string - description: The display name of the attachment. This does not need to be the actual file name. + description: The attachment's file name. nullable: true size: maximum: 2147483647 @@ -22340,12 +22414,12 @@ components: 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 is 2014-01-01T00:00:00Z' + description: 'The date and time at which the plan was assigned. 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 is 2014-01-01T00:00:00Z.' format: date-time nullable: true capabilityStatus: type: string - description: 'Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut.' + description: 'Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. See a detailed description of each value.' nullable: true service: type: string @@ -22519,7 +22593,7 @@ components: properties: forceChangePasswordNextSignIn: type: boolean - description: 'If true, at next sign-in, the user must change their password. After a password change, this property will be automatically reset to false. If not set, default is false.' + description: true if the user must change her password on the next login; otherwise false. nullable: true forceChangePasswordNextSignInWithMfa: type: boolean @@ -22555,7 +22629,7 @@ components: properties: archiveFolder: type: string - description: Folder ID of an archive folder for the user. Read only. + description: Folder ID of an archive folder for the user. nullable: true automaticRepliesSetting: $ref: '#/components/schemas/microsoft.graph.automaticRepliesSetting' @@ -22588,11 +22662,12 @@ components: 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.' + 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.' format: uuid 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 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 is 2014-01-01T00:00:00Z. Read-only.' format: date-time nullable: true principalDisplayName: @@ -22602,16 +22677,16 @@ components: 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.' + description: 'The unique identifier (id) for the user, group or service principal being granted the app role. Required on create.' 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.' + description: 'The type of the assigned principal. This can either be User, Group or ServicePrincipal. Read-only.' 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. + description: The display name of the resource app's service principal to which the assignment is made. 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}$' @@ -22897,7 +22972,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.extension' - description: The collection of open extensions defined for the contact. Nullable. + description: The collection of open extensions defined for the contact. Read-only. Nullable. multiValueExtendedProperties: type: array items: @@ -23154,11 +23229,11 @@ components: properties: agreementFileId: type: string - description: ID of the agreement file accepted by the user. + description: The identifier of the agreement file accepted by the user. nullable: true agreementId: type: string - description: ID of the agreement. + description: The identifier of the agreement. nullable: true deviceDisplayName: type: string @@ -23170,22 +23245,22 @@ components: nullable: true deviceOSType: type: string - description: The operating system used for accepting the agreement. + description: The operating system used to accept the agreement. nullable: true deviceOSVersion: type: string - description: The operating system version of the device used for accepting the agreement. + description: The operating system version of the device used to accept the agreement. 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: 'The expiration date time of the acceptance. 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 is 2014-01-01T00:00:00Z' + description: 'The expiration date time of the acceptance. 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 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: '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 is 2014-01-01T00:00:00Z' + 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 state: @@ -23200,7 +23275,7 @@ components: nullable: true userId: type: string - description: ID of the user who accepted the agreement. + description: The identifier of the user who accepted the agreement. nullable: true userPrincipalName: type: string @@ -23216,24 +23291,24 @@ components: properties: activationLockBypassCode: type: string - description: Code that allows the Activation Lock on a device to be bypassed. This property is read-only. + description: Code that allows the Activation Lock on a device to be bypassed. nullable: true androidSecurityPatchLevel: type: string - description: Android security patch level. This property is read-only. + description: Android security patch level nullable: true azureADDeviceId: type: string - description: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. + 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. This property is read-only. + description: Whether the device is Azure Active Directory registered. nullable: true 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. This property is read-only. + description: The DateTime when device compliance grace period expires format: date-time complianceState: $ref: '#/components/schemas/microsoft.graph.complianceState' @@ -23243,10 +23318,10 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.deviceActionResult' - description: List of ComplexType deviceActionResult objects. This property is read-only. + description: List of ComplexType deviceActionResult objects. deviceCategoryDisplayName: type: string - description: Device category display name. This property is read-only. + description: Device category display name nullable: true deviceEnrollmentType: $ref: '#/components/schemas/microsoft.graph.deviceEnrollmentType' @@ -23254,30 +23329,30 @@ components: $ref: '#/components/schemas/microsoft.graph.deviceHealthAttestationState' deviceName: type: string - description: Name of the device. This property is read-only. + description: Name of the device nullable: true deviceRegistrationState: $ref: '#/components/schemas/microsoft.graph.deviceRegistrationState' easActivated: type: boolean - description: Whether the device is Exchange ActiveSync activated. This property is read-only. + 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. This property is read-only. + description: Exchange ActivationSync activation time of the device. format: date-time easDeviceId: type: string - description: Exchange ActiveSync Id of the device. This property is read-only. + description: Exchange ActiveSync Id of the device. nullable: true emailAddress: type: string - description: Email(s) for the user associated with the device. This property is read-only. + 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. This property is read-only. + description: Enrollment time of the device. format: date-time exchangeAccessState: $ref: '#/components/schemas/microsoft.graph.deviceManagementExchangeAccessState' @@ -23286,30 +23361,30 @@ components: 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. This property is read-only. + description: Last time the device contacted Exchange. format: date-time freeStorageSpaceInBytes: type: integer - description: Free Storage in Bytes. This property is read-only. + description: Free Storage in Bytes format: int64 imei: type: string - description: IMEI. This property is read-only. + description: IMEI nullable: true isEncrypted: type: boolean - description: Device encryption status. This property is read-only. + description: Device encryption status isSupervised: type: boolean - description: Device supervised status. This property is read-only. + description: Device supervised status jailBroken: type: string - description: whether the device is jail broken or rooted. This property is read-only. + description: whether the device is jail broken or rooted. nullable: true 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. This property is read-only. + description: The date and time that the device last completed a successful sync with Intune. format: date-time managedDeviceName: type: string @@ -23321,65 +23396,65 @@ components: $ref: '#/components/schemas/microsoft.graph.managementAgentType' manufacturer: type: string - description: Manufacturer of the device. This property is read-only. + description: Manufacturer of the device nullable: true meid: type: string - description: MEID. This property is read-only. + description: MEID nullable: true model: type: string - description: Model of the device. This property is read-only. + description: Model of the device nullable: true operatingSystem: type: string - description: 'Operating system of the device. Windows, iOS, etc. This property is read-only.' + description: 'Operating system of the device. Windows, iOS, etc.' nullable: true osVersion: type: string - description: Operating system version of the device. This property is read-only. + description: Operating system version of the device. nullable: true partnerReportedThreatState: $ref: '#/components/schemas/microsoft.graph.managedDevicePartnerReportedHealthState' phoneNumber: type: string - description: Phone number of the device. This property is read-only. + description: Phone number of the device nullable: true remoteAssistanceSessionErrorDetails: type: string - description: An error string that identifies issues when creating Remote Assistance session objects. This property is read-only. + 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. This property is read-only. + description: Url that allows a Remote Assistance session to be established with the device. nullable: true serialNumber: type: string - description: SerialNumber. This property is read-only. + description: SerialNumber nullable: true subscriberCarrier: type: string - description: Subscriber Carrier. This property is read-only. + description: Subscriber Carrier nullable: true totalStorageSpaceInBytes: type: integer - description: Total Storage in Bytes. This property is read-only. + description: Total Storage in Bytes format: int64 userDisplayName: type: string - description: User display name. This property is read-only. + description: User display name nullable: true userId: type: string - description: Unique Identifier for the user associated with the device. This property is read-only. + description: Unique Identifier for the user associated with the device nullable: true userPrincipalName: type: string - description: Device user principal name. This property is read-only. + description: Device user principal name nullable: true wiFiMacAddress: type: string - description: Wi-Fi MAC. This property is read-only. + description: Wi-Fi MAC nullable: true deviceCompliancePolicyStates: type: array @@ -23502,7 +23577,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.plannerTask' - description: Read-only. Nullable. Returns the plannerTasks assigned to the user. + description: Read-only. Nullable. Returns the plannerPlans shared with the user. additionalProperties: type: object microsoft.graph.officeGraphInsights: @@ -23515,17 +23590,17 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.sharedInsight' - description: Access this property from the derived type itemInsights. + 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: Access this property from the derived type itemInsights. + 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: Access this property from the derived type itemInsights. + 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.userSettings: @@ -23652,7 +23727,7 @@ components: properties: activity: type: string - description: 'The supplemental information to a user''s availability. Possible values are Available, Away, BeRightBack, Busy, DoNotDisturb, InACall, InAConferenceCall, Inactive,InAMeeting, Offline, OffWork,OutOfOffice, PresenceUnknown,Presenting, UrgentInterruptionsOnly.' + description: 'The supplemental information to a user''s availability. Possible values are Available, Away, BeRightBack, Busy, DoNotDisturb, InACall, InAConferenceCall, Inactive, InAMeeting, Offline, OffWork, OutOfOffice, PresenceUnknown, Presenting, UrgentInterruptionsOnly.' nullable: true availability: type: string @@ -23694,6 +23769,12 @@ components: 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 + description: Timestamp at which the team was created. + format: date-time + nullable: true description: type: string description: An optional description for the team. @@ -24046,6 +24127,18 @@ components: $ref: '#/components/schemas/microsoft.graph.lobbyBypassScope' additionalProperties: type: object + microsoft.graph.teamworkActivityTopicSource: + title: teamworkActivityTopicSource + enum: + - entityUrl + - text + type: string + microsoft.graph.bodyType: + title: bodyType + enum: + - text + - html + type: string odata.error: required: - error @@ -24266,15 +24359,15 @@ components: nullable: true sideIndex: type: string - description: 'Constant value that indicates the specific side of the border. Possible values are: EdgeTop, EdgeBottom, EdgeLeft, EdgeRight, InsideVertical, InsideHorizontal, DiagonalDown, DiagonalUp. Read-only.' + description: 'Constant value that indicates the specific side of the border. The possible values are: EdgeTop, EdgeBottom, EdgeLeft, EdgeRight, InsideVertical, InsideHorizontal, DiagonalDown, DiagonalUp. Read-only.' nullable: true style: type: string - description: 'One of the constants of line style specifying the line style for the border. Possible values are: None, Continuous, Dash, DashDot, DashDotDot, Dot, Double, SlantDashDot.' + description: 'One of the constants of line style specifying the line style for the border. The possible values are: None, Continuous, Dash, DashDot, DashDotDot, Dot, Double, SlantDashDot.' nullable: true weight: type: string - description: 'Specifies the weight of the border around a range. Possible values are: Hairline, Thin, Medium, Thick.' + description: 'Specifies the weight of the border around a range. The possible values are: Hairline, Thin, Medium, Thick.' nullable: true additionalProperties: type: object @@ -24319,7 +24412,7 @@ components: nullable: true underline: type: string - description: 'Type of underline applied to the font. Possible values are: None, Single, Double, SingleAccountant, DoubleAccountant.' + description: 'Type of underline applied to the font. The possible values are: None, Single, Double, SingleAccountant, DoubleAccountant.' nullable: true additionalProperties: type: object @@ -24403,7 +24496,7 @@ components: 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. Possible values are: String, Integer, Double, Boolean, Range. Read-only.' + 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' @@ -24478,7 +24571,7 @@ components: 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. 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.' + 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 @@ -24542,7 +24635,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.recipient' - description: The email address to which a message should be redirected. + description: The email addresses to which a message should be redirected. stopProcessingRules: type: boolean description: Indicates whether subsequent rules should be evaluated. @@ -24683,12 +24776,6 @@ components: $ref: '#/components/schemas/microsoft.graph.sizeRange' additionalProperties: type: object - microsoft.graph.bodyType: - title: bodyType - enum: - - text - - html - type: string microsoft.graph.followupFlagStatus: title: followupFlagStatus enum: @@ -24749,7 +24836,7 @@ components: 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.' + 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}$' @@ -25355,7 +25442,7 @@ components: 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.' + description: A unique token that can be used to access this shared item via the **shares** API. Read-only. nullable: true additionalProperties: type: object @@ -25821,14 +25908,14 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.plannerBucket' - description: Collection of buckets in the plan. Read-only. Nullable. + 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: Collection of tasks in the plan. Read-only. Nullable. + description: Read-only. Nullable. Collection of tasks in the plan. additionalProperties: type: object microsoft.graph.plannerTask: @@ -26281,6 +26368,7 @@ components: 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 when this key was registered to the user. format: date-time nullable: true displayName: @@ -26398,7 +26486,7 @@ components: nullable: true allowCreateUpdateChannels: type: boolean - description: 'If set to true, members can add and update any channels.' + description: 'If set to true, members can add and update channels.' nullable: true allowCreateUpdateRemoveConnectors: type: boolean @@ -26553,6 +26641,12 @@ components: - 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. @@ -26603,7 +26697,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.assignedLabel' - description: 'The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select.' + 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: @@ -26640,7 +26734,7 @@ components: 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).' + 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 licenseProcessingState: $ref: '#/components/schemas/microsoft.graph.licenseProcessingState' @@ -26662,7 +26756,7 @@ components: 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. + 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 @@ -26701,13 +26795,13 @@ components: nullable: true preferredLanguage: type: string - description: The preferred language for a Microsoft 365 group. Should follow ISO 639-1 Code; for example 'en-US'. Returned by default. + 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 for filter expressions on multi-valued properties. Returned by default. Read-only. Not nullable. Supports $filter.' + 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 @@ -26724,7 +26818,7 @@ components: nullable: true theme: type: string - description: 'Specifies a Microsoft 365 group''s color theme. Possible values are Teal, Purple, Green, Blue, Pink, Orange or Red. Returned by default.' + 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 @@ -26732,29 +26826,29 @@ components: nullable: true 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. + description: 'Indicates if people external to the organization can send messages to the group. Default value is false. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}).' 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. + 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. Supported only on the Get group API (GET /groups/{ID}).' nullable: true hideFromAddressLists: type: boolean - description: 'True if the group is not displayed in certain parts of the Outlook user interface: in the Address Book, in address lists for selecting message recipients, and in the Browse Groups dialog for searching groups; false otherwise. Default value is false. Returned only on $select.' + 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. Supported only on the Get group API (GET /groups/{ID}).' 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, false otherwise. Default value is false. Returned only on $select.' + 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. Supported only on the Get group API (GET /groups/{ID}).' 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. + description: 'Indicates whether the signed-in user is subscribed to receive email conversations. Default value is true. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}).' 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. This property is the same as unseenConversationsCount.Returned only on $select. + description: 'Count of conversations that have received new posts since the signed-in user last visited the group. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}).' format: int32 nullable: true isArchived: @@ -26771,12 +26865,12 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.directoryObject' - description: 'Groups and administrative units that this group is a member of. HTTP Methods: GET (supported for all groups). Read-only. Nullable.' + 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, contacts, and groups that are members of this group. HTTP Methods: GET (supported for all groups), POST (supported for security groups and mail-enabled security groups), DELETE (supported only for security groups) Read-only. Nullable.' + 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: @@ -26786,7 +26880,7 @@ components: 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. HTTP Methods: GET (supported for all groups), POST (supported for security groups and mail-enabled security groups), DELETE (supported only for security groups) Read-only. Nullable.' + 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: @@ -26795,7 +26889,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.groupSetting' - description: 'Settings that can govern this group''s behavior, like whether members can invite guest users to the group. Nullable.' + description: Read-only. Nullable. transitiveMemberOf: type: array items: @@ -26825,7 +26919,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.event' - description: The group's events. + description: The group's calendar events. photo: $ref: '#/components/schemas/microsoft.graph.profilePhoto' photos: @@ -27130,7 +27224,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.dayOfWeek' - description: 'A collection of the days of the week on which the event occurs. 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.' + 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: @@ -27450,7 +27544,7 @@ components: description: Represents whether the casing impacted the last sort of the table. Read-only. method: type: string - description: 'Represents Chinese character ordering method last used to sort the table. Possible values are: PinYin, StrokeCount. Read-only.' + description: 'Represents Chinese character ordering method last used to sort the table. The possible values are: PinYin, StrokeCount. Read-only.' additionalProperties: type: object microsoft.graph.messageActionFlag: @@ -27603,7 +27697,7 @@ components: properties: upgradeAvailable: type: boolean - description: Indicates if there are higher storage quota plans available. Read-only. + description: Indicates whether there are higher storage quota plans available. Read-only. nullable: true additionalProperties: type: object @@ -27789,12 +27883,12 @@ components: nullable: true latitude: type: number - description: 'Optional. The latitude, in decimal, for the item. Writable on OneDrive Personal.' + 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. Writable on OneDrive Personal.' + description: 'Optional. The longitude, in decimal, for the item. Read-only.' format: double nullable: true additionalProperties: @@ -27866,7 +27960,7 @@ components: 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: The date and time the photo was taken in UTC time. Read-only. + description: Represents the date and time the photo was taken. Read-only. format: date-time nullable: true additionalProperties: @@ -28077,7 +28171,7 @@ components: 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. Nullable.' + 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: @@ -28125,14 +28219,14 @@ components: nullable: true changeType: type: string - description: '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. Required. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType.' + 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: Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 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. Optional. + 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.' + 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 @@ -28140,12 +28234,12 @@ components: nullable: true encryptionCertificateId: type: string - description: A custom app-provided identifier to help identify the certificate needed to decrypt resource data. Optional. Required when includeResourceData is true. + 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: '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. Required.' + 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 includeResourceData: type: boolean @@ -28161,13 +28255,14 @@ components: nullable: true notificationQueryOptions: type: string + description: 'OData Query Options for specifying value for the targeting resource. Clients receive notifications when resource reaches the state matching the query options provided here. With this new property in the subscription creation payload along with all existing properties, Webhooks will deliver notifications whenever a resource reaches the desired state mentioned in the notificationQueryOptions property eg when the print job is completed, when a print job resource isFetchable property value becomes true etc.' nullable: true notificationUrl: type: string - description: The URL of the endpoint that receives the change notifications. This URL must make use of the HTTPS protocol. Required. + 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: Specifies the resource that will be monitored for changes. Do not include the base URL (https://graph.microsoft.com/beta/). See the possible resource path values for each supported resource. Required. + 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.thumbnailSet: @@ -28194,6 +28289,7 @@ components: properties: content: type: string + description: The content stream for this version of the item. format: base64url nullable: true size: @@ -29060,7 +29156,7 @@ components: properties: accountEnabled: type: boolean - description: 'true if the account is enabled; otherwise, false. default is true.' + description: 'true if the account is enabled; otherwise, false. Required.' nullable: true alternativeSecurityIds: type: array @@ -29126,7 +29222,7 @@ components: nullable: true operatingSystemVersion: type: string - description: Operating system version of the device. Required. + description: The version of the operating system on the device. Required. nullable: true physicalIds: type: array @@ -29135,7 +29231,7 @@ components: description: For internal use only. Not nullable. profileType: type: string - description: The profile type of the device. Possible values:RegisteredDevice (default)SecureVMPrinterSharedIoT + description: 'The profile type of the device. Possible values: RegisteredDevice (default), SecureVM, Printer, Shared, IoT.' nullable: true systemLabels: type: array @@ -29144,7 +29240,7 @@ components: 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' + description: 'Type of trust for the joined device. Read-only. Possible values: Workplace (indicates bring your own personal devices), AzureAd (Cloud only joined devices), ServerAd (on-premises domain joined devices joined to Azure AD). For more details, see Introduction to device management in Azure Active Directory' nullable: true memberOf: type: array @@ -29205,11 +29301,11 @@ components: nullable: true recipientUserId: type: string - description: User id of the recipient of the offer shift request. + 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. + description: User ID of the sender of the offer shift request. nullable: true additionalProperties: type: object @@ -29291,7 +29387,7 @@ components: properties: recipientShiftId: type: string - description: Shift ID for the recipient user with whom the request is to swap. + description: ShiftId for the recipient user with whom the request is to swap. nullable: true additionalProperties: type: object @@ -29373,6 +29469,12 @@ components: 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 + description: The identity of the chat in which the message was posted. + 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 @@ -29396,13 +29498,13 @@ components: 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 Teams UI. If no edits are made the value is null. + 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 modified, including when a reaction is added or removed.' + 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: @@ -29424,7 +29526,7 @@ components: description: 'Reactions for this chat message (for example, Like).' 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.)' + 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 @@ -29700,7 +29802,7 @@ components: nullable: true teamsAppId: type: string - description: The id from the Teams App manifest. + description: The ID from the Teams app manifest. nullable: true version: type: string @@ -29778,6 +29880,11 @@ components: items: $ref: '#/components/schemas/microsoft.graph.conversationMember' description: A collection of all the members in the chat. Nullable. + messages: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.chatMessage' + description: A collection of all the messages in the chat. Nullable. tabs: type: array items: @@ -30026,7 +30133,7 @@ components: properties: crc32Hash: type: string - description: The CRC32 value of the file (if available). Read-only. + description: The CRC32 value of the file in little endian (if available). Read-only. nullable: true quickXorHash: type: string @@ -30091,7 +30198,7 @@ components: properties: content: type: string - description: The content of the comment. + description: The content of comment. nullable: true contentType: type: string @@ -30503,7 +30610,7 @@ components: nullable: true contentType: type: string - description: 'The media type of the content attachment. It can have the following values: reference: Attachment is a link to another file. Populate the contentURL with the link to the object.Any contentTypes supported by the Bot Framework''s Attachment objectapplication/vnd.microsoft.card.codesnippet: A code snippet. application/vnd.microsoft.card.announcement: An announcement header.' + description: 'The media type of the content attachment. It can have the following values: reference: Attachment is a link to another file. Populate the contentURL with the link to the object.file: Raw file attachment. Populate the contenturl field with the base64 encoding of the file in data: format.image/: Image type with the type of the image specified ex: image/png, image/jpeg, image/gif. Populate the contentUrl field with the base64 encoding of the file in data: format.video/: Video type with the format specified. Ex: video/mp4. Populate the contentUrl field with the base64 encoding of the file in data: format.audio/: Audio type with the format specified. Ex: audio/wmw. Populate the contentUrl field with the base64 encoding of the file in data: format.application/card type: Rich card attachment type with the card type specifying the exact card format to use. Set content with the json format of the card. Supported values for card type include:application/vnd.microsoft.card.adaptive: A rich card that can contain any combination of text, speech, images,,buttons, and input fields. Set the content property to,an AdaptiveCard object.application/vnd.microsoft.card.animation: A rich card that plays animation. Set the content property,to an AnimationCardobject.application/vnd.microsoft.card.audio: A rich card that plays audio files. Set the content property,to an AudioCard object.application/vnd.microsoft.card.video: A rich card that plays videos. Set the content property,to a VideoCard object.application/vnd.microsoft.card.hero: A Hero card. Set the content property to a HeroCard object.application/vnd.microsoft.card.thumbnail: A Thumbnail card. Set the content property to a ThumbnailCard object.application/vnd.microsoft.com.card.receipt: A Receipt card. Set the content property to a ReceiptCard object.application/vnd.microsoft.com.card.signin: A user Sign In card. Set the content property to a SignInCard object.' nullable: true contentUrl: type: string @@ -30523,6 +30630,20 @@ components: nullable: true additionalProperties: type: object + microsoft.graph.channelIdentity: + title: channelIdentity + type: object + properties: + channelId: + type: string + description: The identity of the channel in which the message was posted. + nullable: true + teamId: + type: string + description: The identity of the team in which the message was posted. + nullable: true + additionalProperties: + type: object microsoft.graph.chatMessageImportance: title: chatMessageImportance enum: @@ -30627,7 +30748,7 @@ components: properties: name: type: string - description: Name of the setting (as defined by the directorySettingTemplate). + description: Name of the setting (as defined by the groupSettingTemplate). nullable: true value: type: string @@ -30672,7 +30793,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.attachment' - description: 'The collection of fileAttachment, itemAttachment, and referenceAttachment attachments for the post. Read-only. Nullable.' + description: Read-only. Nullable. extensions: type: array items: @@ -30853,11 +30974,11 @@ components: properties: content: type: string - description: The content of replied comment. + description: The content of a comment reply. nullable: true contentType: type: string - description: Indicates the type for the replied comment. + description: Indicates the type for the comment reply. additionalProperties: type: object microsoft.graph.workbookOperationError: @@ -31012,7 +31133,7 @@ components: nullable: true contentType: type: string - description: 'Write only. Content type, such as image/png, image/jpg.' + description: 'Write only. Content type. sicj as image/png, image/jpg.' nullable: true additionalProperties: type: object diff --git a/openApiDocs/v1.0/Users.Functions.yml b/openApiDocs/v1.0/Users.Functions.yml index b54958f9e29..0818b2084dc 100644 --- a/openApiDocs/v1.0/Users.Functions.yml +++ b/openApiDocs/v1.0/Users.Functions.yml @@ -5849,19 +5849,19 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.attachment' - description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' + description: The collection of fileAttachment and itemAttachment attachments for the event. Navigation property. Read-only. Nullable. calendar: $ref: '#/components/schemas/microsoft.graph.calendar' extensions: type: array items: $ref: '#/components/schemas/microsoft.graph.extension' - description: The collection of open extensions defined for the event. Nullable. + 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 occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but does not include occurrences that have been cancelled from the series. Navigation property. Read-only. Nullable.' + description: The instances of the event. Navigation property. Read-only. Nullable. multiValueExtendedProperties: type: array items: @@ -6057,7 +6057,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.extension' - description: The collection of open extensions defined for the contact. Nullable. + description: The collection of open extensions defined for the contact. Read-only. Nullable. multiValueExtendedProperties: type: array items: @@ -6274,7 +6274,7 @@ components: $ref: '#/components/schemas/microsoft.graph.itemBody' bodyPreview: type: string - description: 'The first 255 characters of the message body. It is in text format. If the message contains instances of mention, this property would contain a concatenation of these mentions as well.' + description: The first 255 characters of the message body. It is in text format. nullable: true ccRecipients: type: array @@ -6623,60 +6623,60 @@ components: properties: accountEnabled: type: boolean - description: 'true if the account is enabled; otherwise, false. This property is required when a user is created. Returned only on $select. Supports $filter.' + 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. Returned only on $select.' + 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. Returned only on $select. Not nullable. + description: The licenses that are assigned to the user. Returned only on $select. Not nullable. Supports $filter. assignedPlans: type: array items: $ref: '#/components/schemas/microsoft.graph.assignedPlan' - description: The plans that are assigned to the user. Returned only on $select. Read-only. Not nullable. + 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. Only one number can be set for this property. Returned by default. Read-only for users synced from on-premises directory. + description: 'The telephone numbers for the user. NOTE: Although this is a string collection, only one number can be set for this property. Read-only for users synced from on-premises directory. Returned by default.' city: type: string - description: The city in which the user is located. Returned only on $select. Supports $filter. + 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. + 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 characters.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. Returned only on $select.' + 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''. Returned only on $select. Supports $filter.' + 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 date and time the user was created. The value cannot be modified and is automatically populated when the entity is created. The DateTimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. Property is nullable. A null value indicates that an accurate creation time couldn't be determined for the user. Returned only on $select. Read-only. Supports $filter. + 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). Returned only on $select. Read-only.' + 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. Returned only on $select. Supports $filter. + description: The name for the department in which the user works. Supports $filter. nullable: true displayName: type: string - description: 'The name displayed in the address book for the user. This value 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. Returned by default. Supports $filter and $orderby.' + 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. Returned by default. 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])$' @@ -6706,7 +6706,7 @@ components: nullable: true faxNumber: type: string - description: The fax number of the user. Returned only on $select. + description: The fax number of the user. nullable: true givenName: type: string @@ -6716,7 +6716,7 @@ components: 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. Returned only on $select. Supports $filter.' + 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: @@ -6734,29 +6734,29 @@ components: 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 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 is 2014-01-01T00:00:00Z Returned only on $select. Read-only.' + 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 is 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. Returned only on $select.' + 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. Returned only on $select. Read-only. + 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''. Returned by default. Supports $filter and endsWith.' nullable: true mailNickname: type: string - description: The mail alias for the user. This property must be specified when a user is created. Returned only on $select. Supports $filter. + 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. Returned by default. Read-only for users synced from on-premises directory. + description: The primary cellular telephone number for the user. Read-only for users synced from on-premises directory. Returned by default. nullable: true officeLocation: type: string @@ -6764,59 +6764,59 @@ components: 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. Returned only on $select. Read-only. + 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. Returned only on $select. Read-only.' + 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. Returned only on $select. Supports $filter.' + 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 is 2014-01-01T00:00:00Z. Returned only on $select. Read-only.' + 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 is 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. Returned only on $select. + 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. Returned only on $select. Read-only. + 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. Returned only on $select. Read-only. + 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). Returned only on $select. Read-only. + 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. Returned only on $select. Read-only. + 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''].Returned only on $select. Supports$filter.' + 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''.Returned only on $select.' + 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. Returned only on $select.' + 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 preferredLanguage: type: string @@ -6826,29 +6826,29 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.provisionedPlan' - description: The plans that are provisioned for the user. Returned only on $select. Read-only. Not nullable. + 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. Returned only on $select. Read-only, Not nullable. Supports $filter.' + 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.' 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. Returned only on $select.' + 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. Returned only on $select. Read-only. Use revokeSignInSessions to reset.' + 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. Returned only on $select. Supports $filter. + 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. Returned only on $select. + description: The street address of the user's place of business. nullable: true surname: type: string @@ -6856,7 +6856,7 @@ components: 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. Returned only on $select. Supports $filter.' + 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 @@ -6864,7 +6864,7 @@ components: 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''. Returned only on $select. Supports $filter.' + 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' @@ -6876,12 +6876,12 @@ components: format: int32 aboutMe: type: string - description: A freeform text entry field for the user to describe themselves. Returned only on $select. + 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 is 2014-01-01T00:00:00Z Returned only on $select.' + 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 is 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])$' @@ -6893,39 +6893,39 @@ components: items: type: string nullable: true - description: A list for the user to describe their interests. Returned only on $select. + description: A list for the user to describe their interests. mySite: type: string - description: The URL for the user's personal site. Returned only on $select. + 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. Returned only on $select. + description: A list for the user to enumerate their past projects. preferredName: type: string - description: The preferred name for the user. Returned only on $select. + 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. Returned only on $select. + 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. Returned only on $select. + 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. Returned only on $select. + description: A list for the user to enumerate their skills. appRoleAssignments: type: array items: @@ -6952,7 +6952,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.directoryObject' - description: 'The groups, directory roles and administrative units that the user is a member of. Read-only. Nullable.' + description: The groups and directory roles that the user is a member of. Read-only. Nullable. oauth2PermissionGrants: type: array items: @@ -7012,7 +7012,7 @@ components: 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. + description: The user's events. Default is to show Events under the Default Calendar. Read-only. Nullable. inferenceClassification: $ref: '#/components/schemas/microsoft.graph.inferenceClassification' mailFolders: @@ -7031,7 +7031,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.person' - description: 'Read-only. The most relevant people to the user. The collection is ordered by their relevance to the user, which is determined by the user''s communication, collaboration and business relationships. A person is an aggregation of information from across mail, contacts and social networks.' + description: People that are relevant to the user. Read-only. Nullable. photo: $ref: '#/components/schemas/microsoft.graph.profilePhoto' photos: @@ -7054,7 +7054,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.extension' - description: The collection of open extensions defined for the user. Nullable. + description: The collection of open extensions defined for the user. Read-only. Nullable. agreementAcceptances: type: array items: @@ -7264,10 +7264,10 @@ components: properties: dateTime: type: string - description: 'A single point of time in a combined date and time representation ({date}T{time}). For example, ''2019-04-16T09:00:00''.' + 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 possible values.' + description: 'Represents a time zone, for example, ''Pacific Standard Time''. See below for more possible values.' nullable: true additionalProperties: type: object @@ -7428,7 +7428,7 @@ components: nullable: true name: type: string - description: The display name of the attachment. This does not need to be the actual file name. + description: The attachment's file name. nullable: true size: maximum: 2147483647 @@ -7451,15 +7451,15 @@ components: 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.' 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, through an Outlook client or the corresponding calendarPermission resource. Read-only.' + 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. Read-only.' + 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. This property is set through an Outlook client or the corresponding calendarPermission resource. Read-only.' + description: 'true if the user can read calendar items that have been marked private, false otherwise.' nullable: true changeKey: type: string @@ -7471,11 +7471,11 @@ components: $ref: '#/components/schemas/microsoft.graph.onlineMeetingProviderType' hexColor: type: string - description: 'The calendar color, expressed in a hex color code of three hexidecimal values, each ranging from 00 to FF and representing the red, green, or blue components of the color in the RGB color space. If the user has never explicitly set a color for the calendar, this property is empty.' + description: 'The calendar color, expressed in a hex color code of three hexadecimal values, each ranging from 00 to FF and representing the red, green, or blue components of the color in the RGB color space. If the user has never explicitly set a color for the calendar, this property is empty. Read-only.' nullable: true isDefaultCalendar: type: boolean - description: 'True if this is the default calendar where new events are created by default, false otherwise.' + description: 'true if this is the default calendar where new events are created by default, false otherwise.' nullable: true isRemovable: type: boolean @@ -7583,11 +7583,11 @@ components: properties: address: type: string - description: The email address of an entity instance. + description: The email address of the person or entity. nullable: true name: type: string - description: The display name of an entity instance. + description: The display name of the person or entity. nullable: true additionalProperties: type: object @@ -7626,7 +7626,7 @@ components: nullable: true horizontalAlignment: type: string - description: 'Represents the horizontal alignment for the specified object. Possible values are: General, Left, Center, Right, Fill, Justify, CenterAcrossSelection, Distributed.' + description: 'Represents the horizontal alignment for the specified object. The possible values are: General, Left, Center, Right, Fill, Justify, CenterAcrossSelection, Distributed.' nullable: true rowHeight: type: number @@ -7635,7 +7635,7 @@ components: nullable: true verticalAlignment: type: string - description: 'Represents the vertical alignment for the specified object. Possible values are: Top, Center, Bottom, Justify, Distributed.' + description: 'Represents the vertical alignment for the specified object. The possible values are: Top, Center, Bottom, Justify, Distributed.' nullable: true wrapText: type: boolean @@ -7882,12 +7882,12 @@ components: 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 is 2014-01-01T00:00:00Z' + description: 'The date and time at which the plan was assigned. 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 is 2014-01-01T00:00:00Z.' format: date-time nullable: true capabilityStatus: type: string - description: 'Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut.' + description: 'Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. See a detailed description of each value.' nullable: true service: type: string @@ -8061,7 +8061,7 @@ components: properties: forceChangePasswordNextSignIn: type: boolean - description: 'If true, at next sign-in, the user must change their password. After a password change, this property will be automatically reset to false. If not set, default is false.' + description: true if the user must change her password on the next login; otherwise false. nullable: true forceChangePasswordNextSignInWithMfa: type: boolean @@ -8097,7 +8097,7 @@ components: properties: archiveFolder: type: string - description: Folder ID of an archive folder for the user. Read only. + description: Folder ID of an archive folder for the user. nullable: true automaticRepliesSetting: $ref: '#/components/schemas/microsoft.graph.automaticRepliesSetting' @@ -8130,11 +8130,12 @@ components: 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.' + 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.' format: uuid 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 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 is 2014-01-01T00:00:00Z. Read-only.' format: date-time nullable: true principalDisplayName: @@ -8144,16 +8145,16 @@ components: 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.' + description: 'The unique identifier (id) for the user, group or service principal being granted the app role. Required on create.' 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.' + description: 'The type of the assigned principal. This can either be User, Group or ServicePrincipal. Read-only.' 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. + description: The display name of the resource app's service principal to which the assignment is made. 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}$' @@ -8476,11 +8477,11 @@ components: properties: agreementFileId: type: string - description: ID of the agreement file accepted by the user. + description: The identifier of the agreement file accepted by the user. nullable: true agreementId: type: string - description: ID of the agreement. + description: The identifier of the agreement. nullable: true deviceDisplayName: type: string @@ -8492,22 +8493,22 @@ components: nullable: true deviceOSType: type: string - description: The operating system used for accepting the agreement. + description: The operating system used to accept the agreement. nullable: true deviceOSVersion: type: string - description: The operating system version of the device used for accepting the agreement. + description: The operating system version of the device used to accept the agreement. 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: 'The expiration date time of the acceptance. 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 is 2014-01-01T00:00:00Z' + description: 'The expiration date time of the acceptance. 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 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: '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 is 2014-01-01T00:00:00Z' + 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 state: @@ -8522,7 +8523,7 @@ components: nullable: true userId: type: string - description: ID of the user who accepted the agreement. + description: The identifier of the user who accepted the agreement. nullable: true userPrincipalName: type: string @@ -8538,24 +8539,24 @@ components: properties: activationLockBypassCode: type: string - description: Code that allows the Activation Lock on a device to be bypassed. This property is read-only. + description: Code that allows the Activation Lock on a device to be bypassed. nullable: true androidSecurityPatchLevel: type: string - description: Android security patch level. This property is read-only. + description: Android security patch level nullable: true azureADDeviceId: type: string - description: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. + 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. This property is read-only. + description: Whether the device is Azure Active Directory registered. nullable: true 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. This property is read-only. + description: The DateTime when device compliance grace period expires format: date-time complianceState: $ref: '#/components/schemas/microsoft.graph.complianceState' @@ -8565,10 +8566,10 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.deviceActionResult' - description: List of ComplexType deviceActionResult objects. This property is read-only. + description: List of ComplexType deviceActionResult objects. deviceCategoryDisplayName: type: string - description: Device category display name. This property is read-only. + description: Device category display name nullable: true deviceEnrollmentType: $ref: '#/components/schemas/microsoft.graph.deviceEnrollmentType' @@ -8576,30 +8577,30 @@ components: $ref: '#/components/schemas/microsoft.graph.deviceHealthAttestationState' deviceName: type: string - description: Name of the device. This property is read-only. + description: Name of the device nullable: true deviceRegistrationState: $ref: '#/components/schemas/microsoft.graph.deviceRegistrationState' easActivated: type: boolean - description: Whether the device is Exchange ActiveSync activated. This property is read-only. + 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. This property is read-only. + description: Exchange ActivationSync activation time of the device. format: date-time easDeviceId: type: string - description: Exchange ActiveSync Id of the device. This property is read-only. + description: Exchange ActiveSync Id of the device. nullable: true emailAddress: type: string - description: Email(s) for the user associated with the device. This property is read-only. + 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. This property is read-only. + description: Enrollment time of the device. format: date-time exchangeAccessState: $ref: '#/components/schemas/microsoft.graph.deviceManagementExchangeAccessState' @@ -8608,30 +8609,30 @@ components: 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. This property is read-only. + description: Last time the device contacted Exchange. format: date-time freeStorageSpaceInBytes: type: integer - description: Free Storage in Bytes. This property is read-only. + description: Free Storage in Bytes format: int64 imei: type: string - description: IMEI. This property is read-only. + description: IMEI nullable: true isEncrypted: type: boolean - description: Device encryption status. This property is read-only. + description: Device encryption status isSupervised: type: boolean - description: Device supervised status. This property is read-only. + description: Device supervised status jailBroken: type: string - description: whether the device is jail broken or rooted. This property is read-only. + description: whether the device is jail broken or rooted. nullable: true 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. This property is read-only. + description: The date and time that the device last completed a successful sync with Intune. format: date-time managedDeviceName: type: string @@ -8643,65 +8644,65 @@ components: $ref: '#/components/schemas/microsoft.graph.managementAgentType' manufacturer: type: string - description: Manufacturer of the device. This property is read-only. + description: Manufacturer of the device nullable: true meid: type: string - description: MEID. This property is read-only. + description: MEID nullable: true model: type: string - description: Model of the device. This property is read-only. + description: Model of the device nullable: true operatingSystem: type: string - description: 'Operating system of the device. Windows, iOS, etc. This property is read-only.' + description: 'Operating system of the device. Windows, iOS, etc.' nullable: true osVersion: type: string - description: Operating system version of the device. This property is read-only. + description: Operating system version of the device. nullable: true partnerReportedThreatState: $ref: '#/components/schemas/microsoft.graph.managedDevicePartnerReportedHealthState' phoneNumber: type: string - description: Phone number of the device. This property is read-only. + description: Phone number of the device nullable: true remoteAssistanceSessionErrorDetails: type: string - description: An error string that identifies issues when creating Remote Assistance session objects. This property is read-only. + 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. This property is read-only. + description: Url that allows a Remote Assistance session to be established with the device. nullable: true serialNumber: type: string - description: SerialNumber. This property is read-only. + description: SerialNumber nullable: true subscriberCarrier: type: string - description: Subscriber Carrier. This property is read-only. + description: Subscriber Carrier nullable: true totalStorageSpaceInBytes: type: integer - description: Total Storage in Bytes. This property is read-only. + description: Total Storage in Bytes format: int64 userDisplayName: type: string - description: User display name. This property is read-only. + description: User display name nullable: true userId: type: string - description: Unique Identifier for the user associated with the device. This property is read-only. + description: Unique Identifier for the user associated with the device nullable: true userPrincipalName: type: string - description: Device user principal name. This property is read-only. + description: Device user principal name nullable: true wiFiMacAddress: type: string - description: Wi-Fi MAC. This property is read-only. + description: Wi-Fi MAC nullable: true deviceCompliancePolicyStates: type: array @@ -8824,7 +8825,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.plannerTask' - description: Read-only. Nullable. Returns the plannerTasks assigned to the user. + description: Read-only. Nullable. Returns the plannerPlans shared with the user. additionalProperties: type: object microsoft.graph.officeGraphInsights: @@ -8837,17 +8838,17 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.sharedInsight' - description: Access this property from the derived type itemInsights. + 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: Access this property from the derived type itemInsights. + 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: Access this property from the derived type itemInsights. + 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.userSettings: @@ -8970,7 +8971,7 @@ components: properties: activity: type: string - description: 'The supplemental information to a user''s availability. Possible values are Available, Away, BeRightBack, Busy, DoNotDisturb, InACall, InAConferenceCall, Inactive,InAMeeting, Offline, OffWork,OutOfOffice, PresenceUnknown,Presenting, UrgentInterruptionsOnly.' + description: 'The supplemental information to a user''s availability. Possible values are Available, Away, BeRightBack, Busy, DoNotDisturb, InACall, InAConferenceCall, Inactive, InAMeeting, Offline, OffWork, OutOfOffice, PresenceUnknown, Presenting, UrgentInterruptionsOnly.' nullable: true availability: type: string @@ -9012,6 +9013,12 @@ components: 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 + description: Timestamp at which the team was created. + format: date-time + nullable: true description: type: string description: An optional description for the team. @@ -9242,7 +9249,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.dayOfWeek' - description: 'A collection of the days of the week on which the event occurs. 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.' + 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: @@ -9355,15 +9362,15 @@ components: nullable: true sideIndex: type: string - description: 'Constant value that indicates the specific side of the border. Possible values are: EdgeTop, EdgeBottom, EdgeLeft, EdgeRight, InsideVertical, InsideHorizontal, DiagonalDown, DiagonalUp. Read-only.' + description: 'Constant value that indicates the specific side of the border. The possible values are: EdgeTop, EdgeBottom, EdgeLeft, EdgeRight, InsideVertical, InsideHorizontal, DiagonalDown, DiagonalUp. Read-only.' nullable: true style: type: string - description: 'One of the constants of line style specifying the line style for the border. Possible values are: None, Continuous, Dash, DashDot, DashDotDot, Dot, Double, SlantDashDot.' + description: 'One of the constants of line style specifying the line style for the border. The possible values are: None, Continuous, Dash, DashDot, DashDotDot, Dot, Double, SlantDashDot.' nullable: true weight: type: string - description: 'Specifies the weight of the border around a range. Possible values are: Hairline, Thin, Medium, Thick.' + description: 'Specifies the weight of the border around a range. The possible values are: Hairline, Thin, Medium, Thick.' nullable: true additionalProperties: type: object @@ -9408,7 +9415,7 @@ components: nullable: true underline: type: string - description: 'Type of underline applied to the font. Possible values are: None, Single, Double, SingleAccountant, DoubleAccountant.' + description: 'Type of underline applied to the font. The possible values are: None, Single, Double, SingleAccountant, DoubleAccountant.' nullable: true additionalProperties: type: object @@ -9492,7 +9499,7 @@ components: 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. Possible values are: String, Integer, Double, Boolean, Range. Read-only.' + 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' @@ -9567,7 +9574,7 @@ components: 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. 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.' + 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 @@ -9631,7 +9638,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.recipient' - description: The email address to which a message should be redirected. + description: The email addresses to which a message should be redirected. stopProcessingRules: type: boolean description: Indicates whether subsequent rules should be evaluated. @@ -9853,7 +9860,7 @@ components: 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.' + 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}$' @@ -10427,7 +10434,7 @@ components: 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.' + description: A unique token that can be used to access this shared item via the **shares** API. Read-only. nullable: true additionalProperties: type: object @@ -10869,14 +10876,14 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.plannerBucket' - description: Collection of buckets in the plan. Read-only. Nullable. + 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: Collection of tasks in the plan. Read-only. Nullable. + description: Read-only. Nullable. Collection of tasks in the plan. additionalProperties: type: object microsoft.graph.plannerTask: @@ -11106,7 +11113,7 @@ components: $ref: '#/components/schemas/microsoft.graph.onenoteOperationError' percentComplete: type: string - description: The operation percent complete if the operation is still in running status + description: The operation percent complete if the operation is still in running status. nullable: true resourceId: type: string @@ -11285,7 +11292,7 @@ components: properties: messageId: type: string - description: The unique identifier for a message in a Microsoft Teams channel. + description: The unique identifier of a message in a Microsoft Teams channel. nullable: true replyChainMessageId: type: string @@ -11342,6 +11349,7 @@ components: 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 when this key was registered to the user. format: date-time nullable: true displayName: @@ -11459,7 +11467,7 @@ components: nullable: true allowCreateUpdateChannels: type: boolean - description: 'If set to true, members can add and update any channels.' + description: 'If set to true, members can add and update channels.' nullable: true allowCreateUpdateRemoveConnectors: type: boolean @@ -11614,6 +11622,12 @@ components: - 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. @@ -11664,7 +11678,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.assignedLabel' - description: 'The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select.' + 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: @@ -11701,7 +11715,7 @@ components: 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).' + 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 licenseProcessingState: $ref: '#/components/schemas/microsoft.graph.licenseProcessingState' @@ -11723,7 +11737,7 @@ components: 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. + 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 @@ -11762,13 +11776,13 @@ components: nullable: true preferredLanguage: type: string - description: The preferred language for a Microsoft 365 group. Should follow ISO 639-1 Code; for example 'en-US'. Returned by default. + 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 for filter expressions on multi-valued properties. Returned by default. Read-only. Not nullable. Supports $filter.' + 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 @@ -11785,7 +11799,7 @@ components: nullable: true theme: type: string - description: 'Specifies a Microsoft 365 group''s color theme. Possible values are Teal, Purple, Green, Blue, Pink, Orange or Red. Returned by default.' + 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 @@ -11793,29 +11807,29 @@ components: nullable: true 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. + description: 'Indicates if people external to the organization can send messages to the group. Default value is false. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}).' 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. + 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. Supported only on the Get group API (GET /groups/{ID}).' nullable: true hideFromAddressLists: type: boolean - description: 'True if the group is not displayed in certain parts of the Outlook user interface: in the Address Book, in address lists for selecting message recipients, and in the Browse Groups dialog for searching groups; false otherwise. Default value is false. Returned only on $select.' + 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. Supported only on the Get group API (GET /groups/{ID}).' 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, false otherwise. Default value is false. Returned only on $select.' + 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. Supported only on the Get group API (GET /groups/{ID}).' 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. + description: 'Indicates whether the signed-in user is subscribed to receive email conversations. Default value is true. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}).' 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. This property is the same as unseenConversationsCount.Returned only on $select. + description: 'Count of conversations that have received new posts since the signed-in user last visited the group. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}).' format: int32 nullable: true isArchived: @@ -11832,12 +11846,12 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.directoryObject' - description: 'Groups and administrative units that this group is a member of. HTTP Methods: GET (supported for all groups). Read-only. Nullable.' + 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, contacts, and groups that are members of this group. HTTP Methods: GET (supported for all groups), POST (supported for security groups and mail-enabled security groups), DELETE (supported only for security groups) Read-only. Nullable.' + 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: @@ -11847,7 +11861,7 @@ components: 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. HTTP Methods: GET (supported for all groups), POST (supported for security groups and mail-enabled security groups), DELETE (supported only for security groups) Read-only. Nullable.' + 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: @@ -11856,7 +11870,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.groupSetting' - description: 'Settings that can govern this group''s behavior, like whether members can invite guest users to the group. Nullable.' + description: Read-only. Nullable. transitiveMemberOf: type: array items: @@ -11886,7 +11900,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.event' - description: The group's events. + description: The group's calendar events. photo: $ref: '#/components/schemas/microsoft.graph.profilePhoto' photos: @@ -12329,7 +12343,7 @@ components: description: Represents whether the casing impacted the last sort of the table. Read-only. method: type: string - description: 'Represents Chinese character ordering method last used to sort the table. Possible values are: PinYin, StrokeCount. Read-only.' + description: 'Represents Chinese character ordering method last used to sort the table. The possible values are: PinYin, StrokeCount. Read-only.' additionalProperties: type: object microsoft.graph.messageActionFlag: @@ -12478,7 +12492,7 @@ components: properties: upgradeAvailable: type: boolean - description: Indicates if there are higher storage quota plans available. Read-only. + description: Indicates whether there are higher storage quota plans available. Read-only. nullable: true additionalProperties: type: object @@ -12664,12 +12678,12 @@ components: nullable: true latitude: type: number - description: 'Optional. The latitude, in decimal, for the item. Writable on OneDrive Personal.' + 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. Writable on OneDrive Personal.' + description: 'Optional. The longitude, in decimal, for the item. Read-only.' format: double nullable: true additionalProperties: @@ -12741,7 +12755,7 @@ components: 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: The date and time the photo was taken in UTC time. Read-only. + description: Represents the date and time the photo was taken. Read-only. format: date-time nullable: true additionalProperties: @@ -12952,7 +12966,7 @@ components: 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. Nullable.' + 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: @@ -13000,14 +13014,14 @@ components: nullable: true changeType: type: string - description: '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. Required. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType.' + 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: Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 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. Optional. + 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.' + 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 @@ -13015,12 +13029,12 @@ components: nullable: true encryptionCertificateId: type: string - description: A custom app-provided identifier to help identify the certificate needed to decrypt resource data. Optional. Required when includeResourceData is true. + 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: '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. Required.' + 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 includeResourceData: type: boolean @@ -13036,13 +13050,14 @@ components: nullable: true notificationQueryOptions: type: string + description: 'OData Query Options for specifying value for the targeting resource. Clients receive notifications when resource reaches the state matching the query options provided here. With this new property in the subscription creation payload along with all existing properties, Webhooks will deliver notifications whenever a resource reaches the desired state mentioned in the notificationQueryOptions property eg when the print job is completed, when a print job resource isFetchable property value becomes true etc.' nullable: true notificationUrl: type: string - description: The URL of the endpoint that receives the change notifications. This URL must make use of the HTTPS protocol. Required. + 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: Specifies the resource that will be monitored for changes. Do not include the base URL (https://graph.microsoft.com/beta/). See the possible resource path values for each supported resource. Required. + 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.thumbnailSet: @@ -13069,6 +13084,7 @@ components: properties: content: type: string + description: The content stream for this version of the item. format: base64url nullable: true size: @@ -13991,7 +14007,7 @@ components: properties: accountEnabled: type: boolean - description: 'true if the account is enabled; otherwise, false. default is true.' + description: 'true if the account is enabled; otherwise, false. Required.' nullable: true alternativeSecurityIds: type: array @@ -14057,7 +14073,7 @@ components: nullable: true operatingSystemVersion: type: string - description: Operating system version of the device. Required. + description: The version of the operating system on the device. Required. nullable: true physicalIds: type: array @@ -14066,7 +14082,7 @@ components: description: For internal use only. Not nullable. profileType: type: string - description: The profile type of the device. Possible values:RegisteredDevice (default)SecureVMPrinterSharedIoT + description: 'The profile type of the device. Possible values: RegisteredDevice (default), SecureVM, Printer, Shared, IoT.' nullable: true systemLabels: type: array @@ -14075,7 +14091,7 @@ components: 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' + description: 'Type of trust for the joined device. Read-only. Possible values: Workplace (indicates bring your own personal devices), AzureAd (Cloud only joined devices), ServerAd (on-premises domain joined devices joined to Azure AD). For more details, see Introduction to device management in Azure Active Directory' nullable: true memberOf: type: array @@ -14144,11 +14160,11 @@ components: nullable: true recipientUserId: type: string - description: User id of the recipient of the offer shift request. + 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. + description: User ID of the sender of the offer shift request. nullable: true additionalProperties: type: object @@ -14230,7 +14246,7 @@ components: properties: recipientShiftId: type: string - description: Shift ID for the recipient user with whom the request is to swap. + description: ShiftId for the recipient user with whom the request is to swap. nullable: true additionalProperties: type: object @@ -14312,6 +14328,12 @@ components: 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 + description: The identity of the chat in which the message was posted. + 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 @@ -14335,13 +14357,13 @@ components: 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 Teams UI. If no edits are made the value is null. + 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 modified, including when a reaction is added or removed.' + 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: @@ -14363,7 +14385,7 @@ components: description: 'Reactions for this chat message (for example, Like).' 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.)' + 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 @@ -14639,7 +14661,7 @@ components: nullable: true teamsAppId: type: string - description: The id from the Teams App manifest. + description: The ID from the Teams app manifest. nullable: true version: type: string @@ -14717,6 +14739,11 @@ components: items: $ref: '#/components/schemas/microsoft.graph.conversationMember' description: A collection of all the members in the chat. Nullable. + messages: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.chatMessage' + description: A collection of all the messages in the chat. Nullable. tabs: type: array items: @@ -14884,7 +14911,7 @@ components: nullable: true dataOption: type: string - description: 'Represents additional sorting options for this field. Possible values are: Normal, TextAsNumber.' + description: 'Represents additional sorting options for this field. The possible values are: Normal, TextAsNumber.' icon: $ref: '#/components/schemas/microsoft.graph.workbookIcon' key: @@ -14895,7 +14922,7 @@ components: format: int32 sortOn: type: string - description: 'Represents the type of sorting of this condition. Possible values are: Value, CellColor, FontColor, Icon.' + description: 'Represents the type of sorting of this condition. The possible values are: Value, CellColor, FontColor, Icon.' additionalProperties: type: object microsoft.graph.hashes: @@ -14904,7 +14931,7 @@ components: properties: crc32Hash: type: string - description: The CRC32 value of the file (if available). Read-only. + description: The CRC32 value of the file in little endian (if available). Read-only. nullable: true quickXorHash: type: string @@ -14969,7 +14996,7 @@ components: properties: content: type: string - description: The content of the comment. + description: The content of comment. nullable: true contentType: type: string @@ -15388,7 +15415,7 @@ components: nullable: true contentType: type: string - description: 'The media type of the content attachment. It can have the following values: reference: Attachment is a link to another file. Populate the contentURL with the link to the object.Any contentTypes supported by the Bot Framework''s Attachment objectapplication/vnd.microsoft.card.codesnippet: A code snippet. application/vnd.microsoft.card.announcement: An announcement header.' + description: 'The media type of the content attachment. It can have the following values: reference: Attachment is a link to another file. Populate the contentURL with the link to the object.file: Raw file attachment. Populate the contenturl field with the base64 encoding of the file in data: format.image/: Image type with the type of the image specified ex: image/png, image/jpeg, image/gif. Populate the contentUrl field with the base64 encoding of the file in data: format.video/: Video type with the format specified. Ex: video/mp4. Populate the contentUrl field with the base64 encoding of the file in data: format.audio/: Audio type with the format specified. Ex: audio/wmw. Populate the contentUrl field with the base64 encoding of the file in data: format.application/card type: Rich card attachment type with the card type specifying the exact card format to use. Set content with the json format of the card. Supported values for card type include:application/vnd.microsoft.card.adaptive: A rich card that can contain any combination of text, speech, images,,buttons, and input fields. Set the content property to,an AdaptiveCard object.application/vnd.microsoft.card.animation: A rich card that plays animation. Set the content property,to an AnimationCardobject.application/vnd.microsoft.card.audio: A rich card that plays audio files. Set the content property,to an AudioCard object.application/vnd.microsoft.card.video: A rich card that plays videos. Set the content property,to a VideoCard object.application/vnd.microsoft.card.hero: A Hero card. Set the content property to a HeroCard object.application/vnd.microsoft.card.thumbnail: A Thumbnail card. Set the content property to a ThumbnailCard object.application/vnd.microsoft.com.card.receipt: A Receipt card. Set the content property to a ReceiptCard object.application/vnd.microsoft.com.card.signin: A user Sign In card. Set the content property to a SignInCard object.' nullable: true contentUrl: type: string @@ -15408,6 +15435,20 @@ components: nullable: true additionalProperties: type: object + microsoft.graph.channelIdentity: + title: channelIdentity + type: object + properties: + channelId: + type: string + description: The identity of the channel in which the message was posted. + nullable: true + teamId: + type: string + description: The identity of the team in which the message was posted. + nullable: true + additionalProperties: + type: object microsoft.graph.chatMessageImportance: title: chatMessageImportance enum: @@ -15512,7 +15553,7 @@ components: properties: name: type: string - description: Name of the setting (as defined by the directorySettingTemplate). + description: Name of the setting (as defined by the groupSettingTemplate). nullable: true value: type: string @@ -15557,7 +15598,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.attachment' - description: 'The collection of fileAttachment, itemAttachment, and referenceAttachment attachments for the post. Read-only. Nullable.' + description: Read-only. Nullable. extensions: type: array items: @@ -15709,7 +15750,7 @@ components: format: int32 set: type: string - description: 'Represents the set that the icon is part of. Possible values are: Invalid, ThreeArrows, ThreeArrowsGray, ThreeFlags, ThreeTrafficLights1, ThreeTrafficLights2, ThreeSigns, ThreeSymbols, ThreeSymbols2, FourArrows, FourArrowsGray, FourRedToBlack, FourRating, FourTrafficLights, FiveArrows, FiveArrowsGray, FiveRating, FiveQuarters, ThreeStars, ThreeTriangles, FiveBoxes.' + description: 'Represents the set that the icon is part of. The possible values are: Invalid, ThreeArrows, ThreeArrowsGray, ThreeFlags, ThreeTrafficLights1, ThreeTrafficLights2, ThreeSigns, ThreeSymbols, ThreeSymbols2, FourArrows, FourArrowsGray, FourRedToBlack, FourRating, FourTrafficLights, FiveArrows, FiveArrowsGray, FiveRating, FiveQuarters, ThreeStars, ThreeTriangles, FiveBoxes.' additionalProperties: type: object microsoft.graph.workbookCommentReply: @@ -15720,11 +15761,11 @@ components: properties: content: type: string - description: The content of replied comment. + description: The content of a comment reply. nullable: true contentType: type: string - description: Indicates the type for the replied comment. + description: Indicates the type for the comment reply. additionalProperties: type: object microsoft.graph.workbookOperationError: @@ -15879,7 +15920,7 @@ components: nullable: true contentType: type: string - description: 'Write only. Content type, such as image/png, image/jpg.' + description: 'Write only. Content type. sicj as image/png, image/jpg.' nullable: true additionalProperties: type: object diff --git a/openApiDocs/v1.0/Users.yml b/openApiDocs/v1.0/Users.yml index 5418c437a9f..54edc50cac7 100644 --- a/openApiDocs/v1.0/Users.yml +++ b/openApiDocs/v1.0/Users.yml @@ -5445,60 +5445,60 @@ components: properties: accountEnabled: type: boolean - description: 'true if the account is enabled; otherwise, false. This property is required when a user is created. Returned only on $select. Supports $filter.' + 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. Returned only on $select.' + 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. Returned only on $select. Not nullable. + description: The licenses that are assigned to the user. Returned only on $select. Not nullable. Supports $filter. assignedPlans: type: array items: $ref: '#/components/schemas/microsoft.graph.assignedPlan' - description: The plans that are assigned to the user. Returned only on $select. Read-only. Not nullable. + 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. Only one number can be set for this property. Returned by default. Read-only for users synced from on-premises directory. + description: 'The telephone numbers for the user. NOTE: Although this is a string collection, only one number can be set for this property. Read-only for users synced from on-premises directory. Returned by default.' city: type: string - description: The city in which the user is located. Returned only on $select. Supports $filter. + 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. + 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 characters.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. Returned only on $select.' + 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''. Returned only on $select. Supports $filter.' + 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 date and time the user was created. The value cannot be modified and is automatically populated when the entity is created. The DateTimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. Property is nullable. A null value indicates that an accurate creation time couldn't be determined for the user. Returned only on $select. Read-only. Supports $filter. + 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). Returned only on $select. Read-only.' + 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. Returned only on $select. Supports $filter. + description: The name for the department in which the user works. Supports $filter. nullable: true displayName: type: string - description: 'The name displayed in the address book for the user. This value 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. Returned by default. Supports $filter and $orderby.' + 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. Returned by default. 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])$' @@ -5528,7 +5528,7 @@ components: nullable: true faxNumber: type: string - description: The fax number of the user. Returned only on $select. + description: The fax number of the user. nullable: true givenName: type: string @@ -5538,7 +5538,7 @@ components: 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. Returned only on $select. Supports $filter.' + 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: @@ -5556,29 +5556,29 @@ components: 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 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 is 2014-01-01T00:00:00Z Returned only on $select. Read-only.' + 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 is 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. Returned only on $select.' + 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. Returned only on $select. Read-only. + 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''. Returned by default. Supports $filter and endsWith.' nullable: true mailNickname: type: string - description: The mail alias for the user. This property must be specified when a user is created. Returned only on $select. Supports $filter. + 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. Returned by default. Read-only for users synced from on-premises directory. + description: The primary cellular telephone number for the user. Read-only for users synced from on-premises directory. Returned by default. nullable: true officeLocation: type: string @@ -5586,59 +5586,59 @@ components: 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. Returned only on $select. Read-only. + 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. Returned only on $select. Read-only.' + 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. Returned only on $select. Supports $filter.' + 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 is 2014-01-01T00:00:00Z. Returned only on $select. Read-only.' + 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 is 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. Returned only on $select. + 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. Returned only on $select. Read-only. + 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. Returned only on $select. Read-only. + 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). Returned only on $select. Read-only. + 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. Returned only on $select. Read-only. + 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''].Returned only on $select. Supports$filter.' + 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''.Returned only on $select.' + 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. Returned only on $select.' + 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 preferredLanguage: type: string @@ -5648,29 +5648,29 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.provisionedPlan' - description: The plans that are provisioned for the user. Returned only on $select. Read-only. Not nullable. + 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. Returned only on $select. Read-only, Not nullable. Supports $filter.' + 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.' 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. Returned only on $select.' + 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. Returned only on $select. Read-only. Use revokeSignInSessions to reset.' + 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. Returned only on $select. Supports $filter. + 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. Returned only on $select. + description: The street address of the user's place of business. nullable: true surname: type: string @@ -5678,7 +5678,7 @@ components: 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. Returned only on $select. Supports $filter.' + 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 @@ -5686,7 +5686,7 @@ components: 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''. Returned only on $select. Supports $filter.' + 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' @@ -5698,12 +5698,12 @@ components: format: int32 aboutMe: type: string - description: A freeform text entry field for the user to describe themselves. Returned only on $select. + 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 is 2014-01-01T00:00:00Z Returned only on $select.' + 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 is 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])$' @@ -5715,39 +5715,39 @@ components: items: type: string nullable: true - description: A list for the user to describe their interests. Returned only on $select. + description: A list for the user to describe their interests. mySite: type: string - description: The URL for the user's personal site. Returned only on $select. + 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. Returned only on $select. + description: A list for the user to enumerate their past projects. preferredName: type: string - description: The preferred name for the user. Returned only on $select. + 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. Returned only on $select. + 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. Returned only on $select. + 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. Returned only on $select. + description: A list for the user to enumerate their skills. appRoleAssignments: type: array items: @@ -5774,7 +5774,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.directoryObject' - description: 'The groups, directory roles and administrative units that the user is a member of. Read-only. Nullable.' + description: The groups and directory roles that the user is a member of. Read-only. Nullable. oauth2PermissionGrants: type: array items: @@ -5834,7 +5834,7 @@ components: 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. + description: The user's events. Default is to show Events under the Default Calendar. Read-only. Nullable. inferenceClassification: $ref: '#/components/schemas/microsoft.graph.inferenceClassification' mailFolders: @@ -5853,7 +5853,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.person' - description: 'Read-only. The most relevant people to the user. The collection is ordered by their relevance to the user, which is determined by the user''s communication, collaboration and business relationships. A person is an aggregation of information from across mail, contacts and social networks.' + description: People that are relevant to the user. Read-only. Nullable. photo: $ref: '#/components/schemas/microsoft.graph.profilePhoto' photos: @@ -5876,7 +5876,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.extension' - description: The collection of open extensions defined for the user. Nullable. + description: The collection of open extensions defined for the user. Read-only. Nullable. agreementAcceptances: type: array items: @@ -6225,12 +6225,12 @@ components: 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 is 2014-01-01T00:00:00Z' + description: 'The date and time at which the plan was assigned. 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 is 2014-01-01T00:00:00Z.' format: date-time nullable: true capabilityStatus: type: string - description: 'Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut.' + description: 'Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. See a detailed description of each value.' nullable: true service: type: string @@ -6404,7 +6404,7 @@ components: properties: forceChangePasswordNextSignIn: type: boolean - description: 'If true, at next sign-in, the user must change their password. After a password change, this property will be automatically reset to false. If not set, default is false.' + description: true if the user must change her password on the next login; otherwise false. nullable: true forceChangePasswordNextSignInWithMfa: type: boolean @@ -6440,7 +6440,7 @@ components: properties: archiveFolder: type: string - description: Folder ID of an archive folder for the user. Read only. + description: Folder ID of an archive folder for the user. nullable: true automaticRepliesSetting: $ref: '#/components/schemas/microsoft.graph.automaticRepliesSetting' @@ -6473,11 +6473,12 @@ components: 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.' + 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.' format: uuid 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 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 is 2014-01-01T00:00:00Z. Read-only.' format: date-time nullable: true principalDisplayName: @@ -6487,16 +6488,16 @@ components: 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.' + description: 'The unique identifier (id) for the user, group or service principal being granted the app role. Required on create.' 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.' + description: 'The type of the assigned principal. This can either be User, Group or ServicePrincipal. Read-only.' 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. + description: The display name of the resource app's service principal to which the assignment is made. 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}$' @@ -6536,15 +6537,15 @@ components: 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.' 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, through an Outlook client or the corresponding calendarPermission resource. Read-only.' + 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. Read-only.' + 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. This property is set through an Outlook client or the corresponding calendarPermission resource. Read-only.' + description: 'true if the user can read calendar items that have been marked private, false otherwise.' nullable: true changeKey: type: string @@ -6556,11 +6557,11 @@ components: $ref: '#/components/schemas/microsoft.graph.onlineMeetingProviderType' hexColor: type: string - description: 'The calendar color, expressed in a hex color code of three hexidecimal values, each ranging from 00 to FF and representing the red, green, or blue components of the color in the RGB color space. If the user has never explicitly set a color for the calendar, this property is empty.' + description: 'The calendar color, expressed in a hex color code of three hexadecimal values, each ranging from 00 to FF and representing the red, green, or blue components of the color in the RGB color space. If the user has never explicitly set a color for the calendar, this property is empty. Read-only.' nullable: true isDefaultCalendar: type: boolean - description: 'True if this is the default calendar where new events are created by default, false otherwise.' + description: 'true if this is the default calendar where new events are created by default, false otherwise.' nullable: true isRemovable: type: boolean @@ -6765,19 +6766,19 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.attachment' - description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' + description: The collection of fileAttachment and itemAttachment attachments for the event. Navigation property. Read-only. Nullable. calendar: $ref: '#/components/schemas/microsoft.graph.calendar' extensions: type: array items: $ref: '#/components/schemas/microsoft.graph.extension' - description: The collection of open extensions defined for the event. Nullable. + 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 occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but does not include occurrences that have been cancelled from the series. Navigation property. Read-only. Nullable.' + description: The instances of the event. Navigation property. Read-only. Nullable. multiValueExtendedProperties: type: array items: @@ -6973,7 +6974,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.extension' - description: The collection of open extensions defined for the contact. Nullable. + description: The collection of open extensions defined for the contact. Read-only. Nullable. multiValueExtendedProperties: type: array items: @@ -7078,7 +7079,7 @@ components: $ref: '#/components/schemas/microsoft.graph.itemBody' bodyPreview: type: string - description: 'The first 255 characters of the message body. It is in text format. If the message contains instances of mention, this property would contain a concatenation of these mentions as well.' + description: The first 255 characters of the message body. It is in text format. nullable: true ccRecipients: type: array @@ -7385,11 +7386,11 @@ components: properties: agreementFileId: type: string - description: ID of the agreement file accepted by the user. + description: The identifier of the agreement file accepted by the user. nullable: true agreementId: type: string - description: ID of the agreement. + description: The identifier of the agreement. nullable: true deviceDisplayName: type: string @@ -7401,22 +7402,22 @@ components: nullable: true deviceOSType: type: string - description: The operating system used for accepting the agreement. + description: The operating system used to accept the agreement. nullable: true deviceOSVersion: type: string - description: The operating system version of the device used for accepting the agreement. + description: The operating system version of the device used to accept the agreement. 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: 'The expiration date time of the acceptance. 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 is 2014-01-01T00:00:00Z' + description: 'The expiration date time of the acceptance. 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 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: '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 is 2014-01-01T00:00:00Z' + 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 state: @@ -7431,7 +7432,7 @@ components: nullable: true userId: type: string - description: ID of the user who accepted the agreement. + description: The identifier of the user who accepted the agreement. nullable: true userPrincipalName: type: string @@ -7447,24 +7448,24 @@ components: properties: activationLockBypassCode: type: string - description: Code that allows the Activation Lock on a device to be bypassed. This property is read-only. + description: Code that allows the Activation Lock on a device to be bypassed. nullable: true androidSecurityPatchLevel: type: string - description: Android security patch level. This property is read-only. + description: Android security patch level nullable: true azureADDeviceId: type: string - description: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. + 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. This property is read-only. + description: Whether the device is Azure Active Directory registered. nullable: true 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. This property is read-only. + description: The DateTime when device compliance grace period expires format: date-time complianceState: $ref: '#/components/schemas/microsoft.graph.complianceState' @@ -7474,10 +7475,10 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.deviceActionResult' - description: List of ComplexType deviceActionResult objects. This property is read-only. + description: List of ComplexType deviceActionResult objects. deviceCategoryDisplayName: type: string - description: Device category display name. This property is read-only. + description: Device category display name nullable: true deviceEnrollmentType: $ref: '#/components/schemas/microsoft.graph.deviceEnrollmentType' @@ -7485,30 +7486,30 @@ components: $ref: '#/components/schemas/microsoft.graph.deviceHealthAttestationState' deviceName: type: string - description: Name of the device. This property is read-only. + description: Name of the device nullable: true deviceRegistrationState: $ref: '#/components/schemas/microsoft.graph.deviceRegistrationState' easActivated: type: boolean - description: Whether the device is Exchange ActiveSync activated. This property is read-only. + 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. This property is read-only. + description: Exchange ActivationSync activation time of the device. format: date-time easDeviceId: type: string - description: Exchange ActiveSync Id of the device. This property is read-only. + description: Exchange ActiveSync Id of the device. nullable: true emailAddress: type: string - description: Email(s) for the user associated with the device. This property is read-only. + 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. This property is read-only. + description: Enrollment time of the device. format: date-time exchangeAccessState: $ref: '#/components/schemas/microsoft.graph.deviceManagementExchangeAccessState' @@ -7517,30 +7518,30 @@ components: 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. This property is read-only. + description: Last time the device contacted Exchange. format: date-time freeStorageSpaceInBytes: type: integer - description: Free Storage in Bytes. This property is read-only. + description: Free Storage in Bytes format: int64 imei: type: string - description: IMEI. This property is read-only. + description: IMEI nullable: true isEncrypted: type: boolean - description: Device encryption status. This property is read-only. + description: Device encryption status isSupervised: type: boolean - description: Device supervised status. This property is read-only. + description: Device supervised status jailBroken: type: string - description: whether the device is jail broken or rooted. This property is read-only. + description: whether the device is jail broken or rooted. nullable: true 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. This property is read-only. + description: The date and time that the device last completed a successful sync with Intune. format: date-time managedDeviceName: type: string @@ -7552,65 +7553,65 @@ components: $ref: '#/components/schemas/microsoft.graph.managementAgentType' manufacturer: type: string - description: Manufacturer of the device. This property is read-only. + description: Manufacturer of the device nullable: true meid: type: string - description: MEID. This property is read-only. + description: MEID nullable: true model: type: string - description: Model of the device. This property is read-only. + description: Model of the device nullable: true operatingSystem: type: string - description: 'Operating system of the device. Windows, iOS, etc. This property is read-only.' + description: 'Operating system of the device. Windows, iOS, etc.' nullable: true osVersion: type: string - description: Operating system version of the device. This property is read-only. + description: Operating system version of the device. nullable: true partnerReportedThreatState: $ref: '#/components/schemas/microsoft.graph.managedDevicePartnerReportedHealthState' phoneNumber: type: string - description: Phone number of the device. This property is read-only. + description: Phone number of the device nullable: true remoteAssistanceSessionErrorDetails: type: string - description: An error string that identifies issues when creating Remote Assistance session objects. This property is read-only. + 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. This property is read-only. + description: Url that allows a Remote Assistance session to be established with the device. nullable: true serialNumber: type: string - description: SerialNumber. This property is read-only. + description: SerialNumber nullable: true subscriberCarrier: type: string - description: Subscriber Carrier. This property is read-only. + description: Subscriber Carrier nullable: true totalStorageSpaceInBytes: type: integer - description: Total Storage in Bytes. This property is read-only. + description: Total Storage in Bytes format: int64 userDisplayName: type: string - description: User display name. This property is read-only. + description: User display name nullable: true userId: type: string - description: Unique Identifier for the user associated with the device. This property is read-only. + description: Unique Identifier for the user associated with the device nullable: true userPrincipalName: type: string - description: Device user principal name. This property is read-only. + description: Device user principal name nullable: true wiFiMacAddress: type: string - description: Wi-Fi MAC. This property is read-only. + description: Wi-Fi MAC nullable: true deviceCompliancePolicyStates: type: array @@ -7733,7 +7734,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.plannerTask' - description: Read-only. Nullable. Returns the plannerTasks assigned to the user. + description: Read-only. Nullable. Returns the plannerPlans shared with the user. additionalProperties: type: object microsoft.graph.officeGraphInsights: @@ -7746,17 +7747,17 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.sharedInsight' - description: Access this property from the derived type itemInsights. + 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: Access this property from the derived type itemInsights. + 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: Access this property from the derived type itemInsights. + 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.onenote: @@ -7925,7 +7926,7 @@ components: properties: activity: type: string - description: 'The supplemental information to a user''s availability. Possible values are Available, Away, BeRightBack, Busy, DoNotDisturb, InACall, InAConferenceCall, Inactive,InAMeeting, Offline, OffWork,OutOfOffice, PresenceUnknown,Presenting, UrgentInterruptionsOnly.' + description: 'The supplemental information to a user''s availability. Possible values are Available, Away, BeRightBack, Busy, DoNotDisturb, InACall, InAConferenceCall, Inactive, InAMeeting, Offline, OffWork, OutOfOffice, PresenceUnknown, Presenting, UrgentInterruptionsOnly.' nullable: true availability: type: string @@ -7967,6 +7968,12 @@ components: 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 + description: Timestamp at which the team was created. + format: date-time + nullable: true description: type: string description: An optional description for the team. @@ -8061,7 +8068,7 @@ components: 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.' + 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}$' @@ -8170,10 +8177,10 @@ components: properties: dateTime: type: string - description: 'A single point of time in a combined date and time representation ({date}T{time}). For example, ''2019-04-16T09:00:00''.' + 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 possible values.' + description: 'Represents a time zone, for example, ''Pacific Standard Time''. See below for more possible values.' nullable: true additionalProperties: type: object @@ -8323,11 +8330,11 @@ components: properties: address: type: string - description: The email address of an entity instance. + description: The email address of the person or entity. nullable: true name: type: string - description: The display name of an entity instance. + description: The display name of the person or entity. nullable: true additionalProperties: type: object @@ -8556,7 +8563,7 @@ components: nullable: true name: type: string - description: The display name of the attachment. This does not need to be the actual file name. + description: The attachment's file name. nullable: true size: maximum: 2147483647 @@ -9213,7 +9220,7 @@ components: 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.' + description: A unique token that can be used to access this shared item via the **shares** API. Read-only. nullable: true additionalProperties: type: object @@ -9685,14 +9692,14 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.plannerBucket' - description: Collection of buckets in the plan. Read-only. Nullable. + 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: Collection of tasks in the plan. Read-only. Nullable. + description: Read-only. Nullable. Collection of tasks in the plan. additionalProperties: type: object microsoft.graph.plannerTask: @@ -9909,7 +9916,7 @@ components: $ref: '#/components/schemas/microsoft.graph.onenoteOperationError' percentComplete: type: string - description: The operation percent complete if the operation is still in running status + description: The operation percent complete if the operation is still in running status. nullable: true resourceId: type: string @@ -10175,7 +10182,7 @@ components: properties: messageId: type: string - description: The unique identifier for a message in a Microsoft Teams channel. + description: The unique identifier of a message in a Microsoft Teams channel. nullable: true replyChainMessageId: type: string @@ -10232,6 +10239,7 @@ components: 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 when this key was registered to the user. format: date-time nullable: true displayName: @@ -10349,7 +10357,7 @@ components: nullable: true allowCreateUpdateChannels: type: boolean - description: 'If set to true, members can add and update any channels.' + description: 'If set to true, members can add and update channels.' nullable: true allowCreateUpdateRemoveConnectors: type: boolean @@ -10504,6 +10512,12 @@ components: - 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. @@ -10554,7 +10568,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.assignedLabel' - description: 'The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select.' + 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: @@ -10591,7 +10605,7 @@ components: 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).' + 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 licenseProcessingState: $ref: '#/components/schemas/microsoft.graph.licenseProcessingState' @@ -10613,7 +10627,7 @@ components: 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. + 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 @@ -10652,13 +10666,13 @@ components: nullable: true preferredLanguage: type: string - description: The preferred language for a Microsoft 365 group. Should follow ISO 639-1 Code; for example 'en-US'. Returned by default. + 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 for filter expressions on multi-valued properties. Returned by default. Read-only. Not nullable. Supports $filter.' + 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 @@ -10675,7 +10689,7 @@ components: nullable: true theme: type: string - description: 'Specifies a Microsoft 365 group''s color theme. Possible values are Teal, Purple, Green, Blue, Pink, Orange or Red. Returned by default.' + 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 @@ -10683,29 +10697,29 @@ components: nullable: true 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. + description: 'Indicates if people external to the organization can send messages to the group. Default value is false. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}).' 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. + 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. Supported only on the Get group API (GET /groups/{ID}).' nullable: true hideFromAddressLists: type: boolean - description: 'True if the group is not displayed in certain parts of the Outlook user interface: in the Address Book, in address lists for selecting message recipients, and in the Browse Groups dialog for searching groups; false otherwise. Default value is false. Returned only on $select.' + 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. Supported only on the Get group API (GET /groups/{ID}).' 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, false otherwise. Default value is false. Returned only on $select.' + 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. Supported only on the Get group API (GET /groups/{ID}).' 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. + description: 'Indicates whether the signed-in user is subscribed to receive email conversations. Default value is true. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}).' 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. This property is the same as unseenConversationsCount.Returned only on $select. + description: 'Count of conversations that have received new posts since the signed-in user last visited the group. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}).' format: int32 nullable: true isArchived: @@ -10722,12 +10736,12 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.directoryObject' - description: 'Groups and administrative units that this group is a member of. HTTP Methods: GET (supported for all groups). Read-only. Nullable.' + 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, contacts, and groups that are members of this group. HTTP Methods: GET (supported for all groups), POST (supported for security groups and mail-enabled security groups), DELETE (supported only for security groups) Read-only. Nullable.' + 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: @@ -10737,7 +10751,7 @@ components: 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. HTTP Methods: GET (supported for all groups), POST (supported for security groups and mail-enabled security groups), DELETE (supported only for security groups) Read-only. Nullable.' + 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: @@ -10746,7 +10760,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.groupSetting' - description: 'Settings that can govern this group''s behavior, like whether members can invite guest users to the group. Nullable.' + description: Read-only. Nullable. transitiveMemberOf: type: array items: @@ -10776,7 +10790,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.event' - description: The group's events. + description: The group's calendar events. photo: $ref: '#/components/schemas/microsoft.graph.profilePhoto' photos: @@ -10954,7 +10968,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.dayOfWeek' - description: 'A collection of the days of the week on which the event occurs. 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.' + 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: @@ -11205,7 +11219,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.recipient' - description: The email address to which a message should be redirected. + description: The email addresses to which a message should be redirected. stopProcessingRules: type: boolean description: Indicates whether subsequent rules should be evaluated. @@ -11424,7 +11438,7 @@ components: properties: upgradeAvailable: type: boolean - description: Indicates if there are higher storage quota plans available. Read-only. + description: Indicates whether there are higher storage quota plans available. Read-only. nullable: true additionalProperties: type: object @@ -11610,12 +11624,12 @@ components: nullable: true latitude: type: number - description: 'Optional. The latitude, in decimal, for the item. Writable on OneDrive Personal.' + 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. Writable on OneDrive Personal.' + description: 'Optional. The longitude, in decimal, for the item. Read-only.' format: double nullable: true additionalProperties: @@ -11687,7 +11701,7 @@ components: 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: The date and time the photo was taken in UTC time. Read-only. + description: Represents the date and time the photo was taken. Read-only. format: date-time nullable: true additionalProperties: @@ -11898,7 +11912,7 @@ components: 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. Nullable.' + 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: @@ -11946,14 +11960,14 @@ components: nullable: true changeType: type: string - description: '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. Required. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType.' + 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: Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 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. Optional. + 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.' + 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 @@ -11961,12 +11975,12 @@ components: nullable: true encryptionCertificateId: type: string - description: A custom app-provided identifier to help identify the certificate needed to decrypt resource data. Optional. Required when includeResourceData is true. + 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: '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. Required.' + 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 includeResourceData: type: boolean @@ -11982,13 +11996,14 @@ components: nullable: true notificationQueryOptions: type: string + description: 'OData Query Options for specifying value for the targeting resource. Clients receive notifications when resource reaches the state matching the query options provided here. With this new property in the subscription creation payload along with all existing properties, Webhooks will deliver notifications whenever a resource reaches the desired state mentioned in the notificationQueryOptions property eg when the print job is completed, when a print job resource isFetchable property value becomes true etc.' nullable: true notificationUrl: type: string - description: The URL of the endpoint that receives the change notifications. This URL must make use of the HTTPS protocol. Required. + 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: Specifies the resource that will be monitored for changes. Do not include the base URL (https://graph.microsoft.com/beta/). See the possible resource path values for each supported resource. Required. + 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.thumbnailSet: @@ -12015,6 +12030,7 @@ components: properties: content: type: string + description: The content stream for this version of the item. format: base64url nullable: true size: @@ -12919,7 +12935,7 @@ components: properties: accountEnabled: type: boolean - description: 'true if the account is enabled; otherwise, false. default is true.' + description: 'true if the account is enabled; otherwise, false. Required.' nullable: true alternativeSecurityIds: type: array @@ -12985,7 +13001,7 @@ components: nullable: true operatingSystemVersion: type: string - description: Operating system version of the device. Required. + description: The version of the operating system on the device. Required. nullable: true physicalIds: type: array @@ -12994,7 +13010,7 @@ components: description: For internal use only. Not nullable. profileType: type: string - description: The profile type of the device. Possible values:RegisteredDevice (default)SecureVMPrinterSharedIoT + description: 'The profile type of the device. Possible values: RegisteredDevice (default), SecureVM, Printer, Shared, IoT.' nullable: true systemLabels: type: array @@ -13003,7 +13019,7 @@ components: 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' + description: 'Type of trust for the joined device. Read-only. Possible values: Workplace (indicates bring your own personal devices), AzureAd (Cloud only joined devices), ServerAd (on-premises domain joined devices joined to Azure AD). For more details, see Introduction to device management in Azure Active Directory' nullable: true memberOf: type: array @@ -13072,11 +13088,11 @@ components: nullable: true recipientUserId: type: string - description: User id of the recipient of the offer shift request. + 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. + description: User ID of the sender of the offer shift request. nullable: true additionalProperties: type: object @@ -13158,7 +13174,7 @@ components: properties: recipientShiftId: type: string - description: Shift ID for the recipient user with whom the request is to swap. + description: ShiftId for the recipient user with whom the request is to swap. nullable: true additionalProperties: type: object @@ -13240,6 +13256,12 @@ components: 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 + description: The identity of the chat in which the message was posted. + 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 @@ -13263,13 +13285,13 @@ components: 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 Teams UI. If no edits are made the value is null. + 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 modified, including when a reaction is added or removed.' + 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: @@ -13291,7 +13313,7 @@ components: description: 'Reactions for this chat message (for example, Like).' 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.)' + 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 @@ -13567,7 +13589,7 @@ components: nullable: true teamsAppId: type: string - description: The id from the Teams App manifest. + description: The ID from the Teams app manifest. nullable: true version: type: string @@ -13645,6 +13667,11 @@ components: items: $ref: '#/components/schemas/microsoft.graph.conversationMember' description: A collection of all the members in the chat. Nullable. + messages: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.chatMessage' + description: A collection of all the messages in the chat. Nullable. tabs: type: array items: @@ -13739,7 +13766,7 @@ components: properties: crc32Hash: type: string - description: The CRC32 value of the file (if available). Read-only. + description: The CRC32 value of the file in little endian (if available). Read-only. nullable: true quickXorHash: type: string @@ -13804,7 +13831,7 @@ components: properties: content: type: string - description: The content of the comment. + description: The content of comment. nullable: true contentType: type: string @@ -13842,7 +13869,7 @@ components: 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. Possible values are: String, Integer, Double, Boolean, Range. Read-only.' + 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' @@ -13906,7 +13933,7 @@ components: 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. 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.' + 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 @@ -14343,7 +14370,7 @@ components: nullable: true contentType: type: string - description: 'The media type of the content attachment. It can have the following values: reference: Attachment is a link to another file. Populate the contentURL with the link to the object.Any contentTypes supported by the Bot Framework''s Attachment objectapplication/vnd.microsoft.card.codesnippet: A code snippet. application/vnd.microsoft.card.announcement: An announcement header.' + description: 'The media type of the content attachment. It can have the following values: reference: Attachment is a link to another file. Populate the contentURL with the link to the object.file: Raw file attachment. Populate the contenturl field with the base64 encoding of the file in data: format.image/: Image type with the type of the image specified ex: image/png, image/jpeg, image/gif. Populate the contentUrl field with the base64 encoding of the file in data: format.video/: Video type with the format specified. Ex: video/mp4. Populate the contentUrl field with the base64 encoding of the file in data: format.audio/: Audio type with the format specified. Ex: audio/wmw. Populate the contentUrl field with the base64 encoding of the file in data: format.application/card type: Rich card attachment type with the card type specifying the exact card format to use. Set content with the json format of the card. Supported values for card type include:application/vnd.microsoft.card.adaptive: A rich card that can contain any combination of text, speech, images,,buttons, and input fields. Set the content property to,an AdaptiveCard object.application/vnd.microsoft.card.animation: A rich card that plays animation. Set the content property,to an AnimationCardobject.application/vnd.microsoft.card.audio: A rich card that plays audio files. Set the content property,to an AudioCard object.application/vnd.microsoft.card.video: A rich card that plays videos. Set the content property,to a VideoCard object.application/vnd.microsoft.card.hero: A Hero card. Set the content property to a HeroCard object.application/vnd.microsoft.card.thumbnail: A Thumbnail card. Set the content property to a ThumbnailCard object.application/vnd.microsoft.com.card.receipt: A Receipt card. Set the content property to a ReceiptCard object.application/vnd.microsoft.com.card.signin: A user Sign In card. Set the content property to a SignInCard object.' nullable: true contentUrl: type: string @@ -14363,6 +14390,20 @@ components: nullable: true additionalProperties: type: object + microsoft.graph.channelIdentity: + title: channelIdentity + type: object + properties: + channelId: + type: string + description: The identity of the channel in which the message was posted. + nullable: true + teamId: + type: string + description: The identity of the team in which the message was posted. + nullable: true + additionalProperties: + type: object microsoft.graph.chatMessageImportance: title: chatMessageImportance enum: @@ -14467,7 +14508,7 @@ components: properties: name: type: string - description: Name of the setting (as defined by the directorySettingTemplate). + description: Name of the setting (as defined by the groupSettingTemplate). nullable: true value: type: string @@ -14512,7 +14553,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.attachment' - description: 'The collection of fileAttachment, itemAttachment, and referenceAttachment attachments for the post. Read-only. Nullable.' + description: Read-only. Nullable. extensions: type: array items: @@ -14571,11 +14612,11 @@ components: properties: content: type: string - description: The content of replied comment. + description: The content of a comment reply. nullable: true contentType: type: string - description: Indicates the type for the replied comment. + description: Indicates the type for the comment reply. additionalProperties: type: object microsoft.graph.workbookOperationError: @@ -14656,7 +14697,7 @@ components: description: Represents whether the casing impacted the last sort of the table. Read-only. method: type: string - description: 'Represents Chinese character ordering method last used to sort the table. Possible values are: PinYin, StrokeCount. Read-only.' + description: 'Represents Chinese character ordering method last used to sort the table. The possible values are: PinYin, StrokeCount. Read-only.' additionalProperties: type: object microsoft.graph.workbookChart: @@ -14859,7 +14900,7 @@ components: nullable: true contentType: type: string - description: 'Write only. Content type, such as image/png, image/jpg.' + description: 'Write only. Content type. sicj as image/png, image/jpg.' nullable: true additionalProperties: type: object @@ -14886,7 +14927,7 @@ components: nullable: true dataOption: type: string - description: 'Represents additional sorting options for this field. Possible values are: Normal, TextAsNumber.' + description: 'Represents additional sorting options for this field. The possible values are: Normal, TextAsNumber.' icon: $ref: '#/components/schemas/microsoft.graph.workbookIcon' key: @@ -14897,7 +14938,7 @@ components: format: int32 sortOn: type: string - description: 'Represents the type of sorting of this condition. Possible values are: Value, CellColor, FontColor, Icon.' + description: 'Represents the type of sorting of this condition. The possible values are: Value, CellColor, FontColor, Icon.' additionalProperties: type: object microsoft.graph.workbookChartAxes: @@ -15122,7 +15163,7 @@ components: format: int32 set: type: string - description: 'Represents the set that the icon is part of. Possible values are: Invalid, ThreeArrows, ThreeArrowsGray, ThreeFlags, ThreeTrafficLights1, ThreeTrafficLights2, ThreeSigns, ThreeSymbols, ThreeSymbols2, FourArrows, FourArrowsGray, FourRedToBlack, FourRating, FourTrafficLights, FiveArrows, FiveArrowsGray, FiveRating, FiveQuarters, ThreeStars, ThreeTriangles, FiveBoxes.' + description: 'Represents the set that the icon is part of. The possible values are: Invalid, ThreeArrows, ThreeArrowsGray, ThreeFlags, ThreeTrafficLights1, ThreeTrafficLights2, ThreeSigns, ThreeSymbols, ThreeSymbols2, FourArrows, FourArrowsGray, FourRedToBlack, FourRating, FourTrafficLights, FiveArrows, FiveArrowsGray, FiveRating, FiveQuarters, ThreeStars, ThreeTriangles, FiveBoxes.' additionalProperties: type: object microsoft.graph.workbookChartAxis: diff --git a/profiles/CloudCommunications/crawl-log-v1.0-beta.json b/profiles/CloudCommunications/crawl-log-v1.0-beta.json index 9d4b69443b5..e382c689489 100644 --- a/profiles/CloudCommunications/crawl-log-v1.0-beta.json +++ b/profiles/CloudCommunications/crawl-log-v1.0-beta.json @@ -169,6 +169,14 @@ "originalLocation": "/openApiDocs/beta/CloudCommunications.yml", "apiVersion": "v1.0-beta" }, + "/communications/presences/{presence-id}/microsoft.graph.clearPresence": { + "originalLocation": "/openApiDocs/beta/CloudCommunications.yml", + "apiVersion": "v1.0-beta" + }, + "/communications/presences/{presence-id}/microsoft.graph.setPresence": { + "originalLocation": "/openApiDocs/beta/CloudCommunications.yml", + "apiVersion": "v1.0-beta" + }, "/users/{user-id}/onlineMeetings": { "originalLocation": "/openApiDocs/beta/CloudCommunications.yml", "apiVersion": "v1.0-beta" diff --git a/profiles/CloudCommunications/definitions/v1.0-beta.md b/profiles/CloudCommunications/definitions/v1.0-beta.md index 34dbf092b69..5a00be90b0e 100644 --- a/profiles/CloudCommunications/definitions/v1.0-beta.md +++ b/profiles/CloudCommunications/definitions/v1.0-beta.md @@ -49,6 +49,8 @@ profiles: /communications/onlineMeetings/microsoft.graph.createOrGet: v1.0-beta /communications/presences: v1.0-beta /communications/presences/{presence-id}: v1.0-beta + /communications/presences/{presence-id}/microsoft.graph.clearPresence: v1.0-beta + /communications/presences/{presence-id}/microsoft.graph.setPresence: v1.0-beta /users/{user-id}/onlineMeetings: v1.0-beta /users/{user-id}/onlineMeetings/{onlineMeeting-id}: v1.0-beta /users/{user-id}/onlineMeetings/{onlineMeeting-id}/alternativeRecording: v1.0-beta diff --git a/profiles/DeviceManagement.Actions/crawl-log-v1.0-beta.json b/profiles/DeviceManagement.Actions/crawl-log-v1.0-beta.json index 8eab4db4735..a081dfa2f92 100644 --- a/profiles/DeviceManagement.Actions/crawl-log-v1.0-beta.json +++ b/profiles/DeviceManagement.Actions/crawl-log-v1.0-beta.json @@ -69,6 +69,10 @@ "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", "apiVersion": "v1.0-beta" }, + "/deviceManagement/assignmentFilters/microsoft.graph.enable": { + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", + "apiVersion": "v1.0-beta" + }, "/deviceManagement/assignmentFilters/microsoft.graph.validateFilter": { "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", "apiVersion": "v1.0-beta" @@ -1629,6 +1633,14 @@ "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", "apiVersion": "v1.0-beta" }, + "/deviceManagement/reports/microsoft.graph.getWindowsQualityUpdateAlertsPerPolicyPerDeviceReport": { + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", + "apiVersion": "v1.0-beta" + }, + "/deviceManagement/reports/microsoft.graph.getWindowsQualityUpdateAlertSummaryReport": { + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", + "apiVersion": "v1.0-beta" + }, "/deviceManagement/reports/microsoft.graph.getWindowsUpdateAlertsPerPolicyPerDeviceReport": { "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", "apiVersion": "v1.0-beta" @@ -1713,6 +1725,10 @@ "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", "apiVersion": "v1.0-beta" }, + "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignedDevices/microsoft.graph.deleteDevices": { + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", + "apiVersion": "v1.0-beta" + }, "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/microsoft.graph.assign": { "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", "apiVersion": "v1.0-beta" @@ -1749,6 +1765,10 @@ "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", "apiVersion": "v1.0-beta" }, + "/deviceManagement/windowsAutopilotDeviceIdentities/microsoft.graph.deleteDevices": { + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", + "apiVersion": "v1.0-beta" + }, "/deviceManagement/windowsAutopilotSettings/microsoft.graph.sync": { "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", "apiVersion": "v1.0-beta" diff --git a/profiles/DeviceManagement.Actions/definitions/v1.0-beta.md b/profiles/DeviceManagement.Actions/definitions/v1.0-beta.md index deca906f524..0cc134487b6 100644 --- a/profiles/DeviceManagement.Actions/definitions/v1.0-beta.md +++ b/profiles/DeviceManagement.Actions/definitions/v1.0-beta.md @@ -24,6 +24,7 @@ profiles: /deviceManagement/androidManagedStoreAccountEnterpriseSettings/microsoft.graph.unbind: v1.0-beta /deviceManagement/applePushNotificationCertificate/microsoft.graph.generateApplePushNotificationCertificateSigningRequest: v1.0-beta /deviceManagement/appleUserInitiatedEnrollmentProfiles/{appleUserInitiatedEnrollmentProfile-id}/microsoft.graph.setPriority: v1.0-beta + /deviceManagement/assignmentFilters/microsoft.graph.enable: v1.0-beta /deviceManagement/assignmentFilters/microsoft.graph.validateFilter: v1.0-beta ? /deviceManagement/comanagedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}/microsoft.graph.createDownloadUrl : v1.0-beta @@ -655,6 +656,8 @@ profiles: /deviceManagement/reports/microsoft.graph.getUnhealthyFirewallReport: v1.0-beta /deviceManagement/reports/microsoft.graph.getUnhealthyFirewallSummaryReport: v1.0-beta /deviceManagement/reports/microsoft.graph.getUserInstallStatusReport: v1.0-beta + /deviceManagement/reports/microsoft.graph.getWindowsQualityUpdateAlertsPerPolicyPerDeviceReport: v1.0-beta + /deviceManagement/reports/microsoft.graph.getWindowsQualityUpdateAlertSummaryReport: v1.0-beta /deviceManagement/reports/microsoft.graph.getWindowsUpdateAlertsPerPolicyPerDeviceReport: v1.0-beta /deviceManagement/reports/microsoft.graph.getWindowsUpdateAlertSummaryReport: v1.0-beta /deviceManagement/resourceAccessProfiles/{deviceManagementResourceAccessProfileBase-id}/microsoft.graph.assign: v1.0-beta @@ -685,6 +688,8 @@ profiles: : v1.0-beta ? /deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignedDevices/{windowsAutopilotDeviceIdentity-id}/microsoft.graph.updateDeviceProperties : v1.0-beta + ? /deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignedDevices/microsoft.graph.deleteDevices + : v1.0-beta /deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/microsoft.graph.assign: v1.0-beta /deviceManagement/windowsAutopilotDeploymentProfiles/microsoft.graph.hasPayloadLinks: v1.0-beta /deviceManagement/windowsAutopilotDeviceIdentities/{windowsAutopilotDeviceIdentity-id}/deploymentProfile/microsoft.graph.assign: v1.0-beta @@ -697,6 +702,7 @@ profiles: : v1.0-beta /deviceManagement/windowsAutopilotDeviceIdentities/{windowsAutopilotDeviceIdentity-id}/microsoft.graph.unassignUserFromDevice: v1.0-beta /deviceManagement/windowsAutopilotDeviceIdentities/{windowsAutopilotDeviceIdentity-id}/microsoft.graph.updateDeviceProperties: v1.0-beta + /deviceManagement/windowsAutopilotDeviceIdentities/microsoft.graph.deleteDevices: v1.0-beta /deviceManagement/windowsAutopilotSettings/microsoft.graph.sync: v1.0-beta /deviceManagement/windowsFeatureUpdateProfiles/{windowsFeatureUpdateProfile-id}/microsoft.graph.assign: v1.0-beta /deviceManagement/windowsQualityUpdateProfiles/{windowsQualityUpdateProfile-id}/microsoft.graph.assign: v1.0-beta diff --git a/profiles/DeviceManagement.Enrolment/crawl-log-v1.0-beta.json b/profiles/DeviceManagement.Enrolment/crawl-log-v1.0-beta.json index d7fceab3157..07b5852cf9f 100644 --- a/profiles/DeviceManagement.Enrolment/crawl-log-v1.0-beta.json +++ b/profiles/DeviceManagement.Enrolment/crawl-log-v1.0-beta.json @@ -125,6 +125,14 @@ "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", "apiVersion": "v1.0-beta" }, + "/deviceManagement/userExperienceAnalyticsNotAutopilotReadyDevice": { + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", + "apiVersion": "v1.0-beta" + }, + "/deviceManagement/userExperienceAnalyticsNotAutopilotReadyDevice/{userExperienceAnalyticsNotAutopilotReadyDevice-id}": { + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", + "apiVersion": "v1.0-beta" + }, "/deviceManagement/windowsAutopilotDeploymentProfiles": { "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", "apiVersion": "v1.0-beta" @@ -341,6 +349,26 @@ "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", "apiVersion": "v1.0-beta" }, + "/roleManagement/directory/roleAssignmentApprovals": { + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", + "apiVersion": "v1.0-beta" + }, + "/roleManagement/directory/roleAssignmentApprovals/{approval-id}": { + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", + "apiVersion": "v1.0-beta" + }, + "/roleManagement/directory/roleAssignmentApprovals/{approval-id}/steps": { + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", + "apiVersion": "v1.0-beta" + }, + "/roleManagement/directory/roleAssignmentApprovals/{approval-id}/steps/{approvalStep-id}": { + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", + "apiVersion": "v1.0-beta" + }, + "/roleManagement/directory/roleAssignmentApprovals/microsoft.graph.filterByCurrentUser(on={on})": { + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", + "apiVersion": "v1.0-beta" + }, "/roleManagement/directory/roleAssignmentRequests": { "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", "apiVersion": "v1.0-beta" @@ -613,6 +641,26 @@ "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", "apiVersion": "v1.0-beta" }, + "/roleManagement/entitlementManagement/roleAssignmentApprovals": { + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", + "apiVersion": "v1.0-beta" + }, + "/roleManagement/entitlementManagement/roleAssignmentApprovals/{approval-id}": { + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", + "apiVersion": "v1.0-beta" + }, + "/roleManagement/entitlementManagement/roleAssignmentApprovals/{approval-id}/steps": { + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", + "apiVersion": "v1.0-beta" + }, + "/roleManagement/entitlementManagement/roleAssignmentApprovals/{approval-id}/steps/{approvalStep-id}": { + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", + "apiVersion": "v1.0-beta" + }, + "/roleManagement/entitlementManagement/roleAssignmentApprovals/microsoft.graph.filterByCurrentUser(on={on})": { + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", + "apiVersion": "v1.0-beta" + }, "/roleManagement/entitlementManagement/roleAssignmentRequests": { "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", "apiVersion": "v1.0-beta" diff --git a/profiles/DeviceManagement.Enrolment/crawl-log-v1.0.json b/profiles/DeviceManagement.Enrolment/crawl-log-v1.0.json index 954ee081ccb..f0ce8d78895 100644 --- a/profiles/DeviceManagement.Enrolment/crawl-log-v1.0.json +++ b/profiles/DeviceManagement.Enrolment/crawl-log-v1.0.json @@ -20,6 +20,10 @@ "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments/{enrollmentConfigurationAssignment-id}": { "originalLocation": "/openApiDocs/v1.0/DeviceManagement.Enrolment.yml", "apiVersion": "v1.0" + }, + "/roleManagement": { + "originalLocation": "/openApiDocs/v1.0/DeviceManagement.Enrolment.yml", + "apiVersion": "v1.0" } } } diff --git a/profiles/DeviceManagement.Enrolment/definitions/v1.0-beta.md b/profiles/DeviceManagement.Enrolment/definitions/v1.0-beta.md index c85c25e8825..c2d2335ac30 100644 --- a/profiles/DeviceManagement.Enrolment/definitions/v1.0-beta.md +++ b/profiles/DeviceManagement.Enrolment/definitions/v1.0-beta.md @@ -41,6 +41,8 @@ profiles: /deviceManagement/importedDeviceIdentities/{importedDeviceIdentity-id}: v1.0-beta /deviceManagement/importedWindowsAutopilotDeviceIdentities: v1.0-beta /deviceManagement/importedWindowsAutopilotDeviceIdentities/{importedWindowsAutopilotDeviceIdentity-id}: v1.0-beta + /deviceManagement/userExperienceAnalyticsNotAutopilotReadyDevice: v1.0-beta + /deviceManagement/userExperienceAnalyticsNotAutopilotReadyDevice/{userExperienceAnalyticsNotAutopilotReadyDevice-id}: v1.0-beta /deviceManagement/windowsAutopilotDeploymentProfiles: v1.0-beta /deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}: v1.0-beta /deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignedDevices: v1.0-beta @@ -107,6 +109,11 @@ profiles: /roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}: v1.0-beta ? /roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/resourceScope : v1.0-beta + /roleManagement/directory/roleAssignmentApprovals: v1.0-beta + /roleManagement/directory/roleAssignmentApprovals/{approval-id}: v1.0-beta + /roleManagement/directory/roleAssignmentApprovals/{approval-id}/steps: v1.0-beta + /roleManagement/directory/roleAssignmentApprovals/{approval-id}/steps/{approvalStep-id}: v1.0-beta + /roleManagement/directory/roleAssignmentApprovals/microsoft.graph.filterByCurrentUser(on={on}): v1.0-beta /roleManagement/directory/roleAssignmentRequests: v1.0-beta /roleManagement/directory/roleAssignmentRequests/{unifiedRoleAssignmentRequest-id}: v1.0-beta /roleManagement/directory/roleAssignmentRequests/{unifiedRoleAssignmentRequest-id}/activatedUsing: v1.0-beta @@ -179,6 +186,11 @@ profiles: : v1.0-beta ? /roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/resourceScope : v1.0-beta + /roleManagement/entitlementManagement/roleAssignmentApprovals: v1.0-beta + /roleManagement/entitlementManagement/roleAssignmentApprovals/{approval-id}: v1.0-beta + /roleManagement/entitlementManagement/roleAssignmentApprovals/{approval-id}/steps: v1.0-beta + /roleManagement/entitlementManagement/roleAssignmentApprovals/{approval-id}/steps/{approvalStep-id}: v1.0-beta + /roleManagement/entitlementManagement/roleAssignmentApprovals/microsoft.graph.filterByCurrentUser(on={on}): v1.0-beta /roleManagement/entitlementManagement/roleAssignmentRequests: v1.0-beta /roleManagement/entitlementManagement/roleAssignmentRequests/{unifiedRoleAssignmentRequest-id}: v1.0-beta /roleManagement/entitlementManagement/roleAssignmentRequests/{unifiedRoleAssignmentRequest-id}/activatedUsing: v1.0-beta diff --git a/profiles/DeviceManagement.Enrolment/definitions/v1.0.md b/profiles/DeviceManagement.Enrolment/definitions/v1.0.md index d68dbaf2b70..eef35d74c5b 100644 --- a/profiles/DeviceManagement.Enrolment/definitions/v1.0.md +++ b/profiles/DeviceManagement.Enrolment/definitions/v1.0.md @@ -13,5 +13,6 @@ profiles: /deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments: v1.0 ? /deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments/{enrollmentConfigurationAssignment-id} : v1.0 + /roleManagement: v1.0 ``` diff --git a/profiles/DeviceManagement.Functions/crawl-log-v1.0-beta.json b/profiles/DeviceManagement.Functions/crawl-log-v1.0-beta.json index 8a74c0145e3..4df654564d8 100644 --- a/profiles/DeviceManagement.Functions/crawl-log-v1.0-beta.json +++ b/profiles/DeviceManagement.Functions/crawl-log-v1.0-beta.json @@ -5,6 +5,10 @@ "originalLocation": "/openApiDocs/beta/DeviceManagement.Functions.yml", "apiVersion": "v1.0-beta" }, + "/deviceManagement/assignmentFilters/microsoft.graph.getState()": { + "originalLocation": "/openApiDocs/beta/DeviceManagement.Functions.yml", + "apiVersion": "v1.0-beta" + }, "/deviceManagement/auditEvents/microsoft.graph.getAuditActivityTypes(category='{category}')": { "originalLocation": "/openApiDocs/beta/DeviceManagement.Functions.yml", "apiVersion": "v1.0-beta" @@ -185,6 +189,10 @@ "originalLocation": "/openApiDocs/beta/DeviceManagement.Functions.yml", "apiVersion": "v1.0-beta" }, + "/deviceManagement/microsoft.graph.userExperienceAnalyticsSummarizeWorkFromAnywhereDevices()": { + "originalLocation": "/openApiDocs/beta/DeviceManagement.Functions.yml", + "apiVersion": "v1.0-beta" + }, "/deviceManagement/microsoft.graph.verifyWindowsEnrollmentAutoDiscovery(domainName='{domainName}')": { "originalLocation": "/openApiDocs/beta/DeviceManagement.Functions.yml", "apiVersion": "v1.0-beta" diff --git a/profiles/DeviceManagement.Functions/definitions/v1.0-beta.md b/profiles/DeviceManagement.Functions/definitions/v1.0-beta.md index aad3caba44d..1217518b35f 100644 --- a/profiles/DeviceManagement.Functions/definitions/v1.0-beta.md +++ b/profiles/DeviceManagement.Functions/definitions/v1.0-beta.md @@ -8,6 +8,7 @@ profiles: resources: {} operations: /deviceManagement/applePushNotificationCertificate/microsoft.graph.downloadApplePushNotificationCertificateSigningRequest(): v1.0-beta + /deviceManagement/assignmentFilters/microsoft.graph.getState(): v1.0-beta /deviceManagement/auditEvents/microsoft.graph.getAuditActivityTypes(category='{category}'): v1.0-beta /deviceManagement/auditEvents/microsoft.graph.getAuditCategories(): v1.0-beta /deviceManagement/comanagedDevices/{managedDevice-id}/microsoft.graph.getFileVaultKey(): v1.0-beta @@ -74,6 +75,7 @@ profiles: /deviceManagement/microsoft.graph.getRoleScopeTagsByResource(resource='{resource}'): v1.0-beta /deviceManagement/microsoft.graph.getSuggestedEnrollmentLimit(enrollmentType='{enrollmentType}'): v1.0-beta /deviceManagement/microsoft.graph.scopedForResource(resource='{resource}'): v1.0-beta + /deviceManagement/microsoft.graph.userExperienceAnalyticsSummarizeWorkFromAnywhereDevices(): v1.0-beta /deviceManagement/microsoft.graph.verifyWindowsEnrollmentAutoDiscovery(domainName='{domainName}'): v1.0-beta /deviceManagement/resourceOperations/{resourceOperation-id}/microsoft.graph.getScopesForUser(userid='{userid}'): v1.0-beta ? /deviceManagement/roleAssignments/{deviceAndAppManagementRoleAssignment-id}/roleScopeTags/microsoft.graph.hasCustomRoleScopeTag() diff --git a/profiles/DeviceManagement/crawl-log-v1.0-beta.json b/profiles/DeviceManagement/crawl-log-v1.0-beta.json index 7715f4ca936..b65a0c568e3 100644 --- a/profiles/DeviceManagement/crawl-log-v1.0-beta.json +++ b/profiles/DeviceManagement/crawl-log-v1.0-beta.json @@ -1145,6 +1145,14 @@ "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", "apiVersion": "v1.0-beta" }, + "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}/workFromAnywhereMetrics": { + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", + "apiVersion": "v1.0-beta" + }, + "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}/workFromAnywhereMetrics/$ref": { + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", + "apiVersion": "v1.0-beta" + }, "/deviceManagement/userExperienceAnalyticsCategories": { "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", "apiVersion": "v1.0-beta" @@ -1241,6 +1249,14 @@ "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", "apiVersion": "v1.0-beta" }, + "/deviceManagement/userExperienceAnalyticsNotAutopilotReadyDevice": { + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", + "apiVersion": "v1.0-beta" + }, + "/deviceManagement/userExperienceAnalyticsNotAutopilotReadyDevice/{userExperienceAnalyticsNotAutopilotReadyDevice-id}": { + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", + "apiVersion": "v1.0-beta" + }, "/deviceManagement/userExperienceAnalyticsOverview": { "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", "apiVersion": "v1.0-beta" diff --git a/profiles/DeviceManagement/definitions/v1.0-beta.md b/profiles/DeviceManagement/definitions/v1.0-beta.md index f1204ac5838..a27bbd3af45 100644 --- a/profiles/DeviceManagement/definitions/v1.0-beta.md +++ b/profiles/DeviceManagement/definitions/v1.0-beta.md @@ -344,6 +344,8 @@ profiles: /deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}/rebootAnalyticsMetrics/$ref: v1.0-beta /deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}/resourcePerformanceMetrics: v1.0-beta /deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}/resourcePerformanceMetrics/$ref: v1.0-beta + /deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}/workFromAnywhereMetrics: v1.0-beta + /deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}/workFromAnywhereMetrics/$ref: v1.0-beta /deviceManagement/userExperienceAnalyticsCategories: v1.0-beta /deviceManagement/userExperienceAnalyticsCategories/{userExperienceAnalyticsCategory-id}: v1.0-beta /deviceManagement/userExperienceAnalyticsCategories/{userExperienceAnalyticsCategory-id}/metricValues: v1.0-beta @@ -373,6 +375,8 @@ profiles: /deviceManagement/userExperienceAnalyticsMetricHistory/{userExperienceAnalyticsMetricHistory-id}/userExperienceAnalyticsMetric: v1.0-beta ? /deviceManagement/userExperienceAnalyticsMetricHistory/{userExperienceAnalyticsMetricHistory-id}/userExperienceAnalyticsMetric/$ref : v1.0-beta + /deviceManagement/userExperienceAnalyticsNotAutopilotReadyDevice: v1.0-beta + /deviceManagement/userExperienceAnalyticsNotAutopilotReadyDevice/{userExperienceAnalyticsNotAutopilotReadyDevice-id}: v1.0-beta /deviceManagement/userExperienceAnalyticsOverview: v1.0-beta /deviceManagement/userExperienceAnalyticsRegressionSummary: v1.0-beta /deviceManagement/userExperienceAnalyticsRegressionSummary/manufacturerRegression: v1.0-beta diff --git a/profiles/Identity.Governance/crawl-log-v1.0-beta.json b/profiles/Identity.Governance/crawl-log-v1.0-beta.json index 7a3003804a8..0e2ea48cb1b 100644 --- a/profiles/Identity.Governance/crawl-log-v1.0-beta.json +++ b/profiles/Identity.Governance/crawl-log-v1.0-beta.json @@ -129,6 +129,10 @@ "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", "apiVersion": "v1.0-beta" }, + "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/microsoft.graph.batchRecordDecisions": { + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", + "apiVersion": "v1.0-beta" + }, "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/microsoft.graph.resetDecisions": { "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", "apiVersion": "v1.0-beta" @@ -145,6 +149,14 @@ "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", "apiVersion": "v1.0-beta" }, + "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/microsoft.graph.filterByCurrentUser(on={on})": { + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", + "apiVersion": "v1.0-beta" + }, + "/identityGovernance/appConsent/appConsentRequests/microsoft.graph.filterByCurrentUser(on={on})": { + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", + "apiVersion": "v1.0-beta" + }, "/identityGovernance/entitlementManagement": { "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", "apiVersion": "v1.0-beta" @@ -413,6 +425,10 @@ "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", "apiVersion": "v1.0-beta" }, + "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackages/microsoft.graph.filterByCurrentUser(on={on})": { + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", + "apiVersion": "v1.0-beta" + }, "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackages/microsoft.graph.Search()": { "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", "apiVersion": "v1.0-beta" @@ -589,6 +605,10 @@ "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", "apiVersion": "v1.0-beta" }, + "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackage/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackages/microsoft.graph.filterByCurrentUser(on={on})": { + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", + "apiVersion": "v1.0-beta" + }, "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackage/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackages/microsoft.graph.Search()": { "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", "apiVersion": "v1.0-beta" @@ -921,6 +941,10 @@ "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", "apiVersion": "v1.0-beta" }, + "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackages/microsoft.graph.filterByCurrentUser(on={on})": { + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", + "apiVersion": "v1.0-beta" + }, "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackages/microsoft.graph.Search()": { "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", "apiVersion": "v1.0-beta" @@ -933,11 +957,11 @@ "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", "apiVersion": "v1.0-beta" }, - "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id1}/microsoft.graph.Cancel": { + "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id1}/microsoft.graph.cancel": { "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", "apiVersion": "v1.0-beta" }, - "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackageAssignmentRequests/microsoft.graph.My()": { + "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackageAssignmentRequests/microsoft.graph.filterByCurrentUser(on={on})": { "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", "apiVersion": "v1.0-beta" }, @@ -957,7 +981,7 @@ "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", "apiVersion": "v1.0-beta" }, - "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/microsoft.graph.My()": { + "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/microsoft.graph.filterByCurrentUser(on={on})": { "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", "apiVersion": "v1.0-beta" }, @@ -1061,7 +1085,7 @@ "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", "apiVersion": "v1.0-beta" }, - "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/microsoft.graph.Cancel": { + "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/microsoft.graph.cancel": { "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", "apiVersion": "v1.0-beta" }, @@ -1077,7 +1101,7 @@ "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", "apiVersion": "v1.0-beta" }, - "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/microsoft.graph.My()": { + "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/microsoft.graph.filterByCurrentUser(on={on})": { "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", "apiVersion": "v1.0-beta" }, @@ -1249,6 +1273,10 @@ "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", "apiVersion": "v1.0-beta" }, + "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackages/microsoft.graph.filterByCurrentUser(on={on})": { + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", + "apiVersion": "v1.0-beta" + }, "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackages/microsoft.graph.Search()": { "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", "apiVersion": "v1.0-beta" @@ -1581,6 +1609,10 @@ "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", "apiVersion": "v1.0-beta" }, + "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackages/microsoft.graph.filterByCurrentUser(on={on})": { + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", + "apiVersion": "v1.0-beta" + }, "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackages/microsoft.graph.Search()": { "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", "apiVersion": "v1.0-beta" @@ -1605,7 +1637,7 @@ "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", "apiVersion": "v1.0-beta" }, - "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/microsoft.graph.Cancel": { + "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/microsoft.graph.cancel": { "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", "apiVersion": "v1.0-beta" }, @@ -1621,7 +1653,7 @@ "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", "apiVersion": "v1.0-beta" }, - "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentRequests/microsoft.graph.My()": { + "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentRequests/microsoft.graph.filterByCurrentUser(on={on})": { "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", "apiVersion": "v1.0-beta" }, @@ -1649,7 +1681,7 @@ "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", "apiVersion": "v1.0-beta" }, - "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/microsoft.graph.My()": { + "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/microsoft.graph.filterByCurrentUser(on={on})": { "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", "apiVersion": "v1.0-beta" }, @@ -1901,6 +1933,10 @@ "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", "apiVersion": "v1.0-beta" }, + "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackages/microsoft.graph.filterByCurrentUser(on={on})": { + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", + "apiVersion": "v1.0-beta" + }, "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackages/microsoft.graph.Search()": { "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", "apiVersion": "v1.0-beta" @@ -2233,6 +2269,10 @@ "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", "apiVersion": "v1.0-beta" }, + "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackages/microsoft.graph.filterByCurrentUser(on={on})": { + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", + "apiVersion": "v1.0-beta" + }, "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackages/microsoft.graph.Search()": { "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", "apiVersion": "v1.0-beta" @@ -2257,7 +2297,7 @@ "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", "apiVersion": "v1.0-beta" }, - "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/microsoft.graph.Cancel": { + "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/microsoft.graph.cancel": { "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", "apiVersion": "v1.0-beta" }, @@ -2273,7 +2313,7 @@ "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", "apiVersion": "v1.0-beta" }, - "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentRequests/microsoft.graph.My()": { + "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentRequests/microsoft.graph.filterByCurrentUser(on={on})": { "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", "apiVersion": "v1.0-beta" }, @@ -2293,7 +2333,7 @@ "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", "apiVersion": "v1.0-beta" }, - "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/microsoft.graph.My()": { + "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/microsoft.graph.filterByCurrentUser(on={on})": { "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", "apiVersion": "v1.0-beta" }, @@ -2397,7 +2437,7 @@ "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", "apiVersion": "v1.0-beta" }, - "/identityGovernance/entitlementManagement/accessPackageAssignments/microsoft.graph.My()": { + "/identityGovernance/entitlementManagement/accessPackageAssignments/microsoft.graph.filterByCurrentUser(on={on})": { "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", "apiVersion": "v1.0-beta" }, @@ -2645,6 +2685,10 @@ "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", "apiVersion": "v1.0-beta" }, + "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackages/microsoft.graph.filterByCurrentUser(on={on})": { + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", + "apiVersion": "v1.0-beta" + }, "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackages/microsoft.graph.Search()": { "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", "apiVersion": "v1.0-beta" @@ -2973,6 +3017,10 @@ "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", "apiVersion": "v1.0-beta" }, + "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackages/microsoft.graph.filterByCurrentUser(on={on})": { + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", + "apiVersion": "v1.0-beta" + }, "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackages/microsoft.graph.Search()": { "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", "apiVersion": "v1.0-beta" @@ -3065,6 +3113,10 @@ "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", "apiVersion": "v1.0-beta" }, + "/identityGovernance/entitlementManagement/accessPackages/microsoft.graph.filterByCurrentUser(on={on})": { + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", + "apiVersion": "v1.0-beta" + }, "/identityGovernance/entitlementManagement/accessPackages/microsoft.graph.Search()": { "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", "apiVersion": "v1.0-beta" diff --git a/profiles/Identity.Governance/crawl-log-v1.0.json b/profiles/Identity.Governance/crawl-log-v1.0.json index d9d168b0733..25a8e3de6b3 100644 --- a/profiles/Identity.Governance/crawl-log-v1.0.json +++ b/profiles/Identity.Governance/crawl-log-v1.0.json @@ -53,6 +53,14 @@ "originalLocation": "/openApiDocs/v1.0/Identity.Governance.yml", "apiVersion": "v1.0" }, + "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/microsoft.graph.filterByCurrentUser(on={on})": { + "originalLocation": "/openApiDocs/v1.0/Identity.Governance.yml", + "apiVersion": "v1.0" + }, + "/identityGovernance/appConsent/appConsentRequests/microsoft.graph.filterByCurrentUser(on={on})": { + "originalLocation": "/openApiDocs/v1.0/Identity.Governance.yml", + "apiVersion": "v1.0" + }, "/users/{user-id}/agreementAcceptances": { "originalLocation": "/openApiDocs/v1.0/Identity.Governance.yml", "apiVersion": "v1.0" diff --git a/profiles/Identity.Governance/definitions/v1.0-beta.md b/profiles/Identity.Governance/definitions/v1.0-beta.md index 8472f73efc6..3fafe36fcad 100644 --- a/profiles/Identity.Governance/definitions/v1.0-beta.md +++ b/profiles/Identity.Governance/definitions/v1.0-beta.md @@ -42,6 +42,8 @@ profiles: : v1.0-beta ? /identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/microsoft.graph.applyDecisions : v1.0-beta + ? /identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/microsoft.graph.batchRecordDecisions + : v1.0-beta ? /identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/microsoft.graph.resetDecisions : v1.0-beta ? /identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/microsoft.graph.sendReminder @@ -49,6 +51,9 @@ profiles: ? /identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/microsoft.graph.stop : v1.0-beta /identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/microsoft.graph.stop: v1.0-beta + ? /identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/microsoft.graph.filterByCurrentUser(on={on}) + : v1.0-beta + /identityGovernance/appConsent/appConsentRequests/microsoft.graph.filterByCurrentUser(on={on}): v1.0-beta /identityGovernance/entitlementManagement: v1.0-beta /identityGovernance/entitlementManagement/accessPackageAssignmentApprovals: v1.0-beta /identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/{approval-id}: v1.0-beta @@ -173,6 +178,8 @@ profiles: : v1.0-beta ? /identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id} : v1.0-beta + ? /identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackages/microsoft.graph.filterByCurrentUser(on={on}) + : v1.0-beta ? /identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackages/microsoft.graph.Search() : v1.0-beta /identityGovernance/entitlementManagement/accessPackageAssignmentRequests: v1.0-beta @@ -257,6 +264,8 @@ profiles: : v1.0-beta ? /identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackage/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackages/{accessPackage-id} : v1.0-beta + ? /identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackage/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackages/microsoft.graph.filterByCurrentUser(on={on}) + : v1.0-beta ? /identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackage/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackages/microsoft.graph.Search() : v1.0-beta ? /identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackage/accessPackageCatalog @@ -423,15 +432,17 @@ profiles: : v1.0-beta ? /identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id} : v1.0-beta + ? /identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackages/microsoft.graph.filterByCurrentUser(on={on}) + : v1.0-beta ? /identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackages/microsoft.graph.Search() : v1.0-beta ? /identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackageAssignmentRequests : v1.0-beta ? /identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id1} : v1.0-beta - ? /identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id1}/microsoft.graph.Cancel + ? /identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id1}/microsoft.graph.cancel : v1.0-beta - ? /identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackageAssignmentRequests/microsoft.graph.My() + ? /identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackageAssignmentRequests/microsoft.graph.filterByCurrentUser(on={on}) : v1.0-beta ? /identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackageAssignmentResourceRoles : v1.0-beta @@ -441,7 +452,7 @@ profiles: : v1.0-beta ? /identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/{accessPackageAssignment-id} : v1.0-beta - ? /identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/microsoft.graph.My() + ? /identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/microsoft.graph.filterByCurrentUser(on={on}) : v1.0-beta ? /identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageResourceRole : v1.0-beta @@ -493,14 +504,14 @@ profiles: : v1.0-beta ? /identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/target/connectedOrganization/$ref : v1.0-beta - ? /identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/microsoft.graph.Cancel + ? /identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/microsoft.graph.cancel : v1.0-beta /identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/requestor: v1.0-beta ? /identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/requestor/connectedOrganization : v1.0-beta ? /identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/requestor/connectedOrganization/$ref : v1.0-beta - /identityGovernance/entitlementManagement/accessPackageAssignmentRequests/microsoft.graph.My(): v1.0-beta + /identityGovernance/entitlementManagement/accessPackageAssignmentRequests/microsoft.graph.filterByCurrentUser(on={on}): v1.0-beta /identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles: v1.0-beta /identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}: v1.0-beta ? /identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments @@ -583,6 +594,8 @@ profiles: : v1.0-beta ? /identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackages/{accessPackage-id} : v1.0-beta + ? /identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackages/microsoft.graph.filterByCurrentUser(on={on}) + : v1.0-beta ? /identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackages/microsoft.graph.Search() : v1.0-beta ? /identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageCatalog @@ -749,6 +762,8 @@ profiles: : v1.0-beta ? /identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id} : v1.0-beta + ? /identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackages/microsoft.graph.filterByCurrentUser(on={on}) + : v1.0-beta ? /identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackages/microsoft.graph.Search() : v1.0-beta ? /identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentRequests @@ -761,7 +776,7 @@ profiles: : v1.0-beta ? /identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment : v1.0-beta - ? /identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/microsoft.graph.Cancel + ? /identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/microsoft.graph.cancel : v1.0-beta ? /identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/requestor : v1.0-beta @@ -769,7 +784,7 @@ profiles: : v1.0-beta ? /identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/requestor/connectedOrganization/$ref : v1.0-beta - ? /identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentRequests/microsoft.graph.My() + ? /identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentRequests/microsoft.graph.filterByCurrentUser(on={on}) : v1.0-beta ? /identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentResourceRoles : v1.0-beta @@ -783,7 +798,7 @@ profiles: : v1.0-beta ? /identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/{accessPackageAssignment-id}/target/connectedOrganization/$ref : v1.0-beta - ? /identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/microsoft.graph.My() + ? /identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/microsoft.graph.filterByCurrentUser(on={on}) : v1.0-beta ? /identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageResourceRole : v1.0-beta @@ -905,6 +920,8 @@ profiles: : v1.0-beta ? /identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackages/{accessPackage-id} : v1.0-beta + ? /identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackages/microsoft.graph.filterByCurrentUser(on={on}) + : v1.0-beta ? /identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackages/microsoft.graph.Search() : v1.0-beta ? /identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageCatalog @@ -1070,6 +1087,8 @@ profiles: : v1.0-beta ? /identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id} : v1.0-beta + ? /identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackages/microsoft.graph.filterByCurrentUser(on={on}) + : v1.0-beta ? /identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackages/microsoft.graph.Search() : v1.0-beta /identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentRequests: v1.0-beta @@ -1081,7 +1100,7 @@ profiles: : v1.0-beta ? /identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment : v1.0-beta - ? /identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/microsoft.graph.Cancel + ? /identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/microsoft.graph.cancel : v1.0-beta ? /identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/requestor : v1.0-beta @@ -1089,7 +1108,7 @@ profiles: : v1.0-beta ? /identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/requestor/connectedOrganization/$ref : v1.0-beta - ? /identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentRequests/microsoft.graph.My() + ? /identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentRequests/microsoft.graph.filterByCurrentUser(on={on}) : v1.0-beta ? /identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentResourceRoles : v1.0-beta @@ -1099,7 +1118,7 @@ profiles: : v1.0-beta ? /identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/{accessPackageAssignment-id1} : v1.0-beta - ? /identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/microsoft.graph.My() + ? /identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/microsoft.graph.filterByCurrentUser(on={on}) : v1.0-beta ? /identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageResourceRole : v1.0-beta @@ -1149,7 +1168,7 @@ profiles: /identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/target/connectedOrganization: v1.0-beta ? /identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/target/connectedOrganization/$ref : v1.0-beta - /identityGovernance/entitlementManagement/accessPackageAssignments/microsoft.graph.My(): v1.0-beta + /identityGovernance/entitlementManagement/accessPackageAssignments/microsoft.graph.filterByCurrentUser(on={on}): v1.0-beta /identityGovernance/entitlementManagement/accessPackageCatalogs: v1.0-beta /identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}: v1.0-beta /identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageResourceRoles: v1.0-beta @@ -1265,6 +1284,8 @@ profiles: : v1.0-beta ? /identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id} : v1.0-beta + ? /identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackages/microsoft.graph.filterByCurrentUser(on={on}) + : v1.0-beta ? /identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackages/microsoft.graph.Search() : v1.0-beta /identityGovernance/entitlementManagement/accessPackageCatalogs/microsoft.graph.Search(): v1.0-beta @@ -1412,6 +1433,8 @@ profiles: : v1.0-beta ? /identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackages/{accessPackage-id1} : v1.0-beta + ? /identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackages/microsoft.graph.filterByCurrentUser(on={on}) + : v1.0-beta ? /identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackages/microsoft.graph.Search() : v1.0-beta /identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageCatalog: v1.0-beta @@ -1455,6 +1478,7 @@ profiles: : v1.0-beta ? /identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id} : v1.0-beta + /identityGovernance/entitlementManagement/accessPackages/microsoft.graph.filterByCurrentUser(on={on}): v1.0-beta /identityGovernance/entitlementManagement/accessPackages/microsoft.graph.Search(): v1.0-beta /identityGovernance/entitlementManagement/connectedOrganizations: v1.0-beta /identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}: v1.0-beta diff --git a/profiles/Identity.Governance/definitions/v1.0.md b/profiles/Identity.Governance/definitions/v1.0.md index 8662db5d84e..634615faa81 100644 --- a/profiles/Identity.Governance/definitions/v1.0.md +++ b/profiles/Identity.Governance/definitions/v1.0.md @@ -20,6 +20,9 @@ profiles: /agreements/{agreement-id}/files/{agreementFileLocalization-id}: v1.0 /agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions: v1.0 /agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}: v1.0 + ? /identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/microsoft.graph.filterByCurrentUser(on={on}) + : v1.0 + /identityGovernance/appConsent/appConsentRequests/microsoft.graph.filterByCurrentUser(on={on}): v1.0 /users/{user-id}/agreementAcceptances: v1.0 /users/{user-id}/agreementAcceptances/$ref: v1.0 diff --git a/profiles/Identity.SignIns/crawl-log-v1.0-beta.json b/profiles/Identity.SignIns/crawl-log-v1.0-beta.json index 2b169ea7e84..da20d575323 100644 --- a/profiles/Identity.SignIns/crawl-log-v1.0-beta.json +++ b/profiles/Identity.SignIns/crawl-log-v1.0-beta.json @@ -77,6 +77,14 @@ "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml", "apiVersion": "v1.0-beta" }, + "/informationProtection/microsoft.graph.decryptBuffer": { + "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml", + "apiVersion": "v1.0-beta" + }, + "/informationProtection/microsoft.graph.encryptBuffer": { + "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml", + "apiVersion": "v1.0-beta" + }, "/informationProtection/policy": { "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml", "apiVersion": "v1.0-beta" @@ -241,6 +249,22 @@ "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml", "apiVersion": "v1.0-beta" }, + "/policies/featureRolloutPolicies": { + "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml", + "apiVersion": "v1.0-beta" + }, + "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}": { + "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml", + "apiVersion": "v1.0-beta" + }, + "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo": { + "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml", + "apiVersion": "v1.0-beta" + }, + "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo/{directoryObject-id}": { + "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml", + "apiVersion": "v1.0-beta" + }, "/policies/homeRealmDiscoveryPolicies": { "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml", "apiVersion": "v1.0-beta" @@ -285,6 +309,14 @@ "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml", "apiVersion": "v1.0-beta" }, + "/policies/privateLinkResourcePolicies/{privateLinkResourcePolicy-id}/privateEndpointConnections": { + "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml", + "apiVersion": "v1.0-beta" + }, + "/policies/privateLinkResourcePolicies/{privateLinkResourcePolicy-id}/privateEndpointConnections/{privateEndpointConnection-id}": { + "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml", + "apiVersion": "v1.0-beta" + }, "/policies/roleManagementPolicies": { "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml", "apiVersion": "v1.0-beta" diff --git a/profiles/Identity.SignIns/crawl-log-v1.0.json b/profiles/Identity.SignIns/crawl-log-v1.0.json index 7d5b66b4b8d..80ec27abca9 100644 --- a/profiles/Identity.SignIns/crawl-log-v1.0.json +++ b/profiles/Identity.SignIns/crawl-log-v1.0.json @@ -105,6 +105,10 @@ "originalLocation": "/openApiDocs/v1.0/Identity.SignIns.yml", "apiVersion": "v1.0" }, + "/policies/adminConsentRequestPolicy": { + "originalLocation": "/openApiDocs/v1.0/Identity.SignIns.yml", + "apiVersion": "v1.0" + }, "/policies/authenticationMethodsPolicy": { "originalLocation": "/openApiDocs/v1.0/Identity.SignIns.yml", "apiVersion": "v1.0" diff --git a/profiles/Identity.SignIns/definitions/v1.0-beta.md b/profiles/Identity.SignIns/definitions/v1.0-beta.md index b8d5a10156e..5ca76952d71 100644 --- a/profiles/Identity.SignIns/definitions/v1.0-beta.md +++ b/profiles/Identity.SignIns/definitions/v1.0-beta.md @@ -26,6 +26,8 @@ profiles: /informationProtection/dataLossPreventionPolicies: v1.0-beta /informationProtection/dataLossPreventionPolicies/{dataLossPreventionPolicy-id}: v1.0-beta /informationProtection/dataLossPreventionPolicies/microsoft.graph.evaluate: v1.0-beta + /informationProtection/microsoft.graph.decryptBuffer: v1.0-beta + /informationProtection/microsoft.graph.encryptBuffer: v1.0-beta /informationProtection/policy: v1.0-beta /informationProtection/policy/labels: v1.0-beta /informationProtection/policy/labels/{informationProtectionLabel-id}: v1.0-beta @@ -67,6 +69,10 @@ profiles: /policies/conditionalAccessPolicies: v1.0-beta /policies/conditionalAccessPolicies/{conditionalAccessPolicy-id}: v1.0-beta /policies/directoryRoleAccessReviewPolicy: v1.0-beta + /policies/featureRolloutPolicies: v1.0-beta + /policies/featureRolloutPolicies/{featureRolloutPolicy-id}: v1.0-beta + /policies/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo: v1.0-beta + /policies/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo/{directoryObject-id}: v1.0-beta /policies/homeRealmDiscoveryPolicies: v1.0-beta /policies/homeRealmDiscoveryPolicies/{homeRealmDiscoveryPolicy-id}: v1.0-beta /policies/identitySecurityDefaultsEnforcementPolicy: v1.0-beta @@ -78,6 +84,8 @@ profiles: /policies/permissionGrantPolicies/{permissionGrantPolicy-id}/includes/{permissionGrantConditionSet-id}: v1.0-beta /policies/privateLinkResourcePolicies: v1.0-beta /policies/privateLinkResourcePolicies/{privateLinkResourcePolicy-id}: v1.0-beta + /policies/privateLinkResourcePolicies/{privateLinkResourcePolicy-id}/privateEndpointConnections: v1.0-beta + /policies/privateLinkResourcePolicies/{privateLinkResourcePolicy-id}/privateEndpointConnections/{privateEndpointConnection-id}: v1.0-beta /policies/roleManagementPolicies: v1.0-beta /policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}: v1.0-beta /policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/effectiveRules: v1.0-beta diff --git a/profiles/Identity.SignIns/definitions/v1.0.md b/profiles/Identity.SignIns/definitions/v1.0.md index acb94263d74..9540bc30666 100644 --- a/profiles/Identity.SignIns/definitions/v1.0.md +++ b/profiles/Identity.SignIns/definitions/v1.0.md @@ -33,6 +33,7 @@ profiles: /policies: v1.0 /policies/activityBasedTimeoutPolicies: v1.0 /policies/activityBasedTimeoutPolicies/{activityBasedTimeoutPolicy-id}: v1.0 + /policies/adminConsentRequestPolicy: v1.0 /policies/authenticationMethodsPolicy: v1.0 /policies/authorizationPolicy: v1.0 /policies/claimsMappingPolicies: v1.0 diff --git a/profiles/Reports/crawl-log-v1.0-beta.json b/profiles/Reports/crawl-log-v1.0-beta.json index bfa10842815..ee0a0366fe6 100644 --- a/profiles/Reports/crawl-log-v1.0-beta.json +++ b/profiles/Reports/crawl-log-v1.0-beta.json @@ -457,10 +457,18 @@ "originalLocation": "/openApiDocs/beta/Reports.yml", "apiVersion": "v1.0-beta" }, + "/reports/microsoft.graph.getTeamsDeviceUsageDistributionTotalUserCounts(period='{period}')": { + "originalLocation": "/openApiDocs/beta/Reports.yml", + "apiVersion": "v1.0-beta" + }, "/reports/microsoft.graph.getTeamsDeviceUsageDistributionUserCounts(period='{period}')": { "originalLocation": "/openApiDocs/beta/Reports.yml", "apiVersion": "v1.0-beta" }, + "/reports/microsoft.graph.getTeamsDeviceUsageTotalUserCounts(period='{period}')": { + "originalLocation": "/openApiDocs/beta/Reports.yml", + "apiVersion": "v1.0-beta" + }, "/reports/microsoft.graph.getTeamsDeviceUsageUserCounts(period='{period}')": { "originalLocation": "/openApiDocs/beta/Reports.yml", "apiVersion": "v1.0-beta" @@ -477,6 +485,22 @@ "originalLocation": "/openApiDocs/beta/Reports.yml", "apiVersion": "v1.0-beta" }, + "/reports/microsoft.graph.getTeamsUserActivityDistributionTotalUserCounts(period='{period}')": { + "originalLocation": "/openApiDocs/beta/Reports.yml", + "apiVersion": "v1.0-beta" + }, + "/reports/microsoft.graph.getTeamsUserActivityDistributionUserCounts(period='{period}')": { + "originalLocation": "/openApiDocs/beta/Reports.yml", + "apiVersion": "v1.0-beta" + }, + "/reports/microsoft.graph.getTeamsUserActivityTotalCounts(period='{period}')": { + "originalLocation": "/openApiDocs/beta/Reports.yml", + "apiVersion": "v1.0-beta" + }, + "/reports/microsoft.graph.getTeamsUserActivityTotalUserCounts(period='{period}')": { + "originalLocation": "/openApiDocs/beta/Reports.yml", + "apiVersion": "v1.0-beta" + }, "/reports/microsoft.graph.getTeamsUserActivityUserCounts(period='{period}')": { "originalLocation": "/openApiDocs/beta/Reports.yml", "apiVersion": "v1.0-beta" diff --git a/profiles/Reports/crawl-log-v1.0.json b/profiles/Reports/crawl-log-v1.0.json index 9da75c8d6cc..54b5c45463b 100644 --- a/profiles/Reports/crawl-log-v1.0.json +++ b/profiles/Reports/crawl-log-v1.0.json @@ -13,6 +13,14 @@ "originalLocation": "/openApiDocs/v1.0/Reports.yml", "apiVersion": "v1.0" }, + "/auditLogs/provisioning": { + "originalLocation": "/openApiDocs/v1.0/Reports.yml", + "apiVersion": "v1.0" + }, + "/auditLogs/provisioning/{provisioningObjectSummary-id}": { + "originalLocation": "/openApiDocs/v1.0/Reports.yml", + "apiVersion": "v1.0" + }, "/auditLogs/restrictedSignIns": { "originalLocation": "/openApiDocs/v1.0/Reports.yml", "apiVersion": "v1.0" diff --git a/profiles/Reports/definitions/v1.0-beta.md b/profiles/Reports/definitions/v1.0-beta.md index 533d9ea5f01..3b60925874f 100644 --- a/profiles/Reports/definitions/v1.0-beta.md +++ b/profiles/Reports/definitions/v1.0-beta.md @@ -124,11 +124,17 @@ profiles: /reports/microsoft.graph.getSkypeForBusinessPeerToPeerActivityCounts(period='{period}'): v1.0-beta /reports/microsoft.graph.getSkypeForBusinessPeerToPeerActivityMinuteCounts(period='{period}'): v1.0-beta /reports/microsoft.graph.getSkypeForBusinessPeerToPeerActivityUserCounts(period='{period}'): v1.0-beta + /reports/microsoft.graph.getTeamsDeviceUsageDistributionTotalUserCounts(period='{period}'): v1.0-beta /reports/microsoft.graph.getTeamsDeviceUsageDistributionUserCounts(period='{period}'): v1.0-beta + /reports/microsoft.graph.getTeamsDeviceUsageTotalUserCounts(period='{period}'): v1.0-beta /reports/microsoft.graph.getTeamsDeviceUsageUserCounts(period='{period}'): v1.0-beta /reports/microsoft.graph.getTeamsDeviceUsageUserDetail(date={date}): v1.0-beta /reports/microsoft.graph.getTeamsDeviceUsageUserDetail(period='{period}'): v1.0-beta /reports/microsoft.graph.getTeamsUserActivityCounts(period='{period}'): v1.0-beta + /reports/microsoft.graph.getTeamsUserActivityDistributionTotalUserCounts(period='{period}'): v1.0-beta + /reports/microsoft.graph.getTeamsUserActivityDistributionUserCounts(period='{period}'): v1.0-beta + /reports/microsoft.graph.getTeamsUserActivityTotalCounts(period='{period}'): v1.0-beta + /reports/microsoft.graph.getTeamsUserActivityTotalUserCounts(period='{period}'): v1.0-beta /reports/microsoft.graph.getTeamsUserActivityUserCounts(period='{period}'): v1.0-beta /reports/microsoft.graph.getTeamsUserActivityUserDetail(date={date}): v1.0-beta /reports/microsoft.graph.getTeamsUserActivityUserDetail(period='{period}'): v1.0-beta diff --git a/profiles/Reports/definitions/v1.0.md b/profiles/Reports/definitions/v1.0.md index c04dad918e0..14480f2ce00 100644 --- a/profiles/Reports/definitions/v1.0.md +++ b/profiles/Reports/definitions/v1.0.md @@ -10,6 +10,8 @@ profiles: /auditLogs: v1.0 /auditLogs/directoryAudits: v1.0 /auditLogs/directoryAudits/{directoryAudit-id}: v1.0 + /auditLogs/provisioning: v1.0 + /auditLogs/provisioning/{provisioningObjectSummary-id}: v1.0 /auditLogs/restrictedSignIns: v1.0 /auditLogs/restrictedSignIns/{restrictedSignIn-id}: v1.0 /auditLogs/signIns: v1.0 diff --git a/profiles/Teams/crawl-log-v1.0-beta.json b/profiles/Teams/crawl-log-v1.0-beta.json index 092497e3ab9..6d00d996172 100644 --- a/profiles/Teams/crawl-log-v1.0-beta.json +++ b/profiles/Teams/crawl-log-v1.0-beta.json @@ -85,10 +85,6 @@ "originalLocation": "/openApiDocs/beta/Teams.yml", "apiVersion": "v1.0-beta" }, - "/chats/{chat-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}/$value": { - "originalLocation": "/openApiDocs/beta/Teams.yml", - "apiVersion": "v1.0-beta" - }, "/chats/{chat-id}/messages/{chatMessage-id}/replies": { "originalLocation": "/openApiDocs/beta/Teams.yml", "apiVersion": "v1.0-beta" @@ -189,10 +185,6 @@ "originalLocation": "/openApiDocs/beta/Teams.yml", "apiVersion": "v1.0-beta" }, - "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}/$value": { - "originalLocation": "/openApiDocs/beta/Teams.yml", - "apiVersion": "v1.0-beta" - }, "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies": { "originalLocation": "/openApiDocs/beta/Teams.yml", "apiVersion": "v1.0-beta" @@ -369,10 +361,6 @@ "originalLocation": "/openApiDocs/beta/Teams.yml", "apiVersion": "v1.0-beta" }, - "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}/$value": { - "originalLocation": "/openApiDocs/beta/Teams.yml", - "apiVersion": "v1.0-beta" - }, "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies": { "originalLocation": "/openApiDocs/beta/Teams.yml", "apiVersion": "v1.0-beta" diff --git a/profiles/Teams/crawl-log-v1.0.json b/profiles/Teams/crawl-log-v1.0.json index 1a2da82050f..bd5ef95d29c 100644 --- a/profiles/Teams/crawl-log-v1.0.json +++ b/profiles/Teams/crawl-log-v1.0.json @@ -65,6 +65,42 @@ "originalLocation": "/openApiDocs/v1.0/Teams.yml", "apiVersion": "v1.0" }, + "/chats/{chat-id}/messages": { + "originalLocation": "/openApiDocs/v1.0/Teams.yml", + "apiVersion": "v1.0" + }, + "/chats/{chat-id}/messages/{chatMessage-id}": { + "originalLocation": "/openApiDocs/v1.0/Teams.yml", + "apiVersion": "v1.0" + }, + "/chats/{chat-id}/messages/{chatMessage-id}/hostedContents": { + "originalLocation": "/openApiDocs/v1.0/Teams.yml", + "apiVersion": "v1.0" + }, + "/chats/{chat-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}": { + "originalLocation": "/openApiDocs/v1.0/Teams.yml", + "apiVersion": "v1.0" + }, + "/chats/{chat-id}/messages/{chatMessage-id}/replies": { + "originalLocation": "/openApiDocs/v1.0/Teams.yml", + "apiVersion": "v1.0" + }, + "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}": { + "originalLocation": "/openApiDocs/v1.0/Teams.yml", + "apiVersion": "v1.0" + }, + "/chats/{chat-id}/messages/{chatMessage-id}/replies/microsoft.graph.delta()": { + "originalLocation": "/openApiDocs/v1.0/Teams.yml", + "apiVersion": "v1.0" + }, + "/chats/{chat-id}/messages/microsoft.graph.delta()": { + "originalLocation": "/openApiDocs/v1.0/Teams.yml", + "apiVersion": "v1.0" + }, + "/chats/{chat-id}/microsoft.graph.sendActivityNotification": { + "originalLocation": "/openApiDocs/v1.0/Teams.yml", + "apiVersion": "v1.0" + }, "/chats/{chat-id}/tabs": { "originalLocation": "/openApiDocs/v1.0/Teams.yml", "apiVersion": "v1.0" @@ -145,6 +181,18 @@ "originalLocation": "/openApiDocs/v1.0/Teams.yml", "apiVersion": "v1.0" }, + "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/microsoft.graph.delta()": { + "originalLocation": "/openApiDocs/v1.0/Teams.yml", + "apiVersion": "v1.0" + }, + "/teams/{team-id}/channels/{channel-id}/messages/microsoft.graph.delta()": { + "originalLocation": "/openApiDocs/v1.0/Teams.yml", + "apiVersion": "v1.0" + }, + "/teams/{team-id}/channels/{channel-id}/microsoft.graph.completeMigration": { + "originalLocation": "/openApiDocs/v1.0/Teams.yml", + "apiVersion": "v1.0" + }, "/teams/{team-id}/channels/{channel-id}/tabs": { "originalLocation": "/openApiDocs/v1.0/Teams.yml", "apiVersion": "v1.0" @@ -213,6 +261,14 @@ "originalLocation": "/openApiDocs/v1.0/Teams.yml", "apiVersion": "v1.0" }, + "/teams/{team-id}/microsoft.graph.completeMigration": { + "originalLocation": "/openApiDocs/v1.0/Teams.yml", + "apiVersion": "v1.0" + }, + "/teams/{team-id}/microsoft.graph.sendActivityNotification": { + "originalLocation": "/openApiDocs/v1.0/Teams.yml", + "apiVersion": "v1.0" + }, "/teams/{team-id}/microsoft.graph.unarchive": { "originalLocation": "/openApiDocs/v1.0/Teams.yml", "apiVersion": "v1.0" @@ -269,6 +325,18 @@ "originalLocation": "/openApiDocs/v1.0/Teams.yml", "apiVersion": "v1.0" }, + "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/microsoft.graph.delta()": { + "originalLocation": "/openApiDocs/v1.0/Teams.yml", + "apiVersion": "v1.0" + }, + "/teams/{team-id}/primaryChannel/messages/microsoft.graph.delta()": { + "originalLocation": "/openApiDocs/v1.0/Teams.yml", + "apiVersion": "v1.0" + }, + "/teams/{team-id}/primaryChannel/microsoft.graph.completeMigration": { + "originalLocation": "/openApiDocs/v1.0/Teams.yml", + "apiVersion": "v1.0" + }, "/teams/{team-id}/primaryChannel/tabs": { "originalLocation": "/openApiDocs/v1.0/Teams.yml", "apiVersion": "v1.0" diff --git a/profiles/Teams/definitions/v1.0-beta.md b/profiles/Teams/definitions/v1.0-beta.md index 1af24b5f26e..8799477bb0b 100644 --- a/profiles/Teams/definitions/v1.0-beta.md +++ b/profiles/Teams/definitions/v1.0-beta.md @@ -28,7 +28,6 @@ profiles: /chats/{chat-id}/messages/{chatMessage-id}: v1.0-beta /chats/{chat-id}/messages/{chatMessage-id}/hostedContents: v1.0-beta /chats/{chat-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}: v1.0-beta - /chats/{chat-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}/$value: v1.0-beta /chats/{chat-id}/messages/{chatMessage-id}/replies: v1.0-beta /chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}: v1.0-beta /chats/{chat-id}/messages/{chatMessage-id}/replies/microsoft.graph.delta(): v1.0-beta @@ -54,7 +53,6 @@ profiles: /teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}: v1.0-beta /teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents: v1.0-beta /teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}: v1.0-beta - /teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}/$value: v1.0-beta /teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies: v1.0-beta /teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}: v1.0-beta /teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/microsoft.graph.delta(): v1.0-beta @@ -99,7 +97,6 @@ profiles: /teams/{team-id}/primaryChannel/messages/{chatMessage-id}: v1.0-beta /teams/{team-id}/primaryChannel/messages/{chatMessage-id}/hostedContents: v1.0-beta /teams/{team-id}/primaryChannel/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}: v1.0-beta - /teams/{team-id}/primaryChannel/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}/$value: v1.0-beta /teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies: v1.0-beta /teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}: v1.0-beta /teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/microsoft.graph.delta(): v1.0-beta diff --git a/profiles/Teams/definitions/v1.0.md b/profiles/Teams/definitions/v1.0.md index c51daca378f..e4b5763a30b 100644 --- a/profiles/Teams/definitions/v1.0.md +++ b/profiles/Teams/definitions/v1.0.md @@ -23,6 +23,15 @@ profiles: /chats/{chat-id}/installedApps/{teamsAppInstallation-id}/teamsAppDefinition/$ref: v1.0 /chats/{chat-id}/members: v1.0 /chats/{chat-id}/members/{conversationMember-id}: v1.0 + /chats/{chat-id}/messages: v1.0 + /chats/{chat-id}/messages/{chatMessage-id}: v1.0 + /chats/{chat-id}/messages/{chatMessage-id}/hostedContents: v1.0 + /chats/{chat-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}: v1.0 + /chats/{chat-id}/messages/{chatMessage-id}/replies: v1.0 + /chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}: v1.0 + /chats/{chat-id}/messages/{chatMessage-id}/replies/microsoft.graph.delta(): v1.0 + /chats/{chat-id}/messages/microsoft.graph.delta(): v1.0 + /chats/{chat-id}/microsoft.graph.sendActivityNotification: v1.0 /chats/{chat-id}/tabs: v1.0 /chats/{chat-id}/tabs/{teamsTab-id}: v1.0 /chats/{chat-id}/tabs/{teamsTab-id}/teamsApp: v1.0 @@ -43,6 +52,9 @@ profiles: /teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}: v1.0 /teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies: v1.0 /teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}: v1.0 + /teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/microsoft.graph.delta(): v1.0 + /teams/{team-id}/channels/{channel-id}/messages/microsoft.graph.delta(): v1.0 + /teams/{team-id}/channels/{channel-id}/microsoft.graph.completeMigration: v1.0 /teams/{team-id}/channels/{channel-id}/tabs: v1.0 /teams/{team-id}/channels/{channel-id}/tabs/{teamsTab-id}: v1.0 /teams/{team-id}/channels/{channel-id}/tabs/{teamsTab-id}/teamsApp: v1.0 @@ -60,6 +72,8 @@ profiles: /teams/{team-id}/members/{conversationMember-id}: v1.0 /teams/{team-id}/microsoft.graph.archive: v1.0 /teams/{team-id}/microsoft.graph.clone: v1.0 + /teams/{team-id}/microsoft.graph.completeMigration: v1.0 + /teams/{team-id}/microsoft.graph.sendActivityNotification: v1.0 /teams/{team-id}/microsoft.graph.unarchive: v1.0 /teams/{team-id}/operations: v1.0 /teams/{team-id}/operations/{teamsAsyncOperation-id}: v1.0 @@ -74,6 +88,9 @@ profiles: /teams/{team-id}/primaryChannel/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}: v1.0 /teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies: v1.0 /teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}: v1.0 + /teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/microsoft.graph.delta(): v1.0 + /teams/{team-id}/primaryChannel/messages/microsoft.graph.delta(): v1.0 + /teams/{team-id}/primaryChannel/microsoft.graph.completeMigration: v1.0 /teams/{team-id}/primaryChannel/tabs: v1.0 /teams/{team-id}/primaryChannel/tabs/{teamsTab-id}: v1.0 /teams/{team-id}/primaryChannel/tabs/{teamsTab-id}/teamsApp: v1.0 diff --git a/profiles/Users.Actions/crawl-log-v1.0-beta.json b/profiles/Users.Actions/crawl-log-v1.0-beta.json index 238353eec56..4bd845129f4 100644 --- a/profiles/Users.Actions/crawl-log-v1.0-beta.json +++ b/profiles/Users.Actions/crawl-log-v1.0-beta.json @@ -1661,6 +1661,10 @@ "originalLocation": "/openApiDocs/beta/Users.Actions.yml", "apiVersion": "v1.0-beta" }, + "/users/{user-id}/pendingAccessReviewInstances/{accessReviewInstance-id}/microsoft.graph.batchRecordDecisions": { + "originalLocation": "/openApiDocs/beta/Users.Actions.yml", + "apiVersion": "v1.0-beta" + }, "/users/{user-id}/pendingAccessReviewInstances/{accessReviewInstance-id}/microsoft.graph.resetDecisions": { "originalLocation": "/openApiDocs/beta/Users.Actions.yml", "apiVersion": "v1.0-beta" @@ -1673,6 +1677,14 @@ "originalLocation": "/openApiDocs/beta/Users.Actions.yml", "apiVersion": "v1.0-beta" }, + "/users/{user-id}/presence/microsoft.graph.clearPresence": { + "originalLocation": "/openApiDocs/beta/Users.Actions.yml", + "apiVersion": "v1.0-beta" + }, + "/users/{user-id}/presence/microsoft.graph.setPresence": { + "originalLocation": "/openApiDocs/beta/Users.Actions.yml", + "apiVersion": "v1.0-beta" + }, "/users/{user-id}/teamwork/microsoft.graph.sendActivityNotification": { "originalLocation": "/openApiDocs/beta/Users.Actions.yml", "apiVersion": "v1.0-beta" diff --git a/profiles/Users.Actions/crawl-log-v1.0.json b/profiles/Users.Actions/crawl-log-v1.0.json index a49ab542269..638200021d2 100644 --- a/profiles/Users.Actions/crawl-log-v1.0.json +++ b/profiles/Users.Actions/crawl-log-v1.0.json @@ -1625,6 +1625,10 @@ "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", "apiVersion": "v1.0" }, + "/users/{user-id}/teamwork/microsoft.graph.sendActivityNotification": { + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", + "apiVersion": "v1.0" + }, "/users/microsoft.graph.getAvailableExtensionProperties": { "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", "apiVersion": "v1.0" diff --git a/profiles/Users.Actions/definitions/v1.0-beta.md b/profiles/Users.Actions/definitions/v1.0-beta.md index 2be051ad78d..f1213c3bf6b 100644 --- a/profiles/Users.Actions/definitions/v1.0-beta.md +++ b/profiles/Users.Actions/definitions/v1.0-beta.md @@ -534,9 +534,12 @@ profiles: /users/{user-id}/pendingAccessReviewInstances/{accessReviewInstance-id}/definition/microsoft.graph.stop: v1.0-beta /users/{user-id}/pendingAccessReviewInstances/{accessReviewInstance-id}/microsoft.graph.acceptRecommendations: v1.0-beta /users/{user-id}/pendingAccessReviewInstances/{accessReviewInstance-id}/microsoft.graph.applyDecisions: v1.0-beta + /users/{user-id}/pendingAccessReviewInstances/{accessReviewInstance-id}/microsoft.graph.batchRecordDecisions: v1.0-beta /users/{user-id}/pendingAccessReviewInstances/{accessReviewInstance-id}/microsoft.graph.resetDecisions: v1.0-beta /users/{user-id}/pendingAccessReviewInstances/{accessReviewInstance-id}/microsoft.graph.sendReminder: v1.0-beta /users/{user-id}/pendingAccessReviewInstances/{accessReviewInstance-id}/microsoft.graph.stop: v1.0-beta + /users/{user-id}/presence/microsoft.graph.clearPresence: v1.0-beta + /users/{user-id}/presence/microsoft.graph.setPresence: v1.0-beta /users/{user-id}/teamwork/microsoft.graph.sendActivityNotification: v1.0-beta /users/microsoft.graph.getByIds: v1.0-beta /users/microsoft.graph.getUserOwnedObjects: v1.0-beta diff --git a/profiles/Users.Actions/definitions/v1.0.md b/profiles/Users.Actions/definitions/v1.0.md index d57cfb1ba75..d5bdff2ad78 100644 --- a/profiles/Users.Actions/definitions/v1.0.md +++ b/profiles/Users.Actions/definitions/v1.0.md @@ -513,6 +513,7 @@ profiles: ? /users/{user-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/microsoft.graph.copyToSectionGroup : v1.0 /users/{user-id}/onlineMeetings/microsoft.graph.createOrGet: v1.0 + /users/{user-id}/teamwork/microsoft.graph.sendActivityNotification: v1.0 /users/microsoft.graph.getAvailableExtensionProperties: v1.0 /users/microsoft.graph.getByIds: v1.0 /users/microsoft.graph.validateProperties: v1.0 diff --git a/profiles/Users.Functions/crawl-log-v1.0-beta.json b/profiles/Users.Functions/crawl-log-v1.0-beta.json index 8677131eedc..842b13c4bef 100644 --- a/profiles/Users.Functions/crawl-log-v1.0-beta.json +++ b/profiles/Users.Functions/crawl-log-v1.0-beta.json @@ -5,6 +5,14 @@ "originalLocation": "/openApiDocs/beta/Users.Functions.yml", "apiVersion": "v1.0-beta" }, + "/users/{user-id}/appConsentRequestsForApproval/{appConsentRequest-id}/userConsentRequests/microsoft.graph.filterByCurrentUser(on={on})": { + "originalLocation": "/openApiDocs/beta/Users.Functions.yml", + "apiVersion": "v1.0-beta" + }, + "/users/{user-id}/appConsentRequestsForApproval/microsoft.graph.filterByCurrentUser(on={on})": { + "originalLocation": "/openApiDocs/beta/Users.Functions.yml", + "apiVersion": "v1.0-beta" + }, "/users/{user-id}/approvals/microsoft.graph.filterByCurrentUser(on={on})": { "originalLocation": "/openApiDocs/beta/Users.Functions.yml", "apiVersion": "v1.0-beta" diff --git a/profiles/Users.Functions/definitions/v1.0-beta.md b/profiles/Users.Functions/definitions/v1.0-beta.md index 3ee9d289eaf..1945e3f7409 100644 --- a/profiles/Users.Functions/definitions/v1.0-beta.md +++ b/profiles/Users.Functions/definitions/v1.0-beta.md @@ -8,6 +8,9 @@ profiles: resources: {} operations: /users/{user-id}/activities/microsoft.graph.recent(): v1.0-beta + ? /users/{user-id}/appConsentRequestsForApproval/{appConsentRequest-id}/userConsentRequests/microsoft.graph.filterByCurrentUser(on={on}) + : v1.0-beta + /users/{user-id}/appConsentRequestsForApproval/microsoft.graph.filterByCurrentUser(on={on}): v1.0-beta /users/{user-id}/approvals/microsoft.graph.filterByCurrentUser(on={on}): v1.0-beta /users/{user-id}/calendar/calendarView/{event-id}/calendar/microsoft.graph.allowedCalendarSharingRoles(User='{User}'): v1.0-beta /users/{user-id}/calendar/calendarView/{event-id}/exceptionOccurrences/microsoft.graph.delta(): v1.0-beta diff --git a/profiles/Users/crawl-log-v1.0-beta.json b/profiles/Users/crawl-log-v1.0-beta.json index 21f53dd5286..4868b66191c 100644 --- a/profiles/Users/crawl-log-v1.0-beta.json +++ b/profiles/Users/crawl-log-v1.0-beta.json @@ -65,6 +65,14 @@ "originalLocation": "/openApiDocs/beta/Users.yml", "apiVersion": "v1.0-beta" }, + "/users/{user-id}/oauth2PermissionGrants": { + "originalLocation": "/openApiDocs/beta/Users.yml", + "apiVersion": "v1.0-beta" + }, + "/users/{user-id}/oauth2PermissionGrants/$ref": { + "originalLocation": "/openApiDocs/beta/Users.yml", + "apiVersion": "v1.0-beta" + }, "/users/{user-id}/outlook": { "originalLocation": "/openApiDocs/beta/Users.yml", "apiVersion": "v1.0-beta" @@ -277,6 +285,10 @@ "originalLocation": "/openApiDocs/beta/Users.yml", "apiVersion": "v1.0-beta" }, + "/users/{user-id}/settings/itemInsights": { + "originalLocation": "/openApiDocs/beta/Users.yml", + "apiVersion": "v1.0-beta" + }, "/users/{user-id}/settings/regionalAndLanguageSettings": { "originalLocation": "/openApiDocs/beta/Users.yml", "apiVersion": "v1.0-beta" diff --git a/profiles/Users/definitions/v1.0-beta.md b/profiles/Users/definitions/v1.0-beta.md index 8cfac46848f..dd4ffccb13c 100644 --- a/profiles/Users/definitions/v1.0-beta.md +++ b/profiles/Users/definitions/v1.0-beta.md @@ -23,6 +23,8 @@ profiles: /users/{user-id}/memberOf/$ref: v1.0-beta /users/{user-id}/notifications: v1.0-beta /users/{user-id}/notifications/{notification-id}: v1.0-beta + /users/{user-id}/oauth2PermissionGrants: v1.0-beta + /users/{user-id}/oauth2PermissionGrants/$ref: v1.0-beta /users/{user-id}/outlook: v1.0-beta /users/{user-id}/outlook/masterCategories: v1.0-beta /users/{user-id}/outlook/masterCategories/{outlookCategory-id}: v1.0-beta @@ -85,6 +87,7 @@ profiles: /users/{user-id}/registeredDevices: v1.0-beta /users/{user-id}/registeredDevices/$ref: v1.0-beta /users/{user-id}/settings: v1.0-beta + /users/{user-id}/settings/itemInsights: v1.0-beta /users/{user-id}/settings/regionalAndLanguageSettings: v1.0-beta /users/{user-id}/settings/shiftPreferences: v1.0-beta /users/{user-id}/todo: v1.0-beta diff --git a/src/Bookings/Bookings/readme.md b/src/Bookings/Bookings/readme.md index 514724c822a..669624ca0d9 100644 --- a/src/Bookings/Bookings/readme.md +++ b/src/Bookings/Bookings/readme.md @@ -35,6 +35,6 @@ subject-prefix: '' ### Versioning ``` yaml -module-version: 1.4.2 +module-version: 1.4.3 release-notes: See https://aka.ms/GraphPowerShell-Release. ``` diff --git a/src/Compliance/Compliance/readme.md b/src/Compliance/Compliance/readme.md index c54fd4b435d..c7f5a064d35 100644 --- a/src/Compliance/Compliance/readme.md +++ b/src/Compliance/Compliance/readme.md @@ -47,6 +47,6 @@ directive: ### Versioning ``` yaml -module-version: 1.4.2 +module-version: 1.4.3 release-notes: See https://aka.ms/GraphPowerShell-Release. ``` diff --git a/src/CrossDeviceExperiences/CrossDeviceExperiences/readme.md b/src/CrossDeviceExperiences/CrossDeviceExperiences/readme.md index 34d34c33d7c..e73f1c8e990 100644 --- a/src/CrossDeviceExperiences/CrossDeviceExperiences/readme.md +++ b/src/CrossDeviceExperiences/CrossDeviceExperiences/readme.md @@ -34,6 +34,6 @@ subject-prefix: '' ### Versioning ``` yaml -module-version: 1.4.2 +module-version: 1.4.3 release-notes: See https://aka.ms/GraphPowerShell-Release. ``` diff --git a/src/DeviceManagement.Actions/DeviceManagement.Actions/readme.md b/src/DeviceManagement.Actions/DeviceManagement.Actions/readme.md index 873d7caf45f..5e2b9088e34 100644 --- a/src/DeviceManagement.Actions/DeviceManagement.Actions/readme.md +++ b/src/DeviceManagement.Actions/DeviceManagement.Actions/readme.md @@ -86,6 +86,6 @@ directive: ### Versioning ``` yaml -module-version: 1.4.2 +module-version: 1.4.3 release-notes: See https://aka.ms/GraphPowerShell-Release. ``` diff --git a/src/DeviceManagement.Administration/DeviceManagement.Administration/readme.md b/src/DeviceManagement.Administration/DeviceManagement.Administration/readme.md index 463be81240a..6d328df8172 100644 --- a/src/DeviceManagement.Administration/DeviceManagement.Administration/readme.md +++ b/src/DeviceManagement.Administration/DeviceManagement.Administration/readme.md @@ -51,6 +51,6 @@ directive: ### Versioning ``` yaml -module-version: 1.4.2 +module-version: 1.4.3 release-notes: See https://aka.ms/GraphPowerShell-Release. ``` diff --git a/src/DeviceManagement.Enrolment/DeviceManagement.Enrolment/readme.md b/src/DeviceManagement.Enrolment/DeviceManagement.Enrolment/readme.md index 4f8f309e208..2c91d5dab95 100644 --- a/src/DeviceManagement.Enrolment/DeviceManagement.Enrolment/readme.md +++ b/src/DeviceManagement.Enrolment/DeviceManagement.Enrolment/readme.md @@ -34,6 +34,6 @@ subject-prefix: '' ### Versioning ``` yaml -module-version: 1.4.2 +module-version: 1.4.3 release-notes: See https://aka.ms/GraphPowerShell-Release. ``` diff --git a/src/DeviceManagement.Functions/DeviceManagement.Functions/readme.md b/src/DeviceManagement.Functions/DeviceManagement.Functions/readme.md index 244db15be56..559b62eac5e 100644 --- a/src/DeviceManagement.Functions/DeviceManagement.Functions/readme.md +++ b/src/DeviceManagement.Functions/DeviceManagement.Functions/readme.md @@ -57,6 +57,6 @@ directive: ### Versioning ``` yaml -module-version: 1.4.2 +module-version: 1.4.3 release-notes: See https://aka.ms/GraphPowerShell-Release. ``` diff --git a/src/DeviceManagement/DeviceManagement/readme.md b/src/DeviceManagement/DeviceManagement/readme.md index 85072898968..77c47c85a9f 100644 --- a/src/DeviceManagement/DeviceManagement/readme.md +++ b/src/DeviceManagement/DeviceManagement/readme.md @@ -77,6 +77,6 @@ directive: ### Versioning ``` yaml -module-version: 1.4.2 +module-version: 1.4.3 release-notes: See https://aka.ms/GraphPowerShell-Release. ``` diff --git a/src/Devices.CorporateManagement/Devices.CorporateManagement/readme.md b/src/Devices.CorporateManagement/Devices.CorporateManagement/readme.md index 353fb96404c..53b21419ebf 100644 --- a/src/Devices.CorporateManagement/Devices.CorporateManagement/readme.md +++ b/src/Devices.CorporateManagement/Devices.CorporateManagement/readme.md @@ -86,6 +86,6 @@ directive: ### Versioning ``` yaml -module-version: 1.4.2 +module-version: 1.4.3 release-notes: See https://aka.ms/GraphPowerShell-Release. ``` diff --git a/src/People/People/readme.md b/src/People/People/readme.md index b4a56b3e556..5721a1c0fa0 100644 --- a/src/People/People/readme.md +++ b/src/People/People/readme.md @@ -74,6 +74,6 @@ directive: ### Versioning ``` yaml -module-version: 1.4.2 +module-version: 1.4.3 release-notes: See https://aka.ms/GraphPowerShell-Release. ``` diff --git a/src/SchemaExtensions/SchemaExtensions/readme.md b/src/SchemaExtensions/SchemaExtensions/readme.md index 0206352d391..1e4a812040f 100644 --- a/src/SchemaExtensions/SchemaExtensions/readme.md +++ b/src/SchemaExtensions/SchemaExtensions/readme.md @@ -35,6 +35,6 @@ subject-prefix: '' ### Versioning ``` yaml -module-version: 1.4.2 +module-version: 1.4.3 release-notes: See https://aka.ms/GraphPowerShell-Release. ``` diff --git a/src/Search/Search/readme.md b/src/Search/Search/readme.md index 08cd4278839..d19466b6b2d 100644 --- a/src/Search/Search/readme.md +++ b/src/Search/Search/readme.md @@ -35,6 +35,6 @@ subject-prefix: '' ### Versioning ``` yaml -module-version: 1.4.2 +module-version: 1.4.3 release-notes: See https://aka.ms/GraphPowerShell-Release. ``` From bb68e5b5493698e0dae915a1d8d3999dc9d8cd38 Mon Sep 17 00:00:00 2001 From: Peter Ombwa Date: Thu, 1 Apr 2021 08:01:46 -0700 Subject: [PATCH 07/12] Update agreementFile remove directive (#605) * Fix aggrement file directive. * Bump SDK version to 1.4.3. --- .../Microsoft.Graph.Authentication.psd1 | 2 +- src/DirectoryObjects/DirectoryObjects/readme.md | 2 +- src/Financials/Financials/readme.md | 2 +- .../Identity.Governance/readme.md | 15 +++++++++++++-- 4 files changed, 16 insertions(+), 5 deletions(-) diff --git a/src/Authentication/Authentication/Microsoft.Graph.Authentication.psd1 b/src/Authentication/Authentication/Microsoft.Graph.Authentication.psd1 index b080bc96751..060868e9376 100644 --- a/src/Authentication/Authentication/Microsoft.Graph.Authentication.psd1 +++ b/src/Authentication/Authentication/Microsoft.Graph.Authentication.psd1 @@ -12,7 +12,7 @@ RootModule = './Microsoft.Graph.Authentication.psm1' # Version number of this module. -ModuleVersion = '1.4.2' +ModuleVersion = '1.4.3' # Supported PSEditions CompatiblePSEditions = 'Core', 'Desktop' diff --git a/src/DirectoryObjects/DirectoryObjects/readme.md b/src/DirectoryObjects/DirectoryObjects/readme.md index f59bed5b8e4..341426c7145 100644 --- a/src/DirectoryObjects/DirectoryObjects/readme.md +++ b/src/DirectoryObjects/DirectoryObjects/readme.md @@ -54,6 +54,6 @@ directive: ### Versioning ``` yaml -module-version: 1.4.2 +module-version: 1.4.3 release-notes: See https://aka.ms/GraphPowerShell-Release. ``` diff --git a/src/Financials/Financials/readme.md b/src/Financials/Financials/readme.md index 7a3445ecb2e..28756c3463d 100644 --- a/src/Financials/Financials/readme.md +++ b/src/Financials/Financials/readme.md @@ -57,6 +57,6 @@ directive: ### Versioning ``` yaml -module-version: 1.4.2 +module-version: 1.4.3 release-notes: See https://aka.ms/GraphPowerShell-Release. ``` diff --git a/src/Identity.Governance/Identity.Governance/readme.md b/src/Identity.Governance/Identity.Governance/readme.md index e89017593cf..a9a995b95b0 100644 --- a/src/Identity.Governance/Identity.Governance/readme.md +++ b/src/Identity.Governance/Identity.Governance/readme.md @@ -41,8 +41,19 @@ directive: - remove-path-by-operation: ^identityGovernance_(Get|Create|Update|Set|Delete)EntitlementManagement$|^identityGovernance\.entitlementManagement(_.*AccessPackageResourceRoleScopes|\.accessPackageResourceRoleScopes.*|\.accessPackageAssignmentPolicies\..*|\.accessPackageAssignmentRequests\..*|\.accessPackageAssignmentResourceRoles\..*|\.accessPackageAssignments\..*|\.accessPackageCatalogs\..*|\.accessPackageResourceRequests\..*|\.accessPackageResources\..*|\.accessPackages\..*)$ # Remove cmdlets - where: - subject: AgreementFile - variant: Get(2|3)|GetViaIdentity(2|3)|Delete(1|3)|DeleteViaIdentity(1|3)|Update(1|3)|UpdateExpanded(1|3)|UpdateViaIdentity(1|3)|UpdateViaIdentityExpanded(1|3) + verb: Get + subject: ^AgreementFile$ + variant: ^Get2|Get3|GetViaIdentity2|GetViaIdentity3$ + remove: true + - where: + verb: Update + subject: ^AgreementFile$ + variant: ^Update2|Update3|UpdateExpanded2|UpdateExpanded3|UpdateViaIdentity2|UpdateViaIdentity3|UpdateViaIdentityExpanded2|UpdateViaIdentityExpanded3$ + remove: true + - where: + verb: Remove + subject: ^AgreementFile$ + variant: ^Delete1|Delete3|DeleteViaIdentity1|DeleteViaIdentity3$ remove: true # Rename cmdlets with duplicates in their name. - where: From 5882ad197619fd9a7d90330af460d3ed2981b144 Mon Sep 17 00:00:00 2001 From: Peter Ombwa Date: Wed, 7 Apr 2021 09:59:40 -0700 Subject: [PATCH 08/12] Adds missing site permissions to sites module (#607) * Add sistes.permissions tag to module mappings. * Generate profile for sites. * Sort crawl logs. --- config/ModulesMapping.jsonc | 2 +- openApiDocs/beta/Sites.yml | 264 +++++++ openApiDocs/v1.0/Sites.yml | 300 +++++++- profiles/Sites/crawl-log-v1.0-beta.json | 956 ++++++++++++------------ profiles/Sites/crawl-log-v1.0.json | 636 ++++++++-------- profiles/Sites/definitions/v1.0-beta.md | 2 + profiles/Sites/definitions/v1.0.md | 2 + tools/GenerateProfiles.ps1 | 4 +- 8 files changed, 1357 insertions(+), 809 deletions(-) diff --git a/config/ModulesMapping.jsonc b/config/ModulesMapping.jsonc index 6bbd6071a54..665ef8ee5c2 100644 --- a/config/ModulesMapping.jsonc +++ b/config/ModulesMapping.jsonc @@ -30,7 +30,7 @@ "SchemaExtensions": "^schemaExtensions\\.", "Search": "^search\\.|^external\\.", "Security": "^security\\.", - "Sites": "^sites.site$|^sites.itemAnalytics$|^sites.columnDefinition$|^sites.contentType$|^sites.drive$|^sites.list$|^sites.sitePage$|^users.site$|^groups.site$|^sites.Functions$|^sites.Actions$", + "Sites": "^sites.site$|^sites.itemAnalytics$|^sites.columnDefinition$|^sites.contentType$|^sites.drive$|^sites.list$|^sites.sitePage$|^sites.permission$|^users.site$|^groups.site$|^sites.Functions$|^sites.Actions$", "Teams": "^teams\\.|^chats\\.|^users.chat$|^appCatalogs.teamsApp$|^users.userTeamwork$|^teamwork\\.|^users.team$|^groups.team$", "Users": "^users.user$|^users.directoryObject$|^users.licenseDetails$|^users.notification$|^users.outlookUser$|^users.profilePhoto$|^users.userSettings$|^users.extension$|^users.oAuth2PermissionGrant$|^users.todo$", "Users.Actions": "^users.Actions$", diff --git a/openApiDocs/beta/Sites.yml b/openApiDocs/beta/Sites.yml index 5b169ca1a11..35080b19b96 100644 --- a/openApiDocs/beta/Sites.yml +++ b/openApiDocs/beta/Sites.yml @@ -21647,6 +21647,270 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: action + '/sites/{site-id}/permissions': + get: + tags: + - sites.permission + summary: Get permissions from sites + operationId: sites_ListPermissions + parameters: + - name: site-id + in: path + description: 'key: id of site' + required: true + schema: + type: string + x-ms-docs-key-type: site + - $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 + - expirationDateTime + - expirationDateTime desc + - grantedTo + - grantedTo desc + - grantedToIdentities + - grantedToIdentities desc + - hasPassword + - hasPassword desc + - inheritedFrom + - inheritedFrom desc + - invitation + - invitation desc + - link + - link desc + - roles + - roles desc + - shareId + - shareId 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 + - expirationDateTime + - grantedTo + - grantedToIdentities + - hasPassword + - inheritedFrom + - invitation + - link + - roles + - shareId + 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 permission + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.permission' + '@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: + - sites.permission + summary: Create new navigation property to permissions for sites + operationId: sites_CreatePermissions + parameters: + - name: site-id + in: path + description: 'key: id of site' + required: true + schema: + type: string + x-ms-docs-key-type: site + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.permission' + required: true + responses: + '201': + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.permission' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/sites/{site-id}/permissions/{permission-id}': + get: + tags: + - sites.permission + summary: Get permissions from sites + operationId: sites_GetPermissions + parameters: + - name: site-id + in: path + description: 'key: id of site' + required: true + schema: + type: string + x-ms-docs-key-type: site + - name: permission-id + in: path + description: 'key: id of permission' + required: true + schema: + type: string + x-ms-docs-key-type: permission + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - id + - expirationDateTime + - grantedTo + - grantedToIdentities + - hasPassword + - inheritedFrom + - invitation + - link + - roles + - shareId + 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.permission' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - sites.permission + summary: Update the navigation property permissions in sites + operationId: sites_UpdatePermissions + parameters: + - name: site-id + in: path + description: 'key: id of site' + required: true + schema: + type: string + x-ms-docs-key-type: site + - name: permission-id + in: path + description: 'key: id of permission' + required: true + schema: + type: string + x-ms-docs-key-type: permission + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.permission' + required: true + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - sites.permission + summary: Delete navigation property permissions for sites + operationId: sites_DeletePermissions + parameters: + - name: site-id + in: path + description: 'key: id of site' + required: true + schema: + type: string + x-ms-docs-key-type: site + - name: permission-id + in: path + description: 'key: id of permission' + required: true + schema: + type: string + x-ms-docs-key-type: permission + - 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 '/sites/{site-id}/permissions/{permission-id}/microsoft.graph.grant': post: tags: diff --git a/openApiDocs/v1.0/Sites.yml b/openApiDocs/v1.0/Sites.yml index 2451eca5397..5b6fa6d0d43 100644 --- a/openApiDocs/v1.0/Sites.yml +++ b/openApiDocs/v1.0/Sites.yml @@ -12567,6 +12567,270 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: action + '/sites/{site-id}/permissions': + get: + tags: + - sites.permission + summary: Get permissions from sites + operationId: sites_ListPermissions + parameters: + - name: site-id + in: path + description: 'key: id of site' + required: true + schema: + type: string + x-ms-docs-key-type: site + - $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 + - expirationDateTime + - expirationDateTime desc + - grantedTo + - grantedTo desc + - grantedToIdentities + - grantedToIdentities desc + - hasPassword + - hasPassword desc + - inheritedFrom + - inheritedFrom desc + - invitation + - invitation desc + - link + - link desc + - roles + - roles desc + - shareId + - shareId 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 + - expirationDateTime + - grantedTo + - grantedToIdentities + - hasPassword + - inheritedFrom + - invitation + - link + - roles + - shareId + 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 permission + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.permission' + '@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: + - sites.permission + summary: Create new navigation property to permissions for sites + operationId: sites_CreatePermissions + parameters: + - name: site-id + in: path + description: 'key: id of site' + required: true + schema: + type: string + x-ms-docs-key-type: site + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.permission' + required: true + responses: + '201': + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.permission' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/sites/{site-id}/permissions/{permission-id}': + get: + tags: + - sites.permission + summary: Get permissions from sites + operationId: sites_GetPermissions + parameters: + - name: site-id + in: path + description: 'key: id of site' + required: true + schema: + type: string + x-ms-docs-key-type: site + - name: permission-id + in: path + description: 'key: id of permission' + required: true + schema: + type: string + x-ms-docs-key-type: permission + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - id + - expirationDateTime + - grantedTo + - grantedToIdentities + - hasPassword + - inheritedFrom + - invitation + - link + - roles + - shareId + 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.permission' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - sites.permission + summary: Update the navigation property permissions in sites + operationId: sites_UpdatePermissions + parameters: + - name: site-id + in: path + description: 'key: id of site' + required: true + schema: + type: string + x-ms-docs-key-type: site + - name: permission-id + in: path + description: 'key: id of permission' + required: true + schema: + type: string + x-ms-docs-key-type: permission + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.permission' + required: true + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - sites.permission + summary: Delete navigation property permissions for sites + operationId: sites_DeletePermissions + parameters: + - name: site-id + in: path + description: 'key: id of site' + required: true + schema: + type: string + x-ms-docs-key-type: site + - name: permission-id + in: path + description: 'key: id of permission' + required: true + schema: + type: string + x-ms-docs-key-type: permission + - 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 '/sites/{site-id}/permissions/{permission-id}/microsoft.graph.grant': post: tags: @@ -13972,24 +14236,6 @@ components: $ref: '#/components/schemas/microsoft.graph.onenoteSourceService' additionalProperties: type: object - microsoft.graph.driveRecipient: - title: driveRecipient - type: object - properties: - alias: - type: string - description: 'The alias of the domain object, for cases where an email address is unavailable (e.g. security groups).' - nullable: true - email: - type: string - description: 'The email address for the recipient, if the recipient has an associated email address.' - nullable: true - objectId: - type: string - description: The unique identifier for the recipient in the directory. - nullable: true - additionalProperties: - type: object microsoft.graph.permission: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -14031,6 +14277,24 @@ components: nullable: true additionalProperties: type: object + microsoft.graph.driveRecipient: + title: driveRecipient + type: object + properties: + alias: + type: string + description: 'The alias of the domain object, for cases where an email address is unavailable (e.g. security groups).' + nullable: true + email: + type: string + description: 'The email address for the recipient, if the recipient has an associated email address.' + nullable: true + objectId: + type: string + description: The unique identifier for the recipient in the directory. + nullable: true + additionalProperties: + type: object microsoft.graph.baseItem: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' diff --git a/profiles/Sites/crawl-log-v1.0-beta.json b/profiles/Sites/crawl-log-v1.0-beta.json index 177159d51c3..bfc43fdc7ac 100644 --- a/profiles/Sites/crawl-log-v1.0-beta.json +++ b/profiles/Sites/crawl-log-v1.0-beta.json @@ -2,952 +2,960 @@ "resources": [], "operations": { "/groups/{group-id}/sites": { - "originalLocation": "/openApiDocs/beta/Sites.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Sites.yml" }, "/groups/{group-id}/sites/{site-id}": { - "originalLocation": "/openApiDocs/beta/Sites.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Sites.yml" }, "/sites": { - "originalLocation": "/openApiDocs/beta/Sites.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Sites.yml" }, "/sites/{site-id}": { - "originalLocation": "/openApiDocs/beta/Sites.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Sites.yml" }, "/sites/{site-id}/analytics": { - "originalLocation": "/openApiDocs/beta/Sites.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Sites.yml" }, "/sites/{site-id}/analytics/$ref": { - "originalLocation": "/openApiDocs/beta/Sites.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Sites.yml" }, "/sites/{site-id}/columns": { - "originalLocation": "/openApiDocs/beta/Sites.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Sites.yml" }, "/sites/{site-id}/columns/{columnDefinition-id}": { - "originalLocation": "/openApiDocs/beta/Sites.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Sites.yml" }, "/sites/{site-id}/columns/{columnDefinition-id}/sourceColumn": { - "originalLocation": "/openApiDocs/beta/Sites.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Sites.yml" }, "/sites/{site-id}/columns/{columnDefinition-id}/sourceColumn/$ref": { - "originalLocation": "/openApiDocs/beta/Sites.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Sites.yml" }, "/sites/{site-id}/contentTypes": { - "originalLocation": "/openApiDocs/beta/Sites.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Sites.yml" }, "/sites/{site-id}/contentTypes/{contentType-id}": { - "originalLocation": "/openApiDocs/beta/Sites.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Sites.yml" }, "/sites/{site-id}/contentTypes/{contentType-id}/base": { - "originalLocation": "/openApiDocs/beta/Sites.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Sites.yml" }, "/sites/{site-id}/contentTypes/{contentType-id}/base/$ref": { - "originalLocation": "/openApiDocs/beta/Sites.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Sites.yml" }, "/sites/{site-id}/contentTypes/{contentType-id}/base/microsoft.graph.associateWithHubSites": { - "originalLocation": "/openApiDocs/beta/Sites.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Sites.yml" }, "/sites/{site-id}/contentTypes/{contentType-id}/base/microsoft.graph.copyToDefaultContentLocation": { - "originalLocation": "/openApiDocs/beta/Sites.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Sites.yml" }, "/sites/{site-id}/contentTypes/{contentType-id}/base/microsoft.graph.isPublished()": { - "originalLocation": "/openApiDocs/beta/Sites.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Sites.yml" }, "/sites/{site-id}/contentTypes/{contentType-id}/base/microsoft.graph.publish": { - "originalLocation": "/openApiDocs/beta/Sites.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Sites.yml" }, "/sites/{site-id}/contentTypes/{contentType-id}/base/microsoft.graph.unpublish": { - "originalLocation": "/openApiDocs/beta/Sites.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Sites.yml" }, "/sites/{site-id}/contentTypes/{contentType-id}/baseTypes": { - "originalLocation": "/openApiDocs/beta/Sites.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Sites.yml" }, "/sites/{site-id}/contentTypes/{contentType-id}/baseTypes/$ref": { - "originalLocation": "/openApiDocs/beta/Sites.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Sites.yml" }, "/sites/{site-id}/contentTypes/{contentType-id}/baseTypes/microsoft.graph.addCopy": { - "originalLocation": "/openApiDocs/beta/Sites.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Sites.yml" }, "/sites/{site-id}/contentTypes/{contentType-id}/columnLinks": { - "originalLocation": "/openApiDocs/beta/Sites.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Sites.yml" }, "/sites/{site-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}": { - "originalLocation": "/openApiDocs/beta/Sites.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Sites.yml" }, "/sites/{site-id}/contentTypes/{contentType-id}/columnPositions": { - "originalLocation": "/openApiDocs/beta/Sites.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Sites.yml" }, "/sites/{site-id}/contentTypes/{contentType-id}/columnPositions/$ref": { - "originalLocation": "/openApiDocs/beta/Sites.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Sites.yml" }, "/sites/{site-id}/contentTypes/{contentType-id}/columns": { - "originalLocation": "/openApiDocs/beta/Sites.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Sites.yml" }, "/sites/{site-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}": { - "originalLocation": "/openApiDocs/beta/Sites.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Sites.yml" }, "/sites/{site-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}/sourceColumn": { - "originalLocation": "/openApiDocs/beta/Sites.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Sites.yml" }, "/sites/{site-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}/sourceColumn/$ref": { - "originalLocation": "/openApiDocs/beta/Sites.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Sites.yml" }, "/sites/{site-id}/contentTypes/{contentType-id}/microsoft.graph.associateWithHubSites": { - "originalLocation": "/openApiDocs/beta/Sites.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Sites.yml" }, "/sites/{site-id}/contentTypes/{contentType-id}/microsoft.graph.copyToDefaultContentLocation": { - "originalLocation": "/openApiDocs/beta/Sites.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Sites.yml" }, "/sites/{site-id}/contentTypes/{contentType-id}/microsoft.graph.isPublished()": { - "originalLocation": "/openApiDocs/beta/Sites.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Sites.yml" }, "/sites/{site-id}/contentTypes/{contentType-id}/microsoft.graph.publish": { - "originalLocation": "/openApiDocs/beta/Sites.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Sites.yml" }, "/sites/{site-id}/contentTypes/{contentType-id}/microsoft.graph.unpublish": { - "originalLocation": "/openApiDocs/beta/Sites.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Sites.yml" }, "/sites/{site-id}/contentTypes/microsoft.graph.addCopy": { - "originalLocation": "/openApiDocs/beta/Sites.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Sites.yml" }, "/sites/{site-id}/drive": { - "originalLocation": "/openApiDocs/beta/Sites.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Sites.yml" }, "/sites/{site-id}/drives": { - "originalLocation": "/openApiDocs/beta/Sites.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Sites.yml" }, "/sites/{site-id}/drives/{drive-id}": { - "originalLocation": "/openApiDocs/beta/Sites.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Sites.yml" }, "/sites/{site-id}/externalColumns": { - "originalLocation": "/openApiDocs/beta/Sites.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Sites.yml" }, "/sites/{site-id}/externalColumns/$ref": { - "originalLocation": "/openApiDocs/beta/Sites.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Sites.yml" }, "/sites/{site-id}/lists": { - "originalLocation": "/openApiDocs/beta/Sites.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Sites.yml" }, "/sites/{site-id}/lists/{list-id}": { - "originalLocation": "/openApiDocs/beta/Sites.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Sites.yml" }, "/sites/{site-id}/lists/{list-id}/activities": { - "originalLocation": "/openApiDocs/beta/Sites.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Sites.yml" }, "/sites/{site-id}/lists/{list-id}/activities/{itemActivityOLD-id}": { - "originalLocation": "/openApiDocs/beta/Sites.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Sites.yml" }, "/sites/{site-id}/lists/{list-id}/activities/{itemActivityOLD-id}/driveItem": { - "originalLocation": "/openApiDocs/beta/Sites.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Sites.yml" }, "/sites/{site-id}/lists/{list-id}/activities/{itemActivityOLD-id}/driveItem/content": { - "originalLocation": "/openApiDocs/beta/Sites.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Sites.yml" }, "/sites/{site-id}/lists/{list-id}/activities/{itemActivityOLD-id}/listItem": { - "originalLocation": "/openApiDocs/beta/Sites.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Sites.yml" }, "/sites/{site-id}/lists/{list-id}/activities/{itemActivityOLD-id}/listItem/activities": { - "originalLocation": "/openApiDocs/beta/Sites.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Sites.yml" }, "/sites/{site-id}/lists/{list-id}/activities/{itemActivityOLD-id}/listItem/activities/{itemActivityOLD-id1}": { - "originalLocation": "/openApiDocs/beta/Sites.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Sites.yml" }, "/sites/{site-id}/lists/{list-id}/activities/{itemActivityOLD-id}/listItem/analytics": { - "originalLocation": "/openApiDocs/beta/Sites.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Sites.yml" }, "/sites/{site-id}/lists/{list-id}/activities/{itemActivityOLD-id}/listItem/analytics/$ref": { - "originalLocation": "/openApiDocs/beta/Sites.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Sites.yml" }, "/sites/{site-id}/lists/{list-id}/activities/{itemActivityOLD-id}/listItem/driveItem": { - "originalLocation": "/openApiDocs/beta/Sites.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Sites.yml" }, "/sites/{site-id}/lists/{list-id}/activities/{itemActivityOLD-id}/listItem/driveItem/content": { - "originalLocation": "/openApiDocs/beta/Sites.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Sites.yml" }, "/sites/{site-id}/lists/{list-id}/activities/{itemActivityOLD-id}/listItem/fields": { - "originalLocation": "/openApiDocs/beta/Sites.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Sites.yml" }, "/sites/{site-id}/lists/{list-id}/activities/{itemActivityOLD-id}/listItem/microsoft.graph.createLink": { - "originalLocation": "/openApiDocs/beta/Sites.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Sites.yml" }, "/sites/{site-id}/lists/{list-id}/activities/{itemActivityOLD-id}/listItem/microsoft.graph.getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')": { - "originalLocation": "/openApiDocs/beta/Sites.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Sites.yml" }, "/sites/{site-id}/lists/{list-id}/activities/{itemActivityOLD-id}/listItem/versions": { - "originalLocation": "/openApiDocs/beta/Sites.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Sites.yml" }, "/sites/{site-id}/lists/{list-id}/activities/{itemActivityOLD-id}/listItem/versions/{listItemVersion-id}": { - "originalLocation": "/openApiDocs/beta/Sites.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Sites.yml" }, "/sites/{site-id}/lists/{list-id}/activities/{itemActivityOLD-id}/listItem/versions/{listItemVersion-id}/fields": { - "originalLocation": "/openApiDocs/beta/Sites.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Sites.yml" }, "/sites/{site-id}/lists/{list-id}/activities/{itemActivityOLD-id}/listItem/versions/{listItemVersion-id}/microsoft.graph.restoreVersion": { - "originalLocation": "/openApiDocs/beta/Sites.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Sites.yml" }, "/sites/{site-id}/lists/{list-id}/columns": { - "originalLocation": "/openApiDocs/beta/Sites.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Sites.yml" }, "/sites/{site-id}/lists/{list-id}/columns/{columnDefinition-id}": { - "originalLocation": "/openApiDocs/beta/Sites.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Sites.yml" }, "/sites/{site-id}/lists/{list-id}/columns/{columnDefinition-id}/sourceColumn": { - "originalLocation": "/openApiDocs/beta/Sites.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Sites.yml" }, "/sites/{site-id}/lists/{list-id}/columns/{columnDefinition-id}/sourceColumn/$ref": { - "originalLocation": "/openApiDocs/beta/Sites.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Sites.yml" }, "/sites/{site-id}/lists/{list-id}/contentTypes": { - "originalLocation": "/openApiDocs/beta/Sites.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Sites.yml" }, "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}": { - "originalLocation": "/openApiDocs/beta/Sites.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Sites.yml" }, "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/base": { - "originalLocation": "/openApiDocs/beta/Sites.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Sites.yml" }, "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/base/$ref": { - "originalLocation": "/openApiDocs/beta/Sites.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Sites.yml" }, "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/base/microsoft.graph.associateWithHubSites": { - "originalLocation": "/openApiDocs/beta/Sites.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Sites.yml" }, "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/base/microsoft.graph.copyToDefaultContentLocation": { - "originalLocation": "/openApiDocs/beta/Sites.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Sites.yml" }, "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/base/microsoft.graph.isPublished()": { - "originalLocation": "/openApiDocs/beta/Sites.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Sites.yml" }, "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/base/microsoft.graph.publish": { - "originalLocation": "/openApiDocs/beta/Sites.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Sites.yml" }, "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/base/microsoft.graph.unpublish": { - "originalLocation": "/openApiDocs/beta/Sites.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Sites.yml" }, "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/baseTypes": { - "originalLocation": "/openApiDocs/beta/Sites.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Sites.yml" }, "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/baseTypes/$ref": { - "originalLocation": "/openApiDocs/beta/Sites.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Sites.yml" }, "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/baseTypes/microsoft.graph.addCopy": { - "originalLocation": "/openApiDocs/beta/Sites.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Sites.yml" }, "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks": { - "originalLocation": "/openApiDocs/beta/Sites.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Sites.yml" }, "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}": { - "originalLocation": "/openApiDocs/beta/Sites.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Sites.yml" }, "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnPositions": { - "originalLocation": "/openApiDocs/beta/Sites.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Sites.yml" }, "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnPositions/$ref": { - "originalLocation": "/openApiDocs/beta/Sites.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Sites.yml" }, "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns": { - "originalLocation": "/openApiDocs/beta/Sites.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Sites.yml" }, "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}": { - "originalLocation": "/openApiDocs/beta/Sites.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Sites.yml" }, "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}/sourceColumn": { - "originalLocation": "/openApiDocs/beta/Sites.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Sites.yml" }, "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}/sourceColumn/$ref": { - "originalLocation": "/openApiDocs/beta/Sites.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Sites.yml" }, "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/microsoft.graph.associateWithHubSites": { - "originalLocation": "/openApiDocs/beta/Sites.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Sites.yml" }, "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/microsoft.graph.copyToDefaultContentLocation": { - "originalLocation": "/openApiDocs/beta/Sites.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Sites.yml" }, "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/microsoft.graph.isPublished()": { - "originalLocation": "/openApiDocs/beta/Sites.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Sites.yml" }, "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/microsoft.graph.publish": { - "originalLocation": "/openApiDocs/beta/Sites.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Sites.yml" }, "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/microsoft.graph.unpublish": { - "originalLocation": "/openApiDocs/beta/Sites.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Sites.yml" }, "/sites/{site-id}/lists/{list-id}/contentTypes/microsoft.graph.addCopy": { - "originalLocation": "/openApiDocs/beta/Sites.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Sites.yml" }, "/sites/{site-id}/lists/{list-id}/drive": { - "originalLocation": "/openApiDocs/beta/Sites.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Sites.yml" }, "/sites/{site-id}/lists/{list-id}/items": { - "originalLocation": "/openApiDocs/beta/Sites.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Sites.yml" }, "/sites/{site-id}/lists/{list-id}/items/{listItem-id}": { - "originalLocation": "/openApiDocs/beta/Sites.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Sites.yml" }, "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities": { - "originalLocation": "/openApiDocs/beta/Sites.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Sites.yml" }, "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/{itemActivityOLD-id}": { - "originalLocation": "/openApiDocs/beta/Sites.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Sites.yml" }, "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/{itemActivityOLD-id}/driveItem": { - "originalLocation": "/openApiDocs/beta/Sites.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Sites.yml" }, "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/{itemActivityOLD-id}/driveItem/content": { - "originalLocation": "/openApiDocs/beta/Sites.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Sites.yml" }, "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/{itemActivityOLD-id}/listItem": { - "originalLocation": "/openApiDocs/beta/Sites.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Sites.yml" }, "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/{itemActivityOLD-id}/listItem/microsoft.graph.createLink": { - "originalLocation": "/openApiDocs/beta/Sites.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Sites.yml" }, "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/{itemActivityOLD-id}/listItem/microsoft.graph.getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')": { - "originalLocation": "/openApiDocs/beta/Sites.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Sites.yml" }, "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/analytics": { - "originalLocation": "/openApiDocs/beta/Sites.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Sites.yml" }, "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/analytics/$ref": { - "originalLocation": "/openApiDocs/beta/Sites.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Sites.yml" }, "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem": { - "originalLocation": "/openApiDocs/beta/Sites.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Sites.yml" }, "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem/content": { - "originalLocation": "/openApiDocs/beta/Sites.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Sites.yml" }, "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/fields": { - "originalLocation": "/openApiDocs/beta/Sites.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Sites.yml" }, "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/microsoft.graph.createLink": { - "originalLocation": "/openApiDocs/beta/Sites.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Sites.yml" }, "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/microsoft.graph.getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')": { - "originalLocation": "/openApiDocs/beta/Sites.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Sites.yml" }, "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions": { - "originalLocation": "/openApiDocs/beta/Sites.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Sites.yml" }, "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}": { - "originalLocation": "/openApiDocs/beta/Sites.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Sites.yml" }, "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}/fields": { - "originalLocation": "/openApiDocs/beta/Sites.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Sites.yml" }, "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}/microsoft.graph.restoreVersion": { - "originalLocation": "/openApiDocs/beta/Sites.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Sites.yml" }, "/sites/{site-id}/lists/{list-id}/subscriptions": { - "originalLocation": "/openApiDocs/beta/Sites.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Sites.yml" }, "/sites/{site-id}/lists/{list-id}/subscriptions/{subscription-id}": { - "originalLocation": "/openApiDocs/beta/Sites.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Sites.yml" }, "/sites/{site-id}/microsoft.graph.getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')": { - "originalLocation": "/openApiDocs/beta/Sites.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Sites.yml" }, "/sites/{site-id}/microsoft.graph.getApplicableContentTypesForList(listId='{listId}')": { - "originalLocation": "/openApiDocs/beta/Sites.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Sites.yml" }, "/sites/{site-id}/microsoft.graph.getByPath(path='{path}')": { - "originalLocation": "/openApiDocs/beta/Sites.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Sites.yml" }, "/sites/{site-id}/onenote/notebooks/{notebook-id}/microsoft.graph.copyNotebook": { - "originalLocation": "/openApiDocs/beta/Sites.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Sites.yml" }, "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentNotebook/microsoft.graph.copyNotebook": { - "originalLocation": "/openApiDocs/beta/Sites.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Sites.yml" }, "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/microsoft.graph.copyToNotebook": { - "originalLocation": "/openApiDocs/beta/Sites.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Sites.yml" }, "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/microsoft.graph.copyToSectionGroup": { - "originalLocation": "/openApiDocs/beta/Sites.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Sites.yml" }, "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/microsoft.graph.copyToSection": { - "originalLocation": "/openApiDocs/beta/Sites.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Sites.yml" }, "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/microsoft.graph.onenotePatchContent": { - "originalLocation": "/openApiDocs/beta/Sites.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Sites.yml" }, "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/microsoft.graph.preview()": { - "originalLocation": "/openApiDocs/beta/Sites.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Sites.yml" }, "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/microsoft.graph.copyNotebook": { - "originalLocation": "/openApiDocs/beta/Sites.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Sites.yml" }, "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/microsoft.graph.copyToNotebook": { - "originalLocation": "/openApiDocs/beta/Sites.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Sites.yml" }, "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/microsoft.graph.copyToSectionGroup": { - "originalLocation": "/openApiDocs/beta/Sites.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Sites.yml" }, "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/microsoft.graph.copyNotebook": { - "originalLocation": "/openApiDocs/beta/Sites.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Sites.yml" }, "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/microsoft.graph.copyToNotebook": { - "originalLocation": "/openApiDocs/beta/Sites.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Sites.yml" }, "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/microsoft.graph.copyToSectionGroup": { - "originalLocation": "/openApiDocs/beta/Sites.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Sites.yml" }, "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/microsoft.graph.copyToSection": { - "originalLocation": "/openApiDocs/beta/Sites.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Sites.yml" }, "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/microsoft.graph.onenotePatchContent": { - "originalLocation": "/openApiDocs/beta/Sites.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Sites.yml" }, "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/microsoft.graph.preview()": { - "originalLocation": "/openApiDocs/beta/Sites.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Sites.yml" }, "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/microsoft.graph.copyNotebook": { - "originalLocation": "/openApiDocs/beta/Sites.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Sites.yml" }, "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/microsoft.graph.copyToNotebook": { - "originalLocation": "/openApiDocs/beta/Sites.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Sites.yml" }, "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/microsoft.graph.copyToSectionGroup": { - "originalLocation": "/openApiDocs/beta/Sites.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Sites.yml" }, "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentNotebook/microsoft.graph.copyNotebook": { - "originalLocation": "/openApiDocs/beta/Sites.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Sites.yml" }, "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/microsoft.graph.copyNotebook": { - "originalLocation": "/openApiDocs/beta/Sites.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Sites.yml" }, "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/microsoft.graph.copyToNotebook": { - "originalLocation": "/openApiDocs/beta/Sites.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Sites.yml" }, "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/microsoft.graph.copyToSectionGroup": { - "originalLocation": "/openApiDocs/beta/Sites.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Sites.yml" }, "/sites/{site-id}/onenote/notebooks/microsoft.graph.getNotebookFromWebUrl": { - "originalLocation": "/openApiDocs/beta/Sites.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Sites.yml" }, "/sites/{site-id}/onenote/notebooks/microsoft.graph.getRecentNotebooks(includePersonalNotebooks={includePersonalNotebooks})": { - "originalLocation": "/openApiDocs/beta/Sites.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Sites.yml" }, "/sites/{site-id}/onenote/pages/{onenotePage-id}/microsoft.graph.copyToSection": { - "originalLocation": "/openApiDocs/beta/Sites.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Sites.yml" }, "/sites/{site-id}/onenote/pages/{onenotePage-id}/microsoft.graph.onenotePatchContent": { - "originalLocation": "/openApiDocs/beta/Sites.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Sites.yml" }, "/sites/{site-id}/onenote/pages/{onenotePage-id}/microsoft.graph.preview()": { - "originalLocation": "/openApiDocs/beta/Sites.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Sites.yml" }, "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/microsoft.graph.copyNotebook": { - "originalLocation": "/openApiDocs/beta/Sites.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Sites.yml" }, "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/microsoft.graph.copyNotebook": { - "originalLocation": "/openApiDocs/beta/Sites.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Sites.yml" }, "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/microsoft.graph.copyToNotebook": { - "originalLocation": "/openApiDocs/beta/Sites.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Sites.yml" }, "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/microsoft.graph.copyToSectionGroup": { - "originalLocation": "/openApiDocs/beta/Sites.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Sites.yml" }, "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id1}/microsoft.graph.copyToSection": { - "originalLocation": "/openApiDocs/beta/Sites.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Sites.yml" }, "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id1}/microsoft.graph.onenotePatchContent": { - "originalLocation": "/openApiDocs/beta/Sites.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Sites.yml" }, "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id1}/microsoft.graph.preview()": { - "originalLocation": "/openApiDocs/beta/Sites.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Sites.yml" }, "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/microsoft.graph.copyNotebook": { - "originalLocation": "/openApiDocs/beta/Sites.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Sites.yml" }, "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/microsoft.graph.copyToNotebook": { - "originalLocation": "/openApiDocs/beta/Sites.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Sites.yml" }, "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/microsoft.graph.copyToSectionGroup": { - "originalLocation": "/openApiDocs/beta/Sites.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Sites.yml" }, "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id1}/microsoft.graph.copyToSection": { - "originalLocation": "/openApiDocs/beta/Sites.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Sites.yml" }, "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id1}/microsoft.graph.onenotePatchContent": { - "originalLocation": "/openApiDocs/beta/Sites.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Sites.yml" }, "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id1}/microsoft.graph.preview()": { - "originalLocation": "/openApiDocs/beta/Sites.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Sites.yml" }, "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentNotebook/microsoft.graph.copyNotebook": { - "originalLocation": "/openApiDocs/beta/Sites.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Sites.yml" }, "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/microsoft.graph.copyNotebook": { - "originalLocation": "/openApiDocs/beta/Sites.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Sites.yml" }, "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/microsoft.graph.copyToNotebook": { - "originalLocation": "/openApiDocs/beta/Sites.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Sites.yml" }, "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/microsoft.graph.copyToSectionGroup": { - "originalLocation": "/openApiDocs/beta/Sites.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Sites.yml" }, "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/microsoft.graph.copyToNotebook": { - "originalLocation": "/openApiDocs/beta/Sites.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Sites.yml" }, "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/microsoft.graph.copyToSectionGroup": { - "originalLocation": "/openApiDocs/beta/Sites.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Sites.yml" }, "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/pages/{onenotePage-id1}/microsoft.graph.copyToSection": { - "originalLocation": "/openApiDocs/beta/Sites.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Sites.yml" }, "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/pages/{onenotePage-id1}/microsoft.graph.onenotePatchContent": { - "originalLocation": "/openApiDocs/beta/Sites.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Sites.yml" }, "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/pages/{onenotePage-id1}/microsoft.graph.preview()": { - "originalLocation": "/openApiDocs/beta/Sites.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Sites.yml" }, "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/microsoft.graph.copyNotebook": { - "originalLocation": "/openApiDocs/beta/Sites.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Sites.yml" }, "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/microsoft.graph.copyNotebook": { - "originalLocation": "/openApiDocs/beta/Sites.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Sites.yml" }, "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/microsoft.graph.copyToNotebook": { - "originalLocation": "/openApiDocs/beta/Sites.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Sites.yml" }, "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/microsoft.graph.copyToSectionGroup": { - "originalLocation": "/openApiDocs/beta/Sites.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Sites.yml" }, "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sections/{onenoteSection-id}/microsoft.graph.copyToNotebook": { - "originalLocation": "/openApiDocs/beta/Sites.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Sites.yml" }, "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sections/{onenoteSection-id}/microsoft.graph.copyToSectionGroup": { - "originalLocation": "/openApiDocs/beta/Sites.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Sites.yml" }, "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/microsoft.graph.copyNotebook": { - "originalLocation": "/openApiDocs/beta/Sites.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Sites.yml" }, "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sections/{onenoteSection-id}/microsoft.graph.copyToNotebook": { - "originalLocation": "/openApiDocs/beta/Sites.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Sites.yml" }, "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sections/{onenoteSection-id}/microsoft.graph.copyToSectionGroup": { - "originalLocation": "/openApiDocs/beta/Sites.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Sites.yml" }, "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sections/{onenoteSection-id}/microsoft.graph.copyToNotebook": { - "originalLocation": "/openApiDocs/beta/Sites.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Sites.yml" }, "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sections/{onenoteSection-id}/microsoft.graph.copyToSectionGroup": { - "originalLocation": "/openApiDocs/beta/Sites.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Sites.yml" }, "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/microsoft.graph.copyNotebook": { - "originalLocation": "/openApiDocs/beta/Sites.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Sites.yml" }, "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/microsoft.graph.copyToNotebook": { - "originalLocation": "/openApiDocs/beta/Sites.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Sites.yml" }, "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/microsoft.graph.copyToSectionGroup": { - "originalLocation": "/openApiDocs/beta/Sites.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Sites.yml" }, "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/microsoft.graph.copyToSection": { - "originalLocation": "/openApiDocs/beta/Sites.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Sites.yml" }, "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/microsoft.graph.onenotePatchContent": { - "originalLocation": "/openApiDocs/beta/Sites.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Sites.yml" }, "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/microsoft.graph.preview()": { - "originalLocation": "/openApiDocs/beta/Sites.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Sites.yml" }, "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/microsoft.graph.copyNotebook": { - "originalLocation": "/openApiDocs/beta/Sites.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Sites.yml" }, "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/microsoft.graph.copyToNotebook": { - "originalLocation": "/openApiDocs/beta/Sites.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Sites.yml" }, "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/microsoft.graph.copyToSectionGroup": { - "originalLocation": "/openApiDocs/beta/Sites.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Sites.yml" }, "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/parentNotebook/microsoft.graph.copyNotebook": { - "originalLocation": "/openApiDocs/beta/Sites.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Sites.yml" }, "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/microsoft.graph.copyToNotebook": { - "originalLocation": "/openApiDocs/beta/Sites.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Sites.yml" }, "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/microsoft.graph.copyToSectionGroup": { - "originalLocation": "/openApiDocs/beta/Sites.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Sites.yml" }, "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/microsoft.graph.copyToSection": { - "originalLocation": "/openApiDocs/beta/Sites.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Sites.yml" }, "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/microsoft.graph.onenotePatchContent": { - "originalLocation": "/openApiDocs/beta/Sites.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Sites.yml" }, "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/microsoft.graph.preview()": { - "originalLocation": "/openApiDocs/beta/Sites.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Sites.yml" }, "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/microsoft.graph.copyNotebook": { - "originalLocation": "/openApiDocs/beta/Sites.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Sites.yml" }, "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/microsoft.graph.copyToNotebook": { - "originalLocation": "/openApiDocs/beta/Sites.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Sites.yml" }, "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/microsoft.graph.copyToSectionGroup": { - "originalLocation": "/openApiDocs/beta/Sites.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Sites.yml" }, "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/microsoft.graph.copyToNotebook": { - "originalLocation": "/openApiDocs/beta/Sites.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Sites.yml" }, "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/microsoft.graph.copyToSectionGroup": { - "originalLocation": "/openApiDocs/beta/Sites.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Sites.yml" }, "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/microsoft.graph.copyNotebook": { - "originalLocation": "/openApiDocs/beta/Sites.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Sites.yml" }, "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/microsoft.graph.copyToNotebook": { - "originalLocation": "/openApiDocs/beta/Sites.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Sites.yml" }, "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/microsoft.graph.copyToSectionGroup": { - "originalLocation": "/openApiDocs/beta/Sites.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Sites.yml" }, "/sites/{site-id}/onenote/sections/{onenoteSection-id}/microsoft.graph.copyToNotebook": { - "originalLocation": "/openApiDocs/beta/Sites.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Sites.yml" }, "/sites/{site-id}/onenote/sections/{onenoteSection-id}/microsoft.graph.copyToSectionGroup": { - "originalLocation": "/openApiDocs/beta/Sites.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Sites.yml" }, "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/microsoft.graph.copyToSection": { - "originalLocation": "/openApiDocs/beta/Sites.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Sites.yml" }, "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/microsoft.graph.onenotePatchContent": { - "originalLocation": "/openApiDocs/beta/Sites.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Sites.yml" }, "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/microsoft.graph.preview()": { - "originalLocation": "/openApiDocs/beta/Sites.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Sites.yml" }, "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/microsoft.graph.copyNotebook": { - "originalLocation": "/openApiDocs/beta/Sites.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Sites.yml" }, "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/microsoft.graph.copyNotebook": { - "originalLocation": "/openApiDocs/beta/Sites.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Sites.yml" }, "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/microsoft.graph.copyToNotebook": { - "originalLocation": "/openApiDocs/beta/Sites.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Sites.yml" }, "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/microsoft.graph.copyToSectionGroup": { - "originalLocation": "/openApiDocs/beta/Sites.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Sites.yml" }, "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/microsoft.graph.copyToNotebook": { - "originalLocation": "/openApiDocs/beta/Sites.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Sites.yml" }, "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/microsoft.graph.copyToSectionGroup": { - "originalLocation": "/openApiDocs/beta/Sites.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Sites.yml" }, "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/microsoft.graph.copyToNotebook": { - "originalLocation": "/openApiDocs/beta/Sites.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Sites.yml" }, "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/microsoft.graph.copyToSectionGroup": { - "originalLocation": "/openApiDocs/beta/Sites.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Sites.yml" }, "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook/microsoft.graph.copyNotebook": { - "originalLocation": "/openApiDocs/beta/Sites.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Sites.yml" }, "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/microsoft.graph.copyNotebook": { - "originalLocation": "/openApiDocs/beta/Sites.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Sites.yml" }, "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/microsoft.graph.copyToNotebook": { - "originalLocation": "/openApiDocs/beta/Sites.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Sites.yml" }, "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/microsoft.graph.copyToSectionGroup": { - "originalLocation": "/openApiDocs/beta/Sites.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Sites.yml" }, "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/microsoft.graph.copyToNotebook": { - "originalLocation": "/openApiDocs/beta/Sites.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Sites.yml" }, "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/microsoft.graph.copyToSectionGroup": { - "originalLocation": "/openApiDocs/beta/Sites.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Sites.yml" }, "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/microsoft.graph.copyNotebook": { - "originalLocation": "/openApiDocs/beta/Sites.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Sites.yml" }, "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sections/{onenoteSection-id1}/microsoft.graph.copyToNotebook": { - "originalLocation": "/openApiDocs/beta/Sites.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Sites.yml" }, "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sections/{onenoteSection-id1}/microsoft.graph.copyToSectionGroup": { - "originalLocation": "/openApiDocs/beta/Sites.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Sites.yml" }, "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/microsoft.graph.copyToNotebook": { - "originalLocation": "/openApiDocs/beta/Sites.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Sites.yml" }, "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/microsoft.graph.copyToSectionGroup": { - "originalLocation": "/openApiDocs/beta/Sites.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Sites.yml" }, "/sites/{site-id}/pages": { - "originalLocation": "/openApiDocs/beta/Sites.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Sites.yml" }, "/sites/{site-id}/pages/{sitePage-id}": { - "originalLocation": "/openApiDocs/beta/Sites.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Sites.yml" }, "/sites/{site-id}/pages/{sitePage-id}/microsoft.graph.publish": { - "originalLocation": "/openApiDocs/beta/Sites.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Sites.yml" + }, + "/sites/{site-id}/permissions": { + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Sites.yml" + }, + "/sites/{site-id}/permissions/{permission-id}": { + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Sites.yml" }, "/sites/{site-id}/permissions/{permission-id}/microsoft.graph.grant": { - "originalLocation": "/openApiDocs/beta/Sites.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Sites.yml" }, "/sites/{site-id}/permissions/{permission-id}/microsoft.graph.revokeGrants": { - "originalLocation": "/openApiDocs/beta/Sites.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Sites.yml" }, "/sites/{site-id}/sites": { - "originalLocation": "/openApiDocs/beta/Sites.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Sites.yml" }, "/sites/{site-id}/sites/{site-id1}": { - "originalLocation": "/openApiDocs/beta/Sites.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Sites.yml" }, "/sites/microsoft.graph.add": { - "originalLocation": "/openApiDocs/beta/Sites.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Sites.yml" }, "/sites/microsoft.graph.delta()": { - "originalLocation": "/openApiDocs/beta/Sites.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Sites.yml" }, "/sites/microsoft.graph.remove": { - "originalLocation": "/openApiDocs/beta/Sites.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Sites.yml" }, "/users/{user-id}/followedSites": { - "originalLocation": "/openApiDocs/beta/Sites.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Sites.yml" }, "/users/{user-id}/followedSites/$ref": { - "originalLocation": "/openApiDocs/beta/Sites.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Sites.yml" } } } diff --git a/profiles/Sites/crawl-log-v1.0.json b/profiles/Sites/crawl-log-v1.0.json index d55f0cebd3a..331072cb4d8 100644 --- a/profiles/Sites/crawl-log-v1.0.json +++ b/profiles/Sites/crawl-log-v1.0.json @@ -2,632 +2,640 @@ "resources": [], "operations": { "/groups/{group-id}/sites": { - "originalLocation": "/openApiDocs/v1.0/Sites.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Sites.yml" }, "/groups/{group-id}/sites/{site-id}": { - "originalLocation": "/openApiDocs/v1.0/Sites.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Sites.yml" }, "/sites": { - "originalLocation": "/openApiDocs/v1.0/Sites.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Sites.yml" }, "/sites/{site-id}": { - "originalLocation": "/openApiDocs/v1.0/Sites.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Sites.yml" }, "/sites/{site-id}/analytics": { - "originalLocation": "/openApiDocs/v1.0/Sites.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Sites.yml" }, "/sites/{site-id}/analytics/$ref": { - "originalLocation": "/openApiDocs/v1.0/Sites.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Sites.yml" }, "/sites/{site-id}/columns": { - "originalLocation": "/openApiDocs/v1.0/Sites.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Sites.yml" }, "/sites/{site-id}/columns/{columnDefinition-id}": { - "originalLocation": "/openApiDocs/v1.0/Sites.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Sites.yml" }, "/sites/{site-id}/contentTypes": { - "originalLocation": "/openApiDocs/v1.0/Sites.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Sites.yml" }, "/sites/{site-id}/contentTypes/{contentType-id}": { - "originalLocation": "/openApiDocs/v1.0/Sites.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Sites.yml" }, "/sites/{site-id}/contentTypes/{contentType-id}/columnLinks": { - "originalLocation": "/openApiDocs/v1.0/Sites.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Sites.yml" }, "/sites/{site-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}": { - "originalLocation": "/openApiDocs/v1.0/Sites.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Sites.yml" }, "/sites/{site-id}/drive": { - "originalLocation": "/openApiDocs/v1.0/Sites.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Sites.yml" }, "/sites/{site-id}/drives": { - "originalLocation": "/openApiDocs/v1.0/Sites.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Sites.yml" }, "/sites/{site-id}/drives/{drive-id}": { - "originalLocation": "/openApiDocs/v1.0/Sites.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Sites.yml" }, "/sites/{site-id}/lists": { - "originalLocation": "/openApiDocs/v1.0/Sites.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Sites.yml" }, "/sites/{site-id}/lists/{list-id}": { - "originalLocation": "/openApiDocs/v1.0/Sites.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Sites.yml" }, "/sites/{site-id}/lists/{list-id}/columns": { - "originalLocation": "/openApiDocs/v1.0/Sites.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Sites.yml" }, "/sites/{site-id}/lists/{list-id}/columns/{columnDefinition-id}": { - "originalLocation": "/openApiDocs/v1.0/Sites.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Sites.yml" }, "/sites/{site-id}/lists/{list-id}/contentTypes": { - "originalLocation": "/openApiDocs/v1.0/Sites.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Sites.yml" }, "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}": { - "originalLocation": "/openApiDocs/v1.0/Sites.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Sites.yml" }, "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks": { - "originalLocation": "/openApiDocs/v1.0/Sites.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Sites.yml" }, "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}": { - "originalLocation": "/openApiDocs/v1.0/Sites.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Sites.yml" }, "/sites/{site-id}/lists/{list-id}/drive": { - "originalLocation": "/openApiDocs/v1.0/Sites.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Sites.yml" }, "/sites/{site-id}/lists/{list-id}/items": { - "originalLocation": "/openApiDocs/v1.0/Sites.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Sites.yml" }, "/sites/{site-id}/lists/{list-id}/items/{listItem-id}": { - "originalLocation": "/openApiDocs/v1.0/Sites.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Sites.yml" }, "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/analytics": { - "originalLocation": "/openApiDocs/v1.0/Sites.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Sites.yml" }, "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/analytics/$ref": { - "originalLocation": "/openApiDocs/v1.0/Sites.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Sites.yml" }, "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem": { - "originalLocation": "/openApiDocs/v1.0/Sites.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Sites.yml" }, "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem/content": { - "originalLocation": "/openApiDocs/v1.0/Sites.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Sites.yml" }, "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/fields": { - "originalLocation": "/openApiDocs/v1.0/Sites.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Sites.yml" }, "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/microsoft.graph.getActivitiesByInterval()": { - "originalLocation": "/openApiDocs/v1.0/Sites.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Sites.yml" }, "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/microsoft.graph.getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')": { - "originalLocation": "/openApiDocs/v1.0/Sites.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Sites.yml" }, "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions": { - "originalLocation": "/openApiDocs/v1.0/Sites.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Sites.yml" }, "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}": { - "originalLocation": "/openApiDocs/v1.0/Sites.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Sites.yml" }, "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}/fields": { - "originalLocation": "/openApiDocs/v1.0/Sites.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Sites.yml" }, "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}/microsoft.graph.restoreVersion": { - "originalLocation": "/openApiDocs/v1.0/Sites.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Sites.yml" }, "/sites/{site-id}/lists/{list-id}/subscriptions": { - "originalLocation": "/openApiDocs/v1.0/Sites.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Sites.yml" }, "/sites/{site-id}/lists/{list-id}/subscriptions/{subscription-id}": { - "originalLocation": "/openApiDocs/v1.0/Sites.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Sites.yml" }, "/sites/{site-id}/microsoft.graph.getActivitiesByInterval()": { - "originalLocation": "/openApiDocs/v1.0/Sites.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Sites.yml" }, "/sites/{site-id}/microsoft.graph.getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')": { - "originalLocation": "/openApiDocs/v1.0/Sites.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Sites.yml" }, "/sites/{site-id}/microsoft.graph.getByPath(path='{path}')": { - "originalLocation": "/openApiDocs/v1.0/Sites.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Sites.yml" }, "/sites/{site-id}/onenote/notebooks/{notebook-id}/microsoft.graph.copyNotebook": { - "originalLocation": "/openApiDocs/v1.0/Sites.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Sites.yml" }, "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentNotebook/microsoft.graph.copyNotebook": { - "originalLocation": "/openApiDocs/v1.0/Sites.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Sites.yml" }, "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/microsoft.graph.copyToNotebook": { - "originalLocation": "/openApiDocs/v1.0/Sites.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Sites.yml" }, "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/microsoft.graph.copyToSectionGroup": { - "originalLocation": "/openApiDocs/v1.0/Sites.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Sites.yml" }, "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/microsoft.graph.copyToSection": { - "originalLocation": "/openApiDocs/v1.0/Sites.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Sites.yml" }, "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/microsoft.graph.onenotePatchContent": { - "originalLocation": "/openApiDocs/v1.0/Sites.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Sites.yml" }, "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/microsoft.graph.preview()": { - "originalLocation": "/openApiDocs/v1.0/Sites.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Sites.yml" }, "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/microsoft.graph.copyNotebook": { - "originalLocation": "/openApiDocs/v1.0/Sites.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Sites.yml" }, "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/microsoft.graph.copyToNotebook": { - "originalLocation": "/openApiDocs/v1.0/Sites.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Sites.yml" }, "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/microsoft.graph.copyToSectionGroup": { - "originalLocation": "/openApiDocs/v1.0/Sites.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Sites.yml" }, "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/microsoft.graph.copyNotebook": { - "originalLocation": "/openApiDocs/v1.0/Sites.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Sites.yml" }, "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/microsoft.graph.copyToNotebook": { - "originalLocation": "/openApiDocs/v1.0/Sites.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Sites.yml" }, "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/microsoft.graph.copyToSectionGroup": { - "originalLocation": "/openApiDocs/v1.0/Sites.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Sites.yml" }, "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/microsoft.graph.copyToSection": { - "originalLocation": "/openApiDocs/v1.0/Sites.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Sites.yml" }, "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/microsoft.graph.onenotePatchContent": { - "originalLocation": "/openApiDocs/v1.0/Sites.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Sites.yml" }, "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/microsoft.graph.preview()": { - "originalLocation": "/openApiDocs/v1.0/Sites.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Sites.yml" }, "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/microsoft.graph.copyNotebook": { - "originalLocation": "/openApiDocs/v1.0/Sites.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Sites.yml" }, "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/microsoft.graph.copyToNotebook": { - "originalLocation": "/openApiDocs/v1.0/Sites.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Sites.yml" }, "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/microsoft.graph.copyToSectionGroup": { - "originalLocation": "/openApiDocs/v1.0/Sites.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Sites.yml" }, "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentNotebook/microsoft.graph.copyNotebook": { - "originalLocation": "/openApiDocs/v1.0/Sites.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Sites.yml" }, "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/microsoft.graph.copyNotebook": { - "originalLocation": "/openApiDocs/v1.0/Sites.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Sites.yml" }, "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/microsoft.graph.copyToNotebook": { - "originalLocation": "/openApiDocs/v1.0/Sites.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Sites.yml" }, "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/microsoft.graph.copyToSectionGroup": { - "originalLocation": "/openApiDocs/v1.0/Sites.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Sites.yml" }, "/sites/{site-id}/onenote/notebooks/microsoft.graph.getNotebookFromWebUrl": { - "originalLocation": "/openApiDocs/v1.0/Sites.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Sites.yml" }, "/sites/{site-id}/onenote/notebooks/microsoft.graph.getRecentNotebooks(includePersonalNotebooks={includePersonalNotebooks})": { - "originalLocation": "/openApiDocs/v1.0/Sites.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Sites.yml" }, "/sites/{site-id}/onenote/pages/{onenotePage-id}/microsoft.graph.copyToSection": { - "originalLocation": "/openApiDocs/v1.0/Sites.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Sites.yml" }, "/sites/{site-id}/onenote/pages/{onenotePage-id}/microsoft.graph.onenotePatchContent": { - "originalLocation": "/openApiDocs/v1.0/Sites.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Sites.yml" }, "/sites/{site-id}/onenote/pages/{onenotePage-id}/microsoft.graph.preview()": { - "originalLocation": "/openApiDocs/v1.0/Sites.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Sites.yml" }, "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/microsoft.graph.copyNotebook": { - "originalLocation": "/openApiDocs/v1.0/Sites.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Sites.yml" }, "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/microsoft.graph.copyNotebook": { - "originalLocation": "/openApiDocs/v1.0/Sites.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Sites.yml" }, "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/microsoft.graph.copyToNotebook": { - "originalLocation": "/openApiDocs/v1.0/Sites.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Sites.yml" }, "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/microsoft.graph.copyToSectionGroup": { - "originalLocation": "/openApiDocs/v1.0/Sites.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Sites.yml" }, "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id1}/microsoft.graph.copyToSection": { - "originalLocation": "/openApiDocs/v1.0/Sites.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Sites.yml" }, "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id1}/microsoft.graph.onenotePatchContent": { - "originalLocation": "/openApiDocs/v1.0/Sites.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Sites.yml" }, "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id1}/microsoft.graph.preview()": { - "originalLocation": "/openApiDocs/v1.0/Sites.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Sites.yml" }, "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/microsoft.graph.copyNotebook": { - "originalLocation": "/openApiDocs/v1.0/Sites.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Sites.yml" }, "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/microsoft.graph.copyToNotebook": { - "originalLocation": "/openApiDocs/v1.0/Sites.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Sites.yml" }, "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/microsoft.graph.copyToSectionGroup": { - "originalLocation": "/openApiDocs/v1.0/Sites.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Sites.yml" }, "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id1}/microsoft.graph.copyToSection": { - "originalLocation": "/openApiDocs/v1.0/Sites.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Sites.yml" }, "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id1}/microsoft.graph.onenotePatchContent": { - "originalLocation": "/openApiDocs/v1.0/Sites.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Sites.yml" }, "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id1}/microsoft.graph.preview()": { - "originalLocation": "/openApiDocs/v1.0/Sites.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Sites.yml" }, "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentNotebook/microsoft.graph.copyNotebook": { - "originalLocation": "/openApiDocs/v1.0/Sites.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Sites.yml" }, "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/microsoft.graph.copyNotebook": { - "originalLocation": "/openApiDocs/v1.0/Sites.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Sites.yml" }, "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/microsoft.graph.copyToNotebook": { - "originalLocation": "/openApiDocs/v1.0/Sites.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Sites.yml" }, "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/microsoft.graph.copyToSectionGroup": { - "originalLocation": "/openApiDocs/v1.0/Sites.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Sites.yml" }, "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/microsoft.graph.copyToNotebook": { - "originalLocation": "/openApiDocs/v1.0/Sites.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Sites.yml" }, "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/microsoft.graph.copyToSectionGroup": { - "originalLocation": "/openApiDocs/v1.0/Sites.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Sites.yml" }, "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/pages/{onenotePage-id1}/microsoft.graph.copyToSection": { - "originalLocation": "/openApiDocs/v1.0/Sites.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Sites.yml" }, "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/pages/{onenotePage-id1}/microsoft.graph.onenotePatchContent": { - "originalLocation": "/openApiDocs/v1.0/Sites.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Sites.yml" }, "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/pages/{onenotePage-id1}/microsoft.graph.preview()": { - "originalLocation": "/openApiDocs/v1.0/Sites.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Sites.yml" }, "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/microsoft.graph.copyNotebook": { - "originalLocation": "/openApiDocs/v1.0/Sites.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Sites.yml" }, "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/microsoft.graph.copyNotebook": { - "originalLocation": "/openApiDocs/v1.0/Sites.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Sites.yml" }, "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/microsoft.graph.copyToNotebook": { - "originalLocation": "/openApiDocs/v1.0/Sites.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Sites.yml" }, "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/microsoft.graph.copyToSectionGroup": { - "originalLocation": "/openApiDocs/v1.0/Sites.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Sites.yml" }, "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sections/{onenoteSection-id}/microsoft.graph.copyToNotebook": { - "originalLocation": "/openApiDocs/v1.0/Sites.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Sites.yml" }, "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sections/{onenoteSection-id}/microsoft.graph.copyToSectionGroup": { - "originalLocation": "/openApiDocs/v1.0/Sites.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Sites.yml" }, "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/microsoft.graph.copyNotebook": { - "originalLocation": "/openApiDocs/v1.0/Sites.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Sites.yml" }, "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sections/{onenoteSection-id}/microsoft.graph.copyToNotebook": { - "originalLocation": "/openApiDocs/v1.0/Sites.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Sites.yml" }, "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sections/{onenoteSection-id}/microsoft.graph.copyToSectionGroup": { - "originalLocation": "/openApiDocs/v1.0/Sites.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Sites.yml" }, "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sections/{onenoteSection-id}/microsoft.graph.copyToNotebook": { - "originalLocation": "/openApiDocs/v1.0/Sites.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Sites.yml" }, "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sections/{onenoteSection-id}/microsoft.graph.copyToSectionGroup": { - "originalLocation": "/openApiDocs/v1.0/Sites.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Sites.yml" }, "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/microsoft.graph.copyNotebook": { - "originalLocation": "/openApiDocs/v1.0/Sites.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Sites.yml" }, "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/microsoft.graph.copyToNotebook": { - "originalLocation": "/openApiDocs/v1.0/Sites.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Sites.yml" }, "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/microsoft.graph.copyToSectionGroup": { - "originalLocation": "/openApiDocs/v1.0/Sites.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Sites.yml" }, "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/microsoft.graph.copyToSection": { - "originalLocation": "/openApiDocs/v1.0/Sites.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Sites.yml" }, "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/microsoft.graph.onenotePatchContent": { - "originalLocation": "/openApiDocs/v1.0/Sites.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Sites.yml" }, "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/microsoft.graph.preview()": { - "originalLocation": "/openApiDocs/v1.0/Sites.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Sites.yml" }, "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/microsoft.graph.copyNotebook": { - "originalLocation": "/openApiDocs/v1.0/Sites.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Sites.yml" }, "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/microsoft.graph.copyToNotebook": { - "originalLocation": "/openApiDocs/v1.0/Sites.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Sites.yml" }, "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/microsoft.graph.copyToSectionGroup": { - "originalLocation": "/openApiDocs/v1.0/Sites.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Sites.yml" }, "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/parentNotebook/microsoft.graph.copyNotebook": { - "originalLocation": "/openApiDocs/v1.0/Sites.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Sites.yml" }, "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/microsoft.graph.copyToNotebook": { - "originalLocation": "/openApiDocs/v1.0/Sites.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Sites.yml" }, "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/microsoft.graph.copyToSectionGroup": { - "originalLocation": "/openApiDocs/v1.0/Sites.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Sites.yml" }, "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/microsoft.graph.copyToSection": { - "originalLocation": "/openApiDocs/v1.0/Sites.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Sites.yml" }, "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/microsoft.graph.onenotePatchContent": { - "originalLocation": "/openApiDocs/v1.0/Sites.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Sites.yml" }, "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/microsoft.graph.preview()": { - "originalLocation": "/openApiDocs/v1.0/Sites.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Sites.yml" }, "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/microsoft.graph.copyNotebook": { - "originalLocation": "/openApiDocs/v1.0/Sites.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Sites.yml" }, "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/microsoft.graph.copyToNotebook": { - "originalLocation": "/openApiDocs/v1.0/Sites.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Sites.yml" }, "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/microsoft.graph.copyToSectionGroup": { - "originalLocation": "/openApiDocs/v1.0/Sites.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Sites.yml" }, "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/microsoft.graph.copyToNotebook": { - "originalLocation": "/openApiDocs/v1.0/Sites.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Sites.yml" }, "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/microsoft.graph.copyToSectionGroup": { - "originalLocation": "/openApiDocs/v1.0/Sites.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Sites.yml" }, "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/microsoft.graph.copyNotebook": { - "originalLocation": "/openApiDocs/v1.0/Sites.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Sites.yml" }, "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/microsoft.graph.copyToNotebook": { - "originalLocation": "/openApiDocs/v1.0/Sites.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Sites.yml" }, "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/microsoft.graph.copyToSectionGroup": { - "originalLocation": "/openApiDocs/v1.0/Sites.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Sites.yml" }, "/sites/{site-id}/onenote/sections/{onenoteSection-id}/microsoft.graph.copyToNotebook": { - "originalLocation": "/openApiDocs/v1.0/Sites.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Sites.yml" }, "/sites/{site-id}/onenote/sections/{onenoteSection-id}/microsoft.graph.copyToSectionGroup": { - "originalLocation": "/openApiDocs/v1.0/Sites.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Sites.yml" }, "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/microsoft.graph.copyToSection": { - "originalLocation": "/openApiDocs/v1.0/Sites.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Sites.yml" }, "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/microsoft.graph.onenotePatchContent": { - "originalLocation": "/openApiDocs/v1.0/Sites.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Sites.yml" }, "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/microsoft.graph.preview()": { - "originalLocation": "/openApiDocs/v1.0/Sites.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Sites.yml" }, "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/microsoft.graph.copyNotebook": { - "originalLocation": "/openApiDocs/v1.0/Sites.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Sites.yml" }, "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/microsoft.graph.copyNotebook": { - "originalLocation": "/openApiDocs/v1.0/Sites.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Sites.yml" }, "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/microsoft.graph.copyToNotebook": { - "originalLocation": "/openApiDocs/v1.0/Sites.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Sites.yml" }, "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/microsoft.graph.copyToSectionGroup": { - "originalLocation": "/openApiDocs/v1.0/Sites.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Sites.yml" }, "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/microsoft.graph.copyToNotebook": { - "originalLocation": "/openApiDocs/v1.0/Sites.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Sites.yml" }, "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/microsoft.graph.copyToSectionGroup": { - "originalLocation": "/openApiDocs/v1.0/Sites.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Sites.yml" }, "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/microsoft.graph.copyToNotebook": { - "originalLocation": "/openApiDocs/v1.0/Sites.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Sites.yml" }, "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/microsoft.graph.copyToSectionGroup": { - "originalLocation": "/openApiDocs/v1.0/Sites.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Sites.yml" }, "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook/microsoft.graph.copyNotebook": { - "originalLocation": "/openApiDocs/v1.0/Sites.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Sites.yml" }, "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/microsoft.graph.copyNotebook": { - "originalLocation": "/openApiDocs/v1.0/Sites.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Sites.yml" }, "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/microsoft.graph.copyToNotebook": { - "originalLocation": "/openApiDocs/v1.0/Sites.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Sites.yml" }, "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/microsoft.graph.copyToSectionGroup": { - "originalLocation": "/openApiDocs/v1.0/Sites.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Sites.yml" }, "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/microsoft.graph.copyToNotebook": { - "originalLocation": "/openApiDocs/v1.0/Sites.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Sites.yml" }, "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/microsoft.graph.copyToSectionGroup": { - "originalLocation": "/openApiDocs/v1.0/Sites.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Sites.yml" }, "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/microsoft.graph.copyNotebook": { - "originalLocation": "/openApiDocs/v1.0/Sites.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Sites.yml" }, "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sections/{onenoteSection-id1}/microsoft.graph.copyToNotebook": { - "originalLocation": "/openApiDocs/v1.0/Sites.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Sites.yml" }, "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sections/{onenoteSection-id1}/microsoft.graph.copyToSectionGroup": { - "originalLocation": "/openApiDocs/v1.0/Sites.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Sites.yml" }, "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/microsoft.graph.copyToNotebook": { - "originalLocation": "/openApiDocs/v1.0/Sites.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Sites.yml" }, "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/microsoft.graph.copyToSectionGroup": { - "originalLocation": "/openApiDocs/v1.0/Sites.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Sites.yml" + }, + "/sites/{site-id}/permissions": { + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Sites.yml" + }, + "/sites/{site-id}/permissions/{permission-id}": { + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Sites.yml" }, "/sites/{site-id}/permissions/{permission-id}/microsoft.graph.grant": { - "originalLocation": "/openApiDocs/v1.0/Sites.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Sites.yml" }, "/sites/{site-id}/sites": { - "originalLocation": "/openApiDocs/v1.0/Sites.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Sites.yml" }, "/sites/{site-id}/sites/{site-id1}": { - "originalLocation": "/openApiDocs/v1.0/Sites.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Sites.yml" }, "/sites/microsoft.graph.add": { - "originalLocation": "/openApiDocs/v1.0/Sites.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Sites.yml" }, "/sites/microsoft.graph.remove": { - "originalLocation": "/openApiDocs/v1.0/Sites.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Sites.yml" }, "/users/{user-id}/followedSites": { - "originalLocation": "/openApiDocs/v1.0/Sites.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Sites.yml" }, "/users/{user-id}/followedSites/$ref": { - "originalLocation": "/openApiDocs/v1.0/Sites.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Sites.yml" } } } diff --git a/profiles/Sites/definitions/v1.0-beta.md b/profiles/Sites/definitions/v1.0-beta.md index 4021ada05f4..89ad2a876c9 100644 --- a/profiles/Sites/definitions/v1.0-beta.md +++ b/profiles/Sites/definitions/v1.0-beta.md @@ -314,6 +314,8 @@ profiles: /sites/{site-id}/pages: v1.0-beta /sites/{site-id}/pages/{sitePage-id}: v1.0-beta /sites/{site-id}/pages/{sitePage-id}/microsoft.graph.publish: v1.0-beta + /sites/{site-id}/permissions: v1.0-beta + /sites/{site-id}/permissions/{permission-id}: v1.0-beta /sites/{site-id}/permissions/{permission-id}/microsoft.graph.grant: v1.0-beta /sites/{site-id}/permissions/{permission-id}/microsoft.graph.revokeGrants: v1.0-beta /sites/{site-id}/sites: v1.0-beta diff --git a/profiles/Sites/definitions/v1.0.md b/profiles/Sites/definitions/v1.0.md index 094c644109a..dee7997e068 100644 --- a/profiles/Sites/definitions/v1.0.md +++ b/profiles/Sites/definitions/v1.0.md @@ -233,6 +233,8 @@ profiles: : v1.0 ? /sites/{site-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/microsoft.graph.copyToSectionGroup : v1.0 + /sites/{site-id}/permissions: v1.0 + /sites/{site-id}/permissions/{permission-id}: v1.0 /sites/{site-id}/permissions/{permission-id}/microsoft.graph.grant: v1.0 /sites/{site-id}/sites: v1.0 /sites/{site-id}/sites/{site-id1}: v1.0 diff --git a/tools/GenerateProfiles.ps1 b/tools/GenerateProfiles.ps1 index 3a930407ca9..af9456d6fc8 100644 --- a/tools/GenerateProfiles.ps1 +++ b/tools/GenerateProfiles.ps1 @@ -53,7 +53,7 @@ try { Write-Host "Crawling '$moduleName' paths for resources and operations ..." -ForegroundColor Green $crawlResult = [ordered]@{resources= @(); operations = [ordered]@{}} foreach ($path in ($allPaths | Sort-Object -Property endpoint)) { - $crawlResult.operations[$path.endpoint] = (@{apiVersion = $path.apiVersion; originalLocation = $path.originalLocation}) + $crawlResult.operations[$path.endpoint] = ([ordered]@{apiVersion = $path.apiVersion; originalLocation = $path.originalLocation}) } $telemetryDir = Join-Path $ModuleProfilesDirectory "crawl-log-$profileName.json" Set-Content -Path $telemetryDir -Value ($crawlResult | ConvertTo-Json) @@ -85,7 +85,7 @@ $profilesInYaml # Get all profile defintions of a module and generate a single readme. foreach ($moduleItem in (Get-ChildItem $ProfilesDirectory)) { $definitionsRelativePaths = @{ require = @()} - foreach ($moduleDefinition in (Get-ChildItem -Filter *.md -Path "$($moduleItem.FullName)/definitions")) { + foreach ($moduleDefinition in (Get-ChildItem -Filter *.md -Path "$($moduleItem.FullName)/definitions" | Sort-Object -Property name -desc)) { $definitionsRelativePaths.require += '$(this-folder)/definitions/'+ $moduleDefinition.Name } $definitionsRelativePathsAsYaml = ($definitionsRelativePaths | Sort-Object -Property require | ConvertTo-Yaml) From d2807b0e4f6b6d3bf1c676a12eaa9cf5590a6005 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 9 Apr 2021 10:13:46 -0700 Subject: [PATCH 09/12] Weekly OpenApiDocs Download (#616) Co-authored-by: Microsoft Graph DevX Tooling --- openApiDocs/beta/Applications.yml | 25 +- openApiDocs/beta/Bookings.yml | 4 +- openApiDocs/beta/Calendar.yml | 26 +- openApiDocs/beta/ChangeNotifications.yml | 14 +- openApiDocs/beta/CloudCommunications.yml | 318 +- openApiDocs/beta/Compliance.yml | 1775 ++++----- openApiDocs/beta/CrossDeviceExperiences.yml | 8 +- openApiDocs/beta/DeviceManagement.Actions.yml | 40 + .../beta/DeviceManagement.Administration.yml | 4 +- .../beta/DeviceManagement.Enrolment.yml | 16 +- .../beta/DeviceManagement.Functions.yml | 4 +- openApiDocs/beta/DeviceManagement.yml | 941 +++-- openApiDocs/beta/Devices.CloudPrint.yml | 1092 +++--- .../beta/Devices.CorporateManagement.yml | 888 +++-- openApiDocs/beta/Education.yml | 1114 +++--- openApiDocs/beta/Files.yml | 874 +++-- openApiDocs/beta/Groups.yml | 1858 ++++----- .../beta/Identity.DirectoryManagement.yml | 34 +- openApiDocs/beta/Identity.Governance.yml | 26 +- openApiDocs/beta/Identity.SignIns.yml | 902 +++-- openApiDocs/beta/Mail.yml | 14 +- openApiDocs/beta/People.yml | 6 +- openApiDocs/beta/PersonalContacts.yml | 10 +- openApiDocs/beta/Planner.yml | 6 +- openApiDocs/beta/Reports.yml | 60 +- openApiDocs/beta/SchemaExtensions.yml | 4 +- openApiDocs/beta/Security.yml | 10 +- openApiDocs/beta/Sites.yml | 876 +++-- openApiDocs/beta/Teams.yml | 879 +++-- openApiDocs/beta/Users.Actions.yml | 880 +++-- openApiDocs/beta/Users.Functions.yml | 874 +++-- openApiDocs/beta/Users.yml | 874 +++-- openApiDocs/v1.0/Applications.yml | 22 +- openApiDocs/v1.0/Calendar.yml | 26 +- openApiDocs/v1.0/ChangeNotifications.yml | 14 +- openApiDocs/v1.0/CloudCommunications.yml | 20 +- .../v1.0/DeviceManagement.Administration.yml | 4 +- .../v1.0/DeviceManagement.Enrolment.yml | 14 +- .../v1.0/DeviceManagement.Functions.yml | 4 +- openApiDocs/v1.0/DeviceManagement.yml | 90 +- openApiDocs/v1.0/Devices.CloudPrint.yml | 369 +- .../v1.0/Devices.CorporateManagement.yml | 82 +- openApiDocs/v1.0/Education.yml | 391 +- openApiDocs/v1.0/Files.yml | 367 +- openApiDocs/v1.0/Groups.yml | 371 +- .../v1.0/Identity.DirectoryManagement.yml | 24 +- openApiDocs/v1.0/Identity.Governance.yml | 22 +- openApiDocs/v1.0/Identity.SignIns.yml | 387 +- openApiDocs/v1.0/Mail.yml | 14 +- openApiDocs/v1.0/People.yml | 6 +- openApiDocs/v1.0/PersonalContacts.yml | 6 +- openApiDocs/v1.0/Planner.yml | 6 +- openApiDocs/v1.0/Reports.yml | 60 +- openApiDocs/v1.0/SchemaExtensions.yml | 4 +- openApiDocs/v1.0/Security.yml | 8 +- openApiDocs/v1.0/Sites.yml | 369 +- openApiDocs/v1.0/Teams.yml | 367 +- openApiDocs/v1.0/Users.Actions.yml | 389 +- openApiDocs/v1.0/Users.Functions.yml | 379 +- openApiDocs/v1.0/Users.yml | 367 +- .../Applications/crawl-log-v1.0-beta.json | 748 ++-- profiles/Applications/crawl-log-v1.0.json | 312 +- profiles/Applications/readme.md | 2 +- profiles/Bookings/crawl-log-v1.0-beta.json | 72 +- profiles/Calendar/crawl-log-v1.0-beta.json | 1016 ++--- profiles/Calendar/crawl-log-v1.0.json | 920 ++--- profiles/Calendar/readme.md | 2 +- .../crawl-log-v1.0-beta.json | 8 +- .../ChangeNotifications/crawl-log-v1.0.json | 8 +- profiles/ChangeNotifications/readme.md | 2 +- .../crawl-log-v1.0-beta.json | 208 +- .../CloudCommunications/crawl-log-v1.0.json | 152 +- .../definitions/v1.0-beta.md | 2 + profiles/CloudCommunications/readme.md | 2 +- profiles/Compliance/crawl-log-v1.0-beta.json | 284 +- .../crawl-log-v1.0-beta.json | 32 +- .../crawl-log-v1.0.json | 24 +- profiles/CrossDeviceExperiences/readme.md | 2 +- .../crawl-log-v1.0-beta.json | 1784 ++++----- .../crawl-log-v1.0.json | 108 +- .../definitions/v1.0-beta.md | 1 + profiles/DeviceManagement.Actions/readme.md | 2 +- .../crawl-log-v1.0-beta.json | 416 +- .../crawl-log-v1.0.json | 132 +- .../DeviceManagement.Administration/readme.md | 2 +- .../crawl-log-v1.0-beta.json | 896 ++--- .../crawl-log-v1.0.json | 24 +- profiles/DeviceManagement.Enrolment/readme.md | 2 +- .../crawl-log-v1.0-beta.json | 240 +- .../crawl-log-v1.0.json | 12 +- profiles/DeviceManagement.Functions/readme.md | 2 +- .../DeviceManagement/crawl-log-v1.0-beta.json | 1344 +++---- profiles/DeviceManagement/crawl-log-v1.0.json | 248 +- profiles/DeviceManagement/readme.md | 2 +- .../crawl-log-v1.0-beta.json | 224 +- .../Devices.CloudPrint/crawl-log-v1.0.json | 152 +- profiles/Devices.CloudPrint/readme.md | 2 +- .../crawl-log-v1.0-beta.json | 952 ++--- .../crawl-log-v1.0.json | 404 +- .../Devices.CorporateManagement/readme.md | 2 +- .../DirectoryObjects/crawl-log-v1.0-beta.json | 40 +- profiles/DirectoryObjects/crawl-log-v1.0.json | 40 +- profiles/DirectoryObjects/readme.md | 2 +- profiles/Education/crawl-log-v1.0-beta.json | 520 +-- profiles/Education/crawl-log-v1.0.json | 208 +- profiles/Education/readme.md | 2 +- profiles/Files/crawl-log-v1.0-beta.json | 876 ++--- profiles/Files/crawl-log-v1.0.json | 368 +- profiles/Files/readme.md | 2 +- profiles/Financials/crawl-log-v1.0-beta.json | 1004 ++--- profiles/Groups/crawl-log-v1.0-beta.json | 1416 +++---- profiles/Groups/crawl-log-v1.0.json | 1236 +++--- profiles/Groups/readme.md | 2 +- .../crawl-log-v1.0-beta.json | 608 +-- .../crawl-log-v1.0.json | 456 +-- .../Identity.DirectoryManagement/readme.md | 2 +- .../crawl-log-v1.0-beta.json | 3348 ++++++++--------- .../Identity.Governance/crawl-log-v1.0.json | 68 +- profiles/Identity.Governance/readme.md | 2 +- .../Identity.SignIns/crawl-log-v1.0-beta.json | 548 +-- profiles/Identity.SignIns/crawl-log-v1.0.json | 244 +- profiles/Identity.SignIns/readme.md | 2 +- profiles/Mail/crawl-log-v1.0-beta.json | 164 +- profiles/Mail/crawl-log-v1.0.json | 140 +- profiles/Mail/readme.md | 2 +- profiles/Notes/crawl-log-v1.0-beta.json | 2004 +++++----- profiles/Notes/crawl-log-v1.0.json | 2004 +++++----- profiles/Notes/readme.md | 2 +- profiles/People/crawl-log-v1.0-beta.json | 176 +- profiles/People/crawl-log-v1.0.json | 68 +- profiles/People/readme.md | 2 +- .../PersonalContacts/crawl-log-v1.0-beta.json | 112 +- profiles/PersonalContacts/crawl-log-v1.0.json | 112 +- profiles/PersonalContacts/readme.md | 2 +- profiles/Planner/crawl-log-v1.0-beta.json | 352 +- profiles/Planner/crawl-log-v1.0.json | 296 +- profiles/Planner/readme.md | 2 +- profiles/Reports/crawl-log-v1.0-beta.json | 636 ++-- profiles/Reports/crawl-log-v1.0.json | 440 +-- profiles/Reports/readme.md | 2 +- .../SchemaExtensions/crawl-log-v1.0-beta.json | 8 +- profiles/SchemaExtensions/crawl-log-v1.0.json | 8 +- profiles/SchemaExtensions/readme.md | 2 +- profiles/Search/crawl-log-v1.0-beta.json | 20 +- profiles/Search/crawl-log-v1.0.json | 8 +- profiles/Search/readme.md | 2 +- profiles/Security/crawl-log-v1.0-beta.json | 124 +- profiles/Security/crawl-log-v1.0.json | 28 +- profiles/Security/readme.md | 2 +- profiles/Sites/readme.md | 2 +- profiles/Teams/crawl-log-v1.0-beta.json | 592 +-- profiles/Teams/crawl-log-v1.0.json | 484 +-- profiles/Teams/definitions/v1.0-beta.md | 2 + profiles/Teams/readme.md | 2 +- .../Users.Actions/crawl-log-v1.0-beta.json | 1700 ++++----- profiles/Users.Actions/crawl-log-v1.0.json | 1640 ++++---- profiles/Users.Actions/readme.md | 2 +- .../Users.Functions/crawl-log-v1.0-beta.json | 340 +- profiles/Users.Functions/crawl-log-v1.0.json | 624 +-- profiles/Users.Functions/readme.md | 2 +- profiles/Users/crawl-log-v1.0-beta.json | 348 +- profiles/Users/crawl-log-v1.0.json | 180 +- profiles/Users/readme.md | 2 +- 163 files changed, 27542 insertions(+), 25475 deletions(-) diff --git a/openApiDocs/beta/Applications.yml b/openApiDocs/beta/Applications.yml index 4a869e10dd8..b8bee954d0e 100644 --- a/openApiDocs/beta/Applications.yml +++ b/openApiDocs/beta/Applications.yml @@ -18563,7 +18563,7 @@ components: $ref: '#/components/schemas/microsoft.graph.apiApplication' appId: type: string - description: The unique identifier for the application that is assigned to an application by Azure AD. Not nullable. Read-only. + description: The unique identifier for the application that is assigned by Azure AD. Not nullable. Read-only. nullable: true appRoles: type: array @@ -18588,13 +18588,13 @@ components: nullable: true groupMembershipClaims: type: string - description: 'Configures the groups claim issued in a user or OAuth 2.0 access token that the application expects. To set this attribute, use one of the following valid string values: None, SecurityGroup (for security groups and Azure AD roles), All (this gets all of the security groups, distribution groups, and Azure AD directory roles that the signed-in user is a member of).' + description: 'Configures the groups claim issued in a user or OAuth 2.0 access token that the application expects. To set this attribute, use one of the following string values: None, SecurityGroup (for security groups and Azure AD roles), All (this gets all security groups, distribution groups, and Azure AD directory roles that the signed-in user is a member of).' nullable: true identifierUris: type: array items: type: string - description: 'The URIs that identify the application within its Azure AD tenant, or within a verified custom domain if the application is multi-tenant. For more information see Application Objects and Service Principal Objects. The any operator is required for filter expressions on multi-valued properties. Not nullable.' + description: 'The URIs that identify the application within its Azure AD tenant, or within a verified custom domain if the application is multi-tenant. For more information, see Application Objects and Service Principal Objects. The any operator is required for filter expressions on multi-valued properties. Not nullable.' info: $ref: '#/components/schemas/microsoft.graph.informationalUrl' isDeviceOnlyAuthSupported: @@ -18602,7 +18602,7 @@ components: nullable: true isFallbackPublicClient: type: boolean - description: 'Specifies the fallback application type as public client, such as an installed application running on a mobile device. The default value is false which means the fallback application type is confidential client such as a web app. There are certain scenarios where Azure AD cannot determine the client application type. For example, the ROPC flow where it is configured without specifying a redirect URI. In those cases Azure AD interprets the application type based on the value of this property.' + description: 'Specifies the fallback application type as public client, such as an installed application running on a mobile device. The default value is false which means the fallback application type is confidential client such as a web app. There are certain scenarios where Azure AD cannot determine the client application type. For example, the ROPC flow where the application is configured without specifying a redirect URI. In those cases Azure AD interprets the application type based on the value of this property.' nullable: true keyCredentials: type: array @@ -18630,7 +18630,7 @@ components: $ref: '#/components/schemas/microsoft.graph.publicClientApplication' publisherDomain: type: string - description: 'The verified publisher domain for the application. Read-only. For more information, see How to: Configure an application''s publisher domain.' + description: The verified publisher domain for the application. Read-only. nullable: true requiredResourceAccess: type: array @@ -18656,6 +18656,7 @@ components: nullable: true uniqueName: type: string + description: The unique identifier that can be assigned to an application as an alternative identifier. Immutable. Read-only. nullable: true web: $ref: '#/components/schemas/microsoft.graph.webApplication' @@ -18792,7 +18793,7 @@ components: nullable: true key: type: string - description: 'The certificate''s raw data in byte array converted to Base64 string; for example, [System.Convert]::ToBase64String($Cert.GetRawCertData()).' + description: Value for the key credential. Should be a base 64 encoded value. format: base64url nullable: true keyId: @@ -19538,7 +19539,7 @@ components: nullable: true signInAudience: type: string - description: Specifies what Microsoft accounts are supported for the associated application. Read-only. + description: 'Specifies the Microsoft accounts that are supported for the current application. Read-only. Supported values are:AzureADMyOrg: Users with a Microsoft work or school account in my organization’s Azure AD tenant (single-tenant).AzureADMultipleOrgs: Users with a Microsoft work or school account in any organization’s Azure AD tenant (multi-tenant).AzureADandPersonalMicrosoftAccount: Users with a personal Microsoft account, or a work or school account in any organization’s Azure AD tenant.PersonalMicrosoftAccount: Users with a personal Microsoft account only.' nullable: true tags: type: array @@ -19647,11 +19648,11 @@ components: $ref: '#/components/schemas/microsoft.graph.permissionClassificationType' permissionId: type: string - description: The unique identifier (id) for the delegated permission listed in the oauth2PermissionScopes collection of the servicePrincipal. Required on create. Does not support $filter. + description: The unique identifier (id) for the delegated permission listed in the publishedPermissionScopes collection of the servicePrincipal. Required on create. Does not support $filter. nullable: true permissionName: type: string - description: The claim value (value) for the delegated permission listed in the oauth2PermissionScopes collection of the servicePrincipal. Does not support $filter. + description: The claim value (value) for the delegated permission listed in the publishedPermissionScopes collection of the servicePrincipal. Does not support $filter. nullable: true additionalProperties: type: object @@ -20605,7 +20606,7 @@ components: 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.' + 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}$' @@ -21038,11 +21039,11 @@ components: properties: key: type: string - description: Key for the key-value pair. + description: 'Contains the name of the field that a value is associated with. When a sign in or domain hint is included in the sign-in request, corresponding fields are included as key-value pairs. Possible keys: Login hint present, Domain hint present.' nullable: true value: type: string - description: Value for the key-value pair. + description: Contains the corresponding value for the specified key. The value is true if a sign in hint was included in the sign-in request; otherwise false. The value is true if a domain hint was included in the sign-in request; otherwise false. nullable: true additionalProperties: type: object diff --git a/openApiDocs/beta/Bookings.yml b/openApiDocs/beta/Bookings.yml index c7e0c0710c1..da9e445ccb5 100644 --- a/openApiDocs/beta/Bookings.yml +++ b/openApiDocs/beta/Bookings.yml @@ -2515,10 +2515,10 @@ components: 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).' + description: 'A single point of time in a combined date and time representation ({date}T{time}). For example, ''2019-04-16T09:00:00''.' timeZone: type: string - description: 'Represents a time zone, for example, ''Pacific Standard Time''. See below for more possible values.' + description: 'Represents a time zone, for example, ''Pacific Standard Time''. See below for possible values.' nullable: true additionalProperties: type: object diff --git a/openApiDocs/beta/Calendar.yml b/openApiDocs/beta/Calendar.yml index 8d16f9968d2..394e9823cde 100644 --- a/openApiDocs/beta/Calendar.yml +++ b/openApiDocs/beta/Calendar.yml @@ -46388,15 +46388,15 @@ components: 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.' + 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, through an Outlook client or the corresponding calendarPermission resource. Read-only.' 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.' + description: 'true if the user has the permission to share the calendar, false otherwise. Only the user who created the calendar can share it. Read-only.' nullable: true canViewPrivateItems: type: boolean - description: 'true if the user can read calendar items that have been marked private, false otherwise.' + description: 'true if the user can read calendar items that have been marked private, false otherwise. This property is set through an Outlook client or the corresponding calendarPermission resource. Read-only.' nullable: true changeKey: type: string @@ -46408,7 +46408,7 @@ components: $ref: '#/components/schemas/microsoft.graph.onlineMeetingProviderType' hexColor: type: string - description: 'The calendar color, expressed in a hex color code of three hexadecimal values, each ranging from 00 to FF and representing the red, green, or blue components of the color in the RGB color space. If the user has never explicitly set a color for the calendar, this property is empty. Read-only.' + description: 'The calendar color, expressed in a hex color code of three hexadecimal values, each ranging from 00 to FF and representing the red, green, or blue components of the color in the RGB color space. If the user has never explicitly set a color for the calendar, this property is empty.' nullable: true isDefaultCalendar: type: boolean @@ -46631,7 +46631,7 @@ components: 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. + description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' calendar: $ref: '#/components/schemas/microsoft.graph.calendar' exceptionOccurrences: @@ -46642,12 +46642,12 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.extension' - description: The collection of open extensions defined for the event. Read-only. Nullable. + description: The collection of open extensions defined for the event. Nullable. instances: type: array items: $ref: '#/components/schemas/microsoft.graph.event' - description: The instances of the event. Navigation property. Read-only. Nullable. + description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but does not include occurrences that have been cancelled from the series. Navigation property. Read-only. Nullable.' multiValueExtendedProperties: type: array items: @@ -46681,7 +46681,7 @@ components: nullable: true name: type: string - description: The attachment's file name. + description: The display name of the attachment. This does not need to be the actual file name. nullable: true size: maximum: 2147483647 @@ -46808,11 +46808,11 @@ components: properties: address: type: string - description: The email address of the person or entity. + description: The email address of an entity instance. nullable: true name: type: string - description: The display name of the person or entity. + description: The display name of an entity instance. nullable: true additionalProperties: type: object @@ -46888,10 +46888,10 @@ components: 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).' + description: 'A single point of time in a combined date and time representation ({date}T{time}). For example, ''2019-04-16T09:00:00''.' timeZone: type: string - description: 'Represents a time zone, for example, ''Pacific Standard Time''. See below for more possible values.' + description: 'Represents a time zone, for example, ''Pacific Standard Time''. See below for possible values.' nullable: true additionalProperties: type: object @@ -47170,7 +47170,7 @@ components: 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.' + description: 'A collection of the days of the week on which the event occurs. 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: diff --git a/openApiDocs/beta/ChangeNotifications.yml b/openApiDocs/beta/ChangeNotifications.yml index d303fdcd0a9..2239fb64e52 100644 --- a/openApiDocs/beta/ChangeNotifications.yml +++ b/openApiDocs/beta/ChangeNotifications.yml @@ -268,14 +268,14 @@ components: 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.' + description: '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. Required. 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. + description: Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 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. Optional. 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.' + 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 @@ -283,12 +283,12 @@ components: nullable: true encryptionCertificateId: type: string - description: A custom app-provided identifier to help identify the certificate needed to decrypt resource data. Optional. + description: A custom app-provided identifier to help identify the certificate needed to decrypt resource data. Optional. Required when includeResourceData is true. 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.' + description: '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. Required.' format: date-time includeResourceData: type: boolean @@ -312,10 +312,10 @@ components: 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. + description: The URL of the endpoint that receives the change notifications. This URL must make use of the HTTPS protocol. Required. 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. + description: Specifies the resource that will be monitored for changes. Do not include the base URL (https://graph.microsoft.com/beta/). See the possible resource path values for each supported resource. Required. additionalProperties: type: object microsoft.graph.entity: diff --git a/openApiDocs/beta/CloudCommunications.yml b/openApiDocs/beta/CloudCommunications.yml index ea5251cab43..87019ab7508 100644 --- a/openApiDocs/beta/CloudCommunications.yml +++ b/openApiDocs/beta/CloudCommunications.yml @@ -2815,6 +2815,7 @@ paths: - startDateTime - subject - videoTeleconferenceId + - meetingAttendanceReport type: string - name: $expand in: query @@ -2827,6 +2828,7 @@ paths: items: enum: - '*' + - meetingAttendanceReport type: string responses: '200': @@ -2923,6 +2925,7 @@ paths: - startDateTime - subject - videoTeleconferenceId + - meetingAttendanceReport type: string - name: $expand in: query @@ -2935,6 +2938,7 @@ paths: items: enum: - '*' + - meetingAttendanceReport type: string responses: '200': @@ -2943,6 +2947,11 @@ paths: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onlineMeeting' + links: + meetingAttendanceReport: + operationId: communications.OnlineMeetings.GetMeetingAttendanceReport + parameters: + onlineMeeting-id: $request.path.onlineMeeting-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -3100,6 +3109,105 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation + '/communications/onlineMeetings/{onlineMeeting-id}/meetingAttendanceReport': + get: + tags: + - communications.onlineMeeting + summary: Get meetingAttendanceReport from communications + operationId: communications.onlineMeetings_GetMeetingAttendanceReport + parameters: + - name: onlineMeeting-id + in: path + description: 'key: id of onlineMeeting' + required: true + schema: + type: string + x-ms-docs-key-type: onlineMeeting + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - id + - attendanceRecords + 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.meetingAttendanceReport' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - communications.onlineMeeting + summary: Update the navigation property meetingAttendanceReport in communications + operationId: communications.onlineMeetings_UpdateMeetingAttendanceReport + parameters: + - name: onlineMeeting-id + in: path + description: 'key: id of onlineMeeting' + required: true + schema: + type: string + x-ms-docs-key-type: onlineMeeting + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.meetingAttendanceReport' + required: true + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - communications.onlineMeeting + summary: Delete navigation property meetingAttendanceReport for communications + operationId: communications.onlineMeetings_DeleteMeetingAttendanceReport + parameters: + - name: onlineMeeting-id + in: path + description: 'key: id of onlineMeeting' + required: true + schema: + type: string + x-ms-docs-key-type: onlineMeeting + - 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 '/communications/onlineMeetings/{onlineMeeting-id}/recording': get: tags: @@ -3587,6 +3695,7 @@ paths: - startDateTime - subject - videoTeleconferenceId + - meetingAttendanceReport type: string - name: $expand in: query @@ -3599,6 +3708,7 @@ paths: items: enum: - '*' + - meetingAttendanceReport type: string responses: '200': @@ -3710,6 +3820,7 @@ paths: - startDateTime - subject - videoTeleconferenceId + - meetingAttendanceReport type: string - name: $expand in: query @@ -3722,6 +3833,7 @@ paths: items: enum: - '*' + - meetingAttendanceReport type: string responses: '200': @@ -3730,6 +3842,12 @@ paths: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onlineMeeting' + links: + meetingAttendanceReport: + operationId: users.OnlineMeetings.GetMeetingAttendanceReport + parameters: + user-id: $request.path.user-id + onlineMeeting-id: $request.path.onlineMeeting-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -3929,6 +4047,126 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation + '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/meetingAttendanceReport': + get: + tags: + - users.onlineMeeting + summary: Get meetingAttendanceReport from users + operationId: users.onlineMeetings_GetMeetingAttendanceReport + parameters: + - name: user-id + in: path + description: 'key: id of user' + required: true + schema: + type: string + x-ms-docs-key-type: user + - name: onlineMeeting-id + in: path + description: 'key: id of onlineMeeting' + required: true + schema: + type: string + x-ms-docs-key-type: onlineMeeting + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - id + - attendanceRecords + 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.meetingAttendanceReport' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - users.onlineMeeting + summary: Update the navigation property meetingAttendanceReport in users + operationId: users.onlineMeetings_UpdateMeetingAttendanceReport + parameters: + - name: user-id + in: path + description: 'key: id of user' + required: true + schema: + type: string + x-ms-docs-key-type: user + - name: onlineMeeting-id + in: path + description: 'key: id of onlineMeeting' + required: true + schema: + type: string + x-ms-docs-key-type: onlineMeeting + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.meetingAttendanceReport' + required: true + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - users.onlineMeeting + summary: Delete navigation property meetingAttendanceReport for users + operationId: users.onlineMeetings_DeleteMeetingAttendanceReport + parameters: + - name: user-id + in: path + description: 'key: id of user' + required: true + schema: + type: string + x-ms-docs-key-type: user + - name: onlineMeeting-id + in: path + description: 'key: id of onlineMeeting' + required: true + schema: + type: string + x-ms-docs-key-type: onlineMeeting + - 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 '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recording': get: tags: @@ -4157,13 +4395,13 @@ components: 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: 'UTC time when the first user joined the call. 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 is 2014-01-01T00:00:00Z.' + description: 'UTC time when the first user joined the call. 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 is 2014-01-01T00:00:00Z' format: date-time type: $ref: '#/components/schemas/microsoft.graph.callRecords.callType' version: type: integer - description: Monotonically increasing version of the call record. Higher version call records with the same id includes additional data compared to the lower version. + description: Monotonically increasing version of the call record. Higher version call records with the same ID includes additional data compared to the lower version. format: int64 sessions: type: array @@ -4197,7 +4435,7 @@ components: 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: 'UTC time when the first user joined the session. 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 is 2014-01-01T00:00:00Z' + description: 'UTC fime when the first user joined the session. 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 is 2014-01-01T00:00:00Z' format: date-time segments: type: array @@ -4437,7 +4675,7 @@ components: $ref: '#/components/schemas/microsoft.graph.identitySet' replacesCallId: type: string - description: Optional. The call which the target identity is currently a part of. This call will be dropped once the participant is added. + description: Optional. The call which the target idenity is currently a part of. This call will be dropped once the participant is added. nullable: true additionalProperties: type: object @@ -4611,7 +4849,7 @@ components: properties: activity: type: string - description: 'The supplemental information to a user''s availability. Possible values are Available, Away, BeRightBack, Busy, DoNotDisturb, InACall, InAConferenceCall, Inactive, InAMeeting, Offline, OffWork, OutOfOffice, PresenceUnknown, Presenting, UrgentInterruptionsOnly.' + description: 'The supplemental information to a user''s availability. Possible values are Available, Away, BeRightBack, Busy, DoNotDisturb, InACall, InAConferenceCall, Inactive,InAMeeting, Offline, OffWork,OutOfOffice, PresenceUnknown,Presenting, UrgentInterruptionsOnly.' nullable: true availability: type: string @@ -4720,6 +4958,20 @@ components: type: string description: The video teleconferencing ID. Read-only. nullable: true + meetingAttendanceReport: + $ref: '#/components/schemas/microsoft.graph.meetingAttendanceReport' + additionalProperties: + type: object + microsoft.graph.meetingAttendanceReport: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: meetingAttendanceReport + type: object + properties: + attendanceRecords: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.attendanceRecord' additionalProperties: type: object microsoft.graph.chatInfo: @@ -4728,7 +4980,7 @@ components: properties: messageId: type: string - description: The unique identifier of a message in a Microsoft Teams channel. + description: The unique identifier for a message in a Microsoft Teams channel. nullable: true replyChainMessageId: type: string @@ -4866,7 +5118,7 @@ components: nullable: true region: type: string - description: 'The home region of the participant. This can be a country, a continent, or a larger geographic region. This does not change based on the participant''s current physical location. Read-only.' + description: 'The home region of the participant. This can be a country, a continent, or a larger geographic region. This does not change based on the participant''s current physical location, unlike countryCode. Read-only.' nullable: true additionalProperties: type: object @@ -4899,13 +5151,13 @@ components: properties: observedParticipantId: type: string - description: The ID of the participant that is under observation. Read-only. + description: The id of the participant that is under observation. Read-only. nullable: true onBehalfOf: $ref: '#/components/schemas/microsoft.graph.identitySet' sourceParticipantId: type: string - description: The ID of the participant that triggered the incoming call. Read-only. + description: The id of the participant that triggered the incoming call. Read-only. nullable: true transferor: $ref: '#/components/schemas/microsoft.graph.identitySet' @@ -5073,7 +5325,7 @@ components: $ref: '#/components/schemas/microsoft.graph.modality' serverMuted: type: boolean - description: If the media is muted by the server. + description: Indicates whether the media is muted by the server. sourceId: type: string description: The source ID. @@ -5322,6 +5574,30 @@ components: $ref: '#/components/schemas/microsoft.graph.lobbyBypassScope' additionalProperties: type: object + microsoft.graph.attendanceRecord: + title: attendanceRecord + type: object + properties: + attendanceIntervals: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.attendanceInterval' + emailAddress: + type: string + nullable: true + identity: + $ref: '#/components/schemas/microsoft.graph.identity' + role: + type: string + nullable: true + totalAttendanceInSeconds: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + nullable: true + additionalProperties: + type: object microsoft.graph.meetingParticipantInfo: title: meetingParticipantInfo type: object @@ -5829,6 +6105,28 @@ components: - everyone - unknownFutureValue type: string + microsoft.graph.attendanceInterval: + title: attendanceInterval + type: object + properties: + durationInSeconds: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + nullable: true + joinDateTime: + 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 + leaveDateTime: + 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.onlineMeetingRole: title: onlineMeetingRole enum: diff --git a/openApiDocs/beta/Compliance.yml b/openApiDocs/beta/Compliance.yml index b075027d0d3..0b02e599819 100644 --- a/openApiDocs/beta/Compliance.yml +++ b/openApiDocs/beta/Compliance.yml @@ -6519,8 +6519,6 @@ paths: - lastModifiedBy desc - lastModifiedDateTime - lastModifiedDateTime desc - - tenantSources - - tenantSources desc type: string - name: $select in: query @@ -6541,7 +6539,6 @@ paths: - displayName - lastModifiedBy - lastModifiedDateTime - - tenantSources - additionalSources - addToReviewSetOperation - custodianSources @@ -6658,7 +6655,6 @@ paths: - displayName - lastModifiedBy - lastModifiedDateTime - - tenantSources - additionalSources - addToReviewSetOperation - custodianSources @@ -8822,7 +8818,7 @@ components: 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.' + description: 'The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select.' assignedLicenses: type: array items: @@ -8863,7 +8859,7 @@ components: 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.' + 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).' nullable: true infoCatalogs: type: array @@ -8936,13 +8932,13 @@ components: 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. + description: The preferred language for a 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.' + 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 for 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 @@ -8969,7 +8965,7 @@ components: 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.' + description: 'Specifies a 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 @@ -8987,11 +8983,11 @@ components: 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. Supported only on the Get group API (GET /groups/{ID}).' + description: 'true if the group is not displayed in certain parts of the Outlook user interface: in the Address Book, in address lists for selecting message recipients, and in the Browse Groups dialog for searching groups; false otherwise. Default value is false. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}).' 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. Supported only on the Get group API (GET /groups/{ID}).' + description: 'true if the group is not displayed in Outlook clients, such as Outlook for Windows and Outlook on the web, false otherwise. Default value is false. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}).' nullable: true isFavorite: type: boolean @@ -9011,7 +9007,7 @@ components: 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. Supported only on the Get group API (GET /groups/{ID}).' + description: 'Count of conversations that have received new posts since the signed-in user last visited the group. This property is the same as unseenConversationsCount.Returned only on $select. Supported only on the Get group API (GET /groups/{ID}).' format: int32 nullable: true unseenMessagesCount: @@ -9042,12 +9038,12 @@ components: 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.' + description: 'Groups and administrative units 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.' + description: 'Users, contacts, and groups that are members of this group. HTTP Methods: GET (supported for all groups), POST (supported for security groups and mail-enabled security groups), DELETE (supported only for security groups) Read-only. Nullable.' membersWithLicenseErrors: type: array items: @@ -9057,7 +9053,7 @@ components: 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.' + description: 'The owners of the group. The owners are a set of non-admin users who are allowed to modify this object. HTTP Methods: GET (supported for all groups), POST (supported for security groups and mail-enabled security groups), DELETE (supported only for security groups) Read-only. Nullable.' permissionGrants: type: array items: @@ -9066,7 +9062,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.directorySetting' - description: Read-only. Nullable. + description: 'Settings that can govern this group''s behavior, like whether members can invite guest users to the group. Nullable.' transitiveMemberOf: type: array items: @@ -9096,7 +9092,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.event' - description: The group's calendar events. + description: The group's events. rejectedSenders: type: array items: @@ -9349,8 +9345,6 @@ components: description: The last date and time the sourceCollection was modified. format: date-time nullable: true - tenantSources: - $ref: '#/components/schemas/microsoft.graph.ediscovery.tenantSources' additionalSources: type: array items: @@ -10046,7 +10040,7 @@ components: 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. + description: 'A unique token that can be used to access this shared item via the [shares API][]. Read-only.' nullable: true additionalProperties: type: object @@ -10304,18 +10298,23 @@ components: properties: clientAppId: type: string + description: ID of the service principal of the Azure AD app that has been granted access. Read-only. nullable: true clientId: type: string + description: ID of the Azure AD app that has been granted access. Read-only. nullable: true permission: type: string + description: The name of the permission. Read-only. nullable: true permissionType: type: string + description: 'The type of permission. Possible values are: Application,Delegated. Read-only.' nullable: true resourceAppId: type: string + description: ID of the Azure AD app that is hosting the resource. Read-only. nullable: true additionalProperties: type: object @@ -10358,15 +10357,15 @@ components: 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.' + 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, through an Outlook client or the corresponding calendarPermission resource. Read-only.' 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.' + description: 'true if the user has the permission to share the calendar, false otherwise. Only the user who created the calendar can share it. Read-only.' nullable: true canViewPrivateItems: type: boolean - description: 'true if the user can read calendar items that have been marked private, false otherwise.' + description: 'true if the user can read calendar items that have been marked private, false otherwise. This property is set through an Outlook client or the corresponding calendarPermission resource. Read-only.' nullable: true changeKey: type: string @@ -10378,7 +10377,7 @@ components: $ref: '#/components/schemas/microsoft.graph.onlineMeetingProviderType' hexColor: type: string - description: 'The calendar color, expressed in a hex color code of three hexadecimal values, each ranging from 00 to FF and representing the red, green, or blue components of the color in the RGB color space. If the user has never explicitly set a color for the calendar, this property is empty. Read-only.' + description: 'The calendar color, expressed in a hex color code of three hexadecimal values, each ranging from 00 to FF and representing the red, green, or blue components of the color in the RGB color space. If the user has never explicitly set a color for the calendar, this property is empty.' nullable: true isDefaultCalendar: type: boolean @@ -10576,7 +10575,7 @@ components: 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. + description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' calendar: $ref: '#/components/schemas/microsoft.graph.calendar' exceptionOccurrences: @@ -10587,12 +10586,12 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.extension' - description: The collection of open extensions defined for the event. Read-only. Nullable. + description: The collection of open extensions defined for the event. Nullable. instances: type: array items: $ref: '#/components/schemas/microsoft.graph.event' - description: The instances of the event. Navigation property. Read-only. Nullable. + description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but does not include occurrences that have been cancelled from the series. Navigation property. Read-only. Nullable.' multiValueExtendedProperties: type: array items: @@ -10801,8 +10800,6 @@ components: 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: @@ -10840,6 +10837,8 @@ components: $ref: '#/components/schemas/microsoft.graph.teamworkTag' template: $ref: '#/components/schemas/microsoft.graph.teamsTemplate' + schedule: + $ref: '#/components/schemas/microsoft.graph.schedule' additionalProperties: type: object microsoft.graph.ediscovery.legalHoldStatus: @@ -10903,13 +10902,6 @@ components: - allCaseNoncustodialDataSources - unknownFutureValue type: string - microsoft.graph.ediscovery.tenantSources: - title: tenantSources - enum: - - allMailboxes - - allSites - - unknownFutureValue - type: string microsoft.graph.ediscovery.childSelectability: title: childSelectability enum: @@ -11067,30 +11059,30 @@ components: $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.' + description: 'true if the account is enabled; otherwise, false. This property is required when a user is created. Returned only on $select. 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.' + 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. Returned only on $select.' nullable: true assignedLicenses: type: array items: $ref: '#/components/schemas/microsoft.graph.assignedLicense' - description: The licenses that are assigned to the user. Returned only on $select. Not nullable. Supports $filter. + description: The licenses that are assigned to the user. Not nullable. Supports $filter. assignedPlans: type: array items: $ref: '#/components/schemas/microsoft.graph.assignedPlan' - description: The plans that are assigned to the user. Read-only. Not nullable. + description: The plans that are assigned to the user. Returned only on $select. 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. Read-only for users synced from on-premises directory. Returned by default.' + description: The telephone numbers for the user. Only one number can be set for this property. Returned by default. Read-only for users synced from on-premises directory. city: type: string - description: The city in which the user is located. Supports $filter. + description: The city in which the user is located. Returned only on $select. Supports $filter. nullable: true companyName: type: string @@ -11098,25 +11090,25 @@ components: 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.' + 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. Returned only on $select.' nullable: true country: type: string - description: 'The country/region in which the user is located; for example, ''US'' or ''UK''. Supports $filter.' + description: 'The country/region in which the user is located; for example, ''US'' or ''UK''. Returned only on $select. 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. + description: The date and time the user was created. The value cannot be modified and is automatically populated when the entity is created. The DateTimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. Property is nullable. A null value indicates that an accurate creation time couldn't be determined for the user. Returned only on $select. Read-only. Supports $filter. 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.' + 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). Returned only on $select. Read-only.' nullable: true department: type: string - description: The name for the department in which the user works. Supports $filter. + description: The name for the department in which the user works. Returned only on $select. Supports $filter. nullable: true deviceKeys: type: array @@ -11124,7 +11116,7 @@ components: $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. Returned by default. Supports $filter and $orderby.' + description: 'The name displayed in the address book for the user. This value 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. Returned by default. 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])$' @@ -11152,7 +11144,7 @@ components: nullable: true faxNumber: type: string - description: The fax number of the user. + description: The fax number of the user. Returned only on $select. nullable: true givenName: type: string @@ -11162,7 +11154,7 @@ components: 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.' + 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. Returned only on $select. Supports $filter.' imAddresses: type: array items: @@ -11185,29 +11177,29 @@ components: 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 is 2014-01-01T00:00:00Z' + description: 'The time when this Azure AD user last changed their password. 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 is 2014-01-01T00:00:00Z Returned only on $select. Read-only.' 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.' + 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. Returned only on $select.' nullable: true licenseAssignmentStates: type: array items: $ref: '#/components/schemas/microsoft.graph.licenseAssignmentState' - description: State of license assignments for this user. Read-only. + description: State of license assignments for this user. Returned only on $select. Read-only. mail: type: string description: 'The SMTP address for the user, for example, ''jeff@contoso.onmicrosoft.com''. Returned by default. Supports $filter and endsWith.' nullable: true mailNickname: type: string - description: The mail alias for the user. This property must be specified when a user is created. Supports $filter. + description: The mail alias for the user. This property must be specified when a user is created. Returned only on $select. Supports $filter. nullable: true mobilePhone: type: string - description: The primary cellular telephone number for the user. Read-only for users synced from on-premises directory. Returned by default. + description: The primary cellular telephone number for the user. Returned by default. Read-only for users synced from on-premises directory. nullable: true officeLocation: type: string @@ -11215,59 +11207,59 @@ components: 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. + 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. Returned only on $select. 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.' + 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. Returned only on $select. 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.' + 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. Returned only on $select. 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 is 2014-01-01T00:00:00Z. Read-only.' + 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 is 2014-01-01T00:00:00Z. Returned only on $select. 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. + description: Errors when using Microsoft synchronization product during provisioning. Returned only on $select. 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. + 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. Returned only on $select. 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. + description: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Returned only on $select. 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 + 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). Returned only on $select. 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. + 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. Returned only on $select. 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.' + description: 'A list of additional email addresses for the user; for example: [''bob@contoso.com'', ''Robert@fabrikam.com''].Returned only on $select. 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''.' + 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''.Returned only on $select.' 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.' + 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. Returned only on $select.' nullable: true preferredDataLocation: type: string @@ -11281,35 +11273,35 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.provisionedPlan' - description: The plans that are provisioned for the user. Read-only. Not nullable. + description: The plans that are provisioned for the user. Returned only on $select. 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.' + description: 'For example: [''SMTP: bob@contoso.com'', ''smtp: bob@sales.contoso.com''] The any operator is required for filter expressions on multi-valued properties. Returned only on $select. 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.' + 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. Use invalidateAllRefreshTokens to reset.' 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.' + 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. Returned only on $select.' 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.' + 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. Use revokeSignInSessions to reset.' format: date-time nullable: true state: type: string - description: The state or province in the user's address. Supports $filter. + description: The state or province in the user's address. Returned only on $select. Supports $filter. nullable: true streetAddress: type: string - description: The street address of the user's place of business. + description: The street address of the user's place of business. Returned only on $select. nullable: true surname: type: string @@ -11317,7 +11309,7 @@ components: 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.' + 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. Returned only on $select. Supports $filter.' nullable: true userPrincipalName: type: string @@ -11325,7 +11317,7 @@ components: 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.' + description: 'A string value that can be used to classify user types in your directory, such as ''Member'' and ''Guest''. Returned only on $select. Supports $filter.' nullable: true mailboxSettings: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' @@ -11337,12 +11329,12 @@ components: format: int32 aboutMe: type: string - description: A freeform text entry field for the user to describe themselves. + description: A freeform text entry field for the user to describe themselves. Returned only on $select. 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 is 2014-01-01T00:00:00Z' + 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 is 2014-01-01T00:00:00Z Returned only on $select.' 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])$' @@ -11354,39 +11346,39 @@ components: items: type: string nullable: true - description: A list for the user to describe their interests. + description: A list for the user to describe their interests. Returned only on $select. mySite: type: string - description: The URL for the user's personal site. + description: The URL for the user's personal site. Returned only on $select. nullable: true pastProjects: type: array items: type: string nullable: true - description: A list for the user to enumerate their past projects. + description: A list for the user to enumerate their past projects. Returned only on $select. preferredName: type: string - description: The preferred name for the user. + description: The preferred name for the user. Returned only on $select. nullable: true responsibilities: type: array items: type: string nullable: true - description: A list for the user to enumerate their responsibilities. + description: A list for the user to enumerate their responsibilities. Returned only on $select. schools: type: array items: type: string nullable: true - description: A list for the user to enumerate the schools they have attended. + description: A list for the user to enumerate the schools they have attended. Returned only on $select. skills: type: array items: type: string nullable: true - description: A list for the user to enumerate their skills. + description: A list for the user to enumerate their skills. Returned only on $select. analytics: $ref: '#/components/schemas/microsoft.graph.userAnalytics' usageRights: @@ -11421,7 +11413,7 @@ components: 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. + description: 'The groups, directory roles and administrative units that the user is a member of. Read-only. Nullable.' oauth2PermissionGrants: type: array items: @@ -11481,7 +11473,7 @@ components: 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. + 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: @@ -11505,7 +11497,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.person' - description: People that are relevant to the user. Read-only. Nullable. + description: 'Read-only. The most relevant people to the user. The collection is ordered by their relevance to the user, which is determined by the user''s communication, collaboration and business relationships. A person is an aggregation of information from across mail, contacts and social networks.' drive: $ref: '#/components/schemas/microsoft.graph.drive' drives: @@ -11521,7 +11513,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.extension' - description: The collection of open extensions defined for the user. Read-only. Nullable. + description: The collection of open extensions defined for the user. Nullable. appConsentRequestsForApproval: type: array items: @@ -12230,14 +12222,14 @@ components: 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.' + description: '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. Required. 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. + description: Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 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. Optional. 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.' + 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 @@ -12245,12 +12237,12 @@ components: nullable: true encryptionCertificateId: type: string - description: A custom app-provided identifier to help identify the certificate needed to decrypt resource data. Optional. + description: A custom app-provided identifier to help identify the certificate needed to decrypt resource data. Optional. Required when includeResourceData is true. 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.' + description: '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. Required.' format: date-time includeResourceData: type: boolean @@ -12274,10 +12266,10 @@ components: 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. + description: The URL of the endpoint that receives the change notifications. This URL must make use of the HTTPS protocol. Required. 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. + description: Specifies the resource that will be monitored for changes. Do not include the base URL (https://graph.microsoft.com/beta/). See the possible resource path values for each supported resource. Required. additionalProperties: type: object microsoft.graph.contentTypeInfo: @@ -12392,6 +12384,7 @@ components: nullable: true parentSiteId: type: string + description: Id of the parent site of this group. nullable: true scope: $ref: '#/components/schemas/microsoft.graph.termStore.termGroupScope' @@ -12652,7 +12645,7 @@ components: properties: name: type: string - description: Name of the setting (as defined by the groupSettingTemplate). + description: Name of the setting (as defined by the directorySettingTemplate). nullable: true value: type: string @@ -12689,11 +12682,11 @@ components: properties: address: type: string - description: The email address of the person or entity. + description: The email address of an entity instance. nullable: true name: type: string - description: The display name of the person or entity. + description: The display name of an entity instance. nullable: true additionalProperties: type: object @@ -12808,10 +12801,10 @@ components: 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).' + description: 'A single point of time in a combined date and time representation ({date}T{time}). For example, ''2019-04-16T09:00:00''.' timeZone: type: string - description: 'Represents a time zone, for example, ''Pacific Standard Time''. See below for more possible values.' + description: 'Represents a time zone, for example, ''Pacific Standard Time''. See below for possible values.' nullable: true additionalProperties: type: object @@ -12964,7 +12957,7 @@ components: nullable: true name: type: string - description: The attachment's file name. + description: The display name of the attachment. This does not need to be the actual file name. nullable: true size: maximum: 2147483647 @@ -13013,7 +13006,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.attachment' - description: Read-only. Nullable. + description: 'The collection of fileAttachment, itemAttachment, and referenceAttachment attachments for the post. Read-only. Nullable.' extensions: type: array items: @@ -13066,14 +13059,14 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.plannerBucket' - description: Read-only. Nullable. Collection of buckets in the plan. + description: Collection of buckets in the plan. Read-only. Nullable. 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. + description: Collection of tasks in the plan. Read-only. Nullable. additionalProperties: type: object microsoft.graph.teamDiscoverySettings: @@ -13134,7 +13127,7 @@ components: nullable: true allowCreateUpdateChannels: type: boolean - description: 'If set to true, members can add and update channels.' + description: 'If set to true, members can add and update any channels.' nullable: true allowCreateUpdateRemoveConnectors: type: boolean @@ -13196,99 +13189,6 @@ components: - 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' @@ -13453,6 +13353,99 @@ components: type: object additionalProperties: type: object + 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 odata.error.main: required: - code @@ -13499,12 +13492,12 @@ components: 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. 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 is 2014-01-01T00:00:00Z.' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true capabilityStatus: type: string - description: 'Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. See a detailed description of each value.' + description: 'Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut.' nullable: true service: type: string @@ -13672,7 +13665,7 @@ components: properties: forceChangePasswordNextSignIn: type: boolean - description: true if the user must change her password on the next login; otherwise false. + description: 'If true, at next sign-in, the user must change their password. After a password change, this property will be automatically reset to false. If not set, default is false.' nullable: true forceChangePasswordNextSignInWithMfa: type: boolean @@ -13708,7 +13701,7 @@ components: properties: archiveFolder: type: string - description: Folder ID of an archive folder for the user. + description: Folder ID of an archive folder for the user. Read only. nullable: true automaticRepliesSetting: $ref: '#/components/schemas/microsoft.graph.automaticRepliesSetting' @@ -14084,7 +14077,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.extension' - description: The collection of open extensions defined for the contact. Read-only. Nullable. + description: The collection of open extensions defined for the contact. Nullable. multiValueExtendedProperties: type: array items: @@ -14201,7 +14194,7 @@ components: $ref: '#/components/schemas/microsoft.graph.itemBody' bodyPreview: type: string - description: The first 255 characters of the message body. It is in text format. + description: 'The first 255 characters of the message body. It is in text format. If the message contains instances of mention, this property would contain a concatenation of these mentions as well.' nullable: true ccRecipients: type: array @@ -14403,7 +14396,7 @@ components: nullable: true personType: type: string - description: The type of person. + description: 'The type of person, for example distribution list.' nullable: true phones: type: array @@ -14529,11 +14522,11 @@ components: properties: agreementFileId: type: string - description: The identifier of the agreement file accepted by the user. + description: ID of the agreement file accepted by the user. nullable: true agreementId: type: string - description: The identifier of the agreement. + description: ID of the agreement. nullable: true deviceDisplayName: type: string @@ -14545,22 +14538,22 @@ components: nullable: true deviceOSType: type: string - description: The operating system used to accept the agreement. + description: The operating system used for accepting the agreement. nullable: true deviceOSVersion: type: string - description: The operating system version of the device used to accept the agreement. + description: The operating system version of the device used for accepting the agreement. 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: 'The expiration date time of the acceptance. 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''' + description: 'The expiration date time of the acceptance. 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 is 2014-01-01T00:00:00Z' 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: '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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true state: @@ -14575,7 +14568,7 @@ components: nullable: true userId: type: string - description: The identifier of the user who accepted the agreement. + description: ID of the user who accepted the agreement. nullable: true userPrincipalName: type: string @@ -14592,26 +14585,26 @@ components: 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 + description: Created date time in UTC of the device enrollment configuration format: date-time description: type: string - description: Not yet documented + description: The description of the device enrollment configuration nullable: true displayName: type: string - description: Not yet documented + description: The display name of the device enrollment configuration 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 + description: Last modified date time in UTC of the device enrollment configuration format: date-time priority: maximum: 2147483647 minimum: -2147483648 type: integer - description: Not yet documented + description: Priority is used when a user exists in multiple groups that are assigned enrollment configuration. Users are subject only to the configuration with the lowest priority value. format: int32 roleScopeTagIds: type: array @@ -14623,13 +14616,13 @@ components: maximum: 2147483647 minimum: -2147483648 type: integer - description: Not yet documented + description: The version of the device enrollment configuration format: int32 assignments: type: array items: $ref: '#/components/schemas/microsoft.graph.enrollmentConfigurationAssignment' - description: The list of group assignments for the device configuration profile. + description: The list of group assignments for the device configuration profile additionalProperties: type: object description: The Base Class of Device Enrollment Configuration @@ -14645,11 +14638,11 @@ components: nullable: true activationLockBypassCode: type: string - description: Code that allows the Activation Lock on a device to be bypassed. + description: Code that allows the Activation Lock on a device to be bypassed. This property is read-only. nullable: true androidSecurityPatchLevel: type: string - description: Android security patch level + description: Android security patch level. This property is read-only. nullable: true autopilotEnrolled: type: boolean @@ -14660,18 +14653,23 @@ components: nullable: true azureADDeviceId: type: string - description: The unique identifier for the Azure Active Directory device. Read only. + description: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. nullable: true azureADRegistered: type: boolean - description: Whether the device is Azure Active Directory registered. + description: Whether the device is Azure Active Directory registered. This property is read-only. nullable: true chassisType: $ref: '#/components/schemas/microsoft.graph.chassisType' + chromeOSDeviceInfo: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.chromeOSDeviceProperty' + description: List of properties of the ChromeOS Device. 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 + description: The DateTime when device compliance grace period expires. This property is read-only. format: date-time complianceState: $ref: '#/components/schemas/microsoft.graph.complianceState' @@ -14685,10 +14683,10 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.deviceActionResult' - description: List of ComplexType deviceActionResult objects. + description: List of ComplexType deviceActionResult objects. This property is read-only. deviceCategoryDisplayName: type: string - description: Device category display name + description: Device category display name. This property is read-only. nullable: true deviceEnrollmentType: $ref: '#/components/schemas/microsoft.graph.deviceEnrollmentType' @@ -14696,7 +14694,7 @@ components: $ref: '#/components/schemas/microsoft.graph.deviceHealthAttestationState' deviceName: type: string - description: Name of the device + description: Name of the device. This property is read-only. nullable: true deviceRegistrationState: $ref: '#/components/schemas/microsoft.graph.deviceRegistrationState' @@ -14704,24 +14702,24 @@ components: $ref: '#/components/schemas/microsoft.graph.deviceType' easActivated: type: boolean - description: Whether the device is Exchange ActiveSync activated. + description: Whether the device is Exchange ActiveSync activated. This property is read-only. 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. + description: Exchange ActivationSync activation time of the device. This property is read-only. format: date-time easDeviceId: type: string - description: Exchange ActiveSync Id of the device. + description: Exchange ActiveSync Id of the device. This property is read-only. nullable: true emailAddress: type: string - description: Email(s) for the user associated with the device + description: Email(s) for the user associated with the device. This property is read-only. 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. + description: Enrollment time of the device. This property is read-only. format: date-time ethernetMacAddress: type: string @@ -14734,11 +14732,11 @@ components: 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. + description: Last time the device contacted Exchange. This property is read-only. format: date-time freeStorageSpaceInBytes: type: integer - description: Free Storage in Bytes + description: Free Storage in Bytes. This property is read-only. format: int64 hardwareInformation: $ref: '#/components/schemas/microsoft.graph.hardwareInformation' @@ -14748,24 +14746,24 @@ components: nullable: true imei: type: string - description: IMEI + description: IMEI. This property is read-only. nullable: true isEncrypted: type: boolean - description: Device encryption status + description: Device encryption status. This property is read-only. isSupervised: type: boolean - description: Device supervised status + description: Device supervised status. This property is read-only. jailBroken: type: string - description: whether the device is jail broken or rooted. + description: whether the device is jail broken or rooted. This property is read-only. 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. + description: The date and time that the device last completed a successful sync with Intune. This property is read-only. format: date-time lostModeState: $ref: '#/components/schemas/microsoft.graph.lostModeState' @@ -14788,15 +14786,15 @@ components: $ref: '#/components/schemas/microsoft.graph.managementState' manufacturer: type: string - description: Manufacturer of the device + description: Manufacturer of the device. This property is read-only. nullable: true meid: type: string - description: MEID + description: MEID. This property is read-only. nullable: true model: type: string - description: Model of the device + description: Model of the device. This property is read-only. nullable: true notes: type: string @@ -14804,11 +14802,11 @@ components: nullable: true operatingSystem: type: string - description: 'Operating system of the device. Windows, iOS, etc.' + description: 'Operating system of the device. Windows, iOS, etc. This property is read-only.' nullable: true osVersion: type: string - description: Operating system version of the device. + description: Operating system version of the device. This property is read-only. nullable: true ownerType: $ref: '#/components/schemas/microsoft.graph.ownerType' @@ -14816,7 +14814,7 @@ components: $ref: '#/components/schemas/microsoft.graph.managedDevicePartnerReportedHealthState' phoneNumber: type: string - description: Phone number of the device + description: Phone number of the device. This property is read-only. nullable: true physicalMemoryInBytes: type: integer @@ -14831,11 +14829,11 @@ components: $ref: '#/components/schemas/microsoft.graph.managedDeviceArchitecture' remoteAssistanceSessionErrorDetails: type: string - description: An error string that identifies issues when creating Remote Assistance session objects. + description: An error string that identifies issues when creating Remote Assistance session objects. This property is read-only. nullable: true remoteAssistanceSessionUrl: type: string - description: Url that allows a Remote Assistance session to be established with the device. + description: Url that allows a Remote Assistance session to be established with the device. This property is read-only. nullable: true requireUserEnrollmentApproval: type: boolean @@ -14854,7 +14852,7 @@ components: description: List of Scope Tag IDs for this Device instance. serialNumber: type: string - description: SerialNumber + description: SerialNumber. This property is read-only. nullable: true skuFamily: type: string @@ -14872,11 +14870,11 @@ components: nullable: true subscriberCarrier: type: string - description: Subscriber Carrier + description: Subscriber Carrier. This property is read-only. nullable: true totalStorageSpaceInBytes: type: integer - description: Total Storage in Bytes + description: Total Storage in Bytes. This property is read-only. format: int64 udid: type: string @@ -14884,15 +14882,15 @@ components: nullable: true userDisplayName: type: string - description: User display name + description: User display name. This property is read-only. nullable: true userId: type: string - description: Unique Identifier for the user associated with the device + description: Unique Identifier for the user associated with the device. This property is read-only. nullable: true userPrincipalName: type: string - description: Device user principal name + description: Device user principal name. This property is read-only. nullable: true usersLoggedOn: type: array @@ -14901,7 +14899,7 @@ components: description: Indicates the last logged on users of a device. This property is read-only. wiFiMacAddress: type: string - description: Wi-Fi MAC + description: Wi-Fi MAC. This property is read-only. nullable: true windowsActiveMalwareCount: maximum: 2147483647 @@ -15037,7 +15035,7 @@ components: 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 management service. + description: Zero or more policys already applied on the registered app when it last synchronized with managment service. intendedPolicies: type: array items: @@ -15239,7 +15237,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.plannerTask' - description: Read-only. Nullable. Returns the plannerPlans shared with the user. + description: Read-only. Nullable. Returns the plannerTasks assigned to the user. additionalProperties: type: object microsoft.graph.itemInsights: @@ -15441,7 +15439,7 @@ components: properties: accountEnabled: type: boolean - description: 'true if the account is enabled; otherwise, false. Required.' + description: 'true if the account is enabled; otherwise, false. default is true.' nullable: true alternativeSecurityIds: type: array @@ -15466,7 +15464,7 @@ components: nullable: true deviceId: type: string - description: Unique identifier set by Azure Device Registration Service at the time of registration. + description: Identifier set by Azure Device Registration Service at the time of registration. nullable: true deviceMetadata: type: string @@ -15539,7 +15537,7 @@ components: nullable: true operatingSystemVersion: type: string - description: The version of the operating system on the device. Required. + description: Operating system version of the device. Required. nullable: true physicalIds: type: array @@ -15563,7 +15561,7 @@ components: 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 devices), AzureAd (Cloud only joined devices), ServerAd (on-premises domain joined devices joined to Azure AD). For more details, see Introduction to device management in Azure Active Directory' + description: 'Type of trust for the joined device. Read-only. Possible values: Workplace (indicates bring your own personal devices), AzureAd (Cloud only joined devices), ServerAd (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 @@ -15724,6 +15722,8 @@ components: type: string description: The video teleconferencing ID. Read-only. nullable: true + meetingAttendanceReport: + $ref: '#/components/schemas/microsoft.graph.meetingAttendanceReport' additionalProperties: type: object microsoft.graph.presence: @@ -15734,7 +15734,7 @@ components: properties: activity: type: string - description: 'The supplemental information to a user''s availability. Possible values are Available, Away, BeRightBack, Busy, DoNotDisturb, InACall, InAConferenceCall, Inactive, InAMeeting, Offline, OffWork, OutOfOffice, PresenceUnknown, Presenting, UrgentInterruptionsOnly.' + description: 'The supplemental information to a user''s availability. Possible values are Available, Away, BeRightBack, Busy, DoNotDisturb, InACall, InAConferenceCall, Inactive,InAMeeting, Offline, OffWork,OutOfOffice, PresenceUnknown,Presenting, UrgentInterruptionsOnly.' nullable: true availability: type: string @@ -15831,6 +15831,11 @@ components: items: $ref: '#/components/schemas/microsoft.graph.chatMessage' description: A collection of all the messages in the chat. Nullable. + permissionGrants: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.resourceSpecificPermissionGrant' + description: A collection of permissions granted to apps for the chat. tabs: type: array items: @@ -15939,7 +15944,7 @@ components: properties: upgradeAvailable: type: boolean - description: Indicates whether there are higher storage quota plans available. Read-only. + description: Indicates if there are higher storage quota plans available. Read-only. nullable: true additionalProperties: type: object @@ -16179,12 +16184,12 @@ components: nullable: true latitude: type: number - description: 'Optional. The latitude, in decimal, for the item. Read-only.' + description: 'Optional. The latitude, in decimal, for the item. Writable on OneDrive Personal.' format: double nullable: true longitude: type: number - description: 'Optional. The longitude, in decimal, for the item. Read-only.' + description: 'Optional. The longitude, in decimal, for the item. Writable on OneDrive Personal.' format: double nullable: true additionalProperties: @@ -16267,7 +16272,7 @@ components: 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. + description: The date and time the photo was taken in UTC time. Read-only. format: date-time nullable: true additionalProperties: @@ -16475,7 +16480,7 @@ components: 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.' + 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. Nullable.' tables: type: array items: @@ -16512,7 +16517,6 @@ components: properties: content: type: string - description: The content stream for this version of the item. format: base64url nullable: true size: @@ -16571,11 +16575,11 @@ components: properties: key: type: string - description: Key for the key-value pair. + description: 'Contains the name of the field that a value is associated with. When a sign in or domain hint is included in the sign-in request, corresponding fields are included as key-value pairs. Possible keys: Login hint present, Domain hint present.' nullable: true value: type: string - description: Value for the key-value pair. + description: Contains the corresponding value for the specified key. The value is true if a sign in hint was included in the sign-in request; otherwise false. The value is true if a domain hint was included in the sign-in request; otherwise false. nullable: true additionalProperties: type: object @@ -16914,7 +16918,7 @@ components: 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.' + description: 'A collection of the days of the week on which the event occurs. 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: @@ -17200,273 +17204,55 @@ components: - moderate - unknownFutureValue type: string - microsoft.graph.operationStatus: - title: operationStatus + microsoft.graph.channelMembershipType: + title: channelMembershipType enum: - - NotStarted - - Running - - Completed - - Failed + - standard + - private + - unknownFutureValue + - shared type: string - microsoft.graph.timeClockSettings: - title: timeClockSettings + microsoft.graph.channelModerationSettings: + title: channelModerationSettings type: object properties: - approvedLocation: - $ref: '#/components/schemas/microsoft.graph.geoCoordinates' + allowNewMessageFromBots: + type: boolean + description: Indicates whether bots are allowed to post messages. + nullable: true + allowNewMessageFromConnectors: + type: boolean + description: Indicates whether connectors are allowed to post messages. + nullable: true + replyRestriction: + $ref: '#/components/schemas/microsoft.graph.replyRestriction' + userNewMessageRestriction: + $ref: '#/components/schemas/microsoft.graph.userNewMessageRestriction' additionalProperties: type: object - microsoft.graph.offerShiftRequest: + microsoft.graph.chatMessage: allOf: - - $ref: '#/components/schemas/microsoft.graph.scheduleChangeRequest' - - title: offerShiftRequest + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: chatMessage 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])$' + 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 - 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 is 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 is 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 is 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 - - shared - type: string - microsoft.graph.channelModerationSettings: - title: channelModerationSettings - type: object - properties: - allowNewMessageFromBots: - type: boolean - description: Indicates whether bots are allowed to post messages. - nullable: true - allowNewMessageFromConnectors: - type: boolean - description: Indicates whether connectors are allowed to post messages. - 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 - description: The identity of the chat in which the message was posted. + description: 'If the message was sent in a chat, represents the identity of the chat.' 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. + description: Timestamp of when the chat message was created. format: date-time nullable: true deletedDateTime: @@ -17486,18 +17272,18 @@ components: 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. + description: Read only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the 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.' + description: 'Read only. Timestamp when the chat message is created (initial setting) or modified, 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. + description: Locale of the chat message set by the client. Always set to en-us. mentions: type: array items: @@ -17514,7 +17300,7 @@ components: description: 'Reactions for this chat message (for example, Like).' 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) + 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 @@ -17526,15 +17312,18 @@ components: nullable: true webUrl: type: string + description: Read-only. Link to the message in Microsoft Teams. nullable: true hostedContents: type: array items: $ref: '#/components/schemas/microsoft.graph.chatMessageHostedContent' + description: 'Content in a message hosted by Microsoft Teams e.g. images, code snippets etc.' replies: type: array items: $ref: '#/components/schemas/microsoft.graph.chatMessage' + description: Replies for a specified message. additionalProperties: type: object microsoft.graph.teamsTab: @@ -17624,7 +17413,7 @@ components: nullable: true teamsAppId: type: string - description: The ID from the Teams app manifest. + description: The id from the Teams App manifest. nullable: true version: type: string @@ -17692,23 +17481,241 @@ components: nullable: true additionalProperties: type: object - odata.error.detail: - required: - - code - - message + microsoft.graph.operationStatus: + title: operationStatus + enum: + - NotStarted + - Running + - Completed + - Failed + type: string + microsoft.graph.timeClockSettings: + title: timeClockSettings type: object properties: - code: - type: string - message: - type: string - target: - type: string + approvedLocation: + $ref: '#/components/schemas/microsoft.graph.geoCoordinates' additionalProperties: type: object - microsoft.graph.automaticRepliesSetting: - title: automaticRepliesSetting - 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 is 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: Shift ID 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 is 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 is 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 + 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' @@ -17992,7 +17999,7 @@ components: 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.' + 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}$' @@ -18529,6 +18536,28 @@ components: - mobileOther - mobileUnknown type: string + microsoft.graph.chromeOSDeviceProperty: + title: chromeOSDeviceProperty + type: object + properties: + name: + type: string + description: Name of the property + nullable: true + updatable: + type: boolean + description: Whether this property is updatable + value: + type: string + description: Value of the property + nullable: true + valueType: + type: string + description: Type of the value + nullable: true + additionalProperties: + type: object + description: Represents a property of the ChromeOS device. microsoft.graph.complianceState: title: complianceState enum: @@ -19682,17 +19711,17 @@ components: 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.' + description: Access this property from the derived type itemInsights. 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.' + description: Access this property from the derived type itemInsights. 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.' + description: Access this property from the derived type itemInsights. additionalProperties: type: object microsoft.graph.userInsightsSettings: @@ -20515,7 +20544,7 @@ components: properties: messageId: type: string - description: The unique identifier of a message in a Microsoft Teams channel. + description: The unique identifier for a message in a Microsoft Teams channel. nullable: true replyChainMessageId: type: string @@ -20561,6 +20590,18 @@ components: description: For broadcast meeting only. additionalProperties: type: object + microsoft.graph.meetingAttendanceReport: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: meetingAttendanceReport + type: object + properties: + attendanceRecords: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.attendanceRecord' + additionalProperties: + type: object microsoft.graph.outOfOfficeSettings: title: outOfOfficeSettings type: object @@ -20992,7 +21033,7 @@ components: properties: crc32Hash: type: string - description: The CRC32 value of the file in little endian (if available). Read-only. + description: The CRC32 value of the file (if available). Read-only. nullable: true quickXorHash: type: string @@ -21077,7 +21118,7 @@ components: properties: content: type: string - description: The content of comment. + description: The content of the comment. nullable: true contentType: type: string @@ -21115,7 +21156,7 @@ components: 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.' + description: 'Indicates what type of reference is associated with the name. Possible values are: String, Integer, Double, Boolean, Range. Read-only.' nullable: true value: $ref: '#/components/schemas/microsoft.graph.Json' @@ -21179,7 +21220,7 @@ components: 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.' + description: 'Constant value that represents the Table style. 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 @@ -21611,197 +21652,6 @@ components: nullable: true additionalProperties: type: object - microsoft.graph.scheduleChangeRequest: - allOf: - - $ref: '#/components/schemas/microsoft.graph.changeTrackedEntity' - - title: scheduleChangeRequest - type: object - properties: - assignedTo: - $ref: '#/components/schemas/microsoft.graph.scheduleChangeRequestActor' - managerActionDateTime: - 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 - managerActionMessage: - type: string - nullable: true - managerUserId: - type: string - nullable: true - senderDateTime: - 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 - senderMessage: - type: string - nullable: true - senderUserId: - type: string - nullable: true - state: - $ref: '#/components/schemas/microsoft.graph.scheduleChangeState' - additionalProperties: - type: object - microsoft.graph.changeTrackedEntity: - allOf: - - $ref: '#/components/schemas/microsoft.graph.entity' - - title: changeTrackedEntity - 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: '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 is 2014-01-01T00:00:00Z' - format: date-time - 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 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 is 2014-01-01T00:00:00Z' - format: date-time - nullable: true - additionalProperties: - type: object - microsoft.graph.openShiftItem: - allOf: - - $ref: '#/components/schemas/microsoft.graph.shiftItem' - - title: openShiftItem - type: object - properties: - openSlotCount: - maximum: 2147483647 - minimum: -2147483648 - type: integer - description: Count of the number of slots for the given open shift. - format: int32 - additionalProperties: - type: object - microsoft.graph.shiftItem: - allOf: - - $ref: '#/components/schemas/microsoft.graph.scheduleEntity' - - title: shiftItem - type: object - properties: - activities: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.shiftActivity' - description: 'An incremental part of a shift which can cover details of when and where an employee is during their shift. For example, an assignment or a scheduled break or lunch. Required.' - displayName: - type: string - description: The shift label of the shiftItem. - nullable: true - notes: - type: string - description: The shift notes for the shiftItem. - nullable: true - additionalProperties: - type: object - microsoft.graph.timeCardBreak: - title: timeCardBreak - type: object - properties: - breakId: - type: string - nullable: true - end: - $ref: '#/components/schemas/microsoft.graph.timeCardEvent' - notes: - $ref: '#/components/schemas/microsoft.graph.itemBody' - start: - $ref: '#/components/schemas/microsoft.graph.timeCardEvent' - additionalProperties: - type: object - microsoft.graph.timeCardEvent: - title: timeCardEvent - type: object - properties: - atApprovedLocation: - type: boolean - nullable: true - dateTime: - 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 - notes: - $ref: '#/components/schemas/microsoft.graph.itemBody' - additionalProperties: - type: object - microsoft.graph.confirmedBy: - title: confirmedBy - enum: - - none - - user - - manager - - unknownFutureValue - type: string - microsoft.graph.timeCardEntry: - title: timeCardEntry - 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' - additionalProperties: - type: object - microsoft.graph.timeCardState: - title: timeCardState - enum: - - clockedIn - - onBreak - - clockedOut - - unknownFutureValue - type: string - microsoft.graph.timeOffReasonIconType: - title: timeOffReasonIconType - enum: - - none - - car - - calendar - - running - - plane - - firstAid - - doctor - - notWorking - - clock - - juryDuty - - globe - - cup - - phone - - weather - - umbrella - - piggyBank - - dog - - cake - - trafficCone - - pin - - sunny - - unknownFutureValue - type: string - microsoft.graph.timeOffItem: - allOf: - - $ref: '#/components/schemas/microsoft.graph.scheduleEntity' - - title: timeOffItem - type: object - properties: - timeOffReasonId: - type: string - description: ID of the timeOffReason for this timeOffItem. Required. - nullable: true - additionalProperties: - type: object microsoft.graph.replyRestriction: title: replyRestriction enum: @@ -21827,7 +21677,7 @@ components: nullable: true contentType: type: string - description: 'The media type of the content attachment. It can have the following values: reference: Attachment is a link to another file. Populate the contentURL with the link to the object.file: Raw file attachment. Populate the contenturl field with the base64 encoding of the file in data: format.image/: Image type with the type of the image specified ex: image/png, image/jpeg, image/gif. Populate the contentUrl field with the base64 encoding of the file in data: format.video/: Video type with the format specified. Ex: video/mp4. Populate the contentUrl field with the base64 encoding of the file in data: format.audio/: Audio type with the format specified. Ex: audio/wmw. Populate the contentUrl field with the base64 encoding of the file in data: format.application/card type: Rich card attachment type with the card type specifying the exact card format to use. Set content with the json format of the card. Supported values for card type include:application/vnd.microsoft.card.adaptive: A rich card that can contain any combination of text, speech, images,,buttons, and input fields. Set the content property to,an AdaptiveCard object.application/vnd.microsoft.card.animation: A rich card that plays animation. Set the content property,to an AnimationCardobject.application/vnd.microsoft.card.audio: A rich card that plays audio files. Set the content property,to an AudioCard object.application/vnd.microsoft.card.video: A rich card that plays videos. Set the content property,to a VideoCard object.application/vnd.microsoft.card.hero: A Hero card. Set the content property to a HeroCard object.application/vnd.microsoft.card.thumbnail: A Thumbnail card. Set the content property to a ThumbnailCard object.application/vnd.microsoft.com.card.receipt: A Receipt card. Set the content property to a ReceiptCard object.application/vnd.microsoft.com.card.signin: A user Sign In card. Set the content property to a SignInCard object.' + description: 'The media type of the content attachment. It can have the following values: reference: Attachment is a link to another file. Populate the contentURL with the link to the object.Any contentTypes supported by the Bot Framework''s Attachment objectapplication/vnd.microsoft.card.codesnippet: A code snippet. application/vnd.microsoft.card.announcement: An announcement header.' nullable: true contentUrl: type: string @@ -21939,53 +21789,244 @@ components: title: teamsTabConfiguration type: object properties: - contentUrl: - type: string - description: Url used for rendering tab contents in Teams. Required. - nullable: true - entityId: - type: string - description: Identifier for the entity hosted by the tab provider. - nullable: true - removeUrl: - type: string - description: Url called by Teams client when a Tab is removed using the Teams Client. + contentUrl: + type: string + description: Url used for rendering tab contents in Teams. Required. + nullable: true + entityId: + type: string + description: Identifier for the entity hosted by the tab provider. + nullable: true + removeUrl: + type: string + description: Url called by Teams client when a Tab is removed using the Teams Client. + nullable: true + websiteUrl: + type: string + description: Url for showing tab contents outside of Teams. + nullable: true + additionalProperties: + type: object + microsoft.graph.teamsAppDistributionMethod: + title: teamsAppDistributionMethod + enum: + - store + - organization + - sideloaded + - unknownFutureValue + type: string + microsoft.graph.teamsAppInstallationScopes: + title: teamsAppInstallationScopes + enum: + - team + - groupChat + - personal + - unknownFutureValue + type: string + microsoft.graph.teamsAppPublishingState: + title: teamsAppPublishingState + enum: + - submitted + - rejected + - published + - unknownFutureValue + type: string + microsoft.graph.teamworkBot: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: teamworkBot + type: object + additionalProperties: + type: object + microsoft.graph.scheduleChangeRequest: + allOf: + - $ref: '#/components/schemas/microsoft.graph.changeTrackedEntity' + - title: scheduleChangeRequest + type: object + properties: + assignedTo: + $ref: '#/components/schemas/microsoft.graph.scheduleChangeRequestActor' + managerActionDateTime: + 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 + managerActionMessage: + type: string + nullable: true + managerUserId: + type: string + nullable: true + senderDateTime: + 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 + senderMessage: + type: string + nullable: true + senderUserId: + type: string + nullable: true + state: + $ref: '#/components/schemas/microsoft.graph.scheduleChangeState' + additionalProperties: + type: object + microsoft.graph.changeTrackedEntity: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: changeTrackedEntity + 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: '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 is 2014-01-01T00:00:00Z' + format: date-time + 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 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 is 2014-01-01T00:00:00Z' + format: date-time + nullable: true + additionalProperties: + type: object + microsoft.graph.openShiftItem: + allOf: + - $ref: '#/components/schemas/microsoft.graph.shiftItem' + - title: openShiftItem + type: object + properties: + openSlotCount: + maximum: 2147483647 + minimum: -2147483648 + type: integer + description: Count of the number of slots for the given open shift. + format: int32 + additionalProperties: + type: object + microsoft.graph.shiftItem: + allOf: + - $ref: '#/components/schemas/microsoft.graph.scheduleEntity' + - title: shiftItem + type: object + properties: + activities: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.shiftActivity' + description: 'An incremental part of a shift which can cover details of when and where an employee is during their shift. For example, an assignment or a scheduled break or lunch. Required.' + displayName: + type: string + description: The shift label of the shiftItem. + nullable: true + notes: + type: string + description: The shift notes for the shiftItem. + nullable: true + additionalProperties: + type: object + microsoft.graph.timeCardBreak: + title: timeCardBreak + type: object + properties: + breakId: + type: string + nullable: true + end: + $ref: '#/components/schemas/microsoft.graph.timeCardEvent' + notes: + $ref: '#/components/schemas/microsoft.graph.itemBody' + start: + $ref: '#/components/schemas/microsoft.graph.timeCardEvent' + additionalProperties: + type: object + microsoft.graph.timeCardEvent: + title: timeCardEvent + type: object + properties: + atApprovedLocation: + type: boolean nullable: true - websiteUrl: + dateTime: + 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: Url for showing tab contents outside of Teams. - nullable: true + format: date-time + notes: + $ref: '#/components/schemas/microsoft.graph.itemBody' additionalProperties: type: object - microsoft.graph.teamsAppDistributionMethod: - title: teamsAppDistributionMethod + microsoft.graph.confirmedBy: + title: confirmedBy enum: - - store - - organization - - sideloaded + - none + - user + - manager - unknownFutureValue type: string - microsoft.graph.teamsAppInstallationScopes: - title: teamsAppInstallationScopes + microsoft.graph.timeCardEntry: + title: timeCardEntry + 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' + additionalProperties: + type: object + microsoft.graph.timeCardState: + title: timeCardState enum: - - team - - groupChat - - personal + - clockedIn + - onBreak + - clockedOut - unknownFutureValue type: string - microsoft.graph.teamsAppPublishingState: - title: teamsAppPublishingState + microsoft.graph.timeOffReasonIconType: + title: timeOffReasonIconType enum: - - submitted - - rejected - - published + - none + - car + - calendar + - running + - plane + - firstAid + - doctor + - notWorking + - clock + - juryDuty + - globe + - cup + - phone + - weather + - umbrella + - piggyBank + - dog + - cake + - trafficCone + - pin + - sunny - unknownFutureValue type: string - microsoft.graph.teamworkBot: + microsoft.graph.timeOffItem: allOf: - - $ref: '#/components/schemas/microsoft.graph.entity' - - title: teamworkBot + - $ref: '#/components/schemas/microsoft.graph.scheduleEntity' + - title: timeOffItem type: object + properties: + timeOffReasonId: + type: string + description: ID of the timeOffReason for this timeOffItem. Required. + nullable: true additionalProperties: type: object microsoft.graph.externalAudienceScope: @@ -22253,7 +22294,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.recipient' - description: The email addresses to which a message should be redirected. + description: The email address to which a message should be redirected. stopProcessingRules: type: boolean description: Indicates whether subsequent rules should be evaluated. @@ -22512,11 +22553,11 @@ components: nullable: true queryRoot: type: string - description: The type of query. Examples include MicrosoftGraph and ARM. + description: 'In the scenario where reviewers need to be specified dynamically, this property is used to indicate the relative source of the query. This property is only required if a relative query (i.e., ./manager) is specified.' nullable: true queryType: type: string - description: 'In the scenario where reviewers need to be specified dynamically, this property is used to indicate the relative source of the query. This property is only required if a relative query (i.e., ./manager) is specified.' + description: The type of query. Examples include MicrosoftGraph and ARM. nullable: true additionalProperties: type: object @@ -23497,6 +23538,30 @@ components: nullable: true additionalProperties: type: object + microsoft.graph.attendanceRecord: + title: attendanceRecord + type: object + properties: + attendanceIntervals: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.attendanceInterval' + emailAddress: + type: string + nullable: true + identity: + $ref: '#/components/schemas/microsoft.graph.identity' + role: + type: string + nullable: true + totalAttendanceInSeconds: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + nullable: true + additionalProperties: + type: object microsoft.graph.attestationLevel: title: attestationLevel enum: @@ -23617,11 +23682,11 @@ components: properties: content: type: string - description: The content of a comment reply. + description: The content of replied comment. nullable: true contentType: type: string - description: Indicates the type for the comment reply. + description: Indicates the type for the replied comment. additionalProperties: type: object microsoft.graph.workbookOperationError: @@ -23702,7 +23767,7 @@ components: description: Represents whether the casing impacted the last sort of the table. Read-only. method: type: string - description: 'Represents Chinese character ordering method last used to sort the table. The possible values are: PinYin, StrokeCount. Read-only.' + description: 'Represents Chinese character ordering method last used to sort the table. Possible values are: PinYin, StrokeCount. Read-only.' additionalProperties: type: object microsoft.graph.workbookChart: @@ -23820,6 +23885,66 @@ components: type: object additionalProperties: type: object + microsoft.graph.chatMessagePolicyViolationDlpActionTypes: + title: chatMessagePolicyViolationDlpActionTypes + enum: + - none + - notifySender + - blockAccess + - blockAccessExternal + type: string + microsoft.graph.chatMessagePolicyViolationPolicyTip: + title: chatMessagePolicyViolationPolicyTip + type: object + properties: + complianceUrl: + type: string + description: 'The URL a user can visit to read about the data loss prevention policies for the organization. (ie, policies about what users shouldn''t say in chats)' + nullable: true + generalText: + type: string + description: Explanatory text shown to the sender of the message. + nullable: true + matchedConditionDescriptions: + type: array + items: + type: string + nullable: true + description: 'The list of improper data in the message that was detected by the data loss prevention app. Each DLP app defines its own conditions, examples include ''Credit Card Number'' and ''Social Security Number''.' + additionalProperties: + type: object + microsoft.graph.chatMessagePolicyViolationUserActionTypes: + title: chatMessagePolicyViolationUserActionTypes + enum: + - none + - override + - reportFalsePositive + type: string + microsoft.graph.chatMessagePolicyViolationVerdictDetailsTypes: + title: chatMessagePolicyViolationVerdictDetailsTypes + enum: + - none + - allowFalsePositiveOverride + - allowOverrideWithoutJustification + - allowOverrideWithJustification + type: string + microsoft.graph.teamworkHostedContent: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: teamworkHostedContent + type: object + properties: + contentBytes: + type: string + description: Write only. Bytes for the hosted content (such as images). + format: base64url + nullable: true + contentType: + type: string + description: 'Write only. Content type, such as image/png, image/jpg.' + nullable: true + additionalProperties: + type: object microsoft.graph.scheduleChangeRequestActor: title: scheduleChangeRequestActor enum: @@ -23887,66 +24012,6 @@ components: $ref: '#/components/schemas/microsoft.graph.scheduleEntityTheme' additionalProperties: type: object - microsoft.graph.chatMessagePolicyViolationDlpActionTypes: - title: chatMessagePolicyViolationDlpActionTypes - enum: - - none - - notifySender - - blockAccess - - blockAccessExternal - type: string - microsoft.graph.chatMessagePolicyViolationPolicyTip: - title: chatMessagePolicyViolationPolicyTip - type: object - properties: - complianceUrl: - type: string - description: 'The URL a user can visit to read about the data loss prevention policies for the organization. (ie, policies about what users shouldn''t say in chats)' - nullable: true - generalText: - type: string - description: Explanatory text shown to the sender of the message. - nullable: true - matchedConditionDescriptions: - type: array - items: - type: string - nullable: true - description: 'The list of improper data in the message that was detected by the data loss prevention app. Each DLP app defines its own conditions, examples include ''Credit Card Number'' and ''Social Security Number''.' - additionalProperties: - type: object - microsoft.graph.chatMessagePolicyViolationUserActionTypes: - title: chatMessagePolicyViolationUserActionTypes - enum: - - none - - override - - reportFalsePositive - type: string - microsoft.graph.chatMessagePolicyViolationVerdictDetailsTypes: - title: chatMessagePolicyViolationVerdictDetailsTypes - enum: - - none - - allowFalsePositiveOverride - - allowOverrideWithoutJustification - - allowOverrideWithJustification - type: string - microsoft.graph.teamworkHostedContent: - allOf: - - $ref: '#/components/schemas/microsoft.graph.entity' - - title: teamworkHostedContent - type: object - properties: - contentBytes: - type: string - description: Write only. Bytes for the hosted content (such as images). - format: base64url - nullable: true - contentType: - type: string - description: 'Write only. Content type. sicj as image/png, image/jpg.' - nullable: true - additionalProperties: - type: object microsoft.graph.volumeType: title: volumeType enum: @@ -24376,6 +24441,28 @@ components: - unknownFutureValue - producer type: string + microsoft.graph.attendanceInterval: + title: attendanceInterval + type: object + properties: + durationInSeconds: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + nullable: true + joinDateTime: + 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 + leaveDateTime: + 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.linkedResource: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -24423,7 +24510,7 @@ components: nullable: true dataOption: type: string - description: 'Represents additional sorting options for this field. The possible values are: Normal, TextAsNumber.' + description: 'Represents additional sorting options for this field. Possible values are: Normal, TextAsNumber.' icon: $ref: '#/components/schemas/microsoft.graph.workbookIcon' key: @@ -24434,7 +24521,7 @@ components: format: int32 sortOn: type: string - description: 'Represents the type of sorting of this condition. The possible values are: Value, CellColor, FontColor, Icon.' + description: 'Represents the type of sorting of this condition. Possible values are: Value, CellColor, FontColor, Icon.' additionalProperties: type: object microsoft.graph.workbookChartAxes: @@ -24689,7 +24776,7 @@ components: format: int32 set: type: string - description: 'Represents the set that the icon is part of. The possible values are: Invalid, ThreeArrows, ThreeArrowsGray, ThreeFlags, ThreeTrafficLights1, ThreeTrafficLights2, ThreeSigns, ThreeSymbols, ThreeSymbols2, FourArrows, FourArrowsGray, FourRedToBlack, FourRating, FourTrafficLights, FiveArrows, FiveArrowsGray, FiveRating, FiveQuarters, ThreeStars, ThreeTriangles, FiveBoxes.' + description: 'Represents the set that the icon is part of. Possible values are: Invalid, ThreeArrows, ThreeArrowsGray, ThreeFlags, ThreeTrafficLights1, ThreeTrafficLights2, ThreeSigns, ThreeSymbols, ThreeSymbols2, FourArrows, FourArrowsGray, FourRedToBlack, FourRating, FourTrafficLights, FiveArrows, FiveArrowsGray, FiveRating, FiveQuarters, ThreeStars, ThreeTriangles, FiveBoxes.' additionalProperties: type: object microsoft.graph.workbookChartAxis: diff --git a/openApiDocs/beta/CrossDeviceExperiences.yml b/openApiDocs/beta/CrossDeviceExperiences.yml index 6e7f3b43573..6ea8999404f 100644 --- a/openApiDocs/beta/CrossDeviceExperiences.yml +++ b/openApiDocs/beta/CrossDeviceExperiences.yml @@ -1367,7 +1367,7 @@ components: properties: accountEnabled: type: boolean - description: 'true if the account is enabled; otherwise, false. Required.' + description: 'true if the account is enabled; otherwise, false. default is true.' nullable: true alternativeSecurityIds: type: array @@ -1392,7 +1392,7 @@ components: nullable: true deviceId: type: string - description: Unique identifier set by Azure Device Registration Service at the time of registration. + description: Identifier set by Azure Device Registration Service at the time of registration. nullable: true deviceMetadata: type: string @@ -1465,7 +1465,7 @@ components: nullable: true operatingSystemVersion: type: string - description: The version of the operating system on the device. Required. + description: Operating system version of the device. Required. nullable: true physicalIds: type: array @@ -1489,7 +1489,7 @@ components: 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 devices), AzureAd (Cloud only joined devices), ServerAd (on-premises domain joined devices joined to Azure AD). For more details, see Introduction to device management in Azure Active Directory' + description: 'Type of trust for the joined device. Read-only. Possible values: Workplace (indicates bring your own personal devices), AzureAd (Cloud only joined devices), ServerAd (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 diff --git a/openApiDocs/beta/DeviceManagement.Actions.yml b/openApiDocs/beta/DeviceManagement.Actions.yml index 1e21edbbdc0..e384dcdbc9d 100644 --- a/openApiDocs/beta/DeviceManagement.Actions.yml +++ b/openApiDocs/beta/DeviceManagement.Actions.yml @@ -464,6 +464,38 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: action + /deviceManagement/chromeOSOnboardingSettings/microsoft.graph.connect: + post: + tags: + - deviceManagement.Actions + summary: Invoke action connect + operationId: deviceManagement.chromeOSOnboardingSettings_connect + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + ownerUserPrincipalName: + type: string + nullable: true + serviceAccountCredentials: + type: string + nullable: true + additionalProperties: + type: object + required: true + responses: + '200': + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.chromeOSOnboardingStatus' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action '/deviceManagement/comanagedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}/microsoft.graph.createDownloadUrl': post: tags: @@ -15972,6 +16004,14 @@ components: additionalProperties: type: object description: Represents result of Validation API. + microsoft.graph.chromeOSOnboardingStatus: + title: chromeOSOnboardingStatus + enum: + - unknown + - inprogress + - onboarded + - failed + type: string microsoft.graph.deviceLogCollectionRequest: title: deviceLogCollectionRequest type: object diff --git a/openApiDocs/beta/DeviceManagement.Administration.yml b/openApiDocs/beta/DeviceManagement.Administration.yml index ffd6b98bf42..2d794d0eeaa 100644 --- a/openApiDocs/beta/DeviceManagement.Administration.yml +++ b/openApiDocs/beta/DeviceManagement.Administration.yml @@ -13854,7 +13854,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.resourceAction' - description: Actions + description: Resource Actions each containing a set of allowed and not allowed permissions. additionalProperties: type: object description: Contains the set of ResourceActions determining the allowed and not allowed permissions for each role. @@ -13976,7 +13976,7 @@ components: items: type: string nullable: true - description: Not Allowed Actions + description: Not Allowed Actions. additionalProperties: type: object description: Set of allowed and not allowed actions for a resource. diff --git a/openApiDocs/beta/DeviceManagement.Enrolment.yml b/openApiDocs/beta/DeviceManagement.Enrolment.yml index a14ec6bb58c..491bfac430a 100644 --- a/openApiDocs/beta/DeviceManagement.Enrolment.yml +++ b/openApiDocs/beta/DeviceManagement.Enrolment.yml @@ -22091,26 +22091,26 @@ components: 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 + description: Created date time in UTC of the device enrollment configuration format: date-time description: type: string - description: Not yet documented + description: The description of the device enrollment configuration nullable: true displayName: type: string - description: Not yet documented + description: The display name of the device enrollment configuration 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 + description: Last modified date time in UTC of the device enrollment configuration format: date-time priority: maximum: 2147483647 minimum: -2147483648 type: integer - description: Not yet documented + description: Priority is used when a user exists in multiple groups that are assigned enrollment configuration. Users are subject only to the configuration with the lowest priority value. format: int32 roleScopeTagIds: type: array @@ -22122,13 +22122,13 @@ components: maximum: 2147483647 minimum: -2147483648 type: integer - description: Not yet documented + description: The version of the device enrollment configuration format: int32 assignments: type: array items: $ref: '#/components/schemas/microsoft.graph.enrollmentConfigurationAssignment' - description: The list of group assignments for the device configuration profile. + description: The list of group assignments for the device configuration profile additionalProperties: type: object description: The Base Class of Device Enrollment Configuration @@ -23816,7 +23816,7 @@ components: 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.' + description: 'A collection of the days of the week on which the event occurs. 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: diff --git a/openApiDocs/beta/DeviceManagement.Functions.yml b/openApiDocs/beta/DeviceManagement.Functions.yml index cf683e941ae..8aee1492be0 100644 --- a/openApiDocs/beta/DeviceManagement.Functions.yml +++ b/openApiDocs/beta/DeviceManagement.Functions.yml @@ -2078,7 +2078,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.resourceAction' - description: Actions + description: Resource Actions each containing a set of allowed and not allowed permissions. additionalProperties: type: object description: Contains the set of ResourceActions determining the allowed and not allowed permissions for each role. @@ -2485,7 +2485,7 @@ components: items: type: string nullable: true - description: Not Allowed Actions + description: Not Allowed Actions. additionalProperties: type: object description: Set of allowed and not allowed actions for a resource. diff --git a/openApiDocs/beta/DeviceManagement.yml b/openApiDocs/beta/DeviceManagement.yml index 66c0b4e1dcb..0fe1c613619 100644 --- a/openApiDocs/beta/DeviceManagement.yml +++ b/openApiDocs/beta/DeviceManagement.yml @@ -49,6 +49,7 @@ paths: - androidManagedStoreAppConfigurationSchemas - auditEvents - assignmentFilters + - chromeOSOnboardingSettings - termsAndConditions - advancedThreatProtectionOnboardingStateSummary - cartToClassAssociations @@ -184,6 +185,7 @@ paths: - androidManagedStoreAppConfigurationSchemas - auditEvents - assignmentFilters + - chromeOSOnboardingSettings - termsAndConditions - advancedThreatProtectionOnboardingStateSummary - cartToClassAssociations @@ -325,6 +327,8 @@ paths: operationId: deviceManagement.ListAuditEvents assignmentFilters: operationId: deviceManagement.ListAssignmentFilters + chromeOSOnboardingSettings: + operationId: deviceManagement.ListChromeOSOnboardingSettings termsAndConditions: operationId: deviceManagement.ListTermsAndConditions advancedThreatProtectionOnboardingStateSummary: @@ -2220,6 +2224,8 @@ paths: - azureADRegistered desc - chassisType - chassisType desc + - chromeOSDeviceInfo + - chromeOSDeviceInfo desc - complianceGracePeriodExpirationDateTime - complianceGracePeriodExpirationDateTime desc - complianceState @@ -2376,6 +2382,7 @@ paths: - azureADDeviceId - azureADRegistered - chassisType + - chromeOSDeviceInfo - complianceGracePeriodExpirationDateTime - complianceState - configurationManagerClientEnabledFeatures @@ -2555,6 +2562,7 @@ paths: - azureADDeviceId - azureADRegistered - chassisType + - chromeOSDeviceInfo - complianceGracePeriodExpirationDateTime - complianceState - configurationManagerClientEnabledFeatures @@ -7019,6 +7027,8 @@ paths: - azureADRegistered desc - chassisType - chassisType desc + - chromeOSDeviceInfo + - chromeOSDeviceInfo desc - complianceGracePeriodExpirationDateTime - complianceGracePeriodExpirationDateTime desc - complianceState @@ -7175,6 +7185,7 @@ paths: - azureADDeviceId - azureADRegistered - chassisType + - chromeOSDeviceInfo - complianceGracePeriodExpirationDateTime - complianceState - configurationManagerClientEnabledFeatures @@ -7346,6 +7357,8 @@ paths: - azureADRegistered desc - chassisType - chassisType desc + - chromeOSDeviceInfo + - chromeOSDeviceInfo desc - complianceGracePeriodExpirationDateTime - complianceGracePeriodExpirationDateTime desc - complianceState @@ -13582,6 +13595,7 @@ paths: - azureADDeviceId - azureADRegistered - chassisType + - chromeOSDeviceInfo - complianceGracePeriodExpirationDateTime - complianceState - configurationManagerClientEnabledFeatures @@ -14803,6 +14817,7 @@ paths: - azureADDeviceId - azureADRegistered - chassisType + - chromeOSDeviceInfo - complianceGracePeriodExpirationDateTime - complianceState - configurationManagerClientEnabledFeatures @@ -16064,6 +16079,7 @@ paths: - azureADDeviceId - azureADRegistered - chassisType + - chromeOSDeviceInfo - complianceGracePeriodExpirationDateTime - complianceState - configurationManagerClientEnabledFeatures @@ -17222,6 +17238,7 @@ paths: - azureADDeviceId - azureADRegistered - chassisType + - chromeOSDeviceInfo - complianceGracePeriodExpirationDateTime - complianceState - configurationManagerClientEnabledFeatures @@ -18483,6 +18500,7 @@ paths: - azureADDeviceId - azureADRegistered - chassisType + - chromeOSDeviceInfo - complianceGracePeriodExpirationDateTime - complianceState - configurationManagerClientEnabledFeatures @@ -24598,6 +24616,8 @@ paths: - azureADRegistered desc - chassisType - chassisType desc + - chromeOSDeviceInfo + - chromeOSDeviceInfo desc - complianceGracePeriodExpirationDateTime - complianceGracePeriodExpirationDateTime desc - complianceState @@ -24754,6 +24774,7 @@ paths: - azureADDeviceId - azureADRegistered - chassisType + - chromeOSDeviceInfo - complianceGracePeriodExpirationDateTime - complianceState - configurationManagerClientEnabledFeatures @@ -24933,6 +24954,7 @@ paths: - azureADDeviceId - azureADRegistered - chassisType + - chromeOSDeviceInfo - complianceGracePeriodExpirationDateTime - complianceState - configurationManagerClientEnabledFeatures @@ -42360,6 +42382,11 @@ components: items: $ref: '#/components/schemas/microsoft.graph.deviceAndAppManagementAssignmentFilter' description: The list of assignment filters + chromeOSOnboardingSettings: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.chromeOSOnboardingSettings' + description: Collection of ChromeOSOnboardingSettings settings associated with account. termsAndConditions: type: array items: @@ -43270,11 +43297,11 @@ components: nullable: true activationLockBypassCode: type: string - description: Code that allows the Activation Lock on a device to be bypassed. + description: Code that allows the Activation Lock on a device to be bypassed. This property is read-only. nullable: true androidSecurityPatchLevel: type: string - description: Android security patch level + description: Android security patch level. This property is read-only. nullable: true autopilotEnrolled: type: boolean @@ -43285,18 +43312,23 @@ components: nullable: true azureADDeviceId: type: string - description: The unique identifier for the Azure Active Directory device. Read only. + description: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. nullable: true azureADRegistered: type: boolean - description: Whether the device is Azure Active Directory registered. + description: Whether the device is Azure Active Directory registered. This property is read-only. nullable: true chassisType: $ref: '#/components/schemas/microsoft.graph.chassisType' + chromeOSDeviceInfo: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.chromeOSDeviceProperty' + description: List of properties of the ChromeOS Device. 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 + description: The DateTime when device compliance grace period expires. This property is read-only. format: date-time complianceState: $ref: '#/components/schemas/microsoft.graph.complianceState' @@ -43310,10 +43342,10 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.deviceActionResult' - description: List of ComplexType deviceActionResult objects. + description: List of ComplexType deviceActionResult objects. This property is read-only. deviceCategoryDisplayName: type: string - description: Device category display name + description: Device category display name. This property is read-only. nullable: true deviceEnrollmentType: $ref: '#/components/schemas/microsoft.graph.deviceEnrollmentType' @@ -43321,7 +43353,7 @@ components: $ref: '#/components/schemas/microsoft.graph.deviceHealthAttestationState' deviceName: type: string - description: Name of the device + description: Name of the device. This property is read-only. nullable: true deviceRegistrationState: $ref: '#/components/schemas/microsoft.graph.deviceRegistrationState' @@ -43329,24 +43361,24 @@ components: $ref: '#/components/schemas/microsoft.graph.deviceType' easActivated: type: boolean - description: Whether the device is Exchange ActiveSync activated. + description: Whether the device is Exchange ActiveSync activated. This property is read-only. 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. + description: Exchange ActivationSync activation time of the device. This property is read-only. format: date-time easDeviceId: type: string - description: Exchange ActiveSync Id of the device. + description: Exchange ActiveSync Id of the device. This property is read-only. nullable: true emailAddress: type: string - description: Email(s) for the user associated with the device + description: Email(s) for the user associated with the device. This property is read-only. 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. + description: Enrollment time of the device. This property is read-only. format: date-time ethernetMacAddress: type: string @@ -43359,11 +43391,11 @@ components: 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. + description: Last time the device contacted Exchange. This property is read-only. format: date-time freeStorageSpaceInBytes: type: integer - description: Free Storage in Bytes + description: Free Storage in Bytes. This property is read-only. format: int64 hardwareInformation: $ref: '#/components/schemas/microsoft.graph.hardwareInformation' @@ -43373,24 +43405,24 @@ components: nullable: true imei: type: string - description: IMEI + description: IMEI. This property is read-only. nullable: true isEncrypted: type: boolean - description: Device encryption status + description: Device encryption status. This property is read-only. isSupervised: type: boolean - description: Device supervised status + description: Device supervised status. This property is read-only. jailBroken: type: string - description: whether the device is jail broken or rooted. + description: whether the device is jail broken or rooted. This property is read-only. 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. + description: The date and time that the device last completed a successful sync with Intune. This property is read-only. format: date-time lostModeState: $ref: '#/components/schemas/microsoft.graph.lostModeState' @@ -43413,15 +43445,15 @@ components: $ref: '#/components/schemas/microsoft.graph.managementState' manufacturer: type: string - description: Manufacturer of the device + description: Manufacturer of the device. This property is read-only. nullable: true meid: type: string - description: MEID + description: MEID. This property is read-only. nullable: true model: type: string - description: Model of the device + description: Model of the device. This property is read-only. nullable: true notes: type: string @@ -43429,11 +43461,11 @@ components: nullable: true operatingSystem: type: string - description: 'Operating system of the device. Windows, iOS, etc.' + description: 'Operating system of the device. Windows, iOS, etc. This property is read-only.' nullable: true osVersion: type: string - description: Operating system version of the device. + description: Operating system version of the device. This property is read-only. nullable: true ownerType: $ref: '#/components/schemas/microsoft.graph.ownerType' @@ -43441,7 +43473,7 @@ components: $ref: '#/components/schemas/microsoft.graph.managedDevicePartnerReportedHealthState' phoneNumber: type: string - description: Phone number of the device + description: Phone number of the device. This property is read-only. nullable: true physicalMemoryInBytes: type: integer @@ -43456,11 +43488,11 @@ components: $ref: '#/components/schemas/microsoft.graph.managedDeviceArchitecture' remoteAssistanceSessionErrorDetails: type: string - description: An error string that identifies issues when creating Remote Assistance session objects. + description: An error string that identifies issues when creating Remote Assistance session objects. This property is read-only. nullable: true remoteAssistanceSessionUrl: type: string - description: Url that allows a Remote Assistance session to be established with the device. + description: Url that allows a Remote Assistance session to be established with the device. This property is read-only. nullable: true requireUserEnrollmentApproval: type: boolean @@ -43479,7 +43511,7 @@ components: description: List of Scope Tag IDs for this Device instance. serialNumber: type: string - description: SerialNumber + description: SerialNumber. This property is read-only. nullable: true skuFamily: type: string @@ -43497,11 +43529,11 @@ components: nullable: true subscriberCarrier: type: string - description: Subscriber Carrier + description: Subscriber Carrier. This property is read-only. nullable: true totalStorageSpaceInBytes: type: integer - description: Total Storage in Bytes + description: Total Storage in Bytes. This property is read-only. format: int64 udid: type: string @@ -43509,15 +43541,15 @@ components: nullable: true userDisplayName: type: string - description: User display name + description: User display name. This property is read-only. nullable: true userId: type: string - description: Unique Identifier for the user associated with the device + description: Unique Identifier for the user associated with the device. This property is read-only. nullable: true userPrincipalName: type: string - description: Device user principal name + description: Device user principal name. This property is read-only. nullable: true usersLoggedOn: type: array @@ -43526,7 +43558,7 @@ components: description: Indicates the last logged on users of a device. This property is read-only. wiFiMacAddress: type: string - description: Wi-Fi MAC + description: Wi-Fi MAC. This property is read-only. nullable: true windowsActiveMalwareCount: maximum: 2147483647 @@ -43903,30 +43935,30 @@ components: $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.' + description: 'true if the account is enabled; otherwise, false. This property is required when a user is created. Returned only on $select. 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.' + 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. Returned only on $select.' nullable: true assignedLicenses: type: array items: $ref: '#/components/schemas/microsoft.graph.assignedLicense' - description: The licenses that are assigned to the user. Returned only on $select. Not nullable. Supports $filter. + description: The licenses that are assigned to the user. Not nullable. Supports $filter. assignedPlans: type: array items: $ref: '#/components/schemas/microsoft.graph.assignedPlan' - description: The plans that are assigned to the user. Read-only. Not nullable. + description: The plans that are assigned to the user. Returned only on $select. 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. Read-only for users synced from on-premises directory. Returned by default.' + description: The telephone numbers for the user. Only one number can be set for this property. Returned by default. Read-only for users synced from on-premises directory. city: type: string - description: The city in which the user is located. Supports $filter. + description: The city in which the user is located. Returned only on $select. Supports $filter. nullable: true companyName: type: string @@ -43934,25 +43966,25 @@ components: 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.' + 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. Returned only on $select.' nullable: true country: type: string - description: 'The country/region in which the user is located; for example, ''US'' or ''UK''. Supports $filter.' + description: 'The country/region in which the user is located; for example, ''US'' or ''UK''. Returned only on $select. 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. + description: The date and time the user was created. The value cannot be modified and is automatically populated when the entity is created. The DateTimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. Property is nullable. A null value indicates that an accurate creation time couldn't be determined for the user. Returned only on $select. Read-only. Supports $filter. 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.' + 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). Returned only on $select. Read-only.' nullable: true department: type: string - description: The name for the department in which the user works. Supports $filter. + description: The name for the department in which the user works. Returned only on $select. Supports $filter. nullable: true deviceKeys: type: array @@ -43960,7 +43992,7 @@ components: $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. Returned by default. Supports $filter and $orderby.' + description: 'The name displayed in the address book for the user. This value 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. Returned by default. 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])$' @@ -43988,7 +44020,7 @@ components: nullable: true faxNumber: type: string - description: The fax number of the user. + description: The fax number of the user. Returned only on $select. nullable: true givenName: type: string @@ -43998,7 +44030,7 @@ components: 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.' + 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. Returned only on $select. Supports $filter.' imAddresses: type: array items: @@ -44021,29 +44053,29 @@ components: 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 is 2014-01-01T00:00:00Z' + description: 'The time when this Azure AD user last changed their password. 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 is 2014-01-01T00:00:00Z Returned only on $select. Read-only.' 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.' + 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. Returned only on $select.' nullable: true licenseAssignmentStates: type: array items: $ref: '#/components/schemas/microsoft.graph.licenseAssignmentState' - description: State of license assignments for this user. Read-only. + description: State of license assignments for this user. Returned only on $select. Read-only. mail: type: string description: 'The SMTP address for the user, for example, ''jeff@contoso.onmicrosoft.com''. Returned by default. Supports $filter and endsWith.' nullable: true mailNickname: type: string - description: The mail alias for the user. This property must be specified when a user is created. Supports $filter. + description: The mail alias for the user. This property must be specified when a user is created. Returned only on $select. Supports $filter. nullable: true mobilePhone: type: string - description: The primary cellular telephone number for the user. Read-only for users synced from on-premises directory. Returned by default. + description: The primary cellular telephone number for the user. Returned by default. Read-only for users synced from on-premises directory. nullable: true officeLocation: type: string @@ -44051,59 +44083,59 @@ components: 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. + 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. Returned only on $select. 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.' + 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. Returned only on $select. 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.' + 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. Returned only on $select. 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 is 2014-01-01T00:00:00Z. Read-only.' + 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 is 2014-01-01T00:00:00Z. Returned only on $select. 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. + description: Errors when using Microsoft synchronization product during provisioning. Returned only on $select. 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. + 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. Returned only on $select. 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. + description: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Returned only on $select. 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 + 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). Returned only on $select. 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. + 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. Returned only on $select. 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.' + description: 'A list of additional email addresses for the user; for example: [''bob@contoso.com'', ''Robert@fabrikam.com''].Returned only on $select. 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''.' + 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''.Returned only on $select.' 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.' + 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. Returned only on $select.' nullable: true preferredDataLocation: type: string @@ -44117,35 +44149,35 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.provisionedPlan' - description: The plans that are provisioned for the user. Read-only. Not nullable. + description: The plans that are provisioned for the user. Returned only on $select. 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.' + description: 'For example: [''SMTP: bob@contoso.com'', ''smtp: bob@sales.contoso.com''] The any operator is required for filter expressions on multi-valued properties. Returned only on $select. 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.' + 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. Use invalidateAllRefreshTokens to reset.' 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.' + 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. Returned only on $select.' 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.' + 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. Use revokeSignInSessions to reset.' format: date-time nullable: true state: type: string - description: The state or province in the user's address. Supports $filter. + description: The state or province in the user's address. Returned only on $select. Supports $filter. nullable: true streetAddress: type: string - description: The street address of the user's place of business. + description: The street address of the user's place of business. Returned only on $select. nullable: true surname: type: string @@ -44153,7 +44185,7 @@ components: 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.' + 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. Returned only on $select. Supports $filter.' nullable: true userPrincipalName: type: string @@ -44161,7 +44193,7 @@ components: 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.' + description: 'A string value that can be used to classify user types in your directory, such as ''Member'' and ''Guest''. Returned only on $select. Supports $filter.' nullable: true mailboxSettings: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' @@ -44173,12 +44205,12 @@ components: format: int32 aboutMe: type: string - description: A freeform text entry field for the user to describe themselves. + description: A freeform text entry field for the user to describe themselves. Returned only on $select. 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 is 2014-01-01T00:00:00Z' + 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 is 2014-01-01T00:00:00Z Returned only on $select.' 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])$' @@ -44190,39 +44222,39 @@ components: items: type: string nullable: true - description: A list for the user to describe their interests. + description: A list for the user to describe their interests. Returned only on $select. mySite: type: string - description: The URL for the user's personal site. + description: The URL for the user's personal site. Returned only on $select. nullable: true pastProjects: type: array items: type: string nullable: true - description: A list for the user to enumerate their past projects. + description: A list for the user to enumerate their past projects. Returned only on $select. preferredName: type: string - description: The preferred name for the user. + description: The preferred name for the user. Returned only on $select. nullable: true responsibilities: type: array items: type: string nullable: true - description: A list for the user to enumerate their responsibilities. + description: A list for the user to enumerate their responsibilities. Returned only on $select. schools: type: array items: type: string nullable: true - description: A list for the user to enumerate the schools they have attended. + description: A list for the user to enumerate the schools they have attended. Returned only on $select. skills: type: array items: type: string nullable: true - description: A list for the user to enumerate their skills. + description: A list for the user to enumerate their skills. Returned only on $select. analytics: $ref: '#/components/schemas/microsoft.graph.userAnalytics' usageRights: @@ -44257,7 +44289,7 @@ components: 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. + description: 'The groups, directory roles and administrative units that the user is a member of. Read-only. Nullable.' oauth2PermissionGrants: type: array items: @@ -44317,7 +44349,7 @@ components: 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. + 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: @@ -44341,7 +44373,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.person' - description: People that are relevant to the user. Read-only. Nullable. + description: 'Read-only. The most relevant people to the user. The collection is ordered by their relevance to the user, which is determined by the user''s communication, collaboration and business relationships. A person is an aggregation of information from across mail, contacts and social networks.' drive: $ref: '#/components/schemas/microsoft.graph.drive' drives: @@ -44357,7 +44389,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.extension' - description: The collection of open extensions defined for the user. Read-only. Nullable. + description: The collection of open extensions defined for the user. Nullable. appConsentRequestsForApproval: type: array items: @@ -48684,7 +48716,7 @@ components: maximum: 2147483647 minimum: -2147483648 type: integer - description: The number of days a device is allowed to go without checking in to remain compliant. Valid values 0 to 120 + description: The number of days a device is allowed to go without checking in to remain compliant. format: int32 deviceInactivityBeforeRetirementInDay: maximum: 2147483647 @@ -49190,6 +49222,32 @@ components: additionalProperties: type: object description: A class containing the properties for Audit Event. + microsoft.graph.chromeOSOnboardingSettings: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: chromeOSOnboardingSettings + type: object + properties: + lastDirectorySyncDateTime: + 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 ChromebookTenant's LastDirectorySyncDateTime + 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 ChromebookTenant's LastModifiedDateTime + format: date-time + onboardingStatus: + $ref: '#/components/schemas/microsoft.graph.onboardingStatus' + ownerUserPrincipalName: + type: string + description: The ChromebookTenant's OwnerUserPrincipalName + nullable: true + additionalProperties: + type: object + description: Entity that represents a Chromebook tenant settings microsoft.graph.termsAndConditions: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -49743,26 +49801,26 @@ components: 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 + description: Created date time in UTC of the device enrollment configuration format: date-time description: type: string - description: Not yet documented + description: The description of the device enrollment configuration nullable: true displayName: type: string - description: Not yet documented + description: The display name of the device enrollment configuration 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 + description: Last modified date time in UTC of the device enrollment configuration format: date-time priority: maximum: 2147483647 minimum: -2147483648 type: integer - description: Not yet documented + description: Priority is used when a user exists in multiple groups that are assigned enrollment configuration. Users are subject only to the configuration with the lowest priority value. format: int32 roleScopeTagIds: type: array @@ -49774,13 +49832,13 @@ components: maximum: 2147483647 minimum: -2147483648 type: integer - description: Not yet documented + description: The version of the device enrollment configuration format: int32 assignments: type: array items: $ref: '#/components/schemas/microsoft.graph.enrollmentConfigurationAssignment' - description: The list of group assignments for the device configuration profile. + description: The list of group assignments for the device configuration profile additionalProperties: type: object description: The Base Class of Device Enrollment Configuration @@ -51772,6 +51830,28 @@ components: - mobileOther - mobileUnknown type: string + microsoft.graph.chromeOSDeviceProperty: + title: chromeOSDeviceProperty + type: object + properties: + name: + type: string + description: Name of the property + nullable: true + updatable: + type: boolean + description: Whether this property is updatable + value: + type: string + description: Value of the property + nullable: true + valueType: + type: string + description: Type of the value + nullable: true + additionalProperties: + type: object + description: Represents a property of the ChromeOS device. microsoft.graph.complianceState: title: complianceState enum: @@ -52582,12 +52662,12 @@ components: 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. 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 is 2014-01-01T00:00:00Z.' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true capabilityStatus: type: string - description: 'Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. See a detailed description of each value.' + description: 'Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut.' nullable: true service: type: string @@ -52779,7 +52859,7 @@ components: properties: forceChangePasswordNextSignIn: type: boolean - description: true if the user must change her password on the next login; otherwise false. + description: 'If true, at next sign-in, the user must change their password. After a password change, this property will be automatically reset to false. If not set, default is false.' nullable: true forceChangePasswordNextSignInWithMfa: type: boolean @@ -52815,7 +52895,7 @@ components: properties: archiveFolder: type: string - description: Folder ID of an archive folder for the user. + description: Folder ID of an archive folder for the user. Read only. nullable: true automaticRepliesSetting: $ref: '#/components/schemas/microsoft.graph.automaticRepliesSetting' @@ -53037,15 +53117,15 @@ components: 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.' + 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, through an Outlook client or the corresponding calendarPermission resource. Read-only.' 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.' + description: 'true if the user has the permission to share the calendar, false otherwise. Only the user who created the calendar can share it. Read-only.' nullable: true canViewPrivateItems: type: boolean - description: 'true if the user can read calendar items that have been marked private, false otherwise.' + description: 'true if the user can read calendar items that have been marked private, false otherwise. This property is set through an Outlook client or the corresponding calendarPermission resource. Read-only.' nullable: true changeKey: type: string @@ -53057,7 +53137,7 @@ components: $ref: '#/components/schemas/microsoft.graph.onlineMeetingProviderType' hexColor: type: string - description: 'The calendar color, expressed in a hex color code of three hexadecimal values, each ranging from 00 to FF and representing the red, green, or blue components of the color in the RGB color space. If the user has never explicitly set a color for the calendar, this property is empty. Read-only.' + description: 'The calendar color, expressed in a hex color code of three hexadecimal values, each ranging from 00 to FF and representing the red, green, or blue components of the color in the RGB color space. If the user has never explicitly set a color for the calendar, this property is empty.' nullable: true isDefaultCalendar: type: boolean @@ -53282,7 +53362,7 @@ components: 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. + description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' calendar: $ref: '#/components/schemas/microsoft.graph.calendar' exceptionOccurrences: @@ -53293,12 +53373,12 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.extension' - description: The collection of open extensions defined for the event. Read-only. Nullable. + description: The collection of open extensions defined for the event. Nullable. instances: type: array items: $ref: '#/components/schemas/microsoft.graph.event' - description: The instances of the event. Navigation property. Read-only. Nullable. + description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but does not include occurrences that have been cancelled from the series. Navigation property. Read-only. Nullable.' multiValueExtendedProperties: type: array items: @@ -53498,7 +53578,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.extension' - description: The collection of open extensions defined for the contact. Read-only. Nullable. + description: The collection of open extensions defined for the contact. Nullable. multiValueExtendedProperties: type: array items: @@ -53536,7 +53616,7 @@ components: 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.' + description: 'The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select.' assignedLicenses: type: array items: @@ -53577,7 +53657,7 @@ components: 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.' + 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).' nullable: true infoCatalogs: type: array @@ -53650,13 +53730,13 @@ components: 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. + description: The preferred language for a 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.' + 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 for 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 @@ -53683,7 +53763,7 @@ components: 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.' + description: 'Specifies a 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 @@ -53701,11 +53781,11 @@ components: 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. Supported only on the Get group API (GET /groups/{ID}).' + description: 'true if the group is not displayed in certain parts of the Outlook user interface: in the Address Book, in address lists for selecting message recipients, and in the Browse Groups dialog for searching groups; false otherwise. Default value is false. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}).' 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. Supported only on the Get group API (GET /groups/{ID}).' + description: 'true if the group is not displayed in Outlook clients, such as Outlook for Windows and Outlook on the web, false otherwise. Default value is false. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}).' nullable: true isFavorite: type: boolean @@ -53725,7 +53805,7 @@ components: 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. Supported only on the Get group API (GET /groups/{ID}).' + description: 'Count of conversations that have received new posts since the signed-in user last visited the group. This property is the same as unseenConversationsCount.Returned only on $select. Supported only on the Get group API (GET /groups/{ID}).' format: int32 nullable: true unseenMessagesCount: @@ -53756,12 +53836,12 @@ components: 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.' + description: 'Groups and administrative units 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.' + description: 'Users, contacts, and groups that are members of this group. HTTP Methods: GET (supported for all groups), POST (supported for security groups and mail-enabled security groups), DELETE (supported only for security groups) Read-only. Nullable.' membersWithLicenseErrors: type: array items: @@ -53771,7 +53851,7 @@ components: 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.' + description: 'The owners of the group. The owners are a set of non-admin users who are allowed to modify this object. HTTP Methods: GET (supported for all groups), POST (supported for security groups and mail-enabled security groups), DELETE (supported only for security groups) Read-only. Nullable.' permissionGrants: type: array items: @@ -53780,7 +53860,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.directorySetting' - description: Read-only. Nullable. + description: 'Settings that can govern this group''s behavior, like whether members can invite guest users to the group. Nullable.' transitiveMemberOf: type: array items: @@ -53810,7 +53890,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.event' - description: The group's calendar events. + description: The group's events. rejectedSenders: type: array items: @@ -53948,7 +54028,7 @@ components: $ref: '#/components/schemas/microsoft.graph.itemBody' bodyPreview: type: string - description: The first 255 characters of the message body. It is in text format. + description: 'The first 255 characters of the message body. It is in text format. If the message contains instances of mention, this property would contain a concatenation of these mentions as well.' nullable: true ccRecipients: type: array @@ -54150,7 +54230,7 @@ components: nullable: true personType: type: string - description: The type of person. + description: 'The type of person, for example distribution list.' nullable: true phones: type: array @@ -54405,11 +54485,11 @@ components: properties: agreementFileId: type: string - description: The identifier of the agreement file accepted by the user. + description: ID of the agreement file accepted by the user. nullable: true agreementId: type: string - description: The identifier of the agreement. + description: ID of the agreement. nullable: true deviceDisplayName: type: string @@ -54421,22 +54501,22 @@ components: nullable: true deviceOSType: type: string - description: The operating system used to accept the agreement. + description: The operating system used for accepting the agreement. nullable: true deviceOSVersion: type: string - description: The operating system version of the device used to accept the agreement. + description: The operating system version of the device used for accepting the agreement. 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: 'The expiration date time of the acceptance. 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''' + description: 'The expiration date time of the acceptance. 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 is 2014-01-01T00:00:00Z' 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: '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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true state: @@ -54451,7 +54531,7 @@ components: nullable: true userId: type: string - description: The identifier of the user who accepted the agreement. + description: ID of the user who accepted the agreement. nullable: true userPrincipalName: type: string @@ -54534,7 +54614,7 @@ components: 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 management service. + description: Zero or more policys already applied on the registered app when it last synchronized with managment service. intendedPolicies: type: array items: @@ -54676,7 +54756,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.plannerTask' - description: Read-only. Nullable. Returns the plannerPlans shared with the user. + description: Read-only. Nullable. Returns the plannerTasks assigned to the user. additionalProperties: type: object microsoft.graph.itemInsights: @@ -54938,7 +55018,7 @@ components: properties: accountEnabled: type: boolean - description: 'true if the account is enabled; otherwise, false. Required.' + description: 'true if the account is enabled; otherwise, false. default is true.' nullable: true alternativeSecurityIds: type: array @@ -54963,7 +55043,7 @@ components: nullable: true deviceId: type: string - description: Unique identifier set by Azure Device Registration Service at the time of registration. + description: Identifier set by Azure Device Registration Service at the time of registration. nullable: true deviceMetadata: type: string @@ -55036,7 +55116,7 @@ components: nullable: true operatingSystemVersion: type: string - description: The version of the operating system on the device. Required. + description: Operating system version of the device. Required. nullable: true physicalIds: type: array @@ -55060,7 +55140,7 @@ components: 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 devices), AzureAd (Cloud only joined devices), ServerAd (on-premises domain joined devices joined to Azure AD). For more details, see Introduction to device management in Azure Active Directory' + description: 'Type of trust for the joined device. Read-only. Possible values: Workplace (indicates bring your own personal devices), AzureAd (Cloud only joined devices), ServerAd (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 @@ -55221,6 +55301,8 @@ components: type: string description: The video teleconferencing ID. Read-only. nullable: true + meetingAttendanceReport: + $ref: '#/components/schemas/microsoft.graph.meetingAttendanceReport' additionalProperties: type: object microsoft.graph.presence: @@ -55231,7 +55313,7 @@ components: properties: activity: type: string - description: 'The supplemental information to a user''s availability. Possible values are Available, Away, BeRightBack, Busy, DoNotDisturb, InACall, InAConferenceCall, Inactive, InAMeeting, Offline, OffWork, OutOfOffice, PresenceUnknown, Presenting, UrgentInterruptionsOnly.' + description: 'The supplemental information to a user''s availability. Possible values are Available, Away, BeRightBack, Busy, DoNotDisturb, InACall, InAConferenceCall, Inactive,InAMeeting, Offline, OffWork,OutOfOffice, PresenceUnknown,Presenting, UrgentInterruptionsOnly.' nullable: true availability: type: string @@ -55328,6 +55410,11 @@ components: items: $ref: '#/components/schemas/microsoft.graph.chatMessage' description: A collection of all the messages in the chat. Nullable. + permissionGrants: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.resourceSpecificPermissionGrant' + description: A collection of permissions granted to apps for the chat. tabs: type: array items: @@ -55388,8 +55475,6 @@ components: 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: @@ -55427,6 +55512,8 @@ components: $ref: '#/components/schemas/microsoft.graph.teamworkTag' template: $ref: '#/components/schemas/microsoft.graph.teamsTemplate' + schedule: + $ref: '#/components/schemas/microsoft.graph.schedule' additionalProperties: type: object microsoft.graph.userTeamwork: @@ -56794,6 +56881,14 @@ components: additionalProperties: type: object description: A class containing the properties for Audit Resource. + microsoft.graph.onboardingStatus: + title: onboardingStatus + enum: + - unknown + - inprogress + - onboarded + - failed + type: string microsoft.graph.termsAndConditionsAcceptanceStatus: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -57847,7 +57942,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.resourceAction' - description: Actions + description: Resource Actions each containing a set of allowed and not allowed permissions. additionalProperties: type: object description: Contains the set of ResourceActions determining the allowed and not allowed permissions for each role. @@ -58567,7 +58662,7 @@ components: 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.' + 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}$' @@ -58624,11 +58719,11 @@ components: properties: address: type: string - description: The email address of the person or entity. + description: The email address of an entity instance. nullable: true name: type: string - description: The display name of the person or entity. + description: The display name of an entity instance. nullable: true additionalProperties: type: object @@ -58743,10 +58838,10 @@ components: 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).' + description: 'A single point of time in a combined date and time representation ({date}T{time}). For example, ''2019-04-16T09:00:00''.' timeZone: type: string - description: 'Represents a time zone, for example, ''Pacific Standard Time''. See below for more possible values.' + description: 'Represents a time zone, for example, ''Pacific Standard Time''. See below for possible values.' nullable: true additionalProperties: type: object @@ -58899,7 +58994,7 @@ components: nullable: true name: type: string - description: The attachment's file name. + description: The display name of the attachment. This does not need to be the actual file name. nullable: true size: maximum: 2147483647 @@ -59093,18 +59188,23 @@ components: properties: clientAppId: type: string + description: ID of the service principal of the Azure AD app that has been granted access. Read-only. nullable: true clientId: type: string + description: ID of the Azure AD app that has been granted access. Read-only. nullable: true permission: type: string + description: The name of the permission. Read-only. nullable: true permissionType: type: string + description: 'The type of permission. Possible values are: Application,Delegated. Read-only.' nullable: true resourceAppId: type: string + description: ID of the Azure AD app that is hosting the resource. Read-only. nullable: true additionalProperties: type: object @@ -60110,7 +60210,7 @@ components: 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. + description: 'A unique token that can be used to access this shared item via the [shares API][]. Read-only.' nullable: true additionalProperties: type: object @@ -60507,14 +60607,14 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.plannerBucket' - description: Read-only. Nullable. Collection of buckets in the plan. + description: Collection of buckets in the plan. Read-only. Nullable. 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. + description: Collection of tasks in the plan. Read-only. Nullable. additionalProperties: type: object microsoft.graph.plannerTask: @@ -60641,17 +60741,17 @@ components: 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.' + description: Access this property from the derived type itemInsights. 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.' + description: Access this property from the derived type itemInsights. 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.' + description: Access this property from the derived type itemInsights. additionalProperties: type: object microsoft.graph.userInsightsSettings: @@ -61664,7 +61764,7 @@ components: properties: messageId: type: string - description: The unique identifier of a message in a Microsoft Teams channel. + description: The unique identifier for a message in a Microsoft Teams channel. nullable: true replyChainMessageId: type: string @@ -61710,6 +61810,18 @@ components: description: For broadcast meeting only. additionalProperties: type: object + microsoft.graph.meetingAttendanceReport: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: meetingAttendanceReport + type: object + properties: + attendanceRecords: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.attendanceRecord' + additionalProperties: + type: object microsoft.graph.outOfOfficeSettings: title: outOfOfficeSettings type: object @@ -62027,12 +62139,12 @@ components: $ref: '#/components/schemas/microsoft.graph.channelIdentity' chatId: type: string - description: The identity of the chat in which the message was posted. + description: 'If the message was sent in a chat, represents the identity of the chat.' 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. + description: Timestamp of when the chat message was created. format: date-time nullable: true deletedDateTime: @@ -62052,18 +62164,18 @@ components: 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. + description: Read only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the 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.' + description: 'Read only. Timestamp when the chat message is created (initial setting) or modified, 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. + description: Locale of the chat message set by the client. Always set to en-us. mentions: type: array items: @@ -62080,7 +62192,7 @@ components: description: 'Reactions for this chat message (for example, Like).' 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) + 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 @@ -62092,15 +62204,18 @@ components: nullable: true webUrl: type: string + description: Read-only. Link to the message in Microsoft Teams. nullable: true hostedContents: type: array items: $ref: '#/components/schemas/microsoft.graph.chatMessageHostedContent' + description: 'Content in a message hosted by Microsoft Teams e.g. images, code snippets etc.' replies: type: array items: $ref: '#/components/schemas/microsoft.graph.chatMessage' + description: Replies for a specified message. additionalProperties: type: object microsoft.graph.teamsTab: @@ -62191,7 +62306,7 @@ components: nullable: true allowCreateUpdateChannels: type: boolean - description: 'If set to true, members can add and update channels.' + description: 'If set to true, members can add and update any channels.' nullable: true allowCreateUpdateRemoveConnectors: type: boolean @@ -62253,99 +62368,6 @@ components: - 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' @@ -62474,6 +62496,99 @@ components: type: object additionalProperties: type: object + 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.userScopeTeamsAppInstallation: allOf: - $ref: '#/components/schemas/microsoft.graph.teamsAppInstallation' @@ -62949,7 +63064,7 @@ components: items: type: string nullable: true - description: Not Allowed Actions + description: Not Allowed Actions. additionalProperties: type: object description: Set of allowed and not allowed actions for a resource. @@ -63319,7 +63434,7 @@ components: 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.' + description: 'A collection of the days of the week on which the event occurs. 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: @@ -63442,7 +63557,7 @@ components: properties: name: type: string - description: Name of the setting (as defined by the groupSettingTemplate). + description: Name of the setting (as defined by the directorySettingTemplate). nullable: true value: type: string @@ -63489,7 +63604,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.attachment' - description: Read-only. Nullable. + description: 'The collection of fileAttachment, itemAttachment, and referenceAttachment attachments for the post. Read-only. Nullable.' extensions: type: array items: @@ -63559,7 +63674,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.recipient' - description: The email addresses to which a message should be redirected. + description: The email address to which a message should be redirected. stopProcessingRules: type: boolean description: Indicates whether subsequent rules should be evaluated. @@ -63781,7 +63896,7 @@ components: properties: upgradeAvailable: type: boolean - description: Indicates whether there are higher storage quota plans available. Read-only. + description: Indicates if there are higher storage quota plans available. Read-only. nullable: true additionalProperties: type: object @@ -64049,12 +64164,12 @@ components: nullable: true latitude: type: number - description: 'Optional. The latitude, in decimal, for the item. Read-only.' + description: 'Optional. The latitude, in decimal, for the item. Writable on OneDrive Personal.' format: double nullable: true longitude: type: number - description: 'Optional. The longitude, in decimal, for the item. Read-only.' + description: 'Optional. The longitude, in decimal, for the item. Writable on OneDrive Personal.' format: double nullable: true additionalProperties: @@ -64137,7 +64252,7 @@ components: 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. + description: The date and time the photo was taken in UTC time. Read-only. format: date-time nullable: true additionalProperties: @@ -64359,7 +64474,7 @@ components: 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.' + 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. Nullable.' tables: type: array items: @@ -64384,14 +64499,14 @@ components: 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.' + description: '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. Required. 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. + description: Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 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. Optional. 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.' + 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 @@ -64399,12 +64514,12 @@ components: nullable: true encryptionCertificateId: type: string - description: A custom app-provided identifier to help identify the certificate needed to decrypt resource data. Optional. + description: A custom app-provided identifier to help identify the certificate needed to decrypt resource data. Optional. Required when includeResourceData is true. 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.' + description: '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. Required.' format: date-time includeResourceData: type: boolean @@ -64428,10 +64543,10 @@ components: 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. + description: The URL of the endpoint that receives the change notifications. This URL must make use of the HTTPS protocol. Required. 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. + description: Specifies the resource that will be monitored for changes. Do not include the base URL (https://graph.microsoft.com/beta/). See the possible resource path values for each supported resource. Required. additionalProperties: type: object microsoft.graph.thumbnailSet: @@ -64458,7 +64573,6 @@ components: properties: content: type: string - description: The content stream for this version of the item. format: base64url nullable: true size: @@ -64968,6 +65082,7 @@ components: nullable: true parentSiteId: type: string + description: Id of the parent site of this group. nullable: true scope: $ref: '#/components/schemas/microsoft.graph.termStore.termGroupScope' @@ -65102,11 +65217,11 @@ components: nullable: true queryRoot: type: string - description: The type of query. Examples include MicrosoftGraph and ARM. + description: 'In the scenario where reviewers need to be specified dynamically, this property is used to indicate the relative source of the query. This property is only required if a relative query (i.e., ./manager) is specified.' nullable: true queryType: type: string - description: 'In the scenario where reviewers need to be specified dynamically, this property is used to indicate the relative source of the query. This property is only required if a relative query (i.e., ./manager) is specified.' + description: The type of query. Examples include MicrosoftGraph and ARM. nullable: true additionalProperties: type: object @@ -65924,6 +66039,30 @@ components: nullable: true additionalProperties: type: object + microsoft.graph.attendanceRecord: + title: attendanceRecord + type: object + properties: + attendanceIntervals: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.attendanceInterval' + emailAddress: + type: string + nullable: true + identity: + $ref: '#/components/schemas/microsoft.graph.identity' + role: + type: string + nullable: true + totalAttendanceInSeconds: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + nullable: true + additionalProperties: + type: object microsoft.graph.attestationLevel: title: attestationLevel enum: @@ -66022,7 +66161,7 @@ components: nullable: true teamsAppId: type: string - description: The ID from the Teams app manifest. + description: The id from the Teams App manifest. nullable: true version: type: string @@ -66042,7 +66181,7 @@ components: nullable: true contentType: type: string - description: 'The media type of the content attachment. It can have the following values: reference: Attachment is a link to another file. Populate the contentURL with the link to the object.file: Raw file attachment. Populate the contenturl field with the base64 encoding of the file in data: format.image/: Image type with the type of the image specified ex: image/png, image/jpeg, image/gif. Populate the contentUrl field with the base64 encoding of the file in data: format.video/: Video type with the format specified. Ex: video/mp4. Populate the contentUrl field with the base64 encoding of the file in data: format.audio/: Audio type with the format specified. Ex: audio/wmw. Populate the contentUrl field with the base64 encoding of the file in data: format.application/card type: Rich card attachment type with the card type specifying the exact card format to use. Set content with the json format of the card. Supported values for card type include:application/vnd.microsoft.card.adaptive: A rich card that can contain any combination of text, speech, images,,buttons, and input fields. Set the content property to,an AdaptiveCard object.application/vnd.microsoft.card.animation: A rich card that plays animation. Set the content property,to an AnimationCardobject.application/vnd.microsoft.card.audio: A rich card that plays audio files. Set the content property,to an AudioCard object.application/vnd.microsoft.card.video: A rich card that plays videos. Set the content property,to a VideoCard object.application/vnd.microsoft.card.hero: A Hero card. Set the content property to a HeroCard object.application/vnd.microsoft.card.thumbnail: A Thumbnail card. Set the content property to a ThumbnailCard object.application/vnd.microsoft.com.card.receipt: A Receipt card. Set the content property to a ReceiptCard object.application/vnd.microsoft.com.card.signin: A user Sign In card. Set the content property to a SignInCard object.' + description: 'The media type of the content attachment. It can have the following values: reference: Attachment is a link to another file. Populate the contentURL with the link to the object.Any contentTypes supported by the Bot Framework''s Attachment objectapplication/vnd.microsoft.card.codesnippet: A code snippet. application/vnd.microsoft.card.announcement: An announcement header.' nullable: true contentUrl: type: string @@ -66179,6 +66318,90 @@ components: - moderate - unknownFutureValue type: string + microsoft.graph.channelMembershipType: + title: channelMembershipType + enum: + - standard + - private + - unknownFutureValue + - shared + type: string + microsoft.graph.channelModerationSettings: + title: channelModerationSettings + type: object + properties: + allowNewMessageFromBots: + type: boolean + description: Indicates whether bots are allowed to post messages. + nullable: true + allowNewMessageFromConnectors: + type: boolean + description: Indicates whether connectors are allowed to post messages. + nullable: true + replyRestriction: + $ref: '#/components/schemas/microsoft.graph.replyRestriction' + userNewMessageRestriction: + $ref: '#/components/schemas/microsoft.graph.userNewMessageRestriction' + 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 + - teamifyGroup + - createChannel + type: string + microsoft.graph.teamsAsyncOperationStatus: + title: teamsAsyncOperationStatus + enum: + - invalid + - notStarted + - inProgress + - succeeded + - failed + - unknownFutureValue + type: string + microsoft.graph.teamworkTagType: + title: teamworkTagType + enum: + - standard + type: string + microsoft.graph.teamworkTagMember: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: teamworkTagMember + type: object + properties: + displayName: + type: string + nullable: true + tenantId: + type: string + nullable: true + userId: + type: string + nullable: true + additionalProperties: + type: object microsoft.graph.operationStatus: title: operationStatus enum: @@ -66213,11 +66436,11 @@ components: nullable: true recipientUserId: type: string - description: User ID of the recipient of the offer shift request. + 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. + description: User id of the sender of the offer shift request. nullable: true additionalProperties: type: object @@ -66305,7 +66528,7 @@ components: properties: recipientShiftId: type: string - description: ShiftId for the recipient user with whom the request is to swap. + description: Shift ID for the recipient user with whom the request is to swap. nullable: true additionalProperties: type: object @@ -66397,90 +66620,6 @@ components: nullable: true additionalProperties: type: object - microsoft.graph.channelMembershipType: - title: channelMembershipType - enum: - - standard - - private - - unknownFutureValue - - shared - type: string - microsoft.graph.channelModerationSettings: - title: channelModerationSettings - type: object - properties: - allowNewMessageFromBots: - type: boolean - description: Indicates whether bots are allowed to post messages. - nullable: true - allowNewMessageFromConnectors: - type: boolean - description: Indicates whether connectors are allowed to post messages. - nullable: true - replyRestriction: - $ref: '#/components/schemas/microsoft.graph.replyRestriction' - userNewMessageRestriction: - $ref: '#/components/schemas/microsoft.graph.userNewMessageRestriction' - 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 - - teamifyGroup - - createChannel - type: string - microsoft.graph.teamsAsyncOperationStatus: - title: teamsAsyncOperationStatus - enum: - - invalid - - notStarted - - inProgress - - succeeded - - failed - - unknownFutureValue - type: string - microsoft.graph.teamworkTagType: - title: teamworkTagType - enum: - - standard - type: string - microsoft.graph.teamworkTagMember: - allOf: - - $ref: '#/components/schemas/microsoft.graph.entity' - - title: teamworkTagMember - type: object - properties: - displayName: - type: string - nullable: true - tenantId: - type: string - nullable: true - userId: - type: string - nullable: true - additionalProperties: - type: object microsoft.graph.wellknownListName: title: wellknownListName enum: @@ -66846,7 +66985,7 @@ components: properties: crc32Hash: type: string - description: The CRC32 value of the file in little endian (if available). Read-only. + description: The CRC32 value of the file (if available). Read-only. nullable: true quickXorHash: type: string @@ -66931,7 +67070,7 @@ components: properties: content: type: string - description: The content of comment. + description: The content of the comment. nullable: true contentType: type: string @@ -66969,7 +67108,7 @@ components: 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.' + description: 'Indicates what type of reference is associated with the name. Possible values are: String, Integer, Double, Boolean, Range. Read-only.' nullable: true value: $ref: '#/components/schemas/microsoft.graph.Json' @@ -67033,7 +67172,7 @@ components: 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.' + description: 'Constant value that represents the Table style. 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 @@ -67247,11 +67386,11 @@ components: properties: key: type: string - description: Key for the key-value pair. + description: 'Contains the name of the field that a value is associated with. When a sign in or domain hint is included in the sign-in request, corresponding fields are included as key-value pairs. Possible keys: Login hint present, Domain hint present.' nullable: true value: type: string - description: Value for the key-value pair. + description: Contains the corresponding value for the specified key. The value is true if a sign in hint was included in the sign-in request; otherwise false. The value is true if a domain hint was included in the sign-in request; otherwise false. nullable: true additionalProperties: type: object @@ -67699,6 +67838,28 @@ components: - unknownFutureValue - producer type: string + microsoft.graph.attendanceInterval: + title: attendanceInterval + type: object + properties: + durationInSeconds: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + nullable: true + joinDateTime: + 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 + leaveDateTime: + 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.teamsAppDistributionMethod: title: teamsAppDistributionMethod enum: @@ -67786,10 +67947,25 @@ components: nullable: true contentType: type: string - description: 'Write only. Content type. sicj as image/png, image/jpg.' + description: 'Write only. Content type, such as image/png, image/jpg.' nullable: true additionalProperties: type: object + microsoft.graph.replyRestriction: + title: replyRestriction + enum: + - everyone + - authorAndModerators + - unknownFutureValue + type: string + microsoft.graph.userNewMessageRestriction: + title: userNewMessageRestriction + enum: + - everyone + - everyoneExceptGuests + - moderators + - unknownFutureValue + type: string microsoft.graph.scheduleChangeRequest: allOf: - $ref: '#/components/schemas/microsoft.graph.changeTrackedEntity' @@ -67957,21 +68133,6 @@ components: nullable: true additionalProperties: type: object - microsoft.graph.replyRestriction: - title: replyRestriction - enum: - - everyone - - authorAndModerators - - unknownFutureValue - type: string - microsoft.graph.userNewMessageRestriction: - title: userNewMessageRestriction - enum: - - everyone - - everyoneExceptGuests - - moderators - - unknownFutureValue - type: string microsoft.graph.linkedResource: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -68035,11 +68196,11 @@ components: properties: content: type: string - description: The content of a comment reply. + description: The content of replied comment. nullable: true contentType: type: string - description: Indicates the type for the comment reply. + description: Indicates the type for the replied comment. additionalProperties: type: object microsoft.graph.workbookOperationError: @@ -68120,7 +68281,7 @@ components: description: Represents whether the casing impacted the last sort of the table. Read-only. method: type: string - description: 'Represents Chinese character ordering method last used to sort the table. The possible values are: PinYin, StrokeCount. Read-only.' + description: 'Represents Chinese character ordering method last used to sort the table. Possible values are: PinYin, StrokeCount. Read-only.' additionalProperties: type: object microsoft.graph.workbookChart: @@ -68346,7 +68507,7 @@ components: nullable: true dataOption: type: string - description: 'Represents additional sorting options for this field. The possible values are: Normal, TextAsNumber.' + description: 'Represents additional sorting options for this field. Possible values are: Normal, TextAsNumber.' icon: $ref: '#/components/schemas/microsoft.graph.workbookIcon' key: @@ -68357,7 +68518,7 @@ components: format: int32 sortOn: type: string - description: 'Represents the type of sorting of this condition. The possible values are: Value, CellColor, FontColor, Icon.' + description: 'Represents the type of sorting of this condition. Possible values are: Value, CellColor, FontColor, Icon.' additionalProperties: type: object microsoft.graph.workbookChartAxes: @@ -68582,7 +68743,7 @@ components: format: int32 set: type: string - description: 'Represents the set that the icon is part of. The possible values are: Invalid, ThreeArrows, ThreeArrowsGray, ThreeFlags, ThreeTrafficLights1, ThreeTrafficLights2, ThreeSigns, ThreeSymbols, ThreeSymbols2, FourArrows, FourArrowsGray, FourRedToBlack, FourRating, FourTrafficLights, FiveArrows, FiveArrowsGray, FiveRating, FiveQuarters, ThreeStars, ThreeTriangles, FiveBoxes.' + description: 'Represents the set that the icon is part of. Possible values are: Invalid, ThreeArrows, ThreeArrowsGray, ThreeFlags, ThreeTrafficLights1, ThreeTrafficLights2, ThreeSigns, ThreeSymbols, ThreeSymbols2, FourArrows, FourArrowsGray, FourRedToBlack, FourRating, FourTrafficLights, FiveArrows, FiveArrowsGray, FiveRating, FiveQuarters, ThreeStars, ThreeTriangles, FiveBoxes.' additionalProperties: type: object microsoft.graph.workbookChartAxis: diff --git a/openApiDocs/beta/Devices.CloudPrint.yml b/openApiDocs/beta/Devices.CloudPrint.yml index 3f932df6afe..762eb5a04e4 100644 --- a/openApiDocs/beta/Devices.CloudPrint.yml +++ b/openApiDocs/beta/Devices.CloudPrint.yml @@ -7044,7 +7044,7 @@ components: 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.' + description: 'The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select.' assignedLicenses: type: array items: @@ -7085,7 +7085,7 @@ components: 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.' + 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).' nullable: true infoCatalogs: type: array @@ -7158,13 +7158,13 @@ components: 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. + description: The preferred language for a 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.' + 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 for 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 @@ -7191,7 +7191,7 @@ components: 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.' + description: 'Specifies a 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 @@ -7209,11 +7209,11 @@ components: 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. Supported only on the Get group API (GET /groups/{ID}).' + description: 'true if the group is not displayed in certain parts of the Outlook user interface: in the Address Book, in address lists for selecting message recipients, and in the Browse Groups dialog for searching groups; false otherwise. Default value is false. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}).' 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. Supported only on the Get group API (GET /groups/{ID}).' + description: 'true if the group is not displayed in Outlook clients, such as Outlook for Windows and Outlook on the web, false otherwise. Default value is false. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}).' nullable: true isFavorite: type: boolean @@ -7233,7 +7233,7 @@ components: 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. Supported only on the Get group API (GET /groups/{ID}).' + description: 'Count of conversations that have received new posts since the signed-in user last visited the group. This property is the same as unseenConversationsCount.Returned only on $select. Supported only on the Get group API (GET /groups/{ID}).' format: int32 nullable: true unseenMessagesCount: @@ -7264,12 +7264,12 @@ components: 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.' + description: 'Groups and administrative units 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.' + description: 'Users, contacts, and groups that are members of this group. HTTP Methods: GET (supported for all groups), POST (supported for security groups and mail-enabled security groups), DELETE (supported only for security groups) Read-only. Nullable.' membersWithLicenseErrors: type: array items: @@ -7279,7 +7279,7 @@ components: 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.' + description: 'The owners of the group. The owners are a set of non-admin users who are allowed to modify this object. HTTP Methods: GET (supported for all groups), POST (supported for security groups and mail-enabled security groups), DELETE (supported only for security groups) Read-only. Nullable.' permissionGrants: type: array items: @@ -7288,7 +7288,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.directorySetting' - description: Read-only. Nullable. + description: 'Settings that can govern this group''s behavior, like whether members can invite guest users to the group. Nullable.' transitiveMemberOf: type: array items: @@ -7318,7 +7318,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.event' - description: The group's calendar events. + description: The group's events. rejectedSenders: type: array items: @@ -7377,30 +7377,30 @@ components: $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.' + description: 'true if the account is enabled; otherwise, false. This property is required when a user is created. Returned only on $select. 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.' + 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. Returned only on $select.' nullable: true assignedLicenses: type: array items: $ref: '#/components/schemas/microsoft.graph.assignedLicense' - description: The licenses that are assigned to the user. Returned only on $select. Not nullable. Supports $filter. + description: The licenses that are assigned to the user. Not nullable. Supports $filter. assignedPlans: type: array items: $ref: '#/components/schemas/microsoft.graph.assignedPlan' - description: The plans that are assigned to the user. Read-only. Not nullable. + description: The plans that are assigned to the user. Returned only on $select. 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. Read-only for users synced from on-premises directory. Returned by default.' + description: The telephone numbers for the user. Only one number can be set for this property. Returned by default. Read-only for users synced from on-premises directory. city: type: string - description: The city in which the user is located. Supports $filter. + description: The city in which the user is located. Returned only on $select. Supports $filter. nullable: true companyName: type: string @@ -7408,25 +7408,25 @@ components: 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.' + 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. Returned only on $select.' nullable: true country: type: string - description: 'The country/region in which the user is located; for example, ''US'' or ''UK''. Supports $filter.' + description: 'The country/region in which the user is located; for example, ''US'' or ''UK''. Returned only on $select. 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. + description: The date and time the user was created. The value cannot be modified and is automatically populated when the entity is created. The DateTimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. Property is nullable. A null value indicates that an accurate creation time couldn't be determined for the user. Returned only on $select. Read-only. Supports $filter. 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.' + 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). Returned only on $select. Read-only.' nullable: true department: type: string - description: The name for the department in which the user works. Supports $filter. + description: The name for the department in which the user works. Returned only on $select. Supports $filter. nullable: true deviceKeys: type: array @@ -7434,7 +7434,7 @@ components: $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. Returned by default. Supports $filter and $orderby.' + description: 'The name displayed in the address book for the user. This value 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. Returned by default. 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])$' @@ -7462,7 +7462,7 @@ components: nullable: true faxNumber: type: string - description: The fax number of the user. + description: The fax number of the user. Returned only on $select. nullable: true givenName: type: string @@ -7472,7 +7472,7 @@ components: 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.' + 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. Returned only on $select. Supports $filter.' imAddresses: type: array items: @@ -7495,29 +7495,29 @@ components: 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 is 2014-01-01T00:00:00Z' + description: 'The time when this Azure AD user last changed their password. 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 is 2014-01-01T00:00:00Z Returned only on $select. Read-only.' 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.' + 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. Returned only on $select.' nullable: true licenseAssignmentStates: type: array items: $ref: '#/components/schemas/microsoft.graph.licenseAssignmentState' - description: State of license assignments for this user. Read-only. + description: State of license assignments for this user. Returned only on $select. Read-only. mail: type: string description: 'The SMTP address for the user, for example, ''jeff@contoso.onmicrosoft.com''. Returned by default. Supports $filter and endsWith.' nullable: true mailNickname: type: string - description: The mail alias for the user. This property must be specified when a user is created. Supports $filter. + description: The mail alias for the user. This property must be specified when a user is created. Returned only on $select. Supports $filter. nullable: true mobilePhone: type: string - description: The primary cellular telephone number for the user. Read-only for users synced from on-premises directory. Returned by default. + description: The primary cellular telephone number for the user. Returned by default. Read-only for users synced from on-premises directory. nullable: true officeLocation: type: string @@ -7525,59 +7525,59 @@ components: 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. + 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. Returned only on $select. 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.' + 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. Returned only on $select. 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.' + 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. Returned only on $select. 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 is 2014-01-01T00:00:00Z. Read-only.' + 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 is 2014-01-01T00:00:00Z. Returned only on $select. 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. + description: Errors when using Microsoft synchronization product during provisioning. Returned only on $select. 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. + 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. Returned only on $select. 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. + description: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Returned only on $select. 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 + 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). Returned only on $select. 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. + 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. Returned only on $select. 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.' + description: 'A list of additional email addresses for the user; for example: [''bob@contoso.com'', ''Robert@fabrikam.com''].Returned only on $select. 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''.' + 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''.Returned only on $select.' 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.' + 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. Returned only on $select.' nullable: true preferredDataLocation: type: string @@ -7591,35 +7591,35 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.provisionedPlan' - description: The plans that are provisioned for the user. Read-only. Not nullable. + description: The plans that are provisioned for the user. Returned only on $select. 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.' + description: 'For example: [''SMTP: bob@contoso.com'', ''smtp: bob@sales.contoso.com''] The any operator is required for filter expressions on multi-valued properties. Returned only on $select. 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.' + 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. Use invalidateAllRefreshTokens to reset.' 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.' + 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. Returned only on $select.' 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.' + 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. Use revokeSignInSessions to reset.' format: date-time nullable: true state: type: string - description: The state or province in the user's address. Supports $filter. + description: The state or province in the user's address. Returned only on $select. Supports $filter. nullable: true streetAddress: type: string - description: The street address of the user's place of business. + description: The street address of the user's place of business. Returned only on $select. nullable: true surname: type: string @@ -7627,7 +7627,7 @@ components: 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.' + 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. Returned only on $select. Supports $filter.' nullable: true userPrincipalName: type: string @@ -7635,7 +7635,7 @@ components: 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.' + description: 'A string value that can be used to classify user types in your directory, such as ''Member'' and ''Guest''. Returned only on $select. Supports $filter.' nullable: true mailboxSettings: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' @@ -7647,12 +7647,12 @@ components: format: int32 aboutMe: type: string - description: A freeform text entry field for the user to describe themselves. + description: A freeform text entry field for the user to describe themselves. Returned only on $select. 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 is 2014-01-01T00:00:00Z' + 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 is 2014-01-01T00:00:00Z Returned only on $select.' 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])$' @@ -7664,39 +7664,39 @@ components: items: type: string nullable: true - description: A list for the user to describe their interests. + description: A list for the user to describe their interests. Returned only on $select. mySite: type: string - description: The URL for the user's personal site. + description: The URL for the user's personal site. Returned only on $select. nullable: true pastProjects: type: array items: type: string nullable: true - description: A list for the user to enumerate their past projects. + description: A list for the user to enumerate their past projects. Returned only on $select. preferredName: type: string - description: The preferred name for the user. + description: The preferred name for the user. Returned only on $select. nullable: true responsibilities: type: array items: type: string nullable: true - description: A list for the user to enumerate their responsibilities. + description: A list for the user to enumerate their responsibilities. Returned only on $select. schools: type: array items: type: string nullable: true - description: A list for the user to enumerate the schools they have attended. + description: A list for the user to enumerate the schools they have attended. Returned only on $select. skills: type: array items: type: string nullable: true - description: A list for the user to enumerate their skills. + description: A list for the user to enumerate their skills. Returned only on $select. analytics: $ref: '#/components/schemas/microsoft.graph.userAnalytics' usageRights: @@ -7731,7 +7731,7 @@ components: 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. + description: 'The groups, directory roles and administrative units that the user is a member of. Read-only. Nullable.' oauth2PermissionGrants: type: array items: @@ -7791,7 +7791,7 @@ components: 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. + 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: @@ -7815,7 +7815,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.person' - description: People that are relevant to the user. Read-only. Nullable. + description: 'Read-only. The most relevant people to the user. The collection is ordered by their relevance to the user, which is determined by the user''s communication, collaboration and business relationships. A person is an aggregation of information from across mail, contacts and social networks.' drive: $ref: '#/components/schemas/microsoft.graph.drive' drives: @@ -7831,7 +7831,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.extension' - description: The collection of open extensions defined for the user. Read-only. Nullable. + description: The collection of open extensions defined for the user. Nullable. appConsentRequestsForApproval: type: array items: @@ -8031,7 +8031,7 @@ components: properties: parentUrl: type: string - description: 'The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only.' + description: 'The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/beta/print/printers/{printerId}/jobs/{jobId}. Read-only.' status: $ref: '#/components/schemas/microsoft.graph.printTaskStatus' definition: @@ -8585,18 +8585,23 @@ components: properties: clientAppId: type: string + description: ID of the service principal of the Azure AD app that has been granted access. Read-only. nullable: true clientId: type: string + description: ID of the Azure AD app that has been granted access. Read-only. nullable: true permission: type: string + description: The name of the permission. Read-only. nullable: true permissionType: type: string + description: 'The type of permission. Possible values are: Application,Delegated. Read-only.' nullable: true resourceAppId: type: string + description: ID of the Azure AD app that is hosting the resource. Read-only. nullable: true additionalProperties: type: object @@ -8639,15 +8644,15 @@ components: 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.' + 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, through an Outlook client or the corresponding calendarPermission resource. Read-only.' 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.' + description: 'true if the user has the permission to share the calendar, false otherwise. Only the user who created the calendar can share it. Read-only.' nullable: true canViewPrivateItems: type: boolean - description: 'true if the user can read calendar items that have been marked private, false otherwise.' + description: 'true if the user can read calendar items that have been marked private, false otherwise. This property is set through an Outlook client or the corresponding calendarPermission resource. Read-only.' nullable: true changeKey: type: string @@ -8659,7 +8664,7 @@ components: $ref: '#/components/schemas/microsoft.graph.onlineMeetingProviderType' hexColor: type: string - description: 'The calendar color, expressed in a hex color code of three hexadecimal values, each ranging from 00 to FF and representing the red, green, or blue components of the color in the RGB color space. If the user has never explicitly set a color for the calendar, this property is empty. Read-only.' + description: 'The calendar color, expressed in a hex color code of three hexadecimal values, each ranging from 00 to FF and representing the red, green, or blue components of the color in the RGB color space. If the user has never explicitly set a color for the calendar, this property is empty.' nullable: true isDefaultCalendar: type: boolean @@ -8857,7 +8862,7 @@ components: 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. + description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' calendar: $ref: '#/components/schemas/microsoft.graph.calendar' exceptionOccurrences: @@ -8868,12 +8873,12 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.extension' - description: The collection of open extensions defined for the event. Read-only. Nullable. + description: The collection of open extensions defined for the event. Nullable. instances: type: array items: $ref: '#/components/schemas/microsoft.graph.event' - description: The instances of the event. Navigation property. Read-only. Nullable. + description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but does not include occurrences that have been cancelled from the series. Navigation property. Read-only. Nullable.' multiValueExtendedProperties: type: array items: @@ -9242,8 +9247,6 @@ components: 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: @@ -9281,6 +9284,8 @@ components: $ref: '#/components/schemas/microsoft.graph.teamworkTag' template: $ref: '#/components/schemas/microsoft.graph.teamsTemplate' + schedule: + $ref: '#/components/schemas/microsoft.graph.schedule' additionalProperties: type: object microsoft.graph.signInActivity: @@ -9306,12 +9311,12 @@ components: 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. 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 is 2014-01-01T00:00:00Z.' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true capabilityStatus: type: string - description: 'Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. See a detailed description of each value.' + description: 'Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut.' nullable: true service: type: string @@ -9479,7 +9484,7 @@ components: properties: forceChangePasswordNextSignIn: type: boolean - description: true if the user must change her password on the next login; otherwise false. + description: 'If true, at next sign-in, the user must change their password. After a password change, this property will be automatically reset to false. If not set, default is false.' nullable: true forceChangePasswordNextSignInWithMfa: type: boolean @@ -9515,7 +9520,7 @@ components: properties: archiveFolder: type: string - description: Folder ID of an archive folder for the user. + description: Folder ID of an archive folder for the user. Read only. nullable: true automaticRepliesSetting: $ref: '#/components/schemas/microsoft.graph.automaticRepliesSetting' @@ -9891,7 +9896,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.extension' - description: The collection of open extensions defined for the contact. Read-only. Nullable. + description: The collection of open extensions defined for the contact. Nullable. multiValueExtendedProperties: type: array items: @@ -10008,7 +10013,7 @@ components: $ref: '#/components/schemas/microsoft.graph.itemBody' bodyPreview: type: string - description: The first 255 characters of the message body. It is in text format. + description: 'The first 255 characters of the message body. It is in text format. If the message contains instances of mention, this property would contain a concatenation of these mentions as well.' nullable: true ccRecipients: type: array @@ -10210,7 +10215,7 @@ components: nullable: true personType: type: string - description: The type of person. + description: 'The type of person, for example distribution list.' nullable: true phones: type: array @@ -10336,11 +10341,11 @@ components: properties: agreementFileId: type: string - description: The identifier of the agreement file accepted by the user. + description: ID of the agreement file accepted by the user. nullable: true agreementId: type: string - description: The identifier of the agreement. + description: ID of the agreement. nullable: true deviceDisplayName: type: string @@ -10352,22 +10357,22 @@ components: nullable: true deviceOSType: type: string - description: The operating system used to accept the agreement. + description: The operating system used for accepting the agreement. nullable: true deviceOSVersion: type: string - description: The operating system version of the device used to accept the agreement. + description: The operating system version of the device used for accepting the agreement. 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: 'The expiration date time of the acceptance. 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''' + description: 'The expiration date time of the acceptance. 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 is 2014-01-01T00:00:00Z' 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: '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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true state: @@ -10382,7 +10387,7 @@ components: nullable: true userId: type: string - description: The identifier of the user who accepted the agreement. + description: ID of the user who accepted the agreement. nullable: true userPrincipalName: type: string @@ -10399,26 +10404,26 @@ components: 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 + description: Created date time in UTC of the device enrollment configuration format: date-time description: type: string - description: Not yet documented + description: The description of the device enrollment configuration nullable: true displayName: type: string - description: Not yet documented + description: The display name of the device enrollment configuration 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 + description: Last modified date time in UTC of the device enrollment configuration format: date-time priority: maximum: 2147483647 minimum: -2147483648 type: integer - description: Not yet documented + description: Priority is used when a user exists in multiple groups that are assigned enrollment configuration. Users are subject only to the configuration with the lowest priority value. format: int32 roleScopeTagIds: type: array @@ -10430,13 +10435,13 @@ components: maximum: 2147483647 minimum: -2147483648 type: integer - description: Not yet documented + description: The version of the device enrollment configuration format: int32 assignments: type: array items: $ref: '#/components/schemas/microsoft.graph.enrollmentConfigurationAssignment' - description: The list of group assignments for the device configuration profile. + description: The list of group assignments for the device configuration profile additionalProperties: type: object description: The Base Class of Device Enrollment Configuration @@ -10452,11 +10457,11 @@ components: nullable: true activationLockBypassCode: type: string - description: Code that allows the Activation Lock on a device to be bypassed. + description: Code that allows the Activation Lock on a device to be bypassed. This property is read-only. nullable: true androidSecurityPatchLevel: type: string - description: Android security patch level + description: Android security patch level. This property is read-only. nullable: true autopilotEnrolled: type: boolean @@ -10467,18 +10472,23 @@ components: nullable: true azureADDeviceId: type: string - description: The unique identifier for the Azure Active Directory device. Read only. + description: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. nullable: true azureADRegistered: type: boolean - description: Whether the device is Azure Active Directory registered. + description: Whether the device is Azure Active Directory registered. This property is read-only. nullable: true chassisType: $ref: '#/components/schemas/microsoft.graph.chassisType' + chromeOSDeviceInfo: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.chromeOSDeviceProperty' + description: List of properties of the ChromeOS Device. 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 + description: The DateTime when device compliance grace period expires. This property is read-only. format: date-time complianceState: $ref: '#/components/schemas/microsoft.graph.complianceState' @@ -10492,10 +10502,10 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.deviceActionResult' - description: List of ComplexType deviceActionResult objects. + description: List of ComplexType deviceActionResult objects. This property is read-only. deviceCategoryDisplayName: type: string - description: Device category display name + description: Device category display name. This property is read-only. nullable: true deviceEnrollmentType: $ref: '#/components/schemas/microsoft.graph.deviceEnrollmentType' @@ -10503,7 +10513,7 @@ components: $ref: '#/components/schemas/microsoft.graph.deviceHealthAttestationState' deviceName: type: string - description: Name of the device + description: Name of the device. This property is read-only. nullable: true deviceRegistrationState: $ref: '#/components/schemas/microsoft.graph.deviceRegistrationState' @@ -10511,24 +10521,24 @@ components: $ref: '#/components/schemas/microsoft.graph.deviceType' easActivated: type: boolean - description: Whether the device is Exchange ActiveSync activated. + description: Whether the device is Exchange ActiveSync activated. This property is read-only. 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. + description: Exchange ActivationSync activation time of the device. This property is read-only. format: date-time easDeviceId: type: string - description: Exchange ActiveSync Id of the device. + description: Exchange ActiveSync Id of the device. This property is read-only. nullable: true emailAddress: type: string - description: Email(s) for the user associated with the device + description: Email(s) for the user associated with the device. This property is read-only. 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. + description: Enrollment time of the device. This property is read-only. format: date-time ethernetMacAddress: type: string @@ -10541,11 +10551,11 @@ components: 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. + description: Last time the device contacted Exchange. This property is read-only. format: date-time freeStorageSpaceInBytes: type: integer - description: Free Storage in Bytes + description: Free Storage in Bytes. This property is read-only. format: int64 hardwareInformation: $ref: '#/components/schemas/microsoft.graph.hardwareInformation' @@ -10555,24 +10565,24 @@ components: nullable: true imei: type: string - description: IMEI + description: IMEI. This property is read-only. nullable: true isEncrypted: type: boolean - description: Device encryption status + description: Device encryption status. This property is read-only. isSupervised: type: boolean - description: Device supervised status + description: Device supervised status. This property is read-only. jailBroken: type: string - description: whether the device is jail broken or rooted. + description: whether the device is jail broken or rooted. This property is read-only. 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. + description: The date and time that the device last completed a successful sync with Intune. This property is read-only. format: date-time lostModeState: $ref: '#/components/schemas/microsoft.graph.lostModeState' @@ -10595,15 +10605,15 @@ components: $ref: '#/components/schemas/microsoft.graph.managementState' manufacturer: type: string - description: Manufacturer of the device + description: Manufacturer of the device. This property is read-only. nullable: true meid: type: string - description: MEID + description: MEID. This property is read-only. nullable: true model: type: string - description: Model of the device + description: Model of the device. This property is read-only. nullable: true notes: type: string @@ -10611,11 +10621,11 @@ components: nullable: true operatingSystem: type: string - description: 'Operating system of the device. Windows, iOS, etc.' + description: 'Operating system of the device. Windows, iOS, etc. This property is read-only.' nullable: true osVersion: type: string - description: Operating system version of the device. + description: Operating system version of the device. This property is read-only. nullable: true ownerType: $ref: '#/components/schemas/microsoft.graph.ownerType' @@ -10623,7 +10633,7 @@ components: $ref: '#/components/schemas/microsoft.graph.managedDevicePartnerReportedHealthState' phoneNumber: type: string - description: Phone number of the device + description: Phone number of the device. This property is read-only. nullable: true physicalMemoryInBytes: type: integer @@ -10638,11 +10648,11 @@ components: $ref: '#/components/schemas/microsoft.graph.managedDeviceArchitecture' remoteAssistanceSessionErrorDetails: type: string - description: An error string that identifies issues when creating Remote Assistance session objects. + description: An error string that identifies issues when creating Remote Assistance session objects. This property is read-only. nullable: true remoteAssistanceSessionUrl: type: string - description: Url that allows a Remote Assistance session to be established with the device. + description: Url that allows a Remote Assistance session to be established with the device. This property is read-only. nullable: true requireUserEnrollmentApproval: type: boolean @@ -10661,7 +10671,7 @@ components: description: List of Scope Tag IDs for this Device instance. serialNumber: type: string - description: SerialNumber + description: SerialNumber. This property is read-only. nullable: true skuFamily: type: string @@ -10679,11 +10689,11 @@ components: nullable: true subscriberCarrier: type: string - description: Subscriber Carrier + description: Subscriber Carrier. This property is read-only. nullable: true totalStorageSpaceInBytes: type: integer - description: Total Storage in Bytes + description: Total Storage in Bytes. This property is read-only. format: int64 udid: type: string @@ -10691,15 +10701,15 @@ components: nullable: true userDisplayName: type: string - description: User display name + description: User display name. This property is read-only. nullable: true userId: type: string - description: Unique Identifier for the user associated with the device + description: Unique Identifier for the user associated with the device. This property is read-only. nullable: true userPrincipalName: type: string - description: Device user principal name + description: Device user principal name. This property is read-only. nullable: true usersLoggedOn: type: array @@ -10708,7 +10718,7 @@ components: description: Indicates the last logged on users of a device. This property is read-only. wiFiMacAddress: type: string - description: Wi-Fi MAC + description: Wi-Fi MAC. This property is read-only. nullable: true windowsActiveMalwareCount: maximum: 2147483647 @@ -10844,7 +10854,7 @@ components: 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 management service. + description: Zero or more policys already applied on the registered app when it last synchronized with managment service. intendedPolicies: type: array items: @@ -11046,7 +11056,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.plannerTask' - description: Read-only. Nullable. Returns the plannerPlans shared with the user. + description: Read-only. Nullable. Returns the plannerTasks assigned to the user. additionalProperties: type: object microsoft.graph.itemInsights: @@ -11248,7 +11258,7 @@ components: properties: accountEnabled: type: boolean - description: 'true if the account is enabled; otherwise, false. Required.' + description: 'true if the account is enabled; otherwise, false. default is true.' nullable: true alternativeSecurityIds: type: array @@ -11273,7 +11283,7 @@ components: nullable: true deviceId: type: string - description: Unique identifier set by Azure Device Registration Service at the time of registration. + description: Identifier set by Azure Device Registration Service at the time of registration. nullable: true deviceMetadata: type: string @@ -11346,7 +11356,7 @@ components: nullable: true operatingSystemVersion: type: string - description: The version of the operating system on the device. Required. + description: Operating system version of the device. Required. nullable: true physicalIds: type: array @@ -11370,7 +11380,7 @@ components: 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 devices), AzureAd (Cloud only joined devices), ServerAd (on-premises domain joined devices joined to Azure AD). For more details, see Introduction to device management in Azure Active Directory' + description: 'Type of trust for the joined device. Read-only. Possible values: Workplace (indicates bring your own personal devices), AzureAd (Cloud only joined devices), ServerAd (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 @@ -11531,6 +11541,8 @@ components: type: string description: The video teleconferencing ID. Read-only. nullable: true + meetingAttendanceReport: + $ref: '#/components/schemas/microsoft.graph.meetingAttendanceReport' additionalProperties: type: object microsoft.graph.presence: @@ -11541,7 +11553,7 @@ components: properties: activity: type: string - description: 'The supplemental information to a user''s availability. Possible values are Available, Away, BeRightBack, Busy, DoNotDisturb, InACall, InAConferenceCall, Inactive, InAMeeting, Offline, OffWork, OutOfOffice, PresenceUnknown, Presenting, UrgentInterruptionsOnly.' + description: 'The supplemental information to a user''s availability. Possible values are Available, Away, BeRightBack, Busy, DoNotDisturb, InACall, InAConferenceCall, Inactive,InAMeeting, Offline, OffWork,OutOfOffice, PresenceUnknown,Presenting, UrgentInterruptionsOnly.' nullable: true availability: type: string @@ -11638,6 +11650,11 @@ components: items: $ref: '#/components/schemas/microsoft.graph.chatMessage' description: A collection of all the messages in the chat. Nullable. + permissionGrants: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.resourceSpecificPermissionGrant' + description: A collection of permissions granted to apps for the chat. tabs: type: array items: @@ -11984,7 +12001,7 @@ components: properties: name: type: string - description: Name of the setting (as defined by the groupSettingTemplate). + description: Name of the setting (as defined by the directorySettingTemplate). nullable: true value: type: string @@ -12021,11 +12038,11 @@ components: properties: address: type: string - description: The email address of the person or entity. + description: The email address of an entity instance. nullable: true name: type: string - description: The display name of the person or entity. + description: The display name of an entity instance. nullable: true additionalProperties: type: object @@ -12140,10 +12157,10 @@ components: 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).' + description: 'A single point of time in a combined date and time representation ({date}T{time}). For example, ''2019-04-16T09:00:00''.' timeZone: type: string - description: 'Represents a time zone, for example, ''Pacific Standard Time''. See below for more possible values.' + description: 'Represents a time zone, for example, ''Pacific Standard Time''. See below for possible values.' nullable: true additionalProperties: type: object @@ -12296,7 +12313,7 @@ components: nullable: true name: type: string - description: The attachment's file name. + description: The display name of the attachment. This does not need to be the actual file name. nullable: true size: maximum: 2147483647 @@ -12345,7 +12362,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.attachment' - description: Read-only. Nullable. + description: 'The collection of fileAttachment, itemAttachment, and referenceAttachment attachments for the post. Read-only. Nullable.' extensions: type: array items: @@ -12945,7 +12962,7 @@ components: 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. + description: 'A unique token that can be used to access this shared item via the [shares API][]. Read-only.' nullable: true additionalProperties: type: object @@ -13004,14 +13021,14 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.plannerBucket' - description: Read-only. Nullable. Collection of buckets in the plan. + description: Collection of buckets in the plan. Read-only. Nullable. 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. + description: Collection of tasks in the plan. Read-only. Nullable. additionalProperties: type: object microsoft.graph.notebook: @@ -13262,7 +13279,7 @@ components: nullable: true allowCreateUpdateChannels: type: boolean - description: 'If set to true, members can add and update channels.' + description: 'If set to true, members can add and update any channels.' nullable: true allowCreateUpdateRemoveConnectors: type: boolean @@ -13324,99 +13341,6 @@ components: - 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' @@ -13581,6 +13505,99 @@ components: type: object additionalProperties: type: object + 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.automaticRepliesSetting: title: automaticRepliesSetting type: object @@ -13867,7 +13884,7 @@ components: 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.' + 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}$' @@ -14502,6 +14519,28 @@ components: - mobileOther - mobileUnknown type: string + microsoft.graph.chromeOSDeviceProperty: + title: chromeOSDeviceProperty + type: object + properties: + name: + type: string + description: Name of the property + nullable: true + updatable: + type: boolean + description: Whether this property is updatable + value: + type: string + description: Value of the property + nullable: true + valueType: + type: string + description: Type of the value + nullable: true + additionalProperties: + type: object + description: Represents a property of the ChromeOS device. microsoft.graph.complianceState: title: complianceState enum: @@ -15776,17 +15815,17 @@ components: 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.' + description: Access this property from the derived type itemInsights. 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.' + description: Access this property from the derived type itemInsights. 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.' + description: Access this property from the derived type itemInsights. additionalProperties: type: object microsoft.graph.userInsightsSettings: @@ -16609,7 +16648,7 @@ components: properties: messageId: type: string - description: The unique identifier of a message in a Microsoft Teams channel. + description: The unique identifier for a message in a Microsoft Teams channel. nullable: true replyChainMessageId: type: string @@ -16655,6 +16694,18 @@ components: description: For broadcast meeting only. additionalProperties: type: object + microsoft.graph.meetingAttendanceReport: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: meetingAttendanceReport + type: object + properties: + attendanceRecords: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.attendanceRecord' + additionalProperties: + type: object microsoft.graph.outOfOfficeSettings: title: outOfOfficeSettings type: object @@ -16936,12 +16987,12 @@ components: $ref: '#/components/schemas/microsoft.graph.channelIdentity' chatId: type: string - description: The identity of the chat in which the message was posted. + description: 'If the message was sent in a chat, represents the identity of the chat.' 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. + description: Timestamp of when the chat message was created. format: date-time nullable: true deletedDateTime: @@ -16961,18 +17012,18 @@ components: 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. + description: Read only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the 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.' + description: 'Read only. Timestamp when the chat message is created (initial setting) or modified, 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. + description: Locale of the chat message set by the client. Always set to en-us. mentions: type: array items: @@ -16989,7 +17040,7 @@ components: description: 'Reactions for this chat message (for example, Like).' 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) + 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 @@ -17001,15 +17052,18 @@ components: nullable: true webUrl: type: string + description: Read-only. Link to the message in Microsoft Teams. nullable: true hostedContents: type: array items: $ref: '#/components/schemas/microsoft.graph.chatMessageHostedContent' + description: 'Content in a message hosted by Microsoft Teams e.g. images, code snippets etc.' replies: type: array items: $ref: '#/components/schemas/microsoft.graph.chatMessage' + description: Replies for a specified message. additionalProperties: type: object microsoft.graph.teamsTab: @@ -17526,7 +17580,7 @@ components: 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.' + description: 'A collection of the days of the week on which the event occurs. 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: @@ -17629,7 +17683,7 @@ components: properties: upgradeAvailable: type: boolean - description: Indicates whether there are higher storage quota plans available. Read-only. + description: Indicates if there are higher storage quota plans available. Read-only. nullable: true additionalProperties: type: object @@ -17897,12 +17951,12 @@ components: nullable: true latitude: type: number - description: 'Optional. The latitude, in decimal, for the item. Read-only.' + description: 'Optional. The latitude, in decimal, for the item. Writable on OneDrive Personal.' format: double nullable: true longitude: type: number - description: 'Optional. The longitude, in decimal, for the item. Read-only.' + description: 'Optional. The longitude, in decimal, for the item. Writable on OneDrive Personal.' format: double nullable: true additionalProperties: @@ -17985,7 +18039,7 @@ components: 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. + description: The date and time the photo was taken in UTC time. Read-only. format: date-time nullable: true additionalProperties: @@ -18207,7 +18261,7 @@ components: 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.' + 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. Nullable.' tables: type: array items: @@ -18232,14 +18286,14 @@ components: 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.' + description: '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. Required. 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. + description: Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 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. Optional. 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.' + 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 @@ -18247,12 +18301,12 @@ components: nullable: true encryptionCertificateId: type: string - description: A custom app-provided identifier to help identify the certificate needed to decrypt resource data. Optional. + description: A custom app-provided identifier to help identify the certificate needed to decrypt resource data. Optional. Required when includeResourceData is true. 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.' + description: '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. Required.' format: date-time includeResourceData: type: boolean @@ -18276,10 +18330,10 @@ components: 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. + description: The URL of the endpoint that receives the change notifications. This URL must make use of the HTTPS protocol. Required. 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. + description: Specifies the resource that will be monitored for changes. Do not include the base URL (https://graph.microsoft.com/beta/). See the possible resource path values for each supported resource. Required. additionalProperties: type: object microsoft.graph.thumbnailSet: @@ -18306,7 +18360,6 @@ components: properties: content: type: string - description: The content stream for this version of the item. format: base64url nullable: true size: @@ -18816,6 +18869,7 @@ components: nullable: true parentSiteId: type: string + description: Id of the parent site of this group. nullable: true scope: $ref: '#/components/schemas/microsoft.graph.termStore.termGroupScope' @@ -19057,23 +19111,174 @@ components: - moderate - unknownFutureValue type: string - microsoft.graph.operationStatus: - title: operationStatus + microsoft.graph.channelMembershipType: + title: channelMembershipType enum: - - NotStarted - - Running - - Completed - - Failed + - standard + - private + - unknownFutureValue + - shared type: string - microsoft.graph.timeClockSettings: - title: timeClockSettings + microsoft.graph.channelModerationSettings: + title: channelModerationSettings type: object properties: - approvedLocation: - $ref: '#/components/schemas/microsoft.graph.geoCoordinates' + allowNewMessageFromBots: + type: boolean + description: Indicates whether bots are allowed to post messages. + nullable: true + allowNewMessageFromConnectors: + type: boolean + description: Indicates whether connectors are allowed to post messages. + nullable: true + replyRestriction: + $ref: '#/components/schemas/microsoft.graph.replyRestriction' + userNewMessageRestriction: + $ref: '#/components/schemas/microsoft.graph.userNewMessageRestriction' additionalProperties: type: object - microsoft.graph.offerShiftRequest: + 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: + allowedInstallationScopes: + $ref: '#/components/schemas/microsoft.graph.teamsAppInstallationScopes' + azureADAppId: + type: string + description: The WebApplicationInfo.id from the Teams App manifest. + nullable: true + createdBy: + $ref: '#/components/schemas/microsoft.graph.identitySet' + description: + type: string + description: Verbose description of the application. + 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 + bot: + $ref: '#/components/schemas/microsoft.graph.teamworkBot' + 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 + - teamifyGroup + - createChannel + type: string + microsoft.graph.teamsAsyncOperationStatus: + title: teamsAsyncOperationStatus + enum: + - invalid + - notStarted + - inProgress + - succeeded + - failed + - unknownFutureValue + type: string + microsoft.graph.teamworkTagType: + title: teamworkTagType + enum: + - standard + type: string + microsoft.graph.teamworkTagMember: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: teamworkTagMember + type: object + properties: + displayName: + type: string + nullable: true + tenantId: + type: string + nullable: true + userId: + type: string + nullable: true + additionalProperties: + type: object + 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 @@ -19091,11 +19296,11 @@ components: nullable: true recipientUserId: type: string - description: User ID of the recipient of the offer shift request. + 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. + description: User id of the sender of the offer shift request. nullable: true additionalProperties: type: object @@ -19183,7 +19388,7 @@ components: properties: recipientShiftId: type: string - description: ShiftId for the recipient user with whom the request is to swap. + description: Shift ID for the recipient user with whom the request is to swap. nullable: true additionalProperties: type: object @@ -19275,157 +19480,6 @@ components: nullable: true additionalProperties: type: object - microsoft.graph.channelMembershipType: - title: channelMembershipType - enum: - - standard - - private - - unknownFutureValue - - shared - type: string - microsoft.graph.channelModerationSettings: - title: channelModerationSettings - type: object - properties: - allowNewMessageFromBots: - type: boolean - description: Indicates whether bots are allowed to post messages. - nullable: true - allowNewMessageFromConnectors: - type: boolean - description: Indicates whether connectors are allowed to post messages. - nullable: true - replyRestriction: - $ref: '#/components/schemas/microsoft.graph.replyRestriction' - userNewMessageRestriction: - $ref: '#/components/schemas/microsoft.graph.userNewMessageRestriction' - 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: - allowedInstallationScopes: - $ref: '#/components/schemas/microsoft.graph.teamsAppInstallationScopes' - azureADAppId: - type: string - description: The WebApplicationInfo.id from the Teams App manifest. - nullable: true - createdBy: - $ref: '#/components/schemas/microsoft.graph.identitySet' - description: - type: string - description: Verbose description of the application. - 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 - bot: - $ref: '#/components/schemas/microsoft.graph.teamworkBot' - 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 - - teamifyGroup - - createChannel - type: string - microsoft.graph.teamsAsyncOperationStatus: - title: teamsAsyncOperationStatus - enum: - - invalid - - notStarted - - inProgress - - succeeded - - failed - - unknownFutureValue - type: string - microsoft.graph.teamworkTagType: - title: teamworkTagType - enum: - - standard - type: string - microsoft.graph.teamworkTagMember: - allOf: - - $ref: '#/components/schemas/microsoft.graph.entity' - - title: teamworkTagMember - type: object - properties: - displayName: - type: string - nullable: true - tenantId: - type: string - nullable: true - userId: - type: string - nullable: true - additionalProperties: - type: object microsoft.graph.externalAudienceScope: title: externalAudienceScope enum: @@ -19724,7 +19778,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.recipient' - description: The email addresses to which a message should be redirected. + description: The email address to which a message should be redirected. stopProcessingRules: type: boolean description: Indicates whether subsequent rules should be evaluated. @@ -19967,11 +20021,11 @@ components: nullable: true queryRoot: type: string - description: The type of query. Examples include MicrosoftGraph and ARM. + description: 'In the scenario where reviewers need to be specified dynamically, this property is used to indicate the relative source of the query. This property is only required if a relative query (i.e., ./manager) is specified.' nullable: true queryType: type: string - description: 'In the scenario where reviewers need to be specified dynamically, this property is used to indicate the relative source of the query. This property is only required if a relative query (i.e., ./manager) is specified.' + description: The type of query. Examples include MicrosoftGraph and ARM. nullable: true additionalProperties: type: object @@ -21059,6 +21113,30 @@ components: nullable: true additionalProperties: type: object + microsoft.graph.attendanceRecord: + title: attendanceRecord + type: object + properties: + attendanceIntervals: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.attendanceInterval' + emailAddress: + type: string + nullable: true + identity: + $ref: '#/components/schemas/microsoft.graph.identity' + role: + type: string + nullable: true + totalAttendanceInSeconds: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + nullable: true + additionalProperties: + type: object microsoft.graph.attestationLevel: title: attestationLevel enum: @@ -21110,7 +21188,7 @@ components: nullable: true contentType: type: string - description: 'The media type of the content attachment. It can have the following values: reference: Attachment is a link to another file. Populate the contentURL with the link to the object.file: Raw file attachment. Populate the contenturl field with the base64 encoding of the file in data: format.image/: Image type with the type of the image specified ex: image/png, image/jpeg, image/gif. Populate the contentUrl field with the base64 encoding of the file in data: format.video/: Video type with the format specified. Ex: video/mp4. Populate the contentUrl field with the base64 encoding of the file in data: format.audio/: Audio type with the format specified. Ex: audio/wmw. Populate the contentUrl field with the base64 encoding of the file in data: format.application/card type: Rich card attachment type with the card type specifying the exact card format to use. Set content with the json format of the card. Supported values for card type include:application/vnd.microsoft.card.adaptive: A rich card that can contain any combination of text, speech, images,,buttons, and input fields. Set the content property to,an AdaptiveCard object.application/vnd.microsoft.card.animation: A rich card that plays animation. Set the content property,to an AnimationCardobject.application/vnd.microsoft.card.audio: A rich card that plays audio files. Set the content property,to an AudioCard object.application/vnd.microsoft.card.video: A rich card that plays videos. Set the content property,to a VideoCard object.application/vnd.microsoft.card.hero: A Hero card. Set the content property to a HeroCard object.application/vnd.microsoft.card.thumbnail: A Thumbnail card. Set the content property to a ThumbnailCard object.application/vnd.microsoft.com.card.receipt: A Receipt card. Set the content property to a ReceiptCard object.application/vnd.microsoft.com.card.signin: A user Sign In card. Set the content property to a SignInCard object.' + description: 'The media type of the content attachment. It can have the following values: reference: Attachment is a link to another file. Populate the contentURL with the link to the object.Any contentTypes supported by the Bot Framework''s Attachment objectapplication/vnd.microsoft.card.codesnippet: A code snippet. application/vnd.microsoft.card.announcement: An announcement header.' nullable: true contentUrl: type: string @@ -21614,7 +21692,7 @@ components: properties: crc32Hash: type: string - description: The CRC32 value of the file in little endian (if available). Read-only. + description: The CRC32 value of the file (if available). Read-only. nullable: true quickXorHash: type: string @@ -21699,7 +21777,7 @@ components: properties: content: type: string - description: The content of comment. + description: The content of the comment. nullable: true contentType: type: string @@ -21737,7 +21815,7 @@ components: 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.' + description: 'Indicates what type of reference is associated with the name. Possible values are: String, Integer, Double, Boolean, Range. Read-only.' nullable: true value: $ref: '#/components/schemas/microsoft.graph.Json' @@ -21801,7 +21879,7 @@ components: 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.' + description: 'Constant value that represents the Table style. 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 @@ -22015,11 +22093,11 @@ components: properties: key: type: string - description: Key for the key-value pair. + description: 'Contains the name of the field that a value is associated with. When a sign in or domain hint is included in the sign-in request, corresponding fields are included as key-value pairs. Possible keys: Login hint present, Domain hint present.' nullable: true value: type: string - description: Value for the key-value pair. + description: Contains the corresponding value for the specified key. The value is true if a sign in hint was included in the sign-in request; otherwise false. The value is true if a domain hint was included in the sign-in request; otherwise false. nullable: true additionalProperties: type: object @@ -22219,6 +22297,52 @@ components: nullable: true additionalProperties: type: object + microsoft.graph.replyRestriction: + title: replyRestriction + enum: + - everyone + - authorAndModerators + - unknownFutureValue + type: string + microsoft.graph.userNewMessageRestriction: + title: userNewMessageRestriction + enum: + - everyone + - everyoneExceptGuests + - moderators + - unknownFutureValue + type: string + microsoft.graph.teamsAppDistributionMethod: + title: teamsAppDistributionMethod + enum: + - store + - organization + - sideloaded + - unknownFutureValue + type: string + microsoft.graph.teamsAppInstallationScopes: + title: teamsAppInstallationScopes + enum: + - team + - groupChat + - personal + - unknownFutureValue + type: string + microsoft.graph.teamsAppPublishingState: + title: teamsAppPublishingState + enum: + - submitted + - rejected + - published + - unknownFutureValue + type: string + microsoft.graph.teamworkBot: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: teamworkBot + type: object + additionalProperties: + type: object microsoft.graph.scheduleChangeRequest: allOf: - $ref: '#/components/schemas/microsoft.graph.changeTrackedEntity' @@ -22386,52 +22510,6 @@ components: nullable: true additionalProperties: type: object - microsoft.graph.replyRestriction: - title: replyRestriction - enum: - - everyone - - authorAndModerators - - unknownFutureValue - type: string - microsoft.graph.userNewMessageRestriction: - title: userNewMessageRestriction - enum: - - everyone - - everyoneExceptGuests - - moderators - - unknownFutureValue - type: string - microsoft.graph.teamsAppDistributionMethod: - title: teamsAppDistributionMethod - enum: - - store - - organization - - sideloaded - - unknownFutureValue - type: string - microsoft.graph.teamsAppInstallationScopes: - title: teamsAppInstallationScopes - enum: - - team - - groupChat - - personal - - unknownFutureValue - type: string - microsoft.graph.teamsAppPublishingState: - title: teamsAppPublishingState - enum: - - submitted - - rejected - - published - - unknownFutureValue - type: string - microsoft.graph.teamworkBot: - allOf: - - $ref: '#/components/schemas/microsoft.graph.entity' - - title: teamworkBot - type: object - additionalProperties: - type: object microsoft.graph.volumeType: title: volumeType enum: @@ -22904,6 +22982,28 @@ components: - unknownFutureValue - producer type: string + microsoft.graph.attendanceInterval: + title: attendanceInterval + type: object + properties: + durationInSeconds: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + nullable: true + joinDateTime: + 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 + leaveDateTime: + 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.chatMessagePolicyViolationDlpActionTypes: title: chatMessagePolicyViolationDlpActionTypes enum: @@ -22960,7 +23060,7 @@ components: nullable: true contentType: type: string - description: 'Write only. Content type. sicj as image/png, image/jpg.' + description: 'Write only. Content type, such as image/png, image/jpg.' nullable: true additionalProperties: type: object @@ -23005,11 +23105,11 @@ components: properties: content: type: string - description: The content of a comment reply. + description: The content of replied comment. nullable: true contentType: type: string - description: Indicates the type for the comment reply. + description: Indicates the type for the replied comment. additionalProperties: type: object microsoft.graph.workbookOperationError: @@ -23090,7 +23190,7 @@ components: description: Represents whether the casing impacted the last sort of the table. Read-only. method: type: string - description: 'Represents Chinese character ordering method last used to sort the table. The possible values are: PinYin, StrokeCount. Read-only.' + description: 'Represents Chinese character ordering method last used to sort the table. Possible values are: PinYin, StrokeCount. Read-only.' additionalProperties: type: object microsoft.graph.workbookChart: @@ -23328,7 +23428,7 @@ components: nullable: true dataOption: type: string - description: 'Represents additional sorting options for this field. The possible values are: Normal, TextAsNumber.' + description: 'Represents additional sorting options for this field. Possible values are: Normal, TextAsNumber.' icon: $ref: '#/components/schemas/microsoft.graph.workbookIcon' key: @@ -23339,7 +23439,7 @@ components: format: int32 sortOn: type: string - description: 'Represents the type of sorting of this condition. The possible values are: Value, CellColor, FontColor, Icon.' + description: 'Represents the type of sorting of this condition. Possible values are: Value, CellColor, FontColor, Icon.' additionalProperties: type: object microsoft.graph.workbookChartAxes: @@ -23564,7 +23664,7 @@ components: format: int32 set: type: string - description: 'Represents the set that the icon is part of. The possible values are: Invalid, ThreeArrows, ThreeArrowsGray, ThreeFlags, ThreeTrafficLights1, ThreeTrafficLights2, ThreeSigns, ThreeSymbols, ThreeSymbols2, FourArrows, FourArrowsGray, FourRedToBlack, FourRating, FourTrafficLights, FiveArrows, FiveArrowsGray, FiveRating, FiveQuarters, ThreeStars, ThreeTriangles, FiveBoxes.' + description: 'Represents the set that the icon is part of. Possible values are: Invalid, ThreeArrows, ThreeArrowsGray, ThreeFlags, ThreeTrafficLights1, ThreeTrafficLights2, ThreeSigns, ThreeSymbols, ThreeSymbols2, FourArrows, FourArrowsGray, FourRedToBlack, FourRating, FourTrafficLights, FiveArrows, FiveArrowsGray, FiveRating, FiveQuarters, ThreeStars, ThreeTriangles, FiveBoxes.' additionalProperties: type: object microsoft.graph.workbookChartAxis: diff --git a/openApiDocs/beta/Devices.CorporateManagement.yml b/openApiDocs/beta/Devices.CorporateManagement.yml index d6f93007fae..184f6d0e925 100644 --- a/openApiDocs/beta/Devices.CorporateManagement.yml +++ b/openApiDocs/beta/Devices.CorporateManagement.yml @@ -20398,6 +20398,8 @@ paths: - azureADRegistered desc - chassisType - chassisType desc + - chromeOSDeviceInfo + - chromeOSDeviceInfo desc - complianceGracePeriodExpirationDateTime - complianceGracePeriodExpirationDateTime desc - complianceState @@ -20554,6 +20556,7 @@ paths: - azureADDeviceId - azureADRegistered - chassisType + - chromeOSDeviceInfo - complianceGracePeriodExpirationDateTime - complianceState - configurationManagerClientEnabledFeatures @@ -20748,6 +20751,7 @@ paths: - azureADDeviceId - azureADRegistered - chassisType + - chromeOSDeviceInfo - complianceGracePeriodExpirationDateTime - complianceState - configurationManagerClientEnabledFeatures @@ -26170,11 +26174,11 @@ components: format: int32 customBrowserDisplayName: type: string - description: 'Friendly name of the preferred custom browser to open weblink on Android. When this property is configured, ManagedBrowserToOpenLinksRequired should be true.' + description: Friendly name of the preferred custom browser to open weblink on Android. nullable: true customBrowserPackageId: type: string - description: 'Unique identifier of the preferred custom browser to open weblink on Android. When this property is configured, ManagedBrowserToOpenLinksRequired should be true.' + description: Unique identifier of a custom browser to open weblink on Android. nullable: true customDialerAppDisplayName: type: string @@ -26788,7 +26792,7 @@ components: $ref: '#/components/schemas/microsoft.graph.managedAppDataEncryptionType' customBrowserProtocol: type: string - description: 'A custom browser protocol to open weblink on iOS. When this property is configured, ManagedBrowserToOpenLinksRequired should be true.' + description: A custom browser protocol to open weblink on iOS. nullable: true customDialerAppProtocol: type: string @@ -26966,7 +26970,7 @@ components: 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 management service. + description: Zero or more policys already applied on the registered app when it last synchronized with managment service. intendedPolicies: type: array items: @@ -28087,7 +28091,7 @@ components: 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 last time when an application sync was done with the Apple volume purchase program service using the Apple Volume Purchase Program Token. + description: The last time when an application sync was done with the Apple volume purchase program service using the the Apple Volume Purchase Program Token. format: date-time lastSyncStatus: $ref: '#/components/schemas/microsoft.graph.vppTokenSyncStatus' @@ -28513,26 +28517,26 @@ components: 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 + description: Created date time in UTC of the device enrollment configuration format: date-time description: type: string - description: Not yet documented + description: The description of the device enrollment configuration nullable: true displayName: type: string - description: Not yet documented + description: The display name of the device enrollment configuration 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 + description: Last modified date time in UTC of the device enrollment configuration format: date-time priority: maximum: 2147483647 minimum: -2147483648 type: integer - description: Not yet documented + description: Priority is used when a user exists in multiple groups that are assigned enrollment configuration. Users are subject only to the configuration with the lowest priority value. format: int32 roleScopeTagIds: type: array @@ -28544,13 +28548,13 @@ components: maximum: 2147483647 minimum: -2147483648 type: integer - description: Not yet documented + description: The version of the device enrollment configuration format: int32 assignments: type: array items: $ref: '#/components/schemas/microsoft.graph.enrollmentConfigurationAssignment' - description: The list of group assignments for the device configuration profile. + description: The list of group assignments for the device configuration profile additionalProperties: type: object description: The Base Class of Device Enrollment Configuration @@ -28612,11 +28616,11 @@ components: nullable: true activationLockBypassCode: type: string - description: Code that allows the Activation Lock on a device to be bypassed. + description: Code that allows the Activation Lock on a device to be bypassed. This property is read-only. nullable: true androidSecurityPatchLevel: type: string - description: Android security patch level + description: Android security patch level. This property is read-only. nullable: true autopilotEnrolled: type: boolean @@ -28627,18 +28631,23 @@ components: nullable: true azureADDeviceId: type: string - description: The unique identifier for the Azure Active Directory device. Read only. + description: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. nullable: true azureADRegistered: type: boolean - description: Whether the device is Azure Active Directory registered. + description: Whether the device is Azure Active Directory registered. This property is read-only. nullable: true chassisType: $ref: '#/components/schemas/microsoft.graph.chassisType' + chromeOSDeviceInfo: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.chromeOSDeviceProperty' + description: List of properties of the ChromeOS Device. 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 + description: The DateTime when device compliance grace period expires. This property is read-only. format: date-time complianceState: $ref: '#/components/schemas/microsoft.graph.complianceState' @@ -28652,10 +28661,10 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.deviceActionResult' - description: List of ComplexType deviceActionResult objects. + description: List of ComplexType deviceActionResult objects. This property is read-only. deviceCategoryDisplayName: type: string - description: Device category display name + description: Device category display name. This property is read-only. nullable: true deviceEnrollmentType: $ref: '#/components/schemas/microsoft.graph.deviceEnrollmentType' @@ -28663,7 +28672,7 @@ components: $ref: '#/components/schemas/microsoft.graph.deviceHealthAttestationState' deviceName: type: string - description: Name of the device + description: Name of the device. This property is read-only. nullable: true deviceRegistrationState: $ref: '#/components/schemas/microsoft.graph.deviceRegistrationState' @@ -28671,24 +28680,24 @@ components: $ref: '#/components/schemas/microsoft.graph.deviceType' easActivated: type: boolean - description: Whether the device is Exchange ActiveSync activated. + description: Whether the device is Exchange ActiveSync activated. This property is read-only. 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. + description: Exchange ActivationSync activation time of the device. This property is read-only. format: date-time easDeviceId: type: string - description: Exchange ActiveSync Id of the device. + description: Exchange ActiveSync Id of the device. This property is read-only. nullable: true emailAddress: type: string - description: Email(s) for the user associated with the device + description: Email(s) for the user associated with the device. This property is read-only. 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. + description: Enrollment time of the device. This property is read-only. format: date-time ethernetMacAddress: type: string @@ -28701,11 +28710,11 @@ components: 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. + description: Last time the device contacted Exchange. This property is read-only. format: date-time freeStorageSpaceInBytes: type: integer - description: Free Storage in Bytes + description: Free Storage in Bytes. This property is read-only. format: int64 hardwareInformation: $ref: '#/components/schemas/microsoft.graph.hardwareInformation' @@ -28715,24 +28724,24 @@ components: nullable: true imei: type: string - description: IMEI + description: IMEI. This property is read-only. nullable: true isEncrypted: type: boolean - description: Device encryption status + description: Device encryption status. This property is read-only. isSupervised: type: boolean - description: Device supervised status + description: Device supervised status. This property is read-only. jailBroken: type: string - description: whether the device is jail broken or rooted. + description: whether the device is jail broken or rooted. This property is read-only. 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. + description: The date and time that the device last completed a successful sync with Intune. This property is read-only. format: date-time lostModeState: $ref: '#/components/schemas/microsoft.graph.lostModeState' @@ -28755,15 +28764,15 @@ components: $ref: '#/components/schemas/microsoft.graph.managementState' manufacturer: type: string - description: Manufacturer of the device + description: Manufacturer of the device. This property is read-only. nullable: true meid: type: string - description: MEID + description: MEID. This property is read-only. nullable: true model: type: string - description: Model of the device + description: Model of the device. This property is read-only. nullable: true notes: type: string @@ -28771,11 +28780,11 @@ components: nullable: true operatingSystem: type: string - description: 'Operating system of the device. Windows, iOS, etc.' + description: 'Operating system of the device. Windows, iOS, etc. This property is read-only.' nullable: true osVersion: type: string - description: Operating system version of the device. + description: Operating system version of the device. This property is read-only. nullable: true ownerType: $ref: '#/components/schemas/microsoft.graph.ownerType' @@ -28783,7 +28792,7 @@ components: $ref: '#/components/schemas/microsoft.graph.managedDevicePartnerReportedHealthState' phoneNumber: type: string - description: Phone number of the device + description: Phone number of the device. This property is read-only. nullable: true physicalMemoryInBytes: type: integer @@ -28798,11 +28807,11 @@ components: $ref: '#/components/schemas/microsoft.graph.managedDeviceArchitecture' remoteAssistanceSessionErrorDetails: type: string - description: An error string that identifies issues when creating Remote Assistance session objects. + description: An error string that identifies issues when creating Remote Assistance session objects. This property is read-only. nullable: true remoteAssistanceSessionUrl: type: string - description: Url that allows a Remote Assistance session to be established with the device. + description: Url that allows a Remote Assistance session to be established with the device. This property is read-only. nullable: true requireUserEnrollmentApproval: type: boolean @@ -28821,7 +28830,7 @@ components: description: List of Scope Tag IDs for this Device instance. serialNumber: type: string - description: SerialNumber + description: SerialNumber. This property is read-only. nullable: true skuFamily: type: string @@ -28839,11 +28848,11 @@ components: nullable: true subscriberCarrier: type: string - description: Subscriber Carrier + description: Subscriber Carrier. This property is read-only. nullable: true totalStorageSpaceInBytes: type: integer - description: Total Storage in Bytes + description: Total Storage in Bytes. This property is read-only. format: int64 udid: type: string @@ -28851,15 +28860,15 @@ components: nullable: true userDisplayName: type: string - description: User display name + description: User display name. This property is read-only. nullable: true userId: type: string - description: Unique Identifier for the user associated with the device + description: Unique Identifier for the user associated with the device. This property is read-only. nullable: true userPrincipalName: type: string - description: Device user principal name + description: Device user principal name. This property is read-only. nullable: true usersLoggedOn: type: array @@ -28868,7 +28877,7 @@ components: description: Indicates the last logged on users of a device. This property is read-only. wiFiMacAddress: type: string - description: Wi-Fi MAC + description: Wi-Fi MAC. This property is read-only. nullable: true windowsActiveMalwareCount: maximum: 2147483647 @@ -29245,30 +29254,30 @@ components: $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.' + description: 'true if the account is enabled; otherwise, false. This property is required when a user is created. Returned only on $select. 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.' + 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. Returned only on $select.' nullable: true assignedLicenses: type: array items: $ref: '#/components/schemas/microsoft.graph.assignedLicense' - description: The licenses that are assigned to the user. Returned only on $select. Not nullable. Supports $filter. + description: The licenses that are assigned to the user. Not nullable. Supports $filter. assignedPlans: type: array items: $ref: '#/components/schemas/microsoft.graph.assignedPlan' - description: The plans that are assigned to the user. Read-only. Not nullable. + description: The plans that are assigned to the user. Returned only on $select. 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. Read-only for users synced from on-premises directory. Returned by default.' + description: The telephone numbers for the user. Only one number can be set for this property. Returned by default. Read-only for users synced from on-premises directory. city: type: string - description: The city in which the user is located. Supports $filter. + description: The city in which the user is located. Returned only on $select. Supports $filter. nullable: true companyName: type: string @@ -29276,25 +29285,25 @@ components: 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.' + 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. Returned only on $select.' nullable: true country: type: string - description: 'The country/region in which the user is located; for example, ''US'' or ''UK''. Supports $filter.' + description: 'The country/region in which the user is located; for example, ''US'' or ''UK''. Returned only on $select. 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. + description: The date and time the user was created. The value cannot be modified and is automatically populated when the entity is created. The DateTimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. Property is nullable. A null value indicates that an accurate creation time couldn't be determined for the user. Returned only on $select. Read-only. Supports $filter. 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.' + 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). Returned only on $select. Read-only.' nullable: true department: type: string - description: The name for the department in which the user works. Supports $filter. + description: The name for the department in which the user works. Returned only on $select. Supports $filter. nullable: true deviceKeys: type: array @@ -29302,7 +29311,7 @@ components: $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. Returned by default. Supports $filter and $orderby.' + description: 'The name displayed in the address book for the user. This value 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. Returned by default. 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])$' @@ -29330,7 +29339,7 @@ components: nullable: true faxNumber: type: string - description: The fax number of the user. + description: The fax number of the user. Returned only on $select. nullable: true givenName: type: string @@ -29340,7 +29349,7 @@ components: 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.' + 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. Returned only on $select. Supports $filter.' imAddresses: type: array items: @@ -29363,29 +29372,29 @@ components: 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 is 2014-01-01T00:00:00Z' + description: 'The time when this Azure AD user last changed their password. 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 is 2014-01-01T00:00:00Z Returned only on $select. Read-only.' 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.' + 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. Returned only on $select.' nullable: true licenseAssignmentStates: type: array items: $ref: '#/components/schemas/microsoft.graph.licenseAssignmentState' - description: State of license assignments for this user. Read-only. + description: State of license assignments for this user. Returned only on $select. Read-only. mail: type: string description: 'The SMTP address for the user, for example, ''jeff@contoso.onmicrosoft.com''. Returned by default. Supports $filter and endsWith.' nullable: true mailNickname: type: string - description: The mail alias for the user. This property must be specified when a user is created. Supports $filter. + description: The mail alias for the user. This property must be specified when a user is created. Returned only on $select. Supports $filter. nullable: true mobilePhone: type: string - description: The primary cellular telephone number for the user. Read-only for users synced from on-premises directory. Returned by default. + description: The primary cellular telephone number for the user. Returned by default. Read-only for users synced from on-premises directory. nullable: true officeLocation: type: string @@ -29393,59 +29402,59 @@ components: 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. + 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. Returned only on $select. 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.' + 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. Returned only on $select. 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.' + 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. Returned only on $select. 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 is 2014-01-01T00:00:00Z. Read-only.' + 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 is 2014-01-01T00:00:00Z. Returned only on $select. 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. + description: Errors when using Microsoft synchronization product during provisioning. Returned only on $select. 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. + 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. Returned only on $select. 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. + description: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Returned only on $select. 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 + 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). Returned only on $select. 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. + 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. Returned only on $select. 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.' + description: 'A list of additional email addresses for the user; for example: [''bob@contoso.com'', ''Robert@fabrikam.com''].Returned only on $select. 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''.' + 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''.Returned only on $select.' 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.' + 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. Returned only on $select.' nullable: true preferredDataLocation: type: string @@ -29459,35 +29468,35 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.provisionedPlan' - description: The plans that are provisioned for the user. Read-only. Not nullable. + description: The plans that are provisioned for the user. Returned only on $select. 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.' + description: 'For example: [''SMTP: bob@contoso.com'', ''smtp: bob@sales.contoso.com''] The any operator is required for filter expressions on multi-valued properties. Returned only on $select. 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.' + 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. Use invalidateAllRefreshTokens to reset.' 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.' + 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. Returned only on $select.' 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.' + 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. Use revokeSignInSessions to reset.' format: date-time nullable: true state: type: string - description: The state or province in the user's address. Supports $filter. + description: The state or province in the user's address. Returned only on $select. Supports $filter. nullable: true streetAddress: type: string - description: The street address of the user's place of business. + description: The street address of the user's place of business. Returned only on $select. nullable: true surname: type: string @@ -29495,7 +29504,7 @@ components: 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.' + 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. Returned only on $select. Supports $filter.' nullable: true userPrincipalName: type: string @@ -29503,7 +29512,7 @@ components: 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.' + description: 'A string value that can be used to classify user types in your directory, such as ''Member'' and ''Guest''. Returned only on $select. Supports $filter.' nullable: true mailboxSettings: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' @@ -29515,12 +29524,12 @@ components: format: int32 aboutMe: type: string - description: A freeform text entry field for the user to describe themselves. + description: A freeform text entry field for the user to describe themselves. Returned only on $select. 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 is 2014-01-01T00:00:00Z' + 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 is 2014-01-01T00:00:00Z Returned only on $select.' 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])$' @@ -29532,39 +29541,39 @@ components: items: type: string nullable: true - description: A list for the user to describe their interests. + description: A list for the user to describe their interests. Returned only on $select. mySite: type: string - description: The URL for the user's personal site. + description: The URL for the user's personal site. Returned only on $select. nullable: true pastProjects: type: array items: type: string nullable: true - description: A list for the user to enumerate their past projects. + description: A list for the user to enumerate their past projects. Returned only on $select. preferredName: type: string - description: The preferred name for the user. + description: The preferred name for the user. Returned only on $select. nullable: true responsibilities: type: array items: type: string nullable: true - description: A list for the user to enumerate their responsibilities. + description: A list for the user to enumerate their responsibilities. Returned only on $select. schools: type: array items: type: string nullable: true - description: A list for the user to enumerate the schools they have attended. + description: A list for the user to enumerate the schools they have attended. Returned only on $select. skills: type: array items: type: string nullable: true - description: A list for the user to enumerate their skills. + description: A list for the user to enumerate their skills. Returned only on $select. analytics: $ref: '#/components/schemas/microsoft.graph.userAnalytics' usageRights: @@ -29599,7 +29608,7 @@ components: 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. + description: 'The groups, directory roles and administrative units that the user is a member of. Read-only. Nullable.' oauth2PermissionGrants: type: array items: @@ -29659,7 +29668,7 @@ components: 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. + 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: @@ -29683,7 +29692,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.person' - description: People that are relevant to the user. Read-only. Nullable. + description: 'Read-only. The most relevant people to the user. The collection is ordered by their relevance to the user, which is determined by the user''s communication, collaboration and business relationships. A person is an aggregation of information from across mail, contacts and social networks.' drive: $ref: '#/components/schemas/microsoft.graph.drive' drives: @@ -29699,7 +29708,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.extension' - description: The collection of open extensions defined for the user. Read-only. Nullable. + description: The collection of open extensions defined for the user. Nullable. appConsentRequestsForApproval: type: array items: @@ -30803,6 +30812,28 @@ components: - mobileOther - mobileUnknown type: string + microsoft.graph.chromeOSDeviceProperty: + title: chromeOSDeviceProperty + type: object + properties: + name: + type: string + description: Name of the property + nullable: true + updatable: + type: boolean + description: Whether this property is updatable + value: + type: string + description: Value of the property + nullable: true + valueType: + type: string + description: Type of the value + nullable: true + additionalProperties: + type: object + description: Represents a property of the ChromeOS device. microsoft.graph.complianceState: title: complianceState enum: @@ -31644,12 +31675,12 @@ components: 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. 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 is 2014-01-01T00:00:00Z.' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true capabilityStatus: type: string - description: 'Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. See a detailed description of each value.' + description: 'Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut.' nullable: true service: type: string @@ -31841,7 +31872,7 @@ components: properties: forceChangePasswordNextSignIn: type: boolean - description: true if the user must change her password on the next login; otherwise false. + description: 'If true, at next sign-in, the user must change their password. After a password change, this property will be automatically reset to false. If not set, default is false.' nullable: true forceChangePasswordNextSignInWithMfa: type: boolean @@ -31877,7 +31908,7 @@ components: properties: archiveFolder: type: string - description: Folder ID of an archive folder for the user. + description: Folder ID of an archive folder for the user. Read only. nullable: true automaticRepliesSetting: $ref: '#/components/schemas/microsoft.graph.automaticRepliesSetting' @@ -32099,15 +32130,15 @@ components: 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.' + 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, through an Outlook client or the corresponding calendarPermission resource. Read-only.' 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.' + description: 'true if the user has the permission to share the calendar, false otherwise. Only the user who created the calendar can share it. Read-only.' nullable: true canViewPrivateItems: type: boolean - description: 'true if the user can read calendar items that have been marked private, false otherwise.' + description: 'true if the user can read calendar items that have been marked private, false otherwise. This property is set through an Outlook client or the corresponding calendarPermission resource. Read-only.' nullable: true changeKey: type: string @@ -32119,7 +32150,7 @@ components: $ref: '#/components/schemas/microsoft.graph.onlineMeetingProviderType' hexColor: type: string - description: 'The calendar color, expressed in a hex color code of three hexadecimal values, each ranging from 00 to FF and representing the red, green, or blue components of the color in the RGB color space. If the user has never explicitly set a color for the calendar, this property is empty. Read-only.' + description: 'The calendar color, expressed in a hex color code of three hexadecimal values, each ranging from 00 to FF and representing the red, green, or blue components of the color in the RGB color space. If the user has never explicitly set a color for the calendar, this property is empty.' nullable: true isDefaultCalendar: type: boolean @@ -32344,7 +32375,7 @@ components: 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. + description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' calendar: $ref: '#/components/schemas/microsoft.graph.calendar' exceptionOccurrences: @@ -32355,12 +32386,12 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.extension' - description: The collection of open extensions defined for the event. Read-only. Nullable. + description: The collection of open extensions defined for the event. Nullable. instances: type: array items: $ref: '#/components/schemas/microsoft.graph.event' - description: The instances of the event. Navigation property. Read-only. Nullable. + description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but does not include occurrences that have been cancelled from the series. Navigation property. Read-only. Nullable.' multiValueExtendedProperties: type: array items: @@ -32560,7 +32591,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.extension' - description: The collection of open extensions defined for the contact. Read-only. Nullable. + description: The collection of open extensions defined for the contact. Nullable. multiValueExtendedProperties: type: array items: @@ -32598,7 +32629,7 @@ components: 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.' + description: 'The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select.' assignedLicenses: type: array items: @@ -32639,7 +32670,7 @@ components: 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.' + 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).' nullable: true infoCatalogs: type: array @@ -32712,13 +32743,13 @@ components: 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. + description: The preferred language for a 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.' + 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 for 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 @@ -32745,7 +32776,7 @@ components: 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.' + description: 'Specifies a 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 @@ -32763,11 +32794,11 @@ components: 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. Supported only on the Get group API (GET /groups/{ID}).' + description: 'true if the group is not displayed in certain parts of the Outlook user interface: in the Address Book, in address lists for selecting message recipients, and in the Browse Groups dialog for searching groups; false otherwise. Default value is false. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}).' 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. Supported only on the Get group API (GET /groups/{ID}).' + description: 'true if the group is not displayed in Outlook clients, such as Outlook for Windows and Outlook on the web, false otherwise. Default value is false. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}).' nullable: true isFavorite: type: boolean @@ -32787,7 +32818,7 @@ components: 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. Supported only on the Get group API (GET /groups/{ID}).' + description: 'Count of conversations that have received new posts since the signed-in user last visited the group. This property is the same as unseenConversationsCount.Returned only on $select. Supported only on the Get group API (GET /groups/{ID}).' format: int32 nullable: true unseenMessagesCount: @@ -32818,12 +32849,12 @@ components: 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.' + description: 'Groups and administrative units 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.' + description: 'Users, contacts, and groups that are members of this group. HTTP Methods: GET (supported for all groups), POST (supported for security groups and mail-enabled security groups), DELETE (supported only for security groups) Read-only. Nullable.' membersWithLicenseErrors: type: array items: @@ -32833,7 +32864,7 @@ components: 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.' + description: 'The owners of the group. The owners are a set of non-admin users who are allowed to modify this object. HTTP Methods: GET (supported for all groups), POST (supported for security groups and mail-enabled security groups), DELETE (supported only for security groups) Read-only. Nullable.' permissionGrants: type: array items: @@ -32842,7 +32873,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.directorySetting' - description: Read-only. Nullable. + description: 'Settings that can govern this group''s behavior, like whether members can invite guest users to the group. Nullable.' transitiveMemberOf: type: array items: @@ -32872,7 +32903,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.event' - description: The group's calendar events. + description: The group's events. rejectedSenders: type: array items: @@ -33010,7 +33041,7 @@ components: $ref: '#/components/schemas/microsoft.graph.itemBody' bodyPreview: type: string - description: The first 255 characters of the message body. It is in text format. + description: 'The first 255 characters of the message body. It is in text format. If the message contains instances of mention, this property would contain a concatenation of these mentions as well.' nullable: true ccRecipients: type: array @@ -33212,7 +33243,7 @@ components: nullable: true personType: type: string - description: The type of person. + description: 'The type of person, for example distribution list.' nullable: true phones: type: array @@ -33467,11 +33498,11 @@ components: properties: agreementFileId: type: string - description: The identifier of the agreement file accepted by the user. + description: ID of the agreement file accepted by the user. nullable: true agreementId: type: string - description: The identifier of the agreement. + description: ID of the agreement. nullable: true deviceDisplayName: type: string @@ -33483,22 +33514,22 @@ components: nullable: true deviceOSType: type: string - description: The operating system used to accept the agreement. + description: The operating system used for accepting the agreement. nullable: true deviceOSVersion: type: string - description: The operating system version of the device used to accept the agreement. + description: The operating system version of the device used for accepting the agreement. 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: 'The expiration date time of the acceptance. 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''' + description: 'The expiration date time of the acceptance. 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 is 2014-01-01T00:00:00Z' 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: '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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true state: @@ -33513,7 +33544,7 @@ components: nullable: true userId: type: string - description: The identifier of the user who accepted the agreement. + description: ID of the user who accepted the agreement. nullable: true userPrincipalName: type: string @@ -33593,7 +33624,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.plannerTask' - description: Read-only. Nullable. Returns the plannerPlans shared with the user. + description: Read-only. Nullable. Returns the plannerTasks assigned to the user. additionalProperties: type: object microsoft.graph.itemInsights: @@ -33855,7 +33886,7 @@ components: properties: accountEnabled: type: boolean - description: 'true if the account is enabled; otherwise, false. Required.' + description: 'true if the account is enabled; otherwise, false. default is true.' nullable: true alternativeSecurityIds: type: array @@ -33880,7 +33911,7 @@ components: nullable: true deviceId: type: string - description: Unique identifier set by Azure Device Registration Service at the time of registration. + description: Identifier set by Azure Device Registration Service at the time of registration. nullable: true deviceMetadata: type: string @@ -33953,7 +33984,7 @@ components: nullable: true operatingSystemVersion: type: string - description: The version of the operating system on the device. Required. + description: Operating system version of the device. Required. nullable: true physicalIds: type: array @@ -33977,7 +34008,7 @@ components: 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 devices), AzureAd (Cloud only joined devices), ServerAd (on-premises domain joined devices joined to Azure AD). For more details, see Introduction to device management in Azure Active Directory' + description: 'Type of trust for the joined device. Read-only. Possible values: Workplace (indicates bring your own personal devices), AzureAd (Cloud only joined devices), ServerAd (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 @@ -34138,6 +34169,8 @@ components: type: string description: The video teleconferencing ID. Read-only. nullable: true + meetingAttendanceReport: + $ref: '#/components/schemas/microsoft.graph.meetingAttendanceReport' additionalProperties: type: object microsoft.graph.presence: @@ -34148,7 +34181,7 @@ components: properties: activity: type: string - description: 'The supplemental information to a user''s availability. Possible values are Available, Away, BeRightBack, Busy, DoNotDisturb, InACall, InAConferenceCall, Inactive, InAMeeting, Offline, OffWork, OutOfOffice, PresenceUnknown, Presenting, UrgentInterruptionsOnly.' + description: 'The supplemental information to a user''s availability. Possible values are Available, Away, BeRightBack, Busy, DoNotDisturb, InACall, InAConferenceCall, Inactive,InAMeeting, Offline, OffWork,OutOfOffice, PresenceUnknown,Presenting, UrgentInterruptionsOnly.' nullable: true availability: type: string @@ -34245,6 +34278,11 @@ components: items: $ref: '#/components/schemas/microsoft.graph.chatMessage' description: A collection of all the messages in the chat. Nullable. + permissionGrants: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.resourceSpecificPermissionGrant' + description: A collection of permissions granted to apps for the chat. tabs: type: array items: @@ -34305,8 +34343,6 @@ components: 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: @@ -34344,6 +34380,8 @@ components: $ref: '#/components/schemas/microsoft.graph.teamworkTag' template: $ref: '#/components/schemas/microsoft.graph.teamsTemplate' + schedule: + $ref: '#/components/schemas/microsoft.graph.schedule' additionalProperties: type: object microsoft.graph.userTeamwork: @@ -34715,7 +34753,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.ipRange' - description: Collection of Internet protocol address ranges + description: Collection of ip ranges additionalProperties: type: object description: Windows Information Protection IP Range Collection @@ -35166,7 +35204,7 @@ components: 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.' + 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}$' @@ -35223,11 +35261,11 @@ components: properties: address: type: string - description: The email address of the person or entity. + description: The email address of an entity instance. nullable: true name: type: string - description: The display name of the person or entity. + description: The display name of an entity instance. nullable: true additionalProperties: type: object @@ -35342,10 +35380,10 @@ components: 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).' + description: 'A single point of time in a combined date and time representation ({date}T{time}). For example, ''2019-04-16T09:00:00''.' timeZone: type: string - description: 'Represents a time zone, for example, ''Pacific Standard Time''. See below for more possible values.' + description: 'Represents a time zone, for example, ''Pacific Standard Time''. See below for possible values.' nullable: true additionalProperties: type: object @@ -35498,7 +35536,7 @@ components: nullable: true name: type: string - description: The attachment's file name. + description: The display name of the attachment. This does not need to be the actual file name. nullable: true size: maximum: 2147483647 @@ -35692,18 +35730,23 @@ components: properties: clientAppId: type: string + description: ID of the service principal of the Azure AD app that has been granted access. Read-only. nullable: true clientId: type: string + description: ID of the Azure AD app that has been granted access. Read-only. nullable: true permission: type: string + description: The name of the permission. Read-only. nullable: true permissionType: type: string + description: 'The type of permission. Possible values are: Application,Delegated. Read-only.' nullable: true resourceAppId: type: string + description: ID of the Azure AD app that is hosting the resource. Read-only. nullable: true additionalProperties: type: object @@ -36709,7 +36752,7 @@ components: 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. + description: 'A unique token that can be used to access this shared item via the [shares API][]. Read-only.' nullable: true additionalProperties: type: object @@ -37002,14 +37045,14 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.plannerBucket' - description: Read-only. Nullable. Collection of buckets in the plan. + description: Collection of buckets in the plan. Read-only. Nullable. 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. + description: Collection of tasks in the plan. Read-only. Nullable. additionalProperties: type: object microsoft.graph.plannerTask: @@ -37136,17 +37179,17 @@ components: 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.' + description: Access this property from the derived type itemInsights. 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.' + description: Access this property from the derived type itemInsights. 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.' + description: Access this property from the derived type itemInsights. additionalProperties: type: object microsoft.graph.userInsightsSettings: @@ -38159,7 +38202,7 @@ components: properties: messageId: type: string - description: The unique identifier of a message in a Microsoft Teams channel. + description: The unique identifier for a message in a Microsoft Teams channel. nullable: true replyChainMessageId: type: string @@ -38205,6 +38248,18 @@ components: description: For broadcast meeting only. additionalProperties: type: object + microsoft.graph.meetingAttendanceReport: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: meetingAttendanceReport + type: object + properties: + attendanceRecords: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.attendanceRecord' + additionalProperties: + type: object microsoft.graph.outOfOfficeSettings: title: outOfOfficeSettings type: object @@ -38522,12 +38577,12 @@ components: $ref: '#/components/schemas/microsoft.graph.channelIdentity' chatId: type: string - description: The identity of the chat in which the message was posted. + description: 'If the message was sent in a chat, represents the identity of the chat.' 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. + description: Timestamp of when the chat message was created. format: date-time nullable: true deletedDateTime: @@ -38547,18 +38602,18 @@ components: 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. + description: Read only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the 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.' + description: 'Read only. Timestamp when the chat message is created (initial setting) or modified, 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. + description: Locale of the chat message set by the client. Always set to en-us. mentions: type: array items: @@ -38575,7 +38630,7 @@ components: description: 'Reactions for this chat message (for example, Like).' 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) + 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 @@ -38587,15 +38642,18 @@ components: nullable: true webUrl: type: string + description: Read-only. Link to the message in Microsoft Teams. nullable: true hostedContents: type: array items: $ref: '#/components/schemas/microsoft.graph.chatMessageHostedContent' + description: 'Content in a message hosted by Microsoft Teams e.g. images, code snippets etc.' replies: type: array items: $ref: '#/components/schemas/microsoft.graph.chatMessage' + description: Replies for a specified message. additionalProperties: type: object microsoft.graph.teamsTab: @@ -38686,7 +38744,7 @@ components: nullable: true allowCreateUpdateChannels: type: boolean - description: 'If set to true, members can add and update channels.' + description: 'If set to true, members can add and update any channels.' nullable: true allowCreateUpdateRemoveConnectors: type: boolean @@ -38748,99 +38806,6 @@ components: - 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' @@ -38969,6 +38934,99 @@ components: type: object additionalProperties: type: object + 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.userScopeTeamsAppInstallation: allOf: - $ref: '#/components/schemas/microsoft.graph.teamsAppInstallation' @@ -39390,7 +39448,7 @@ components: 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.' + description: 'A collection of the days of the week on which the event occurs. 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: @@ -39513,7 +39571,7 @@ components: properties: name: type: string - description: Name of the setting (as defined by the groupSettingTemplate). + description: Name of the setting (as defined by the directorySettingTemplate). nullable: true value: type: string @@ -39560,7 +39618,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.attachment' - description: Read-only. Nullable. + description: 'The collection of fileAttachment, itemAttachment, and referenceAttachment attachments for the post. Read-only. Nullable.' extensions: type: array items: @@ -39630,7 +39688,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.recipient' - description: The email addresses to which a message should be redirected. + description: The email address to which a message should be redirected. stopProcessingRules: type: boolean description: Indicates whether subsequent rules should be evaluated. @@ -39852,7 +39910,7 @@ components: properties: upgradeAvailable: type: boolean - description: Indicates whether there are higher storage quota plans available. Read-only. + description: Indicates if there are higher storage quota plans available. Read-only. nullable: true additionalProperties: type: object @@ -40120,12 +40178,12 @@ components: nullable: true latitude: type: number - description: 'Optional. The latitude, in decimal, for the item. Read-only.' + description: 'Optional. The latitude, in decimal, for the item. Writable on OneDrive Personal.' format: double nullable: true longitude: type: number - description: 'Optional. The longitude, in decimal, for the item. Read-only.' + description: 'Optional. The longitude, in decimal, for the item. Writable on OneDrive Personal.' format: double nullable: true additionalProperties: @@ -40208,7 +40266,7 @@ components: 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. + description: The date and time the photo was taken in UTC time. Read-only. format: date-time nullable: true additionalProperties: @@ -40430,7 +40488,7 @@ components: 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.' + 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. Nullable.' tables: type: array items: @@ -40455,14 +40513,14 @@ components: 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.' + description: '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. Required. 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. + description: Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 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. Optional. 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.' + 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 @@ -40470,12 +40528,12 @@ components: nullable: true encryptionCertificateId: type: string - description: A custom app-provided identifier to help identify the certificate needed to decrypt resource data. Optional. + description: A custom app-provided identifier to help identify the certificate needed to decrypt resource data. Optional. Required when includeResourceData is true. 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.' + description: '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. Required.' format: date-time includeResourceData: type: boolean @@ -40499,10 +40557,10 @@ components: 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. + description: The URL of the endpoint that receives the change notifications. This URL must make use of the HTTPS protocol. Required. 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. + description: Specifies the resource that will be monitored for changes. Do not include the base URL (https://graph.microsoft.com/beta/). See the possible resource path values for each supported resource. Required. additionalProperties: type: object microsoft.graph.thumbnailSet: @@ -40529,7 +40587,6 @@ components: properties: content: type: string - description: The content stream for this version of the item. format: base64url nullable: true size: @@ -41039,6 +41096,7 @@ components: nullable: true parentSiteId: type: string + description: Id of the parent site of this group. nullable: true scope: $ref: '#/components/schemas/microsoft.graph.termStore.termGroupScope' @@ -41173,11 +41231,11 @@ components: nullable: true queryRoot: type: string - description: The type of query. Examples include MicrosoftGraph and ARM. + description: 'In the scenario where reviewers need to be specified dynamically, this property is used to indicate the relative source of the query. This property is only required if a relative query (i.e., ./manager) is specified.' nullable: true queryType: type: string - description: 'In the scenario where reviewers need to be specified dynamically, this property is used to indicate the relative source of the query. This property is only required if a relative query (i.e., ./manager) is specified.' + description: The type of query. Examples include MicrosoftGraph and ARM. nullable: true additionalProperties: type: object @@ -41956,6 +42014,30 @@ components: nullable: true additionalProperties: type: object + microsoft.graph.attendanceRecord: + title: attendanceRecord + type: object + properties: + attendanceIntervals: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.attendanceInterval' + emailAddress: + type: string + nullable: true + identity: + $ref: '#/components/schemas/microsoft.graph.identity' + role: + type: string + nullable: true + totalAttendanceInSeconds: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + nullable: true + additionalProperties: + type: object microsoft.graph.attestationLevel: title: attestationLevel enum: @@ -42054,7 +42136,7 @@ components: nullable: true teamsAppId: type: string - description: The ID from the Teams app manifest. + description: The id from the Teams App manifest. nullable: true version: type: string @@ -42074,7 +42156,7 @@ components: nullable: true contentType: type: string - description: 'The media type of the content attachment. It can have the following values: reference: Attachment is a link to another file. Populate the contentURL with the link to the object.file: Raw file attachment. Populate the contenturl field with the base64 encoding of the file in data: format.image/: Image type with the type of the image specified ex: image/png, image/jpeg, image/gif. Populate the contentUrl field with the base64 encoding of the file in data: format.video/: Video type with the format specified. Ex: video/mp4. Populate the contentUrl field with the base64 encoding of the file in data: format.audio/: Audio type with the format specified. Ex: audio/wmw. Populate the contentUrl field with the base64 encoding of the file in data: format.application/card type: Rich card attachment type with the card type specifying the exact card format to use. Set content with the json format of the card. Supported values for card type include:application/vnd.microsoft.card.adaptive: A rich card that can contain any combination of text, speech, images,,buttons, and input fields. Set the content property to,an AdaptiveCard object.application/vnd.microsoft.card.animation: A rich card that plays animation. Set the content property,to an AnimationCardobject.application/vnd.microsoft.card.audio: A rich card that plays audio files. Set the content property,to an AudioCard object.application/vnd.microsoft.card.video: A rich card that plays videos. Set the content property,to a VideoCard object.application/vnd.microsoft.card.hero: A Hero card. Set the content property to a HeroCard object.application/vnd.microsoft.card.thumbnail: A Thumbnail card. Set the content property to a ThumbnailCard object.application/vnd.microsoft.com.card.receipt: A Receipt card. Set the content property to a ReceiptCard object.application/vnd.microsoft.com.card.signin: A user Sign In card. Set the content property to a SignInCard object.' + description: 'The media type of the content attachment. It can have the following values: reference: Attachment is a link to another file. Populate the contentURL with the link to the object.Any contentTypes supported by the Bot Framework''s Attachment objectapplication/vnd.microsoft.card.codesnippet: A code snippet. application/vnd.microsoft.card.announcement: An announcement header.' nullable: true contentUrl: type: string @@ -42211,6 +42293,90 @@ components: - moderate - unknownFutureValue type: string + microsoft.graph.channelMembershipType: + title: channelMembershipType + enum: + - standard + - private + - unknownFutureValue + - shared + type: string + microsoft.graph.channelModerationSettings: + title: channelModerationSettings + type: object + properties: + allowNewMessageFromBots: + type: boolean + description: Indicates whether bots are allowed to post messages. + nullable: true + allowNewMessageFromConnectors: + type: boolean + description: Indicates whether connectors are allowed to post messages. + nullable: true + replyRestriction: + $ref: '#/components/schemas/microsoft.graph.replyRestriction' + userNewMessageRestriction: + $ref: '#/components/schemas/microsoft.graph.userNewMessageRestriction' + 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 + - teamifyGroup + - createChannel + type: string + microsoft.graph.teamsAsyncOperationStatus: + title: teamsAsyncOperationStatus + enum: + - invalid + - notStarted + - inProgress + - succeeded + - failed + - unknownFutureValue + type: string + microsoft.graph.teamworkTagType: + title: teamworkTagType + enum: + - standard + type: string + microsoft.graph.teamworkTagMember: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: teamworkTagMember + type: object + properties: + displayName: + type: string + nullable: true + tenantId: + type: string + nullable: true + userId: + type: string + nullable: true + additionalProperties: + type: object microsoft.graph.operationStatus: title: operationStatus enum: @@ -42245,11 +42411,11 @@ components: nullable: true recipientUserId: type: string - description: User ID of the recipient of the offer shift request. + 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. + description: User id of the sender of the offer shift request. nullable: true additionalProperties: type: object @@ -42337,7 +42503,7 @@ components: properties: recipientShiftId: type: string - description: ShiftId for the recipient user with whom the request is to swap. + description: Shift ID for the recipient user with whom the request is to swap. nullable: true additionalProperties: type: object @@ -42429,90 +42595,6 @@ components: nullable: true additionalProperties: type: object - microsoft.graph.channelMembershipType: - title: channelMembershipType - enum: - - standard - - private - - unknownFutureValue - - shared - type: string - microsoft.graph.channelModerationSettings: - title: channelModerationSettings - type: object - properties: - allowNewMessageFromBots: - type: boolean - description: Indicates whether bots are allowed to post messages. - nullable: true - allowNewMessageFromConnectors: - type: boolean - description: Indicates whether connectors are allowed to post messages. - nullable: true - replyRestriction: - $ref: '#/components/schemas/microsoft.graph.replyRestriction' - userNewMessageRestriction: - $ref: '#/components/schemas/microsoft.graph.userNewMessageRestriction' - 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 - - teamifyGroup - - createChannel - type: string - microsoft.graph.teamsAsyncOperationStatus: - title: teamsAsyncOperationStatus - enum: - - invalid - - notStarted - - inProgress - - succeeded - - failed - - unknownFutureValue - type: string - microsoft.graph.teamworkTagType: - title: teamworkTagType - enum: - - standard - type: string - microsoft.graph.teamworkTagMember: - allOf: - - $ref: '#/components/schemas/microsoft.graph.entity' - - title: teamworkTagMember - type: object - properties: - displayName: - type: string - nullable: true - tenantId: - type: string - nullable: true - userId: - type: string - nullable: true - additionalProperties: - type: object microsoft.graph.wellknownListName: title: wellknownListName enum: @@ -42841,7 +42923,7 @@ components: properties: crc32Hash: type: string - description: The CRC32 value of the file in little endian (if available). Read-only. + description: The CRC32 value of the file (if available). Read-only. nullable: true quickXorHash: type: string @@ -42926,7 +43008,7 @@ components: properties: content: type: string - description: The content of comment. + description: The content of the comment. nullable: true contentType: type: string @@ -42964,7 +43046,7 @@ components: 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.' + description: 'Indicates what type of reference is associated with the name. Possible values are: String, Integer, Double, Boolean, Range. Read-only.' nullable: true value: $ref: '#/components/schemas/microsoft.graph.Json' @@ -43028,7 +43110,7 @@ components: 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.' + description: 'Constant value that represents the Table style. 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 @@ -43242,11 +43324,11 @@ components: properties: key: type: string - description: Key for the key-value pair. + description: 'Contains the name of the field that a value is associated with. When a sign in or domain hint is included in the sign-in request, corresponding fields are included as key-value pairs. Possible keys: Login hint present, Domain hint present.' nullable: true value: type: string - description: Value for the key-value pair. + description: Contains the corresponding value for the specified key. The value is true if a sign in hint was included in the sign-in request; otherwise false. The value is true if a domain hint was included in the sign-in request; otherwise false. nullable: true additionalProperties: type: object @@ -43694,6 +43776,28 @@ components: - unknownFutureValue - producer type: string + microsoft.graph.attendanceInterval: + title: attendanceInterval + type: object + properties: + durationInSeconds: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + nullable: true + joinDateTime: + 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 + leaveDateTime: + 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.teamsAppDistributionMethod: title: teamsAppDistributionMethod enum: @@ -43781,10 +43885,25 @@ components: nullable: true contentType: type: string - description: 'Write only. Content type. sicj as image/png, image/jpg.' + description: 'Write only. Content type, such as image/png, image/jpg.' nullable: true additionalProperties: type: object + microsoft.graph.replyRestriction: + title: replyRestriction + enum: + - everyone + - authorAndModerators + - unknownFutureValue + type: string + microsoft.graph.userNewMessageRestriction: + title: userNewMessageRestriction + enum: + - everyone + - everyoneExceptGuests + - moderators + - unknownFutureValue + type: string microsoft.graph.scheduleChangeRequest: allOf: - $ref: '#/components/schemas/microsoft.graph.changeTrackedEntity' @@ -43952,21 +44071,6 @@ components: nullable: true additionalProperties: type: object - microsoft.graph.replyRestriction: - title: replyRestriction - enum: - - everyone - - authorAndModerators - - unknownFutureValue - type: string - microsoft.graph.userNewMessageRestriction: - title: userNewMessageRestriction - enum: - - everyone - - everyoneExceptGuests - - moderators - - unknownFutureValue - type: string microsoft.graph.linkedResource: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -44008,11 +44112,11 @@ components: properties: content: type: string - description: The content of a comment reply. + description: The content of replied comment. nullable: true contentType: type: string - description: Indicates the type for the comment reply. + description: Indicates the type for the replied comment. additionalProperties: type: object microsoft.graph.workbookOperationError: @@ -44093,7 +44197,7 @@ components: description: Represents whether the casing impacted the last sort of the table. Read-only. method: type: string - description: 'Represents Chinese character ordering method last used to sort the table. The possible values are: PinYin, StrokeCount. Read-only.' + description: 'Represents Chinese character ordering method last used to sort the table. Possible values are: PinYin, StrokeCount. Read-only.' additionalProperties: type: object microsoft.graph.workbookChart: @@ -44319,7 +44423,7 @@ components: nullable: true dataOption: type: string - description: 'Represents additional sorting options for this field. The possible values are: Normal, TextAsNumber.' + description: 'Represents additional sorting options for this field. Possible values are: Normal, TextAsNumber.' icon: $ref: '#/components/schemas/microsoft.graph.workbookIcon' key: @@ -44330,7 +44434,7 @@ components: format: int32 sortOn: type: string - description: 'Represents the type of sorting of this condition. The possible values are: Value, CellColor, FontColor, Icon.' + description: 'Represents the type of sorting of this condition. Possible values are: Value, CellColor, FontColor, Icon.' additionalProperties: type: object microsoft.graph.workbookChartAxes: @@ -44555,7 +44659,7 @@ components: format: int32 set: type: string - description: 'Represents the set that the icon is part of. The possible values are: Invalid, ThreeArrows, ThreeArrowsGray, ThreeFlags, ThreeTrafficLights1, ThreeTrafficLights2, ThreeSigns, ThreeSymbols, ThreeSymbols2, FourArrows, FourArrowsGray, FourRedToBlack, FourRating, FourTrafficLights, FiveArrows, FiveArrowsGray, FiveRating, FiveQuarters, ThreeStars, ThreeTriangles, FiveBoxes.' + description: 'Represents the set that the icon is part of. Possible values are: Invalid, ThreeArrows, ThreeArrowsGray, ThreeFlags, ThreeTrafficLights1, ThreeTrafficLights2, ThreeSigns, ThreeSymbols, ThreeSymbols2, FourArrows, FourArrowsGray, FourRedToBlack, FourRating, FourTrafficLights, FiveArrows, FiveArrowsGray, FiveRating, FiveQuarters, ThreeStars, ThreeTriangles, FiveBoxes.' additionalProperties: type: object microsoft.graph.workbookChartAxis: diff --git a/openApiDocs/beta/Education.yml b/openApiDocs/beta/Education.yml index 91d2e788130..d32d78dd1e4 100644 --- a/openApiDocs/beta/Education.yml +++ b/openApiDocs/beta/Education.yml @@ -15382,7 +15382,7 @@ components: 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.' + description: 'The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select.' assignedLicenses: type: array items: @@ -15423,7 +15423,7 @@ components: 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.' + 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).' nullable: true infoCatalogs: type: array @@ -15496,13 +15496,13 @@ components: 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. + description: The preferred language for a 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.' + 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 for 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 @@ -15529,7 +15529,7 @@ components: 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.' + description: 'Specifies a 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 @@ -15547,11 +15547,11 @@ components: 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. Supported only on the Get group API (GET /groups/{ID}).' + description: 'true if the group is not displayed in certain parts of the Outlook user interface: in the Address Book, in address lists for selecting message recipients, and in the Browse Groups dialog for searching groups; false otherwise. Default value is false. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}).' 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. Supported only on the Get group API (GET /groups/{ID}).' + description: 'true if the group is not displayed in Outlook clients, such as Outlook for Windows and Outlook on the web, false otherwise. Default value is false. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}).' nullable: true isFavorite: type: boolean @@ -15571,7 +15571,7 @@ components: 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. Supported only on the Get group API (GET /groups/{ID}).' + description: 'Count of conversations that have received new posts since the signed-in user last visited the group. This property is the same as unseenConversationsCount.Returned only on $select. Supported only on the Get group API (GET /groups/{ID}).' format: int32 nullable: true unseenMessagesCount: @@ -15602,12 +15602,12 @@ components: 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.' + description: 'Groups and administrative units 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.' + description: 'Users, contacts, and groups that are members of this group. HTTP Methods: GET (supported for all groups), POST (supported for security groups and mail-enabled security groups), DELETE (supported only for security groups) Read-only. Nullable.' membersWithLicenseErrors: type: array items: @@ -15617,7 +15617,7 @@ components: 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.' + description: 'The owners of the group. The owners are a set of non-admin users who are allowed to modify this object. HTTP Methods: GET (supported for all groups), POST (supported for security groups and mail-enabled security groups), DELETE (supported only for security groups) Read-only. Nullable.' permissionGrants: type: array items: @@ -15626,7 +15626,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.directorySetting' - description: Read-only. Nullable. + description: 'Settings that can govern this group''s behavior, like whether members can invite guest users to the group. Nullable.' transitiveMemberOf: type: array items: @@ -15656,7 +15656,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.event' - description: The group's calendar events. + description: The group's events. rejectedSenders: type: array items: @@ -15718,7 +15718,7 @@ components: description: 'Related records related to the user. Possible relationships are parent, relative, aide, doctor, guardian, child, other, unknownFutureValue' accountEnabled: type: boolean - description: 'True if the account is enabled; otherwise, false. This property is required when a user is created. Supports $filter.' + description: 'True if the account is enabled; otherwise, false. This property is required when a user is created. Supports /$filter.' nullable: true assignedLicenses: type: array @@ -15739,11 +15739,11 @@ components: $ref: '#/components/schemas/microsoft.graph.identitySet' department: type: string - description: The name for the department in which the user works. Supports $filter. + description: The name for the department in which the user works. Supports /$filter. nullable: true 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.' + description: The name displayed in the address book for the user. Supports $filter and $orderby. nullable: true externalSource: $ref: '#/components/schemas/microsoft.graph.educationExternalSource' @@ -15753,17 +15753,17 @@ components: nullable: true givenName: type: string - description: The given name (first name) of the user. Supports $filter. + description: The given name (first name) of the user. Supports /$filter. nullable: true mail: type: string - description: 'The SMTP address for the user; for example, ''jeff@contoso.onmicrosoft.com''. Read-Only. Supports $filter.' + description: 'The SMTP address for the user; for example, ''jeff@contoso.onmicrosoft.com''. Read-Only. Supports /$filter.' nullable: true mailingAddress: $ref: '#/components/schemas/microsoft.graph.physicalAddress' mailNickname: type: string - description: The mail alias for the user. This property must be specified when a user is created. Supports $filter. + description: The mail alias for the user. This property must be specified when a user is created. Supports /$filter. nullable: true middleName: type: string @@ -15780,7 +15780,7 @@ components: $ref: '#/components/schemas/microsoft.graph.educationOnPremisesInfo' 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 can be specified together; for example: ''DisablePasswordExpiration, DisableStrongPassword''.' + description: 'Specifies password policies for the user. See standard [user] resource for additional details.' nullable: true passwordProfile: $ref: '#/components/schemas/microsoft.graph.passwordProfile' @@ -15809,21 +15809,21 @@ components: $ref: '#/components/schemas/microsoft.graph.educationStudent' surname: type: string - description: The user's surname (family name or last name). Supports $filter. + description: The user's surname (family name or last name). Supports /$filter. nullable: true teacher: $ref: '#/components/schemas/microsoft.graph.educationTeacher' usageLocation: type: string - description: 'A two-letter country code (ISO standard 3166). Required for users who will be assigned licenses due to a legal requirement to check for availability of services in countries or regions. Examples include: ''US'', ''JP'', and ''GB''. Not nullable. Supports $filter.' + description: 'A two-letter country code ([ISO 3166 Alpha-2]). Required for users who will be assigned licenses. 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.' + description: 'The user principal name (UPN) for the user. Supports $filter and $orderby. See standard [user] resource for additional details.' 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.' + description: 'A string value that can be used to classify user types in your directory, such as ''Member'' and ''Guest''. Supports /$filter.' nullable: true assignments: type: array @@ -15922,30 +15922,30 @@ components: $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.' + description: 'true if the account is enabled; otherwise, false. This property is required when a user is created. Returned only on $select. 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.' + 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. Returned only on $select.' nullable: true assignedLicenses: type: array items: $ref: '#/components/schemas/microsoft.graph.assignedLicense' - description: The licenses that are assigned to the user. Returned only on $select. Not nullable. Supports $filter. + description: The licenses that are assigned to the user. Not nullable. Supports $filter. assignedPlans: type: array items: $ref: '#/components/schemas/microsoft.graph.assignedPlan' - description: The plans that are assigned to the user. Read-only. Not nullable. + description: The plans that are assigned to the user. Returned only on $select. 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. Read-only for users synced from on-premises directory. Returned by default.' + description: The telephone numbers for the user. Only one number can be set for this property. Returned by default. Read-only for users synced from on-premises directory. city: type: string - description: The city in which the user is located. Supports $filter. + description: The city in which the user is located. Returned only on $select. Supports $filter. nullable: true companyName: type: string @@ -15953,25 +15953,25 @@ components: 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.' + 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. Returned only on $select.' nullable: true country: type: string - description: 'The country/region in which the user is located; for example, ''US'' or ''UK''. Supports $filter.' + description: 'The country/region in which the user is located; for example, ''US'' or ''UK''. Returned only on $select. 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. + description: The date and time the user was created. The value cannot be modified and is automatically populated when the entity is created. The DateTimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. Property is nullable. A null value indicates that an accurate creation time couldn't be determined for the user. Returned only on $select. Read-only. Supports $filter. 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.' + 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). Returned only on $select. Read-only.' nullable: true department: type: string - description: The name for the department in which the user works. Supports $filter. + description: The name for the department in which the user works. Returned only on $select. Supports $filter. nullable: true deviceKeys: type: array @@ -15979,7 +15979,7 @@ components: $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. Returned by default. Supports $filter and $orderby.' + description: 'The name displayed in the address book for the user. This value 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. Returned by default. 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])$' @@ -16007,7 +16007,7 @@ components: nullable: true faxNumber: type: string - description: The fax number of the user. + description: The fax number of the user. Returned only on $select. nullable: true givenName: type: string @@ -16017,7 +16017,7 @@ components: 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.' + 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. Returned only on $select. Supports $filter.' imAddresses: type: array items: @@ -16040,29 +16040,29 @@ components: 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 is 2014-01-01T00:00:00Z' + description: 'The time when this Azure AD user last changed their password. 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 is 2014-01-01T00:00:00Z Returned only on $select. Read-only.' 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.' + 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. Returned only on $select.' nullable: true licenseAssignmentStates: type: array items: $ref: '#/components/schemas/microsoft.graph.licenseAssignmentState' - description: State of license assignments for this user. Read-only. + description: State of license assignments for this user. Returned only on $select. Read-only. mail: type: string description: 'The SMTP address for the user, for example, ''jeff@contoso.onmicrosoft.com''. Returned by default. Supports $filter and endsWith.' nullable: true mailNickname: type: string - description: The mail alias for the user. This property must be specified when a user is created. Supports $filter. + description: The mail alias for the user. This property must be specified when a user is created. Returned only on $select. Supports $filter. nullable: true mobilePhone: type: string - description: The primary cellular telephone number for the user. Read-only for users synced from on-premises directory. Returned by default. + description: The primary cellular telephone number for the user. Returned by default. Read-only for users synced from on-premises directory. nullable: true officeLocation: type: string @@ -16070,59 +16070,59 @@ components: 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. + 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. Returned only on $select. 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.' + 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. Returned only on $select. 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.' + 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. Returned only on $select. 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 is 2014-01-01T00:00:00Z. Read-only.' + 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 is 2014-01-01T00:00:00Z. Returned only on $select. 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. + description: Errors when using Microsoft synchronization product during provisioning. Returned only on $select. 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. + 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. Returned only on $select. 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. + description: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Returned only on $select. 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 + 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). Returned only on $select. 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. + 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. Returned only on $select. 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.' + description: 'A list of additional email addresses for the user; for example: [''bob@contoso.com'', ''Robert@fabrikam.com''].Returned only on $select. 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''.' + 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''.Returned only on $select.' 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.' + 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. Returned only on $select.' nullable: true preferredDataLocation: type: string @@ -16136,35 +16136,35 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.provisionedPlan' - description: The plans that are provisioned for the user. Read-only. Not nullable. + description: The plans that are provisioned for the user. Returned only on $select. 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.' + description: 'For example: [''SMTP: bob@contoso.com'', ''smtp: bob@sales.contoso.com''] The any operator is required for filter expressions on multi-valued properties. Returned only on $select. 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.' + 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. Use invalidateAllRefreshTokens to reset.' 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.' + 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. Returned only on $select.' 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.' + 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. Use revokeSignInSessions to reset.' format: date-time nullable: true state: type: string - description: The state or province in the user's address. Supports $filter. + description: The state or province in the user's address. Returned only on $select. Supports $filter. nullable: true streetAddress: type: string - description: The street address of the user's place of business. + description: The street address of the user's place of business. Returned only on $select. nullable: true surname: type: string @@ -16172,7 +16172,7 @@ components: 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.' + 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. Returned only on $select. Supports $filter.' nullable: true userPrincipalName: type: string @@ -16180,7 +16180,7 @@ components: 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.' + description: 'A string value that can be used to classify user types in your directory, such as ''Member'' and ''Guest''. Returned only on $select. Supports $filter.' nullable: true mailboxSettings: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' @@ -16192,12 +16192,12 @@ components: format: int32 aboutMe: type: string - description: A freeform text entry field for the user to describe themselves. + description: A freeform text entry field for the user to describe themselves. Returned only on $select. 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 is 2014-01-01T00:00:00Z' + 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 is 2014-01-01T00:00:00Z Returned only on $select.' 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])$' @@ -16209,39 +16209,39 @@ components: items: type: string nullable: true - description: A list for the user to describe their interests. + description: A list for the user to describe their interests. Returned only on $select. mySite: type: string - description: The URL for the user's personal site. + description: The URL for the user's personal site. Returned only on $select. nullable: true pastProjects: type: array items: type: string nullable: true - description: A list for the user to enumerate their past projects. + description: A list for the user to enumerate their past projects. Returned only on $select. preferredName: type: string - description: The preferred name for the user. + description: The preferred name for the user. Returned only on $select. nullable: true responsibilities: type: array items: type: string nullable: true - description: A list for the user to enumerate their responsibilities. + description: A list for the user to enumerate their responsibilities. Returned only on $select. schools: type: array items: type: string nullable: true - description: A list for the user to enumerate the schools they have attended. + description: A list for the user to enumerate the schools they have attended. Returned only on $select. skills: type: array items: type: string nullable: true - description: A list for the user to enumerate their skills. + description: A list for the user to enumerate their skills. Returned only on $select. analytics: $ref: '#/components/schemas/microsoft.graph.userAnalytics' usageRights: @@ -16276,7 +16276,7 @@ components: 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. + description: 'The groups, directory roles and administrative units that the user is a member of. Read-only. Nullable.' oauth2PermissionGrants: type: array items: @@ -16336,7 +16336,7 @@ components: 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. + 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: @@ -16360,7 +16360,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.person' - description: People that are relevant to the user. Read-only. Nullable. + description: 'Read-only. The most relevant people to the user. The collection is ordered by their relevance to the user, which is determined by the user''s communication, collaboration and business relationships. A person is an aggregation of information from across mail, contacts and social networks.' drive: $ref: '#/components/schemas/microsoft.graph.drive' drives: @@ -16376,7 +16376,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.extension' - description: The collection of open extensions defined for the user. Read-only. Nullable. + description: The collection of open extensions defined for the user. Nullable. appConsentRequestsForApproval: type: array items: @@ -17016,18 +17016,23 @@ components: properties: clientAppId: type: string + description: ID of the service principal of the Azure AD app that has been granted access. Read-only. nullable: true clientId: type: string + description: ID of the Azure AD app that has been granted access. Read-only. nullable: true permission: type: string + description: The name of the permission. Read-only. nullable: true permissionType: type: string + description: 'The type of permission. Possible values are: Application,Delegated. Read-only.' nullable: true resourceAppId: type: string + description: ID of the Azure AD app that is hosting the resource. Read-only. nullable: true additionalProperties: type: object @@ -17070,15 +17075,15 @@ components: 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.' + 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, through an Outlook client or the corresponding calendarPermission resource. Read-only.' 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.' + description: 'true if the user has the permission to share the calendar, false otherwise. Only the user who created the calendar can share it. Read-only.' nullable: true canViewPrivateItems: type: boolean - description: 'true if the user can read calendar items that have been marked private, false otherwise.' + description: 'true if the user can read calendar items that have been marked private, false otherwise. This property is set through an Outlook client or the corresponding calendarPermission resource. Read-only.' nullable: true changeKey: type: string @@ -17090,7 +17095,7 @@ components: $ref: '#/components/schemas/microsoft.graph.onlineMeetingProviderType' hexColor: type: string - description: 'The calendar color, expressed in a hex color code of three hexadecimal values, each ranging from 00 to FF and representing the red, green, or blue components of the color in the RGB color space. If the user has never explicitly set a color for the calendar, this property is empty. Read-only.' + description: 'The calendar color, expressed in a hex color code of three hexadecimal values, each ranging from 00 to FF and representing the red, green, or blue components of the color in the RGB color space. If the user has never explicitly set a color for the calendar, this property is empty.' nullable: true isDefaultCalendar: type: boolean @@ -17288,7 +17293,7 @@ components: 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. + description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' calendar: $ref: '#/components/schemas/microsoft.graph.calendar' exceptionOccurrences: @@ -17299,12 +17304,12 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.extension' - description: The collection of open extensions defined for the event. Read-only. Nullable. + description: The collection of open extensions defined for the event. Nullable. instances: type: array items: $ref: '#/components/schemas/microsoft.graph.event' - description: The instances of the event. Navigation property. Read-only. Nullable. + description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but does not include occurrences that have been cancelled from the series. Navigation property. Read-only. Nullable.' multiValueExtendedProperties: type: array items: @@ -17673,8 +17678,6 @@ components: 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: @@ -17712,6 +17715,8 @@ components: $ref: '#/components/schemas/microsoft.graph.teamworkTag' template: $ref: '#/components/schemas/microsoft.graph.teamsTemplate' + schedule: + $ref: '#/components/schemas/microsoft.graph.schedule' additionalProperties: type: object microsoft.graph.relatedContact: @@ -17727,7 +17732,7 @@ components: description: Name of the contact. Required. emailAddress: type: string - description: Primary email address of the contact. + description: Email address of the contact. nullable: true id: type: string @@ -17748,12 +17753,12 @@ components: 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. 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 is 2014-01-01T00:00:00Z.' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true capabilityStatus: type: string - description: 'Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. See a detailed description of each value.' + description: 'Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut.' nullable: true service: type: string @@ -17815,7 +17820,7 @@ components: properties: forceChangePasswordNextSignIn: type: boolean - description: true if the user must change her password on the next login; otherwise false. + description: 'If true, at next sign-in, the user must change their password. After a password change, this property will be automatically reset to false. If not set, default is false.' nullable: true forceChangePasswordNextSignInWithMfa: type: boolean @@ -17890,7 +17895,7 @@ components: properties: externalId: type: string - description: ID of the teacher in the source system. + description: Id of the Teacher in external source system. nullable: true teacherNumber: type: string @@ -18088,7 +18093,7 @@ components: properties: archiveFolder: type: string - description: Folder ID of an archive folder for the user. + description: Folder ID of an archive folder for the user. Read only. nullable: true automaticRepliesSetting: $ref: '#/components/schemas/microsoft.graph.automaticRepliesSetting' @@ -18464,7 +18469,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.extension' - description: The collection of open extensions defined for the contact. Read-only. Nullable. + description: The collection of open extensions defined for the contact. Nullable. multiValueExtendedProperties: type: array items: @@ -18581,7 +18586,7 @@ components: $ref: '#/components/schemas/microsoft.graph.itemBody' bodyPreview: type: string - description: The first 255 characters of the message body. It is in text format. + description: 'The first 255 characters of the message body. It is in text format. If the message contains instances of mention, this property would contain a concatenation of these mentions as well.' nullable: true ccRecipients: type: array @@ -18783,7 +18788,7 @@ components: nullable: true personType: type: string - description: The type of person. + description: 'The type of person, for example distribution list.' nullable: true phones: type: array @@ -18909,11 +18914,11 @@ components: properties: agreementFileId: type: string - description: The identifier of the agreement file accepted by the user. + description: ID of the agreement file accepted by the user. nullable: true agreementId: type: string - description: The identifier of the agreement. + description: ID of the agreement. nullable: true deviceDisplayName: type: string @@ -18925,22 +18930,22 @@ components: nullable: true deviceOSType: type: string - description: The operating system used to accept the agreement. + description: The operating system used for accepting the agreement. nullable: true deviceOSVersion: type: string - description: The operating system version of the device used to accept the agreement. + description: The operating system version of the device used for accepting the agreement. 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: 'The expiration date time of the acceptance. 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''' + description: 'The expiration date time of the acceptance. 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 is 2014-01-01T00:00:00Z' 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: '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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true state: @@ -18955,7 +18960,7 @@ components: nullable: true userId: type: string - description: The identifier of the user who accepted the agreement. + description: ID of the user who accepted the agreement. nullable: true userPrincipalName: type: string @@ -18972,26 +18977,26 @@ components: 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 + description: Created date time in UTC of the device enrollment configuration format: date-time description: type: string - description: Not yet documented + description: The description of the device enrollment configuration nullable: true displayName: type: string - description: Not yet documented + description: The display name of the device enrollment configuration 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 + description: Last modified date time in UTC of the device enrollment configuration format: date-time priority: maximum: 2147483647 minimum: -2147483648 type: integer - description: Not yet documented + description: Priority is used when a user exists in multiple groups that are assigned enrollment configuration. Users are subject only to the configuration with the lowest priority value. format: int32 roleScopeTagIds: type: array @@ -19003,13 +19008,13 @@ components: maximum: 2147483647 minimum: -2147483648 type: integer - description: Not yet documented + description: The version of the device enrollment configuration format: int32 assignments: type: array items: $ref: '#/components/schemas/microsoft.graph.enrollmentConfigurationAssignment' - description: The list of group assignments for the device configuration profile. + description: The list of group assignments for the device configuration profile additionalProperties: type: object description: The Base Class of Device Enrollment Configuration @@ -19025,11 +19030,11 @@ components: nullable: true activationLockBypassCode: type: string - description: Code that allows the Activation Lock on a device to be bypassed. + description: Code that allows the Activation Lock on a device to be bypassed. This property is read-only. nullable: true androidSecurityPatchLevel: type: string - description: Android security patch level + description: Android security patch level. This property is read-only. nullable: true autopilotEnrolled: type: boolean @@ -19040,18 +19045,23 @@ components: nullable: true azureADDeviceId: type: string - description: The unique identifier for the Azure Active Directory device. Read only. + description: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. nullable: true azureADRegistered: type: boolean - description: Whether the device is Azure Active Directory registered. + description: Whether the device is Azure Active Directory registered. This property is read-only. nullable: true chassisType: $ref: '#/components/schemas/microsoft.graph.chassisType' + chromeOSDeviceInfo: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.chromeOSDeviceProperty' + description: List of properties of the ChromeOS Device. 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 + description: The DateTime when device compliance grace period expires. This property is read-only. format: date-time complianceState: $ref: '#/components/schemas/microsoft.graph.complianceState' @@ -19065,10 +19075,10 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.deviceActionResult' - description: List of ComplexType deviceActionResult objects. + description: List of ComplexType deviceActionResult objects. This property is read-only. deviceCategoryDisplayName: type: string - description: Device category display name + description: Device category display name. This property is read-only. nullable: true deviceEnrollmentType: $ref: '#/components/schemas/microsoft.graph.deviceEnrollmentType' @@ -19076,7 +19086,7 @@ components: $ref: '#/components/schemas/microsoft.graph.deviceHealthAttestationState' deviceName: type: string - description: Name of the device + description: Name of the device. This property is read-only. nullable: true deviceRegistrationState: $ref: '#/components/schemas/microsoft.graph.deviceRegistrationState' @@ -19084,24 +19094,24 @@ components: $ref: '#/components/schemas/microsoft.graph.deviceType' easActivated: type: boolean - description: Whether the device is Exchange ActiveSync activated. + description: Whether the device is Exchange ActiveSync activated. This property is read-only. 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. + description: Exchange ActivationSync activation time of the device. This property is read-only. format: date-time easDeviceId: type: string - description: Exchange ActiveSync Id of the device. + description: Exchange ActiveSync Id of the device. This property is read-only. nullable: true emailAddress: type: string - description: Email(s) for the user associated with the device + description: Email(s) for the user associated with the device. This property is read-only. 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. + description: Enrollment time of the device. This property is read-only. format: date-time ethernetMacAddress: type: string @@ -19114,11 +19124,11 @@ components: 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. + description: Last time the device contacted Exchange. This property is read-only. format: date-time freeStorageSpaceInBytes: type: integer - description: Free Storage in Bytes + description: Free Storage in Bytes. This property is read-only. format: int64 hardwareInformation: $ref: '#/components/schemas/microsoft.graph.hardwareInformation' @@ -19128,24 +19138,24 @@ components: nullable: true imei: type: string - description: IMEI + description: IMEI. This property is read-only. nullable: true isEncrypted: type: boolean - description: Device encryption status + description: Device encryption status. This property is read-only. isSupervised: type: boolean - description: Device supervised status + description: Device supervised status. This property is read-only. jailBroken: type: string - description: whether the device is jail broken or rooted. + description: whether the device is jail broken or rooted. This property is read-only. 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. + description: The date and time that the device last completed a successful sync with Intune. This property is read-only. format: date-time lostModeState: $ref: '#/components/schemas/microsoft.graph.lostModeState' @@ -19168,15 +19178,15 @@ components: $ref: '#/components/schemas/microsoft.graph.managementState' manufacturer: type: string - description: Manufacturer of the device + description: Manufacturer of the device. This property is read-only. nullable: true meid: type: string - description: MEID + description: MEID. This property is read-only. nullable: true model: type: string - description: Model of the device + description: Model of the device. This property is read-only. nullable: true notes: type: string @@ -19184,11 +19194,11 @@ components: nullable: true operatingSystem: type: string - description: 'Operating system of the device. Windows, iOS, etc.' + description: 'Operating system of the device. Windows, iOS, etc. This property is read-only.' nullable: true osVersion: type: string - description: Operating system version of the device. + description: Operating system version of the device. This property is read-only. nullable: true ownerType: $ref: '#/components/schemas/microsoft.graph.ownerType' @@ -19196,7 +19206,7 @@ components: $ref: '#/components/schemas/microsoft.graph.managedDevicePartnerReportedHealthState' phoneNumber: type: string - description: Phone number of the device + description: Phone number of the device. This property is read-only. nullable: true physicalMemoryInBytes: type: integer @@ -19211,11 +19221,11 @@ components: $ref: '#/components/schemas/microsoft.graph.managedDeviceArchitecture' remoteAssistanceSessionErrorDetails: type: string - description: An error string that identifies issues when creating Remote Assistance session objects. + description: An error string that identifies issues when creating Remote Assistance session objects. This property is read-only. nullable: true remoteAssistanceSessionUrl: type: string - description: Url that allows a Remote Assistance session to be established with the device. + description: Url that allows a Remote Assistance session to be established with the device. This property is read-only. nullable: true requireUserEnrollmentApproval: type: boolean @@ -19234,7 +19244,7 @@ components: description: List of Scope Tag IDs for this Device instance. serialNumber: type: string - description: SerialNumber + description: SerialNumber. This property is read-only. nullable: true skuFamily: type: string @@ -19252,11 +19262,11 @@ components: nullable: true subscriberCarrier: type: string - description: Subscriber Carrier + description: Subscriber Carrier. This property is read-only. nullable: true totalStorageSpaceInBytes: type: integer - description: Total Storage in Bytes + description: Total Storage in Bytes. This property is read-only. format: int64 udid: type: string @@ -19264,15 +19274,15 @@ components: nullable: true userDisplayName: type: string - description: User display name + description: User display name. This property is read-only. nullable: true userId: type: string - description: Unique Identifier for the user associated with the device + description: Unique Identifier for the user associated with the device. This property is read-only. nullable: true userPrincipalName: type: string - description: Device user principal name + description: Device user principal name. This property is read-only. nullable: true usersLoggedOn: type: array @@ -19281,7 +19291,7 @@ components: description: Indicates the last logged on users of a device. This property is read-only. wiFiMacAddress: type: string - description: Wi-Fi MAC + description: Wi-Fi MAC. This property is read-only. nullable: true windowsActiveMalwareCount: maximum: 2147483647 @@ -19417,7 +19427,7 @@ components: 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 management service. + description: Zero or more policys already applied on the registered app when it last synchronized with managment service. intendedPolicies: type: array items: @@ -19619,7 +19629,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.plannerTask' - description: Read-only. Nullable. Returns the plannerPlans shared with the user. + description: Read-only. Nullable. Returns the plannerTasks assigned to the user. additionalProperties: type: object microsoft.graph.itemInsights: @@ -19821,7 +19831,7 @@ components: properties: accountEnabled: type: boolean - description: 'true if the account is enabled; otherwise, false. Required.' + description: 'true if the account is enabled; otherwise, false. default is true.' nullable: true alternativeSecurityIds: type: array @@ -19846,7 +19856,7 @@ components: nullable: true deviceId: type: string - description: Unique identifier set by Azure Device Registration Service at the time of registration. + description: Identifier set by Azure Device Registration Service at the time of registration. nullable: true deviceMetadata: type: string @@ -19919,7 +19929,7 @@ components: nullable: true operatingSystemVersion: type: string - description: The version of the operating system on the device. Required. + description: Operating system version of the device. Required. nullable: true physicalIds: type: array @@ -19943,7 +19953,7 @@ components: 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 devices), AzureAd (Cloud only joined devices), ServerAd (on-premises domain joined devices joined to Azure AD). For more details, see Introduction to device management in Azure Active Directory' + description: 'Type of trust for the joined device. Read-only. Possible values: Workplace (indicates bring your own personal devices), AzureAd (Cloud only joined devices), ServerAd (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 @@ -20104,6 +20114,8 @@ components: type: string description: The video teleconferencing ID. Read-only. nullable: true + meetingAttendanceReport: + $ref: '#/components/schemas/microsoft.graph.meetingAttendanceReport' additionalProperties: type: object microsoft.graph.presence: @@ -20114,7 +20126,7 @@ components: properties: activity: type: string - description: 'The supplemental information to a user''s availability. Possible values are Available, Away, BeRightBack, Busy, DoNotDisturb, InACall, InAConferenceCall, Inactive, InAMeeting, Offline, OffWork, OutOfOffice, PresenceUnknown, Presenting, UrgentInterruptionsOnly.' + description: 'The supplemental information to a user''s availability. Possible values are Available, Away, BeRightBack, Busy, DoNotDisturb, InACall, InAConferenceCall, Inactive,InAMeeting, Offline, OffWork,OutOfOffice, PresenceUnknown,Presenting, UrgentInterruptionsOnly.' nullable: true availability: type: string @@ -20211,6 +20223,11 @@ components: items: $ref: '#/components/schemas/microsoft.graph.chatMessage' description: A collection of all the messages in the chat. Nullable. + permissionGrants: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.resourceSpecificPermissionGrant' + description: A collection of permissions granted to apps for the chat. tabs: type: array items: @@ -20340,7 +20357,7 @@ components: properties: name: type: string - description: Name of the setting (as defined by the groupSettingTemplate). + description: Name of the setting (as defined by the directorySettingTemplate). nullable: true value: type: string @@ -20377,11 +20394,11 @@ components: properties: address: type: string - description: The email address of the person or entity. + description: The email address of an entity instance. nullable: true name: type: string - description: The display name of the person or entity. + description: The display name of an entity instance. nullable: true additionalProperties: type: object @@ -20496,10 +20513,10 @@ components: 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).' + description: 'A single point of time in a combined date and time representation ({date}T{time}). For example, ''2019-04-16T09:00:00''.' timeZone: type: string - description: 'Represents a time zone, for example, ''Pacific Standard Time''. See below for more possible values.' + description: 'Represents a time zone, for example, ''Pacific Standard Time''. See below for possible values.' nullable: true additionalProperties: type: object @@ -20652,7 +20669,7 @@ components: nullable: true name: type: string - description: The attachment's file name. + description: The display name of the attachment. This does not need to be the actual file name. nullable: true size: maximum: 2147483647 @@ -20701,7 +20718,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.attachment' - description: Read-only. Nullable. + description: 'The collection of fileAttachment, itemAttachment, and referenceAttachment attachments for the post. Read-only. Nullable.' extensions: type: array items: @@ -21289,7 +21306,7 @@ components: 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. + description: 'A unique token that can be used to access this shared item via the [shares API][]. Read-only.' nullable: true additionalProperties: type: object @@ -21348,14 +21365,14 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.plannerBucket' - description: Read-only. Nullable. Collection of buckets in the plan. + description: Collection of buckets in the plan. Read-only. Nullable. 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. + description: Collection of tasks in the plan. Read-only. Nullable. additionalProperties: type: object microsoft.graph.notebook: @@ -21606,7 +21623,7 @@ components: nullable: true allowCreateUpdateChannels: type: boolean - description: 'If set to true, members can add and update channels.' + description: 'If set to true, members can add and update any channels.' nullable: true allowCreateUpdateRemoveConnectors: type: boolean @@ -21668,99 +21685,6 @@ components: - 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' @@ -21925,6 +21849,99 @@ components: type: object additionalProperties: type: object + 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.contactRelationship: title: contactRelationship enum: @@ -22239,7 +22256,7 @@ components: 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.' + 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}$' @@ -22828,6 +22845,28 @@ components: - mobileOther - mobileUnknown type: string + microsoft.graph.chromeOSDeviceProperty: + title: chromeOSDeviceProperty + type: object + properties: + name: + type: string + description: Name of the property + nullable: true + updatable: + type: boolean + description: Whether this property is updatable + value: + type: string + description: Value of the property + nullable: true + valueType: + type: string + description: Type of the value + nullable: true + additionalProperties: + type: object + description: Represents a property of the ChromeOS device. microsoft.graph.complianceState: title: complianceState enum: @@ -24102,17 +24141,17 @@ components: 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.' + description: Access this property from the derived type itemInsights. 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.' + description: Access this property from the derived type itemInsights. 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.' + description: Access this property from the derived type itemInsights. additionalProperties: type: object microsoft.graph.userInsightsSettings: @@ -24935,7 +24974,7 @@ components: properties: messageId: type: string - description: The unique identifier of a message in a Microsoft Teams channel. + description: The unique identifier for a message in a Microsoft Teams channel. nullable: true replyChainMessageId: type: string @@ -24981,6 +25020,18 @@ components: description: For broadcast meeting only. additionalProperties: type: object + microsoft.graph.meetingAttendanceReport: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: meetingAttendanceReport + type: object + properties: + attendanceRecords: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.attendanceRecord' + additionalProperties: + type: object microsoft.graph.outOfOfficeSettings: title: outOfOfficeSettings type: object @@ -25262,12 +25313,12 @@ components: $ref: '#/components/schemas/microsoft.graph.channelIdentity' chatId: type: string - description: The identity of the chat in which the message was posted. + description: 'If the message was sent in a chat, represents the identity of the chat.' 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. + description: Timestamp of when the chat message was created. format: date-time nullable: true deletedDateTime: @@ -25287,18 +25338,18 @@ components: 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. + description: Read only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the 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.' + description: 'Read only. Timestamp when the chat message is created (initial setting) or modified, 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. + description: Locale of the chat message set by the client. Always set to en-us. mentions: type: array items: @@ -25315,7 +25366,7 @@ components: description: 'Reactions for this chat message (for example, Like).' 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) + 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 @@ -25327,15 +25378,18 @@ components: nullable: true webUrl: type: string + description: Read-only. Link to the message in Microsoft Teams. nullable: true hostedContents: type: array items: $ref: '#/components/schemas/microsoft.graph.chatMessageHostedContent' + description: 'Content in a message hosted by Microsoft Teams e.g. images, code snippets etc.' replies: type: array items: $ref: '#/components/schemas/microsoft.graph.chatMessage' + description: Replies for a specified message. additionalProperties: type: object microsoft.graph.teamsTab: @@ -25531,7 +25585,7 @@ components: 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.' + description: 'A collection of the days of the week on which the event occurs. 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: @@ -25634,7 +25688,7 @@ components: properties: upgradeAvailable: type: boolean - description: Indicates whether there are higher storage quota plans available. Read-only. + description: Indicates if there are higher storage quota plans available. Read-only. nullable: true additionalProperties: type: object @@ -25902,12 +25956,12 @@ components: nullable: true latitude: type: number - description: 'Optional. The latitude, in decimal, for the item. Read-only.' + description: 'Optional. The latitude, in decimal, for the item. Writable on OneDrive Personal.' format: double nullable: true longitude: type: number - description: 'Optional. The longitude, in decimal, for the item. Read-only.' + description: 'Optional. The longitude, in decimal, for the item. Writable on OneDrive Personal.' format: double nullable: true additionalProperties: @@ -25990,7 +26044,7 @@ components: 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. + description: The date and time the photo was taken in UTC time. Read-only. format: date-time nullable: true additionalProperties: @@ -26212,7 +26266,7 @@ components: 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.' + 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. Nullable.' tables: type: array items: @@ -26237,14 +26291,14 @@ components: 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.' + description: '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. Required. 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. + description: Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 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. Optional. 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.' + 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 @@ -26252,12 +26306,12 @@ components: nullable: true encryptionCertificateId: type: string - description: A custom app-provided identifier to help identify the certificate needed to decrypt resource data. Optional. + description: A custom app-provided identifier to help identify the certificate needed to decrypt resource data. Optional. Required when includeResourceData is true. 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.' + description: '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. Required.' format: date-time includeResourceData: type: boolean @@ -26281,10 +26335,10 @@ components: 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. + description: The URL of the endpoint that receives the change notifications. This URL must make use of the HTTPS protocol. Required. 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. + description: Specifies the resource that will be monitored for changes. Do not include the base URL (https://graph.microsoft.com/beta/). See the possible resource path values for each supported resource. Required. additionalProperties: type: object microsoft.graph.thumbnailSet: @@ -26311,7 +26365,6 @@ components: properties: content: type: string - description: The content stream for this version of the item. format: base64url nullable: true size: @@ -26821,6 +26874,7 @@ components: nullable: true parentSiteId: type: string + description: Id of the parent site of this group. nullable: true scope: $ref: '#/components/schemas/microsoft.graph.termStore.termGroupScope' @@ -27062,20 +27116,171 @@ components: - moderate - unknownFutureValue type: string - microsoft.graph.operationStatus: - title: operationStatus + microsoft.graph.channelMembershipType: + title: channelMembershipType enum: - - NotStarted - - Running - - Completed - - Failed + - standard + - private + - unknownFutureValue + - shared type: string - microsoft.graph.timeClockSettings: - title: timeClockSettings + microsoft.graph.channelModerationSettings: + title: channelModerationSettings type: object properties: - approvedLocation: - $ref: '#/components/schemas/microsoft.graph.geoCoordinates' + allowNewMessageFromBots: + type: boolean + description: Indicates whether bots are allowed to post messages. + nullable: true + allowNewMessageFromConnectors: + type: boolean + description: Indicates whether connectors are allowed to post messages. + nullable: true + replyRestriction: + $ref: '#/components/schemas/microsoft.graph.replyRestriction' + userNewMessageRestriction: + $ref: '#/components/schemas/microsoft.graph.userNewMessageRestriction' + 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: + allowedInstallationScopes: + $ref: '#/components/schemas/microsoft.graph.teamsAppInstallationScopes' + azureADAppId: + type: string + description: The WebApplicationInfo.id from the Teams App manifest. + nullable: true + createdBy: + $ref: '#/components/schemas/microsoft.graph.identitySet' + description: + type: string + description: Verbose description of the application. + 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 + bot: + $ref: '#/components/schemas/microsoft.graph.teamworkBot' + 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 + - teamifyGroup + - createChannel + type: string + microsoft.graph.teamsAsyncOperationStatus: + title: teamsAsyncOperationStatus + enum: + - invalid + - notStarted + - inProgress + - succeeded + - failed + - unknownFutureValue + type: string + microsoft.graph.teamworkTagType: + title: teamworkTagType + enum: + - standard + type: string + microsoft.graph.teamworkTagMember: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: teamworkTagMember + type: object + properties: + displayName: + type: string + nullable: true + tenantId: + type: string + nullable: true + userId: + type: string + nullable: true + additionalProperties: + type: object + 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: @@ -27096,11 +27301,11 @@ components: nullable: true recipientUserId: type: string - description: User ID of the recipient of the offer shift request. + 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. + description: User id of the sender of the offer shift request. nullable: true additionalProperties: type: object @@ -27188,7 +27393,7 @@ components: properties: recipientShiftId: type: string - description: ShiftId for the recipient user with whom the request is to swap. + description: Shift ID for the recipient user with whom the request is to swap. nullable: true additionalProperties: type: object @@ -27280,157 +27485,6 @@ components: nullable: true additionalProperties: type: object - microsoft.graph.channelMembershipType: - title: channelMembershipType - enum: - - standard - - private - - unknownFutureValue - - shared - type: string - microsoft.graph.channelModerationSettings: - title: channelModerationSettings - type: object - properties: - allowNewMessageFromBots: - type: boolean - description: Indicates whether bots are allowed to post messages. - nullable: true - allowNewMessageFromConnectors: - type: boolean - description: Indicates whether connectors are allowed to post messages. - nullable: true - replyRestriction: - $ref: '#/components/schemas/microsoft.graph.replyRestriction' - userNewMessageRestriction: - $ref: '#/components/schemas/microsoft.graph.userNewMessageRestriction' - 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: - allowedInstallationScopes: - $ref: '#/components/schemas/microsoft.graph.teamsAppInstallationScopes' - azureADAppId: - type: string - description: The WebApplicationInfo.id from the Teams App manifest. - nullable: true - createdBy: - $ref: '#/components/schemas/microsoft.graph.identitySet' - description: - type: string - description: Verbose description of the application. - 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 - bot: - $ref: '#/components/schemas/microsoft.graph.teamworkBot' - 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 - - teamifyGroup - - createChannel - type: string - microsoft.graph.teamsAsyncOperationStatus: - title: teamsAsyncOperationStatus - enum: - - invalid - - notStarted - - inProgress - - succeeded - - failed - - unknownFutureValue - type: string - microsoft.graph.teamworkTagType: - title: teamworkTagType - enum: - - standard - type: string - microsoft.graph.teamworkTagMember: - allOf: - - $ref: '#/components/schemas/microsoft.graph.entity' - - title: teamworkTagMember - type: object - properties: - displayName: - type: string - nullable: true - tenantId: - type: string - nullable: true - userId: - type: string - nullable: true - additionalProperties: - type: object microsoft.graph.externalAudienceScope: title: externalAudienceScope enum: @@ -27721,7 +27775,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.recipient' - description: The email addresses to which a message should be redirected. + description: The email address to which a message should be redirected. stopProcessingRules: type: boolean description: Indicates whether subsequent rules should be evaluated. @@ -27980,11 +28034,11 @@ components: nullable: true queryRoot: type: string - description: The type of query. Examples include MicrosoftGraph and ARM. + description: 'In the scenario where reviewers need to be specified dynamically, this property is used to indicate the relative source of the query. This property is only required if a relative query (i.e., ./manager) is specified.' nullable: true queryType: type: string - description: 'In the scenario where reviewers need to be specified dynamically, this property is used to indicate the relative source of the query. This property is only required if a relative query (i.e., ./manager) is specified.' + description: The type of query. Examples include MicrosoftGraph and ARM. nullable: true additionalProperties: type: object @@ -29072,6 +29126,30 @@ components: nullable: true additionalProperties: type: object + microsoft.graph.attendanceRecord: + title: attendanceRecord + type: object + properties: + attendanceIntervals: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.attendanceInterval' + emailAddress: + type: string + nullable: true + identity: + $ref: '#/components/schemas/microsoft.graph.identity' + role: + type: string + nullable: true + totalAttendanceInSeconds: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + nullable: true + additionalProperties: + type: object microsoft.graph.attestationLevel: title: attestationLevel enum: @@ -29123,7 +29201,7 @@ components: nullable: true contentType: type: string - description: 'The media type of the content attachment. It can have the following values: reference: Attachment is a link to another file. Populate the contentURL with the link to the object.file: Raw file attachment. Populate the contenturl field with the base64 encoding of the file in data: format.image/: Image type with the type of the image specified ex: image/png, image/jpeg, image/gif. Populate the contentUrl field with the base64 encoding of the file in data: format.video/: Video type with the format specified. Ex: video/mp4. Populate the contentUrl field with the base64 encoding of the file in data: format.audio/: Audio type with the format specified. Ex: audio/wmw. Populate the contentUrl field with the base64 encoding of the file in data: format.application/card type: Rich card attachment type with the card type specifying the exact card format to use. Set content with the json format of the card. Supported values for card type include:application/vnd.microsoft.card.adaptive: A rich card that can contain any combination of text, speech, images,,buttons, and input fields. Set the content property to,an AdaptiveCard object.application/vnd.microsoft.card.animation: A rich card that plays animation. Set the content property,to an AnimationCardobject.application/vnd.microsoft.card.audio: A rich card that plays audio files. Set the content property,to an AudioCard object.application/vnd.microsoft.card.video: A rich card that plays videos. Set the content property,to a VideoCard object.application/vnd.microsoft.card.hero: A Hero card. Set the content property to a HeroCard object.application/vnd.microsoft.card.thumbnail: A Thumbnail card. Set the content property to a ThumbnailCard object.application/vnd.microsoft.com.card.receipt: A Receipt card. Set the content property to a ReceiptCard object.application/vnd.microsoft.com.card.signin: A user Sign In card. Set the content property to a SignInCard object.' + description: 'The media type of the content attachment. It can have the following values: reference: Attachment is a link to another file. Populate the contentURL with the link to the object.Any contentTypes supported by the Bot Framework''s Attachment objectapplication/vnd.microsoft.card.codesnippet: A code snippet. application/vnd.microsoft.card.announcement: An announcement header.' nullable: true contentUrl: type: string @@ -29501,7 +29579,7 @@ components: properties: crc32Hash: type: string - description: The CRC32 value of the file in little endian (if available). Read-only. + description: The CRC32 value of the file (if available). Read-only. nullable: true quickXorHash: type: string @@ -29586,7 +29664,7 @@ components: properties: content: type: string - description: The content of comment. + description: The content of the comment. nullable: true contentType: type: string @@ -29624,7 +29702,7 @@ components: 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.' + description: 'Indicates what type of reference is associated with the name. Possible values are: String, Integer, Double, Boolean, Range. Read-only.' nullable: true value: $ref: '#/components/schemas/microsoft.graph.Json' @@ -29688,7 +29766,7 @@ components: 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.' + description: 'Constant value that represents the Table style. 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 @@ -29902,11 +29980,11 @@ components: properties: key: type: string - description: Key for the key-value pair. + description: 'Contains the name of the field that a value is associated with. When a sign in or domain hint is included in the sign-in request, corresponding fields are included as key-value pairs. Possible keys: Login hint present, Domain hint present.' nullable: true value: type: string - description: Value for the key-value pair. + description: Contains the corresponding value for the specified key. The value is true if a sign in hint was included in the sign-in request; otherwise false. The value is true if a domain hint was included in the sign-in request; otherwise false. nullable: true additionalProperties: type: object @@ -30106,6 +30184,52 @@ components: nullable: true additionalProperties: type: object + microsoft.graph.replyRestriction: + title: replyRestriction + enum: + - everyone + - authorAndModerators + - unknownFutureValue + type: string + microsoft.graph.userNewMessageRestriction: + title: userNewMessageRestriction + enum: + - everyone + - everyoneExceptGuests + - moderators + - unknownFutureValue + type: string + microsoft.graph.teamsAppDistributionMethod: + title: teamsAppDistributionMethod + enum: + - store + - organization + - sideloaded + - unknownFutureValue + type: string + microsoft.graph.teamsAppInstallationScopes: + title: teamsAppInstallationScopes + enum: + - team + - groupChat + - personal + - unknownFutureValue + type: string + microsoft.graph.teamsAppPublishingState: + title: teamsAppPublishingState + enum: + - submitted + - rejected + - published + - unknownFutureValue + type: string + microsoft.graph.teamworkBot: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: teamworkBot + type: object + additionalProperties: + type: object microsoft.graph.scheduleChangeRequest: allOf: - $ref: '#/components/schemas/microsoft.graph.changeTrackedEntity' @@ -30273,52 +30397,6 @@ components: nullable: true additionalProperties: type: object - microsoft.graph.replyRestriction: - title: replyRestriction - enum: - - everyone - - authorAndModerators - - unknownFutureValue - type: string - microsoft.graph.userNewMessageRestriction: - title: userNewMessageRestriction - enum: - - everyone - - everyoneExceptGuests - - moderators - - unknownFutureValue - type: string - microsoft.graph.teamsAppDistributionMethod: - title: teamsAppDistributionMethod - enum: - - store - - organization - - sideloaded - - unknownFutureValue - type: string - microsoft.graph.teamsAppInstallationScopes: - title: teamsAppInstallationScopes - enum: - - team - - groupChat - - personal - - unknownFutureValue - type: string - microsoft.graph.teamsAppPublishingState: - title: teamsAppPublishingState - enum: - - submitted - - rejected - - published - - unknownFutureValue - type: string - microsoft.graph.teamworkBot: - allOf: - - $ref: '#/components/schemas/microsoft.graph.entity' - - title: teamworkBot - type: object - additionalProperties: - type: object microsoft.graph.volumeType: title: volumeType enum: @@ -30791,6 +30869,28 @@ components: - unknownFutureValue - producer type: string + microsoft.graph.attendanceInterval: + title: attendanceInterval + type: object + properties: + durationInSeconds: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + nullable: true + joinDateTime: + 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 + leaveDateTime: + 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.chatMessagePolicyViolationDlpActionTypes: title: chatMessagePolicyViolationDlpActionTypes enum: @@ -30847,7 +30947,7 @@ components: nullable: true contentType: type: string - description: 'Write only. Content type. sicj as image/png, image/jpg.' + description: 'Write only. Content type, such as image/png, image/jpg.' nullable: true additionalProperties: type: object @@ -30892,11 +30992,11 @@ components: properties: content: type: string - description: The content of a comment reply. + description: The content of replied comment. nullable: true contentType: type: string - description: Indicates the type for the comment reply. + description: Indicates the type for the replied comment. additionalProperties: type: object microsoft.graph.workbookOperationError: @@ -30977,7 +31077,7 @@ components: description: Represents whether the casing impacted the last sort of the table. Read-only. method: type: string - description: 'Represents Chinese character ordering method last used to sort the table. The possible values are: PinYin, StrokeCount. Read-only.' + description: 'Represents Chinese character ordering method last used to sort the table. Possible values are: PinYin, StrokeCount. Read-only.' additionalProperties: type: object microsoft.graph.workbookChart: @@ -31215,7 +31315,7 @@ components: nullable: true dataOption: type: string - description: 'Represents additional sorting options for this field. The possible values are: Normal, TextAsNumber.' + description: 'Represents additional sorting options for this field. Possible values are: Normal, TextAsNumber.' icon: $ref: '#/components/schemas/microsoft.graph.workbookIcon' key: @@ -31226,7 +31326,7 @@ components: format: int32 sortOn: type: string - description: 'Represents the type of sorting of this condition. The possible values are: Value, CellColor, FontColor, Icon.' + description: 'Represents the type of sorting of this condition. Possible values are: Value, CellColor, FontColor, Icon.' additionalProperties: type: object microsoft.graph.workbookChartAxes: @@ -31451,7 +31551,7 @@ components: format: int32 set: type: string - description: 'Represents the set that the icon is part of. The possible values are: Invalid, ThreeArrows, ThreeArrowsGray, ThreeFlags, ThreeTrafficLights1, ThreeTrafficLights2, ThreeSigns, ThreeSymbols, ThreeSymbols2, FourArrows, FourArrowsGray, FourRedToBlack, FourRating, FourTrafficLights, FiveArrows, FiveArrowsGray, FiveRating, FiveQuarters, ThreeStars, ThreeTriangles, FiveBoxes.' + description: 'Represents the set that the icon is part of. Possible values are: Invalid, ThreeArrows, ThreeArrowsGray, ThreeFlags, ThreeTrafficLights1, ThreeTrafficLights2, ThreeSigns, ThreeSymbols, ThreeSymbols2, FourArrows, FourArrowsGray, FourRedToBlack, FourRating, FourTrafficLights, FiveArrows, FiveArrowsGray, FiveRating, FiveQuarters, ThreeStars, ThreeTriangles, FiveBoxes.' additionalProperties: type: object microsoft.graph.workbookChartAxis: diff --git a/openApiDocs/beta/Files.yml b/openApiDocs/beta/Files.yml index ced0eb00c08..4318ddbb374 100644 --- a/openApiDocs/beta/Files.yml +++ b/openApiDocs/beta/Files.yml @@ -26751,7 +26751,7 @@ components: 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. + description: 'A unique token that can be used to access this shared item via the [shares API][]. Read-only.' nullable: true additionalProperties: type: object @@ -27087,14 +27087,14 @@ components: 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.' + description: '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. Required. 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. + description: Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 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. Optional. 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.' + 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 @@ -27102,12 +27102,12 @@ components: nullable: true encryptionCertificateId: type: string - description: A custom app-provided identifier to help identify the certificate needed to decrypt resource data. Optional. + description: A custom app-provided identifier to help identify the certificate needed to decrypt resource data. Optional. Required when includeResourceData is true. 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.' + description: '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. Required.' format: date-time includeResourceData: type: boolean @@ -27131,10 +27131,10 @@ components: 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. + description: The URL of the endpoint that receives the change notifications. This URL must make use of the HTTPS protocol. Required. 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. + description: Specifies the resource that will be monitored for changes. Do not include the base URL (https://graph.microsoft.com/beta/). See the possible resource path values for each supported resource. Required. additionalProperties: type: object microsoft.graph.sharedDriveItem: @@ -27619,12 +27619,12 @@ components: nullable: true latitude: type: number - description: 'Optional. The latitude, in decimal, for the item. Read-only.' + description: 'Optional. The latitude, in decimal, for the item. Writable on OneDrive Personal.' format: double nullable: true longitude: type: number - description: 'Optional. The longitude, in decimal, for the item. Read-only.' + description: 'Optional. The longitude, in decimal, for the item. Writable on OneDrive Personal.' format: double nullable: true additionalProperties: @@ -27707,7 +27707,7 @@ components: 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. + description: The date and time the photo was taken in UTC time. Read-only. format: date-time nullable: true additionalProperties: @@ -27934,7 +27934,7 @@ components: 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.' + 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. Nullable.' tables: type: array items: @@ -27971,7 +27971,6 @@ components: properties: content: type: string - description: The content stream for this version of the item. format: base64url nullable: true size: @@ -28589,30 +28588,30 @@ components: $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.' + description: 'true if the account is enabled; otherwise, false. This property is required when a user is created. Returned only on $select. 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.' + 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. Returned only on $select.' nullable: true assignedLicenses: type: array items: $ref: '#/components/schemas/microsoft.graph.assignedLicense' - description: The licenses that are assigned to the user. Returned only on $select. Not nullable. Supports $filter. + description: The licenses that are assigned to the user. Not nullable. Supports $filter. assignedPlans: type: array items: $ref: '#/components/schemas/microsoft.graph.assignedPlan' - description: The plans that are assigned to the user. Read-only. Not nullable. + description: The plans that are assigned to the user. Returned only on $select. 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. Read-only for users synced from on-premises directory. Returned by default.' + description: The telephone numbers for the user. Only one number can be set for this property. Returned by default. Read-only for users synced from on-premises directory. city: type: string - description: The city in which the user is located. Supports $filter. + description: The city in which the user is located. Returned only on $select. Supports $filter. nullable: true companyName: type: string @@ -28620,25 +28619,25 @@ components: 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.' + 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. Returned only on $select.' nullable: true country: type: string - description: 'The country/region in which the user is located; for example, ''US'' or ''UK''. Supports $filter.' + description: 'The country/region in which the user is located; for example, ''US'' or ''UK''. Returned only on $select. 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. + description: The date and time the user was created. The value cannot be modified and is automatically populated when the entity is created. The DateTimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. Property is nullable. A null value indicates that an accurate creation time couldn't be determined for the user. Returned only on $select. Read-only. Supports $filter. 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.' + 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). Returned only on $select. Read-only.' nullable: true department: type: string - description: The name for the department in which the user works. Supports $filter. + description: The name for the department in which the user works. Returned only on $select. Supports $filter. nullable: true deviceKeys: type: array @@ -28646,7 +28645,7 @@ components: $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. Returned by default. Supports $filter and $orderby.' + description: 'The name displayed in the address book for the user. This value 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. Returned by default. 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])$' @@ -28674,7 +28673,7 @@ components: nullable: true faxNumber: type: string - description: The fax number of the user. + description: The fax number of the user. Returned only on $select. nullable: true givenName: type: string @@ -28684,7 +28683,7 @@ components: 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.' + 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. Returned only on $select. Supports $filter.' imAddresses: type: array items: @@ -28707,29 +28706,29 @@ components: 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 is 2014-01-01T00:00:00Z' + description: 'The time when this Azure AD user last changed their password. 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 is 2014-01-01T00:00:00Z Returned only on $select. Read-only.' 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.' + 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. Returned only on $select.' nullable: true licenseAssignmentStates: type: array items: $ref: '#/components/schemas/microsoft.graph.licenseAssignmentState' - description: State of license assignments for this user. Read-only. + description: State of license assignments for this user. Returned only on $select. Read-only. mail: type: string description: 'The SMTP address for the user, for example, ''jeff@contoso.onmicrosoft.com''. Returned by default. Supports $filter and endsWith.' nullable: true mailNickname: type: string - description: The mail alias for the user. This property must be specified when a user is created. Supports $filter. + description: The mail alias for the user. This property must be specified when a user is created. Returned only on $select. Supports $filter. nullable: true mobilePhone: type: string - description: The primary cellular telephone number for the user. Read-only for users synced from on-premises directory. Returned by default. + description: The primary cellular telephone number for the user. Returned by default. Read-only for users synced from on-premises directory. nullable: true officeLocation: type: string @@ -28737,59 +28736,59 @@ components: 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. + 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. Returned only on $select. 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.' + 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. Returned only on $select. 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.' + 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. Returned only on $select. 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 is 2014-01-01T00:00:00Z. Read-only.' + 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 is 2014-01-01T00:00:00Z. Returned only on $select. 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. + description: Errors when using Microsoft synchronization product during provisioning. Returned only on $select. 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. + 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. Returned only on $select. 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. + description: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Returned only on $select. 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 + 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). Returned only on $select. 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. + 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. Returned only on $select. 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.' + description: 'A list of additional email addresses for the user; for example: [''bob@contoso.com'', ''Robert@fabrikam.com''].Returned only on $select. 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''.' + 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''.Returned only on $select.' 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.' + 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. Returned only on $select.' nullable: true preferredDataLocation: type: string @@ -28803,35 +28802,35 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.provisionedPlan' - description: The plans that are provisioned for the user. Read-only. Not nullable. + description: The plans that are provisioned for the user. Returned only on $select. 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.' + description: 'For example: [''SMTP: bob@contoso.com'', ''smtp: bob@sales.contoso.com''] The any operator is required for filter expressions on multi-valued properties. Returned only on $select. 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.' + 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. Use invalidateAllRefreshTokens to reset.' 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.' + 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. Returned only on $select.' 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.' + 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. Use revokeSignInSessions to reset.' format: date-time nullable: true state: type: string - description: The state or province in the user's address. Supports $filter. + description: The state or province in the user's address. Returned only on $select. Supports $filter. nullable: true streetAddress: type: string - description: The street address of the user's place of business. + description: The street address of the user's place of business. Returned only on $select. nullable: true surname: type: string @@ -28839,7 +28838,7 @@ components: 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.' + 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. Returned only on $select. Supports $filter.' nullable: true userPrincipalName: type: string @@ -28847,7 +28846,7 @@ components: 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.' + description: 'A string value that can be used to classify user types in your directory, such as ''Member'' and ''Guest''. Returned only on $select. Supports $filter.' nullable: true mailboxSettings: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' @@ -28859,12 +28858,12 @@ components: format: int32 aboutMe: type: string - description: A freeform text entry field for the user to describe themselves. + description: A freeform text entry field for the user to describe themselves. Returned only on $select. 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 is 2014-01-01T00:00:00Z' + 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 is 2014-01-01T00:00:00Z Returned only on $select.' 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])$' @@ -28876,39 +28875,39 @@ components: items: type: string nullable: true - description: A list for the user to describe their interests. + description: A list for the user to describe their interests. Returned only on $select. mySite: type: string - description: The URL for the user's personal site. + description: The URL for the user's personal site. Returned only on $select. nullable: true pastProjects: type: array items: type: string nullable: true - description: A list for the user to enumerate their past projects. + description: A list for the user to enumerate their past projects. Returned only on $select. preferredName: type: string - description: The preferred name for the user. + description: The preferred name for the user. Returned only on $select. nullable: true responsibilities: type: array items: type: string nullable: true - description: A list for the user to enumerate their responsibilities. + description: A list for the user to enumerate their responsibilities. Returned only on $select. schools: type: array items: type: string nullable: true - description: A list for the user to enumerate the schools they have attended. + description: A list for the user to enumerate the schools they have attended. Returned only on $select. skills: type: array items: type: string nullable: true - description: A list for the user to enumerate their skills. + description: A list for the user to enumerate their skills. Returned only on $select. analytics: $ref: '#/components/schemas/microsoft.graph.userAnalytics' usageRights: @@ -28943,7 +28942,7 @@ components: 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. + description: 'The groups, directory roles and administrative units that the user is a member of. Read-only. Nullable.' oauth2PermissionGrants: type: array items: @@ -29003,7 +29002,7 @@ components: 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. + 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: @@ -29027,7 +29026,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.person' - description: People that are relevant to the user. Read-only. Nullable. + description: 'Read-only. The most relevant people to the user. The collection is ordered by their relevance to the user, which is determined by the user''s communication, collaboration and business relationships. A person is an aggregation of information from across mail, contacts and social networks.' drive: $ref: '#/components/schemas/microsoft.graph.drive' drives: @@ -29043,7 +29042,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.extension' - description: The collection of open extensions defined for the user. Read-only. Nullable. + description: The collection of open extensions defined for the user. Nullable. appConsentRequestsForApproval: type: array items: @@ -29171,7 +29170,7 @@ components: properties: upgradeAvailable: type: boolean - description: Indicates whether there are higher storage quota plans available. Read-only. + description: Indicates if there are higher storage quota plans available. Read-only. nullable: true additionalProperties: type: object @@ -29297,7 +29296,7 @@ components: properties: crc32Hash: type: string - description: The CRC32 value of the file in little endian (if available). Read-only. + description: The CRC32 value of the file (if available). Read-only. nullable: true quickXorHash: type: string @@ -29382,7 +29381,7 @@ components: properties: content: type: string - description: The content of comment. + description: The content of the comment. nullable: true contentType: type: string @@ -29420,7 +29419,7 @@ components: 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.' + description: 'Indicates what type of reference is associated with the name. Possible values are: String, Integer, Double, Boolean, Range. Read-only.' nullable: true value: $ref: '#/components/schemas/microsoft.graph.Json' @@ -29484,7 +29483,7 @@ components: 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.' + description: 'Constant value that represents the Table style. 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 @@ -29631,6 +29630,7 @@ components: nullable: true parentSiteId: type: string + description: Id of the parent site of this group. nullable: true scope: $ref: '#/components/schemas/microsoft.graph.termStore.termGroupScope' @@ -29955,12 +29955,12 @@ components: 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. 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 is 2014-01-01T00:00:00Z.' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true capabilityStatus: type: string - description: 'Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. See a detailed description of each value.' + description: 'Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut.' nullable: true service: type: string @@ -30152,7 +30152,7 @@ components: properties: forceChangePasswordNextSignIn: type: boolean - description: true if the user must change her password on the next login; otherwise false. + description: 'If true, at next sign-in, the user must change their password. After a password change, this property will be automatically reset to false. If not set, default is false.' nullable: true forceChangePasswordNextSignInWithMfa: type: boolean @@ -30188,7 +30188,7 @@ components: properties: archiveFolder: type: string - description: Folder ID of an archive folder for the user. + description: Folder ID of an archive folder for the user. Read only. nullable: true automaticRepliesSetting: $ref: '#/components/schemas/microsoft.graph.automaticRepliesSetting' @@ -30410,15 +30410,15 @@ components: 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.' + 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, through an Outlook client or the corresponding calendarPermission resource. Read-only.' 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.' + description: 'true if the user has the permission to share the calendar, false otherwise. Only the user who created the calendar can share it. Read-only.' nullable: true canViewPrivateItems: type: boolean - description: 'true if the user can read calendar items that have been marked private, false otherwise.' + description: 'true if the user can read calendar items that have been marked private, false otherwise. This property is set through an Outlook client or the corresponding calendarPermission resource. Read-only.' nullable: true changeKey: type: string @@ -30430,7 +30430,7 @@ components: $ref: '#/components/schemas/microsoft.graph.onlineMeetingProviderType' hexColor: type: string - description: 'The calendar color, expressed in a hex color code of three hexadecimal values, each ranging from 00 to FF and representing the red, green, or blue components of the color in the RGB color space. If the user has never explicitly set a color for the calendar, this property is empty. Read-only.' + description: 'The calendar color, expressed in a hex color code of three hexadecimal values, each ranging from 00 to FF and representing the red, green, or blue components of the color in the RGB color space. If the user has never explicitly set a color for the calendar, this property is empty.' nullable: true isDefaultCalendar: type: boolean @@ -30655,7 +30655,7 @@ components: 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. + description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' calendar: $ref: '#/components/schemas/microsoft.graph.calendar' exceptionOccurrences: @@ -30666,12 +30666,12 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.extension' - description: The collection of open extensions defined for the event. Read-only. Nullable. + description: The collection of open extensions defined for the event. Nullable. instances: type: array items: $ref: '#/components/schemas/microsoft.graph.event' - description: The instances of the event. Navigation property. Read-only. Nullable. + description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but does not include occurrences that have been cancelled from the series. Navigation property. Read-only. Nullable.' multiValueExtendedProperties: type: array items: @@ -30871,7 +30871,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.extension' - description: The collection of open extensions defined for the contact. Read-only. Nullable. + description: The collection of open extensions defined for the contact. Nullable. multiValueExtendedProperties: type: array items: @@ -30909,7 +30909,7 @@ components: 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.' + description: 'The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select.' assignedLicenses: type: array items: @@ -30950,7 +30950,7 @@ components: 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.' + 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).' nullable: true infoCatalogs: type: array @@ -31023,13 +31023,13 @@ components: 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. + description: The preferred language for a 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.' + 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 for 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 @@ -31056,7 +31056,7 @@ components: 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.' + description: 'Specifies a 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 @@ -31074,11 +31074,11 @@ components: 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. Supported only on the Get group API (GET /groups/{ID}).' + description: 'true if the group is not displayed in certain parts of the Outlook user interface: in the Address Book, in address lists for selecting message recipients, and in the Browse Groups dialog for searching groups; false otherwise. Default value is false. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}).' 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. Supported only on the Get group API (GET /groups/{ID}).' + description: 'true if the group is not displayed in Outlook clients, such as Outlook for Windows and Outlook on the web, false otherwise. Default value is false. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}).' nullable: true isFavorite: type: boolean @@ -31098,7 +31098,7 @@ components: 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. Supported only on the Get group API (GET /groups/{ID}).' + description: 'Count of conversations that have received new posts since the signed-in user last visited the group. This property is the same as unseenConversationsCount.Returned only on $select. Supported only on the Get group API (GET /groups/{ID}).' format: int32 nullable: true unseenMessagesCount: @@ -31129,12 +31129,12 @@ components: 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.' + description: 'Groups and administrative units 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.' + description: 'Users, contacts, and groups that are members of this group. HTTP Methods: GET (supported for all groups), POST (supported for security groups and mail-enabled security groups), DELETE (supported only for security groups) Read-only. Nullable.' membersWithLicenseErrors: type: array items: @@ -31144,7 +31144,7 @@ components: 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.' + description: 'The owners of the group. The owners are a set of non-admin users who are allowed to modify this object. HTTP Methods: GET (supported for all groups), POST (supported for security groups and mail-enabled security groups), DELETE (supported only for security groups) Read-only. Nullable.' permissionGrants: type: array items: @@ -31153,7 +31153,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.directorySetting' - description: Read-only. Nullable. + description: 'Settings that can govern this group''s behavior, like whether members can invite guest users to the group. Nullable.' transitiveMemberOf: type: array items: @@ -31183,7 +31183,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.event' - description: The group's calendar events. + description: The group's events. rejectedSenders: type: array items: @@ -31321,7 +31321,7 @@ components: $ref: '#/components/schemas/microsoft.graph.itemBody' bodyPreview: type: string - description: The first 255 characters of the message body. It is in text format. + description: 'The first 255 characters of the message body. It is in text format. If the message contains instances of mention, this property would contain a concatenation of these mentions as well.' nullable: true ccRecipients: type: array @@ -31523,7 +31523,7 @@ components: nullable: true personType: type: string - description: The type of person. + description: 'The type of person, for example distribution list.' nullable: true phones: type: array @@ -31656,11 +31656,11 @@ components: properties: agreementFileId: type: string - description: The identifier of the agreement file accepted by the user. + description: ID of the agreement file accepted by the user. nullable: true agreementId: type: string - description: The identifier of the agreement. + description: ID of the agreement. nullable: true deviceDisplayName: type: string @@ -31672,22 +31672,22 @@ components: nullable: true deviceOSType: type: string - description: The operating system used to accept the agreement. + description: The operating system used for accepting the agreement. nullable: true deviceOSVersion: type: string - description: The operating system version of the device used to accept the agreement. + description: The operating system version of the device used for accepting the agreement. 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: 'The expiration date time of the acceptance. 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''' + description: 'The expiration date time of the acceptance. 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 is 2014-01-01T00:00:00Z' 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: '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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true state: @@ -31702,7 +31702,7 @@ components: nullable: true userId: type: string - description: The identifier of the user who accepted the agreement. + description: ID of the user who accepted the agreement. nullable: true userPrincipalName: type: string @@ -31719,26 +31719,26 @@ components: 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 + description: Created date time in UTC of the device enrollment configuration format: date-time description: type: string - description: Not yet documented + description: The description of the device enrollment configuration nullable: true displayName: type: string - description: Not yet documented + description: The display name of the device enrollment configuration 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 + description: Last modified date time in UTC of the device enrollment configuration format: date-time priority: maximum: 2147483647 minimum: -2147483648 type: integer - description: Not yet documented + description: Priority is used when a user exists in multiple groups that are assigned enrollment configuration. Users are subject only to the configuration with the lowest priority value. format: int32 roleScopeTagIds: type: array @@ -31750,13 +31750,13 @@ components: maximum: 2147483647 minimum: -2147483648 type: integer - description: Not yet documented + description: The version of the device enrollment configuration format: int32 assignments: type: array items: $ref: '#/components/schemas/microsoft.graph.enrollmentConfigurationAssignment' - description: The list of group assignments for the device configuration profile. + description: The list of group assignments for the device configuration profile additionalProperties: type: object description: The Base Class of Device Enrollment Configuration @@ -31772,11 +31772,11 @@ components: nullable: true activationLockBypassCode: type: string - description: Code that allows the Activation Lock on a device to be bypassed. + description: Code that allows the Activation Lock on a device to be bypassed. This property is read-only. nullable: true androidSecurityPatchLevel: type: string - description: Android security patch level + description: Android security patch level. This property is read-only. nullable: true autopilotEnrolled: type: boolean @@ -31787,18 +31787,23 @@ components: nullable: true azureADDeviceId: type: string - description: The unique identifier for the Azure Active Directory device. Read only. + description: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. nullable: true azureADRegistered: type: boolean - description: Whether the device is Azure Active Directory registered. + description: Whether the device is Azure Active Directory registered. This property is read-only. nullable: true chassisType: $ref: '#/components/schemas/microsoft.graph.chassisType' + chromeOSDeviceInfo: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.chromeOSDeviceProperty' + description: List of properties of the ChromeOS Device. 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 + description: The DateTime when device compliance grace period expires. This property is read-only. format: date-time complianceState: $ref: '#/components/schemas/microsoft.graph.complianceState' @@ -31812,10 +31817,10 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.deviceActionResult' - description: List of ComplexType deviceActionResult objects. + description: List of ComplexType deviceActionResult objects. This property is read-only. deviceCategoryDisplayName: type: string - description: Device category display name + description: Device category display name. This property is read-only. nullable: true deviceEnrollmentType: $ref: '#/components/schemas/microsoft.graph.deviceEnrollmentType' @@ -31823,7 +31828,7 @@ components: $ref: '#/components/schemas/microsoft.graph.deviceHealthAttestationState' deviceName: type: string - description: Name of the device + description: Name of the device. This property is read-only. nullable: true deviceRegistrationState: $ref: '#/components/schemas/microsoft.graph.deviceRegistrationState' @@ -31831,24 +31836,24 @@ components: $ref: '#/components/schemas/microsoft.graph.deviceType' easActivated: type: boolean - description: Whether the device is Exchange ActiveSync activated. + description: Whether the device is Exchange ActiveSync activated. This property is read-only. 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. + description: Exchange ActivationSync activation time of the device. This property is read-only. format: date-time easDeviceId: type: string - description: Exchange ActiveSync Id of the device. + description: Exchange ActiveSync Id of the device. This property is read-only. nullable: true emailAddress: type: string - description: Email(s) for the user associated with the device + description: Email(s) for the user associated with the device. This property is read-only. 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. + description: Enrollment time of the device. This property is read-only. format: date-time ethernetMacAddress: type: string @@ -31861,11 +31866,11 @@ components: 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. + description: Last time the device contacted Exchange. This property is read-only. format: date-time freeStorageSpaceInBytes: type: integer - description: Free Storage in Bytes + description: Free Storage in Bytes. This property is read-only. format: int64 hardwareInformation: $ref: '#/components/schemas/microsoft.graph.hardwareInformation' @@ -31875,24 +31880,24 @@ components: nullable: true imei: type: string - description: IMEI + description: IMEI. This property is read-only. nullable: true isEncrypted: type: boolean - description: Device encryption status + description: Device encryption status. This property is read-only. isSupervised: type: boolean - description: Device supervised status + description: Device supervised status. This property is read-only. jailBroken: type: string - description: whether the device is jail broken or rooted. + description: whether the device is jail broken or rooted. This property is read-only. 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. + description: The date and time that the device last completed a successful sync with Intune. This property is read-only. format: date-time lostModeState: $ref: '#/components/schemas/microsoft.graph.lostModeState' @@ -31915,15 +31920,15 @@ components: $ref: '#/components/schemas/microsoft.graph.managementState' manufacturer: type: string - description: Manufacturer of the device + description: Manufacturer of the device. This property is read-only. nullable: true meid: type: string - description: MEID + description: MEID. This property is read-only. nullable: true model: type: string - description: Model of the device + description: Model of the device. This property is read-only. nullable: true notes: type: string @@ -31931,11 +31936,11 @@ components: nullable: true operatingSystem: type: string - description: 'Operating system of the device. Windows, iOS, etc.' + description: 'Operating system of the device. Windows, iOS, etc. This property is read-only.' nullable: true osVersion: type: string - description: Operating system version of the device. + description: Operating system version of the device. This property is read-only. nullable: true ownerType: $ref: '#/components/schemas/microsoft.graph.ownerType' @@ -31943,7 +31948,7 @@ components: $ref: '#/components/schemas/microsoft.graph.managedDevicePartnerReportedHealthState' phoneNumber: type: string - description: Phone number of the device + description: Phone number of the device. This property is read-only. nullable: true physicalMemoryInBytes: type: integer @@ -31958,11 +31963,11 @@ components: $ref: '#/components/schemas/microsoft.graph.managedDeviceArchitecture' remoteAssistanceSessionErrorDetails: type: string - description: An error string that identifies issues when creating Remote Assistance session objects. + description: An error string that identifies issues when creating Remote Assistance session objects. This property is read-only. nullable: true remoteAssistanceSessionUrl: type: string - description: Url that allows a Remote Assistance session to be established with the device. + description: Url that allows a Remote Assistance session to be established with the device. This property is read-only. nullable: true requireUserEnrollmentApproval: type: boolean @@ -31981,7 +31986,7 @@ components: description: List of Scope Tag IDs for this Device instance. serialNumber: type: string - description: SerialNumber + description: SerialNumber. This property is read-only. nullable: true skuFamily: type: string @@ -31999,11 +32004,11 @@ components: nullable: true subscriberCarrier: type: string - description: Subscriber Carrier + description: Subscriber Carrier. This property is read-only. nullable: true totalStorageSpaceInBytes: type: integer - description: Total Storage in Bytes + description: Total Storage in Bytes. This property is read-only. format: int64 udid: type: string @@ -32011,15 +32016,15 @@ components: nullable: true userDisplayName: type: string - description: User display name + description: User display name. This property is read-only. nullable: true userId: type: string - description: Unique Identifier for the user associated with the device + description: Unique Identifier for the user associated with the device. This property is read-only. nullable: true userPrincipalName: type: string - description: Device user principal name + description: Device user principal name. This property is read-only. nullable: true usersLoggedOn: type: array @@ -32028,7 +32033,7 @@ components: description: Indicates the last logged on users of a device. This property is read-only. wiFiMacAddress: type: string - description: Wi-Fi MAC + description: Wi-Fi MAC. This property is read-only. nullable: true windowsActiveMalwareCount: maximum: 2147483647 @@ -32164,7 +32169,7 @@ components: 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 management service. + description: Zero or more policys already applied on the registered app when it last synchronized with managment service. intendedPolicies: type: array items: @@ -32366,7 +32371,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.plannerTask' - description: Read-only. Nullable. Returns the plannerPlans shared with the user. + description: Read-only. Nullable. Returns the plannerTasks assigned to the user. additionalProperties: type: object microsoft.graph.itemInsights: @@ -32590,7 +32595,7 @@ components: properties: accountEnabled: type: boolean - description: 'true if the account is enabled; otherwise, false. Required.' + description: 'true if the account is enabled; otherwise, false. default is true.' nullable: true alternativeSecurityIds: type: array @@ -32615,7 +32620,7 @@ components: nullable: true deviceId: type: string - description: Unique identifier set by Azure Device Registration Service at the time of registration. + description: Identifier set by Azure Device Registration Service at the time of registration. nullable: true deviceMetadata: type: string @@ -32688,7 +32693,7 @@ components: nullable: true operatingSystemVersion: type: string - description: The version of the operating system on the device. Required. + description: Operating system version of the device. Required. nullable: true physicalIds: type: array @@ -32712,7 +32717,7 @@ components: 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 devices), AzureAd (Cloud only joined devices), ServerAd (on-premises domain joined devices joined to Azure AD). For more details, see Introduction to device management in Azure Active Directory' + description: 'Type of trust for the joined device. Read-only. Possible values: Workplace (indicates bring your own personal devices), AzureAd (Cloud only joined devices), ServerAd (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 @@ -32873,6 +32878,8 @@ components: type: string description: The video teleconferencing ID. Read-only. nullable: true + meetingAttendanceReport: + $ref: '#/components/schemas/microsoft.graph.meetingAttendanceReport' additionalProperties: type: object microsoft.graph.presence: @@ -32883,7 +32890,7 @@ components: properties: activity: type: string - description: 'The supplemental information to a user''s availability. Possible values are Available, Away, BeRightBack, Busy, DoNotDisturb, InACall, InAConferenceCall, Inactive, InAMeeting, Offline, OffWork, OutOfOffice, PresenceUnknown, Presenting, UrgentInterruptionsOnly.' + description: 'The supplemental information to a user''s availability. Possible values are Available, Away, BeRightBack, Busy, DoNotDisturb, InACall, InAConferenceCall, Inactive,InAMeeting, Offline, OffWork,OutOfOffice, PresenceUnknown,Presenting, UrgentInterruptionsOnly.' nullable: true availability: type: string @@ -32980,6 +32987,11 @@ components: items: $ref: '#/components/schemas/microsoft.graph.chatMessage' description: A collection of all the messages in the chat. Nullable. + permissionGrants: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.resourceSpecificPermissionGrant' + description: A collection of permissions granted to apps for the chat. tabs: type: array items: @@ -33040,8 +33052,6 @@ components: 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: @@ -33079,6 +33089,8 @@ components: $ref: '#/components/schemas/microsoft.graph.teamworkTag' template: $ref: '#/components/schemas/microsoft.graph.teamsTemplate' + schedule: + $ref: '#/components/schemas/microsoft.graph.schedule' additionalProperties: type: object microsoft.graph.userTeamwork: @@ -33124,11 +33136,11 @@ components: properties: content: type: string - description: The content of a comment reply. + description: The content of replied comment. nullable: true contentType: type: string - description: Indicates the type for the comment reply. + description: Indicates the type for the replied comment. additionalProperties: type: object microsoft.graph.Json: @@ -33214,7 +33226,7 @@ components: description: Represents whether the casing impacted the last sort of the table. Read-only. method: type: string - description: 'Represents Chinese character ordering method last used to sort the table. The possible values are: PinYin, StrokeCount. Read-only.' + description: 'Represents Chinese character ordering method last used to sort the table. Possible values are: PinYin, StrokeCount. Read-only.' additionalProperties: type: object microsoft.graph.workbookChart: @@ -33321,11 +33333,11 @@ components: properties: key: type: string - description: Key for the key-value pair. + description: 'Contains the name of the field that a value is associated with. When a sign in or domain hint is included in the sign-in request, corresponding fields are included as key-value pairs. Possible keys: Login hint present, Domain hint present.' nullable: true value: type: string - description: Value for the key-value pair. + description: Contains the corresponding value for the specified key. The value is true if a sign in hint was included in the sign-in request; otherwise false. The value is true if a domain hint was included in the sign-in request; otherwise false. nullable: true additionalProperties: type: object @@ -33814,7 +33826,7 @@ components: 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.' + 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}$' @@ -33857,11 +33869,11 @@ components: properties: address: type: string - description: The email address of the person or entity. + description: The email address of an entity instance. nullable: true name: type: string - description: The display name of the person or entity. + description: The display name of an entity instance. nullable: true additionalProperties: type: object @@ -33976,10 +33988,10 @@ components: 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).' + description: 'A single point of time in a combined date and time representation ({date}T{time}). For example, ''2019-04-16T09:00:00''.' timeZone: type: string - description: 'Represents a time zone, for example, ''Pacific Standard Time''. See below for more possible values.' + description: 'Represents a time zone, for example, ''Pacific Standard Time''. See below for possible values.' nullable: true additionalProperties: type: object @@ -34132,7 +34144,7 @@ components: nullable: true name: type: string - description: The attachment's file name. + description: The display name of the attachment. This does not need to be the actual file name. nullable: true size: maximum: 2147483647 @@ -34326,18 +34338,23 @@ components: properties: clientAppId: type: string + description: ID of the service principal of the Azure AD app that has been granted access. Read-only. nullable: true clientId: type: string + description: ID of the Azure AD app that has been granted access. Read-only. nullable: true permission: type: string + description: The name of the permission. Read-only. nullable: true permissionType: type: string + description: 'The type of permission. Possible values are: Application,Delegated. Read-only.' nullable: true resourceAppId: type: string + description: ID of the Azure AD app that is hosting the resource. Read-only. nullable: true additionalProperties: type: object @@ -34983,6 +35000,28 @@ components: - mobileOther - mobileUnknown type: string + microsoft.graph.chromeOSDeviceProperty: + title: chromeOSDeviceProperty + type: object + properties: + name: + type: string + description: Name of the property + nullable: true + updatable: + type: boolean + description: Whether this property is updatable + value: + type: string + description: Value of the property + nullable: true + valueType: + type: string + description: Type of the value + nullable: true + additionalProperties: + type: object + description: Represents a property of the ChromeOS device. microsoft.graph.complianceState: title: complianceState enum: @@ -36162,14 +36201,14 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.plannerBucket' - description: Read-only. Nullable. Collection of buckets in the plan. + description: Collection of buckets in the plan. Read-only. Nullable. 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. + description: Collection of tasks in the plan. Read-only. Nullable. additionalProperties: type: object microsoft.graph.plannerTask: @@ -36296,17 +36335,17 @@ components: 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.' + description: Access this property from the derived type itemInsights. 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.' + description: Access this property from the derived type itemInsights. 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.' + description: Access this property from the derived type itemInsights. additionalProperties: type: object microsoft.graph.userInsightsSettings: @@ -37124,7 +37163,7 @@ components: properties: messageId: type: string - description: The unique identifier of a message in a Microsoft Teams channel. + description: The unique identifier for a message in a Microsoft Teams channel. nullable: true replyChainMessageId: type: string @@ -37170,6 +37209,18 @@ components: description: For broadcast meeting only. additionalProperties: type: object + microsoft.graph.meetingAttendanceReport: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: meetingAttendanceReport + type: object + properties: + attendanceRecords: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.attendanceRecord' + additionalProperties: + type: object microsoft.graph.outOfOfficeSettings: title: outOfOfficeSettings type: object @@ -37487,12 +37538,12 @@ components: $ref: '#/components/schemas/microsoft.graph.channelIdentity' chatId: type: string - description: The identity of the chat in which the message was posted. + description: 'If the message was sent in a chat, represents the identity of the chat.' 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. + description: Timestamp of when the chat message was created. format: date-time nullable: true deletedDateTime: @@ -37512,18 +37563,18 @@ components: 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. + description: Read only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the 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.' + description: 'Read only. Timestamp when the chat message is created (initial setting) or modified, 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. + description: Locale of the chat message set by the client. Always set to en-us. mentions: type: array items: @@ -37540,7 +37591,7 @@ components: description: 'Reactions for this chat message (for example, Like).' 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) + 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 @@ -37552,15 +37603,18 @@ components: nullable: true webUrl: type: string + description: Read-only. Link to the message in Microsoft Teams. nullable: true hostedContents: type: array items: $ref: '#/components/schemas/microsoft.graph.chatMessageHostedContent' + description: 'Content in a message hosted by Microsoft Teams e.g. images, code snippets etc.' replies: type: array items: $ref: '#/components/schemas/microsoft.graph.chatMessage' + description: Replies for a specified message. additionalProperties: type: object microsoft.graph.teamsTab: @@ -37651,7 +37705,7 @@ components: nullable: true allowCreateUpdateChannels: type: boolean - description: 'If set to true, members can add and update channels.' + description: 'If set to true, members can add and update any channels.' nullable: true allowCreateUpdateRemoveConnectors: type: boolean @@ -37713,99 +37767,6 @@ components: - 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' @@ -37934,6 +37895,99 @@ components: type: object additionalProperties: type: object + 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.userScopeTeamsAppInstallation: allOf: - $ref: '#/components/schemas/microsoft.graph.teamsAppInstallation' @@ -37997,7 +38051,7 @@ components: nullable: true dataOption: type: string - description: 'Represents additional sorting options for this field. The possible values are: Normal, TextAsNumber.' + description: 'Represents additional sorting options for this field. Possible values are: Normal, TextAsNumber.' icon: $ref: '#/components/schemas/microsoft.graph.workbookIcon' key: @@ -38008,7 +38062,7 @@ components: format: int32 sortOn: type: string - description: 'Represents the type of sorting of this condition. The possible values are: Value, CellColor, FontColor, Icon.' + description: 'Represents the type of sorting of this condition. Possible values are: Value, CellColor, FontColor, Icon.' additionalProperties: type: object microsoft.graph.workbookChartAxes: @@ -38546,7 +38600,7 @@ components: 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.' + description: 'A collection of the days of the week on which the event occurs. 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: @@ -38669,7 +38723,7 @@ components: properties: name: type: string - description: Name of the setting (as defined by the groupSettingTemplate). + description: Name of the setting (as defined by the directorySettingTemplate). nullable: true value: type: string @@ -38716,7 +38770,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.attachment' - description: Read-only. Nullable. + description: 'The collection of fileAttachment, itemAttachment, and referenceAttachment attachments for the post. Read-only. Nullable.' extensions: type: array items: @@ -38786,7 +38840,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.recipient' - description: The email addresses to which a message should be redirected. + description: The email address to which a message should be redirected. stopProcessingRules: type: boolean description: Indicates whether subsequent rules should be evaluated. @@ -39045,11 +39099,11 @@ components: nullable: true queryRoot: type: string - description: The type of query. Examples include MicrosoftGraph and ARM. + description: 'In the scenario where reviewers need to be specified dynamically, this property is used to indicate the relative source of the query. This property is only required if a relative query (i.e., ./manager) is specified.' nullable: true queryType: type: string - description: 'In the scenario where reviewers need to be specified dynamically, this property is used to indicate the relative source of the query. This property is only required if a relative query (i.e., ./manager) is specified.' + description: The type of query. Examples include MicrosoftGraph and ARM. nullable: true additionalProperties: type: object @@ -40194,6 +40248,30 @@ components: nullable: true additionalProperties: type: object + microsoft.graph.attendanceRecord: + title: attendanceRecord + type: object + properties: + attendanceIntervals: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.attendanceInterval' + emailAddress: + type: string + nullable: true + identity: + $ref: '#/components/schemas/microsoft.graph.identity' + role: + type: string + nullable: true + totalAttendanceInSeconds: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + nullable: true + additionalProperties: + type: object microsoft.graph.attestationLevel: title: attestationLevel enum: @@ -40292,7 +40370,7 @@ components: nullable: true teamsAppId: type: string - description: The ID from the Teams app manifest. + description: The id from the Teams App manifest. nullable: true version: type: string @@ -40312,7 +40390,7 @@ components: nullable: true contentType: type: string - description: 'The media type of the content attachment. It can have the following values: reference: Attachment is a link to another file. Populate the contentURL with the link to the object.file: Raw file attachment. Populate the contenturl field with the base64 encoding of the file in data: format.image/: Image type with the type of the image specified ex: image/png, image/jpeg, image/gif. Populate the contentUrl field with the base64 encoding of the file in data: format.video/: Video type with the format specified. Ex: video/mp4. Populate the contentUrl field with the base64 encoding of the file in data: format.audio/: Audio type with the format specified. Ex: audio/wmw. Populate the contentUrl field with the base64 encoding of the file in data: format.application/card type: Rich card attachment type with the card type specifying the exact card format to use. Set content with the json format of the card. Supported values for card type include:application/vnd.microsoft.card.adaptive: A rich card that can contain any combination of text, speech, images,,buttons, and input fields. Set the content property to,an AdaptiveCard object.application/vnd.microsoft.card.animation: A rich card that plays animation. Set the content property,to an AnimationCardobject.application/vnd.microsoft.card.audio: A rich card that plays audio files. Set the content property,to an AudioCard object.application/vnd.microsoft.card.video: A rich card that plays videos. Set the content property,to a VideoCard object.application/vnd.microsoft.card.hero: A Hero card. Set the content property to a HeroCard object.application/vnd.microsoft.card.thumbnail: A Thumbnail card. Set the content property to a ThumbnailCard object.application/vnd.microsoft.com.card.receipt: A Receipt card. Set the content property to a ReceiptCard object.application/vnd.microsoft.com.card.signin: A user Sign In card. Set the content property to a SignInCard object.' + description: 'The media type of the content attachment. It can have the following values: reference: Attachment is a link to another file. Populate the contentURL with the link to the object.Any contentTypes supported by the Bot Framework''s Attachment objectapplication/vnd.microsoft.card.codesnippet: A code snippet. application/vnd.microsoft.card.announcement: An announcement header.' nullable: true contentUrl: type: string @@ -40449,6 +40527,90 @@ components: - moderate - unknownFutureValue type: string + microsoft.graph.channelMembershipType: + title: channelMembershipType + enum: + - standard + - private + - unknownFutureValue + - shared + type: string + microsoft.graph.channelModerationSettings: + title: channelModerationSettings + type: object + properties: + allowNewMessageFromBots: + type: boolean + description: Indicates whether bots are allowed to post messages. + nullable: true + allowNewMessageFromConnectors: + type: boolean + description: Indicates whether connectors are allowed to post messages. + nullable: true + replyRestriction: + $ref: '#/components/schemas/microsoft.graph.replyRestriction' + userNewMessageRestriction: + $ref: '#/components/schemas/microsoft.graph.userNewMessageRestriction' + 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 + - teamifyGroup + - createChannel + type: string + microsoft.graph.teamsAsyncOperationStatus: + title: teamsAsyncOperationStatus + enum: + - invalid + - notStarted + - inProgress + - succeeded + - failed + - unknownFutureValue + type: string + microsoft.graph.teamworkTagType: + title: teamworkTagType + enum: + - standard + type: string + microsoft.graph.teamworkTagMember: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: teamworkTagMember + type: object + properties: + displayName: + type: string + nullable: true + tenantId: + type: string + nullable: true + userId: + type: string + nullable: true + additionalProperties: + type: object microsoft.graph.timeClockSettings: title: timeClockSettings type: object @@ -40475,11 +40637,11 @@ components: nullable: true recipientUserId: type: string - description: User ID of the recipient of the offer shift request. + 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. + description: User id of the sender of the offer shift request. nullable: true additionalProperties: type: object @@ -40567,7 +40729,7 @@ components: properties: recipientShiftId: type: string - description: ShiftId for the recipient user with whom the request is to swap. + description: Shift ID for the recipient user with whom the request is to swap. nullable: true additionalProperties: type: object @@ -40659,90 +40821,6 @@ components: nullable: true additionalProperties: type: object - microsoft.graph.channelMembershipType: - title: channelMembershipType - enum: - - standard - - private - - unknownFutureValue - - shared - type: string - microsoft.graph.channelModerationSettings: - title: channelModerationSettings - type: object - properties: - allowNewMessageFromBots: - type: boolean - description: Indicates whether bots are allowed to post messages. - nullable: true - allowNewMessageFromConnectors: - type: boolean - description: Indicates whether connectors are allowed to post messages. - nullable: true - replyRestriction: - $ref: '#/components/schemas/microsoft.graph.replyRestriction' - userNewMessageRestriction: - $ref: '#/components/schemas/microsoft.graph.userNewMessageRestriction' - 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 - - teamifyGroup - - createChannel - type: string - microsoft.graph.teamsAsyncOperationStatus: - title: teamsAsyncOperationStatus - enum: - - invalid - - notStarted - - inProgress - - succeeded - - failed - - unknownFutureValue - type: string - microsoft.graph.teamworkTagType: - title: teamworkTagType - enum: - - standard - type: string - microsoft.graph.teamworkTagMember: - allOf: - - $ref: '#/components/schemas/microsoft.graph.entity' - - title: teamworkTagMember - type: object - properties: - displayName: - type: string - nullable: true - tenantId: - type: string - nullable: true - userId: - type: string - nullable: true - additionalProperties: - type: object microsoft.graph.wellknownListName: title: wellknownListName enum: @@ -40842,7 +40920,7 @@ components: format: int32 set: type: string - description: 'Represents the set that the icon is part of. The possible values are: Invalid, ThreeArrows, ThreeArrowsGray, ThreeFlags, ThreeTrafficLights1, ThreeTrafficLights2, ThreeSigns, ThreeSymbols, ThreeSymbols2, FourArrows, FourArrowsGray, FourRedToBlack, FourRating, FourTrafficLights, FiveArrows, FiveArrowsGray, FiveRating, FiveQuarters, ThreeStars, ThreeTriangles, FiveBoxes.' + description: 'Represents the set that the icon is part of. Possible values are: Invalid, ThreeArrows, ThreeArrowsGray, ThreeFlags, ThreeTrafficLights1, ThreeTrafficLights2, ThreeSigns, ThreeSymbols, ThreeSymbols2, FourArrows, FourArrowsGray, FourRedToBlack, FourRating, FourTrafficLights, FiveArrows, FiveArrowsGray, FiveRating, FiveQuarters, ThreeStars, ThreeTriangles, FiveBoxes.' additionalProperties: type: object microsoft.graph.workbookChartAxis: @@ -41597,6 +41675,28 @@ components: - unknownFutureValue - producer type: string + microsoft.graph.attendanceInterval: + title: attendanceInterval + type: object + properties: + durationInSeconds: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + nullable: true + joinDateTime: + 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 + leaveDateTime: + 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.teamsAppDistributionMethod: title: teamsAppDistributionMethod enum: @@ -41684,10 +41784,25 @@ components: nullable: true contentType: type: string - description: 'Write only. Content type. sicj as image/png, image/jpg.' + description: 'Write only. Content type, such as image/png, image/jpg.' nullable: true additionalProperties: type: object + microsoft.graph.replyRestriction: + title: replyRestriction + enum: + - everyone + - authorAndModerators + - unknownFutureValue + type: string + microsoft.graph.userNewMessageRestriction: + title: userNewMessageRestriction + enum: + - everyone + - everyoneExceptGuests + - moderators + - unknownFutureValue + type: string microsoft.graph.scheduleChangeRequest: allOf: - $ref: '#/components/schemas/microsoft.graph.changeTrackedEntity' @@ -41855,21 +41970,6 @@ components: nullable: true additionalProperties: type: object - microsoft.graph.replyRestriction: - title: replyRestriction - enum: - - everyone - - authorAndModerators - - unknownFutureValue - type: string - microsoft.graph.userNewMessageRestriction: - title: userNewMessageRestriction - enum: - - everyone - - everyoneExceptGuests - - moderators - - unknownFutureValue - type: string microsoft.graph.linkedResource: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' diff --git a/openApiDocs/beta/Groups.yml b/openApiDocs/beta/Groups.yml index f2b47a5850b..92faf4e9d7a 100644 --- a/openApiDocs/beta/Groups.yml +++ b/openApiDocs/beta/Groups.yml @@ -24109,7 +24109,7 @@ components: 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.' + description: 'The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select.' assignedLicenses: type: array items: @@ -24150,7 +24150,7 @@ components: 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.' + 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).' nullable: true infoCatalogs: type: array @@ -24223,13 +24223,13 @@ components: 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. + description: The preferred language for a 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.' + 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 for 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 @@ -24256,7 +24256,7 @@ components: 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.' + description: 'Specifies a 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 @@ -24274,11 +24274,11 @@ components: 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. Supported only on the Get group API (GET /groups/{ID}).' + description: 'true if the group is not displayed in certain parts of the Outlook user interface: in the Address Book, in address lists for selecting message recipients, and in the Browse Groups dialog for searching groups; false otherwise. Default value is false. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}).' 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. Supported only on the Get group API (GET /groups/{ID}).' + description: 'true if the group is not displayed in Outlook clients, such as Outlook for Windows and Outlook on the web, false otherwise. Default value is false. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}).' nullable: true isFavorite: type: boolean @@ -24298,7 +24298,7 @@ components: 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. Supported only on the Get group API (GET /groups/{ID}).' + description: 'Count of conversations that have received new posts since the signed-in user last visited the group. This property is the same as unseenConversationsCount.Returned only on $select. Supported only on the Get group API (GET /groups/{ID}).' format: int32 nullable: true unseenMessagesCount: @@ -24329,12 +24329,12 @@ components: 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.' + description: 'Groups and administrative units 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.' + description: 'Users, contacts, and groups that are members of this group. HTTP Methods: GET (supported for all groups), POST (supported for security groups and mail-enabled security groups), DELETE (supported only for security groups) Read-only. Nullable.' membersWithLicenseErrors: type: array items: @@ -24344,7 +24344,7 @@ components: 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.' + description: 'The owners of the group. The owners are a set of non-admin users who are allowed to modify this object. HTTP Methods: GET (supported for all groups), POST (supported for security groups and mail-enabled security groups), DELETE (supported only for security groups) Read-only. Nullable.' permissionGrants: type: array items: @@ -24353,7 +24353,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.directorySetting' - description: Read-only. Nullable. + description: 'Settings that can govern this group''s behavior, like whether members can invite guest users to the group. Nullable.' transitiveMemberOf: type: array items: @@ -24383,7 +24383,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.event' - description: The group's calendar events. + description: The group's events. rejectedSenders: type: array items: @@ -24486,7 +24486,7 @@ components: items: type: string nullable: true - description: 'A collection of byte ranges that the server is missing for the file. These ranges are zero indexed and of the format ''start-end'' (e.g. ''0-26'' to indicate the first 27 bytes of the file). When uploading files as Outlook attachments, instead of a collection of ranges, this property always indicates a single value ''{start}'', the location in the file where the next upload should begin.' + description: 'When uploading files to document libraries, this is a collection of byte ranges that the server is missing for the file. These ranges are zero-indexed and of the format, ''{start}-{end}'' (e.g. ''0-26'' to indicate the first 27 bytes of the file). When uploading files as Outlook attachments, instead of a collection of ranges, this property always indicates a single value ''{start}'', the location in the file where the next upload should begin.' uploadUrl: type: string description: The URL endpoint that accepts PUT requests for byte ranges of the file. @@ -24511,10 +24511,10 @@ components: 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).' + description: 'A single point of time in a combined date and time representation ({date}T{time}). For example, ''2019-04-16T09:00:00''.' timeZone: type: string - description: 'Represents a time zone, for example, ''Pacific Standard Time''. See below for more possible values.' + description: 'Represents a time zone, for example, ''Pacific Standard Time''. See below for possible values.' nullable: true additionalProperties: type: object @@ -24692,7 +24692,7 @@ components: 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. + description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' calendar: $ref: '#/components/schemas/microsoft.graph.calendar' exceptionOccurrences: @@ -24703,12 +24703,12 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.extension' - description: The collection of open extensions defined for the event. Read-only. Nullable. + description: The collection of open extensions defined for the event. Nullable. instances: type: array items: $ref: '#/components/schemas/microsoft.graph.event' - description: The instances of the event. Navigation property. Read-only. Nullable. + description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but does not include occurrences that have been cancelled from the series. Navigation property. Read-only. Nullable.' multiValueExtendedProperties: type: array items: @@ -24837,7 +24837,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.attachment' - description: Read-only. Nullable. + description: 'The collection of fileAttachment, itemAttachment, and referenceAttachment attachments for the post. Read-only. Nullable.' extensions: type: array items: @@ -24882,7 +24882,7 @@ components: nullable: true name: type: string - description: The attachment's file name. + description: The display name of the attachment. This does not need to be the actual file name. nullable: true size: maximum: 2147483647 @@ -25019,18 +25019,23 @@ components: properties: clientAppId: type: string + description: ID of the service principal of the Azure AD app that has been granted access. Read-only. nullable: true clientId: type: string + description: ID of the Azure AD app that has been granted access. Read-only. nullable: true permission: type: string + description: The name of the permission. Read-only. nullable: true permissionType: type: string + description: 'The type of permission. Possible values are: Application,Delegated. Read-only.' nullable: true resourceAppId: type: string + description: ID of the Azure AD app that is hosting the resource. Read-only. nullable: true additionalProperties: type: object @@ -25086,7 +25091,7 @@ components: $ref: '#/components/schemas/microsoft.graph.onenotePatchInsertPosition' target: type: string - description: 'The element to update. Must be the # or the generated of the element, or the body or title keyword.' + description: 'The element to update. Must be the # or the generated {id} of the element, or the body or title keyword.' additionalProperties: type: object microsoft.graph.onenotePagePreview: @@ -25356,15 +25361,15 @@ components: 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.' + 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, through an Outlook client or the corresponding calendarPermission resource. Read-only.' 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.' + description: 'true if the user has the permission to share the calendar, false otherwise. Only the user who created the calendar can share it. Read-only.' nullable: true canViewPrivateItems: type: boolean - description: 'true if the user can read calendar items that have been marked private, false otherwise.' + description: 'true if the user can read calendar items that have been marked private, false otherwise. This property is set through an Outlook client or the corresponding calendarPermission resource. Read-only.' nullable: true changeKey: type: string @@ -25376,7 +25381,7 @@ components: $ref: '#/components/schemas/microsoft.graph.onlineMeetingProviderType' hexColor: type: string - description: 'The calendar color, expressed in a hex color code of three hexadecimal values, each ranging from 00 to FF and representing the red, green, or blue components of the color in the RGB color space. If the user has never explicitly set a color for the calendar, this property is empty. Read-only.' + description: 'The calendar color, expressed in a hex color code of three hexadecimal values, each ranging from 00 to FF and representing the red, green, or blue components of the color in the RGB color space. If the user has never explicitly set a color for the calendar, this property is empty.' nullable: true isDefaultCalendar: type: boolean @@ -25658,8 +25663,6 @@ components: 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: @@ -25697,6 +25700,8 @@ components: $ref: '#/components/schemas/microsoft.graph.teamworkTag' template: $ref: '#/components/schemas/microsoft.graph.teamsTemplate' + schedule: + $ref: '#/components/schemas/microsoft.graph.schedule' additionalProperties: type: object microsoft.graph.attachmentType: @@ -25775,11 +25780,11 @@ components: properties: address: type: string - description: The email address of the person or entity. + description: The email address of an entity instance. nullable: true name: type: string - description: The display name of the person or entity. + description: The display name of an entity instance. nullable: true additionalProperties: type: object @@ -26098,7 +26103,7 @@ components: properties: name: type: string - description: Name of the setting (as defined by the groupSettingTemplate). + description: Name of the setting (as defined by the directorySettingTemplate). nullable: true value: type: string @@ -26728,7 +26733,7 @@ components: 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. + description: 'A unique token that can be used to access this shared item via the [shares API][]. Read-only.' nullable: true additionalProperties: type: object @@ -26787,14 +26792,14 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.plannerBucket' - description: Read-only. Nullable. Collection of buckets in the plan. + description: Collection of buckets in the plan. Read-only. Nullable. 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. + description: Collection of tasks in the plan. Read-only. Nullable. additionalProperties: type: object microsoft.graph.notebook: @@ -27023,7 +27028,7 @@ components: nullable: true allowCreateUpdateChannels: type: boolean - description: 'If set to true, members can add and update channels.' + description: 'If set to true, members can add and update any channels.' nullable: true allowCreateUpdateRemoveConnectors: type: boolean @@ -27085,99 +27090,6 @@ components: - 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' @@ -27316,30 +27228,30 @@ components: $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.' + description: 'true if the account is enabled; otherwise, false. This property is required when a user is created. Returned only on $select. 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.' + 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. Returned only on $select.' nullable: true assignedLicenses: type: array items: $ref: '#/components/schemas/microsoft.graph.assignedLicense' - description: The licenses that are assigned to the user. Returned only on $select. Not nullable. Supports $filter. + description: The licenses that are assigned to the user. Not nullable. Supports $filter. assignedPlans: type: array items: $ref: '#/components/schemas/microsoft.graph.assignedPlan' - description: The plans that are assigned to the user. Read-only. Not nullable. + description: The plans that are assigned to the user. Returned only on $select. 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. Read-only for users synced from on-premises directory. Returned by default.' + description: The telephone numbers for the user. Only one number can be set for this property. Returned by default. Read-only for users synced from on-premises directory. city: type: string - description: The city in which the user is located. Supports $filter. + description: The city in which the user is located. Returned only on $select. Supports $filter. nullable: true companyName: type: string @@ -27347,25 +27259,25 @@ components: 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.' + 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. Returned only on $select.' nullable: true country: type: string - description: 'The country/region in which the user is located; for example, ''US'' or ''UK''. Supports $filter.' + description: 'The country/region in which the user is located; for example, ''US'' or ''UK''. Returned only on $select. 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. + description: The date and time the user was created. The value cannot be modified and is automatically populated when the entity is created. The DateTimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. Property is nullable. A null value indicates that an accurate creation time couldn't be determined for the user. Returned only on $select. Read-only. Supports $filter. 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.' + 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). Returned only on $select. Read-only.' nullable: true department: type: string - description: The name for the department in which the user works. Supports $filter. + description: The name for the department in which the user works. Returned only on $select. Supports $filter. nullable: true deviceKeys: type: array @@ -27373,7 +27285,7 @@ components: $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. Returned by default. Supports $filter and $orderby.' + description: 'The name displayed in the address book for the user. This value 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. Returned by default. 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])$' @@ -27401,7 +27313,7 @@ components: nullable: true faxNumber: type: string - description: The fax number of the user. + description: The fax number of the user. Returned only on $select. nullable: true givenName: type: string @@ -27411,7 +27323,7 @@ components: 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.' + 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. Returned only on $select. Supports $filter.' imAddresses: type: array items: @@ -27434,29 +27346,29 @@ components: 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 is 2014-01-01T00:00:00Z' + description: 'The time when this Azure AD user last changed their password. 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 is 2014-01-01T00:00:00Z Returned only on $select. Read-only.' 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.' + 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. Returned only on $select.' nullable: true licenseAssignmentStates: type: array items: $ref: '#/components/schemas/microsoft.graph.licenseAssignmentState' - description: State of license assignments for this user. Read-only. + description: State of license assignments for this user. Returned only on $select. Read-only. mail: type: string description: 'The SMTP address for the user, for example, ''jeff@contoso.onmicrosoft.com''. Returned by default. Supports $filter and endsWith.' nullable: true mailNickname: type: string - description: The mail alias for the user. This property must be specified when a user is created. Supports $filter. + description: The mail alias for the user. This property must be specified when a user is created. Returned only on $select. Supports $filter. nullable: true mobilePhone: type: string - description: The primary cellular telephone number for the user. Read-only for users synced from on-premises directory. Returned by default. + description: The primary cellular telephone number for the user. Returned by default. Read-only for users synced from on-premises directory. nullable: true officeLocation: type: string @@ -27464,59 +27376,59 @@ components: 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. + 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. Returned only on $select. 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.' + 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. Returned only on $select. 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.' + 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. Returned only on $select. 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 is 2014-01-01T00:00:00Z. Read-only.' + 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 is 2014-01-01T00:00:00Z. Returned only on $select. 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. + description: Errors when using Microsoft synchronization product during provisioning. Returned only on $select. 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. + 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. Returned only on $select. 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. + description: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Returned only on $select. 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 + 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). Returned only on $select. 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. + 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. Returned only on $select. 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.' + description: 'A list of additional email addresses for the user; for example: [''bob@contoso.com'', ''Robert@fabrikam.com''].Returned only on $select. 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''.' + 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''.Returned only on $select.' 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.' + 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. Returned only on $select.' nullable: true preferredDataLocation: type: string @@ -27530,35 +27442,35 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.provisionedPlan' - description: The plans that are provisioned for the user. Read-only. Not nullable. + description: The plans that are provisioned for the user. Returned only on $select. 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.' + description: 'For example: [''SMTP: bob@contoso.com'', ''smtp: bob@sales.contoso.com''] The any operator is required for filter expressions on multi-valued properties. Returned only on $select. 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.' + 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. Use invalidateAllRefreshTokens to reset.' 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.' + 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. Returned only on $select.' 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.' + 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. Use revokeSignInSessions to reset.' format: date-time nullable: true state: type: string - description: The state or province in the user's address. Supports $filter. + description: The state or province in the user's address. Returned only on $select. Supports $filter. nullable: true streetAddress: type: string - description: The street address of the user's place of business. + description: The street address of the user's place of business. Returned only on $select. nullable: true surname: type: string @@ -27566,7 +27478,7 @@ components: 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.' + 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. Returned only on $select. Supports $filter.' nullable: true userPrincipalName: type: string @@ -27574,7 +27486,7 @@ components: 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.' + description: 'A string value that can be used to classify user types in your directory, such as ''Member'' and ''Guest''. Returned only on $select. Supports $filter.' nullable: true mailboxSettings: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' @@ -27586,12 +27498,12 @@ components: format: int32 aboutMe: type: string - description: A freeform text entry field for the user to describe themselves. + description: A freeform text entry field for the user to describe themselves. Returned only on $select. 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 is 2014-01-01T00:00:00Z' + 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 is 2014-01-01T00:00:00Z Returned only on $select.' 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])$' @@ -27603,39 +27515,39 @@ components: items: type: string nullable: true - description: A list for the user to describe their interests. + description: A list for the user to describe their interests. Returned only on $select. mySite: type: string - description: The URL for the user's personal site. + description: The URL for the user's personal site. Returned only on $select. nullable: true pastProjects: type: array items: type: string nullable: true - description: A list for the user to enumerate their past projects. + description: A list for the user to enumerate their past projects. Returned only on $select. preferredName: type: string - description: The preferred name for the user. + description: The preferred name for the user. Returned only on $select. nullable: true responsibilities: type: array items: type: string nullable: true - description: A list for the user to enumerate their responsibilities. + description: A list for the user to enumerate their responsibilities. Returned only on $select. schools: type: array items: type: string nullable: true - description: A list for the user to enumerate the schools they have attended. + description: A list for the user to enumerate the schools they have attended. Returned only on $select. skills: type: array items: type: string nullable: true - description: A list for the user to enumerate their skills. + description: A list for the user to enumerate their skills. Returned only on $select. analytics: $ref: '#/components/schemas/microsoft.graph.userAnalytics' usageRights: @@ -27670,7 +27582,7 @@ components: 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. + description: 'The groups, directory roles and administrative units that the user is a member of. Read-only. Nullable.' oauth2PermissionGrants: type: array items: @@ -27730,7 +27642,7 @@ components: 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. + 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: @@ -27754,7 +27666,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.person' - description: People that are relevant to the user. Read-only. Nullable. + description: 'Read-only. The most relevant people to the user. The collection is ordered by their relevance to the user, which is determined by the user''s communication, collaboration and business relationships. A person is an aggregation of information from across mail, contacts and social networks.' drive: $ref: '#/components/schemas/microsoft.graph.drive' drives: @@ -27770,7 +27682,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.extension' - description: The collection of open extensions defined for the user. Read-only. Nullable. + description: The collection of open extensions defined for the user. Nullable. appConsentRequestsForApproval: type: array items: @@ -27914,6 +27826,99 @@ components: type: object additionalProperties: type: object + 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.dayOfWeek: title: dayOfWeek enum: @@ -28073,7 +28078,7 @@ components: 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.' + description: 'A collection of the days of the week on which the event occurs. 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: @@ -28245,7 +28250,7 @@ components: properties: upgradeAvailable: type: boolean - description: Indicates whether there are higher storage quota plans available. Read-only. + description: Indicates if there are higher storage quota plans available. Read-only. nullable: true additionalProperties: type: object @@ -28513,12 +28518,12 @@ components: nullable: true latitude: type: number - description: 'Optional. The latitude, in decimal, for the item. Read-only.' + description: 'Optional. The latitude, in decimal, for the item. Writable on OneDrive Personal.' format: double nullable: true longitude: type: number - description: 'Optional. The longitude, in decimal, for the item. Read-only.' + description: 'Optional. The longitude, in decimal, for the item. Writable on OneDrive Personal.' format: double nullable: true additionalProperties: @@ -28601,7 +28606,7 @@ components: 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. + description: The date and time the photo was taken in UTC time. Read-only. format: date-time nullable: true additionalProperties: @@ -28823,7 +28828,7 @@ components: 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.' + 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. Nullable.' tables: type: array items: @@ -28848,14 +28853,14 @@ components: 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.' + description: '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. Required. 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. + description: Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 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. Optional. 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.' + 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 @@ -28863,12 +28868,12 @@ components: nullable: true encryptionCertificateId: type: string - description: A custom app-provided identifier to help identify the certificate needed to decrypt resource data. Optional. + description: A custom app-provided identifier to help identify the certificate needed to decrypt resource data. Optional. Required when includeResourceData is true. 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.' + description: '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. Required.' format: date-time includeResourceData: type: boolean @@ -28892,10 +28897,10 @@ components: 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. + description: The URL of the endpoint that receives the change notifications. This URL must make use of the HTTPS protocol. Required. 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. + description: Specifies the resource that will be monitored for changes. Do not include the base URL (https://graph.microsoft.com/beta/). See the possible resource path values for each supported resource. Required. additionalProperties: type: object microsoft.graph.thumbnailSet: @@ -28922,7 +28927,6 @@ components: properties: content: type: string - description: The content stream for this version of the item. format: base64url nullable: true size: @@ -29432,6 +29436,7 @@ components: nullable: true parentSiteId: type: string + description: Id of the parent site of this group. nullable: true scope: $ref: '#/components/schemas/microsoft.graph.termStore.termGroupScope' @@ -29740,296 +29745,86 @@ components: - moderate - unknownFutureValue type: string - microsoft.graph.timeClockSettings: - title: timeClockSettings + microsoft.graph.channelMembershipType: + title: channelMembershipType + enum: + - standard + - private + - unknownFutureValue + - shared + type: string + microsoft.graph.channelModerationSettings: + title: channelModerationSettings type: object properties: - approvedLocation: - $ref: '#/components/schemas/microsoft.graph.geoCoordinates' + allowNewMessageFromBots: + type: boolean + description: Indicates whether bots are allowed to post messages. + nullable: true + allowNewMessageFromConnectors: + type: boolean + description: Indicates whether connectors are allowed to post messages. + nullable: true + replyRestriction: + $ref: '#/components/schemas/microsoft.graph.replyRestriction' + userNewMessageRestriction: + $ref: '#/components/schemas/microsoft.graph.userNewMessageRestriction' additionalProperties: type: object - microsoft.graph.offerShiftRequest: + microsoft.graph.chatMessage: allOf: - - $ref: '#/components/schemas/microsoft.graph.scheduleChangeRequest' - - title: offerShiftRequest + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: chatMessage type: object properties: - recipientActionDateTime: + 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 + description: 'If the message was sent in a chat, represents the identity of the chat.' + 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 is 2014-01-01T00:00:00Z' + description: Timestamp of when the chat message was created. format: date-time nullable: true - recipientActionMessage: + 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: Custom message sent by recipient of the offer shift request. + description: 'Read only. Timestamp at which the chat message was deleted, or null if not deleted.' + format: date-time nullable: true - recipientUserId: + etag: type: string - description: User ID of the recipient of the offer shift request. + description: Read-only. Version number of the chat message. nullable: true - senderShiftId: + 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: 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 is 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 is 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 - - shared - type: string - microsoft.graph.channelModerationSettings: - title: channelModerationSettings - type: object - properties: - allowNewMessageFromBots: - type: boolean - description: Indicates whether bots are allowed to post messages. - nullable: true - allowNewMessageFromConnectors: - type: boolean - description: Indicates whether connectors are allowed to post messages. - 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 - description: The identity of the chat in which the message was posted. - 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. + description: Read only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the 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.' + description: 'Read only. Timestamp when the chat message is created (initial setting) or modified, 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. + description: Locale of the chat message set by the client. Always set to en-us. mentions: type: array items: @@ -30046,7 +29841,7 @@ components: description: 'Reactions for this chat message (for example, Like).' 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) + 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 @@ -30058,15 +29853,18 @@ components: nullable: true webUrl: type: string + description: Read-only. Link to the message in Microsoft Teams. nullable: true hostedContents: type: array items: $ref: '#/components/schemas/microsoft.graph.chatMessageHostedContent' + description: 'Content in a message hosted by Microsoft Teams e.g. images, code snippets etc.' replies: type: array items: $ref: '#/components/schemas/microsoft.graph.chatMessage' + description: Replies for a specified message. additionalProperties: type: object microsoft.graph.teamsTab: @@ -30156,7 +29954,7 @@ components: nullable: true teamsAppId: type: string - description: The ID from the Teams app manifest. + description: The id from the Teams App manifest. nullable: true version: type: string @@ -30225,12 +30023,12 @@ components: 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. 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 is 2014-01-01T00:00:00Z.' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true capabilityStatus: type: string - description: 'Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. See a detailed description of each value.' + description: 'Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut.' nullable: true service: type: string @@ -30398,7 +30196,7 @@ components: properties: forceChangePasswordNextSignIn: type: boolean - description: true if the user must change her password on the next login; otherwise false. + description: 'If true, at next sign-in, the user must change their password. After a password change, this property will be automatically reset to false. If not set, default is false.' nullable: true forceChangePasswordNextSignInWithMfa: type: boolean @@ -30434,7 +30232,7 @@ components: properties: archiveFolder: type: string - description: Folder ID of an archive folder for the user. + description: Folder ID of an archive folder for the user. Read only. nullable: true automaticRepliesSetting: $ref: '#/components/schemas/microsoft.graph.automaticRepliesSetting' @@ -30810,7 +30608,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.extension' - description: The collection of open extensions defined for the contact. Read-only. Nullable. + description: The collection of open extensions defined for the contact. Nullable. multiValueExtendedProperties: type: array items: @@ -30927,7 +30725,7 @@ components: $ref: '#/components/schemas/microsoft.graph.itemBody' bodyPreview: type: string - description: The first 255 characters of the message body. It is in text format. + description: 'The first 255 characters of the message body. It is in text format. If the message contains instances of mention, this property would contain a concatenation of these mentions as well.' nullable: true ccRecipients: type: array @@ -31129,7 +30927,7 @@ components: nullable: true personType: type: string - description: The type of person. + description: 'The type of person, for example distribution list.' nullable: true phones: type: array @@ -31255,11 +31053,11 @@ components: properties: agreementFileId: type: string - description: The identifier of the agreement file accepted by the user. + description: ID of the agreement file accepted by the user. nullable: true agreementId: type: string - description: The identifier of the agreement. + description: ID of the agreement. nullable: true deviceDisplayName: type: string @@ -31271,22 +31069,22 @@ components: nullable: true deviceOSType: type: string - description: The operating system used to accept the agreement. + description: The operating system used for accepting the agreement. nullable: true deviceOSVersion: type: string - description: The operating system version of the device used to accept the agreement. + description: The operating system version of the device used for accepting the agreement. 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: 'The expiration date time of the acceptance. 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''' + description: 'The expiration date time of the acceptance. 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 is 2014-01-01T00:00:00Z' 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: '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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true state: @@ -31301,7 +31099,7 @@ components: nullable: true userId: type: string - description: The identifier of the user who accepted the agreement. + description: ID of the user who accepted the agreement. nullable: true userPrincipalName: type: string @@ -31318,26 +31116,26 @@ components: 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 + description: Created date time in UTC of the device enrollment configuration format: date-time description: type: string - description: Not yet documented + description: The description of the device enrollment configuration nullable: true displayName: type: string - description: Not yet documented + description: The display name of the device enrollment configuration 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 + description: Last modified date time in UTC of the device enrollment configuration format: date-time priority: maximum: 2147483647 minimum: -2147483648 type: integer - description: Not yet documented + description: Priority is used when a user exists in multiple groups that are assigned enrollment configuration. Users are subject only to the configuration with the lowest priority value. format: int32 roleScopeTagIds: type: array @@ -31349,13 +31147,13 @@ components: maximum: 2147483647 minimum: -2147483648 type: integer - description: Not yet documented + description: The version of the device enrollment configuration format: int32 assignments: type: array items: $ref: '#/components/schemas/microsoft.graph.enrollmentConfigurationAssignment' - description: The list of group assignments for the device configuration profile. + description: The list of group assignments for the device configuration profile additionalProperties: type: object description: The Base Class of Device Enrollment Configuration @@ -31371,11 +31169,11 @@ components: nullable: true activationLockBypassCode: type: string - description: Code that allows the Activation Lock on a device to be bypassed. + description: Code that allows the Activation Lock on a device to be bypassed. This property is read-only. nullable: true androidSecurityPatchLevel: type: string - description: Android security patch level + description: Android security patch level. This property is read-only. nullable: true autopilotEnrolled: type: boolean @@ -31386,18 +31184,23 @@ components: nullable: true azureADDeviceId: type: string - description: The unique identifier for the Azure Active Directory device. Read only. + description: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. nullable: true azureADRegistered: type: boolean - description: Whether the device is Azure Active Directory registered. + description: Whether the device is Azure Active Directory registered. This property is read-only. nullable: true chassisType: $ref: '#/components/schemas/microsoft.graph.chassisType' + chromeOSDeviceInfo: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.chromeOSDeviceProperty' + description: List of properties of the ChromeOS Device. 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 + description: The DateTime when device compliance grace period expires. This property is read-only. format: date-time complianceState: $ref: '#/components/schemas/microsoft.graph.complianceState' @@ -31411,10 +31214,10 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.deviceActionResult' - description: List of ComplexType deviceActionResult objects. + description: List of ComplexType deviceActionResult objects. This property is read-only. deviceCategoryDisplayName: type: string - description: Device category display name + description: Device category display name. This property is read-only. nullable: true deviceEnrollmentType: $ref: '#/components/schemas/microsoft.graph.deviceEnrollmentType' @@ -31422,7 +31225,7 @@ components: $ref: '#/components/schemas/microsoft.graph.deviceHealthAttestationState' deviceName: type: string - description: Name of the device + description: Name of the device. This property is read-only. nullable: true deviceRegistrationState: $ref: '#/components/schemas/microsoft.graph.deviceRegistrationState' @@ -31430,24 +31233,24 @@ components: $ref: '#/components/schemas/microsoft.graph.deviceType' easActivated: type: boolean - description: Whether the device is Exchange ActiveSync activated. + description: Whether the device is Exchange ActiveSync activated. This property is read-only. 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. + description: Exchange ActivationSync activation time of the device. This property is read-only. format: date-time easDeviceId: type: string - description: Exchange ActiveSync Id of the device. + description: Exchange ActiveSync Id of the device. This property is read-only. nullable: true emailAddress: type: string - description: Email(s) for the user associated with the device + description: Email(s) for the user associated with the device. This property is read-only. 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. + description: Enrollment time of the device. This property is read-only. format: date-time ethernetMacAddress: type: string @@ -31460,11 +31263,11 @@ components: 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. + description: Last time the device contacted Exchange. This property is read-only. format: date-time freeStorageSpaceInBytes: type: integer - description: Free Storage in Bytes + description: Free Storage in Bytes. This property is read-only. format: int64 hardwareInformation: $ref: '#/components/schemas/microsoft.graph.hardwareInformation' @@ -31474,24 +31277,24 @@ components: nullable: true imei: type: string - description: IMEI + description: IMEI. This property is read-only. nullable: true isEncrypted: type: boolean - description: Device encryption status + description: Device encryption status. This property is read-only. isSupervised: type: boolean - description: Device supervised status + description: Device supervised status. This property is read-only. jailBroken: type: string - description: whether the device is jail broken or rooted. + description: whether the device is jail broken or rooted. This property is read-only. 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. + description: The date and time that the device last completed a successful sync with Intune. This property is read-only. format: date-time lostModeState: $ref: '#/components/schemas/microsoft.graph.lostModeState' @@ -31514,15 +31317,15 @@ components: $ref: '#/components/schemas/microsoft.graph.managementState' manufacturer: type: string - description: Manufacturer of the device + description: Manufacturer of the device. This property is read-only. nullable: true meid: type: string - description: MEID + description: MEID. This property is read-only. nullable: true model: type: string - description: Model of the device + description: Model of the device. This property is read-only. nullable: true notes: type: string @@ -31530,11 +31333,11 @@ components: nullable: true operatingSystem: type: string - description: 'Operating system of the device. Windows, iOS, etc.' + description: 'Operating system of the device. Windows, iOS, etc. This property is read-only.' nullable: true osVersion: type: string - description: Operating system version of the device. + description: Operating system version of the device. This property is read-only. nullable: true ownerType: $ref: '#/components/schemas/microsoft.graph.ownerType' @@ -31542,7 +31345,7 @@ components: $ref: '#/components/schemas/microsoft.graph.managedDevicePartnerReportedHealthState' phoneNumber: type: string - description: Phone number of the device + description: Phone number of the device. This property is read-only. nullable: true physicalMemoryInBytes: type: integer @@ -31557,11 +31360,11 @@ components: $ref: '#/components/schemas/microsoft.graph.managedDeviceArchitecture' remoteAssistanceSessionErrorDetails: type: string - description: An error string that identifies issues when creating Remote Assistance session objects. + description: An error string that identifies issues when creating Remote Assistance session objects. This property is read-only. nullable: true remoteAssistanceSessionUrl: type: string - description: Url that allows a Remote Assistance session to be established with the device. + description: Url that allows a Remote Assistance session to be established with the device. This property is read-only. nullable: true requireUserEnrollmentApproval: type: boolean @@ -31580,7 +31383,7 @@ components: description: List of Scope Tag IDs for this Device instance. serialNumber: type: string - description: SerialNumber + description: SerialNumber. This property is read-only. nullable: true skuFamily: type: string @@ -31598,11 +31401,11 @@ components: nullable: true subscriberCarrier: type: string - description: Subscriber Carrier + description: Subscriber Carrier. This property is read-only. nullable: true totalStorageSpaceInBytes: type: integer - description: Total Storage in Bytes + description: Total Storage in Bytes. This property is read-only. format: int64 udid: type: string @@ -31610,15 +31413,15 @@ components: nullable: true userDisplayName: type: string - description: User display name + description: User display name. This property is read-only. nullable: true userId: type: string - description: Unique Identifier for the user associated with the device + description: Unique Identifier for the user associated with the device. This property is read-only. nullable: true userPrincipalName: type: string - description: Device user principal name + description: Device user principal name. This property is read-only. nullable: true usersLoggedOn: type: array @@ -31627,7 +31430,7 @@ components: description: Indicates the last logged on users of a device. This property is read-only. wiFiMacAddress: type: string - description: Wi-Fi MAC + description: Wi-Fi MAC. This property is read-only. nullable: true windowsActiveMalwareCount: maximum: 2147483647 @@ -31763,7 +31566,7 @@ components: 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 management service. + description: Zero or more policys already applied on the registered app when it last synchronized with managment service. intendedPolicies: type: array items: @@ -31965,7 +31768,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.plannerTask' - description: Read-only. Nullable. Returns the plannerPlans shared with the user. + description: Read-only. Nullable. Returns the plannerTasks assigned to the user. additionalProperties: type: object microsoft.graph.itemInsights: @@ -32167,7 +31970,7 @@ components: properties: accountEnabled: type: boolean - description: 'true if the account is enabled; otherwise, false. Required.' + description: 'true if the account is enabled; otherwise, false. default is true.' nullable: true alternativeSecurityIds: type: array @@ -32192,7 +31995,7 @@ components: nullable: true deviceId: type: string - description: Unique identifier set by Azure Device Registration Service at the time of registration. + description: Identifier set by Azure Device Registration Service at the time of registration. nullable: true deviceMetadata: type: string @@ -32265,7 +32068,7 @@ components: nullable: true operatingSystemVersion: type: string - description: The version of the operating system on the device. Required. + description: Operating system version of the device. Required. nullable: true physicalIds: type: array @@ -32289,7 +32092,7 @@ components: 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 devices), AzureAd (Cloud only joined devices), ServerAd (on-premises domain joined devices joined to Azure AD). For more details, see Introduction to device management in Azure Active Directory' + description: 'Type of trust for the joined device. Read-only. Possible values: Workplace (indicates bring your own personal devices), AzureAd (Cloud only joined devices), ServerAd (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 @@ -32450,6 +32253,8 @@ components: type: string description: The video teleconferencing ID. Read-only. nullable: true + meetingAttendanceReport: + $ref: '#/components/schemas/microsoft.graph.meetingAttendanceReport' additionalProperties: type: object microsoft.graph.presence: @@ -32460,7 +32265,7 @@ components: properties: activity: type: string - description: 'The supplemental information to a user''s availability. Possible values are Available, Away, BeRightBack, Busy, DoNotDisturb, InACall, InAConferenceCall, Inactive, InAMeeting, Offline, OffWork, OutOfOffice, PresenceUnknown, Presenting, UrgentInterruptionsOnly.' + description: 'The supplemental information to a user''s availability. Possible values are Available, Away, BeRightBack, Busy, DoNotDisturb, InACall, InAConferenceCall, Inactive,InAMeeting, Offline, OffWork,OutOfOffice, PresenceUnknown,Presenting, UrgentInterruptionsOnly.' nullable: true availability: type: string @@ -32557,6 +32362,11 @@ components: items: $ref: '#/components/schemas/microsoft.graph.chatMessage' description: A collection of all the messages in the chat. Nullable. + permissionGrants: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.resourceSpecificPermissionGrant' + description: A collection of permissions granted to apps for the chat. tabs: type: array items: @@ -32611,8 +32421,218 @@ components: nullable: true additionalProperties: type: object - microsoft.graph.attendeeType: - title: attendeeType + 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 is 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: Shift ID 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 is 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 is 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.attendeeType: + title: attendeeType enum: - required - optional @@ -32819,7 +32839,7 @@ components: properties: crc32Hash: type: string - description: The CRC32 value of the file in little endian (if available). Read-only. + description: The CRC32 value of the file (if available). Read-only. nullable: true quickXorHash: type: string @@ -32904,7 +32924,7 @@ components: properties: content: type: string - description: The content of comment. + description: The content of the comment. nullable: true contentType: type: string @@ -32942,7 +32962,7 @@ components: 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.' + description: 'Indicates what type of reference is associated with the name. Possible values are: String, Integer, Double, Boolean, Range. Read-only.' nullable: true value: $ref: '#/components/schemas/microsoft.graph.Json' @@ -33006,7 +33026,7 @@ components: 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.' + description: 'Constant value that represents the Table style. 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 @@ -33220,11 +33240,11 @@ components: properties: key: type: string - description: Key for the key-value pair. + description: 'Contains the name of the field that a value is associated with. When a sign in or domain hint is included in the sign-in request, corresponding fields are included as key-value pairs. Possible keys: Login hint present, Domain hint present.' nullable: true value: type: string - description: Value for the key-value pair. + description: Contains the corresponding value for the specified key. The value is true if a sign in hint was included in the sign-in request; otherwise false. The value is true if a domain hint was included in the sign-in request; otherwise false. nullable: true additionalProperties: type: object @@ -33469,222 +33489,31 @@ components: type: object microsoft.graph.plannerTaskDetails: allOf: - - $ref: '#/components/schemas/microsoft.graph.plannerDelta' - - title: plannerTaskDetails - type: object - properties: - checklist: - $ref: '#/components/schemas/microsoft.graph.plannerChecklistItems' - description: - type: string - description: Description of the task - nullable: true - previewType: - $ref: '#/components/schemas/microsoft.graph.plannerPreviewType' - references: - $ref: '#/components/schemas/microsoft.graph.plannerExternalReferences' - additionalProperties: - type: object - microsoft.graph.plannerProgressTaskBoardTaskFormat: - allOf: - - $ref: '#/components/schemas/microsoft.graph.plannerDelta' - - title: plannerProgressTaskBoardTaskFormat - type: object - properties: - orderHint: - type: string - description: Hint value used to order the task on the Progress view of the Task Board. The format is defined as outlined here. - nullable: true - additionalProperties: - type: object - microsoft.graph.scheduleChangeRequest: - allOf: - - $ref: '#/components/schemas/microsoft.graph.changeTrackedEntity' - - title: scheduleChangeRequest - type: object - properties: - assignedTo: - $ref: '#/components/schemas/microsoft.graph.scheduleChangeRequestActor' - managerActionDateTime: - 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 - managerActionMessage: - type: string - nullable: true - managerUserId: - type: string - nullable: true - senderDateTime: - 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 - senderMessage: - type: string - nullable: true - senderUserId: - type: string - nullable: true - state: - $ref: '#/components/schemas/microsoft.graph.scheduleChangeState' - additionalProperties: - type: object - microsoft.graph.changeTrackedEntity: - allOf: - - $ref: '#/components/schemas/microsoft.graph.entity' - - title: changeTrackedEntity - 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: '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 is 2014-01-01T00:00:00Z' - format: date-time - 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 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 is 2014-01-01T00:00:00Z' - format: date-time - nullable: true - additionalProperties: - type: object - microsoft.graph.openShiftItem: - allOf: - - $ref: '#/components/schemas/microsoft.graph.shiftItem' - - title: openShiftItem - type: object - properties: - openSlotCount: - maximum: 2147483647 - minimum: -2147483648 - type: integer - description: Count of the number of slots for the given open shift. - format: int32 - additionalProperties: - type: object - microsoft.graph.shiftItem: - allOf: - - $ref: '#/components/schemas/microsoft.graph.scheduleEntity' - - title: shiftItem - type: object - properties: - activities: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.shiftActivity' - description: 'An incremental part of a shift which can cover details of when and where an employee is during their shift. For example, an assignment or a scheduled break or lunch. Required.' - displayName: - type: string - description: The shift label of the shiftItem. - nullable: true - notes: - type: string - description: The shift notes for the shiftItem. - nullable: true - additionalProperties: - type: object - microsoft.graph.timeCardBreak: - title: timeCardBreak - type: object - properties: - breakId: - type: string - nullable: true - end: - $ref: '#/components/schemas/microsoft.graph.timeCardEvent' - notes: - $ref: '#/components/schemas/microsoft.graph.itemBody' - start: - $ref: '#/components/schemas/microsoft.graph.timeCardEvent' - additionalProperties: - type: object - microsoft.graph.timeCardEvent: - title: timeCardEvent - type: object - properties: - atApprovedLocation: - type: boolean - nullable: true - dateTime: - 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 - notes: - $ref: '#/components/schemas/microsoft.graph.itemBody' - additionalProperties: - type: object - microsoft.graph.confirmedBy: - title: confirmedBy - enum: - - none - - user - - manager - - unknownFutureValue - type: string - microsoft.graph.timeCardEntry: - title: timeCardEntry - 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' - additionalProperties: - type: object - microsoft.graph.timeCardState: - title: timeCardState - enum: - - clockedIn - - onBreak - - clockedOut - - unknownFutureValue - type: string - microsoft.graph.timeOffReasonIconType: - title: timeOffReasonIconType - enum: - - none - - car - - calendar - - running - - plane - - firstAid - - doctor - - notWorking - - clock - - juryDuty - - globe - - cup - - phone - - weather - - umbrella - - piggyBank - - dog - - cake - - trafficCone - - pin - - sunny - - unknownFutureValue - type: string - microsoft.graph.timeOffItem: - allOf: - - $ref: '#/components/schemas/microsoft.graph.scheduleEntity' - - title: timeOffItem + - $ref: '#/components/schemas/microsoft.graph.plannerDelta' + - title: plannerTaskDetails type: object properties: - timeOffReasonId: + checklist: + $ref: '#/components/schemas/microsoft.graph.plannerChecklistItems' + description: type: string - description: ID of the timeOffReason for this timeOffItem. Required. + description: Description of the task + nullable: true + previewType: + $ref: '#/components/schemas/microsoft.graph.plannerPreviewType' + references: + $ref: '#/components/schemas/microsoft.graph.plannerExternalReferences' + additionalProperties: + type: object + microsoft.graph.plannerProgressTaskBoardTaskFormat: + allOf: + - $ref: '#/components/schemas/microsoft.graph.plannerDelta' + - title: plannerProgressTaskBoardTaskFormat + type: object + properties: + orderHint: + type: string + description: Hint value used to order the task on the Progress view of the Task Board. The format is defined as outlined here. nullable: true additionalProperties: type: object @@ -33713,7 +33542,7 @@ components: nullable: true contentType: type: string - description: 'The media type of the content attachment. It can have the following values: reference: Attachment is a link to another file. Populate the contentURL with the link to the object.file: Raw file attachment. Populate the contenturl field with the base64 encoding of the file in data: format.image/: Image type with the type of the image specified ex: image/png, image/jpeg, image/gif. Populate the contentUrl field with the base64 encoding of the file in data: format.video/: Video type with the format specified. Ex: video/mp4. Populate the contentUrl field with the base64 encoding of the file in data: format.audio/: Audio type with the format specified. Ex: audio/wmw. Populate the contentUrl field with the base64 encoding of the file in data: format.application/card type: Rich card attachment type with the card type specifying the exact card format to use. Set content with the json format of the card. Supported values for card type include:application/vnd.microsoft.card.adaptive: A rich card that can contain any combination of text, speech, images,,buttons, and input fields. Set the content property to,an AdaptiveCard object.application/vnd.microsoft.card.animation: A rich card that plays animation. Set the content property,to an AnimationCardobject.application/vnd.microsoft.card.audio: A rich card that plays audio files. Set the content property,to an AudioCard object.application/vnd.microsoft.card.video: A rich card that plays videos. Set the content property,to a VideoCard object.application/vnd.microsoft.card.hero: A Hero card. Set the content property to a HeroCard object.application/vnd.microsoft.card.thumbnail: A Thumbnail card. Set the content property to a ThumbnailCard object.application/vnd.microsoft.com.card.receipt: A Receipt card. Set the content property to a ReceiptCard object.application/vnd.microsoft.com.card.signin: A user Sign In card. Set the content property to a SignInCard object.' + description: 'The media type of the content attachment. It can have the following values: reference: Attachment is a link to another file. Populate the contentURL with the link to the object.Any contentTypes supported by the Bot Framework''s Attachment objectapplication/vnd.microsoft.card.codesnippet: A code snippet. application/vnd.microsoft.card.announcement: An announcement header.' nullable: true contentUrl: type: string @@ -34135,7 +33964,7 @@ components: 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.' + 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}$' @@ -34672,6 +34501,28 @@ components: - mobileOther - mobileUnknown type: string + microsoft.graph.chromeOSDeviceProperty: + title: chromeOSDeviceProperty + type: object + properties: + name: + type: string + description: Name of the property + nullable: true + updatable: + type: boolean + description: Whether this property is updatable + value: + type: string + description: Value of the property + nullable: true + valueType: + type: string + description: Type of the value + nullable: true + additionalProperties: + type: object + description: Represents a property of the ChromeOS device. microsoft.graph.complianceState: title: complianceState enum: @@ -35825,17 +35676,17 @@ components: 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.' + description: Access this property from the derived type itemInsights. 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.' + description: Access this property from the derived type itemInsights. 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.' + description: Access this property from the derived type itemInsights. additionalProperties: type: object microsoft.graph.userInsightsSettings: @@ -36658,7 +36509,7 @@ components: properties: messageId: type: string - description: The unique identifier of a message in a Microsoft Teams channel. + description: The unique identifier for a message in a Microsoft Teams channel. nullable: true replyChainMessageId: type: string @@ -36704,6 +36555,18 @@ components: description: For broadcast meeting only. additionalProperties: type: object + microsoft.graph.meetingAttendanceReport: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: meetingAttendanceReport + type: object + properties: + attendanceRecords: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.attendanceRecord' + additionalProperties: + type: object microsoft.graph.outOfOfficeSettings: title: outOfOfficeSettings type: object @@ -36968,44 +36831,235 @@ components: - meeting - unknownFutureValue type: string - 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: + 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 + description: The name of the task list. + nullable: true + isOwner: + type: boolean + description: True if the user is owner of the given task list. + isShared: + type: boolean + description: True if the task list is shared with other users + wellknownListName: + $ref: '#/components/schemas/microsoft.graph.wellknownListName' + extensions: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.extension' + description: The collection of open extensions defined for the task list. Nullable. + tasks: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.todoTask' + description: The tasks in this task list. Read-only. Nullable. + additionalProperties: + type: object + microsoft.graph.scheduleChangeRequest: + allOf: + - $ref: '#/components/schemas/microsoft.graph.changeTrackedEntity' + - title: scheduleChangeRequest + type: object + properties: + assignedTo: + $ref: '#/components/schemas/microsoft.graph.scheduleChangeRequestActor' + managerActionDateTime: + 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 + managerActionMessage: + type: string + nullable: true + managerUserId: + type: string + nullable: true + senderDateTime: + 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 + senderMessage: + type: string + nullable: true + senderUserId: + type: string + nullable: true + state: + $ref: '#/components/schemas/microsoft.graph.scheduleChangeState' + additionalProperties: + type: object + microsoft.graph.changeTrackedEntity: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: changeTrackedEntity + 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: '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 is 2014-01-01T00:00:00Z' + format: date-time + 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 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 is 2014-01-01T00:00:00Z' + format: date-time + nullable: true + additionalProperties: + type: object + microsoft.graph.openShiftItem: + allOf: + - $ref: '#/components/schemas/microsoft.graph.shiftItem' + - title: openShiftItem + type: object + properties: + openSlotCount: + maximum: 2147483647 + minimum: -2147483648 + type: integer + description: Count of the number of slots for the given open shift. + format: int32 + additionalProperties: + type: object + microsoft.graph.shiftItem: + allOf: + - $ref: '#/components/schemas/microsoft.graph.scheduleEntity' + - title: shiftItem + type: object + properties: + activities: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.shiftActivity' + description: 'An incremental part of a shift which can cover details of when and where an employee is during their shift. For example, an assignment or a scheduled break or lunch. Required.' + displayName: + type: string + description: The shift label of the shiftItem. + nullable: true + notes: + type: string + description: The shift notes for the shiftItem. + nullable: true + additionalProperties: + type: object + microsoft.graph.timeCardBreak: + title: timeCardBreak + type: object + properties: + breakId: + type: string + nullable: true + end: + $ref: '#/components/schemas/microsoft.graph.timeCardEvent' + notes: + $ref: '#/components/schemas/microsoft.graph.itemBody' + start: + $ref: '#/components/schemas/microsoft.graph.timeCardEvent' + additionalProperties: + type: object + microsoft.graph.timeCardEvent: + title: timeCardEvent + type: object + properties: + atApprovedLocation: + type: boolean + nullable: true + dateTime: + 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 + notes: + $ref: '#/components/schemas/microsoft.graph.itemBody' + additionalProperties: + type: object + microsoft.graph.confirmedBy: + title: confirmedBy + enum: + - none + - user + - manager + - unknownFutureValue + type: string + microsoft.graph.timeCardEntry: + title: timeCardEntry + 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' + additionalProperties: + type: object + microsoft.graph.timeCardState: + title: timeCardState + enum: + - clockedIn + - onBreak + - clockedOut + - unknownFutureValue + type: string + microsoft.graph.timeOffReasonIconType: + title: timeOffReasonIconType + enum: + - none + - car + - calendar + - running + - plane + - firstAid + - doctor + - notWorking + - clock + - juryDuty + - globe + - cup + - phone + - weather + - umbrella + - piggyBank + - dog + - cake + - trafficCone + - pin + - sunny + - unknownFutureValue + type: string + microsoft.graph.timeOffItem: allOf: - - $ref: '#/components/schemas/microsoft.graph.entity' - - title: todoTaskList + - $ref: '#/components/schemas/microsoft.graph.scheduleEntity' + - title: timeOffItem type: object properties: - displayName: + timeOffReasonId: type: string - description: The name of the task list. + description: ID of the timeOffReason for this timeOffItem. Required. nullable: true - isOwner: - type: boolean - description: True if the user is owner of the given task list. - isShared: - type: boolean - description: True if the task list is shared with other users - wellknownListName: - $ref: '#/components/schemas/microsoft.graph.wellknownListName' - extensions: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.extension' - description: The collection of open extensions defined for the task list. Nullable. - tasks: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.todoTask' - description: The tasks in this task list. Read-only. Nullable. additionalProperties: type: object microsoft.graph.mediaSourceContentCategory: @@ -37025,11 +37079,11 @@ components: properties: content: type: string - description: The content of a comment reply. + description: The content of replied comment. nullable: true contentType: type: string - description: Indicates the type for the comment reply. + description: Indicates the type for the replied comment. additionalProperties: type: object microsoft.graph.workbookOperationError: @@ -37110,7 +37164,7 @@ components: description: Represents whether the casing impacted the last sort of the table. Read-only. method: type: string - description: 'Represents Chinese character ordering method last used to sort the table. The possible values are: PinYin, StrokeCount. Read-only.' + description: 'Represents Chinese character ordering method last used to sort the table. Possible values are: PinYin, StrokeCount. Read-only.' additionalProperties: type: object microsoft.graph.workbookChart: @@ -37271,73 +37325,6 @@ components: type: object additionalProperties: type: object - microsoft.graph.scheduleChangeRequestActor: - title: scheduleChangeRequestActor - enum: - - sender - - recipient - - manager - - system - - unknownFutureValue - type: string - microsoft.graph.scheduleChangeState: - title: scheduleChangeState - enum: - - pending - - approved - - declined - - unknownFutureValue - type: string - microsoft.graph.scheduleEntity: - title: scheduleEntity - 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 - 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 - theme: - $ref: '#/components/schemas/microsoft.graph.scheduleEntityTheme' - additionalProperties: - type: object - microsoft.graph.shiftActivity: - title: shiftActivity - type: object - properties: - code: - type: string - description: Customer defined code for the shiftActivity. Required. - nullable: true - displayName: - type: string - description: The name of the shiftActivity. Required. - 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 end date and time for the shiftActivity. 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 is 2014-01-01T00:00:00Z. Required.' - format: date-time - nullable: true - isPaid: - type: boolean - description: Indicates whether the microsoft.graph.user should be paid for the activity during their shift. Required. - 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 start date and time for the shiftActivity. 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 is 2014-01-01T00:00:00Z. Required.' - format: date-time - nullable: true - theme: - $ref: '#/components/schemas/microsoft.graph.scheduleEntityTheme' - additionalProperties: - type: object microsoft.graph.chatMessagePolicyViolationDlpActionTypes: title: chatMessagePolicyViolationDlpActionTypes enum: @@ -37394,7 +37381,7 @@ components: nullable: true contentType: type: string - description: 'Write only. Content type. sicj as image/png, image/jpg.' + description: 'Write only. Content type, such as image/png, image/jpg.' nullable: true additionalProperties: type: object @@ -37653,7 +37640,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.recipient' - description: The email addresses to which a message should be redirected. + description: The email address to which a message should be redirected. stopProcessingRules: type: boolean description: Indicates whether subsequent rules should be evaluated. @@ -37912,11 +37899,11 @@ components: nullable: true queryRoot: type: string - description: The type of query. Examples include MicrosoftGraph and ARM. + description: 'In the scenario where reviewers need to be specified dynamically, this property is used to indicate the relative source of the query. This property is only required if a relative query (i.e., ./manager) is specified.' nullable: true queryType: type: string - description: 'In the scenario where reviewers need to be specified dynamically, this property is used to indicate the relative source of the query. This property is only required if a relative query (i.e., ./manager) is specified.' + description: The type of query. Examples include MicrosoftGraph and ARM. nullable: true additionalProperties: type: object @@ -38897,6 +38884,30 @@ components: nullable: true additionalProperties: type: object + microsoft.graph.attendanceRecord: + title: attendanceRecord + type: object + properties: + attendanceIntervals: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.attendanceInterval' + emailAddress: + type: string + nullable: true + identity: + $ref: '#/components/schemas/microsoft.graph.identity' + role: + type: string + nullable: true + totalAttendanceInSeconds: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + nullable: true + additionalProperties: + type: object microsoft.graph.attestationLevel: title: attestationLevel enum: @@ -39000,6 +39011,73 @@ components: description: A collection of resources linked to the task. additionalProperties: type: object + microsoft.graph.scheduleChangeRequestActor: + title: scheduleChangeRequestActor + enum: + - sender + - recipient + - manager + - system + - unknownFutureValue + type: string + microsoft.graph.scheduleChangeState: + title: scheduleChangeState + enum: + - pending + - approved + - declined + - unknownFutureValue + type: string + microsoft.graph.scheduleEntity: + title: scheduleEntity + 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 + 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 + theme: + $ref: '#/components/schemas/microsoft.graph.scheduleEntityTheme' + additionalProperties: + type: object + microsoft.graph.shiftActivity: + title: shiftActivity + type: object + properties: + code: + type: string + description: Customer defined code for the shiftActivity. Required. + nullable: true + displayName: + type: string + description: The name of the shiftActivity. Required. + 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 end date and time for the shiftActivity. 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 is 2014-01-01T00:00:00Z. Required.' + format: date-time + nullable: true + isPaid: + type: boolean + description: Indicates whether the microsoft.graph.user should be paid for the activity during their shift. Required. + 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 start date and time for the shiftActivity. 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 is 2014-01-01T00:00:00Z. Required.' + format: date-time + nullable: true + theme: + $ref: '#/components/schemas/microsoft.graph.scheduleEntityTheme' + additionalProperties: + type: object microsoft.graph.workbookFilter: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -39023,7 +39101,7 @@ components: nullable: true dataOption: type: string - description: 'Represents additional sorting options for this field. The possible values are: Normal, TextAsNumber.' + description: 'Represents additional sorting options for this field. Possible values are: Normal, TextAsNumber.' icon: $ref: '#/components/schemas/microsoft.graph.workbookIcon' key: @@ -39034,7 +39112,7 @@ components: format: int32 sortOn: type: string - description: 'Represents the type of sorting of this condition. The possible values are: Value, CellColor, FontColor, Icon.' + description: 'Represents the type of sorting of this condition. Possible values are: Value, CellColor, FontColor, Icon.' additionalProperties: type: object microsoft.graph.workbookChartAxes: @@ -39205,23 +39283,6 @@ components: description: Represents the worksheet protection option of allowing using sort feature. additionalProperties: type: object - microsoft.graph.scheduleEntityTheme: - title: scheduleEntityTheme - enum: - - white - - blue - - green - - purple - - pink - - yellow - - gray - - darkBlue - - darkGreen - - darkPurple - - darkPink - - darkYellow - - unknownFutureValue - type: string microsoft.graph.volumeType: title: volumeType enum: @@ -39651,6 +39712,28 @@ components: - unknownFutureValue - producer type: string + microsoft.graph.attendanceInterval: + title: attendanceInterval + type: object + properties: + durationInSeconds: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + nullable: true + joinDateTime: + 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 + leaveDateTime: + 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.linkedResource: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -39675,6 +39758,23 @@ components: nullable: true additionalProperties: type: object + microsoft.graph.scheduleEntityTheme: + title: scheduleEntityTheme + enum: + - white + - blue + - green + - purple + - pink + - yellow + - gray + - darkBlue + - darkGreen + - darkPurple + - darkPink + - darkYellow + - unknownFutureValue + type: string microsoft.graph.workbookFilterCriteria: title: workbookFilterCriteria type: object @@ -39712,7 +39812,7 @@ components: format: int32 set: type: string - description: 'Represents the set that the icon is part of. The possible values are: Invalid, ThreeArrows, ThreeArrowsGray, ThreeFlags, ThreeTrafficLights1, ThreeTrafficLights2, ThreeSigns, ThreeSymbols, ThreeSymbols2, FourArrows, FourArrowsGray, FourRedToBlack, FourRating, FourTrafficLights, FiveArrows, FiveArrowsGray, FiveRating, FiveQuarters, ThreeStars, ThreeTriangles, FiveBoxes.' + description: 'Represents the set that the icon is part of. Possible values are: Invalid, ThreeArrows, ThreeArrowsGray, ThreeFlags, ThreeTrafficLights1, ThreeTrafficLights2, ThreeSigns, ThreeSymbols, ThreeSymbols2, FourArrows, FourArrowsGray, FourRedToBlack, FourRating, FourTrafficLights, FiveArrows, FiveArrowsGray, FiveRating, FiveQuarters, ThreeStars, ThreeTriangles, FiveBoxes.' additionalProperties: type: object microsoft.graph.workbookChartAxis: diff --git a/openApiDocs/beta/Identity.DirectoryManagement.yml b/openApiDocs/beta/Identity.DirectoryManagement.yml index c4ee1671842..89020a61bda 100644 --- a/openApiDocs/beta/Identity.DirectoryManagement.yml +++ b/openApiDocs/beta/Identity.DirectoryManagement.yml @@ -11705,7 +11705,7 @@ components: properties: accountEnabled: type: boolean - description: 'true if the account is enabled; otherwise, false. Required.' + description: 'true if the account is enabled; otherwise, false. default is true.' nullable: true alternativeSecurityIds: type: array @@ -11730,7 +11730,7 @@ components: nullable: true deviceId: type: string - description: Unique identifier set by Azure Device Registration Service at the time of registration. + description: Identifier set by Azure Device Registration Service at the time of registration. nullable: true deviceMetadata: type: string @@ -11803,7 +11803,7 @@ components: nullable: true operatingSystemVersion: type: string - description: The version of the operating system on the device. Required. + description: Operating system version of the device. Required. nullable: true physicalIds: type: array @@ -11827,7 +11827,7 @@ components: 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 devices), AzureAd (Cloud only joined devices), ServerAd (on-premises domain joined devices joined to Azure AD). For more details, see Introduction to device management in Azure Active Directory' + description: 'Type of trust for the joined device. Read-only. Possible values: Workplace (indicates bring your own personal devices), AzureAd (Cloud only joined devices), ServerAd (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 @@ -12121,7 +12121,7 @@ components: type: array items: type: string - description: 'The capabilities assigned to the domain. Can include 0, 1 or more of following values: Email, Sharepoint, EmailInternalRelayOnly, OfficeCommunicationsOnline, SharePointDefaultDomain, FullRedelegation, SharePointPublic, OrgIdAuthentication, Yammer, Intune. The values which you can add/remove using Graph API include: Email, OfficeCommunicationsOnline, Yammer. Not nullable' + description: 'The capabilities assigned to the domain. Can include 0, 1 or more of following values: Email, Sharepoint, EmailInternalRelayOnly, OfficeCommunicationsOnline,SharePointDefaultDomain, FullRedelegation, SharePointPublic, OrgIdAuthentication, Yammer, Intune. The values which you can add/remove using Graph API include: Email, OfficeCommunicationsOnline, Yammer. Not nullable' domainNameReferences: type: array items: @@ -12241,12 +12241,12 @@ components: 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 time and date at which the tenant was last synced with the on-premise 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 is 2014-01-01T00:00:00Z. Read-only.' + description: 'The time and date at which the tenant was last synced with the on-premise 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 is 2014-01-01T00:00:00Z.' 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. Nullable. null if this object has never been synced from an on-premises directory (default). + 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; Nullable. null if this object has never been synced from an on-premises directory (default). nullable: true postalCode: type: string @@ -12299,12 +12299,12 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.certificateBasedAuthConfiguration' - description: Navigation property to manage certificate-based authentication configuration. Only a single instance of certificateBasedAuthConfiguration can be created in the collection. + description: Navigation property to manage certificate-based authentication configuration. Only a single instance of certificateBasedAuthConfiguration can be created in the collection. extensions: type: array items: $ref: '#/components/schemas/microsoft.graph.extension' - description: The collection of open extensions defined for the organization. Read-only. Nullable. + description: The collection of open extensions defined for the organization resource. Nullable. settings: $ref: '#/components/schemas/microsoft.graph.organizationSettings' additionalProperties: @@ -12644,19 +12644,19 @@ components: properties: defaultValue: type: string - description: Default value for the setting. + description: Default value for the setting. Read-only. nullable: true description: type: string - description: Description of the setting. + description: Description of the setting. Read-only. nullable: true name: type: string - description: Name of the setting. + description: Name of the setting. Read-only. nullable: true type: type: string - description: Type of the setting. + description: Type of the setting. Read-only. nullable: true additionalProperties: type: object @@ -12687,12 +12687,12 @@ components: 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. 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 is 2014-01-01T00:00:00Z.' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true capabilityStatus: type: string - description: 'Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. See a detailed description of each value.' + description: 'Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut.' nullable: true service: type: string @@ -12903,7 +12903,7 @@ components: properties: name: type: string - description: Name of the setting (as defined by the groupSettingTemplate). + description: Name of the setting (as defined by the directorySettingTemplate). nullable: true value: type: string @@ -12948,7 +12948,7 @@ components: 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.' + 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}$' diff --git a/openApiDocs/beta/Identity.Governance.yml b/openApiDocs/beta/Identity.Governance.yml index f26480e00a6..6b58f1cf35e 100644 --- a/openApiDocs/beta/Identity.Governance.yml +++ b/openApiDocs/beta/Identity.Governance.yml @@ -110611,7 +110611,7 @@ components: nullable: true isPerDeviceAcceptanceRequired: type: boolean - description: 'Indicates whether end users are required to accept this agreement on every device that they access it from. The end user is required to register their device in Azure AD, if they haven''t already done so.' + description: 'This setting enables you to require end users to accept this agreement on every device that they are accessing it from. The end user will be required to register their device in Azure AD, if they haven''t already done so.' nullable: true isViewingBeforeAcceptanceRequired: type: boolean @@ -110636,7 +110636,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.agreementFileLocalization' - description: PDFs linked to this agreement. This property is in the process of being deprecated. Use the file property instead. + description: 'PDFs linked to this agreement. Note: This property is in the process of being deprecated. Use the file property instead.' additionalProperties: type: object microsoft.graph.agreementAcceptance: @@ -110647,11 +110647,11 @@ components: properties: agreementFileId: type: string - description: The identifier of the agreement file accepted by the user. + description: ID of the agreement file accepted by the user. nullable: true agreementId: type: string - description: The identifier of the agreement. + description: ID of the agreement. nullable: true deviceDisplayName: type: string @@ -110663,22 +110663,22 @@ components: nullable: true deviceOSType: type: string - description: The operating system used to accept the agreement. + description: The operating system used for accepting the agreement. nullable: true deviceOSVersion: type: string - description: The operating system version of the device used to accept the agreement. + description: The operating system version of the device used for accepting the agreement. 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: 'The expiration date time of the acceptance. 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''' + description: 'The expiration date time of the acceptance. 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 is 2014-01-01T00:00:00Z' 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: '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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true state: @@ -110693,7 +110693,7 @@ components: nullable: true userId: type: string - description: The identifier of the user who accepted the agreement. + description: ID of the user who accepted the agreement. nullable: true userPrincipalName: type: string @@ -112400,7 +112400,7 @@ components: 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 DateTime when the agreement is set to expire for all users. 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''.' + description: 'The DateTime when the agreement is set to expire for all users. 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 is 2014-01-01T00:00:00Z.' format: date-time nullable: true additionalProperties: @@ -112936,11 +112936,11 @@ components: properties: key: type: string - description: Key for the key-value pair. + description: 'Contains the name of the field that a value is associated with. When a sign in or domain hint is included in the sign-in request, corresponding fields are included as key-value pairs. Possible keys: Login hint present, Domain hint present.' nullable: true value: type: string - description: Value for the key-value pair. + description: Contains the corresponding value for the specified key. The value is true if a sign in hint was included in the sign-in request; otherwise false. The value is true if a domain hint was included in the sign-in request; otherwise false. nullable: true additionalProperties: type: object @@ -113003,7 +113003,7 @@ components: 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.' + description: 'A collection of the days of the week on which the event occurs. 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: diff --git a/openApiDocs/beta/Identity.SignIns.yml b/openApiDocs/beta/Identity.SignIns.yml index 30b70c1569c..859a39b4d1d 100644 --- a/openApiDocs/beta/Identity.SignIns.yml +++ b/openApiDocs/beta/Identity.SignIns.yml @@ -15258,20 +15258,20 @@ components: nullable: true invitedUserEmailAddress: type: string - description: 'The email address of the user being invited. Required. The following special characters are not permitted in the email address:Tilde (~)Exclamation point (!)Number sign (#)Dollar sign ($)Percent (%)Circumflex (^)Ampersand (&)Asterisk (*)Parentheses (( ))Plus sign (+)Equal sign (=)Brackets ([ ])Braces ({ })Backslash (/)Slash mark (/)Pipe (/|)Semicolon (;)Colon (:)Quotation marks ('')Angle brackets (< >)Question mark (?)Comma (,)However, the following exceptions apply:A period (.) or a hyphen (-) is permitted anywhere in the user name, except at the beginning or end of the name.An underscore (_) is permitted anywhere in the user name. This includes at the beginning or end of the name.' + description: 'The email address of the user being invited. Required. The following special characters are not permitted in the email address:Tilde (~)Exclamation point (!)At sign (@)Number sign (#)Dollar sign ($)Percent (%)Circumflex (^)Ampersand (&)Asterisk (*)Parentheses (( ))Hyphen (-)Plus sign (+)Equal sign (=)Brackets ([ ])Braces ({ })Backslash (/)Slash mark (/)Pipe (`' invitedUserMessageInfo: $ref: '#/components/schemas/microsoft.graph.invitedUserMessageInfo' invitedUserType: type: string - description: 'The userType of the user being invited. By default, this is Guest. You can invite as Member if you are a company administrator.' + description: 'The userType of the user being invited. By default, this is Guest. You can invite as Member if you''re are company administrator.' nullable: true inviteRedeemUrl: type: string - description: The URL the user can use to redeem their invitation. Read-only + description: The URL the user can use to redeem their invitation. Read-only. nullable: true inviteRedirectUrl: type: string - description: The URL the user should be redirected to once the invitation is redeemed. Required. + description: The URL user should be redirected to once the invitation is redeemed. Required. resetRedemption: type: boolean nullable: true @@ -15281,7 +15281,7 @@ components: nullable: true status: type: string - description: 'The status of the invitation. Possible values are: PendingAcceptance, Completed, InProgress, and Error' + description: 'The status of the invitation. Possible values: PendingAcceptance, Completed, InProgress, and Error' nullable: true invitedUser: $ref: '#/components/schemas/microsoft.graph.user' @@ -15297,30 +15297,30 @@ components: $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.' + description: 'true if the account is enabled; otherwise, false. This property is required when a user is created. Returned only on $select. 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.' + 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. Returned only on $select.' nullable: true assignedLicenses: type: array items: $ref: '#/components/schemas/microsoft.graph.assignedLicense' - description: The licenses that are assigned to the user. Returned only on $select. Not nullable. Supports $filter. + description: The licenses that are assigned to the user. Not nullable. Supports $filter. assignedPlans: type: array items: $ref: '#/components/schemas/microsoft.graph.assignedPlan' - description: The plans that are assigned to the user. Read-only. Not nullable. + description: The plans that are assigned to the user. Returned only on $select. 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. Read-only for users synced from on-premises directory. Returned by default.' + description: The telephone numbers for the user. Only one number can be set for this property. Returned by default. Read-only for users synced from on-premises directory. city: type: string - description: The city in which the user is located. Supports $filter. + description: The city in which the user is located. Returned only on $select. Supports $filter. nullable: true companyName: type: string @@ -15328,25 +15328,25 @@ components: 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.' + 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. Returned only on $select.' nullable: true country: type: string - description: 'The country/region in which the user is located; for example, ''US'' or ''UK''. Supports $filter.' + description: 'The country/region in which the user is located; for example, ''US'' or ''UK''. Returned only on $select. 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. + description: The date and time the user was created. The value cannot be modified and is automatically populated when the entity is created. The DateTimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. Property is nullable. A null value indicates that an accurate creation time couldn't be determined for the user. Returned only on $select. Read-only. Supports $filter. 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.' + 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). Returned only on $select. Read-only.' nullable: true department: type: string - description: The name for the department in which the user works. Supports $filter. + description: The name for the department in which the user works. Returned only on $select. Supports $filter. nullable: true deviceKeys: type: array @@ -15354,7 +15354,7 @@ components: $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. Returned by default. Supports $filter and $orderby.' + description: 'The name displayed in the address book for the user. This value 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. Returned by default. 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])$' @@ -15382,7 +15382,7 @@ components: nullable: true faxNumber: type: string - description: The fax number of the user. + description: The fax number of the user. Returned only on $select. nullable: true givenName: type: string @@ -15392,7 +15392,7 @@ components: 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.' + 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. Returned only on $select. Supports $filter.' imAddresses: type: array items: @@ -15415,29 +15415,29 @@ components: 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 is 2014-01-01T00:00:00Z' + description: 'The time when this Azure AD user last changed their password. 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 is 2014-01-01T00:00:00Z Returned only on $select. Read-only.' 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.' + 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. Returned only on $select.' nullable: true licenseAssignmentStates: type: array items: $ref: '#/components/schemas/microsoft.graph.licenseAssignmentState' - description: State of license assignments for this user. Read-only. + description: State of license assignments for this user. Returned only on $select. Read-only. mail: type: string description: 'The SMTP address for the user, for example, ''jeff@contoso.onmicrosoft.com''. Returned by default. Supports $filter and endsWith.' nullable: true mailNickname: type: string - description: The mail alias for the user. This property must be specified when a user is created. Supports $filter. + description: The mail alias for the user. This property must be specified when a user is created. Returned only on $select. Supports $filter. nullable: true mobilePhone: type: string - description: The primary cellular telephone number for the user. Read-only for users synced from on-premises directory. Returned by default. + description: The primary cellular telephone number for the user. Returned by default. Read-only for users synced from on-premises directory. nullable: true officeLocation: type: string @@ -15445,59 +15445,59 @@ components: 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. + 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. Returned only on $select. 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.' + 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. Returned only on $select. 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.' + 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. Returned only on $select. 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 is 2014-01-01T00:00:00Z. Read-only.' + 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 is 2014-01-01T00:00:00Z. Returned only on $select. 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. + description: Errors when using Microsoft synchronization product during provisioning. Returned only on $select. 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. + 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. Returned only on $select. 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. + description: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Returned only on $select. 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 + 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). Returned only on $select. 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. + 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. Returned only on $select. 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.' + description: 'A list of additional email addresses for the user; for example: [''bob@contoso.com'', ''Robert@fabrikam.com''].Returned only on $select. 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''.' + 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''.Returned only on $select.' 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.' + 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. Returned only on $select.' nullable: true preferredDataLocation: type: string @@ -15511,35 +15511,35 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.provisionedPlan' - description: The plans that are provisioned for the user. Read-only. Not nullable. + description: The plans that are provisioned for the user. Returned only on $select. 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.' + description: 'For example: [''SMTP: bob@contoso.com'', ''smtp: bob@sales.contoso.com''] The any operator is required for filter expressions on multi-valued properties. Returned only on $select. 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.' + 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. Use invalidateAllRefreshTokens to reset.' 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.' + 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. Returned only on $select.' 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.' + 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. Use revokeSignInSessions to reset.' format: date-time nullable: true state: type: string - description: The state or province in the user's address. Supports $filter. + description: The state or province in the user's address. Returned only on $select. Supports $filter. nullable: true streetAddress: type: string - description: The street address of the user's place of business. + description: The street address of the user's place of business. Returned only on $select. nullable: true surname: type: string @@ -15547,7 +15547,7 @@ components: 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.' + 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. Returned only on $select. Supports $filter.' nullable: true userPrincipalName: type: string @@ -15555,7 +15555,7 @@ components: 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.' + description: 'A string value that can be used to classify user types in your directory, such as ''Member'' and ''Guest''. Returned only on $select. Supports $filter.' nullable: true mailboxSettings: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' @@ -15567,12 +15567,12 @@ components: format: int32 aboutMe: type: string - description: A freeform text entry field for the user to describe themselves. + description: A freeform text entry field for the user to describe themselves. Returned only on $select. 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 is 2014-01-01T00:00:00Z' + 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 is 2014-01-01T00:00:00Z Returned only on $select.' 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])$' @@ -15584,39 +15584,39 @@ components: items: type: string nullable: true - description: A list for the user to describe their interests. + description: A list for the user to describe their interests. Returned only on $select. mySite: type: string - description: The URL for the user's personal site. + description: The URL for the user's personal site. Returned only on $select. nullable: true pastProjects: type: array items: type: string nullable: true - description: A list for the user to enumerate their past projects. + description: A list for the user to enumerate their past projects. Returned only on $select. preferredName: type: string - description: The preferred name for the user. + description: The preferred name for the user. Returned only on $select. nullable: true responsibilities: type: array items: type: string nullable: true - description: A list for the user to enumerate their responsibilities. + description: A list for the user to enumerate their responsibilities. Returned only on $select. schools: type: array items: type: string nullable: true - description: A list for the user to enumerate the schools they have attended. + description: A list for the user to enumerate the schools they have attended. Returned only on $select. skills: type: array items: type: string nullable: true - description: A list for the user to enumerate their skills. + description: A list for the user to enumerate their skills. Returned only on $select. analytics: $ref: '#/components/schemas/microsoft.graph.userAnalytics' usageRights: @@ -15651,7 +15651,7 @@ components: 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. + description: 'The groups, directory roles and administrative units that the user is a member of. Read-only. Nullable.' oauth2PermissionGrants: type: array items: @@ -15711,7 +15711,7 @@ components: 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. + 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: @@ -15735,7 +15735,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.person' - description: People that are relevant to the user. Read-only. Nullable. + description: 'Read-only. The most relevant people to the user. The collection is ordered by their relevance to the user, which is determined by the user''s communication, collaboration and business relationships. A person is an aggregation of information from across mail, contacts and social networks.' drive: $ref: '#/components/schemas/microsoft.graph.drive' drives: @@ -15751,7 +15751,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.extension' - description: The collection of open extensions defined for the user. Read-only. Nullable. + description: The collection of open extensions defined for the user. Nullable. appConsentRequestsForApproval: type: array items: @@ -16009,7 +16009,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.accessReviewReviewerScope' - description: The list of reviewers for the admin consent. Required. + description: Required. version: maximum: 2147483647 minimum: -2147483648 @@ -16264,7 +16264,7 @@ components: items: type: string nullable: true - description: 'The list of id values for the specific permissions to match with, or a list with the single value all to match with any permission. The id of delegated permissions can be found in the oauth2PermissionScopes property of the API''s **servicePrincipal** object. The id of application permissions can be found in the appRoles property of the API''s **servicePrincipal** object. The id of resource-specific application permissions can be found in the resourceSpecificApplicationPermissions property of the API''s **servicePrincipal** object. Default is the single value all.' + description: 'The list of id values for the specific permissions to match with, or a list with the single value all to match with any permission. The id of delegated permissions can be found in the publishedPermissionScopes property of the API''s **servicePrincipal** object. The id of application permissions can be found in the appRoles property of the API''s **servicePrincipal** object. The id of resource-specific application permissions can be found in the resourceSpecificApplicationPermissions property of the API''s **servicePrincipal** object. Default is the single value all.' permissionType: $ref: '#/components/schemas/microsoft.graph.permissionType' resourceApplication: @@ -16398,7 +16398,7 @@ components: 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: 'Date and time that the risky activity occurred. 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 is look like this: 2014-01-01T00:00:00Z' + description: 'Date and time that the risky activity occurred. 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true additionalInfo: @@ -16412,7 +16412,7 @@ components: detectedDateTime: 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 that the risk was detected. 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 is look like this: 2014-01-01T00:00:00Z' + description: 'Date and time that the risk was detected. 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true detectionTimingType: @@ -16424,7 +16424,7 @@ components: 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: 'Date and time that the risk detection was last updated. 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 is look like this: 2014-01-01T00:00:00Z' + description: Date and time that the risk detection was last updated. format: date-time nullable: true location: @@ -16437,7 +16437,7 @@ components: $ref: '#/components/schemas/microsoft.graph.riskDetail' riskEventType: type: string - description: 'The type of risk event detected. The possible values are unlikelyTravel, anonymizedIPAddress, maliciousIPAddress, unfamiliarFeatures, malwareInfectedIPAddress, suspiciousIPAddress, leakedCredentials, investigationsThreatIntelligence, generic,adminConfirmedUserCompromised, mcasImpossibleTravel, mcasSuspiciousInboxManipulationRules, investigationsThreatIntelligenceSigninLinked, maliciousIPAddressValidCredentialsBlockedIP, and unknownFutureValue. If the risk detection is a premium detection, will show generic' + description: 'The type of risk event detected. The possible values are unlikelyTravel, anonymizedIPAddress, maliciousIPAddress, unfamiliarFeatures, malwareInfectedIPAddress, suspiciousIPAddress, leakedCredentials, investigationsThreatIntelligence, generic,adminConfirmedUserCompromised, mcasImpossibleTravel, mcasSuspiciousInboxManipulationRules, investigationsThreatIntelligenceSigninLinked, maliciousIPAddressValidCredentialsBlockedIP, and unknownFutureValue.' nullable: true riskLevel: $ref: '#/components/schemas/microsoft.graph.riskLevel' @@ -16453,11 +16453,11 @@ components: $ref: '#/components/schemas/microsoft.graph.tokenIssuerType' userDisplayName: type: string - description: The user principal name (UPN) of the user. + description: Name of the user. nullable: true userId: type: string - description: Unique ID of the user. + description: 'Unique ID of the user. 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 is 2014-01-01T00:00:00Z' nullable: true userPrincipalName: type: string @@ -16775,7 +16775,7 @@ components: properties: accountEnabled: type: boolean - description: 'true if the account is enabled; otherwise, false. Required.' + description: 'true if the account is enabled; otherwise, false. default is true.' nullable: true alternativeSecurityIds: type: array @@ -16800,7 +16800,7 @@ components: nullable: true deviceId: type: string - description: Unique identifier set by Azure Device Registration Service at the time of registration. + description: Identifier set by Azure Device Registration Service at the time of registration. nullable: true deviceMetadata: type: string @@ -16873,7 +16873,7 @@ components: nullable: true operatingSystemVersion: type: string - description: The version of the operating system on the device. Required. + description: Operating system version of the device. Required. nullable: true physicalIds: type: array @@ -16897,7 +16897,7 @@ components: 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 devices), AzureAd (Cloud only joined devices), ServerAd (on-premises domain joined devices joined to Azure AD). For more details, see Introduction to device management in Azure Active Directory' + description: 'Type of trust for the joined device. Read-only. Possible values: Workplace (indicates bring your own personal devices), AzureAd (Cloud only joined devices), ServerAd (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 @@ -17180,7 +17180,7 @@ components: type: array items: type: string - description: 'List of custom controls IDs required by the policy. For more information, see Custom controls.' + description: 'List of custom controls IDs required by the policy. Learn more about custom controls here: https://docs.microsoft.com/azure/active-directory/conditional-access/controls#custom-controls-preview' operator: type: string description: 'Defines the relationship of the grant controls. Possible values: AND, OR.' @@ -17558,12 +17558,12 @@ components: 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. 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 is 2014-01-01T00:00:00Z.' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true capabilityStatus: type: string - description: 'Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. See a detailed description of each value.' + description: 'Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut.' nullable: true service: type: string @@ -17755,7 +17755,7 @@ components: properties: forceChangePasswordNextSignIn: type: boolean - description: true if the user must change her password on the next login; otherwise false. + description: 'If true, at next sign-in, the user must change their password. After a password change, this property will be automatically reset to false. If not set, default is false.' nullable: true forceChangePasswordNextSignInWithMfa: type: boolean @@ -17791,7 +17791,7 @@ components: properties: archiveFolder: type: string - description: Folder ID of an archive folder for the user. + description: Folder ID of an archive folder for the user. Read only. nullable: true automaticRepliesSetting: $ref: '#/components/schemas/microsoft.graph.automaticRepliesSetting' @@ -17949,15 +17949,15 @@ components: 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.' + 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, through an Outlook client or the corresponding calendarPermission resource. Read-only.' 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.' + description: 'true if the user has the permission to share the calendar, false otherwise. Only the user who created the calendar can share it. Read-only.' nullable: true canViewPrivateItems: type: boolean - description: 'true if the user can read calendar items that have been marked private, false otherwise.' + description: 'true if the user can read calendar items that have been marked private, false otherwise. This property is set through an Outlook client or the corresponding calendarPermission resource. Read-only.' nullable: true changeKey: type: string @@ -17969,7 +17969,7 @@ components: $ref: '#/components/schemas/microsoft.graph.onlineMeetingProviderType' hexColor: type: string - description: 'The calendar color, expressed in a hex color code of three hexadecimal values, each ranging from 00 to FF and representing the red, green, or blue components of the color in the RGB color space. If the user has never explicitly set a color for the calendar, this property is empty. Read-only.' + description: 'The calendar color, expressed in a hex color code of three hexadecimal values, each ranging from 00 to FF and representing the red, green, or blue components of the color in the RGB color space. If the user has never explicitly set a color for the calendar, this property is empty.' nullable: true isDefaultCalendar: type: boolean @@ -18194,7 +18194,7 @@ components: 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. + description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' calendar: $ref: '#/components/schemas/microsoft.graph.calendar' exceptionOccurrences: @@ -18205,12 +18205,12 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.extension' - description: The collection of open extensions defined for the event. Read-only. Nullable. + description: The collection of open extensions defined for the event. Nullable. instances: type: array items: $ref: '#/components/schemas/microsoft.graph.event' - description: The instances of the event. Navigation property. Read-only. Nullable. + description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but does not include occurrences that have been cancelled from the series. Navigation property. Read-only. Nullable.' multiValueExtendedProperties: type: array items: @@ -18410,7 +18410,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.extension' - description: The collection of open extensions defined for the contact. Read-only. Nullable. + description: The collection of open extensions defined for the contact. Nullable. multiValueExtendedProperties: type: array items: @@ -18448,7 +18448,7 @@ components: 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.' + description: 'The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select.' assignedLicenses: type: array items: @@ -18489,7 +18489,7 @@ components: 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.' + 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).' nullable: true infoCatalogs: type: array @@ -18562,13 +18562,13 @@ components: 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. + description: The preferred language for a 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.' + 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 for 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 @@ -18595,7 +18595,7 @@ components: 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.' + description: 'Specifies a 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 @@ -18613,11 +18613,11 @@ components: 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. Supported only on the Get group API (GET /groups/{ID}).' + description: 'true if the group is not displayed in certain parts of the Outlook user interface: in the Address Book, in address lists for selecting message recipients, and in the Browse Groups dialog for searching groups; false otherwise. Default value is false. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}).' 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. Supported only on the Get group API (GET /groups/{ID}).' + description: 'true if the group is not displayed in Outlook clients, such as Outlook for Windows and Outlook on the web, false otherwise. Default value is false. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}).' nullable: true isFavorite: type: boolean @@ -18637,7 +18637,7 @@ components: 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. Supported only on the Get group API (GET /groups/{ID}).' + description: 'Count of conversations that have received new posts since the signed-in user last visited the group. This property is the same as unseenConversationsCount.Returned only on $select. Supported only on the Get group API (GET /groups/{ID}).' format: int32 nullable: true unseenMessagesCount: @@ -18668,12 +18668,12 @@ components: 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.' + description: 'Groups and administrative units 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.' + description: 'Users, contacts, and groups that are members of this group. HTTP Methods: GET (supported for all groups), POST (supported for security groups and mail-enabled security groups), DELETE (supported only for security groups) Read-only. Nullable.' membersWithLicenseErrors: type: array items: @@ -18683,7 +18683,7 @@ components: 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.' + description: 'The owners of the group. The owners are a set of non-admin users who are allowed to modify this object. HTTP Methods: GET (supported for all groups), POST (supported for security groups and mail-enabled security groups), DELETE (supported only for security groups) Read-only. Nullable.' permissionGrants: type: array items: @@ -18692,7 +18692,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.directorySetting' - description: Read-only. Nullable. + description: 'Settings that can govern this group''s behavior, like whether members can invite guest users to the group. Nullable.' transitiveMemberOf: type: array items: @@ -18722,7 +18722,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.event' - description: The group's calendar events. + description: The group's events. rejectedSenders: type: array items: @@ -18860,7 +18860,7 @@ components: $ref: '#/components/schemas/microsoft.graph.itemBody' bodyPreview: type: string - description: The first 255 characters of the message body. It is in text format. + description: 'The first 255 characters of the message body. It is in text format. If the message contains instances of mention, this property would contain a concatenation of these mentions as well.' nullable: true ccRecipients: type: array @@ -19062,7 +19062,7 @@ components: nullable: true personType: type: string - description: The type of person. + description: 'The type of person, for example distribution list.' nullable: true phones: type: array @@ -19317,11 +19317,11 @@ components: properties: agreementFileId: type: string - description: The identifier of the agreement file accepted by the user. + description: ID of the agreement file accepted by the user. nullable: true agreementId: type: string - description: The identifier of the agreement. + description: ID of the agreement. nullable: true deviceDisplayName: type: string @@ -19333,22 +19333,22 @@ components: nullable: true deviceOSType: type: string - description: The operating system used to accept the agreement. + description: The operating system used for accepting the agreement. nullable: true deviceOSVersion: type: string - description: The operating system version of the device used to accept the agreement. + description: The operating system version of the device used for accepting the agreement. 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: 'The expiration date time of the acceptance. 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''' + description: 'The expiration date time of the acceptance. 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 is 2014-01-01T00:00:00Z' 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: '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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true state: @@ -19363,7 +19363,7 @@ components: nullable: true userId: type: string - description: The identifier of the user who accepted the agreement. + description: ID of the user who accepted the agreement. nullable: true userPrincipalName: type: string @@ -19380,26 +19380,26 @@ components: 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 + description: Created date time in UTC of the device enrollment configuration format: date-time description: type: string - description: Not yet documented + description: The description of the device enrollment configuration nullable: true displayName: type: string - description: Not yet documented + description: The display name of the device enrollment configuration 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 + description: Last modified date time in UTC of the device enrollment configuration format: date-time priority: maximum: 2147483647 minimum: -2147483648 type: integer - description: Not yet documented + description: Priority is used when a user exists in multiple groups that are assigned enrollment configuration. Users are subject only to the configuration with the lowest priority value. format: int32 roleScopeTagIds: type: array @@ -19411,13 +19411,13 @@ components: maximum: 2147483647 minimum: -2147483648 type: integer - description: Not yet documented + description: The version of the device enrollment configuration format: int32 assignments: type: array items: $ref: '#/components/schemas/microsoft.graph.enrollmentConfigurationAssignment' - description: The list of group assignments for the device configuration profile. + description: The list of group assignments for the device configuration profile additionalProperties: type: object description: The Base Class of Device Enrollment Configuration @@ -19433,11 +19433,11 @@ components: nullable: true activationLockBypassCode: type: string - description: Code that allows the Activation Lock on a device to be bypassed. + description: Code that allows the Activation Lock on a device to be bypassed. This property is read-only. nullable: true androidSecurityPatchLevel: type: string - description: Android security patch level + description: Android security patch level. This property is read-only. nullable: true autopilotEnrolled: type: boolean @@ -19448,18 +19448,23 @@ components: nullable: true azureADDeviceId: type: string - description: The unique identifier for the Azure Active Directory device. Read only. + description: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. nullable: true azureADRegistered: type: boolean - description: Whether the device is Azure Active Directory registered. + description: Whether the device is Azure Active Directory registered. This property is read-only. nullable: true chassisType: $ref: '#/components/schemas/microsoft.graph.chassisType' + chromeOSDeviceInfo: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.chromeOSDeviceProperty' + description: List of properties of the ChromeOS Device. 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 + description: The DateTime when device compliance grace period expires. This property is read-only. format: date-time complianceState: $ref: '#/components/schemas/microsoft.graph.complianceState' @@ -19473,10 +19478,10 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.deviceActionResult' - description: List of ComplexType deviceActionResult objects. + description: List of ComplexType deviceActionResult objects. This property is read-only. deviceCategoryDisplayName: type: string - description: Device category display name + description: Device category display name. This property is read-only. nullable: true deviceEnrollmentType: $ref: '#/components/schemas/microsoft.graph.deviceEnrollmentType' @@ -19484,7 +19489,7 @@ components: $ref: '#/components/schemas/microsoft.graph.deviceHealthAttestationState' deviceName: type: string - description: Name of the device + description: Name of the device. This property is read-only. nullable: true deviceRegistrationState: $ref: '#/components/schemas/microsoft.graph.deviceRegistrationState' @@ -19492,24 +19497,24 @@ components: $ref: '#/components/schemas/microsoft.graph.deviceType' easActivated: type: boolean - description: Whether the device is Exchange ActiveSync activated. + description: Whether the device is Exchange ActiveSync activated. This property is read-only. 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. + description: Exchange ActivationSync activation time of the device. This property is read-only. format: date-time easDeviceId: type: string - description: Exchange ActiveSync Id of the device. + description: Exchange ActiveSync Id of the device. This property is read-only. nullable: true emailAddress: type: string - description: Email(s) for the user associated with the device + description: Email(s) for the user associated with the device. This property is read-only. 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. + description: Enrollment time of the device. This property is read-only. format: date-time ethernetMacAddress: type: string @@ -19522,11 +19527,11 @@ components: 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. + description: Last time the device contacted Exchange. This property is read-only. format: date-time freeStorageSpaceInBytes: type: integer - description: Free Storage in Bytes + description: Free Storage in Bytes. This property is read-only. format: int64 hardwareInformation: $ref: '#/components/schemas/microsoft.graph.hardwareInformation' @@ -19536,24 +19541,24 @@ components: nullable: true imei: type: string - description: IMEI + description: IMEI. This property is read-only. nullable: true isEncrypted: type: boolean - description: Device encryption status + description: Device encryption status. This property is read-only. isSupervised: type: boolean - description: Device supervised status + description: Device supervised status. This property is read-only. jailBroken: type: string - description: whether the device is jail broken or rooted. + description: whether the device is jail broken or rooted. This property is read-only. 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. + description: The date and time that the device last completed a successful sync with Intune. This property is read-only. format: date-time lostModeState: $ref: '#/components/schemas/microsoft.graph.lostModeState' @@ -19576,15 +19581,15 @@ components: $ref: '#/components/schemas/microsoft.graph.managementState' manufacturer: type: string - description: Manufacturer of the device + description: Manufacturer of the device. This property is read-only. nullable: true meid: type: string - description: MEID + description: MEID. This property is read-only. nullable: true model: type: string - description: Model of the device + description: Model of the device. This property is read-only. nullable: true notes: type: string @@ -19592,11 +19597,11 @@ components: nullable: true operatingSystem: type: string - description: 'Operating system of the device. Windows, iOS, etc.' + description: 'Operating system of the device. Windows, iOS, etc. This property is read-only.' nullable: true osVersion: type: string - description: Operating system version of the device. + description: Operating system version of the device. This property is read-only. nullable: true ownerType: $ref: '#/components/schemas/microsoft.graph.ownerType' @@ -19604,7 +19609,7 @@ components: $ref: '#/components/schemas/microsoft.graph.managedDevicePartnerReportedHealthState' phoneNumber: type: string - description: Phone number of the device + description: Phone number of the device. This property is read-only. nullable: true physicalMemoryInBytes: type: integer @@ -19619,11 +19624,11 @@ components: $ref: '#/components/schemas/microsoft.graph.managedDeviceArchitecture' remoteAssistanceSessionErrorDetails: type: string - description: An error string that identifies issues when creating Remote Assistance session objects. + description: An error string that identifies issues when creating Remote Assistance session objects. This property is read-only. nullable: true remoteAssistanceSessionUrl: type: string - description: Url that allows a Remote Assistance session to be established with the device. + description: Url that allows a Remote Assistance session to be established with the device. This property is read-only. nullable: true requireUserEnrollmentApproval: type: boolean @@ -19642,7 +19647,7 @@ components: description: List of Scope Tag IDs for this Device instance. serialNumber: type: string - description: SerialNumber + description: SerialNumber. This property is read-only. nullable: true skuFamily: type: string @@ -19660,11 +19665,11 @@ components: nullable: true subscriberCarrier: type: string - description: Subscriber Carrier + description: Subscriber Carrier. This property is read-only. nullable: true totalStorageSpaceInBytes: type: integer - description: Total Storage in Bytes + description: Total Storage in Bytes. This property is read-only. format: int64 udid: type: string @@ -19672,15 +19677,15 @@ components: nullable: true userDisplayName: type: string - description: User display name + description: User display name. This property is read-only. nullable: true userId: type: string - description: Unique Identifier for the user associated with the device + description: Unique Identifier for the user associated with the device. This property is read-only. nullable: true userPrincipalName: type: string - description: Device user principal name + description: Device user principal name. This property is read-only. nullable: true usersLoggedOn: type: array @@ -19689,7 +19694,7 @@ components: description: Indicates the last logged on users of a device. This property is read-only. wiFiMacAddress: type: string - description: Wi-Fi MAC + description: Wi-Fi MAC. This property is read-only. nullable: true windowsActiveMalwareCount: maximum: 2147483647 @@ -19825,7 +19830,7 @@ components: 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 management service. + description: Zero or more policys already applied on the registered app when it last synchronized with managment service. intendedPolicies: type: array items: @@ -20027,7 +20032,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.plannerTask' - description: Read-only. Nullable. Returns the plannerPlans shared with the user. + description: Read-only. Nullable. Returns the plannerTasks assigned to the user. additionalProperties: type: object microsoft.graph.itemInsights: @@ -20380,6 +20385,8 @@ components: type: string description: The video teleconferencing ID. Read-only. nullable: true + meetingAttendanceReport: + $ref: '#/components/schemas/microsoft.graph.meetingAttendanceReport' additionalProperties: type: object microsoft.graph.presence: @@ -20390,7 +20397,7 @@ components: properties: activity: type: string - description: 'The supplemental information to a user''s availability. Possible values are Available, Away, BeRightBack, Busy, DoNotDisturb, InACall, InAConferenceCall, Inactive, InAMeeting, Offline, OffWork, OutOfOffice, PresenceUnknown, Presenting, UrgentInterruptionsOnly.' + description: 'The supplemental information to a user''s availability. Possible values are Available, Away, BeRightBack, Busy, DoNotDisturb, InACall, InAConferenceCall, Inactive,InAMeeting, Offline, OffWork,OutOfOffice, PresenceUnknown,Presenting, UrgentInterruptionsOnly.' nullable: true availability: type: string @@ -20439,6 +20446,11 @@ components: items: $ref: '#/components/schemas/microsoft.graph.chatMessage' description: A collection of all the messages in the chat. Nullable. + permissionGrants: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.resourceSpecificPermissionGrant' + description: A collection of permissions granted to apps for the chat. tabs: type: array items: @@ -20499,8 +20511,6 @@ components: 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: @@ -20538,6 +20548,8 @@ components: $ref: '#/components/schemas/microsoft.graph.teamworkTag' template: $ref: '#/components/schemas/microsoft.graph.teamsTemplate' + schedule: + $ref: '#/components/schemas/microsoft.graph.schedule' additionalProperties: type: object microsoft.graph.userTeamwork: @@ -20627,11 +20639,11 @@ components: nullable: true queryRoot: type: string - description: The type of query. Examples include MicrosoftGraph and ARM. + description: 'In the scenario where reviewers need to be specified dynamically, this property is used to indicate the relative source of the query. This property is only required if a relative query (i.e., ./manager) is specified.' nullable: true queryType: type: string - description: 'In the scenario where reviewers need to be specified dynamically, this property is used to indicate the relative source of the query. This property is only required if a relative query (i.e., ./manager) is specified.' + description: The type of query. Examples include MicrosoftGraph and ARM. nullable: true additionalProperties: type: object @@ -21453,7 +21465,7 @@ components: 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.' + 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}$' @@ -21496,11 +21508,11 @@ components: properties: address: type: string - description: The email address of the person or entity. + description: The email address of an entity instance. nullable: true name: type: string - description: The display name of the person or entity. + description: The display name of an entity instance. nullable: true additionalProperties: type: object @@ -21615,10 +21627,10 @@ components: 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).' + description: 'A single point of time in a combined date and time representation ({date}T{time}). For example, ''2019-04-16T09:00:00''.' timeZone: type: string - description: 'Represents a time zone, for example, ''Pacific Standard Time''. See below for more possible values.' + description: 'Represents a time zone, for example, ''Pacific Standard Time''. See below for possible values.' nullable: true additionalProperties: type: object @@ -21763,7 +21775,7 @@ components: nullable: true name: type: string - description: The attachment's file name. + description: The display name of the attachment. This does not need to be the actual file name. nullable: true size: maximum: 2147483647 @@ -21957,18 +21969,23 @@ components: properties: clientAppId: type: string + description: ID of the service principal of the Azure AD app that has been granted access. Read-only. nullable: true clientId: type: string + description: ID of the Azure AD app that has been granted access. Read-only. nullable: true permission: type: string + description: The name of the permission. Read-only. nullable: true permissionType: type: string + description: 'The type of permission. Possible values are: Application,Delegated. Read-only.' nullable: true resourceAppId: type: string + description: ID of the Azure AD app that is hosting the resource. Read-only. nullable: true additionalProperties: type: object @@ -22962,7 +22979,7 @@ components: 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. + description: 'A unique token that can be used to access this shared item via the [shares API][]. Read-only.' nullable: true additionalProperties: type: object @@ -23208,6 +23225,28 @@ components: - mobileOther - mobileUnknown type: string + microsoft.graph.chromeOSDeviceProperty: + title: chromeOSDeviceProperty + type: object + properties: + name: + type: string + description: Name of the property + nullable: true + updatable: + type: boolean + description: Whether this property is updatable + value: + type: string + description: Value of the property + nullable: true + valueType: + type: string + description: Type of the value + nullable: true + additionalProperties: + type: object + description: Represents a property of the ChromeOS device. microsoft.graph.complianceState: title: complianceState enum: @@ -24374,14 +24413,14 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.plannerBucket' - description: Read-only. Nullable. Collection of buckets in the plan. + description: Collection of buckets in the plan. Read-only. Nullable. 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. + description: Collection of tasks in the plan. Read-only. Nullable. additionalProperties: type: object microsoft.graph.plannerTask: @@ -24508,17 +24547,17 @@ components: 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.' + description: Access this property from the derived type itemInsights. 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.' + description: Access this property from the derived type itemInsights. 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.' + description: Access this property from the derived type itemInsights. additionalProperties: type: object microsoft.graph.userInsightsSettings: @@ -25476,7 +25515,7 @@ components: properties: messageId: type: string - description: The unique identifier of a message in a Microsoft Teams channel. + description: The unique identifier for a message in a Microsoft Teams channel. nullable: true replyChainMessageId: type: string @@ -25522,6 +25561,18 @@ components: description: For broadcast meeting only. additionalProperties: type: object + microsoft.graph.meetingAttendanceReport: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: meetingAttendanceReport + type: object + properties: + attendanceRecords: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.attendanceRecord' + additionalProperties: + type: object microsoft.graph.outOfOfficeSettings: title: outOfOfficeSettings type: object @@ -25597,12 +25648,12 @@ components: $ref: '#/components/schemas/microsoft.graph.channelIdentity' chatId: type: string - description: The identity of the chat in which the message was posted. + description: 'If the message was sent in a chat, represents the identity of the chat.' 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. + description: Timestamp of when the chat message was created. format: date-time nullable: true deletedDateTime: @@ -25622,18 +25673,18 @@ components: 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. + description: Read only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the 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.' + description: 'Read only. Timestamp when the chat message is created (initial setting) or modified, 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. + description: Locale of the chat message set by the client. Always set to en-us. mentions: type: array items: @@ -25650,7 +25701,7 @@ components: description: 'Reactions for this chat message (for example, Like).' 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) + 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 @@ -25662,15 +25713,18 @@ components: nullable: true webUrl: type: string + description: Read-only. Link to the message in Microsoft Teams. nullable: true hostedContents: type: array items: $ref: '#/components/schemas/microsoft.graph.chatMessageHostedContent' + description: 'Content in a message hosted by Microsoft Teams e.g. images, code snippets etc.' replies: type: array items: $ref: '#/components/schemas/microsoft.graph.chatMessage' + description: Replies for a specified message. additionalProperties: type: object microsoft.graph.teamsTab: @@ -25761,7 +25815,7 @@ components: nullable: true allowCreateUpdateChannels: type: boolean - description: 'If set to true, members can add and update channels.' + description: 'If set to true, members can add and update any channels.' nullable: true allowCreateUpdateRemoveConnectors: type: boolean @@ -25823,99 +25877,6 @@ components: - 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' @@ -26044,6 +26005,99 @@ components: type: object additionalProperties: type: object + 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.userScopeTeamsAppInstallation: allOf: - $ref: '#/components/schemas/microsoft.graph.teamsAppInstallation' @@ -26106,12 +26160,12 @@ components: nullable: true latitude: type: number - description: 'Optional. The latitude, in decimal, for the item. Read-only.' + description: 'Optional. The latitude, in decimal, for the item. Writable on OneDrive Personal.' format: double nullable: true longitude: type: number - description: 'Optional. The longitude, in decimal, for the item. Read-only.' + description: 'Optional. The longitude, in decimal, for the item. Writable on OneDrive Personal.' format: double nullable: true additionalProperties: @@ -26451,7 +26505,7 @@ components: 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.' + description: 'A collection of the days of the week on which the event occurs. 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: @@ -26574,7 +26628,7 @@ components: properties: name: type: string - description: Name of the setting (as defined by the groupSettingTemplate). + description: Name of the setting (as defined by the directorySettingTemplate). nullable: true value: type: string @@ -26621,7 +26675,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.attachment' - description: Read-only. Nullable. + description: 'The collection of fileAttachment, itemAttachment, and referenceAttachment attachments for the post. Read-only. Nullable.' extensions: type: array items: @@ -26691,7 +26745,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.recipient' - description: The email addresses to which a message should be redirected. + description: The email address to which a message should be redirected. stopProcessingRules: type: boolean description: Indicates whether subsequent rules should be evaluated. @@ -26913,7 +26967,7 @@ components: properties: upgradeAvailable: type: boolean - description: Indicates whether there are higher storage quota plans available. Read-only. + description: Indicates if there are higher storage quota plans available. Read-only. nullable: true additionalProperties: type: object @@ -27248,7 +27302,7 @@ components: 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. + description: The date and time the photo was taken in UTC time. Read-only. format: date-time nullable: true additionalProperties: @@ -27470,7 +27524,7 @@ components: 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.' + 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. Nullable.' tables: type: array items: @@ -27495,14 +27549,14 @@ components: 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.' + description: '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. Required. 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. + description: Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 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. Optional. 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.' + 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 @@ -27510,12 +27564,12 @@ components: nullable: true encryptionCertificateId: type: string - description: A custom app-provided identifier to help identify the certificate needed to decrypt resource data. Optional. + description: A custom app-provided identifier to help identify the certificate needed to decrypt resource data. Optional. Required when includeResourceData is true. 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.' + description: '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. Required.' format: date-time includeResourceData: type: boolean @@ -27539,10 +27593,10 @@ components: 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. + description: The URL of the endpoint that receives the change notifications. This URL must make use of the HTTPS protocol. Required. 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. + description: Specifies the resource that will be monitored for changes. Do not include the base URL (https://graph.microsoft.com/beta/). See the possible resource path values for each supported resource. Required. additionalProperties: type: object microsoft.graph.thumbnailSet: @@ -27569,7 +27623,6 @@ components: properties: content: type: string - description: The content stream for this version of the item. format: base64url nullable: true size: @@ -28079,6 +28132,7 @@ components: nullable: true parentSiteId: type: string + description: Id of the parent site of this group. nullable: true scope: $ref: '#/components/schemas/microsoft.graph.termStore.termGroupScope' @@ -29411,6 +29465,30 @@ components: nullable: true additionalProperties: type: object + microsoft.graph.attendanceRecord: + title: attendanceRecord + type: object + properties: + attendanceIntervals: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.attendanceInterval' + emailAddress: + type: string + nullable: true + identity: + $ref: '#/components/schemas/microsoft.graph.identity' + role: + type: string + nullable: true + totalAttendanceInSeconds: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + nullable: true + additionalProperties: + type: object microsoft.graph.teamsApp: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -29468,7 +29546,7 @@ components: nullable: true teamsAppId: type: string - description: The ID from the Teams app manifest. + description: The id from the Teams App manifest. nullable: true version: type: string @@ -29488,7 +29566,7 @@ components: nullable: true contentType: type: string - description: 'The media type of the content attachment. It can have the following values: reference: Attachment is a link to another file. Populate the contentURL with the link to the object.file: Raw file attachment. Populate the contenturl field with the base64 encoding of the file in data: format.image/: Image type with the type of the image specified ex: image/png, image/jpeg, image/gif. Populate the contentUrl field with the base64 encoding of the file in data: format.video/: Video type with the format specified. Ex: video/mp4. Populate the contentUrl field with the base64 encoding of the file in data: format.audio/: Audio type with the format specified. Ex: audio/wmw. Populate the contentUrl field with the base64 encoding of the file in data: format.application/card type: Rich card attachment type with the card type specifying the exact card format to use. Set content with the json format of the card. Supported values for card type include:application/vnd.microsoft.card.adaptive: A rich card that can contain any combination of text, speech, images,,buttons, and input fields. Set the content property to,an AdaptiveCard object.application/vnd.microsoft.card.animation: A rich card that plays animation. Set the content property,to an AnimationCardobject.application/vnd.microsoft.card.audio: A rich card that plays audio files. Set the content property,to an AudioCard object.application/vnd.microsoft.card.video: A rich card that plays videos. Set the content property,to a VideoCard object.application/vnd.microsoft.card.hero: A Hero card. Set the content property to a HeroCard object.application/vnd.microsoft.card.thumbnail: A Thumbnail card. Set the content property to a ThumbnailCard object.application/vnd.microsoft.com.card.receipt: A Receipt card. Set the content property to a ReceiptCard object.application/vnd.microsoft.com.card.signin: A user Sign In card. Set the content property to a SignInCard object.' + description: 'The media type of the content attachment. It can have the following values: reference: Attachment is a link to another file. Populate the contentURL with the link to the object.Any contentTypes supported by the Bot Framework''s Attachment objectapplication/vnd.microsoft.card.codesnippet: A code snippet. application/vnd.microsoft.card.announcement: An announcement header.' nullable: true contentUrl: type: string @@ -29625,6 +29703,90 @@ components: - moderate - unknownFutureValue type: string + microsoft.graph.channelMembershipType: + title: channelMembershipType + enum: + - standard + - private + - unknownFutureValue + - shared + type: string + microsoft.graph.channelModerationSettings: + title: channelModerationSettings + type: object + properties: + allowNewMessageFromBots: + type: boolean + description: Indicates whether bots are allowed to post messages. + nullable: true + allowNewMessageFromConnectors: + type: boolean + description: Indicates whether connectors are allowed to post messages. + nullable: true + replyRestriction: + $ref: '#/components/schemas/microsoft.graph.replyRestriction' + userNewMessageRestriction: + $ref: '#/components/schemas/microsoft.graph.userNewMessageRestriction' + 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 + - teamifyGroup + - createChannel + type: string + microsoft.graph.teamsAsyncOperationStatus: + title: teamsAsyncOperationStatus + enum: + - invalid + - notStarted + - inProgress + - succeeded + - failed + - unknownFutureValue + type: string + microsoft.graph.teamworkTagType: + title: teamworkTagType + enum: + - standard + type: string + microsoft.graph.teamworkTagMember: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: teamworkTagMember + type: object + properties: + displayName: + type: string + nullable: true + tenantId: + type: string + nullable: true + userId: + type: string + nullable: true + additionalProperties: + type: object microsoft.graph.operationStatus: title: operationStatus enum: @@ -29659,11 +29821,11 @@ components: nullable: true recipientUserId: type: string - description: User ID of the recipient of the offer shift request. + 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. + description: User id of the sender of the offer shift request. nullable: true additionalProperties: type: object @@ -29751,7 +29913,7 @@ components: properties: recipientShiftId: type: string - description: ShiftId for the recipient user with whom the request is to swap. + description: Shift ID for the recipient user with whom the request is to swap. nullable: true additionalProperties: type: object @@ -29843,90 +30005,6 @@ components: nullable: true additionalProperties: type: object - microsoft.graph.channelMembershipType: - title: channelMembershipType - enum: - - standard - - private - - unknownFutureValue - - shared - type: string - microsoft.graph.channelModerationSettings: - title: channelModerationSettings - type: object - properties: - allowNewMessageFromBots: - type: boolean - description: Indicates whether bots are allowed to post messages. - nullable: true - allowNewMessageFromConnectors: - type: boolean - description: Indicates whether connectors are allowed to post messages. - nullable: true - replyRestriction: - $ref: '#/components/schemas/microsoft.graph.replyRestriction' - userNewMessageRestriction: - $ref: '#/components/schemas/microsoft.graph.userNewMessageRestriction' - 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 - - teamifyGroup - - createChannel - type: string - microsoft.graph.teamsAsyncOperationStatus: - title: teamsAsyncOperationStatus - enum: - - invalid - - notStarted - - inProgress - - succeeded - - failed - - unknownFutureValue - type: string - microsoft.graph.teamworkTagType: - title: teamworkTagType - enum: - - standard - type: string - microsoft.graph.teamworkTagMember: - allOf: - - $ref: '#/components/schemas/microsoft.graph.entity' - - title: teamworkTagMember - type: object - properties: - displayName: - type: string - nullable: true - tenantId: - type: string - nullable: true - userId: - type: string - nullable: true - additionalProperties: - type: object microsoft.graph.wellknownListName: title: wellknownListName enum: @@ -30237,7 +30315,7 @@ components: properties: crc32Hash: type: string - description: The CRC32 value of the file in little endian (if available). Read-only. + description: The CRC32 value of the file (if available). Read-only. nullable: true quickXorHash: type: string @@ -30322,7 +30400,7 @@ components: properties: content: type: string - description: The content of comment. + description: The content of the comment. nullable: true contentType: type: string @@ -30360,7 +30438,7 @@ components: 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.' + description: 'Indicates what type of reference is associated with the name. Possible values are: String, Integer, Double, Boolean, Range. Read-only.' nullable: true value: $ref: '#/components/schemas/microsoft.graph.Json' @@ -30424,7 +30502,7 @@ components: 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.' + description: 'Constant value that represents the Table style. 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 @@ -30638,11 +30716,11 @@ components: properties: key: type: string - description: Key for the key-value pair. + description: 'Contains the name of the field that a value is associated with. When a sign in or domain hint is included in the sign-in request, corresponding fields are included as key-value pairs. Possible keys: Login hint present, Domain hint present.' nullable: true value: type: string - description: Value for the key-value pair. + description: Contains the corresponding value for the specified key. The value is true if a sign in hint was included in the sign-in request; otherwise false. The value is true if a domain hint was included in the sign-in request; otherwise false. nullable: true additionalProperties: type: object @@ -31229,6 +31307,28 @@ components: - unknownFutureValue - producer type: string + microsoft.graph.attendanceInterval: + title: attendanceInterval + type: object + properties: + durationInSeconds: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + nullable: true + joinDateTime: + 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 + leaveDateTime: + 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.teamsAppDistributionMethod: title: teamsAppDistributionMethod enum: @@ -31316,10 +31416,25 @@ components: nullable: true contentType: type: string - description: 'Write only. Content type. sicj as image/png, image/jpg.' + description: 'Write only. Content type, such as image/png, image/jpg.' nullable: true additionalProperties: type: object + microsoft.graph.replyRestriction: + title: replyRestriction + enum: + - everyone + - authorAndModerators + - unknownFutureValue + type: string + microsoft.graph.userNewMessageRestriction: + title: userNewMessageRestriction + enum: + - everyone + - everyoneExceptGuests + - moderators + - unknownFutureValue + type: string microsoft.graph.scheduleChangeRequest: allOf: - $ref: '#/components/schemas/microsoft.graph.changeTrackedEntity' @@ -31487,21 +31602,6 @@ components: nullable: true additionalProperties: type: object - microsoft.graph.replyRestriction: - title: replyRestriction - enum: - - everyone - - authorAndModerators - - unknownFutureValue - type: string - microsoft.graph.userNewMessageRestriction: - title: userNewMessageRestriction - enum: - - everyone - - everyoneExceptGuests - - moderators - - unknownFutureValue - type: string microsoft.graph.linkedResource: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -31543,11 +31643,11 @@ components: properties: content: type: string - description: The content of a comment reply. + description: The content of replied comment. nullable: true contentType: type: string - description: Indicates the type for the comment reply. + description: Indicates the type for the replied comment. additionalProperties: type: object microsoft.graph.workbookOperationError: @@ -31628,7 +31728,7 @@ components: description: Represents whether the casing impacted the last sort of the table. Read-only. method: type: string - description: 'Represents Chinese character ordering method last used to sort the table. The possible values are: PinYin, StrokeCount. Read-only.' + description: 'Represents Chinese character ordering method last used to sort the table. Possible values are: PinYin, StrokeCount. Read-only.' additionalProperties: type: object microsoft.graph.workbookChart: @@ -31866,7 +31966,7 @@ components: nullable: true dataOption: type: string - description: 'Represents additional sorting options for this field. The possible values are: Normal, TextAsNumber.' + description: 'Represents additional sorting options for this field. Possible values are: Normal, TextAsNumber.' icon: $ref: '#/components/schemas/microsoft.graph.workbookIcon' key: @@ -31877,7 +31977,7 @@ components: format: int32 sortOn: type: string - description: 'Represents the type of sorting of this condition. The possible values are: Value, CellColor, FontColor, Icon.' + description: 'Represents the type of sorting of this condition. Possible values are: Value, CellColor, FontColor, Icon.' additionalProperties: type: object microsoft.graph.workbookChartAxes: @@ -32102,7 +32202,7 @@ components: format: int32 set: type: string - description: 'Represents the set that the icon is part of. The possible values are: Invalid, ThreeArrows, ThreeArrowsGray, ThreeFlags, ThreeTrafficLights1, ThreeTrafficLights2, ThreeSigns, ThreeSymbols, ThreeSymbols2, FourArrows, FourArrowsGray, FourRedToBlack, FourRating, FourTrafficLights, FiveArrows, FiveArrowsGray, FiveRating, FiveQuarters, ThreeStars, ThreeTriangles, FiveBoxes.' + description: 'Represents the set that the icon is part of. Possible values are: Invalid, ThreeArrows, ThreeArrowsGray, ThreeFlags, ThreeTrafficLights1, ThreeTrafficLights2, ThreeSigns, ThreeSymbols, ThreeSymbols2, FourArrows, FourArrowsGray, FourRedToBlack, FourRating, FourTrafficLights, FiveArrows, FiveArrowsGray, FiveRating, FiveQuarters, ThreeStars, ThreeTriangles, FiveBoxes.' additionalProperties: type: object microsoft.graph.workbookChartAxis: diff --git a/openApiDocs/beta/Mail.yml b/openApiDocs/beta/Mail.yml index ff46f3781f3..c2a2d150350 100644 --- a/openApiDocs/beta/Mail.yml +++ b/openApiDocs/beta/Mail.yml @@ -6182,7 +6182,7 @@ components: $ref: '#/components/schemas/microsoft.graph.itemBody' bodyPreview: type: string - description: The first 255 characters of the message body. It is in text format. + description: 'The first 255 characters of the message body. It is in text format. If the message contains instances of mention, this property would contain a concatenation of these mentions as well.' nullable: true ccRecipients: type: array @@ -6331,7 +6331,7 @@ components: nullable: true name: type: string - description: The attachment's file name. + description: The display name of the attachment. This does not need to be the actual file name. nullable: true size: maximum: 2147483647 @@ -6447,11 +6447,11 @@ components: properties: address: type: string - description: The email address of the person or entity. + description: The email address of an entity instance. nullable: true name: type: string - description: The display name of the person or entity. + description: The display name of an entity instance. nullable: true additionalProperties: type: object @@ -6501,7 +6501,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.recipient' - description: The email addresses to which a message should be redirected. + description: The email address to which a message should be redirected. stopProcessingRules: type: boolean description: Indicates whether subsequent rules should be evaluated. @@ -6801,10 +6801,10 @@ components: 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).' + description: 'A single point of time in a combined date and time representation ({date}T{time}). For example, ''2019-04-16T09:00:00''.' timeZone: type: string - description: 'Represents a time zone, for example, ''Pacific Standard Time''. See below for more possible values.' + description: 'Represents a time zone, for example, ''Pacific Standard Time''. See below for possible values.' nullable: true additionalProperties: type: object diff --git a/openApiDocs/beta/People.yml b/openApiDocs/beta/People.yml index 115cd84ba2f..cbb1f513923 100644 --- a/openApiDocs/beta/People.yml +++ b/openApiDocs/beta/People.yml @@ -6344,7 +6344,7 @@ components: nullable: true personType: type: string - description: The type of person. + description: 'The type of person, for example distribution list.' nullable: true phones: type: array @@ -7248,12 +7248,12 @@ components: nullable: true latitude: type: number - description: 'Optional. The latitude, in decimal, for the item. Read-only.' + description: 'Optional. The latitude, in decimal, for the item. Writable on OneDrive Personal.' format: double nullable: true longitude: type: number - description: 'Optional. The longitude, in decimal, for the item. Read-only.' + description: 'Optional. The longitude, in decimal, for the item. Writable on OneDrive Personal.' format: double nullable: true additionalProperties: diff --git a/openApiDocs/beta/PersonalContacts.yml b/openApiDocs/beta/PersonalContacts.yml index 4c4edf5f0f3..6a0fea18fa3 100644 --- a/openApiDocs/beta/PersonalContacts.yml +++ b/openApiDocs/beta/PersonalContacts.yml @@ -4295,7 +4295,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.extension' - description: The collection of open extensions defined for the contact. Read-only. Nullable. + description: The collection of open extensions defined for the contact. Nullable. multiValueExtendedProperties: type: array items: @@ -4507,11 +4507,11 @@ components: properties: address: type: string - description: The email address of the person or entity. + description: The email address of an entity instance. nullable: true name: type: string - description: The display name of the person or entity. + description: The display name of an entity instance. nullable: true additionalProperties: type: object @@ -4530,10 +4530,10 @@ components: 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).' + description: 'A single point of time in a combined date and time representation ({date}T{time}). For example, ''2019-04-16T09:00:00''.' timeZone: type: string - description: 'Represents a time zone, for example, ''Pacific Standard Time''. See below for more possible values.' + description: 'Represents a time zone, for example, ''Pacific Standard Time''. See below for possible values.' nullable: true additionalProperties: type: object diff --git a/openApiDocs/beta/Planner.yml b/openApiDocs/beta/Planner.yml index 0846f2daab9..d49d65dc873 100644 --- a/openApiDocs/beta/Planner.yml +++ b/openApiDocs/beta/Planner.yml @@ -12312,14 +12312,14 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.plannerBucket' - description: Read-only. Nullable. Collection of buckets in the plan. + description: Collection of buckets in the plan. Read-only. Nullable. 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. + description: Collection of tasks in the plan. Read-only. Nullable. additionalProperties: type: object microsoft.graph.plannerBucket: @@ -12636,7 +12636,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.plannerTask' - description: Read-only. Nullable. Returns the plannerPlans shared with the user. + description: Read-only. Nullable. Returns the plannerTasks assigned to the user. additionalProperties: type: object microsoft.graph.plannerDelta: diff --git a/openApiDocs/beta/Reports.yml b/openApiDocs/beta/Reports.yml index b6831919e79..65370976527 100644 --- a/openApiDocs/beta/Reports.yml +++ b/openApiDocs/beta/Reports.yml @@ -7946,7 +7946,7 @@ components: format: date-time activityDisplayName: type: string - description: 'Indicates the activity name or the operation name (examples: ''Create User'' and ''Add member to group''). For full list, see Azure AD activity list.' + description: 'Indicates the activity name or the operation name (E.g. ''Create User'', ''Add member to group''). For a list of activities logged, refer to Azure Ad activity list.' additionalDetails: type: array items: @@ -8070,11 +8070,11 @@ components: nullable: true appDisplayName: type: string - description: App name displayed in the Azure Portal. + description: The application name displayed in the Azure Portal. nullable: true appId: type: string - description: Unique GUID representing the app ID in the Azure Active Directory. + description: The application identifier in Azure Active Directory. nullable: true appliedConditionalAccessPolicies: type: array @@ -8107,18 +8107,18 @@ components: $ref: '#/components/schemas/microsoft.graph.authenticationRequirementPolicy' clientAppUsed: type: string - description: 'Identifies the legacy client used for sign-in activity. Includes Browser, Exchange Active Sync, modern clients, IMAP, MAPI, SMTP, and POP.' + description: 'The legacy client used for sign-in activity. For example: Browser, Exchange Active Sync, Modern clients, IMAP, MAPI, SMTP, or POP.' nullable: true conditionalAccessStatus: $ref: '#/components/schemas/microsoft.graph.conditionalAccessStatus' correlationId: type: string - description: The request ID sent from the client when the sign-in is initiated; used to troubleshoot sign-in activity. + description: The identifier that's sent from the client when sign-in is initiated. This is used for troubleshooting the corresponding sign-in activity when calling for support. 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 (UTC) the sign-in was initiated. Example: midnight on Jan 1, 2014 is reported as 2014-01-01T00:00:00Z.' + description: 'The date and time the sign-in was initiated. The Timestamp type is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.' format: date-time deviceDetail: $ref: '#/components/schemas/microsoft.graph.deviceDetail' @@ -8130,14 +8130,14 @@ components: nullable: true ipAddress: type: string - description: IP address of the client used to sign in. + description: The IP address of the client from where the sign-in occurred. nullable: true ipAddressFromResourceProvider: type: string nullable: true isInteractive: type: boolean - description: Indicates if a sign-in is interactive or not. + description: Indicates whether a sign-in is interactive or not. nullable: true location: $ref: '#/components/schemas/microsoft.graph.signInLocation' @@ -8161,11 +8161,11 @@ components: nullable: true resourceDisplayName: type: string - description: Name of the resource the user signed into. + description: The name of the resource that the user signed in to. nullable: true resourceId: type: string - description: ID of the resource that the user signed into. + description: The identifier of the resource that the user signed in to. nullable: true resourceTenantId: type: string @@ -8176,7 +8176,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.riskEventType' - description: 'Risk event types associated with the sign-in. The possible values are: unlikelyTravel, anonymizedIPAddress, maliciousIPAddress, unfamiliarFeatures, malwareInfectedIPAddress, suspiciousIPAddress, leakedCredentials, investigationsThreatIntelligence, generic, and unknownFutureValue.' + description: 'The list of risk event types associated with the sign-in. Possible values: unlikelyTravel, anonymizedIPAddress, maliciousIPAddress, unfamiliarFeatures, malwareInfectedIPAddress, suspiciousIPAddress, leakedCredentials, investigationsThreatIntelligence, generic, or unknownFutureValue.' riskEventTypes_v2: type: array items: @@ -8220,14 +8220,14 @@ components: nullable: true userDisplayName: type: string - description: Display name of the user that initiated the sign-in. + description: The display name of the user. nullable: true userId: type: string - description: ID of the user that initiated the sign-in. + description: The identifier of the user. userPrincipalName: type: string - description: User principal name of the user that initiated the sign-in. + description: The UPN of the user. nullable: true userType: $ref: '#/components/schemas/microsoft.graph.signInUserType' @@ -8609,7 +8609,7 @@ components: properties: content: type: string - description: Not yet documented + description: Report content; details vary by report type. format: base64url nullable: true additionalProperties: @@ -11992,11 +11992,11 @@ components: properties: key: type: string - description: Key for the key-value pair. + description: 'Contains the name of the field that a value is associated with. When a sign in or domain hint is included in the sign-in request, corresponding fields are included as key-value pairs. Possible keys: Login hint present, Domain hint present.' nullable: true value: type: string - description: Value for the key-value pair. + description: Contains the corresponding value for the specified key. The value is true if a sign in hint was included in the sign-in request; otherwise false. The value is true if a domain hint was included in the sign-in request; otherwise false. nullable: true additionalProperties: type: object @@ -12069,15 +12069,15 @@ components: properties: displayName: type: string - description: Indicates the property name of the target attribute that was changed. + description: Name of property that was modified. nullable: true newValue: type: string - description: Indicates the updated value for the propery. + description: New property value. nullable: true oldValue: type: string - description: Indicates the previous value (before the update) for the property. + description: Old property value. nullable: true additionalProperties: type: object @@ -12178,7 +12178,7 @@ components: description: 'Refers to the session controls enforced by the conditional access policy (example: ''Require app enforced controls'').' id: type: string - description: An identifier of the conditional access policy. + description: Identifier of the conditional access policy. nullable: true result: $ref: '#/components/schemas/microsoft.graph.appliedConditionalAccessPolicyResult' @@ -12241,34 +12241,34 @@ components: properties: browser: type: string - description: Indicates the browser information of the used for signing in. + description: Indicates the browser information of the used for signing-in. nullable: true browserId: type: string nullable: true deviceId: type: string - description: Refers to the UniqueID of the device used for signing in. + description: Refers to the UniqueID of the device used for signing-in. nullable: true displayName: type: string - description: Refers to the name of the device used for signing in. + description: Refers to the name of the device used for signing-in. nullable: true isCompliant: type: boolean - description: Indicates whether the device is compliant. + description: Indicates whether the device is compliant or not. nullable: true isManaged: type: boolean - description: Indicates whether the device is managed. + description: Indicates if the device is managed or not. nullable: true operatingSystem: type: string - description: Indicates the operating system name and version used for signing in. + description: Indicates the OS name and version used for signing-in. nullable: true trustType: type: string - description: 'Provides information about whether the signed-in device is Workplace Joined, AzureAD Joined, Domain Joined.' + description: 'Indicates information on whether the signed-in device is Workplace Joined, AzureAD Joined, Domain Joined.' nullable: true additionalProperties: type: object @@ -12847,12 +12847,12 @@ components: nullable: true latitude: type: number - description: 'Optional. The latitude, in decimal, for the item. Read-only.' + description: 'Optional. The latitude, in decimal, for the item. Writable on OneDrive Personal.' format: double nullable: true longitude: type: number - description: 'Optional. The longitude, in decimal, for the item. Read-only.' + description: 'Optional. The longitude, in decimal, for the item. Writable on OneDrive Personal.' format: double nullable: true additionalProperties: diff --git a/openApiDocs/beta/SchemaExtensions.yml b/openApiDocs/beta/SchemaExtensions.yml index 4a77030ec49..29efe9c61c5 100644 --- a/openApiDocs/beta/SchemaExtensions.yml +++ b/openApiDocs/beta/SchemaExtensions.yml @@ -245,7 +245,7 @@ components: type: array items: type: string - description: 'Set of Microsoft Graph types (that can support extensions) that the schema extension can be applied to. Select from contact, device, event, group, message, organization, post, or user.' + description: 'Set of Microsoft Graph types (that can support extensions) that the schema extension can be applied to. Select from administrativeUnit, contact, device, event, group, message, organization, post, or user.' additionalProperties: type: object microsoft.graph.entity: @@ -263,7 +263,7 @@ components: properties: name: type: string - description: The name of the strongly-typed property defined as part of a schema extension. + description: The name of the strongly typed property defined as part of a schema extension. nullable: true type: type: string diff --git a/openApiDocs/beta/Security.yml b/openApiDocs/beta/Security.yml index afb9cec5426..f753b121e27 100644 --- a/openApiDocs/beta/Security.yml +++ b/openApiDocs/beta/Security.yml @@ -4163,7 +4163,7 @@ components: description: The collection of compliance information associated with secure score control controlCategory: type: string - description: 'Control action category (Identity, Data, Device, Apps, Infrastructure).' + description: 'Control action category (Account, Data, Device, Apps, Infrastructure).' nullable: true controlStateUpdates: type: array @@ -4186,7 +4186,7 @@ components: nullable: true maxScore: type: number - description: max attainable score for the control. + description: Current obtained max score on specified date. format: double nullable: true rank: @@ -4213,7 +4213,7 @@ components: items: type: string nullable: true - description: 'List of threats the control mitigates (accountBreach,dataDeletion,dataExfiltration,dataSpillage,' + description: 'List of threats the control mitigates (accountBreach,dataDeletion,dataExfiltration,dataSpillage,elevationOfPrivilege,maliciousInsider,passwordCracking,phishingOrWhaling,spoofing).' tier: type: string description: 'Control tier (Core, Defense in Depth, Advanced.)' @@ -4898,7 +4898,7 @@ components: properties: applicationName: type: string - description: 'Name of the application managing the network connection (for example, Facebook or SMTP).' + description: 'Name of the application managing the network connection (for example, Facebook, SMTP, etc.).' nullable: true destinationAddress: type: string @@ -5350,7 +5350,7 @@ components: properties: description: type: string - description: 'Description of the NIC (e.g. Ethernet adapter, Wireless LAN adapter Local Area Connection <#>, etc.).' + description: 'Description of the NIC (e.g. Ethernet adapter, Wireless LAN adapter Local Area Connection <#/>, etc.).' nullable: true ipV4Address: type: string diff --git a/openApiDocs/beta/Sites.yml b/openApiDocs/beta/Sites.yml index 35080b19b96..b04ef251267 100644 --- a/openApiDocs/beta/Sites.yml +++ b/openApiDocs/beta/Sites.yml @@ -23399,7 +23399,7 @@ components: 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. + description: 'A unique token that can be used to access this shared item via the [shares API][]. Read-only.' nullable: true additionalProperties: type: object @@ -23466,14 +23466,14 @@ components: 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.' + description: '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. Required. 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. + description: Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 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. Optional. 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.' + 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 @@ -23481,12 +23481,12 @@ components: nullable: true encryptionCertificateId: type: string - description: A custom app-provided identifier to help identify the certificate needed to decrypt resource data. Optional. + description: A custom app-provided identifier to help identify the certificate needed to decrypt resource data. Optional. Required when includeResourceData is true. 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.' + description: '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. Required.' format: date-time includeResourceData: type: boolean @@ -23510,10 +23510,10 @@ components: 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. + description: The URL of the endpoint that receives the change notifications. This URL must make use of the HTTPS protocol. Required. 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. + description: Specifies the resource that will be monitored for changes. Do not include the base URL (https://graph.microsoft.com/beta/). See the possible resource path values for each supported resource. Required. additionalProperties: type: object microsoft.graph.onenoteOperation: @@ -23552,7 +23552,7 @@ components: $ref: '#/components/schemas/microsoft.graph.onenotePatchInsertPosition' target: type: string - description: 'The element to update. Must be the # or the generated of the element, or the body or title keyword.' + description: 'The element to update. Must be the # or the generated {id} of the element, or the body or title keyword.' additionalProperties: type: object microsoft.graph.onenotePagePreview: @@ -24475,12 +24475,12 @@ components: nullable: true latitude: type: number - description: 'Optional. The latitude, in decimal, for the item. Read-only.' + description: 'Optional. The latitude, in decimal, for the item. Writable on OneDrive Personal.' format: double nullable: true longitude: type: number - description: 'Optional. The longitude, in decimal, for the item. Read-only.' + description: 'Optional. The longitude, in decimal, for the item. Writable on OneDrive Personal.' format: double nullable: true additionalProperties: @@ -24563,7 +24563,7 @@ components: 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. + description: The date and time the photo was taken in UTC time. Read-only. format: date-time nullable: true additionalProperties: @@ -24785,7 +24785,7 @@ components: 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.' + 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. Nullable.' tables: type: array items: @@ -24822,7 +24822,6 @@ components: properties: content: type: string - description: The content stream for this version of the item. format: base64url nullable: true size: @@ -25096,30 +25095,30 @@ components: $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.' + description: 'true if the account is enabled; otherwise, false. This property is required when a user is created. Returned only on $select. 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.' + 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. Returned only on $select.' nullable: true assignedLicenses: type: array items: $ref: '#/components/schemas/microsoft.graph.assignedLicense' - description: The licenses that are assigned to the user. Returned only on $select. Not nullable. Supports $filter. + description: The licenses that are assigned to the user. Not nullable. Supports $filter. assignedPlans: type: array items: $ref: '#/components/schemas/microsoft.graph.assignedPlan' - description: The plans that are assigned to the user. Read-only. Not nullable. + description: The plans that are assigned to the user. Returned only on $select. 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. Read-only for users synced from on-premises directory. Returned by default.' + description: The telephone numbers for the user. Only one number can be set for this property. Returned by default. Read-only for users synced from on-premises directory. city: type: string - description: The city in which the user is located. Supports $filter. + description: The city in which the user is located. Returned only on $select. Supports $filter. nullable: true companyName: type: string @@ -25127,25 +25126,25 @@ components: 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.' + 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. Returned only on $select.' nullable: true country: type: string - description: 'The country/region in which the user is located; for example, ''US'' or ''UK''. Supports $filter.' + description: 'The country/region in which the user is located; for example, ''US'' or ''UK''. Returned only on $select. 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. + description: The date and time the user was created. The value cannot be modified and is automatically populated when the entity is created. The DateTimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. Property is nullable. A null value indicates that an accurate creation time couldn't be determined for the user. Returned only on $select. Read-only. Supports $filter. 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.' + 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). Returned only on $select. Read-only.' nullable: true department: type: string - description: The name for the department in which the user works. Supports $filter. + description: The name for the department in which the user works. Returned only on $select. Supports $filter. nullable: true deviceKeys: type: array @@ -25153,7 +25152,7 @@ components: $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. Returned by default. Supports $filter and $orderby.' + description: 'The name displayed in the address book for the user. This value 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. Returned by default. 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])$' @@ -25181,7 +25180,7 @@ components: nullable: true faxNumber: type: string - description: The fax number of the user. + description: The fax number of the user. Returned only on $select. nullable: true givenName: type: string @@ -25191,7 +25190,7 @@ components: 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.' + 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. Returned only on $select. Supports $filter.' imAddresses: type: array items: @@ -25214,29 +25213,29 @@ components: 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 is 2014-01-01T00:00:00Z' + description: 'The time when this Azure AD user last changed their password. 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 is 2014-01-01T00:00:00Z Returned only on $select. Read-only.' 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.' + 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. Returned only on $select.' nullable: true licenseAssignmentStates: type: array items: $ref: '#/components/schemas/microsoft.graph.licenseAssignmentState' - description: State of license assignments for this user. Read-only. + description: State of license assignments for this user. Returned only on $select. Read-only. mail: type: string description: 'The SMTP address for the user, for example, ''jeff@contoso.onmicrosoft.com''. Returned by default. Supports $filter and endsWith.' nullable: true mailNickname: type: string - description: The mail alias for the user. This property must be specified when a user is created. Supports $filter. + description: The mail alias for the user. This property must be specified when a user is created. Returned only on $select. Supports $filter. nullable: true mobilePhone: type: string - description: The primary cellular telephone number for the user. Read-only for users synced from on-premises directory. Returned by default. + description: The primary cellular telephone number for the user. Returned by default. Read-only for users synced from on-premises directory. nullable: true officeLocation: type: string @@ -25244,59 +25243,59 @@ components: 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. + 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. Returned only on $select. 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.' + 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. Returned only on $select. 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.' + 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. Returned only on $select. 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 is 2014-01-01T00:00:00Z. Read-only.' + 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 is 2014-01-01T00:00:00Z. Returned only on $select. 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. + description: Errors when using Microsoft synchronization product during provisioning. Returned only on $select. 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. + 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. Returned only on $select. 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. + description: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Returned only on $select. 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 + 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). Returned only on $select. 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. + 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. Returned only on $select. 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.' + description: 'A list of additional email addresses for the user; for example: [''bob@contoso.com'', ''Robert@fabrikam.com''].Returned only on $select. 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''.' + 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''.Returned only on $select.' 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.' + 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. Returned only on $select.' nullable: true preferredDataLocation: type: string @@ -25310,35 +25309,35 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.provisionedPlan' - description: The plans that are provisioned for the user. Read-only. Not nullable. + description: The plans that are provisioned for the user. Returned only on $select. 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.' + description: 'For example: [''SMTP: bob@contoso.com'', ''smtp: bob@sales.contoso.com''] The any operator is required for filter expressions on multi-valued properties. Returned only on $select. 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.' + 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. Use invalidateAllRefreshTokens to reset.' 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.' + 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. Returned only on $select.' 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.' + 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. Use revokeSignInSessions to reset.' format: date-time nullable: true state: type: string - description: The state or province in the user's address. Supports $filter. + description: The state or province in the user's address. Returned only on $select. Supports $filter. nullable: true streetAddress: type: string - description: The street address of the user's place of business. + description: The street address of the user's place of business. Returned only on $select. nullable: true surname: type: string @@ -25346,7 +25345,7 @@ components: 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.' + 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. Returned only on $select. Supports $filter.' nullable: true userPrincipalName: type: string @@ -25354,7 +25353,7 @@ components: 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.' + description: 'A string value that can be used to classify user types in your directory, such as ''Member'' and ''Guest''. Returned only on $select. Supports $filter.' nullable: true mailboxSettings: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' @@ -25366,12 +25365,12 @@ components: format: int32 aboutMe: type: string - description: A freeform text entry field for the user to describe themselves. + description: A freeform text entry field for the user to describe themselves. Returned only on $select. 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 is 2014-01-01T00:00:00Z' + 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 is 2014-01-01T00:00:00Z Returned only on $select.' 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])$' @@ -25383,39 +25382,39 @@ components: items: type: string nullable: true - description: A list for the user to describe their interests. + description: A list for the user to describe their interests. Returned only on $select. mySite: type: string - description: The URL for the user's personal site. + description: The URL for the user's personal site. Returned only on $select. nullable: true pastProjects: type: array items: type: string nullable: true - description: A list for the user to enumerate their past projects. + description: A list for the user to enumerate their past projects. Returned only on $select. preferredName: type: string - description: The preferred name for the user. + description: The preferred name for the user. Returned only on $select. nullable: true responsibilities: type: array items: type: string nullable: true - description: A list for the user to enumerate their responsibilities. + description: A list for the user to enumerate their responsibilities. Returned only on $select. schools: type: array items: type: string nullable: true - description: A list for the user to enumerate the schools they have attended. + description: A list for the user to enumerate the schools they have attended. Returned only on $select. skills: type: array items: type: string nullable: true - description: A list for the user to enumerate their skills. + description: A list for the user to enumerate their skills. Returned only on $select. analytics: $ref: '#/components/schemas/microsoft.graph.userAnalytics' usageRights: @@ -25450,7 +25449,7 @@ components: 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. + description: 'The groups, directory roles and administrative units that the user is a member of. Read-only. Nullable.' oauth2PermissionGrants: type: array items: @@ -25510,7 +25509,7 @@ components: 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. + 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: @@ -25534,7 +25533,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.person' - description: People that are relevant to the user. Read-only. Nullable. + description: 'Read-only. The most relevant people to the user. The collection is ordered by their relevance to the user, which is determined by the user''s communication, collaboration and business relationships. A person is an aggregation of information from across mail, contacts and social networks.' drive: $ref: '#/components/schemas/microsoft.graph.drive' drives: @@ -25550,7 +25549,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.extension' - description: The collection of open extensions defined for the user. Read-only. Nullable. + description: The collection of open extensions defined for the user. Nullable. appConsentRequestsForApproval: type: array items: @@ -25680,6 +25679,7 @@ components: nullable: true parentSiteId: type: string + description: Id of the parent site of this group. nullable: true scope: $ref: '#/components/schemas/microsoft.graph.termStore.termGroupScope' @@ -25937,7 +25937,7 @@ components: properties: upgradeAvailable: type: boolean - description: Indicates whether there are higher storage quota plans available. Read-only. + description: Indicates if there are higher storage quota plans available. Read-only. nullable: true additionalProperties: type: object @@ -26063,7 +26063,7 @@ components: properties: crc32Hash: type: string - description: The CRC32 value of the file in little endian (if available). Read-only. + description: The CRC32 value of the file (if available). Read-only. nullable: true quickXorHash: type: string @@ -26148,7 +26148,7 @@ components: properties: content: type: string - description: The content of comment. + description: The content of the comment. nullable: true contentType: type: string @@ -26186,7 +26186,7 @@ components: 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.' + description: 'Indicates what type of reference is associated with the name. Possible values are: String, Integer, Double, Boolean, Range. Read-only.' nullable: true value: $ref: '#/components/schemas/microsoft.graph.Json' @@ -26250,7 +26250,7 @@ components: 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.' + description: 'Constant value that represents the Table style. 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 @@ -26451,12 +26451,12 @@ components: 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. 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 is 2014-01-01T00:00:00Z.' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true capabilityStatus: type: string - description: 'Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. See a detailed description of each value.' + description: 'Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut.' nullable: true service: type: string @@ -26648,7 +26648,7 @@ components: properties: forceChangePasswordNextSignIn: type: boolean - description: true if the user must change her password on the next login; otherwise false. + description: 'If true, at next sign-in, the user must change their password. After a password change, this property will be automatically reset to false. If not set, default is false.' nullable: true forceChangePasswordNextSignInWithMfa: type: boolean @@ -26684,7 +26684,7 @@ components: properties: archiveFolder: type: string - description: Folder ID of an archive folder for the user. + description: Folder ID of an archive folder for the user. Read only. nullable: true automaticRepliesSetting: $ref: '#/components/schemas/microsoft.graph.automaticRepliesSetting' @@ -26906,15 +26906,15 @@ components: 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.' + 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, through an Outlook client or the corresponding calendarPermission resource. Read-only.' 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.' + description: 'true if the user has the permission to share the calendar, false otherwise. Only the user who created the calendar can share it. Read-only.' nullable: true canViewPrivateItems: type: boolean - description: 'true if the user can read calendar items that have been marked private, false otherwise.' + description: 'true if the user can read calendar items that have been marked private, false otherwise. This property is set through an Outlook client or the corresponding calendarPermission resource. Read-only.' nullable: true changeKey: type: string @@ -26926,7 +26926,7 @@ components: $ref: '#/components/schemas/microsoft.graph.onlineMeetingProviderType' hexColor: type: string - description: 'The calendar color, expressed in a hex color code of three hexadecimal values, each ranging from 00 to FF and representing the red, green, or blue components of the color in the RGB color space. If the user has never explicitly set a color for the calendar, this property is empty. Read-only.' + description: 'The calendar color, expressed in a hex color code of three hexadecimal values, each ranging from 00 to FF and representing the red, green, or blue components of the color in the RGB color space. If the user has never explicitly set a color for the calendar, this property is empty.' nullable: true isDefaultCalendar: type: boolean @@ -27151,7 +27151,7 @@ components: 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. + description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' calendar: $ref: '#/components/schemas/microsoft.graph.calendar' exceptionOccurrences: @@ -27162,12 +27162,12 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.extension' - description: The collection of open extensions defined for the event. Read-only. Nullable. + description: The collection of open extensions defined for the event. Nullable. instances: type: array items: $ref: '#/components/schemas/microsoft.graph.event' - description: The instances of the event. Navigation property. Read-only. Nullable. + description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but does not include occurrences that have been cancelled from the series. Navigation property. Read-only. Nullable.' multiValueExtendedProperties: type: array items: @@ -27367,7 +27367,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.extension' - description: The collection of open extensions defined for the contact. Read-only. Nullable. + description: The collection of open extensions defined for the contact. Nullable. multiValueExtendedProperties: type: array items: @@ -27405,7 +27405,7 @@ components: 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.' + description: 'The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select.' assignedLicenses: type: array items: @@ -27446,7 +27446,7 @@ components: 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.' + 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).' nullable: true infoCatalogs: type: array @@ -27519,13 +27519,13 @@ components: 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. + description: The preferred language for a 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.' + 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 for 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 @@ -27552,7 +27552,7 @@ components: 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.' + description: 'Specifies a 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 @@ -27570,11 +27570,11 @@ components: 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. Supported only on the Get group API (GET /groups/{ID}).' + description: 'true if the group is not displayed in certain parts of the Outlook user interface: in the Address Book, in address lists for selecting message recipients, and in the Browse Groups dialog for searching groups; false otherwise. Default value is false. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}).' 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. Supported only on the Get group API (GET /groups/{ID}).' + description: 'true if the group is not displayed in Outlook clients, such as Outlook for Windows and Outlook on the web, false otherwise. Default value is false. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}).' nullable: true isFavorite: type: boolean @@ -27594,7 +27594,7 @@ components: 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. Supported only on the Get group API (GET /groups/{ID}).' + description: 'Count of conversations that have received new posts since the signed-in user last visited the group. This property is the same as unseenConversationsCount.Returned only on $select. Supported only on the Get group API (GET /groups/{ID}).' format: int32 nullable: true unseenMessagesCount: @@ -27625,12 +27625,12 @@ components: 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.' + description: 'Groups and administrative units 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.' + description: 'Users, contacts, and groups that are members of this group. HTTP Methods: GET (supported for all groups), POST (supported for security groups and mail-enabled security groups), DELETE (supported only for security groups) Read-only. Nullable.' membersWithLicenseErrors: type: array items: @@ -27640,7 +27640,7 @@ components: 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.' + description: 'The owners of the group. The owners are a set of non-admin users who are allowed to modify this object. HTTP Methods: GET (supported for all groups), POST (supported for security groups and mail-enabled security groups), DELETE (supported only for security groups) Read-only. Nullable.' permissionGrants: type: array items: @@ -27649,7 +27649,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.directorySetting' - description: Read-only. Nullable. + description: 'Settings that can govern this group''s behavior, like whether members can invite guest users to the group. Nullable.' transitiveMemberOf: type: array items: @@ -27679,7 +27679,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.event' - description: The group's calendar events. + description: The group's events. rejectedSenders: type: array items: @@ -27817,7 +27817,7 @@ components: $ref: '#/components/schemas/microsoft.graph.itemBody' bodyPreview: type: string - description: The first 255 characters of the message body. It is in text format. + description: 'The first 255 characters of the message body. It is in text format. If the message contains instances of mention, this property would contain a concatenation of these mentions as well.' nullable: true ccRecipients: type: array @@ -28019,7 +28019,7 @@ components: nullable: true personType: type: string - description: The type of person. + description: 'The type of person, for example distribution list.' nullable: true phones: type: array @@ -28152,11 +28152,11 @@ components: properties: agreementFileId: type: string - description: The identifier of the agreement file accepted by the user. + description: ID of the agreement file accepted by the user. nullable: true agreementId: type: string - description: The identifier of the agreement. + description: ID of the agreement. nullable: true deviceDisplayName: type: string @@ -28168,22 +28168,22 @@ components: nullable: true deviceOSType: type: string - description: The operating system used to accept the agreement. + description: The operating system used for accepting the agreement. nullable: true deviceOSVersion: type: string - description: The operating system version of the device used to accept the agreement. + description: The operating system version of the device used for accepting the agreement. 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: 'The expiration date time of the acceptance. 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''' + description: 'The expiration date time of the acceptance. 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 is 2014-01-01T00:00:00Z' 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: '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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true state: @@ -28198,7 +28198,7 @@ components: nullable: true userId: type: string - description: The identifier of the user who accepted the agreement. + description: ID of the user who accepted the agreement. nullable: true userPrincipalName: type: string @@ -28215,26 +28215,26 @@ components: 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 + description: Created date time in UTC of the device enrollment configuration format: date-time description: type: string - description: Not yet documented + description: The description of the device enrollment configuration nullable: true displayName: type: string - description: Not yet documented + description: The display name of the device enrollment configuration 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 + description: Last modified date time in UTC of the device enrollment configuration format: date-time priority: maximum: 2147483647 minimum: -2147483648 type: integer - description: Not yet documented + description: Priority is used when a user exists in multiple groups that are assigned enrollment configuration. Users are subject only to the configuration with the lowest priority value. format: int32 roleScopeTagIds: type: array @@ -28246,13 +28246,13 @@ components: maximum: 2147483647 minimum: -2147483648 type: integer - description: Not yet documented + description: The version of the device enrollment configuration format: int32 assignments: type: array items: $ref: '#/components/schemas/microsoft.graph.enrollmentConfigurationAssignment' - description: The list of group assignments for the device configuration profile. + description: The list of group assignments for the device configuration profile additionalProperties: type: object description: The Base Class of Device Enrollment Configuration @@ -28268,11 +28268,11 @@ components: nullable: true activationLockBypassCode: type: string - description: Code that allows the Activation Lock on a device to be bypassed. + description: Code that allows the Activation Lock on a device to be bypassed. This property is read-only. nullable: true androidSecurityPatchLevel: type: string - description: Android security patch level + description: Android security patch level. This property is read-only. nullable: true autopilotEnrolled: type: boolean @@ -28283,18 +28283,23 @@ components: nullable: true azureADDeviceId: type: string - description: The unique identifier for the Azure Active Directory device. Read only. + description: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. nullable: true azureADRegistered: type: boolean - description: Whether the device is Azure Active Directory registered. + description: Whether the device is Azure Active Directory registered. This property is read-only. nullable: true chassisType: $ref: '#/components/schemas/microsoft.graph.chassisType' + chromeOSDeviceInfo: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.chromeOSDeviceProperty' + description: List of properties of the ChromeOS Device. 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 + description: The DateTime when device compliance grace period expires. This property is read-only. format: date-time complianceState: $ref: '#/components/schemas/microsoft.graph.complianceState' @@ -28308,10 +28313,10 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.deviceActionResult' - description: List of ComplexType deviceActionResult objects. + description: List of ComplexType deviceActionResult objects. This property is read-only. deviceCategoryDisplayName: type: string - description: Device category display name + description: Device category display name. This property is read-only. nullable: true deviceEnrollmentType: $ref: '#/components/schemas/microsoft.graph.deviceEnrollmentType' @@ -28319,7 +28324,7 @@ components: $ref: '#/components/schemas/microsoft.graph.deviceHealthAttestationState' deviceName: type: string - description: Name of the device + description: Name of the device. This property is read-only. nullable: true deviceRegistrationState: $ref: '#/components/schemas/microsoft.graph.deviceRegistrationState' @@ -28327,24 +28332,24 @@ components: $ref: '#/components/schemas/microsoft.graph.deviceType' easActivated: type: boolean - description: Whether the device is Exchange ActiveSync activated. + description: Whether the device is Exchange ActiveSync activated. This property is read-only. 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. + description: Exchange ActivationSync activation time of the device. This property is read-only. format: date-time easDeviceId: type: string - description: Exchange ActiveSync Id of the device. + description: Exchange ActiveSync Id of the device. This property is read-only. nullable: true emailAddress: type: string - description: Email(s) for the user associated with the device + description: Email(s) for the user associated with the device. This property is read-only. 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. + description: Enrollment time of the device. This property is read-only. format: date-time ethernetMacAddress: type: string @@ -28357,11 +28362,11 @@ components: 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. + description: Last time the device contacted Exchange. This property is read-only. format: date-time freeStorageSpaceInBytes: type: integer - description: Free Storage in Bytes + description: Free Storage in Bytes. This property is read-only. format: int64 hardwareInformation: $ref: '#/components/schemas/microsoft.graph.hardwareInformation' @@ -28371,24 +28376,24 @@ components: nullable: true imei: type: string - description: IMEI + description: IMEI. This property is read-only. nullable: true isEncrypted: type: boolean - description: Device encryption status + description: Device encryption status. This property is read-only. isSupervised: type: boolean - description: Device supervised status + description: Device supervised status. This property is read-only. jailBroken: type: string - description: whether the device is jail broken or rooted. + description: whether the device is jail broken or rooted. This property is read-only. 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. + description: The date and time that the device last completed a successful sync with Intune. This property is read-only. format: date-time lostModeState: $ref: '#/components/schemas/microsoft.graph.lostModeState' @@ -28411,15 +28416,15 @@ components: $ref: '#/components/schemas/microsoft.graph.managementState' manufacturer: type: string - description: Manufacturer of the device + description: Manufacturer of the device. This property is read-only. nullable: true meid: type: string - description: MEID + description: MEID. This property is read-only. nullable: true model: type: string - description: Model of the device + description: Model of the device. This property is read-only. nullable: true notes: type: string @@ -28427,11 +28432,11 @@ components: nullable: true operatingSystem: type: string - description: 'Operating system of the device. Windows, iOS, etc.' + description: 'Operating system of the device. Windows, iOS, etc. This property is read-only.' nullable: true osVersion: type: string - description: Operating system version of the device. + description: Operating system version of the device. This property is read-only. nullable: true ownerType: $ref: '#/components/schemas/microsoft.graph.ownerType' @@ -28439,7 +28444,7 @@ components: $ref: '#/components/schemas/microsoft.graph.managedDevicePartnerReportedHealthState' phoneNumber: type: string - description: Phone number of the device + description: Phone number of the device. This property is read-only. nullable: true physicalMemoryInBytes: type: integer @@ -28454,11 +28459,11 @@ components: $ref: '#/components/schemas/microsoft.graph.managedDeviceArchitecture' remoteAssistanceSessionErrorDetails: type: string - description: An error string that identifies issues when creating Remote Assistance session objects. + description: An error string that identifies issues when creating Remote Assistance session objects. This property is read-only. nullable: true remoteAssistanceSessionUrl: type: string - description: Url that allows a Remote Assistance session to be established with the device. + description: Url that allows a Remote Assistance session to be established with the device. This property is read-only. nullable: true requireUserEnrollmentApproval: type: boolean @@ -28477,7 +28482,7 @@ components: description: List of Scope Tag IDs for this Device instance. serialNumber: type: string - description: SerialNumber + description: SerialNumber. This property is read-only. nullable: true skuFamily: type: string @@ -28495,11 +28500,11 @@ components: nullable: true subscriberCarrier: type: string - description: Subscriber Carrier + description: Subscriber Carrier. This property is read-only. nullable: true totalStorageSpaceInBytes: type: integer - description: Total Storage in Bytes + description: Total Storage in Bytes. This property is read-only. format: int64 udid: type: string @@ -28507,15 +28512,15 @@ components: nullable: true userDisplayName: type: string - description: User display name + description: User display name. This property is read-only. nullable: true userId: type: string - description: Unique Identifier for the user associated with the device + description: Unique Identifier for the user associated with the device. This property is read-only. nullable: true userPrincipalName: type: string - description: Device user principal name + description: Device user principal name. This property is read-only. nullable: true usersLoggedOn: type: array @@ -28524,7 +28529,7 @@ components: description: Indicates the last logged on users of a device. This property is read-only. wiFiMacAddress: type: string - description: Wi-Fi MAC + description: Wi-Fi MAC. This property is read-only. nullable: true windowsActiveMalwareCount: maximum: 2147483647 @@ -28660,7 +28665,7 @@ components: 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 management service. + description: Zero or more policys already applied on the registered app when it last synchronized with managment service. intendedPolicies: type: array items: @@ -28862,7 +28867,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.plannerTask' - description: Read-only. Nullable. Returns the plannerPlans shared with the user. + description: Read-only. Nullable. Returns the plannerTasks assigned to the user. additionalProperties: type: object microsoft.graph.itemInsights: @@ -29086,7 +29091,7 @@ components: properties: accountEnabled: type: boolean - description: 'true if the account is enabled; otherwise, false. Required.' + description: 'true if the account is enabled; otherwise, false. default is true.' nullable: true alternativeSecurityIds: type: array @@ -29111,7 +29116,7 @@ components: nullable: true deviceId: type: string - description: Unique identifier set by Azure Device Registration Service at the time of registration. + description: Identifier set by Azure Device Registration Service at the time of registration. nullable: true deviceMetadata: type: string @@ -29184,7 +29189,7 @@ components: nullable: true operatingSystemVersion: type: string - description: The version of the operating system on the device. Required. + description: Operating system version of the device. Required. nullable: true physicalIds: type: array @@ -29208,7 +29213,7 @@ components: 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 devices), AzureAd (Cloud only joined devices), ServerAd (on-premises domain joined devices joined to Azure AD). For more details, see Introduction to device management in Azure Active Directory' + description: 'Type of trust for the joined device. Read-only. Possible values: Workplace (indicates bring your own personal devices), AzureAd (Cloud only joined devices), ServerAd (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 @@ -29369,6 +29374,8 @@ components: type: string description: The video teleconferencing ID. Read-only. nullable: true + meetingAttendanceReport: + $ref: '#/components/schemas/microsoft.graph.meetingAttendanceReport' additionalProperties: type: object microsoft.graph.presence: @@ -29379,7 +29386,7 @@ components: properties: activity: type: string - description: 'The supplemental information to a user''s availability. Possible values are Available, Away, BeRightBack, Busy, DoNotDisturb, InACall, InAConferenceCall, Inactive, InAMeeting, Offline, OffWork, OutOfOffice, PresenceUnknown, Presenting, UrgentInterruptionsOnly.' + description: 'The supplemental information to a user''s availability. Possible values are Available, Away, BeRightBack, Busy, DoNotDisturb, InACall, InAConferenceCall, Inactive,InAMeeting, Offline, OffWork,OutOfOffice, PresenceUnknown,Presenting, UrgentInterruptionsOnly.' nullable: true availability: type: string @@ -29476,6 +29483,11 @@ components: items: $ref: '#/components/schemas/microsoft.graph.chatMessage' description: A collection of all the messages in the chat. Nullable. + permissionGrants: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.resourceSpecificPermissionGrant' + description: A collection of permissions granted to apps for the chat. tabs: type: array items: @@ -29536,8 +29548,6 @@ components: 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: @@ -29575,6 +29585,8 @@ components: $ref: '#/components/schemas/microsoft.graph.teamworkTag' template: $ref: '#/components/schemas/microsoft.graph.teamsTemplate' + schedule: + $ref: '#/components/schemas/microsoft.graph.schedule' additionalProperties: type: object microsoft.graph.userTeamwork: @@ -29630,11 +29642,11 @@ components: properties: key: type: string - description: Key for the key-value pair. + description: 'Contains the name of the field that a value is associated with. When a sign in or domain hint is included in the sign-in request, corresponding fields are included as key-value pairs. Possible keys: Login hint present, Domain hint present.' nullable: true value: type: string - description: Value for the key-value pair. + description: Contains the corresponding value for the specified key. The value is true if a sign in hint was included in the sign-in request; otherwise false. The value is true if a domain hint was included in the sign-in request; otherwise false. nullable: true additionalProperties: type: object @@ -29786,11 +29798,11 @@ components: properties: content: type: string - description: The content of a comment reply. + description: The content of replied comment. nullable: true contentType: type: string - description: Indicates the type for the comment reply. + description: Indicates the type for the replied comment. additionalProperties: type: object microsoft.graph.Json: @@ -29876,7 +29888,7 @@ components: description: Represents whether the casing impacted the last sort of the table. Read-only. method: type: string - description: 'Represents Chinese character ordering method last used to sort the table. The possible values are: PinYin, StrokeCount. Read-only.' + description: 'Represents Chinese character ordering method last used to sort the table. Possible values are: PinYin, StrokeCount. Read-only.' additionalProperties: type: object microsoft.graph.workbookChart: @@ -30251,7 +30263,7 @@ components: 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.' + 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}$' @@ -30294,11 +30306,11 @@ components: properties: address: type: string - description: The email address of the person or entity. + description: The email address of an entity instance. nullable: true name: type: string - description: The display name of the person or entity. + description: The display name of an entity instance. nullable: true additionalProperties: type: object @@ -30413,10 +30425,10 @@ components: 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).' + description: 'A single point of time in a combined date and time representation ({date}T{time}). For example, ''2019-04-16T09:00:00''.' timeZone: type: string - description: 'Represents a time zone, for example, ''Pacific Standard Time''. See below for more possible values.' + description: 'Represents a time zone, for example, ''Pacific Standard Time''. See below for possible values.' nullable: true additionalProperties: type: object @@ -30569,7 +30581,7 @@ components: nullable: true name: type: string - description: The attachment's file name. + description: The display name of the attachment. This does not need to be the actual file name. nullable: true size: maximum: 2147483647 @@ -30763,18 +30775,23 @@ components: properties: clientAppId: type: string + description: ID of the service principal of the Azure AD app that has been granted access. Read-only. nullable: true clientId: type: string + description: ID of the Azure AD app that has been granted access. Read-only. nullable: true permission: type: string + description: The name of the permission. Read-only. nullable: true permissionType: type: string + description: 'The type of permission. Possible values are: Application,Delegated. Read-only.' nullable: true resourceAppId: type: string + description: ID of the Azure AD app that is hosting the resource. Read-only. nullable: true additionalProperties: type: object @@ -31420,6 +31437,28 @@ components: - mobileOther - mobileUnknown type: string + microsoft.graph.chromeOSDeviceProperty: + title: chromeOSDeviceProperty + type: object + properties: + name: + type: string + description: Name of the property + nullable: true + updatable: + type: boolean + description: Whether this property is updatable + value: + type: string + description: Value of the property + nullable: true + valueType: + type: string + description: Type of the value + nullable: true + additionalProperties: + type: object + description: Represents a property of the ChromeOS device. microsoft.graph.complianceState: title: complianceState enum: @@ -32599,14 +32638,14 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.plannerBucket' - description: Read-only. Nullable. Collection of buckets in the plan. + description: Collection of buckets in the plan. Read-only. Nullable. 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. + description: Collection of tasks in the plan. Read-only. Nullable. additionalProperties: type: object microsoft.graph.plannerTask: @@ -32733,17 +32772,17 @@ components: 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.' + description: Access this property from the derived type itemInsights. 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.' + description: Access this property from the derived type itemInsights. 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.' + description: Access this property from the derived type itemInsights. additionalProperties: type: object microsoft.graph.userInsightsSettings: @@ -33561,7 +33600,7 @@ components: properties: messageId: type: string - description: The unique identifier of a message in a Microsoft Teams channel. + description: The unique identifier for a message in a Microsoft Teams channel. nullable: true replyChainMessageId: type: string @@ -33607,6 +33646,18 @@ components: description: For broadcast meeting only. additionalProperties: type: object + microsoft.graph.meetingAttendanceReport: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: meetingAttendanceReport + type: object + properties: + attendanceRecords: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.attendanceRecord' + additionalProperties: + type: object microsoft.graph.outOfOfficeSettings: title: outOfOfficeSettings type: object @@ -33924,12 +33975,12 @@ components: $ref: '#/components/schemas/microsoft.graph.channelIdentity' chatId: type: string - description: The identity of the chat in which the message was posted. + description: 'If the message was sent in a chat, represents the identity of the chat.' 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. + description: Timestamp of when the chat message was created. format: date-time nullable: true deletedDateTime: @@ -33949,18 +34000,18 @@ components: 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. + description: Read only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the 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.' + description: 'Read only. Timestamp when the chat message is created (initial setting) or modified, 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. + description: Locale of the chat message set by the client. Always set to en-us. mentions: type: array items: @@ -33977,7 +34028,7 @@ components: description: 'Reactions for this chat message (for example, Like).' 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) + 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 @@ -33989,15 +34040,18 @@ components: nullable: true webUrl: type: string + description: Read-only. Link to the message in Microsoft Teams. nullable: true hostedContents: type: array items: $ref: '#/components/schemas/microsoft.graph.chatMessageHostedContent' + description: 'Content in a message hosted by Microsoft Teams e.g. images, code snippets etc.' replies: type: array items: $ref: '#/components/schemas/microsoft.graph.chatMessage' + description: Replies for a specified message. additionalProperties: type: object microsoft.graph.teamsTab: @@ -34088,7 +34142,7 @@ components: nullable: true allowCreateUpdateChannels: type: boolean - description: 'If set to true, members can add and update channels.' + description: 'If set to true, members can add and update any channels.' nullable: true allowCreateUpdateRemoveConnectors: type: boolean @@ -34150,99 +34204,6 @@ components: - 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' @@ -34371,6 +34332,99 @@ components: type: object additionalProperties: type: object + 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.userScopeTeamsAppInstallation: allOf: - $ref: '#/components/schemas/microsoft.graph.teamsAppInstallation' @@ -34472,7 +34526,7 @@ components: nullable: true dataOption: type: string - description: 'Represents additional sorting options for this field. The possible values are: Normal, TextAsNumber.' + description: 'Represents additional sorting options for this field. Possible values are: Normal, TextAsNumber.' icon: $ref: '#/components/schemas/microsoft.graph.workbookIcon' key: @@ -34483,7 +34537,7 @@ components: format: int32 sortOn: type: string - description: 'Represents the type of sorting of this condition. The possible values are: Value, CellColor, FontColor, Icon.' + description: 'Represents the type of sorting of this condition. Possible values are: Value, CellColor, FontColor, Icon.' additionalProperties: type: object microsoft.graph.workbookChartAxes: @@ -34965,7 +35019,7 @@ components: 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.' + description: 'A collection of the days of the week on which the event occurs. 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: @@ -35088,7 +35142,7 @@ components: properties: name: type: string - description: Name of the setting (as defined by the groupSettingTemplate). + description: Name of the setting (as defined by the directorySettingTemplate). nullable: true value: type: string @@ -35135,7 +35189,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.attachment' - description: Read-only. Nullable. + description: 'The collection of fileAttachment, itemAttachment, and referenceAttachment attachments for the post. Read-only. Nullable.' extensions: type: array items: @@ -35205,7 +35259,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.recipient' - description: The email addresses to which a message should be redirected. + description: The email address to which a message should be redirected. stopProcessingRules: type: boolean description: Indicates whether subsequent rules should be evaluated. @@ -35464,11 +35518,11 @@ components: nullable: true queryRoot: type: string - description: The type of query. Examples include MicrosoftGraph and ARM. + description: 'In the scenario where reviewers need to be specified dynamically, this property is used to indicate the relative source of the query. This property is only required if a relative query (i.e., ./manager) is specified.' nullable: true queryType: type: string - description: 'In the scenario where reviewers need to be specified dynamically, this property is used to indicate the relative source of the query. This property is only required if a relative query (i.e., ./manager) is specified.' + description: The type of query. Examples include MicrosoftGraph and ARM. nullable: true additionalProperties: type: object @@ -36613,6 +36667,30 @@ components: nullable: true additionalProperties: type: object + microsoft.graph.attendanceRecord: + title: attendanceRecord + type: object + properties: + attendanceIntervals: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.attendanceInterval' + emailAddress: + type: string + nullable: true + identity: + $ref: '#/components/schemas/microsoft.graph.identity' + role: + type: string + nullable: true + totalAttendanceInSeconds: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + nullable: true + additionalProperties: + type: object microsoft.graph.attestationLevel: title: attestationLevel enum: @@ -36711,7 +36789,7 @@ components: nullable: true teamsAppId: type: string - description: The ID from the Teams app manifest. + description: The id from the Teams App manifest. nullable: true version: type: string @@ -36731,7 +36809,7 @@ components: nullable: true contentType: type: string - description: 'The media type of the content attachment. It can have the following values: reference: Attachment is a link to another file. Populate the contentURL with the link to the object.file: Raw file attachment. Populate the contenturl field with the base64 encoding of the file in data: format.image/: Image type with the type of the image specified ex: image/png, image/jpeg, image/gif. Populate the contentUrl field with the base64 encoding of the file in data: format.video/: Video type with the format specified. Ex: video/mp4. Populate the contentUrl field with the base64 encoding of the file in data: format.audio/: Audio type with the format specified. Ex: audio/wmw. Populate the contentUrl field with the base64 encoding of the file in data: format.application/card type: Rich card attachment type with the card type specifying the exact card format to use. Set content with the json format of the card. Supported values for card type include:application/vnd.microsoft.card.adaptive: A rich card that can contain any combination of text, speech, images,,buttons, and input fields. Set the content property to,an AdaptiveCard object.application/vnd.microsoft.card.animation: A rich card that plays animation. Set the content property,to an AnimationCardobject.application/vnd.microsoft.card.audio: A rich card that plays audio files. Set the content property,to an AudioCard object.application/vnd.microsoft.card.video: A rich card that plays videos. Set the content property,to a VideoCard object.application/vnd.microsoft.card.hero: A Hero card. Set the content property to a HeroCard object.application/vnd.microsoft.card.thumbnail: A Thumbnail card. Set the content property to a ThumbnailCard object.application/vnd.microsoft.com.card.receipt: A Receipt card. Set the content property to a ReceiptCard object.application/vnd.microsoft.com.card.signin: A user Sign In card. Set the content property to a SignInCard object.' + description: 'The media type of the content attachment. It can have the following values: reference: Attachment is a link to another file. Populate the contentURL with the link to the object.Any contentTypes supported by the Bot Framework''s Attachment objectapplication/vnd.microsoft.card.codesnippet: A code snippet. application/vnd.microsoft.card.announcement: An announcement header.' nullable: true contentUrl: type: string @@ -36868,6 +36946,90 @@ components: - moderate - unknownFutureValue type: string + microsoft.graph.channelMembershipType: + title: channelMembershipType + enum: + - standard + - private + - unknownFutureValue + - shared + type: string + microsoft.graph.channelModerationSettings: + title: channelModerationSettings + type: object + properties: + allowNewMessageFromBots: + type: boolean + description: Indicates whether bots are allowed to post messages. + nullable: true + allowNewMessageFromConnectors: + type: boolean + description: Indicates whether connectors are allowed to post messages. + nullable: true + replyRestriction: + $ref: '#/components/schemas/microsoft.graph.replyRestriction' + userNewMessageRestriction: + $ref: '#/components/schemas/microsoft.graph.userNewMessageRestriction' + 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 + - teamifyGroup + - createChannel + type: string + microsoft.graph.teamsAsyncOperationStatus: + title: teamsAsyncOperationStatus + enum: + - invalid + - notStarted + - inProgress + - succeeded + - failed + - unknownFutureValue + type: string + microsoft.graph.teamworkTagType: + title: teamworkTagType + enum: + - standard + type: string + microsoft.graph.teamworkTagMember: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: teamworkTagMember + type: object + properties: + displayName: + type: string + nullable: true + tenantId: + type: string + nullable: true + userId: + type: string + nullable: true + additionalProperties: + type: object microsoft.graph.timeClockSettings: title: timeClockSettings type: object @@ -36894,11 +37056,11 @@ components: nullable: true recipientUserId: type: string - description: User ID of the recipient of the offer shift request. + 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. + description: User id of the sender of the offer shift request. nullable: true additionalProperties: type: object @@ -36986,7 +37148,7 @@ components: properties: recipientShiftId: type: string - description: ShiftId for the recipient user with whom the request is to swap. + description: Shift ID for the recipient user with whom the request is to swap. nullable: true additionalProperties: type: object @@ -37078,90 +37240,6 @@ components: nullable: true additionalProperties: type: object - microsoft.graph.channelMembershipType: - title: channelMembershipType - enum: - - standard - - private - - unknownFutureValue - - shared - type: string - microsoft.graph.channelModerationSettings: - title: channelModerationSettings - type: object - properties: - allowNewMessageFromBots: - type: boolean - description: Indicates whether bots are allowed to post messages. - nullable: true - allowNewMessageFromConnectors: - type: boolean - description: Indicates whether connectors are allowed to post messages. - nullable: true - replyRestriction: - $ref: '#/components/schemas/microsoft.graph.replyRestriction' - userNewMessageRestriction: - $ref: '#/components/schemas/microsoft.graph.userNewMessageRestriction' - 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 - - teamifyGroup - - createChannel - type: string - microsoft.graph.teamsAsyncOperationStatus: - title: teamsAsyncOperationStatus - enum: - - invalid - - notStarted - - inProgress - - succeeded - - failed - - unknownFutureValue - type: string - microsoft.graph.teamworkTagType: - title: teamworkTagType - enum: - - standard - type: string - microsoft.graph.teamworkTagMember: - allOf: - - $ref: '#/components/schemas/microsoft.graph.entity' - - title: teamworkTagMember - type: object - properties: - displayName: - type: string - nullable: true - tenantId: - type: string - nullable: true - userId: - type: string - nullable: true - additionalProperties: - type: object microsoft.graph.wellknownListName: title: wellknownListName enum: @@ -37261,7 +37339,7 @@ components: format: int32 set: type: string - description: 'Represents the set that the icon is part of. The possible values are: Invalid, ThreeArrows, ThreeArrowsGray, ThreeFlags, ThreeTrafficLights1, ThreeTrafficLights2, ThreeSigns, ThreeSymbols, ThreeSymbols2, FourArrows, FourArrowsGray, FourRedToBlack, FourRating, FourTrafficLights, FiveArrows, FiveArrowsGray, FiveRating, FiveQuarters, ThreeStars, ThreeTriangles, FiveBoxes.' + description: 'Represents the set that the icon is part of. Possible values are: Invalid, ThreeArrows, ThreeArrowsGray, ThreeFlags, ThreeTrafficLights1, ThreeTrafficLights2, ThreeSigns, ThreeSymbols, ThreeSymbols2, FourArrows, FourArrowsGray, FourRedToBlack, FourRating, FourTrafficLights, FiveArrows, FiveArrowsGray, FiveRating, FiveQuarters, ThreeStars, ThreeTriangles, FiveBoxes.' additionalProperties: type: object microsoft.graph.workbookChartAxis: @@ -38016,6 +38094,28 @@ components: - unknownFutureValue - producer type: string + microsoft.graph.attendanceInterval: + title: attendanceInterval + type: object + properties: + durationInSeconds: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + nullable: true + joinDateTime: + 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 + leaveDateTime: + 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.teamsAppDistributionMethod: title: teamsAppDistributionMethod enum: @@ -38103,10 +38203,25 @@ components: nullable: true contentType: type: string - description: 'Write only. Content type. sicj as image/png, image/jpg.' + description: 'Write only. Content type, such as image/png, image/jpg.' nullable: true additionalProperties: type: object + microsoft.graph.replyRestriction: + title: replyRestriction + enum: + - everyone + - authorAndModerators + - unknownFutureValue + type: string + microsoft.graph.userNewMessageRestriction: + title: userNewMessageRestriction + enum: + - everyone + - everyoneExceptGuests + - moderators + - unknownFutureValue + type: string microsoft.graph.scheduleChangeRequest: allOf: - $ref: '#/components/schemas/microsoft.graph.changeTrackedEntity' @@ -38274,21 +38389,6 @@ components: nullable: true additionalProperties: type: object - microsoft.graph.replyRestriction: - title: replyRestriction - enum: - - everyone - - authorAndModerators - - unknownFutureValue - type: string - microsoft.graph.userNewMessageRestriction: - title: userNewMessageRestriction - enum: - - everyone - - everyoneExceptGuests - - moderators - - unknownFutureValue - type: string microsoft.graph.linkedResource: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' diff --git a/openApiDocs/beta/Teams.yml b/openApiDocs/beta/Teams.yml index 3637410418f..e9adaa01c80 100644 --- a/openApiDocs/beta/Teams.yml +++ b/openApiDocs/beta/Teams.yml @@ -667,6 +667,7 @@ paths: - installedApps - members - messages + - permissionGrants - tabs type: string - name: $expand @@ -683,6 +684,7 @@ paths: - installedApps - members - messages + - permissionGrants - tabs type: string responses: @@ -762,6 +764,7 @@ paths: - installedApps - members - messages + - permissionGrants - tabs type: string - name: $expand @@ -778,6 +781,7 @@ paths: - installedApps - members - messages + - permissionGrants - tabs type: string responses: @@ -800,6 +804,10 @@ paths: operationId: chats.ListMessages parameters: chat-id: $request.path.chat-id + permissionGrants: + operationId: chats.ListPermissionGrants + parameters: + chat-id: $request.path.chat-id tabs: operationId: chats.ListTabs parameters: @@ -2824,6 +2832,258 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: action + '/chats/{chat-id}/permissionGrants': + get: + tags: + - chats.resourceSpecificPermissionGrant + summary: Get permissionGrants from chats + operationId: chats_ListPermissionGrants + parameters: + - name: chat-id + in: path + description: 'key: id of chat' + required: true + schema: + type: string + x-ms-docs-key-type: chat + - $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 + - deletedDateTime + - deletedDateTime desc + - clientAppId + - clientAppId desc + - clientId + - clientId desc + - permission + - permission desc + - permissionType + - permissionType desc + - resourceAppId + - resourceAppId 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 + - deletedDateTime + - clientAppId + - clientId + - permission + - permissionType + - resourceAppId + 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 resourceSpecificPermissionGrant + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.resourceSpecificPermissionGrant' + '@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: + - chats.resourceSpecificPermissionGrant + summary: Create new navigation property to permissionGrants for chats + operationId: chats_CreatePermissionGrants + parameters: + - name: chat-id + in: path + description: 'key: id of chat' + required: true + schema: + type: string + x-ms-docs-key-type: chat + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.resourceSpecificPermissionGrant' + required: true + responses: + '201': + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.resourceSpecificPermissionGrant' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/chats/{chat-id}/permissionGrants/{resourceSpecificPermissionGrant-id}': + get: + tags: + - chats.resourceSpecificPermissionGrant + summary: Get permissionGrants from chats + operationId: chats_GetPermissionGrants + parameters: + - name: chat-id + in: path + description: 'key: id of chat' + required: true + schema: + type: string + x-ms-docs-key-type: chat + - name: resourceSpecificPermissionGrant-id + in: path + description: 'key: id of resourceSpecificPermissionGrant' + required: true + schema: + type: string + x-ms-docs-key-type: resourceSpecificPermissionGrant + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - id + - deletedDateTime + - clientAppId + - clientId + - permission + - permissionType + - resourceAppId + 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.resourceSpecificPermissionGrant' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - chats.resourceSpecificPermissionGrant + summary: Update the navigation property permissionGrants in chats + operationId: chats_UpdatePermissionGrants + parameters: + - name: chat-id + in: path + description: 'key: id of chat' + required: true + schema: + type: string + x-ms-docs-key-type: chat + - name: resourceSpecificPermissionGrant-id + in: path + description: 'key: id of resourceSpecificPermissionGrant' + required: true + schema: + type: string + x-ms-docs-key-type: resourceSpecificPermissionGrant + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.resourceSpecificPermissionGrant' + required: true + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - chats.resourceSpecificPermissionGrant + summary: Delete navigation property permissionGrants for chats + operationId: chats_DeletePermissionGrants + parameters: + - name: chat-id + in: path + description: 'key: id of chat' + required: true + schema: + type: string + x-ms-docs-key-type: chat + - name: resourceSpecificPermissionGrant-id + in: path + description: 'key: id of resourceSpecificPermissionGrant' + required: true + schema: + type: string + x-ms-docs-key-type: resourceSpecificPermissionGrant + - 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 '/chats/{chat-id}/tabs': get: tags: @@ -3331,7 +3591,6 @@ paths: - specialization - visibility - webUrl - - schedule - channels - group - installedApps @@ -3342,6 +3601,7 @@ paths: - primaryChannel - tags - template + - schedule type: string - name: $expand in: query @@ -3354,7 +3614,6 @@ paths: items: enum: - '*' - - schedule - channels - group - installedApps @@ -3365,6 +3624,7 @@ paths: - primaryChannel - tags - template + - schedule type: string responses: '200': @@ -3374,10 +3634,6 @@ paths: schema: $ref: '#/components/schemas/microsoft.graph.team' links: - schedule: - operationId: groups.Team.GetSchedule - parameters: - group-id: $request.path.group-id channels: operationId: groups.Team.ListChannels parameters: @@ -3418,6 +3674,10 @@ paths: operationId: groups.Team.GetTemplate parameters: group-id: $request.path.group-id + schedule: + operationId: groups.Team.GetSchedule + parameters: + group-id: $request.path.group-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -3552,7 +3812,6 @@ paths: - specialization - visibility - webUrl - - schedule - channels - group - installedApps @@ -3563,6 +3822,7 @@ paths: - primaryChannel - tags - template + - schedule type: string - name: $expand in: query @@ -3575,7 +3835,6 @@ paths: items: enum: - '*' - - schedule - channels - group - installedApps @@ -3586,6 +3845,7 @@ paths: - primaryChannel - tags - template + - schedule type: string responses: '200': @@ -3672,7 +3932,6 @@ paths: - specialization - visibility - webUrl - - schedule - channels - group - installedApps @@ -3683,6 +3942,7 @@ paths: - primaryChannel - tags - template + - schedule type: string - name: $expand in: query @@ -3695,7 +3955,6 @@ paths: items: enum: - '*' - - schedule - channels - group - installedApps @@ -3706,6 +3965,7 @@ paths: - primaryChannel - tags - template + - schedule type: string responses: '200': @@ -3715,10 +3975,6 @@ paths: schema: $ref: '#/components/schemas/microsoft.graph.team' links: - schedule: - operationId: teams.GetSchedule - parameters: - team-id: $request.path.team-id channels: operationId: teams.ListChannels parameters: @@ -3759,6 +4015,10 @@ paths: operationId: teams.GetTemplate parameters: team-id: $request.path.team-id + schedule: + operationId: teams.GetSchedule + parameters: + team-id: $request.path.team-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -15390,6 +15650,7 @@ paths: - installedApps - members - messages + - permissionGrants - tabs type: string - name: $expand @@ -15406,6 +15667,7 @@ paths: - installedApps - members - messages + - permissionGrants - tabs type: string responses: @@ -15500,6 +15762,7 @@ paths: - installedApps - members - messages + - permissionGrants - tabs type: string - name: $expand @@ -15516,6 +15779,7 @@ paths: - installedApps - members - messages + - permissionGrants - tabs type: string responses: @@ -15541,6 +15805,11 @@ paths: parameters: user-id: $request.path.user-id chat-id: $request.path.chat-id + permissionGrants: + operationId: users.Chats.ListPermissionGrants + parameters: + user-id: $request.path.user-id + chat-id: $request.path.chat-id tabs: operationId: users.Chats.ListTabs parameters: @@ -15701,7 +15970,6 @@ paths: - specialization - visibility - webUrl - - schedule - channels - group - installedApps @@ -15712,6 +15980,7 @@ paths: - primaryChannel - tags - template + - schedule type: string - name: $expand in: query @@ -15724,7 +15993,6 @@ paths: items: enum: - '*' - - schedule - channels - group - installedApps @@ -15735,6 +16003,7 @@ paths: - primaryChannel - tags - template + - schedule type: string responses: '200': @@ -16278,6 +16547,7 @@ paths: - installedApps - members - messages + - permissionGrants - tabs type: string - name: $expand @@ -16294,6 +16564,7 @@ paths: - installedApps - members - messages + - permissionGrants - tabs type: string responses: @@ -16319,6 +16590,11 @@ paths: parameters: user-id: $request.path.user-id userScopeTeamsAppInstallation-id: $request.path.userScopeTeamsAppInstallation-id + permissionGrants: + operationId: users.teamwork.installedApps.Chat.ListPermissionGrants + parameters: + user-id: $request.path.user-id + userScopeTeamsAppInstallation-id: $request.path.userScopeTeamsAppInstallation-id tabs: operationId: users.teamwork.installedApps.Chat.ListTabs parameters: @@ -16371,6 +16647,11 @@ paths: parameters: user-id: $request.path.user-id userScopeTeamsAppInstallation-id: $request.path.userScopeTeamsAppInstallation-id + permissionGrants: + operationId: users.teamwork.installedApps.Chat.ListPermissionGrants + parameters: + user-id: $request.path.user-id + userScopeTeamsAppInstallation-id: $request.path.userScopeTeamsAppInstallation-id tabs: operationId: users.teamwork.installedApps.Chat.ListTabs parameters: @@ -16504,7 +16785,7 @@ components: nullable: true teamsAppId: type: string - description: The ID from the Teams app manifest. + description: The id from the Teams App manifest. nullable: true version: type: string @@ -16560,6 +16841,11 @@ components: items: $ref: '#/components/schemas/microsoft.graph.chatMessage' description: A collection of all the messages in the chat. Nullable. + permissionGrants: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.resourceSpecificPermissionGrant' + description: A collection of permissions granted to apps for the chat. tabs: type: array items: @@ -16627,12 +16913,12 @@ components: $ref: '#/components/schemas/microsoft.graph.channelIdentity' chatId: type: string - description: The identity of the chat in which the message was posted. + description: 'If the message was sent in a chat, represents the identity of the chat.' 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. + description: Timestamp of when the chat message was created. format: date-time nullable: true deletedDateTime: @@ -16652,18 +16938,18 @@ components: 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. + description: Read only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the 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.' + description: 'Read only. Timestamp when the chat message is created (initial setting) or modified, 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. + description: Locale of the chat message set by the client. Always set to en-us. mentions: type: array items: @@ -16680,7 +16966,7 @@ components: description: 'Reactions for this chat message (for example, Like).' 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) + 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 @@ -16692,15 +16978,18 @@ components: nullable: true webUrl: type: string + description: Read-only. Link to the message in Microsoft Teams. nullable: true hostedContents: type: array items: $ref: '#/components/schemas/microsoft.graph.chatMessageHostedContent' + description: 'Content in a message hosted by Microsoft Teams e.g. images, code snippets etc.' replies: type: array items: $ref: '#/components/schemas/microsoft.graph.chatMessage' + description: Replies for a specified message. additionalProperties: type: object microsoft.graph.chatMessageHostedContent: @@ -16755,6 +17044,35 @@ components: type: object additionalProperties: type: object + microsoft.graph.resourceSpecificPermissionGrant: + allOf: + - $ref: '#/components/schemas/microsoft.graph.directoryObject' + - title: resourceSpecificPermissionGrant + type: object + properties: + clientAppId: + type: string + description: ID of the service principal of the Azure AD app that has been granted access. Read-only. + nullable: true + clientId: + type: string + description: ID of the Azure AD app that has been granted access. Read-only. + nullable: true + permission: + type: string + description: The name of the permission. Read-only. + nullable: true + permissionType: + type: string + description: 'The type of permission. Possible values are: Application,Delegated. Read-only.' + nullable: true + resourceAppId: + type: string + description: ID of the Azure AD app that is hosting the resource. Read-only. + 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.teamsTab: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -16839,8 +17157,6 @@ components: 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: @@ -16878,6 +17194,8 @@ components: $ref: '#/components/schemas/microsoft.graph.teamworkTag' template: $ref: '#/components/schemas/microsoft.graph.teamsTemplate' + schedule: + $ref: '#/components/schemas/microsoft.graph.schedule' additionalProperties: type: object microsoft.graph.channel: @@ -17048,7 +17366,7 @@ components: 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.' + description: 'The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select.' assignedLicenses: type: array items: @@ -17089,7 +17407,7 @@ components: 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.' + 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).' nullable: true infoCatalogs: type: array @@ -17162,13 +17480,13 @@ components: 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. + description: The preferred language for a 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.' + 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 for 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 @@ -17195,7 +17513,7 @@ components: 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.' + description: 'Specifies a 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 @@ -17213,11 +17531,11 @@ components: 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. Supported only on the Get group API (GET /groups/{ID}).' + description: 'true if the group is not displayed in certain parts of the Outlook user interface: in the Address Book, in address lists for selecting message recipients, and in the Browse Groups dialog for searching groups; false otherwise. Default value is false. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}).' 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. Supported only on the Get group API (GET /groups/{ID}).' + description: 'true if the group is not displayed in Outlook clients, such as Outlook for Windows and Outlook on the web, false otherwise. Default value is false. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}).' nullable: true isFavorite: type: boolean @@ -17237,7 +17555,7 @@ components: 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. Supported only on the Get group API (GET /groups/{ID}).' + description: 'Count of conversations that have received new posts since the signed-in user last visited the group. This property is the same as unseenConversationsCount.Returned only on $select. Supported only on the Get group API (GET /groups/{ID}).' format: int32 nullable: true unseenMessagesCount: @@ -17268,12 +17586,12 @@ components: 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.' + description: 'Groups and administrative units 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.' + description: 'Users, contacts, and groups that are members of this group. HTTP Methods: GET (supported for all groups), POST (supported for security groups and mail-enabled security groups), DELETE (supported only for security groups) Read-only. Nullable.' membersWithLicenseErrors: type: array items: @@ -17283,7 +17601,7 @@ components: 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.' + description: 'The owners of the group. The owners are a set of non-admin users who are allowed to modify this object. HTTP Methods: GET (supported for all groups), POST (supported for security groups and mail-enabled security groups), DELETE (supported only for security groups) Read-only. Nullable.' permissionGrants: type: array items: @@ -17292,7 +17610,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.directorySetting' - description: Read-only. Nullable. + description: 'Settings that can govern this group''s behavior, like whether members can invite guest users to the group. Nullable.' transitiveMemberOf: type: array items: @@ -17322,7 +17640,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.event' - description: The group's calendar events. + description: The group's events. rejectedSenders: type: array items: @@ -17436,30 +17754,30 @@ components: $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.' + description: 'true if the account is enabled; otherwise, false. This property is required when a user is created. Returned only on $select. 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.' + 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. Returned only on $select.' nullable: true assignedLicenses: type: array items: $ref: '#/components/schemas/microsoft.graph.assignedLicense' - description: The licenses that are assigned to the user. Returned only on $select. Not nullable. Supports $filter. + description: The licenses that are assigned to the user. Not nullable. Supports $filter. assignedPlans: type: array items: $ref: '#/components/schemas/microsoft.graph.assignedPlan' - description: The plans that are assigned to the user. Read-only. Not nullable. + description: The plans that are assigned to the user. Returned only on $select. 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. Read-only for users synced from on-premises directory. Returned by default.' + description: The telephone numbers for the user. Only one number can be set for this property. Returned by default. Read-only for users synced from on-premises directory. city: type: string - description: The city in which the user is located. Supports $filter. + description: The city in which the user is located. Returned only on $select. Supports $filter. nullable: true companyName: type: string @@ -17467,25 +17785,25 @@ components: 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.' + 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. Returned only on $select.' nullable: true country: type: string - description: 'The country/region in which the user is located; for example, ''US'' or ''UK''. Supports $filter.' + description: 'The country/region in which the user is located; for example, ''US'' or ''UK''. Returned only on $select. 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. + description: The date and time the user was created. The value cannot be modified and is automatically populated when the entity is created. The DateTimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. Property is nullable. A null value indicates that an accurate creation time couldn't be determined for the user. Returned only on $select. Read-only. Supports $filter. 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.' + 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). Returned only on $select. Read-only.' nullable: true department: type: string - description: The name for the department in which the user works. Supports $filter. + description: The name for the department in which the user works. Returned only on $select. Supports $filter. nullable: true deviceKeys: type: array @@ -17493,7 +17811,7 @@ components: $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. Returned by default. Supports $filter and $orderby.' + description: 'The name displayed in the address book for the user. This value 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. Returned by default. 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])$' @@ -17521,7 +17839,7 @@ components: nullable: true faxNumber: type: string - description: The fax number of the user. + description: The fax number of the user. Returned only on $select. nullable: true givenName: type: string @@ -17531,7 +17849,7 @@ components: 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.' + 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. Returned only on $select. Supports $filter.' imAddresses: type: array items: @@ -17554,29 +17872,29 @@ components: 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 is 2014-01-01T00:00:00Z' + description: 'The time when this Azure AD user last changed their password. 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 is 2014-01-01T00:00:00Z Returned only on $select. Read-only.' 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.' + 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. Returned only on $select.' nullable: true licenseAssignmentStates: type: array items: $ref: '#/components/schemas/microsoft.graph.licenseAssignmentState' - description: State of license assignments for this user. Read-only. + description: State of license assignments for this user. Returned only on $select. Read-only. mail: type: string description: 'The SMTP address for the user, for example, ''jeff@contoso.onmicrosoft.com''. Returned by default. Supports $filter and endsWith.' nullable: true mailNickname: type: string - description: The mail alias for the user. This property must be specified when a user is created. Supports $filter. + description: The mail alias for the user. This property must be specified when a user is created. Returned only on $select. Supports $filter. nullable: true mobilePhone: type: string - description: The primary cellular telephone number for the user. Read-only for users synced from on-premises directory. Returned by default. + description: The primary cellular telephone number for the user. Returned by default. Read-only for users synced from on-premises directory. nullable: true officeLocation: type: string @@ -17584,59 +17902,59 @@ components: 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. + 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. Returned only on $select. 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.' + 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. Returned only on $select. 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.' + 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. Returned only on $select. 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 is 2014-01-01T00:00:00Z. Read-only.' + 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 is 2014-01-01T00:00:00Z. Returned only on $select. 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. + description: Errors when using Microsoft synchronization product during provisioning. Returned only on $select. 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. + 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. Returned only on $select. 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. + description: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Returned only on $select. 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 + 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). Returned only on $select. 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. + 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. Returned only on $select. 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.' + description: 'A list of additional email addresses for the user; for example: [''bob@contoso.com'', ''Robert@fabrikam.com''].Returned only on $select. 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''.' + 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''.Returned only on $select.' 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.' + 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. Returned only on $select.' nullable: true preferredDataLocation: type: string @@ -17650,35 +17968,35 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.provisionedPlan' - description: The plans that are provisioned for the user. Read-only. Not nullable. + description: The plans that are provisioned for the user. Returned only on $select. 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.' + description: 'For example: [''SMTP: bob@contoso.com'', ''smtp: bob@sales.contoso.com''] The any operator is required for filter expressions on multi-valued properties. Returned only on $select. 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.' + 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. Use invalidateAllRefreshTokens to reset.' 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.' + 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. Returned only on $select.' 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.' + 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. Use revokeSignInSessions to reset.' format: date-time nullable: true state: type: string - description: The state or province in the user's address. Supports $filter. + description: The state or province in the user's address. Returned only on $select. Supports $filter. nullable: true streetAddress: type: string - description: The street address of the user's place of business. + description: The street address of the user's place of business. Returned only on $select. nullable: true surname: type: string @@ -17686,7 +18004,7 @@ components: 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.' + 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. Returned only on $select. Supports $filter.' nullable: true userPrincipalName: type: string @@ -17694,7 +18012,7 @@ components: 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.' + description: 'A string value that can be used to classify user types in your directory, such as ''Member'' and ''Guest''. Returned only on $select. Supports $filter.' nullable: true mailboxSettings: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' @@ -17706,12 +18024,12 @@ components: format: int32 aboutMe: type: string - description: A freeform text entry field for the user to describe themselves. + description: A freeform text entry field for the user to describe themselves. Returned only on $select. 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 is 2014-01-01T00:00:00Z' + 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 is 2014-01-01T00:00:00Z Returned only on $select.' 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])$' @@ -17723,39 +18041,39 @@ components: items: type: string nullable: true - description: A list for the user to describe their interests. + description: A list for the user to describe their interests. Returned only on $select. mySite: type: string - description: The URL for the user's personal site. + description: The URL for the user's personal site. Returned only on $select. nullable: true pastProjects: type: array items: type: string nullable: true - description: A list for the user to enumerate their past projects. + description: A list for the user to enumerate their past projects. Returned only on $select. preferredName: type: string - description: The preferred name for the user. + description: The preferred name for the user. Returned only on $select. nullable: true responsibilities: type: array items: type: string nullable: true - description: A list for the user to enumerate their responsibilities. + description: A list for the user to enumerate their responsibilities. Returned only on $select. schools: type: array items: type: string nullable: true - description: A list for the user to enumerate the schools they have attended. + description: A list for the user to enumerate the schools they have attended. Returned only on $select. skills: type: array items: type: string nullable: true - description: A list for the user to enumerate their skills. + description: A list for the user to enumerate their skills. Returned only on $select. analytics: $ref: '#/components/schemas/microsoft.graph.userAnalytics' usageRights: @@ -17790,7 +18108,7 @@ components: 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. + description: 'The groups, directory roles and administrative units that the user is a member of. Read-only. Nullable.' oauth2PermissionGrants: type: array items: @@ -17850,7 +18168,7 @@ components: 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. + 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: @@ -17874,7 +18192,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.person' - description: People that are relevant to the user. Read-only. Nullable. + description: 'Read-only. The most relevant people to the user. The collection is ordered by their relevance to the user, which is determined by the user''s communication, collaboration and business relationships. A person is an aggregation of information from across mail, contacts and social networks.' drive: $ref: '#/components/schemas/microsoft.graph.drive' drives: @@ -17890,7 +18208,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.extension' - description: The collection of open extensions defined for the user. Read-only. Nullable. + description: The collection of open extensions defined for the user. Nullable. appConsentRequestsForApproval: type: array items: @@ -18131,11 +18449,11 @@ components: nullable: true recipientUserId: type: string - description: User ID of the recipient of the offer shift request. + 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. + description: User id of the sender of the offer shift request. nullable: true additionalProperties: type: object @@ -18223,7 +18541,7 @@ components: properties: recipientShiftId: type: string - description: ShiftId for the recipient user with whom the request is to swap. + description: Shift ID for the recipient user with whom the request is to swap. nullable: true additionalProperties: type: object @@ -18526,7 +18844,7 @@ components: nullable: true contentType: type: string - description: 'The media type of the content attachment. It can have the following values: reference: Attachment is a link to another file. Populate the contentURL with the link to the object.file: Raw file attachment. Populate the contenturl field with the base64 encoding of the file in data: format.image/: Image type with the type of the image specified ex: image/png, image/jpeg, image/gif. Populate the contentUrl field with the base64 encoding of the file in data: format.video/: Video type with the format specified. Ex: video/mp4. Populate the contentUrl field with the base64 encoding of the file in data: format.audio/: Audio type with the format specified. Ex: audio/wmw. Populate the contentUrl field with the base64 encoding of the file in data: format.application/card type: Rich card attachment type with the card type specifying the exact card format to use. Set content with the json format of the card. Supported values for card type include:application/vnd.microsoft.card.adaptive: A rich card that can contain any combination of text, speech, images,,buttons, and input fields. Set the content property to,an AdaptiveCard object.application/vnd.microsoft.card.animation: A rich card that plays animation. Set the content property,to an AnimationCardobject.application/vnd.microsoft.card.audio: A rich card that plays audio files. Set the content property,to an AudioCard object.application/vnd.microsoft.card.video: A rich card that plays videos. Set the content property,to a VideoCard object.application/vnd.microsoft.card.hero: A Hero card. Set the content property to a HeroCard object.application/vnd.microsoft.card.thumbnail: A Thumbnail card. Set the content property to a ThumbnailCard object.application/vnd.microsoft.com.card.receipt: A Receipt card. Set the content property to a ReceiptCard object.application/vnd.microsoft.com.card.signin: A user Sign In card. Set the content property to a SignInCard object.' + description: 'The media type of the content attachment. It can have the following values: reference: Attachment is a link to another file. Populate the contentURL with the link to the object.Any contentTypes supported by the Bot Framework''s Attachment objectapplication/vnd.microsoft.card.codesnippet: A code snippet. application/vnd.microsoft.card.announcement: An announcement header.' nullable: true contentUrl: type: string @@ -18640,7 +18958,7 @@ components: nullable: true contentType: type: string - description: 'Write only. Content type. sicj as image/png, image/jpg.' + description: 'Write only. Content type, such as image/png, image/jpg.' nullable: true additionalProperties: type: object @@ -18656,6 +18974,20 @@ components: - text - html 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.teamsTabConfiguration: title: teamsTabConfiguration type: object @@ -18736,7 +19068,7 @@ components: nullable: true allowCreateUpdateChannels: type: boolean - description: 'If set to true, members can add and update channels.' + description: 'If set to true, members can add and update any channels.' nullable: true allowCreateUpdateRemoveConnectors: type: boolean @@ -19057,12 +19389,12 @@ components: nullable: true latitude: type: number - description: 'Optional. The latitude, in decimal, for the item. Read-only.' + description: 'Optional. The latitude, in decimal, for the item. Writable on OneDrive Personal.' format: double nullable: true longitude: type: number - description: 'Optional. The longitude, in decimal, for the item. Read-only.' + description: 'Optional. The longitude, in decimal, for the item. Writable on OneDrive Personal.' format: double nullable: true additionalProperties: @@ -19145,7 +19477,7 @@ components: 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. + description: The date and time the photo was taken in UTC time. Read-only. format: date-time nullable: true additionalProperties: @@ -19406,7 +19738,7 @@ components: 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.' + 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. Nullable.' tables: type: array items: @@ -19518,7 +19850,7 @@ components: 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. + description: 'A unique token that can be used to access this shared item via the [shares API][]. Read-only.' nullable: true additionalProperties: type: object @@ -19534,14 +19866,14 @@ components: 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.' + description: '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. Required. 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. + description: Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 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. Optional. 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.' + 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 @@ -19549,12 +19881,12 @@ components: nullable: true encryptionCertificateId: type: string - description: A custom app-provided identifier to help identify the certificate needed to decrypt resource data. Optional. + description: A custom app-provided identifier to help identify the certificate needed to decrypt resource data. Optional. Required when includeResourceData is true. 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.' + description: '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. Required.' format: date-time includeResourceData: type: boolean @@ -19578,10 +19910,10 @@ components: 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. + description: The URL of the endpoint that receives the change notifications. This URL must make use of the HTTPS protocol. Required. 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. + description: Specifies the resource that will be monitored for changes. Do not include the base URL (https://graph.microsoft.com/beta/). See the possible resource path values for each supported resource. Required. additionalProperties: type: object microsoft.graph.thumbnailSet: @@ -19608,7 +19940,6 @@ components: properties: content: type: string - description: The content stream for this version of the item. format: base64url nullable: true size: @@ -19618,20 +19949,6 @@ components: nullable: true additionalProperties: type: object - 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 @@ -19794,30 +20111,6 @@ 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.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' @@ -19856,15 +20149,15 @@ components: 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.' + 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, through an Outlook client or the corresponding calendarPermission resource. Read-only.' 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.' + description: 'true if the user has the permission to share the calendar, false otherwise. Only the user who created the calendar can share it. Read-only.' nullable: true canViewPrivateItems: type: boolean - description: 'true if the user can read calendar items that have been marked private, false otherwise.' + description: 'true if the user can read calendar items that have been marked private, false otherwise. This property is set through an Outlook client or the corresponding calendarPermission resource. Read-only.' nullable: true changeKey: type: string @@ -19876,7 +20169,7 @@ components: $ref: '#/components/schemas/microsoft.graph.onlineMeetingProviderType' hexColor: type: string - description: 'The calendar color, expressed in a hex color code of three hexadecimal values, each ranging from 00 to FF and representing the red, green, or blue components of the color in the RGB color space. If the user has never explicitly set a color for the calendar, this property is empty. Read-only.' + description: 'The calendar color, expressed in a hex color code of three hexadecimal values, each ranging from 00 to FF and representing the red, green, or blue components of the color in the RGB color space. If the user has never explicitly set a color for the calendar, this property is empty.' nullable: true isDefaultCalendar: type: boolean @@ -20074,7 +20367,7 @@ components: 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. + description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' calendar: $ref: '#/components/schemas/microsoft.graph.calendar' exceptionOccurrences: @@ -20085,12 +20378,12 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.extension' - description: The collection of open extensions defined for the event. Read-only. Nullable. + description: The collection of open extensions defined for the event. Nullable. instances: type: array items: $ref: '#/components/schemas/microsoft.graph.event' - description: The instances of the event. Navigation property. Read-only. Nullable. + description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but does not include occurrences that have been cancelled from the series. Navigation property. Read-only. Nullable.' multiValueExtendedProperties: type: array items: @@ -20442,12 +20735,12 @@ components: 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. 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 is 2014-01-01T00:00:00Z.' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true capabilityStatus: type: string - description: 'Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. See a detailed description of each value.' + description: 'Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut.' nullable: true service: type: string @@ -20615,7 +20908,7 @@ components: properties: forceChangePasswordNextSignIn: type: boolean - description: true if the user must change her password on the next login; otherwise false. + description: 'If true, at next sign-in, the user must change their password. After a password change, this property will be automatically reset to false. If not set, default is false.' nullable: true forceChangePasswordNextSignInWithMfa: type: boolean @@ -20651,7 +20944,7 @@ components: properties: archiveFolder: type: string - description: Folder ID of an archive folder for the user. + description: Folder ID of an archive folder for the user. Read only. nullable: true automaticRepliesSetting: $ref: '#/components/schemas/microsoft.graph.automaticRepliesSetting' @@ -21027,7 +21320,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.extension' - description: The collection of open extensions defined for the contact. Read-only. Nullable. + description: The collection of open extensions defined for the contact. Nullable. multiValueExtendedProperties: type: array items: @@ -21144,7 +21437,7 @@ components: $ref: '#/components/schemas/microsoft.graph.itemBody' bodyPreview: type: string - description: The first 255 characters of the message body. It is in text format. + description: 'The first 255 characters of the message body. It is in text format. If the message contains instances of mention, this property would contain a concatenation of these mentions as well.' nullable: true ccRecipients: type: array @@ -21346,7 +21639,7 @@ components: nullable: true personType: type: string - description: The type of person. + description: 'The type of person, for example distribution list.' nullable: true phones: type: array @@ -21472,11 +21765,11 @@ components: properties: agreementFileId: type: string - description: The identifier of the agreement file accepted by the user. + description: ID of the agreement file accepted by the user. nullable: true agreementId: type: string - description: The identifier of the agreement. + description: ID of the agreement. nullable: true deviceDisplayName: type: string @@ -21488,22 +21781,22 @@ components: nullable: true deviceOSType: type: string - description: The operating system used to accept the agreement. + description: The operating system used for accepting the agreement. nullable: true deviceOSVersion: type: string - description: The operating system version of the device used to accept the agreement. + description: The operating system version of the device used for accepting the agreement. 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: 'The expiration date time of the acceptance. 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''' + description: 'The expiration date time of the acceptance. 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 is 2014-01-01T00:00:00Z' 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: '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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true state: @@ -21518,7 +21811,7 @@ components: nullable: true userId: type: string - description: The identifier of the user who accepted the agreement. + description: ID of the user who accepted the agreement. nullable: true userPrincipalName: type: string @@ -21535,26 +21828,26 @@ components: 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 + description: Created date time in UTC of the device enrollment configuration format: date-time description: type: string - description: Not yet documented + description: The description of the device enrollment configuration nullable: true displayName: type: string - description: Not yet documented + description: The display name of the device enrollment configuration 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 + description: Last modified date time in UTC of the device enrollment configuration format: date-time priority: maximum: 2147483647 minimum: -2147483648 type: integer - description: Not yet documented + description: Priority is used when a user exists in multiple groups that are assigned enrollment configuration. Users are subject only to the configuration with the lowest priority value. format: int32 roleScopeTagIds: type: array @@ -21566,13 +21859,13 @@ components: maximum: 2147483647 minimum: -2147483648 type: integer - description: Not yet documented + description: The version of the device enrollment configuration format: int32 assignments: type: array items: $ref: '#/components/schemas/microsoft.graph.enrollmentConfigurationAssignment' - description: The list of group assignments for the device configuration profile. + description: The list of group assignments for the device configuration profile additionalProperties: type: object description: The Base Class of Device Enrollment Configuration @@ -21588,11 +21881,11 @@ components: nullable: true activationLockBypassCode: type: string - description: Code that allows the Activation Lock on a device to be bypassed. + description: Code that allows the Activation Lock on a device to be bypassed. This property is read-only. nullable: true androidSecurityPatchLevel: type: string - description: Android security patch level + description: Android security patch level. This property is read-only. nullable: true autopilotEnrolled: type: boolean @@ -21603,18 +21896,23 @@ components: nullable: true azureADDeviceId: type: string - description: The unique identifier for the Azure Active Directory device. Read only. + description: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. nullable: true azureADRegistered: type: boolean - description: Whether the device is Azure Active Directory registered. + description: Whether the device is Azure Active Directory registered. This property is read-only. nullable: true chassisType: $ref: '#/components/schemas/microsoft.graph.chassisType' + chromeOSDeviceInfo: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.chromeOSDeviceProperty' + description: List of properties of the ChromeOS Device. 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 + description: The DateTime when device compliance grace period expires. This property is read-only. format: date-time complianceState: $ref: '#/components/schemas/microsoft.graph.complianceState' @@ -21628,10 +21926,10 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.deviceActionResult' - description: List of ComplexType deviceActionResult objects. + description: List of ComplexType deviceActionResult objects. This property is read-only. deviceCategoryDisplayName: type: string - description: Device category display name + description: Device category display name. This property is read-only. nullable: true deviceEnrollmentType: $ref: '#/components/schemas/microsoft.graph.deviceEnrollmentType' @@ -21639,7 +21937,7 @@ components: $ref: '#/components/schemas/microsoft.graph.deviceHealthAttestationState' deviceName: type: string - description: Name of the device + description: Name of the device. This property is read-only. nullable: true deviceRegistrationState: $ref: '#/components/schemas/microsoft.graph.deviceRegistrationState' @@ -21647,24 +21945,24 @@ components: $ref: '#/components/schemas/microsoft.graph.deviceType' easActivated: type: boolean - description: Whether the device is Exchange ActiveSync activated. + description: Whether the device is Exchange ActiveSync activated. This property is read-only. 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. + description: Exchange ActivationSync activation time of the device. This property is read-only. format: date-time easDeviceId: type: string - description: Exchange ActiveSync Id of the device. + description: Exchange ActiveSync Id of the device. This property is read-only. nullable: true emailAddress: type: string - description: Email(s) for the user associated with the device + description: Email(s) for the user associated with the device. This property is read-only. 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. + description: Enrollment time of the device. This property is read-only. format: date-time ethernetMacAddress: type: string @@ -21677,11 +21975,11 @@ components: 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. + description: Last time the device contacted Exchange. This property is read-only. format: date-time freeStorageSpaceInBytes: type: integer - description: Free Storage in Bytes + description: Free Storage in Bytes. This property is read-only. format: int64 hardwareInformation: $ref: '#/components/schemas/microsoft.graph.hardwareInformation' @@ -21691,24 +21989,24 @@ components: nullable: true imei: type: string - description: IMEI + description: IMEI. This property is read-only. nullable: true isEncrypted: type: boolean - description: Device encryption status + description: Device encryption status. This property is read-only. isSupervised: type: boolean - description: Device supervised status + description: Device supervised status. This property is read-only. jailBroken: type: string - description: whether the device is jail broken or rooted. + description: whether the device is jail broken or rooted. This property is read-only. 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. + description: The date and time that the device last completed a successful sync with Intune. This property is read-only. format: date-time lostModeState: $ref: '#/components/schemas/microsoft.graph.lostModeState' @@ -21731,15 +22029,15 @@ components: $ref: '#/components/schemas/microsoft.graph.managementState' manufacturer: type: string - description: Manufacturer of the device + description: Manufacturer of the device. This property is read-only. nullable: true meid: type: string - description: MEID + description: MEID. This property is read-only. nullable: true model: type: string - description: Model of the device + description: Model of the device. This property is read-only. nullable: true notes: type: string @@ -21747,11 +22045,11 @@ components: nullable: true operatingSystem: type: string - description: 'Operating system of the device. Windows, iOS, etc.' + description: 'Operating system of the device. Windows, iOS, etc. This property is read-only.' nullable: true osVersion: type: string - description: Operating system version of the device. + description: Operating system version of the device. This property is read-only. nullable: true ownerType: $ref: '#/components/schemas/microsoft.graph.ownerType' @@ -21759,7 +22057,7 @@ components: $ref: '#/components/schemas/microsoft.graph.managedDevicePartnerReportedHealthState' phoneNumber: type: string - description: Phone number of the device + description: Phone number of the device. This property is read-only. nullable: true physicalMemoryInBytes: type: integer @@ -21774,11 +22072,11 @@ components: $ref: '#/components/schemas/microsoft.graph.managedDeviceArchitecture' remoteAssistanceSessionErrorDetails: type: string - description: An error string that identifies issues when creating Remote Assistance session objects. + description: An error string that identifies issues when creating Remote Assistance session objects. This property is read-only. nullable: true remoteAssistanceSessionUrl: type: string - description: Url that allows a Remote Assistance session to be established with the device. + description: Url that allows a Remote Assistance session to be established with the device. This property is read-only. nullable: true requireUserEnrollmentApproval: type: boolean @@ -21797,7 +22095,7 @@ components: description: List of Scope Tag IDs for this Device instance. serialNumber: type: string - description: SerialNumber + description: SerialNumber. This property is read-only. nullable: true skuFamily: type: string @@ -21815,11 +22113,11 @@ components: nullable: true subscriberCarrier: type: string - description: Subscriber Carrier + description: Subscriber Carrier. This property is read-only. nullable: true totalStorageSpaceInBytes: type: integer - description: Total Storage in Bytes + description: Total Storage in Bytes. This property is read-only. format: int64 udid: type: string @@ -21827,15 +22125,15 @@ components: nullable: true userDisplayName: type: string - description: User display name + description: User display name. This property is read-only. nullable: true userId: type: string - description: Unique Identifier for the user associated with the device + description: Unique Identifier for the user associated with the device. This property is read-only. nullable: true userPrincipalName: type: string - description: Device user principal name + description: Device user principal name. This property is read-only. nullable: true usersLoggedOn: type: array @@ -21844,7 +22142,7 @@ components: description: Indicates the last logged on users of a device. This property is read-only. wiFiMacAddress: type: string - description: Wi-Fi MAC + description: Wi-Fi MAC. This property is read-only. nullable: true windowsActiveMalwareCount: maximum: 2147483647 @@ -21980,7 +22278,7 @@ components: 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 management service. + description: Zero or more policys already applied on the registered app when it last synchronized with managment service. intendedPolicies: type: array items: @@ -22182,7 +22480,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.plannerTask' - description: Read-only. Nullable. Returns the plannerPlans shared with the user. + description: Read-only. Nullable. Returns the plannerTasks assigned to the user. additionalProperties: type: object microsoft.graph.itemInsights: @@ -22384,7 +22682,7 @@ components: properties: accountEnabled: type: boolean - description: 'true if the account is enabled; otherwise, false. Required.' + description: 'true if the account is enabled; otherwise, false. default is true.' nullable: true alternativeSecurityIds: type: array @@ -22409,7 +22707,7 @@ components: nullable: true deviceId: type: string - description: Unique identifier set by Azure Device Registration Service at the time of registration. + description: Identifier set by Azure Device Registration Service at the time of registration. nullable: true deviceMetadata: type: string @@ -22482,7 +22780,7 @@ components: nullable: true operatingSystemVersion: type: string - description: The version of the operating system on the device. Required. + description: Operating system version of the device. Required. nullable: true physicalIds: type: array @@ -22506,7 +22804,7 @@ components: 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 devices), AzureAd (Cloud only joined devices), ServerAd (on-premises domain joined devices joined to Azure AD). For more details, see Introduction to device management in Azure Active Directory' + description: 'Type of trust for the joined device. Read-only. Possible values: Workplace (indicates bring your own personal devices), AzureAd (Cloud only joined devices), ServerAd (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 @@ -22667,6 +22965,8 @@ components: type: string description: The video teleconferencing ID. Read-only. nullable: true + meetingAttendanceReport: + $ref: '#/components/schemas/microsoft.graph.meetingAttendanceReport' additionalProperties: type: object microsoft.graph.presence: @@ -22677,7 +22977,7 @@ components: properties: activity: type: string - description: 'The supplemental information to a user''s availability. Possible values are Available, Away, BeRightBack, Busy, DoNotDisturb, InACall, InAConferenceCall, Inactive, InAMeeting, Offline, OffWork, OutOfOffice, PresenceUnknown, Presenting, UrgentInterruptionsOnly.' + description: 'The supplemental information to a user''s availability. Possible values are Available, Away, BeRightBack, Busy, DoNotDisturb, InACall, InAConferenceCall, Inactive,InAMeeting, Offline, OffWork,OutOfOffice, PresenceUnknown,Presenting, UrgentInterruptionsOnly.' nullable: true availability: type: string @@ -23173,7 +23473,7 @@ components: properties: crc32Hash: type: string - description: The CRC32 value of the file in little endian (if available). Read-only. + description: The CRC32 value of the file (if available). Read-only. nullable: true quickXorHash: type: string @@ -23258,7 +23558,7 @@ components: properties: content: type: string - description: The content of comment. + description: The content of the comment. nullable: true contentType: type: string @@ -23296,7 +23596,7 @@ components: 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.' + description: 'Indicates what type of reference is associated with the name. Possible values are: String, Integer, Double, Boolean, Range. Read-only.' nullable: true value: $ref: '#/components/schemas/microsoft.graph.Json' @@ -23360,7 +23660,7 @@ components: 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.' + description: 'Constant value that represents the Table style. 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 @@ -23658,7 +23958,7 @@ components: properties: name: type: string - description: Name of the setting (as defined by the groupSettingTemplate). + description: Name of the setting (as defined by the directorySettingTemplate). nullable: true value: type: string @@ -23695,11 +23995,11 @@ components: properties: address: type: string - description: The email address of the person or entity. + description: The email address of an entity instance. nullable: true name: type: string - description: The display name of the person or entity. + description: The display name of an entity instance. nullable: true additionalProperties: type: object @@ -23802,10 +24102,10 @@ components: 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).' + description: 'A single point of time in a combined date and time representation ({date}T{time}). For example, ''2019-04-16T09:00:00''.' timeZone: type: string - description: 'Represents a time zone, for example, ''Pacific Standard Time''. See below for more possible values.' + description: 'Represents a time zone, for example, ''Pacific Standard Time''. See below for possible values.' nullable: true additionalProperties: type: object @@ -23958,7 +24258,7 @@ components: nullable: true name: type: string - description: The attachment's file name. + description: The display name of the attachment. This does not need to be the actual file name. nullable: true size: maximum: 2147483647 @@ -24007,7 +24307,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.attachment' - description: Read-only. Nullable. + description: 'The collection of fileAttachment, itemAttachment, and referenceAttachment attachments for the post. Read-only. Nullable.' extensions: type: array items: @@ -24382,14 +24682,14 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.plannerBucket' - description: Read-only. Nullable. Collection of buckets in the plan. + description: Collection of buckets in the plan. Read-only. Nullable. 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. + description: Collection of tasks in the plan. Read-only. Nullable. additionalProperties: type: object microsoft.graph.notebook: @@ -24868,7 +25168,7 @@ components: 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.' + 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}$' @@ -25489,6 +25789,28 @@ components: - mobileOther - mobileUnknown type: string + microsoft.graph.chromeOSDeviceProperty: + title: chromeOSDeviceProperty + type: object + properties: + name: + type: string + description: Name of the property + nullable: true + updatable: + type: boolean + description: Whether this property is updatable + value: + type: string + description: Value of the property + nullable: true + valueType: + type: string + description: Type of the value + nullable: true + additionalProperties: + type: object + description: Represents a property of the ChromeOS device. microsoft.graph.complianceState: title: complianceState enum: @@ -26750,17 +27072,17 @@ components: 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.' + description: Access this property from the derived type itemInsights. 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.' + description: Access this property from the derived type itemInsights. 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.' + description: Access this property from the derived type itemInsights. additionalProperties: type: object microsoft.graph.userInsightsSettings: @@ -27583,7 +27905,7 @@ components: properties: messageId: type: string - description: The unique identifier of a message in a Microsoft Teams channel. + description: The unique identifier for a message in a Microsoft Teams channel. nullable: true replyChainMessageId: type: string @@ -27629,6 +27951,18 @@ components: description: For broadcast meeting only. additionalProperties: type: object + microsoft.graph.meetingAttendanceReport: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: meetingAttendanceReport + type: object + properties: + attendanceRecords: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.attendanceRecord' + additionalProperties: + type: object microsoft.graph.outOfOfficeSettings: title: outOfOfficeSettings type: object @@ -28028,11 +28362,11 @@ components: properties: content: type: string - description: The content of a comment reply. + description: The content of replied comment. nullable: true contentType: type: string - description: Indicates the type for the comment reply. + description: Indicates the type for the replied comment. additionalProperties: type: object microsoft.graph.workbookOperationError: @@ -28113,7 +28447,7 @@ components: description: Represents whether the casing impacted the last sort of the table. Read-only. method: type: string - description: 'Represents Chinese character ordering method last used to sort the table. The possible values are: PinYin, StrokeCount. Read-only.' + description: 'Represents Chinese character ordering method last used to sort the table. Possible values are: PinYin, StrokeCount. Read-only.' additionalProperties: type: object microsoft.graph.workbookChart: @@ -28450,7 +28784,7 @@ components: 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.' + description: 'A collection of the days of the week on which the event occurs. 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: @@ -28517,7 +28851,7 @@ components: properties: upgradeAvailable: type: boolean - description: Indicates whether there are higher storage quota plans available. Read-only. + description: Indicates if there are higher storage quota plans available. Read-only. nullable: true additionalProperties: type: object @@ -28916,6 +29250,7 @@ components: nullable: true parentSiteId: type: string + description: Id of the parent site of this group. nullable: true scope: $ref: '#/components/schemas/microsoft.graph.termStore.termGroupScope' @@ -29448,7 +29783,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.recipient' - description: The email addresses to which a message should be redirected. + description: The email address to which a message should be redirected. stopProcessingRules: type: boolean description: Indicates whether subsequent rules should be evaluated. @@ -29707,11 +30042,11 @@ components: nullable: true queryRoot: type: string - description: The type of query. Examples include MicrosoftGraph and ARM. + description: 'In the scenario where reviewers need to be specified dynamically, this property is used to indicate the relative source of the query. This property is only required if a relative query (i.e., ./manager) is specified.' nullable: true queryType: type: string - description: 'In the scenario where reviewers need to be specified dynamically, this property is used to indicate the relative source of the query. This property is only required if a relative query (i.e., ./manager) is specified.' + description: The type of query. Examples include MicrosoftGraph and ARM. nullable: true additionalProperties: type: object @@ -30775,6 +31110,30 @@ components: nullable: true additionalProperties: type: object + microsoft.graph.attendanceRecord: + title: attendanceRecord + type: object + properties: + attendanceIntervals: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.attendanceInterval' + emailAddress: + type: string + nullable: true + identity: + $ref: '#/components/schemas/microsoft.graph.identity' + role: + type: string + nullable: true + totalAttendanceInSeconds: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + nullable: true + additionalProperties: + type: object microsoft.graph.attestationLevel: title: attestationLevel enum: @@ -30932,7 +31291,7 @@ components: nullable: true dataOption: type: string - description: 'Represents additional sorting options for this field. The possible values are: Normal, TextAsNumber.' + description: 'Represents additional sorting options for this field. Possible values are: Normal, TextAsNumber.' icon: $ref: '#/components/schemas/microsoft.graph.workbookIcon' key: @@ -30943,7 +31302,7 @@ components: format: int32 sortOn: type: string - description: 'Represents the type of sorting of this condition. The possible values are: Value, CellColor, FontColor, Icon.' + description: 'Represents the type of sorting of this condition. Possible values are: Value, CellColor, FontColor, Icon.' additionalProperties: type: object microsoft.graph.workbookChartAxes: @@ -31198,11 +31557,11 @@ components: properties: key: type: string - description: Key for the key-value pair. + description: 'Contains the name of the field that a value is associated with. When a sign in or domain hint is included in the sign-in request, corresponding fields are included as key-value pairs. Possible keys: Login hint present, Domain hint present.' nullable: true value: type: string - description: Value for the key-value pair. + description: Contains the corresponding value for the specified key. The value is true if a sign in hint was included in the sign-in request; otherwise false. The value is true if a domain hint was included in the sign-in request; otherwise false. nullable: true additionalProperties: type: object @@ -31874,6 +32233,28 @@ components: - unknownFutureValue - producer type: string + microsoft.graph.attendanceInterval: + title: attendanceInterval + type: object + properties: + durationInSeconds: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + nullable: true + joinDateTime: + 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 + leaveDateTime: + 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.linkedResource: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -31935,7 +32316,7 @@ components: format: int32 set: type: string - description: 'Represents the set that the icon is part of. The possible values are: Invalid, ThreeArrows, ThreeArrowsGray, ThreeFlags, ThreeTrafficLights1, ThreeTrafficLights2, ThreeSigns, ThreeSymbols, ThreeSymbols2, FourArrows, FourArrowsGray, FourRedToBlack, FourRating, FourTrafficLights, FiveArrows, FiveArrowsGray, FiveRating, FiveQuarters, ThreeStars, ThreeTriangles, FiveBoxes.' + description: 'Represents the set that the icon is part of. Possible values are: Invalid, ThreeArrows, ThreeArrowsGray, ThreeFlags, ThreeTrafficLights1, ThreeTrafficLights2, ThreeSigns, ThreeSymbols, ThreeSymbols2, FourArrows, FourArrowsGray, FourRedToBlack, FourRating, FourTrafficLights, FiveArrows, FiveArrowsGray, FiveRating, FiveQuarters, ThreeStars, ThreeTriangles, FiveBoxes.' additionalProperties: type: object microsoft.graph.workbookChartAxis: diff --git a/openApiDocs/beta/Users.Actions.yml b/openApiDocs/beta/Users.Actions.yml index 74976e9f5fa..b5895b85419 100644 --- a/openApiDocs/beta/Users.Actions.yml +++ b/openApiDocs/beta/Users.Actions.yml @@ -21475,7 +21475,7 @@ components: items: type: string nullable: true - description: 'A collection of byte ranges that the server is missing for the file. These ranges are zero indexed and of the format ''start-end'' (e.g. ''0-26'' to indicate the first 27 bytes of the file). When uploading files as Outlook attachments, instead of a collection of ranges, this property always indicates a single value ''{start}'', the location in the file where the next upload should begin.' + description: 'When uploading files to document libraries, this is a collection of byte ranges that the server is missing for the file. These ranges are zero-indexed and of the format, ''{start}-{end}'' (e.g. ''0-26'' to indicate the first 27 bytes of the file). When uploading files as Outlook attachments, instead of a collection of ranges, this property always indicates a single value ''{start}'', the location in the file where the next upload should begin.' uploadUrl: type: string description: The URL endpoint that accepts PUT requests for byte ranges of the file. @@ -21488,10 +21488,10 @@ components: 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).' + description: 'A single point of time in a combined date and time representation ({date}T{time}). For example, ''2019-04-16T09:00:00''.' timeZone: type: string - description: 'Represents a time zone, for example, ''Pacific Standard Time''. See below for more possible values.' + description: 'Represents a time zone, for example, ''Pacific Standard Time''. See below for possible values.' nullable: true additionalProperties: type: object @@ -21658,15 +21658,15 @@ components: 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.' + 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, through an Outlook client or the corresponding calendarPermission resource. Read-only.' 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.' + description: 'true if the user has the permission to share the calendar, false otherwise. Only the user who created the calendar can share it. Read-only.' nullable: true canViewPrivateItems: type: boolean - description: 'true if the user can read calendar items that have been marked private, false otherwise.' + description: 'true if the user can read calendar items that have been marked private, false otherwise. This property is set through an Outlook client or the corresponding calendarPermission resource. Read-only.' nullable: true changeKey: type: string @@ -21678,7 +21678,7 @@ components: $ref: '#/components/schemas/microsoft.graph.onlineMeetingProviderType' hexColor: type: string - description: 'The calendar color, expressed in a hex color code of three hexadecimal values, each ranging from 00 to FF and representing the red, green, or blue components of the color in the RGB color space. If the user has never explicitly set a color for the calendar, this property is empty. Read-only.' + description: 'The calendar color, expressed in a hex color code of three hexadecimal values, each ranging from 00 to FF and representing the red, green, or blue components of the color in the RGB color space. If the user has never explicitly set a color for the calendar, this property is empty.' nullable: true isDefaultCalendar: type: boolean @@ -21748,7 +21748,7 @@ components: $ref: '#/components/schemas/microsoft.graph.itemBody' bodyPreview: type: string - description: The first 255 characters of the message body. It is in text format. + description: 'The first 255 characters of the message body. It is in text format. If the message contains instances of mention, this property would contain a concatenation of these mentions as well.' nullable: true ccRecipients: type: array @@ -22063,30 +22063,30 @@ components: $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.' + description: 'true if the account is enabled; otherwise, false. This property is required when a user is created. Returned only on $select. 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.' + 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. Returned only on $select.' nullable: true assignedLicenses: type: array items: $ref: '#/components/schemas/microsoft.graph.assignedLicense' - description: The licenses that are assigned to the user. Returned only on $select. Not nullable. Supports $filter. + description: The licenses that are assigned to the user. Not nullable. Supports $filter. assignedPlans: type: array items: $ref: '#/components/schemas/microsoft.graph.assignedPlan' - description: The plans that are assigned to the user. Read-only. Not nullable. + description: The plans that are assigned to the user. Returned only on $select. 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. Read-only for users synced from on-premises directory. Returned by default.' + description: The telephone numbers for the user. Only one number can be set for this property. Returned by default. Read-only for users synced from on-premises directory. city: type: string - description: The city in which the user is located. Supports $filter. + description: The city in which the user is located. Returned only on $select. Supports $filter. nullable: true companyName: type: string @@ -22094,25 +22094,25 @@ components: 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.' + 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. Returned only on $select.' nullable: true country: type: string - description: 'The country/region in which the user is located; for example, ''US'' or ''UK''. Supports $filter.' + description: 'The country/region in which the user is located; for example, ''US'' or ''UK''. Returned only on $select. 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. + description: The date and time the user was created. The value cannot be modified and is automatically populated when the entity is created. The DateTimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. Property is nullable. A null value indicates that an accurate creation time couldn't be determined for the user. Returned only on $select. Read-only. Supports $filter. 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.' + 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). Returned only on $select. Read-only.' nullable: true department: type: string - description: The name for the department in which the user works. Supports $filter. + description: The name for the department in which the user works. Returned only on $select. Supports $filter. nullable: true deviceKeys: type: array @@ -22120,7 +22120,7 @@ components: $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. Returned by default. Supports $filter and $orderby.' + description: 'The name displayed in the address book for the user. This value 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. Returned by default. 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])$' @@ -22148,7 +22148,7 @@ components: nullable: true faxNumber: type: string - description: The fax number of the user. + description: The fax number of the user. Returned only on $select. nullable: true givenName: type: string @@ -22158,7 +22158,7 @@ components: 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.' + 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. Returned only on $select. Supports $filter.' imAddresses: type: array items: @@ -22181,29 +22181,29 @@ components: 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 is 2014-01-01T00:00:00Z' + description: 'The time when this Azure AD user last changed their password. 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 is 2014-01-01T00:00:00Z Returned only on $select. Read-only.' 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.' + 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. Returned only on $select.' nullable: true licenseAssignmentStates: type: array items: $ref: '#/components/schemas/microsoft.graph.licenseAssignmentState' - description: State of license assignments for this user. Read-only. + description: State of license assignments for this user. Returned only on $select. Read-only. mail: type: string description: 'The SMTP address for the user, for example, ''jeff@contoso.onmicrosoft.com''. Returned by default. Supports $filter and endsWith.' nullable: true mailNickname: type: string - description: The mail alias for the user. This property must be specified when a user is created. Supports $filter. + description: The mail alias for the user. This property must be specified when a user is created. Returned only on $select. Supports $filter. nullable: true mobilePhone: type: string - description: The primary cellular telephone number for the user. Read-only for users synced from on-premises directory. Returned by default. + description: The primary cellular telephone number for the user. Returned by default. Read-only for users synced from on-premises directory. nullable: true officeLocation: type: string @@ -22211,59 +22211,59 @@ components: 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. + 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. Returned only on $select. 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.' + 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. Returned only on $select. 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.' + 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. Returned only on $select. 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 is 2014-01-01T00:00:00Z. Read-only.' + 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 is 2014-01-01T00:00:00Z. Returned only on $select. 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. + description: Errors when using Microsoft synchronization product during provisioning. Returned only on $select. 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. + 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. Returned only on $select. 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. + description: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Returned only on $select. 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 + 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). Returned only on $select. 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. + 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. Returned only on $select. 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.' + description: 'A list of additional email addresses for the user; for example: [''bob@contoso.com'', ''Robert@fabrikam.com''].Returned only on $select. 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''.' + 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''.Returned only on $select.' 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.' + 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. Returned only on $select.' nullable: true preferredDataLocation: type: string @@ -22277,35 +22277,35 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.provisionedPlan' - description: The plans that are provisioned for the user. Read-only. Not nullable. + description: The plans that are provisioned for the user. Returned only on $select. 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.' + description: 'For example: [''SMTP: bob@contoso.com'', ''smtp: bob@sales.contoso.com''] The any operator is required for filter expressions on multi-valued properties. Returned only on $select. 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.' + 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. Use invalidateAllRefreshTokens to reset.' 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.' + 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. Returned only on $select.' 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.' + 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. Use revokeSignInSessions to reset.' format: date-time nullable: true state: type: string - description: The state or province in the user's address. Supports $filter. + description: The state or province in the user's address. Returned only on $select. Supports $filter. nullable: true streetAddress: type: string - description: The street address of the user's place of business. + description: The street address of the user's place of business. Returned only on $select. nullable: true surname: type: string @@ -22313,7 +22313,7 @@ components: 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.' + 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. Returned only on $select. Supports $filter.' nullable: true userPrincipalName: type: string @@ -22321,7 +22321,7 @@ components: 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.' + description: 'A string value that can be used to classify user types in your directory, such as ''Member'' and ''Guest''. Returned only on $select. Supports $filter.' nullable: true mailboxSettings: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' @@ -22333,12 +22333,12 @@ components: format: int32 aboutMe: type: string - description: A freeform text entry field for the user to describe themselves. + description: A freeform text entry field for the user to describe themselves. Returned only on $select. 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 is 2014-01-01T00:00:00Z' + 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 is 2014-01-01T00:00:00Z Returned only on $select.' 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])$' @@ -22350,39 +22350,39 @@ components: items: type: string nullable: true - description: A list for the user to describe their interests. + description: A list for the user to describe their interests. Returned only on $select. mySite: type: string - description: The URL for the user's personal site. + description: The URL for the user's personal site. Returned only on $select. nullable: true pastProjects: type: array items: type: string nullable: true - description: A list for the user to enumerate their past projects. + description: A list for the user to enumerate their past projects. Returned only on $select. preferredName: type: string - description: The preferred name for the user. + description: The preferred name for the user. Returned only on $select. nullable: true responsibilities: type: array items: type: string nullable: true - description: A list for the user to enumerate their responsibilities. + description: A list for the user to enumerate their responsibilities. Returned only on $select. schools: type: array items: type: string nullable: true - description: A list for the user to enumerate the schools they have attended. + description: A list for the user to enumerate the schools they have attended. Returned only on $select. skills: type: array items: type: string nullable: true - description: A list for the user to enumerate their skills. + description: A list for the user to enumerate their skills. Returned only on $select. analytics: $ref: '#/components/schemas/microsoft.graph.userAnalytics' usageRights: @@ -22417,7 +22417,7 @@ components: 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. + description: 'The groups, directory roles and administrative units that the user is a member of. Read-only. Nullable.' oauth2PermissionGrants: type: array items: @@ -22477,7 +22477,7 @@ components: 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. + 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: @@ -22501,7 +22501,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.person' - description: People that are relevant to the user. Read-only. Nullable. + description: 'Read-only. The most relevant people to the user. The collection is ordered by their relevance to the user, which is determined by the user''s communication, collaboration and business relationships. A person is an aggregation of information from across mail, contacts and social networks.' drive: $ref: '#/components/schemas/microsoft.graph.drive' drives: @@ -22517,7 +22517,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.extension' - description: The collection of open extensions defined for the user. Read-only. Nullable. + description: The collection of open extensions defined for the user. Nullable. appConsentRequestsForApproval: type: array items: @@ -22672,7 +22672,7 @@ components: properties: emptySuggestionsReason: type: string - description: 'A reason for not returning any meeting suggestions. The possible values are: attendeesUnavailable, attendeesUnavailableOrUnknown, locationsUnavailable, organizerUnavailable, or unknown. This property is an empty string if the meetingTimeSuggestions property does include any meeting suggestions.' + description: 'A reason for not returning any meeting suggestions. Possible values are: attendeesUnavailable, attendeesUnavailableOrUnknown, locationsUnavailable, organizerUnavailable, or unknown. This property is an empty string if the meetingTimeSuggestions property does include any meeting suggestions.' nullable: true meetingTimeSuggestions: type: array @@ -22842,7 +22842,7 @@ components: $ref: '#/components/schemas/microsoft.graph.onenotePatchInsertPosition' target: type: string - description: 'The element to update. Must be the # or the generated of the element, or the body or title keyword.' + description: 'The element to update. Must be the # or the generated {id} of the element, or the body or title keyword.' additionalProperties: type: object microsoft.graph.CopyNotebookModel: @@ -22902,7 +22902,7 @@ components: properties: messageId: type: string - description: The unique identifier of a message in a Microsoft Teams channel. + description: The unique identifier for a message in a Microsoft Teams channel. nullable: true replyChainMessageId: type: string @@ -23035,6 +23035,8 @@ components: type: string description: The video teleconferencing ID. Read-only. nullable: true + meetingAttendanceReport: + $ref: '#/components/schemas/microsoft.graph.meetingAttendanceReport' additionalProperties: type: object microsoft.graph.outlookTask: @@ -23214,11 +23216,11 @@ components: properties: address: type: string - description: The email address of the person or entity. + description: The email address of an entity instance. nullable: true name: type: string - description: The display name of the person or entity. + description: The display name of an entity instance. nullable: true additionalProperties: type: object @@ -23516,7 +23518,7 @@ components: 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. + description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' calendar: $ref: '#/components/schemas/microsoft.graph.calendar' exceptionOccurrences: @@ -23527,12 +23529,12 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.extension' - description: The collection of open extensions defined for the event. Read-only. Nullable. + description: The collection of open extensions defined for the event. Nullable. instances: type: array items: $ref: '#/components/schemas/microsoft.graph.event' - description: The instances of the event. Navigation property. Read-only. Nullable. + description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but does not include occurrences that have been cancelled from the series. Navigation property. Read-only. Nullable.' multiValueExtendedProperties: type: array items: @@ -23647,7 +23649,7 @@ components: nullable: true name: type: string - description: The attachment's file name. + description: The display name of the attachment. This does not need to be the actual file name. nullable: true size: maximum: 2147483647 @@ -23750,12 +23752,12 @@ components: 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. 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 is 2014-01-01T00:00:00Z.' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true capabilityStatus: type: string - description: 'Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. See a detailed description of each value.' + description: 'Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut.' nullable: true service: type: string @@ -23947,7 +23949,7 @@ components: properties: forceChangePasswordNextSignIn: type: boolean - description: true if the user must change her password on the next login; otherwise false. + description: 'If true, at next sign-in, the user must change their password. After a password change, this property will be automatically reset to false. If not set, default is false.' nullable: true forceChangePasswordNextSignInWithMfa: type: boolean @@ -23983,7 +23985,7 @@ components: properties: archiveFolder: type: string - description: Folder ID of an archive folder for the user. + description: Folder ID of an archive folder for the user. Read only. nullable: true automaticRepliesSetting: $ref: '#/components/schemas/microsoft.graph.automaticRepliesSetting' @@ -24402,7 +24404,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.extension' - description: The collection of open extensions defined for the contact. Read-only. Nullable. + description: The collection of open extensions defined for the contact. Nullable. multiValueExtendedProperties: type: array items: @@ -24440,7 +24442,7 @@ components: 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.' + description: 'The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select.' assignedLicenses: type: array items: @@ -24481,7 +24483,7 @@ components: 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.' + 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).' nullable: true infoCatalogs: type: array @@ -24554,13 +24556,13 @@ components: 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. + description: The preferred language for a 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.' + 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 for 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 @@ -24587,7 +24589,7 @@ components: 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.' + description: 'Specifies a 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 @@ -24605,11 +24607,11 @@ components: 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. Supported only on the Get group API (GET /groups/{ID}).' + description: 'true if the group is not displayed in certain parts of the Outlook user interface: in the Address Book, in address lists for selecting message recipients, and in the Browse Groups dialog for searching groups; false otherwise. Default value is false. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}).' 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. Supported only on the Get group API (GET /groups/{ID}).' + description: 'true if the group is not displayed in Outlook clients, such as Outlook for Windows and Outlook on the web, false otherwise. Default value is false. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}).' nullable: true isFavorite: type: boolean @@ -24629,7 +24631,7 @@ components: 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. Supported only on the Get group API (GET /groups/{ID}).' + description: 'Count of conversations that have received new posts since the signed-in user last visited the group. This property is the same as unseenConversationsCount.Returned only on $select. Supported only on the Get group API (GET /groups/{ID}).' format: int32 nullable: true unseenMessagesCount: @@ -24660,12 +24662,12 @@ components: 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.' + description: 'Groups and administrative units 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.' + description: 'Users, contacts, and groups that are members of this group. HTTP Methods: GET (supported for all groups), POST (supported for security groups and mail-enabled security groups), DELETE (supported only for security groups) Read-only. Nullable.' membersWithLicenseErrors: type: array items: @@ -24675,7 +24677,7 @@ components: 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.' + description: 'The owners of the group. The owners are a set of non-admin users who are allowed to modify this object. HTTP Methods: GET (supported for all groups), POST (supported for security groups and mail-enabled security groups), DELETE (supported only for security groups) Read-only. Nullable.' permissionGrants: type: array items: @@ -24684,7 +24686,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.directorySetting' - description: Read-only. Nullable. + description: 'Settings that can govern this group''s behavior, like whether members can invite guest users to the group. Nullable.' transitiveMemberOf: type: array items: @@ -24714,7 +24716,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.event' - description: The group's calendar events. + description: The group's events. rejectedSenders: type: array items: @@ -24837,7 +24839,7 @@ components: nullable: true personType: type: string - description: The type of person. + description: 'The type of person, for example distribution list.' nullable: true phones: type: array @@ -25085,11 +25087,11 @@ components: properties: agreementFileId: type: string - description: The identifier of the agreement file accepted by the user. + description: ID of the agreement file accepted by the user. nullable: true agreementId: type: string - description: The identifier of the agreement. + description: ID of the agreement. nullable: true deviceDisplayName: type: string @@ -25101,22 +25103,22 @@ components: nullable: true deviceOSType: type: string - description: The operating system used to accept the agreement. + description: The operating system used for accepting the agreement. nullable: true deviceOSVersion: type: string - description: The operating system version of the device used to accept the agreement. + description: The operating system version of the device used for accepting the agreement. 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: 'The expiration date time of the acceptance. 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''' + description: 'The expiration date time of the acceptance. 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 is 2014-01-01T00:00:00Z' 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: '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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true state: @@ -25131,7 +25133,7 @@ components: nullable: true userId: type: string - description: The identifier of the user who accepted the agreement. + description: ID of the user who accepted the agreement. nullable: true userPrincipalName: type: string @@ -25148,26 +25150,26 @@ components: 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 + description: Created date time in UTC of the device enrollment configuration format: date-time description: type: string - description: Not yet documented + description: The description of the device enrollment configuration nullable: true displayName: type: string - description: Not yet documented + description: The display name of the device enrollment configuration 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 + description: Last modified date time in UTC of the device enrollment configuration format: date-time priority: maximum: 2147483647 minimum: -2147483648 type: integer - description: Not yet documented + description: Priority is used when a user exists in multiple groups that are assigned enrollment configuration. Users are subject only to the configuration with the lowest priority value. format: int32 roleScopeTagIds: type: array @@ -25179,13 +25181,13 @@ components: maximum: 2147483647 minimum: -2147483648 type: integer - description: Not yet documented + description: The version of the device enrollment configuration format: int32 assignments: type: array items: $ref: '#/components/schemas/microsoft.graph.enrollmentConfigurationAssignment' - description: The list of group assignments for the device configuration profile. + description: The list of group assignments for the device configuration profile additionalProperties: type: object description: The Base Class of Device Enrollment Configuration @@ -25201,11 +25203,11 @@ components: nullable: true activationLockBypassCode: type: string - description: Code that allows the Activation Lock on a device to be bypassed. + description: Code that allows the Activation Lock on a device to be bypassed. This property is read-only. nullable: true androidSecurityPatchLevel: type: string - description: Android security patch level + description: Android security patch level. This property is read-only. nullable: true autopilotEnrolled: type: boolean @@ -25216,18 +25218,23 @@ components: nullable: true azureADDeviceId: type: string - description: The unique identifier for the Azure Active Directory device. Read only. + description: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. nullable: true azureADRegistered: type: boolean - description: Whether the device is Azure Active Directory registered. + description: Whether the device is Azure Active Directory registered. This property is read-only. nullable: true chassisType: $ref: '#/components/schemas/microsoft.graph.chassisType' + chromeOSDeviceInfo: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.chromeOSDeviceProperty' + description: List of properties of the ChromeOS Device. 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 + description: The DateTime when device compliance grace period expires. This property is read-only. format: date-time complianceState: $ref: '#/components/schemas/microsoft.graph.complianceState' @@ -25241,10 +25248,10 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.deviceActionResult' - description: List of ComplexType deviceActionResult objects. + description: List of ComplexType deviceActionResult objects. This property is read-only. deviceCategoryDisplayName: type: string - description: Device category display name + description: Device category display name. This property is read-only. nullable: true deviceEnrollmentType: $ref: '#/components/schemas/microsoft.graph.deviceEnrollmentType' @@ -25252,7 +25259,7 @@ components: $ref: '#/components/schemas/microsoft.graph.deviceHealthAttestationState' deviceName: type: string - description: Name of the device + description: Name of the device. This property is read-only. nullable: true deviceRegistrationState: $ref: '#/components/schemas/microsoft.graph.deviceRegistrationState' @@ -25260,24 +25267,24 @@ components: $ref: '#/components/schemas/microsoft.graph.deviceType' easActivated: type: boolean - description: Whether the device is Exchange ActiveSync activated. + description: Whether the device is Exchange ActiveSync activated. This property is read-only. 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. + description: Exchange ActivationSync activation time of the device. This property is read-only. format: date-time easDeviceId: type: string - description: Exchange ActiveSync Id of the device. + description: Exchange ActiveSync Id of the device. This property is read-only. nullable: true emailAddress: type: string - description: Email(s) for the user associated with the device + description: Email(s) for the user associated with the device. This property is read-only. 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. + description: Enrollment time of the device. This property is read-only. format: date-time ethernetMacAddress: type: string @@ -25290,11 +25297,11 @@ components: 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. + description: Last time the device contacted Exchange. This property is read-only. format: date-time freeStorageSpaceInBytes: type: integer - description: Free Storage in Bytes + description: Free Storage in Bytes. This property is read-only. format: int64 hardwareInformation: $ref: '#/components/schemas/microsoft.graph.hardwareInformation' @@ -25304,24 +25311,24 @@ components: nullable: true imei: type: string - description: IMEI + description: IMEI. This property is read-only. nullable: true isEncrypted: type: boolean - description: Device encryption status + description: Device encryption status. This property is read-only. isSupervised: type: boolean - description: Device supervised status + description: Device supervised status. This property is read-only. jailBroken: type: string - description: whether the device is jail broken or rooted. + description: whether the device is jail broken or rooted. This property is read-only. 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. + description: The date and time that the device last completed a successful sync with Intune. This property is read-only. format: date-time lostModeState: $ref: '#/components/schemas/microsoft.graph.lostModeState' @@ -25344,15 +25351,15 @@ components: $ref: '#/components/schemas/microsoft.graph.managementState' manufacturer: type: string - description: Manufacturer of the device + description: Manufacturer of the device. This property is read-only. nullable: true meid: type: string - description: MEID + description: MEID. This property is read-only. nullable: true model: type: string - description: Model of the device + description: Model of the device. This property is read-only. nullable: true notes: type: string @@ -25360,11 +25367,11 @@ components: nullable: true operatingSystem: type: string - description: 'Operating system of the device. Windows, iOS, etc.' + description: 'Operating system of the device. Windows, iOS, etc. This property is read-only.' nullable: true osVersion: type: string - description: Operating system version of the device. + description: Operating system version of the device. This property is read-only. nullable: true ownerType: $ref: '#/components/schemas/microsoft.graph.ownerType' @@ -25372,7 +25379,7 @@ components: $ref: '#/components/schemas/microsoft.graph.managedDevicePartnerReportedHealthState' phoneNumber: type: string - description: Phone number of the device + description: Phone number of the device. This property is read-only. nullable: true physicalMemoryInBytes: type: integer @@ -25387,11 +25394,11 @@ components: $ref: '#/components/schemas/microsoft.graph.managedDeviceArchitecture' remoteAssistanceSessionErrorDetails: type: string - description: An error string that identifies issues when creating Remote Assistance session objects. + description: An error string that identifies issues when creating Remote Assistance session objects. This property is read-only. nullable: true remoteAssistanceSessionUrl: type: string - description: Url that allows a Remote Assistance session to be established with the device. + description: Url that allows a Remote Assistance session to be established with the device. This property is read-only. nullable: true requireUserEnrollmentApproval: type: boolean @@ -25410,7 +25417,7 @@ components: description: List of Scope Tag IDs for this Device instance. serialNumber: type: string - description: SerialNumber + description: SerialNumber. This property is read-only. nullable: true skuFamily: type: string @@ -25428,11 +25435,11 @@ components: nullable: true subscriberCarrier: type: string - description: Subscriber Carrier + description: Subscriber Carrier. This property is read-only. nullable: true totalStorageSpaceInBytes: type: integer - description: Total Storage in Bytes + description: Total Storage in Bytes. This property is read-only. format: int64 udid: type: string @@ -25440,15 +25447,15 @@ components: nullable: true userDisplayName: type: string - description: User display name + description: User display name. This property is read-only. nullable: true userId: type: string - description: Unique Identifier for the user associated with the device + description: Unique Identifier for the user associated with the device. This property is read-only. nullable: true userPrincipalName: type: string - description: Device user principal name + description: Device user principal name. This property is read-only. nullable: true usersLoggedOn: type: array @@ -25457,7 +25464,7 @@ components: description: Indicates the last logged on users of a device. This property is read-only. wiFiMacAddress: type: string - description: Wi-Fi MAC + description: Wi-Fi MAC. This property is read-only. nullable: true windowsActiveMalwareCount: maximum: 2147483647 @@ -25593,7 +25600,7 @@ components: 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 management service. + description: Zero or more policys already applied on the registered app when it last synchronized with managment service. intendedPolicies: type: array items: @@ -25795,7 +25802,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.plannerTask' - description: Read-only. Nullable. Returns the plannerPlans shared with the user. + description: Read-only. Nullable. Returns the plannerTasks assigned to the user. additionalProperties: type: object microsoft.graph.itemInsights: @@ -26057,7 +26064,7 @@ components: properties: accountEnabled: type: boolean - description: 'true if the account is enabled; otherwise, false. Required.' + description: 'true if the account is enabled; otherwise, false. default is true.' nullable: true alternativeSecurityIds: type: array @@ -26082,7 +26089,7 @@ components: nullable: true deviceId: type: string - description: Unique identifier set by Azure Device Registration Service at the time of registration. + description: Identifier set by Azure Device Registration Service at the time of registration. nullable: true deviceMetadata: type: string @@ -26155,7 +26162,7 @@ components: nullable: true operatingSystemVersion: type: string - description: The version of the operating system on the device. Required. + description: Operating system version of the device. Required. nullable: true physicalIds: type: array @@ -26179,7 +26186,7 @@ components: 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 devices), AzureAd (Cloud only joined devices), ServerAd (on-premises domain joined devices joined to Azure AD). For more details, see Introduction to device management in Azure Active Directory' + description: 'Type of trust for the joined device. Read-only. Possible values: Workplace (indicates bring your own personal devices), AzureAd (Cloud only joined devices), ServerAd (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 @@ -26249,7 +26256,7 @@ components: properties: activity: type: string - description: 'The supplemental information to a user''s availability. Possible values are Available, Away, BeRightBack, Busy, DoNotDisturb, InACall, InAConferenceCall, Inactive, InAMeeting, Offline, OffWork, OutOfOffice, PresenceUnknown, Presenting, UrgentInterruptionsOnly.' + description: 'The supplemental information to a user''s availability. Possible values are Available, Away, BeRightBack, Busy, DoNotDisturb, InACall, InAConferenceCall, Inactive,InAMeeting, Offline, OffWork,OutOfOffice, PresenceUnknown,Presenting, UrgentInterruptionsOnly.' nullable: true availability: type: string @@ -26346,6 +26353,11 @@ components: items: $ref: '#/components/schemas/microsoft.graph.chatMessage' description: A collection of all the messages in the chat. Nullable. + permissionGrants: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.resourceSpecificPermissionGrant' + description: A collection of permissions granted to apps for the chat. tabs: type: array items: @@ -26406,8 +26418,6 @@ components: 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: @@ -26445,6 +26455,8 @@ components: $ref: '#/components/schemas/microsoft.graph.teamworkTag' template: $ref: '#/components/schemas/microsoft.graph.teamsTemplate' + schedule: + $ref: '#/components/schemas/microsoft.graph.schedule' additionalProperties: type: object microsoft.graph.userTeamwork: @@ -26771,6 +26783,18 @@ components: $ref: '#/components/schemas/microsoft.graph.lobbyBypassScope' additionalProperties: type: object + microsoft.graph.meetingAttendanceReport: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: meetingAttendanceReport + type: object + properties: + attendanceRecords: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.attendanceRecord' + additionalProperties: + type: object microsoft.graph.patternedRecurrence: title: patternedRecurrence type: object @@ -26903,7 +26927,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.recipient' - description: The email addresses to which a message should be redirected. + description: The email address to which a message should be redirected. stopProcessingRules: type: boolean description: Indicates whether subsequent rules should be evaluated. @@ -27421,7 +27445,7 @@ components: 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.' + 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}$' @@ -27619,18 +27643,23 @@ components: properties: clientAppId: type: string + description: ID of the service principal of the Azure AD app that has been granted access. Read-only. nullable: true clientId: type: string + description: ID of the Azure AD app that has been granted access. Read-only. nullable: true permission: type: string + description: The name of the permission. Read-only. nullable: true permissionType: type: string + description: 'The type of permission. Possible values are: Application,Delegated. Read-only.' nullable: true resourceAppId: type: string + description: ID of the Azure AD app that is hosting the resource. Read-only. nullable: true additionalProperties: type: object @@ -28444,7 +28473,7 @@ components: 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. + description: 'A unique token that can be used to access this shared item via the [shares API][]. Read-only.' nullable: true additionalProperties: type: object @@ -28673,6 +28702,28 @@ components: - mobileOther - mobileUnknown type: string + microsoft.graph.chromeOSDeviceProperty: + title: chromeOSDeviceProperty + type: object + properties: + name: + type: string + description: Name of the property + nullable: true + updatable: + type: boolean + description: Whether this property is updatable + value: + type: string + description: Value of the property + nullable: true + valueType: + type: string + description: Type of the value + nullable: true + additionalProperties: + type: object + description: Represents a property of the ChromeOS device. microsoft.graph.complianceState: title: complianceState enum: @@ -29791,14 +29842,14 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.plannerBucket' - description: Read-only. Nullable. Collection of buckets in the plan. + description: Collection of buckets in the plan. Read-only. Nullable. 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. + description: Collection of tasks in the plan. Read-only. Nullable. additionalProperties: type: object microsoft.graph.plannerTask: @@ -29925,17 +29976,17 @@ components: 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.' + description: Access this property from the derived type itemInsights. 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.' + description: Access this property from the derived type itemInsights. 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.' + description: Access this property from the derived type itemInsights. additionalProperties: type: object microsoft.graph.userInsightsSettings: @@ -31167,12 +31218,12 @@ components: $ref: '#/components/schemas/microsoft.graph.channelIdentity' chatId: type: string - description: The identity of the chat in which the message was posted. + description: 'If the message was sent in a chat, represents the identity of the chat.' 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. + description: Timestamp of when the chat message was created. format: date-time nullable: true deletedDateTime: @@ -31192,18 +31243,18 @@ components: 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. + description: Read only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the 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.' + description: 'Read only. Timestamp when the chat message is created (initial setting) or modified, 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. + description: Locale of the chat message set by the client. Always set to en-us. mentions: type: array items: @@ -31220,7 +31271,7 @@ components: description: 'Reactions for this chat message (for example, Like).' 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) + 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 @@ -31232,15 +31283,18 @@ components: nullable: true webUrl: type: string + description: Read-only. Link to the message in Microsoft Teams. nullable: true hostedContents: type: array items: $ref: '#/components/schemas/microsoft.graph.chatMessageHostedContent' + description: 'Content in a message hosted by Microsoft Teams e.g. images, code snippets etc.' replies: type: array items: $ref: '#/components/schemas/microsoft.graph.chatMessage' + description: Replies for a specified message. additionalProperties: type: object microsoft.graph.teamsTab: @@ -31331,7 +31385,7 @@ components: nullable: true allowCreateUpdateChannels: type: boolean - description: 'If set to true, members can add and update channels.' + description: 'If set to true, members can add and update any channels.' nullable: true allowCreateUpdateRemoveConnectors: type: boolean @@ -31393,99 +31447,6 @@ components: - 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' @@ -31614,6 +31575,99 @@ components: type: object additionalProperties: type: object + 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.userScopeTeamsAppInstallation: allOf: - $ref: '#/components/schemas/microsoft.graph.teamsAppInstallation' @@ -31707,6 +31761,30 @@ components: - everyone - unknownFutureValue type: string + microsoft.graph.attendanceRecord: + title: attendanceRecord + type: object + properties: + attendanceIntervals: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.attendanceInterval' + emailAddress: + type: string + nullable: true + identity: + $ref: '#/components/schemas/microsoft.graph.identity' + role: + type: string + nullable: true + totalAttendanceInSeconds: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + nullable: true + additionalProperties: + type: object microsoft.graph.recurrencePattern: title: recurrencePattern type: object @@ -31721,7 +31799,7 @@ components: 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.' + description: 'A collection of the days of the week on which the event occurs. 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: @@ -32133,7 +32211,7 @@ components: properties: name: type: string - description: Name of the setting (as defined by the groupSettingTemplate). + description: Name of the setting (as defined by the directorySettingTemplate). nullable: true value: type: string @@ -32180,7 +32258,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.attachment' - description: Read-only. Nullable. + description: 'The collection of fileAttachment, itemAttachment, and referenceAttachment attachments for the post. Read-only. Nullable.' extensions: type: array items: @@ -32276,7 +32354,7 @@ components: properties: upgradeAvailable: type: boolean - description: Indicates whether there are higher storage quota plans available. Read-only. + description: Indicates if there are higher storage quota plans available. Read-only. nullable: true additionalProperties: type: object @@ -32544,12 +32622,12 @@ components: nullable: true latitude: type: number - description: 'Optional. The latitude, in decimal, for the item. Read-only.' + description: 'Optional. The latitude, in decimal, for the item. Writable on OneDrive Personal.' format: double nullable: true longitude: type: number - description: 'Optional. The longitude, in decimal, for the item. Read-only.' + description: 'Optional. The longitude, in decimal, for the item. Writable on OneDrive Personal.' format: double nullable: true additionalProperties: @@ -32632,7 +32710,7 @@ components: 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. + description: The date and time the photo was taken in UTC time. Read-only. format: date-time nullable: true additionalProperties: @@ -32854,7 +32932,7 @@ components: 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.' + 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. Nullable.' tables: type: array items: @@ -32879,14 +32957,14 @@ components: 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.' + description: '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. Required. 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. + description: Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 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. Optional. 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.' + 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 @@ -32894,12 +32972,12 @@ components: nullable: true encryptionCertificateId: type: string - description: A custom app-provided identifier to help identify the certificate needed to decrypt resource data. Optional. + description: A custom app-provided identifier to help identify the certificate needed to decrypt resource data. Optional. Required when includeResourceData is true. 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.' + description: '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. Required.' format: date-time includeResourceData: type: boolean @@ -32923,10 +33001,10 @@ components: 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. + description: The URL of the endpoint that receives the change notifications. This URL must make use of the HTTPS protocol. Required. 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. + description: Specifies the resource that will be monitored for changes. Do not include the base URL (https://graph.microsoft.com/beta/). See the possible resource path values for each supported resource. Required. additionalProperties: type: object microsoft.graph.thumbnailSet: @@ -32953,7 +33031,6 @@ components: properties: content: type: string - description: The content stream for this version of the item. format: base64url nullable: true size: @@ -33463,6 +33540,7 @@ components: nullable: true parentSiteId: type: string + description: Id of the parent site of this group. nullable: true scope: $ref: '#/components/schemas/microsoft.graph.termStore.termGroupScope' @@ -33597,11 +33675,11 @@ components: nullable: true queryRoot: type: string - description: The type of query. Examples include MicrosoftGraph and ARM. + description: 'In the scenario where reviewers need to be specified dynamically, this property is used to indicate the relative source of the query. This property is only required if a relative query (i.e., ./manager) is specified.' nullable: true queryType: type: string - description: 'In the scenario where reviewers need to be specified dynamically, this property is used to indicate the relative source of the query. This property is only required if a relative query (i.e., ./manager) is specified.' + description: The type of query. Examples include MicrosoftGraph and ARM. nullable: true additionalProperties: type: object @@ -34862,7 +34940,7 @@ components: nullable: true teamsAppId: type: string - description: The ID from the Teams app manifest. + description: The id from the Teams App manifest. nullable: true version: type: string @@ -34882,7 +34960,7 @@ components: nullable: true contentType: type: string - description: 'The media type of the content attachment. It can have the following values: reference: Attachment is a link to another file. Populate the contentURL with the link to the object.file: Raw file attachment. Populate the contenturl field with the base64 encoding of the file in data: format.image/: Image type with the type of the image specified ex: image/png, image/jpeg, image/gif. Populate the contentUrl field with the base64 encoding of the file in data: format.video/: Video type with the format specified. Ex: video/mp4. Populate the contentUrl field with the base64 encoding of the file in data: format.audio/: Audio type with the format specified. Ex: audio/wmw. Populate the contentUrl field with the base64 encoding of the file in data: format.application/card type: Rich card attachment type with the card type specifying the exact card format to use. Set content with the json format of the card. Supported values for card type include:application/vnd.microsoft.card.adaptive: A rich card that can contain any combination of text, speech, images,,buttons, and input fields. Set the content property to,an AdaptiveCard object.application/vnd.microsoft.card.animation: A rich card that plays animation. Set the content property,to an AnimationCardobject.application/vnd.microsoft.card.audio: A rich card that plays audio files. Set the content property,to an AudioCard object.application/vnd.microsoft.card.video: A rich card that plays videos. Set the content property,to a VideoCard object.application/vnd.microsoft.card.hero: A Hero card. Set the content property to a HeroCard object.application/vnd.microsoft.card.thumbnail: A Thumbnail card. Set the content property to a ThumbnailCard object.application/vnd.microsoft.com.card.receipt: A Receipt card. Set the content property to a ReceiptCard object.application/vnd.microsoft.com.card.signin: A user Sign In card. Set the content property to a SignInCard object.' + description: 'The media type of the content attachment. It can have the following values: reference: Attachment is a link to another file. Populate the contentURL with the link to the object.Any contentTypes supported by the Bot Framework''s Attachment objectapplication/vnd.microsoft.card.codesnippet: A code snippet. application/vnd.microsoft.card.announcement: An announcement header.' nullable: true contentUrl: type: string @@ -35019,6 +35097,90 @@ components: - moderate - unknownFutureValue type: string + microsoft.graph.channelMembershipType: + title: channelMembershipType + enum: + - standard + - private + - unknownFutureValue + - shared + type: string + microsoft.graph.channelModerationSettings: + title: channelModerationSettings + type: object + properties: + allowNewMessageFromBots: + type: boolean + description: Indicates whether bots are allowed to post messages. + nullable: true + allowNewMessageFromConnectors: + type: boolean + description: Indicates whether connectors are allowed to post messages. + nullable: true + replyRestriction: + $ref: '#/components/schemas/microsoft.graph.replyRestriction' + userNewMessageRestriction: + $ref: '#/components/schemas/microsoft.graph.userNewMessageRestriction' + 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 + - teamifyGroup + - createChannel + type: string + microsoft.graph.teamsAsyncOperationStatus: + title: teamsAsyncOperationStatus + enum: + - invalid + - notStarted + - inProgress + - succeeded + - failed + - unknownFutureValue + type: string + microsoft.graph.teamworkTagType: + title: teamworkTagType + enum: + - standard + type: string + microsoft.graph.teamworkTagMember: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: teamworkTagMember + type: object + properties: + displayName: + type: string + nullable: true + tenantId: + type: string + nullable: true + userId: + type: string + nullable: true + additionalProperties: + type: object microsoft.graph.timeClockSettings: title: timeClockSettings type: object @@ -35045,11 +35207,11 @@ components: nullable: true recipientUserId: type: string - description: User ID of the recipient of the offer shift request. + 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. + description: User id of the sender of the offer shift request. nullable: true additionalProperties: type: object @@ -35137,7 +35299,7 @@ components: properties: recipientShiftId: type: string - description: ShiftId for the recipient user with whom the request is to swap. + description: Shift ID for the recipient user with whom the request is to swap. nullable: true additionalProperties: type: object @@ -35229,90 +35391,6 @@ components: nullable: true additionalProperties: type: object - microsoft.graph.channelMembershipType: - title: channelMembershipType - enum: - - standard - - private - - unknownFutureValue - - shared - type: string - microsoft.graph.channelModerationSettings: - title: channelModerationSettings - type: object - properties: - allowNewMessageFromBots: - type: boolean - description: Indicates whether bots are allowed to post messages. - nullable: true - allowNewMessageFromConnectors: - type: boolean - description: Indicates whether connectors are allowed to post messages. - nullable: true - replyRestriction: - $ref: '#/components/schemas/microsoft.graph.replyRestriction' - userNewMessageRestriction: - $ref: '#/components/schemas/microsoft.graph.userNewMessageRestriction' - 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 - - teamifyGroup - - createChannel - type: string - microsoft.graph.teamsAsyncOperationStatus: - title: teamsAsyncOperationStatus - enum: - - invalid - - notStarted - - inProgress - - succeeded - - failed - - unknownFutureValue - type: string - microsoft.graph.teamworkTagType: - title: teamworkTagType - enum: - - standard - type: string - microsoft.graph.teamworkTagMember: - allOf: - - $ref: '#/components/schemas/microsoft.graph.entity' - - title: teamworkTagMember - type: object - properties: - displayName: - type: string - nullable: true - tenantId: - type: string - nullable: true - userId: - type: string - nullable: true - additionalProperties: - type: object microsoft.graph.wellknownListName: title: wellknownListName enum: @@ -35375,6 +35453,28 @@ components: description: A collection of resources linked to the task. additionalProperties: type: object + microsoft.graph.attendanceInterval: + title: attendanceInterval + type: object + properties: + durationInSeconds: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + nullable: true + joinDateTime: + 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 + leaveDateTime: + 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.weekIndex: title: weekIndex enum: @@ -35599,7 +35699,7 @@ components: properties: crc32Hash: type: string - description: The CRC32 value of the file in little endian (if available). Read-only. + description: The CRC32 value of the file (if available). Read-only. nullable: true quickXorHash: type: string @@ -35684,7 +35784,7 @@ components: properties: content: type: string - description: The content of comment. + description: The content of the comment. nullable: true contentType: type: string @@ -35722,7 +35822,7 @@ components: 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.' + description: 'Indicates what type of reference is associated with the name. Possible values are: String, Integer, Double, Boolean, Range. Read-only.' nullable: true value: $ref: '#/components/schemas/microsoft.graph.Json' @@ -35786,7 +35886,7 @@ components: 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.' + description: 'Constant value that represents the Table style. 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 @@ -36000,11 +36100,11 @@ components: properties: key: type: string - description: Key for the key-value pair. + description: 'Contains the name of the field that a value is associated with. When a sign in or domain hint is included in the sign-in request, corresponding fields are included as key-value pairs. Possible keys: Login hint present, Domain hint present.' nullable: true value: type: string - description: Value for the key-value pair. + description: Contains the corresponding value for the specified key. The value is true if a sign in hint was included in the sign-in request; otherwise false. The value is true if a domain hint was included in the sign-in request; otherwise false. nullable: true additionalProperties: type: object @@ -36658,10 +36758,25 @@ components: nullable: true contentType: type: string - description: 'Write only. Content type. sicj as image/png, image/jpg.' + description: 'Write only. Content type, such as image/png, image/jpg.' nullable: true additionalProperties: type: object + microsoft.graph.replyRestriction: + title: replyRestriction + enum: + - everyone + - authorAndModerators + - unknownFutureValue + type: string + microsoft.graph.userNewMessageRestriction: + title: userNewMessageRestriction + enum: + - everyone + - everyoneExceptGuests + - moderators + - unknownFutureValue + type: string microsoft.graph.scheduleChangeRequest: allOf: - $ref: '#/components/schemas/microsoft.graph.changeTrackedEntity' @@ -36829,21 +36944,6 @@ components: nullable: true additionalProperties: type: object - microsoft.graph.replyRestriction: - title: replyRestriction - enum: - - everyone - - authorAndModerators - - unknownFutureValue - type: string - microsoft.graph.userNewMessageRestriction: - title: userNewMessageRestriction - enum: - - everyone - - everyoneExceptGuests - - moderators - - unknownFutureValue - type: string microsoft.graph.linkedResource: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -36885,11 +36985,11 @@ components: properties: content: type: string - description: The content of a comment reply. + description: The content of replied comment. nullable: true contentType: type: string - description: Indicates the type for the comment reply. + description: Indicates the type for the replied comment. additionalProperties: type: object microsoft.graph.workbookOperationError: @@ -36970,7 +37070,7 @@ components: description: Represents whether the casing impacted the last sort of the table. Read-only. method: type: string - description: 'Represents Chinese character ordering method last used to sort the table. The possible values are: PinYin, StrokeCount. Read-only.' + description: 'Represents Chinese character ordering method last used to sort the table. Possible values are: PinYin, StrokeCount. Read-only.' additionalProperties: type: object microsoft.graph.workbookChart: @@ -37208,7 +37308,7 @@ components: nullable: true dataOption: type: string - description: 'Represents additional sorting options for this field. The possible values are: Normal, TextAsNumber.' + description: 'Represents additional sorting options for this field. Possible values are: Normal, TextAsNumber.' icon: $ref: '#/components/schemas/microsoft.graph.workbookIcon' key: @@ -37219,7 +37319,7 @@ components: format: int32 sortOn: type: string - description: 'Represents the type of sorting of this condition. The possible values are: Value, CellColor, FontColor, Icon.' + description: 'Represents the type of sorting of this condition. Possible values are: Value, CellColor, FontColor, Icon.' additionalProperties: type: object microsoft.graph.workbookChartAxes: @@ -37444,7 +37544,7 @@ components: format: int32 set: type: string - description: 'Represents the set that the icon is part of. The possible values are: Invalid, ThreeArrows, ThreeArrowsGray, ThreeFlags, ThreeTrafficLights1, ThreeTrafficLights2, ThreeSigns, ThreeSymbols, ThreeSymbols2, FourArrows, FourArrowsGray, FourRedToBlack, FourRating, FourTrafficLights, FiveArrows, FiveArrowsGray, FiveRating, FiveQuarters, ThreeStars, ThreeTriangles, FiveBoxes.' + description: 'Represents the set that the icon is part of. Possible values are: Invalid, ThreeArrows, ThreeArrowsGray, ThreeFlags, ThreeTrafficLights1, ThreeTrafficLights2, ThreeSigns, ThreeSymbols, ThreeSymbols2, FourArrows, FourArrowsGray, FourRedToBlack, FourRating, FourTrafficLights, FiveArrows, FiveArrowsGray, FiveRating, FiveQuarters, ThreeStars, ThreeTriangles, FiveBoxes.' additionalProperties: type: object microsoft.graph.workbookChartAxis: diff --git a/openApiDocs/beta/Users.Functions.yml b/openApiDocs/beta/Users.Functions.yml index 2519b4455c3..8e36a288434 100644 --- a/openApiDocs/beta/Users.Functions.yml +++ b/openApiDocs/beta/Users.Functions.yml @@ -3217,7 +3217,7 @@ components: 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. + description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' calendar: $ref: '#/components/schemas/microsoft.graph.calendar' exceptionOccurrences: @@ -3228,12 +3228,12 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.extension' - description: The collection of open extensions defined for the event. Read-only. Nullable. + description: The collection of open extensions defined for the event. Nullable. instances: type: array items: $ref: '#/components/schemas/microsoft.graph.event' - description: The instances of the event. Navigation property. Read-only. Nullable. + description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but does not include occurrences that have been cancelled from the series. Navigation property. Read-only. Nullable.' multiValueExtendedProperties: type: array items: @@ -3433,7 +3433,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.extension' - description: The collection of open extensions defined for the contact. Read-only. Nullable. + description: The collection of open extensions defined for the contact. Nullable. multiValueExtendedProperties: type: array items: @@ -3537,7 +3537,7 @@ components: $ref: '#/components/schemas/microsoft.graph.itemBody' bodyPreview: type: string - description: The first 255 characters of the message body. It is in text format. + description: 'The first 255 characters of the message body. It is in text format. If the message contains instances of mention, this property would contain a concatenation of these mentions as well.' nullable: true ccRecipients: type: array @@ -3741,11 +3741,11 @@ components: properties: address: type: string - description: The email address of the person or entity. + description: The email address of an entity instance. nullable: true name: type: string - description: The display name of the person or entity. + description: The display name of an entity instance. nullable: true additionalProperties: type: object @@ -3758,26 +3758,26 @@ components: 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 + description: Created date time in UTC of the device enrollment configuration format: date-time description: type: string - description: Not yet documented + description: The description of the device enrollment configuration nullable: true displayName: type: string - description: Not yet documented + description: The display name of the device enrollment configuration 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 + description: Last modified date time in UTC of the device enrollment configuration format: date-time priority: maximum: 2147483647 minimum: -2147483648 type: integer - description: Not yet documented + description: Priority is used when a user exists in multiple groups that are assigned enrollment configuration. Users are subject only to the configuration with the lowest priority value. format: int32 roleScopeTagIds: type: array @@ -3789,13 +3789,13 @@ components: maximum: 2147483647 minimum: -2147483648 type: integer - description: Not yet documented + description: The version of the device enrollment configuration format: int32 assignments: type: array items: $ref: '#/components/schemas/microsoft.graph.enrollmentConfigurationAssignment' - description: The list of group assignments for the device configuration profile. + description: The list of group assignments for the device configuration profile additionalProperties: type: object description: The Base Class of Device Enrollment Configuration @@ -3811,11 +3811,11 @@ components: nullable: true activationLockBypassCode: type: string - description: Code that allows the Activation Lock on a device to be bypassed. + description: Code that allows the Activation Lock on a device to be bypassed. This property is read-only. nullable: true androidSecurityPatchLevel: type: string - description: Android security patch level + description: Android security patch level. This property is read-only. nullable: true autopilotEnrolled: type: boolean @@ -3826,18 +3826,23 @@ components: nullable: true azureADDeviceId: type: string - description: The unique identifier for the Azure Active Directory device. Read only. + description: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. nullable: true azureADRegistered: type: boolean - description: Whether the device is Azure Active Directory registered. + description: Whether the device is Azure Active Directory registered. This property is read-only. nullable: true chassisType: $ref: '#/components/schemas/microsoft.graph.chassisType' + chromeOSDeviceInfo: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.chromeOSDeviceProperty' + description: List of properties of the ChromeOS Device. 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 + description: The DateTime when device compliance grace period expires. This property is read-only. format: date-time complianceState: $ref: '#/components/schemas/microsoft.graph.complianceState' @@ -3851,10 +3856,10 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.deviceActionResult' - description: List of ComplexType deviceActionResult objects. + description: List of ComplexType deviceActionResult objects. This property is read-only. deviceCategoryDisplayName: type: string - description: Device category display name + description: Device category display name. This property is read-only. nullable: true deviceEnrollmentType: $ref: '#/components/schemas/microsoft.graph.deviceEnrollmentType' @@ -3862,7 +3867,7 @@ components: $ref: '#/components/schemas/microsoft.graph.deviceHealthAttestationState' deviceName: type: string - description: Name of the device + description: Name of the device. This property is read-only. nullable: true deviceRegistrationState: $ref: '#/components/schemas/microsoft.graph.deviceRegistrationState' @@ -3870,24 +3875,24 @@ components: $ref: '#/components/schemas/microsoft.graph.deviceType' easActivated: type: boolean - description: Whether the device is Exchange ActiveSync activated. + description: Whether the device is Exchange ActiveSync activated. This property is read-only. 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. + description: Exchange ActivationSync activation time of the device. This property is read-only. format: date-time easDeviceId: type: string - description: Exchange ActiveSync Id of the device. + description: Exchange ActiveSync Id of the device. This property is read-only. nullable: true emailAddress: type: string - description: Email(s) for the user associated with the device + description: Email(s) for the user associated with the device. This property is read-only. 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. + description: Enrollment time of the device. This property is read-only. format: date-time ethernetMacAddress: type: string @@ -3900,11 +3905,11 @@ components: 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. + description: Last time the device contacted Exchange. This property is read-only. format: date-time freeStorageSpaceInBytes: type: integer - description: Free Storage in Bytes + description: Free Storage in Bytes. This property is read-only. format: int64 hardwareInformation: $ref: '#/components/schemas/microsoft.graph.hardwareInformation' @@ -3914,24 +3919,24 @@ components: nullable: true imei: type: string - description: IMEI + description: IMEI. This property is read-only. nullable: true isEncrypted: type: boolean - description: Device encryption status + description: Device encryption status. This property is read-only. isSupervised: type: boolean - description: Device supervised status + description: Device supervised status. This property is read-only. jailBroken: type: string - description: whether the device is jail broken or rooted. + description: whether the device is jail broken or rooted. This property is read-only. 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. + description: The date and time that the device last completed a successful sync with Intune. This property is read-only. format: date-time lostModeState: $ref: '#/components/schemas/microsoft.graph.lostModeState' @@ -3954,15 +3959,15 @@ components: $ref: '#/components/schemas/microsoft.graph.managementState' manufacturer: type: string - description: Manufacturer of the device + description: Manufacturer of the device. This property is read-only. nullable: true meid: type: string - description: MEID + description: MEID. This property is read-only. nullable: true model: type: string - description: Model of the device + description: Model of the device. This property is read-only. nullable: true notes: type: string @@ -3970,11 +3975,11 @@ components: nullable: true operatingSystem: type: string - description: 'Operating system of the device. Windows, iOS, etc.' + description: 'Operating system of the device. Windows, iOS, etc. This property is read-only.' nullable: true osVersion: type: string - description: Operating system version of the device. + description: Operating system version of the device. This property is read-only. nullable: true ownerType: $ref: '#/components/schemas/microsoft.graph.ownerType' @@ -3982,7 +3987,7 @@ components: $ref: '#/components/schemas/microsoft.graph.managedDevicePartnerReportedHealthState' phoneNumber: type: string - description: Phone number of the device + description: Phone number of the device. This property is read-only. nullable: true physicalMemoryInBytes: type: integer @@ -3997,11 +4002,11 @@ components: $ref: '#/components/schemas/microsoft.graph.managedDeviceArchitecture' remoteAssistanceSessionErrorDetails: type: string - description: An error string that identifies issues when creating Remote Assistance session objects. + description: An error string that identifies issues when creating Remote Assistance session objects. This property is read-only. nullable: true remoteAssistanceSessionUrl: type: string - description: Url that allows a Remote Assistance session to be established with the device. + description: Url that allows a Remote Assistance session to be established with the device. This property is read-only. nullable: true requireUserEnrollmentApproval: type: boolean @@ -4020,7 +4025,7 @@ components: description: List of Scope Tag IDs for this Device instance. serialNumber: type: string - description: SerialNumber + description: SerialNumber. This property is read-only. nullable: true skuFamily: type: string @@ -4038,11 +4043,11 @@ components: nullable: true subscriberCarrier: type: string - description: Subscriber Carrier + description: Subscriber Carrier. This property is read-only. nullable: true totalStorageSpaceInBytes: type: integer - description: Total Storage in Bytes + description: Total Storage in Bytes. This property is read-only. format: int64 udid: type: string @@ -4050,15 +4055,15 @@ components: nullable: true userDisplayName: type: string - description: User display name + description: User display name. This property is read-only. nullable: true userId: type: string - description: Unique Identifier for the user associated with the device + description: Unique Identifier for the user associated with the device. This property is read-only. nullable: true userPrincipalName: type: string - description: Device user principal name + description: Device user principal name. This property is read-only. nullable: true usersLoggedOn: type: array @@ -4067,7 +4072,7 @@ components: description: Indicates the last logged on users of a device. This property is read-only. wiFiMacAddress: type: string - description: Wi-Fi MAC + description: Wi-Fi MAC. This property is read-only. nullable: true windowsActiveMalwareCount: maximum: 2147483647 @@ -4392,30 +4397,30 @@ components: $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.' + description: 'true if the account is enabled; otherwise, false. This property is required when a user is created. Returned only on $select. 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.' + 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. Returned only on $select.' nullable: true assignedLicenses: type: array items: $ref: '#/components/schemas/microsoft.graph.assignedLicense' - description: The licenses that are assigned to the user. Returned only on $select. Not nullable. Supports $filter. + description: The licenses that are assigned to the user. Not nullable. Supports $filter. assignedPlans: type: array items: $ref: '#/components/schemas/microsoft.graph.assignedPlan' - description: The plans that are assigned to the user. Read-only. Not nullable. + description: The plans that are assigned to the user. Returned only on $select. 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. Read-only for users synced from on-premises directory. Returned by default.' + description: The telephone numbers for the user. Only one number can be set for this property. Returned by default. Read-only for users synced from on-premises directory. city: type: string - description: The city in which the user is located. Supports $filter. + description: The city in which the user is located. Returned only on $select. Supports $filter. nullable: true companyName: type: string @@ -4423,25 +4428,25 @@ components: 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.' + 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. Returned only on $select.' nullable: true country: type: string - description: 'The country/region in which the user is located; for example, ''US'' or ''UK''. Supports $filter.' + description: 'The country/region in which the user is located; for example, ''US'' or ''UK''. Returned only on $select. 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. + description: The date and time the user was created. The value cannot be modified and is automatically populated when the entity is created. The DateTimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. Property is nullable. A null value indicates that an accurate creation time couldn't be determined for the user. Returned only on $select. Read-only. Supports $filter. 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.' + 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). Returned only on $select. Read-only.' nullable: true department: type: string - description: The name for the department in which the user works. Supports $filter. + description: The name for the department in which the user works. Returned only on $select. Supports $filter. nullable: true deviceKeys: type: array @@ -4449,7 +4454,7 @@ components: $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. Returned by default. Supports $filter and $orderby.' + description: 'The name displayed in the address book for the user. This value 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. Returned by default. 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])$' @@ -4477,7 +4482,7 @@ components: nullable: true faxNumber: type: string - description: The fax number of the user. + description: The fax number of the user. Returned only on $select. nullable: true givenName: type: string @@ -4487,7 +4492,7 @@ components: 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.' + 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. Returned only on $select. Supports $filter.' imAddresses: type: array items: @@ -4510,29 +4515,29 @@ components: 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 is 2014-01-01T00:00:00Z' + description: 'The time when this Azure AD user last changed their password. 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 is 2014-01-01T00:00:00Z Returned only on $select. Read-only.' 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.' + 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. Returned only on $select.' nullable: true licenseAssignmentStates: type: array items: $ref: '#/components/schemas/microsoft.graph.licenseAssignmentState' - description: State of license assignments for this user. Read-only. + description: State of license assignments for this user. Returned only on $select. Read-only. mail: type: string description: 'The SMTP address for the user, for example, ''jeff@contoso.onmicrosoft.com''. Returned by default. Supports $filter and endsWith.' nullable: true mailNickname: type: string - description: The mail alias for the user. This property must be specified when a user is created. Supports $filter. + description: The mail alias for the user. This property must be specified when a user is created. Returned only on $select. Supports $filter. nullable: true mobilePhone: type: string - description: The primary cellular telephone number for the user. Read-only for users synced from on-premises directory. Returned by default. + description: The primary cellular telephone number for the user. Returned by default. Read-only for users synced from on-premises directory. nullable: true officeLocation: type: string @@ -4540,59 +4545,59 @@ components: 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. + 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. Returned only on $select. 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.' + 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. Returned only on $select. 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.' + 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. Returned only on $select. 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 is 2014-01-01T00:00:00Z. Read-only.' + 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 is 2014-01-01T00:00:00Z. Returned only on $select. 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. + description: Errors when using Microsoft synchronization product during provisioning. Returned only on $select. 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. + 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. Returned only on $select. 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. + description: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Returned only on $select. 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 + 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). Returned only on $select. 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. + 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. Returned only on $select. 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.' + description: 'A list of additional email addresses for the user; for example: [''bob@contoso.com'', ''Robert@fabrikam.com''].Returned only on $select. 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''.' + 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''.Returned only on $select.' 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.' + 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. Returned only on $select.' nullable: true preferredDataLocation: type: string @@ -4606,35 +4611,35 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.provisionedPlan' - description: The plans that are provisioned for the user. Read-only. Not nullable. + description: The plans that are provisioned for the user. Returned only on $select. 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.' + description: 'For example: [''SMTP: bob@contoso.com'', ''smtp: bob@sales.contoso.com''] The any operator is required for filter expressions on multi-valued properties. Returned only on $select. 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.' + 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. Use invalidateAllRefreshTokens to reset.' 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.' + 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. Returned only on $select.' 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.' + 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. Use revokeSignInSessions to reset.' format: date-time nullable: true state: type: string - description: The state or province in the user's address. Supports $filter. + description: The state or province in the user's address. Returned only on $select. Supports $filter. nullable: true streetAddress: type: string - description: The street address of the user's place of business. + description: The street address of the user's place of business. Returned only on $select. nullable: true surname: type: string @@ -4642,7 +4647,7 @@ components: 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.' + 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. Returned only on $select. Supports $filter.' nullable: true userPrincipalName: type: string @@ -4650,7 +4655,7 @@ components: 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.' + description: 'A string value that can be used to classify user types in your directory, such as ''Member'' and ''Guest''. Returned only on $select. Supports $filter.' nullable: true mailboxSettings: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' @@ -4662,12 +4667,12 @@ components: format: int32 aboutMe: type: string - description: A freeform text entry field for the user to describe themselves. + description: A freeform text entry field for the user to describe themselves. Returned only on $select. 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 is 2014-01-01T00:00:00Z' + 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 is 2014-01-01T00:00:00Z Returned only on $select.' 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])$' @@ -4679,39 +4684,39 @@ components: items: type: string nullable: true - description: A list for the user to describe their interests. + description: A list for the user to describe their interests. Returned only on $select. mySite: type: string - description: The URL for the user's personal site. + description: The URL for the user's personal site. Returned only on $select. nullable: true pastProjects: type: array items: type: string nullable: true - description: A list for the user to enumerate their past projects. + description: A list for the user to enumerate their past projects. Returned only on $select. preferredName: type: string - description: The preferred name for the user. + description: The preferred name for the user. Returned only on $select. nullable: true responsibilities: type: array items: type: string nullable: true - description: A list for the user to enumerate their responsibilities. + description: A list for the user to enumerate their responsibilities. Returned only on $select. schools: type: array items: type: string nullable: true - description: A list for the user to enumerate the schools they have attended. + description: A list for the user to enumerate the schools they have attended. Returned only on $select. skills: type: array items: type: string nullable: true - description: A list for the user to enumerate their skills. + description: A list for the user to enumerate their skills. Returned only on $select. analytics: $ref: '#/components/schemas/microsoft.graph.userAnalytics' usageRights: @@ -4746,7 +4751,7 @@ components: 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. + description: 'The groups, directory roles and administrative units that the user is a member of. Read-only. Nullable.' oauth2PermissionGrants: type: array items: @@ -4806,7 +4811,7 @@ components: 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. + 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: @@ -4830,7 +4835,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.person' - description: People that are relevant to the user. Read-only. Nullable. + description: 'Read-only. The most relevant people to the user. The collection is ordered by their relevance to the user, which is determined by the user''s communication, collaboration and business relationships. A person is an aggregation of information from across mail, contacts and social networks.' drive: $ref: '#/components/schemas/microsoft.graph.drive' drives: @@ -4846,7 +4851,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.extension' - description: The collection of open extensions defined for the user. Read-only. Nullable. + description: The collection of open extensions defined for the user. Nullable. appConsentRequestsForApproval: type: array items: @@ -5184,10 +5189,10 @@ components: 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).' + description: 'A single point of time in a combined date and time representation ({date}T{time}). For example, ''2019-04-16T09:00:00''.' timeZone: type: string - description: 'Represents a time zone, for example, ''Pacific Standard Time''. See below for more possible values.' + description: 'Represents a time zone, for example, ''Pacific Standard Time''. See below for possible values.' nullable: true additionalProperties: type: object @@ -5348,7 +5353,7 @@ components: nullable: true name: type: string - description: The attachment's file name. + description: The display name of the attachment. This does not need to be the actual file name. nullable: true size: maximum: 2147483647 @@ -5375,15 +5380,15 @@ components: 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.' + 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, through an Outlook client or the corresponding calendarPermission resource. Read-only.' 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.' + description: 'true if the user has the permission to share the calendar, false otherwise. Only the user who created the calendar can share it. Read-only.' nullable: true canViewPrivateItems: type: boolean - description: 'true if the user can read calendar items that have been marked private, false otherwise.' + description: 'true if the user can read calendar items that have been marked private, false otherwise. This property is set through an Outlook client or the corresponding calendarPermission resource. Read-only.' nullable: true changeKey: type: string @@ -5395,7 +5400,7 @@ components: $ref: '#/components/schemas/microsoft.graph.onlineMeetingProviderType' hexColor: type: string - description: 'The calendar color, expressed in a hex color code of three hexadecimal values, each ranging from 00 to FF and representing the red, green, or blue components of the color in the RGB color space. If the user has never explicitly set a color for the calendar, this property is empty. Read-only.' + description: 'The calendar color, expressed in a hex color code of three hexadecimal values, each ranging from 00 to FF and representing the red, green, or blue components of the color in the RGB color space. If the user has never explicitly set a color for the calendar, this property is empty.' nullable: true isDefaultCalendar: type: boolean @@ -5770,6 +5775,28 @@ components: - mobileOther - mobileUnknown type: string + microsoft.graph.chromeOSDeviceProperty: + title: chromeOSDeviceProperty + type: object + properties: + name: + type: string + description: Name of the property + nullable: true + updatable: + type: boolean + description: Whether this property is updatable + value: + type: string + description: Value of the property + nullable: true + valueType: + type: string + description: Type of the value + nullable: true + additionalProperties: + type: object + description: Represents a property of the ChromeOS device. microsoft.graph.complianceState: title: complianceState enum: @@ -6819,12 +6846,12 @@ components: 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. 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 is 2014-01-01T00:00:00Z.' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true capabilityStatus: type: string - description: 'Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. See a detailed description of each value.' + description: 'Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut.' nullable: true service: type: string @@ -7016,7 +7043,7 @@ components: properties: forceChangePasswordNextSignIn: type: boolean - description: true if the user must change her password on the next login; otherwise false. + description: 'If true, at next sign-in, the user must change their password. After a password change, this property will be automatically reset to false. If not set, default is false.' nullable: true forceChangePasswordNextSignInWithMfa: type: boolean @@ -7052,7 +7079,7 @@ components: properties: archiveFolder: type: string - description: Folder ID of an archive folder for the user. + description: Folder ID of an archive folder for the user. Read only. nullable: true automaticRepliesSetting: $ref: '#/components/schemas/microsoft.graph.automaticRepliesSetting' @@ -7307,7 +7334,7 @@ components: 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.' + description: 'The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select.' assignedLicenses: type: array items: @@ -7348,7 +7375,7 @@ components: 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.' + 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).' nullable: true infoCatalogs: type: array @@ -7421,13 +7448,13 @@ components: 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. + description: The preferred language for a 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.' + 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 for 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 @@ -7454,7 +7481,7 @@ components: 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.' + description: 'Specifies a 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 @@ -7472,11 +7499,11 @@ components: 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. Supported only on the Get group API (GET /groups/{ID}).' + description: 'true if the group is not displayed in certain parts of the Outlook user interface: in the Address Book, in address lists for selecting message recipients, and in the Browse Groups dialog for searching groups; false otherwise. Default value is false. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}).' 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. Supported only on the Get group API (GET /groups/{ID}).' + description: 'true if the group is not displayed in Outlook clients, such as Outlook for Windows and Outlook on the web, false otherwise. Default value is false. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}).' nullable: true isFavorite: type: boolean @@ -7496,7 +7523,7 @@ components: 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. Supported only on the Get group API (GET /groups/{ID}).' + description: 'Count of conversations that have received new posts since the signed-in user last visited the group. This property is the same as unseenConversationsCount.Returned only on $select. Supported only on the Get group API (GET /groups/{ID}).' format: int32 nullable: true unseenMessagesCount: @@ -7527,12 +7554,12 @@ components: 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.' + description: 'Groups and administrative units 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.' + description: 'Users, contacts, and groups that are members of this group. HTTP Methods: GET (supported for all groups), POST (supported for security groups and mail-enabled security groups), DELETE (supported only for security groups) Read-only. Nullable.' membersWithLicenseErrors: type: array items: @@ -7542,7 +7569,7 @@ components: 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.' + description: 'The owners of the group. The owners are a set of non-admin users who are allowed to modify this object. HTTP Methods: GET (supported for all groups), POST (supported for security groups and mail-enabled security groups), DELETE (supported only for security groups) Read-only. Nullable.' permissionGrants: type: array items: @@ -7551,7 +7578,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.directorySetting' - description: Read-only. Nullable. + description: 'Settings that can govern this group''s behavior, like whether members can invite guest users to the group. Nullable.' transitiveMemberOf: type: array items: @@ -7581,7 +7608,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.event' - description: The group's calendar events. + description: The group's events. rejectedSenders: type: array items: @@ -7704,7 +7731,7 @@ components: nullable: true personType: type: string - description: The type of person. + description: 'The type of person, for example distribution list.' nullable: true phones: type: array @@ -7911,11 +7938,11 @@ components: properties: agreementFileId: type: string - description: The identifier of the agreement file accepted by the user. + description: ID of the agreement file accepted by the user. nullable: true agreementId: type: string - description: The identifier of the agreement. + description: ID of the agreement. nullable: true deviceDisplayName: type: string @@ -7927,22 +7954,22 @@ components: nullable: true deviceOSType: type: string - description: The operating system used to accept the agreement. + description: The operating system used for accepting the agreement. nullable: true deviceOSVersion: type: string - description: The operating system version of the device used to accept the agreement. + description: The operating system version of the device used for accepting the agreement. 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: 'The expiration date time of the acceptance. 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''' + description: 'The expiration date time of the acceptance. 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 is 2014-01-01T00:00:00Z' 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: '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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true state: @@ -7957,7 +7984,7 @@ components: nullable: true userId: type: string - description: The identifier of the user who accepted the agreement. + description: ID of the user who accepted the agreement. nullable: true userPrincipalName: type: string @@ -8040,7 +8067,7 @@ components: 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 management service. + description: Zero or more policys already applied on the registered app when it last synchronized with managment service. intendedPolicies: type: array items: @@ -8242,7 +8269,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.plannerTask' - description: Read-only. Nullable. Returns the plannerPlans shared with the user. + description: Read-only. Nullable. Returns the plannerTasks assigned to the user. additionalProperties: type: object microsoft.graph.itemInsights: @@ -8420,7 +8447,7 @@ components: properties: accountEnabled: type: boolean - description: 'true if the account is enabled; otherwise, false. Required.' + description: 'true if the account is enabled; otherwise, false. default is true.' nullable: true alternativeSecurityIds: type: array @@ -8445,7 +8472,7 @@ components: nullable: true deviceId: type: string - description: Unique identifier set by Azure Device Registration Service at the time of registration. + description: Identifier set by Azure Device Registration Service at the time of registration. nullable: true deviceMetadata: type: string @@ -8518,7 +8545,7 @@ components: nullable: true operatingSystemVersion: type: string - description: The version of the operating system on the device. Required. + description: Operating system version of the device. Required. nullable: true physicalIds: type: array @@ -8542,7 +8569,7 @@ components: 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 devices), AzureAd (Cloud only joined devices), ServerAd (on-premises domain joined devices joined to Azure AD). For more details, see Introduction to device management in Azure Active Directory' + description: 'Type of trust for the joined device. Read-only. Possible values: Workplace (indicates bring your own personal devices), AzureAd (Cloud only joined devices), ServerAd (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 @@ -8703,6 +8730,8 @@ components: type: string description: The video teleconferencing ID. Read-only. nullable: true + meetingAttendanceReport: + $ref: '#/components/schemas/microsoft.graph.meetingAttendanceReport' additionalProperties: type: object microsoft.graph.presence: @@ -8713,7 +8742,7 @@ components: properties: activity: type: string - description: 'The supplemental information to a user''s availability. Possible values are Available, Away, BeRightBack, Busy, DoNotDisturb, InACall, InAConferenceCall, Inactive, InAMeeting, Offline, OffWork, OutOfOffice, PresenceUnknown, Presenting, UrgentInterruptionsOnly.' + description: 'The supplemental information to a user''s availability. Possible values are Available, Away, BeRightBack, Busy, DoNotDisturb, InACall, InAConferenceCall, Inactive,InAMeeting, Offline, OffWork,OutOfOffice, PresenceUnknown,Presenting, UrgentInterruptionsOnly.' nullable: true availability: type: string @@ -8810,6 +8839,11 @@ components: items: $ref: '#/components/schemas/microsoft.graph.chatMessage' description: A collection of all the messages in the chat. Nullable. + permissionGrants: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.resourceSpecificPermissionGrant' + description: A collection of permissions granted to apps for the chat. tabs: type: array items: @@ -8870,8 +8904,6 @@ components: 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: @@ -8909,6 +8941,8 @@ components: $ref: '#/components/schemas/microsoft.graph.teamworkTag' template: $ref: '#/components/schemas/microsoft.graph.teamsTemplate' + schedule: + $ref: '#/components/schemas/microsoft.graph.schedule' additionalProperties: type: object microsoft.graph.userTeamwork: @@ -9087,7 +9121,7 @@ components: 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.' + description: 'A collection of the days of the week on which the event occurs. 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: @@ -9281,7 +9315,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.recipient' - description: The email addresses to which a message should be redirected. + description: The email address to which a message should be redirected. stopProcessingRules: type: boolean description: Indicates whether subsequent rules should be evaluated. @@ -10067,7 +10101,7 @@ components: 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.' + 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}$' @@ -10177,18 +10211,23 @@ components: properties: clientAppId: type: string + description: ID of the service principal of the Azure AD app that has been granted access. Read-only. nullable: true clientId: type: string + description: ID of the Azure AD app that has been granted access. Read-only. nullable: true permission: type: string + description: The name of the permission. Read-only. nullable: true permissionType: type: string + description: 'The type of permission. Possible values are: Application,Delegated. Read-only.' nullable: true resourceAppId: type: string + description: ID of the Azure AD app that is hosting the resource. Read-only. nullable: true additionalProperties: type: object @@ -11063,7 +11102,7 @@ components: 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. + description: 'A unique token that can be used to access this shared item via the [shares API][]. Read-only.' nullable: true additionalProperties: type: object @@ -11439,14 +11478,14 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.plannerBucket' - description: Read-only. Nullable. Collection of buckets in the plan. + description: Collection of buckets in the plan. Read-only. Nullable. 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. + description: Collection of tasks in the plan. Read-only. Nullable. additionalProperties: type: object microsoft.graph.plannerTask: @@ -11573,17 +11612,17 @@ components: 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.' + description: Access this property from the derived type itemInsights. 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.' + description: Access this property from the derived type itemInsights. 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.' + description: Access this property from the derived type itemInsights. additionalProperties: type: object microsoft.graph.userInsightsSettings: @@ -12509,7 +12548,7 @@ components: properties: messageId: type: string - description: The unique identifier of a message in a Microsoft Teams channel. + description: The unique identifier for a message in a Microsoft Teams channel. nullable: true replyChainMessageId: type: string @@ -12555,6 +12594,18 @@ components: description: For broadcast meeting only. additionalProperties: type: object + microsoft.graph.meetingAttendanceReport: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: meetingAttendanceReport + type: object + properties: + attendanceRecords: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.attendanceRecord' + additionalProperties: + type: object microsoft.graph.outOfOfficeSettings: title: outOfOfficeSettings type: object @@ -12872,12 +12923,12 @@ components: $ref: '#/components/schemas/microsoft.graph.channelIdentity' chatId: type: string - description: The identity of the chat in which the message was posted. + description: 'If the message was sent in a chat, represents the identity of the chat.' 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. + description: Timestamp of when the chat message was created. format: date-time nullable: true deletedDateTime: @@ -12897,18 +12948,18 @@ components: 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. + description: Read only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the 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.' + description: 'Read only. Timestamp when the chat message is created (initial setting) or modified, 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. + description: Locale of the chat message set by the client. Always set to en-us. mentions: type: array items: @@ -12925,7 +12976,7 @@ components: description: 'Reactions for this chat message (for example, Like).' 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) + 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 @@ -12937,15 +12988,18 @@ components: nullable: true webUrl: type: string + description: Read-only. Link to the message in Microsoft Teams. nullable: true hostedContents: type: array items: $ref: '#/components/schemas/microsoft.graph.chatMessageHostedContent' + description: 'Content in a message hosted by Microsoft Teams e.g. images, code snippets etc.' replies: type: array items: $ref: '#/components/schemas/microsoft.graph.chatMessage' + description: Replies for a specified message. additionalProperties: type: object microsoft.graph.teamsTab: @@ -13036,7 +13090,7 @@ components: nullable: true allowCreateUpdateChannels: type: boolean - description: 'If set to true, members can add and update channels.' + description: 'If set to true, members can add and update any channels.' nullable: true allowCreateUpdateRemoveConnectors: type: boolean @@ -13098,99 +13152,6 @@ components: - 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' @@ -13319,6 +13280,99 @@ components: type: object additionalProperties: type: object + 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.userScopeTeamsAppInstallation: allOf: - $ref: '#/components/schemas/microsoft.graph.teamsAppInstallation' @@ -13768,7 +13822,7 @@ components: properties: name: type: string - description: Name of the setting (as defined by the groupSettingTemplate). + description: Name of the setting (as defined by the directorySettingTemplate). nullable: true value: type: string @@ -13815,7 +13869,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.attachment' - description: Read-only. Nullable. + description: 'The collection of fileAttachment, itemAttachment, and referenceAttachment attachments for the post. Read-only. Nullable.' extensions: type: array items: @@ -13911,7 +13965,7 @@ components: properties: upgradeAvailable: type: boolean - description: Indicates whether there are higher storage quota plans available. Read-only. + description: Indicates if there are higher storage quota plans available. Read-only. nullable: true additionalProperties: type: object @@ -14179,12 +14233,12 @@ components: nullable: true latitude: type: number - description: 'Optional. The latitude, in decimal, for the item. Read-only.' + description: 'Optional. The latitude, in decimal, for the item. Writable on OneDrive Personal.' format: double nullable: true longitude: type: number - description: 'Optional. The longitude, in decimal, for the item. Read-only.' + description: 'Optional. The longitude, in decimal, for the item. Writable on OneDrive Personal.' format: double nullable: true additionalProperties: @@ -14267,7 +14321,7 @@ components: 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. + description: The date and time the photo was taken in UTC time. Read-only. format: date-time nullable: true additionalProperties: @@ -14489,7 +14543,7 @@ components: 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.' + 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. Nullable.' tables: type: array items: @@ -14514,14 +14568,14 @@ components: 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.' + description: '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. Required. 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. + description: Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 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. Optional. 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.' + 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 @@ -14529,12 +14583,12 @@ components: nullable: true encryptionCertificateId: type: string - description: A custom app-provided identifier to help identify the certificate needed to decrypt resource data. Optional. + description: A custom app-provided identifier to help identify the certificate needed to decrypt resource data. Optional. Required when includeResourceData is true. 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.' + description: '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. Required.' format: date-time includeResourceData: type: boolean @@ -14558,10 +14612,10 @@ components: 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. + description: The URL of the endpoint that receives the change notifications. This URL must make use of the HTTPS protocol. Required. 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. + description: Specifies the resource that will be monitored for changes. Do not include the base URL (https://graph.microsoft.com/beta/). See the possible resource path values for each supported resource. Required. additionalProperties: type: object microsoft.graph.thumbnailSet: @@ -14588,7 +14642,6 @@ components: properties: content: type: string - description: The content stream for this version of the item. format: base64url nullable: true size: @@ -15098,6 +15151,7 @@ components: nullable: true parentSiteId: type: string + description: Id of the parent site of this group. nullable: true scope: $ref: '#/components/schemas/microsoft.graph.termStore.termGroupScope' @@ -15204,11 +15258,11 @@ components: nullable: true queryRoot: type: string - description: The type of query. Examples include MicrosoftGraph and ARM. + description: 'In the scenario where reviewers need to be specified dynamically, this property is used to indicate the relative source of the query. This property is only required if a relative query (i.e., ./manager) is specified.' nullable: true queryType: type: string - description: 'In the scenario where reviewers need to be specified dynamically, this property is used to indicate the relative source of the query. This property is only required if a relative query (i.e., ./manager) is specified.' + description: The type of query. Examples include MicrosoftGraph and ARM. nullable: true additionalProperties: type: object @@ -16027,6 +16081,30 @@ components: nullable: true additionalProperties: type: object + microsoft.graph.attendanceRecord: + title: attendanceRecord + type: object + properties: + attendanceIntervals: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.attendanceInterval' + emailAddress: + type: string + nullable: true + identity: + $ref: '#/components/schemas/microsoft.graph.identity' + role: + type: string + nullable: true + totalAttendanceInSeconds: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + nullable: true + additionalProperties: + type: object microsoft.graph.attestationLevel: title: attestationLevel enum: @@ -16125,7 +16203,7 @@ components: nullable: true teamsAppId: type: string - description: The ID from the Teams app manifest. + description: The id from the Teams App manifest. nullable: true version: type: string @@ -16145,7 +16223,7 @@ components: nullable: true contentType: type: string - description: 'The media type of the content attachment. It can have the following values: reference: Attachment is a link to another file. Populate the contentURL with the link to the object.file: Raw file attachment. Populate the contenturl field with the base64 encoding of the file in data: format.image/: Image type with the type of the image specified ex: image/png, image/jpeg, image/gif. Populate the contentUrl field with the base64 encoding of the file in data: format.video/: Video type with the format specified. Ex: video/mp4. Populate the contentUrl field with the base64 encoding of the file in data: format.audio/: Audio type with the format specified. Ex: audio/wmw. Populate the contentUrl field with the base64 encoding of the file in data: format.application/card type: Rich card attachment type with the card type specifying the exact card format to use. Set content with the json format of the card. Supported values for card type include:application/vnd.microsoft.card.adaptive: A rich card that can contain any combination of text, speech, images,,buttons, and input fields. Set the content property to,an AdaptiveCard object.application/vnd.microsoft.card.animation: A rich card that plays animation. Set the content property,to an AnimationCardobject.application/vnd.microsoft.card.audio: A rich card that plays audio files. Set the content property,to an AudioCard object.application/vnd.microsoft.card.video: A rich card that plays videos. Set the content property,to a VideoCard object.application/vnd.microsoft.card.hero: A Hero card. Set the content property to a HeroCard object.application/vnd.microsoft.card.thumbnail: A Thumbnail card. Set the content property to a ThumbnailCard object.application/vnd.microsoft.com.card.receipt: A Receipt card. Set the content property to a ReceiptCard object.application/vnd.microsoft.com.card.signin: A user Sign In card. Set the content property to a SignInCard object.' + description: 'The media type of the content attachment. It can have the following values: reference: Attachment is a link to another file. Populate the contentURL with the link to the object.Any contentTypes supported by the Bot Framework''s Attachment objectapplication/vnd.microsoft.card.codesnippet: A code snippet. application/vnd.microsoft.card.announcement: An announcement header.' nullable: true contentUrl: type: string @@ -16282,6 +16360,90 @@ components: - moderate - unknownFutureValue type: string + microsoft.graph.channelMembershipType: + title: channelMembershipType + enum: + - standard + - private + - unknownFutureValue + - shared + type: string + microsoft.graph.channelModerationSettings: + title: channelModerationSettings + type: object + properties: + allowNewMessageFromBots: + type: boolean + description: Indicates whether bots are allowed to post messages. + nullable: true + allowNewMessageFromConnectors: + type: boolean + description: Indicates whether connectors are allowed to post messages. + nullable: true + replyRestriction: + $ref: '#/components/schemas/microsoft.graph.replyRestriction' + userNewMessageRestriction: + $ref: '#/components/schemas/microsoft.graph.userNewMessageRestriction' + 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 + - teamifyGroup + - createChannel + type: string + microsoft.graph.teamsAsyncOperationStatus: + title: teamsAsyncOperationStatus + enum: + - invalid + - notStarted + - inProgress + - succeeded + - failed + - unknownFutureValue + type: string + microsoft.graph.teamworkTagType: + title: teamworkTagType + enum: + - standard + type: string + microsoft.graph.teamworkTagMember: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: teamworkTagMember + type: object + properties: + displayName: + type: string + nullable: true + tenantId: + type: string + nullable: true + userId: + type: string + nullable: true + additionalProperties: + type: object microsoft.graph.operationStatus: title: operationStatus enum: @@ -16316,11 +16478,11 @@ components: nullable: true recipientUserId: type: string - description: User ID of the recipient of the offer shift request. + 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. + description: User id of the sender of the offer shift request. nullable: true additionalProperties: type: object @@ -16408,7 +16570,7 @@ components: properties: recipientShiftId: type: string - description: ShiftId for the recipient user with whom the request is to swap. + description: Shift ID for the recipient user with whom the request is to swap. nullable: true additionalProperties: type: object @@ -16500,90 +16662,6 @@ components: nullable: true additionalProperties: type: object - microsoft.graph.channelMembershipType: - title: channelMembershipType - enum: - - standard - - private - - unknownFutureValue - - shared - type: string - microsoft.graph.channelModerationSettings: - title: channelModerationSettings - type: object - properties: - allowNewMessageFromBots: - type: boolean - description: Indicates whether bots are allowed to post messages. - nullable: true - allowNewMessageFromConnectors: - type: boolean - description: Indicates whether connectors are allowed to post messages. - nullable: true - replyRestriction: - $ref: '#/components/schemas/microsoft.graph.replyRestriction' - userNewMessageRestriction: - $ref: '#/components/schemas/microsoft.graph.userNewMessageRestriction' - 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 - - teamifyGroup - - createChannel - type: string - microsoft.graph.teamsAsyncOperationStatus: - title: teamsAsyncOperationStatus - enum: - - invalid - - notStarted - - inProgress - - succeeded - - failed - - unknownFutureValue - type: string - microsoft.graph.teamworkTagType: - title: teamworkTagType - enum: - - standard - type: string - microsoft.graph.teamworkTagMember: - allOf: - - $ref: '#/components/schemas/microsoft.graph.entity' - - title: teamworkTagMember - type: object - properties: - displayName: - type: string - nullable: true - tenantId: - type: string - nullable: true - userId: - type: string - nullable: true - additionalProperties: - type: object odata.error.detail: required: - code @@ -16788,7 +16866,7 @@ components: properties: crc32Hash: type: string - description: The CRC32 value of the file in little endian (if available). Read-only. + description: The CRC32 value of the file (if available). Read-only. nullable: true quickXorHash: type: string @@ -16873,7 +16951,7 @@ components: properties: content: type: string - description: The content of comment. + description: The content of the comment. nullable: true contentType: type: string @@ -16911,7 +16989,7 @@ components: 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.' + description: 'Indicates what type of reference is associated with the name. Possible values are: String, Integer, Double, Boolean, Range. Read-only.' nullable: true value: $ref: '#/components/schemas/microsoft.graph.Json' @@ -16975,7 +17053,7 @@ components: 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.' + description: 'Constant value that represents the Table style. 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 @@ -17189,11 +17267,11 @@ components: properties: key: type: string - description: Key for the key-value pair. + description: 'Contains the name of the field that a value is associated with. When a sign in or domain hint is included in the sign-in request, corresponding fields are included as key-value pairs. Possible keys: Login hint present, Domain hint present.' nullable: true value: type: string - description: Value for the key-value pair. + description: Contains the corresponding value for the specified key. The value is true if a sign in hint was included in the sign-in request; otherwise false. The value is true if a domain hint was included in the sign-in request; otherwise false. nullable: true additionalProperties: type: object @@ -17631,6 +17709,28 @@ components: - unknownFutureValue - producer type: string + microsoft.graph.attendanceInterval: + title: attendanceInterval + type: object + properties: + durationInSeconds: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + nullable: true + joinDateTime: + 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 + leaveDateTime: + 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.teamsAppDistributionMethod: title: teamsAppDistributionMethod enum: @@ -17718,10 +17818,25 @@ components: nullable: true contentType: type: string - description: 'Write only. Content type. sicj as image/png, image/jpg.' + description: 'Write only. Content type, such as image/png, image/jpg.' nullable: true additionalProperties: type: object + microsoft.graph.replyRestriction: + title: replyRestriction + enum: + - everyone + - authorAndModerators + - unknownFutureValue + type: string + microsoft.graph.userNewMessageRestriction: + title: userNewMessageRestriction + enum: + - everyone + - everyoneExceptGuests + - moderators + - unknownFutureValue + type: string microsoft.graph.scheduleChangeRequest: allOf: - $ref: '#/components/schemas/microsoft.graph.changeTrackedEntity' @@ -17889,21 +18004,6 @@ components: nullable: true additionalProperties: type: object - microsoft.graph.replyRestriction: - title: replyRestriction - enum: - - everyone - - authorAndModerators - - unknownFutureValue - type: string - microsoft.graph.userNewMessageRestriction: - title: userNewMessageRestriction - enum: - - everyone - - everyoneExceptGuests - - moderators - - unknownFutureValue - type: string microsoft.graph.mediaSourceContentCategory: title: mediaSourceContentCategory enum: @@ -17921,11 +18021,11 @@ components: properties: content: type: string - description: The content of a comment reply. + description: The content of replied comment. nullable: true contentType: type: string - description: Indicates the type for the comment reply. + description: Indicates the type for the replied comment. additionalProperties: type: object microsoft.graph.workbookOperationError: @@ -18006,7 +18106,7 @@ components: description: Represents whether the casing impacted the last sort of the table. Read-only. method: type: string - description: 'Represents Chinese character ordering method last used to sort the table. The possible values are: PinYin, StrokeCount. Read-only.' + description: 'Represents Chinese character ordering method last used to sort the table. Possible values are: PinYin, StrokeCount. Read-only.' additionalProperties: type: object microsoft.graph.workbookChart: @@ -18232,7 +18332,7 @@ components: nullable: true dataOption: type: string - description: 'Represents additional sorting options for this field. The possible values are: Normal, TextAsNumber.' + description: 'Represents additional sorting options for this field. Possible values are: Normal, TextAsNumber.' icon: $ref: '#/components/schemas/microsoft.graph.workbookIcon' key: @@ -18243,7 +18343,7 @@ components: format: int32 sortOn: type: string - description: 'Represents the type of sorting of this condition. The possible values are: Value, CellColor, FontColor, Icon.' + description: 'Represents the type of sorting of this condition. Possible values are: Value, CellColor, FontColor, Icon.' additionalProperties: type: object microsoft.graph.workbookChartAxes: @@ -18468,7 +18568,7 @@ components: format: int32 set: type: string - description: 'Represents the set that the icon is part of. The possible values are: Invalid, ThreeArrows, ThreeArrowsGray, ThreeFlags, ThreeTrafficLights1, ThreeTrafficLights2, ThreeSigns, ThreeSymbols, ThreeSymbols2, FourArrows, FourArrowsGray, FourRedToBlack, FourRating, FourTrafficLights, FiveArrows, FiveArrowsGray, FiveRating, FiveQuarters, ThreeStars, ThreeTriangles, FiveBoxes.' + description: 'Represents the set that the icon is part of. Possible values are: Invalid, ThreeArrows, ThreeArrowsGray, ThreeFlags, ThreeTrafficLights1, ThreeTrafficLights2, ThreeSigns, ThreeSymbols, ThreeSymbols2, FourArrows, FourArrowsGray, FourRedToBlack, FourRating, FourTrafficLights, FiveArrows, FiveArrowsGray, FiveRating, FiveQuarters, ThreeStars, ThreeTriangles, FiveBoxes.' additionalProperties: type: object microsoft.graph.workbookChartAxis: diff --git a/openApiDocs/beta/Users.yml b/openApiDocs/beta/Users.yml index 93a257b35ac..834df3eb64a 100644 --- a/openApiDocs/beta/Users.yml +++ b/openApiDocs/beta/Users.yml @@ -11938,30 +11938,30 @@ components: $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.' + description: 'true if the account is enabled; otherwise, false. This property is required when a user is created. Returned only on $select. 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.' + 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. Returned only on $select.' nullable: true assignedLicenses: type: array items: $ref: '#/components/schemas/microsoft.graph.assignedLicense' - description: The licenses that are assigned to the user. Returned only on $select. Not nullable. Supports $filter. + description: The licenses that are assigned to the user. Not nullable. Supports $filter. assignedPlans: type: array items: $ref: '#/components/schemas/microsoft.graph.assignedPlan' - description: The plans that are assigned to the user. Read-only. Not nullable. + description: The plans that are assigned to the user. Returned only on $select. 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. Read-only for users synced from on-premises directory. Returned by default.' + description: The telephone numbers for the user. Only one number can be set for this property. Returned by default. Read-only for users synced from on-premises directory. city: type: string - description: The city in which the user is located. Supports $filter. + description: The city in which the user is located. Returned only on $select. Supports $filter. nullable: true companyName: type: string @@ -11969,25 +11969,25 @@ components: 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.' + 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. Returned only on $select.' nullable: true country: type: string - description: 'The country/region in which the user is located; for example, ''US'' or ''UK''. Supports $filter.' + description: 'The country/region in which the user is located; for example, ''US'' or ''UK''. Returned only on $select. 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. + description: The date and time the user was created. The value cannot be modified and is automatically populated when the entity is created. The DateTimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. Property is nullable. A null value indicates that an accurate creation time couldn't be determined for the user. Returned only on $select. Read-only. Supports $filter. 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.' + 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). Returned only on $select. Read-only.' nullable: true department: type: string - description: The name for the department in which the user works. Supports $filter. + description: The name for the department in which the user works. Returned only on $select. Supports $filter. nullable: true deviceKeys: type: array @@ -11995,7 +11995,7 @@ components: $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. Returned by default. Supports $filter and $orderby.' + description: 'The name displayed in the address book for the user. This value 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. Returned by default. 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])$' @@ -12023,7 +12023,7 @@ components: nullable: true faxNumber: type: string - description: The fax number of the user. + description: The fax number of the user. Returned only on $select. nullable: true givenName: type: string @@ -12033,7 +12033,7 @@ components: 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.' + 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. Returned only on $select. Supports $filter.' imAddresses: type: array items: @@ -12056,29 +12056,29 @@ components: 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 is 2014-01-01T00:00:00Z' + description: 'The time when this Azure AD user last changed their password. 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 is 2014-01-01T00:00:00Z Returned only on $select. Read-only.' 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.' + 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. Returned only on $select.' nullable: true licenseAssignmentStates: type: array items: $ref: '#/components/schemas/microsoft.graph.licenseAssignmentState' - description: State of license assignments for this user. Read-only. + description: State of license assignments for this user. Returned only on $select. Read-only. mail: type: string description: 'The SMTP address for the user, for example, ''jeff@contoso.onmicrosoft.com''. Returned by default. Supports $filter and endsWith.' nullable: true mailNickname: type: string - description: The mail alias for the user. This property must be specified when a user is created. Supports $filter. + description: The mail alias for the user. This property must be specified when a user is created. Returned only on $select. Supports $filter. nullable: true mobilePhone: type: string - description: The primary cellular telephone number for the user. Read-only for users synced from on-premises directory. Returned by default. + description: The primary cellular telephone number for the user. Returned by default. Read-only for users synced from on-premises directory. nullable: true officeLocation: type: string @@ -12086,59 +12086,59 @@ components: 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. + 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. Returned only on $select. 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.' + 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. Returned only on $select. 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.' + 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. Returned only on $select. 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 is 2014-01-01T00:00:00Z. Read-only.' + 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 is 2014-01-01T00:00:00Z. Returned only on $select. 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. + description: Errors when using Microsoft synchronization product during provisioning. Returned only on $select. 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. + 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. Returned only on $select. 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. + description: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Returned only on $select. 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 + 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). Returned only on $select. 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. + 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. Returned only on $select. 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.' + description: 'A list of additional email addresses for the user; for example: [''bob@contoso.com'', ''Robert@fabrikam.com''].Returned only on $select. 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''.' + 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''.Returned only on $select.' 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.' + 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. Returned only on $select.' nullable: true preferredDataLocation: type: string @@ -12152,35 +12152,35 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.provisionedPlan' - description: The plans that are provisioned for the user. Read-only. Not nullable. + description: The plans that are provisioned for the user. Returned only on $select. 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.' + description: 'For example: [''SMTP: bob@contoso.com'', ''smtp: bob@sales.contoso.com''] The any operator is required for filter expressions on multi-valued properties. Returned only on $select. 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.' + 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. Use invalidateAllRefreshTokens to reset.' 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.' + 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. Returned only on $select.' 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.' + 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. Use revokeSignInSessions to reset.' format: date-time nullable: true state: type: string - description: The state or province in the user's address. Supports $filter. + description: The state or province in the user's address. Returned only on $select. Supports $filter. nullable: true streetAddress: type: string - description: The street address of the user's place of business. + description: The street address of the user's place of business. Returned only on $select. nullable: true surname: type: string @@ -12188,7 +12188,7 @@ components: 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.' + 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. Returned only on $select. Supports $filter.' nullable: true userPrincipalName: type: string @@ -12196,7 +12196,7 @@ components: 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.' + description: 'A string value that can be used to classify user types in your directory, such as ''Member'' and ''Guest''. Returned only on $select. Supports $filter.' nullable: true mailboxSettings: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' @@ -12208,12 +12208,12 @@ components: format: int32 aboutMe: type: string - description: A freeform text entry field for the user to describe themselves. + description: A freeform text entry field for the user to describe themselves. Returned only on $select. 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 is 2014-01-01T00:00:00Z' + 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 is 2014-01-01T00:00:00Z Returned only on $select.' 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])$' @@ -12225,39 +12225,39 @@ components: items: type: string nullable: true - description: A list for the user to describe their interests. + description: A list for the user to describe their interests. Returned only on $select. mySite: type: string - description: The URL for the user's personal site. + description: The URL for the user's personal site. Returned only on $select. nullable: true pastProjects: type: array items: type: string nullable: true - description: A list for the user to enumerate their past projects. + description: A list for the user to enumerate their past projects. Returned only on $select. preferredName: type: string - description: The preferred name for the user. + description: The preferred name for the user. Returned only on $select. nullable: true responsibilities: type: array items: type: string nullable: true - description: A list for the user to enumerate their responsibilities. + description: A list for the user to enumerate their responsibilities. Returned only on $select. schools: type: array items: type: string nullable: true - description: A list for the user to enumerate the schools they have attended. + description: A list for the user to enumerate the schools they have attended. Returned only on $select. skills: type: array items: type: string nullable: true - description: A list for the user to enumerate their skills. + description: A list for the user to enumerate their skills. Returned only on $select. analytics: $ref: '#/components/schemas/microsoft.graph.userAnalytics' usageRights: @@ -12292,7 +12292,7 @@ components: 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. + description: 'The groups, directory roles and administrative units that the user is a member of. Read-only. Nullable.' oauth2PermissionGrants: type: array items: @@ -12352,7 +12352,7 @@ components: 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. + 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: @@ -12376,7 +12376,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.person' - description: People that are relevant to the user. Read-only. Nullable. + description: 'Read-only. The most relevant people to the user. The collection is ordered by their relevance to the user, which is determined by the user''s communication, collaboration and business relationships. A person is an aggregation of information from across mail, contacts and social networks.' drive: $ref: '#/components/schemas/microsoft.graph.drive' drives: @@ -12392,7 +12392,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.extension' - description: The collection of open extensions defined for the user. Read-only. Nullable. + description: The collection of open extensions defined for the user. Nullable. appConsentRequestsForApproval: type: array items: @@ -12804,7 +12804,7 @@ components: nullable: true name: type: string - description: The attachment's file name. + description: The display name of the attachment. This does not need to be the actual file name. nullable: true size: maximum: 2147483647 @@ -13098,12 +13098,12 @@ components: 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. 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 is 2014-01-01T00:00:00Z.' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true capabilityStatus: type: string - description: 'Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. See a detailed description of each value.' + description: 'Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut.' nullable: true service: type: string @@ -13295,7 +13295,7 @@ components: properties: forceChangePasswordNextSignIn: type: boolean - description: true if the user must change her password on the next login; otherwise false. + description: 'If true, at next sign-in, the user must change their password. After a password change, this property will be automatically reset to false. If not set, default is false.' nullable: true forceChangePasswordNextSignInWithMfa: type: boolean @@ -13331,7 +13331,7 @@ components: properties: archiveFolder: type: string - description: Folder ID of an archive folder for the user. + description: Folder ID of an archive folder for the user. Read only. nullable: true automaticRepliesSetting: $ref: '#/components/schemas/microsoft.graph.automaticRepliesSetting' @@ -13492,15 +13492,15 @@ components: 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.' + 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, through an Outlook client or the corresponding calendarPermission resource. Read-only.' 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.' + description: 'true if the user has the permission to share the calendar, false otherwise. Only the user who created the calendar can share it. Read-only.' nullable: true canViewPrivateItems: type: boolean - description: 'true if the user can read calendar items that have been marked private, false otherwise.' + description: 'true if the user can read calendar items that have been marked private, false otherwise. This property is set through an Outlook client or the corresponding calendarPermission resource. Read-only.' nullable: true changeKey: type: string @@ -13512,7 +13512,7 @@ components: $ref: '#/components/schemas/microsoft.graph.onlineMeetingProviderType' hexColor: type: string - description: 'The calendar color, expressed in a hex color code of three hexadecimal values, each ranging from 00 to FF and representing the red, green, or blue components of the color in the RGB color space. If the user has never explicitly set a color for the calendar, this property is empty. Read-only.' + description: 'The calendar color, expressed in a hex color code of three hexadecimal values, each ranging from 00 to FF and representing the red, green, or blue components of the color in the RGB color space. If the user has never explicitly set a color for the calendar, this property is empty.' nullable: true isDefaultCalendar: type: boolean @@ -13737,7 +13737,7 @@ components: 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. + description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' calendar: $ref: '#/components/schemas/microsoft.graph.calendar' exceptionOccurrences: @@ -13748,12 +13748,12 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.extension' - description: The collection of open extensions defined for the event. Read-only. Nullable. + description: The collection of open extensions defined for the event. Nullable. instances: type: array items: $ref: '#/components/schemas/microsoft.graph.event' - description: The instances of the event. Navigation property. Read-only. Nullable. + description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but does not include occurrences that have been cancelled from the series. Navigation property. Read-only. Nullable.' multiValueExtendedProperties: type: array items: @@ -13953,7 +13953,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.extension' - description: The collection of open extensions defined for the contact. Read-only. Nullable. + description: The collection of open extensions defined for the contact. Nullable. multiValueExtendedProperties: type: array items: @@ -13991,7 +13991,7 @@ components: 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.' + description: 'The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select.' assignedLicenses: type: array items: @@ -14032,7 +14032,7 @@ components: 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.' + 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).' nullable: true infoCatalogs: type: array @@ -14105,13 +14105,13 @@ components: 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. + description: The preferred language for a 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.' + 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 for 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 @@ -14138,7 +14138,7 @@ components: 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.' + description: 'Specifies a 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 @@ -14156,11 +14156,11 @@ components: 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. Supported only on the Get group API (GET /groups/{ID}).' + description: 'true if the group is not displayed in certain parts of the Outlook user interface: in the Address Book, in address lists for selecting message recipients, and in the Browse Groups dialog for searching groups; false otherwise. Default value is false. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}).' 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. Supported only on the Get group API (GET /groups/{ID}).' + description: 'true if the group is not displayed in Outlook clients, such as Outlook for Windows and Outlook on the web, false otherwise. Default value is false. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}).' nullable: true isFavorite: type: boolean @@ -14180,7 +14180,7 @@ components: 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. Supported only on the Get group API (GET /groups/{ID}).' + description: 'Count of conversations that have received new posts since the signed-in user last visited the group. This property is the same as unseenConversationsCount.Returned only on $select. Supported only on the Get group API (GET /groups/{ID}).' format: int32 nullable: true unseenMessagesCount: @@ -14211,12 +14211,12 @@ components: 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.' + description: 'Groups and administrative units 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.' + description: 'Users, contacts, and groups that are members of this group. HTTP Methods: GET (supported for all groups), POST (supported for security groups and mail-enabled security groups), DELETE (supported only for security groups) Read-only. Nullable.' membersWithLicenseErrors: type: array items: @@ -14226,7 +14226,7 @@ components: 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.' + description: 'The owners of the group. The owners are a set of non-admin users who are allowed to modify this object. HTTP Methods: GET (supported for all groups), POST (supported for security groups and mail-enabled security groups), DELETE (supported only for security groups) Read-only. Nullable.' permissionGrants: type: array items: @@ -14235,7 +14235,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.directorySetting' - description: Read-only. Nullable. + description: 'Settings that can govern this group''s behavior, like whether members can invite guest users to the group. Nullable.' transitiveMemberOf: type: array items: @@ -14265,7 +14265,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.event' - description: The group's calendar events. + description: The group's events. rejectedSenders: type: array items: @@ -14403,7 +14403,7 @@ components: $ref: '#/components/schemas/microsoft.graph.itemBody' bodyPreview: type: string - description: The first 255 characters of the message body. It is in text format. + description: 'The first 255 characters of the message body. It is in text format. If the message contains instances of mention, this property would contain a concatenation of these mentions as well.' nullable: true ccRecipients: type: array @@ -14580,7 +14580,7 @@ components: nullable: true personType: type: string - description: The type of person. + description: 'The type of person, for example distribution list.' nullable: true phones: type: array @@ -14828,11 +14828,11 @@ components: properties: agreementFileId: type: string - description: The identifier of the agreement file accepted by the user. + description: ID of the agreement file accepted by the user. nullable: true agreementId: type: string - description: The identifier of the agreement. + description: ID of the agreement. nullable: true deviceDisplayName: type: string @@ -14844,22 +14844,22 @@ components: nullable: true deviceOSType: type: string - description: The operating system used to accept the agreement. + description: The operating system used for accepting the agreement. nullable: true deviceOSVersion: type: string - description: The operating system version of the device used to accept the agreement. + description: The operating system version of the device used for accepting the agreement. 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: 'The expiration date time of the acceptance. 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''' + description: 'The expiration date time of the acceptance. 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 is 2014-01-01T00:00:00Z' 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: '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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true state: @@ -14874,7 +14874,7 @@ components: nullable: true userId: type: string - description: The identifier of the user who accepted the agreement. + description: ID of the user who accepted the agreement. nullable: true userPrincipalName: type: string @@ -14891,26 +14891,26 @@ components: 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 + description: Created date time in UTC of the device enrollment configuration format: date-time description: type: string - description: Not yet documented + description: The description of the device enrollment configuration nullable: true displayName: type: string - description: Not yet documented + description: The display name of the device enrollment configuration 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 + description: Last modified date time in UTC of the device enrollment configuration format: date-time priority: maximum: 2147483647 minimum: -2147483648 type: integer - description: Not yet documented + description: Priority is used when a user exists in multiple groups that are assigned enrollment configuration. Users are subject only to the configuration with the lowest priority value. format: int32 roleScopeTagIds: type: array @@ -14922,13 +14922,13 @@ components: maximum: 2147483647 minimum: -2147483648 type: integer - description: Not yet documented + description: The version of the device enrollment configuration format: int32 assignments: type: array items: $ref: '#/components/schemas/microsoft.graph.enrollmentConfigurationAssignment' - description: The list of group assignments for the device configuration profile. + description: The list of group assignments for the device configuration profile additionalProperties: type: object description: The Base Class of Device Enrollment Configuration @@ -14944,11 +14944,11 @@ components: nullable: true activationLockBypassCode: type: string - description: Code that allows the Activation Lock on a device to be bypassed. + description: Code that allows the Activation Lock on a device to be bypassed. This property is read-only. nullable: true androidSecurityPatchLevel: type: string - description: Android security patch level + description: Android security patch level. This property is read-only. nullable: true autopilotEnrolled: type: boolean @@ -14959,18 +14959,23 @@ components: nullable: true azureADDeviceId: type: string - description: The unique identifier for the Azure Active Directory device. Read only. + description: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. nullable: true azureADRegistered: type: boolean - description: Whether the device is Azure Active Directory registered. + description: Whether the device is Azure Active Directory registered. This property is read-only. nullable: true chassisType: $ref: '#/components/schemas/microsoft.graph.chassisType' + chromeOSDeviceInfo: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.chromeOSDeviceProperty' + description: List of properties of the ChromeOS Device. 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 + description: The DateTime when device compliance grace period expires. This property is read-only. format: date-time complianceState: $ref: '#/components/schemas/microsoft.graph.complianceState' @@ -14984,10 +14989,10 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.deviceActionResult' - description: List of ComplexType deviceActionResult objects. + description: List of ComplexType deviceActionResult objects. This property is read-only. deviceCategoryDisplayName: type: string - description: Device category display name + description: Device category display name. This property is read-only. nullable: true deviceEnrollmentType: $ref: '#/components/schemas/microsoft.graph.deviceEnrollmentType' @@ -14995,7 +15000,7 @@ components: $ref: '#/components/schemas/microsoft.graph.deviceHealthAttestationState' deviceName: type: string - description: Name of the device + description: Name of the device. This property is read-only. nullable: true deviceRegistrationState: $ref: '#/components/schemas/microsoft.graph.deviceRegistrationState' @@ -15003,24 +15008,24 @@ components: $ref: '#/components/schemas/microsoft.graph.deviceType' easActivated: type: boolean - description: Whether the device is Exchange ActiveSync activated. + description: Whether the device is Exchange ActiveSync activated. This property is read-only. 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. + description: Exchange ActivationSync activation time of the device. This property is read-only. format: date-time easDeviceId: type: string - description: Exchange ActiveSync Id of the device. + description: Exchange ActiveSync Id of the device. This property is read-only. nullable: true emailAddress: type: string - description: Email(s) for the user associated with the device + description: Email(s) for the user associated with the device. This property is read-only. 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. + description: Enrollment time of the device. This property is read-only. format: date-time ethernetMacAddress: type: string @@ -15033,11 +15038,11 @@ components: 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. + description: Last time the device contacted Exchange. This property is read-only. format: date-time freeStorageSpaceInBytes: type: integer - description: Free Storage in Bytes + description: Free Storage in Bytes. This property is read-only. format: int64 hardwareInformation: $ref: '#/components/schemas/microsoft.graph.hardwareInformation' @@ -15047,24 +15052,24 @@ components: nullable: true imei: type: string - description: IMEI + description: IMEI. This property is read-only. nullable: true isEncrypted: type: boolean - description: Device encryption status + description: Device encryption status. This property is read-only. isSupervised: type: boolean - description: Device supervised status + description: Device supervised status. This property is read-only. jailBroken: type: string - description: whether the device is jail broken or rooted. + description: whether the device is jail broken or rooted. This property is read-only. 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. + description: The date and time that the device last completed a successful sync with Intune. This property is read-only. format: date-time lostModeState: $ref: '#/components/schemas/microsoft.graph.lostModeState' @@ -15087,15 +15092,15 @@ components: $ref: '#/components/schemas/microsoft.graph.managementState' manufacturer: type: string - description: Manufacturer of the device + description: Manufacturer of the device. This property is read-only. nullable: true meid: type: string - description: MEID + description: MEID. This property is read-only. nullable: true model: type: string - description: Model of the device + description: Model of the device. This property is read-only. nullable: true notes: type: string @@ -15103,11 +15108,11 @@ components: nullable: true operatingSystem: type: string - description: 'Operating system of the device. Windows, iOS, etc.' + description: 'Operating system of the device. Windows, iOS, etc. This property is read-only.' nullable: true osVersion: type: string - description: Operating system version of the device. + description: Operating system version of the device. This property is read-only. nullable: true ownerType: $ref: '#/components/schemas/microsoft.graph.ownerType' @@ -15115,7 +15120,7 @@ components: $ref: '#/components/schemas/microsoft.graph.managedDevicePartnerReportedHealthState' phoneNumber: type: string - description: Phone number of the device + description: Phone number of the device. This property is read-only. nullable: true physicalMemoryInBytes: type: integer @@ -15130,11 +15135,11 @@ components: $ref: '#/components/schemas/microsoft.graph.managedDeviceArchitecture' remoteAssistanceSessionErrorDetails: type: string - description: An error string that identifies issues when creating Remote Assistance session objects. + description: An error string that identifies issues when creating Remote Assistance session objects. This property is read-only. nullable: true remoteAssistanceSessionUrl: type: string - description: Url that allows a Remote Assistance session to be established with the device. + description: Url that allows a Remote Assistance session to be established with the device. This property is read-only. nullable: true requireUserEnrollmentApproval: type: boolean @@ -15153,7 +15158,7 @@ components: description: List of Scope Tag IDs for this Device instance. serialNumber: type: string - description: SerialNumber + description: SerialNumber. This property is read-only. nullable: true skuFamily: type: string @@ -15171,11 +15176,11 @@ components: nullable: true subscriberCarrier: type: string - description: Subscriber Carrier + description: Subscriber Carrier. This property is read-only. nullable: true totalStorageSpaceInBytes: type: integer - description: Total Storage in Bytes + description: Total Storage in Bytes. This property is read-only. format: int64 udid: type: string @@ -15183,15 +15188,15 @@ components: nullable: true userDisplayName: type: string - description: User display name + description: User display name. This property is read-only. nullable: true userId: type: string - description: Unique Identifier for the user associated with the device + description: Unique Identifier for the user associated with the device. This property is read-only. nullable: true userPrincipalName: type: string - description: Device user principal name + description: Device user principal name. This property is read-only. nullable: true usersLoggedOn: type: array @@ -15200,7 +15205,7 @@ components: description: Indicates the last logged on users of a device. This property is read-only. wiFiMacAddress: type: string - description: Wi-Fi MAC + description: Wi-Fi MAC. This property is read-only. nullable: true windowsActiveMalwareCount: maximum: 2147483647 @@ -15336,7 +15341,7 @@ components: 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 management service. + description: Zero or more policys already applied on the registered app when it last synchronized with managment service. intendedPolicies: type: array items: @@ -15504,7 +15509,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.plannerTask' - description: Read-only. Nullable. Returns the plannerPlans shared with the user. + description: Read-only. Nullable. Returns the plannerTasks assigned to the user. additionalProperties: type: object microsoft.graph.itemInsights: @@ -15724,7 +15729,7 @@ components: properties: accountEnabled: type: boolean - description: 'true if the account is enabled; otherwise, false. Required.' + description: 'true if the account is enabled; otherwise, false. default is true.' nullable: true alternativeSecurityIds: type: array @@ -15749,7 +15754,7 @@ components: nullable: true deviceId: type: string - description: Unique identifier set by Azure Device Registration Service at the time of registration. + description: Identifier set by Azure Device Registration Service at the time of registration. nullable: true deviceMetadata: type: string @@ -15822,7 +15827,7 @@ components: nullable: true operatingSystemVersion: type: string - description: The version of the operating system on the device. Required. + description: Operating system version of the device. Required. nullable: true physicalIds: type: array @@ -15846,7 +15851,7 @@ components: 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 devices), AzureAd (Cloud only joined devices), ServerAd (on-premises domain joined devices joined to Azure AD). For more details, see Introduction to device management in Azure Active Directory' + description: 'Type of trust for the joined device. Read-only. Possible values: Workplace (indicates bring your own personal devices), AzureAd (Cloud only joined devices), ServerAd (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 @@ -16007,6 +16012,8 @@ components: type: string description: The video teleconferencing ID. Read-only. nullable: true + meetingAttendanceReport: + $ref: '#/components/schemas/microsoft.graph.meetingAttendanceReport' additionalProperties: type: object microsoft.graph.presence: @@ -16017,7 +16024,7 @@ components: properties: activity: type: string - description: 'The supplemental information to a user''s availability. Possible values are Available, Away, BeRightBack, Busy, DoNotDisturb, InACall, InAConferenceCall, Inactive, InAMeeting, Offline, OffWork, OutOfOffice, PresenceUnknown, Presenting, UrgentInterruptionsOnly.' + description: 'The supplemental information to a user''s availability. Possible values are Available, Away, BeRightBack, Busy, DoNotDisturb, InACall, InAConferenceCall, Inactive,InAMeeting, Offline, OffWork,OutOfOffice, PresenceUnknown,Presenting, UrgentInterruptionsOnly.' nullable: true availability: type: string @@ -16114,6 +16121,11 @@ components: items: $ref: '#/components/schemas/microsoft.graph.chatMessage' description: A collection of all the messages in the chat. Nullable. + permissionGrants: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.resourceSpecificPermissionGrant' + description: A collection of permissions granted to apps for the chat. tabs: type: array items: @@ -16174,8 +16186,6 @@ components: 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: @@ -16213,6 +16223,8 @@ components: $ref: '#/components/schemas/microsoft.graph.teamworkTag' template: $ref: '#/components/schemas/microsoft.graph.teamsTemplate' + schedule: + $ref: '#/components/schemas/microsoft.graph.schedule' additionalProperties: type: object microsoft.graph.userTeamwork: @@ -16247,7 +16259,7 @@ components: 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.' + 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}$' @@ -16370,10 +16382,10 @@ components: 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).' + description: 'A single point of time in a combined date and time representation ({date}T{time}). For example, ''2019-04-16T09:00:00''.' timeZone: type: string - description: 'Represents a time zone, for example, ''Pacific Standard Time''. See below for more possible values.' + description: 'Represents a time zone, for example, ''Pacific Standard Time''. See below for possible values.' nullable: true additionalProperties: type: object @@ -16841,11 +16853,11 @@ components: properties: address: type: string - description: The email address of the person or entity. + description: The email address of an entity instance. nullable: true name: type: string - description: The display name of the person or entity. + description: The display name of an entity instance. nullable: true additionalProperties: type: object @@ -17173,18 +17185,23 @@ components: properties: clientAppId: type: string + description: ID of the service principal of the Azure AD app that has been granted access. Read-only. nullable: true clientId: type: string + description: ID of the Azure AD app that has been granted access. Read-only. nullable: true permission: type: string + description: The name of the permission. Read-only. nullable: true permissionType: type: string + description: 'The type of permission. Possible values are: Application,Delegated. Read-only.' nullable: true resourceAppId: type: string + description: ID of the Azure AD app that is hosting the resource. Read-only. nullable: true additionalProperties: type: object @@ -18043,7 +18060,7 @@ components: 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. + description: 'A unique token that can be used to access this shared item via the [shares API][]. Read-only.' nullable: true additionalProperties: type: object @@ -18289,6 +18306,28 @@ components: - mobileOther - mobileUnknown type: string + microsoft.graph.chromeOSDeviceProperty: + title: chromeOSDeviceProperty + type: object + properties: + name: + type: string + description: Name of the property + nullable: true + updatable: + type: boolean + description: Whether this property is updatable + value: + type: string + description: Value of the property + nullable: true + valueType: + type: string + description: Type of the value + nullable: true + additionalProperties: + type: object + description: Represents a property of the ChromeOS device. microsoft.graph.complianceState: title: complianceState enum: @@ -19437,14 +19476,14 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.plannerBucket' - description: Read-only. Nullable. Collection of buckets in the plan. + description: Collection of buckets in the plan. Read-only. Nullable. 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. + description: Collection of tasks in the plan. Read-only. Nullable. additionalProperties: type: object microsoft.graph.plannerTask: @@ -19571,17 +19610,17 @@ components: 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.' + description: Access this property from the derived type itemInsights. 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.' + description: Access this property from the derived type itemInsights. 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.' + description: Access this property from the derived type itemInsights. additionalProperties: type: object microsoft.graph.notebook: @@ -20546,7 +20585,7 @@ components: properties: messageId: type: string - description: The unique identifier of a message in a Microsoft Teams channel. + description: The unique identifier for a message in a Microsoft Teams channel. nullable: true replyChainMessageId: type: string @@ -20592,6 +20631,18 @@ components: description: For broadcast meeting only. additionalProperties: type: object + microsoft.graph.meetingAttendanceReport: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: meetingAttendanceReport + type: object + properties: + attendanceRecords: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.attendanceRecord' + additionalProperties: + type: object microsoft.graph.outOfOfficeSettings: title: outOfOfficeSettings type: object @@ -20909,12 +20960,12 @@ components: $ref: '#/components/schemas/microsoft.graph.channelIdentity' chatId: type: string - description: The identity of the chat in which the message was posted. + description: 'If the message was sent in a chat, represents the identity of the chat.' 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. + description: Timestamp of when the chat message was created. format: date-time nullable: true deletedDateTime: @@ -20934,18 +20985,18 @@ components: 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. + description: Read only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the 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.' + description: 'Read only. Timestamp when the chat message is created (initial setting) or modified, 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. + description: Locale of the chat message set by the client. Always set to en-us. mentions: type: array items: @@ -20962,7 +21013,7 @@ components: description: 'Reactions for this chat message (for example, Like).' 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) + 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 @@ -20974,15 +21025,18 @@ components: nullable: true webUrl: type: string + description: Read-only. Link to the message in Microsoft Teams. nullable: true hostedContents: type: array items: $ref: '#/components/schemas/microsoft.graph.chatMessageHostedContent' + description: 'Content in a message hosted by Microsoft Teams e.g. images, code snippets etc.' replies: type: array items: $ref: '#/components/schemas/microsoft.graph.chatMessage' + description: Replies for a specified message. additionalProperties: type: object microsoft.graph.teamsTab: @@ -21073,7 +21127,7 @@ components: nullable: true allowCreateUpdateChannels: type: boolean - description: 'If set to true, members can add and update channels.' + description: 'If set to true, members can add and update any channels.' nullable: true allowCreateUpdateRemoveConnectors: type: boolean @@ -21135,99 +21189,6 @@ components: - 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' @@ -21356,6 +21317,99 @@ components: type: object additionalProperties: type: object + 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.userScopeTeamsAppInstallation: allOf: - $ref: '#/components/schemas/microsoft.graph.teamsAppInstallation' @@ -21400,7 +21454,7 @@ components: 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.' + description: 'A collection of the days of the week on which the event occurs. 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: @@ -21873,7 +21927,7 @@ components: properties: name: type: string - description: Name of the setting (as defined by the groupSettingTemplate). + description: Name of the setting (as defined by the directorySettingTemplate). nullable: true value: type: string @@ -21920,7 +21974,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.attachment' - description: Read-only. Nullable. + description: 'The collection of fileAttachment, itemAttachment, and referenceAttachment attachments for the post. Read-only. Nullable.' extensions: type: array items: @@ -21990,7 +22044,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.recipient' - description: The email addresses to which a message should be redirected. + description: The email address to which a message should be redirected. stopProcessingRules: type: boolean description: Indicates whether subsequent rules should be evaluated. @@ -22173,7 +22227,7 @@ components: properties: upgradeAvailable: type: boolean - description: Indicates whether there are higher storage quota plans available. Read-only. + description: Indicates if there are higher storage quota plans available. Read-only. nullable: true additionalProperties: type: object @@ -22441,12 +22495,12 @@ components: nullable: true latitude: type: number - description: 'Optional. The latitude, in decimal, for the item. Read-only.' + description: 'Optional. The latitude, in decimal, for the item. Writable on OneDrive Personal.' format: double nullable: true longitude: type: number - description: 'Optional. The longitude, in decimal, for the item. Read-only.' + description: 'Optional. The longitude, in decimal, for the item. Writable on OneDrive Personal.' format: double nullable: true additionalProperties: @@ -22529,7 +22583,7 @@ components: 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. + description: The date and time the photo was taken in UTC time. Read-only. format: date-time nullable: true additionalProperties: @@ -22751,7 +22805,7 @@ components: 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.' + 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. Nullable.' tables: type: array items: @@ -22776,14 +22830,14 @@ components: 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.' + description: '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. Required. 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. + description: Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 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. Optional. 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.' + 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 @@ -22791,12 +22845,12 @@ components: nullable: true encryptionCertificateId: type: string - description: A custom app-provided identifier to help identify the certificate needed to decrypt resource data. Optional. + description: A custom app-provided identifier to help identify the certificate needed to decrypt resource data. Optional. Required when includeResourceData is true. 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.' + description: '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. Required.' format: date-time includeResourceData: type: boolean @@ -22820,10 +22874,10 @@ components: 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. + description: The URL of the endpoint that receives the change notifications. This URL must make use of the HTTPS protocol. Required. 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. + description: Specifies the resource that will be monitored for changes. Do not include the base URL (https://graph.microsoft.com/beta/). See the possible resource path values for each supported resource. Required. additionalProperties: type: object microsoft.graph.thumbnailSet: @@ -22850,7 +22904,6 @@ components: properties: content: type: string - description: The content stream for this version of the item. format: base64url nullable: true size: @@ -23360,6 +23413,7 @@ components: nullable: true parentSiteId: type: string + description: Id of the parent site of this group. nullable: true scope: $ref: '#/components/schemas/microsoft.graph.termStore.termGroupScope' @@ -23494,11 +23548,11 @@ components: nullable: true queryRoot: type: string - description: The type of query. Examples include MicrosoftGraph and ARM. + description: 'In the scenario where reviewers need to be specified dynamically, this property is used to indicate the relative source of the query. This property is only required if a relative query (i.e., ./manager) is specified.' nullable: true queryType: type: string - description: 'In the scenario where reviewers need to be specified dynamically, this property is used to indicate the relative source of the query. This property is only required if a relative query (i.e., ./manager) is specified.' + description: The type of query. Examples include MicrosoftGraph and ARM. nullable: true additionalProperties: type: object @@ -24657,6 +24711,30 @@ components: nullable: true additionalProperties: type: object + microsoft.graph.attendanceRecord: + title: attendanceRecord + type: object + properties: + attendanceIntervals: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.attendanceInterval' + emailAddress: + type: string + nullable: true + identity: + $ref: '#/components/schemas/microsoft.graph.identity' + role: + type: string + nullable: true + totalAttendanceInSeconds: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + nullable: true + additionalProperties: + type: object microsoft.graph.attestationLevel: title: attestationLevel enum: @@ -24755,7 +24833,7 @@ components: nullable: true teamsAppId: type: string - description: The ID from the Teams app manifest. + description: The id from the Teams App manifest. nullable: true version: type: string @@ -24775,7 +24853,7 @@ components: nullable: true contentType: type: string - description: 'The media type of the content attachment. It can have the following values: reference: Attachment is a link to another file. Populate the contentURL with the link to the object.file: Raw file attachment. Populate the contenturl field with the base64 encoding of the file in data: format.image/: Image type with the type of the image specified ex: image/png, image/jpeg, image/gif. Populate the contentUrl field with the base64 encoding of the file in data: format.video/: Video type with the format specified. Ex: video/mp4. Populate the contentUrl field with the base64 encoding of the file in data: format.audio/: Audio type with the format specified. Ex: audio/wmw. Populate the contentUrl field with the base64 encoding of the file in data: format.application/card type: Rich card attachment type with the card type specifying the exact card format to use. Set content with the json format of the card. Supported values for card type include:application/vnd.microsoft.card.adaptive: A rich card that can contain any combination of text, speech, images,,buttons, and input fields. Set the content property to,an AdaptiveCard object.application/vnd.microsoft.card.animation: A rich card that plays animation. Set the content property,to an AnimationCardobject.application/vnd.microsoft.card.audio: A rich card that plays audio files. Set the content property,to an AudioCard object.application/vnd.microsoft.card.video: A rich card that plays videos. Set the content property,to a VideoCard object.application/vnd.microsoft.card.hero: A Hero card. Set the content property to a HeroCard object.application/vnd.microsoft.card.thumbnail: A Thumbnail card. Set the content property to a ThumbnailCard object.application/vnd.microsoft.com.card.receipt: A Receipt card. Set the content property to a ReceiptCard object.application/vnd.microsoft.com.card.signin: A user Sign In card. Set the content property to a SignInCard object.' + description: 'The media type of the content attachment. It can have the following values: reference: Attachment is a link to another file. Populate the contentURL with the link to the object.Any contentTypes supported by the Bot Framework''s Attachment objectapplication/vnd.microsoft.card.codesnippet: A code snippet. application/vnd.microsoft.card.announcement: An announcement header.' nullable: true contentUrl: type: string @@ -24912,6 +24990,90 @@ components: - moderate - unknownFutureValue type: string + microsoft.graph.channelMembershipType: + title: channelMembershipType + enum: + - standard + - private + - unknownFutureValue + - shared + type: string + microsoft.graph.channelModerationSettings: + title: channelModerationSettings + type: object + properties: + allowNewMessageFromBots: + type: boolean + description: Indicates whether bots are allowed to post messages. + nullable: true + allowNewMessageFromConnectors: + type: boolean + description: Indicates whether connectors are allowed to post messages. + nullable: true + replyRestriction: + $ref: '#/components/schemas/microsoft.graph.replyRestriction' + userNewMessageRestriction: + $ref: '#/components/schemas/microsoft.graph.userNewMessageRestriction' + 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 + - teamifyGroup + - createChannel + type: string + microsoft.graph.teamsAsyncOperationStatus: + title: teamsAsyncOperationStatus + enum: + - invalid + - notStarted + - inProgress + - succeeded + - failed + - unknownFutureValue + type: string + microsoft.graph.teamworkTagType: + title: teamworkTagType + enum: + - standard + type: string + microsoft.graph.teamworkTagMember: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: teamworkTagMember + type: object + properties: + displayName: + type: string + nullable: true + tenantId: + type: string + nullable: true + userId: + type: string + nullable: true + additionalProperties: + type: object microsoft.graph.operationStatus: title: operationStatus enum: @@ -24946,11 +25108,11 @@ components: nullable: true recipientUserId: type: string - description: User ID of the recipient of the offer shift request. + 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. + description: User id of the sender of the offer shift request. nullable: true additionalProperties: type: object @@ -25038,7 +25200,7 @@ components: properties: recipientShiftId: type: string - description: ShiftId for the recipient user with whom the request is to swap. + description: Shift ID for the recipient user with whom the request is to swap. nullable: true additionalProperties: type: object @@ -25130,90 +25292,6 @@ components: nullable: true additionalProperties: type: object - microsoft.graph.channelMembershipType: - title: channelMembershipType - enum: - - standard - - private - - unknownFutureValue - - shared - type: string - microsoft.graph.channelModerationSettings: - title: channelModerationSettings - type: object - properties: - allowNewMessageFromBots: - type: boolean - description: Indicates whether bots are allowed to post messages. - nullable: true - allowNewMessageFromConnectors: - type: boolean - description: Indicates whether connectors are allowed to post messages. - nullable: true - replyRestriction: - $ref: '#/components/schemas/microsoft.graph.replyRestriction' - userNewMessageRestriction: - $ref: '#/components/schemas/microsoft.graph.userNewMessageRestriction' - 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 - - teamifyGroup - - createChannel - type: string - microsoft.graph.teamsAsyncOperationStatus: - title: teamsAsyncOperationStatus - enum: - - invalid - - notStarted - - inProgress - - succeeded - - failed - - unknownFutureValue - type: string - microsoft.graph.teamworkTagType: - title: teamworkTagType - enum: - - standard - type: string - microsoft.graph.teamworkTagMember: - allOf: - - $ref: '#/components/schemas/microsoft.graph.entity' - - title: teamworkTagMember - type: object - properties: - displayName: - type: string - nullable: true - tenantId: - type: string - nullable: true - userId: - type: string - nullable: true - additionalProperties: - type: object microsoft.graph.weekIndex: title: weekIndex enum: @@ -25480,7 +25558,7 @@ components: properties: crc32Hash: type: string - description: The CRC32 value of the file in little endian (if available). Read-only. + description: The CRC32 value of the file (if available). Read-only. nullable: true quickXorHash: type: string @@ -25565,7 +25643,7 @@ components: properties: content: type: string - description: The content of comment. + description: The content of the comment. nullable: true contentType: type: string @@ -25603,7 +25681,7 @@ components: 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.' + description: 'Indicates what type of reference is associated with the name. Possible values are: String, Integer, Double, Boolean, Range. Read-only.' nullable: true value: $ref: '#/components/schemas/microsoft.graph.Json' @@ -25667,7 +25745,7 @@ components: 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.' + description: 'Constant value that represents the Table style. 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 @@ -25881,11 +25959,11 @@ components: properties: key: type: string - description: Key for the key-value pair. + description: 'Contains the name of the field that a value is associated with. When a sign in or domain hint is included in the sign-in request, corresponding fields are included as key-value pairs. Possible keys: Login hint present, Domain hint present.' nullable: true value: type: string - description: Value for the key-value pair. + description: Contains the corresponding value for the specified key. The value is true if a sign in hint was included in the sign-in request; otherwise false. The value is true if a domain hint was included in the sign-in request; otherwise false. nullable: true additionalProperties: type: object @@ -26441,6 +26519,28 @@ components: - unknownFutureValue - producer type: string + microsoft.graph.attendanceInterval: + title: attendanceInterval + type: object + properties: + durationInSeconds: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + nullable: true + joinDateTime: + 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 + leaveDateTime: + 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.teamsAppDistributionMethod: title: teamsAppDistributionMethod enum: @@ -26528,10 +26628,25 @@ components: nullable: true contentType: type: string - description: 'Write only. Content type. sicj as image/png, image/jpg.' + description: 'Write only. Content type, such as image/png, image/jpg.' nullable: true additionalProperties: type: object + microsoft.graph.replyRestriction: + title: replyRestriction + enum: + - everyone + - authorAndModerators + - unknownFutureValue + type: string + microsoft.graph.userNewMessageRestriction: + title: userNewMessageRestriction + enum: + - everyone + - everyoneExceptGuests + - moderators + - unknownFutureValue + type: string microsoft.graph.scheduleChangeRequest: allOf: - $ref: '#/components/schemas/microsoft.graph.changeTrackedEntity' @@ -26699,21 +26814,6 @@ components: nullable: true additionalProperties: type: object - microsoft.graph.replyRestriction: - title: replyRestriction - enum: - - everyone - - authorAndModerators - - unknownFutureValue - type: string - microsoft.graph.userNewMessageRestriction: - title: userNewMessageRestriction - enum: - - everyone - - everyoneExceptGuests - - moderators - - unknownFutureValue - type: string microsoft.graph.mediaSourceContentCategory: title: mediaSourceContentCategory enum: @@ -26731,11 +26831,11 @@ components: properties: content: type: string - description: The content of a comment reply. + description: The content of replied comment. nullable: true contentType: type: string - description: Indicates the type for the comment reply. + description: Indicates the type for the replied comment. additionalProperties: type: object microsoft.graph.workbookOperationError: @@ -26816,7 +26916,7 @@ components: description: Represents whether the casing impacted the last sort of the table. Read-only. method: type: string - description: 'Represents Chinese character ordering method last used to sort the table. The possible values are: PinYin, StrokeCount. Read-only.' + description: 'Represents Chinese character ordering method last used to sort the table. Possible values are: PinYin, StrokeCount. Read-only.' additionalProperties: type: object microsoft.graph.workbookChart: @@ -27054,7 +27154,7 @@ components: nullable: true dataOption: type: string - description: 'Represents additional sorting options for this field. The possible values are: Normal, TextAsNumber.' + description: 'Represents additional sorting options for this field. Possible values are: Normal, TextAsNumber.' icon: $ref: '#/components/schemas/microsoft.graph.workbookIcon' key: @@ -27065,7 +27165,7 @@ components: format: int32 sortOn: type: string - description: 'Represents the type of sorting of this condition. The possible values are: Value, CellColor, FontColor, Icon.' + description: 'Represents the type of sorting of this condition. Possible values are: Value, CellColor, FontColor, Icon.' additionalProperties: type: object microsoft.graph.workbookChartAxes: @@ -27290,7 +27390,7 @@ components: format: int32 set: type: string - description: 'Represents the set that the icon is part of. The possible values are: Invalid, ThreeArrows, ThreeArrowsGray, ThreeFlags, ThreeTrafficLights1, ThreeTrafficLights2, ThreeSigns, ThreeSymbols, ThreeSymbols2, FourArrows, FourArrowsGray, FourRedToBlack, FourRating, FourTrafficLights, FiveArrows, FiveArrowsGray, FiveRating, FiveQuarters, ThreeStars, ThreeTriangles, FiveBoxes.' + description: 'Represents the set that the icon is part of. Possible values are: Invalid, ThreeArrows, ThreeArrowsGray, ThreeFlags, ThreeTrafficLights1, ThreeTrafficLights2, ThreeSigns, ThreeSymbols, ThreeSymbols2, FourArrows, FourArrowsGray, FourRedToBlack, FourRating, FourTrafficLights, FiveArrows, FiveArrowsGray, FiveRating, FiveQuarters, ThreeStars, ThreeTriangles, FiveBoxes.' additionalProperties: type: object microsoft.graph.workbookChartAxis: diff --git a/openApiDocs/v1.0/Applications.yml b/openApiDocs/v1.0/Applications.yml index a69e7becfaa..142f4c6315f 100644 --- a/openApiDocs/v1.0/Applications.yml +++ b/openApiDocs/v1.0/Applications.yml @@ -6573,7 +6573,7 @@ components: $ref: '#/components/schemas/microsoft.graph.apiApplication' appId: type: string - description: The unique identifier for the application that is assigned to an application by Azure AD. Not nullable. Read-only. + description: The unique identifier for the application that is assigned by Azure AD. Not nullable. Read-only. nullable: true applicationTemplateId: type: string @@ -6598,13 +6598,13 @@ components: nullable: true groupMembershipClaims: type: string - description: 'Configures the groups claim issued in a user or OAuth 2.0 access token that the application expects. To set this attribute, use one of the following valid string values: None, SecurityGroup (for security groups and Azure AD roles), All (this gets all of the security groups, distribution groups, and Azure AD directory roles that the signed-in user is a member of).' + description: 'Configures the groups claim issued in a user or OAuth 2.0 access token that the application expects. To set this attribute, use one of the following string values: None, SecurityGroup (for security groups and Azure AD roles), All (this gets all security groups, distribution groups, and Azure AD directory roles that the signed-in user is a member of).' nullable: true identifierUris: type: array items: type: string - description: 'The URIs that identify the application within its Azure AD tenant, or within a verified custom domain if the application is multi-tenant. For more information see Application Objects and Service Principal Objects. The any operator is required for filter expressions on multi-valued properties. Not nullable.' + description: 'The URIs that identify the application within its Azure AD tenant, or within a verified custom domain if the application is multi-tenant. For more information, see Application Objects and Service Principal Objects. The any operator is required for filter expressions on multi-valued properties. Not nullable.' info: $ref: '#/components/schemas/microsoft.graph.informationalUrl' isDeviceOnlyAuthSupported: @@ -6612,7 +6612,7 @@ components: nullable: true isFallbackPublicClient: type: boolean - description: 'Specifies the fallback application type as public client, such as an installed application running on a mobile device. The default value is false which means the fallback application type is confidential client such as a web app. There are certain scenarios where Azure AD cannot determine the client application type. For example, the ROPC flow where it is configured without specifying a redirect URI. In those cases Azure AD interprets the application type based on the value of this property.' + description: 'Specifies the fallback application type as public client, such as an installed application running on a mobile device. The default value is false which means the fallback application type is confidential client such as a web app. There are certain scenarios where Azure AD cannot determine the client application type. For example, the ROPC flow where the application is configured without specifying a redirect URI. In those cases Azure AD interprets the application type based on the value of this property.' nullable: true keyCredentials: type: array @@ -6642,7 +6642,7 @@ components: $ref: '#/components/schemas/microsoft.graph.publicClientApplication' publisherDomain: type: string - description: 'The verified publisher domain for the application. Read-only. For more information, see How to: Configure an application''s publisher domain.' + description: The verified publisher domain for the application. Read-only. nullable: true requiredResourceAccess: type: array @@ -6767,7 +6767,7 @@ components: nullable: true key: type: string - description: 'The certificate''s raw data in byte array converted to Base64 string; for example, [System.Convert]::ToBase64String($Cert.GetRawCertData()).' + description: Value for the key credential. Should be a base 64 encoded value. format: base64url nullable: true keyId: @@ -7071,7 +7071,7 @@ components: nullable: true signInAudience: type: string - description: Specifies what Microsoft accounts are supported for the associated application. Read-only. + description: 'Specifies the Microsoft accounts that are supported for the current application. Read-only. Supported values are:AzureADMyOrg: Users with a Microsoft work or school account in my organization’s Azure AD tenant (single-tenant).AzureADMultipleOrgs: Users with a Microsoft work or school account in any organization’s Azure AD tenant (multi-tenant).AzureADandPersonalMicrosoftAccount: Users with a personal Microsoft account, or a work or school account in any organization’s Azure AD tenant.PersonalMicrosoftAccount: Users with a personal Microsoft account only.' nullable: true tags: type: array @@ -7174,11 +7174,11 @@ components: $ref: '#/components/schemas/microsoft.graph.permissionClassificationType' permissionId: type: string - description: The unique identifier (id) for the delegated permission listed in the oauth2PermissionScopes collection of the servicePrincipal. Required on create. Does not support $filter. + description: The unique identifier (id) for the delegated permission listed in the publishedPermissionScopes collection of the servicePrincipal. Required on create. Does not support $filter. nullable: true permissionName: type: string - description: The claim value (value) for the delegated permission listed in the oauth2PermissionScopes collection of the servicePrincipal. Does not support $filter. + description: The claim value (value) for the delegated permission listed in the publishedPermissionScopes collection of the servicePrincipal. Does not support $filter. nullable: true additionalProperties: type: object @@ -7547,11 +7547,11 @@ components: properties: key: type: string - description: Key for the key-value pair. + description: 'Contains the name of the field that a value is associated with. When a sign in or domain hint is included in the sign-in request, corresponding fields are included as key-value pairs. Possible keys: Login hint present, Domain hint present.' nullable: true value: type: string - description: Value for the key-value pair. + description: Contains the corresponding value for the specified key. The value is true if a sign in hint was included in the sign-in request; otherwise false. The value is true if a domain hint was included in the sign-in request; otherwise false. nullable: true additionalProperties: type: object diff --git a/openApiDocs/v1.0/Calendar.yml b/openApiDocs/v1.0/Calendar.yml index f64ae3000f7..a7ff6e5bd8d 100644 --- a/openApiDocs/v1.0/Calendar.yml +++ b/openApiDocs/v1.0/Calendar.yml @@ -39466,15 +39466,15 @@ components: 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.' 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.' + 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, through an Outlook client or the corresponding calendarPermission resource. Read-only.' 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.' + description: 'true if the user has the permission to share the calendar, false otherwise. Only the user who created the calendar can share it. Read-only.' nullable: true canViewPrivateItems: type: boolean - description: 'true if the user can read calendar items that have been marked private, false otherwise.' + description: 'true if the user can read calendar items that have been marked private, false otherwise. This property is set through an Outlook client or the corresponding calendarPermission resource. Read-only.' nullable: true changeKey: type: string @@ -39486,7 +39486,7 @@ components: $ref: '#/components/schemas/microsoft.graph.onlineMeetingProviderType' hexColor: type: string - description: 'The calendar color, expressed in a hex color code of three hexadecimal values, each ranging from 00 to FF and representing the red, green, or blue components of the color in the RGB color space. If the user has never explicitly set a color for the calendar, this property is empty. Read-only.' + description: 'The calendar color, expressed in a hex color code of three hexadecimal values, each ranging from 00 to FF and representing the red, green, or blue components of the color in the RGB color space. If the user has never explicitly set a color for the calendar, this property is empty.' nullable: true isDefaultCalendar: type: boolean @@ -39693,19 +39693,19 @@ components: 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. + description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' calendar: $ref: '#/components/schemas/microsoft.graph.calendar' extensions: type: array items: $ref: '#/components/schemas/microsoft.graph.extension' - description: The collection of open extensions defined for the event. Read-only. Nullable. + description: The collection of open extensions defined for the event. Nullable. instances: type: array items: $ref: '#/components/schemas/microsoft.graph.event' - description: The instances of the event. Navigation property. Read-only. Nullable. + description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but does not include occurrences that have been cancelled from the series. Navigation property. Read-only. Nullable.' multiValueExtendedProperties: type: array items: @@ -39739,7 +39739,7 @@ components: nullable: true name: type: string - description: The attachment's file name. + description: The display name of the attachment. This does not need to be the actual file name. nullable: true size: maximum: 2147483647 @@ -39866,11 +39866,11 @@ components: properties: address: type: string - description: The email address of the person or entity. + description: The email address of an entity instance. nullable: true name: type: string - description: The display name of the person or entity. + description: The display name of an entity instance. nullable: true additionalProperties: type: object @@ -39946,10 +39946,10 @@ components: 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).' + description: 'A single point of time in a combined date and time representation ({date}T{time}). For example, ''2019-04-16T09:00:00''.' timeZone: type: string - description: 'Represents a time zone, for example, ''Pacific Standard Time''. See below for more possible values.' + description: 'Represents a time zone, for example, ''Pacific Standard Time''. See below for possible values.' nullable: true additionalProperties: type: object @@ -40228,7 +40228,7 @@ components: 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.' + description: 'A collection of the days of the week on which the event occurs. 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: diff --git a/openApiDocs/v1.0/ChangeNotifications.yml b/openApiDocs/v1.0/ChangeNotifications.yml index a37a9290914..07f5f6e3258 100644 --- a/openApiDocs/v1.0/ChangeNotifications.yml +++ b/openApiDocs/v1.0/ChangeNotifications.yml @@ -264,14 +264,14 @@ components: 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.' + description: '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. Required. 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. + description: Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 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. Optional. 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.' + 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 @@ -279,12 +279,12 @@ components: nullable: true encryptionCertificateId: type: string - description: A custom app-provided identifier to help identify the certificate needed to decrypt resource data. Optional. + description: A custom app-provided identifier to help identify the certificate needed to decrypt resource data. Optional. Required when includeResourceData is true. 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.' + description: '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. Required.' format: date-time includeResourceData: type: boolean @@ -304,10 +304,10 @@ components: 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. + description: The URL of the endpoint that receives the change notifications. This URL must make use of the HTTPS protocol. Required. 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. + description: Specifies the resource that will be monitored for changes. Do not include the base URL (https://graph.microsoft.com/beta/). See the possible resource path values for each supported resource. Required. additionalProperties: type: object microsoft.graph.entity: diff --git a/openApiDocs/v1.0/CloudCommunications.yml b/openApiDocs/v1.0/CloudCommunications.yml index 0bc9b122c4e..3fbeea0a0ee 100644 --- a/openApiDocs/v1.0/CloudCommunications.yml +++ b/openApiDocs/v1.0/CloudCommunications.yml @@ -3224,13 +3224,13 @@ components: 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: 'UTC time when the first user joined the call. 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 is 2014-01-01T00:00:00Z.' + description: 'UTC time when the first user joined the call. 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 is 2014-01-01T00:00:00Z' format: date-time type: $ref: '#/components/schemas/microsoft.graph.callRecords.callType' version: type: integer - description: Monotonically increasing version of the call record. Higher version call records with the same id includes additional data compared to the lower version. + description: Monotonically increasing version of the call record. Higher version call records with the same ID includes additional data compared to the lower version. format: int64 sessions: type: array @@ -3264,7 +3264,7 @@ components: 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: 'UTC time when the first user joined the session. 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 is 2014-01-01T00:00:00Z' + description: 'UTC fime when the first user joined the session. 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 is 2014-01-01T00:00:00Z' format: date-time segments: type: array @@ -3443,7 +3443,7 @@ components: $ref: '#/components/schemas/microsoft.graph.identitySet' replacesCallId: type: string - description: Optional. The call which the target identity is currently a part of. This call will be dropped once the participant is added. + description: Optional. The call which the target idenity is currently a part of. This call will be dropped once the participant is added. nullable: true additionalProperties: type: object @@ -3593,7 +3593,7 @@ components: properties: activity: type: string - description: 'The supplemental information to a user''s availability. Possible values are Available, Away, BeRightBack, Busy, DoNotDisturb, InACall, InAConferenceCall, Inactive, InAMeeting, Offline, OffWork, OutOfOffice, PresenceUnknown, Presenting, UrgentInterruptionsOnly.' + description: 'The supplemental information to a user''s availability. Possible values are Available, Away, BeRightBack, Busy, DoNotDisturb, InACall, InAConferenceCall, Inactive,InAMeeting, Offline, OffWork,OutOfOffice, PresenceUnknown,Presenting, UrgentInterruptionsOnly.' nullable: true availability: type: string @@ -3665,7 +3665,7 @@ components: properties: messageId: type: string - description: The unique identifier of a message in a Microsoft Teams channel. + description: The unique identifier for a message in a Microsoft Teams channel. nullable: true replyChainMessageId: type: string @@ -3800,13 +3800,13 @@ components: properties: observedParticipantId: type: string - description: The ID of the participant that is under observation. Read-only. + description: The id of the participant that is under observation. Read-only. nullable: true onBehalfOf: $ref: '#/components/schemas/microsoft.graph.identitySet' sourceParticipantId: type: string - description: The ID of the participant that triggered the incoming call. Read-only. + description: The id of the participant that triggered the incoming call. Read-only. nullable: true transferor: $ref: '#/components/schemas/microsoft.graph.identitySet' @@ -3865,7 +3865,7 @@ components: nullable: true region: type: string - description: 'The home region of the participant. This can be a country, a continent, or a larger geographic region. This does not change based on the participant''s current physical location. Read-only.' + description: 'The home region of the participant. This can be a country, a continent, or a larger geographic region. This does not change based on the participant''s current physical location, unlike countryCode. Read-only.' nullable: true additionalProperties: type: object @@ -3931,7 +3931,7 @@ components: $ref: '#/components/schemas/microsoft.graph.modality' serverMuted: type: boolean - description: If the media is muted by the server. + description: Indicates whether the media is muted by the server. sourceId: type: string description: The source ID. diff --git a/openApiDocs/v1.0/DeviceManagement.Administration.yml b/openApiDocs/v1.0/DeviceManagement.Administration.yml index 0be456372ca..5d287934c85 100644 --- a/openApiDocs/v1.0/DeviceManagement.Administration.yml +++ b/openApiDocs/v1.0/DeviceManagement.Administration.yml @@ -4211,7 +4211,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.resourceAction' - description: Actions + description: Resource Actions each containing a set of allowed and not allowed permissions. additionalProperties: type: object description: Contains the set of ResourceActions determining the allowed and not allowed permissions for each role. @@ -4245,7 +4245,7 @@ components: items: type: string nullable: true - description: Not Allowed Actions + description: Not Allowed Actions. additionalProperties: type: object description: Set of allowed and not allowed actions for a resource. diff --git a/openApiDocs/v1.0/DeviceManagement.Enrolment.yml b/openApiDocs/v1.0/DeviceManagement.Enrolment.yml index e2b241e4490..07b19404816 100644 --- a/openApiDocs/v1.0/DeviceManagement.Enrolment.yml +++ b/openApiDocs/v1.0/DeviceManagement.Enrolment.yml @@ -640,38 +640,38 @@ components: 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 + description: Created date time in UTC of the device enrollment configuration format: date-time description: type: string - description: Not yet documented + description: The description of the device enrollment configuration nullable: true displayName: type: string - description: Not yet documented + description: The display name of the device enrollment configuration 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 + description: Last modified date time in UTC of the device enrollment configuration format: date-time priority: maximum: 2147483647 minimum: -2147483648 type: integer - description: Not yet documented + description: Priority is used when a user exists in multiple groups that are assigned enrollment configuration. Users are subject only to the configuration with the lowest priority value. format: int32 version: maximum: 2147483647 minimum: -2147483648 type: integer - description: Not yet documented + description: The version of the device enrollment configuration format: int32 assignments: type: array items: $ref: '#/components/schemas/microsoft.graph.enrollmentConfigurationAssignment' - description: The list of group assignments for the device configuration profile. + description: The list of group assignments for the device configuration profile additionalProperties: type: object description: The Base Class of Device Enrollment Configuration diff --git a/openApiDocs/v1.0/DeviceManagement.Functions.yml b/openApiDocs/v1.0/DeviceManagement.Functions.yml index 975c5cbeb53..5ea86a7abad 100644 --- a/openApiDocs/v1.0/DeviceManagement.Functions.yml +++ b/openApiDocs/v1.0/DeviceManagement.Functions.yml @@ -84,7 +84,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.resourceAction' - description: Actions + description: Resource Actions each containing a set of allowed and not allowed permissions. additionalProperties: type: object description: Contains the set of ResourceActions determining the allowed and not allowed permissions for each role. @@ -103,7 +103,7 @@ components: items: type: string nullable: true - description: Not Allowed Actions + description: Not Allowed Actions. additionalProperties: type: object description: Set of allowed and not allowed actions for a resource. diff --git a/openApiDocs/v1.0/DeviceManagement.yml b/openApiDocs/v1.0/DeviceManagement.yml index a10c529876b..999dca29bdd 100644 --- a/openApiDocs/v1.0/DeviceManagement.yml +++ b/openApiDocs/v1.0/DeviceManagement.yml @@ -7621,24 +7621,24 @@ components: properties: activationLockBypassCode: type: string - description: Code that allows the Activation Lock on a device to be bypassed. + description: Code that allows the Activation Lock on a device to be bypassed. This property is read-only. nullable: true androidSecurityPatchLevel: type: string - description: Android security patch level + description: Android security patch level. This property is read-only. nullable: true azureADDeviceId: type: string - description: The unique identifier for the Azure Active Directory device. Read only. + description: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. nullable: true azureADRegistered: type: boolean - description: Whether the device is Azure Active Directory registered. + description: Whether the device is Azure Active Directory registered. This property is read-only. nullable: true 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 + description: The DateTime when device compliance grace period expires. This property is read-only. format: date-time complianceState: $ref: '#/components/schemas/microsoft.graph.complianceState' @@ -7648,10 +7648,10 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.deviceActionResult' - description: List of ComplexType deviceActionResult objects. + description: List of ComplexType deviceActionResult objects. This property is read-only. deviceCategoryDisplayName: type: string - description: Device category display name + description: Device category display name. This property is read-only. nullable: true deviceEnrollmentType: $ref: '#/components/schemas/microsoft.graph.deviceEnrollmentType' @@ -7659,30 +7659,30 @@ components: $ref: '#/components/schemas/microsoft.graph.deviceHealthAttestationState' deviceName: type: string - description: Name of the device + description: Name of the device. This property is read-only. nullable: true deviceRegistrationState: $ref: '#/components/schemas/microsoft.graph.deviceRegistrationState' easActivated: type: boolean - description: Whether the device is Exchange ActiveSync activated. + description: Whether the device is Exchange ActiveSync activated. This property is read-only. 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. + description: Exchange ActivationSync activation time of the device. This property is read-only. format: date-time easDeviceId: type: string - description: Exchange ActiveSync Id of the device. + description: Exchange ActiveSync Id of the device. This property is read-only. nullable: true emailAddress: type: string - description: Email(s) for the user associated with the device + description: Email(s) for the user associated with the device. This property is read-only. 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. + description: Enrollment time of the device. This property is read-only. format: date-time exchangeAccessState: $ref: '#/components/schemas/microsoft.graph.deviceManagementExchangeAccessState' @@ -7691,30 +7691,30 @@ components: 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. + description: Last time the device contacted Exchange. This property is read-only. format: date-time freeStorageSpaceInBytes: type: integer - description: Free Storage in Bytes + description: Free Storage in Bytes. This property is read-only. format: int64 imei: type: string - description: IMEI + description: IMEI. This property is read-only. nullable: true isEncrypted: type: boolean - description: Device encryption status + description: Device encryption status. This property is read-only. isSupervised: type: boolean - description: Device supervised status + description: Device supervised status. This property is read-only. jailBroken: type: string - description: whether the device is jail broken or rooted. + description: whether the device is jail broken or rooted. This property is read-only. nullable: true 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. + description: The date and time that the device last completed a successful sync with Intune. This property is read-only. format: date-time managedDeviceName: type: string @@ -7726,65 +7726,65 @@ components: $ref: '#/components/schemas/microsoft.graph.managementAgentType' manufacturer: type: string - description: Manufacturer of the device + description: Manufacturer of the device. This property is read-only. nullable: true meid: type: string - description: MEID + description: MEID. This property is read-only. nullable: true model: type: string - description: Model of the device + description: Model of the device. This property is read-only. nullable: true operatingSystem: type: string - description: 'Operating system of the device. Windows, iOS, etc.' + description: 'Operating system of the device. Windows, iOS, etc. This property is read-only.' nullable: true osVersion: type: string - description: Operating system version of the device. + description: Operating system version of the device. This property is read-only. nullable: true partnerReportedThreatState: $ref: '#/components/schemas/microsoft.graph.managedDevicePartnerReportedHealthState' phoneNumber: type: string - description: Phone number of the device + description: Phone number of the device. This property is read-only. nullable: true remoteAssistanceSessionErrorDetails: type: string - description: An error string that identifies issues when creating Remote Assistance session objects. + description: An error string that identifies issues when creating Remote Assistance session objects. This property is read-only. nullable: true remoteAssistanceSessionUrl: type: string - description: Url that allows a Remote Assistance session to be established with the device. + description: Url that allows a Remote Assistance session to be established with the device. This property is read-only. nullable: true serialNumber: type: string - description: SerialNumber + description: SerialNumber. This property is read-only. nullable: true subscriberCarrier: type: string - description: Subscriber Carrier + description: Subscriber Carrier. This property is read-only. nullable: true totalStorageSpaceInBytes: type: integer - description: Total Storage in Bytes + description: Total Storage in Bytes. This property is read-only. format: int64 userDisplayName: type: string - description: User display name + description: User display name. This property is read-only. nullable: true userId: type: string - description: Unique Identifier for the user associated with the device + description: Unique Identifier for the user associated with the device. This property is read-only. nullable: true userPrincipalName: type: string - description: Device user principal name + description: Device user principal name. This property is read-only. nullable: true wiFiMacAddress: type: string - description: Wi-Fi MAC + description: Wi-Fi MAC. This property is read-only. nullable: true deviceCompliancePolicyStates: type: array @@ -8939,7 +8939,7 @@ components: maximum: 2147483647 minimum: -2147483648 type: integer - description: The number of days a device is allowed to go without checking in to remain compliant. Valid values 0 to 120 + description: The number of days a device is allowed to go without checking in to remain compliant. format: int32 isScheduledActionEnabled: type: boolean @@ -9200,38 +9200,38 @@ components: 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 + description: Created date time in UTC of the device enrollment configuration format: date-time description: type: string - description: Not yet documented + description: The description of the device enrollment configuration nullable: true displayName: type: string - description: Not yet documented + description: The display name of the device enrollment configuration 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 + description: Last modified date time in UTC of the device enrollment configuration format: date-time priority: maximum: 2147483647 minimum: -2147483648 type: integer - description: Not yet documented + description: Priority is used when a user exists in multiple groups that are assigned enrollment configuration. Users are subject only to the configuration with the lowest priority value. format: int32 version: maximum: 2147483647 minimum: -2147483648 type: integer - description: Not yet documented + description: The version of the device enrollment configuration format: int32 assignments: type: array items: $ref: '#/components/schemas/microsoft.graph.enrollmentConfigurationAssignment' - description: The list of group assignments for the device configuration profile. + description: The list of group assignments for the device configuration profile additionalProperties: type: object description: The Base Class of Device Enrollment Configuration @@ -10233,7 +10233,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.resourceAction' - description: Actions + description: Resource Actions each containing a set of allowed and not allowed permissions. additionalProperties: type: object description: Contains the set of ResourceActions determining the allowed and not allowed permissions for each role. @@ -10307,7 +10307,7 @@ components: items: type: string nullable: true - description: Not Allowed Actions + description: Not Allowed Actions. additionalProperties: type: object description: Set of allowed and not allowed actions for a resource. diff --git a/openApiDocs/v1.0/Devices.CloudPrint.yml b/openApiDocs/v1.0/Devices.CloudPrint.yml index 5d153523296..6506c9694fe 100644 --- a/openApiDocs/v1.0/Devices.CloudPrint.yml +++ b/openApiDocs/v1.0/Devices.CloudPrint.yml @@ -4621,7 +4621,7 @@ components: 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.' + description: 'The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select.' assignedLicenses: type: array items: @@ -4658,7 +4658,7 @@ components: 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.' + 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).' nullable: true licenseProcessingState: $ref: '#/components/schemas/microsoft.graph.licenseProcessingState' @@ -4719,13 +4719,13 @@ components: 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. + description: The preferred language for a 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.' + 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 for 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 @@ -4742,7 +4742,7 @@ components: 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.' + description: 'Specifies a 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 @@ -4758,11 +4758,11 @@ components: 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. Supported only on the Get group API (GET /groups/{ID}).' + description: 'true if the group is not displayed in certain parts of the Outlook user interface: in the Address Book, in address lists for selecting message recipients, and in the Browse Groups dialog for searching groups; false otherwise. Default value is false. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}).' 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. Supported only on the Get group API (GET /groups/{ID}).' + description: 'true if the group is not displayed in Outlook clients, such as Outlook for Windows and Outlook on the web, false otherwise. Default value is false. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}).' nullable: true isSubscribedByMail: type: boolean @@ -4772,7 +4772,7 @@ components: 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. Supported only on the Get group API (GET /groups/{ID}).' + description: 'Count of conversations that have received new posts since the signed-in user last visited the group. This property is the same as unseenConversationsCount.Returned only on $select. Supported only on the Get group API (GET /groups/{ID}).' format: int32 nullable: true isArchived: @@ -4789,12 +4789,12 @@ components: 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.' + description: 'Groups and administrative units 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.' + description: 'Users, contacts, and groups that are members of this group. HTTP Methods: GET (supported for all groups), POST (supported for security groups and mail-enabled security groups), DELETE (supported only for security groups) Read-only. Nullable.' membersWithLicenseErrors: type: array items: @@ -4804,7 +4804,7 @@ components: 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.' + description: 'The owners of the group. The owners are a set of non-admin users who are allowed to modify this object. HTTP Methods: GET (supported for all groups), POST (supported for security groups and mail-enabled security groups), DELETE (supported only for security groups) Read-only. Nullable.' permissionGrants: type: array items: @@ -4813,7 +4813,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.groupSetting' - description: Read-only. Nullable. + description: 'Settings that can govern this group''s behavior, like whether members can invite guest users to the group. Nullable.' transitiveMemberOf: type: array items: @@ -4843,7 +4843,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.event' - description: The group's calendar events. + description: The group's events. photo: $ref: '#/components/schemas/microsoft.graph.profilePhoto' photos: @@ -4900,30 +4900,30 @@ components: properties: accountEnabled: type: boolean - description: 'true if the account is enabled; otherwise, false. This property is required when a user is created. Supports $filter.' + description: 'true if the account is enabled; otherwise, false. This property is required when a user is created. Returned only on $select. 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.' + 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. Returned only on $select.' nullable: true assignedLicenses: type: array items: $ref: '#/components/schemas/microsoft.graph.assignedLicense' - description: The licenses that are assigned to the user. Returned only on $select. Not nullable. Supports $filter. + description: The licenses that are assigned to the user. Not nullable. Supports $filter. assignedPlans: type: array items: $ref: '#/components/schemas/microsoft.graph.assignedPlan' - description: The plans that are assigned to the user. Read-only. Not nullable. + description: The plans that are assigned to the user. Returned only on $select. 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. Read-only for users synced from on-premises directory. Returned by default.' + description: The telephone numbers for the user. Only one number can be set for this property. Returned by default. Read-only for users synced from on-premises directory. city: type: string - description: The city in which the user is located. Supports $filter. + description: The city in which the user is located. Returned only on $select. Supports $filter. nullable: true companyName: type: string @@ -4931,29 +4931,29 @@ components: 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.' + 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. Returned only on $select.' nullable: true country: type: string - description: 'The country/region in which the user is located; for example, ''US'' or ''UK''. Supports $filter.' + description: 'The country/region in which the user is located; for example, ''US'' or ''UK''. Returned only on $select. 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. + description: The date and time the user was created. The value cannot be modified and is automatically populated when the entity is created. The DateTimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. Property is nullable. A null value indicates that an accurate creation time couldn't be determined for the user. Returned only on $select. Read-only. Supports $filter. 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.' + 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). Returned only on $select. Read-only.' nullable: true department: type: string - description: The name for the department in which the user works. Supports $filter. + description: The name for the department in which the user works. Returned only on $select. Supports $filter. nullable: true 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. Returned by default. Supports $filter and $orderby.' + description: 'The name displayed in the address book for the user. This value 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. Returned by default. 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])$' @@ -4983,7 +4983,7 @@ components: nullable: true faxNumber: type: string - description: The fax number of the user. + description: The fax number of the user. Returned only on $select. nullable: true givenName: type: string @@ -4993,7 +4993,7 @@ components: 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.' + 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. Returned only on $select. Supports $filter.' imAddresses: type: array items: @@ -5011,29 +5011,29 @@ components: 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 is 2014-01-01T00:00:00Z' + description: 'The time when this Azure AD user last changed their password. 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 is 2014-01-01T00:00:00Z Returned only on $select. Read-only.' 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.' + 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. Returned only on $select.' nullable: true licenseAssignmentStates: type: array items: $ref: '#/components/schemas/microsoft.graph.licenseAssignmentState' - description: State of license assignments for this user. Read-only. + description: State of license assignments for this user. Returned only on $select. Read-only. mail: type: string description: 'The SMTP address for the user, for example, ''jeff@contoso.onmicrosoft.com''. Returned by default. Supports $filter and endsWith.' nullable: true mailNickname: type: string - description: The mail alias for the user. This property must be specified when a user is created. Supports $filter. + description: The mail alias for the user. This property must be specified when a user is created. Returned only on $select. Supports $filter. nullable: true mobilePhone: type: string - description: The primary cellular telephone number for the user. Read-only for users synced from on-premises directory. Returned by default. + description: The primary cellular telephone number for the user. Returned by default. Read-only for users synced from on-premises directory. nullable: true officeLocation: type: string @@ -5041,59 +5041,59 @@ components: 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. + 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. Returned only on $select. 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.' + 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. Returned only on $select. 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.' + 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. Returned only on $select. 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 is 2014-01-01T00:00:00Z. Read-only.' + 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 is 2014-01-01T00:00:00Z. Returned only on $select. 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. + description: Errors when using Microsoft synchronization product during provisioning. Returned only on $select. 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. + 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. Returned only on $select. 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. + description: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Returned only on $select. 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 + 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). Returned only on $select. 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. + 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. Returned only on $select. 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.' + description: 'A list of additional email addresses for the user; for example: [''bob@contoso.com'', ''Robert@fabrikam.com''].Returned only on $select. 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''.' + 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''.Returned only on $select.' 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.' + 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. Returned only on $select.' nullable: true preferredLanguage: type: string @@ -5103,29 +5103,29 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.provisionedPlan' - description: The plans that are provisioned for the user. Read-only. Not nullable. + description: The plans that are provisioned for the user. Returned only on $select. 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.' + description: 'For example: [''SMTP: bob@contoso.com'', ''smtp: bob@sales.contoso.com''] The any operator is required for filter expressions on multi-valued properties. Returned only on $select. Read-only, Not nullable. Supports $filter.' 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.' + 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. Returned only on $select.' 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.' + 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. Use revokeSignInSessions to reset.' format: date-time nullable: true state: type: string - description: The state or province in the user's address. Supports $filter. + description: The state or province in the user's address. Returned only on $select. Supports $filter. nullable: true streetAddress: type: string - description: The street address of the user's place of business. + description: The street address of the user's place of business. Returned only on $select. nullable: true surname: type: string @@ -5133,7 +5133,7 @@ components: 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.' + 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. Returned only on $select. Supports $filter.' nullable: true userPrincipalName: type: string @@ -5141,7 +5141,7 @@ components: 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.' + description: 'A string value that can be used to classify user types in your directory, such as ''Member'' and ''Guest''. Returned only on $select. Supports $filter.' nullable: true mailboxSettings: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' @@ -5153,12 +5153,12 @@ components: format: int32 aboutMe: type: string - description: A freeform text entry field for the user to describe themselves. + description: A freeform text entry field for the user to describe themselves. Returned only on $select. 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 is 2014-01-01T00:00:00Z' + 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 is 2014-01-01T00:00:00Z Returned only on $select.' 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])$' @@ -5170,39 +5170,39 @@ components: items: type: string nullable: true - description: A list for the user to describe their interests. + description: A list for the user to describe their interests. Returned only on $select. mySite: type: string - description: The URL for the user's personal site. + description: The URL for the user's personal site. Returned only on $select. nullable: true pastProjects: type: array items: type: string nullable: true - description: A list for the user to enumerate their past projects. + description: A list for the user to enumerate their past projects. Returned only on $select. preferredName: type: string - description: The preferred name for the user. + description: The preferred name for the user. Returned only on $select. nullable: true responsibilities: type: array items: type: string nullable: true - description: A list for the user to enumerate their responsibilities. + description: A list for the user to enumerate their responsibilities. Returned only on $select. schools: type: array items: type: string nullable: true - description: A list for the user to enumerate the schools they have attended. + description: A list for the user to enumerate the schools they have attended. Returned only on $select. skills: type: array items: type: string nullable: true - description: A list for the user to enumerate their skills. + description: A list for the user to enumerate their skills. Returned only on $select. appRoleAssignments: type: array items: @@ -5229,7 +5229,7 @@ components: 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. + description: 'The groups, directory roles and administrative units that the user is a member of. Read-only. Nullable.' oauth2PermissionGrants: type: array items: @@ -5289,7 +5289,7 @@ components: 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. + description: The user's events. Default is to show events under the Default Calendar. Read-only. Nullable. inferenceClassification: $ref: '#/components/schemas/microsoft.graph.inferenceClassification' mailFolders: @@ -5308,7 +5308,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.person' - description: People that are relevant to the user. Read-only. Nullable. + description: 'Read-only. The most relevant people to the user. The collection is ordered by their relevance to the user, which is determined by the user''s communication, collaboration and business relationships. A person is an aggregation of information from across mail, contacts and social networks.' photo: $ref: '#/components/schemas/microsoft.graph.profilePhoto' photos: @@ -5331,7 +5331,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.extension' - description: The collection of open extensions defined for the user. Read-only. Nullable. + description: The collection of open extensions defined for the user. Nullable. agreementAcceptances: type: array items: @@ -5393,7 +5393,7 @@ components: properties: parentUrl: type: string - description: 'The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only.' + description: 'The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/beta/print/printers/{printerId}/jobs/{jobId}. Read-only.' status: $ref: '#/components/schemas/microsoft.graph.printTaskStatus' definition: @@ -5711,18 +5711,23 @@ components: properties: clientAppId: type: string + description: ID of the service principal of the Azure AD app that has been granted access. Read-only. nullable: true clientId: type: string + description: ID of the Azure AD app that has been granted access. Read-only. nullable: true permission: type: string + description: The name of the permission. Read-only. nullable: true permissionType: type: string + description: 'The type of permission. Possible values are: Application,Delegated. Read-only.' nullable: true resourceAppId: type: string + description: ID of the Azure AD app that is hosting the resource. Read-only. nullable: true additionalProperties: type: object @@ -5761,15 +5766,15 @@ components: 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.' 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.' + 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, through an Outlook client or the corresponding calendarPermission resource. Read-only.' 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.' + description: 'true if the user has the permission to share the calendar, false otherwise. Only the user who created the calendar can share it. Read-only.' nullable: true canViewPrivateItems: type: boolean - description: 'true if the user can read calendar items that have been marked private, false otherwise.' + description: 'true if the user can read calendar items that have been marked private, false otherwise. This property is set through an Outlook client or the corresponding calendarPermission resource. Read-only.' nullable: true changeKey: type: string @@ -5781,7 +5786,7 @@ components: $ref: '#/components/schemas/microsoft.graph.onlineMeetingProviderType' hexColor: type: string - description: 'The calendar color, expressed in a hex color code of three hexadecimal values, each ranging from 00 to FF and representing the red, green, or blue components of the color in the RGB color space. If the user has never explicitly set a color for the calendar, this property is empty. Read-only.' + description: 'The calendar color, expressed in a hex color code of three hexadecimal values, each ranging from 00 to FF and representing the red, green, or blue components of the color in the RGB color space. If the user has never explicitly set a color for the calendar, this property is empty.' nullable: true isDefaultCalendar: type: boolean @@ -5963,19 +5968,19 @@ components: 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. + description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' calendar: $ref: '#/components/schemas/microsoft.graph.calendar' extensions: type: array items: $ref: '#/components/schemas/microsoft.graph.extension' - description: The collection of open extensions defined for the event. Read-only. Nullable. + description: The collection of open extensions defined for the event. Nullable. instances: type: array items: $ref: '#/components/schemas/microsoft.graph.event' - description: The instances of the event. Navigation property. Read-only. Nullable. + description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but does not include occurrences that have been cancelled from the series. Navigation property. Read-only. Nullable.' multiValueExtendedProperties: type: array items: @@ -6353,12 +6358,12 @@ components: 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. 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 is 2014-01-01T00:00:00Z.' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true capabilityStatus: type: string - description: 'Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. See a detailed description of each value.' + description: 'Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut.' nullable: true service: type: string @@ -6508,7 +6513,7 @@ components: properties: forceChangePasswordNextSignIn: type: boolean - description: true if the user must change her password on the next login; otherwise false. + description: 'If true, at next sign-in, the user must change their password. After a password change, this property will be automatically reset to false. If not set, default is false.' nullable: true forceChangePasswordNextSignInWithMfa: type: boolean @@ -6544,7 +6549,7 @@ components: properties: archiveFolder: type: string - description: Folder ID of an archive folder for the user. + description: Folder ID of an archive folder for the user. Read only. nullable: true automaticRepliesSetting: $ref: '#/components/schemas/microsoft.graph.automaticRepliesSetting' @@ -6843,7 +6848,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.extension' - description: The collection of open extensions defined for the contact. Read-only. Nullable. + description: The collection of open extensions defined for the contact. Nullable. multiValueExtendedProperties: type: array items: @@ -6948,7 +6953,7 @@ components: $ref: '#/components/schemas/microsoft.graph.itemBody' bodyPreview: type: string - description: The first 255 characters of the message body. It is in text format. + description: 'The first 255 characters of the message body. It is in text format. If the message contains instances of mention, this property would contain a concatenation of these mentions as well.' nullable: true ccRecipients: type: array @@ -7168,11 +7173,11 @@ components: properties: agreementFileId: type: string - description: The identifier of the agreement file accepted by the user. + description: ID of the agreement file accepted by the user. nullable: true agreementId: type: string - description: The identifier of the agreement. + description: ID of the agreement. nullable: true deviceDisplayName: type: string @@ -7184,22 +7189,22 @@ components: nullable: true deviceOSType: type: string - description: The operating system used to accept the agreement. + description: The operating system used for accepting the agreement. nullable: true deviceOSVersion: type: string - description: The operating system version of the device used to accept the agreement. + description: The operating system version of the device used for accepting the agreement. 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: 'The expiration date time of the acceptance. 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''' + description: 'The expiration date time of the acceptance. 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 is 2014-01-01T00:00:00Z' 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: '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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true state: @@ -7214,7 +7219,7 @@ components: nullable: true userId: type: string - description: The identifier of the user who accepted the agreement. + description: ID of the user who accepted the agreement. nullable: true userPrincipalName: type: string @@ -7230,24 +7235,24 @@ components: properties: activationLockBypassCode: type: string - description: Code that allows the Activation Lock on a device to be bypassed. + description: Code that allows the Activation Lock on a device to be bypassed. This property is read-only. nullable: true androidSecurityPatchLevel: type: string - description: Android security patch level + description: Android security patch level. This property is read-only. nullable: true azureADDeviceId: type: string - description: The unique identifier for the Azure Active Directory device. Read only. + description: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. nullable: true azureADRegistered: type: boolean - description: Whether the device is Azure Active Directory registered. + description: Whether the device is Azure Active Directory registered. This property is read-only. nullable: true 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 + description: The DateTime when device compliance grace period expires. This property is read-only. format: date-time complianceState: $ref: '#/components/schemas/microsoft.graph.complianceState' @@ -7257,10 +7262,10 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.deviceActionResult' - description: List of ComplexType deviceActionResult objects. + description: List of ComplexType deviceActionResult objects. This property is read-only. deviceCategoryDisplayName: type: string - description: Device category display name + description: Device category display name. This property is read-only. nullable: true deviceEnrollmentType: $ref: '#/components/schemas/microsoft.graph.deviceEnrollmentType' @@ -7268,30 +7273,30 @@ components: $ref: '#/components/schemas/microsoft.graph.deviceHealthAttestationState' deviceName: type: string - description: Name of the device + description: Name of the device. This property is read-only. nullable: true deviceRegistrationState: $ref: '#/components/schemas/microsoft.graph.deviceRegistrationState' easActivated: type: boolean - description: Whether the device is Exchange ActiveSync activated. + description: Whether the device is Exchange ActiveSync activated. This property is read-only. 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. + description: Exchange ActivationSync activation time of the device. This property is read-only. format: date-time easDeviceId: type: string - description: Exchange ActiveSync Id of the device. + description: Exchange ActiveSync Id of the device. This property is read-only. nullable: true emailAddress: type: string - description: Email(s) for the user associated with the device + description: Email(s) for the user associated with the device. This property is read-only. 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. + description: Enrollment time of the device. This property is read-only. format: date-time exchangeAccessState: $ref: '#/components/schemas/microsoft.graph.deviceManagementExchangeAccessState' @@ -7300,30 +7305,30 @@ components: 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. + description: Last time the device contacted Exchange. This property is read-only. format: date-time freeStorageSpaceInBytes: type: integer - description: Free Storage in Bytes + description: Free Storage in Bytes. This property is read-only. format: int64 imei: type: string - description: IMEI + description: IMEI. This property is read-only. nullable: true isEncrypted: type: boolean - description: Device encryption status + description: Device encryption status. This property is read-only. isSupervised: type: boolean - description: Device supervised status + description: Device supervised status. This property is read-only. jailBroken: type: string - description: whether the device is jail broken or rooted. + description: whether the device is jail broken or rooted. This property is read-only. nullable: true 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. + description: The date and time that the device last completed a successful sync with Intune. This property is read-only. format: date-time managedDeviceName: type: string @@ -7335,65 +7340,65 @@ components: $ref: '#/components/schemas/microsoft.graph.managementAgentType' manufacturer: type: string - description: Manufacturer of the device + description: Manufacturer of the device. This property is read-only. nullable: true meid: type: string - description: MEID + description: MEID. This property is read-only. nullable: true model: type: string - description: Model of the device + description: Model of the device. This property is read-only. nullable: true operatingSystem: type: string - description: 'Operating system of the device. Windows, iOS, etc.' + description: 'Operating system of the device. Windows, iOS, etc. This property is read-only.' nullable: true osVersion: type: string - description: Operating system version of the device. + description: Operating system version of the device. This property is read-only. nullable: true partnerReportedThreatState: $ref: '#/components/schemas/microsoft.graph.managedDevicePartnerReportedHealthState' phoneNumber: type: string - description: Phone number of the device + description: Phone number of the device. This property is read-only. nullable: true remoteAssistanceSessionErrorDetails: type: string - description: An error string that identifies issues when creating Remote Assistance session objects. + description: An error string that identifies issues when creating Remote Assistance session objects. This property is read-only. nullable: true remoteAssistanceSessionUrl: type: string - description: Url that allows a Remote Assistance session to be established with the device. + description: Url that allows a Remote Assistance session to be established with the device. This property is read-only. nullable: true serialNumber: type: string - description: SerialNumber + description: SerialNumber. This property is read-only. nullable: true subscriberCarrier: type: string - description: Subscriber Carrier + description: Subscriber Carrier. This property is read-only. nullable: true totalStorageSpaceInBytes: type: integer - description: Total Storage in Bytes + description: Total Storage in Bytes. This property is read-only. format: int64 userDisplayName: type: string - description: User display name + description: User display name. This property is read-only. nullable: true userId: type: string - description: Unique Identifier for the user associated with the device + description: Unique Identifier for the user associated with the device. This property is read-only. nullable: true userPrincipalName: type: string - description: Device user principal name + description: Device user principal name. This property is read-only. nullable: true wiFiMacAddress: type: string - description: Wi-Fi MAC + description: Wi-Fi MAC. This property is read-only. nullable: true deviceCompliancePolicyStates: type: array @@ -7469,7 +7474,7 @@ components: 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 management service. + description: Zero or more policys already applied on the registered app when it last synchronized with managment service. intendedPolicies: type: array items: @@ -7516,7 +7521,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.plannerTask' - description: Read-only. Nullable. Returns the plannerPlans shared with the user. + description: Read-only. Nullable. Returns the plannerTasks assigned to the user. additionalProperties: type: object microsoft.graph.officeGraphInsights: @@ -7529,17 +7534,17 @@ components: 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.' + description: Access this property from the derived type itemInsights. 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.' + description: Access this property from the derived type itemInsights. 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.' + description: Access this property from the derived type itemInsights. additionalProperties: type: object microsoft.graph.userSettings: @@ -7686,7 +7691,7 @@ components: properties: activity: type: string - description: 'The supplemental information to a user''s availability. Possible values are Available, Away, BeRightBack, Busy, DoNotDisturb, InACall, InAConferenceCall, Inactive, InAMeeting, Offline, OffWork, OutOfOffice, PresenceUnknown, Presenting, UrgentInterruptionsOnly.' + description: 'The supplemental information to a user''s availability. Possible values are Available, Away, BeRightBack, Busy, DoNotDisturb, InACall, InAConferenceCall, Inactive,InAMeeting, Offline, OffWork,OutOfOffice, PresenceUnknown,Presenting, UrgentInterruptionsOnly.' nullable: true availability: type: string @@ -8062,7 +8067,7 @@ components: properties: name: type: string - description: Name of the setting (as defined by the groupSettingTemplate). + description: Name of the setting (as defined by the directorySettingTemplate). nullable: true value: type: string @@ -8099,11 +8104,11 @@ components: properties: address: type: string - description: The email address of the person or entity. + description: The email address of an entity instance. nullable: true name: type: string - description: The display name of the person or entity. + description: The display name of an entity instance. nullable: true additionalProperties: type: object @@ -8218,10 +8223,10 @@ components: 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).' + description: 'A single point of time in a combined date and time representation ({date}T{time}). For example, ''2019-04-16T09:00:00''.' timeZone: type: string - description: 'Represents a time zone, for example, ''Pacific Standard Time''. See below for more possible values.' + description: 'Represents a time zone, for example, ''Pacific Standard Time''. See below for possible values.' nullable: true additionalProperties: type: object @@ -8374,7 +8379,7 @@ components: nullable: true name: type: string - description: The attachment's file name. + description: The display name of the attachment. This does not need to be the actual file name. nullable: true size: maximum: 2147483647 @@ -8421,7 +8426,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.attachment' - description: Read-only. Nullable. + description: 'The collection of fileAttachment, itemAttachment, and referenceAttachment attachments for the post. Read-only. Nullable.' extensions: type: array items: @@ -8911,7 +8916,7 @@ components: 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. + description: 'A unique token that can be used to access this shared item via the [shares API][]. Read-only.' nullable: true additionalProperties: type: object @@ -8940,14 +8945,14 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.plannerBucket' - description: Read-only. Nullable. Collection of buckets in the plan. + description: Collection of buckets in the plan. Read-only. Nullable. 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. + description: Collection of tasks in the plan. Read-only. Nullable. additionalProperties: type: object microsoft.graph.notebook: @@ -9188,7 +9193,7 @@ components: nullable: true allowCreateUpdateChannels: type: boolean - description: 'If set to true, members can add and update channels.' + description: 'If set to true, members can add and update any channels.' nullable: true allowCreateUpdateRemoveConnectors: type: boolean @@ -9548,7 +9553,7 @@ components: 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.' + 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}$' @@ -10513,7 +10518,7 @@ components: properties: messageId: type: string - description: The unique identifier of a message in a Microsoft Teams channel. + description: The unique identifier for a message in a Microsoft Teams channel. nullable: true replyChainMessageId: type: string @@ -11107,7 +11112,7 @@ components: 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.' + description: 'A collection of the days of the week on which the event occurs. 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: @@ -11210,7 +11215,7 @@ components: properties: upgradeAvailable: type: boolean - description: Indicates whether there are higher storage quota plans available. Read-only. + description: Indicates if there are higher storage quota plans available. Read-only. nullable: true additionalProperties: type: object @@ -11396,12 +11401,12 @@ components: nullable: true latitude: type: number - description: 'Optional. The latitude, in decimal, for the item. Read-only.' + description: 'Optional. The latitude, in decimal, for the item. Writable on OneDrive Personal.' format: double nullable: true longitude: type: number - description: 'Optional. The longitude, in decimal, for the item. Read-only.' + description: 'Optional. The longitude, in decimal, for the item. Writable on OneDrive Personal.' format: double nullable: true additionalProperties: @@ -11473,7 +11478,7 @@ components: 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. + description: The date and time the photo was taken in UTC time. Read-only. format: date-time nullable: true additionalProperties: @@ -11684,7 +11689,7 @@ components: 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.' + 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. Nullable.' tables: type: array items: @@ -11732,14 +11737,14 @@ components: 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.' + description: '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. Required. 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. + description: Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 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. Optional. 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.' + 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 @@ -11747,12 +11752,12 @@ components: nullable: true encryptionCertificateId: type: string - description: A custom app-provided identifier to help identify the certificate needed to decrypt resource data. Optional. + description: A custom app-provided identifier to help identify the certificate needed to decrypt resource data. Optional. Required when includeResourceData is true. 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.' + description: '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. Required.' format: date-time includeResourceData: type: boolean @@ -11772,10 +11777,10 @@ components: 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. + description: The URL of the endpoint that receives the change notifications. This URL must make use of the HTTPS protocol. Required. 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. + description: Specifies the resource that will be monitored for changes. Do not include the base URL (https://graph.microsoft.com/beta/). See the possible resource path values for each supported resource. Required. additionalProperties: type: object microsoft.graph.thumbnailSet: @@ -11802,7 +11807,6 @@ components: properties: content: type: string - description: The content stream for this version of the item. format: base64url nullable: true size: @@ -12365,11 +12369,11 @@ components: nullable: true recipientUserId: type: string - description: User ID of the recipient of the offer shift request. + 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. + description: User id of the sender of the offer shift request. nullable: true additionalProperties: type: object @@ -12451,7 +12455,7 @@ components: properties: recipientShiftId: type: string - description: ShiftId for the recipient user with whom the request is to swap. + description: Shift ID for the recipient user with whom the request is to swap. nullable: true additionalProperties: type: object @@ -12537,12 +12541,12 @@ components: $ref: '#/components/schemas/microsoft.graph.channelIdentity' chatId: type: string - description: The identity of the chat in which the message was posted. + description: 'If the message was sent in a chat, represents the identity of the chat.' 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. + description: Timestamp of when the chat message was created. format: date-time nullable: true deletedDateTime: @@ -12562,18 +12566,18 @@ components: 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. + description: Read only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the 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.' + description: 'Read only. Timestamp when the chat message is created (initial setting) or modified, 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. + description: Locale of the chat message set by the client. Always set to en-us. mentions: type: array items: @@ -12590,7 +12594,7 @@ components: description: 'Reactions for this chat message (for example, Like).' 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) + 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 @@ -12602,15 +12606,18 @@ components: nullable: true webUrl: type: string + description: Read-only. Link to the message in Microsoft Teams. nullable: true hostedContents: type: array items: $ref: '#/components/schemas/microsoft.graph.chatMessageHostedContent' + description: 'Content in a message hosted by Microsoft Teams e.g. images, code snippets etc.' replies: type: array items: $ref: '#/components/schemas/microsoft.graph.chatMessage' + description: Replies for a specified message. additionalProperties: type: object microsoft.graph.teamsTab: @@ -12685,7 +12692,7 @@ components: nullable: true teamsAppId: type: string - description: The ID from the Teams app manifest. + description: The id from the Teams App manifest. nullable: true version: type: string @@ -12810,7 +12817,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.recipient' - description: The email addresses to which a message should be redirected. + description: The email address to which a message should be redirected. stopProcessingRules: type: boolean description: Indicates whether subsequent rules should be evaluated. @@ -13431,7 +13438,7 @@ components: properties: accountEnabled: type: boolean - description: 'true if the account is enabled; otherwise, false. Required.' + description: 'true if the account is enabled; otherwise, false. default is true.' nullable: true alternativeSecurityIds: type: array @@ -13452,7 +13459,7 @@ components: nullable: true deviceId: type: string - description: Unique identifier set by Azure Device Registration Service at the time of registration. + description: Identifier set by Azure Device Registration Service at the time of registration. nullable: true deviceMetadata: type: string @@ -13497,7 +13504,7 @@ components: nullable: true operatingSystemVersion: type: string - description: The version of the operating system on the device. Required. + description: Operating system version of the device. Required. nullable: true physicalIds: type: array @@ -13515,7 +13522,7 @@ components: 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 devices), AzureAd (Cloud only joined devices), ServerAd (on-premises domain joined devices joined to Azure AD). For more details, see Introduction to device management in Azure Active Directory' + description: 'Type of trust for the joined device. Read-only. Possible values: Workplace (indicates bring your own personal devices), AzureAd (Cloud only joined devices), ServerAd (on-premises domain joined devices joined to Azure AD). For more details, see Introduction to device management in Azure Active Directory' nullable: true memberOf: type: array @@ -13770,7 +13777,7 @@ components: properties: crc32Hash: type: string - description: The CRC32 value of the file in little endian (if available). Read-only. + description: The CRC32 value of the file (if available). Read-only. nullable: true quickXorHash: type: string @@ -13835,7 +13842,7 @@ components: properties: content: type: string - description: The content of comment. + description: The content of the comment. nullable: true contentType: type: string @@ -13873,7 +13880,7 @@ components: 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.' + description: 'Indicates what type of reference is associated with the name. Possible values are: String, Integer, Double, Boolean, Range. Read-only.' nullable: true value: $ref: '#/components/schemas/microsoft.graph.Json' @@ -13937,7 +13944,7 @@ components: 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.' + description: 'Constant value that represents the Table style. 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 @@ -14298,7 +14305,7 @@ components: nullable: true contentType: type: string - description: 'The media type of the content attachment. It can have the following values: reference: Attachment is a link to another file. Populate the contentURL with the link to the object.file: Raw file attachment. Populate the contenturl field with the base64 encoding of the file in data: format.image/: Image type with the type of the image specified ex: image/png, image/jpeg, image/gif. Populate the contentUrl field with the base64 encoding of the file in data: format.video/: Video type with the format specified. Ex: video/mp4. Populate the contentUrl field with the base64 encoding of the file in data: format.audio/: Audio type with the format specified. Ex: audio/wmw. Populate the contentUrl field with the base64 encoding of the file in data: format.application/card type: Rich card attachment type with the card type specifying the exact card format to use. Set content with the json format of the card. Supported values for card type include:application/vnd.microsoft.card.adaptive: A rich card that can contain any combination of text, speech, images,,buttons, and input fields. Set the content property to,an AdaptiveCard object.application/vnd.microsoft.card.animation: A rich card that plays animation. Set the content property,to an AnimationCardobject.application/vnd.microsoft.card.audio: A rich card that plays audio files. Set the content property,to an AudioCard object.application/vnd.microsoft.card.video: A rich card that plays videos. Set the content property,to a VideoCard object.application/vnd.microsoft.card.hero: A Hero card. Set the content property to a HeroCard object.application/vnd.microsoft.card.thumbnail: A Thumbnail card. Set the content property to a ThumbnailCard object.application/vnd.microsoft.com.card.receipt: A Receipt card. Set the content property to a ReceiptCard object.application/vnd.microsoft.com.card.signin: A user Sign In card. Set the content property to a SignInCard object.' + description: 'The media type of the content attachment. It can have the following values: reference: Attachment is a link to another file. Populate the contentURL with the link to the object.Any contentTypes supported by the Bot Framework''s Attachment objectapplication/vnd.microsoft.card.codesnippet: A code snippet. application/vnd.microsoft.card.announcement: An announcement header.' nullable: true contentUrl: type: string @@ -14631,11 +14638,11 @@ components: properties: content: type: string - description: The content of a comment reply. + description: The content of replied comment. nullable: true contentType: type: string - description: Indicates the type for the comment reply. + description: Indicates the type for the replied comment. additionalProperties: type: object microsoft.graph.workbookOperationError: @@ -14716,7 +14723,7 @@ components: description: Represents whether the casing impacted the last sort of the table. Read-only. method: type: string - description: 'Represents Chinese character ordering method last used to sort the table. The possible values are: PinYin, StrokeCount. Read-only.' + description: 'Represents Chinese character ordering method last used to sort the table. Possible values are: PinYin, StrokeCount. Read-only.' additionalProperties: type: object microsoft.graph.workbookChart: @@ -14919,7 +14926,7 @@ components: nullable: true contentType: type: string - description: 'Write only. Content type. sicj as image/png, image/jpg.' + description: 'Write only. Content type, such as image/png, image/jpg.' nullable: true additionalProperties: type: object @@ -14946,7 +14953,7 @@ components: nullable: true dataOption: type: string - description: 'Represents additional sorting options for this field. The possible values are: Normal, TextAsNumber.' + description: 'Represents additional sorting options for this field. Possible values are: Normal, TextAsNumber.' icon: $ref: '#/components/schemas/microsoft.graph.workbookIcon' key: @@ -14957,7 +14964,7 @@ components: format: int32 sortOn: type: string - description: 'Represents the type of sorting of this condition. The possible values are: Value, CellColor, FontColor, Icon.' + description: 'Represents the type of sorting of this condition. Possible values are: Value, CellColor, FontColor, Icon.' additionalProperties: type: object microsoft.graph.workbookChartAxes: @@ -15182,7 +15189,7 @@ components: format: int32 set: type: string - description: 'Represents the set that the icon is part of. The possible values are: Invalid, ThreeArrows, ThreeArrowsGray, ThreeFlags, ThreeTrafficLights1, ThreeTrafficLights2, ThreeSigns, ThreeSymbols, ThreeSymbols2, FourArrows, FourArrowsGray, FourRedToBlack, FourRating, FourTrafficLights, FiveArrows, FiveArrowsGray, FiveRating, FiveQuarters, ThreeStars, ThreeTriangles, FiveBoxes.' + description: 'Represents the set that the icon is part of. Possible values are: Invalid, ThreeArrows, ThreeArrowsGray, ThreeFlags, ThreeTrafficLights1, ThreeTrafficLights2, ThreeSigns, ThreeSymbols, ThreeSymbols2, FourArrows, FourArrowsGray, FourRedToBlack, FourRating, FourTrafficLights, FiveArrows, FiveArrowsGray, FiveRating, FiveQuarters, ThreeStars, ThreeTriangles, FiveBoxes.' additionalProperties: type: object microsoft.graph.workbookChartAxis: diff --git a/openApiDocs/v1.0/Devices.CorporateManagement.yml b/openApiDocs/v1.0/Devices.CorporateManagement.yml index b1469929696..38fb91608f1 100644 --- a/openApiDocs/v1.0/Devices.CorporateManagement.yml +++ b/openApiDocs/v1.0/Devices.CorporateManagement.yml @@ -11333,11 +11333,11 @@ components: properties: customBrowserDisplayName: type: string - description: 'Friendly name of the preferred custom browser to open weblink on Android. When this property is configured, ManagedBrowserToOpenLinksRequired should be true.' + description: Friendly name of the preferred custom browser to open weblink on Android. nullable: true customBrowserPackageId: type: string - description: 'Unique identifier of the preferred custom browser to open weblink on Android. When this property is configured, ManagedBrowserToOpenLinksRequired should be true.' + description: Unique identifier of a custom browser to open weblink on Android. nullable: true deployedAppCount: maximum: 2147483647 @@ -11483,7 +11483,7 @@ components: $ref: '#/components/schemas/microsoft.graph.managedAppDataEncryptionType' customBrowserProtocol: type: string - description: 'A custom browser protocol to open weblink on iOS. When this property is configured, ManagedBrowserToOpenLinksRequired should be true.' + description: A custom browser protocol to open weblink on iOS. nullable: true deployedAppCount: maximum: 2147483647 @@ -11608,7 +11608,7 @@ components: 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 management service. + description: Zero or more policys already applied on the registered app when it last synchronized with managment service. intendedPolicies: type: array items: @@ -12265,7 +12265,7 @@ components: 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 last time when an application sync was done with the Apple volume purchase program service using the Apple Volume Purchase Program Token. + description: The last time when an application sync was done with the Apple volume purchase program service using the the Apple Volume Purchase Program Token. format: date-time lastSyncStatus: $ref: '#/components/schemas/microsoft.graph.vppTokenSyncStatus' @@ -12371,24 +12371,24 @@ components: properties: activationLockBypassCode: type: string - description: Code that allows the Activation Lock on a device to be bypassed. + description: Code that allows the Activation Lock on a device to be bypassed. This property is read-only. nullable: true androidSecurityPatchLevel: type: string - description: Android security patch level + description: Android security patch level. This property is read-only. nullable: true azureADDeviceId: type: string - description: The unique identifier for the Azure Active Directory device. Read only. + description: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. nullable: true azureADRegistered: type: boolean - description: Whether the device is Azure Active Directory registered. + description: Whether the device is Azure Active Directory registered. This property is read-only. nullable: true 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 + description: The DateTime when device compliance grace period expires. This property is read-only. format: date-time complianceState: $ref: '#/components/schemas/microsoft.graph.complianceState' @@ -12398,10 +12398,10 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.deviceActionResult' - description: List of ComplexType deviceActionResult objects. + description: List of ComplexType deviceActionResult objects. This property is read-only. deviceCategoryDisplayName: type: string - description: Device category display name + description: Device category display name. This property is read-only. nullable: true deviceEnrollmentType: $ref: '#/components/schemas/microsoft.graph.deviceEnrollmentType' @@ -12409,30 +12409,30 @@ components: $ref: '#/components/schemas/microsoft.graph.deviceHealthAttestationState' deviceName: type: string - description: Name of the device + description: Name of the device. This property is read-only. nullable: true deviceRegistrationState: $ref: '#/components/schemas/microsoft.graph.deviceRegistrationState' easActivated: type: boolean - description: Whether the device is Exchange ActiveSync activated. + description: Whether the device is Exchange ActiveSync activated. This property is read-only. 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. + description: Exchange ActivationSync activation time of the device. This property is read-only. format: date-time easDeviceId: type: string - description: Exchange ActiveSync Id of the device. + description: Exchange ActiveSync Id of the device. This property is read-only. nullable: true emailAddress: type: string - description: Email(s) for the user associated with the device + description: Email(s) for the user associated with the device. This property is read-only. 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. + description: Enrollment time of the device. This property is read-only. format: date-time exchangeAccessState: $ref: '#/components/schemas/microsoft.graph.deviceManagementExchangeAccessState' @@ -12441,30 +12441,30 @@ components: 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. + description: Last time the device contacted Exchange. This property is read-only. format: date-time freeStorageSpaceInBytes: type: integer - description: Free Storage in Bytes + description: Free Storage in Bytes. This property is read-only. format: int64 imei: type: string - description: IMEI + description: IMEI. This property is read-only. nullable: true isEncrypted: type: boolean - description: Device encryption status + description: Device encryption status. This property is read-only. isSupervised: type: boolean - description: Device supervised status + description: Device supervised status. This property is read-only. jailBroken: type: string - description: whether the device is jail broken or rooted. + description: whether the device is jail broken or rooted. This property is read-only. nullable: true 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. + description: The date and time that the device last completed a successful sync with Intune. This property is read-only. format: date-time managedDeviceName: type: string @@ -12476,65 +12476,65 @@ components: $ref: '#/components/schemas/microsoft.graph.managementAgentType' manufacturer: type: string - description: Manufacturer of the device + description: Manufacturer of the device. This property is read-only. nullable: true meid: type: string - description: MEID + description: MEID. This property is read-only. nullable: true model: type: string - description: Model of the device + description: Model of the device. This property is read-only. nullable: true operatingSystem: type: string - description: 'Operating system of the device. Windows, iOS, etc.' + description: 'Operating system of the device. Windows, iOS, etc. This property is read-only.' nullable: true osVersion: type: string - description: Operating system version of the device. + description: Operating system version of the device. This property is read-only. nullable: true partnerReportedThreatState: $ref: '#/components/schemas/microsoft.graph.managedDevicePartnerReportedHealthState' phoneNumber: type: string - description: Phone number of the device + description: Phone number of the device. This property is read-only. nullable: true remoteAssistanceSessionErrorDetails: type: string - description: An error string that identifies issues when creating Remote Assistance session objects. + description: An error string that identifies issues when creating Remote Assistance session objects. This property is read-only. nullable: true remoteAssistanceSessionUrl: type: string - description: Url that allows a Remote Assistance session to be established with the device. + description: Url that allows a Remote Assistance session to be established with the device. This property is read-only. nullable: true serialNumber: type: string - description: SerialNumber + description: SerialNumber. This property is read-only. nullable: true subscriberCarrier: type: string - description: Subscriber Carrier + description: Subscriber Carrier. This property is read-only. nullable: true totalStorageSpaceInBytes: type: integer - description: Total Storage in Bytes + description: Total Storage in Bytes. This property is read-only. format: int64 userDisplayName: type: string - description: User display name + description: User display name. This property is read-only. nullable: true userId: type: string - description: Unique Identifier for the user associated with the device + description: Unique Identifier for the user associated with the device. This property is read-only. nullable: true userPrincipalName: type: string - description: Device user principal name + description: Device user principal name. This property is read-only. nullable: true wiFiMacAddress: type: string - description: Wi-Fi MAC + description: Wi-Fi MAC. This property is read-only. nullable: true deviceCompliancePolicyStates: type: array @@ -13543,7 +13543,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.ipRange' - description: Collection of Internet protocol address ranges + description: Collection of ip ranges additionalProperties: type: object description: Windows Information Protection IP Range Collection diff --git a/openApiDocs/v1.0/Education.yml b/openApiDocs/v1.0/Education.yml index 4fbd74ecdd8..87fffd52f13 100644 --- a/openApiDocs/v1.0/Education.yml +++ b/openApiDocs/v1.0/Education.yml @@ -6051,7 +6051,7 @@ components: 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.' + description: 'The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select.' assignedLicenses: type: array items: @@ -6088,7 +6088,7 @@ components: 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.' + 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).' nullable: true licenseProcessingState: $ref: '#/components/schemas/microsoft.graph.licenseProcessingState' @@ -6149,13 +6149,13 @@ components: 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. + description: The preferred language for a 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.' + 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 for 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 @@ -6172,7 +6172,7 @@ components: 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.' + description: 'Specifies a 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 @@ -6188,11 +6188,11 @@ components: 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. Supported only on the Get group API (GET /groups/{ID}).' + description: 'true if the group is not displayed in certain parts of the Outlook user interface: in the Address Book, in address lists for selecting message recipients, and in the Browse Groups dialog for searching groups; false otherwise. Default value is false. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}).' 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. Supported only on the Get group API (GET /groups/{ID}).' + description: 'true if the group is not displayed in Outlook clients, such as Outlook for Windows and Outlook on the web, false otherwise. Default value is false. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}).' nullable: true isSubscribedByMail: type: boolean @@ -6202,7 +6202,7 @@ components: 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. Supported only on the Get group API (GET /groups/{ID}).' + description: 'Count of conversations that have received new posts since the signed-in user last visited the group. This property is the same as unseenConversationsCount.Returned only on $select. Supported only on the Get group API (GET /groups/{ID}).' format: int32 nullable: true isArchived: @@ -6219,12 +6219,12 @@ components: 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.' + description: 'Groups and administrative units 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.' + description: 'Users, contacts, and groups that are members of this group. HTTP Methods: GET (supported for all groups), POST (supported for security groups and mail-enabled security groups), DELETE (supported only for security groups) Read-only. Nullable.' membersWithLicenseErrors: type: array items: @@ -6234,7 +6234,7 @@ components: 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.' + description: 'The owners of the group. The owners are a set of non-admin users who are allowed to modify this object. HTTP Methods: GET (supported for all groups), POST (supported for security groups and mail-enabled security groups), DELETE (supported only for security groups) Read-only. Nullable.' permissionGrants: type: array items: @@ -6243,7 +6243,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.groupSetting' - description: Read-only. Nullable. + description: 'Settings that can govern this group''s behavior, like whether members can invite guest users to the group. Nullable.' transitiveMemberOf: type: array items: @@ -6273,7 +6273,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.event' - description: The group's calendar events. + description: The group's events. photo: $ref: '#/components/schemas/microsoft.graph.profilePhoto' photos: @@ -6330,7 +6330,7 @@ components: properties: accountEnabled: type: boolean - description: 'True if the account is enabled; otherwise, false. This property is required when a user is created. Supports $filter.' + description: 'True if the account is enabled; otherwise, false. This property is required when a user is created. Supports /$filter.' nullable: true assignedLicenses: type: array @@ -6351,11 +6351,11 @@ components: $ref: '#/components/schemas/microsoft.graph.identitySet' department: type: string - description: The name for the department in which the user works. Supports $filter. + description: The name for the department in which the user works. Supports /$filter. nullable: true 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.' + description: The name displayed in the address book for the user. Supports $filter and $orderby. nullable: true externalSource: $ref: '#/components/schemas/microsoft.graph.educationExternalSource' @@ -6365,17 +6365,17 @@ components: nullable: true givenName: type: string - description: The given name (first name) of the user. Supports $filter. + description: The given name (first name) of the user. Supports /$filter. nullable: true mail: type: string - description: 'The SMTP address for the user; for example, ''jeff@contoso.onmicrosoft.com''. Read-Only. Supports $filter.' + description: 'The SMTP address for the user; for example, ''jeff@contoso.onmicrosoft.com''. Read-Only. Supports /$filter.' nullable: true mailingAddress: $ref: '#/components/schemas/microsoft.graph.physicalAddress' mailNickname: type: string - description: The mail alias for the user. This property must be specified when a user is created. Supports $filter. + description: The mail alias for the user. This property must be specified when a user is created. Supports /$filter. nullable: true middleName: type: string @@ -6392,7 +6392,7 @@ components: $ref: '#/components/schemas/microsoft.graph.educationOnPremisesInfo' 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 can be specified together; for example: ''DisablePasswordExpiration, DisableStrongPassword''.' + description: 'Specifies password policies for the user. See standard [user] resource for additional details.' nullable: true passwordProfile: $ref: '#/components/schemas/microsoft.graph.passwordProfile' @@ -6421,21 +6421,21 @@ components: $ref: '#/components/schemas/microsoft.graph.educationStudent' surname: type: string - description: The user's surname (family name or last name). Supports $filter. + description: The user's surname (family name or last name). Supports /$filter. nullable: true teacher: $ref: '#/components/schemas/microsoft.graph.educationTeacher' usageLocation: type: string - description: 'A two-letter country code (ISO standard 3166). Required for users who will be assigned licenses due to a legal requirement to check for availability of services in countries or regions. Examples include: ''US'', ''JP'', and ''GB''. Not nullable. Supports $filter.' + description: 'A two-letter country code ([ISO 3166 Alpha-2]). Required for users who will be assigned licenses. 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.' + description: 'The user principal name (UPN) for the user. Supports $filter and $orderby. See standard [user] resource for additional details.' 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.' + description: 'A string value that can be used to classify user types in your directory, such as ''Member'' and ''Guest''. Supports /$filter.' nullable: true classes: type: array @@ -6523,30 +6523,30 @@ components: properties: accountEnabled: type: boolean - description: 'true if the account is enabled; otherwise, false. This property is required when a user is created. Supports $filter.' + description: 'true if the account is enabled; otherwise, false. This property is required when a user is created. Returned only on $select. 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.' + 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. Returned only on $select.' nullable: true assignedLicenses: type: array items: $ref: '#/components/schemas/microsoft.graph.assignedLicense' - description: The licenses that are assigned to the user. Returned only on $select. Not nullable. Supports $filter. + description: The licenses that are assigned to the user. Not nullable. Supports $filter. assignedPlans: type: array items: $ref: '#/components/schemas/microsoft.graph.assignedPlan' - description: The plans that are assigned to the user. Read-only. Not nullable. + description: The plans that are assigned to the user. Returned only on $select. 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. Read-only for users synced from on-premises directory. Returned by default.' + description: The telephone numbers for the user. Only one number can be set for this property. Returned by default. Read-only for users synced from on-premises directory. city: type: string - description: The city in which the user is located. Supports $filter. + description: The city in which the user is located. Returned only on $select. Supports $filter. nullable: true companyName: type: string @@ -6554,29 +6554,29 @@ components: 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.' + 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. Returned only on $select.' nullable: true country: type: string - description: 'The country/region in which the user is located; for example, ''US'' or ''UK''. Supports $filter.' + description: 'The country/region in which the user is located; for example, ''US'' or ''UK''. Returned only on $select. 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. + description: The date and time the user was created. The value cannot be modified and is automatically populated when the entity is created. The DateTimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. Property is nullable. A null value indicates that an accurate creation time couldn't be determined for the user. Returned only on $select. Read-only. Supports $filter. 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.' + 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). Returned only on $select. Read-only.' nullable: true department: type: string - description: The name for the department in which the user works. Supports $filter. + description: The name for the department in which the user works. Returned only on $select. Supports $filter. nullable: true 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. Returned by default. Supports $filter and $orderby.' + description: 'The name displayed in the address book for the user. This value 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. Returned by default. 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])$' @@ -6606,7 +6606,7 @@ components: nullable: true faxNumber: type: string - description: The fax number of the user. + description: The fax number of the user. Returned only on $select. nullable: true givenName: type: string @@ -6616,7 +6616,7 @@ components: 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.' + 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. Returned only on $select. Supports $filter.' imAddresses: type: array items: @@ -6634,29 +6634,29 @@ components: 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 is 2014-01-01T00:00:00Z' + description: 'The time when this Azure AD user last changed their password. 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 is 2014-01-01T00:00:00Z Returned only on $select. Read-only.' 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.' + 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. Returned only on $select.' nullable: true licenseAssignmentStates: type: array items: $ref: '#/components/schemas/microsoft.graph.licenseAssignmentState' - description: State of license assignments for this user. Read-only. + description: State of license assignments for this user. Returned only on $select. Read-only. mail: type: string description: 'The SMTP address for the user, for example, ''jeff@contoso.onmicrosoft.com''. Returned by default. Supports $filter and endsWith.' nullable: true mailNickname: type: string - description: The mail alias for the user. This property must be specified when a user is created. Supports $filter. + description: The mail alias for the user. This property must be specified when a user is created. Returned only on $select. Supports $filter. nullable: true mobilePhone: type: string - description: The primary cellular telephone number for the user. Read-only for users synced from on-premises directory. Returned by default. + description: The primary cellular telephone number for the user. Returned by default. Read-only for users synced from on-premises directory. nullable: true officeLocation: type: string @@ -6664,59 +6664,59 @@ components: 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. + 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. Returned only on $select. 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.' + 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. Returned only on $select. 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.' + 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. Returned only on $select. 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 is 2014-01-01T00:00:00Z. Read-only.' + 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 is 2014-01-01T00:00:00Z. Returned only on $select. 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. + description: Errors when using Microsoft synchronization product during provisioning. Returned only on $select. 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. + 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. Returned only on $select. 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. + description: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Returned only on $select. 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 + 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). Returned only on $select. 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. + 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. Returned only on $select. 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.' + description: 'A list of additional email addresses for the user; for example: [''bob@contoso.com'', ''Robert@fabrikam.com''].Returned only on $select. 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''.' + 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''.Returned only on $select.' 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.' + 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. Returned only on $select.' nullable: true preferredLanguage: type: string @@ -6726,29 +6726,29 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.provisionedPlan' - description: The plans that are provisioned for the user. Read-only. Not nullable. + description: The plans that are provisioned for the user. Returned only on $select. 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.' + description: 'For example: [''SMTP: bob@contoso.com'', ''smtp: bob@sales.contoso.com''] The any operator is required for filter expressions on multi-valued properties. Returned only on $select. Read-only, Not nullable. Supports $filter.' 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.' + 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. Returned only on $select.' 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.' + 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. Use revokeSignInSessions to reset.' format: date-time nullable: true state: type: string - description: The state or province in the user's address. Supports $filter. + description: The state or province in the user's address. Returned only on $select. Supports $filter. nullable: true streetAddress: type: string - description: The street address of the user's place of business. + description: The street address of the user's place of business. Returned only on $select. nullable: true surname: type: string @@ -6756,7 +6756,7 @@ components: 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.' + 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. Returned only on $select. Supports $filter.' nullable: true userPrincipalName: type: string @@ -6764,7 +6764,7 @@ components: 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.' + description: 'A string value that can be used to classify user types in your directory, such as ''Member'' and ''Guest''. Returned only on $select. Supports $filter.' nullable: true mailboxSettings: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' @@ -6776,12 +6776,12 @@ components: format: int32 aboutMe: type: string - description: A freeform text entry field for the user to describe themselves. + description: A freeform text entry field for the user to describe themselves. Returned only on $select. 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 is 2014-01-01T00:00:00Z' + 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 is 2014-01-01T00:00:00Z Returned only on $select.' 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])$' @@ -6793,39 +6793,39 @@ components: items: type: string nullable: true - description: A list for the user to describe their interests. + description: A list for the user to describe their interests. Returned only on $select. mySite: type: string - description: The URL for the user's personal site. + description: The URL for the user's personal site. Returned only on $select. nullable: true pastProjects: type: array items: type: string nullable: true - description: A list for the user to enumerate their past projects. + description: A list for the user to enumerate their past projects. Returned only on $select. preferredName: type: string - description: The preferred name for the user. + description: The preferred name for the user. Returned only on $select. nullable: true responsibilities: type: array items: type: string nullable: true - description: A list for the user to enumerate their responsibilities. + description: A list for the user to enumerate their responsibilities. Returned only on $select. schools: type: array items: type: string nullable: true - description: A list for the user to enumerate the schools they have attended. + description: A list for the user to enumerate the schools they have attended. Returned only on $select. skills: type: array items: type: string nullable: true - description: A list for the user to enumerate their skills. + description: A list for the user to enumerate their skills. Returned only on $select. appRoleAssignments: type: array items: @@ -6852,7 +6852,7 @@ components: 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. + description: 'The groups, directory roles and administrative units that the user is a member of. Read-only. Nullable.' oauth2PermissionGrants: type: array items: @@ -6912,7 +6912,7 @@ components: 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. + description: The user's events. Default is to show events under the Default Calendar. Read-only. Nullable. inferenceClassification: $ref: '#/components/schemas/microsoft.graph.inferenceClassification' mailFolders: @@ -6931,7 +6931,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.person' - description: People that are relevant to the user. Read-only. Nullable. + description: 'Read-only. The most relevant people to the user. The collection is ordered by their relevance to the user, which is determined by the user''s communication, collaboration and business relationships. A person is an aggregation of information from across mail, contacts and social networks.' photo: $ref: '#/components/schemas/microsoft.graph.profilePhoto' photos: @@ -6954,7 +6954,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.extension' - description: The collection of open extensions defined for the user. Read-only. Nullable. + description: The collection of open extensions defined for the user. Nullable. agreementAcceptances: type: array items: @@ -7256,18 +7256,23 @@ components: properties: clientAppId: type: string + description: ID of the service principal of the Azure AD app that has been granted access. Read-only. nullable: true clientId: type: string + description: ID of the Azure AD app that has been granted access. Read-only. nullable: true permission: type: string + description: The name of the permission. Read-only. nullable: true permissionType: type: string + description: 'The type of permission. Possible values are: Application,Delegated. Read-only.' nullable: true resourceAppId: type: string + description: ID of the Azure AD app that is hosting the resource. Read-only. nullable: true additionalProperties: type: object @@ -7306,15 +7311,15 @@ components: 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.' 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.' + 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, through an Outlook client or the corresponding calendarPermission resource. Read-only.' 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.' + description: 'true if the user has the permission to share the calendar, false otherwise. Only the user who created the calendar can share it. Read-only.' nullable: true canViewPrivateItems: type: boolean - description: 'true if the user can read calendar items that have been marked private, false otherwise.' + description: 'true if the user can read calendar items that have been marked private, false otherwise. This property is set through an Outlook client or the corresponding calendarPermission resource. Read-only.' nullable: true changeKey: type: string @@ -7326,7 +7331,7 @@ components: $ref: '#/components/schemas/microsoft.graph.onlineMeetingProviderType' hexColor: type: string - description: 'The calendar color, expressed in a hex color code of three hexadecimal values, each ranging from 00 to FF and representing the red, green, or blue components of the color in the RGB color space. If the user has never explicitly set a color for the calendar, this property is empty. Read-only.' + description: 'The calendar color, expressed in a hex color code of three hexadecimal values, each ranging from 00 to FF and representing the red, green, or blue components of the color in the RGB color space. If the user has never explicitly set a color for the calendar, this property is empty.' nullable: true isDefaultCalendar: type: boolean @@ -7508,19 +7513,19 @@ components: 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. + description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' calendar: $ref: '#/components/schemas/microsoft.graph.calendar' extensions: type: array items: $ref: '#/components/schemas/microsoft.graph.extension' - description: The collection of open extensions defined for the event. Read-only. Nullable. + description: The collection of open extensions defined for the event. Nullable. instances: type: array items: $ref: '#/components/schemas/microsoft.graph.event' - description: The instances of the event. Navigation property. Read-only. Nullable. + description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but does not include occurrences that have been cancelled from the series. Navigation property. Read-only. Nullable.' multiValueExtendedProperties: type: array items: @@ -7898,12 +7903,12 @@ components: 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. 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 is 2014-01-01T00:00:00Z.' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true capabilityStatus: type: string - description: 'Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. See a detailed description of each value.' + description: 'Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut.' nullable: true service: type: string @@ -7959,7 +7964,7 @@ components: properties: forceChangePasswordNextSignIn: type: boolean - description: true if the user must change her password on the next login; otherwise false. + description: 'If true, at next sign-in, the user must change their password. After a password change, this property will be automatically reset to false. If not set, default is false.' nullable: true forceChangePasswordNextSignInWithMfa: type: boolean @@ -8033,7 +8038,7 @@ components: properties: externalId: type: string - description: ID of the teacher in the source system. + description: Id of the Teacher in external source system. nullable: true teacherNumber: type: string @@ -8197,7 +8202,7 @@ components: properties: archiveFolder: type: string - description: Folder ID of an archive folder for the user. + description: Folder ID of an archive folder for the user. Read only. nullable: true automaticRepliesSetting: $ref: '#/components/schemas/microsoft.graph.automaticRepliesSetting' @@ -8496,7 +8501,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.extension' - description: The collection of open extensions defined for the contact. Read-only. Nullable. + description: The collection of open extensions defined for the contact. Nullable. multiValueExtendedProperties: type: array items: @@ -8601,7 +8606,7 @@ components: $ref: '#/components/schemas/microsoft.graph.itemBody' bodyPreview: type: string - description: The first 255 characters of the message body. It is in text format. + description: 'The first 255 characters of the message body. It is in text format. If the message contains instances of mention, this property would contain a concatenation of these mentions as well.' nullable: true ccRecipients: type: array @@ -8821,11 +8826,11 @@ components: properties: agreementFileId: type: string - description: The identifier of the agreement file accepted by the user. + description: ID of the agreement file accepted by the user. nullable: true agreementId: type: string - description: The identifier of the agreement. + description: ID of the agreement. nullable: true deviceDisplayName: type: string @@ -8837,22 +8842,22 @@ components: nullable: true deviceOSType: type: string - description: The operating system used to accept the agreement. + description: The operating system used for accepting the agreement. nullable: true deviceOSVersion: type: string - description: The operating system version of the device used to accept the agreement. + description: The operating system version of the device used for accepting the agreement. 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: 'The expiration date time of the acceptance. 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''' + description: 'The expiration date time of the acceptance. 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 is 2014-01-01T00:00:00Z' 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: '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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true state: @@ -8867,7 +8872,7 @@ components: nullable: true userId: type: string - description: The identifier of the user who accepted the agreement. + description: ID of the user who accepted the agreement. nullable: true userPrincipalName: type: string @@ -8883,24 +8888,24 @@ components: properties: activationLockBypassCode: type: string - description: Code that allows the Activation Lock on a device to be bypassed. + description: Code that allows the Activation Lock on a device to be bypassed. This property is read-only. nullable: true androidSecurityPatchLevel: type: string - description: Android security patch level + description: Android security patch level. This property is read-only. nullable: true azureADDeviceId: type: string - description: The unique identifier for the Azure Active Directory device. Read only. + description: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. nullable: true azureADRegistered: type: boolean - description: Whether the device is Azure Active Directory registered. + description: Whether the device is Azure Active Directory registered. This property is read-only. nullable: true 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 + description: The DateTime when device compliance grace period expires. This property is read-only. format: date-time complianceState: $ref: '#/components/schemas/microsoft.graph.complianceState' @@ -8910,10 +8915,10 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.deviceActionResult' - description: List of ComplexType deviceActionResult objects. + description: List of ComplexType deviceActionResult objects. This property is read-only. deviceCategoryDisplayName: type: string - description: Device category display name + description: Device category display name. This property is read-only. nullable: true deviceEnrollmentType: $ref: '#/components/schemas/microsoft.graph.deviceEnrollmentType' @@ -8921,30 +8926,30 @@ components: $ref: '#/components/schemas/microsoft.graph.deviceHealthAttestationState' deviceName: type: string - description: Name of the device + description: Name of the device. This property is read-only. nullable: true deviceRegistrationState: $ref: '#/components/schemas/microsoft.graph.deviceRegistrationState' easActivated: type: boolean - description: Whether the device is Exchange ActiveSync activated. + description: Whether the device is Exchange ActiveSync activated. This property is read-only. 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. + description: Exchange ActivationSync activation time of the device. This property is read-only. format: date-time easDeviceId: type: string - description: Exchange ActiveSync Id of the device. + description: Exchange ActiveSync Id of the device. This property is read-only. nullable: true emailAddress: type: string - description: Email(s) for the user associated with the device + description: Email(s) for the user associated with the device. This property is read-only. 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. + description: Enrollment time of the device. This property is read-only. format: date-time exchangeAccessState: $ref: '#/components/schemas/microsoft.graph.deviceManagementExchangeAccessState' @@ -8953,30 +8958,30 @@ components: 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. + description: Last time the device contacted Exchange. This property is read-only. format: date-time freeStorageSpaceInBytes: type: integer - description: Free Storage in Bytes + description: Free Storage in Bytes. This property is read-only. format: int64 imei: type: string - description: IMEI + description: IMEI. This property is read-only. nullable: true isEncrypted: type: boolean - description: Device encryption status + description: Device encryption status. This property is read-only. isSupervised: type: boolean - description: Device supervised status + description: Device supervised status. This property is read-only. jailBroken: type: string - description: whether the device is jail broken or rooted. + description: whether the device is jail broken or rooted. This property is read-only. nullable: true 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. + description: The date and time that the device last completed a successful sync with Intune. This property is read-only. format: date-time managedDeviceName: type: string @@ -8988,65 +8993,65 @@ components: $ref: '#/components/schemas/microsoft.graph.managementAgentType' manufacturer: type: string - description: Manufacturer of the device + description: Manufacturer of the device. This property is read-only. nullable: true meid: type: string - description: MEID + description: MEID. This property is read-only. nullable: true model: type: string - description: Model of the device + description: Model of the device. This property is read-only. nullable: true operatingSystem: type: string - description: 'Operating system of the device. Windows, iOS, etc.' + description: 'Operating system of the device. Windows, iOS, etc. This property is read-only.' nullable: true osVersion: type: string - description: Operating system version of the device. + description: Operating system version of the device. This property is read-only. nullable: true partnerReportedThreatState: $ref: '#/components/schemas/microsoft.graph.managedDevicePartnerReportedHealthState' phoneNumber: type: string - description: Phone number of the device + description: Phone number of the device. This property is read-only. nullable: true remoteAssistanceSessionErrorDetails: type: string - description: An error string that identifies issues when creating Remote Assistance session objects. + description: An error string that identifies issues when creating Remote Assistance session objects. This property is read-only. nullable: true remoteAssistanceSessionUrl: type: string - description: Url that allows a Remote Assistance session to be established with the device. + description: Url that allows a Remote Assistance session to be established with the device. This property is read-only. nullable: true serialNumber: type: string - description: SerialNumber + description: SerialNumber. This property is read-only. nullable: true subscriberCarrier: type: string - description: Subscriber Carrier + description: Subscriber Carrier. This property is read-only. nullable: true totalStorageSpaceInBytes: type: integer - description: Total Storage in Bytes + description: Total Storage in Bytes. This property is read-only. format: int64 userDisplayName: type: string - description: User display name + description: User display name. This property is read-only. nullable: true userId: type: string - description: Unique Identifier for the user associated with the device + description: Unique Identifier for the user associated with the device. This property is read-only. nullable: true userPrincipalName: type: string - description: Device user principal name + description: Device user principal name. This property is read-only. nullable: true wiFiMacAddress: type: string - description: Wi-Fi MAC + description: Wi-Fi MAC. This property is read-only. nullable: true deviceCompliancePolicyStates: type: array @@ -9122,7 +9127,7 @@ components: 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 management service. + description: Zero or more policys already applied on the registered app when it last synchronized with managment service. intendedPolicies: type: array items: @@ -9169,7 +9174,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.plannerTask' - description: Read-only. Nullable. Returns the plannerPlans shared with the user. + description: Read-only. Nullable. Returns the plannerTasks assigned to the user. additionalProperties: type: object microsoft.graph.officeGraphInsights: @@ -9182,17 +9187,17 @@ components: 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.' + description: Access this property from the derived type itemInsights. 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.' + description: Access this property from the derived type itemInsights. 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.' + description: Access this property from the derived type itemInsights. additionalProperties: type: object microsoft.graph.userSettings: @@ -9339,7 +9344,7 @@ components: properties: activity: type: string - description: 'The supplemental information to a user''s availability. Possible values are Available, Away, BeRightBack, Busy, DoNotDisturb, InACall, InAConferenceCall, Inactive, InAMeeting, Offline, OffWork, OutOfOffice, PresenceUnknown, Presenting, UrgentInterruptionsOnly.' + description: 'The supplemental information to a user''s availability. Possible values are Available, Away, BeRightBack, Busy, DoNotDisturb, InACall, InAConferenceCall, Inactive,InAMeeting, Offline, OffWork,OutOfOffice, PresenceUnknown,Presenting, UrgentInterruptionsOnly.' nullable: true availability: type: string @@ -9426,7 +9431,7 @@ components: properties: name: type: string - description: Name of the setting (as defined by the groupSettingTemplate). + description: Name of the setting (as defined by the directorySettingTemplate). nullable: true value: type: string @@ -9463,11 +9468,11 @@ components: properties: address: type: string - description: The email address of the person or entity. + description: The email address of an entity instance. nullable: true name: type: string - description: The display name of the person or entity. + description: The display name of an entity instance. nullable: true additionalProperties: type: object @@ -9582,10 +9587,10 @@ components: 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).' + description: 'A single point of time in a combined date and time representation ({date}T{time}). For example, ''2019-04-16T09:00:00''.' timeZone: type: string - description: 'Represents a time zone, for example, ''Pacific Standard Time''. See below for more possible values.' + description: 'Represents a time zone, for example, ''Pacific Standard Time''. See below for possible values.' nullable: true additionalProperties: type: object @@ -9738,7 +9743,7 @@ components: nullable: true name: type: string - description: The attachment's file name. + description: The display name of the attachment. This does not need to be the actual file name. nullable: true size: maximum: 2147483647 @@ -9785,7 +9790,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.attachment' - description: Read-only. Nullable. + description: 'The collection of fileAttachment, itemAttachment, and referenceAttachment attachments for the post. Read-only. Nullable.' extensions: type: array items: @@ -10263,7 +10268,7 @@ components: 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. + description: 'A unique token that can be used to access this shared item via the [shares API][]. Read-only.' nullable: true additionalProperties: type: object @@ -10292,14 +10297,14 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.plannerBucket' - description: Read-only. Nullable. Collection of buckets in the plan. + description: Collection of buckets in the plan. Read-only. Nullable. 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. + description: Collection of tasks in the plan. Read-only. Nullable. additionalProperties: type: object microsoft.graph.notebook: @@ -10540,7 +10545,7 @@ components: nullable: true allowCreateUpdateChannels: type: boolean - description: 'If set to true, members can add and update channels.' + description: 'If set to true, members can add and update any channels.' nullable: true allowCreateUpdateRemoveConnectors: type: boolean @@ -10908,7 +10913,7 @@ components: 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.' + 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}$' @@ -11833,7 +11838,7 @@ components: properties: messageId: type: string - description: The unique identifier of a message in a Microsoft Teams channel. + description: The unique identifier for a message in a Microsoft Teams channel. nullable: true replyChainMessageId: type: string @@ -12129,7 +12134,7 @@ components: 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.' + description: 'A collection of the days of the week on which the event occurs. 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: @@ -12232,7 +12237,7 @@ components: properties: upgradeAvailable: type: boolean - description: Indicates whether there are higher storage quota plans available. Read-only. + description: Indicates if there are higher storage quota plans available. Read-only. nullable: true additionalProperties: type: object @@ -12418,12 +12423,12 @@ components: nullable: true latitude: type: number - description: 'Optional. The latitude, in decimal, for the item. Read-only.' + description: 'Optional. The latitude, in decimal, for the item. Writable on OneDrive Personal.' format: double nullable: true longitude: type: number - description: 'Optional. The longitude, in decimal, for the item. Read-only.' + description: 'Optional. The longitude, in decimal, for the item. Writable on OneDrive Personal.' format: double nullable: true additionalProperties: @@ -12495,7 +12500,7 @@ components: 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. + description: The date and time the photo was taken in UTC time. Read-only. format: date-time nullable: true additionalProperties: @@ -12706,7 +12711,7 @@ components: 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.' + 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. Nullable.' tables: type: array items: @@ -12754,14 +12759,14 @@ components: 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.' + description: '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. Required. 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. + description: Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 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. Optional. 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.' + 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 @@ -12769,12 +12774,12 @@ components: nullable: true encryptionCertificateId: type: string - description: A custom app-provided identifier to help identify the certificate needed to decrypt resource data. Optional. + description: A custom app-provided identifier to help identify the certificate needed to decrypt resource data. Optional. Required when includeResourceData is true. 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.' + description: '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. Required.' format: date-time includeResourceData: type: boolean @@ -12794,10 +12799,10 @@ components: 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. + description: The URL of the endpoint that receives the change notifications. This URL must make use of the HTTPS protocol. Required. 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. + description: Specifies the resource that will be monitored for changes. Do not include the base URL (https://graph.microsoft.com/beta/). See the possible resource path values for each supported resource. Required. additionalProperties: type: object microsoft.graph.thumbnailSet: @@ -12824,7 +12829,6 @@ components: properties: content: type: string - description: The content stream for this version of the item. format: base64url nullable: true size: @@ -13387,11 +13391,11 @@ components: nullable: true recipientUserId: type: string - description: User ID of the recipient of the offer shift request. + 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. + description: User id of the sender of the offer shift request. nullable: true additionalProperties: type: object @@ -13473,7 +13477,7 @@ components: properties: recipientShiftId: type: string - description: ShiftId for the recipient user with whom the request is to swap. + description: Shift ID for the recipient user with whom the request is to swap. nullable: true additionalProperties: type: object @@ -13559,12 +13563,12 @@ components: $ref: '#/components/schemas/microsoft.graph.channelIdentity' chatId: type: string - description: The identity of the chat in which the message was posted. + description: 'If the message was sent in a chat, represents the identity of the chat.' 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. + description: Timestamp of when the chat message was created. format: date-time nullable: true deletedDateTime: @@ -13584,18 +13588,18 @@ components: 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. + description: Read only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the 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.' + description: 'Read only. Timestamp when the chat message is created (initial setting) or modified, 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. + description: Locale of the chat message set by the client. Always set to en-us. mentions: type: array items: @@ -13612,7 +13616,7 @@ components: description: 'Reactions for this chat message (for example, Like).' 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) + 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 @@ -13624,15 +13628,18 @@ components: nullable: true webUrl: type: string + description: Read-only. Link to the message in Microsoft Teams. nullable: true hostedContents: type: array items: $ref: '#/components/schemas/microsoft.graph.chatMessageHostedContent' + description: 'Content in a message hosted by Microsoft Teams e.g. images, code snippets etc.' replies: type: array items: $ref: '#/components/schemas/microsoft.graph.chatMessage' + description: Replies for a specified message. additionalProperties: type: object microsoft.graph.teamsTab: @@ -13707,7 +13714,7 @@ components: nullable: true teamsAppId: type: string - description: The ID from the Teams app manifest. + description: The id from the Teams App manifest. nullable: true version: type: string @@ -13832,7 +13839,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.recipient' - description: The email addresses to which a message should be redirected. + description: The email address to which a message should be redirected. stopProcessingRules: type: boolean description: Indicates whether subsequent rules should be evaluated. @@ -14453,7 +14460,7 @@ components: properties: accountEnabled: type: boolean - description: 'true if the account is enabled; otherwise, false. Required.' + description: 'true if the account is enabled; otherwise, false. default is true.' nullable: true alternativeSecurityIds: type: array @@ -14474,7 +14481,7 @@ components: nullable: true deviceId: type: string - description: Unique identifier set by Azure Device Registration Service at the time of registration. + description: Identifier set by Azure Device Registration Service at the time of registration. nullable: true deviceMetadata: type: string @@ -14519,7 +14526,7 @@ components: nullable: true operatingSystemVersion: type: string - description: The version of the operating system on the device. Required. + description: Operating system version of the device. Required. nullable: true physicalIds: type: array @@ -14537,7 +14544,7 @@ components: 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 devices), AzureAd (Cloud only joined devices), ServerAd (on-premises domain joined devices joined to Azure AD). For more details, see Introduction to device management in Azure Active Directory' + description: 'Type of trust for the joined device. Read-only. Possible values: Workplace (indicates bring your own personal devices), AzureAd (Cloud only joined devices), ServerAd (on-premises domain joined devices joined to Azure AD). For more details, see Introduction to device management in Azure Active Directory' nullable: true memberOf: type: array @@ -14733,7 +14740,7 @@ components: properties: crc32Hash: type: string - description: The CRC32 value of the file in little endian (if available). Read-only. + description: The CRC32 value of the file (if available). Read-only. nullable: true quickXorHash: type: string @@ -14798,7 +14805,7 @@ components: properties: content: type: string - description: The content of comment. + description: The content of the comment. nullable: true contentType: type: string @@ -14836,7 +14843,7 @@ components: 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.' + description: 'Indicates what type of reference is associated with the name. Possible values are: String, Integer, Double, Boolean, Range. Read-only.' nullable: true value: $ref: '#/components/schemas/microsoft.graph.Json' @@ -14900,7 +14907,7 @@ components: 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.' + description: 'Constant value that represents the Table style. 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 @@ -15261,7 +15268,7 @@ components: nullable: true contentType: type: string - description: 'The media type of the content attachment. It can have the following values: reference: Attachment is a link to another file. Populate the contentURL with the link to the object.file: Raw file attachment. Populate the contenturl field with the base64 encoding of the file in data: format.image/: Image type with the type of the image specified ex: image/png, image/jpeg, image/gif. Populate the contentUrl field with the base64 encoding of the file in data: format.video/: Video type with the format specified. Ex: video/mp4. Populate the contentUrl field with the base64 encoding of the file in data: format.audio/: Audio type with the format specified. Ex: audio/wmw. Populate the contentUrl field with the base64 encoding of the file in data: format.application/card type: Rich card attachment type with the card type specifying the exact card format to use. Set content with the json format of the card. Supported values for card type include:application/vnd.microsoft.card.adaptive: A rich card that can contain any combination of text, speech, images,,buttons, and input fields. Set the content property to,an AdaptiveCard object.application/vnd.microsoft.card.animation: A rich card that plays animation. Set the content property,to an AnimationCardobject.application/vnd.microsoft.card.audio: A rich card that plays audio files. Set the content property,to an AudioCard object.application/vnd.microsoft.card.video: A rich card that plays videos. Set the content property,to a VideoCard object.application/vnd.microsoft.card.hero: A Hero card. Set the content property to a HeroCard object.application/vnd.microsoft.card.thumbnail: A Thumbnail card. Set the content property to a ThumbnailCard object.application/vnd.microsoft.com.card.receipt: A Receipt card. Set the content property to a ReceiptCard object.application/vnd.microsoft.com.card.signin: A user Sign In card. Set the content property to a SignInCard object.' + description: 'The media type of the content attachment. It can have the following values: reference: Attachment is a link to another file. Populate the contentURL with the link to the object.Any contentTypes supported by the Bot Framework''s Attachment objectapplication/vnd.microsoft.card.codesnippet: A code snippet. application/vnd.microsoft.card.announcement: An announcement header.' nullable: true contentUrl: type: string @@ -15594,11 +15601,11 @@ components: properties: content: type: string - description: The content of a comment reply. + description: The content of replied comment. nullable: true contentType: type: string - description: Indicates the type for the comment reply. + description: Indicates the type for the replied comment. additionalProperties: type: object microsoft.graph.workbookOperationError: @@ -15679,7 +15686,7 @@ components: description: Represents whether the casing impacted the last sort of the table. Read-only. method: type: string - description: 'Represents Chinese character ordering method last used to sort the table. The possible values are: PinYin, StrokeCount. Read-only.' + description: 'Represents Chinese character ordering method last used to sort the table. Possible values are: PinYin, StrokeCount. Read-only.' additionalProperties: type: object microsoft.graph.workbookChart: @@ -15882,7 +15889,7 @@ components: nullable: true contentType: type: string - description: 'Write only. Content type. sicj as image/png, image/jpg.' + description: 'Write only. Content type, such as image/png, image/jpg.' nullable: true additionalProperties: type: object @@ -15909,7 +15916,7 @@ components: nullable: true dataOption: type: string - description: 'Represents additional sorting options for this field. The possible values are: Normal, TextAsNumber.' + description: 'Represents additional sorting options for this field. Possible values are: Normal, TextAsNumber.' icon: $ref: '#/components/schemas/microsoft.graph.workbookIcon' key: @@ -15920,7 +15927,7 @@ components: format: int32 sortOn: type: string - description: 'Represents the type of sorting of this condition. The possible values are: Value, CellColor, FontColor, Icon.' + description: 'Represents the type of sorting of this condition. Possible values are: Value, CellColor, FontColor, Icon.' additionalProperties: type: object microsoft.graph.workbookChartAxes: @@ -16145,7 +16152,7 @@ components: format: int32 set: type: string - description: 'Represents the set that the icon is part of. The possible values are: Invalid, ThreeArrows, ThreeArrowsGray, ThreeFlags, ThreeTrafficLights1, ThreeTrafficLights2, ThreeSigns, ThreeSymbols, ThreeSymbols2, FourArrows, FourArrowsGray, FourRedToBlack, FourRating, FourTrafficLights, FiveArrows, FiveArrowsGray, FiveRating, FiveQuarters, ThreeStars, ThreeTriangles, FiveBoxes.' + description: 'Represents the set that the icon is part of. Possible values are: Invalid, ThreeArrows, ThreeArrowsGray, ThreeFlags, ThreeTrafficLights1, ThreeTrafficLights2, ThreeSigns, ThreeSymbols, ThreeSymbols2, FourArrows, FourArrowsGray, FourRedToBlack, FourRating, FourTrafficLights, FiveArrows, FiveArrowsGray, FiveRating, FiveQuarters, ThreeStars, ThreeTriangles, FiveBoxes.' additionalProperties: type: object microsoft.graph.workbookChartAxis: diff --git a/openApiDocs/v1.0/Files.yml b/openApiDocs/v1.0/Files.yml index 52786a2269d..0c56134af6d 100644 --- a/openApiDocs/v1.0/Files.yml +++ b/openApiDocs/v1.0/Files.yml @@ -12139,14 +12139,14 @@ components: 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.' + description: '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. Required. 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. + description: Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 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. Optional. 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.' + 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 @@ -12154,12 +12154,12 @@ components: nullable: true encryptionCertificateId: type: string - description: A custom app-provided identifier to help identify the certificate needed to decrypt resource data. Optional. + description: A custom app-provided identifier to help identify the certificate needed to decrypt resource data. Optional. Required when includeResourceData is true. 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.' + description: '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. Required.' format: date-time includeResourceData: type: boolean @@ -12179,10 +12179,10 @@ components: 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. + description: The URL of the endpoint that receives the change notifications. This URL must make use of the HTTPS protocol. Required. 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. + description: Specifies the resource that will be monitored for changes. Do not include the base URL (https://graph.microsoft.com/beta/). See the possible resource path values for each supported resource. Required. additionalProperties: type: object microsoft.graph.sharedDriveItem: @@ -12249,7 +12249,7 @@ components: 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. + description: 'A unique token that can be used to access this shared item via the [shares API][]. Read-only.' nullable: true additionalProperties: type: object @@ -12641,12 +12641,12 @@ components: nullable: true latitude: type: number - description: 'Optional. The latitude, in decimal, for the item. Read-only.' + description: 'Optional. The latitude, in decimal, for the item. Writable on OneDrive Personal.' format: double nullable: true longitude: type: number - description: 'Optional. The longitude, in decimal, for the item. Read-only.' + description: 'Optional. The longitude, in decimal, for the item. Writable on OneDrive Personal.' format: double nullable: true additionalProperties: @@ -12718,7 +12718,7 @@ components: 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. + description: The date and time the photo was taken in UTC time. Read-only. format: date-time nullable: true additionalProperties: @@ -12934,7 +12934,7 @@ components: 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.' + 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. Nullable.' tables: type: array items: @@ -12971,7 +12971,6 @@ components: properties: content: type: string - description: The content stream for this version of the item. format: base64url nullable: true size: @@ -13478,30 +13477,30 @@ components: properties: accountEnabled: type: boolean - description: 'true if the account is enabled; otherwise, false. This property is required when a user is created. Supports $filter.' + description: 'true if the account is enabled; otherwise, false. This property is required when a user is created. Returned only on $select. 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.' + 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. Returned only on $select.' nullable: true assignedLicenses: type: array items: $ref: '#/components/schemas/microsoft.graph.assignedLicense' - description: The licenses that are assigned to the user. Returned only on $select. Not nullable. Supports $filter. + description: The licenses that are assigned to the user. Not nullable. Supports $filter. assignedPlans: type: array items: $ref: '#/components/schemas/microsoft.graph.assignedPlan' - description: The plans that are assigned to the user. Read-only. Not nullable. + description: The plans that are assigned to the user. Returned only on $select. 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. Read-only for users synced from on-premises directory. Returned by default.' + description: The telephone numbers for the user. Only one number can be set for this property. Returned by default. Read-only for users synced from on-premises directory. city: type: string - description: The city in which the user is located. Supports $filter. + description: The city in which the user is located. Returned only on $select. Supports $filter. nullable: true companyName: type: string @@ -13509,29 +13508,29 @@ components: 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.' + 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. Returned only on $select.' nullable: true country: type: string - description: 'The country/region in which the user is located; for example, ''US'' or ''UK''. Supports $filter.' + description: 'The country/region in which the user is located; for example, ''US'' or ''UK''. Returned only on $select. 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. + description: The date and time the user was created. The value cannot be modified and is automatically populated when the entity is created. The DateTimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. Property is nullable. A null value indicates that an accurate creation time couldn't be determined for the user. Returned only on $select. Read-only. Supports $filter. 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.' + 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). Returned only on $select. Read-only.' nullable: true department: type: string - description: The name for the department in which the user works. Supports $filter. + description: The name for the department in which the user works. Returned only on $select. Supports $filter. nullable: true 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. Returned by default. Supports $filter and $orderby.' + description: 'The name displayed in the address book for the user. This value 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. Returned by default. 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])$' @@ -13561,7 +13560,7 @@ components: nullable: true faxNumber: type: string - description: The fax number of the user. + description: The fax number of the user. Returned only on $select. nullable: true givenName: type: string @@ -13571,7 +13570,7 @@ components: 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.' + 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. Returned only on $select. Supports $filter.' imAddresses: type: array items: @@ -13589,29 +13588,29 @@ components: 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 is 2014-01-01T00:00:00Z' + description: 'The time when this Azure AD user last changed their password. 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 is 2014-01-01T00:00:00Z Returned only on $select. Read-only.' 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.' + 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. Returned only on $select.' nullable: true licenseAssignmentStates: type: array items: $ref: '#/components/schemas/microsoft.graph.licenseAssignmentState' - description: State of license assignments for this user. Read-only. + description: State of license assignments for this user. Returned only on $select. Read-only. mail: type: string description: 'The SMTP address for the user, for example, ''jeff@contoso.onmicrosoft.com''. Returned by default. Supports $filter and endsWith.' nullable: true mailNickname: type: string - description: The mail alias for the user. This property must be specified when a user is created. Supports $filter. + description: The mail alias for the user. This property must be specified when a user is created. Returned only on $select. Supports $filter. nullable: true mobilePhone: type: string - description: The primary cellular telephone number for the user. Read-only for users synced from on-premises directory. Returned by default. + description: The primary cellular telephone number for the user. Returned by default. Read-only for users synced from on-premises directory. nullable: true officeLocation: type: string @@ -13619,59 +13618,59 @@ components: 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. + 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. Returned only on $select. 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.' + 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. Returned only on $select. 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.' + 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. Returned only on $select. 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 is 2014-01-01T00:00:00Z. Read-only.' + 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 is 2014-01-01T00:00:00Z. Returned only on $select. 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. + description: Errors when using Microsoft synchronization product during provisioning. Returned only on $select. 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. + 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. Returned only on $select. 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. + description: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Returned only on $select. 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 + 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). Returned only on $select. 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. + 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. Returned only on $select. 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.' + description: 'A list of additional email addresses for the user; for example: [''bob@contoso.com'', ''Robert@fabrikam.com''].Returned only on $select. 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''.' + 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''.Returned only on $select.' 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.' + 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. Returned only on $select.' nullable: true preferredLanguage: type: string @@ -13681,29 +13680,29 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.provisionedPlan' - description: The plans that are provisioned for the user. Read-only. Not nullable. + description: The plans that are provisioned for the user. Returned only on $select. 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.' + description: 'For example: [''SMTP: bob@contoso.com'', ''smtp: bob@sales.contoso.com''] The any operator is required for filter expressions on multi-valued properties. Returned only on $select. Read-only, Not nullable. Supports $filter.' 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.' + 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. Returned only on $select.' 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.' + 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. Use revokeSignInSessions to reset.' format: date-time nullable: true state: type: string - description: The state or province in the user's address. Supports $filter. + description: The state or province in the user's address. Returned only on $select. Supports $filter. nullable: true streetAddress: type: string - description: The street address of the user's place of business. + description: The street address of the user's place of business. Returned only on $select. nullable: true surname: type: string @@ -13711,7 +13710,7 @@ components: 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.' + 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. Returned only on $select. Supports $filter.' nullable: true userPrincipalName: type: string @@ -13719,7 +13718,7 @@ components: 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.' + description: 'A string value that can be used to classify user types in your directory, such as ''Member'' and ''Guest''. Returned only on $select. Supports $filter.' nullable: true mailboxSettings: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' @@ -13731,12 +13730,12 @@ components: format: int32 aboutMe: type: string - description: A freeform text entry field for the user to describe themselves. + description: A freeform text entry field for the user to describe themselves. Returned only on $select. 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 is 2014-01-01T00:00:00Z' + 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 is 2014-01-01T00:00:00Z Returned only on $select.' 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])$' @@ -13748,39 +13747,39 @@ components: items: type: string nullable: true - description: A list for the user to describe their interests. + description: A list for the user to describe their interests. Returned only on $select. mySite: type: string - description: The URL for the user's personal site. + description: The URL for the user's personal site. Returned only on $select. nullable: true pastProjects: type: array items: type: string nullable: true - description: A list for the user to enumerate their past projects. + description: A list for the user to enumerate their past projects. Returned only on $select. preferredName: type: string - description: The preferred name for the user. + description: The preferred name for the user. Returned only on $select. nullable: true responsibilities: type: array items: type: string nullable: true - description: A list for the user to enumerate their responsibilities. + description: A list for the user to enumerate their responsibilities. Returned only on $select. schools: type: array items: type: string nullable: true - description: A list for the user to enumerate the schools they have attended. + description: A list for the user to enumerate the schools they have attended. Returned only on $select. skills: type: array items: type: string nullable: true - description: A list for the user to enumerate their skills. + description: A list for the user to enumerate their skills. Returned only on $select. appRoleAssignments: type: array items: @@ -13807,7 +13806,7 @@ components: 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. + description: 'The groups, directory roles and administrative units that the user is a member of. Read-only. Nullable.' oauth2PermissionGrants: type: array items: @@ -13867,7 +13866,7 @@ components: 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. + description: The user's events. Default is to show events under the Default Calendar. Read-only. Nullable. inferenceClassification: $ref: '#/components/schemas/microsoft.graph.inferenceClassification' mailFolders: @@ -13886,7 +13885,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.person' - description: People that are relevant to the user. Read-only. Nullable. + description: 'Read-only. The most relevant people to the user. The collection is ordered by their relevance to the user, which is determined by the user''s communication, collaboration and business relationships. A person is an aggregation of information from across mail, contacts and social networks.' photo: $ref: '#/components/schemas/microsoft.graph.profilePhoto' photos: @@ -13909,7 +13908,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.extension' - description: The collection of open extensions defined for the user. Read-only. Nullable. + description: The collection of open extensions defined for the user. Nullable. agreementAcceptances: type: array items: @@ -13983,7 +13982,7 @@ components: properties: upgradeAvailable: type: boolean - description: Indicates whether there are higher storage quota plans available. Read-only. + description: Indicates if there are higher storage quota plans available. Read-only. nullable: true additionalProperties: type: object @@ -13993,7 +13992,7 @@ components: properties: crc32Hash: type: string - description: The CRC32 value of the file in little endian (if available). Read-only. + description: The CRC32 value of the file (if available). Read-only. nullable: true quickXorHash: type: string @@ -14058,7 +14057,7 @@ components: properties: content: type: string - description: The content of comment. + description: The content of the comment. nullable: true contentType: type: string @@ -14096,7 +14095,7 @@ components: 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.' + description: 'Indicates what type of reference is associated with the name. Possible values are: String, Integer, Double, Boolean, Range. Read-only.' nullable: true value: $ref: '#/components/schemas/microsoft.graph.Json' @@ -14160,7 +14159,7 @@ components: 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.' + description: 'Constant value that represents the Table style. 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 @@ -14553,12 +14552,12 @@ components: 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. 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 is 2014-01-01T00:00:00Z.' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true capabilityStatus: type: string - description: 'Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. See a detailed description of each value.' + description: 'Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut.' nullable: true service: type: string @@ -14732,7 +14731,7 @@ components: properties: forceChangePasswordNextSignIn: type: boolean - description: true if the user must change her password on the next login; otherwise false. + description: 'If true, at next sign-in, the user must change their password. After a password change, this property will be automatically reset to false. If not set, default is false.' nullable: true forceChangePasswordNextSignInWithMfa: type: boolean @@ -14768,7 +14767,7 @@ components: properties: archiveFolder: type: string - description: Folder ID of an archive folder for the user. + description: Folder ID of an archive folder for the user. Read only. nullable: true automaticRepliesSetting: $ref: '#/components/schemas/microsoft.graph.automaticRepliesSetting' @@ -14914,15 +14913,15 @@ components: 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.' 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.' + 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, through an Outlook client or the corresponding calendarPermission resource. Read-only.' 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.' + description: 'true if the user has the permission to share the calendar, false otherwise. Only the user who created the calendar can share it. Read-only.' nullable: true canViewPrivateItems: type: boolean - description: 'true if the user can read calendar items that have been marked private, false otherwise.' + description: 'true if the user can read calendar items that have been marked private, false otherwise. This property is set through an Outlook client or the corresponding calendarPermission resource. Read-only.' nullable: true changeKey: type: string @@ -14934,7 +14933,7 @@ components: $ref: '#/components/schemas/microsoft.graph.onlineMeetingProviderType' hexColor: type: string - description: 'The calendar color, expressed in a hex color code of three hexadecimal values, each ranging from 00 to FF and representing the red, green, or blue components of the color in the RGB color space. If the user has never explicitly set a color for the calendar, this property is empty. Read-only.' + description: 'The calendar color, expressed in a hex color code of three hexadecimal values, each ranging from 00 to FF and representing the red, green, or blue components of the color in the RGB color space. If the user has never explicitly set a color for the calendar, this property is empty.' nullable: true isDefaultCalendar: type: boolean @@ -15143,19 +15142,19 @@ components: 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. + description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' calendar: $ref: '#/components/schemas/microsoft.graph.calendar' extensions: type: array items: $ref: '#/components/schemas/microsoft.graph.extension' - description: The collection of open extensions defined for the event. Read-only. Nullable. + description: The collection of open extensions defined for the event. Nullable. instances: type: array items: $ref: '#/components/schemas/microsoft.graph.event' - description: The instances of the event. Navigation property. Read-only. Nullable. + description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but does not include occurrences that have been cancelled from the series. Navigation property. Read-only. Nullable.' multiValueExtendedProperties: type: array items: @@ -15351,7 +15350,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.extension' - description: The collection of open extensions defined for the contact. Read-only. Nullable. + description: The collection of open extensions defined for the contact. Nullable. multiValueExtendedProperties: type: array items: @@ -15456,7 +15455,7 @@ components: $ref: '#/components/schemas/microsoft.graph.itemBody' bodyPreview: type: string - description: The first 255 characters of the message body. It is in text format. + description: 'The first 255 characters of the message body. It is in text format. If the message contains instances of mention, this property would contain a concatenation of these mentions as well.' nullable: true ccRecipients: type: array @@ -15705,11 +15704,11 @@ components: properties: agreementFileId: type: string - description: The identifier of the agreement file accepted by the user. + description: ID of the agreement file accepted by the user. nullable: true agreementId: type: string - description: The identifier of the agreement. + description: ID of the agreement. nullable: true deviceDisplayName: type: string @@ -15721,22 +15720,22 @@ components: nullable: true deviceOSType: type: string - description: The operating system used to accept the agreement. + description: The operating system used for accepting the agreement. nullable: true deviceOSVersion: type: string - description: The operating system version of the device used to accept the agreement. + description: The operating system version of the device used for accepting the agreement. 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: 'The expiration date time of the acceptance. 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''' + description: 'The expiration date time of the acceptance. 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 is 2014-01-01T00:00:00Z' 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: '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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true state: @@ -15751,7 +15750,7 @@ components: nullable: true userId: type: string - description: The identifier of the user who accepted the agreement. + description: ID of the user who accepted the agreement. nullable: true userPrincipalName: type: string @@ -15767,24 +15766,24 @@ components: properties: activationLockBypassCode: type: string - description: Code that allows the Activation Lock on a device to be bypassed. + description: Code that allows the Activation Lock on a device to be bypassed. This property is read-only. nullable: true androidSecurityPatchLevel: type: string - description: Android security patch level + description: Android security patch level. This property is read-only. nullable: true azureADDeviceId: type: string - description: The unique identifier for the Azure Active Directory device. Read only. + description: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. nullable: true azureADRegistered: type: boolean - description: Whether the device is Azure Active Directory registered. + description: Whether the device is Azure Active Directory registered. This property is read-only. nullable: true 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 + description: The DateTime when device compliance grace period expires. This property is read-only. format: date-time complianceState: $ref: '#/components/schemas/microsoft.graph.complianceState' @@ -15794,10 +15793,10 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.deviceActionResult' - description: List of ComplexType deviceActionResult objects. + description: List of ComplexType deviceActionResult objects. This property is read-only. deviceCategoryDisplayName: type: string - description: Device category display name + description: Device category display name. This property is read-only. nullable: true deviceEnrollmentType: $ref: '#/components/schemas/microsoft.graph.deviceEnrollmentType' @@ -15805,30 +15804,30 @@ components: $ref: '#/components/schemas/microsoft.graph.deviceHealthAttestationState' deviceName: type: string - description: Name of the device + description: Name of the device. This property is read-only. nullable: true deviceRegistrationState: $ref: '#/components/schemas/microsoft.graph.deviceRegistrationState' easActivated: type: boolean - description: Whether the device is Exchange ActiveSync activated. + description: Whether the device is Exchange ActiveSync activated. This property is read-only. 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. + description: Exchange ActivationSync activation time of the device. This property is read-only. format: date-time easDeviceId: type: string - description: Exchange ActiveSync Id of the device. + description: Exchange ActiveSync Id of the device. This property is read-only. nullable: true emailAddress: type: string - description: Email(s) for the user associated with the device + description: Email(s) for the user associated with the device. This property is read-only. 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. + description: Enrollment time of the device. This property is read-only. format: date-time exchangeAccessState: $ref: '#/components/schemas/microsoft.graph.deviceManagementExchangeAccessState' @@ -15837,30 +15836,30 @@ components: 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. + description: Last time the device contacted Exchange. This property is read-only. format: date-time freeStorageSpaceInBytes: type: integer - description: Free Storage in Bytes + description: Free Storage in Bytes. This property is read-only. format: int64 imei: type: string - description: IMEI + description: IMEI. This property is read-only. nullable: true isEncrypted: type: boolean - description: Device encryption status + description: Device encryption status. This property is read-only. isSupervised: type: boolean - description: Device supervised status + description: Device supervised status. This property is read-only. jailBroken: type: string - description: whether the device is jail broken or rooted. + description: whether the device is jail broken or rooted. This property is read-only. nullable: true 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. + description: The date and time that the device last completed a successful sync with Intune. This property is read-only. format: date-time managedDeviceName: type: string @@ -15872,65 +15871,65 @@ components: $ref: '#/components/schemas/microsoft.graph.managementAgentType' manufacturer: type: string - description: Manufacturer of the device + description: Manufacturer of the device. This property is read-only. nullable: true meid: type: string - description: MEID + description: MEID. This property is read-only. nullable: true model: type: string - description: Model of the device + description: Model of the device. This property is read-only. nullable: true operatingSystem: type: string - description: 'Operating system of the device. Windows, iOS, etc.' + description: 'Operating system of the device. Windows, iOS, etc. This property is read-only.' nullable: true osVersion: type: string - description: Operating system version of the device. + description: Operating system version of the device. This property is read-only. nullable: true partnerReportedThreatState: $ref: '#/components/schemas/microsoft.graph.managedDevicePartnerReportedHealthState' phoneNumber: type: string - description: Phone number of the device + description: Phone number of the device. This property is read-only. nullable: true remoteAssistanceSessionErrorDetails: type: string - description: An error string that identifies issues when creating Remote Assistance session objects. + description: An error string that identifies issues when creating Remote Assistance session objects. This property is read-only. nullable: true remoteAssistanceSessionUrl: type: string - description: Url that allows a Remote Assistance session to be established with the device. + description: Url that allows a Remote Assistance session to be established with the device. This property is read-only. nullable: true serialNumber: type: string - description: SerialNumber + description: SerialNumber. This property is read-only. nullable: true subscriberCarrier: type: string - description: Subscriber Carrier + description: Subscriber Carrier. This property is read-only. nullable: true totalStorageSpaceInBytes: type: integer - description: Total Storage in Bytes + description: Total Storage in Bytes. This property is read-only. format: int64 userDisplayName: type: string - description: User display name + description: User display name. This property is read-only. nullable: true userId: type: string - description: Unique Identifier for the user associated with the device + description: Unique Identifier for the user associated with the device. This property is read-only. nullable: true userPrincipalName: type: string - description: Device user principal name + description: Device user principal name. This property is read-only. nullable: true wiFiMacAddress: type: string - description: Wi-Fi MAC + description: Wi-Fi MAC. This property is read-only. nullable: true deviceCompliancePolicyStates: type: array @@ -16006,7 +16005,7 @@ components: 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 management service. + description: Zero or more policys already applied on the registered app when it last synchronized with managment service. intendedPolicies: type: array items: @@ -16053,7 +16052,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.plannerTask' - description: Read-only. Nullable. Returns the plannerPlans shared with the user. + description: Read-only. Nullable. Returns the plannerTasks assigned to the user. additionalProperties: type: object microsoft.graph.officeGraphInsights: @@ -16066,17 +16065,17 @@ components: 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.' + description: Access this property from the derived type itemInsights. 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.' + description: Access this property from the derived type itemInsights. 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.' + description: Access this property from the derived type itemInsights. additionalProperties: type: object microsoft.graph.userSettings: @@ -16223,7 +16222,7 @@ components: properties: activity: type: string - description: 'The supplemental information to a user''s availability. Possible values are Available, Away, BeRightBack, Busy, DoNotDisturb, InACall, InAConferenceCall, Inactive, InAMeeting, Offline, OffWork, OutOfOffice, PresenceUnknown, Presenting, UrgentInterruptionsOnly.' + description: 'The supplemental information to a user''s availability. Possible values are Available, Away, BeRightBack, Busy, DoNotDisturb, InACall, InAConferenceCall, Inactive,InAMeeting, Offline, OffWork,OutOfOffice, PresenceUnknown,Presenting, UrgentInterruptionsOnly.' nullable: true availability: type: string @@ -16367,11 +16366,11 @@ components: properties: content: type: string - description: The content of a comment reply. + description: The content of replied comment. nullable: true contentType: type: string - description: Indicates the type for the comment reply. + description: Indicates the type for the replied comment. additionalProperties: type: object microsoft.graph.Json: @@ -16457,7 +16456,7 @@ components: description: Represents whether the casing impacted the last sort of the table. Read-only. method: type: string - description: 'Represents Chinese character ordering method last used to sort the table. The possible values are: PinYin, StrokeCount. Read-only.' + description: 'Represents Chinese character ordering method last used to sort the table. Possible values are: PinYin, StrokeCount. Read-only.' additionalProperties: type: object microsoft.graph.workbookChart: @@ -16746,7 +16745,7 @@ components: 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.' + 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}$' @@ -16789,11 +16788,11 @@ components: properties: address: type: string - description: The email address of the person or entity. + description: The email address of an entity instance. nullable: true name: type: string - description: The display name of the person or entity. + description: The display name of an entity instance. nullable: true additionalProperties: type: object @@ -16908,10 +16907,10 @@ components: 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).' + description: 'A single point of time in a combined date and time representation ({date}T{time}). For example, ''2019-04-16T09:00:00''.' timeZone: type: string - description: 'Represents a time zone, for example, ''Pacific Standard Time''. See below for more possible values.' + description: 'Represents a time zone, for example, ''Pacific Standard Time''. See below for possible values.' nullable: true additionalProperties: type: object @@ -17064,7 +17063,7 @@ components: nullable: true name: type: string - description: The attachment's file name. + description: The display name of the attachment. This does not need to be the actual file name. nullable: true size: maximum: 2147483647 @@ -17733,14 +17732,14 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.plannerBucket' - description: Read-only. Nullable. Collection of buckets in the plan. + description: Collection of buckets in the plan. Read-only. Nullable. 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. + description: Collection of tasks in the plan. Read-only. Nullable. additionalProperties: type: object microsoft.graph.plannerTask: @@ -18041,7 +18040,7 @@ components: properties: messageId: type: string - description: The unique identifier of a message in a Microsoft Teams channel. + description: The unique identifier for a message in a Microsoft Teams channel. nullable: true replyChainMessageId: type: string @@ -18216,7 +18215,7 @@ components: nullable: true allowCreateUpdateChannels: type: boolean - description: 'If set to true, members can add and update channels.' + description: 'If set to true, members can add and update any channels.' nullable: true allowCreateUpdateRemoveConnectors: type: boolean @@ -18427,7 +18426,7 @@ components: 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.' + description: 'The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select.' assignedLicenses: type: array items: @@ -18464,7 +18463,7 @@ components: 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.' + 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).' nullable: true licenseProcessingState: $ref: '#/components/schemas/microsoft.graph.licenseProcessingState' @@ -18525,13 +18524,13 @@ components: 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. + description: The preferred language for a 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.' + 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 for 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 @@ -18548,7 +18547,7 @@ components: 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.' + description: 'Specifies a 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 @@ -18564,11 +18563,11 @@ components: 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. Supported only on the Get group API (GET /groups/{ID}).' + description: 'true if the group is not displayed in certain parts of the Outlook user interface: in the Address Book, in address lists for selecting message recipients, and in the Browse Groups dialog for searching groups; false otherwise. Default value is false. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}).' 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. Supported only on the Get group API (GET /groups/{ID}).' + description: 'true if the group is not displayed in Outlook clients, such as Outlook for Windows and Outlook on the web, false otherwise. Default value is false. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}).' nullable: true isSubscribedByMail: type: boolean @@ -18578,7 +18577,7 @@ components: 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. Supported only on the Get group API (GET /groups/{ID}).' + description: 'Count of conversations that have received new posts since the signed-in user last visited the group. This property is the same as unseenConversationsCount.Returned only on $select. Supported only on the Get group API (GET /groups/{ID}).' format: int32 nullable: true isArchived: @@ -18595,12 +18594,12 @@ components: 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.' + description: 'Groups and administrative units 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.' + description: 'Users, contacts, and groups that are members of this group. HTTP Methods: GET (supported for all groups), POST (supported for security groups and mail-enabled security groups), DELETE (supported only for security groups) Read-only. Nullable.' membersWithLicenseErrors: type: array items: @@ -18610,7 +18609,7 @@ components: 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.' + description: 'The owners of the group. The owners are a set of non-admin users who are allowed to modify this object. HTTP Methods: GET (supported for all groups), POST (supported for security groups and mail-enabled security groups), DELETE (supported only for security groups) Read-only. Nullable.' permissionGrants: type: array items: @@ -18619,7 +18618,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.groupSetting' - description: Read-only. Nullable. + description: 'Settings that can govern this group''s behavior, like whether members can invite guest users to the group. Nullable.' transitiveMemberOf: type: array items: @@ -18649,7 +18648,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.event' - description: The group's calendar events. + description: The group's events. photo: $ref: '#/components/schemas/microsoft.graph.profilePhoto' photos: @@ -18842,7 +18841,7 @@ components: nullable: true dataOption: type: string - description: 'Represents additional sorting options for this field. The possible values are: Normal, TextAsNumber.' + description: 'Represents additional sorting options for this field. Possible values are: Normal, TextAsNumber.' icon: $ref: '#/components/schemas/microsoft.graph.workbookIcon' key: @@ -18853,7 +18852,7 @@ components: format: int32 sortOn: type: string - description: 'Represents the type of sorting of this condition. The possible values are: Value, CellColor, FontColor, Icon.' + description: 'Represents the type of sorting of this condition. Possible values are: Value, CellColor, FontColor, Icon.' additionalProperties: type: object microsoft.graph.workbookChartAxes: @@ -19183,7 +19182,7 @@ components: 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.' + description: 'A collection of the days of the week on which the event occurs. 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: @@ -19290,7 +19289,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.recipient' - description: The email addresses to which a message should be redirected. + description: The email address to which a message should be redirected. stopProcessingRules: type: boolean description: Indicates whether subsequent rules should be evaluated. @@ -19947,7 +19946,7 @@ components: properties: accountEnabled: type: boolean - description: 'true if the account is enabled; otherwise, false. Required.' + description: 'true if the account is enabled; otherwise, false. default is true.' nullable: true alternativeSecurityIds: type: array @@ -19968,7 +19967,7 @@ components: nullable: true deviceId: type: string - description: Unique identifier set by Azure Device Registration Service at the time of registration. + description: Identifier set by Azure Device Registration Service at the time of registration. nullable: true deviceMetadata: type: string @@ -20013,7 +20012,7 @@ components: nullable: true operatingSystemVersion: type: string - description: The version of the operating system on the device. Required. + description: Operating system version of the device. Required. nullable: true physicalIds: type: array @@ -20031,7 +20030,7 @@ components: 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 devices), AzureAd (Cloud only joined devices), ServerAd (on-premises domain joined devices joined to Azure AD). For more details, see Introduction to device management in Azure Active Directory' + description: 'Type of trust for the joined device. Read-only. Possible values: Workplace (indicates bring your own personal devices), AzureAd (Cloud only joined devices), ServerAd (on-premises domain joined devices joined to Azure AD). For more details, see Introduction to device management in Azure Active Directory' nullable: true memberOf: type: array @@ -20092,11 +20091,11 @@ components: nullable: true recipientUserId: type: string - description: User ID of the recipient of the offer shift request. + 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. + description: User id of the sender of the offer shift request. nullable: true additionalProperties: type: object @@ -20178,7 +20177,7 @@ components: properties: recipientShiftId: type: string - description: ShiftId for the recipient user with whom the request is to swap. + description: Shift ID for the recipient user with whom the request is to swap. nullable: true additionalProperties: type: object @@ -20264,12 +20263,12 @@ components: $ref: '#/components/schemas/microsoft.graph.channelIdentity' chatId: type: string - description: The identity of the chat in which the message was posted. + description: 'If the message was sent in a chat, represents the identity of the chat.' 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. + description: Timestamp of when the chat message was created. format: date-time nullable: true deletedDateTime: @@ -20289,18 +20288,18 @@ components: 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. + description: Read only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the 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.' + description: 'Read only. Timestamp when the chat message is created (initial setting) or modified, 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. + description: Locale of the chat message set by the client. Always set to en-us. mentions: type: array items: @@ -20317,7 +20316,7 @@ components: description: 'Reactions for this chat message (for example, Like).' 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) + 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 @@ -20329,15 +20328,18 @@ components: nullable: true webUrl: type: string + description: Read-only. Link to the message in Microsoft Teams. nullable: true hostedContents: type: array items: $ref: '#/components/schemas/microsoft.graph.chatMessageHostedContent' + description: 'Content in a message hosted by Microsoft Teams e.g. images, code snippets etc.' replies: type: array items: $ref: '#/components/schemas/microsoft.graph.chatMessage' + description: Replies for a specified message. additionalProperties: type: object microsoft.graph.teamsTab: @@ -20391,18 +20393,23 @@ components: properties: clientAppId: type: string + description: ID of the service principal of the Azure AD app that has been granted access. Read-only. nullable: true clientId: type: string + description: ID of the Azure AD app that has been granted access. Read-only. nullable: true permission: type: string + description: The name of the permission. Read-only. nullable: true permissionType: type: string + description: 'The type of permission. Possible values are: Application,Delegated. Read-only.' nullable: true resourceAppId: type: string + description: ID of the Azure AD app that is hosting the resource. Read-only. nullable: true additionalProperties: type: object @@ -20593,7 +20600,7 @@ components: nullable: true teamsAppId: type: string - description: The ID from the Teams app manifest. + description: The id from the Teams App manifest. nullable: true version: type: string @@ -20781,7 +20788,7 @@ components: format: int32 set: type: string - description: 'Represents the set that the icon is part of. The possible values are: Invalid, ThreeArrows, ThreeArrowsGray, ThreeFlags, ThreeTrafficLights1, ThreeTrafficLights2, ThreeSigns, ThreeSymbols, ThreeSymbols2, FourArrows, FourArrowsGray, FourRedToBlack, FourRating, FourTrafficLights, FiveArrows, FiveArrowsGray, FiveRating, FiveQuarters, ThreeStars, ThreeTriangles, FiveBoxes.' + description: 'Represents the set that the icon is part of. Possible values are: Invalid, ThreeArrows, ThreeArrowsGray, ThreeFlags, ThreeTrafficLights1, ThreeTrafficLights2, ThreeSigns, ThreeSymbols, ThreeSymbols2, FourArrows, FourArrowsGray, FourRedToBlack, FourRating, FourTrafficLights, FiveArrows, FiveArrowsGray, FiveRating, FiveQuarters, ThreeStars, ThreeTriangles, FiveBoxes.' additionalProperties: type: object microsoft.graph.workbookChartAxis: @@ -21222,7 +21229,7 @@ components: nullable: true contentType: type: string - description: 'The media type of the content attachment. It can have the following values: reference: Attachment is a link to another file. Populate the contentURL with the link to the object.file: Raw file attachment. Populate the contenturl field with the base64 encoding of the file in data: format.image/: Image type with the type of the image specified ex: image/png, image/jpeg, image/gif. Populate the contentUrl field with the base64 encoding of the file in data: format.video/: Video type with the format specified. Ex: video/mp4. Populate the contentUrl field with the base64 encoding of the file in data: format.audio/: Audio type with the format specified. Ex: audio/wmw. Populate the contentUrl field with the base64 encoding of the file in data: format.application/card type: Rich card attachment type with the card type specifying the exact card format to use. Set content with the json format of the card. Supported values for card type include:application/vnd.microsoft.card.adaptive: A rich card that can contain any combination of text, speech, images,,buttons, and input fields. Set the content property to,an AdaptiveCard object.application/vnd.microsoft.card.animation: A rich card that plays animation. Set the content property,to an AnimationCardobject.application/vnd.microsoft.card.audio: A rich card that plays audio files. Set the content property,to an AudioCard object.application/vnd.microsoft.card.video: A rich card that plays videos. Set the content property,to a VideoCard object.application/vnd.microsoft.card.hero: A Hero card. Set the content property to a HeroCard object.application/vnd.microsoft.card.thumbnail: A Thumbnail card. Set the content property to a ThumbnailCard object.application/vnd.microsoft.com.card.receipt: A Receipt card. Set the content property to a ReceiptCard object.application/vnd.microsoft.com.card.signin: A user Sign In card. Set the content property to a SignInCard object.' + description: 'The media type of the content attachment. It can have the following values: reference: Attachment is a link to another file. Populate the contentURL with the link to the object.Any contentTypes supported by the Bot Framework''s Attachment objectapplication/vnd.microsoft.card.codesnippet: A code snippet. application/vnd.microsoft.card.announcement: An announcement header.' nullable: true contentUrl: type: string @@ -21360,7 +21367,7 @@ components: properties: name: type: string - description: Name of the setting (as defined by the groupSettingTemplate). + description: Name of the setting (as defined by the directorySettingTemplate). nullable: true value: type: string @@ -21405,7 +21412,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.attachment' - description: Read-only. Nullable. + description: 'The collection of fileAttachment, itemAttachment, and referenceAttachment attachments for the post. Read-only. Nullable.' extensions: type: array items: @@ -21676,7 +21683,7 @@ components: nullable: true contentType: type: string - description: 'Write only. Content type. sicj as image/png, image/jpg.' + description: 'Write only. Content type, such as image/png, image/jpg.' nullable: true additionalProperties: type: object diff --git a/openApiDocs/v1.0/Groups.yml b/openApiDocs/v1.0/Groups.yml index 5b8140a0574..ec5fee54fa3 100644 --- a/openApiDocs/v1.0/Groups.yml +++ b/openApiDocs/v1.0/Groups.yml @@ -20591,7 +20591,7 @@ components: 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.' + description: 'The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select.' assignedLicenses: type: array items: @@ -20628,7 +20628,7 @@ components: 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.' + 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).' nullable: true licenseProcessingState: $ref: '#/components/schemas/microsoft.graph.licenseProcessingState' @@ -20689,13 +20689,13 @@ components: 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. + description: The preferred language for a 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.' + 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 for 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 @@ -20712,7 +20712,7 @@ components: 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.' + description: 'Specifies a 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 @@ -20728,11 +20728,11 @@ components: 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. Supported only on the Get group API (GET /groups/{ID}).' + description: 'true if the group is not displayed in certain parts of the Outlook user interface: in the Address Book, in address lists for selecting message recipients, and in the Browse Groups dialog for searching groups; false otherwise. Default value is false. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}).' 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. Supported only on the Get group API (GET /groups/{ID}).' + description: 'true if the group is not displayed in Outlook clients, such as Outlook for Windows and Outlook on the web, false otherwise. Default value is false. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}).' nullable: true isSubscribedByMail: type: boolean @@ -20742,7 +20742,7 @@ components: 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. Supported only on the Get group API (GET /groups/{ID}).' + description: 'Count of conversations that have received new posts since the signed-in user last visited the group. This property is the same as unseenConversationsCount.Returned only on $select. Supported only on the Get group API (GET /groups/{ID}).' format: int32 nullable: true isArchived: @@ -20759,12 +20759,12 @@ components: 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.' + description: 'Groups and administrative units 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.' + description: 'Users, contacts, and groups that are members of this group. HTTP Methods: GET (supported for all groups), POST (supported for security groups and mail-enabled security groups), DELETE (supported only for security groups) Read-only. Nullable.' membersWithLicenseErrors: type: array items: @@ -20774,7 +20774,7 @@ components: 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.' + description: 'The owners of the group. The owners are a set of non-admin users who are allowed to modify this object. HTTP Methods: GET (supported for all groups), POST (supported for security groups and mail-enabled security groups), DELETE (supported only for security groups) Read-only. Nullable.' permissionGrants: type: array items: @@ -20783,7 +20783,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.groupSetting' - description: Read-only. Nullable. + description: 'Settings that can govern this group''s behavior, like whether members can invite guest users to the group. Nullable.' transitiveMemberOf: type: array items: @@ -20813,7 +20813,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.event' - description: The group's calendar events. + description: The group's events. photo: $ref: '#/components/schemas/microsoft.graph.profilePhoto' photos: @@ -20916,7 +20916,7 @@ components: items: type: string nullable: true - description: 'A collection of byte ranges that the server is missing for the file. These ranges are zero indexed and of the format ''start-end'' (e.g. ''0-26'' to indicate the first 27 bytes of the file). When uploading files as Outlook attachments, instead of a collection of ranges, this property always indicates a single value ''{start}'', the location in the file where the next upload should begin.' + description: 'When uploading files to document libraries, this is a collection of byte ranges that the server is missing for the file. These ranges are zero-indexed and of the format, ''{start}-{end}'' (e.g. ''0-26'' to indicate the first 27 bytes of the file). When uploading files as Outlook attachments, instead of a collection of ranges, this property always indicates a single value ''{start}'', the location in the file where the next upload should begin.' uploadUrl: type: string description: The URL endpoint that accepts PUT requests for byte ranges of the file. @@ -20941,10 +20941,10 @@ components: 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).' + description: 'A single point of time in a combined date and time representation ({date}T{time}). For example, ''2019-04-16T09:00:00''.' timeZone: type: string - description: 'Represents a time zone, for example, ''Pacific Standard Time''. See below for more possible values.' + description: 'Represents a time zone, for example, ''Pacific Standard Time''. See below for possible values.' nullable: true additionalProperties: type: object @@ -21114,19 +21114,19 @@ components: 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. + description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' calendar: $ref: '#/components/schemas/microsoft.graph.calendar' extensions: type: array items: $ref: '#/components/schemas/microsoft.graph.extension' - description: The collection of open extensions defined for the event. Read-only. Nullable. + description: The collection of open extensions defined for the event. Nullable. instances: type: array items: $ref: '#/components/schemas/microsoft.graph.event' - description: The instances of the event. Navigation property. Read-only. Nullable. + description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but does not include occurrences that have been cancelled from the series. Navigation property. Read-only. Nullable.' multiValueExtendedProperties: type: array items: @@ -21253,7 +21253,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.attachment' - description: Read-only. Nullable. + description: 'The collection of fileAttachment, itemAttachment, and referenceAttachment attachments for the post. Read-only. Nullable.' extensions: type: array items: @@ -21294,7 +21294,7 @@ components: nullable: true name: type: string - description: The attachment's file name. + description: The display name of the attachment. This does not need to be the actual file name. nullable: true size: maximum: 2147483647 @@ -21364,18 +21364,23 @@ components: properties: clientAppId: type: string + description: ID of the service principal of the Azure AD app that has been granted access. Read-only. nullable: true clientId: type: string + description: ID of the Azure AD app that has been granted access. Read-only. nullable: true permission: type: string + description: The name of the permission. Read-only. nullable: true permissionType: type: string + description: 'The type of permission. Possible values are: Application,Delegated. Read-only.' nullable: true resourceAppId: type: string + description: ID of the Azure AD app that is hosting the resource. Read-only. nullable: true additionalProperties: type: object @@ -21416,7 +21421,7 @@ components: $ref: '#/components/schemas/microsoft.graph.onenotePatchInsertPosition' target: type: string - description: 'The element to update. Must be the # or the generated of the element, or the body or title keyword.' + description: 'The element to update. Must be the # or the generated {id} of the element, or the body or title keyword.' additionalProperties: type: object microsoft.graph.onenotePagePreview: @@ -21685,15 +21690,15 @@ components: 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.' 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.' + 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, through an Outlook client or the corresponding calendarPermission resource. Read-only.' 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.' + description: 'true if the user has the permission to share the calendar, false otherwise. Only the user who created the calendar can share it. Read-only.' nullable: true canViewPrivateItems: type: boolean - description: 'true if the user can read calendar items that have been marked private, false otherwise.' + description: 'true if the user can read calendar items that have been marked private, false otherwise. This property is set through an Outlook client or the corresponding calendarPermission resource. Read-only.' nullable: true changeKey: type: string @@ -21705,7 +21710,7 @@ components: $ref: '#/components/schemas/microsoft.graph.onlineMeetingProviderType' hexColor: type: string - description: 'The calendar color, expressed in a hex color code of three hexadecimal values, each ranging from 00 to FF and representing the red, green, or blue components of the color in the RGB color space. If the user has never explicitly set a color for the calendar, this property is empty. Read-only.' + description: 'The calendar color, expressed in a hex color code of three hexadecimal values, each ranging from 00 to FF and representing the red, green, or blue components of the color in the RGB color space. If the user has never explicitly set a color for the calendar, this property is empty.' nullable: true isDefaultCalendar: type: boolean @@ -22057,11 +22062,11 @@ components: properties: address: type: string - description: The email address of the person or entity. + description: The email address of an entity instance. nullable: true name: type: string - description: The display name of the person or entity. + description: The display name of an entity instance. nullable: true additionalProperties: type: object @@ -22369,7 +22374,7 @@ components: properties: name: type: string - description: Name of the setting (as defined by the groupSettingTemplate). + description: Name of the setting (as defined by the directorySettingTemplate). nullable: true value: type: string @@ -22875,7 +22880,7 @@ components: 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. + description: 'A unique token that can be used to access this shared item via the [shares API][]. Read-only.' nullable: true additionalProperties: type: object @@ -22904,14 +22909,14 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.plannerBucket' - description: Read-only. Nullable. Collection of buckets in the plan. + description: Collection of buckets in the plan. Read-only. Nullable. 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. + description: Collection of tasks in the plan. Read-only. Nullable. additionalProperties: type: object microsoft.graph.notebook: @@ -23130,7 +23135,7 @@ components: nullable: true allowCreateUpdateChannels: type: boolean - description: 'If set to true, members can add and update channels.' + description: 'If set to true, members can add and update any channels.' nullable: true allowCreateUpdateRemoveConnectors: type: boolean @@ -23571,7 +23576,7 @@ components: 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.' + description: 'A collection of the days of the week on which the event occurs. 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: @@ -23731,30 +23736,30 @@ components: properties: accountEnabled: type: boolean - description: 'true if the account is enabled; otherwise, false. This property is required when a user is created. Supports $filter.' + description: 'true if the account is enabled; otherwise, false. This property is required when a user is created. Returned only on $select. 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.' + 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. Returned only on $select.' nullable: true assignedLicenses: type: array items: $ref: '#/components/schemas/microsoft.graph.assignedLicense' - description: The licenses that are assigned to the user. Returned only on $select. Not nullable. Supports $filter. + description: The licenses that are assigned to the user. Not nullable. Supports $filter. assignedPlans: type: array items: $ref: '#/components/schemas/microsoft.graph.assignedPlan' - description: The plans that are assigned to the user. Read-only. Not nullable. + description: The plans that are assigned to the user. Returned only on $select. 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. Read-only for users synced from on-premises directory. Returned by default.' + description: The telephone numbers for the user. Only one number can be set for this property. Returned by default. Read-only for users synced from on-premises directory. city: type: string - description: The city in which the user is located. Supports $filter. + description: The city in which the user is located. Returned only on $select. Supports $filter. nullable: true companyName: type: string @@ -23762,29 +23767,29 @@ components: 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.' + 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. Returned only on $select.' nullable: true country: type: string - description: 'The country/region in which the user is located; for example, ''US'' or ''UK''. Supports $filter.' + description: 'The country/region in which the user is located; for example, ''US'' or ''UK''. Returned only on $select. 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. + description: The date and time the user was created. The value cannot be modified and is automatically populated when the entity is created. The DateTimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. Property is nullable. A null value indicates that an accurate creation time couldn't be determined for the user. Returned only on $select. Read-only. Supports $filter. 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.' + 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). Returned only on $select. Read-only.' nullable: true department: type: string - description: The name for the department in which the user works. Supports $filter. + description: The name for the department in which the user works. Returned only on $select. Supports $filter. nullable: true 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. Returned by default. Supports $filter and $orderby.' + description: 'The name displayed in the address book for the user. This value 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. Returned by default. 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])$' @@ -23814,7 +23819,7 @@ components: nullable: true faxNumber: type: string - description: The fax number of the user. + description: The fax number of the user. Returned only on $select. nullable: true givenName: type: string @@ -23824,7 +23829,7 @@ components: 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.' + 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. Returned only on $select. Supports $filter.' imAddresses: type: array items: @@ -23842,29 +23847,29 @@ components: 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 is 2014-01-01T00:00:00Z' + description: 'The time when this Azure AD user last changed their password. 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 is 2014-01-01T00:00:00Z Returned only on $select. Read-only.' 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.' + 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. Returned only on $select.' nullable: true licenseAssignmentStates: type: array items: $ref: '#/components/schemas/microsoft.graph.licenseAssignmentState' - description: State of license assignments for this user. Read-only. + description: State of license assignments for this user. Returned only on $select. Read-only. mail: type: string description: 'The SMTP address for the user, for example, ''jeff@contoso.onmicrosoft.com''. Returned by default. Supports $filter and endsWith.' nullable: true mailNickname: type: string - description: The mail alias for the user. This property must be specified when a user is created. Supports $filter. + description: The mail alias for the user. This property must be specified when a user is created. Returned only on $select. Supports $filter. nullable: true mobilePhone: type: string - description: The primary cellular telephone number for the user. Read-only for users synced from on-premises directory. Returned by default. + description: The primary cellular telephone number for the user. Returned by default. Read-only for users synced from on-premises directory. nullable: true officeLocation: type: string @@ -23872,59 +23877,59 @@ components: 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. + 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. Returned only on $select. 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.' + 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. Returned only on $select. 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.' + 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. Returned only on $select. 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 is 2014-01-01T00:00:00Z. Read-only.' + 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 is 2014-01-01T00:00:00Z. Returned only on $select. 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. + description: Errors when using Microsoft synchronization product during provisioning. Returned only on $select. 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. + 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. Returned only on $select. 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. + description: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Returned only on $select. 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 + 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). Returned only on $select. 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. + 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. Returned only on $select. 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.' + description: 'A list of additional email addresses for the user; for example: [''bob@contoso.com'', ''Robert@fabrikam.com''].Returned only on $select. 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''.' + 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''.Returned only on $select.' 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.' + 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. Returned only on $select.' nullable: true preferredLanguage: type: string @@ -23934,29 +23939,29 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.provisionedPlan' - description: The plans that are provisioned for the user. Read-only. Not nullable. + description: The plans that are provisioned for the user. Returned only on $select. 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.' + description: 'For example: [''SMTP: bob@contoso.com'', ''smtp: bob@sales.contoso.com''] The any operator is required for filter expressions on multi-valued properties. Returned only on $select. Read-only, Not nullable. Supports $filter.' 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.' + 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. Returned only on $select.' 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.' + 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. Use revokeSignInSessions to reset.' format: date-time nullable: true state: type: string - description: The state or province in the user's address. Supports $filter. + description: The state or province in the user's address. Returned only on $select. Supports $filter. nullable: true streetAddress: type: string - description: The street address of the user's place of business. + description: The street address of the user's place of business. Returned only on $select. nullable: true surname: type: string @@ -23964,7 +23969,7 @@ components: 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.' + 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. Returned only on $select. Supports $filter.' nullable: true userPrincipalName: type: string @@ -23972,7 +23977,7 @@ components: 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.' + description: 'A string value that can be used to classify user types in your directory, such as ''Member'' and ''Guest''. Returned only on $select. Supports $filter.' nullable: true mailboxSettings: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' @@ -23984,12 +23989,12 @@ components: format: int32 aboutMe: type: string - description: A freeform text entry field for the user to describe themselves. + description: A freeform text entry field for the user to describe themselves. Returned only on $select. 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 is 2014-01-01T00:00:00Z' + 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 is 2014-01-01T00:00:00Z Returned only on $select.' 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])$' @@ -24001,39 +24006,39 @@ components: items: type: string nullable: true - description: A list for the user to describe their interests. + description: A list for the user to describe their interests. Returned only on $select. mySite: type: string - description: The URL for the user's personal site. + description: The URL for the user's personal site. Returned only on $select. nullable: true pastProjects: type: array items: type: string nullable: true - description: A list for the user to enumerate their past projects. + description: A list for the user to enumerate their past projects. Returned only on $select. preferredName: type: string - description: The preferred name for the user. + description: The preferred name for the user. Returned only on $select. nullable: true responsibilities: type: array items: type: string nullable: true - description: A list for the user to enumerate their responsibilities. + description: A list for the user to enumerate their responsibilities. Returned only on $select. schools: type: array items: type: string nullable: true - description: A list for the user to enumerate the schools they have attended. + description: A list for the user to enumerate the schools they have attended. Returned only on $select. skills: type: array items: type: string nullable: true - description: A list for the user to enumerate their skills. + description: A list for the user to enumerate their skills. Returned only on $select. appRoleAssignments: type: array items: @@ -24060,7 +24065,7 @@ components: 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. + description: 'The groups, directory roles and administrative units that the user is a member of. Read-only. Nullable.' oauth2PermissionGrants: type: array items: @@ -24120,7 +24125,7 @@ components: 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. + description: The user's events. Default is to show events under the Default Calendar. Read-only. Nullable. inferenceClassification: $ref: '#/components/schemas/microsoft.graph.inferenceClassification' mailFolders: @@ -24139,7 +24144,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.person' - description: People that are relevant to the user. Read-only. Nullable. + description: 'Read-only. The most relevant people to the user. The collection is ordered by their relevance to the user, which is determined by the user''s communication, collaboration and business relationships. A person is an aggregation of information from across mail, contacts and social networks.' photo: $ref: '#/components/schemas/microsoft.graph.profilePhoto' photos: @@ -24162,7 +24167,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.extension' - description: The collection of open extensions defined for the user. Read-only. Nullable. + description: The collection of open extensions defined for the user. Nullable. agreementAcceptances: type: array items: @@ -24222,7 +24227,7 @@ components: properties: upgradeAvailable: type: boolean - description: Indicates whether there are higher storage quota plans available. Read-only. + description: Indicates if there are higher storage quota plans available. Read-only. nullable: true additionalProperties: type: object @@ -24408,12 +24413,12 @@ components: nullable: true latitude: type: number - description: 'Optional. The latitude, in decimal, for the item. Read-only.' + description: 'Optional. The latitude, in decimal, for the item. Writable on OneDrive Personal.' format: double nullable: true longitude: type: number - description: 'Optional. The longitude, in decimal, for the item. Read-only.' + description: 'Optional. The longitude, in decimal, for the item. Writable on OneDrive Personal.' format: double nullable: true additionalProperties: @@ -24485,7 +24490,7 @@ components: 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. + description: The date and time the photo was taken in UTC time. Read-only. format: date-time nullable: true additionalProperties: @@ -24696,7 +24701,7 @@ components: 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.' + 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. Nullable.' tables: type: array items: @@ -24744,14 +24749,14 @@ components: 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.' + description: '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. Required. 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. + description: Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 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. Optional. 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.' + 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 @@ -24759,12 +24764,12 @@ components: nullable: true encryptionCertificateId: type: string - description: A custom app-provided identifier to help identify the certificate needed to decrypt resource data. Optional. + description: A custom app-provided identifier to help identify the certificate needed to decrypt resource data. Optional. Required when includeResourceData is true. 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.' + description: '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. Required.' format: date-time includeResourceData: type: boolean @@ -24784,10 +24789,10 @@ components: 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. + description: The URL of the endpoint that receives the change notifications. This URL must make use of the HTTPS protocol. Required. 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. + description: Specifies the resource that will be monitored for changes. Do not include the base URL (https://graph.microsoft.com/beta/). See the possible resource path values for each supported resource. Required. additionalProperties: type: object microsoft.graph.thumbnailSet: @@ -24814,7 +24819,6 @@ components: properties: content: type: string - description: The content stream for this version of the item. format: base64url nullable: true size: @@ -25420,11 +25424,11 @@ components: nullable: true recipientUserId: type: string - description: User ID of the recipient of the offer shift request. + 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. + description: User id of the sender of the offer shift request. nullable: true additionalProperties: type: object @@ -25506,7 +25510,7 @@ components: properties: recipientShiftId: type: string - description: ShiftId for the recipient user with whom the request is to swap. + description: Shift ID for the recipient user with whom the request is to swap. nullable: true additionalProperties: type: object @@ -25592,12 +25596,12 @@ components: $ref: '#/components/schemas/microsoft.graph.channelIdentity' chatId: type: string - description: The identity of the chat in which the message was posted. + description: 'If the message was sent in a chat, represents the identity of the chat.' 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. + description: Timestamp of when the chat message was created. format: date-time nullable: true deletedDateTime: @@ -25617,18 +25621,18 @@ components: 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. + description: Read only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the 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.' + description: 'Read only. Timestamp when the chat message is created (initial setting) or modified, 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. + description: Locale of the chat message set by the client. Always set to en-us. mentions: type: array items: @@ -25645,7 +25649,7 @@ components: description: 'Reactions for this chat message (for example, Like).' 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) + 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 @@ -25657,15 +25661,18 @@ components: nullable: true webUrl: type: string + description: Read-only. Link to the message in Microsoft Teams. nullable: true hostedContents: type: array items: $ref: '#/components/schemas/microsoft.graph.chatMessageHostedContent' + description: 'Content in a message hosted by Microsoft Teams e.g. images, code snippets etc.' replies: type: array items: $ref: '#/components/schemas/microsoft.graph.chatMessage' + description: Replies for a specified message. additionalProperties: type: object microsoft.graph.teamsTab: @@ -25740,7 +25747,7 @@ components: nullable: true teamsAppId: type: string - description: The ID from the Teams app manifest. + description: The id from the Teams App manifest. nullable: true version: type: string @@ -25852,12 +25859,12 @@ components: 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. 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 is 2014-01-01T00:00:00Z.' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true capabilityStatus: type: string - description: 'Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. See a detailed description of each value.' + description: 'Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut.' nullable: true service: type: string @@ -26007,7 +26014,7 @@ components: properties: forceChangePasswordNextSignIn: type: boolean - description: true if the user must change her password on the next login; otherwise false. + description: 'If true, at next sign-in, the user must change their password. After a password change, this property will be automatically reset to false. If not set, default is false.' nullable: true forceChangePasswordNextSignInWithMfa: type: boolean @@ -26043,7 +26050,7 @@ components: properties: archiveFolder: type: string - description: Folder ID of an archive folder for the user. + description: Folder ID of an archive folder for the user. Read only. nullable: true automaticRepliesSetting: $ref: '#/components/schemas/microsoft.graph.automaticRepliesSetting' @@ -26342,7 +26349,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.extension' - description: The collection of open extensions defined for the contact. Read-only. Nullable. + description: The collection of open extensions defined for the contact. Nullable. multiValueExtendedProperties: type: array items: @@ -26447,7 +26454,7 @@ components: $ref: '#/components/schemas/microsoft.graph.itemBody' bodyPreview: type: string - description: The first 255 characters of the message body. It is in text format. + description: 'The first 255 characters of the message body. It is in text format. If the message contains instances of mention, this property would contain a concatenation of these mentions as well.' nullable: true ccRecipients: type: array @@ -26667,11 +26674,11 @@ components: properties: agreementFileId: type: string - description: The identifier of the agreement file accepted by the user. + description: ID of the agreement file accepted by the user. nullable: true agreementId: type: string - description: The identifier of the agreement. + description: ID of the agreement. nullable: true deviceDisplayName: type: string @@ -26683,22 +26690,22 @@ components: nullable: true deviceOSType: type: string - description: The operating system used to accept the agreement. + description: The operating system used for accepting the agreement. nullable: true deviceOSVersion: type: string - description: The operating system version of the device used to accept the agreement. + description: The operating system version of the device used for accepting the agreement. 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: 'The expiration date time of the acceptance. 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''' + description: 'The expiration date time of the acceptance. 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 is 2014-01-01T00:00:00Z' 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: '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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true state: @@ -26713,7 +26720,7 @@ components: nullable: true userId: type: string - description: The identifier of the user who accepted the agreement. + description: ID of the user who accepted the agreement. nullable: true userPrincipalName: type: string @@ -26729,24 +26736,24 @@ components: properties: activationLockBypassCode: type: string - description: Code that allows the Activation Lock on a device to be bypassed. + description: Code that allows the Activation Lock on a device to be bypassed. This property is read-only. nullable: true androidSecurityPatchLevel: type: string - description: Android security patch level + description: Android security patch level. This property is read-only. nullable: true azureADDeviceId: type: string - description: The unique identifier for the Azure Active Directory device. Read only. + description: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. nullable: true azureADRegistered: type: boolean - description: Whether the device is Azure Active Directory registered. + description: Whether the device is Azure Active Directory registered. This property is read-only. nullable: true 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 + description: The DateTime when device compliance grace period expires. This property is read-only. format: date-time complianceState: $ref: '#/components/schemas/microsoft.graph.complianceState' @@ -26756,10 +26763,10 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.deviceActionResult' - description: List of ComplexType deviceActionResult objects. + description: List of ComplexType deviceActionResult objects. This property is read-only. deviceCategoryDisplayName: type: string - description: Device category display name + description: Device category display name. This property is read-only. nullable: true deviceEnrollmentType: $ref: '#/components/schemas/microsoft.graph.deviceEnrollmentType' @@ -26767,30 +26774,30 @@ components: $ref: '#/components/schemas/microsoft.graph.deviceHealthAttestationState' deviceName: type: string - description: Name of the device + description: Name of the device. This property is read-only. nullable: true deviceRegistrationState: $ref: '#/components/schemas/microsoft.graph.deviceRegistrationState' easActivated: type: boolean - description: Whether the device is Exchange ActiveSync activated. + description: Whether the device is Exchange ActiveSync activated. This property is read-only. 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. + description: Exchange ActivationSync activation time of the device. This property is read-only. format: date-time easDeviceId: type: string - description: Exchange ActiveSync Id of the device. + description: Exchange ActiveSync Id of the device. This property is read-only. nullable: true emailAddress: type: string - description: Email(s) for the user associated with the device + description: Email(s) for the user associated with the device. This property is read-only. 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. + description: Enrollment time of the device. This property is read-only. format: date-time exchangeAccessState: $ref: '#/components/schemas/microsoft.graph.deviceManagementExchangeAccessState' @@ -26799,30 +26806,30 @@ components: 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. + description: Last time the device contacted Exchange. This property is read-only. format: date-time freeStorageSpaceInBytes: type: integer - description: Free Storage in Bytes + description: Free Storage in Bytes. This property is read-only. format: int64 imei: type: string - description: IMEI + description: IMEI. This property is read-only. nullable: true isEncrypted: type: boolean - description: Device encryption status + description: Device encryption status. This property is read-only. isSupervised: type: boolean - description: Device supervised status + description: Device supervised status. This property is read-only. jailBroken: type: string - description: whether the device is jail broken or rooted. + description: whether the device is jail broken or rooted. This property is read-only. nullable: true 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. + description: The date and time that the device last completed a successful sync with Intune. This property is read-only. format: date-time managedDeviceName: type: string @@ -26834,65 +26841,65 @@ components: $ref: '#/components/schemas/microsoft.graph.managementAgentType' manufacturer: type: string - description: Manufacturer of the device + description: Manufacturer of the device. This property is read-only. nullable: true meid: type: string - description: MEID + description: MEID. This property is read-only. nullable: true model: type: string - description: Model of the device + description: Model of the device. This property is read-only. nullable: true operatingSystem: type: string - description: 'Operating system of the device. Windows, iOS, etc.' + description: 'Operating system of the device. Windows, iOS, etc. This property is read-only.' nullable: true osVersion: type: string - description: Operating system version of the device. + description: Operating system version of the device. This property is read-only. nullable: true partnerReportedThreatState: $ref: '#/components/schemas/microsoft.graph.managedDevicePartnerReportedHealthState' phoneNumber: type: string - description: Phone number of the device + description: Phone number of the device. This property is read-only. nullable: true remoteAssistanceSessionErrorDetails: type: string - description: An error string that identifies issues when creating Remote Assistance session objects. + description: An error string that identifies issues when creating Remote Assistance session objects. This property is read-only. nullable: true remoteAssistanceSessionUrl: type: string - description: Url that allows a Remote Assistance session to be established with the device. + description: Url that allows a Remote Assistance session to be established with the device. This property is read-only. nullable: true serialNumber: type: string - description: SerialNumber + description: SerialNumber. This property is read-only. nullable: true subscriberCarrier: type: string - description: Subscriber Carrier + description: Subscriber Carrier. This property is read-only. nullable: true totalStorageSpaceInBytes: type: integer - description: Total Storage in Bytes + description: Total Storage in Bytes. This property is read-only. format: int64 userDisplayName: type: string - description: User display name + description: User display name. This property is read-only. nullable: true userId: type: string - description: Unique Identifier for the user associated with the device + description: Unique Identifier for the user associated with the device. This property is read-only. nullable: true userPrincipalName: type: string - description: Device user principal name + description: Device user principal name. This property is read-only. nullable: true wiFiMacAddress: type: string - description: Wi-Fi MAC + description: Wi-Fi MAC. This property is read-only. nullable: true deviceCompliancePolicyStates: type: array @@ -26968,7 +26975,7 @@ components: 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 management service. + description: Zero or more policys already applied on the registered app when it last synchronized with managment service. intendedPolicies: type: array items: @@ -27015,7 +27022,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.plannerTask' - description: Read-only. Nullable. Returns the plannerPlans shared with the user. + description: Read-only. Nullable. Returns the plannerTasks assigned to the user. additionalProperties: type: object microsoft.graph.officeGraphInsights: @@ -27028,17 +27035,17 @@ components: 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.' + description: Access this property from the derived type itemInsights. 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.' + description: Access this property from the derived type itemInsights. 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.' + description: Access this property from the derived type itemInsights. additionalProperties: type: object microsoft.graph.userSettings: @@ -27185,7 +27192,7 @@ components: properties: activity: type: string - description: 'The supplemental information to a user''s availability. Possible values are Available, Away, BeRightBack, Busy, DoNotDisturb, InACall, InAConferenceCall, Inactive, InAMeeting, Offline, OffWork, OutOfOffice, PresenceUnknown, Presenting, UrgentInterruptionsOnly.' + description: 'The supplemental information to a user''s availability. Possible values are Available, Away, BeRightBack, Busy, DoNotDisturb, InACall, InAConferenceCall, Inactive,InAMeeting, Offline, OffWork,OutOfOffice, PresenceUnknown,Presenting, UrgentInterruptionsOnly.' nullable: true availability: type: string @@ -27249,7 +27256,7 @@ components: properties: crc32Hash: type: string - description: The CRC32 value of the file in little endian (if available). Read-only. + description: The CRC32 value of the file (if available). Read-only. nullable: true quickXorHash: type: string @@ -27314,7 +27321,7 @@ components: properties: content: type: string - description: The content of comment. + description: The content of the comment. nullable: true contentType: type: string @@ -27352,7 +27359,7 @@ components: 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.' + description: 'Indicates what type of reference is associated with the name. Possible values are: String, Integer, Double, Boolean, Range. Read-only.' nullable: true value: $ref: '#/components/schemas/microsoft.graph.Json' @@ -27416,7 +27423,7 @@ components: 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.' + description: 'Constant value that represents the Table style. 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 @@ -27864,7 +27871,7 @@ components: nullable: true contentType: type: string - description: 'The media type of the content attachment. It can have the following values: reference: Attachment is a link to another file. Populate the contentURL with the link to the object.file: Raw file attachment. Populate the contenturl field with the base64 encoding of the file in data: format.image/: Image type with the type of the image specified ex: image/png, image/jpeg, image/gif. Populate the contentUrl field with the base64 encoding of the file in data: format.video/: Video type with the format specified. Ex: video/mp4. Populate the contentUrl field with the base64 encoding of the file in data: format.audio/: Audio type with the format specified. Ex: audio/wmw. Populate the contentUrl field with the base64 encoding of the file in data: format.application/card type: Rich card attachment type with the card type specifying the exact card format to use. Set content with the json format of the card. Supported values for card type include:application/vnd.microsoft.card.adaptive: A rich card that can contain any combination of text, speech, images,,buttons, and input fields. Set the content property to,an AdaptiveCard object.application/vnd.microsoft.card.animation: A rich card that plays animation. Set the content property,to an AnimationCardobject.application/vnd.microsoft.card.audio: A rich card that plays audio files. Set the content property,to an AudioCard object.application/vnd.microsoft.card.video: A rich card that plays videos. Set the content property,to a VideoCard object.application/vnd.microsoft.card.hero: A Hero card. Set the content property to a HeroCard object.application/vnd.microsoft.card.thumbnail: A Thumbnail card. Set the content property to a ThumbnailCard object.application/vnd.microsoft.com.card.receipt: A Receipt card. Set the content property to a ReceiptCard object.application/vnd.microsoft.com.card.signin: A user Sign In card. Set the content property to a SignInCard object.' + description: 'The media type of the content attachment. It can have the following values: reference: Attachment is a link to another file. Populate the contentURL with the link to the object.Any contentTypes supported by the Bot Framework''s Attachment objectapplication/vnd.microsoft.card.codesnippet: A code snippet. application/vnd.microsoft.card.announcement: An announcement header.' nullable: true contentUrl: type: string @@ -28072,7 +28079,7 @@ components: 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.' + 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}$' @@ -28874,7 +28881,7 @@ components: properties: messageId: type: string - description: The unique identifier of a message in a Microsoft Teams channel. + description: The unique identifier for a message in a Microsoft Teams channel. nullable: true replyChainMessageId: type: string @@ -29049,11 +29056,11 @@ components: properties: content: type: string - description: The content of a comment reply. + description: The content of replied comment. nullable: true contentType: type: string - description: Indicates the type for the comment reply. + description: Indicates the type for the replied comment. additionalProperties: type: object microsoft.graph.workbookOperationError: @@ -29134,7 +29141,7 @@ components: description: Represents whether the casing impacted the last sort of the table. Read-only. method: type: string - description: 'Represents Chinese character ordering method last used to sort the table. The possible values are: PinYin, StrokeCount. Read-only.' + description: 'Represents Chinese character ordering method last used to sort the table. Possible values are: PinYin, StrokeCount. Read-only.' additionalProperties: type: object microsoft.graph.workbookChart: @@ -29352,7 +29359,7 @@ components: nullable: true contentType: type: string - description: 'Write only. Content type. sicj as image/png, image/jpg.' + description: 'Write only. Content type, such as image/png, image/jpg.' nullable: true additionalProperties: type: object @@ -29416,7 +29423,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.recipient' - description: The email addresses to which a message should be redirected. + description: The email address to which a message should be redirected. stopProcessingRules: type: boolean description: Indicates whether subsequent rules should be evaluated. @@ -29926,7 +29933,7 @@ components: properties: accountEnabled: type: boolean - description: 'true if the account is enabled; otherwise, false. Required.' + description: 'true if the account is enabled; otherwise, false. default is true.' nullable: true alternativeSecurityIds: type: array @@ -29947,7 +29954,7 @@ components: nullable: true deviceId: type: string - description: Unique identifier set by Azure Device Registration Service at the time of registration. + description: Identifier set by Azure Device Registration Service at the time of registration. nullable: true deviceMetadata: type: string @@ -29992,7 +29999,7 @@ components: nullable: true operatingSystemVersion: type: string - description: The version of the operating system on the device. Required. + description: Operating system version of the device. Required. nullable: true physicalIds: type: array @@ -30010,7 +30017,7 @@ components: 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 devices), AzureAd (Cloud only joined devices), ServerAd (on-premises domain joined devices joined to Azure AD). For more details, see Introduction to device management in Azure Active Directory' + description: 'Type of trust for the joined device. Read-only. Possible values: Workplace (indicates bring your own personal devices), AzureAd (Cloud only joined devices), ServerAd (on-premises domain joined devices joined to Azure AD). For more details, see Introduction to device management in Azure Active Directory' nullable: true memberOf: type: array @@ -30176,7 +30183,7 @@ components: nullable: true dataOption: type: string - description: 'Represents additional sorting options for this field. The possible values are: Normal, TextAsNumber.' + description: 'Represents additional sorting options for this field. Possible values are: Normal, TextAsNumber.' icon: $ref: '#/components/schemas/microsoft.graph.workbookIcon' key: @@ -30187,7 +30194,7 @@ components: format: int32 sortOn: type: string - description: 'Represents the type of sorting of this condition. The possible values are: Value, CellColor, FontColor, Icon.' + description: 'Represents the type of sorting of this condition. Possible values are: Value, CellColor, FontColor, Icon.' additionalProperties: type: object microsoft.graph.workbookChartAxes: @@ -30567,7 +30574,7 @@ components: format: int32 set: type: string - description: 'Represents the set that the icon is part of. The possible values are: Invalid, ThreeArrows, ThreeArrowsGray, ThreeFlags, ThreeTrafficLights1, ThreeTrafficLights2, ThreeSigns, ThreeSymbols, ThreeSymbols2, FourArrows, FourArrowsGray, FourRedToBlack, FourRating, FourTrafficLights, FiveArrows, FiveArrowsGray, FiveRating, FiveQuarters, ThreeStars, ThreeTriangles, FiveBoxes.' + description: 'Represents the set that the icon is part of. Possible values are: Invalid, ThreeArrows, ThreeArrowsGray, ThreeFlags, ThreeTrafficLights1, ThreeTrafficLights2, ThreeSigns, ThreeSymbols, ThreeSymbols2, FourArrows, FourArrowsGray, FourRedToBlack, FourRating, FourTrafficLights, FiveArrows, FiveArrowsGray, FiveRating, FiveQuarters, ThreeStars, ThreeTriangles, FiveBoxes.' additionalProperties: type: object microsoft.graph.workbookChartAxis: diff --git a/openApiDocs/v1.0/Identity.DirectoryManagement.yml b/openApiDocs/v1.0/Identity.DirectoryManagement.yml index 424f963d476..eaad8bbb2bb 100644 --- a/openApiDocs/v1.0/Identity.DirectoryManagement.yml +++ b/openApiDocs/v1.0/Identity.DirectoryManagement.yml @@ -8485,7 +8485,7 @@ components: properties: accountEnabled: type: boolean - description: 'true if the account is enabled; otherwise, false. Required.' + description: 'true if the account is enabled; otherwise, false. default is true.' nullable: true alternativeSecurityIds: type: array @@ -8506,7 +8506,7 @@ components: nullable: true deviceId: type: string - description: Unique identifier set by Azure Device Registration Service at the time of registration. + description: Identifier set by Azure Device Registration Service at the time of registration. nullable: true deviceMetadata: type: string @@ -8551,7 +8551,7 @@ components: nullable: true operatingSystemVersion: type: string - description: The version of the operating system on the device. Required. + description: Operating system version of the device. Required. nullable: true physicalIds: type: array @@ -8569,7 +8569,7 @@ components: 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 devices), AzureAd (Cloud only joined devices), ServerAd (on-premises domain joined devices joined to Azure AD). For more details, see Introduction to device management in Azure Active Directory' + description: 'Type of trust for the joined device. Read-only. Possible values: Workplace (indicates bring your own personal devices), AzureAd (Cloud only joined devices), ServerAd (on-premises domain joined devices joined to Azure AD). For more details, see Introduction to device management in Azure Active Directory' nullable: true memberOf: type: array @@ -8776,7 +8776,7 @@ components: type: array items: type: string - description: 'The capabilities assigned to the domain. Can include 0, 1 or more of following values: Email, Sharepoint, EmailInternalRelayOnly, OfficeCommunicationsOnline, SharePointDefaultDomain, FullRedelegation, SharePointPublic, OrgIdAuthentication, Yammer, Intune. The values which you can add/remove using Graph API include: Email, OfficeCommunicationsOnline, Yammer. Not nullable' + description: 'The capabilities assigned to the domain. Can include 0, 1 or more of following values: Email, Sharepoint, EmailInternalRelayOnly, OfficeCommunicationsOnline,SharePointDefaultDomain, FullRedelegation, SharePointPublic, OrgIdAuthentication, Yammer, Intune. The values which you can add/remove using Graph API include: Email, OfficeCommunicationsOnline, Yammer. Not nullable' domainNameReferences: type: array items: @@ -8867,12 +8867,12 @@ components: 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 time and date at which the tenant was last synced with the on-premise 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 is 2014-01-01T00:00:00Z. Read-only.' + description: 'The time and date at which the tenant was last synced with the on-premise 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 is 2014-01-01T00:00:00Z.' 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. Nullable. null if this object has never been synced from an on-premises directory (default). + 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; Nullable. null if this object has never been synced from an on-premises directory (default). nullable: true postalCode: type: string @@ -8926,12 +8926,12 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.certificateBasedAuthConfiguration' - description: Navigation property to manage certificate-based authentication configuration. Only a single instance of certificateBasedAuthConfiguration can be created in the collection. + description: Navigation property to manage certificate-based authentication configuration. Only a single instance of certificateBasedAuthConfiguration can be created in the collection. extensions: type: array items: $ref: '#/components/schemas/microsoft.graph.extension' - description: The collection of open extensions defined for the organization. Read-only. Nullable. + description: The collection of open extensions defined for the organization resource. Nullable. additionalProperties: type: object description: The organization resource represents an instance of global settings and resources which operate and are provisioned at the tenant-level. @@ -9131,12 +9131,12 @@ components: 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. 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 is 2014-01-01T00:00:00Z.' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true capabilityStatus: type: string - description: 'Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. See a detailed description of each value.' + description: 'Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut.' nullable: true service: type: string @@ -9308,7 +9308,7 @@ components: 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.' + 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}$' diff --git a/openApiDocs/v1.0/Identity.Governance.yml b/openApiDocs/v1.0/Identity.Governance.yml index 6ee9903072e..d17d1d2d6bd 100644 --- a/openApiDocs/v1.0/Identity.Governance.yml +++ b/openApiDocs/v1.0/Identity.Governance.yml @@ -2053,7 +2053,7 @@ components: nullable: true isPerDeviceAcceptanceRequired: type: boolean - description: 'Indicates whether end users are required to accept this agreement on every device that they access it from. The end user is required to register their device in Azure AD, if they haven''t already done so.' + description: 'This setting enables you to require end users to accept this agreement on every device that they are accessing it from. The end user will be required to register their device in Azure AD, if they haven''t already done so.' nullable: true isViewingBeforeAcceptanceRequired: type: boolean @@ -2078,7 +2078,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.agreementFileLocalization' - description: PDFs linked to this agreement. This property is in the process of being deprecated. Use the file property instead. + description: 'PDFs linked to this agreement. Note: This property is in the process of being deprecated. Use the file property instead.' additionalProperties: type: object microsoft.graph.agreementAcceptance: @@ -2089,11 +2089,11 @@ components: properties: agreementFileId: type: string - description: The identifier of the agreement file accepted by the user. + description: ID of the agreement file accepted by the user. nullable: true agreementId: type: string - description: The identifier of the agreement. + description: ID of the agreement. nullable: true deviceDisplayName: type: string @@ -2105,22 +2105,22 @@ components: nullable: true deviceOSType: type: string - description: The operating system used to accept the agreement. + description: The operating system used for accepting the agreement. nullable: true deviceOSVersion: type: string - description: The operating system version of the device used to accept the agreement. + description: The operating system version of the device used for accepting the agreement. 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: 'The expiration date time of the acceptance. 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''' + description: 'The expiration date time of the acceptance. 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 is 2014-01-01T00:00:00Z' 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: '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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true state: @@ -2135,7 +2135,7 @@ components: nullable: true userId: type: string - description: The identifier of the user who accepted the agreement. + description: ID of the user who accepted the agreement. nullable: true userPrincipalName: type: string @@ -2241,7 +2241,7 @@ components: 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 DateTime when the agreement is set to expire for all users. 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''.' + description: 'The DateTime when the agreement is set to expire for all users. 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 is 2014-01-01T00:00:00Z.' format: date-time nullable: true additionalProperties: @@ -2321,7 +2321,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.approvalStage' - description: A collection of stages in the approval decision. + description: 'Used for the approvalStages property of approval settings in the requestApprovalSettings property of an access package assignment policy. Specifies the primary, fallback, and escalation approvers of each stage.' additionalProperties: type: object microsoft.graph.appConsentRequestScope: diff --git a/openApiDocs/v1.0/Identity.SignIns.yml b/openApiDocs/v1.0/Identity.SignIns.yml index 924ff3fee44..1e77a1b0b96 100644 --- a/openApiDocs/v1.0/Identity.SignIns.yml +++ b/openApiDocs/v1.0/Identity.SignIns.yml @@ -7386,27 +7386,27 @@ components: nullable: true invitedUserEmailAddress: type: string - description: 'The email address of the user being invited. Required. The following special characters are not permitted in the email address:Tilde (~)Exclamation point (!)Number sign (#)Dollar sign ($)Percent (%)Circumflex (^)Ampersand (&)Asterisk (*)Parentheses (( ))Plus sign (+)Equal sign (=)Brackets ([ ])Braces ({ })Backslash (/)Slash mark (/)Pipe (/|)Semicolon (;)Colon (:)Quotation marks ('')Angle brackets (< >)Question mark (?)Comma (,)However, the following exceptions apply:A period (.) or a hyphen (-) is permitted anywhere in the user name, except at the beginning or end of the name.An underscore (_) is permitted anywhere in the user name. This includes at the beginning or end of the name.' + description: 'The email address of the user being invited. Required. The following special characters are not permitted in the email address:Tilde (~)Exclamation point (!)At sign (@)Number sign (#)Dollar sign ($)Percent (%)Circumflex (^)Ampersand (&)Asterisk (*)Parentheses (( ))Hyphen (-)Plus sign (+)Equal sign (=)Brackets ([ ])Braces ({ })Backslash (/)Slash mark (/)Pipe (`' invitedUserMessageInfo: $ref: '#/components/schemas/microsoft.graph.invitedUserMessageInfo' invitedUserType: type: string - description: 'The userType of the user being invited. By default, this is Guest. You can invite as Member if you are a company administrator.' + description: 'The userType of the user being invited. By default, this is Guest. You can invite as Member if you''re are company administrator.' nullable: true inviteRedeemUrl: type: string - description: The URL the user can use to redeem their invitation. Read-only + description: The URL the user can use to redeem their invitation. Read-only. nullable: true inviteRedirectUrl: type: string - description: The URL the user should be redirected to once the invitation is redeemed. Required. + description: The URL user should be redirected to once the invitation is redeemed. Required. sendInvitationMessage: type: boolean description: Indicates whether an email should be sent to the user being invited or not. The default is false. nullable: true status: type: string - description: 'The status of the invitation. Possible values are: PendingAcceptance, Completed, InProgress, and Error' + description: 'The status of the invitation. Possible values: PendingAcceptance, Completed, InProgress, and Error' nullable: true invitedUser: $ref: '#/components/schemas/microsoft.graph.user' @@ -7420,30 +7420,30 @@ components: properties: accountEnabled: type: boolean - description: 'true if the account is enabled; otherwise, false. This property is required when a user is created. Supports $filter.' + description: 'true if the account is enabled; otherwise, false. This property is required when a user is created. Returned only on $select. 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.' + 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. Returned only on $select.' nullable: true assignedLicenses: type: array items: $ref: '#/components/schemas/microsoft.graph.assignedLicense' - description: The licenses that are assigned to the user. Returned only on $select. Not nullable. Supports $filter. + description: The licenses that are assigned to the user. Not nullable. Supports $filter. assignedPlans: type: array items: $ref: '#/components/schemas/microsoft.graph.assignedPlan' - description: The plans that are assigned to the user. Read-only. Not nullable. + description: The plans that are assigned to the user. Returned only on $select. 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. Read-only for users synced from on-premises directory. Returned by default.' + description: The telephone numbers for the user. Only one number can be set for this property. Returned by default. Read-only for users synced from on-premises directory. city: type: string - description: The city in which the user is located. Supports $filter. + description: The city in which the user is located. Returned only on $select. Supports $filter. nullable: true companyName: type: string @@ -7451,29 +7451,29 @@ components: 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.' + 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. Returned only on $select.' nullable: true country: type: string - description: 'The country/region in which the user is located; for example, ''US'' or ''UK''. Supports $filter.' + description: 'The country/region in which the user is located; for example, ''US'' or ''UK''. Returned only on $select. 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. + description: The date and time the user was created. The value cannot be modified and is automatically populated when the entity is created. The DateTimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. Property is nullable. A null value indicates that an accurate creation time couldn't be determined for the user. Returned only on $select. Read-only. Supports $filter. 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.' + 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). Returned only on $select. Read-only.' nullable: true department: type: string - description: The name for the department in which the user works. Supports $filter. + description: The name for the department in which the user works. Returned only on $select. Supports $filter. nullable: true 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. Returned by default. Supports $filter and $orderby.' + description: 'The name displayed in the address book for the user. This value 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. Returned by default. 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])$' @@ -7503,7 +7503,7 @@ components: nullable: true faxNumber: type: string - description: The fax number of the user. + description: The fax number of the user. Returned only on $select. nullable: true givenName: type: string @@ -7513,7 +7513,7 @@ components: 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.' + 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. Returned only on $select. Supports $filter.' imAddresses: type: array items: @@ -7531,29 +7531,29 @@ components: 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 is 2014-01-01T00:00:00Z' + description: 'The time when this Azure AD user last changed their password. 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 is 2014-01-01T00:00:00Z Returned only on $select. Read-only.' 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.' + 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. Returned only on $select.' nullable: true licenseAssignmentStates: type: array items: $ref: '#/components/schemas/microsoft.graph.licenseAssignmentState' - description: State of license assignments for this user. Read-only. + description: State of license assignments for this user. Returned only on $select. Read-only. mail: type: string description: 'The SMTP address for the user, for example, ''jeff@contoso.onmicrosoft.com''. Returned by default. Supports $filter and endsWith.' nullable: true mailNickname: type: string - description: The mail alias for the user. This property must be specified when a user is created. Supports $filter. + description: The mail alias for the user. This property must be specified when a user is created. Returned only on $select. Supports $filter. nullable: true mobilePhone: type: string - description: The primary cellular telephone number for the user. Read-only for users synced from on-premises directory. Returned by default. + description: The primary cellular telephone number for the user. Returned by default. Read-only for users synced from on-premises directory. nullable: true officeLocation: type: string @@ -7561,59 +7561,59 @@ components: 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. + 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. Returned only on $select. 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.' + 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. Returned only on $select. 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.' + 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. Returned only on $select. 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 is 2014-01-01T00:00:00Z. Read-only.' + 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 is 2014-01-01T00:00:00Z. Returned only on $select. 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. + description: Errors when using Microsoft synchronization product during provisioning. Returned only on $select. 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. + 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. Returned only on $select. 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. + description: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Returned only on $select. 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 + 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). Returned only on $select. 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. + 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. Returned only on $select. 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.' + description: 'A list of additional email addresses for the user; for example: [''bob@contoso.com'', ''Robert@fabrikam.com''].Returned only on $select. 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''.' + 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''.Returned only on $select.' 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.' + 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. Returned only on $select.' nullable: true preferredLanguage: type: string @@ -7623,29 +7623,29 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.provisionedPlan' - description: The plans that are provisioned for the user. Read-only. Not nullable. + description: The plans that are provisioned for the user. Returned only on $select. 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.' + description: 'For example: [''SMTP: bob@contoso.com'', ''smtp: bob@sales.contoso.com''] The any operator is required for filter expressions on multi-valued properties. Returned only on $select. Read-only, Not nullable. Supports $filter.' 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.' + 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. Returned only on $select.' 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.' + 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. Use revokeSignInSessions to reset.' format: date-time nullable: true state: type: string - description: The state or province in the user's address. Supports $filter. + description: The state or province in the user's address. Returned only on $select. Supports $filter. nullable: true streetAddress: type: string - description: The street address of the user's place of business. + description: The street address of the user's place of business. Returned only on $select. nullable: true surname: type: string @@ -7653,7 +7653,7 @@ components: 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.' + 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. Returned only on $select. Supports $filter.' nullable: true userPrincipalName: type: string @@ -7661,7 +7661,7 @@ components: 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.' + description: 'A string value that can be used to classify user types in your directory, such as ''Member'' and ''Guest''. Returned only on $select. Supports $filter.' nullable: true mailboxSettings: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' @@ -7673,12 +7673,12 @@ components: format: int32 aboutMe: type: string - description: A freeform text entry field for the user to describe themselves. + description: A freeform text entry field for the user to describe themselves. Returned only on $select. 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 is 2014-01-01T00:00:00Z' + 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 is 2014-01-01T00:00:00Z Returned only on $select.' 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])$' @@ -7690,39 +7690,39 @@ components: items: type: string nullable: true - description: A list for the user to describe their interests. + description: A list for the user to describe their interests. Returned only on $select. mySite: type: string - description: The URL for the user's personal site. + description: The URL for the user's personal site. Returned only on $select. nullable: true pastProjects: type: array items: type: string nullable: true - description: A list for the user to enumerate their past projects. + description: A list for the user to enumerate their past projects. Returned only on $select. preferredName: type: string - description: The preferred name for the user. + description: The preferred name for the user. Returned only on $select. nullable: true responsibilities: type: array items: type: string nullable: true - description: A list for the user to enumerate their responsibilities. + description: A list for the user to enumerate their responsibilities. Returned only on $select. schools: type: array items: type: string nullable: true - description: A list for the user to enumerate the schools they have attended. + description: A list for the user to enumerate the schools they have attended. Returned only on $select. skills: type: array items: type: string nullable: true - description: A list for the user to enumerate their skills. + description: A list for the user to enumerate their skills. Returned only on $select. appRoleAssignments: type: array items: @@ -7749,7 +7749,7 @@ components: 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. + description: 'The groups, directory roles and administrative units that the user is a member of. Read-only. Nullable.' oauth2PermissionGrants: type: array items: @@ -7809,7 +7809,7 @@ components: 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. + description: The user's events. Default is to show events under the Default Calendar. Read-only. Nullable. inferenceClassification: $ref: '#/components/schemas/microsoft.graph.inferenceClassification' mailFolders: @@ -7828,7 +7828,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.person' - description: People that are relevant to the user. Read-only. Nullable. + description: 'Read-only. The most relevant people to the user. The collection is ordered by their relevance to the user, which is determined by the user''s communication, collaboration and business relationships. A person is an aggregation of information from across mail, contacts and social networks.' photo: $ref: '#/components/schemas/microsoft.graph.profilePhoto' photos: @@ -7851,7 +7851,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.extension' - description: The collection of open extensions defined for the user. Read-only. Nullable. + description: The collection of open extensions defined for the user. Nullable. agreementAcceptances: type: array items: @@ -8025,7 +8025,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.accessReviewReviewerScope' - description: The list of reviewers for the admin consent. Required. + description: Required. version: maximum: 2147483647 minimum: -2147483648 @@ -8218,7 +8218,7 @@ components: items: type: string nullable: true - description: 'The list of id values for the specific permissions to match with, or a list with the single value all to match with any permission. The id of delegated permissions can be found in the oauth2PermissionScopes property of the API''s **servicePrincipal** object. The id of application permissions can be found in the appRoles property of the API''s **servicePrincipal** object. The id of resource-specific application permissions can be found in the resourceSpecificApplicationPermissions property of the API''s **servicePrincipal** object. Default is the single value all.' + description: 'The list of id values for the specific permissions to match with, or a list with the single value all to match with any permission. The id of delegated permissions can be found in the publishedPermissionScopes property of the API''s **servicePrincipal** object. The id of application permissions can be found in the appRoles property of the API''s **servicePrincipal** object. The id of resource-specific application permissions can be found in the resourceSpecificApplicationPermissions property of the API''s **servicePrincipal** object. Default is the single value all.' permissionType: $ref: '#/components/schemas/microsoft.graph.permissionType' resourceApplication: @@ -8344,7 +8344,7 @@ components: properties: accountEnabled: type: boolean - description: 'true if the account is enabled; otherwise, false. Required.' + description: 'true if the account is enabled; otherwise, false. default is true.' nullable: true alternativeSecurityIds: type: array @@ -8365,7 +8365,7 @@ components: nullable: true deviceId: type: string - description: Unique identifier set by Azure Device Registration Service at the time of registration. + description: Identifier set by Azure Device Registration Service at the time of registration. nullable: true deviceMetadata: type: string @@ -8410,7 +8410,7 @@ components: nullable: true operatingSystemVersion: type: string - description: The version of the operating system on the device. Required. + description: Operating system version of the device. Required. nullable: true physicalIds: type: array @@ -8428,7 +8428,7 @@ components: 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 devices), AzureAd (Cloud only joined devices), ServerAd (on-premises domain joined devices joined to Azure AD). For more details, see Introduction to device management in Azure Active Directory' + description: 'Type of trust for the joined device. Read-only. Possible values: Workplace (indicates bring your own personal devices), AzureAd (Cloud only joined devices), ServerAd (on-premises domain joined devices joined to Azure AD). For more details, see Introduction to device management in Azure Active Directory' nullable: true memberOf: type: array @@ -8539,7 +8539,7 @@ components: type: array items: type: string - description: 'List of custom controls IDs required by the policy. For more information, see Custom controls.' + description: 'List of custom controls IDs required by the policy. Learn more about custom controls here: https://docs.microsoft.com/azure/active-directory/conditional-access/controls#custom-controls-preview' operator: type: string description: 'Defines the relationship of the grant controls. Possible values: AND, OR.' @@ -8671,12 +8671,12 @@ components: 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. 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 is 2014-01-01T00:00:00Z.' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true capabilityStatus: type: string - description: 'Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. See a detailed description of each value.' + description: 'Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut.' nullable: true service: type: string @@ -8850,7 +8850,7 @@ components: properties: forceChangePasswordNextSignIn: type: boolean - description: true if the user must change her password on the next login; otherwise false. + description: 'If true, at next sign-in, the user must change their password. After a password change, this property will be automatically reset to false. If not set, default is false.' nullable: true forceChangePasswordNextSignInWithMfa: type: boolean @@ -8886,7 +8886,7 @@ components: properties: archiveFolder: type: string - description: Folder ID of an archive folder for the user. + description: Folder ID of an archive folder for the user. Read only. nullable: true automaticRepliesSetting: $ref: '#/components/schemas/microsoft.graph.automaticRepliesSetting' @@ -9006,15 +9006,15 @@ components: 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.' 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.' + 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, through an Outlook client or the corresponding calendarPermission resource. Read-only.' 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.' + description: 'true if the user has the permission to share the calendar, false otherwise. Only the user who created the calendar can share it. Read-only.' nullable: true canViewPrivateItems: type: boolean - description: 'true if the user can read calendar items that have been marked private, false otherwise.' + description: 'true if the user can read calendar items that have been marked private, false otherwise. This property is set through an Outlook client or the corresponding calendarPermission resource. Read-only.' nullable: true changeKey: type: string @@ -9026,7 +9026,7 @@ components: $ref: '#/components/schemas/microsoft.graph.onlineMeetingProviderType' hexColor: type: string - description: 'The calendar color, expressed in a hex color code of three hexadecimal values, each ranging from 00 to FF and representing the red, green, or blue components of the color in the RGB color space. If the user has never explicitly set a color for the calendar, this property is empty. Read-only.' + description: 'The calendar color, expressed in a hex color code of three hexadecimal values, each ranging from 00 to FF and representing the red, green, or blue components of the color in the RGB color space. If the user has never explicitly set a color for the calendar, this property is empty.' nullable: true isDefaultCalendar: type: boolean @@ -9235,19 +9235,19 @@ components: 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. + description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' calendar: $ref: '#/components/schemas/microsoft.graph.calendar' extensions: type: array items: $ref: '#/components/schemas/microsoft.graph.extension' - description: The collection of open extensions defined for the event. Read-only. Nullable. + description: The collection of open extensions defined for the event. Nullable. instances: type: array items: $ref: '#/components/schemas/microsoft.graph.event' - description: The instances of the event. Navigation property. Read-only. Nullable. + description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but does not include occurrences that have been cancelled from the series. Navigation property. Read-only. Nullable.' multiValueExtendedProperties: type: array items: @@ -9443,7 +9443,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.extension' - description: The collection of open extensions defined for the contact. Read-only. Nullable. + description: The collection of open extensions defined for the contact. Nullable. multiValueExtendedProperties: type: array items: @@ -9548,7 +9548,7 @@ components: $ref: '#/components/schemas/microsoft.graph.itemBody' bodyPreview: type: string - description: The first 255 characters of the message body. It is in text format. + description: 'The first 255 characters of the message body. It is in text format. If the message contains instances of mention, this property would contain a concatenation of these mentions as well.' nullable: true ccRecipients: type: array @@ -9897,11 +9897,11 @@ components: properties: agreementFileId: type: string - description: The identifier of the agreement file accepted by the user. + description: ID of the agreement file accepted by the user. nullable: true agreementId: type: string - description: The identifier of the agreement. + description: ID of the agreement. nullable: true deviceDisplayName: type: string @@ -9913,22 +9913,22 @@ components: nullable: true deviceOSType: type: string - description: The operating system used to accept the agreement. + description: The operating system used for accepting the agreement. nullable: true deviceOSVersion: type: string - description: The operating system version of the device used to accept the agreement. + description: The operating system version of the device used for accepting the agreement. 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: 'The expiration date time of the acceptance. 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''' + description: 'The expiration date time of the acceptance. 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 is 2014-01-01T00:00:00Z' 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: '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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true state: @@ -9943,7 +9943,7 @@ components: nullable: true userId: type: string - description: The identifier of the user who accepted the agreement. + description: ID of the user who accepted the agreement. nullable: true userPrincipalName: type: string @@ -9959,24 +9959,24 @@ components: properties: activationLockBypassCode: type: string - description: Code that allows the Activation Lock on a device to be bypassed. + description: Code that allows the Activation Lock on a device to be bypassed. This property is read-only. nullable: true androidSecurityPatchLevel: type: string - description: Android security patch level + description: Android security patch level. This property is read-only. nullable: true azureADDeviceId: type: string - description: The unique identifier for the Azure Active Directory device. Read only. + description: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. nullable: true azureADRegistered: type: boolean - description: Whether the device is Azure Active Directory registered. + description: Whether the device is Azure Active Directory registered. This property is read-only. nullable: true 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 + description: The DateTime when device compliance grace period expires. This property is read-only. format: date-time complianceState: $ref: '#/components/schemas/microsoft.graph.complianceState' @@ -9986,10 +9986,10 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.deviceActionResult' - description: List of ComplexType deviceActionResult objects. + description: List of ComplexType deviceActionResult objects. This property is read-only. deviceCategoryDisplayName: type: string - description: Device category display name + description: Device category display name. This property is read-only. nullable: true deviceEnrollmentType: $ref: '#/components/schemas/microsoft.graph.deviceEnrollmentType' @@ -9997,30 +9997,30 @@ components: $ref: '#/components/schemas/microsoft.graph.deviceHealthAttestationState' deviceName: type: string - description: Name of the device + description: Name of the device. This property is read-only. nullable: true deviceRegistrationState: $ref: '#/components/schemas/microsoft.graph.deviceRegistrationState' easActivated: type: boolean - description: Whether the device is Exchange ActiveSync activated. + description: Whether the device is Exchange ActiveSync activated. This property is read-only. 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. + description: Exchange ActivationSync activation time of the device. This property is read-only. format: date-time easDeviceId: type: string - description: Exchange ActiveSync Id of the device. + description: Exchange ActiveSync Id of the device. This property is read-only. nullable: true emailAddress: type: string - description: Email(s) for the user associated with the device + description: Email(s) for the user associated with the device. This property is read-only. 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. + description: Enrollment time of the device. This property is read-only. format: date-time exchangeAccessState: $ref: '#/components/schemas/microsoft.graph.deviceManagementExchangeAccessState' @@ -10029,30 +10029,30 @@ components: 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. + description: Last time the device contacted Exchange. This property is read-only. format: date-time freeStorageSpaceInBytes: type: integer - description: Free Storage in Bytes + description: Free Storage in Bytes. This property is read-only. format: int64 imei: type: string - description: IMEI + description: IMEI. This property is read-only. nullable: true isEncrypted: type: boolean - description: Device encryption status + description: Device encryption status. This property is read-only. isSupervised: type: boolean - description: Device supervised status + description: Device supervised status. This property is read-only. jailBroken: type: string - description: whether the device is jail broken or rooted. + description: whether the device is jail broken or rooted. This property is read-only. nullable: true 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. + description: The date and time that the device last completed a successful sync with Intune. This property is read-only. format: date-time managedDeviceName: type: string @@ -10064,65 +10064,65 @@ components: $ref: '#/components/schemas/microsoft.graph.managementAgentType' manufacturer: type: string - description: Manufacturer of the device + description: Manufacturer of the device. This property is read-only. nullable: true meid: type: string - description: MEID + description: MEID. This property is read-only. nullable: true model: type: string - description: Model of the device + description: Model of the device. This property is read-only. nullable: true operatingSystem: type: string - description: 'Operating system of the device. Windows, iOS, etc.' + description: 'Operating system of the device. Windows, iOS, etc. This property is read-only.' nullable: true osVersion: type: string - description: Operating system version of the device. + description: Operating system version of the device. This property is read-only. nullable: true partnerReportedThreatState: $ref: '#/components/schemas/microsoft.graph.managedDevicePartnerReportedHealthState' phoneNumber: type: string - description: Phone number of the device + description: Phone number of the device. This property is read-only. nullable: true remoteAssistanceSessionErrorDetails: type: string - description: An error string that identifies issues when creating Remote Assistance session objects. + description: An error string that identifies issues when creating Remote Assistance session objects. This property is read-only. nullable: true remoteAssistanceSessionUrl: type: string - description: Url that allows a Remote Assistance session to be established with the device. + description: Url that allows a Remote Assistance session to be established with the device. This property is read-only. nullable: true serialNumber: type: string - description: SerialNumber + description: SerialNumber. This property is read-only. nullable: true subscriberCarrier: type: string - description: Subscriber Carrier + description: Subscriber Carrier. This property is read-only. nullable: true totalStorageSpaceInBytes: type: integer - description: Total Storage in Bytes + description: Total Storage in Bytes. This property is read-only. format: int64 userDisplayName: type: string - description: User display name + description: User display name. This property is read-only. nullable: true userId: type: string - description: Unique Identifier for the user associated with the device + description: Unique Identifier for the user associated with the device. This property is read-only. nullable: true userPrincipalName: type: string - description: Device user principal name + description: Device user principal name. This property is read-only. nullable: true wiFiMacAddress: type: string - description: Wi-Fi MAC + description: Wi-Fi MAC. This property is read-only. nullable: true deviceCompliancePolicyStates: type: array @@ -10198,7 +10198,7 @@ components: 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 management service. + description: Zero or more policys already applied on the registered app when it last synchronized with managment service. intendedPolicies: type: array items: @@ -10245,7 +10245,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.plannerTask' - description: Read-only. Nullable. Returns the plannerPlans shared with the user. + description: Read-only. Nullable. Returns the plannerTasks assigned to the user. additionalProperties: type: object microsoft.graph.officeGraphInsights: @@ -10258,17 +10258,17 @@ components: 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.' + description: Access this property from the derived type itemInsights. 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.' + description: Access this property from the derived type itemInsights. 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.' + description: Access this property from the derived type itemInsights. additionalProperties: type: object microsoft.graph.userSettings: @@ -10453,7 +10453,7 @@ components: properties: activity: type: string - description: 'The supplemental information to a user''s availability. Possible values are Available, Away, BeRightBack, Busy, DoNotDisturb, InACall, InAConferenceCall, Inactive, InAMeeting, Offline, OffWork, OutOfOffice, PresenceUnknown, Presenting, UrgentInterruptionsOnly.' + description: 'The supplemental information to a user''s availability. Possible values are Available, Away, BeRightBack, Busy, DoNotDisturb, InACall, InAConferenceCall, Inactive,InAMeeting, Offline, OffWork,OutOfOffice, PresenceUnknown,Presenting, UrgentInterruptionsOnly.' nullable: true availability: type: string @@ -10624,11 +10624,11 @@ components: nullable: true queryRoot: type: string - description: The type of query. Examples include MicrosoftGraph and ARM. + description: 'In the scenario where reviewers need to be specified dynamically, this property is used to indicate the relative source of the query. This property is only required if a relative query (i.e., ./manager) is specified.' nullable: true queryType: type: string - description: 'In the scenario where reviewers need to be specified dynamically, this property is used to indicate the relative source of the query. This property is only required if a relative query (i.e., ./manager) is specified.' + description: The type of query. Examples include MicrosoftGraph and ARM. nullable: true additionalProperties: type: object @@ -11016,7 +11016,7 @@ components: 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.' + 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}$' @@ -11059,11 +11059,11 @@ components: properties: address: type: string - description: The email address of the person or entity. + description: The email address of an entity instance. nullable: true name: type: string - description: The display name of the person or entity. + description: The display name of an entity instance. nullable: true additionalProperties: type: object @@ -11178,10 +11178,10 @@ components: 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).' + description: 'A single point of time in a combined date and time representation ({date}T{time}). For example, ''2019-04-16T09:00:00''.' timeZone: type: string - description: 'Represents a time zone, for example, ''Pacific Standard Time''. See below for more possible values.' + description: 'Represents a time zone, for example, ''Pacific Standard Time''. See below for possible values.' nullable: true additionalProperties: type: object @@ -11326,7 +11326,7 @@ components: nullable: true name: type: string - description: The attachment's file name. + description: The display name of the attachment. This does not need to be the actual file name. nullable: true size: maximum: 2147483647 @@ -11985,7 +11985,7 @@ components: 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. + description: 'A unique token that can be used to access this shared item via the [shares API][]. Read-only.' nullable: true additionalProperties: type: object @@ -12457,14 +12457,14 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.plannerBucket' - description: Read-only. Nullable. Collection of buckets in the plan. + description: Collection of buckets in the plan. Read-only. Nullable. 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. + description: Collection of tasks in the plan. Read-only. Nullable. additionalProperties: type: object microsoft.graph.plannerTask: @@ -12960,7 +12960,7 @@ components: properties: messageId: type: string - description: The unique identifier of a message in a Microsoft Teams channel. + description: The unique identifier for a message in a Microsoft Teams channel. nullable: true replyChainMessageId: type: string @@ -13044,7 +13044,7 @@ components: nullable: true allowCreateUpdateChannels: type: boolean - description: 'If set to true, members can add and update channels.' + description: 'If set to true, members can add and update any channels.' nullable: true allowCreateUpdateRemoveConnectors: type: boolean @@ -13255,7 +13255,7 @@ components: 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.' + description: 'The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select.' assignedLicenses: type: array items: @@ -13292,7 +13292,7 @@ components: 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.' + 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).' nullable: true licenseProcessingState: $ref: '#/components/schemas/microsoft.graph.licenseProcessingState' @@ -13353,13 +13353,13 @@ components: 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. + description: The preferred language for a 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.' + 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 for 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 @@ -13376,7 +13376,7 @@ components: 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.' + description: 'Specifies a 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 @@ -13392,11 +13392,11 @@ components: 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. Supported only on the Get group API (GET /groups/{ID}).' + description: 'true if the group is not displayed in certain parts of the Outlook user interface: in the Address Book, in address lists for selecting message recipients, and in the Browse Groups dialog for searching groups; false otherwise. Default value is false. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}).' 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. Supported only on the Get group API (GET /groups/{ID}).' + description: 'true if the group is not displayed in Outlook clients, such as Outlook for Windows and Outlook on the web, false otherwise. Default value is false. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}).' nullable: true isSubscribedByMail: type: boolean @@ -13406,7 +13406,7 @@ components: 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. Supported only on the Get group API (GET /groups/{ID}).' + description: 'Count of conversations that have received new posts since the signed-in user last visited the group. This property is the same as unseenConversationsCount.Returned only on $select. Supported only on the Get group API (GET /groups/{ID}).' format: int32 nullable: true isArchived: @@ -13423,12 +13423,12 @@ components: 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.' + description: 'Groups and administrative units 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.' + description: 'Users, contacts, and groups that are members of this group. HTTP Methods: GET (supported for all groups), POST (supported for security groups and mail-enabled security groups), DELETE (supported only for security groups) Read-only. Nullable.' membersWithLicenseErrors: type: array items: @@ -13438,7 +13438,7 @@ components: 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.' + description: 'The owners of the group. The owners are a set of non-admin users who are allowed to modify this object. HTTP Methods: GET (supported for all groups), POST (supported for security groups and mail-enabled security groups), DELETE (supported only for security groups) Read-only. Nullable.' permissionGrants: type: array items: @@ -13447,7 +13447,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.groupSetting' - description: Read-only. Nullable. + description: 'Settings that can govern this group''s behavior, like whether members can invite guest users to the group. Nullable.' transitiveMemberOf: type: array items: @@ -13477,7 +13477,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.event' - description: The group's calendar events. + description: The group's events. photo: $ref: '#/components/schemas/microsoft.graph.profilePhoto' photos: @@ -13858,7 +13858,7 @@ components: 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.' + description: 'A collection of the days of the week on which the event occurs. 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: @@ -13965,7 +13965,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.recipient' - description: The email addresses to which a message should be redirected. + description: The email address to which a message should be redirected. stopProcessingRules: type: boolean description: Indicates whether subsequent rules should be evaluated. @@ -14214,7 +14214,7 @@ components: properties: upgradeAvailable: type: boolean - description: Indicates whether there are higher storage quota plans available. Read-only. + description: Indicates if there are higher storage quota plans available. Read-only. nullable: true additionalProperties: type: object @@ -14400,12 +14400,12 @@ components: nullable: true latitude: type: number - description: 'Optional. The latitude, in decimal, for the item. Read-only.' + description: 'Optional. The latitude, in decimal, for the item. Writable on OneDrive Personal.' format: double nullable: true longitude: type: number - description: 'Optional. The longitude, in decimal, for the item. Read-only.' + description: 'Optional. The longitude, in decimal, for the item. Writable on OneDrive Personal.' format: double nullable: true additionalProperties: @@ -14477,7 +14477,7 @@ components: 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. + description: The date and time the photo was taken in UTC time. Read-only. format: date-time nullable: true additionalProperties: @@ -14688,7 +14688,7 @@ components: 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.' + 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. Nullable.' tables: type: array items: @@ -14736,14 +14736,14 @@ components: 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.' + description: '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. Required. 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. + description: Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 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. Optional. 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.' + 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 @@ -14751,12 +14751,12 @@ components: nullable: true encryptionCertificateId: type: string - description: A custom app-provided identifier to help identify the certificate needed to decrypt resource data. Optional. + description: A custom app-provided identifier to help identify the certificate needed to decrypt resource data. Optional. Required when includeResourceData is true. 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.' + description: '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. Required.' format: date-time includeResourceData: type: boolean @@ -14776,10 +14776,10 @@ components: 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. + description: The URL of the endpoint that receives the change notifications. This URL must make use of the HTTPS protocol. Required. 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. + description: Specifies the resource that will be monitored for changes. Do not include the base URL (https://graph.microsoft.com/beta/). See the possible resource path values for each supported resource. Required. additionalProperties: type: object microsoft.graph.thumbnailSet: @@ -14806,7 +14806,6 @@ components: properties: content: type: string - description: The content stream for this version of the item. format: base64url nullable: true size: @@ -15768,11 +15767,11 @@ components: nullable: true recipientUserId: type: string - description: User ID of the recipient of the offer shift request. + 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. + description: User id of the sender of the offer shift request. nullable: true additionalProperties: type: object @@ -15854,7 +15853,7 @@ components: properties: recipientShiftId: type: string - description: ShiftId for the recipient user with whom the request is to swap. + description: Shift ID for the recipient user with whom the request is to swap. nullable: true additionalProperties: type: object @@ -15940,12 +15939,12 @@ components: $ref: '#/components/schemas/microsoft.graph.channelIdentity' chatId: type: string - description: The identity of the chat in which the message was posted. + description: 'If the message was sent in a chat, represents the identity of the chat.' 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. + description: Timestamp of when the chat message was created. format: date-time nullable: true deletedDateTime: @@ -15965,18 +15964,18 @@ components: 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. + description: Read only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the 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.' + description: 'Read only. Timestamp when the chat message is created (initial setting) or modified, 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. + description: Locale of the chat message set by the client. Always set to en-us. mentions: type: array items: @@ -15993,7 +15992,7 @@ components: description: 'Reactions for this chat message (for example, Like).' 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) + 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 @@ -16005,15 +16004,18 @@ components: nullable: true webUrl: type: string + description: Read-only. Link to the message in Microsoft Teams. nullable: true hostedContents: type: array items: $ref: '#/components/schemas/microsoft.graph.chatMessageHostedContent' + description: 'Content in a message hosted by Microsoft Teams e.g. images, code snippets etc.' replies: type: array items: $ref: '#/components/schemas/microsoft.graph.chatMessage' + description: Replies for a specified message. additionalProperties: type: object microsoft.graph.teamsTab: @@ -16067,18 +16069,23 @@ components: properties: clientAppId: type: string + description: ID of the service principal of the Azure AD app that has been granted access. Read-only. nullable: true clientId: type: string + description: ID of the Azure AD app that has been granted access. Read-only. nullable: true permission: type: string + description: The name of the permission. Read-only. nullable: true permissionType: type: string + description: 'The type of permission. Possible values are: Application,Delegated. Read-only.' nullable: true resourceAppId: type: string + description: ID of the Azure AD app that is hosting the resource. Read-only. nullable: true additionalProperties: type: object @@ -16269,7 +16276,7 @@ components: nullable: true teamsAppId: type: string - description: The ID from the Teams app manifest. + description: The id from the Teams App manifest. nullable: true version: type: string @@ -16508,7 +16515,7 @@ components: properties: crc32Hash: type: string - description: The CRC32 value of the file in little endian (if available). Read-only. + description: The CRC32 value of the file (if available). Read-only. nullable: true quickXorHash: type: string @@ -16573,7 +16580,7 @@ components: properties: content: type: string - description: The content of comment. + description: The content of the comment. nullable: true contentType: type: string @@ -16611,7 +16618,7 @@ components: 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.' + description: 'Indicates what type of reference is associated with the name. Possible values are: String, Integer, Double, Boolean, Range. Read-only.' nullable: true value: $ref: '#/components/schemas/microsoft.graph.Json' @@ -16675,7 +16682,7 @@ components: 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.' + description: 'Constant value that represents the Table style. 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 @@ -17108,7 +17115,7 @@ components: nullable: true contentType: type: string - description: 'The media type of the content attachment. It can have the following values: reference: Attachment is a link to another file. Populate the contentURL with the link to the object.file: Raw file attachment. Populate the contenturl field with the base64 encoding of the file in data: format.image/: Image type with the type of the image specified ex: image/png, image/jpeg, image/gif. Populate the contentUrl field with the base64 encoding of the file in data: format.video/: Video type with the format specified. Ex: video/mp4. Populate the contentUrl field with the base64 encoding of the file in data: format.audio/: Audio type with the format specified. Ex: audio/wmw. Populate the contentUrl field with the base64 encoding of the file in data: format.application/card type: Rich card attachment type with the card type specifying the exact card format to use. Set content with the json format of the card. Supported values for card type include:application/vnd.microsoft.card.adaptive: A rich card that can contain any combination of text, speech, images,,buttons, and input fields. Set the content property to,an AdaptiveCard object.application/vnd.microsoft.card.animation: A rich card that plays animation. Set the content property,to an AnimationCardobject.application/vnd.microsoft.card.audio: A rich card that plays audio files. Set the content property,to an AudioCard object.application/vnd.microsoft.card.video: A rich card that plays videos. Set the content property,to a VideoCard object.application/vnd.microsoft.card.hero: A Hero card. Set the content property to a HeroCard object.application/vnd.microsoft.card.thumbnail: A Thumbnail card. Set the content property to a ThumbnailCard object.application/vnd.microsoft.com.card.receipt: A Receipt card. Set the content property to a ReceiptCard object.application/vnd.microsoft.com.card.signin: A user Sign In card. Set the content property to a SignInCard object.' + description: 'The media type of the content attachment. It can have the following values: reference: Attachment is a link to another file. Populate the contentURL with the link to the object.Any contentTypes supported by the Bot Framework''s Attachment objectapplication/vnd.microsoft.card.codesnippet: A code snippet. application/vnd.microsoft.card.announcement: An announcement header.' nullable: true contentUrl: type: string @@ -17246,7 +17253,7 @@ components: properties: name: type: string - description: Name of the setting (as defined by the groupSettingTemplate). + description: Name of the setting (as defined by the directorySettingTemplate). nullable: true value: type: string @@ -17291,7 +17298,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.attachment' - description: Read-only. Nullable. + description: 'The collection of fileAttachment, itemAttachment, and referenceAttachment attachments for the post. Read-only. Nullable.' extensions: type: array items: @@ -17383,11 +17390,11 @@ components: properties: content: type: string - description: The content of a comment reply. + description: The content of replied comment. nullable: true contentType: type: string - description: Indicates the type for the comment reply. + description: Indicates the type for the replied comment. additionalProperties: type: object microsoft.graph.workbookOperationError: @@ -17468,7 +17475,7 @@ components: description: Represents whether the casing impacted the last sort of the table. Read-only. method: type: string - description: 'Represents Chinese character ordering method last used to sort the table. The possible values are: PinYin, StrokeCount. Read-only.' + description: 'Represents Chinese character ordering method last used to sort the table. Possible values are: PinYin, StrokeCount. Read-only.' additionalProperties: type: object microsoft.graph.workbookChart: @@ -17671,7 +17678,7 @@ components: nullable: true contentType: type: string - description: 'Write only. Content type. sicj as image/png, image/jpg.' + description: 'Write only. Content type, such as image/png, image/jpg.' nullable: true additionalProperties: type: object @@ -17698,7 +17705,7 @@ components: nullable: true dataOption: type: string - description: 'Represents additional sorting options for this field. The possible values are: Normal, TextAsNumber.' + description: 'Represents additional sorting options for this field. Possible values are: Normal, TextAsNumber.' icon: $ref: '#/components/schemas/microsoft.graph.workbookIcon' key: @@ -17709,7 +17716,7 @@ components: format: int32 sortOn: type: string - description: 'Represents the type of sorting of this condition. The possible values are: Value, CellColor, FontColor, Icon.' + description: 'Represents the type of sorting of this condition. Possible values are: Value, CellColor, FontColor, Icon.' additionalProperties: type: object microsoft.graph.workbookChartAxes: @@ -17934,7 +17941,7 @@ components: format: int32 set: type: string - description: 'Represents the set that the icon is part of. The possible values are: Invalid, ThreeArrows, ThreeArrowsGray, ThreeFlags, ThreeTrafficLights1, ThreeTrafficLights2, ThreeSigns, ThreeSymbols, ThreeSymbols2, FourArrows, FourArrowsGray, FourRedToBlack, FourRating, FourTrafficLights, FiveArrows, FiveArrowsGray, FiveRating, FiveQuarters, ThreeStars, ThreeTriangles, FiveBoxes.' + description: 'Represents the set that the icon is part of. Possible values are: Invalid, ThreeArrows, ThreeArrowsGray, ThreeFlags, ThreeTrafficLights1, ThreeTrafficLights2, ThreeSigns, ThreeSymbols, ThreeSymbols2, FourArrows, FourArrowsGray, FourRedToBlack, FourRating, FourTrafficLights, FiveArrows, FiveArrowsGray, FiveRating, FiveQuarters, ThreeStars, ThreeTriangles, FiveBoxes.' additionalProperties: type: object microsoft.graph.workbookChartAxis: diff --git a/openApiDocs/v1.0/Mail.yml b/openApiDocs/v1.0/Mail.yml index d25cb6317ee..87e79eb3de5 100644 --- a/openApiDocs/v1.0/Mail.yml +++ b/openApiDocs/v1.0/Mail.yml @@ -5200,7 +5200,7 @@ components: $ref: '#/components/schemas/microsoft.graph.itemBody' bodyPreview: type: string - description: The first 255 characters of the message body. It is in text format. + description: 'The first 255 characters of the message body. It is in text format. If the message contains instances of mention, this property would contain a concatenation of these mentions as well.' nullable: true ccRecipients: type: array @@ -5334,7 +5334,7 @@ components: nullable: true name: type: string - description: The attachment's file name. + description: The display name of the attachment. This does not need to be the actual file name. nullable: true size: maximum: 2147483647 @@ -5398,11 +5398,11 @@ components: properties: address: type: string - description: The email address of the person or entity. + description: The email address of an entity instance. nullable: true name: type: string - description: The display name of the person or entity. + description: The display name of an entity instance. nullable: true additionalProperties: type: object @@ -5452,7 +5452,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.recipient' - description: The email addresses to which a message should be redirected. + description: The email address to which a message should be redirected. stopProcessingRules: type: boolean description: Indicates whether subsequent rules should be evaluated. @@ -5742,10 +5742,10 @@ components: 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).' + description: 'A single point of time in a combined date and time representation ({date}T{time}). For example, ''2019-04-16T09:00:00''.' timeZone: type: string - description: 'Represents a time zone, for example, ''Pacific Standard Time''. See below for more possible values.' + description: 'Represents a time zone, for example, ''Pacific Standard Time''. See below for possible values.' nullable: true additionalProperties: type: object diff --git a/openApiDocs/v1.0/People.yml b/openApiDocs/v1.0/People.yml index d5b0f1f522f..b9ada8014e6 100644 --- a/openApiDocs/v1.0/People.yml +++ b/openApiDocs/v1.0/People.yml @@ -1814,17 +1814,17 @@ components: 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.' + description: Access this property from the derived type itemInsights. 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.' + description: Access this property from the derived type itemInsights. 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.' + description: Access this property from the derived type itemInsights. additionalProperties: type: object microsoft.graph.sharedInsight: diff --git a/openApiDocs/v1.0/PersonalContacts.yml b/openApiDocs/v1.0/PersonalContacts.yml index e527424d1f1..69c21363860 100644 --- a/openApiDocs/v1.0/PersonalContacts.yml +++ b/openApiDocs/v1.0/PersonalContacts.yml @@ -4283,7 +4283,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.extension' - description: The collection of open extensions defined for the contact. Read-only. Nullable. + description: The collection of open extensions defined for the contact. Nullable. multiValueExtendedProperties: type: array items: @@ -4424,11 +4424,11 @@ components: properties: address: type: string - description: The email address of the person or entity. + description: The email address of an entity instance. nullable: true name: type: string - description: The display name of the person or entity. + description: The display name of an entity instance. nullable: true additionalProperties: type: object diff --git a/openApiDocs/v1.0/Planner.yml b/openApiDocs/v1.0/Planner.yml index d2568290344..00b2fa01923 100644 --- a/openApiDocs/v1.0/Planner.yml +++ b/openApiDocs/v1.0/Planner.yml @@ -10686,14 +10686,14 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.plannerBucket' - description: Read-only. Nullable. Collection of buckets in the plan. + description: Collection of buckets in the plan. Read-only. Nullable. 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. + description: Collection of tasks in the plan. Read-only. Nullable. additionalProperties: type: object microsoft.graph.plannerBucket: @@ -10931,7 +10931,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.plannerTask' - description: Read-only. Nullable. Returns the plannerPlans shared with the user. + description: Read-only. Nullable. Returns the plannerTasks assigned to the user. additionalProperties: type: object microsoft.graph.entity: diff --git a/openApiDocs/v1.0/Reports.yml b/openApiDocs/v1.0/Reports.yml index 0f6cfd0e147..c37587a1ee4 100644 --- a/openApiDocs/v1.0/Reports.yml +++ b/openApiDocs/v1.0/Reports.yml @@ -4297,7 +4297,7 @@ components: format: date-time activityDisplayName: type: string - description: 'Indicates the activity name or the operation name (examples: ''Create User'' and ''Add member to group''). For full list, see Azure AD activity list.' + description: 'Indicates the activity name or the operation name (E.g. ''Create User'', ''Add member to group''). For a list of activities logged, refer to Azure Ad activity list.' additionalDetails: type: array items: @@ -4415,11 +4415,11 @@ components: properties: appDisplayName: type: string - description: App name displayed in the Azure Portal. + description: The application name displayed in the Azure Portal. nullable: true appId: type: string - description: Unique GUID representing the app ID in the Azure Active Directory. + description: The application identifier in Azure Active Directory. nullable: true appliedConditionalAccessPolicies: type: array @@ -4428,38 +4428,38 @@ components: description: A list of conditional access policies that are triggered by the corresponding sign-in activity. clientAppUsed: type: string - description: 'Identifies the legacy client used for sign-in activity. Includes Browser, Exchange Active Sync, modern clients, IMAP, MAPI, SMTP, and POP.' + description: 'The legacy client used for sign-in activity. For example: Browser, Exchange Active Sync, Modern clients, IMAP, MAPI, SMTP, or POP.' nullable: true conditionalAccessStatus: $ref: '#/components/schemas/microsoft.graph.conditionalAccessStatus' correlationId: type: string - description: The request ID sent from the client when the sign-in is initiated; used to troubleshoot sign-in activity. + description: The identifier that's sent from the client when sign-in is initiated. This is used for troubleshooting the corresponding sign-in activity when calling for support. 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 (UTC) the sign-in was initiated. Example: midnight on Jan 1, 2014 is reported as 2014-01-01T00:00:00Z.' + description: 'The date and time the sign-in was initiated. The Timestamp type is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.' format: date-time deviceDetail: $ref: '#/components/schemas/microsoft.graph.deviceDetail' ipAddress: type: string - description: IP address of the client used to sign in. + description: The IP address of the client from where the sign-in occurred. nullable: true isInteractive: type: boolean - description: Indicates if a sign-in is interactive or not. + description: Indicates whether a sign-in is interactive or not. nullable: true location: $ref: '#/components/schemas/microsoft.graph.signInLocation' resourceDisplayName: type: string - description: Name of the resource the user signed into. + description: The name of the resource that the user signed in to. nullable: true resourceId: type: string - description: ID of the resource that the user signed into. + description: The identifier of the resource that the user signed in to. nullable: true riskDetail: $ref: '#/components/schemas/microsoft.graph.riskDetail' @@ -4467,7 +4467,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.riskEventType' - description: 'Risk event types associated with the sign-in. The possible values are: unlikelyTravel, anonymizedIPAddress, maliciousIPAddress, unfamiliarFeatures, malwareInfectedIPAddress, suspiciousIPAddress, leakedCredentials, investigationsThreatIntelligence, generic, and unknownFutureValue.' + description: 'The list of risk event types associated with the sign-in. Possible values: unlikelyTravel, anonymizedIPAddress, maliciousIPAddress, unfamiliarFeatures, malwareInfectedIPAddress, suspiciousIPAddress, leakedCredentials, investigationsThreatIntelligence, generic, or unknownFutureValue.' riskEventTypes_v2: type: array items: @@ -4484,14 +4484,14 @@ components: $ref: '#/components/schemas/microsoft.graph.signInStatus' userDisplayName: type: string - description: Display name of the user that initiated the sign-in. + description: The display name of the user. nullable: true userId: type: string - description: ID of the user that initiated the sign-in. + description: The identifier of the user. userPrincipalName: type: string - description: User principal name of the user that initiated the sign-in. + description: The UPN of the user. nullable: true additionalProperties: type: object @@ -4547,7 +4547,7 @@ components: properties: content: type: string - description: Not yet documented + description: Report content; details vary by report type. format: base64url nullable: true additionalProperties: @@ -4611,11 +4611,11 @@ components: properties: key: type: string - description: Key for the key-value pair. + description: 'Contains the name of the field that a value is associated with. When a sign in or domain hint is included in the sign-in request, corresponding fields are included as key-value pairs. Possible keys: Login hint present, Domain hint present.' nullable: true value: type: string - description: Value for the key-value pair. + description: Contains the corresponding value for the specified key. The value is true if a sign in hint was included in the sign-in request; otherwise false. The value is true if a domain hint was included in the sign-in request; otherwise false. nullable: true additionalProperties: type: object @@ -4682,15 +4682,15 @@ components: properties: displayName: type: string - description: Indicates the property name of the target attribute that was changed. + description: Name of property that was modified. nullable: true newValue: type: string - description: Indicates the updated value for the propery. + description: New property value. nullable: true oldValue: type: string - description: Indicates the previous value (before the update) for the property. + description: Old property value. nullable: true additionalProperties: type: object @@ -4788,7 +4788,7 @@ components: description: 'Refers to the session controls enforced by the conditional access policy (example: ''Require app enforced controls'').' id: type: string - description: An identifier of the conditional access policy. + description: Identifier of the conditional access policy. nullable: true result: $ref: '#/components/schemas/microsoft.graph.appliedConditionalAccessPolicyResult' @@ -4808,31 +4808,31 @@ components: properties: browser: type: string - description: Indicates the browser information of the used for signing in. + description: Indicates the browser information of the used for signing-in. nullable: true deviceId: type: string - description: Refers to the UniqueID of the device used for signing in. + description: Refers to the UniqueID of the device used for signing-in. nullable: true displayName: type: string - description: Refers to the name of the device used for signing in. + description: Refers to the name of the device used for signing-in. nullable: true isCompliant: type: boolean - description: Indicates whether the device is compliant. + description: Indicates whether the device is compliant or not. nullable: true isManaged: type: boolean - description: Indicates whether the device is managed. + description: Indicates if the device is managed or not. nullable: true operatingSystem: type: string - description: Indicates the operating system name and version used for signing in. + description: Indicates the OS name and version used for signing-in. nullable: true trustType: type: string - description: 'Provides information about whether the signed-in device is Workplace Joined, AzureAD Joined, Domain Joined.' + description: 'Indicates information on whether the signed-in device is Workplace Joined, AzureAD Joined, Domain Joined.' nullable: true additionalProperties: type: object @@ -5115,12 +5115,12 @@ components: nullable: true latitude: type: number - description: 'Optional. The latitude, in decimal, for the item. Read-only.' + description: 'Optional. The latitude, in decimal, for the item. Writable on OneDrive Personal.' format: double nullable: true longitude: type: number - description: 'Optional. The longitude, in decimal, for the item. Read-only.' + description: 'Optional. The longitude, in decimal, for the item. Writable on OneDrive Personal.' format: double nullable: true additionalProperties: diff --git a/openApiDocs/v1.0/SchemaExtensions.yml b/openApiDocs/v1.0/SchemaExtensions.yml index 35fe268d273..af6efb2adf9 100644 --- a/openApiDocs/v1.0/SchemaExtensions.yml +++ b/openApiDocs/v1.0/SchemaExtensions.yml @@ -245,7 +245,7 @@ components: type: array items: type: string - description: 'Set of Microsoft Graph types (that can support extensions) that the schema extension can be applied to. Select from contact, device, event, group, message, organization, post, or user.' + description: 'Set of Microsoft Graph types (that can support extensions) that the schema extension can be applied to. Select from administrativeUnit, contact, device, event, group, message, organization, post, or user.' additionalProperties: type: object microsoft.graph.entity: @@ -263,7 +263,7 @@ components: properties: name: type: string - description: The name of the strongly-typed property defined as part of a schema extension. + description: The name of the strongly typed property defined as part of a schema extension. nullable: true type: type: string diff --git a/openApiDocs/v1.0/Security.yml b/openApiDocs/v1.0/Security.yml index 64fc77259ab..6c98f7cdbb0 100644 --- a/openApiDocs/v1.0/Security.yml +++ b/openApiDocs/v1.0/Security.yml @@ -1164,7 +1164,7 @@ components: description: The collection of compliance information associated with secure score control controlCategory: type: string - description: 'Control action category (Identity, Data, Device, Apps, Infrastructure).' + description: 'Control action category (Account, Data, Device, Apps, Infrastructure).' nullable: true controlStateUpdates: type: array @@ -1187,7 +1187,7 @@ components: nullable: true maxScore: type: number - description: max attainable score for the control. + description: Current obtained max score on specified date. format: double nullable: true rank: @@ -1214,7 +1214,7 @@ components: items: type: string nullable: true - description: 'List of threats the control mitigates (accountBreach,dataDeletion,dataExfiltration,dataSpillage,' + description: 'List of threats the control mitigates (accountBreach,dataDeletion,dataExfiltration,dataSpillage,elevationOfPrivilege,maliciousInsider,passwordCracking,phishingOrWhaling,spoofing).' tier: type: string description: 'Control tier (Core, Defense in Depth, Advanced.)' @@ -1514,7 +1514,7 @@ components: properties: applicationName: type: string - description: 'Name of the application managing the network connection (for example, Facebook or SMTP).' + description: 'Name of the application managing the network connection (for example, Facebook, SMTP, etc.).' nullable: true destinationAddress: type: string diff --git a/openApiDocs/v1.0/Sites.yml b/openApiDocs/v1.0/Sites.yml index 5b6fa6d0d43..64948074bf4 100644 --- a/openApiDocs/v1.0/Sites.yml +++ b/openApiDocs/v1.0/Sites.yml @@ -14069,14 +14069,14 @@ components: 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.' + description: '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. Required. 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. + description: Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 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. Optional. 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.' + 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 @@ -14084,12 +14084,12 @@ components: nullable: true encryptionCertificateId: type: string - description: A custom app-provided identifier to help identify the certificate needed to decrypt resource data. Optional. + description: A custom app-provided identifier to help identify the certificate needed to decrypt resource data. Optional. Required when includeResourceData is true. 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.' + description: '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. Required.' format: date-time includeResourceData: type: boolean @@ -14109,10 +14109,10 @@ components: 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. + description: The URL of the endpoint that receives the change notifications. This URL must make use of the HTTPS protocol. Required. 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. + description: Specifies the resource that will be monitored for changes. Do not include the base URL (https://graph.microsoft.com/beta/). See the possible resource path values for each supported resource. Required. additionalProperties: type: object microsoft.graph.onenoteOperation: @@ -14151,7 +14151,7 @@ components: $ref: '#/components/schemas/microsoft.graph.onenotePatchInsertPosition' target: type: string - description: 'The element to update. Must be the # or the generated of the element, or the body or title keyword.' + description: 'The element to update. Must be the # or the generated {id} of the element, or the body or title keyword.' additionalProperties: type: object microsoft.graph.onenotePagePreview: @@ -14273,7 +14273,7 @@ components: 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. + description: 'A unique token that can be used to access this shared item via the [shares API][]. Read-only.' nullable: true additionalProperties: type: object @@ -14968,12 +14968,12 @@ components: nullable: true latitude: type: number - description: 'Optional. The latitude, in decimal, for the item. Read-only.' + description: 'Optional. The latitude, in decimal, for the item. Writable on OneDrive Personal.' format: double nullable: true longitude: type: number - description: 'Optional. The longitude, in decimal, for the item. Read-only.' + description: 'Optional. The longitude, in decimal, for the item. Writable on OneDrive Personal.' format: double nullable: true additionalProperties: @@ -15045,7 +15045,7 @@ components: 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. + description: The date and time the photo was taken in UTC time. Read-only. format: date-time nullable: true additionalProperties: @@ -15256,7 +15256,7 @@ components: 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.' + 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. Nullable.' tables: type: array items: @@ -15293,7 +15293,6 @@ components: properties: content: type: string - description: The content stream for this version of the item. format: base64url nullable: true size: @@ -15536,30 +15535,30 @@ components: properties: accountEnabled: type: boolean - description: 'true if the account is enabled; otherwise, false. This property is required when a user is created. Supports $filter.' + description: 'true if the account is enabled; otherwise, false. This property is required when a user is created. Returned only on $select. 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.' + 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. Returned only on $select.' nullable: true assignedLicenses: type: array items: $ref: '#/components/schemas/microsoft.graph.assignedLicense' - description: The licenses that are assigned to the user. Returned only on $select. Not nullable. Supports $filter. + description: The licenses that are assigned to the user. Not nullable. Supports $filter. assignedPlans: type: array items: $ref: '#/components/schemas/microsoft.graph.assignedPlan' - description: The plans that are assigned to the user. Read-only. Not nullable. + description: The plans that are assigned to the user. Returned only on $select. 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. Read-only for users synced from on-premises directory. Returned by default.' + description: The telephone numbers for the user. Only one number can be set for this property. Returned by default. Read-only for users synced from on-premises directory. city: type: string - description: The city in which the user is located. Supports $filter. + description: The city in which the user is located. Returned only on $select. Supports $filter. nullable: true companyName: type: string @@ -15567,29 +15566,29 @@ components: 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.' + 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. Returned only on $select.' nullable: true country: type: string - description: 'The country/region in which the user is located; for example, ''US'' or ''UK''. Supports $filter.' + description: 'The country/region in which the user is located; for example, ''US'' or ''UK''. Returned only on $select. 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. + description: The date and time the user was created. The value cannot be modified and is automatically populated when the entity is created. The DateTimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. Property is nullable. A null value indicates that an accurate creation time couldn't be determined for the user. Returned only on $select. Read-only. Supports $filter. 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.' + 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). Returned only on $select. Read-only.' nullable: true department: type: string - description: The name for the department in which the user works. Supports $filter. + description: The name for the department in which the user works. Returned only on $select. Supports $filter. nullable: true 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. Returned by default. Supports $filter and $orderby.' + description: 'The name displayed in the address book for the user. This value 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. Returned by default. 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])$' @@ -15619,7 +15618,7 @@ components: nullable: true faxNumber: type: string - description: The fax number of the user. + description: The fax number of the user. Returned only on $select. nullable: true givenName: type: string @@ -15629,7 +15628,7 @@ components: 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.' + 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. Returned only on $select. Supports $filter.' imAddresses: type: array items: @@ -15647,29 +15646,29 @@ components: 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 is 2014-01-01T00:00:00Z' + description: 'The time when this Azure AD user last changed their password. 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 is 2014-01-01T00:00:00Z Returned only on $select. Read-only.' 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.' + 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. Returned only on $select.' nullable: true licenseAssignmentStates: type: array items: $ref: '#/components/schemas/microsoft.graph.licenseAssignmentState' - description: State of license assignments for this user. Read-only. + description: State of license assignments for this user. Returned only on $select. Read-only. mail: type: string description: 'The SMTP address for the user, for example, ''jeff@contoso.onmicrosoft.com''. Returned by default. Supports $filter and endsWith.' nullable: true mailNickname: type: string - description: The mail alias for the user. This property must be specified when a user is created. Supports $filter. + description: The mail alias for the user. This property must be specified when a user is created. Returned only on $select. Supports $filter. nullable: true mobilePhone: type: string - description: The primary cellular telephone number for the user. Read-only for users synced from on-premises directory. Returned by default. + description: The primary cellular telephone number for the user. Returned by default. Read-only for users synced from on-premises directory. nullable: true officeLocation: type: string @@ -15677,59 +15676,59 @@ components: 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. + 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. Returned only on $select. 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.' + 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. Returned only on $select. 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.' + 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. Returned only on $select. 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 is 2014-01-01T00:00:00Z. Read-only.' + 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 is 2014-01-01T00:00:00Z. Returned only on $select. 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. + description: Errors when using Microsoft synchronization product during provisioning. Returned only on $select. 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. + 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. Returned only on $select. 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. + description: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Returned only on $select. 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 + 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). Returned only on $select. 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. + 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. Returned only on $select. 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.' + description: 'A list of additional email addresses for the user; for example: [''bob@contoso.com'', ''Robert@fabrikam.com''].Returned only on $select. 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''.' + 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''.Returned only on $select.' 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.' + 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. Returned only on $select.' nullable: true preferredLanguage: type: string @@ -15739,29 +15738,29 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.provisionedPlan' - description: The plans that are provisioned for the user. Read-only. Not nullable. + description: The plans that are provisioned for the user. Returned only on $select. 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.' + description: 'For example: [''SMTP: bob@contoso.com'', ''smtp: bob@sales.contoso.com''] The any operator is required for filter expressions on multi-valued properties. Returned only on $select. Read-only, Not nullable. Supports $filter.' 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.' + 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. Returned only on $select.' 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.' + 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. Use revokeSignInSessions to reset.' format: date-time nullable: true state: type: string - description: The state or province in the user's address. Supports $filter. + description: The state or province in the user's address. Returned only on $select. Supports $filter. nullable: true streetAddress: type: string - description: The street address of the user's place of business. + description: The street address of the user's place of business. Returned only on $select. nullable: true surname: type: string @@ -15769,7 +15768,7 @@ components: 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.' + 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. Returned only on $select. Supports $filter.' nullable: true userPrincipalName: type: string @@ -15777,7 +15776,7 @@ components: 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.' + description: 'A string value that can be used to classify user types in your directory, such as ''Member'' and ''Guest''. Returned only on $select. Supports $filter.' nullable: true mailboxSettings: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' @@ -15789,12 +15788,12 @@ components: format: int32 aboutMe: type: string - description: A freeform text entry field for the user to describe themselves. + description: A freeform text entry field for the user to describe themselves. Returned only on $select. 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 is 2014-01-01T00:00:00Z' + 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 is 2014-01-01T00:00:00Z Returned only on $select.' 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])$' @@ -15806,39 +15805,39 @@ components: items: type: string nullable: true - description: A list for the user to describe their interests. + description: A list for the user to describe their interests. Returned only on $select. mySite: type: string - description: The URL for the user's personal site. + description: The URL for the user's personal site. Returned only on $select. nullable: true pastProjects: type: array items: type: string nullable: true - description: A list for the user to enumerate their past projects. + description: A list for the user to enumerate their past projects. Returned only on $select. preferredName: type: string - description: The preferred name for the user. + description: The preferred name for the user. Returned only on $select. nullable: true responsibilities: type: array items: type: string nullable: true - description: A list for the user to enumerate their responsibilities. + description: A list for the user to enumerate their responsibilities. Returned only on $select. schools: type: array items: type: string nullable: true - description: A list for the user to enumerate the schools they have attended. + description: A list for the user to enumerate the schools they have attended. Returned only on $select. skills: type: array items: type: string nullable: true - description: A list for the user to enumerate their skills. + description: A list for the user to enumerate their skills. Returned only on $select. appRoleAssignments: type: array items: @@ -15865,7 +15864,7 @@ components: 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. + description: 'The groups, directory roles and administrative units that the user is a member of. Read-only. Nullable.' oauth2PermissionGrants: type: array items: @@ -15925,7 +15924,7 @@ components: 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. + description: The user's events. Default is to show events under the Default Calendar. Read-only. Nullable. inferenceClassification: $ref: '#/components/schemas/microsoft.graph.inferenceClassification' mailFolders: @@ -15944,7 +15943,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.person' - description: People that are relevant to the user. Read-only. Nullable. + description: 'Read-only. The most relevant people to the user. The collection is ordered by their relevance to the user, which is determined by the user''s communication, collaboration and business relationships. A person is an aggregation of information from across mail, contacts and social networks.' photo: $ref: '#/components/schemas/microsoft.graph.profilePhoto' photos: @@ -15967,7 +15966,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.extension' - description: The collection of open extensions defined for the user. Read-only. Nullable. + description: The collection of open extensions defined for the user. Nullable. agreementAcceptances: type: array items: @@ -16250,7 +16249,7 @@ components: properties: upgradeAvailable: type: boolean - description: Indicates whether there are higher storage quota plans available. Read-only. + description: Indicates if there are higher storage quota plans available. Read-only. nullable: true additionalProperties: type: object @@ -16260,7 +16259,7 @@ components: properties: crc32Hash: type: string - description: The CRC32 value of the file in little endian (if available). Read-only. + description: The CRC32 value of the file (if available). Read-only. nullable: true quickXorHash: type: string @@ -16325,7 +16324,7 @@ components: properties: content: type: string - description: The content of comment. + description: The content of the comment. nullable: true contentType: type: string @@ -16363,7 +16362,7 @@ components: 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.' + description: 'Indicates what type of reference is associated with the name. Possible values are: String, Integer, Double, Boolean, Range. Read-only.' nullable: true value: $ref: '#/components/schemas/microsoft.graph.Json' @@ -16427,7 +16426,7 @@ components: 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.' + description: 'Constant value that represents the Table style. 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 @@ -16607,12 +16606,12 @@ components: 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. 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 is 2014-01-01T00:00:00Z.' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true capabilityStatus: type: string - description: 'Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. See a detailed description of each value.' + description: 'Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut.' nullable: true service: type: string @@ -16786,7 +16785,7 @@ components: properties: forceChangePasswordNextSignIn: type: boolean - description: true if the user must change her password on the next login; otherwise false. + description: 'If true, at next sign-in, the user must change their password. After a password change, this property will be automatically reset to false. If not set, default is false.' nullable: true forceChangePasswordNextSignInWithMfa: type: boolean @@ -16822,7 +16821,7 @@ components: properties: archiveFolder: type: string - description: Folder ID of an archive folder for the user. + description: Folder ID of an archive folder for the user. Read only. nullable: true automaticRepliesSetting: $ref: '#/components/schemas/microsoft.graph.automaticRepliesSetting' @@ -16968,15 +16967,15 @@ components: 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.' 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.' + 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, through an Outlook client or the corresponding calendarPermission resource. Read-only.' 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.' + description: 'true if the user has the permission to share the calendar, false otherwise. Only the user who created the calendar can share it. Read-only.' nullable: true canViewPrivateItems: type: boolean - description: 'true if the user can read calendar items that have been marked private, false otherwise.' + description: 'true if the user can read calendar items that have been marked private, false otherwise. This property is set through an Outlook client or the corresponding calendarPermission resource. Read-only.' nullable: true changeKey: type: string @@ -16988,7 +16987,7 @@ components: $ref: '#/components/schemas/microsoft.graph.onlineMeetingProviderType' hexColor: type: string - description: 'The calendar color, expressed in a hex color code of three hexadecimal values, each ranging from 00 to FF and representing the red, green, or blue components of the color in the RGB color space. If the user has never explicitly set a color for the calendar, this property is empty. Read-only.' + description: 'The calendar color, expressed in a hex color code of three hexadecimal values, each ranging from 00 to FF and representing the red, green, or blue components of the color in the RGB color space. If the user has never explicitly set a color for the calendar, this property is empty.' nullable: true isDefaultCalendar: type: boolean @@ -17197,19 +17196,19 @@ components: 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. + description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' calendar: $ref: '#/components/schemas/microsoft.graph.calendar' extensions: type: array items: $ref: '#/components/schemas/microsoft.graph.extension' - description: The collection of open extensions defined for the event. Read-only. Nullable. + description: The collection of open extensions defined for the event. Nullable. instances: type: array items: $ref: '#/components/schemas/microsoft.graph.event' - description: The instances of the event. Navigation property. Read-only. Nullable. + description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but does not include occurrences that have been cancelled from the series. Navigation property. Read-only. Nullable.' multiValueExtendedProperties: type: array items: @@ -17405,7 +17404,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.extension' - description: The collection of open extensions defined for the contact. Read-only. Nullable. + description: The collection of open extensions defined for the contact. Nullable. multiValueExtendedProperties: type: array items: @@ -17510,7 +17509,7 @@ components: $ref: '#/components/schemas/microsoft.graph.itemBody' bodyPreview: type: string - description: The first 255 characters of the message body. It is in text format. + description: 'The first 255 characters of the message body. It is in text format. If the message contains instances of mention, this property would contain a concatenation of these mentions as well.' nullable: true ccRecipients: type: array @@ -17759,11 +17758,11 @@ components: properties: agreementFileId: type: string - description: The identifier of the agreement file accepted by the user. + description: ID of the agreement file accepted by the user. nullable: true agreementId: type: string - description: The identifier of the agreement. + description: ID of the agreement. nullable: true deviceDisplayName: type: string @@ -17775,22 +17774,22 @@ components: nullable: true deviceOSType: type: string - description: The operating system used to accept the agreement. + description: The operating system used for accepting the agreement. nullable: true deviceOSVersion: type: string - description: The operating system version of the device used to accept the agreement. + description: The operating system version of the device used for accepting the agreement. 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: 'The expiration date time of the acceptance. 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''' + description: 'The expiration date time of the acceptance. 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 is 2014-01-01T00:00:00Z' 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: '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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true state: @@ -17805,7 +17804,7 @@ components: nullable: true userId: type: string - description: The identifier of the user who accepted the agreement. + description: ID of the user who accepted the agreement. nullable: true userPrincipalName: type: string @@ -17821,24 +17820,24 @@ components: properties: activationLockBypassCode: type: string - description: Code that allows the Activation Lock on a device to be bypassed. + description: Code that allows the Activation Lock on a device to be bypassed. This property is read-only. nullable: true androidSecurityPatchLevel: type: string - description: Android security patch level + description: Android security patch level. This property is read-only. nullable: true azureADDeviceId: type: string - description: The unique identifier for the Azure Active Directory device. Read only. + description: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. nullable: true azureADRegistered: type: boolean - description: Whether the device is Azure Active Directory registered. + description: Whether the device is Azure Active Directory registered. This property is read-only. nullable: true 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 + description: The DateTime when device compliance grace period expires. This property is read-only. format: date-time complianceState: $ref: '#/components/schemas/microsoft.graph.complianceState' @@ -17848,10 +17847,10 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.deviceActionResult' - description: List of ComplexType deviceActionResult objects. + description: List of ComplexType deviceActionResult objects. This property is read-only. deviceCategoryDisplayName: type: string - description: Device category display name + description: Device category display name. This property is read-only. nullable: true deviceEnrollmentType: $ref: '#/components/schemas/microsoft.graph.deviceEnrollmentType' @@ -17859,30 +17858,30 @@ components: $ref: '#/components/schemas/microsoft.graph.deviceHealthAttestationState' deviceName: type: string - description: Name of the device + description: Name of the device. This property is read-only. nullable: true deviceRegistrationState: $ref: '#/components/schemas/microsoft.graph.deviceRegistrationState' easActivated: type: boolean - description: Whether the device is Exchange ActiveSync activated. + description: Whether the device is Exchange ActiveSync activated. This property is read-only. 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. + description: Exchange ActivationSync activation time of the device. This property is read-only. format: date-time easDeviceId: type: string - description: Exchange ActiveSync Id of the device. + description: Exchange ActiveSync Id of the device. This property is read-only. nullable: true emailAddress: type: string - description: Email(s) for the user associated with the device + description: Email(s) for the user associated with the device. This property is read-only. 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. + description: Enrollment time of the device. This property is read-only. format: date-time exchangeAccessState: $ref: '#/components/schemas/microsoft.graph.deviceManagementExchangeAccessState' @@ -17891,30 +17890,30 @@ components: 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. + description: Last time the device contacted Exchange. This property is read-only. format: date-time freeStorageSpaceInBytes: type: integer - description: Free Storage in Bytes + description: Free Storage in Bytes. This property is read-only. format: int64 imei: type: string - description: IMEI + description: IMEI. This property is read-only. nullable: true isEncrypted: type: boolean - description: Device encryption status + description: Device encryption status. This property is read-only. isSupervised: type: boolean - description: Device supervised status + description: Device supervised status. This property is read-only. jailBroken: type: string - description: whether the device is jail broken or rooted. + description: whether the device is jail broken or rooted. This property is read-only. nullable: true 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. + description: The date and time that the device last completed a successful sync with Intune. This property is read-only. format: date-time managedDeviceName: type: string @@ -17926,65 +17925,65 @@ components: $ref: '#/components/schemas/microsoft.graph.managementAgentType' manufacturer: type: string - description: Manufacturer of the device + description: Manufacturer of the device. This property is read-only. nullable: true meid: type: string - description: MEID + description: MEID. This property is read-only. nullable: true model: type: string - description: Model of the device + description: Model of the device. This property is read-only. nullable: true operatingSystem: type: string - description: 'Operating system of the device. Windows, iOS, etc.' + description: 'Operating system of the device. Windows, iOS, etc. This property is read-only.' nullable: true osVersion: type: string - description: Operating system version of the device. + description: Operating system version of the device. This property is read-only. nullable: true partnerReportedThreatState: $ref: '#/components/schemas/microsoft.graph.managedDevicePartnerReportedHealthState' phoneNumber: type: string - description: Phone number of the device + description: Phone number of the device. This property is read-only. nullable: true remoteAssistanceSessionErrorDetails: type: string - description: An error string that identifies issues when creating Remote Assistance session objects. + description: An error string that identifies issues when creating Remote Assistance session objects. This property is read-only. nullable: true remoteAssistanceSessionUrl: type: string - description: Url that allows a Remote Assistance session to be established with the device. + description: Url that allows a Remote Assistance session to be established with the device. This property is read-only. nullable: true serialNumber: type: string - description: SerialNumber + description: SerialNumber. This property is read-only. nullable: true subscriberCarrier: type: string - description: Subscriber Carrier + description: Subscriber Carrier. This property is read-only. nullable: true totalStorageSpaceInBytes: type: integer - description: Total Storage in Bytes + description: Total Storage in Bytes. This property is read-only. format: int64 userDisplayName: type: string - description: User display name + description: User display name. This property is read-only. nullable: true userId: type: string - description: Unique Identifier for the user associated with the device + description: Unique Identifier for the user associated with the device. This property is read-only. nullable: true userPrincipalName: type: string - description: Device user principal name + description: Device user principal name. This property is read-only. nullable: true wiFiMacAddress: type: string - description: Wi-Fi MAC + description: Wi-Fi MAC. This property is read-only. nullable: true deviceCompliancePolicyStates: type: array @@ -18060,7 +18059,7 @@ components: 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 management service. + description: Zero or more policys already applied on the registered app when it last synchronized with managment service. intendedPolicies: type: array items: @@ -18107,7 +18106,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.plannerTask' - description: Read-only. Nullable. Returns the plannerPlans shared with the user. + description: Read-only. Nullable. Returns the plannerTasks assigned to the user. additionalProperties: type: object microsoft.graph.officeGraphInsights: @@ -18120,17 +18119,17 @@ components: 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.' + description: Access this property from the derived type itemInsights. 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.' + description: Access this property from the derived type itemInsights. 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.' + description: Access this property from the derived type itemInsights. additionalProperties: type: object microsoft.graph.userSettings: @@ -18277,7 +18276,7 @@ components: properties: activity: type: string - description: 'The supplemental information to a user''s availability. Possible values are Available, Away, BeRightBack, Busy, DoNotDisturb, InACall, InAConferenceCall, Inactive, InAMeeting, Offline, OffWork, OutOfOffice, PresenceUnknown, Presenting, UrgentInterruptionsOnly.' + description: 'The supplemental information to a user''s availability. Possible values are Available, Away, BeRightBack, Busy, DoNotDisturb, InACall, InAConferenceCall, Inactive,InAMeeting, Offline, OffWork,OutOfOffice, PresenceUnknown,Presenting, UrgentInterruptionsOnly.' nullable: true availability: type: string @@ -18489,11 +18488,11 @@ components: properties: content: type: string - description: The content of a comment reply. + description: The content of replied comment. nullable: true contentType: type: string - description: Indicates the type for the comment reply. + description: Indicates the type for the replied comment. additionalProperties: type: object microsoft.graph.Json: @@ -18579,7 +18578,7 @@ components: description: Represents whether the casing impacted the last sort of the table. Read-only. method: type: string - description: 'Represents Chinese character ordering method last used to sort the table. The possible values are: PinYin, StrokeCount. Read-only.' + description: 'Represents Chinese character ordering method last used to sort the table. Possible values are: PinYin, StrokeCount. Read-only.' additionalProperties: type: object microsoft.graph.workbookChart: @@ -18746,7 +18745,7 @@ components: 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.' + 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}$' @@ -18789,11 +18788,11 @@ components: properties: address: type: string - description: The email address of the person or entity. + description: The email address of an entity instance. nullable: true name: type: string - description: The display name of the person or entity. + description: The display name of an entity instance. nullable: true additionalProperties: type: object @@ -18908,10 +18907,10 @@ components: 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).' + description: 'A single point of time in a combined date and time representation ({date}T{time}). For example, ''2019-04-16T09:00:00''.' timeZone: type: string - description: 'Represents a time zone, for example, ''Pacific Standard Time''. See below for more possible values.' + description: 'Represents a time zone, for example, ''Pacific Standard Time''. See below for possible values.' nullable: true additionalProperties: type: object @@ -19064,7 +19063,7 @@ components: nullable: true name: type: string - description: The attachment's file name. + description: The display name of the attachment. This does not need to be the actual file name. nullable: true size: maximum: 2147483647 @@ -19733,14 +19732,14 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.plannerBucket' - description: Read-only. Nullable. Collection of buckets in the plan. + description: Collection of buckets in the plan. Read-only. Nullable. 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. + description: Collection of tasks in the plan. Read-only. Nullable. additionalProperties: type: object microsoft.graph.plannerTask: @@ -20041,7 +20040,7 @@ components: properties: messageId: type: string - description: The unique identifier of a message in a Microsoft Teams channel. + description: The unique identifier for a message in a Microsoft Teams channel. nullable: true replyChainMessageId: type: string @@ -20216,7 +20215,7 @@ components: nullable: true allowCreateUpdateChannels: type: boolean - description: 'If set to true, members can add and update channels.' + description: 'If set to true, members can add and update any channels.' nullable: true allowCreateUpdateRemoveConnectors: type: boolean @@ -20427,7 +20426,7 @@ components: 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.' + description: 'The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select.' assignedLicenses: type: array items: @@ -20464,7 +20463,7 @@ components: 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.' + 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).' nullable: true licenseProcessingState: $ref: '#/components/schemas/microsoft.graph.licenseProcessingState' @@ -20525,13 +20524,13 @@ components: 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. + description: The preferred language for a 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.' + 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 for 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 @@ -20548,7 +20547,7 @@ components: 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.' + description: 'Specifies a 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 @@ -20564,11 +20563,11 @@ components: 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. Supported only on the Get group API (GET /groups/{ID}).' + description: 'true if the group is not displayed in certain parts of the Outlook user interface: in the Address Book, in address lists for selecting message recipients, and in the Browse Groups dialog for searching groups; false otherwise. Default value is false. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}).' 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. Supported only on the Get group API (GET /groups/{ID}).' + description: 'true if the group is not displayed in Outlook clients, such as Outlook for Windows and Outlook on the web, false otherwise. Default value is false. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}).' nullable: true isSubscribedByMail: type: boolean @@ -20578,7 +20577,7 @@ components: 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. Supported only on the Get group API (GET /groups/{ID}).' + description: 'Count of conversations that have received new posts since the signed-in user last visited the group. This property is the same as unseenConversationsCount.Returned only on $select. Supported only on the Get group API (GET /groups/{ID}).' format: int32 nullable: true isArchived: @@ -20595,12 +20594,12 @@ components: 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.' + description: 'Groups and administrative units 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.' + description: 'Users, contacts, and groups that are members of this group. HTTP Methods: GET (supported for all groups), POST (supported for security groups and mail-enabled security groups), DELETE (supported only for security groups) Read-only. Nullable.' membersWithLicenseErrors: type: array items: @@ -20610,7 +20609,7 @@ components: 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.' + description: 'The owners of the group. The owners are a set of non-admin users who are allowed to modify this object. HTTP Methods: GET (supported for all groups), POST (supported for security groups and mail-enabled security groups), DELETE (supported only for security groups) Read-only. Nullable.' permissionGrants: type: array items: @@ -20619,7 +20618,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.groupSetting' - description: Read-only. Nullable. + description: 'Settings that can govern this group''s behavior, like whether members can invite guest users to the group. Nullable.' transitiveMemberOf: type: array items: @@ -20649,7 +20648,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.event' - description: The group's calendar events. + description: The group's events. photo: $ref: '#/components/schemas/microsoft.graph.profilePhoto' photos: @@ -20842,7 +20841,7 @@ components: nullable: true dataOption: type: string - description: 'Represents additional sorting options for this field. The possible values are: Normal, TextAsNumber.' + description: 'Represents additional sorting options for this field. Possible values are: Normal, TextAsNumber.' icon: $ref: '#/components/schemas/microsoft.graph.workbookIcon' key: @@ -20853,7 +20852,7 @@ components: format: int32 sortOn: type: string - description: 'Represents the type of sorting of this condition. The possible values are: Value, CellColor, FontColor, Icon.' + description: 'Represents the type of sorting of this condition. Possible values are: Value, CellColor, FontColor, Icon.' additionalProperties: type: object microsoft.graph.workbookChartAxes: @@ -21165,7 +21164,7 @@ components: 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.' + description: 'A collection of the days of the week on which the event occurs. 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: @@ -21272,7 +21271,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.recipient' - description: The email addresses to which a message should be redirected. + description: The email address to which a message should be redirected. stopProcessingRules: type: boolean description: Indicates whether subsequent rules should be evaluated. @@ -21929,7 +21928,7 @@ components: properties: accountEnabled: type: boolean - description: 'true if the account is enabled; otherwise, false. Required.' + description: 'true if the account is enabled; otherwise, false. default is true.' nullable: true alternativeSecurityIds: type: array @@ -21950,7 +21949,7 @@ components: nullable: true deviceId: type: string - description: Unique identifier set by Azure Device Registration Service at the time of registration. + description: Identifier set by Azure Device Registration Service at the time of registration. nullable: true deviceMetadata: type: string @@ -21995,7 +21994,7 @@ components: nullable: true operatingSystemVersion: type: string - description: The version of the operating system on the device. Required. + description: Operating system version of the device. Required. nullable: true physicalIds: type: array @@ -22013,7 +22012,7 @@ components: 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 devices), AzureAd (Cloud only joined devices), ServerAd (on-premises domain joined devices joined to Azure AD). For more details, see Introduction to device management in Azure Active Directory' + description: 'Type of trust for the joined device. Read-only. Possible values: Workplace (indicates bring your own personal devices), AzureAd (Cloud only joined devices), ServerAd (on-premises domain joined devices joined to Azure AD). For more details, see Introduction to device management in Azure Active Directory' nullable: true memberOf: type: array @@ -22074,11 +22073,11 @@ components: nullable: true recipientUserId: type: string - description: User ID of the recipient of the offer shift request. + 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. + description: User id of the sender of the offer shift request. nullable: true additionalProperties: type: object @@ -22160,7 +22159,7 @@ components: properties: recipientShiftId: type: string - description: ShiftId for the recipient user with whom the request is to swap. + description: Shift ID for the recipient user with whom the request is to swap. nullable: true additionalProperties: type: object @@ -22246,12 +22245,12 @@ components: $ref: '#/components/schemas/microsoft.graph.channelIdentity' chatId: type: string - description: The identity of the chat in which the message was posted. + description: 'If the message was sent in a chat, represents the identity of the chat.' 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. + description: Timestamp of when the chat message was created. format: date-time nullable: true deletedDateTime: @@ -22271,18 +22270,18 @@ components: 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. + description: Read only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the 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.' + description: 'Read only. Timestamp when the chat message is created (initial setting) or modified, 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. + description: Locale of the chat message set by the client. Always set to en-us. mentions: type: array items: @@ -22299,7 +22298,7 @@ components: description: 'Reactions for this chat message (for example, Like).' 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) + 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 @@ -22311,15 +22310,18 @@ components: nullable: true webUrl: type: string + description: Read-only. Link to the message in Microsoft Teams. nullable: true hostedContents: type: array items: $ref: '#/components/schemas/microsoft.graph.chatMessageHostedContent' + description: 'Content in a message hosted by Microsoft Teams e.g. images, code snippets etc.' replies: type: array items: $ref: '#/components/schemas/microsoft.graph.chatMessage' + description: Replies for a specified message. additionalProperties: type: object microsoft.graph.teamsTab: @@ -22373,18 +22375,23 @@ components: properties: clientAppId: type: string + description: ID of the service principal of the Azure AD app that has been granted access. Read-only. nullable: true clientId: type: string + description: ID of the Azure AD app that has been granted access. Read-only. nullable: true permission: type: string + description: The name of the permission. Read-only. nullable: true permissionType: type: string + description: 'The type of permission. Possible values are: Application,Delegated. Read-only.' nullable: true resourceAppId: type: string + description: ID of the Azure AD app that is hosting the resource. Read-only. nullable: true additionalProperties: type: object @@ -22575,7 +22582,7 @@ components: nullable: true teamsAppId: type: string - description: The ID from the Teams app manifest. + description: The id from the Teams App manifest. nullable: true version: type: string @@ -22763,7 +22770,7 @@ components: format: int32 set: type: string - description: 'Represents the set that the icon is part of. The possible values are: Invalid, ThreeArrows, ThreeArrowsGray, ThreeFlags, ThreeTrafficLights1, ThreeTrafficLights2, ThreeSigns, ThreeSymbols, ThreeSymbols2, FourArrows, FourArrowsGray, FourRedToBlack, FourRating, FourTrafficLights, FiveArrows, FiveArrowsGray, FiveRating, FiveQuarters, ThreeStars, ThreeTriangles, FiveBoxes.' + description: 'Represents the set that the icon is part of. Possible values are: Invalid, ThreeArrows, ThreeArrowsGray, ThreeFlags, ThreeTrafficLights1, ThreeTrafficLights2, ThreeSigns, ThreeSymbols, ThreeSymbols2, FourArrows, FourArrowsGray, FourRedToBlack, FourRating, FourTrafficLights, FiveArrows, FiveArrowsGray, FiveRating, FiveQuarters, ThreeStars, ThreeTriangles, FiveBoxes.' additionalProperties: type: object microsoft.graph.workbookChartAxis: @@ -23204,7 +23211,7 @@ components: nullable: true contentType: type: string - description: 'The media type of the content attachment. It can have the following values: reference: Attachment is a link to another file. Populate the contentURL with the link to the object.file: Raw file attachment. Populate the contenturl field with the base64 encoding of the file in data: format.image/: Image type with the type of the image specified ex: image/png, image/jpeg, image/gif. Populate the contentUrl field with the base64 encoding of the file in data: format.video/: Video type with the format specified. Ex: video/mp4. Populate the contentUrl field with the base64 encoding of the file in data: format.audio/: Audio type with the format specified. Ex: audio/wmw. Populate the contentUrl field with the base64 encoding of the file in data: format.application/card type: Rich card attachment type with the card type specifying the exact card format to use. Set content with the json format of the card. Supported values for card type include:application/vnd.microsoft.card.adaptive: A rich card that can contain any combination of text, speech, images,,buttons, and input fields. Set the content property to,an AdaptiveCard object.application/vnd.microsoft.card.animation: A rich card that plays animation. Set the content property,to an AnimationCardobject.application/vnd.microsoft.card.audio: A rich card that plays audio files. Set the content property,to an AudioCard object.application/vnd.microsoft.card.video: A rich card that plays videos. Set the content property,to a VideoCard object.application/vnd.microsoft.card.hero: A Hero card. Set the content property to a HeroCard object.application/vnd.microsoft.card.thumbnail: A Thumbnail card. Set the content property to a ThumbnailCard object.application/vnd.microsoft.com.card.receipt: A Receipt card. Set the content property to a ReceiptCard object.application/vnd.microsoft.com.card.signin: A user Sign In card. Set the content property to a SignInCard object.' + description: 'The media type of the content attachment. It can have the following values: reference: Attachment is a link to another file. Populate the contentURL with the link to the object.Any contentTypes supported by the Bot Framework''s Attachment objectapplication/vnd.microsoft.card.codesnippet: A code snippet. application/vnd.microsoft.card.announcement: An announcement header.' nullable: true contentUrl: type: string @@ -23342,7 +23349,7 @@ components: properties: name: type: string - description: Name of the setting (as defined by the groupSettingTemplate). + description: Name of the setting (as defined by the directorySettingTemplate). nullable: true value: type: string @@ -23387,7 +23394,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.attachment' - description: Read-only. Nullable. + description: 'The collection of fileAttachment, itemAttachment, and referenceAttachment attachments for the post. Read-only. Nullable.' extensions: type: array items: @@ -23658,7 +23665,7 @@ components: nullable: true contentType: type: string - description: 'Write only. Content type. sicj as image/png, image/jpg.' + description: 'Write only. Content type, such as image/png, image/jpg.' nullable: true additionalProperties: type: object diff --git a/openApiDocs/v1.0/Teams.yml b/openApiDocs/v1.0/Teams.yml index 8246ab9b8a1..24d3555fcdb 100644 --- a/openApiDocs/v1.0/Teams.yml +++ b/openApiDocs/v1.0/Teams.yml @@ -14000,7 +14000,7 @@ components: nullable: true teamsAppId: type: string - description: The ID from the Teams app manifest. + description: The id from the Teams App manifest. nullable: true version: type: string @@ -14115,12 +14115,12 @@ components: $ref: '#/components/schemas/microsoft.graph.channelIdentity' chatId: type: string - description: The identity of the chat in which the message was posted. + description: 'If the message was sent in a chat, represents the identity of the chat.' 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. + description: Timestamp of when the chat message was created. format: date-time nullable: true deletedDateTime: @@ -14140,18 +14140,18 @@ components: 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. + description: Read only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the 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.' + description: 'Read only. Timestamp when the chat message is created (initial setting) or modified, 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. + description: Locale of the chat message set by the client. Always set to en-us. mentions: type: array items: @@ -14168,7 +14168,7 @@ components: description: 'Reactions for this chat message (for example, Like).' 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) + 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 @@ -14180,15 +14180,18 @@ components: nullable: true webUrl: type: string + description: Read-only. Link to the message in Microsoft Teams. nullable: true hostedContents: type: array items: $ref: '#/components/schemas/microsoft.graph.chatMessageHostedContent' + description: 'Content in a message hosted by Microsoft Teams e.g. images, code snippets etc.' replies: type: array items: $ref: '#/components/schemas/microsoft.graph.chatMessage' + description: Replies for a specified message. additionalProperties: type: object microsoft.graph.chatMessageHostedContent: @@ -14497,7 +14500,7 @@ components: 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.' + description: 'The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select.' assignedLicenses: type: array items: @@ -14534,7 +14537,7 @@ components: 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.' + 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).' nullable: true licenseProcessingState: $ref: '#/components/schemas/microsoft.graph.licenseProcessingState' @@ -14595,13 +14598,13 @@ components: 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. + description: The preferred language for a 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.' + 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 for 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 @@ -14618,7 +14621,7 @@ components: 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.' + description: 'Specifies a 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 @@ -14634,11 +14637,11 @@ components: 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. Supported only on the Get group API (GET /groups/{ID}).' + description: 'true if the group is not displayed in certain parts of the Outlook user interface: in the Address Book, in address lists for selecting message recipients, and in the Browse Groups dialog for searching groups; false otherwise. Default value is false. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}).' 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. Supported only on the Get group API (GET /groups/{ID}).' + description: 'true if the group is not displayed in Outlook clients, such as Outlook for Windows and Outlook on the web, false otherwise. Default value is false. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}).' nullable: true isSubscribedByMail: type: boolean @@ -14648,7 +14651,7 @@ components: 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. Supported only on the Get group API (GET /groups/{ID}).' + description: 'Count of conversations that have received new posts since the signed-in user last visited the group. This property is the same as unseenConversationsCount.Returned only on $select. Supported only on the Get group API (GET /groups/{ID}).' format: int32 nullable: true isArchived: @@ -14665,12 +14668,12 @@ components: 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.' + description: 'Groups and administrative units 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.' + description: 'Users, contacts, and groups that are members of this group. HTTP Methods: GET (supported for all groups), POST (supported for security groups and mail-enabled security groups), DELETE (supported only for security groups) Read-only. Nullable.' membersWithLicenseErrors: type: array items: @@ -14680,7 +14683,7 @@ components: 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.' + description: 'The owners of the group. The owners are a set of non-admin users who are allowed to modify this object. HTTP Methods: GET (supported for all groups), POST (supported for security groups and mail-enabled security groups), DELETE (supported only for security groups) Read-only. Nullable.' permissionGrants: type: array items: @@ -14689,7 +14692,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.groupSetting' - description: Read-only. Nullable. + description: 'Settings that can govern this group''s behavior, like whether members can invite guest users to the group. Nullable.' transitiveMemberOf: type: array items: @@ -14719,7 +14722,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.event' - description: The group's calendar events. + description: The group's events. photo: $ref: '#/components/schemas/microsoft.graph.profilePhoto' photos: @@ -14928,11 +14931,11 @@ components: nullable: true recipientUserId: type: string - description: User ID of the recipient of the offer shift request. + 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. + description: User id of the sender of the offer shift request. nullable: true additionalProperties: type: object @@ -15014,7 +15017,7 @@ components: properties: recipientShiftId: type: string - description: ShiftId for the recipient user with whom the request is to swap. + description: Shift ID for the recipient user with whom the request is to swap. nullable: true additionalProperties: type: object @@ -15204,7 +15207,7 @@ components: nullable: true contentType: type: string - description: 'The media type of the content attachment. It can have the following values: reference: Attachment is a link to another file. Populate the contentURL with the link to the object.file: Raw file attachment. Populate the contenturl field with the base64 encoding of the file in data: format.image/: Image type with the type of the image specified ex: image/png, image/jpeg, image/gif. Populate the contentUrl field with the base64 encoding of the file in data: format.video/: Video type with the format specified. Ex: video/mp4. Populate the contentUrl field with the base64 encoding of the file in data: format.audio/: Audio type with the format specified. Ex: audio/wmw. Populate the contentUrl field with the base64 encoding of the file in data: format.application/card type: Rich card attachment type with the card type specifying the exact card format to use. Set content with the json format of the card. Supported values for card type include:application/vnd.microsoft.card.adaptive: A rich card that can contain any combination of text, speech, images,,buttons, and input fields. Set the content property to,an AdaptiveCard object.application/vnd.microsoft.card.animation: A rich card that plays animation. Set the content property,to an AnimationCardobject.application/vnd.microsoft.card.audio: A rich card that plays audio files. Set the content property,to an AudioCard object.application/vnd.microsoft.card.video: A rich card that plays videos. Set the content property,to a VideoCard object.application/vnd.microsoft.card.hero: A Hero card. Set the content property to a HeroCard object.application/vnd.microsoft.card.thumbnail: A Thumbnail card. Set the content property to a ThumbnailCard object.application/vnd.microsoft.com.card.receipt: A Receipt card. Set the content property to a ReceiptCard object.application/vnd.microsoft.com.card.signin: A user Sign In card. Set the content property to a SignInCard object.' + description: 'The media type of the content attachment. It can have the following values: reference: Attachment is a link to another file. Populate the contentURL with the link to the object.Any contentTypes supported by the Bot Framework''s Attachment objectapplication/vnd.microsoft.card.codesnippet: A code snippet. application/vnd.microsoft.card.announcement: An announcement header.' nullable: true contentUrl: type: string @@ -15320,7 +15323,7 @@ components: nullable: true contentType: type: string - description: 'Write only. Content type. sicj as image/png, image/jpg.' + description: 'Write only. Content type, such as image/png, image/jpg.' nullable: true additionalProperties: type: object @@ -15406,7 +15409,7 @@ components: nullable: true allowCreateUpdateChannels: type: boolean - description: 'If set to true, members can add and update channels.' + description: 'If set to true, members can add and update any channels.' nullable: true allowCreateUpdateRemoveConnectors: type: boolean @@ -15693,12 +15696,12 @@ components: nullable: true latitude: type: number - description: 'Optional. The latitude, in decimal, for the item. Read-only.' + description: 'Optional. The latitude, in decimal, for the item. Writable on OneDrive Personal.' format: double nullable: true longitude: type: number - description: 'Optional. The longitude, in decimal, for the item. Read-only.' + description: 'Optional. The longitude, in decimal, for the item. Writable on OneDrive Personal.' format: double nullable: true additionalProperties: @@ -15770,7 +15773,7 @@ components: 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. + description: The date and time the photo was taken in UTC time. Read-only. format: date-time nullable: true additionalProperties: @@ -16020,7 +16023,7 @@ components: 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.' + 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. Nullable.' tables: type: array items: @@ -16109,7 +16112,7 @@ components: 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. + description: 'A unique token that can be used to access this shared item via the [shares API][]. Read-only.' nullable: true additionalProperties: type: object @@ -16125,14 +16128,14 @@ components: 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.' + description: '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. Required. 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. + description: Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 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. Optional. 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.' + 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 @@ -16140,12 +16143,12 @@ components: nullable: true encryptionCertificateId: type: string - description: A custom app-provided identifier to help identify the certificate needed to decrypt resource data. Optional. + description: A custom app-provided identifier to help identify the certificate needed to decrypt resource data. Optional. Required when includeResourceData is true. 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.' + description: '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. Required.' format: date-time includeResourceData: type: boolean @@ -16165,10 +16168,10 @@ components: 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. + description: The URL of the endpoint that receives the change notifications. This URL must make use of the HTTPS protocol. Required. 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. + description: Specifies the resource that will be monitored for changes. Do not include the base URL (https://graph.microsoft.com/beta/). See the possible resource path values for each supported resource. Required. additionalProperties: type: object microsoft.graph.thumbnailSet: @@ -16195,7 +16198,6 @@ components: properties: content: type: string - description: The content stream for this version of the item. format: base64url nullable: true size: @@ -16337,18 +16339,23 @@ components: properties: clientAppId: type: string + description: ID of the service principal of the Azure AD app that has been granted access. Read-only. nullable: true clientId: type: string + description: ID of the Azure AD app that has been granted access. Read-only. nullable: true permission: type: string + description: The name of the permission. Read-only. nullable: true permissionType: type: string + description: 'The type of permission. Possible values are: Application,Delegated. Read-only.' nullable: true resourceAppId: type: string + description: ID of the Azure AD app that is hosting the resource. Read-only. nullable: true additionalProperties: type: object @@ -16387,15 +16394,15 @@ components: 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.' 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.' + 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, through an Outlook client or the corresponding calendarPermission resource. Read-only.' 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.' + description: 'true if the user has the permission to share the calendar, false otherwise. Only the user who created the calendar can share it. Read-only.' nullable: true canViewPrivateItems: type: boolean - description: 'true if the user can read calendar items that have been marked private, false otherwise.' + description: 'true if the user can read calendar items that have been marked private, false otherwise. This property is set through an Outlook client or the corresponding calendarPermission resource. Read-only.' nullable: true changeKey: type: string @@ -16407,7 +16414,7 @@ components: $ref: '#/components/schemas/microsoft.graph.onlineMeetingProviderType' hexColor: type: string - description: 'The calendar color, expressed in a hex color code of three hexadecimal values, each ranging from 00 to FF and representing the red, green, or blue components of the color in the RGB color space. If the user has never explicitly set a color for the calendar, this property is empty. Read-only.' + description: 'The calendar color, expressed in a hex color code of three hexadecimal values, each ranging from 00 to FF and representing the red, green, or blue components of the color in the RGB color space. If the user has never explicitly set a color for the calendar, this property is empty.' nullable: true isDefaultCalendar: type: boolean @@ -16589,19 +16596,19 @@ components: 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. + description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' calendar: $ref: '#/components/schemas/microsoft.graph.calendar' extensions: type: array items: $ref: '#/components/schemas/microsoft.graph.extension' - description: The collection of open extensions defined for the event. Read-only. Nullable. + description: The collection of open extensions defined for the event. Nullable. instances: type: array items: $ref: '#/components/schemas/microsoft.graph.event' - description: The instances of the event. Navigation property. Read-only. Nullable. + description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but does not include occurrences that have been cancelled from the series. Navigation property. Read-only. Nullable.' multiValueExtendedProperties: type: array items: @@ -17206,30 +17213,30 @@ components: properties: accountEnabled: type: boolean - description: 'true if the account is enabled; otherwise, false. This property is required when a user is created. Supports $filter.' + description: 'true if the account is enabled; otherwise, false. This property is required when a user is created. Returned only on $select. 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.' + 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. Returned only on $select.' nullable: true assignedLicenses: type: array items: $ref: '#/components/schemas/microsoft.graph.assignedLicense' - description: The licenses that are assigned to the user. Returned only on $select. Not nullable. Supports $filter. + description: The licenses that are assigned to the user. Not nullable. Supports $filter. assignedPlans: type: array items: $ref: '#/components/schemas/microsoft.graph.assignedPlan' - description: The plans that are assigned to the user. Read-only. Not nullable. + description: The plans that are assigned to the user. Returned only on $select. 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. Read-only for users synced from on-premises directory. Returned by default.' + description: The telephone numbers for the user. Only one number can be set for this property. Returned by default. Read-only for users synced from on-premises directory. city: type: string - description: The city in which the user is located. Supports $filter. + description: The city in which the user is located. Returned only on $select. Supports $filter. nullable: true companyName: type: string @@ -17237,29 +17244,29 @@ components: 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.' + 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. Returned only on $select.' nullable: true country: type: string - description: 'The country/region in which the user is located; for example, ''US'' or ''UK''. Supports $filter.' + description: 'The country/region in which the user is located; for example, ''US'' or ''UK''. Returned only on $select. 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. + description: The date and time the user was created. The value cannot be modified and is automatically populated when the entity is created. The DateTimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. Property is nullable. A null value indicates that an accurate creation time couldn't be determined for the user. Returned only on $select. Read-only. Supports $filter. 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.' + 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). Returned only on $select. Read-only.' nullable: true department: type: string - description: The name for the department in which the user works. Supports $filter. + description: The name for the department in which the user works. Returned only on $select. Supports $filter. nullable: true 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. Returned by default. Supports $filter and $orderby.' + description: 'The name displayed in the address book for the user. This value 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. Returned by default. 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])$' @@ -17289,7 +17296,7 @@ components: nullable: true faxNumber: type: string - description: The fax number of the user. + description: The fax number of the user. Returned only on $select. nullable: true givenName: type: string @@ -17299,7 +17306,7 @@ components: 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.' + 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. Returned only on $select. Supports $filter.' imAddresses: type: array items: @@ -17317,29 +17324,29 @@ components: 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 is 2014-01-01T00:00:00Z' + description: 'The time when this Azure AD user last changed their password. 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 is 2014-01-01T00:00:00Z Returned only on $select. Read-only.' 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.' + 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. Returned only on $select.' nullable: true licenseAssignmentStates: type: array items: $ref: '#/components/schemas/microsoft.graph.licenseAssignmentState' - description: State of license assignments for this user. Read-only. + description: State of license assignments for this user. Returned only on $select. Read-only. mail: type: string description: 'The SMTP address for the user, for example, ''jeff@contoso.onmicrosoft.com''. Returned by default. Supports $filter and endsWith.' nullable: true mailNickname: type: string - description: The mail alias for the user. This property must be specified when a user is created. Supports $filter. + description: The mail alias for the user. This property must be specified when a user is created. Returned only on $select. Supports $filter. nullable: true mobilePhone: type: string - description: The primary cellular telephone number for the user. Read-only for users synced from on-premises directory. Returned by default. + description: The primary cellular telephone number for the user. Returned by default. Read-only for users synced from on-premises directory. nullable: true officeLocation: type: string @@ -17347,59 +17354,59 @@ components: 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. + 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. Returned only on $select. 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.' + 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. Returned only on $select. 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.' + 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. Returned only on $select. 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 is 2014-01-01T00:00:00Z. Read-only.' + 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 is 2014-01-01T00:00:00Z. Returned only on $select. 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. + description: Errors when using Microsoft synchronization product during provisioning. Returned only on $select. 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. + 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. Returned only on $select. 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. + description: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Returned only on $select. 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 + 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). Returned only on $select. 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. + 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. Returned only on $select. 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.' + description: 'A list of additional email addresses for the user; for example: [''bob@contoso.com'', ''Robert@fabrikam.com''].Returned only on $select. 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''.' + 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''.Returned only on $select.' 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.' + 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. Returned only on $select.' nullable: true preferredLanguage: type: string @@ -17409,29 +17416,29 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.provisionedPlan' - description: The plans that are provisioned for the user. Read-only. Not nullable. + description: The plans that are provisioned for the user. Returned only on $select. 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.' + description: 'For example: [''SMTP: bob@contoso.com'', ''smtp: bob@sales.contoso.com''] The any operator is required for filter expressions on multi-valued properties. Returned only on $select. Read-only, Not nullable. Supports $filter.' 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.' + 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. Returned only on $select.' 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.' + 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. Use revokeSignInSessions to reset.' format: date-time nullable: true state: type: string - description: The state or province in the user's address. Supports $filter. + description: The state or province in the user's address. Returned only on $select. Supports $filter. nullable: true streetAddress: type: string - description: The street address of the user's place of business. + description: The street address of the user's place of business. Returned only on $select. nullable: true surname: type: string @@ -17439,7 +17446,7 @@ components: 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.' + 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. Returned only on $select. Supports $filter.' nullable: true userPrincipalName: type: string @@ -17447,7 +17454,7 @@ components: 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.' + description: 'A string value that can be used to classify user types in your directory, such as ''Member'' and ''Guest''. Returned only on $select. Supports $filter.' nullable: true mailboxSettings: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' @@ -17459,12 +17466,12 @@ components: format: int32 aboutMe: type: string - description: A freeform text entry field for the user to describe themselves. + description: A freeform text entry field for the user to describe themselves. Returned only on $select. 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 is 2014-01-01T00:00:00Z' + 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 is 2014-01-01T00:00:00Z Returned only on $select.' 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])$' @@ -17476,39 +17483,39 @@ components: items: type: string nullable: true - description: A list for the user to describe their interests. + description: A list for the user to describe their interests. Returned only on $select. mySite: type: string - description: The URL for the user's personal site. + description: The URL for the user's personal site. Returned only on $select. nullable: true pastProjects: type: array items: type: string nullable: true - description: A list for the user to enumerate their past projects. + description: A list for the user to enumerate their past projects. Returned only on $select. preferredName: type: string - description: The preferred name for the user. + description: The preferred name for the user. Returned only on $select. nullable: true responsibilities: type: array items: type: string nullable: true - description: A list for the user to enumerate their responsibilities. + description: A list for the user to enumerate their responsibilities. Returned only on $select. schools: type: array items: type: string nullable: true - description: A list for the user to enumerate the schools they have attended. + description: A list for the user to enumerate the schools they have attended. Returned only on $select. skills: type: array items: type: string nullable: true - description: A list for the user to enumerate their skills. + description: A list for the user to enumerate their skills. Returned only on $select. appRoleAssignments: type: array items: @@ -17535,7 +17542,7 @@ components: 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. + description: 'The groups, directory roles and administrative units that the user is a member of. Read-only. Nullable.' oauth2PermissionGrants: type: array items: @@ -17595,7 +17602,7 @@ components: 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. + description: The user's events. Default is to show events under the Default Calendar. Read-only. Nullable. inferenceClassification: $ref: '#/components/schemas/microsoft.graph.inferenceClassification' mailFolders: @@ -17614,7 +17621,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.person' - description: People that are relevant to the user. Read-only. Nullable. + description: 'Read-only. The most relevant people to the user. The collection is ordered by their relevance to the user, which is determined by the user''s communication, collaboration and business relationships. A person is an aggregation of information from across mail, contacts and social networks.' photo: $ref: '#/components/schemas/microsoft.graph.profilePhoto' photos: @@ -17637,7 +17644,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.extension' - description: The collection of open extensions defined for the user. Read-only. Nullable. + description: The collection of open extensions defined for the user. Nullable. agreementAcceptances: type: array items: @@ -17697,7 +17704,7 @@ components: properties: crc32Hash: type: string - description: The CRC32 value of the file in little endian (if available). Read-only. + description: The CRC32 value of the file (if available). Read-only. nullable: true quickXorHash: type: string @@ -17762,7 +17769,7 @@ components: properties: content: type: string - description: The content of comment. + description: The content of the comment. nullable: true contentType: type: string @@ -17800,7 +17807,7 @@ components: 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.' + description: 'Indicates what type of reference is associated with the name. Possible values are: String, Integer, Double, Boolean, Range. Read-only.' nullable: true value: $ref: '#/components/schemas/microsoft.graph.Json' @@ -17864,7 +17871,7 @@ components: 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.' + description: 'Constant value that represents the Table style. 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 @@ -18101,7 +18108,7 @@ components: properties: name: type: string - description: Name of the setting (as defined by the groupSettingTemplate). + description: Name of the setting (as defined by the directorySettingTemplate). nullable: true value: type: string @@ -18138,11 +18145,11 @@ components: properties: address: type: string - description: The email address of the person or entity. + description: The email address of an entity instance. nullable: true name: type: string - description: The display name of the person or entity. + description: The display name of an entity instance. nullable: true additionalProperties: type: object @@ -18245,10 +18252,10 @@ components: 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).' + description: 'A single point of time in a combined date and time representation ({date}T{time}). For example, ''2019-04-16T09:00:00''.' timeZone: type: string - description: 'Represents a time zone, for example, ''Pacific Standard Time''. See below for more possible values.' + description: 'Represents a time zone, for example, ''Pacific Standard Time''. See below for possible values.' nullable: true additionalProperties: type: object @@ -18401,7 +18408,7 @@ components: nullable: true name: type: string - description: The attachment's file name. + description: The display name of the attachment. This does not need to be the actual file name. nullable: true size: maximum: 2147483647 @@ -18448,7 +18455,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.attachment' - description: Read-only. Nullable. + description: 'The collection of fileAttachment, itemAttachment, and referenceAttachment attachments for the post. Read-only. Nullable.' extensions: type: array items: @@ -18722,14 +18729,14 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.plannerBucket' - description: Read-only. Nullable. Collection of buckets in the plan. + description: Collection of buckets in the plan. Read-only. Nullable. 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. + description: Collection of tasks in the plan. Read-only. Nullable. additionalProperties: type: object microsoft.graph.notebook: @@ -19025,12 +19032,12 @@ components: 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. 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 is 2014-01-01T00:00:00Z.' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true capabilityStatus: type: string - description: 'Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. See a detailed description of each value.' + description: 'Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut.' nullable: true service: type: string @@ -19180,7 +19187,7 @@ components: properties: forceChangePasswordNextSignIn: type: boolean - description: true if the user must change her password on the next login; otherwise false. + description: 'If true, at next sign-in, the user must change their password. After a password change, this property will be automatically reset to false. If not set, default is false.' nullable: true forceChangePasswordNextSignInWithMfa: type: boolean @@ -19216,7 +19223,7 @@ components: properties: archiveFolder: type: string - description: Folder ID of an archive folder for the user. + description: Folder ID of an archive folder for the user. Read only. nullable: true automaticRepliesSetting: $ref: '#/components/schemas/microsoft.graph.automaticRepliesSetting' @@ -19515,7 +19522,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.extension' - description: The collection of open extensions defined for the contact. Read-only. Nullable. + description: The collection of open extensions defined for the contact. Nullable. multiValueExtendedProperties: type: array items: @@ -19620,7 +19627,7 @@ components: $ref: '#/components/schemas/microsoft.graph.itemBody' bodyPreview: type: string - description: The first 255 characters of the message body. It is in text format. + description: 'The first 255 characters of the message body. It is in text format. If the message contains instances of mention, this property would contain a concatenation of these mentions as well.' nullable: true ccRecipients: type: array @@ -19840,11 +19847,11 @@ components: properties: agreementFileId: type: string - description: The identifier of the agreement file accepted by the user. + description: ID of the agreement file accepted by the user. nullable: true agreementId: type: string - description: The identifier of the agreement. + description: ID of the agreement. nullable: true deviceDisplayName: type: string @@ -19856,22 +19863,22 @@ components: nullable: true deviceOSType: type: string - description: The operating system used to accept the agreement. + description: The operating system used for accepting the agreement. nullable: true deviceOSVersion: type: string - description: The operating system version of the device used to accept the agreement. + description: The operating system version of the device used for accepting the agreement. 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: 'The expiration date time of the acceptance. 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''' + description: 'The expiration date time of the acceptance. 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 is 2014-01-01T00:00:00Z' 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: '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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true state: @@ -19886,7 +19893,7 @@ components: nullable: true userId: type: string - description: The identifier of the user who accepted the agreement. + description: ID of the user who accepted the agreement. nullable: true userPrincipalName: type: string @@ -19902,24 +19909,24 @@ components: properties: activationLockBypassCode: type: string - description: Code that allows the Activation Lock on a device to be bypassed. + description: Code that allows the Activation Lock on a device to be bypassed. This property is read-only. nullable: true androidSecurityPatchLevel: type: string - description: Android security patch level + description: Android security patch level. This property is read-only. nullable: true azureADDeviceId: type: string - description: The unique identifier for the Azure Active Directory device. Read only. + description: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. nullable: true azureADRegistered: type: boolean - description: Whether the device is Azure Active Directory registered. + description: Whether the device is Azure Active Directory registered. This property is read-only. nullable: true 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 + description: The DateTime when device compliance grace period expires. This property is read-only. format: date-time complianceState: $ref: '#/components/schemas/microsoft.graph.complianceState' @@ -19929,10 +19936,10 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.deviceActionResult' - description: List of ComplexType deviceActionResult objects. + description: List of ComplexType deviceActionResult objects. This property is read-only. deviceCategoryDisplayName: type: string - description: Device category display name + description: Device category display name. This property is read-only. nullable: true deviceEnrollmentType: $ref: '#/components/schemas/microsoft.graph.deviceEnrollmentType' @@ -19940,30 +19947,30 @@ components: $ref: '#/components/schemas/microsoft.graph.deviceHealthAttestationState' deviceName: type: string - description: Name of the device + description: Name of the device. This property is read-only. nullable: true deviceRegistrationState: $ref: '#/components/schemas/microsoft.graph.deviceRegistrationState' easActivated: type: boolean - description: Whether the device is Exchange ActiveSync activated. + description: Whether the device is Exchange ActiveSync activated. This property is read-only. 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. + description: Exchange ActivationSync activation time of the device. This property is read-only. format: date-time easDeviceId: type: string - description: Exchange ActiveSync Id of the device. + description: Exchange ActiveSync Id of the device. This property is read-only. nullable: true emailAddress: type: string - description: Email(s) for the user associated with the device + description: Email(s) for the user associated with the device. This property is read-only. 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. + description: Enrollment time of the device. This property is read-only. format: date-time exchangeAccessState: $ref: '#/components/schemas/microsoft.graph.deviceManagementExchangeAccessState' @@ -19972,30 +19979,30 @@ components: 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. + description: Last time the device contacted Exchange. This property is read-only. format: date-time freeStorageSpaceInBytes: type: integer - description: Free Storage in Bytes + description: Free Storage in Bytes. This property is read-only. format: int64 imei: type: string - description: IMEI + description: IMEI. This property is read-only. nullable: true isEncrypted: type: boolean - description: Device encryption status + description: Device encryption status. This property is read-only. isSupervised: type: boolean - description: Device supervised status + description: Device supervised status. This property is read-only. jailBroken: type: string - description: whether the device is jail broken or rooted. + description: whether the device is jail broken or rooted. This property is read-only. nullable: true 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. + description: The date and time that the device last completed a successful sync with Intune. This property is read-only. format: date-time managedDeviceName: type: string @@ -20007,65 +20014,65 @@ components: $ref: '#/components/schemas/microsoft.graph.managementAgentType' manufacturer: type: string - description: Manufacturer of the device + description: Manufacturer of the device. This property is read-only. nullable: true meid: type: string - description: MEID + description: MEID. This property is read-only. nullable: true model: type: string - description: Model of the device + description: Model of the device. This property is read-only. nullable: true operatingSystem: type: string - description: 'Operating system of the device. Windows, iOS, etc.' + description: 'Operating system of the device. Windows, iOS, etc. This property is read-only.' nullable: true osVersion: type: string - description: Operating system version of the device. + description: Operating system version of the device. This property is read-only. nullable: true partnerReportedThreatState: $ref: '#/components/schemas/microsoft.graph.managedDevicePartnerReportedHealthState' phoneNumber: type: string - description: Phone number of the device + description: Phone number of the device. This property is read-only. nullable: true remoteAssistanceSessionErrorDetails: type: string - description: An error string that identifies issues when creating Remote Assistance session objects. + description: An error string that identifies issues when creating Remote Assistance session objects. This property is read-only. nullable: true remoteAssistanceSessionUrl: type: string - description: Url that allows a Remote Assistance session to be established with the device. + description: Url that allows a Remote Assistance session to be established with the device. This property is read-only. nullable: true serialNumber: type: string - description: SerialNumber + description: SerialNumber. This property is read-only. nullable: true subscriberCarrier: type: string - description: Subscriber Carrier + description: Subscriber Carrier. This property is read-only. nullable: true totalStorageSpaceInBytes: type: integer - description: Total Storage in Bytes + description: Total Storage in Bytes. This property is read-only. format: int64 userDisplayName: type: string - description: User display name + description: User display name. This property is read-only. nullable: true userId: type: string - description: Unique Identifier for the user associated with the device + description: Unique Identifier for the user associated with the device. This property is read-only. nullable: true userPrincipalName: type: string - description: Device user principal name + description: Device user principal name. This property is read-only. nullable: true wiFiMacAddress: type: string - description: Wi-Fi MAC + description: Wi-Fi MAC. This property is read-only. nullable: true deviceCompliancePolicyStates: type: array @@ -20141,7 +20148,7 @@ components: 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 management service. + description: Zero or more policys already applied on the registered app when it last synchronized with managment service. intendedPolicies: type: array items: @@ -20188,7 +20195,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.plannerTask' - description: Read-only. Nullable. Returns the plannerPlans shared with the user. + description: Read-only. Nullable. Returns the plannerTasks assigned to the user. additionalProperties: type: object microsoft.graph.officeGraphInsights: @@ -20201,17 +20208,17 @@ components: 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.' + description: Access this property from the derived type itemInsights. 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.' + description: Access this property from the derived type itemInsights. 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.' + description: Access this property from the derived type itemInsights. additionalProperties: type: object microsoft.graph.userSettings: @@ -20358,7 +20365,7 @@ components: properties: activity: type: string - description: 'The supplemental information to a user''s availability. Possible values are Available, Away, BeRightBack, Busy, DoNotDisturb, InACall, InAConferenceCall, Inactive, InAMeeting, Offline, OffWork, OutOfOffice, PresenceUnknown, Presenting, UrgentInterruptionsOnly.' + description: 'The supplemental information to a user''s availability. Possible values are Available, Away, BeRightBack, Busy, DoNotDisturb, InACall, InAConferenceCall, Inactive,InAMeeting, Offline, OffWork,OutOfOffice, PresenceUnknown,Presenting, UrgentInterruptionsOnly.' nullable: true availability: type: string @@ -20411,11 +20418,11 @@ components: properties: content: type: string - description: The content of a comment reply. + description: The content of replied comment. nullable: true contentType: type: string - description: Indicates the type for the comment reply. + description: Indicates the type for the replied comment. additionalProperties: type: object microsoft.graph.Json: @@ -20501,7 +20508,7 @@ components: description: Represents whether the casing impacted the last sort of the table. Read-only. method: type: string - description: 'Represents Chinese character ordering method last used to sort the table. The possible values are: PinYin, StrokeCount. Read-only.' + description: 'Represents Chinese character ordering method last used to sort the table. Possible values are: PinYin, StrokeCount. Read-only.' additionalProperties: type: object microsoft.graph.workbookChart: @@ -20776,7 +20783,7 @@ components: 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.' + description: 'A collection of the days of the week on which the event occurs. 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: @@ -20843,7 +20850,7 @@ components: properties: upgradeAvailable: type: boolean - description: Indicates whether there are higher storage quota plans available. Read-only. + description: Indicates if there are higher storage quota plans available. Read-only. nullable: true additionalProperties: type: object @@ -21493,7 +21500,7 @@ components: 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.' + 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}$' @@ -22290,7 +22297,7 @@ components: properties: messageId: type: string - description: The unique identifier of a message in a Microsoft Teams channel. + description: The unique identifier for a message in a Microsoft Teams channel. nullable: true replyChainMessageId: type: string @@ -22470,7 +22477,7 @@ components: nullable: true dataOption: type: string - description: 'Represents additional sorting options for this field. The possible values are: Normal, TextAsNumber.' + description: 'Represents additional sorting options for this field. Possible values are: Normal, TextAsNumber.' icon: $ref: '#/components/schemas/microsoft.graph.workbookIcon' key: @@ -22481,7 +22488,7 @@ components: format: int32 sortOn: type: string - description: 'Represents the type of sorting of this condition. The possible values are: Value, CellColor, FontColor, Icon.' + description: 'Represents the type of sorting of this condition. Possible values are: Value, CellColor, FontColor, Icon.' additionalProperties: type: object microsoft.graph.workbookChartAxes: @@ -22905,7 +22912,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.recipient' - description: The email addresses to which a message should be redirected. + description: The email address to which a message should be redirected. stopProcessingRules: type: boolean description: Indicates whether subsequent rules should be evaluated. @@ -23415,7 +23422,7 @@ components: properties: accountEnabled: type: boolean - description: 'true if the account is enabled; otherwise, false. Required.' + description: 'true if the account is enabled; otherwise, false. default is true.' nullable: true alternativeSecurityIds: type: array @@ -23436,7 +23443,7 @@ components: nullable: true deviceId: type: string - description: Unique identifier set by Azure Device Registration Service at the time of registration. + description: Identifier set by Azure Device Registration Service at the time of registration. nullable: true deviceMetadata: type: string @@ -23481,7 +23488,7 @@ components: nullable: true operatingSystemVersion: type: string - description: The version of the operating system on the device. Required. + description: Operating system version of the device. Required. nullable: true physicalIds: type: array @@ -23499,7 +23506,7 @@ components: 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 devices), AzureAd (Cloud only joined devices), ServerAd (on-premises domain joined devices joined to Azure AD). For more details, see Introduction to device management in Azure Active Directory' + description: 'Type of trust for the joined device. Read-only. Possible values: Workplace (indicates bring your own personal devices), AzureAd (Cloud only joined devices), ServerAd (on-premises domain joined devices joined to Azure AD). For more details, see Introduction to device management in Azure Active Directory' nullable: true memberOf: type: array @@ -23634,7 +23641,7 @@ components: format: int32 set: type: string - description: 'Represents the set that the icon is part of. The possible values are: Invalid, ThreeArrows, ThreeArrowsGray, ThreeFlags, ThreeTrafficLights1, ThreeTrafficLights2, ThreeSigns, ThreeSymbols, ThreeSymbols2, FourArrows, FourArrowsGray, FourRedToBlack, FourRating, FourTrafficLights, FiveArrows, FiveArrowsGray, FiveRating, FiveQuarters, ThreeStars, ThreeTriangles, FiveBoxes.' + description: 'Represents the set that the icon is part of. Possible values are: Invalid, ThreeArrows, ThreeArrowsGray, ThreeFlags, ThreeTrafficLights1, ThreeTrafficLights2, ThreeSigns, ThreeSymbols, ThreeSymbols2, FourArrows, FourArrowsGray, FourRedToBlack, FourRating, FourTrafficLights, FiveArrows, FiveArrowsGray, FiveRating, FiveQuarters, ThreeStars, ThreeTriangles, FiveBoxes.' additionalProperties: type: object microsoft.graph.workbookChartAxis: diff --git a/openApiDocs/v1.0/Users.Actions.yml b/openApiDocs/v1.0/Users.Actions.yml index 7b17ce0eda8..3e0e99ad020 100644 --- a/openApiDocs/v1.0/Users.Actions.yml +++ b/openApiDocs/v1.0/Users.Actions.yml @@ -19984,7 +19984,7 @@ components: items: type: string nullable: true - description: 'A collection of byte ranges that the server is missing for the file. These ranges are zero indexed and of the format ''start-end'' (e.g. ''0-26'' to indicate the first 27 bytes of the file). When uploading files as Outlook attachments, instead of a collection of ranges, this property always indicates a single value ''{start}'', the location in the file where the next upload should begin.' + description: 'When uploading files to document libraries, this is a collection of byte ranges that the server is missing for the file. These ranges are zero-indexed and of the format, ''{start}-{end}'' (e.g. ''0-26'' to indicate the first 27 bytes of the file). When uploading files as Outlook attachments, instead of a collection of ranges, this property always indicates a single value ''{start}'', the location in the file where the next upload should begin.' uploadUrl: type: string description: The URL endpoint that accepts PUT requests for byte ranges of the file. @@ -19997,10 +19997,10 @@ components: 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).' + description: 'A single point of time in a combined date and time representation ({date}T{time}). For example, ''2019-04-16T09:00:00''.' timeZone: type: string - description: 'Represents a time zone, for example, ''Pacific Standard Time''. See below for more possible values.' + description: 'Represents a time zone, for example, ''Pacific Standard Time''. See below for possible values.' nullable: true additionalProperties: type: object @@ -20048,15 +20048,15 @@ components: 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.' 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.' + 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, through an Outlook client or the corresponding calendarPermission resource. Read-only.' 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.' + description: 'true if the user has the permission to share the calendar, false otherwise. Only the user who created the calendar can share it. Read-only.' nullable: true canViewPrivateItems: type: boolean - description: 'true if the user can read calendar items that have been marked private, false otherwise.' + description: 'true if the user can read calendar items that have been marked private, false otherwise. This property is set through an Outlook client or the corresponding calendarPermission resource. Read-only.' nullable: true changeKey: type: string @@ -20068,7 +20068,7 @@ components: $ref: '#/components/schemas/microsoft.graph.onlineMeetingProviderType' hexColor: type: string - description: 'The calendar color, expressed in a hex color code of three hexadecimal values, each ranging from 00 to FF and representing the red, green, or blue components of the color in the RGB color space. If the user has never explicitly set a color for the calendar, this property is empty. Read-only.' + description: 'The calendar color, expressed in a hex color code of three hexadecimal values, each ranging from 00 to FF and representing the red, green, or blue components of the color in the RGB color space. If the user has never explicitly set a color for the calendar, this property is empty.' nullable: true isDefaultCalendar: type: boolean @@ -20165,7 +20165,7 @@ components: nullable: true profileIdentifier: type: string - description: The profile identifier. + description: The the profile identifier. nullable: true additionalProperties: type: object @@ -20423,7 +20423,7 @@ components: nullable: true dataOption: type: string - description: 'Represents additional sorting options for this field. The possible values are: Normal, TextAsNumber.' + description: 'Represents additional sorting options for this field. Possible values are: Normal, TextAsNumber.' icon: $ref: '#/components/schemas/microsoft.graph.workbookIcon' key: @@ -20434,7 +20434,7 @@ components: format: int32 sortOn: type: string - description: 'Represents the type of sorting of this condition. The possible values are: Value, CellColor, FontColor, Icon.' + description: 'Represents the type of sorting of this condition. Possible values are: Value, CellColor, FontColor, Icon.' additionalProperties: type: object microsoft.graph.mailFolder: @@ -20514,7 +20514,7 @@ components: $ref: '#/components/schemas/microsoft.graph.itemBody' bodyPreview: type: string - description: The first 255 characters of the message body. It is in text format. + description: 'The first 255 characters of the message body. It is in text format. If the message contains instances of mention, this property would contain a concatenation of these mentions as well.' nullable: true ccRecipients: type: array @@ -20682,30 +20682,30 @@ components: properties: accountEnabled: type: boolean - description: 'true if the account is enabled; otherwise, false. This property is required when a user is created. Supports $filter.' + description: 'true if the account is enabled; otherwise, false. This property is required when a user is created. Returned only on $select. 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.' + 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. Returned only on $select.' nullable: true assignedLicenses: type: array items: $ref: '#/components/schemas/microsoft.graph.assignedLicense' - description: The licenses that are assigned to the user. Returned only on $select. Not nullable. Supports $filter. + description: The licenses that are assigned to the user. Not nullable. Supports $filter. assignedPlans: type: array items: $ref: '#/components/schemas/microsoft.graph.assignedPlan' - description: The plans that are assigned to the user. Read-only. Not nullable. + description: The plans that are assigned to the user. Returned only on $select. 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. Read-only for users synced from on-premises directory. Returned by default.' + description: The telephone numbers for the user. Only one number can be set for this property. Returned by default. Read-only for users synced from on-premises directory. city: type: string - description: The city in which the user is located. Supports $filter. + description: The city in which the user is located. Returned only on $select. Supports $filter. nullable: true companyName: type: string @@ -20713,29 +20713,29 @@ components: 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.' + 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. Returned only on $select.' nullable: true country: type: string - description: 'The country/region in which the user is located; for example, ''US'' or ''UK''. Supports $filter.' + description: 'The country/region in which the user is located; for example, ''US'' or ''UK''. Returned only on $select. 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. + description: The date and time the user was created. The value cannot be modified and is automatically populated when the entity is created. The DateTimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. Property is nullable. A null value indicates that an accurate creation time couldn't be determined for the user. Returned only on $select. Read-only. Supports $filter. 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.' + 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). Returned only on $select. Read-only.' nullable: true department: type: string - description: The name for the department in which the user works. Supports $filter. + description: The name for the department in which the user works. Returned only on $select. Supports $filter. nullable: true 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. Returned by default. Supports $filter and $orderby.' + description: 'The name displayed in the address book for the user. This value 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. Returned by default. 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])$' @@ -20765,7 +20765,7 @@ components: nullable: true faxNumber: type: string - description: The fax number of the user. + description: The fax number of the user. Returned only on $select. nullable: true givenName: type: string @@ -20775,7 +20775,7 @@ components: 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.' + 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. Returned only on $select. Supports $filter.' imAddresses: type: array items: @@ -20793,29 +20793,29 @@ components: 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 is 2014-01-01T00:00:00Z' + description: 'The time when this Azure AD user last changed their password. 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 is 2014-01-01T00:00:00Z Returned only on $select. Read-only.' 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.' + 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. Returned only on $select.' nullable: true licenseAssignmentStates: type: array items: $ref: '#/components/schemas/microsoft.graph.licenseAssignmentState' - description: State of license assignments for this user. Read-only. + description: State of license assignments for this user. Returned only on $select. Read-only. mail: type: string description: 'The SMTP address for the user, for example, ''jeff@contoso.onmicrosoft.com''. Returned by default. Supports $filter and endsWith.' nullable: true mailNickname: type: string - description: The mail alias for the user. This property must be specified when a user is created. Supports $filter. + description: The mail alias for the user. This property must be specified when a user is created. Returned only on $select. Supports $filter. nullable: true mobilePhone: type: string - description: The primary cellular telephone number for the user. Read-only for users synced from on-premises directory. Returned by default. + description: The primary cellular telephone number for the user. Returned by default. Read-only for users synced from on-premises directory. nullable: true officeLocation: type: string @@ -20823,59 +20823,59 @@ components: 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. + 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. Returned only on $select. 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.' + 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. Returned only on $select. 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.' + 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. Returned only on $select. 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 is 2014-01-01T00:00:00Z. Read-only.' + 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 is 2014-01-01T00:00:00Z. Returned only on $select. 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. + description: Errors when using Microsoft synchronization product during provisioning. Returned only on $select. 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. + 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. Returned only on $select. 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. + description: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Returned only on $select. 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 + 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). Returned only on $select. 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. + 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. Returned only on $select. 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.' + description: 'A list of additional email addresses for the user; for example: [''bob@contoso.com'', ''Robert@fabrikam.com''].Returned only on $select. 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''.' + 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''.Returned only on $select.' 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.' + 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. Returned only on $select.' nullable: true preferredLanguage: type: string @@ -20885,29 +20885,29 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.provisionedPlan' - description: The plans that are provisioned for the user. Read-only. Not nullable. + description: The plans that are provisioned for the user. Returned only on $select. 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.' + description: 'For example: [''SMTP: bob@contoso.com'', ''smtp: bob@sales.contoso.com''] The any operator is required for filter expressions on multi-valued properties. Returned only on $select. Read-only, Not nullable. Supports $filter.' 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.' + 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. Returned only on $select.' 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.' + 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. Use revokeSignInSessions to reset.' format: date-time nullable: true state: type: string - description: The state or province in the user's address. Supports $filter. + description: The state or province in the user's address. Returned only on $select. Supports $filter. nullable: true streetAddress: type: string - description: The street address of the user's place of business. + description: The street address of the user's place of business. Returned only on $select. nullable: true surname: type: string @@ -20915,7 +20915,7 @@ components: 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.' + 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. Returned only on $select. Supports $filter.' nullable: true userPrincipalName: type: string @@ -20923,7 +20923,7 @@ components: 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.' + description: 'A string value that can be used to classify user types in your directory, such as ''Member'' and ''Guest''. Returned only on $select. Supports $filter.' nullable: true mailboxSettings: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' @@ -20935,12 +20935,12 @@ components: format: int32 aboutMe: type: string - description: A freeform text entry field for the user to describe themselves. + description: A freeform text entry field for the user to describe themselves. Returned only on $select. 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 is 2014-01-01T00:00:00Z' + 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 is 2014-01-01T00:00:00Z Returned only on $select.' 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])$' @@ -20952,39 +20952,39 @@ components: items: type: string nullable: true - description: A list for the user to describe their interests. + description: A list for the user to describe their interests. Returned only on $select. mySite: type: string - description: The URL for the user's personal site. + description: The URL for the user's personal site. Returned only on $select. nullable: true pastProjects: type: array items: type: string nullable: true - description: A list for the user to enumerate their past projects. + description: A list for the user to enumerate their past projects. Returned only on $select. preferredName: type: string - description: The preferred name for the user. + description: The preferred name for the user. Returned only on $select. nullable: true responsibilities: type: array items: type: string nullable: true - description: A list for the user to enumerate their responsibilities. + description: A list for the user to enumerate their responsibilities. Returned only on $select. schools: type: array items: type: string nullable: true - description: A list for the user to enumerate the schools they have attended. + description: A list for the user to enumerate the schools they have attended. Returned only on $select. skills: type: array items: type: string nullable: true - description: A list for the user to enumerate their skills. + description: A list for the user to enumerate their skills. Returned only on $select. appRoleAssignments: type: array items: @@ -21011,7 +21011,7 @@ components: 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. + description: 'The groups, directory roles and administrative units that the user is a member of. Read-only. Nullable.' oauth2PermissionGrants: type: array items: @@ -21071,7 +21071,7 @@ components: 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. + description: The user's events. Default is to show events under the Default Calendar. Read-only. Nullable. inferenceClassification: $ref: '#/components/schemas/microsoft.graph.inferenceClassification' mailFolders: @@ -21090,7 +21090,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.person' - description: People that are relevant to the user. Read-only. Nullable. + description: 'Read-only. The most relevant people to the user. The collection is ordered by their relevance to the user, which is determined by the user''s communication, collaboration and business relationships. A person is an aggregation of information from across mail, contacts and social networks.' photo: $ref: '#/components/schemas/microsoft.graph.profilePhoto' photos: @@ -21113,7 +21113,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.extension' - description: The collection of open extensions defined for the user. Read-only. Nullable. + description: The collection of open extensions defined for the user. Nullable. agreementAcceptances: type: array items: @@ -21214,7 +21214,7 @@ components: properties: emptySuggestionsReason: type: string - description: 'A reason for not returning any meeting suggestions. The possible values are: attendeesUnavailable, attendeesUnavailableOrUnknown, locationsUnavailable, organizerUnavailable, or unknown. This property is an empty string if the meetingTimeSuggestions property does include any meeting suggestions.' + description: 'A reason for not returning any meeting suggestions. Possible values are: attendeesUnavailable, attendeesUnavailableOrUnknown, locationsUnavailable, organizerUnavailable, or unknown. This property is an empty string if the meetingTimeSuggestions property does include any meeting suggestions.' nullable: true meetingTimeSuggestions: type: array @@ -21368,7 +21368,7 @@ components: $ref: '#/components/schemas/microsoft.graph.onenotePatchInsertPosition' target: type: string - description: 'The element to update. Must be the # or the generated of the element, or the body or title keyword.' + description: 'The element to update. Must be the # or the generated {id} of the element, or the body or title keyword.' additionalProperties: type: object microsoft.graph.CopyNotebookModel: @@ -21428,7 +21428,7 @@ components: properties: messageId: type: string - description: The unique identifier of a message in a Microsoft Teams channel. + description: The unique identifier for a message in a Microsoft Teams channel. nullable: true replyChainMessageId: type: string @@ -21655,11 +21655,11 @@ components: properties: address: type: string - description: The email address of the person or entity. + description: The email address of an entity instance. nullable: true name: type: string - description: The display name of the person or entity. + description: The display name of an entity instance. nullable: true additionalProperties: type: object @@ -21855,19 +21855,19 @@ components: 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. + description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' calendar: $ref: '#/components/schemas/microsoft.graph.calendar' extensions: type: array items: $ref: '#/components/schemas/microsoft.graph.extension' - description: The collection of open extensions defined for the event. Read-only. Nullable. + description: The collection of open extensions defined for the event. Nullable. instances: type: array items: $ref: '#/components/schemas/microsoft.graph.event' - description: The instances of the event. Navigation property. Read-only. Nullable. + description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but does not include occurrences that have been cancelled from the series. Navigation property. Read-only. Nullable.' multiValueExtendedProperties: type: array items: @@ -22100,7 +22100,7 @@ components: properties: parentUrl: type: string - description: 'The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only.' + description: 'The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/beta/print/printers/{printerId}/jobs/{jobId}. Read-only.' status: $ref: '#/components/schemas/microsoft.graph.printTaskStatus' definition: @@ -22158,7 +22158,7 @@ components: nullable: true horizontalAlignment: type: string - description: 'Represents the horizontal alignment for the specified object. The possible values are: General, Left, Center, Right, Fill, Justify, CenterAcrossSelection, Distributed.' + description: 'Represents the horizontal alignment for the specified object. Possible values are: General, Left, Center, Right, Fill, Justify, CenterAcrossSelection, Distributed.' nullable: true rowHeight: type: number @@ -22167,7 +22167,7 @@ components: nullable: true verticalAlignment: type: string - description: 'Represents the vertical alignment for the specified object. The possible values are: Top, Center, Bottom, Justify, Distributed.' + description: 'Represents the vertical alignment for the specified object. Possible values are: Top, Center, Bottom, Justify, Distributed.' nullable: true wrapText: type: boolean @@ -22248,7 +22248,7 @@ components: format: int32 set: type: string - description: 'Represents the set that the icon is part of. The possible values are: Invalid, ThreeArrows, ThreeArrowsGray, ThreeFlags, ThreeTrafficLights1, ThreeTrafficLights2, ThreeSigns, ThreeSymbols, ThreeSymbols2, FourArrows, FourArrowsGray, FourRedToBlack, FourRating, FourTrafficLights, FiveArrows, FiveArrowsGray, FiveRating, FiveQuarters, ThreeStars, ThreeTriangles, FiveBoxes.' + description: 'Represents the set that the icon is part of. Possible values are: Invalid, ThreeArrows, ThreeArrowsGray, ThreeFlags, ThreeTrafficLights1, ThreeTrafficLights2, ThreeSigns, ThreeSymbols, ThreeSymbols2, FourArrows, FourArrowsGray, FourRedToBlack, FourRating, FourTrafficLights, FiveArrows, FiveArrowsGray, FiveRating, FiveQuarters, ThreeStars, ThreeTriangles, FiveBoxes.' additionalProperties: type: object microsoft.graph.messageRule: @@ -22380,7 +22380,7 @@ components: nullable: true name: type: string - description: The attachment's file name. + description: The display name of the attachment. This does not need to be the actual file name. nullable: true size: maximum: 2147483647 @@ -22414,12 +22414,12 @@ components: 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. 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 is 2014-01-01T00:00:00Z.' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true capabilityStatus: type: string - description: 'Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. See a detailed description of each value.' + description: 'Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut.' nullable: true service: type: string @@ -22593,7 +22593,7 @@ components: properties: forceChangePasswordNextSignIn: type: boolean - description: true if the user must change her password on the next login; otherwise false. + description: 'If true, at next sign-in, the user must change their password. After a password change, this property will be automatically reset to false. If not set, default is false.' nullable: true forceChangePasswordNextSignInWithMfa: type: boolean @@ -22629,7 +22629,7 @@ components: properties: archiveFolder: type: string - description: Folder ID of an archive folder for the user. + description: Folder ID of an archive folder for the user. Read only. nullable: true automaticRepliesSetting: $ref: '#/components/schemas/microsoft.graph.automaticRepliesSetting' @@ -22972,7 +22972,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.extension' - description: The collection of open extensions defined for the contact. Read-only. Nullable. + description: The collection of open extensions defined for the contact. Nullable. multiValueExtendedProperties: type: array items: @@ -23229,11 +23229,11 @@ components: properties: agreementFileId: type: string - description: The identifier of the agreement file accepted by the user. + description: ID of the agreement file accepted by the user. nullable: true agreementId: type: string - description: The identifier of the agreement. + description: ID of the agreement. nullable: true deviceDisplayName: type: string @@ -23245,22 +23245,22 @@ components: nullable: true deviceOSType: type: string - description: The operating system used to accept the agreement. + description: The operating system used for accepting the agreement. nullable: true deviceOSVersion: type: string - description: The operating system version of the device used to accept the agreement. + description: The operating system version of the device used for accepting the agreement. 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: 'The expiration date time of the acceptance. 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''' + description: 'The expiration date time of the acceptance. 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 is 2014-01-01T00:00:00Z' 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: '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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true state: @@ -23275,7 +23275,7 @@ components: nullable: true userId: type: string - description: The identifier of the user who accepted the agreement. + description: ID of the user who accepted the agreement. nullable: true userPrincipalName: type: string @@ -23291,24 +23291,24 @@ components: properties: activationLockBypassCode: type: string - description: Code that allows the Activation Lock on a device to be bypassed. + description: Code that allows the Activation Lock on a device to be bypassed. This property is read-only. nullable: true androidSecurityPatchLevel: type: string - description: Android security patch level + description: Android security patch level. This property is read-only. nullable: true azureADDeviceId: type: string - description: The unique identifier for the Azure Active Directory device. Read only. + description: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. nullable: true azureADRegistered: type: boolean - description: Whether the device is Azure Active Directory registered. + description: Whether the device is Azure Active Directory registered. This property is read-only. nullable: true 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 + description: The DateTime when device compliance grace period expires. This property is read-only. format: date-time complianceState: $ref: '#/components/schemas/microsoft.graph.complianceState' @@ -23318,10 +23318,10 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.deviceActionResult' - description: List of ComplexType deviceActionResult objects. + description: List of ComplexType deviceActionResult objects. This property is read-only. deviceCategoryDisplayName: type: string - description: Device category display name + description: Device category display name. This property is read-only. nullable: true deviceEnrollmentType: $ref: '#/components/schemas/microsoft.graph.deviceEnrollmentType' @@ -23329,30 +23329,30 @@ components: $ref: '#/components/schemas/microsoft.graph.deviceHealthAttestationState' deviceName: type: string - description: Name of the device + description: Name of the device. This property is read-only. nullable: true deviceRegistrationState: $ref: '#/components/schemas/microsoft.graph.deviceRegistrationState' easActivated: type: boolean - description: Whether the device is Exchange ActiveSync activated. + description: Whether the device is Exchange ActiveSync activated. This property is read-only. 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. + description: Exchange ActivationSync activation time of the device. This property is read-only. format: date-time easDeviceId: type: string - description: Exchange ActiveSync Id of the device. + description: Exchange ActiveSync Id of the device. This property is read-only. nullable: true emailAddress: type: string - description: Email(s) for the user associated with the device + description: Email(s) for the user associated with the device. This property is read-only. 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. + description: Enrollment time of the device. This property is read-only. format: date-time exchangeAccessState: $ref: '#/components/schemas/microsoft.graph.deviceManagementExchangeAccessState' @@ -23361,30 +23361,30 @@ components: 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. + description: Last time the device contacted Exchange. This property is read-only. format: date-time freeStorageSpaceInBytes: type: integer - description: Free Storage in Bytes + description: Free Storage in Bytes. This property is read-only. format: int64 imei: type: string - description: IMEI + description: IMEI. This property is read-only. nullable: true isEncrypted: type: boolean - description: Device encryption status + description: Device encryption status. This property is read-only. isSupervised: type: boolean - description: Device supervised status + description: Device supervised status. This property is read-only. jailBroken: type: string - description: whether the device is jail broken or rooted. + description: whether the device is jail broken or rooted. This property is read-only. nullable: true 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. + description: The date and time that the device last completed a successful sync with Intune. This property is read-only. format: date-time managedDeviceName: type: string @@ -23396,65 +23396,65 @@ components: $ref: '#/components/schemas/microsoft.graph.managementAgentType' manufacturer: type: string - description: Manufacturer of the device + description: Manufacturer of the device. This property is read-only. nullable: true meid: type: string - description: MEID + description: MEID. This property is read-only. nullable: true model: type: string - description: Model of the device + description: Model of the device. This property is read-only. nullable: true operatingSystem: type: string - description: 'Operating system of the device. Windows, iOS, etc.' + description: 'Operating system of the device. Windows, iOS, etc. This property is read-only.' nullable: true osVersion: type: string - description: Operating system version of the device. + description: Operating system version of the device. This property is read-only. nullable: true partnerReportedThreatState: $ref: '#/components/schemas/microsoft.graph.managedDevicePartnerReportedHealthState' phoneNumber: type: string - description: Phone number of the device + description: Phone number of the device. This property is read-only. nullable: true remoteAssistanceSessionErrorDetails: type: string - description: An error string that identifies issues when creating Remote Assistance session objects. + description: An error string that identifies issues when creating Remote Assistance session objects. This property is read-only. nullable: true remoteAssistanceSessionUrl: type: string - description: Url that allows a Remote Assistance session to be established with the device. + description: Url that allows a Remote Assistance session to be established with the device. This property is read-only. nullable: true serialNumber: type: string - description: SerialNumber + description: SerialNumber. This property is read-only. nullable: true subscriberCarrier: type: string - description: Subscriber Carrier + description: Subscriber Carrier. This property is read-only. nullable: true totalStorageSpaceInBytes: type: integer - description: Total Storage in Bytes + description: Total Storage in Bytes. This property is read-only. format: int64 userDisplayName: type: string - description: User display name + description: User display name. This property is read-only. nullable: true userId: type: string - description: Unique Identifier for the user associated with the device + description: Unique Identifier for the user associated with the device. This property is read-only. nullable: true userPrincipalName: type: string - description: Device user principal name + description: Device user principal name. This property is read-only. nullable: true wiFiMacAddress: type: string - description: Wi-Fi MAC + description: Wi-Fi MAC. This property is read-only. nullable: true deviceCompliancePolicyStates: type: array @@ -23530,7 +23530,7 @@ components: 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 management service. + description: Zero or more policys already applied on the registered app when it last synchronized with managment service. intendedPolicies: type: array items: @@ -23577,7 +23577,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.plannerTask' - description: Read-only. Nullable. Returns the plannerPlans shared with the user. + description: Read-only. Nullable. Returns the plannerTasks assigned to the user. additionalProperties: type: object microsoft.graph.officeGraphInsights: @@ -23590,17 +23590,17 @@ components: 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.' + description: Access this property from the derived type itemInsights. 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.' + description: Access this property from the derived type itemInsights. 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.' + description: Access this property from the derived type itemInsights. additionalProperties: type: object microsoft.graph.userSettings: @@ -23727,7 +23727,7 @@ components: properties: activity: type: string - description: 'The supplemental information to a user''s availability. Possible values are Available, Away, BeRightBack, Busy, DoNotDisturb, InACall, InAConferenceCall, Inactive, InAMeeting, Offline, OffWork, OutOfOffice, PresenceUnknown, Presenting, UrgentInterruptionsOnly.' + description: 'The supplemental information to a user''s availability. Possible values are Available, Away, BeRightBack, Busy, DoNotDisturb, InACall, InAConferenceCall, Inactive,InAMeeting, Offline, OffWork,OutOfOffice, PresenceUnknown,Presenting, UrgentInterruptionsOnly.' nullable: true availability: type: string @@ -24359,15 +24359,15 @@ components: nullable: true sideIndex: type: string - description: 'Constant value that indicates the specific side of the border. The possible values are: EdgeTop, EdgeBottom, EdgeLeft, EdgeRight, InsideVertical, InsideHorizontal, DiagonalDown, DiagonalUp. Read-only.' + description: 'Constant value that indicates the specific side of the border. Possible values are: EdgeTop, EdgeBottom, EdgeLeft, EdgeRight, InsideVertical, InsideHorizontal, DiagonalDown, DiagonalUp. Read-only.' nullable: true style: type: string - description: 'One of the constants of line style specifying the line style for the border. The possible values are: None, Continuous, Dash, DashDot, DashDotDot, Dot, Double, SlantDashDot.' + description: 'One of the constants of line style specifying the line style for the border. Possible values are: None, Continuous, Dash, DashDot, DashDotDot, Dot, Double, SlantDashDot.' nullable: true weight: type: string - description: 'Specifies the weight of the border around a range. The possible values are: Hairline, Thin, Medium, Thick.' + description: 'Specifies the weight of the border around a range. Possible values are: Hairline, Thin, Medium, Thick.' nullable: true additionalProperties: type: object @@ -24412,7 +24412,7 @@ components: nullable: true underline: type: string - description: 'Type of underline applied to the font. The possible values are: None, Single, Double, SingleAccountant, DoubleAccountant.' + description: 'Type of underline applied to the font. Possible values are: None, Single, Double, SingleAccountant, DoubleAccountant.' nullable: true additionalProperties: type: object @@ -24496,7 +24496,7 @@ components: 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.' + description: 'Indicates what type of reference is associated with the name. Possible values are: String, Integer, Double, Boolean, Range. Read-only.' nullable: true value: $ref: '#/components/schemas/microsoft.graph.Json' @@ -24571,7 +24571,7 @@ components: 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.' + description: 'Constant value that represents the Table style. 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 @@ -24635,7 +24635,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.recipient' - description: The email addresses to which a message should be redirected. + description: The email address to which a message should be redirected. stopProcessingRules: type: boolean description: Indicates whether subsequent rules should be evaluated. @@ -24836,7 +24836,7 @@ components: 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.' + 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}$' @@ -25442,7 +25442,7 @@ components: 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. + description: 'A unique token that can be used to access this shared item via the [shares API][]. Read-only.' nullable: true additionalProperties: type: object @@ -25908,14 +25908,14 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.plannerBucket' - description: Read-only. Nullable. Collection of buckets in the plan. + description: Collection of buckets in the plan. Read-only. Nullable. 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. + description: Collection of tasks in the plan. Read-only. Nullable. additionalProperties: type: object microsoft.graph.plannerTask: @@ -26486,7 +26486,7 @@ components: nullable: true allowCreateUpdateChannels: type: boolean - description: 'If set to true, members can add and update channels.' + description: 'If set to true, members can add and update any channels.' nullable: true allowCreateUpdateRemoveConnectors: type: boolean @@ -26697,7 +26697,7 @@ components: 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.' + description: 'The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select.' assignedLicenses: type: array items: @@ -26734,7 +26734,7 @@ components: 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.' + 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).' nullable: true licenseProcessingState: $ref: '#/components/schemas/microsoft.graph.licenseProcessingState' @@ -26795,13 +26795,13 @@ components: 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. + description: The preferred language for a 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.' + 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 for 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 @@ -26818,7 +26818,7 @@ components: 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.' + description: 'Specifies a 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 @@ -26834,11 +26834,11 @@ components: 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. Supported only on the Get group API (GET /groups/{ID}).' + description: 'true if the group is not displayed in certain parts of the Outlook user interface: in the Address Book, in address lists for selecting message recipients, and in the Browse Groups dialog for searching groups; false otherwise. Default value is false. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}).' 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. Supported only on the Get group API (GET /groups/{ID}).' + description: 'true if the group is not displayed in Outlook clients, such as Outlook for Windows and Outlook on the web, false otherwise. Default value is false. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}).' nullable: true isSubscribedByMail: type: boolean @@ -26848,7 +26848,7 @@ components: 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. Supported only on the Get group API (GET /groups/{ID}).' + description: 'Count of conversations that have received new posts since the signed-in user last visited the group. This property is the same as unseenConversationsCount.Returned only on $select. Supported only on the Get group API (GET /groups/{ID}).' format: int32 nullable: true isArchived: @@ -26865,12 +26865,12 @@ components: 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.' + description: 'Groups and administrative units 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.' + description: 'Users, contacts, and groups that are members of this group. HTTP Methods: GET (supported for all groups), POST (supported for security groups and mail-enabled security groups), DELETE (supported only for security groups) Read-only. Nullable.' membersWithLicenseErrors: type: array items: @@ -26880,7 +26880,7 @@ components: 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.' + description: 'The owners of the group. The owners are a set of non-admin users who are allowed to modify this object. HTTP Methods: GET (supported for all groups), POST (supported for security groups and mail-enabled security groups), DELETE (supported only for security groups) Read-only. Nullable.' permissionGrants: type: array items: @@ -26889,7 +26889,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.groupSetting' - description: Read-only. Nullable. + description: 'Settings that can govern this group''s behavior, like whether members can invite guest users to the group. Nullable.' transitiveMemberOf: type: array items: @@ -26919,7 +26919,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.event' - description: The group's calendar events. + description: The group's events. photo: $ref: '#/components/schemas/microsoft.graph.profilePhoto' photos: @@ -27224,7 +27224,7 @@ components: 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.' + description: 'A collection of the days of the week on which the event occurs. 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: @@ -27544,7 +27544,7 @@ components: description: Represents whether the casing impacted the last sort of the table. Read-only. method: type: string - description: 'Represents Chinese character ordering method last used to sort the table. The possible values are: PinYin, StrokeCount. Read-only.' + description: 'Represents Chinese character ordering method last used to sort the table. Possible values are: PinYin, StrokeCount. Read-only.' additionalProperties: type: object microsoft.graph.messageActionFlag: @@ -27697,7 +27697,7 @@ components: properties: upgradeAvailable: type: boolean - description: Indicates whether there are higher storage quota plans available. Read-only. + description: Indicates if there are higher storage quota plans available. Read-only. nullable: true additionalProperties: type: object @@ -27883,12 +27883,12 @@ components: nullable: true latitude: type: number - description: 'Optional. The latitude, in decimal, for the item. Read-only.' + description: 'Optional. The latitude, in decimal, for the item. Writable on OneDrive Personal.' format: double nullable: true longitude: type: number - description: 'Optional. The longitude, in decimal, for the item. Read-only.' + description: 'Optional. The longitude, in decimal, for the item. Writable on OneDrive Personal.' format: double nullable: true additionalProperties: @@ -27960,7 +27960,7 @@ components: 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. + description: The date and time the photo was taken in UTC time. Read-only. format: date-time nullable: true additionalProperties: @@ -28171,7 +28171,7 @@ components: 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.' + 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. Nullable.' tables: type: array items: @@ -28219,14 +28219,14 @@ components: 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.' + description: '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. Required. 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. + description: Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 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. Optional. 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.' + 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 @@ -28234,12 +28234,12 @@ components: nullable: true encryptionCertificateId: type: string - description: A custom app-provided identifier to help identify the certificate needed to decrypt resource data. Optional. + description: A custom app-provided identifier to help identify the certificate needed to decrypt resource data. Optional. Required when includeResourceData is true. 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.' + description: '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. Required.' format: date-time includeResourceData: type: boolean @@ -28259,10 +28259,10 @@ components: 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. + description: The URL of the endpoint that receives the change notifications. This URL must make use of the HTTPS protocol. Required. 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. + description: Specifies the resource that will be monitored for changes. Do not include the base URL (https://graph.microsoft.com/beta/). See the possible resource path values for each supported resource. Required. additionalProperties: type: object microsoft.graph.thumbnailSet: @@ -28289,7 +28289,6 @@ components: properties: content: type: string - description: The content stream for this version of the item. format: base64url nullable: true size: @@ -29156,7 +29155,7 @@ components: properties: accountEnabled: type: boolean - description: 'true if the account is enabled; otherwise, false. Required.' + description: 'true if the account is enabled; otherwise, false. default is true.' nullable: true alternativeSecurityIds: type: array @@ -29177,7 +29176,7 @@ components: nullable: true deviceId: type: string - description: Unique identifier set by Azure Device Registration Service at the time of registration. + description: Identifier set by Azure Device Registration Service at the time of registration. nullable: true deviceMetadata: type: string @@ -29222,7 +29221,7 @@ components: nullable: true operatingSystemVersion: type: string - description: The version of the operating system on the device. Required. + description: Operating system version of the device. Required. nullable: true physicalIds: type: array @@ -29240,7 +29239,7 @@ components: 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 devices), AzureAd (Cloud only joined devices), ServerAd (on-premises domain joined devices joined to Azure AD). For more details, see Introduction to device management in Azure Active Directory' + description: 'Type of trust for the joined device. Read-only. Possible values: Workplace (indicates bring your own personal devices), AzureAd (Cloud only joined devices), ServerAd (on-premises domain joined devices joined to Azure AD). For more details, see Introduction to device management in Azure Active Directory' nullable: true memberOf: type: array @@ -29301,11 +29300,11 @@ components: nullable: true recipientUserId: type: string - description: User ID of the recipient of the offer shift request. + 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. + description: User id of the sender of the offer shift request. nullable: true additionalProperties: type: object @@ -29387,7 +29386,7 @@ components: properties: recipientShiftId: type: string - description: ShiftId for the recipient user with whom the request is to swap. + description: Shift ID for the recipient user with whom the request is to swap. nullable: true additionalProperties: type: object @@ -29473,12 +29472,12 @@ components: $ref: '#/components/schemas/microsoft.graph.channelIdentity' chatId: type: string - description: The identity of the chat in which the message was posted. + description: 'If the message was sent in a chat, represents the identity of the chat.' 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. + description: Timestamp of when the chat message was created. format: date-time nullable: true deletedDateTime: @@ -29498,18 +29497,18 @@ components: 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. + description: Read only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the 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.' + description: 'Read only. Timestamp when the chat message is created (initial setting) or modified, 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. + description: Locale of the chat message set by the client. Always set to en-us. mentions: type: array items: @@ -29526,7 +29525,7 @@ components: description: 'Reactions for this chat message (for example, Like).' 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) + 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 @@ -29538,15 +29537,18 @@ components: nullable: true webUrl: type: string + description: Read-only. Link to the message in Microsoft Teams. nullable: true hostedContents: type: array items: $ref: '#/components/schemas/microsoft.graph.chatMessageHostedContent' + description: 'Content in a message hosted by Microsoft Teams e.g. images, code snippets etc.' replies: type: array items: $ref: '#/components/schemas/microsoft.graph.chatMessage' + description: Replies for a specified message. additionalProperties: type: object microsoft.graph.teamsTab: @@ -29600,18 +29602,23 @@ components: properties: clientAppId: type: string + description: ID of the service principal of the Azure AD app that has been granted access. Read-only. nullable: true clientId: type: string + description: ID of the Azure AD app that has been granted access. Read-only. nullable: true permission: type: string + description: The name of the permission. Read-only. nullable: true permissionType: type: string + description: 'The type of permission. Possible values are: Application,Delegated. Read-only.' nullable: true resourceAppId: type: string + description: ID of the Azure AD app that is hosting the resource. Read-only. nullable: true additionalProperties: type: object @@ -29802,7 +29809,7 @@ components: nullable: true teamsAppId: type: string - description: The ID from the Teams app manifest. + description: The id from the Teams App manifest. nullable: true version: type: string @@ -30133,7 +30140,7 @@ components: properties: crc32Hash: type: string - description: The CRC32 value of the file in little endian (if available). Read-only. + description: The CRC32 value of the file (if available). Read-only. nullable: true quickXorHash: type: string @@ -30198,7 +30205,7 @@ components: properties: content: type: string - description: The content of comment. + description: The content of the comment. nullable: true contentType: type: string @@ -30610,7 +30617,7 @@ components: nullable: true contentType: type: string - description: 'The media type of the content attachment. It can have the following values: reference: Attachment is a link to another file. Populate the contentURL with the link to the object.file: Raw file attachment. Populate the contenturl field with the base64 encoding of the file in data: format.image/: Image type with the type of the image specified ex: image/png, image/jpeg, image/gif. Populate the contentUrl field with the base64 encoding of the file in data: format.video/: Video type with the format specified. Ex: video/mp4. Populate the contentUrl field with the base64 encoding of the file in data: format.audio/: Audio type with the format specified. Ex: audio/wmw. Populate the contentUrl field with the base64 encoding of the file in data: format.application/card type: Rich card attachment type with the card type specifying the exact card format to use. Set content with the json format of the card. Supported values for card type include:application/vnd.microsoft.card.adaptive: A rich card that can contain any combination of text, speech, images,,buttons, and input fields. Set the content property to,an AdaptiveCard object.application/vnd.microsoft.card.animation: A rich card that plays animation. Set the content property,to an AnimationCardobject.application/vnd.microsoft.card.audio: A rich card that plays audio files. Set the content property,to an AudioCard object.application/vnd.microsoft.card.video: A rich card that plays videos. Set the content property,to a VideoCard object.application/vnd.microsoft.card.hero: A Hero card. Set the content property to a HeroCard object.application/vnd.microsoft.card.thumbnail: A Thumbnail card. Set the content property to a ThumbnailCard object.application/vnd.microsoft.com.card.receipt: A Receipt card. Set the content property to a ReceiptCard object.application/vnd.microsoft.com.card.signin: A user Sign In card. Set the content property to a SignInCard object.' + description: 'The media type of the content attachment. It can have the following values: reference: Attachment is a link to another file. Populate the contentURL with the link to the object.Any contentTypes supported by the Bot Framework''s Attachment objectapplication/vnd.microsoft.card.codesnippet: A code snippet. application/vnd.microsoft.card.announcement: An announcement header.' nullable: true contentUrl: type: string @@ -30748,7 +30755,7 @@ components: properties: name: type: string - description: Name of the setting (as defined by the groupSettingTemplate). + description: Name of the setting (as defined by the directorySettingTemplate). nullable: true value: type: string @@ -30793,7 +30800,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.attachment' - description: Read-only. Nullable. + description: 'The collection of fileAttachment, itemAttachment, and referenceAttachment attachments for the post. Read-only. Nullable.' extensions: type: array items: @@ -30974,11 +30981,11 @@ components: properties: content: type: string - description: The content of a comment reply. + description: The content of replied comment. nullable: true contentType: type: string - description: Indicates the type for the comment reply. + description: Indicates the type for the replied comment. additionalProperties: type: object microsoft.graph.workbookOperationError: @@ -31133,7 +31140,7 @@ components: nullable: true contentType: type: string - description: 'Write only. Content type. sicj as image/png, image/jpg.' + description: 'Write only. Content type, such as image/png, image/jpg.' nullable: true additionalProperties: type: object diff --git a/openApiDocs/v1.0/Users.Functions.yml b/openApiDocs/v1.0/Users.Functions.yml index 0818b2084dc..7211d401dbf 100644 --- a/openApiDocs/v1.0/Users.Functions.yml +++ b/openApiDocs/v1.0/Users.Functions.yml @@ -5849,19 +5849,19 @@ components: 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. + description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' calendar: $ref: '#/components/schemas/microsoft.graph.calendar' extensions: type: array items: $ref: '#/components/schemas/microsoft.graph.extension' - description: The collection of open extensions defined for the event. Read-only. Nullable. + description: The collection of open extensions defined for the event. Nullable. instances: type: array items: $ref: '#/components/schemas/microsoft.graph.event' - description: The instances of the event. Navigation property. Read-only. Nullable. + description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but does not include occurrences that have been cancelled from the series. Navigation property. Read-only. Nullable.' multiValueExtendedProperties: type: array items: @@ -6057,7 +6057,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.extension' - description: The collection of open extensions defined for the contact. Read-only. Nullable. + description: The collection of open extensions defined for the contact. Nullable. multiValueExtendedProperties: type: array items: @@ -6274,7 +6274,7 @@ components: $ref: '#/components/schemas/microsoft.graph.itemBody' bodyPreview: type: string - description: The first 255 characters of the message body. It is in text format. + description: 'The first 255 characters of the message body. It is in text format. If the message contains instances of mention, this property would contain a concatenation of these mentions as well.' nullable: true ccRecipients: type: array @@ -6623,30 +6623,30 @@ components: properties: accountEnabled: type: boolean - description: 'true if the account is enabled; otherwise, false. This property is required when a user is created. Supports $filter.' + description: 'true if the account is enabled; otherwise, false. This property is required when a user is created. Returned only on $select. 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.' + 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. Returned only on $select.' nullable: true assignedLicenses: type: array items: $ref: '#/components/schemas/microsoft.graph.assignedLicense' - description: The licenses that are assigned to the user. Returned only on $select. Not nullable. Supports $filter. + description: The licenses that are assigned to the user. Not nullable. Supports $filter. assignedPlans: type: array items: $ref: '#/components/schemas/microsoft.graph.assignedPlan' - description: The plans that are assigned to the user. Read-only. Not nullable. + description: The plans that are assigned to the user. Returned only on $select. 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. Read-only for users synced from on-premises directory. Returned by default.' + description: The telephone numbers for the user. Only one number can be set for this property. Returned by default. Read-only for users synced from on-premises directory. city: type: string - description: The city in which the user is located. Supports $filter. + description: The city in which the user is located. Returned only on $select. Supports $filter. nullable: true companyName: type: string @@ -6654,29 +6654,29 @@ components: 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.' + 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. Returned only on $select.' nullable: true country: type: string - description: 'The country/region in which the user is located; for example, ''US'' or ''UK''. Supports $filter.' + description: 'The country/region in which the user is located; for example, ''US'' or ''UK''. Returned only on $select. 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. + description: The date and time the user was created. The value cannot be modified and is automatically populated when the entity is created. The DateTimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. Property is nullable. A null value indicates that an accurate creation time couldn't be determined for the user. Returned only on $select. Read-only. Supports $filter. 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.' + 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). Returned only on $select. Read-only.' nullable: true department: type: string - description: The name for the department in which the user works. Supports $filter. + description: The name for the department in which the user works. Returned only on $select. Supports $filter. nullable: true 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. Returned by default. Supports $filter and $orderby.' + description: 'The name displayed in the address book for the user. This value 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. Returned by default. 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])$' @@ -6706,7 +6706,7 @@ components: nullable: true faxNumber: type: string - description: The fax number of the user. + description: The fax number of the user. Returned only on $select. nullable: true givenName: type: string @@ -6716,7 +6716,7 @@ components: 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.' + 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. Returned only on $select. Supports $filter.' imAddresses: type: array items: @@ -6734,29 +6734,29 @@ components: 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 is 2014-01-01T00:00:00Z' + description: 'The time when this Azure AD user last changed their password. 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 is 2014-01-01T00:00:00Z Returned only on $select. Read-only.' 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.' + 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. Returned only on $select.' nullable: true licenseAssignmentStates: type: array items: $ref: '#/components/schemas/microsoft.graph.licenseAssignmentState' - description: State of license assignments for this user. Read-only. + description: State of license assignments for this user. Returned only on $select. Read-only. mail: type: string description: 'The SMTP address for the user, for example, ''jeff@contoso.onmicrosoft.com''. Returned by default. Supports $filter and endsWith.' nullable: true mailNickname: type: string - description: The mail alias for the user. This property must be specified when a user is created. Supports $filter. + description: The mail alias for the user. This property must be specified when a user is created. Returned only on $select. Supports $filter. nullable: true mobilePhone: type: string - description: The primary cellular telephone number for the user. Read-only for users synced from on-premises directory. Returned by default. + description: The primary cellular telephone number for the user. Returned by default. Read-only for users synced from on-premises directory. nullable: true officeLocation: type: string @@ -6764,59 +6764,59 @@ components: 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. + 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. Returned only on $select. 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.' + 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. Returned only on $select. 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.' + 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. Returned only on $select. 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 is 2014-01-01T00:00:00Z. Read-only.' + 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 is 2014-01-01T00:00:00Z. Returned only on $select. 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. + description: Errors when using Microsoft synchronization product during provisioning. Returned only on $select. 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. + 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. Returned only on $select. 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. + description: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Returned only on $select. 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 + 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). Returned only on $select. 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. + 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. Returned only on $select. 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.' + description: 'A list of additional email addresses for the user; for example: [''bob@contoso.com'', ''Robert@fabrikam.com''].Returned only on $select. 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''.' + 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''.Returned only on $select.' 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.' + 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. Returned only on $select.' nullable: true preferredLanguage: type: string @@ -6826,29 +6826,29 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.provisionedPlan' - description: The plans that are provisioned for the user. Read-only. Not nullable. + description: The plans that are provisioned for the user. Returned only on $select. 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.' + description: 'For example: [''SMTP: bob@contoso.com'', ''smtp: bob@sales.contoso.com''] The any operator is required for filter expressions on multi-valued properties. Returned only on $select. Read-only, Not nullable. Supports $filter.' 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.' + 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. Returned only on $select.' 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.' + 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. Use revokeSignInSessions to reset.' format: date-time nullable: true state: type: string - description: The state or province in the user's address. Supports $filter. + description: The state or province in the user's address. Returned only on $select. Supports $filter. nullable: true streetAddress: type: string - description: The street address of the user's place of business. + description: The street address of the user's place of business. Returned only on $select. nullable: true surname: type: string @@ -6856,7 +6856,7 @@ components: 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.' + 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. Returned only on $select. Supports $filter.' nullable: true userPrincipalName: type: string @@ -6864,7 +6864,7 @@ components: 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.' + description: 'A string value that can be used to classify user types in your directory, such as ''Member'' and ''Guest''. Returned only on $select. Supports $filter.' nullable: true mailboxSettings: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' @@ -6876,12 +6876,12 @@ components: format: int32 aboutMe: type: string - description: A freeform text entry field for the user to describe themselves. + description: A freeform text entry field for the user to describe themselves. Returned only on $select. 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 is 2014-01-01T00:00:00Z' + 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 is 2014-01-01T00:00:00Z Returned only on $select.' 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])$' @@ -6893,39 +6893,39 @@ components: items: type: string nullable: true - description: A list for the user to describe their interests. + description: A list for the user to describe their interests. Returned only on $select. mySite: type: string - description: The URL for the user's personal site. + description: The URL for the user's personal site. Returned only on $select. nullable: true pastProjects: type: array items: type: string nullable: true - description: A list for the user to enumerate their past projects. + description: A list for the user to enumerate their past projects. Returned only on $select. preferredName: type: string - description: The preferred name for the user. + description: The preferred name for the user. Returned only on $select. nullable: true responsibilities: type: array items: type: string nullable: true - description: A list for the user to enumerate their responsibilities. + description: A list for the user to enumerate their responsibilities. Returned only on $select. schools: type: array items: type: string nullable: true - description: A list for the user to enumerate the schools they have attended. + description: A list for the user to enumerate the schools they have attended. Returned only on $select. skills: type: array items: type: string nullable: true - description: A list for the user to enumerate their skills. + description: A list for the user to enumerate their skills. Returned only on $select. appRoleAssignments: type: array items: @@ -6952,7 +6952,7 @@ components: 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. + description: 'The groups, directory roles and administrative units that the user is a member of. Read-only. Nullable.' oauth2PermissionGrants: type: array items: @@ -7012,7 +7012,7 @@ components: 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. + description: The user's events. Default is to show events under the Default Calendar. Read-only. Nullable. inferenceClassification: $ref: '#/components/schemas/microsoft.graph.inferenceClassification' mailFolders: @@ -7031,7 +7031,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.person' - description: People that are relevant to the user. Read-only. Nullable. + description: 'Read-only. The most relevant people to the user. The collection is ordered by their relevance to the user, which is determined by the user''s communication, collaboration and business relationships. A person is an aggregation of information from across mail, contacts and social networks.' photo: $ref: '#/components/schemas/microsoft.graph.profilePhoto' photos: @@ -7054,7 +7054,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.extension' - description: The collection of open extensions defined for the user. Read-only. Nullable. + description: The collection of open extensions defined for the user. Nullable. agreementAcceptances: type: array items: @@ -7264,10 +7264,10 @@ components: 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).' + description: 'A single point of time in a combined date and time representation ({date}T{time}). For example, ''2019-04-16T09:00:00''.' timeZone: type: string - description: 'Represents a time zone, for example, ''Pacific Standard Time''. See below for more possible values.' + description: 'Represents a time zone, for example, ''Pacific Standard Time''. See below for possible values.' nullable: true additionalProperties: type: object @@ -7428,7 +7428,7 @@ components: nullable: true name: type: string - description: The attachment's file name. + description: The display name of the attachment. This does not need to be the actual file name. nullable: true size: maximum: 2147483647 @@ -7451,15 +7451,15 @@ components: 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.' 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.' + 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, through an Outlook client or the corresponding calendarPermission resource. Read-only.' 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.' + description: 'true if the user has the permission to share the calendar, false otherwise. Only the user who created the calendar can share it. Read-only.' nullable: true canViewPrivateItems: type: boolean - description: 'true if the user can read calendar items that have been marked private, false otherwise.' + description: 'true if the user can read calendar items that have been marked private, false otherwise. This property is set through an Outlook client or the corresponding calendarPermission resource. Read-only.' nullable: true changeKey: type: string @@ -7471,7 +7471,7 @@ components: $ref: '#/components/schemas/microsoft.graph.onlineMeetingProviderType' hexColor: type: string - description: 'The calendar color, expressed in a hex color code of three hexadecimal values, each ranging from 00 to FF and representing the red, green, or blue components of the color in the RGB color space. If the user has never explicitly set a color for the calendar, this property is empty. Read-only.' + description: 'The calendar color, expressed in a hex color code of three hexadecimal values, each ranging from 00 to FF and representing the red, green, or blue components of the color in the RGB color space. If the user has never explicitly set a color for the calendar, this property is empty.' nullable: true isDefaultCalendar: type: boolean @@ -7583,11 +7583,11 @@ components: properties: address: type: string - description: The email address of the person or entity. + description: The email address of an entity instance. nullable: true name: type: string - description: The display name of the person or entity. + description: The display name of an entity instance. nullable: true additionalProperties: type: object @@ -7626,7 +7626,7 @@ components: nullable: true horizontalAlignment: type: string - description: 'Represents the horizontal alignment for the specified object. The possible values are: General, Left, Center, Right, Fill, Justify, CenterAcrossSelection, Distributed.' + description: 'Represents the horizontal alignment for the specified object. Possible values are: General, Left, Center, Right, Fill, Justify, CenterAcrossSelection, Distributed.' nullable: true rowHeight: type: number @@ -7635,7 +7635,7 @@ components: nullable: true verticalAlignment: type: string - description: 'Represents the vertical alignment for the specified object. The possible values are: Top, Center, Bottom, Justify, Distributed.' + description: 'Represents the vertical alignment for the specified object. Possible values are: Top, Center, Bottom, Justify, Distributed.' nullable: true wrapText: type: boolean @@ -7882,12 +7882,12 @@ components: 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. 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 is 2014-01-01T00:00:00Z.' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true capabilityStatus: type: string - description: 'Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. See a detailed description of each value.' + description: 'Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut.' nullable: true service: type: string @@ -8061,7 +8061,7 @@ components: properties: forceChangePasswordNextSignIn: type: boolean - description: true if the user must change her password on the next login; otherwise false. + description: 'If true, at next sign-in, the user must change their password. After a password change, this property will be automatically reset to false. If not set, default is false.' nullable: true forceChangePasswordNextSignInWithMfa: type: boolean @@ -8097,7 +8097,7 @@ components: properties: archiveFolder: type: string - description: Folder ID of an archive folder for the user. + description: Folder ID of an archive folder for the user. Read only. nullable: true automaticRepliesSetting: $ref: '#/components/schemas/microsoft.graph.automaticRepliesSetting' @@ -8477,11 +8477,11 @@ components: properties: agreementFileId: type: string - description: The identifier of the agreement file accepted by the user. + description: ID of the agreement file accepted by the user. nullable: true agreementId: type: string - description: The identifier of the agreement. + description: ID of the agreement. nullable: true deviceDisplayName: type: string @@ -8493,22 +8493,22 @@ components: nullable: true deviceOSType: type: string - description: The operating system used to accept the agreement. + description: The operating system used for accepting the agreement. nullable: true deviceOSVersion: type: string - description: The operating system version of the device used to accept the agreement. + description: The operating system version of the device used for accepting the agreement. 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: 'The expiration date time of the acceptance. 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''' + description: 'The expiration date time of the acceptance. 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 is 2014-01-01T00:00:00Z' 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: '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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true state: @@ -8523,7 +8523,7 @@ components: nullable: true userId: type: string - description: The identifier of the user who accepted the agreement. + description: ID of the user who accepted the agreement. nullable: true userPrincipalName: type: string @@ -8539,24 +8539,24 @@ components: properties: activationLockBypassCode: type: string - description: Code that allows the Activation Lock on a device to be bypassed. + description: Code that allows the Activation Lock on a device to be bypassed. This property is read-only. nullable: true androidSecurityPatchLevel: type: string - description: Android security patch level + description: Android security patch level. This property is read-only. nullable: true azureADDeviceId: type: string - description: The unique identifier for the Azure Active Directory device. Read only. + description: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. nullable: true azureADRegistered: type: boolean - description: Whether the device is Azure Active Directory registered. + description: Whether the device is Azure Active Directory registered. This property is read-only. nullable: true 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 + description: The DateTime when device compliance grace period expires. This property is read-only. format: date-time complianceState: $ref: '#/components/schemas/microsoft.graph.complianceState' @@ -8566,10 +8566,10 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.deviceActionResult' - description: List of ComplexType deviceActionResult objects. + description: List of ComplexType deviceActionResult objects. This property is read-only. deviceCategoryDisplayName: type: string - description: Device category display name + description: Device category display name. This property is read-only. nullable: true deviceEnrollmentType: $ref: '#/components/schemas/microsoft.graph.deviceEnrollmentType' @@ -8577,30 +8577,30 @@ components: $ref: '#/components/schemas/microsoft.graph.deviceHealthAttestationState' deviceName: type: string - description: Name of the device + description: Name of the device. This property is read-only. nullable: true deviceRegistrationState: $ref: '#/components/schemas/microsoft.graph.deviceRegistrationState' easActivated: type: boolean - description: Whether the device is Exchange ActiveSync activated. + description: Whether the device is Exchange ActiveSync activated. This property is read-only. 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. + description: Exchange ActivationSync activation time of the device. This property is read-only. format: date-time easDeviceId: type: string - description: Exchange ActiveSync Id of the device. + description: Exchange ActiveSync Id of the device. This property is read-only. nullable: true emailAddress: type: string - description: Email(s) for the user associated with the device + description: Email(s) for the user associated with the device. This property is read-only. 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. + description: Enrollment time of the device. This property is read-only. format: date-time exchangeAccessState: $ref: '#/components/schemas/microsoft.graph.deviceManagementExchangeAccessState' @@ -8609,30 +8609,30 @@ components: 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. + description: Last time the device contacted Exchange. This property is read-only. format: date-time freeStorageSpaceInBytes: type: integer - description: Free Storage in Bytes + description: Free Storage in Bytes. This property is read-only. format: int64 imei: type: string - description: IMEI + description: IMEI. This property is read-only. nullable: true isEncrypted: type: boolean - description: Device encryption status + description: Device encryption status. This property is read-only. isSupervised: type: boolean - description: Device supervised status + description: Device supervised status. This property is read-only. jailBroken: type: string - description: whether the device is jail broken or rooted. + description: whether the device is jail broken or rooted. This property is read-only. nullable: true 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. + description: The date and time that the device last completed a successful sync with Intune. This property is read-only. format: date-time managedDeviceName: type: string @@ -8644,65 +8644,65 @@ components: $ref: '#/components/schemas/microsoft.graph.managementAgentType' manufacturer: type: string - description: Manufacturer of the device + description: Manufacturer of the device. This property is read-only. nullable: true meid: type: string - description: MEID + description: MEID. This property is read-only. nullable: true model: type: string - description: Model of the device + description: Model of the device. This property is read-only. nullable: true operatingSystem: type: string - description: 'Operating system of the device. Windows, iOS, etc.' + description: 'Operating system of the device. Windows, iOS, etc. This property is read-only.' nullable: true osVersion: type: string - description: Operating system version of the device. + description: Operating system version of the device. This property is read-only. nullable: true partnerReportedThreatState: $ref: '#/components/schemas/microsoft.graph.managedDevicePartnerReportedHealthState' phoneNumber: type: string - description: Phone number of the device + description: Phone number of the device. This property is read-only. nullable: true remoteAssistanceSessionErrorDetails: type: string - description: An error string that identifies issues when creating Remote Assistance session objects. + description: An error string that identifies issues when creating Remote Assistance session objects. This property is read-only. nullable: true remoteAssistanceSessionUrl: type: string - description: Url that allows a Remote Assistance session to be established with the device. + description: Url that allows a Remote Assistance session to be established with the device. This property is read-only. nullable: true serialNumber: type: string - description: SerialNumber + description: SerialNumber. This property is read-only. nullable: true subscriberCarrier: type: string - description: Subscriber Carrier + description: Subscriber Carrier. This property is read-only. nullable: true totalStorageSpaceInBytes: type: integer - description: Total Storage in Bytes + description: Total Storage in Bytes. This property is read-only. format: int64 userDisplayName: type: string - description: User display name + description: User display name. This property is read-only. nullable: true userId: type: string - description: Unique Identifier for the user associated with the device + description: Unique Identifier for the user associated with the device. This property is read-only. nullable: true userPrincipalName: type: string - description: Device user principal name + description: Device user principal name. This property is read-only. nullable: true wiFiMacAddress: type: string - description: Wi-Fi MAC + description: Wi-Fi MAC. This property is read-only. nullable: true deviceCompliancePolicyStates: type: array @@ -8778,7 +8778,7 @@ components: 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 management service. + description: Zero or more policys already applied on the registered app when it last synchronized with managment service. intendedPolicies: type: array items: @@ -8825,7 +8825,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.plannerTask' - description: Read-only. Nullable. Returns the plannerPlans shared with the user. + description: Read-only. Nullable. Returns the plannerTasks assigned to the user. additionalProperties: type: object microsoft.graph.officeGraphInsights: @@ -8838,17 +8838,17 @@ components: 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.' + description: Access this property from the derived type itemInsights. 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.' + description: Access this property from the derived type itemInsights. 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.' + description: Access this property from the derived type itemInsights. additionalProperties: type: object microsoft.graph.userSettings: @@ -8971,7 +8971,7 @@ components: properties: activity: type: string - description: 'The supplemental information to a user''s availability. Possible values are Available, Away, BeRightBack, Busy, DoNotDisturb, InACall, InAConferenceCall, Inactive, InAMeeting, Offline, OffWork, OutOfOffice, PresenceUnknown, Presenting, UrgentInterruptionsOnly.' + description: 'The supplemental information to a user''s availability. Possible values are Available, Away, BeRightBack, Busy, DoNotDisturb, InACall, InAConferenceCall, Inactive,InAMeeting, Offline, OffWork,OutOfOffice, PresenceUnknown,Presenting, UrgentInterruptionsOnly.' nullable: true availability: type: string @@ -9249,7 +9249,7 @@ components: 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.' + description: 'A collection of the days of the week on which the event occurs. 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: @@ -9362,15 +9362,15 @@ components: nullable: true sideIndex: type: string - description: 'Constant value that indicates the specific side of the border. The possible values are: EdgeTop, EdgeBottom, EdgeLeft, EdgeRight, InsideVertical, InsideHorizontal, DiagonalDown, DiagonalUp. Read-only.' + description: 'Constant value that indicates the specific side of the border. Possible values are: EdgeTop, EdgeBottom, EdgeLeft, EdgeRight, InsideVertical, InsideHorizontal, DiagonalDown, DiagonalUp. Read-only.' nullable: true style: type: string - description: 'One of the constants of line style specifying the line style for the border. The possible values are: None, Continuous, Dash, DashDot, DashDotDot, Dot, Double, SlantDashDot.' + description: 'One of the constants of line style specifying the line style for the border. Possible values are: None, Continuous, Dash, DashDot, DashDotDot, Dot, Double, SlantDashDot.' nullable: true weight: type: string - description: 'Specifies the weight of the border around a range. The possible values are: Hairline, Thin, Medium, Thick.' + description: 'Specifies the weight of the border around a range. Possible values are: Hairline, Thin, Medium, Thick.' nullable: true additionalProperties: type: object @@ -9415,7 +9415,7 @@ components: nullable: true underline: type: string - description: 'Type of underline applied to the font. The possible values are: None, Single, Double, SingleAccountant, DoubleAccountant.' + description: 'Type of underline applied to the font. Possible values are: None, Single, Double, SingleAccountant, DoubleAccountant.' nullable: true additionalProperties: type: object @@ -9499,7 +9499,7 @@ components: 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.' + description: 'Indicates what type of reference is associated with the name. Possible values are: String, Integer, Double, Boolean, Range. Read-only.' nullable: true value: $ref: '#/components/schemas/microsoft.graph.Json' @@ -9574,7 +9574,7 @@ components: 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.' + description: 'Constant value that represents the Table style. 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 @@ -9638,7 +9638,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.recipient' - description: The email addresses to which a message should be redirected. + description: The email address to which a message should be redirected. stopProcessingRules: type: boolean description: Indicates whether subsequent rules should be evaluated. @@ -9860,7 +9860,7 @@ components: 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.' + 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}$' @@ -10434,7 +10434,7 @@ components: 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. + description: 'A unique token that can be used to access this shared item via the [shares API][]. Read-only.' nullable: true additionalProperties: type: object @@ -10876,14 +10876,14 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.plannerBucket' - description: Read-only. Nullable. Collection of buckets in the plan. + description: Collection of buckets in the plan. Read-only. Nullable. 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. + description: Collection of tasks in the plan. Read-only. Nullable. additionalProperties: type: object microsoft.graph.plannerTask: @@ -11292,7 +11292,7 @@ components: properties: messageId: type: string - description: The unique identifier of a message in a Microsoft Teams channel. + description: The unique identifier for a message in a Microsoft Teams channel. nullable: true replyChainMessageId: type: string @@ -11467,7 +11467,7 @@ components: nullable: true allowCreateUpdateChannels: type: boolean - description: 'If set to true, members can add and update channels.' + description: 'If set to true, members can add and update any channels.' nullable: true allowCreateUpdateRemoveConnectors: type: boolean @@ -11678,7 +11678,7 @@ components: 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.' + description: 'The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select.' assignedLicenses: type: array items: @@ -11715,7 +11715,7 @@ components: 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.' + 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).' nullable: true licenseProcessingState: $ref: '#/components/schemas/microsoft.graph.licenseProcessingState' @@ -11776,13 +11776,13 @@ components: 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. + description: The preferred language for a 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.' + 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 for 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 @@ -11799,7 +11799,7 @@ components: 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.' + description: 'Specifies a 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 @@ -11815,11 +11815,11 @@ components: 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. Supported only on the Get group API (GET /groups/{ID}).' + description: 'true if the group is not displayed in certain parts of the Outlook user interface: in the Address Book, in address lists for selecting message recipients, and in the Browse Groups dialog for searching groups; false otherwise. Default value is false. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}).' 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. Supported only on the Get group API (GET /groups/{ID}).' + description: 'true if the group is not displayed in Outlook clients, such as Outlook for Windows and Outlook on the web, false otherwise. Default value is false. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}).' nullable: true isSubscribedByMail: type: boolean @@ -11829,7 +11829,7 @@ components: 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. Supported only on the Get group API (GET /groups/{ID}).' + description: 'Count of conversations that have received new posts since the signed-in user last visited the group. This property is the same as unseenConversationsCount.Returned only on $select. Supported only on the Get group API (GET /groups/{ID}).' format: int32 nullable: true isArchived: @@ -11846,12 +11846,12 @@ components: 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.' + description: 'Groups and administrative units 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.' + description: 'Users, contacts, and groups that are members of this group. HTTP Methods: GET (supported for all groups), POST (supported for security groups and mail-enabled security groups), DELETE (supported only for security groups) Read-only. Nullable.' membersWithLicenseErrors: type: array items: @@ -11861,7 +11861,7 @@ components: 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.' + description: 'The owners of the group. The owners are a set of non-admin users who are allowed to modify this object. HTTP Methods: GET (supported for all groups), POST (supported for security groups and mail-enabled security groups), DELETE (supported only for security groups) Read-only. Nullable.' permissionGrants: type: array items: @@ -11870,7 +11870,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.groupSetting' - description: Read-only. Nullable. + description: 'Settings that can govern this group''s behavior, like whether members can invite guest users to the group. Nullable.' transitiveMemberOf: type: array items: @@ -11900,7 +11900,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.event' - description: The group's calendar events. + description: The group's events. photo: $ref: '#/components/schemas/microsoft.graph.profilePhoto' photos: @@ -12343,7 +12343,7 @@ components: description: Represents whether the casing impacted the last sort of the table. Read-only. method: type: string - description: 'Represents Chinese character ordering method last used to sort the table. The possible values are: PinYin, StrokeCount. Read-only.' + description: 'Represents Chinese character ordering method last used to sort the table. Possible values are: PinYin, StrokeCount. Read-only.' additionalProperties: type: object microsoft.graph.messageActionFlag: @@ -12492,7 +12492,7 @@ components: properties: upgradeAvailable: type: boolean - description: Indicates whether there are higher storage quota plans available. Read-only. + description: Indicates if there are higher storage quota plans available. Read-only. nullable: true additionalProperties: type: object @@ -12678,12 +12678,12 @@ components: nullable: true latitude: type: number - description: 'Optional. The latitude, in decimal, for the item. Read-only.' + description: 'Optional. The latitude, in decimal, for the item. Writable on OneDrive Personal.' format: double nullable: true longitude: type: number - description: 'Optional. The longitude, in decimal, for the item. Read-only.' + description: 'Optional. The longitude, in decimal, for the item. Writable on OneDrive Personal.' format: double nullable: true additionalProperties: @@ -12755,7 +12755,7 @@ components: 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. + description: The date and time the photo was taken in UTC time. Read-only. format: date-time nullable: true additionalProperties: @@ -12966,7 +12966,7 @@ components: 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.' + 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. Nullable.' tables: type: array items: @@ -13014,14 +13014,14 @@ components: 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.' + description: '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. Required. 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. + description: Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 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. Optional. 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.' + 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 @@ -13029,12 +13029,12 @@ components: nullable: true encryptionCertificateId: type: string - description: A custom app-provided identifier to help identify the certificate needed to decrypt resource data. Optional. + description: A custom app-provided identifier to help identify the certificate needed to decrypt resource data. Optional. Required when includeResourceData is true. 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.' + description: '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. Required.' format: date-time includeResourceData: type: boolean @@ -13054,10 +13054,10 @@ components: 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. + description: The URL of the endpoint that receives the change notifications. This URL must make use of the HTTPS protocol. Required. 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. + description: Specifies the resource that will be monitored for changes. Do not include the base URL (https://graph.microsoft.com/beta/). See the possible resource path values for each supported resource. Required. additionalProperties: type: object microsoft.graph.thumbnailSet: @@ -13084,7 +13084,6 @@ components: properties: content: type: string - description: The content stream for this version of the item. format: base64url nullable: true size: @@ -14007,7 +14006,7 @@ components: properties: accountEnabled: type: boolean - description: 'true if the account is enabled; otherwise, false. Required.' + description: 'true if the account is enabled; otherwise, false. default is true.' nullable: true alternativeSecurityIds: type: array @@ -14028,7 +14027,7 @@ components: nullable: true deviceId: type: string - description: Unique identifier set by Azure Device Registration Service at the time of registration. + description: Identifier set by Azure Device Registration Service at the time of registration. nullable: true deviceMetadata: type: string @@ -14073,7 +14072,7 @@ components: nullable: true operatingSystemVersion: type: string - description: The version of the operating system on the device. Required. + description: Operating system version of the device. Required. nullable: true physicalIds: type: array @@ -14091,7 +14090,7 @@ components: 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 devices), AzureAd (Cloud only joined devices), ServerAd (on-premises domain joined devices joined to Azure AD). For more details, see Introduction to device management in Azure Active Directory' + description: 'Type of trust for the joined device. Read-only. Possible values: Workplace (indicates bring your own personal devices), AzureAd (Cloud only joined devices), ServerAd (on-premises domain joined devices joined to Azure AD). For more details, see Introduction to device management in Azure Active Directory' nullable: true memberOf: type: array @@ -14160,11 +14159,11 @@ components: nullable: true recipientUserId: type: string - description: User ID of the recipient of the offer shift request. + 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. + description: User id of the sender of the offer shift request. nullable: true additionalProperties: type: object @@ -14246,7 +14245,7 @@ components: properties: recipientShiftId: type: string - description: ShiftId for the recipient user with whom the request is to swap. + description: Shift ID for the recipient user with whom the request is to swap. nullable: true additionalProperties: type: object @@ -14332,12 +14331,12 @@ components: $ref: '#/components/schemas/microsoft.graph.channelIdentity' chatId: type: string - description: The identity of the chat in which the message was posted. + description: 'If the message was sent in a chat, represents the identity of the chat.' 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. + description: Timestamp of when the chat message was created. format: date-time nullable: true deletedDateTime: @@ -14357,18 +14356,18 @@ components: 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. + description: Read only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the 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.' + description: 'Read only. Timestamp when the chat message is created (initial setting) or modified, 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. + description: Locale of the chat message set by the client. Always set to en-us. mentions: type: array items: @@ -14385,7 +14384,7 @@ components: description: 'Reactions for this chat message (for example, Like).' 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) + 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 @@ -14397,15 +14396,18 @@ components: nullable: true webUrl: type: string + description: Read-only. Link to the message in Microsoft Teams. nullable: true hostedContents: type: array items: $ref: '#/components/schemas/microsoft.graph.chatMessageHostedContent' + description: 'Content in a message hosted by Microsoft Teams e.g. images, code snippets etc.' replies: type: array items: $ref: '#/components/schemas/microsoft.graph.chatMessage' + description: Replies for a specified message. additionalProperties: type: object microsoft.graph.teamsTab: @@ -14459,18 +14461,23 @@ components: properties: clientAppId: type: string + description: ID of the service principal of the Azure AD app that has been granted access. Read-only. nullable: true clientId: type: string + description: ID of the Azure AD app that has been granted access. Read-only. nullable: true permission: type: string + description: The name of the permission. Read-only. nullable: true permissionType: type: string + description: 'The type of permission. Possible values are: Application,Delegated. Read-only.' nullable: true resourceAppId: type: string + description: ID of the Azure AD app that is hosting the resource. Read-only. nullable: true additionalProperties: type: object @@ -14661,7 +14668,7 @@ components: nullable: true teamsAppId: type: string - description: The ID from the Teams app manifest. + description: The id from the Teams App manifest. nullable: true version: type: string @@ -14911,7 +14918,7 @@ components: nullable: true dataOption: type: string - description: 'Represents additional sorting options for this field. The possible values are: Normal, TextAsNumber.' + description: 'Represents additional sorting options for this field. Possible values are: Normal, TextAsNumber.' icon: $ref: '#/components/schemas/microsoft.graph.workbookIcon' key: @@ -14922,7 +14929,7 @@ components: format: int32 sortOn: type: string - description: 'Represents the type of sorting of this condition. The possible values are: Value, CellColor, FontColor, Icon.' + description: 'Represents the type of sorting of this condition. Possible values are: Value, CellColor, FontColor, Icon.' additionalProperties: type: object microsoft.graph.hashes: @@ -14931,7 +14938,7 @@ components: properties: crc32Hash: type: string - description: The CRC32 value of the file in little endian (if available). Read-only. + description: The CRC32 value of the file (if available). Read-only. nullable: true quickXorHash: type: string @@ -14996,7 +15003,7 @@ components: properties: content: type: string - description: The content of comment. + description: The content of the comment. nullable: true contentType: type: string @@ -15415,7 +15422,7 @@ components: nullable: true contentType: type: string - description: 'The media type of the content attachment. It can have the following values: reference: Attachment is a link to another file. Populate the contentURL with the link to the object.file: Raw file attachment. Populate the contenturl field with the base64 encoding of the file in data: format.image/: Image type with the type of the image specified ex: image/png, image/jpeg, image/gif. Populate the contentUrl field with the base64 encoding of the file in data: format.video/: Video type with the format specified. Ex: video/mp4. Populate the contentUrl field with the base64 encoding of the file in data: format.audio/: Audio type with the format specified. Ex: audio/wmw. Populate the contentUrl field with the base64 encoding of the file in data: format.application/card type: Rich card attachment type with the card type specifying the exact card format to use. Set content with the json format of the card. Supported values for card type include:application/vnd.microsoft.card.adaptive: A rich card that can contain any combination of text, speech, images,,buttons, and input fields. Set the content property to,an AdaptiveCard object.application/vnd.microsoft.card.animation: A rich card that plays animation. Set the content property,to an AnimationCardobject.application/vnd.microsoft.card.audio: A rich card that plays audio files. Set the content property,to an AudioCard object.application/vnd.microsoft.card.video: A rich card that plays videos. Set the content property,to a VideoCard object.application/vnd.microsoft.card.hero: A Hero card. Set the content property to a HeroCard object.application/vnd.microsoft.card.thumbnail: A Thumbnail card. Set the content property to a ThumbnailCard object.application/vnd.microsoft.com.card.receipt: A Receipt card. Set the content property to a ReceiptCard object.application/vnd.microsoft.com.card.signin: A user Sign In card. Set the content property to a SignInCard object.' + description: 'The media type of the content attachment. It can have the following values: reference: Attachment is a link to another file. Populate the contentURL with the link to the object.Any contentTypes supported by the Bot Framework''s Attachment objectapplication/vnd.microsoft.card.codesnippet: A code snippet. application/vnd.microsoft.card.announcement: An announcement header.' nullable: true contentUrl: type: string @@ -15553,7 +15560,7 @@ components: properties: name: type: string - description: Name of the setting (as defined by the groupSettingTemplate). + description: Name of the setting (as defined by the directorySettingTemplate). nullable: true value: type: string @@ -15598,7 +15605,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.attachment' - description: Read-only. Nullable. + description: 'The collection of fileAttachment, itemAttachment, and referenceAttachment attachments for the post. Read-only. Nullable.' extensions: type: array items: @@ -15750,7 +15757,7 @@ components: format: int32 set: type: string - description: 'Represents the set that the icon is part of. The possible values are: Invalid, ThreeArrows, ThreeArrowsGray, ThreeFlags, ThreeTrafficLights1, ThreeTrafficLights2, ThreeSigns, ThreeSymbols, ThreeSymbols2, FourArrows, FourArrowsGray, FourRedToBlack, FourRating, FourTrafficLights, FiveArrows, FiveArrowsGray, FiveRating, FiveQuarters, ThreeStars, ThreeTriangles, FiveBoxes.' + description: 'Represents the set that the icon is part of. Possible values are: Invalid, ThreeArrows, ThreeArrowsGray, ThreeFlags, ThreeTrafficLights1, ThreeTrafficLights2, ThreeSigns, ThreeSymbols, ThreeSymbols2, FourArrows, FourArrowsGray, FourRedToBlack, FourRating, FourTrafficLights, FiveArrows, FiveArrowsGray, FiveRating, FiveQuarters, ThreeStars, ThreeTriangles, FiveBoxes.' additionalProperties: type: object microsoft.graph.workbookCommentReply: @@ -15761,11 +15768,11 @@ components: properties: content: type: string - description: The content of a comment reply. + description: The content of replied comment. nullable: true contentType: type: string - description: Indicates the type for the comment reply. + description: Indicates the type for the replied comment. additionalProperties: type: object microsoft.graph.workbookOperationError: @@ -15920,7 +15927,7 @@ components: nullable: true contentType: type: string - description: 'Write only. Content type. sicj as image/png, image/jpg.' + description: 'Write only. Content type, such as image/png, image/jpg.' nullable: true additionalProperties: type: object diff --git a/openApiDocs/v1.0/Users.yml b/openApiDocs/v1.0/Users.yml index 54edc50cac7..e2a9a9de5c7 100644 --- a/openApiDocs/v1.0/Users.yml +++ b/openApiDocs/v1.0/Users.yml @@ -5445,30 +5445,30 @@ components: properties: accountEnabled: type: boolean - description: 'true if the account is enabled; otherwise, false. This property is required when a user is created. Supports $filter.' + description: 'true if the account is enabled; otherwise, false. This property is required when a user is created. Returned only on $select. 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.' + 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. Returned only on $select.' nullable: true assignedLicenses: type: array items: $ref: '#/components/schemas/microsoft.graph.assignedLicense' - description: The licenses that are assigned to the user. Returned only on $select. Not nullable. Supports $filter. + description: The licenses that are assigned to the user. Not nullable. Supports $filter. assignedPlans: type: array items: $ref: '#/components/schemas/microsoft.graph.assignedPlan' - description: The plans that are assigned to the user. Read-only. Not nullable. + description: The plans that are assigned to the user. Returned only on $select. 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. Read-only for users synced from on-premises directory. Returned by default.' + description: The telephone numbers for the user. Only one number can be set for this property. Returned by default. Read-only for users synced from on-premises directory. city: type: string - description: The city in which the user is located. Supports $filter. + description: The city in which the user is located. Returned only on $select. Supports $filter. nullable: true companyName: type: string @@ -5476,29 +5476,29 @@ components: 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.' + 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. Returned only on $select.' nullable: true country: type: string - description: 'The country/region in which the user is located; for example, ''US'' or ''UK''. Supports $filter.' + description: 'The country/region in which the user is located; for example, ''US'' or ''UK''. Returned only on $select. 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. + description: The date and time the user was created. The value cannot be modified and is automatically populated when the entity is created. The DateTimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. Property is nullable. A null value indicates that an accurate creation time couldn't be determined for the user. Returned only on $select. Read-only. Supports $filter. 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.' + 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). Returned only on $select. Read-only.' nullable: true department: type: string - description: The name for the department in which the user works. Supports $filter. + description: The name for the department in which the user works. Returned only on $select. Supports $filter. nullable: true 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. Returned by default. Supports $filter and $orderby.' + description: 'The name displayed in the address book for the user. This value 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. Returned by default. 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])$' @@ -5528,7 +5528,7 @@ components: nullable: true faxNumber: type: string - description: The fax number of the user. + description: The fax number of the user. Returned only on $select. nullable: true givenName: type: string @@ -5538,7 +5538,7 @@ components: 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.' + 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. Returned only on $select. Supports $filter.' imAddresses: type: array items: @@ -5556,29 +5556,29 @@ components: 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 is 2014-01-01T00:00:00Z' + description: 'The time when this Azure AD user last changed their password. 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 is 2014-01-01T00:00:00Z Returned only on $select. Read-only.' 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.' + 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. Returned only on $select.' nullable: true licenseAssignmentStates: type: array items: $ref: '#/components/schemas/microsoft.graph.licenseAssignmentState' - description: State of license assignments for this user. Read-only. + description: State of license assignments for this user. Returned only on $select. Read-only. mail: type: string description: 'The SMTP address for the user, for example, ''jeff@contoso.onmicrosoft.com''. Returned by default. Supports $filter and endsWith.' nullable: true mailNickname: type: string - description: The mail alias for the user. This property must be specified when a user is created. Supports $filter. + description: The mail alias for the user. This property must be specified when a user is created. Returned only on $select. Supports $filter. nullable: true mobilePhone: type: string - description: The primary cellular telephone number for the user. Read-only for users synced from on-premises directory. Returned by default. + description: The primary cellular telephone number for the user. Returned by default. Read-only for users synced from on-premises directory. nullable: true officeLocation: type: string @@ -5586,59 +5586,59 @@ components: 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. + 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. Returned only on $select. 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.' + 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. Returned only on $select. 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.' + 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. Returned only on $select. 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 is 2014-01-01T00:00:00Z. Read-only.' + 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 is 2014-01-01T00:00:00Z. Returned only on $select. 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. + description: Errors when using Microsoft synchronization product during provisioning. Returned only on $select. 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. + 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. Returned only on $select. 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. + description: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Returned only on $select. 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 + 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). Returned only on $select. 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. + 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. Returned only on $select. 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.' + description: 'A list of additional email addresses for the user; for example: [''bob@contoso.com'', ''Robert@fabrikam.com''].Returned only on $select. 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''.' + 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''.Returned only on $select.' 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.' + 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. Returned only on $select.' nullable: true preferredLanguage: type: string @@ -5648,29 +5648,29 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.provisionedPlan' - description: The plans that are provisioned for the user. Read-only. Not nullable. + description: The plans that are provisioned for the user. Returned only on $select. 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.' + description: 'For example: [''SMTP: bob@contoso.com'', ''smtp: bob@sales.contoso.com''] The any operator is required for filter expressions on multi-valued properties. Returned only on $select. Read-only, Not nullable. Supports $filter.' 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.' + 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. Returned only on $select.' 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.' + 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. Use revokeSignInSessions to reset.' format: date-time nullable: true state: type: string - description: The state or province in the user's address. Supports $filter. + description: The state or province in the user's address. Returned only on $select. Supports $filter. nullable: true streetAddress: type: string - description: The street address of the user's place of business. + description: The street address of the user's place of business. Returned only on $select. nullable: true surname: type: string @@ -5678,7 +5678,7 @@ components: 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.' + 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. Returned only on $select. Supports $filter.' nullable: true userPrincipalName: type: string @@ -5686,7 +5686,7 @@ components: 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.' + description: 'A string value that can be used to classify user types in your directory, such as ''Member'' and ''Guest''. Returned only on $select. Supports $filter.' nullable: true mailboxSettings: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' @@ -5698,12 +5698,12 @@ components: format: int32 aboutMe: type: string - description: A freeform text entry field for the user to describe themselves. + description: A freeform text entry field for the user to describe themselves. Returned only on $select. 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 is 2014-01-01T00:00:00Z' + 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 is 2014-01-01T00:00:00Z Returned only on $select.' 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])$' @@ -5715,39 +5715,39 @@ components: items: type: string nullable: true - description: A list for the user to describe their interests. + description: A list for the user to describe their interests. Returned only on $select. mySite: type: string - description: The URL for the user's personal site. + description: The URL for the user's personal site. Returned only on $select. nullable: true pastProjects: type: array items: type: string nullable: true - description: A list for the user to enumerate their past projects. + description: A list for the user to enumerate their past projects. Returned only on $select. preferredName: type: string - description: The preferred name for the user. + description: The preferred name for the user. Returned only on $select. nullable: true responsibilities: type: array items: type: string nullable: true - description: A list for the user to enumerate their responsibilities. + description: A list for the user to enumerate their responsibilities. Returned only on $select. schools: type: array items: type: string nullable: true - description: A list for the user to enumerate the schools they have attended. + description: A list for the user to enumerate the schools they have attended. Returned only on $select. skills: type: array items: type: string nullable: true - description: A list for the user to enumerate their skills. + description: A list for the user to enumerate their skills. Returned only on $select. appRoleAssignments: type: array items: @@ -5774,7 +5774,7 @@ components: 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. + description: 'The groups, directory roles and administrative units that the user is a member of. Read-only. Nullable.' oauth2PermissionGrants: type: array items: @@ -5834,7 +5834,7 @@ components: 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. + description: The user's events. Default is to show events under the Default Calendar. Read-only. Nullable. inferenceClassification: $ref: '#/components/schemas/microsoft.graph.inferenceClassification' mailFolders: @@ -5853,7 +5853,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.person' - description: People that are relevant to the user. Read-only. Nullable. + description: 'Read-only. The most relevant people to the user. The collection is ordered by their relevance to the user, which is determined by the user''s communication, collaboration and business relationships. A person is an aggregation of information from across mail, contacts and social networks.' photo: $ref: '#/components/schemas/microsoft.graph.profilePhoto' photos: @@ -5876,7 +5876,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.extension' - description: The collection of open extensions defined for the user. Read-only. Nullable. + description: The collection of open extensions defined for the user. Nullable. agreementAcceptances: type: array items: @@ -6225,12 +6225,12 @@ components: 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. 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 is 2014-01-01T00:00:00Z.' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true capabilityStatus: type: string - description: 'Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. See a detailed description of each value.' + description: 'Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut.' nullable: true service: type: string @@ -6404,7 +6404,7 @@ components: properties: forceChangePasswordNextSignIn: type: boolean - description: true if the user must change her password on the next login; otherwise false. + description: 'If true, at next sign-in, the user must change their password. After a password change, this property will be automatically reset to false. If not set, default is false.' nullable: true forceChangePasswordNextSignInWithMfa: type: boolean @@ -6440,7 +6440,7 @@ components: properties: archiveFolder: type: string - description: Folder ID of an archive folder for the user. + description: Folder ID of an archive folder for the user. Read only. nullable: true automaticRepliesSetting: $ref: '#/components/schemas/microsoft.graph.automaticRepliesSetting' @@ -6537,15 +6537,15 @@ components: 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.' 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.' + 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, through an Outlook client or the corresponding calendarPermission resource. Read-only.' 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.' + description: 'true if the user has the permission to share the calendar, false otherwise. Only the user who created the calendar can share it. Read-only.' nullable: true canViewPrivateItems: type: boolean - description: 'true if the user can read calendar items that have been marked private, false otherwise.' + description: 'true if the user can read calendar items that have been marked private, false otherwise. This property is set through an Outlook client or the corresponding calendarPermission resource. Read-only.' nullable: true changeKey: type: string @@ -6557,7 +6557,7 @@ components: $ref: '#/components/schemas/microsoft.graph.onlineMeetingProviderType' hexColor: type: string - description: 'The calendar color, expressed in a hex color code of three hexadecimal values, each ranging from 00 to FF and representing the red, green, or blue components of the color in the RGB color space. If the user has never explicitly set a color for the calendar, this property is empty. Read-only.' + description: 'The calendar color, expressed in a hex color code of three hexadecimal values, each ranging from 00 to FF and representing the red, green, or blue components of the color in the RGB color space. If the user has never explicitly set a color for the calendar, this property is empty.' nullable: true isDefaultCalendar: type: boolean @@ -6766,19 +6766,19 @@ components: 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. + description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' calendar: $ref: '#/components/schemas/microsoft.graph.calendar' extensions: type: array items: $ref: '#/components/schemas/microsoft.graph.extension' - description: The collection of open extensions defined for the event. Read-only. Nullable. + description: The collection of open extensions defined for the event. Nullable. instances: type: array items: $ref: '#/components/schemas/microsoft.graph.event' - description: The instances of the event. Navigation property. Read-only. Nullable. + description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but does not include occurrences that have been cancelled from the series. Navigation property. Read-only. Nullable.' multiValueExtendedProperties: type: array items: @@ -6974,7 +6974,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.extension' - description: The collection of open extensions defined for the contact. Read-only. Nullable. + description: The collection of open extensions defined for the contact. Nullable. multiValueExtendedProperties: type: array items: @@ -7079,7 +7079,7 @@ components: $ref: '#/components/schemas/microsoft.graph.itemBody' bodyPreview: type: string - description: The first 255 characters of the message body. It is in text format. + description: 'The first 255 characters of the message body. It is in text format. If the message contains instances of mention, this property would contain a concatenation of these mentions as well.' nullable: true ccRecipients: type: array @@ -7386,11 +7386,11 @@ components: properties: agreementFileId: type: string - description: The identifier of the agreement file accepted by the user. + description: ID of the agreement file accepted by the user. nullable: true agreementId: type: string - description: The identifier of the agreement. + description: ID of the agreement. nullable: true deviceDisplayName: type: string @@ -7402,22 +7402,22 @@ components: nullable: true deviceOSType: type: string - description: The operating system used to accept the agreement. + description: The operating system used for accepting the agreement. nullable: true deviceOSVersion: type: string - description: The operating system version of the device used to accept the agreement. + description: The operating system version of the device used for accepting the agreement. 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: 'The expiration date time of the acceptance. 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''' + description: 'The expiration date time of the acceptance. 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 is 2014-01-01T00:00:00Z' 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: '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''' + 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true state: @@ -7432,7 +7432,7 @@ components: nullable: true userId: type: string - description: The identifier of the user who accepted the agreement. + description: ID of the user who accepted the agreement. nullable: true userPrincipalName: type: string @@ -7448,24 +7448,24 @@ components: properties: activationLockBypassCode: type: string - description: Code that allows the Activation Lock on a device to be bypassed. + description: Code that allows the Activation Lock on a device to be bypassed. This property is read-only. nullable: true androidSecurityPatchLevel: type: string - description: Android security patch level + description: Android security patch level. This property is read-only. nullable: true azureADDeviceId: type: string - description: The unique identifier for the Azure Active Directory device. Read only. + description: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. nullable: true azureADRegistered: type: boolean - description: Whether the device is Azure Active Directory registered. + description: Whether the device is Azure Active Directory registered. This property is read-only. nullable: true 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 + description: The DateTime when device compliance grace period expires. This property is read-only. format: date-time complianceState: $ref: '#/components/schemas/microsoft.graph.complianceState' @@ -7475,10 +7475,10 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.deviceActionResult' - description: List of ComplexType deviceActionResult objects. + description: List of ComplexType deviceActionResult objects. This property is read-only. deviceCategoryDisplayName: type: string - description: Device category display name + description: Device category display name. This property is read-only. nullable: true deviceEnrollmentType: $ref: '#/components/schemas/microsoft.graph.deviceEnrollmentType' @@ -7486,30 +7486,30 @@ components: $ref: '#/components/schemas/microsoft.graph.deviceHealthAttestationState' deviceName: type: string - description: Name of the device + description: Name of the device. This property is read-only. nullable: true deviceRegistrationState: $ref: '#/components/schemas/microsoft.graph.deviceRegistrationState' easActivated: type: boolean - description: Whether the device is Exchange ActiveSync activated. + description: Whether the device is Exchange ActiveSync activated. This property is read-only. 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. + description: Exchange ActivationSync activation time of the device. This property is read-only. format: date-time easDeviceId: type: string - description: Exchange ActiveSync Id of the device. + description: Exchange ActiveSync Id of the device. This property is read-only. nullable: true emailAddress: type: string - description: Email(s) for the user associated with the device + description: Email(s) for the user associated with the device. This property is read-only. 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. + description: Enrollment time of the device. This property is read-only. format: date-time exchangeAccessState: $ref: '#/components/schemas/microsoft.graph.deviceManagementExchangeAccessState' @@ -7518,30 +7518,30 @@ components: 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. + description: Last time the device contacted Exchange. This property is read-only. format: date-time freeStorageSpaceInBytes: type: integer - description: Free Storage in Bytes + description: Free Storage in Bytes. This property is read-only. format: int64 imei: type: string - description: IMEI + description: IMEI. This property is read-only. nullable: true isEncrypted: type: boolean - description: Device encryption status + description: Device encryption status. This property is read-only. isSupervised: type: boolean - description: Device supervised status + description: Device supervised status. This property is read-only. jailBroken: type: string - description: whether the device is jail broken or rooted. + description: whether the device is jail broken or rooted. This property is read-only. nullable: true 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. + description: The date and time that the device last completed a successful sync with Intune. This property is read-only. format: date-time managedDeviceName: type: string @@ -7553,65 +7553,65 @@ components: $ref: '#/components/schemas/microsoft.graph.managementAgentType' manufacturer: type: string - description: Manufacturer of the device + description: Manufacturer of the device. This property is read-only. nullable: true meid: type: string - description: MEID + description: MEID. This property is read-only. nullable: true model: type: string - description: Model of the device + description: Model of the device. This property is read-only. nullable: true operatingSystem: type: string - description: 'Operating system of the device. Windows, iOS, etc.' + description: 'Operating system of the device. Windows, iOS, etc. This property is read-only.' nullable: true osVersion: type: string - description: Operating system version of the device. + description: Operating system version of the device. This property is read-only. nullable: true partnerReportedThreatState: $ref: '#/components/schemas/microsoft.graph.managedDevicePartnerReportedHealthState' phoneNumber: type: string - description: Phone number of the device + description: Phone number of the device. This property is read-only. nullable: true remoteAssistanceSessionErrorDetails: type: string - description: An error string that identifies issues when creating Remote Assistance session objects. + description: An error string that identifies issues when creating Remote Assistance session objects. This property is read-only. nullable: true remoteAssistanceSessionUrl: type: string - description: Url that allows a Remote Assistance session to be established with the device. + description: Url that allows a Remote Assistance session to be established with the device. This property is read-only. nullable: true serialNumber: type: string - description: SerialNumber + description: SerialNumber. This property is read-only. nullable: true subscriberCarrier: type: string - description: Subscriber Carrier + description: Subscriber Carrier. This property is read-only. nullable: true totalStorageSpaceInBytes: type: integer - description: Total Storage in Bytes + description: Total Storage in Bytes. This property is read-only. format: int64 userDisplayName: type: string - description: User display name + description: User display name. This property is read-only. nullable: true userId: type: string - description: Unique Identifier for the user associated with the device + description: Unique Identifier for the user associated with the device. This property is read-only. nullable: true userPrincipalName: type: string - description: Device user principal name + description: Device user principal name. This property is read-only. nullable: true wiFiMacAddress: type: string - description: Wi-Fi MAC + description: Wi-Fi MAC. This property is read-only. nullable: true deviceCompliancePolicyStates: type: array @@ -7687,7 +7687,7 @@ components: 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 management service. + description: Zero or more policys already applied on the registered app when it last synchronized with managment service. intendedPolicies: type: array items: @@ -7734,7 +7734,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.plannerTask' - description: Read-only. Nullable. Returns the plannerPlans shared with the user. + description: Read-only. Nullable. Returns the plannerTasks assigned to the user. additionalProperties: type: object microsoft.graph.officeGraphInsights: @@ -7747,17 +7747,17 @@ components: 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.' + description: Access this property from the derived type itemInsights. 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.' + description: Access this property from the derived type itemInsights. 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.' + description: Access this property from the derived type itemInsights. additionalProperties: type: object microsoft.graph.onenote: @@ -7926,7 +7926,7 @@ components: properties: activity: type: string - description: 'The supplemental information to a user''s availability. Possible values are Available, Away, BeRightBack, Busy, DoNotDisturb, InACall, InAConferenceCall, Inactive, InAMeeting, Offline, OffWork, OutOfOffice, PresenceUnknown, Presenting, UrgentInterruptionsOnly.' + description: 'The supplemental information to a user''s availability. Possible values are Available, Away, BeRightBack, Busy, DoNotDisturb, InACall, InAConferenceCall, Inactive,InAMeeting, Offline, OffWork,OutOfOffice, PresenceUnknown,Presenting, UrgentInterruptionsOnly.' nullable: true availability: type: string @@ -8068,7 +8068,7 @@ components: 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.' + 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}$' @@ -8177,10 +8177,10 @@ components: 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).' + description: 'A single point of time in a combined date and time representation ({date}T{time}). For example, ''2019-04-16T09:00:00''.' timeZone: type: string - description: 'Represents a time zone, for example, ''Pacific Standard Time''. See below for more possible values.' + description: 'Represents a time zone, for example, ''Pacific Standard Time''. See below for possible values.' nullable: true additionalProperties: type: object @@ -8330,11 +8330,11 @@ components: properties: address: type: string - description: The email address of the person or entity. + description: The email address of an entity instance. nullable: true name: type: string - description: The display name of the person or entity. + description: The display name of an entity instance. nullable: true additionalProperties: type: object @@ -8563,7 +8563,7 @@ components: nullable: true name: type: string - description: The attachment's file name. + description: The display name of the attachment. This does not need to be the actual file name. nullable: true size: maximum: 2147483647 @@ -9220,7 +9220,7 @@ components: 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. + description: 'A unique token that can be used to access this shared item via the [shares API][]. Read-only.' nullable: true additionalProperties: type: object @@ -9692,14 +9692,14 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.plannerBucket' - description: Read-only. Nullable. Collection of buckets in the plan. + description: Collection of buckets in the plan. Read-only. Nullable. 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. + description: Collection of tasks in the plan. Read-only. Nullable. additionalProperties: type: object microsoft.graph.plannerTask: @@ -10182,7 +10182,7 @@ components: properties: messageId: type: string - description: The unique identifier of a message in a Microsoft Teams channel. + description: The unique identifier for a message in a Microsoft Teams channel. nullable: true replyChainMessageId: type: string @@ -10357,7 +10357,7 @@ components: nullable: true allowCreateUpdateChannels: type: boolean - description: 'If set to true, members can add and update channels.' + description: 'If set to true, members can add and update any channels.' nullable: true allowCreateUpdateRemoveConnectors: type: boolean @@ -10568,7 +10568,7 @@ components: 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.' + description: 'The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select.' assignedLicenses: type: array items: @@ -10605,7 +10605,7 @@ components: 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.' + 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).' nullable: true licenseProcessingState: $ref: '#/components/schemas/microsoft.graph.licenseProcessingState' @@ -10666,13 +10666,13 @@ components: 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. + description: The preferred language for a 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.' + 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 for 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 @@ -10689,7 +10689,7 @@ components: 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.' + description: 'Specifies a 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 @@ -10705,11 +10705,11 @@ components: 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. Supported only on the Get group API (GET /groups/{ID}).' + description: 'true if the group is not displayed in certain parts of the Outlook user interface: in the Address Book, in address lists for selecting message recipients, and in the Browse Groups dialog for searching groups; false otherwise. Default value is false. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}).' 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. Supported only on the Get group API (GET /groups/{ID}).' + description: 'true if the group is not displayed in Outlook clients, such as Outlook for Windows and Outlook on the web, false otherwise. Default value is false. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}).' nullable: true isSubscribedByMail: type: boolean @@ -10719,7 +10719,7 @@ components: 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. Supported only on the Get group API (GET /groups/{ID}).' + description: 'Count of conversations that have received new posts since the signed-in user last visited the group. This property is the same as unseenConversationsCount.Returned only on $select. Supported only on the Get group API (GET /groups/{ID}).' format: int32 nullable: true isArchived: @@ -10736,12 +10736,12 @@ components: 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.' + description: 'Groups and administrative units 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.' + description: 'Users, contacts, and groups that are members of this group. HTTP Methods: GET (supported for all groups), POST (supported for security groups and mail-enabled security groups), DELETE (supported only for security groups) Read-only. Nullable.' membersWithLicenseErrors: type: array items: @@ -10751,7 +10751,7 @@ components: 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.' + description: 'The owners of the group. The owners are a set of non-admin users who are allowed to modify this object. HTTP Methods: GET (supported for all groups), POST (supported for security groups and mail-enabled security groups), DELETE (supported only for security groups) Read-only. Nullable.' permissionGrants: type: array items: @@ -10760,7 +10760,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.groupSetting' - description: Read-only. Nullable. + description: 'Settings that can govern this group''s behavior, like whether members can invite guest users to the group. Nullable.' transitiveMemberOf: type: array items: @@ -10790,7 +10790,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.event' - description: The group's calendar events. + description: The group's events. photo: $ref: '#/components/schemas/microsoft.graph.profilePhoto' photos: @@ -10968,7 +10968,7 @@ components: 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.' + description: 'A collection of the days of the week on which the event occurs. 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: @@ -11219,7 +11219,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.recipient' - description: The email addresses to which a message should be redirected. + description: The email address to which a message should be redirected. stopProcessingRules: type: boolean description: Indicates whether subsequent rules should be evaluated. @@ -11438,7 +11438,7 @@ components: properties: upgradeAvailable: type: boolean - description: Indicates whether there are higher storage quota plans available. Read-only. + description: Indicates if there are higher storage quota plans available. Read-only. nullable: true additionalProperties: type: object @@ -11624,12 +11624,12 @@ components: nullable: true latitude: type: number - description: 'Optional. The latitude, in decimal, for the item. Read-only.' + description: 'Optional. The latitude, in decimal, for the item. Writable on OneDrive Personal.' format: double nullable: true longitude: type: number - description: 'Optional. The longitude, in decimal, for the item. Read-only.' + description: 'Optional. The longitude, in decimal, for the item. Writable on OneDrive Personal.' format: double nullable: true additionalProperties: @@ -11701,7 +11701,7 @@ components: 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. + description: The date and time the photo was taken in UTC time. Read-only. format: date-time nullable: true additionalProperties: @@ -11912,7 +11912,7 @@ components: 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.' + 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. Nullable.' tables: type: array items: @@ -11960,14 +11960,14 @@ components: 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.' + description: '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. Required. 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. + description: Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 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. Optional. 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.' + 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 @@ -11975,12 +11975,12 @@ components: nullable: true encryptionCertificateId: type: string - description: A custom app-provided identifier to help identify the certificate needed to decrypt resource data. Optional. + description: A custom app-provided identifier to help identify the certificate needed to decrypt resource data. Optional. Required when includeResourceData is true. 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.' + description: '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. Required.' format: date-time includeResourceData: type: boolean @@ -12000,10 +12000,10 @@ components: 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. + description: The URL of the endpoint that receives the change notifications. This URL must make use of the HTTPS protocol. Required. 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. + description: Specifies the resource that will be monitored for changes. Do not include the base URL (https://graph.microsoft.com/beta/). See the possible resource path values for each supported resource. Required. additionalProperties: type: object microsoft.graph.thumbnailSet: @@ -12030,7 +12030,6 @@ components: properties: content: type: string - description: The content stream for this version of the item. format: base64url nullable: true size: @@ -12935,7 +12934,7 @@ components: properties: accountEnabled: type: boolean - description: 'true if the account is enabled; otherwise, false. Required.' + description: 'true if the account is enabled; otherwise, false. default is true.' nullable: true alternativeSecurityIds: type: array @@ -12956,7 +12955,7 @@ components: nullable: true deviceId: type: string - description: Unique identifier set by Azure Device Registration Service at the time of registration. + description: Identifier set by Azure Device Registration Service at the time of registration. nullable: true deviceMetadata: type: string @@ -13001,7 +13000,7 @@ components: nullable: true operatingSystemVersion: type: string - description: The version of the operating system on the device. Required. + description: Operating system version of the device. Required. nullable: true physicalIds: type: array @@ -13019,7 +13018,7 @@ components: 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 devices), AzureAd (Cloud only joined devices), ServerAd (on-premises domain joined devices joined to Azure AD). For more details, see Introduction to device management in Azure Active Directory' + description: 'Type of trust for the joined device. Read-only. Possible values: Workplace (indicates bring your own personal devices), AzureAd (Cloud only joined devices), ServerAd (on-premises domain joined devices joined to Azure AD). For more details, see Introduction to device management in Azure Active Directory' nullable: true memberOf: type: array @@ -13088,11 +13087,11 @@ components: nullable: true recipientUserId: type: string - description: User ID of the recipient of the offer shift request. + 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. + description: User id of the sender of the offer shift request. nullable: true additionalProperties: type: object @@ -13174,7 +13173,7 @@ components: properties: recipientShiftId: type: string - description: ShiftId for the recipient user with whom the request is to swap. + description: Shift ID for the recipient user with whom the request is to swap. nullable: true additionalProperties: type: object @@ -13260,12 +13259,12 @@ components: $ref: '#/components/schemas/microsoft.graph.channelIdentity' chatId: type: string - description: The identity of the chat in which the message was posted. + description: 'If the message was sent in a chat, represents the identity of the chat.' 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. + description: Timestamp of when the chat message was created. format: date-time nullable: true deletedDateTime: @@ -13285,18 +13284,18 @@ components: 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. + description: Read only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the 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.' + description: 'Read only. Timestamp when the chat message is created (initial setting) or modified, 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. + description: Locale of the chat message set by the client. Always set to en-us. mentions: type: array items: @@ -13313,7 +13312,7 @@ components: description: 'Reactions for this chat message (for example, Like).' 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) + 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 @@ -13325,15 +13324,18 @@ components: nullable: true webUrl: type: string + description: Read-only. Link to the message in Microsoft Teams. nullable: true hostedContents: type: array items: $ref: '#/components/schemas/microsoft.graph.chatMessageHostedContent' + description: 'Content in a message hosted by Microsoft Teams e.g. images, code snippets etc.' replies: type: array items: $ref: '#/components/schemas/microsoft.graph.chatMessage' + description: Replies for a specified message. additionalProperties: type: object microsoft.graph.teamsTab: @@ -13387,18 +13389,23 @@ components: properties: clientAppId: type: string + description: ID of the service principal of the Azure AD app that has been granted access. Read-only. nullable: true clientId: type: string + description: ID of the Azure AD app that has been granted access. Read-only. nullable: true permission: type: string + description: The name of the permission. Read-only. nullable: true permissionType: type: string + description: 'The type of permission. Possible values are: Application,Delegated. Read-only.' nullable: true resourceAppId: type: string + description: ID of the Azure AD app that is hosting the resource. Read-only. nullable: true additionalProperties: type: object @@ -13589,7 +13596,7 @@ components: nullable: true teamsAppId: type: string - description: The ID from the Teams app manifest. + description: The id from the Teams App manifest. nullable: true version: type: string @@ -13766,7 +13773,7 @@ components: properties: crc32Hash: type: string - description: The CRC32 value of the file in little endian (if available). Read-only. + description: The CRC32 value of the file (if available). Read-only. nullable: true quickXorHash: type: string @@ -13831,7 +13838,7 @@ components: properties: content: type: string - description: The content of comment. + description: The content of the comment. nullable: true contentType: type: string @@ -13869,7 +13876,7 @@ components: 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.' + description: 'Indicates what type of reference is associated with the name. Possible values are: String, Integer, Double, Boolean, Range. Read-only.' nullable: true value: $ref: '#/components/schemas/microsoft.graph.Json' @@ -13933,7 +13940,7 @@ components: 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.' + description: 'Constant value that represents the Table style. 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 @@ -14370,7 +14377,7 @@ components: nullable: true contentType: type: string - description: 'The media type of the content attachment. It can have the following values: reference: Attachment is a link to another file. Populate the contentURL with the link to the object.file: Raw file attachment. Populate the contenturl field with the base64 encoding of the file in data: format.image/: Image type with the type of the image specified ex: image/png, image/jpeg, image/gif. Populate the contentUrl field with the base64 encoding of the file in data: format.video/: Video type with the format specified. Ex: video/mp4. Populate the contentUrl field with the base64 encoding of the file in data: format.audio/: Audio type with the format specified. Ex: audio/wmw. Populate the contentUrl field with the base64 encoding of the file in data: format.application/card type: Rich card attachment type with the card type specifying the exact card format to use. Set content with the json format of the card. Supported values for card type include:application/vnd.microsoft.card.adaptive: A rich card that can contain any combination of text, speech, images,,buttons, and input fields. Set the content property to,an AdaptiveCard object.application/vnd.microsoft.card.animation: A rich card that plays animation. Set the content property,to an AnimationCardobject.application/vnd.microsoft.card.audio: A rich card that plays audio files. Set the content property,to an AudioCard object.application/vnd.microsoft.card.video: A rich card that plays videos. Set the content property,to a VideoCard object.application/vnd.microsoft.card.hero: A Hero card. Set the content property to a HeroCard object.application/vnd.microsoft.card.thumbnail: A Thumbnail card. Set the content property to a ThumbnailCard object.application/vnd.microsoft.com.card.receipt: A Receipt card. Set the content property to a ReceiptCard object.application/vnd.microsoft.com.card.signin: A user Sign In card. Set the content property to a SignInCard object.' + description: 'The media type of the content attachment. It can have the following values: reference: Attachment is a link to another file. Populate the contentURL with the link to the object.Any contentTypes supported by the Bot Framework''s Attachment objectapplication/vnd.microsoft.card.codesnippet: A code snippet. application/vnd.microsoft.card.announcement: An announcement header.' nullable: true contentUrl: type: string @@ -14508,7 +14515,7 @@ components: properties: name: type: string - description: Name of the setting (as defined by the groupSettingTemplate). + description: Name of the setting (as defined by the directorySettingTemplate). nullable: true value: type: string @@ -14553,7 +14560,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.attachment' - description: Read-only. Nullable. + description: 'The collection of fileAttachment, itemAttachment, and referenceAttachment attachments for the post. Read-only. Nullable.' extensions: type: array items: @@ -14612,11 +14619,11 @@ components: properties: content: type: string - description: The content of a comment reply. + description: The content of replied comment. nullable: true contentType: type: string - description: Indicates the type for the comment reply. + description: Indicates the type for the replied comment. additionalProperties: type: object microsoft.graph.workbookOperationError: @@ -14697,7 +14704,7 @@ components: description: Represents whether the casing impacted the last sort of the table. Read-only. method: type: string - description: 'Represents Chinese character ordering method last used to sort the table. The possible values are: PinYin, StrokeCount. Read-only.' + description: 'Represents Chinese character ordering method last used to sort the table. Possible values are: PinYin, StrokeCount. Read-only.' additionalProperties: type: object microsoft.graph.workbookChart: @@ -14900,7 +14907,7 @@ components: nullable: true contentType: type: string - description: 'Write only. Content type. sicj as image/png, image/jpg.' + description: 'Write only. Content type, such as image/png, image/jpg.' nullable: true additionalProperties: type: object @@ -14927,7 +14934,7 @@ components: nullable: true dataOption: type: string - description: 'Represents additional sorting options for this field. The possible values are: Normal, TextAsNumber.' + description: 'Represents additional sorting options for this field. Possible values are: Normal, TextAsNumber.' icon: $ref: '#/components/schemas/microsoft.graph.workbookIcon' key: @@ -14938,7 +14945,7 @@ components: format: int32 sortOn: type: string - description: 'Represents the type of sorting of this condition. The possible values are: Value, CellColor, FontColor, Icon.' + description: 'Represents the type of sorting of this condition. Possible values are: Value, CellColor, FontColor, Icon.' additionalProperties: type: object microsoft.graph.workbookChartAxes: @@ -15163,7 +15170,7 @@ components: format: int32 set: type: string - description: 'Represents the set that the icon is part of. The possible values are: Invalid, ThreeArrows, ThreeArrowsGray, ThreeFlags, ThreeTrafficLights1, ThreeTrafficLights2, ThreeSigns, ThreeSymbols, ThreeSymbols2, FourArrows, FourArrowsGray, FourRedToBlack, FourRating, FourTrafficLights, FiveArrows, FiveArrowsGray, FiveRating, FiveQuarters, ThreeStars, ThreeTriangles, FiveBoxes.' + description: 'Represents the set that the icon is part of. Possible values are: Invalid, ThreeArrows, ThreeArrowsGray, ThreeFlags, ThreeTrafficLights1, ThreeTrafficLights2, ThreeSigns, ThreeSymbols, ThreeSymbols2, FourArrows, FourArrowsGray, FourRedToBlack, FourRating, FourTrafficLights, FiveArrows, FiveArrowsGray, FiveRating, FiveQuarters, ThreeStars, ThreeTriangles, FiveBoxes.' additionalProperties: type: object microsoft.graph.workbookChartAxis: diff --git a/profiles/Applications/crawl-log-v1.0-beta.json b/profiles/Applications/crawl-log-v1.0-beta.json index a94029b0428..de9e579d8b9 100644 --- a/profiles/Applications/crawl-log-v1.0-beta.json +++ b/profiles/Applications/crawl-log-v1.0-beta.json @@ -2,752 +2,752 @@ "resources": [], "operations": { "/applications": { - "originalLocation": "/openApiDocs/beta/Applications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Applications.yml" }, "/applications/{application-id}": { - "originalLocation": "/openApiDocs/beta/Applications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Applications.yml" }, "/applications/{application-id}/connectorGroup": { - "originalLocation": "/openApiDocs/beta/Applications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Applications.yml" }, "/applications/{application-id}/connectorGroup/$ref": { - "originalLocation": "/openApiDocs/beta/Applications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Applications.yml" }, "/applications/{application-id}/createdOnBehalfOf": { - "originalLocation": "/openApiDocs/beta/Applications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Applications.yml" }, "/applications/{application-id}/createdOnBehalfOf/$ref": { - "originalLocation": "/openApiDocs/beta/Applications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Applications.yml" }, "/applications/{application-id}/extensionProperties": { - "originalLocation": "/openApiDocs/beta/Applications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Applications.yml" }, "/applications/{application-id}/extensionProperties/{extensionProperty-id}": { - "originalLocation": "/openApiDocs/beta/Applications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Applications.yml" }, "/applications/{application-id}/homeRealmDiscoveryPolicies": { - "originalLocation": "/openApiDocs/beta/Applications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Applications.yml" }, "/applications/{application-id}/homeRealmDiscoveryPolicies/$ref": { - "originalLocation": "/openApiDocs/beta/Applications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Applications.yml" }, "/applications/{application-id}/logo": { - "originalLocation": "/openApiDocs/beta/Applications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Applications.yml" }, "/applications/{application-id}/microsoft.graph.addKey": { - "originalLocation": "/openApiDocs/beta/Applications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Applications.yml" }, "/applications/{application-id}/microsoft.graph.addPassword": { - "originalLocation": "/openApiDocs/beta/Applications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Applications.yml" }, "/applications/{application-id}/microsoft.graph.checkMemberGroups": { - "originalLocation": "/openApiDocs/beta/Applications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Applications.yml" }, "/applications/{application-id}/microsoft.graph.checkMemberObjects": { - "originalLocation": "/openApiDocs/beta/Applications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Applications.yml" }, "/applications/{application-id}/microsoft.graph.getMemberGroups": { - "originalLocation": "/openApiDocs/beta/Applications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Applications.yml" }, "/applications/{application-id}/microsoft.graph.getMemberObjects": { - "originalLocation": "/openApiDocs/beta/Applications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Applications.yml" }, "/applications/{application-id}/microsoft.graph.removeKey": { - "originalLocation": "/openApiDocs/beta/Applications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Applications.yml" }, "/applications/{application-id}/microsoft.graph.removePassword": { - "originalLocation": "/openApiDocs/beta/Applications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Applications.yml" }, "/applications/{application-id}/microsoft.graph.restore": { - "originalLocation": "/openApiDocs/beta/Applications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Applications.yml" }, "/applications/{application-id}/owners": { - "originalLocation": "/openApiDocs/beta/Applications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Applications.yml" }, "/applications/{application-id}/owners/$ref": { - "originalLocation": "/openApiDocs/beta/Applications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Applications.yml" }, "/applications/{application-id}/synchronization": { - "originalLocation": "/openApiDocs/beta/Applications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Applications.yml" }, "/applications/{application-id}/synchronization/jobs": { - "originalLocation": "/openApiDocs/beta/Applications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Applications.yml" }, "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}": { - "originalLocation": "/openApiDocs/beta/Applications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Applications.yml" }, "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/microsoft.graph.pause": { - "originalLocation": "/openApiDocs/beta/Applications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Applications.yml" }, "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/microsoft.graph.provisionOnDemand": { - "originalLocation": "/openApiDocs/beta/Applications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Applications.yml" }, "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/microsoft.graph.restart": { - "originalLocation": "/openApiDocs/beta/Applications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Applications.yml" }, "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/microsoft.graph.start": { - "originalLocation": "/openApiDocs/beta/Applications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Applications.yml" }, "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/microsoft.graph.stop": { - "originalLocation": "/openApiDocs/beta/Applications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Applications.yml" }, "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/microsoft.graph.validateCredentials": { - "originalLocation": "/openApiDocs/beta/Applications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Applications.yml" }, "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema": { - "originalLocation": "/openApiDocs/beta/Applications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Applications.yml" }, "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories": { - "originalLocation": "/openApiDocs/beta/Applications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Applications.yml" }, "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories/{directoryDefinition-id}": { - "originalLocation": "/openApiDocs/beta/Applications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Applications.yml" }, "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories/{directoryDefinition-id}/microsoft.graph.discover": { - "originalLocation": "/openApiDocs/beta/Applications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Applications.yml" }, "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema/microsoft.graph.filterOperators()": { - "originalLocation": "/openApiDocs/beta/Applications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Applications.yml" }, "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema/microsoft.graph.functions()": { - "originalLocation": "/openApiDocs/beta/Applications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Applications.yml" }, "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema/microsoft.graph.parseExpression": { - "originalLocation": "/openApiDocs/beta/Applications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Applications.yml" }, "/applications/{application-id}/synchronization/jobs/microsoft.graph.validateCredentials": { - "originalLocation": "/openApiDocs/beta/Applications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Applications.yml" }, "/applications/{application-id}/synchronization/microsoft.graph.acquireAccessToken": { - "originalLocation": "/openApiDocs/beta/Applications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Applications.yml" }, "/applications/{application-id}/synchronization/microsoft.graph.Ping()": { - "originalLocation": "/openApiDocs/beta/Applications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Applications.yml" }, "/applications/{application-id}/synchronization/templates": { - "originalLocation": "/openApiDocs/beta/Applications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Applications.yml" }, "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}": { - "originalLocation": "/openApiDocs/beta/Applications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Applications.yml" }, "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema": { - "originalLocation": "/openApiDocs/beta/Applications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Applications.yml" }, "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories": { - "originalLocation": "/openApiDocs/beta/Applications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Applications.yml" }, "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories/{directoryDefinition-id}": { - "originalLocation": "/openApiDocs/beta/Applications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Applications.yml" }, "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories/{directoryDefinition-id}/microsoft.graph.discover": { - "originalLocation": "/openApiDocs/beta/Applications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Applications.yml" }, "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema/microsoft.graph.filterOperators()": { - "originalLocation": "/openApiDocs/beta/Applications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Applications.yml" }, "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema/microsoft.graph.functions()": { - "originalLocation": "/openApiDocs/beta/Applications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Applications.yml" }, "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema/microsoft.graph.parseExpression": { - "originalLocation": "/openApiDocs/beta/Applications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Applications.yml" }, "/applications/{application-id}/tokenIssuancePolicies": { - "originalLocation": "/openApiDocs/beta/Applications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Applications.yml" }, "/applications/{application-id}/tokenIssuancePolicies/$ref": { - "originalLocation": "/openApiDocs/beta/Applications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Applications.yml" }, "/applications/{application-id}/tokenLifetimePolicies": { - "originalLocation": "/openApiDocs/beta/Applications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Applications.yml" }, "/applications/{application-id}/tokenLifetimePolicies/$ref": { - "originalLocation": "/openApiDocs/beta/Applications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Applications.yml" }, "/applications/microsoft.graph.delta()": { - "originalLocation": "/openApiDocs/beta/Applications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Applications.yml" }, "/applications/microsoft.graph.getByIds": { - "originalLocation": "/openApiDocs/beta/Applications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Applications.yml" }, "/applications/microsoft.graph.getUserOwnedObjects": { - "originalLocation": "/openApiDocs/beta/Applications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Applications.yml" }, "/applications/microsoft.graph.validateProperties": { - "originalLocation": "/openApiDocs/beta/Applications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Applications.yml" }, "/applicationTemplates": { - "originalLocation": "/openApiDocs/beta/Applications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Applications.yml" }, "/applicationTemplates/{applicationTemplate-id}": { - "originalLocation": "/openApiDocs/beta/Applications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Applications.yml" }, "/applicationTemplates/{applicationTemplate-id}/microsoft.graph.instantiate": { - "originalLocation": "/openApiDocs/beta/Applications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Applications.yml" }, "/groups/{group-id}/appRoleAssignments": { - "originalLocation": "/openApiDocs/beta/Applications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Applications.yml" }, "/groups/{group-id}/appRoleAssignments/{appRoleAssignment-id}": { - "originalLocation": "/openApiDocs/beta/Applications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Applications.yml" }, "/onPremisesPublishingProfiles": { - "originalLocation": "/openApiDocs/beta/Applications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Applications.yml" }, "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}": { - "originalLocation": "/openApiDocs/beta/Applications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Applications.yml" }, "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups": { - "originalLocation": "/openApiDocs/beta/Applications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Applications.yml" }, "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}": { - "originalLocation": "/openApiDocs/beta/Applications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Applications.yml" }, "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/agents": { - "originalLocation": "/openApiDocs/beta/Applications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Applications.yml" }, "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/agents/{onPremisesAgent-id}": { - "originalLocation": "/openApiDocs/beta/Applications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Applications.yml" }, "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/agents/{onPremisesAgent-id}/agentGroups": { - "originalLocation": "/openApiDocs/beta/Applications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Applications.yml" }, "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/agents/{onPremisesAgent-id}/agentGroups/{onPremisesAgentGroup-id1}": { - "originalLocation": "/openApiDocs/beta/Applications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Applications.yml" }, "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/publishedResources": { - "originalLocation": "/openApiDocs/beta/Applications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Applications.yml" }, "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/publishedResources/{publishedResource-id}": { - "originalLocation": "/openApiDocs/beta/Applications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Applications.yml" }, "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/publishedResources/{publishedResource-id}/agentGroups": { - "originalLocation": "/openApiDocs/beta/Applications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Applications.yml" }, "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/publishedResources/{publishedResource-id}/agentGroups/{onPremisesAgentGroup-id1}": { - "originalLocation": "/openApiDocs/beta/Applications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Applications.yml" }, "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agents": { - "originalLocation": "/openApiDocs/beta/Applications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Applications.yml" }, "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agents/{onPremisesAgent-id}": { - "originalLocation": "/openApiDocs/beta/Applications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Applications.yml" }, "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agents/{onPremisesAgent-id}/agentGroups": { - "originalLocation": "/openApiDocs/beta/Applications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Applications.yml" }, "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agents/{onPremisesAgent-id}/agentGroups/{onPremisesAgentGroup-id}": { - "originalLocation": "/openApiDocs/beta/Applications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Applications.yml" }, "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agents/{onPremisesAgent-id}/agentGroups/{onPremisesAgentGroup-id}/agents": { - "originalLocation": "/openApiDocs/beta/Applications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Applications.yml" }, "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agents/{onPremisesAgent-id}/agentGroups/{onPremisesAgentGroup-id}/agents/{onPremisesAgent-id1}": { - "originalLocation": "/openApiDocs/beta/Applications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Applications.yml" }, "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agents/{onPremisesAgent-id}/agentGroups/{onPremisesAgentGroup-id}/publishedResources": { - "originalLocation": "/openApiDocs/beta/Applications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Applications.yml" }, "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agents/{onPremisesAgent-id}/agentGroups/{onPremisesAgentGroup-id}/publishedResources/{publishedResource-id}": { - "originalLocation": "/openApiDocs/beta/Applications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Applications.yml" }, "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agents/{onPremisesAgent-id}/agentGroups/{onPremisesAgentGroup-id}/publishedResources/{publishedResource-id}/agentGroups": { - "originalLocation": "/openApiDocs/beta/Applications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Applications.yml" }, "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agents/{onPremisesAgent-id}/agentGroups/{onPremisesAgentGroup-id}/publishedResources/{publishedResource-id}/agentGroups/{onPremisesAgentGroup-id1}": { - "originalLocation": "/openApiDocs/beta/Applications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Applications.yml" }, "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectorGroups": { - "originalLocation": "/openApiDocs/beta/Applications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Applications.yml" }, "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectorGroups/{connectorGroup-id}": { - "originalLocation": "/openApiDocs/beta/Applications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Applications.yml" }, "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectorGroups/{connectorGroup-id}/applications": { - "originalLocation": "/openApiDocs/beta/Applications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Applications.yml" }, "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectorGroups/{connectorGroup-id}/applications/$ref": { - "originalLocation": "/openApiDocs/beta/Applications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Applications.yml" }, "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectorGroups/{connectorGroup-id}/members": { - "originalLocation": "/openApiDocs/beta/Applications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Applications.yml" }, "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectorGroups/{connectorGroup-id}/members/{connector-id}": { - "originalLocation": "/openApiDocs/beta/Applications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Applications.yml" }, "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectorGroups/{connectorGroup-id}/members/{connector-id}/memberOf": { - "originalLocation": "/openApiDocs/beta/Applications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Applications.yml" }, "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectorGroups/{connectorGroup-id}/members/{connector-id}/memberOf/{connectorGroup-id1}": { - "originalLocation": "/openApiDocs/beta/Applications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Applications.yml" }, "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectors": { - "originalLocation": "/openApiDocs/beta/Applications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Applications.yml" }, "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectors/{connector-id}": { - "originalLocation": "/openApiDocs/beta/Applications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Applications.yml" }, "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectors/{connector-id}/memberOf": { - "originalLocation": "/openApiDocs/beta/Applications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Applications.yml" }, "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectors/{connector-id}/memberOf/{connectorGroup-id}": { - "originalLocation": "/openApiDocs/beta/Applications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Applications.yml" }, "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectors/{connector-id}/memberOf/{connectorGroup-id}/applications": { - "originalLocation": "/openApiDocs/beta/Applications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Applications.yml" }, "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectors/{connector-id}/memberOf/{connectorGroup-id}/applications/$ref": { - "originalLocation": "/openApiDocs/beta/Applications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Applications.yml" }, "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectors/{connector-id}/memberOf/{connectorGroup-id}/members": { - "originalLocation": "/openApiDocs/beta/Applications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Applications.yml" }, "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectors/{connector-id}/memberOf/{connectorGroup-id}/members/{connector-id1}": { - "originalLocation": "/openApiDocs/beta/Applications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Applications.yml" }, "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/publishedResources": { - "originalLocation": "/openApiDocs/beta/Applications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Applications.yml" }, "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/publishedResources/{publishedResource-id}": { - "originalLocation": "/openApiDocs/beta/Applications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Applications.yml" }, "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/publishedResources/{publishedResource-id}/agentGroups": { - "originalLocation": "/openApiDocs/beta/Applications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Applications.yml" }, "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/publishedResources/{publishedResource-id}/agentGroups/{onPremisesAgentGroup-id}": { - "originalLocation": "/openApiDocs/beta/Applications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Applications.yml" }, "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/publishedResources/{publishedResource-id}/agentGroups/{onPremisesAgentGroup-id}/agents": { - "originalLocation": "/openApiDocs/beta/Applications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Applications.yml" }, "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/publishedResources/{publishedResource-id}/agentGroups/{onPremisesAgentGroup-id}/agents/{onPremisesAgent-id}": { - "originalLocation": "/openApiDocs/beta/Applications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Applications.yml" }, "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/publishedResources/{publishedResource-id}/agentGroups/{onPremisesAgentGroup-id}/agents/{onPremisesAgent-id}/agentGroups": { - "originalLocation": "/openApiDocs/beta/Applications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Applications.yml" }, "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/publishedResources/{publishedResource-id}/agentGroups/{onPremisesAgentGroup-id}/agents/{onPremisesAgent-id}/agentGroups/{onPremisesAgentGroup-id1}": { - "originalLocation": "/openApiDocs/beta/Applications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Applications.yml" }, "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/publishedResources/{publishedResource-id}/agentGroups/{onPremisesAgentGroup-id}/publishedResources": { - "originalLocation": "/openApiDocs/beta/Applications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Applications.yml" }, "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/publishedResources/{publishedResource-id}/agentGroups/{onPremisesAgentGroup-id}/publishedResources/{publishedResource-id1}": { - "originalLocation": "/openApiDocs/beta/Applications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Applications.yml" }, "/servicePrincipals": { - "originalLocation": "/openApiDocs/beta/Applications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Applications.yml" }, "/servicePrincipals/{servicePrincipal-id}": { - "originalLocation": "/openApiDocs/beta/Applications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Applications.yml" }, "/servicePrincipals/{servicePrincipal-id}/appRoleAssignedTo": { - "originalLocation": "/openApiDocs/beta/Applications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Applications.yml" }, "/servicePrincipals/{servicePrincipal-id}/appRoleAssignedTo/{appRoleAssignment-id}": { - "originalLocation": "/openApiDocs/beta/Applications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Applications.yml" }, "/servicePrincipals/{servicePrincipal-id}/appRoleAssignments": { - "originalLocation": "/openApiDocs/beta/Applications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Applications.yml" }, "/servicePrincipals/{servicePrincipal-id}/appRoleAssignments/{appRoleAssignment-id}": { - "originalLocation": "/openApiDocs/beta/Applications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Applications.yml" }, "/servicePrincipals/{servicePrincipal-id}/claimsMappingPolicies": { - "originalLocation": "/openApiDocs/beta/Applications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Applications.yml" }, "/servicePrincipals/{servicePrincipal-id}/claimsMappingPolicies/$ref": { - "originalLocation": "/openApiDocs/beta/Applications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Applications.yml" }, "/servicePrincipals/{servicePrincipal-id}/createdObjects": { - "originalLocation": "/openApiDocs/beta/Applications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Applications.yml" }, "/servicePrincipals/{servicePrincipal-id}/createdObjects/$ref": { - "originalLocation": "/openApiDocs/beta/Applications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Applications.yml" }, "/servicePrincipals/{servicePrincipal-id}/delegatedPermissionClassifications": { - "originalLocation": "/openApiDocs/beta/Applications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Applications.yml" }, "/servicePrincipals/{servicePrincipal-id}/delegatedPermissionClassifications/{delegatedPermissionClassification-id}": { - "originalLocation": "/openApiDocs/beta/Applications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Applications.yml" }, "/servicePrincipals/{servicePrincipal-id}/endpoints": { - "originalLocation": "/openApiDocs/beta/Applications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Applications.yml" }, "/servicePrincipals/{servicePrincipal-id}/endpoints/{endpoint-id}": { - "originalLocation": "/openApiDocs/beta/Applications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Applications.yml" }, "/servicePrincipals/{servicePrincipal-id}/homeRealmDiscoveryPolicies": { - "originalLocation": "/openApiDocs/beta/Applications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Applications.yml" }, "/servicePrincipals/{servicePrincipal-id}/homeRealmDiscoveryPolicies/$ref": { - "originalLocation": "/openApiDocs/beta/Applications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Applications.yml" }, "/servicePrincipals/{servicePrincipal-id}/licenseDetails": { - "originalLocation": "/openApiDocs/beta/Applications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Applications.yml" }, "/servicePrincipals/{servicePrincipal-id}/licenseDetails/{licenseDetails-id}": { - "originalLocation": "/openApiDocs/beta/Applications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Applications.yml" }, "/servicePrincipals/{servicePrincipal-id}/memberOf": { - "originalLocation": "/openApiDocs/beta/Applications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Applications.yml" }, "/servicePrincipals/{servicePrincipal-id}/memberOf/$ref": { - "originalLocation": "/openApiDocs/beta/Applications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Applications.yml" }, "/servicePrincipals/{servicePrincipal-id}/microsoft.graph.addTokenSigningCertificate": { - "originalLocation": "/openApiDocs/beta/Applications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Applications.yml" }, "/servicePrincipals/{servicePrincipal-id}/microsoft.graph.checkMemberGroups": { - "originalLocation": "/openApiDocs/beta/Applications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Applications.yml" }, "/servicePrincipals/{servicePrincipal-id}/microsoft.graph.checkMemberObjects": { - "originalLocation": "/openApiDocs/beta/Applications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Applications.yml" }, "/servicePrincipals/{servicePrincipal-id}/microsoft.graph.createPasswordSingleSignOnCredentials": { - "originalLocation": "/openApiDocs/beta/Applications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Applications.yml" }, "/servicePrincipals/{servicePrincipal-id}/microsoft.graph.deletePasswordSingleSignOnCredentials": { - "originalLocation": "/openApiDocs/beta/Applications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Applications.yml" }, "/servicePrincipals/{servicePrincipal-id}/microsoft.graph.getMemberGroups": { - "originalLocation": "/openApiDocs/beta/Applications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Applications.yml" }, "/servicePrincipals/{servicePrincipal-id}/microsoft.graph.getMemberObjects": { - "originalLocation": "/openApiDocs/beta/Applications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Applications.yml" }, "/servicePrincipals/{servicePrincipal-id}/microsoft.graph.getPasswordSingleSignOnCredentials": { - "originalLocation": "/openApiDocs/beta/Applications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Applications.yml" }, "/servicePrincipals/{servicePrincipal-id}/microsoft.graph.restore": { - "originalLocation": "/openApiDocs/beta/Applications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Applications.yml" }, "/servicePrincipals/{servicePrincipal-id}/microsoft.graph.updatePasswordSingleSignOnCredentials": { - "originalLocation": "/openApiDocs/beta/Applications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Applications.yml" }, "/servicePrincipals/{servicePrincipal-id}/oauth2PermissionGrants": { - "originalLocation": "/openApiDocs/beta/Applications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Applications.yml" }, "/servicePrincipals/{servicePrincipal-id}/oauth2PermissionGrants/$ref": { - "originalLocation": "/openApiDocs/beta/Applications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Applications.yml" }, "/servicePrincipals/{servicePrincipal-id}/ownedObjects": { - "originalLocation": "/openApiDocs/beta/Applications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Applications.yml" }, "/servicePrincipals/{servicePrincipal-id}/ownedObjects/$ref": { - "originalLocation": "/openApiDocs/beta/Applications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Applications.yml" }, "/servicePrincipals/{servicePrincipal-id}/owners": { - "originalLocation": "/openApiDocs/beta/Applications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Applications.yml" }, "/servicePrincipals/{servicePrincipal-id}/owners/$ref": { - "originalLocation": "/openApiDocs/beta/Applications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Applications.yml" }, "/servicePrincipals/{servicePrincipal-id}/synchronization": { - "originalLocation": "/openApiDocs/beta/Applications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Applications.yml" }, "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs": { - "originalLocation": "/openApiDocs/beta/Applications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Applications.yml" }, "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}": { - "originalLocation": "/openApiDocs/beta/Applications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Applications.yml" }, "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/microsoft.graph.pause": { - "originalLocation": "/openApiDocs/beta/Applications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Applications.yml" }, "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/microsoft.graph.provisionOnDemand": { - "originalLocation": "/openApiDocs/beta/Applications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Applications.yml" }, "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/microsoft.graph.restart": { - "originalLocation": "/openApiDocs/beta/Applications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Applications.yml" }, "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/microsoft.graph.start": { - "originalLocation": "/openApiDocs/beta/Applications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Applications.yml" }, "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/microsoft.graph.stop": { - "originalLocation": "/openApiDocs/beta/Applications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Applications.yml" }, "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/microsoft.graph.validateCredentials": { - "originalLocation": "/openApiDocs/beta/Applications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Applications.yml" }, "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema": { - "originalLocation": "/openApiDocs/beta/Applications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Applications.yml" }, "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories": { - "originalLocation": "/openApiDocs/beta/Applications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Applications.yml" }, "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories/{directoryDefinition-id}": { - "originalLocation": "/openApiDocs/beta/Applications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Applications.yml" }, "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories/{directoryDefinition-id}/microsoft.graph.discover": { - "originalLocation": "/openApiDocs/beta/Applications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Applications.yml" }, "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema/microsoft.graph.filterOperators()": { - "originalLocation": "/openApiDocs/beta/Applications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Applications.yml" }, "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema/microsoft.graph.functions()": { - "originalLocation": "/openApiDocs/beta/Applications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Applications.yml" }, "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema/microsoft.graph.parseExpression": { - "originalLocation": "/openApiDocs/beta/Applications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Applications.yml" }, "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/microsoft.graph.validateCredentials": { - "originalLocation": "/openApiDocs/beta/Applications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Applications.yml" }, "/servicePrincipals/{servicePrincipal-id}/synchronization/microsoft.graph.acquireAccessToken": { - "originalLocation": "/openApiDocs/beta/Applications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Applications.yml" }, "/servicePrincipals/{servicePrincipal-id}/synchronization/microsoft.graph.Ping()": { - "originalLocation": "/openApiDocs/beta/Applications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Applications.yml" }, "/servicePrincipals/{servicePrincipal-id}/synchronization/templates": { - "originalLocation": "/openApiDocs/beta/Applications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Applications.yml" }, "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}": { - "originalLocation": "/openApiDocs/beta/Applications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Applications.yml" }, "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema": { - "originalLocation": "/openApiDocs/beta/Applications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Applications.yml" }, "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories": { - "originalLocation": "/openApiDocs/beta/Applications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Applications.yml" }, "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories/{directoryDefinition-id}": { - "originalLocation": "/openApiDocs/beta/Applications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Applications.yml" }, "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories/{directoryDefinition-id}/microsoft.graph.discover": { - "originalLocation": "/openApiDocs/beta/Applications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Applications.yml" }, "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema/microsoft.graph.filterOperators()": { - "originalLocation": "/openApiDocs/beta/Applications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Applications.yml" }, "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema/microsoft.graph.functions()": { - "originalLocation": "/openApiDocs/beta/Applications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Applications.yml" }, "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema/microsoft.graph.parseExpression": { - "originalLocation": "/openApiDocs/beta/Applications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Applications.yml" }, "/servicePrincipals/{servicePrincipal-id}/tokenIssuancePolicies": { - "originalLocation": "/openApiDocs/beta/Applications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Applications.yml" }, "/servicePrincipals/{servicePrincipal-id}/tokenIssuancePolicies/$ref": { - "originalLocation": "/openApiDocs/beta/Applications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Applications.yml" }, "/servicePrincipals/{servicePrincipal-id}/tokenLifetimePolicies": { - "originalLocation": "/openApiDocs/beta/Applications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Applications.yml" }, "/servicePrincipals/{servicePrincipal-id}/tokenLifetimePolicies/$ref": { - "originalLocation": "/openApiDocs/beta/Applications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Applications.yml" }, "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf": { - "originalLocation": "/openApiDocs/beta/Applications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Applications.yml" }, "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/$ref": { - "originalLocation": "/openApiDocs/beta/Applications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Applications.yml" }, "/servicePrincipals/microsoft.graph.delta()": { - "originalLocation": "/openApiDocs/beta/Applications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Applications.yml" }, "/servicePrincipals/microsoft.graph.getByIds": { - "originalLocation": "/openApiDocs/beta/Applications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Applications.yml" }, "/servicePrincipals/microsoft.graph.getUserOwnedObjects": { - "originalLocation": "/openApiDocs/beta/Applications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Applications.yml" }, "/servicePrincipals/microsoft.graph.validateProperties": { - "originalLocation": "/openApiDocs/beta/Applications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Applications.yml" }, "/users/{user-id}/appRoleAssignments": { - "originalLocation": "/openApiDocs/beta/Applications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Applications.yml" }, "/users/{user-id}/appRoleAssignments/{appRoleAssignment-id}": { - "originalLocation": "/openApiDocs/beta/Applications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Applications.yml" } } } diff --git a/profiles/Applications/crawl-log-v1.0.json b/profiles/Applications/crawl-log-v1.0.json index 75f11eec4d5..d49a72b4d69 100644 --- a/profiles/Applications/crawl-log-v1.0.json +++ b/profiles/Applications/crawl-log-v1.0.json @@ -2,316 +2,316 @@ "resources": [], "operations": { "/applications": { - "originalLocation": "/openApiDocs/v1.0/Applications.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Applications.yml" }, "/applications/{application-id}": { - "originalLocation": "/openApiDocs/v1.0/Applications.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Applications.yml" }, "/applications/{application-id}/createdOnBehalfOf": { - "originalLocation": "/openApiDocs/v1.0/Applications.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Applications.yml" }, "/applications/{application-id}/createdOnBehalfOf/$ref": { - "originalLocation": "/openApiDocs/v1.0/Applications.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Applications.yml" }, "/applications/{application-id}/extensionProperties": { - "originalLocation": "/openApiDocs/v1.0/Applications.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Applications.yml" }, "/applications/{application-id}/extensionProperties/{extensionProperty-id}": { - "originalLocation": "/openApiDocs/v1.0/Applications.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Applications.yml" }, "/applications/{application-id}/homeRealmDiscoveryPolicies": { - "originalLocation": "/openApiDocs/v1.0/Applications.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Applications.yml" }, "/applications/{application-id}/homeRealmDiscoveryPolicies/$ref": { - "originalLocation": "/openApiDocs/v1.0/Applications.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Applications.yml" }, "/applications/{application-id}/logo": { - "originalLocation": "/openApiDocs/v1.0/Applications.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Applications.yml" }, "/applications/{application-id}/microsoft.graph.addKey": { - "originalLocation": "/openApiDocs/v1.0/Applications.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Applications.yml" }, "/applications/{application-id}/microsoft.graph.addPassword": { - "originalLocation": "/openApiDocs/v1.0/Applications.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Applications.yml" }, "/applications/{application-id}/microsoft.graph.checkMemberGroups": { - "originalLocation": "/openApiDocs/v1.0/Applications.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Applications.yml" }, "/applications/{application-id}/microsoft.graph.checkMemberObjects": { - "originalLocation": "/openApiDocs/v1.0/Applications.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Applications.yml" }, "/applications/{application-id}/microsoft.graph.getMemberGroups": { - "originalLocation": "/openApiDocs/v1.0/Applications.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Applications.yml" }, "/applications/{application-id}/microsoft.graph.getMemberObjects": { - "originalLocation": "/openApiDocs/v1.0/Applications.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Applications.yml" }, "/applications/{application-id}/microsoft.graph.removeKey": { - "originalLocation": "/openApiDocs/v1.0/Applications.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Applications.yml" }, "/applications/{application-id}/microsoft.graph.removePassword": { - "originalLocation": "/openApiDocs/v1.0/Applications.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Applications.yml" }, "/applications/{application-id}/microsoft.graph.restore": { - "originalLocation": "/openApiDocs/v1.0/Applications.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Applications.yml" }, "/applications/{application-id}/owners": { - "originalLocation": "/openApiDocs/v1.0/Applications.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Applications.yml" }, "/applications/{application-id}/owners/$ref": { - "originalLocation": "/openApiDocs/v1.0/Applications.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Applications.yml" }, "/applications/{application-id}/tokenIssuancePolicies": { - "originalLocation": "/openApiDocs/v1.0/Applications.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Applications.yml" }, "/applications/{application-id}/tokenIssuancePolicies/$ref": { - "originalLocation": "/openApiDocs/v1.0/Applications.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Applications.yml" }, "/applications/{application-id}/tokenLifetimePolicies": { - "originalLocation": "/openApiDocs/v1.0/Applications.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Applications.yml" }, "/applications/{application-id}/tokenLifetimePolicies/$ref": { - "originalLocation": "/openApiDocs/v1.0/Applications.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Applications.yml" }, "/applications/microsoft.graph.delta()": { - "originalLocation": "/openApiDocs/v1.0/Applications.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Applications.yml" }, "/applications/microsoft.graph.getAvailableExtensionProperties": { - "originalLocation": "/openApiDocs/v1.0/Applications.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Applications.yml" }, "/applications/microsoft.graph.getByIds": { - "originalLocation": "/openApiDocs/v1.0/Applications.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Applications.yml" }, "/applications/microsoft.graph.validateProperties": { - "originalLocation": "/openApiDocs/v1.0/Applications.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Applications.yml" }, "/applicationTemplates": { - "originalLocation": "/openApiDocs/v1.0/Applications.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Applications.yml" }, "/applicationTemplates/{applicationTemplate-id}": { - "originalLocation": "/openApiDocs/v1.0/Applications.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Applications.yml" }, "/applicationTemplates/{applicationTemplate-id}/microsoft.graph.instantiate": { - "originalLocation": "/openApiDocs/v1.0/Applications.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Applications.yml" }, "/groups/{group-id}/appRoleAssignments": { - "originalLocation": "/openApiDocs/v1.0/Applications.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Applications.yml" }, "/groups/{group-id}/appRoleAssignments/{appRoleAssignment-id}": { - "originalLocation": "/openApiDocs/v1.0/Applications.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Applications.yml" }, "/servicePrincipals": { - "originalLocation": "/openApiDocs/v1.0/Applications.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Applications.yml" }, "/servicePrincipals/{servicePrincipal-id}": { - "originalLocation": "/openApiDocs/v1.0/Applications.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Applications.yml" }, "/servicePrincipals/{servicePrincipal-id}/appRoleAssignedTo": { - "originalLocation": "/openApiDocs/v1.0/Applications.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Applications.yml" }, "/servicePrincipals/{servicePrincipal-id}/appRoleAssignedTo/{appRoleAssignment-id}": { - "originalLocation": "/openApiDocs/v1.0/Applications.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Applications.yml" }, "/servicePrincipals/{servicePrincipal-id}/appRoleAssignments": { - "originalLocation": "/openApiDocs/v1.0/Applications.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Applications.yml" }, "/servicePrincipals/{servicePrincipal-id}/appRoleAssignments/{appRoleAssignment-id}": { - "originalLocation": "/openApiDocs/v1.0/Applications.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Applications.yml" }, "/servicePrincipals/{servicePrincipal-id}/claimsMappingPolicies": { - "originalLocation": "/openApiDocs/v1.0/Applications.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Applications.yml" }, "/servicePrincipals/{servicePrincipal-id}/claimsMappingPolicies/$ref": { - "originalLocation": "/openApiDocs/v1.0/Applications.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Applications.yml" }, "/servicePrincipals/{servicePrincipal-id}/createdObjects": { - "originalLocation": "/openApiDocs/v1.0/Applications.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Applications.yml" }, "/servicePrincipals/{servicePrincipal-id}/createdObjects/$ref": { - "originalLocation": "/openApiDocs/v1.0/Applications.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Applications.yml" }, "/servicePrincipals/{servicePrincipal-id}/delegatedPermissionClassifications": { - "originalLocation": "/openApiDocs/v1.0/Applications.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Applications.yml" }, "/servicePrincipals/{servicePrincipal-id}/delegatedPermissionClassifications/{delegatedPermissionClassification-id}": { - "originalLocation": "/openApiDocs/v1.0/Applications.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Applications.yml" }, "/servicePrincipals/{servicePrincipal-id}/endpoints": { - "originalLocation": "/openApiDocs/v1.0/Applications.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Applications.yml" }, "/servicePrincipals/{servicePrincipal-id}/endpoints/{endpoint-id}": { - "originalLocation": "/openApiDocs/v1.0/Applications.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Applications.yml" }, "/servicePrincipals/{servicePrincipal-id}/homeRealmDiscoveryPolicies": { - "originalLocation": "/openApiDocs/v1.0/Applications.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Applications.yml" }, "/servicePrincipals/{servicePrincipal-id}/homeRealmDiscoveryPolicies/$ref": { - "originalLocation": "/openApiDocs/v1.0/Applications.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Applications.yml" }, "/servicePrincipals/{servicePrincipal-id}/memberOf": { - "originalLocation": "/openApiDocs/v1.0/Applications.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Applications.yml" }, "/servicePrincipals/{servicePrincipal-id}/memberOf/$ref": { - "originalLocation": "/openApiDocs/v1.0/Applications.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Applications.yml" }, "/servicePrincipals/{servicePrincipal-id}/microsoft.graph.addKey": { - "originalLocation": "/openApiDocs/v1.0/Applications.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Applications.yml" }, "/servicePrincipals/{servicePrincipal-id}/microsoft.graph.addPassword": { - "originalLocation": "/openApiDocs/v1.0/Applications.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Applications.yml" }, "/servicePrincipals/{servicePrincipal-id}/microsoft.graph.checkMemberGroups": { - "originalLocation": "/openApiDocs/v1.0/Applications.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Applications.yml" }, "/servicePrincipals/{servicePrincipal-id}/microsoft.graph.checkMemberObjects": { - "originalLocation": "/openApiDocs/v1.0/Applications.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Applications.yml" }, "/servicePrincipals/{servicePrincipal-id}/microsoft.graph.getMemberGroups": { - "originalLocation": "/openApiDocs/v1.0/Applications.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Applications.yml" }, "/servicePrincipals/{servicePrincipal-id}/microsoft.graph.getMemberObjects": { - "originalLocation": "/openApiDocs/v1.0/Applications.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Applications.yml" }, "/servicePrincipals/{servicePrincipal-id}/microsoft.graph.removeKey": { - "originalLocation": "/openApiDocs/v1.0/Applications.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Applications.yml" }, "/servicePrincipals/{servicePrincipal-id}/microsoft.graph.removePassword": { - "originalLocation": "/openApiDocs/v1.0/Applications.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Applications.yml" }, "/servicePrincipals/{servicePrincipal-id}/microsoft.graph.restore": { - "originalLocation": "/openApiDocs/v1.0/Applications.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Applications.yml" }, "/servicePrincipals/{servicePrincipal-id}/oauth2PermissionGrants": { - "originalLocation": "/openApiDocs/v1.0/Applications.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Applications.yml" }, "/servicePrincipals/{servicePrincipal-id}/oauth2PermissionGrants/$ref": { - "originalLocation": "/openApiDocs/v1.0/Applications.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Applications.yml" }, "/servicePrincipals/{servicePrincipal-id}/ownedObjects": { - "originalLocation": "/openApiDocs/v1.0/Applications.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Applications.yml" }, "/servicePrincipals/{servicePrincipal-id}/ownedObjects/$ref": { - "originalLocation": "/openApiDocs/v1.0/Applications.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Applications.yml" }, "/servicePrincipals/{servicePrincipal-id}/owners": { - "originalLocation": "/openApiDocs/v1.0/Applications.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Applications.yml" }, "/servicePrincipals/{servicePrincipal-id}/owners/$ref": { - "originalLocation": "/openApiDocs/v1.0/Applications.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Applications.yml" }, "/servicePrincipals/{servicePrincipal-id}/tokenIssuancePolicies": { - "originalLocation": "/openApiDocs/v1.0/Applications.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Applications.yml" }, "/servicePrincipals/{servicePrincipal-id}/tokenIssuancePolicies/$ref": { - "originalLocation": "/openApiDocs/v1.0/Applications.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Applications.yml" }, "/servicePrincipals/{servicePrincipal-id}/tokenLifetimePolicies": { - "originalLocation": "/openApiDocs/v1.0/Applications.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Applications.yml" }, "/servicePrincipals/{servicePrincipal-id}/tokenLifetimePolicies/$ref": { - "originalLocation": "/openApiDocs/v1.0/Applications.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Applications.yml" }, "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf": { - "originalLocation": "/openApiDocs/v1.0/Applications.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Applications.yml" }, "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/$ref": { - "originalLocation": "/openApiDocs/v1.0/Applications.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Applications.yml" }, "/servicePrincipals/microsoft.graph.delta()": { - "originalLocation": "/openApiDocs/v1.0/Applications.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Applications.yml" }, "/servicePrincipals/microsoft.graph.getAvailableExtensionProperties": { - "originalLocation": "/openApiDocs/v1.0/Applications.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Applications.yml" }, "/servicePrincipals/microsoft.graph.getByIds": { - "originalLocation": "/openApiDocs/v1.0/Applications.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Applications.yml" }, "/servicePrincipals/microsoft.graph.validateProperties": { - "originalLocation": "/openApiDocs/v1.0/Applications.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Applications.yml" }, "/users/{user-id}/appRoleAssignments": { - "originalLocation": "/openApiDocs/v1.0/Applications.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Applications.yml" }, "/users/{user-id}/appRoleAssignments/{appRoleAssignment-id}": { - "originalLocation": "/openApiDocs/v1.0/Applications.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Applications.yml" } } } diff --git a/profiles/Applications/readme.md b/profiles/Applications/readme.md index 8cd0e9b406e..31e317e3d54 100644 --- a/profiles/Applications/readme.md +++ b/profiles/Applications/readme.md @@ -6,8 +6,8 @@ ``` yaml require: -- $(this-folder)/definitions/v1.0.md - $(this-folder)/definitions/v1.0-beta.md +- $(this-folder)/definitions/v1.0.md ``` diff --git a/profiles/Bookings/crawl-log-v1.0-beta.json b/profiles/Bookings/crawl-log-v1.0-beta.json index b22dc14946d..feff81b536d 100644 --- a/profiles/Bookings/crawl-log-v1.0-beta.json +++ b/profiles/Bookings/crawl-log-v1.0-beta.json @@ -2,76 +2,76 @@ "resources": [], "operations": { "/bookingBusinesses": { - "originalLocation": "/openApiDocs/beta/Bookings.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Bookings.yml" }, "/bookingBusinesses/{bookingBusiness-id}": { - "originalLocation": "/openApiDocs/beta/Bookings.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Bookings.yml" }, "/bookingBusinesses/{bookingBusiness-id}/appointments": { - "originalLocation": "/openApiDocs/beta/Bookings.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Bookings.yml" }, "/bookingBusinesses/{bookingBusiness-id}/appointments/{bookingAppointment-id}": { - "originalLocation": "/openApiDocs/beta/Bookings.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Bookings.yml" }, "/bookingBusinesses/{bookingBusiness-id}/appointments/{bookingAppointment-id}/microsoft.graph.cancel": { - "originalLocation": "/openApiDocs/beta/Bookings.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Bookings.yml" }, "/bookingBusinesses/{bookingBusiness-id}/calendarView": { - "originalLocation": "/openApiDocs/beta/Bookings.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Bookings.yml" }, "/bookingBusinesses/{bookingBusiness-id}/calendarView/{bookingAppointment-id}": { - "originalLocation": "/openApiDocs/beta/Bookings.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Bookings.yml" }, "/bookingBusinesses/{bookingBusiness-id}/calendarView/{bookingAppointment-id}/microsoft.graph.cancel": { - "originalLocation": "/openApiDocs/beta/Bookings.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Bookings.yml" }, "/bookingBusinesses/{bookingBusiness-id}/customers": { - "originalLocation": "/openApiDocs/beta/Bookings.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Bookings.yml" }, "/bookingBusinesses/{bookingBusiness-id}/customers/{bookingCustomer-id}": { - "originalLocation": "/openApiDocs/beta/Bookings.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Bookings.yml" }, "/bookingBusinesses/{bookingBusiness-id}/microsoft.graph.publish": { - "originalLocation": "/openApiDocs/beta/Bookings.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Bookings.yml" }, "/bookingBusinesses/{bookingBusiness-id}/microsoft.graph.unpublish": { - "originalLocation": "/openApiDocs/beta/Bookings.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Bookings.yml" }, "/bookingBusinesses/{bookingBusiness-id}/services": { - "originalLocation": "/openApiDocs/beta/Bookings.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Bookings.yml" }, "/bookingBusinesses/{bookingBusiness-id}/services/{bookingService-id}": { - "originalLocation": "/openApiDocs/beta/Bookings.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Bookings.yml" }, "/bookingBusinesses/{bookingBusiness-id}/staffMembers": { - "originalLocation": "/openApiDocs/beta/Bookings.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Bookings.yml" }, "/bookingBusinesses/{bookingBusiness-id}/staffMembers/{bookingStaffMember-id}": { - "originalLocation": "/openApiDocs/beta/Bookings.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Bookings.yml" }, "/bookingCurrencies": { - "originalLocation": "/openApiDocs/beta/Bookings.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Bookings.yml" }, "/bookingCurrencies/{bookingCurrency-id}": { - "originalLocation": "/openApiDocs/beta/Bookings.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Bookings.yml" } } } diff --git a/profiles/Calendar/crawl-log-v1.0-beta.json b/profiles/Calendar/crawl-log-v1.0-beta.json index 75c151e23c6..6f09a93166c 100644 --- a/profiles/Calendar/crawl-log-v1.0-beta.json +++ b/profiles/Calendar/crawl-log-v1.0-beta.json @@ -2,1020 +2,1020 @@ "resources": [], "operations": { "/groups/{group-id}/calendar": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/groups/{group-id}/calendar/calendarPermissions": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/groups/{group-id}/calendar/calendarPermissions/{calendarPermission-id}": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/groups/{group-id}/calendar/calendarView": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/groups/{group-id}/calendar/calendarView/{event-id}": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/groups/{group-id}/calendar/calendarView/{event-id}/attachments": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/groups/{group-id}/calendar/calendarView/{event-id}/attachments/{attachment-id}": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/groups/{group-id}/calendar/calendarView/{event-id}/calendar": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/groups/{group-id}/calendar/calendarView/{event-id}/exceptionOccurrences": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/groups/{group-id}/calendar/calendarView/{event-id}/exceptionOccurrences/{event-id1}": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/groups/{group-id}/calendar/calendarView/{event-id}/extensions": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/groups/{group-id}/calendar/calendarView/{event-id}/extensions/{extension-id}": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/groups/{group-id}/calendar/calendarView/{event-id}/instances": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/groups/{group-id}/calendar/calendarView/{event-id}/instances/{event-id1}": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/groups/{group-id}/calendar/calendarView/{event-id}/multiValueExtendedProperties": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/groups/{group-id}/calendar/calendarView/{event-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/groups/{group-id}/calendar/calendarView/{event-id}/singleValueExtendedProperties": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/groups/{group-id}/calendar/calendarView/{event-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/groups/{group-id}/calendar/events": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/groups/{group-id}/calendar/events/{event-id}": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/groups/{group-id}/calendar/events/{event-id}/attachments": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/groups/{group-id}/calendar/events/{event-id}/attachments/{attachment-id}": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/groups/{group-id}/calendar/events/{event-id}/calendar": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/groups/{group-id}/calendar/events/{event-id}/exceptionOccurrences": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/groups/{group-id}/calendar/events/{event-id}/exceptionOccurrences/{event-id1}": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/groups/{group-id}/calendar/events/{event-id}/extensions": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/groups/{group-id}/calendar/events/{event-id}/extensions/{extension-id}": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/groups/{group-id}/calendar/events/{event-id}/instances": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/groups/{group-id}/calendar/events/{event-id}/instances/{event-id1}": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/groups/{group-id}/calendar/events/{event-id}/multiValueExtendedProperties": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/groups/{group-id}/calendar/events/{event-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/groups/{group-id}/calendar/events/{event-id}/singleValueExtendedProperties": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/groups/{group-id}/calendar/events/{event-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/groups/{group-id}/calendar/multiValueExtendedProperties": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/groups/{group-id}/calendar/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/groups/{group-id}/calendar/singleValueExtendedProperties": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/groups/{group-id}/calendar/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/groups/{group-id}/calendarView": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/groups/{group-id}/calendarView/{event-id}": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/groups/{group-id}/calendarView/{event-id}/attachments": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/groups/{group-id}/calendarView/{event-id}/attachments/{attachment-id}": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/groups/{group-id}/calendarView/{event-id}/calendar": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/groups/{group-id}/calendarView/{event-id}/calendar/calendarPermissions": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/groups/{group-id}/calendarView/{event-id}/calendar/calendarPermissions/{calendarPermission-id}": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/groups/{group-id}/calendarView/{event-id}/calendar/calendarView": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/groups/{group-id}/calendarView/{event-id}/calendar/calendarView/{event-id1}": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/groups/{group-id}/calendarView/{event-id}/calendar/events": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/groups/{group-id}/calendarView/{event-id}/calendar/events/{event-id1}": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/groups/{group-id}/calendarView/{event-id}/calendar/multiValueExtendedProperties": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/groups/{group-id}/calendarView/{event-id}/calendar/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/groups/{group-id}/calendarView/{event-id}/calendar/singleValueExtendedProperties": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/groups/{group-id}/calendarView/{event-id}/calendar/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/groups/{group-id}/calendarView/{event-id}/exceptionOccurrences": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/groups/{group-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/groups/{group-id}/calendarView/{event-id}/extensions": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/groups/{group-id}/calendarView/{event-id}/extensions/{extension-id}": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/groups/{group-id}/calendarView/{event-id}/instances": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/groups/{group-id}/calendarView/{event-id}/instances/{event-id1}": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/groups/{group-id}/calendarView/{event-id}/multiValueExtendedProperties": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/groups/{group-id}/calendarView/{event-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/groups/{group-id}/calendarView/{event-id}/singleValueExtendedProperties": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/groups/{group-id}/calendarView/{event-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/groups/{group-id}/events": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/groups/{group-id}/events/{event-id}": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/groups/{group-id}/events/{event-id}/attachments": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/groups/{group-id}/events/{event-id}/attachments/{attachment-id}": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/groups/{group-id}/events/{event-id}/calendar": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/groups/{group-id}/events/{event-id}/calendar/calendarPermissions": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/groups/{group-id}/events/{event-id}/calendar/calendarPermissions/{calendarPermission-id}": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/groups/{group-id}/events/{event-id}/calendar/calendarView": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/groups/{group-id}/events/{event-id}/calendar/calendarView/{event-id1}": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/groups/{group-id}/events/{event-id}/calendar/events": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/groups/{group-id}/events/{event-id}/calendar/events/{event-id1}": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/groups/{group-id}/events/{event-id}/calendar/multiValueExtendedProperties": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/groups/{group-id}/events/{event-id}/calendar/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/groups/{group-id}/events/{event-id}/calendar/singleValueExtendedProperties": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/groups/{group-id}/events/{event-id}/calendar/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/groups/{group-id}/events/{event-id}/exceptionOccurrences": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/groups/{group-id}/events/{event-id}/extensions": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/groups/{group-id}/events/{event-id}/extensions/{extension-id}": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/groups/{group-id}/events/{event-id}/instances": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/groups/{group-id}/events/{event-id}/instances/{event-id1}": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/groups/{group-id}/events/{event-id}/multiValueExtendedProperties": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/groups/{group-id}/events/{event-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/groups/{group-id}/events/{event-id}/singleValueExtendedProperties": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/groups/{group-id}/events/{event-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/places": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/places/{place-id}": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/users/{user-id}/calendar": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/users/{user-id}/calendar/calendarPermissions": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/users/{user-id}/calendar/calendarPermissions/{calendarPermission-id}": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/users/{user-id}/calendar/calendarView": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/users/{user-id}/calendar/calendarView/{event-id}": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/users/{user-id}/calendar/calendarView/{event-id}/attachments": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/users/{user-id}/calendar/calendarView/{event-id}/attachments/{attachment-id}": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/users/{user-id}/calendar/calendarView/{event-id}/calendar": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/users/{user-id}/calendar/calendarView/{event-id}/exceptionOccurrences": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/users/{user-id}/calendar/calendarView/{event-id}/exceptionOccurrences/{event-id1}": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/users/{user-id}/calendar/calendarView/{event-id}/extensions": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/users/{user-id}/calendar/calendarView/{event-id}/extensions/{extension-id}": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/users/{user-id}/calendar/calendarView/{event-id}/instances": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/users/{user-id}/calendar/calendarView/{event-id}/multiValueExtendedProperties": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/users/{user-id}/calendar/calendarView/{event-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/users/{user-id}/calendar/calendarView/{event-id}/singleValueExtendedProperties": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/users/{user-id}/calendar/calendarView/{event-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/users/{user-id}/calendar/events": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/users/{user-id}/calendar/events/{event-id}": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/users/{user-id}/calendar/events/{event-id}/attachments": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/users/{user-id}/calendar/events/{event-id}/attachments/{attachment-id}": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/users/{user-id}/calendar/events/{event-id}/calendar": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/users/{user-id}/calendar/events/{event-id}/exceptionOccurrences": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/users/{user-id}/calendar/events/{event-id}/exceptionOccurrences/{event-id1}": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/users/{user-id}/calendar/events/{event-id}/extensions": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/users/{user-id}/calendar/events/{event-id}/extensions/{extension-id}": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/users/{user-id}/calendar/events/{event-id}/instances": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/users/{user-id}/calendar/events/{event-id}/multiValueExtendedProperties": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/users/{user-id}/calendar/events/{event-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/users/{user-id}/calendar/events/{event-id}/singleValueExtendedProperties": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/users/{user-id}/calendar/events/{event-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/users/{user-id}/calendar/multiValueExtendedProperties": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/users/{user-id}/calendar/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/users/{user-id}/calendar/singleValueExtendedProperties": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/users/{user-id}/calendar/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/users/{user-id}/calendarGroups": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/users/{user-id}/calendarGroups/{calendarGroup-id}": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarPermissions": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarPermissions/{calendarPermission-id}": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/attachments": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/attachments/{attachment-id}": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/calendar": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/exceptionOccurrences": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/extensions": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/extensions/{extension-id}": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/multiValueExtendedProperties": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/singleValueExtendedProperties": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/attachments": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/attachments/{attachment-id}": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/calendar": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/exceptionOccurrences": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/exceptionOccurrences/{event-id1}": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/extensions": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/extensions/{extension-id}": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/multiValueExtendedProperties": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/singleValueExtendedProperties": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/multiValueExtendedProperties": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/singleValueExtendedProperties": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/users/{user-id}/calendars": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/users/{user-id}/calendars/{calendar-id}": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/users/{user-id}/calendars/{calendar-id}/calendarPermissions": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/users/{user-id}/calendars/{calendar-id}/calendarPermissions/{calendarPermission-id}": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/users/{user-id}/calendars/{calendar-id}/calendarView": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/attachments": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/attachments/{attachment-id}": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/calendar": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/exceptionOccurrences": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/extensions": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/extensions/{extension-id}": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/multiValueExtendedProperties": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/singleValueExtendedProperties": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/users/{user-id}/calendars/{calendar-id}/events": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/users/{user-id}/calendars/{calendar-id}/events/{event-id}": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/attachments": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/attachments/{attachment-id}": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/calendar": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/exceptionOccurrences": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/exceptionOccurrences/{event-id1}": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/extensions": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/extensions/{extension-id}": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/multiValueExtendedProperties": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/singleValueExtendedProperties": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/users/{user-id}/calendars/{calendar-id}/multiValueExtendedProperties": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/users/{user-id}/calendars/{calendar-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/users/{user-id}/calendars/{calendar-id}/singleValueExtendedProperties": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/users/{user-id}/calendars/{calendar-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/users/{user-id}/calendarView": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/users/{user-id}/calendarView/{event-id}": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/users/{user-id}/calendarView/{event-id}/attachments": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/users/{user-id}/calendarView/{event-id}/attachments/{attachment-id}": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/users/{user-id}/calendarView/{event-id}/calendar": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/users/{user-id}/calendarView/{event-id}/calendar/calendarPermissions": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/users/{user-id}/calendarView/{event-id}/calendar/calendarPermissions/{calendarPermission-id}": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/users/{user-id}/calendarView/{event-id}/calendar/calendarView": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/users/{user-id}/calendarView/{event-id}/calendar/calendarView/{event-id1}": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/users/{user-id}/calendarView/{event-id}/calendar/events": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/users/{user-id}/calendarView/{event-id}/calendar/events/{event-id1}": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/users/{user-id}/calendarView/{event-id}/calendar/multiValueExtendedProperties": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/users/{user-id}/calendarView/{event-id}/calendar/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/users/{user-id}/calendarView/{event-id}/calendar/singleValueExtendedProperties": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/users/{user-id}/calendarView/{event-id}/calendar/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/users/{user-id}/calendarView/{event-id}/exceptionOccurrences": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/users/{user-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/users/{user-id}/calendarView/{event-id}/extensions": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/users/{user-id}/calendarView/{event-id}/extensions/{extension-id}": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/users/{user-id}/calendarView/{event-id}/instances": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/users/{user-id}/calendarView/{event-id}/instances/{event-id1}": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/users/{user-id}/calendarView/{event-id}/multiValueExtendedProperties": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/users/{user-id}/calendarView/{event-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/users/{user-id}/calendarView/{event-id}/singleValueExtendedProperties": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/users/{user-id}/calendarView/{event-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/users/{user-id}/events": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/users/{user-id}/events/{event-id}": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/users/{user-id}/events/{event-id}/attachments": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/users/{user-id}/events/{event-id}/attachments/{attachment-id}": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/users/{user-id}/events/{event-id}/calendar": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/users/{user-id}/events/{event-id}/calendar/calendarPermissions": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/users/{user-id}/events/{event-id}/calendar/calendarPermissions/{calendarPermission-id}": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/users/{user-id}/events/{event-id}/calendar/calendarView": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/users/{user-id}/events/{event-id}/calendar/calendarView/{event-id1}": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/users/{user-id}/events/{event-id}/calendar/events": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/users/{user-id}/events/{event-id}/calendar/events/{event-id1}": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/users/{user-id}/events/{event-id}/calendar/multiValueExtendedProperties": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/users/{user-id}/events/{event-id}/calendar/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/users/{user-id}/events/{event-id}/calendar/singleValueExtendedProperties": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/users/{user-id}/events/{event-id}/calendar/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/users/{user-id}/events/{event-id}/exceptionOccurrences": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/users/{user-id}/events/{event-id}/extensions": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/users/{user-id}/events/{event-id}/extensions/{extension-id}": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/users/{user-id}/events/{event-id}/instances": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/users/{user-id}/events/{event-id}/instances/{event-id1}": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/users/{user-id}/events/{event-id}/multiValueExtendedProperties": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/users/{user-id}/events/{event-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/users/{user-id}/events/{event-id}/singleValueExtendedProperties": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/users/{user-id}/events/{event-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" } } } diff --git a/profiles/Calendar/crawl-log-v1.0.json b/profiles/Calendar/crawl-log-v1.0.json index 56945d6b955..76368e99c8e 100644 --- a/profiles/Calendar/crawl-log-v1.0.json +++ b/profiles/Calendar/crawl-log-v1.0.json @@ -2,924 +2,924 @@ "resources": [], "operations": { "/groups/{group-id}/calendar": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/groups/{group-id}/calendar/calendarPermissions": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/groups/{group-id}/calendar/calendarPermissions/{calendarPermission-id}": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/groups/{group-id}/calendar/calendarView": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/groups/{group-id}/calendar/calendarView/{event-id}": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/groups/{group-id}/calendar/calendarView/{event-id}/attachments": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/groups/{group-id}/calendar/calendarView/{event-id}/attachments/{attachment-id}": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/groups/{group-id}/calendar/calendarView/{event-id}/calendar": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/groups/{group-id}/calendar/calendarView/{event-id}/extensions": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/groups/{group-id}/calendar/calendarView/{event-id}/extensions/{extension-id}": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/groups/{group-id}/calendar/calendarView/{event-id}/instances": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/groups/{group-id}/calendar/calendarView/{event-id}/instances/{event-id1}": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/groups/{group-id}/calendar/calendarView/{event-id}/multiValueExtendedProperties": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/groups/{group-id}/calendar/calendarView/{event-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/groups/{group-id}/calendar/calendarView/{event-id}/singleValueExtendedProperties": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/groups/{group-id}/calendar/calendarView/{event-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/groups/{group-id}/calendar/events": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/groups/{group-id}/calendar/events/{event-id}": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/groups/{group-id}/calendar/events/{event-id}/attachments": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/groups/{group-id}/calendar/events/{event-id}/attachments/{attachment-id}": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/groups/{group-id}/calendar/events/{event-id}/calendar": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/groups/{group-id}/calendar/events/{event-id}/extensions": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/groups/{group-id}/calendar/events/{event-id}/extensions/{extension-id}": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/groups/{group-id}/calendar/events/{event-id}/instances": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/groups/{group-id}/calendar/events/{event-id}/instances/{event-id1}": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/groups/{group-id}/calendar/events/{event-id}/multiValueExtendedProperties": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/groups/{group-id}/calendar/events/{event-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/groups/{group-id}/calendar/events/{event-id}/singleValueExtendedProperties": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/groups/{group-id}/calendar/events/{event-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/groups/{group-id}/calendar/multiValueExtendedProperties": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/groups/{group-id}/calendar/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/groups/{group-id}/calendar/singleValueExtendedProperties": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/groups/{group-id}/calendar/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/groups/{group-id}/calendarView": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/groups/{group-id}/calendarView/{event-id}": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/groups/{group-id}/calendarView/{event-id}/attachments": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/groups/{group-id}/calendarView/{event-id}/attachments/{attachment-id}": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/groups/{group-id}/calendarView/{event-id}/calendar": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/groups/{group-id}/calendarView/{event-id}/calendar/calendarPermissions": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/groups/{group-id}/calendarView/{event-id}/calendar/calendarPermissions/{calendarPermission-id}": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/groups/{group-id}/calendarView/{event-id}/calendar/calendarView": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/groups/{group-id}/calendarView/{event-id}/calendar/calendarView/{event-id1}": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/groups/{group-id}/calendarView/{event-id}/calendar/events": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/groups/{group-id}/calendarView/{event-id}/calendar/events/{event-id1}": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/groups/{group-id}/calendarView/{event-id}/calendar/multiValueExtendedProperties": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/groups/{group-id}/calendarView/{event-id}/calendar/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/groups/{group-id}/calendarView/{event-id}/calendar/singleValueExtendedProperties": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/groups/{group-id}/calendarView/{event-id}/calendar/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/groups/{group-id}/calendarView/{event-id}/extensions": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/groups/{group-id}/calendarView/{event-id}/extensions/{extension-id}": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/groups/{group-id}/calendarView/{event-id}/instances": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/groups/{group-id}/calendarView/{event-id}/instances/{event-id1}": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/groups/{group-id}/calendarView/{event-id}/multiValueExtendedProperties": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/groups/{group-id}/calendarView/{event-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/groups/{group-id}/calendarView/{event-id}/singleValueExtendedProperties": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/groups/{group-id}/calendarView/{event-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/groups/{group-id}/events": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/groups/{group-id}/events/{event-id}": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/groups/{group-id}/events/{event-id}/attachments": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/groups/{group-id}/events/{event-id}/attachments/{attachment-id}": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/groups/{group-id}/events/{event-id}/calendar": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/groups/{group-id}/events/{event-id}/calendar/calendarPermissions": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/groups/{group-id}/events/{event-id}/calendar/calendarPermissions/{calendarPermission-id}": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/groups/{group-id}/events/{event-id}/calendar/calendarView": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/groups/{group-id}/events/{event-id}/calendar/calendarView/{event-id1}": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/groups/{group-id}/events/{event-id}/calendar/events": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/groups/{group-id}/events/{event-id}/calendar/events/{event-id1}": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/groups/{group-id}/events/{event-id}/calendar/multiValueExtendedProperties": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/groups/{group-id}/events/{event-id}/calendar/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/groups/{group-id}/events/{event-id}/calendar/singleValueExtendedProperties": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/groups/{group-id}/events/{event-id}/calendar/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/groups/{group-id}/events/{event-id}/extensions": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/groups/{group-id}/events/{event-id}/extensions/{extension-id}": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/groups/{group-id}/events/{event-id}/instances": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/groups/{group-id}/events/{event-id}/instances/{event-id1}": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/groups/{group-id}/events/{event-id}/multiValueExtendedProperties": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/groups/{group-id}/events/{event-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/groups/{group-id}/events/{event-id}/singleValueExtendedProperties": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/groups/{group-id}/events/{event-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/places": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/places/{place-id}": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/users/{user-id}/calendar": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/users/{user-id}/calendar/calendarPermissions": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/users/{user-id}/calendar/calendarPermissions/{calendarPermission-id}": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/users/{user-id}/calendar/calendarView": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/users/{user-id}/calendar/calendarView/{event-id}": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/users/{user-id}/calendar/calendarView/{event-id}/attachments": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/users/{user-id}/calendar/calendarView/{event-id}/attachments/{attachment-id}": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/users/{user-id}/calendar/calendarView/{event-id}/calendar": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/users/{user-id}/calendar/calendarView/{event-id}/extensions": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/users/{user-id}/calendar/calendarView/{event-id}/extensions/{extension-id}": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/users/{user-id}/calendar/calendarView/{event-id}/instances": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/users/{user-id}/calendar/calendarView/{event-id}/multiValueExtendedProperties": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/users/{user-id}/calendar/calendarView/{event-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/users/{user-id}/calendar/calendarView/{event-id}/singleValueExtendedProperties": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/users/{user-id}/calendar/calendarView/{event-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/users/{user-id}/calendar/events": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/users/{user-id}/calendar/events/{event-id}": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/users/{user-id}/calendar/events/{event-id}/attachments": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/users/{user-id}/calendar/events/{event-id}/attachments/{attachment-id}": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/users/{user-id}/calendar/events/{event-id}/calendar": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/users/{user-id}/calendar/events/{event-id}/extensions": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/users/{user-id}/calendar/events/{event-id}/extensions/{extension-id}": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/users/{user-id}/calendar/events/{event-id}/instances": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/users/{user-id}/calendar/events/{event-id}/multiValueExtendedProperties": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/users/{user-id}/calendar/events/{event-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/users/{user-id}/calendar/events/{event-id}/singleValueExtendedProperties": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/users/{user-id}/calendar/events/{event-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/users/{user-id}/calendar/multiValueExtendedProperties": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/users/{user-id}/calendar/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/users/{user-id}/calendar/singleValueExtendedProperties": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/users/{user-id}/calendar/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/users/{user-id}/calendarGroups": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/users/{user-id}/calendarGroups/{calendarGroup-id}": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarPermissions": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarPermissions/{calendarPermission-id}": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/attachments": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/attachments/{attachment-id}": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/calendar": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/extensions": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/extensions/{extension-id}": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/multiValueExtendedProperties": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/singleValueExtendedProperties": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/attachments": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/attachments/{attachment-id}": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/calendar": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/extensions": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/extensions/{extension-id}": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/multiValueExtendedProperties": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/singleValueExtendedProperties": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/multiValueExtendedProperties": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/singleValueExtendedProperties": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/users/{user-id}/calendars": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/users/{user-id}/calendars/{calendar-id}": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/users/{user-id}/calendars/{calendar-id}/calendarPermissions": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/users/{user-id}/calendars/{calendar-id}/calendarPermissions/{calendarPermission-id}": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/users/{user-id}/calendars/{calendar-id}/calendarView": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/attachments": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/attachments/{attachment-id}": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/calendar": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/extensions": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/extensions/{extension-id}": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/multiValueExtendedProperties": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/singleValueExtendedProperties": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/users/{user-id}/calendars/{calendar-id}/events": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/users/{user-id}/calendars/{calendar-id}/events/{event-id}": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/attachments": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/attachments/{attachment-id}": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/calendar": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/extensions": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/extensions/{extension-id}": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/multiValueExtendedProperties": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/singleValueExtendedProperties": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/users/{user-id}/calendars/{calendar-id}/multiValueExtendedProperties": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/users/{user-id}/calendars/{calendar-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/users/{user-id}/calendars/{calendar-id}/singleValueExtendedProperties": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/users/{user-id}/calendars/{calendar-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/users/{user-id}/calendarView": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/users/{user-id}/calendarView/{event-id}": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/users/{user-id}/calendarView/{event-id}/attachments": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/users/{user-id}/calendarView/{event-id}/attachments/{attachment-id}": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/users/{user-id}/calendarView/{event-id}/calendar": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/users/{user-id}/calendarView/{event-id}/calendar/calendarPermissions": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/users/{user-id}/calendarView/{event-id}/calendar/calendarPermissions/{calendarPermission-id}": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/users/{user-id}/calendarView/{event-id}/calendar/calendarView": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/users/{user-id}/calendarView/{event-id}/calendar/calendarView/{event-id1}": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/users/{user-id}/calendarView/{event-id}/calendar/events": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/users/{user-id}/calendarView/{event-id}/calendar/events/{event-id1}": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/users/{user-id}/calendarView/{event-id}/calendar/multiValueExtendedProperties": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/users/{user-id}/calendarView/{event-id}/calendar/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/users/{user-id}/calendarView/{event-id}/calendar/singleValueExtendedProperties": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/users/{user-id}/calendarView/{event-id}/calendar/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/users/{user-id}/calendarView/{event-id}/extensions": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/users/{user-id}/calendarView/{event-id}/extensions/{extension-id}": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/users/{user-id}/calendarView/{event-id}/instances": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/users/{user-id}/calendarView/{event-id}/instances/{event-id1}": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/users/{user-id}/calendarView/{event-id}/multiValueExtendedProperties": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/users/{user-id}/calendarView/{event-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/users/{user-id}/calendarView/{event-id}/singleValueExtendedProperties": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/users/{user-id}/calendarView/{event-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/users/{user-id}/events": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/users/{user-id}/events/{event-id}": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/users/{user-id}/events/{event-id}/attachments": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/users/{user-id}/events/{event-id}/attachments/{attachment-id}": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/users/{user-id}/events/{event-id}/calendar": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/users/{user-id}/events/{event-id}/calendar/calendarPermissions": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/users/{user-id}/events/{event-id}/calendar/calendarPermissions/{calendarPermission-id}": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/users/{user-id}/events/{event-id}/calendar/calendarView": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/users/{user-id}/events/{event-id}/calendar/calendarView/{event-id1}": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/users/{user-id}/events/{event-id}/calendar/events": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/users/{user-id}/events/{event-id}/calendar/events/{event-id1}": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/users/{user-id}/events/{event-id}/calendar/multiValueExtendedProperties": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/users/{user-id}/events/{event-id}/calendar/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/users/{user-id}/events/{event-id}/calendar/singleValueExtendedProperties": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/users/{user-id}/events/{event-id}/calendar/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/users/{user-id}/events/{event-id}/extensions": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/users/{user-id}/events/{event-id}/extensions/{extension-id}": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/users/{user-id}/events/{event-id}/instances": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/users/{user-id}/events/{event-id}/instances/{event-id1}": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/users/{user-id}/events/{event-id}/multiValueExtendedProperties": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/users/{user-id}/events/{event-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/users/{user-id}/events/{event-id}/singleValueExtendedProperties": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/users/{user-id}/events/{event-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" } } } diff --git a/profiles/Calendar/readme.md b/profiles/Calendar/readme.md index 511ea657284..eeb8ce6061a 100644 --- a/profiles/Calendar/readme.md +++ b/profiles/Calendar/readme.md @@ -6,8 +6,8 @@ ``` yaml require: -- $(this-folder)/definitions/v1.0.md - $(this-folder)/definitions/v1.0-beta.md +- $(this-folder)/definitions/v1.0.md ``` diff --git a/profiles/ChangeNotifications/crawl-log-v1.0-beta.json b/profiles/ChangeNotifications/crawl-log-v1.0-beta.json index 0c052ba6408..8d54b004c56 100644 --- a/profiles/ChangeNotifications/crawl-log-v1.0-beta.json +++ b/profiles/ChangeNotifications/crawl-log-v1.0-beta.json @@ -2,12 +2,12 @@ "resources": [], "operations": { "/subscriptions": { - "originalLocation": "/openApiDocs/beta/ChangeNotifications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/ChangeNotifications.yml" }, "/subscriptions/{subscription-id}": { - "originalLocation": "/openApiDocs/beta/ChangeNotifications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/ChangeNotifications.yml" } } } diff --git a/profiles/ChangeNotifications/crawl-log-v1.0.json b/profiles/ChangeNotifications/crawl-log-v1.0.json index 7fd1d943df9..bd1c1841589 100644 --- a/profiles/ChangeNotifications/crawl-log-v1.0.json +++ b/profiles/ChangeNotifications/crawl-log-v1.0.json @@ -2,12 +2,12 @@ "resources": [], "operations": { "/subscriptions": { - "originalLocation": "/openApiDocs/v1.0/ChangeNotifications.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/ChangeNotifications.yml" }, "/subscriptions/{subscription-id}": { - "originalLocation": "/openApiDocs/v1.0/ChangeNotifications.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/ChangeNotifications.yml" } } } diff --git a/profiles/ChangeNotifications/readme.md b/profiles/ChangeNotifications/readme.md index 99582f78cc6..b8fd6407bfc 100644 --- a/profiles/ChangeNotifications/readme.md +++ b/profiles/ChangeNotifications/readme.md @@ -6,8 +6,8 @@ ``` yaml require: -- $(this-folder)/definitions/v1.0.md - $(this-folder)/definitions/v1.0-beta.md +- $(this-folder)/definitions/v1.0.md ``` diff --git a/profiles/CloudCommunications/crawl-log-v1.0-beta.json b/profiles/CloudCommunications/crawl-log-v1.0-beta.json index e382c689489..60de633281f 100644 --- a/profiles/CloudCommunications/crawl-log-v1.0-beta.json +++ b/profiles/CloudCommunications/crawl-log-v1.0-beta.json @@ -2,204 +2,212 @@ "resources": [], "operations": { "/communications": { - "originalLocation": "/openApiDocs/beta/CloudCommunications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/CloudCommunications.yml" }, "/communications/callRecords": { - "originalLocation": "/openApiDocs/beta/CloudCommunications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/CloudCommunications.yml" }, "/communications/callRecords/{callRecord-id}": { - "originalLocation": "/openApiDocs/beta/CloudCommunications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/CloudCommunications.yml" }, "/communications/callRecords/{callRecord-id}/sessions": { - "originalLocation": "/openApiDocs/beta/CloudCommunications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/CloudCommunications.yml" }, "/communications/callRecords/{callRecord-id}/sessions/{session-id}": { - "originalLocation": "/openApiDocs/beta/CloudCommunications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/CloudCommunications.yml" }, "/communications/callRecords/{callRecord-id}/sessions/{session-id}/segments": { - "originalLocation": "/openApiDocs/beta/CloudCommunications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/CloudCommunications.yml" }, "/communications/callRecords/{callRecord-id}/sessions/{session-id}/segments/{segment-id}": { - "originalLocation": "/openApiDocs/beta/CloudCommunications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/CloudCommunications.yml" }, "/communications/calls": { - "originalLocation": "/openApiDocs/beta/CloudCommunications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/CloudCommunications.yml" }, "/communications/calls/{call-id}": { - "originalLocation": "/openApiDocs/beta/CloudCommunications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/CloudCommunications.yml" }, "/communications/calls/{call-id}/audioRoutingGroups": { - "originalLocation": "/openApiDocs/beta/CloudCommunications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/CloudCommunications.yml" }, "/communications/calls/{call-id}/audioRoutingGroups/{audioRoutingGroup-id}": { - "originalLocation": "/openApiDocs/beta/CloudCommunications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/CloudCommunications.yml" }, "/communications/calls/{call-id}/microsoft.graph.answer": { - "originalLocation": "/openApiDocs/beta/CloudCommunications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/CloudCommunications.yml" }, "/communications/calls/{call-id}/microsoft.graph.cancelMediaProcessing": { - "originalLocation": "/openApiDocs/beta/CloudCommunications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/CloudCommunications.yml" }, "/communications/calls/{call-id}/microsoft.graph.changeScreenSharingRole": { - "originalLocation": "/openApiDocs/beta/CloudCommunications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/CloudCommunications.yml" }, "/communications/calls/{call-id}/microsoft.graph.keepAlive": { - "originalLocation": "/openApiDocs/beta/CloudCommunications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/CloudCommunications.yml" }, "/communications/calls/{call-id}/microsoft.graph.mute": { - "originalLocation": "/openApiDocs/beta/CloudCommunications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/CloudCommunications.yml" }, "/communications/calls/{call-id}/microsoft.graph.playPrompt": { - "originalLocation": "/openApiDocs/beta/CloudCommunications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/CloudCommunications.yml" }, "/communications/calls/{call-id}/microsoft.graph.record": { - "originalLocation": "/openApiDocs/beta/CloudCommunications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/CloudCommunications.yml" }, "/communications/calls/{call-id}/microsoft.graph.recordResponse": { - "originalLocation": "/openApiDocs/beta/CloudCommunications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/CloudCommunications.yml" }, "/communications/calls/{call-id}/microsoft.graph.redirect": { - "originalLocation": "/openApiDocs/beta/CloudCommunications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/CloudCommunications.yml" }, "/communications/calls/{call-id}/microsoft.graph.reject": { - "originalLocation": "/openApiDocs/beta/CloudCommunications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/CloudCommunications.yml" }, "/communications/calls/{call-id}/microsoft.graph.subscribeToTone": { - "originalLocation": "/openApiDocs/beta/CloudCommunications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/CloudCommunications.yml" }, "/communications/calls/{call-id}/microsoft.graph.transfer": { - "originalLocation": "/openApiDocs/beta/CloudCommunications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/CloudCommunications.yml" }, "/communications/calls/{call-id}/microsoft.graph.unmute": { - "originalLocation": "/openApiDocs/beta/CloudCommunications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/CloudCommunications.yml" }, "/communications/calls/{call-id}/microsoft.graph.updateRecordingStatus": { - "originalLocation": "/openApiDocs/beta/CloudCommunications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/CloudCommunications.yml" }, "/communications/calls/{call-id}/operations": { - "originalLocation": "/openApiDocs/beta/CloudCommunications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/CloudCommunications.yml" }, "/communications/calls/{call-id}/operations/{commsOperation-id}": { - "originalLocation": "/openApiDocs/beta/CloudCommunications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/CloudCommunications.yml" }, "/communications/calls/{call-id}/participants": { - "originalLocation": "/openApiDocs/beta/CloudCommunications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/CloudCommunications.yml" }, "/communications/calls/{call-id}/participants/{participant-id}": { - "originalLocation": "/openApiDocs/beta/CloudCommunications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/CloudCommunications.yml" }, "/communications/calls/{call-id}/participants/{participant-id}/microsoft.graph.mute": { - "originalLocation": "/openApiDocs/beta/CloudCommunications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/CloudCommunications.yml" }, "/communications/calls/{call-id}/participants/microsoft.graph.invite": { - "originalLocation": "/openApiDocs/beta/CloudCommunications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/CloudCommunications.yml" }, "/communications/calls/{call-id}/participants/microsoft.graph.muteAll": { - "originalLocation": "/openApiDocs/beta/CloudCommunications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/CloudCommunications.yml" }, "/communications/calls/microsoft.graph.logTeleconferenceDeviceQuality": { - "originalLocation": "/openApiDocs/beta/CloudCommunications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/CloudCommunications.yml" }, "/communications/microsoft.graph.getPresencesByUserId": { - "originalLocation": "/openApiDocs/beta/CloudCommunications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/CloudCommunications.yml" }, "/communications/onlineMeetings": { - "originalLocation": "/openApiDocs/beta/CloudCommunications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/CloudCommunications.yml" }, "/communications/onlineMeetings/{onlineMeeting-id}": { - "originalLocation": "/openApiDocs/beta/CloudCommunications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/CloudCommunications.yml" }, "/communications/onlineMeetings/{onlineMeeting-id}/alternativeRecording": { - "originalLocation": "/openApiDocs/beta/CloudCommunications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/CloudCommunications.yml" }, "/communications/onlineMeetings/{onlineMeeting-id}/attendeeReport": { - "originalLocation": "/openApiDocs/beta/CloudCommunications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/CloudCommunications.yml" + }, + "/communications/onlineMeetings/{onlineMeeting-id}/meetingAttendanceReport": { + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/CloudCommunications.yml" }, "/communications/onlineMeetings/{onlineMeeting-id}/recording": { - "originalLocation": "/openApiDocs/beta/CloudCommunications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/CloudCommunications.yml" }, "/communications/onlineMeetings/microsoft.graph.createOrGet": { - "originalLocation": "/openApiDocs/beta/CloudCommunications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/CloudCommunications.yml" }, "/communications/presences": { - "originalLocation": "/openApiDocs/beta/CloudCommunications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/CloudCommunications.yml" }, "/communications/presences/{presence-id}": { - "originalLocation": "/openApiDocs/beta/CloudCommunications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/CloudCommunications.yml" }, "/communications/presences/{presence-id}/microsoft.graph.clearPresence": { - "originalLocation": "/openApiDocs/beta/CloudCommunications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/CloudCommunications.yml" }, "/communications/presences/{presence-id}/microsoft.graph.setPresence": { - "originalLocation": "/openApiDocs/beta/CloudCommunications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/CloudCommunications.yml" }, "/users/{user-id}/onlineMeetings": { - "originalLocation": "/openApiDocs/beta/CloudCommunications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/CloudCommunications.yml" }, "/users/{user-id}/onlineMeetings/{onlineMeeting-id}": { - "originalLocation": "/openApiDocs/beta/CloudCommunications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/CloudCommunications.yml" }, "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/alternativeRecording": { - "originalLocation": "/openApiDocs/beta/CloudCommunications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/CloudCommunications.yml" }, "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendeeReport": { - "originalLocation": "/openApiDocs/beta/CloudCommunications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/CloudCommunications.yml" + }, + "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/meetingAttendanceReport": { + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/CloudCommunications.yml" }, "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recording": { - "originalLocation": "/openApiDocs/beta/CloudCommunications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/CloudCommunications.yml" }, "/users/{user-id}/presence": { - "originalLocation": "/openApiDocs/beta/CloudCommunications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/CloudCommunications.yml" } } } diff --git a/profiles/CloudCommunications/crawl-log-v1.0.json b/profiles/CloudCommunications/crawl-log-v1.0.json index 0249f827c9c..8b5f880866b 100644 --- a/profiles/CloudCommunications/crawl-log-v1.0.json +++ b/profiles/CloudCommunications/crawl-log-v1.0.json @@ -2,156 +2,156 @@ "resources": [], "operations": { "/communications": { - "originalLocation": "/openApiDocs/v1.0/CloudCommunications.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/CloudCommunications.yml" }, "/communications/callRecords": { - "originalLocation": "/openApiDocs/v1.0/CloudCommunications.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/CloudCommunications.yml" }, "/communications/callRecords/{callRecord-id}": { - "originalLocation": "/openApiDocs/v1.0/CloudCommunications.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/CloudCommunications.yml" }, "/communications/callRecords/{callRecord-id}/sessions": { - "originalLocation": "/openApiDocs/v1.0/CloudCommunications.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/CloudCommunications.yml" }, "/communications/callRecords/{callRecord-id}/sessions/{session-id}": { - "originalLocation": "/openApiDocs/v1.0/CloudCommunications.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/CloudCommunications.yml" }, "/communications/callRecords/{callRecord-id}/sessions/{session-id}/segments": { - "originalLocation": "/openApiDocs/v1.0/CloudCommunications.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/CloudCommunications.yml" }, "/communications/callRecords/{callRecord-id}/sessions/{session-id}/segments/{segment-id}": { - "originalLocation": "/openApiDocs/v1.0/CloudCommunications.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/CloudCommunications.yml" }, "/communications/calls": { - "originalLocation": "/openApiDocs/v1.0/CloudCommunications.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/CloudCommunications.yml" }, "/communications/calls/{call-id}": { - "originalLocation": "/openApiDocs/v1.0/CloudCommunications.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/CloudCommunications.yml" }, "/communications/calls/{call-id}/microsoft.graph.answer": { - "originalLocation": "/openApiDocs/v1.0/CloudCommunications.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/CloudCommunications.yml" }, "/communications/calls/{call-id}/microsoft.graph.cancelMediaProcessing": { - "originalLocation": "/openApiDocs/v1.0/CloudCommunications.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/CloudCommunications.yml" }, "/communications/calls/{call-id}/microsoft.graph.changeScreenSharingRole": { - "originalLocation": "/openApiDocs/v1.0/CloudCommunications.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/CloudCommunications.yml" }, "/communications/calls/{call-id}/microsoft.graph.keepAlive": { - "originalLocation": "/openApiDocs/v1.0/CloudCommunications.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/CloudCommunications.yml" }, "/communications/calls/{call-id}/microsoft.graph.mute": { - "originalLocation": "/openApiDocs/v1.0/CloudCommunications.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/CloudCommunications.yml" }, "/communications/calls/{call-id}/microsoft.graph.playPrompt": { - "originalLocation": "/openApiDocs/v1.0/CloudCommunications.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/CloudCommunications.yml" }, "/communications/calls/{call-id}/microsoft.graph.recordResponse": { - "originalLocation": "/openApiDocs/v1.0/CloudCommunications.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/CloudCommunications.yml" }, "/communications/calls/{call-id}/microsoft.graph.redirect": { - "originalLocation": "/openApiDocs/v1.0/CloudCommunications.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/CloudCommunications.yml" }, "/communications/calls/{call-id}/microsoft.graph.reject": { - "originalLocation": "/openApiDocs/v1.0/CloudCommunications.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/CloudCommunications.yml" }, "/communications/calls/{call-id}/microsoft.graph.subscribeToTone": { - "originalLocation": "/openApiDocs/v1.0/CloudCommunications.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/CloudCommunications.yml" }, "/communications/calls/{call-id}/microsoft.graph.transfer": { - "originalLocation": "/openApiDocs/v1.0/CloudCommunications.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/CloudCommunications.yml" }, "/communications/calls/{call-id}/microsoft.graph.unmute": { - "originalLocation": "/openApiDocs/v1.0/CloudCommunications.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/CloudCommunications.yml" }, "/communications/calls/{call-id}/microsoft.graph.updateRecordingStatus": { - "originalLocation": "/openApiDocs/v1.0/CloudCommunications.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/CloudCommunications.yml" }, "/communications/calls/{call-id}/operations": { - "originalLocation": "/openApiDocs/v1.0/CloudCommunications.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/CloudCommunications.yml" }, "/communications/calls/{call-id}/operations/{commsOperation-id}": { - "originalLocation": "/openApiDocs/v1.0/CloudCommunications.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/CloudCommunications.yml" }, "/communications/calls/{call-id}/participants": { - "originalLocation": "/openApiDocs/v1.0/CloudCommunications.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/CloudCommunications.yml" }, "/communications/calls/{call-id}/participants/{participant-id}": { - "originalLocation": "/openApiDocs/v1.0/CloudCommunications.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/CloudCommunications.yml" }, "/communications/calls/{call-id}/participants/{participant-id}/microsoft.graph.mute": { - "originalLocation": "/openApiDocs/v1.0/CloudCommunications.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/CloudCommunications.yml" }, "/communications/calls/{call-id}/participants/microsoft.graph.invite": { - "originalLocation": "/openApiDocs/v1.0/CloudCommunications.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/CloudCommunications.yml" }, "/communications/calls/microsoft.graph.logTeleconferenceDeviceQuality": { - "originalLocation": "/openApiDocs/v1.0/CloudCommunications.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/CloudCommunications.yml" }, "/communications/microsoft.graph.getPresencesByUserId": { - "originalLocation": "/openApiDocs/v1.0/CloudCommunications.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/CloudCommunications.yml" }, "/communications/onlineMeetings": { - "originalLocation": "/openApiDocs/v1.0/CloudCommunications.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/CloudCommunications.yml" }, "/communications/onlineMeetings/{onlineMeeting-id}": { - "originalLocation": "/openApiDocs/v1.0/CloudCommunications.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/CloudCommunications.yml" }, "/communications/onlineMeetings/microsoft.graph.createOrGet": { - "originalLocation": "/openApiDocs/v1.0/CloudCommunications.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/CloudCommunications.yml" }, "/communications/presences": { - "originalLocation": "/openApiDocs/v1.0/CloudCommunications.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/CloudCommunications.yml" }, "/communications/presences/{presence-id}": { - "originalLocation": "/openApiDocs/v1.0/CloudCommunications.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/CloudCommunications.yml" }, "/users/{user-id}/onlineMeetings": { - "originalLocation": "/openApiDocs/v1.0/CloudCommunications.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/CloudCommunications.yml" }, "/users/{user-id}/onlineMeetings/{onlineMeeting-id}": { - "originalLocation": "/openApiDocs/v1.0/CloudCommunications.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/CloudCommunications.yml" }, "/users/{user-id}/presence": { - "originalLocation": "/openApiDocs/v1.0/CloudCommunications.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/CloudCommunications.yml" } } } diff --git a/profiles/CloudCommunications/definitions/v1.0-beta.md b/profiles/CloudCommunications/definitions/v1.0-beta.md index 5a00be90b0e..f52220ec062 100644 --- a/profiles/CloudCommunications/definitions/v1.0-beta.md +++ b/profiles/CloudCommunications/definitions/v1.0-beta.md @@ -45,6 +45,7 @@ profiles: /communications/onlineMeetings/{onlineMeeting-id}: v1.0-beta /communications/onlineMeetings/{onlineMeeting-id}/alternativeRecording: v1.0-beta /communications/onlineMeetings/{onlineMeeting-id}/attendeeReport: v1.0-beta + /communications/onlineMeetings/{onlineMeeting-id}/meetingAttendanceReport: v1.0-beta /communications/onlineMeetings/{onlineMeeting-id}/recording: v1.0-beta /communications/onlineMeetings/microsoft.graph.createOrGet: v1.0-beta /communications/presences: v1.0-beta @@ -55,6 +56,7 @@ profiles: /users/{user-id}/onlineMeetings/{onlineMeeting-id}: v1.0-beta /users/{user-id}/onlineMeetings/{onlineMeeting-id}/alternativeRecording: v1.0-beta /users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendeeReport: v1.0-beta + /users/{user-id}/onlineMeetings/{onlineMeeting-id}/meetingAttendanceReport: v1.0-beta /users/{user-id}/onlineMeetings/{onlineMeeting-id}/recording: v1.0-beta /users/{user-id}/presence: v1.0-beta diff --git a/profiles/CloudCommunications/readme.md b/profiles/CloudCommunications/readme.md index 0804ad91692..21243beacaa 100644 --- a/profiles/CloudCommunications/readme.md +++ b/profiles/CloudCommunications/readme.md @@ -6,8 +6,8 @@ ``` yaml require: -- $(this-folder)/definitions/v1.0.md - $(this-folder)/definitions/v1.0-beta.md +- $(this-folder)/definitions/v1.0.md ``` diff --git a/profiles/Compliance/crawl-log-v1.0-beta.json b/profiles/Compliance/crawl-log-v1.0-beta.json index 215da33a0d8..f9f6e1a3bf3 100644 --- a/profiles/Compliance/crawl-log-v1.0-beta.json +++ b/profiles/Compliance/crawl-log-v1.0-beta.json @@ -2,288 +2,288 @@ "resources": [], "operations": { "/compliance": { - "originalLocation": "/openApiDocs/beta/Compliance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Compliance.yml" }, "/compliance/ediscovery": { - "originalLocation": "/openApiDocs/beta/Compliance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Compliance.yml" }, "/compliance/ediscovery/cases": { - "originalLocation": "/openApiDocs/beta/Compliance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Compliance.yml" }, "/compliance/ediscovery/cases/{case-id}": { - "originalLocation": "/openApiDocs/beta/Compliance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Compliance.yml" }, "/compliance/ediscovery/cases/{case-id}/custodians": { - "originalLocation": "/openApiDocs/beta/Compliance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Compliance.yml" }, "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}": { - "originalLocation": "/openApiDocs/beta/Compliance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Compliance.yml" }, "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/microsoft.graph.ediscovery.activate": { - "originalLocation": "/openApiDocs/beta/Compliance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Compliance.yml" }, "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/microsoft.graph.ediscovery.release": { - "originalLocation": "/openApiDocs/beta/Compliance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Compliance.yml" }, "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/microsoft.graph.ediscovery.updateIndex": { - "originalLocation": "/openApiDocs/beta/Compliance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Compliance.yml" }, "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/siteSources": { - "originalLocation": "/openApiDocs/beta/Compliance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Compliance.yml" }, "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/siteSources/{siteSource-id}": { - "originalLocation": "/openApiDocs/beta/Compliance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Compliance.yml" }, "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/siteSources/{siteSource-id}/site": { - "originalLocation": "/openApiDocs/beta/Compliance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Compliance.yml" }, "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/siteSources/{siteSource-id}/site/$ref": { - "originalLocation": "/openApiDocs/beta/Compliance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Compliance.yml" }, "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/unifiedGroupSources": { - "originalLocation": "/openApiDocs/beta/Compliance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Compliance.yml" }, "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/unifiedGroupSources/{unifiedGroupSource-id}": { - "originalLocation": "/openApiDocs/beta/Compliance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Compliance.yml" }, "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/unifiedGroupSources/{unifiedGroupSource-id}/group": { - "originalLocation": "/openApiDocs/beta/Compliance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Compliance.yml" }, "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/unifiedGroupSources/{unifiedGroupSource-id}/group/$ref": { - "originalLocation": "/openApiDocs/beta/Compliance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Compliance.yml" }, "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/userSources": { - "originalLocation": "/openApiDocs/beta/Compliance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Compliance.yml" }, "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/userSources/{userSource-id}": { - "originalLocation": "/openApiDocs/beta/Compliance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Compliance.yml" }, "/compliance/ediscovery/cases/{case-id}/legalHolds": { - "originalLocation": "/openApiDocs/beta/Compliance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Compliance.yml" }, "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}": { - "originalLocation": "/openApiDocs/beta/Compliance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Compliance.yml" }, "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/siteSources": { - "originalLocation": "/openApiDocs/beta/Compliance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Compliance.yml" }, "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/siteSources/{siteSource-id}": { - "originalLocation": "/openApiDocs/beta/Compliance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Compliance.yml" }, "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/siteSources/{siteSource-id}/site": { - "originalLocation": "/openApiDocs/beta/Compliance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Compliance.yml" }, "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/siteSources/{siteSource-id}/site/$ref": { - "originalLocation": "/openApiDocs/beta/Compliance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Compliance.yml" }, "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/unifiedGroupSources": { - "originalLocation": "/openApiDocs/beta/Compliance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Compliance.yml" }, "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/unifiedGroupSources/{unifiedGroupSource-id}": { - "originalLocation": "/openApiDocs/beta/Compliance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Compliance.yml" }, "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/unifiedGroupSources/{unifiedGroupSource-id}/group": { - "originalLocation": "/openApiDocs/beta/Compliance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Compliance.yml" }, "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/unifiedGroupSources/{unifiedGroupSource-id}/group/$ref": { - "originalLocation": "/openApiDocs/beta/Compliance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Compliance.yml" }, "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/userSources": { - "originalLocation": "/openApiDocs/beta/Compliance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Compliance.yml" }, "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/userSources/{userSource-id}": { - "originalLocation": "/openApiDocs/beta/Compliance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Compliance.yml" }, "/compliance/ediscovery/cases/{case-id}/microsoft.graph.ediscovery.close": { - "originalLocation": "/openApiDocs/beta/Compliance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Compliance.yml" }, "/compliance/ediscovery/cases/{case-id}/microsoft.graph.ediscovery.reopen": { - "originalLocation": "/openApiDocs/beta/Compliance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Compliance.yml" }, "/compliance/ediscovery/cases/{case-id}/noncustodialDataSources": { - "originalLocation": "/openApiDocs/beta/Compliance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Compliance.yml" }, "/compliance/ediscovery/cases/{case-id}/noncustodialDataSources/{noncustodialDataSource-id}": { - "originalLocation": "/openApiDocs/beta/Compliance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Compliance.yml" }, "/compliance/ediscovery/cases/{case-id}/noncustodialDataSources/{noncustodialDataSource-id}/dataSource": { - "originalLocation": "/openApiDocs/beta/Compliance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Compliance.yml" }, "/compliance/ediscovery/cases/{case-id}/noncustodialDataSources/{noncustodialDataSource-id}/microsoft.graph.ediscovery.Release": { - "originalLocation": "/openApiDocs/beta/Compliance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Compliance.yml" }, "/compliance/ediscovery/cases/{case-id}/noncustodialDataSources/{noncustodialDataSource-id}/microsoft.graph.ediscovery.UpdateIndex": { - "originalLocation": "/openApiDocs/beta/Compliance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Compliance.yml" }, "/compliance/ediscovery/cases/{case-id}/operations": { - "originalLocation": "/openApiDocs/beta/Compliance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Compliance.yml" }, "/compliance/ediscovery/cases/{case-id}/operations/{caseOperation-id}": { - "originalLocation": "/openApiDocs/beta/Compliance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Compliance.yml" }, "/compliance/ediscovery/cases/{case-id}/operations/{caseOperation-id}/microsoft.graph.ediscovery.caseExportOperation/microsoft.graph.ediscovery.getDownloadUrl()": { - "originalLocation": "/openApiDocs/beta/Compliance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Compliance.yml" }, "/compliance/ediscovery/cases/{case-id}/reviewSets": { - "originalLocation": "/openApiDocs/beta/Compliance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Compliance.yml" }, "/compliance/ediscovery/cases/{case-id}/reviewSets/{reviewSet-id}": { - "originalLocation": "/openApiDocs/beta/Compliance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Compliance.yml" }, "/compliance/ediscovery/cases/{case-id}/reviewSets/{reviewSet-id}/microsoft.graph.ediscovery.addToReviewSet": { - "originalLocation": "/openApiDocs/beta/Compliance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Compliance.yml" }, "/compliance/ediscovery/cases/{case-id}/reviewSets/{reviewSet-id}/microsoft.graph.ediscovery.export": { - "originalLocation": "/openApiDocs/beta/Compliance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Compliance.yml" }, "/compliance/ediscovery/cases/{case-id}/reviewSets/{reviewSet-id}/queries": { - "originalLocation": "/openApiDocs/beta/Compliance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Compliance.yml" }, "/compliance/ediscovery/cases/{case-id}/reviewSets/{reviewSet-id}/queries/{reviewSetQuery-id}": { - "originalLocation": "/openApiDocs/beta/Compliance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Compliance.yml" }, "/compliance/ediscovery/cases/{case-id}/reviewSets/{reviewSet-id}/queries/{reviewSetQuery-id}/microsoft.graph.ediscovery.applyTags": { - "originalLocation": "/openApiDocs/beta/Compliance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Compliance.yml" }, "/compliance/ediscovery/cases/{case-id}/settings": { - "originalLocation": "/openApiDocs/beta/Compliance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Compliance.yml" }, "/compliance/ediscovery/cases/{case-id}/settings/microsoft.graph.ediscovery.resetToDefault": { - "originalLocation": "/openApiDocs/beta/Compliance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Compliance.yml" }, "/compliance/ediscovery/cases/{case-id}/sourceCollections": { - "originalLocation": "/openApiDocs/beta/Compliance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Compliance.yml" }, "/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}": { - "originalLocation": "/openApiDocs/beta/Compliance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Compliance.yml" }, "/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}/additionalSources": { - "originalLocation": "/openApiDocs/beta/Compliance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Compliance.yml" }, "/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}/additionalSources/{dataSource-id}": { - "originalLocation": "/openApiDocs/beta/Compliance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Compliance.yml" }, "/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}/addToReviewSetOperation": { - "originalLocation": "/openApiDocs/beta/Compliance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Compliance.yml" }, "/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}/addToReviewSetOperation/$ref": { - "originalLocation": "/openApiDocs/beta/Compliance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Compliance.yml" }, "/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}/custodianSources": { - "originalLocation": "/openApiDocs/beta/Compliance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Compliance.yml" }, "/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}/custodianSources/$ref": { - "originalLocation": "/openApiDocs/beta/Compliance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Compliance.yml" }, "/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}/lastEstimateStatisticsOperation": { - "originalLocation": "/openApiDocs/beta/Compliance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Compliance.yml" }, "/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}/lastEstimateStatisticsOperation/$ref": { - "originalLocation": "/openApiDocs/beta/Compliance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Compliance.yml" }, "/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}/microsoft.graph.ediscovery.estimateStatistics": { - "originalLocation": "/openApiDocs/beta/Compliance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Compliance.yml" }, "/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}/noncustodialSources": { - "originalLocation": "/openApiDocs/beta/Compliance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Compliance.yml" }, "/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}/noncustodialSources/$ref": { - "originalLocation": "/openApiDocs/beta/Compliance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Compliance.yml" }, "/compliance/ediscovery/cases/{case-id}/tags": { - "originalLocation": "/openApiDocs/beta/Compliance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Compliance.yml" }, "/compliance/ediscovery/cases/{case-id}/tags/{tag-id}": { - "originalLocation": "/openApiDocs/beta/Compliance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Compliance.yml" }, "/compliance/ediscovery/cases/{case-id}/tags/{tag-id}/childTags": { - "originalLocation": "/openApiDocs/beta/Compliance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Compliance.yml" }, "/compliance/ediscovery/cases/{case-id}/tags/{tag-id}/childTags/$ref": { - "originalLocation": "/openApiDocs/beta/Compliance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Compliance.yml" }, "/compliance/ediscovery/cases/{case-id}/tags/{tag-id}/childTags/microsoft.graph.ediscovery.asHierarchy()": { - "originalLocation": "/openApiDocs/beta/Compliance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Compliance.yml" }, "/compliance/ediscovery/cases/{case-id}/tags/{tag-id}/parent": { - "originalLocation": "/openApiDocs/beta/Compliance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Compliance.yml" }, "/compliance/ediscovery/cases/{case-id}/tags/{tag-id}/parent/$ref": { - "originalLocation": "/openApiDocs/beta/Compliance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Compliance.yml" }, "/compliance/ediscovery/cases/{case-id}/tags/microsoft.graph.ediscovery.asHierarchy()": { - "originalLocation": "/openApiDocs/beta/Compliance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Compliance.yml" } } } diff --git a/profiles/CrossDeviceExperiences/crawl-log-v1.0-beta.json b/profiles/CrossDeviceExperiences/crawl-log-v1.0-beta.json index b910fc53177..f03f32465f7 100644 --- a/profiles/CrossDeviceExperiences/crawl-log-v1.0-beta.json +++ b/profiles/CrossDeviceExperiences/crawl-log-v1.0-beta.json @@ -2,36 +2,36 @@ "resources": [], "operations": { "/users/{user-id}/activities": { - "originalLocation": "/openApiDocs/beta/CrossDeviceExperiences.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/CrossDeviceExperiences.yml" }, "/users/{user-id}/activities/{userActivity-id}": { - "originalLocation": "/openApiDocs/beta/CrossDeviceExperiences.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/CrossDeviceExperiences.yml" }, "/users/{user-id}/activities/{userActivity-id}/historyItems": { - "originalLocation": "/openApiDocs/beta/CrossDeviceExperiences.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/CrossDeviceExperiences.yml" }, "/users/{user-id}/activities/{userActivity-id}/historyItems/{activityHistoryItem-id}": { - "originalLocation": "/openApiDocs/beta/CrossDeviceExperiences.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/CrossDeviceExperiences.yml" }, "/users/{user-id}/activities/{userActivity-id}/historyItems/{activityHistoryItem-id}/activity": { - "originalLocation": "/openApiDocs/beta/CrossDeviceExperiences.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/CrossDeviceExperiences.yml" }, "/users/{user-id}/activities/{userActivity-id}/historyItems/{activityHistoryItem-id}/activity/$ref": { - "originalLocation": "/openApiDocs/beta/CrossDeviceExperiences.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/CrossDeviceExperiences.yml" }, "/users/{user-id}/devices": { - "originalLocation": "/openApiDocs/beta/CrossDeviceExperiences.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/CrossDeviceExperiences.yml" }, "/users/{user-id}/devices/{device-id}": { - "originalLocation": "/openApiDocs/beta/CrossDeviceExperiences.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/CrossDeviceExperiences.yml" } } } diff --git a/profiles/CrossDeviceExperiences/crawl-log-v1.0.json b/profiles/CrossDeviceExperiences/crawl-log-v1.0.json index 9c3402afb60..c00e752d5df 100644 --- a/profiles/CrossDeviceExperiences/crawl-log-v1.0.json +++ b/profiles/CrossDeviceExperiences/crawl-log-v1.0.json @@ -2,28 +2,28 @@ "resources": [], "operations": { "/users/{user-id}/activities": { - "originalLocation": "/openApiDocs/v1.0/CrossDeviceExperiences.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/CrossDeviceExperiences.yml" }, "/users/{user-id}/activities/{userActivity-id}": { - "originalLocation": "/openApiDocs/v1.0/CrossDeviceExperiences.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/CrossDeviceExperiences.yml" }, "/users/{user-id}/activities/{userActivity-id}/historyItems": { - "originalLocation": "/openApiDocs/v1.0/CrossDeviceExperiences.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/CrossDeviceExperiences.yml" }, "/users/{user-id}/activities/{userActivity-id}/historyItems/{activityHistoryItem-id}": { - "originalLocation": "/openApiDocs/v1.0/CrossDeviceExperiences.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/CrossDeviceExperiences.yml" }, "/users/{user-id}/activities/{userActivity-id}/historyItems/{activityHistoryItem-id}/activity": { - "originalLocation": "/openApiDocs/v1.0/CrossDeviceExperiences.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/CrossDeviceExperiences.yml" }, "/users/{user-id}/activities/{userActivity-id}/historyItems/{activityHistoryItem-id}/activity/$ref": { - "originalLocation": "/openApiDocs/v1.0/CrossDeviceExperiences.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/CrossDeviceExperiences.yml" } } } diff --git a/profiles/CrossDeviceExperiences/readme.md b/profiles/CrossDeviceExperiences/readme.md index 36a6c0cf82c..7cc51cf8c5c 100644 --- a/profiles/CrossDeviceExperiences/readme.md +++ b/profiles/CrossDeviceExperiences/readme.md @@ -6,8 +6,8 @@ ``` yaml require: -- $(this-folder)/definitions/v1.0.md - $(this-folder)/definitions/v1.0-beta.md +- $(this-folder)/definitions/v1.0.md ``` diff --git a/profiles/DeviceManagement.Actions/crawl-log-v1.0-beta.json b/profiles/DeviceManagement.Actions/crawl-log-v1.0-beta.json index a081dfa2f92..0637c1c4489 100644 --- a/profiles/DeviceManagement.Actions/crawl-log-v1.0-beta.json +++ b/profiles/DeviceManagement.Actions/crawl-log-v1.0-beta.json @@ -2,1784 +2,1788 @@ "resources": [], "operations": { "/deviceManagement/androidDeviceOwnerEnrollmentProfiles/{androidDeviceOwnerEnrollmentProfile-id}/microsoft.graph.createToken": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/androidDeviceOwnerEnrollmentProfiles/{androidDeviceOwnerEnrollmentProfile-id}/microsoft.graph.revokeToken": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/androidForWorkEnrollmentProfiles/{androidForWorkEnrollmentProfile-id}/microsoft.graph.createToken": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/androidForWorkEnrollmentProfiles/{androidForWorkEnrollmentProfile-id}/microsoft.graph.revokeToken": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/androidForWorkSettings/microsoft.graph.completeSignup": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/androidForWorkSettings/microsoft.graph.requestSignupUrl": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/androidForWorkSettings/microsoft.graph.syncApps": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/androidForWorkSettings/microsoft.graph.unbind": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/androidManagedStoreAccountEnterpriseSettings/microsoft.graph.approveApps": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/androidManagedStoreAccountEnterpriseSettings/microsoft.graph.completeSignup": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/androidManagedStoreAccountEnterpriseSettings/microsoft.graph.createGooglePlayWebToken": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/androidManagedStoreAccountEnterpriseSettings/microsoft.graph.requestSignupUrl": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/androidManagedStoreAccountEnterpriseSettings/microsoft.graph.setAndroidDeviceOwnerFullyManagedEnrollmentState": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/androidManagedStoreAccountEnterpriseSettings/microsoft.graph.syncApps": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/androidManagedStoreAccountEnterpriseSettings/microsoft.graph.unbind": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/applePushNotificationCertificate/microsoft.graph.generateApplePushNotificationCertificateSigningRequest": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/appleUserInitiatedEnrollmentProfiles/{appleUserInitiatedEnrollmentProfile-id}/microsoft.graph.setPriority": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/assignmentFilters/microsoft.graph.enable": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/assignmentFilters/microsoft.graph.validateFilter": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" + }, + "/deviceManagement/chromeOSOnboardingSettings/microsoft.graph.connect": { + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/comanagedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}/microsoft.graph.createDownloadUrl": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/comanagedDevices/{managedDevice-id}/microsoft.graph.bypassActivationLock": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/comanagedDevices/{managedDevice-id}/microsoft.graph.cleanWindowsDevice": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/comanagedDevices/{managedDevice-id}/microsoft.graph.createDeviceLogCollectionRequest": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/comanagedDevices/{managedDevice-id}/microsoft.graph.deleteUserFromSharedAppleDevice": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/comanagedDevices/{managedDevice-id}/microsoft.graph.disableLostMode": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/comanagedDevices/{managedDevice-id}/microsoft.graph.enableLostMode": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/comanagedDevices/{managedDevice-id}/microsoft.graph.locateDevice": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/comanagedDevices/{managedDevice-id}/microsoft.graph.logoutSharedAppleDeviceActiveUser": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/comanagedDevices/{managedDevice-id}/microsoft.graph.overrideComplianceState": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/comanagedDevices/{managedDevice-id}/microsoft.graph.playLostModeSound": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/comanagedDevices/{managedDevice-id}/microsoft.graph.rebootNow": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/comanagedDevices/{managedDevice-id}/microsoft.graph.recoverPasscode": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/comanagedDevices/{managedDevice-id}/microsoft.graph.remoteLock": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/comanagedDevices/{managedDevice-id}/microsoft.graph.requestRemoteAssistance": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/comanagedDevices/{managedDevice-id}/microsoft.graph.resetPasscode": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/comanagedDevices/{managedDevice-id}/microsoft.graph.retire": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/comanagedDevices/{managedDevice-id}/microsoft.graph.revokeAppleVppLicenses": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/comanagedDevices/{managedDevice-id}/microsoft.graph.rotateBitLockerKeys": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/comanagedDevices/{managedDevice-id}/microsoft.graph.rotateFileVaultKey": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/comanagedDevices/{managedDevice-id}/microsoft.graph.sendCustomNotificationToCompanyPortal": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/comanagedDevices/{managedDevice-id}/microsoft.graph.setDeviceName": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/comanagedDevices/{managedDevice-id}/microsoft.graph.shutDown": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/comanagedDevices/{managedDevice-id}/microsoft.graph.syncDevice": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/comanagedDevices/{managedDevice-id}/microsoft.graph.triggerConfigurationManagerAction": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/comanagedDevices/{managedDevice-id}/microsoft.graph.updateWindowsDeviceAccount": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/comanagedDevices/{managedDevice-id}/microsoft.graph.windowsDefenderScan": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/comanagedDevices/{managedDevice-id}/microsoft.graph.windowsDefenderUpdateSignatures": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/comanagedDevices/{managedDevice-id}/microsoft.graph.wipe": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/comanagedDevices/microsoft.graph.executeAction": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/microsoft.graph.assign": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/dataSharingConsents/{dataSharingConsent-id}/microsoft.graph.consentToDataSharing": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/enrollmentProfiles/{enrollmentProfile-id}/microsoft.graph.setDefaultProfile": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/enrollmentProfiles/{enrollmentProfile-id}/microsoft.graph.updateDeviceProfileAssignment": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/importedAppleDeviceIdentities/microsoft.graph.importAppleDeviceIdentityList": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/microsoft.graph.generateEncryptionPublicKey": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/microsoft.graph.shareForSchoolDataSyncService": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/microsoft.graph.syncWithAppleDeviceEnrollmentProgram": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/microsoft.graph.unshareForSchoolDataSyncService": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/microsoft.graph.uploadDepToken": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/detectedApps/{detectedApp-id}/managedDevices/microsoft.graph.executeAction": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/microsoft.graph.assign": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/microsoft.graph.scheduleActionsForRules": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceCompliancePolicies/microsoft.graph.getDevicesScheduledToRetire": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceCompliancePolicies/microsoft.graph.hasPayloadLinks": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceCompliancePolicies/microsoft.graph.refreshDeviceComplianceReportSummarization": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceCompliancePolicies/microsoft.graph.setScheduledRetireState": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceCompliancePolicies/microsoft.graph.validateComplianceScript": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceComplianceScripts/{deviceComplianceScript-id}/deviceRunStates/{deviceComplianceScriptDeviceState-id}/managedDevice/microsoft.graph.bypassActivationLock": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceComplianceScripts/{deviceComplianceScript-id}/deviceRunStates/{deviceComplianceScriptDeviceState-id}/managedDevice/microsoft.graph.cleanWindowsDevice": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceComplianceScripts/{deviceComplianceScript-id}/deviceRunStates/{deviceComplianceScriptDeviceState-id}/managedDevice/microsoft.graph.createDeviceLogCollectionRequest": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceComplianceScripts/{deviceComplianceScript-id}/deviceRunStates/{deviceComplianceScriptDeviceState-id}/managedDevice/microsoft.graph.deleteUserFromSharedAppleDevice": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceComplianceScripts/{deviceComplianceScript-id}/deviceRunStates/{deviceComplianceScriptDeviceState-id}/managedDevice/microsoft.graph.disableLostMode": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceComplianceScripts/{deviceComplianceScript-id}/deviceRunStates/{deviceComplianceScriptDeviceState-id}/managedDevice/microsoft.graph.enableLostMode": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceComplianceScripts/{deviceComplianceScript-id}/deviceRunStates/{deviceComplianceScriptDeviceState-id}/managedDevice/microsoft.graph.locateDevice": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceComplianceScripts/{deviceComplianceScript-id}/deviceRunStates/{deviceComplianceScriptDeviceState-id}/managedDevice/microsoft.graph.logoutSharedAppleDeviceActiveUser": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceComplianceScripts/{deviceComplianceScript-id}/deviceRunStates/{deviceComplianceScriptDeviceState-id}/managedDevice/microsoft.graph.overrideComplianceState": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceComplianceScripts/{deviceComplianceScript-id}/deviceRunStates/{deviceComplianceScriptDeviceState-id}/managedDevice/microsoft.graph.playLostModeSound": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceComplianceScripts/{deviceComplianceScript-id}/deviceRunStates/{deviceComplianceScriptDeviceState-id}/managedDevice/microsoft.graph.rebootNow": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceComplianceScripts/{deviceComplianceScript-id}/deviceRunStates/{deviceComplianceScriptDeviceState-id}/managedDevice/microsoft.graph.recoverPasscode": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceComplianceScripts/{deviceComplianceScript-id}/deviceRunStates/{deviceComplianceScriptDeviceState-id}/managedDevice/microsoft.graph.remoteLock": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceComplianceScripts/{deviceComplianceScript-id}/deviceRunStates/{deviceComplianceScriptDeviceState-id}/managedDevice/microsoft.graph.requestRemoteAssistance": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceComplianceScripts/{deviceComplianceScript-id}/deviceRunStates/{deviceComplianceScriptDeviceState-id}/managedDevice/microsoft.graph.resetPasscode": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceComplianceScripts/{deviceComplianceScript-id}/deviceRunStates/{deviceComplianceScriptDeviceState-id}/managedDevice/microsoft.graph.retire": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceComplianceScripts/{deviceComplianceScript-id}/deviceRunStates/{deviceComplianceScriptDeviceState-id}/managedDevice/microsoft.graph.revokeAppleVppLicenses": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceComplianceScripts/{deviceComplianceScript-id}/deviceRunStates/{deviceComplianceScriptDeviceState-id}/managedDevice/microsoft.graph.rotateBitLockerKeys": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceComplianceScripts/{deviceComplianceScript-id}/deviceRunStates/{deviceComplianceScriptDeviceState-id}/managedDevice/microsoft.graph.rotateFileVaultKey": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceComplianceScripts/{deviceComplianceScript-id}/deviceRunStates/{deviceComplianceScriptDeviceState-id}/managedDevice/microsoft.graph.sendCustomNotificationToCompanyPortal": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceComplianceScripts/{deviceComplianceScript-id}/deviceRunStates/{deviceComplianceScriptDeviceState-id}/managedDevice/microsoft.graph.setDeviceName": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceComplianceScripts/{deviceComplianceScript-id}/deviceRunStates/{deviceComplianceScriptDeviceState-id}/managedDevice/microsoft.graph.shutDown": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceComplianceScripts/{deviceComplianceScript-id}/deviceRunStates/{deviceComplianceScriptDeviceState-id}/managedDevice/microsoft.graph.syncDevice": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceComplianceScripts/{deviceComplianceScript-id}/deviceRunStates/{deviceComplianceScriptDeviceState-id}/managedDevice/microsoft.graph.triggerConfigurationManagerAction": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceComplianceScripts/{deviceComplianceScript-id}/deviceRunStates/{deviceComplianceScriptDeviceState-id}/managedDevice/microsoft.graph.updateWindowsDeviceAccount": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceComplianceScripts/{deviceComplianceScript-id}/deviceRunStates/{deviceComplianceScriptDeviceState-id}/managedDevice/microsoft.graph.windowsDefenderScan": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceComplianceScripts/{deviceComplianceScript-id}/deviceRunStates/{deviceComplianceScriptDeviceState-id}/managedDevice/microsoft.graph.windowsDefenderUpdateSignatures": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceComplianceScripts/{deviceComplianceScript-id}/deviceRunStates/{deviceComplianceScriptDeviceState-id}/managedDevice/microsoft.graph.wipe": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceComplianceScripts/{deviceComplianceScript-id}/microsoft.graph.assign": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/groupAssignments/{deviceConfigurationGroupAssignment-id}/deviceConfiguration/microsoft.graph.assign": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/groupAssignments/{deviceConfigurationGroupAssignment-id}/deviceConfiguration/microsoft.graph.assignedAccessMultiModeProfiles": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/groupAssignments/{deviceConfigurationGroupAssignment-id}/deviceConfiguration/microsoft.graph.windowsPrivacyAccessControls": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/groupAssignments/{deviceConfigurationGroupAssignment-id}/deviceConfiguration/microsoft.graph.windowsUpdateForBusinessConfiguration/microsoft.graph.extendFeatureUpdatesPause": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/groupAssignments/{deviceConfigurationGroupAssignment-id}/deviceConfiguration/microsoft.graph.windowsUpdateForBusinessConfiguration/microsoft.graph.extendQualityUpdatesPause": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/microsoft.graph.assign": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/microsoft.graph.assignedAccessMultiModeProfiles": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/microsoft.graph.windowsPrivacyAccessControls": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/microsoft.graph.windowsUpdateForBusinessConfiguration/microsoft.graph.extendFeatureUpdatesPause": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/microsoft.graph.windowsUpdateForBusinessConfiguration/microsoft.graph.extendQualityUpdatesPause": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceConfigurations/microsoft.graph.getTargetedUsersAndDevices": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceConfigurations/microsoft.graph.hasPayloadLinks": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceCustomAttributeShellScripts/{deviceCustomAttributeShellScript-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice/microsoft.graph.bypassActivationLock": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceCustomAttributeShellScripts/{deviceCustomAttributeShellScript-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice/microsoft.graph.cleanWindowsDevice": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceCustomAttributeShellScripts/{deviceCustomAttributeShellScript-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice/microsoft.graph.createDeviceLogCollectionRequest": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceCustomAttributeShellScripts/{deviceCustomAttributeShellScript-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice/microsoft.graph.deleteUserFromSharedAppleDevice": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceCustomAttributeShellScripts/{deviceCustomAttributeShellScript-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice/microsoft.graph.disableLostMode": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceCustomAttributeShellScripts/{deviceCustomAttributeShellScript-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice/microsoft.graph.enableLostMode": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceCustomAttributeShellScripts/{deviceCustomAttributeShellScript-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice/microsoft.graph.locateDevice": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceCustomAttributeShellScripts/{deviceCustomAttributeShellScript-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice/microsoft.graph.logoutSharedAppleDeviceActiveUser": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceCustomAttributeShellScripts/{deviceCustomAttributeShellScript-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice/microsoft.graph.overrideComplianceState": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceCustomAttributeShellScripts/{deviceCustomAttributeShellScript-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice/microsoft.graph.playLostModeSound": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceCustomAttributeShellScripts/{deviceCustomAttributeShellScript-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice/microsoft.graph.rebootNow": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceCustomAttributeShellScripts/{deviceCustomAttributeShellScript-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice/microsoft.graph.recoverPasscode": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceCustomAttributeShellScripts/{deviceCustomAttributeShellScript-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice/microsoft.graph.remoteLock": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceCustomAttributeShellScripts/{deviceCustomAttributeShellScript-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice/microsoft.graph.requestRemoteAssistance": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceCustomAttributeShellScripts/{deviceCustomAttributeShellScript-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice/microsoft.graph.resetPasscode": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceCustomAttributeShellScripts/{deviceCustomAttributeShellScript-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice/microsoft.graph.retire": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceCustomAttributeShellScripts/{deviceCustomAttributeShellScript-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice/microsoft.graph.revokeAppleVppLicenses": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceCustomAttributeShellScripts/{deviceCustomAttributeShellScript-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice/microsoft.graph.rotateBitLockerKeys": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceCustomAttributeShellScripts/{deviceCustomAttributeShellScript-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice/microsoft.graph.rotateFileVaultKey": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceCustomAttributeShellScripts/{deviceCustomAttributeShellScript-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice/microsoft.graph.sendCustomNotificationToCompanyPortal": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceCustomAttributeShellScripts/{deviceCustomAttributeShellScript-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice/microsoft.graph.setDeviceName": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceCustomAttributeShellScripts/{deviceCustomAttributeShellScript-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice/microsoft.graph.shutDown": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceCustomAttributeShellScripts/{deviceCustomAttributeShellScript-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice/microsoft.graph.syncDevice": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceCustomAttributeShellScripts/{deviceCustomAttributeShellScript-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice/microsoft.graph.triggerConfigurationManagerAction": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceCustomAttributeShellScripts/{deviceCustomAttributeShellScript-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice/microsoft.graph.updateWindowsDeviceAccount": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceCustomAttributeShellScripts/{deviceCustomAttributeShellScript-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice/microsoft.graph.windowsDefenderScan": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceCustomAttributeShellScripts/{deviceCustomAttributeShellScript-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice/microsoft.graph.windowsDefenderUpdateSignatures": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceCustomAttributeShellScripts/{deviceCustomAttributeShellScript-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice/microsoft.graph.wipe": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceCustomAttributeShellScripts/{deviceCustomAttributeShellScript-id}/microsoft.graph.assign": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceCustomAttributeShellScripts/{deviceCustomAttributeShellScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice/microsoft.graph.bypassActivationLock": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceCustomAttributeShellScripts/{deviceCustomAttributeShellScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice/microsoft.graph.cleanWindowsDevice": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceCustomAttributeShellScripts/{deviceCustomAttributeShellScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice/microsoft.graph.createDeviceLogCollectionRequest": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceCustomAttributeShellScripts/{deviceCustomAttributeShellScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice/microsoft.graph.deleteUserFromSharedAppleDevice": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceCustomAttributeShellScripts/{deviceCustomAttributeShellScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice/microsoft.graph.disableLostMode": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceCustomAttributeShellScripts/{deviceCustomAttributeShellScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice/microsoft.graph.enableLostMode": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceCustomAttributeShellScripts/{deviceCustomAttributeShellScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice/microsoft.graph.locateDevice": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceCustomAttributeShellScripts/{deviceCustomAttributeShellScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice/microsoft.graph.logoutSharedAppleDeviceActiveUser": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceCustomAttributeShellScripts/{deviceCustomAttributeShellScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice/microsoft.graph.overrideComplianceState": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceCustomAttributeShellScripts/{deviceCustomAttributeShellScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice/microsoft.graph.playLostModeSound": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceCustomAttributeShellScripts/{deviceCustomAttributeShellScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice/microsoft.graph.rebootNow": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceCustomAttributeShellScripts/{deviceCustomAttributeShellScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice/microsoft.graph.recoverPasscode": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceCustomAttributeShellScripts/{deviceCustomAttributeShellScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice/microsoft.graph.remoteLock": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceCustomAttributeShellScripts/{deviceCustomAttributeShellScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice/microsoft.graph.requestRemoteAssistance": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceCustomAttributeShellScripts/{deviceCustomAttributeShellScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice/microsoft.graph.resetPasscode": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceCustomAttributeShellScripts/{deviceCustomAttributeShellScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice/microsoft.graph.retire": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceCustomAttributeShellScripts/{deviceCustomAttributeShellScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice/microsoft.graph.revokeAppleVppLicenses": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceCustomAttributeShellScripts/{deviceCustomAttributeShellScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice/microsoft.graph.rotateBitLockerKeys": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceCustomAttributeShellScripts/{deviceCustomAttributeShellScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice/microsoft.graph.rotateFileVaultKey": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceCustomAttributeShellScripts/{deviceCustomAttributeShellScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice/microsoft.graph.sendCustomNotificationToCompanyPortal": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceCustomAttributeShellScripts/{deviceCustomAttributeShellScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice/microsoft.graph.setDeviceName": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceCustomAttributeShellScripts/{deviceCustomAttributeShellScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice/microsoft.graph.shutDown": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceCustomAttributeShellScripts/{deviceCustomAttributeShellScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice/microsoft.graph.syncDevice": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceCustomAttributeShellScripts/{deviceCustomAttributeShellScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice/microsoft.graph.triggerConfigurationManagerAction": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceCustomAttributeShellScripts/{deviceCustomAttributeShellScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice/microsoft.graph.updateWindowsDeviceAccount": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceCustomAttributeShellScripts/{deviceCustomAttributeShellScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice/microsoft.graph.windowsDefenderScan": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceCustomAttributeShellScripts/{deviceCustomAttributeShellScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice/microsoft.graph.windowsDefenderUpdateSignatures": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceCustomAttributeShellScripts/{deviceCustomAttributeShellScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice/microsoft.graph.wipe": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/microsoft.graph.assign": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/microsoft.graph.setPriority": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceEnrollmentConfigurations/microsoft.graph.hasPayloadLinks": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/deviceRunStates/{deviceHealthScriptDeviceState-id}/managedDevice/microsoft.graph.bypassActivationLock": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/deviceRunStates/{deviceHealthScriptDeviceState-id}/managedDevice/microsoft.graph.cleanWindowsDevice": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/deviceRunStates/{deviceHealthScriptDeviceState-id}/managedDevice/microsoft.graph.createDeviceLogCollectionRequest": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/deviceRunStates/{deviceHealthScriptDeviceState-id}/managedDevice/microsoft.graph.deleteUserFromSharedAppleDevice": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/deviceRunStates/{deviceHealthScriptDeviceState-id}/managedDevice/microsoft.graph.disableLostMode": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/deviceRunStates/{deviceHealthScriptDeviceState-id}/managedDevice/microsoft.graph.enableLostMode": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/deviceRunStates/{deviceHealthScriptDeviceState-id}/managedDevice/microsoft.graph.locateDevice": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/deviceRunStates/{deviceHealthScriptDeviceState-id}/managedDevice/microsoft.graph.logoutSharedAppleDeviceActiveUser": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/deviceRunStates/{deviceHealthScriptDeviceState-id}/managedDevice/microsoft.graph.overrideComplianceState": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/deviceRunStates/{deviceHealthScriptDeviceState-id}/managedDevice/microsoft.graph.playLostModeSound": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/deviceRunStates/{deviceHealthScriptDeviceState-id}/managedDevice/microsoft.graph.rebootNow": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/deviceRunStates/{deviceHealthScriptDeviceState-id}/managedDevice/microsoft.graph.recoverPasscode": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/deviceRunStates/{deviceHealthScriptDeviceState-id}/managedDevice/microsoft.graph.remoteLock": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/deviceRunStates/{deviceHealthScriptDeviceState-id}/managedDevice/microsoft.graph.requestRemoteAssistance": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/deviceRunStates/{deviceHealthScriptDeviceState-id}/managedDevice/microsoft.graph.resetPasscode": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/deviceRunStates/{deviceHealthScriptDeviceState-id}/managedDevice/microsoft.graph.retire": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/deviceRunStates/{deviceHealthScriptDeviceState-id}/managedDevice/microsoft.graph.revokeAppleVppLicenses": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/deviceRunStates/{deviceHealthScriptDeviceState-id}/managedDevice/microsoft.graph.rotateBitLockerKeys": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/deviceRunStates/{deviceHealthScriptDeviceState-id}/managedDevice/microsoft.graph.rotateFileVaultKey": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/deviceRunStates/{deviceHealthScriptDeviceState-id}/managedDevice/microsoft.graph.sendCustomNotificationToCompanyPortal": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/deviceRunStates/{deviceHealthScriptDeviceState-id}/managedDevice/microsoft.graph.setDeviceName": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/deviceRunStates/{deviceHealthScriptDeviceState-id}/managedDevice/microsoft.graph.shutDown": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/deviceRunStates/{deviceHealthScriptDeviceState-id}/managedDevice/microsoft.graph.syncDevice": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/deviceRunStates/{deviceHealthScriptDeviceState-id}/managedDevice/microsoft.graph.triggerConfigurationManagerAction": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/deviceRunStates/{deviceHealthScriptDeviceState-id}/managedDevice/microsoft.graph.updateWindowsDeviceAccount": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/deviceRunStates/{deviceHealthScriptDeviceState-id}/managedDevice/microsoft.graph.windowsDefenderScan": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/deviceRunStates/{deviceHealthScriptDeviceState-id}/managedDevice/microsoft.graph.windowsDefenderUpdateSignatures": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/deviceRunStates/{deviceHealthScriptDeviceState-id}/managedDevice/microsoft.graph.wipe": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/microsoft.graph.assign": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/microsoft.graph.getGlobalScriptHighestAvailableVersion": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/microsoft.graph.updateGlobalScript": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceHealthScripts/microsoft.graph.enableGlobalScripts": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice/microsoft.graph.bypassActivationLock": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice/microsoft.graph.cleanWindowsDevice": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice/microsoft.graph.createDeviceLogCollectionRequest": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice/microsoft.graph.deleteUserFromSharedAppleDevice": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice/microsoft.graph.disableLostMode": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice/microsoft.graph.enableLostMode": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice/microsoft.graph.locateDevice": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice/microsoft.graph.logoutSharedAppleDeviceActiveUser": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice/microsoft.graph.overrideComplianceState": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice/microsoft.graph.playLostModeSound": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice/microsoft.graph.rebootNow": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice/microsoft.graph.recoverPasscode": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice/microsoft.graph.remoteLock": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice/microsoft.graph.requestRemoteAssistance": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice/microsoft.graph.resetPasscode": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice/microsoft.graph.retire": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice/microsoft.graph.revokeAppleVppLicenses": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice/microsoft.graph.rotateBitLockerKeys": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice/microsoft.graph.rotateFileVaultKey": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice/microsoft.graph.sendCustomNotificationToCompanyPortal": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice/microsoft.graph.setDeviceName": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice/microsoft.graph.shutDown": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice/microsoft.graph.syncDevice": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice/microsoft.graph.triggerConfigurationManagerAction": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice/microsoft.graph.updateWindowsDeviceAccount": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice/microsoft.graph.windowsDefenderScan": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice/microsoft.graph.windowsDefenderUpdateSignatures": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice/microsoft.graph.wipe": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/microsoft.graph.assign": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice/microsoft.graph.bypassActivationLock": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice/microsoft.graph.cleanWindowsDevice": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice/microsoft.graph.createDeviceLogCollectionRequest": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice/microsoft.graph.deleteUserFromSharedAppleDevice": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice/microsoft.graph.disableLostMode": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice/microsoft.graph.enableLostMode": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice/microsoft.graph.locateDevice": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice/microsoft.graph.logoutSharedAppleDeviceActiveUser": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice/microsoft.graph.overrideComplianceState": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice/microsoft.graph.playLostModeSound": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice/microsoft.graph.rebootNow": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice/microsoft.graph.recoverPasscode": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice/microsoft.graph.remoteLock": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice/microsoft.graph.requestRemoteAssistance": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice/microsoft.graph.resetPasscode": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice/microsoft.graph.retire": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice/microsoft.graph.revokeAppleVppLicenses": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice/microsoft.graph.rotateBitLockerKeys": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice/microsoft.graph.rotateFileVaultKey": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice/microsoft.graph.sendCustomNotificationToCompanyPortal": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice/microsoft.graph.setDeviceName": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice/microsoft.graph.shutDown": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice/microsoft.graph.syncDevice": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice/microsoft.graph.triggerConfigurationManagerAction": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice/microsoft.graph.updateWindowsDeviceAccount": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice/microsoft.graph.windowsDefenderScan": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice/microsoft.graph.windowsDefenderUpdateSignatures": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice/microsoft.graph.wipe": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceManagementScripts/microsoft.graph.hasPayloadLinks": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice/microsoft.graph.bypassActivationLock": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice/microsoft.graph.cleanWindowsDevice": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice/microsoft.graph.createDeviceLogCollectionRequest": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice/microsoft.graph.deleteUserFromSharedAppleDevice": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice/microsoft.graph.disableLostMode": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice/microsoft.graph.enableLostMode": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice/microsoft.graph.locateDevice": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice/microsoft.graph.logoutSharedAppleDeviceActiveUser": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice/microsoft.graph.overrideComplianceState": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice/microsoft.graph.playLostModeSound": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice/microsoft.graph.rebootNow": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice/microsoft.graph.recoverPasscode": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice/microsoft.graph.remoteLock": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice/microsoft.graph.requestRemoteAssistance": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice/microsoft.graph.resetPasscode": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice/microsoft.graph.retire": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice/microsoft.graph.revokeAppleVppLicenses": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice/microsoft.graph.rotateBitLockerKeys": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice/microsoft.graph.rotateFileVaultKey": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice/microsoft.graph.sendCustomNotificationToCompanyPortal": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice/microsoft.graph.setDeviceName": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice/microsoft.graph.shutDown": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice/microsoft.graph.syncDevice": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice/microsoft.graph.triggerConfigurationManagerAction": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice/microsoft.graph.updateWindowsDeviceAccount": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice/microsoft.graph.windowsDefenderScan": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice/microsoft.graph.windowsDefenderUpdateSignatures": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice/microsoft.graph.wipe": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/microsoft.graph.assign": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice/microsoft.graph.bypassActivationLock": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice/microsoft.graph.cleanWindowsDevice": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice/microsoft.graph.createDeviceLogCollectionRequest": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice/microsoft.graph.deleteUserFromSharedAppleDevice": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice/microsoft.graph.disableLostMode": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice/microsoft.graph.enableLostMode": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice/microsoft.graph.locateDevice": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice/microsoft.graph.logoutSharedAppleDeviceActiveUser": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice/microsoft.graph.overrideComplianceState": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice/microsoft.graph.playLostModeSound": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice/microsoft.graph.rebootNow": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice/microsoft.graph.recoverPasscode": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice/microsoft.graph.remoteLock": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice/microsoft.graph.requestRemoteAssistance": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice/microsoft.graph.resetPasscode": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice/microsoft.graph.retire": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice/microsoft.graph.revokeAppleVppLicenses": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice/microsoft.graph.rotateBitLockerKeys": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice/microsoft.graph.rotateFileVaultKey": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice/microsoft.graph.sendCustomNotificationToCompanyPortal": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice/microsoft.graph.setDeviceName": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice/microsoft.graph.shutDown": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice/microsoft.graph.syncDevice": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice/microsoft.graph.triggerConfigurationManagerAction": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice/microsoft.graph.updateWindowsDeviceAccount": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice/microsoft.graph.windowsDefenderScan": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice/microsoft.graph.windowsDefenderUpdateSignatures": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice/microsoft.graph.wipe": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/embeddedSIMActivationCodePools/{embeddedSIMActivationCodePool-id}/microsoft.graph.assign": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/exchangeConnectors/{deviceManagementExchangeConnector-id}/microsoft.graph.sync": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/microsoft.graph.assign": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/microsoft.graph.updateDefinitionValues": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/groupPolicyMigrationReports/microsoft.graph.createMigrationReport": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/groupPolicyUploadedDefinitionFiles/{groupPolicyUploadedDefinitionFile-id}/microsoft.graph.addLanguageFiles": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/groupPolicyUploadedDefinitionFiles/{groupPolicyUploadedDefinitionFile-id}/microsoft.graph.remove": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/groupPolicyUploadedDefinitionFiles/{groupPolicyUploadedDefinitionFile-id}/microsoft.graph.removeLanguageFiles": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/groupPolicyUploadedDefinitionFiles/{groupPolicyUploadedDefinitionFile-id}/microsoft.graph.updateLanguageFiles": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/groupPolicyUploadedDefinitionFiles/{groupPolicyUploadedDefinitionFile-id}/microsoft.graph.uploadNewVersion": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/importedDeviceIdentities/microsoft.graph.importDeviceIdentityList": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/importedDeviceIdentities/microsoft.graph.searchExistingIdentities": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/importedWindowsAutopilotDeviceIdentities/microsoft.graph.import": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/intents/{deviceManagementIntent-id}/microsoft.graph.assign": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/intents/{deviceManagementIntent-id}/microsoft.graph.createCopy": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/intents/{deviceManagementIntent-id}/microsoft.graph.migrateToTemplate": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/intents/{deviceManagementIntent-id}/microsoft.graph.updateSettings": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/intuneBrandingProfiles/{intuneBrandingProfile-id}/microsoft.graph.assign": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/managedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}/microsoft.graph.createDownloadUrl": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/managedDevices/{managedDevice-id}/microsoft.graph.bypassActivationLock": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/managedDevices/{managedDevice-id}/microsoft.graph.cleanWindowsDevice": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/managedDevices/{managedDevice-id}/microsoft.graph.createDeviceLogCollectionRequest": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/managedDevices/{managedDevice-id}/microsoft.graph.deleteUserFromSharedAppleDevice": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/managedDevices/{managedDevice-id}/microsoft.graph.disableLostMode": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/managedDevices/{managedDevice-id}/microsoft.graph.enableLostMode": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/managedDevices/{managedDevice-id}/microsoft.graph.locateDevice": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/managedDevices/{managedDevice-id}/microsoft.graph.logoutSharedAppleDeviceActiveUser": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/managedDevices/{managedDevice-id}/microsoft.graph.overrideComplianceState": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/managedDevices/{managedDevice-id}/microsoft.graph.playLostModeSound": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/managedDevices/{managedDevice-id}/microsoft.graph.rebootNow": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/managedDevices/{managedDevice-id}/microsoft.graph.recoverPasscode": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/managedDevices/{managedDevice-id}/microsoft.graph.remoteLock": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/managedDevices/{managedDevice-id}/microsoft.graph.requestRemoteAssistance": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/managedDevices/{managedDevice-id}/microsoft.graph.resetPasscode": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/managedDevices/{managedDevice-id}/microsoft.graph.retire": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/managedDevices/{managedDevice-id}/microsoft.graph.revokeAppleVppLicenses": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/managedDevices/{managedDevice-id}/microsoft.graph.rotateBitLockerKeys": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/managedDevices/{managedDevice-id}/microsoft.graph.rotateFileVaultKey": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/managedDevices/{managedDevice-id}/microsoft.graph.sendCustomNotificationToCompanyPortal": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/managedDevices/{managedDevice-id}/microsoft.graph.setDeviceName": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/managedDevices/{managedDevice-id}/microsoft.graph.shutDown": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/managedDevices/{managedDevice-id}/microsoft.graph.syncDevice": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/managedDevices/{managedDevice-id}/microsoft.graph.triggerConfigurationManagerAction": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/managedDevices/{managedDevice-id}/microsoft.graph.updateWindowsDeviceAccount": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/managedDevices/{managedDevice-id}/microsoft.graph.windowsDefenderScan": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/managedDevices/{managedDevice-id}/microsoft.graph.windowsDefenderUpdateSignatures": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/managedDevices/{managedDevice-id}/microsoft.graph.wipe": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/managedDevices/microsoft.graph.executeAction": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/microsoft.graph.enableAndroidDeviceAdministratorEnrollment": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/microsoft.graph.enableLegacyPcManagement": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/microsoft.graph.enableUnlicensedAdminstrators": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/microsoft.graph.getAssignmentFiltersStatusDetails": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/microsoft.graph.sendCustomNotificationToCompanyPortal": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/microsoftTunnelServerLogCollectionResponses/{microsoftTunnelServerLogCollectionResponse-id}/microsoft.graph.createDownloadUrl": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/microsoftTunnelSites/{microsoftTunnelSite-id}/microsoftTunnelServers/{microsoftTunnelServer-id}/microsoft.graph.createServerLogCollectionRequest": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/microsoftTunnelSites/{microsoftTunnelSite-id}/microsoftTunnelServers/{microsoftTunnelServer-id}/microsoft.graph.getHealthMetrics": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/microsoftTunnelSites/{microsoftTunnelSite-id}/microsoftTunnelServers/{microsoftTunnelServer-id}/microsoft.graph.getHealthMetricTimeSeries": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests/{appLogCollectionRequest-id}/microsoft.graph.createDownloadUrl": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}/microsoft.graph.sendTestMessage": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/remoteAssistancePartners/{remoteAssistancePartner-id}/microsoft.graph.beginOnboarding": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/remoteAssistancePartners/{remoteAssistancePartner-id}/microsoft.graph.disconnect": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/reports/microsoft.graph.getActiveMalwareReport": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/reports/microsoft.graph.getActiveMalwareSummaryReport": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/reports/microsoft.graph.getAppsInstallSummaryReport": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/reports/microsoft.graph.getAppStatusOverviewReport": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/reports/microsoft.graph.getCachedReport": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/reports/microsoft.graph.getCertificatesReport": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/reports/microsoft.graph.getCompliancePolicyNonComplianceReport": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/reports/microsoft.graph.getCompliancePolicyNonComplianceSummaryReport": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/reports/microsoft.graph.getComplianceSettingNonComplianceReport": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/reports/microsoft.graph.getConfigurationPoliciesReportForDevice": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/reports/microsoft.graph.getConfigurationPolicyDevicesReport": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/reports/microsoft.graph.getConfigurationPolicyDeviceSummaryReport": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/reports/microsoft.graph.getConfigurationPolicyNonComplianceReport": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/reports/microsoft.graph.getConfigurationPolicyNonComplianceSummaryReport": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/reports/microsoft.graph.getConfigurationSettingDetailsReport": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/reports/microsoft.graph.getConfigurationSettingNonComplianceReport": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/reports/microsoft.graph.getConfigurationSettingsReport": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/reports/microsoft.graph.getDeviceInstallStatusReport": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/reports/microsoft.graph.getDeviceNonComplianceReport": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/reports/microsoft.graph.getFailedMobileAppsReport": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/reports/microsoft.graph.getFailedMobileAppsSummaryReport": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/reports/microsoft.graph.getHistoricalReport": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/reports/microsoft.graph.getMalwareSummaryReport": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/reports/microsoft.graph.getPolicyNonComplianceMetadata": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/reports/microsoft.graph.getPolicyNonComplianceReport": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/reports/microsoft.graph.getPolicyNonComplianceSummaryReport": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/reports/microsoft.graph.getReportFilters": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/reports/microsoft.graph.getSettingNonComplianceReport": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/reports/microsoft.graph.getUnhealthyDefenderAgentsReport": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/reports/microsoft.graph.getUnhealthyFirewallReport": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/reports/microsoft.graph.getUnhealthyFirewallSummaryReport": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/reports/microsoft.graph.getUserInstallStatusReport": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/reports/microsoft.graph.getWindowsQualityUpdateAlertsPerPolicyPerDeviceReport": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/reports/microsoft.graph.getWindowsQualityUpdateAlertSummaryReport": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/reports/microsoft.graph.getWindowsUpdateAlertsPerPolicyPerDeviceReport": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/reports/microsoft.graph.getWindowsUpdateAlertSummaryReport": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/resourceAccessProfiles/{deviceManagementResourceAccessProfileBase-id}/microsoft.graph.assign": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/roleAssignments/{deviceAndAppManagementRoleAssignment-id}/roleScopeTags/microsoft.graph.getRoleScopeTagsById": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/roleScopeTags/{roleScopeTag-id}/microsoft.graph.assign": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/roleScopeTags/microsoft.graph.getRoleScopeTagsById": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/templates/{deviceManagementTemplate-id}/microsoft.graph.createInstance": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/microsoft.graph.createInstance": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/microsoft.graph.importOffice365DeviceConfigurationPolicies": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/templates/microsoft.graph.importOffice365DeviceConfigurationPolicies": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/microsoft.graph.reprovision": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/virtualEndpoint/onPremisesConnections/{cloudPcOnPremisesConnection-id}/microsoft.graph.runHealthChecks": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/virtualEndpoint/onPremisesConnections/{cloudPcOnPremisesConnection-id}/microsoft.graph.updateAdDomainPassword": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/microsoft.graph.assign": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignedDevices/{windowsAutopilotDeviceIdentity-id}/deploymentProfile/microsoft.graph.assign": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignedDevices/{windowsAutopilotDeviceIdentity-id}/intendedDeploymentProfile/microsoft.graph.assign": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignedDevices/{windowsAutopilotDeviceIdentity-id}/microsoft.graph.assignResourceAccountToDevice": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignedDevices/{windowsAutopilotDeviceIdentity-id}/microsoft.graph.assignUserToDevice": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignedDevices/{windowsAutopilotDeviceIdentity-id}/microsoft.graph.unassignResourceAccountFromDevice": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignedDevices/{windowsAutopilotDeviceIdentity-id}/microsoft.graph.unassignUserFromDevice": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignedDevices/{windowsAutopilotDeviceIdentity-id}/microsoft.graph.updateDeviceProperties": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignedDevices/microsoft.graph.deleteDevices": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/microsoft.graph.assign": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/windowsAutopilotDeploymentProfiles/microsoft.graph.hasPayloadLinks": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/windowsAutopilotDeviceIdentities/{windowsAutopilotDeviceIdentity-id}/deploymentProfile/microsoft.graph.assign": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/windowsAutopilotDeviceIdentities/{windowsAutopilotDeviceIdentity-id}/intendedDeploymentProfile/microsoft.graph.assign": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/windowsAutopilotDeviceIdentities/{windowsAutopilotDeviceIdentity-id}/microsoft.graph.assignResourceAccountToDevice": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/windowsAutopilotDeviceIdentities/{windowsAutopilotDeviceIdentity-id}/microsoft.graph.assignUserToDevice": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/windowsAutopilotDeviceIdentities/{windowsAutopilotDeviceIdentity-id}/microsoft.graph.unassignResourceAccountFromDevice": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/windowsAutopilotDeviceIdentities/{windowsAutopilotDeviceIdentity-id}/microsoft.graph.unassignUserFromDevice": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/windowsAutopilotDeviceIdentities/{windowsAutopilotDeviceIdentity-id}/microsoft.graph.updateDeviceProperties": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/windowsAutopilotDeviceIdentities/microsoft.graph.deleteDevices": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/windowsAutopilotSettings/microsoft.graph.sync": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/windowsFeatureUpdateProfiles/{windowsFeatureUpdateProfile-id}/microsoft.graph.assign": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/windowsQualityUpdateProfiles/{windowsQualityUpdateProfile-id}/microsoft.graph.assign": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" } } } diff --git a/profiles/DeviceManagement.Actions/crawl-log-v1.0.json b/profiles/DeviceManagement.Actions/crawl-log-v1.0.json index c0de4a7172b..e30373d23f0 100644 --- a/profiles/DeviceManagement.Actions/crawl-log-v1.0.json +++ b/profiles/DeviceManagement.Actions/crawl-log-v1.0.json @@ -2,112 +2,112 @@ "resources": [], "operations": { "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/microsoft.graph.assign": { - "originalLocation": "/openApiDocs/v1.0/DeviceManagement.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/microsoft.graph.scheduleActionsForRules": { - "originalLocation": "/openApiDocs/v1.0/DeviceManagement.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/microsoft.graph.assign": { - "originalLocation": "/openApiDocs/v1.0/DeviceManagement.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/microsoft.graph.assign": { - "originalLocation": "/openApiDocs/v1.0/DeviceManagement.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/microsoft.graph.setPriority": { - "originalLocation": "/openApiDocs/v1.0/DeviceManagement.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/DeviceManagement.Actions.yml" }, "/deviceManagement/exchangeConnectors/{deviceManagementExchangeConnector-id}/microsoft.graph.sync": { - "originalLocation": "/openApiDocs/v1.0/DeviceManagement.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/DeviceManagement.Actions.yml" }, "/deviceManagement/managedDevices/{managedDevice-id}/microsoft.graph.bypassActivationLock": { - "originalLocation": "/openApiDocs/v1.0/DeviceManagement.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/DeviceManagement.Actions.yml" }, "/deviceManagement/managedDevices/{managedDevice-id}/microsoft.graph.cleanWindowsDevice": { - "originalLocation": "/openApiDocs/v1.0/DeviceManagement.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/DeviceManagement.Actions.yml" }, "/deviceManagement/managedDevices/{managedDevice-id}/microsoft.graph.deleteUserFromSharedAppleDevice": { - "originalLocation": "/openApiDocs/v1.0/DeviceManagement.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/DeviceManagement.Actions.yml" }, "/deviceManagement/managedDevices/{managedDevice-id}/microsoft.graph.disableLostMode": { - "originalLocation": "/openApiDocs/v1.0/DeviceManagement.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/DeviceManagement.Actions.yml" }, "/deviceManagement/managedDevices/{managedDevice-id}/microsoft.graph.locateDevice": { - "originalLocation": "/openApiDocs/v1.0/DeviceManagement.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/DeviceManagement.Actions.yml" }, "/deviceManagement/managedDevices/{managedDevice-id}/microsoft.graph.logoutSharedAppleDeviceActiveUser": { - "originalLocation": "/openApiDocs/v1.0/DeviceManagement.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/DeviceManagement.Actions.yml" }, "/deviceManagement/managedDevices/{managedDevice-id}/microsoft.graph.rebootNow": { - "originalLocation": "/openApiDocs/v1.0/DeviceManagement.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/DeviceManagement.Actions.yml" }, "/deviceManagement/managedDevices/{managedDevice-id}/microsoft.graph.recoverPasscode": { - "originalLocation": "/openApiDocs/v1.0/DeviceManagement.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/DeviceManagement.Actions.yml" }, "/deviceManagement/managedDevices/{managedDevice-id}/microsoft.graph.remoteLock": { - "originalLocation": "/openApiDocs/v1.0/DeviceManagement.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/DeviceManagement.Actions.yml" }, "/deviceManagement/managedDevices/{managedDevice-id}/microsoft.graph.requestRemoteAssistance": { - "originalLocation": "/openApiDocs/v1.0/DeviceManagement.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/DeviceManagement.Actions.yml" }, "/deviceManagement/managedDevices/{managedDevice-id}/microsoft.graph.resetPasscode": { - "originalLocation": "/openApiDocs/v1.0/DeviceManagement.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/DeviceManagement.Actions.yml" }, "/deviceManagement/managedDevices/{managedDevice-id}/microsoft.graph.retire": { - "originalLocation": "/openApiDocs/v1.0/DeviceManagement.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/DeviceManagement.Actions.yml" }, "/deviceManagement/managedDevices/{managedDevice-id}/microsoft.graph.shutDown": { - "originalLocation": "/openApiDocs/v1.0/DeviceManagement.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/DeviceManagement.Actions.yml" }, "/deviceManagement/managedDevices/{managedDevice-id}/microsoft.graph.syncDevice": { - "originalLocation": "/openApiDocs/v1.0/DeviceManagement.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/DeviceManagement.Actions.yml" }, "/deviceManagement/managedDevices/{managedDevice-id}/microsoft.graph.updateWindowsDeviceAccount": { - "originalLocation": "/openApiDocs/v1.0/DeviceManagement.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/DeviceManagement.Actions.yml" }, "/deviceManagement/managedDevices/{managedDevice-id}/microsoft.graph.windowsDefenderScan": { - "originalLocation": "/openApiDocs/v1.0/DeviceManagement.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/DeviceManagement.Actions.yml" }, "/deviceManagement/managedDevices/{managedDevice-id}/microsoft.graph.windowsDefenderUpdateSignatures": { - "originalLocation": "/openApiDocs/v1.0/DeviceManagement.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/DeviceManagement.Actions.yml" }, "/deviceManagement/managedDevices/{managedDevice-id}/microsoft.graph.wipe": { - "originalLocation": "/openApiDocs/v1.0/DeviceManagement.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/DeviceManagement.Actions.yml" }, "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}/microsoft.graph.sendTestMessage": { - "originalLocation": "/openApiDocs/v1.0/DeviceManagement.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/DeviceManagement.Actions.yml" }, "/deviceManagement/remoteAssistancePartners/{remoteAssistancePartner-id}/microsoft.graph.beginOnboarding": { - "originalLocation": "/openApiDocs/v1.0/DeviceManagement.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/DeviceManagement.Actions.yml" }, "/deviceManagement/remoteAssistancePartners/{remoteAssistancePartner-id}/microsoft.graph.disconnect": { - "originalLocation": "/openApiDocs/v1.0/DeviceManagement.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/DeviceManagement.Actions.yml" } } } diff --git a/profiles/DeviceManagement.Actions/definitions/v1.0-beta.md b/profiles/DeviceManagement.Actions/definitions/v1.0-beta.md index 0cc134487b6..ca8175c2063 100644 --- a/profiles/DeviceManagement.Actions/definitions/v1.0-beta.md +++ b/profiles/DeviceManagement.Actions/definitions/v1.0-beta.md @@ -26,6 +26,7 @@ profiles: /deviceManagement/appleUserInitiatedEnrollmentProfiles/{appleUserInitiatedEnrollmentProfile-id}/microsoft.graph.setPriority: v1.0-beta /deviceManagement/assignmentFilters/microsoft.graph.enable: v1.0-beta /deviceManagement/assignmentFilters/microsoft.graph.validateFilter: v1.0-beta + /deviceManagement/chromeOSOnboardingSettings/microsoft.graph.connect: v1.0-beta ? /deviceManagement/comanagedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}/microsoft.graph.createDownloadUrl : v1.0-beta /deviceManagement/comanagedDevices/{managedDevice-id}/microsoft.graph.bypassActivationLock: v1.0-beta diff --git a/profiles/DeviceManagement.Actions/readme.md b/profiles/DeviceManagement.Actions/readme.md index 26112dd0372..f376872cdfe 100644 --- a/profiles/DeviceManagement.Actions/readme.md +++ b/profiles/DeviceManagement.Actions/readme.md @@ -6,8 +6,8 @@ ``` yaml require: -- $(this-folder)/definitions/v1.0.md - $(this-folder)/definitions/v1.0-beta.md +- $(this-folder)/definitions/v1.0.md ``` diff --git a/profiles/DeviceManagement.Administration/crawl-log-v1.0-beta.json b/profiles/DeviceManagement.Administration/crawl-log-v1.0-beta.json index fe8180fe100..9432e50171c 100644 --- a/profiles/DeviceManagement.Administration/crawl-log-v1.0-beta.json +++ b/profiles/DeviceManagement.Administration/crawl-log-v1.0-beta.json @@ -2,420 +2,420 @@ "resources": [], "operations": { "/deviceManagement/applePushNotificationCertificate": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml" }, "/deviceManagement/auditEvents": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml" }, "/deviceManagement/auditEvents/{auditEvent-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml" }, "/deviceManagement/cartToClassAssociations": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml" }, "/deviceManagement/cartToClassAssociations/{cartToClassAssociation-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml" }, "/deviceManagement/comanagementEligibleDevices": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml" }, "/deviceManagement/comanagementEligibleDevices/{comanagementEligibleDevice-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml" }, "/deviceManagement/complianceManagementPartners": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml" }, "/deviceManagement/complianceManagementPartners/{complianceManagementPartner-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml" }, "/deviceManagement/deviceConfigurationRestrictedAppsViolations": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml" }, "/deviceManagement/deviceConfigurationRestrictedAppsViolations/{restrictedAppsViolation-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml" }, "/deviceManagement/deviceConfigurationsAllManagedDeviceCertificateStates": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml" }, "/deviceManagement/deviceConfigurationsAllManagedDeviceCertificateStates/{managedAllDeviceCertificateState-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml" }, "/deviceManagement/deviceManagementPartners": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml" }, "/deviceManagement/deviceManagementPartners/{deviceManagementPartner-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml" }, "/deviceManagement/domainJoinConnectors": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml" }, "/deviceManagement/domainJoinConnectors/{deviceManagementDomainJoinConnector-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml" }, "/deviceManagement/exchangeConnectors": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml" }, "/deviceManagement/exchangeConnectors/{deviceManagementExchangeConnector-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml" }, "/deviceManagement/exchangeOnPremisesPolicies": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml" }, "/deviceManagement/exchangeOnPremisesPolicies/{deviceManagementExchangeOnPremisesPolicy-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml" }, "/deviceManagement/exchangeOnPremisesPolicies/{deviceManagementExchangeOnPremisesPolicy-id}/conditionalAccessSettings": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml" }, "/deviceManagement/exchangeOnPremisesPolicy": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml" }, "/deviceManagement/exchangeOnPremisesPolicy/conditionalAccessSettings": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml" }, "/deviceManagement/groupPolicyCategories": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml" }, "/deviceManagement/groupPolicyCategories/{groupPolicyCategory-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml" }, "/deviceManagement/groupPolicyCategories/{groupPolicyCategory-id}/children": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml" }, "/deviceManagement/groupPolicyCategories/{groupPolicyCategory-id}/children/$ref": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml" }, "/deviceManagement/groupPolicyCategories/{groupPolicyCategory-id}/definitionFile": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml" }, "/deviceManagement/groupPolicyCategories/{groupPolicyCategory-id}/definitionFile/$ref": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml" }, "/deviceManagement/groupPolicyCategories/{groupPolicyCategory-id}/definitions": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml" }, "/deviceManagement/groupPolicyCategories/{groupPolicyCategory-id}/definitions/$ref": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml" }, "/deviceManagement/groupPolicyCategories/{groupPolicyCategory-id}/parent": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml" }, "/deviceManagement/groupPolicyCategories/{groupPolicyCategory-id}/parent/$ref": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml" }, "/deviceManagement/groupPolicyDefinitionFiles": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml" }, "/deviceManagement/groupPolicyDefinitionFiles/{groupPolicyDefinitionFile-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml" }, "/deviceManagement/groupPolicyDefinitionFiles/{groupPolicyDefinitionFile-id}/definitions": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml" }, "/deviceManagement/groupPolicyDefinitionFiles/{groupPolicyDefinitionFile-id}/definitions/$ref": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml" }, "/deviceManagement/groupPolicyDefinitions": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml" }, "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml" }, "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/category": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml" }, "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/category/$ref": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml" }, "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/definitionFile": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml" }, "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/definitionFile/$ref": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml" }, "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/presentations": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml" }, "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/presentations/{groupPolicyPresentation-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml" }, "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/presentations/{groupPolicyPresentation-id}/definition": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml" }, "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/presentations/{groupPolicyPresentation-id}/definition/$ref": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml" }, "/deviceManagement/groupPolicyMigrationReports": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml" }, "/deviceManagement/groupPolicyMigrationReports/{groupPolicyMigrationReport-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml" }, "/deviceManagement/groupPolicyMigrationReports/{groupPolicyMigrationReport-id}/groupPolicySettingMappings": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml" }, "/deviceManagement/groupPolicyMigrationReports/{groupPolicyMigrationReport-id}/groupPolicySettingMappings/{groupPolicySettingMapping-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml" }, "/deviceManagement/groupPolicyMigrationReports/{groupPolicyMigrationReport-id}/unsupportedGroupPolicyExtensions": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml" }, "/deviceManagement/groupPolicyMigrationReports/{groupPolicyMigrationReport-id}/unsupportedGroupPolicyExtensions/{unsupportedGroupPolicyExtension-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml" }, "/deviceManagement/groupPolicyObjectFiles": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml" }, "/deviceManagement/groupPolicyObjectFiles/{groupPolicyObjectFile-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml" }, "/deviceManagement/groupPolicyUploadedDefinitionFiles": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml" }, "/deviceManagement/groupPolicyUploadedDefinitionFiles/{groupPolicyUploadedDefinitionFile-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml" }, "/deviceManagement/groupPolicyUploadedDefinitionFiles/{groupPolicyUploadedDefinitionFile-id}/groupPolicyOperations": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml" }, "/deviceManagement/groupPolicyUploadedDefinitionFiles/{groupPolicyUploadedDefinitionFile-id}/groupPolicyOperations/{groupPolicyOperation-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml" }, "/deviceManagement/intuneBrandingProfiles": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml" }, "/deviceManagement/intuneBrandingProfiles/{intuneBrandingProfile-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml" }, "/deviceManagement/intuneBrandingProfiles/{intuneBrandingProfile-id}/assignments": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml" }, "/deviceManagement/intuneBrandingProfiles/{intuneBrandingProfile-id}/assignments/{intuneBrandingProfileAssignment-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml" }, "/deviceManagement/iosUpdateStatuses": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml" }, "/deviceManagement/iosUpdateStatuses/{iosUpdateDeviceStatus-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml" }, "/deviceManagement/mobileThreatDefenseConnectors": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml" }, "/deviceManagement/mobileThreatDefenseConnectors/{mobileThreatDefenseConnector-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml" }, "/deviceManagement/ndesConnectors": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml" }, "/deviceManagement/ndesConnectors/{ndesConnector-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml" }, "/deviceManagement/remoteAssistancePartners": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml" }, "/deviceManagement/remoteAssistancePartners/{remoteAssistancePartner-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml" }, "/deviceManagement/resourceOperations": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml" }, "/deviceManagement/resourceOperations/{resourceOperation-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml" }, "/deviceManagement/roleAssignments": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml" }, "/deviceManagement/roleAssignments/{deviceAndAppManagementRoleAssignment-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml" }, "/deviceManagement/roleAssignments/{deviceAndAppManagementRoleAssignment-id}/roleScopeTags": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml" }, "/deviceManagement/roleAssignments/{deviceAndAppManagementRoleAssignment-id}/roleScopeTags/$ref": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml" }, "/deviceManagement/roleDefinitions": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml" }, "/deviceManagement/roleDefinitions/{roleDefinition-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml" }, "/deviceManagement/roleDefinitions/{roleDefinition-id}/roleAssignments": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml" }, "/deviceManagement/roleDefinitions/{roleDefinition-id}/roleAssignments/{roleAssignment-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml" }, "/deviceManagement/roleDefinitions/{roleDefinition-id}/roleAssignments/{roleAssignment-id}/roleDefinition": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml" }, "/deviceManagement/roleDefinitions/{roleDefinition-id}/roleAssignments/{roleAssignment-id}/roleDefinition/$ref": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml" }, "/deviceManagement/roleScopeTags": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml" }, "/deviceManagement/roleScopeTags/{roleScopeTag-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml" }, "/deviceManagement/roleScopeTags/{roleScopeTag-id}/assignments": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml" }, "/deviceManagement/roleScopeTags/{roleScopeTag-id}/assignments/{roleScopeTagAutoAssignment-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml" }, "/deviceManagement/telecomExpenseManagementPartners": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml" }, "/deviceManagement/telecomExpenseManagementPartners/{telecomExpenseManagementPartner-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml" }, "/deviceManagement/termsAndConditions": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml" }, "/deviceManagement/termsAndConditions/{termsAndConditions-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml" }, "/deviceManagement/termsAndConditions/{termsAndConditions-id}/acceptanceStatuses": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml" }, "/deviceManagement/termsAndConditions/{termsAndConditions-id}/acceptanceStatuses/{termsAndConditionsAcceptanceStatus-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml" }, "/deviceManagement/termsAndConditions/{termsAndConditions-id}/acceptanceStatuses/{termsAndConditionsAcceptanceStatus-id}/termsAndConditions": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml" }, "/deviceManagement/termsAndConditions/{termsAndConditions-id}/acceptanceStatuses/{termsAndConditionsAcceptanceStatus-id}/termsAndConditions/$ref": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml" }, "/deviceManagement/termsAndConditions/{termsAndConditions-id}/assignments": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml" }, "/deviceManagement/termsAndConditions/{termsAndConditions-id}/assignments/{termsAndConditionsAssignment-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml" }, "/deviceManagement/termsAndConditions/{termsAndConditions-id}/groupAssignments": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml" }, "/deviceManagement/termsAndConditions/{termsAndConditions-id}/groupAssignments/{termsAndConditionsGroupAssignment-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml" }, "/deviceManagement/termsAndConditions/{termsAndConditions-id}/groupAssignments/{termsAndConditionsGroupAssignment-id}/termsAndConditions": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml" }, "/deviceManagement/termsAndConditions/{termsAndConditions-id}/groupAssignments/{termsAndConditionsGroupAssignment-id}/termsAndConditions/$ref": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml" }, "/deviceManagement/userPfxCertificates": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml" }, "/deviceManagement/userPfxCertificates/{userPFXCertificate-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml" } } } diff --git a/profiles/DeviceManagement.Administration/crawl-log-v1.0.json b/profiles/DeviceManagement.Administration/crawl-log-v1.0.json index 7aa324352c8..1fb7c523c53 100644 --- a/profiles/DeviceManagement.Administration/crawl-log-v1.0.json +++ b/profiles/DeviceManagement.Administration/crawl-log-v1.0.json @@ -2,136 +2,136 @@ "resources": [], "operations": { "/deviceManagement/applePushNotificationCertificate": { - "originalLocation": "/openApiDocs/v1.0/DeviceManagement.Administration.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/DeviceManagement.Administration.yml" }, "/deviceManagement/complianceManagementPartners": { - "originalLocation": "/openApiDocs/v1.0/DeviceManagement.Administration.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/DeviceManagement.Administration.yml" }, "/deviceManagement/complianceManagementPartners/{complianceManagementPartner-id}": { - "originalLocation": "/openApiDocs/v1.0/DeviceManagement.Administration.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/DeviceManagement.Administration.yml" }, "/deviceManagement/deviceManagementPartners": { - "originalLocation": "/openApiDocs/v1.0/DeviceManagement.Administration.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/DeviceManagement.Administration.yml" }, "/deviceManagement/deviceManagementPartners/{deviceManagementPartner-id}": { - "originalLocation": "/openApiDocs/v1.0/DeviceManagement.Administration.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/DeviceManagement.Administration.yml" }, "/deviceManagement/exchangeConnectors": { - "originalLocation": "/openApiDocs/v1.0/DeviceManagement.Administration.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/DeviceManagement.Administration.yml" }, "/deviceManagement/exchangeConnectors/{deviceManagementExchangeConnector-id}": { - "originalLocation": "/openApiDocs/v1.0/DeviceManagement.Administration.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/DeviceManagement.Administration.yml" }, "/deviceManagement/iosUpdateStatuses": { - "originalLocation": "/openApiDocs/v1.0/DeviceManagement.Administration.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/DeviceManagement.Administration.yml" }, "/deviceManagement/iosUpdateStatuses/{iosUpdateDeviceStatus-id}": { - "originalLocation": "/openApiDocs/v1.0/DeviceManagement.Administration.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/DeviceManagement.Administration.yml" }, "/deviceManagement/mobileThreatDefenseConnectors": { - "originalLocation": "/openApiDocs/v1.0/DeviceManagement.Administration.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/DeviceManagement.Administration.yml" }, "/deviceManagement/mobileThreatDefenseConnectors/{mobileThreatDefenseConnector-id}": { - "originalLocation": "/openApiDocs/v1.0/DeviceManagement.Administration.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/DeviceManagement.Administration.yml" }, "/deviceManagement/remoteAssistancePartners": { - "originalLocation": "/openApiDocs/v1.0/DeviceManagement.Administration.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/DeviceManagement.Administration.yml" }, "/deviceManagement/remoteAssistancePartners/{remoteAssistancePartner-id}": { - "originalLocation": "/openApiDocs/v1.0/DeviceManagement.Administration.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/DeviceManagement.Administration.yml" }, "/deviceManagement/resourceOperations": { - "originalLocation": "/openApiDocs/v1.0/DeviceManagement.Administration.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/DeviceManagement.Administration.yml" }, "/deviceManagement/resourceOperations/{resourceOperation-id}": { - "originalLocation": "/openApiDocs/v1.0/DeviceManagement.Administration.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/DeviceManagement.Administration.yml" }, "/deviceManagement/roleAssignments": { - "originalLocation": "/openApiDocs/v1.0/DeviceManagement.Administration.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/DeviceManagement.Administration.yml" }, "/deviceManagement/roleAssignments/{deviceAndAppManagementRoleAssignment-id}": { - "originalLocation": "/openApiDocs/v1.0/DeviceManagement.Administration.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/DeviceManagement.Administration.yml" }, "/deviceManagement/roleDefinitions": { - "originalLocation": "/openApiDocs/v1.0/DeviceManagement.Administration.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/DeviceManagement.Administration.yml" }, "/deviceManagement/roleDefinitions/{roleDefinition-id}": { - "originalLocation": "/openApiDocs/v1.0/DeviceManagement.Administration.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/DeviceManagement.Administration.yml" }, "/deviceManagement/roleDefinitions/{roleDefinition-id}/roleAssignments": { - "originalLocation": "/openApiDocs/v1.0/DeviceManagement.Administration.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/DeviceManagement.Administration.yml" }, "/deviceManagement/roleDefinitions/{roleDefinition-id}/roleAssignments/{roleAssignment-id}": { - "originalLocation": "/openApiDocs/v1.0/DeviceManagement.Administration.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/DeviceManagement.Administration.yml" }, "/deviceManagement/roleDefinitions/{roleDefinition-id}/roleAssignments/{roleAssignment-id}/roleDefinition": { - "originalLocation": "/openApiDocs/v1.0/DeviceManagement.Administration.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/DeviceManagement.Administration.yml" }, "/deviceManagement/roleDefinitions/{roleDefinition-id}/roleAssignments/{roleAssignment-id}/roleDefinition/$ref": { - "originalLocation": "/openApiDocs/v1.0/DeviceManagement.Administration.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/DeviceManagement.Administration.yml" }, "/deviceManagement/telecomExpenseManagementPartners": { - "originalLocation": "/openApiDocs/v1.0/DeviceManagement.Administration.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/DeviceManagement.Administration.yml" }, "/deviceManagement/telecomExpenseManagementPartners/{telecomExpenseManagementPartner-id}": { - "originalLocation": "/openApiDocs/v1.0/DeviceManagement.Administration.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/DeviceManagement.Administration.yml" }, "/deviceManagement/termsAndConditions": { - "originalLocation": "/openApiDocs/v1.0/DeviceManagement.Administration.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/DeviceManagement.Administration.yml" }, "/deviceManagement/termsAndConditions/{termsAndConditions-id}": { - "originalLocation": "/openApiDocs/v1.0/DeviceManagement.Administration.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/DeviceManagement.Administration.yml" }, "/deviceManagement/termsAndConditions/{termsAndConditions-id}/acceptanceStatuses": { - "originalLocation": "/openApiDocs/v1.0/DeviceManagement.Administration.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/DeviceManagement.Administration.yml" }, "/deviceManagement/termsAndConditions/{termsAndConditions-id}/acceptanceStatuses/{termsAndConditionsAcceptanceStatus-id}": { - "originalLocation": "/openApiDocs/v1.0/DeviceManagement.Administration.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/DeviceManagement.Administration.yml" }, "/deviceManagement/termsAndConditions/{termsAndConditions-id}/acceptanceStatuses/{termsAndConditionsAcceptanceStatus-id}/termsAndConditions": { - "originalLocation": "/openApiDocs/v1.0/DeviceManagement.Administration.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/DeviceManagement.Administration.yml" }, "/deviceManagement/termsAndConditions/{termsAndConditions-id}/acceptanceStatuses/{termsAndConditionsAcceptanceStatus-id}/termsAndConditions/$ref": { - "originalLocation": "/openApiDocs/v1.0/DeviceManagement.Administration.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/DeviceManagement.Administration.yml" }, "/deviceManagement/termsAndConditions/{termsAndConditions-id}/assignments": { - "originalLocation": "/openApiDocs/v1.0/DeviceManagement.Administration.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/DeviceManagement.Administration.yml" }, "/deviceManagement/termsAndConditions/{termsAndConditions-id}/assignments/{termsAndConditionsAssignment-id}": { - "originalLocation": "/openApiDocs/v1.0/DeviceManagement.Administration.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/DeviceManagement.Administration.yml" } } } diff --git a/profiles/DeviceManagement.Administration/readme.md b/profiles/DeviceManagement.Administration/readme.md index b638ae31e5a..216b5024e5d 100644 --- a/profiles/DeviceManagement.Administration/readme.md +++ b/profiles/DeviceManagement.Administration/readme.md @@ -6,8 +6,8 @@ ``` yaml require: -- $(this-folder)/definitions/v1.0.md - $(this-folder)/definitions/v1.0-beta.md +- $(this-folder)/definitions/v1.0.md ``` diff --git a/profiles/DeviceManagement.Enrolment/crawl-log-v1.0-beta.json b/profiles/DeviceManagement.Enrolment/crawl-log-v1.0-beta.json index 07b5852cf9f..983eb88b73f 100644 --- a/profiles/DeviceManagement.Enrolment/crawl-log-v1.0-beta.json +++ b/profiles/DeviceManagement.Enrolment/crawl-log-v1.0-beta.json @@ -2,900 +2,900 @@ "resources": [], "operations": { "/deviceManagement/androidDeviceOwnerEnrollmentProfiles": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/deviceManagement/androidDeviceOwnerEnrollmentProfiles/{androidDeviceOwnerEnrollmentProfile-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/deviceManagement/androidForWorkEnrollmentProfiles": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/deviceManagement/androidForWorkEnrollmentProfiles/{androidForWorkEnrollmentProfile-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/deviceManagement/appleUserInitiatedEnrollmentProfiles": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/deviceManagement/appleUserInitiatedEnrollmentProfiles/{appleUserInitiatedEnrollmentProfile-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/deviceManagement/appleUserInitiatedEnrollmentProfiles/{appleUserInitiatedEnrollmentProfile-id}/assignments": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/deviceManagement/appleUserInitiatedEnrollmentProfiles/{appleUserInitiatedEnrollmentProfile-id}/assignments/{appleEnrollmentProfileAssignment-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/deviceManagement/autopilotEvents": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/deviceManagement/autopilotEvents/{deviceManagementAutopilotEvent-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/deviceManagement/autopilotEvents/{deviceManagementAutopilotEvent-id}/policyStatusDetails": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/deviceManagement/autopilotEvents/{deviceManagementAutopilotEvent-id}/policyStatusDetails/{deviceManagementAutopilotPolicyStatusDetail-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/deviceManagement/conditionalAccessSettings": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/deviceManagement/depOnboardingSettings": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/defaultIosEnrollmentProfile": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/defaultIosEnrollmentProfile/$ref": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/defaultMacOsEnrollmentProfile": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/defaultMacOsEnrollmentProfile/$ref": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/enrollmentProfiles": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/enrollmentProfiles/{enrollmentProfile-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/importedAppleDeviceIdentities": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/importedAppleDeviceIdentities/{importedAppleDeviceIdentity-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/deviceManagement/deviceEnrollmentConfigurations": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments/{enrollmentConfigurationAssignment-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/deviceManagement/importedDeviceIdentities": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/deviceManagement/importedDeviceIdentities/{importedDeviceIdentity-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/deviceManagement/importedWindowsAutopilotDeviceIdentities": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/deviceManagement/importedWindowsAutopilotDeviceIdentities/{importedWindowsAutopilotDeviceIdentity-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/deviceManagement/userExperienceAnalyticsNotAutopilotReadyDevice": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/deviceManagement/userExperienceAnalyticsNotAutopilotReadyDevice/{userExperienceAnalyticsNotAutopilotReadyDevice-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/deviceManagement/windowsAutopilotDeploymentProfiles": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignedDevices": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignedDevices/{windowsAutopilotDeviceIdentity-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignedDevices/{windowsAutopilotDeviceIdentity-id}/deploymentProfile": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignedDevices/{windowsAutopilotDeviceIdentity-id}/deploymentProfile/$ref": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignedDevices/{windowsAutopilotDeviceIdentity-id}/intendedDeploymentProfile": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignedDevices/{windowsAutopilotDeviceIdentity-id}/intendedDeploymentProfile/$ref": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignments": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignments/{windowsAutopilotDeploymentProfileAssignment-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/deviceManagement/windowsAutopilotDeviceIdentities": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/deviceManagement/windowsAutopilotDeviceIdentities/{windowsAutopilotDeviceIdentity-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/deviceManagement/windowsAutopilotDeviceIdentities/{windowsAutopilotDeviceIdentity-id}/deploymentProfile": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/deviceManagement/windowsAutopilotDeviceIdentities/{windowsAutopilotDeviceIdentity-id}/deploymentProfile/$ref": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/deviceManagement/windowsAutopilotDeviceIdentities/{windowsAutopilotDeviceIdentity-id}/intendedDeploymentProfile": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/deviceManagement/windowsAutopilotDeviceIdentities/{windowsAutopilotDeviceIdentity-id}/intendedDeploymentProfile/$ref": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/deviceManagement/windowsAutopilotSettings": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/deviceManagement/windowsFeatureUpdateProfiles": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/deviceManagement/windowsFeatureUpdateProfiles/{windowsFeatureUpdateProfile-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/deviceManagement/windowsFeatureUpdateProfiles/{windowsFeatureUpdateProfile-id}/assignments": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/deviceManagement/windowsFeatureUpdateProfiles/{windowsFeatureUpdateProfile-id}/assignments/{windowsFeatureUpdateProfileAssignment-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/deviceManagement/windowsFeatureUpdateProfiles/{windowsFeatureUpdateProfile-id}/deviceUpdateStates": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/deviceManagement/windowsFeatureUpdateProfiles/{windowsFeatureUpdateProfile-id}/deviceUpdateStates/{windowsUpdateState-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/roleManagement": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/roleManagement/deviceManagement": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/roleManagement/deviceManagement/resourceNamespaces": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/roleManagement/deviceManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/roleManagement/deviceManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/microsoft.graph.importResourceActions": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/roleManagement/deviceManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/roleManagement/deviceManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/roleManagement/deviceManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/resourceScope": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/roleManagement/deviceManagement/roleAssignments": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}/appScopes": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}/appScopes/{appScope-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}/directoryScopes": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}/directoryScopes/$ref": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}/principals": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}/principals/$ref": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}/roleDefinition": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}/roleDefinition/$ref": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/roleManagement/deviceManagement/roleDefinitions": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/roleManagement/deviceManagement/roleDefinitions/{unifiedRoleDefinition-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/roleManagement/deviceManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/roleManagement/deviceManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/roleManagement/directory": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/roleManagement/directory/microsoft.graph.roleScheduleInstances(directoryScopeId='{directoryScopeId}',appScopeId='{appScopeId}',principalId='{principalId}',roleDefinitionId='{roleDefinitionId}')": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/roleManagement/directory/microsoft.graph.roleSchedules(directoryScopeId='{directoryScopeId}',appScopeId='{appScopeId}',principalId='{principalId}',roleDefinitionId='{roleDefinitionId}')": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/roleManagement/directory/resourceNamespaces": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}/microsoft.graph.importResourceActions": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/resourceScope": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/roleManagement/directory/roleAssignmentApprovals": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/roleManagement/directory/roleAssignmentApprovals/{approval-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/roleManagement/directory/roleAssignmentApprovals/{approval-id}/steps": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/roleManagement/directory/roleAssignmentApprovals/{approval-id}/steps/{approvalStep-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/roleManagement/directory/roleAssignmentApprovals/microsoft.graph.filterByCurrentUser(on={on})": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/roleManagement/directory/roleAssignmentRequests": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/roleManagement/directory/roleAssignmentRequests/{unifiedRoleAssignmentRequest-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/roleManagement/directory/roleAssignmentRequests/{unifiedRoleAssignmentRequest-id}/activatedUsing": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/roleManagement/directory/roleAssignmentRequests/{unifiedRoleAssignmentRequest-id}/activatedUsing/$ref": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/roleManagement/directory/roleAssignmentRequests/{unifiedRoleAssignmentRequest-id}/appScope": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/roleManagement/directory/roleAssignmentRequests/{unifiedRoleAssignmentRequest-id}/appScope/$ref": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/roleManagement/directory/roleAssignmentRequests/{unifiedRoleAssignmentRequest-id}/directoryScope": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/roleManagement/directory/roleAssignmentRequests/{unifiedRoleAssignmentRequest-id}/directoryScope/$ref": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/roleManagement/directory/roleAssignmentRequests/{unifiedRoleAssignmentRequest-id}/microsoft.graph.cancel": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/roleManagement/directory/roleAssignmentRequests/{unifiedRoleAssignmentRequest-id}/principal": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/roleManagement/directory/roleAssignmentRequests/{unifiedRoleAssignmentRequest-id}/principal/$ref": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/roleManagement/directory/roleAssignmentRequests/{unifiedRoleAssignmentRequest-id}/roleDefinition": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/roleManagement/directory/roleAssignmentRequests/{unifiedRoleAssignmentRequest-id}/roleDefinition/$ref": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/roleManagement/directory/roleAssignmentRequests/{unifiedRoleAssignmentRequest-id}/targetSchedule": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/roleManagement/directory/roleAssignmentRequests/{unifiedRoleAssignmentRequest-id}/targetSchedule/$ref": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/roleManagement/directory/roleAssignmentRequests/microsoft.graph.filterByCurrentUser(on={on})": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/roleManagement/directory/roleAssignments": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}/appScope": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}/directoryScope": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}/directoryScope/$ref": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}/principal": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}/principal/$ref": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}/roleDefinition": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}/roleDefinition/$ref": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/roleManagement/directory/roleAssignmentScheduleInstances": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/activatedUsing": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/activatedUsing/$ref": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/roleManagement/directory/roleAssignmentScheduleInstances/microsoft.graph.filterByCurrentUser(on={on})": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/roleManagement/directory/roleAssignmentSchedules": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/activatedUsing": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/activatedUsing/$ref": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/roleManagement/directory/roleAssignmentSchedules/microsoft.graph.filterByCurrentUser(on={on})": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/roleManagement/directory/roleDefinitions": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/roleManagement/directory/roleEligibilityRequests": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/roleManagement/directory/roleEligibilityRequests/{unifiedRoleEligibilityRequest-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/roleManagement/directory/roleEligibilityRequests/{unifiedRoleEligibilityRequest-id}/appScope": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/roleManagement/directory/roleEligibilityRequests/{unifiedRoleEligibilityRequest-id}/appScope/$ref": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/roleManagement/directory/roleEligibilityRequests/{unifiedRoleEligibilityRequest-id}/directoryScope": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/roleManagement/directory/roleEligibilityRequests/{unifiedRoleEligibilityRequest-id}/directoryScope/$ref": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/roleManagement/directory/roleEligibilityRequests/{unifiedRoleEligibilityRequest-id}/microsoft.graph.cancel": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/roleManagement/directory/roleEligibilityRequests/{unifiedRoleEligibilityRequest-id}/principal": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/roleManagement/directory/roleEligibilityRequests/{unifiedRoleEligibilityRequest-id}/principal/$ref": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/roleManagement/directory/roleEligibilityRequests/{unifiedRoleEligibilityRequest-id}/roleDefinition": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/roleManagement/directory/roleEligibilityRequests/{unifiedRoleEligibilityRequest-id}/roleDefinition/$ref": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/roleManagement/directory/roleEligibilityRequests/{unifiedRoleEligibilityRequest-id}/targetSchedule": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/roleManagement/directory/roleEligibilityRequests/{unifiedRoleEligibilityRequest-id}/targetSchedule/$ref": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/roleManagement/directory/roleEligibilityRequests/microsoft.graph.filterByCurrentUser(on={on})": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/roleManagement/directory/roleEligibilityScheduleInstances": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/roleManagement/directory/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/roleManagement/directory/roleEligibilityScheduleInstances/microsoft.graph.filterByCurrentUser(on={on})": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/roleManagement/directory/roleEligibilitySchedules": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/roleManagement/directory/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/roleManagement/directory/roleEligibilitySchedules/microsoft.graph.filterByCurrentUser(on={on})": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/roleManagement/entitlementManagement": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/roleManagement/entitlementManagement/microsoft.graph.roleScheduleInstances(directoryScopeId='{directoryScopeId}',appScopeId='{appScopeId}',principalId='{principalId}',roleDefinitionId='{roleDefinitionId}')": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/roleManagement/entitlementManagement/microsoft.graph.roleSchedules(directoryScopeId='{directoryScopeId}',appScopeId='{appScopeId}',principalId='{principalId}',roleDefinitionId='{roleDefinitionId}')": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/roleManagement/entitlementManagement/resourceNamespaces": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/microsoft.graph.importResourceActions": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/resourceScope": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/roleManagement/entitlementManagement/roleAssignmentApprovals": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/roleManagement/entitlementManagement/roleAssignmentApprovals/{approval-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/roleManagement/entitlementManagement/roleAssignmentApprovals/{approval-id}/steps": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/roleManagement/entitlementManagement/roleAssignmentApprovals/{approval-id}/steps/{approvalStep-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/roleManagement/entitlementManagement/roleAssignmentApprovals/microsoft.graph.filterByCurrentUser(on={on})": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/roleManagement/entitlementManagement/roleAssignmentRequests": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/roleManagement/entitlementManagement/roleAssignmentRequests/{unifiedRoleAssignmentRequest-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/roleManagement/entitlementManagement/roleAssignmentRequests/{unifiedRoleAssignmentRequest-id}/activatedUsing": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/roleManagement/entitlementManagement/roleAssignmentRequests/{unifiedRoleAssignmentRequest-id}/activatedUsing/$ref": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/roleManagement/entitlementManagement/roleAssignmentRequests/{unifiedRoleAssignmentRequest-id}/appScope": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/roleManagement/entitlementManagement/roleAssignmentRequests/{unifiedRoleAssignmentRequest-id}/appScope/$ref": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/roleManagement/entitlementManagement/roleAssignmentRequests/{unifiedRoleAssignmentRequest-id}/directoryScope": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/roleManagement/entitlementManagement/roleAssignmentRequests/{unifiedRoleAssignmentRequest-id}/directoryScope/$ref": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/roleManagement/entitlementManagement/roleAssignmentRequests/{unifiedRoleAssignmentRequest-id}/microsoft.graph.cancel": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/roleManagement/entitlementManagement/roleAssignmentRequests/{unifiedRoleAssignmentRequest-id}/principal": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/roleManagement/entitlementManagement/roleAssignmentRequests/{unifiedRoleAssignmentRequest-id}/principal/$ref": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/roleManagement/entitlementManagement/roleAssignmentRequests/{unifiedRoleAssignmentRequest-id}/roleDefinition": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/roleManagement/entitlementManagement/roleAssignmentRequests/{unifiedRoleAssignmentRequest-id}/roleDefinition/$ref": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/roleManagement/entitlementManagement/roleAssignmentRequests/{unifiedRoleAssignmentRequest-id}/targetSchedule": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/roleManagement/entitlementManagement/roleAssignmentRequests/{unifiedRoleAssignmentRequest-id}/targetSchedule/$ref": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/roleManagement/entitlementManagement/roleAssignmentRequests/microsoft.graph.filterByCurrentUser(on={on})": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/roleManagement/entitlementManagement/roleAssignments": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}/appScope": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}/directoryScope": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}/directoryScope/$ref": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}/principal": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}/principal/$ref": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}/roleDefinition": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}/roleDefinition/$ref": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/activatedUsing": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/activatedUsing/$ref": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/microsoft.graph.filterByCurrentUser(on={on})": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/roleManagement/entitlementManagement/roleAssignmentSchedules": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/roleManagement/entitlementManagement/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/roleManagement/entitlementManagement/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/activatedUsing": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/roleManagement/entitlementManagement/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/activatedUsing/$ref": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/roleManagement/entitlementManagement/roleAssignmentSchedules/microsoft.graph.filterByCurrentUser(on={on})": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/roleManagement/entitlementManagement/roleDefinitions": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/roleManagement/entitlementManagement/roleEligibilityRequests": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/roleManagement/entitlementManagement/roleEligibilityRequests/{unifiedRoleEligibilityRequest-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/roleManagement/entitlementManagement/roleEligibilityRequests/{unifiedRoleEligibilityRequest-id}/appScope": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/roleManagement/entitlementManagement/roleEligibilityRequests/{unifiedRoleEligibilityRequest-id}/appScope/$ref": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/roleManagement/entitlementManagement/roleEligibilityRequests/{unifiedRoleEligibilityRequest-id}/directoryScope": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/roleManagement/entitlementManagement/roleEligibilityRequests/{unifiedRoleEligibilityRequest-id}/directoryScope/$ref": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/roleManagement/entitlementManagement/roleEligibilityRequests/{unifiedRoleEligibilityRequest-id}/microsoft.graph.cancel": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/roleManagement/entitlementManagement/roleEligibilityRequests/{unifiedRoleEligibilityRequest-id}/principal": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/roleManagement/entitlementManagement/roleEligibilityRequests/{unifiedRoleEligibilityRequest-id}/principal/$ref": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/roleManagement/entitlementManagement/roleEligibilityRequests/{unifiedRoleEligibilityRequest-id}/roleDefinition": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/roleManagement/entitlementManagement/roleEligibilityRequests/{unifiedRoleEligibilityRequest-id}/roleDefinition/$ref": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/roleManagement/entitlementManagement/roleEligibilityRequests/{unifiedRoleEligibilityRequest-id}/targetSchedule": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/roleManagement/entitlementManagement/roleEligibilityRequests/{unifiedRoleEligibilityRequest-id}/targetSchedule/$ref": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/roleManagement/entitlementManagement/roleEligibilityRequests/microsoft.graph.filterByCurrentUser(on={on})": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/microsoft.graph.filterByCurrentUser(on={on})": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/roleManagement/entitlementManagement/roleEligibilitySchedules": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/roleManagement/entitlementManagement/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/roleManagement/entitlementManagement/roleEligibilitySchedules/microsoft.graph.filterByCurrentUser(on={on})": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" } } } diff --git a/profiles/DeviceManagement.Enrolment/crawl-log-v1.0.json b/profiles/DeviceManagement.Enrolment/crawl-log-v1.0.json index f0ce8d78895..720bd1f7eae 100644 --- a/profiles/DeviceManagement.Enrolment/crawl-log-v1.0.json +++ b/profiles/DeviceManagement.Enrolment/crawl-log-v1.0.json @@ -2,28 +2,28 @@ "resources": [], "operations": { "/deviceManagement/conditionalAccessSettings": { - "originalLocation": "/openApiDocs/v1.0/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/DeviceManagement.Enrolment.yml" }, "/deviceManagement/deviceEnrollmentConfigurations": { - "originalLocation": "/openApiDocs/v1.0/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/DeviceManagement.Enrolment.yml" }, "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}": { - "originalLocation": "/openApiDocs/v1.0/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/DeviceManagement.Enrolment.yml" }, "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments": { - "originalLocation": "/openApiDocs/v1.0/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/DeviceManagement.Enrolment.yml" }, "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments/{enrollmentConfigurationAssignment-id}": { - "originalLocation": "/openApiDocs/v1.0/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/DeviceManagement.Enrolment.yml" }, "/roleManagement": { - "originalLocation": "/openApiDocs/v1.0/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/DeviceManagement.Enrolment.yml" } } } diff --git a/profiles/DeviceManagement.Enrolment/readme.md b/profiles/DeviceManagement.Enrolment/readme.md index 96df7f1d5f8..21fc0c003fa 100644 --- a/profiles/DeviceManagement.Enrolment/readme.md +++ b/profiles/DeviceManagement.Enrolment/readme.md @@ -6,8 +6,8 @@ ``` yaml require: -- $(this-folder)/definitions/v1.0.md - $(this-folder)/definitions/v1.0-beta.md +- $(this-folder)/definitions/v1.0.md ``` diff --git a/profiles/DeviceManagement.Functions/crawl-log-v1.0-beta.json b/profiles/DeviceManagement.Functions/crawl-log-v1.0-beta.json index 4df654564d8..8f84b6076bf 100644 --- a/profiles/DeviceManagement.Functions/crawl-log-v1.0-beta.json +++ b/profiles/DeviceManagement.Functions/crawl-log-v1.0-beta.json @@ -2,244 +2,244 @@ "resources": [], "operations": { "/deviceManagement/applePushNotificationCertificate/microsoft.graph.downloadApplePushNotificationCertificateSigningRequest()": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Functions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Functions.yml" }, "/deviceManagement/assignmentFilters/microsoft.graph.getState()": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Functions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Functions.yml" }, "/deviceManagement/auditEvents/microsoft.graph.getAuditActivityTypes(category='{category}')": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Functions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Functions.yml" }, "/deviceManagement/auditEvents/microsoft.graph.getAuditCategories()": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Functions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Functions.yml" }, "/deviceManagement/comanagedDevices/{managedDevice-id}/microsoft.graph.getFileVaultKey()": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Functions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Functions.yml" }, "/deviceManagement/comanagedDevices/{managedDevice-id}/microsoft.graph.getNonCompliantSettings()": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Functions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Functions.yml" }, "/deviceManagement/configManagerCollections/microsoft.graph.getPolicySummary(policyId='{policyId}')": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Functions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Functions.yml" }, "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/enrollmentProfiles/{enrollmentProfile-id}/microsoft.graph.exportMobileConfig()": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Functions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Functions.yml" }, "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/microsoft.graph.getEncryptionPublicKey()": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Functions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Functions.yml" }, "/deviceManagement/depOnboardingSettings/microsoft.graph.getExpiringVppTokenCount(expiringBeforeDateTime='{expiringBeforeDateTime}')": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Functions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Functions.yml" }, "/deviceManagement/deviceComplianceScripts/{deviceComplianceScript-id}/deviceRunStates/{deviceComplianceScriptDeviceState-id}/managedDevice/microsoft.graph.getFileVaultKey()": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Functions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Functions.yml" }, "/deviceManagement/deviceComplianceScripts/{deviceComplianceScript-id}/deviceRunStates/{deviceComplianceScriptDeviceState-id}/managedDevice/microsoft.graph.getNonCompliantSettings()": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Functions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Functions.yml" }, "/deviceManagement/deviceConfigurations/microsoft.graph.getIosAvailableUpdateVersions()": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Functions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Functions.yml" }, "/deviceManagement/deviceCustomAttributeShellScripts/{deviceCustomAttributeShellScript-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice/microsoft.graph.getFileVaultKey()": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Functions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Functions.yml" }, "/deviceManagement/deviceCustomAttributeShellScripts/{deviceCustomAttributeShellScript-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice/microsoft.graph.getNonCompliantSettings()": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Functions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Functions.yml" }, "/deviceManagement/deviceCustomAttributeShellScripts/{deviceCustomAttributeShellScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice/microsoft.graph.getFileVaultKey()": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Functions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Functions.yml" }, "/deviceManagement/deviceCustomAttributeShellScripts/{deviceCustomAttributeShellScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice/microsoft.graph.getNonCompliantSettings()": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Functions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Functions.yml" }, "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/deviceRunStates/{deviceHealthScriptDeviceState-id}/managedDevice/microsoft.graph.getFileVaultKey()": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Functions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Functions.yml" }, "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/deviceRunStates/{deviceHealthScriptDeviceState-id}/managedDevice/microsoft.graph.getNonCompliantSettings()": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Functions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Functions.yml" }, "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/microsoft.graph.getRemediationHistory()": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Functions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Functions.yml" }, "/deviceManagement/deviceHealthScripts/microsoft.graph.areGlobalScriptsAvailable()": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Functions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Functions.yml" }, "/deviceManagement/deviceHealthScripts/microsoft.graph.getRemediationSummary()": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Functions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Functions.yml" }, "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice/microsoft.graph.getFileVaultKey()": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Functions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Functions.yml" }, "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice/microsoft.graph.getNonCompliantSettings()": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Functions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Functions.yml" }, "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice/microsoft.graph.getFileVaultKey()": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Functions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Functions.yml" }, "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice/microsoft.graph.getNonCompliantSettings()": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Functions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Functions.yml" }, "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice/microsoft.graph.getFileVaultKey()": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Functions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Functions.yml" }, "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice/microsoft.graph.getNonCompliantSettings()": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Functions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Functions.yml" }, "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice/microsoft.graph.getFileVaultKey()": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Functions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Functions.yml" }, "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice/microsoft.graph.getNonCompliantSettings()": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Functions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Functions.yml" }, "/deviceManagement/intents/{deviceManagementIntent-id}/microsoft.graph.compare(templateId='{templateId}')": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Functions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Functions.yml" }, "/deviceManagement/managedDevices/{managedDevice-id}/microsoft.graph.getFileVaultKey()": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Functions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Functions.yml" }, "/deviceManagement/managedDevices/{managedDevice-id}/microsoft.graph.getNonCompliantSettings()": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Functions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Functions.yml" }, "/deviceManagement/managementConditions/{managementCondition-id}/managementConditionStatements/microsoft.graph.getManagementConditionStatementsForPlatform(platform={platform})": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Functions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Functions.yml" }, "/deviceManagement/managementConditions/microsoft.graph.getManagementConditionsForPlatform(platform={platform})": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Functions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Functions.yml" }, "/deviceManagement/managementConditionStatements/{managementConditionStatement-id}/managementConditions/microsoft.graph.getManagementConditionsForPlatform(platform={platform})": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Functions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Functions.yml" }, "/deviceManagement/managementConditionStatements/{managementConditionStatement-id}/microsoft.graph.getManagementConditionStatementExpressionString()": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Functions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Functions.yml" }, "/deviceManagement/managementConditionStatements/microsoft.graph.getManagementConditionStatementsForPlatform(platform={platform})": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Functions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Functions.yml" }, "/deviceManagement/microsoft.graph.getAssignedRoleDetails()": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Functions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Functions.yml" }, "/deviceManagement/microsoft.graph.getComanagedDevicesSummary()": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Functions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Functions.yml" }, "/deviceManagement/microsoft.graph.getComanagementEligibleDevicesSummary()": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Functions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Functions.yml" }, "/deviceManagement/microsoft.graph.getEffectivePermissions()": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Functions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Functions.yml" }, "/deviceManagement/microsoft.graph.getEffectivePermissions(scope='{scope}')": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Functions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Functions.yml" }, "/deviceManagement/microsoft.graph.getRoleScopeTagsByIds(ids=@ids)": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Functions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Functions.yml" }, "/deviceManagement/microsoft.graph.getRoleScopeTagsByResource(resource='{resource}')": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Functions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Functions.yml" }, "/deviceManagement/microsoft.graph.getSuggestedEnrollmentLimit(enrollmentType='{enrollmentType}')": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Functions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Functions.yml" }, "/deviceManagement/microsoft.graph.scopedForResource(resource='{resource}')": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Functions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Functions.yml" }, "/deviceManagement/microsoft.graph.userExperienceAnalyticsSummarizeWorkFromAnywhereDevices()": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Functions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Functions.yml" }, "/deviceManagement/microsoft.graph.verifyWindowsEnrollmentAutoDiscovery(domainName='{domainName}')": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Functions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Functions.yml" }, "/deviceManagement/resourceOperations/{resourceOperation-id}/microsoft.graph.getScopesForUser(userid='{userid}')": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Functions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Functions.yml" }, "/deviceManagement/roleAssignments/{deviceAndAppManagementRoleAssignment-id}/roleScopeTags/microsoft.graph.hasCustomRoleScopeTag()": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Functions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Functions.yml" }, "/deviceManagement/roleScopeTags/microsoft.graph.hasCustomRoleScopeTag()": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Functions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Functions.yml" }, "/deviceManagement/templates/{deviceManagementTemplate-id}/microsoft.graph.compare(templateId='{templateId}')": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Functions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Functions.yml" }, "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/microsoft.graph.compare(templateId='{templateId}')": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Functions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Functions.yml" }, "/deviceManagement/userExperienceAnalyticsDevicePerformance/microsoft.graph.summarizeDevicePerformanceDevices(summarizeBy={summarizeBy})": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Functions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Functions.yml" }, "/deviceManagement/userExperienceAnalyticsRegressionSummary/microsoft.graph.summarizeDeviceRegressionPerformance(summarizeBy={summarizeBy})": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Functions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Functions.yml" }, "/deviceManagement/userExperienceAnalyticsRemoteConnection/microsoft.graph.summarizeDeviceRemoteConnection(summarizeBy={summarizeBy})": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Functions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Functions.yml" }, "/deviceManagement/userExperienceAnalyticsResourcePerformance/microsoft.graph.summarizeDeviceResourcePerformance(summarizeBy={summarizeBy})": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Functions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Functions.yml" }, "/deviceManagement/virtualEndpoint/deviceImages/microsoft.graph.getSourceImages()": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Functions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Functions.yml" }, "/deviceManagement/virtualEndpoint/microsoft.graph.getEffectivePermissions()": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Functions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Functions.yml" } } } diff --git a/profiles/DeviceManagement.Functions/crawl-log-v1.0.json b/profiles/DeviceManagement.Functions/crawl-log-v1.0.json index c21a407be07..bec4f444fb1 100644 --- a/profiles/DeviceManagement.Functions/crawl-log-v1.0.json +++ b/profiles/DeviceManagement.Functions/crawl-log-v1.0.json @@ -2,16 +2,16 @@ "resources": [], "operations": { "/deviceManagement/applePushNotificationCertificate/microsoft.graph.downloadApplePushNotificationCertificateSigningRequest()": { - "originalLocation": "/openApiDocs/v1.0/DeviceManagement.Functions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/DeviceManagement.Functions.yml" }, "/deviceManagement/microsoft.graph.getEffectivePermissions(scope='{scope}')": { - "originalLocation": "/openApiDocs/v1.0/DeviceManagement.Functions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/DeviceManagement.Functions.yml" }, "/deviceManagement/microsoft.graph.verifyWindowsEnrollmentAutoDiscovery(domainName='{domainName}')": { - "originalLocation": "/openApiDocs/v1.0/DeviceManagement.Functions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/DeviceManagement.Functions.yml" } } } diff --git a/profiles/DeviceManagement.Functions/readme.md b/profiles/DeviceManagement.Functions/readme.md index 7b25284e128..1e525ebc4d1 100644 --- a/profiles/DeviceManagement.Functions/readme.md +++ b/profiles/DeviceManagement.Functions/readme.md @@ -6,8 +6,8 @@ ``` yaml require: -- $(this-folder)/definitions/v1.0.md - $(this-folder)/definitions/v1.0-beta.md +- $(this-folder)/definitions/v1.0.md ``` diff --git a/profiles/DeviceManagement/crawl-log-v1.0-beta.json b/profiles/DeviceManagement/crawl-log-v1.0-beta.json index b65a0c568e3..2a75e4eb38b 100644 --- a/profiles/DeviceManagement/crawl-log-v1.0-beta.json +++ b/profiles/DeviceManagement/crawl-log-v1.0-beta.json @@ -2,1348 +2,1348 @@ "resources": [], "operations": { "/deviceManagement": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/advancedThreatProtectionOnboardingStateSummary": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/advancedThreatProtectionOnboardingStateSummary/advancedThreatProtectionOnboardingDeviceSettingStates": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/advancedThreatProtectionOnboardingStateSummary/advancedThreatProtectionOnboardingDeviceSettingStates/{advancedThreatProtectionOnboardingDeviceSettingState-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/androidForWorkAppConfigurationSchemas": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/androidForWorkAppConfigurationSchemas/{androidForWorkAppConfigurationSchema-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/androidForWorkSettings": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/androidManagedStoreAccountEnterpriseSettings": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/androidManagedStoreAppConfigurationSchemas": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/androidManagedStoreAppConfigurationSchemas/{androidManagedStoreAppConfigurationSchema-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/assignmentFilters": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/assignmentFilters/{deviceAndAppManagementAssignmentFilter-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/categories": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/categories/{deviceManagementSettingCategory-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/categories/{deviceManagementSettingCategory-id}/settingDefinitions": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/categories/{deviceManagementSettingCategory-id}/settingDefinitions/{deviceManagementSettingDefinition-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/comanagedDevices": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/comanagedDevices/{managedDevice-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/comanagedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/comanagedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails/{assignmentFilterEvaluationStatusDetails-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/comanagedDevices/{managedDevice-id}/detectedApps": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/comanagedDevices/{managedDevice-id}/detectedApps/$ref": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceCategory": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceCompliancePolicyStates": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceCompliancePolicyStates/{deviceCompliancePolicyState-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceConfigurationStates": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceConfigurationStates/{deviceConfigurationState-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/comanagedDevices/{managedDevice-id}/logCollectionRequests": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/comanagedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/comanagedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/comanagedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates/{managedDeviceMobileAppConfigurationState-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/comanagedDevices/{managedDevice-id}/securityBaselineStates": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/comanagedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/comanagedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/comanagedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates/{securityBaselineSettingState-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/comanagedDevices/{managedDevice-id}/users": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/comanagedDevices/{managedDevice-id}/users/{user-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/comanagedDevices/{managedDevice-id}/windowsProtectionState": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/comanagedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/comanagedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/{windowsDeviceMalwareState-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/dataSharingConsents": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/dataSharingConsents/{dataSharingConsent-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/derivedCredentials": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/derivedCredentials/{deviceManagementDerivedCredentialSettings-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/detectedApps": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/detectedApps/{detectedApp-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/detectedApps/{detectedApp-id}/managedDevices": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/detectedApps/{detectedApp-id}/managedDevices/$ref": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/deviceCategories": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/deviceCategories/{deviceCategory-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/deviceCompliancePolicies": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/assignments": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/assignments/{deviceCompliancePolicyAssignment-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceSettingStateSummaries": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceSettingStateSummaries/{settingStateDeviceSummary-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceStatuses": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceStatuses/{deviceComplianceDeviceStatus-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceStatusOverview": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule-id}/scheduledActionConfigurations": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule-id}/scheduledActionConfigurations/{deviceComplianceActionItem-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/userStatuses": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/userStatuses/{deviceComplianceUserStatus-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/userStatusOverview": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/deviceCompliancePolicyDeviceStateSummary": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/deviceCompliancePolicySettingStateSummaries": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}/deviceComplianceSettingStates": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}/deviceComplianceSettingStates/{deviceComplianceSettingState-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/deviceConfigurationConflictSummary": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/deviceConfigurationConflictSummary/{deviceConfigurationConflictSummary-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/deviceConfigurationDeviceStateSummaries": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/deviceConfigurations": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/assignments": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/assignments/{deviceConfigurationAssignment-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceSettingStateSummaries": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceSettingStateSummaries/{settingStateDeviceSummary-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatuses": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatuses/{deviceConfigurationDeviceStatus-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatusOverview": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/groupAssignments": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/groupAssignments/{deviceConfigurationGroupAssignment-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/groupAssignments/{deviceConfigurationGroupAssignment-id}/deviceConfiguration": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/groupAssignments/{deviceConfigurationGroupAssignment-id}/deviceConfiguration/$ref": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatuses": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatuses/{deviceConfigurationUserStatus-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatusOverview": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/deviceConfigurationUserStateSummaries": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/deviceHealthScripts": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/assignments": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/assignments/{deviceHealthScriptAssignment-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/deviceRunStates": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/deviceRunStates/{deviceHealthScriptDeviceState-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/deviceRunStates/{deviceHealthScriptDeviceState-id}/managedDevice": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/deviceRunStates/{deviceHealthScriptDeviceState-id}/managedDevice/$ref": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/runSummary": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/deviceManagementScripts": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/assignments": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/assignments/{deviceManagementScriptAssignment-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/deviceRunStates": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice/$ref": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/groupAssignments": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/groupAssignments/{deviceManagementScriptGroupAssignment-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/runSummary": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/runSummary/$ref": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/userRunStates": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/userRunStates/{deviceManagementScriptUserState-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice/$ref": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/deviceShellScripts": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/deviceShellScripts/{deviceShellScript-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/assignments": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/assignments/{deviceManagementScriptAssignment-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/deviceRunStates": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice/$ref": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/groupAssignments": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/groupAssignments/{deviceManagementScriptGroupAssignment-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/runSummary": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/runSummary/$ref": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/userRunStates": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/userRunStates/{deviceManagementScriptUserState-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice/$ref": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/embeddedSIMActivationCodePools": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/embeddedSIMActivationCodePools/{embeddedSIMActivationCodePool-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/embeddedSIMActivationCodePools/{embeddedSIMActivationCodePool-id}/assignments": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/embeddedSIMActivationCodePools/{embeddedSIMActivationCodePool-id}/assignments/{embeddedSIMActivationCodePoolAssignment-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/embeddedSIMActivationCodePools/{embeddedSIMActivationCodePool-id}/deviceStates": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/embeddedSIMActivationCodePools/{embeddedSIMActivationCodePool-id}/deviceStates/{embeddedSIMDeviceState-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/groupPolicyConfigurations": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/assignments": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/assignments/{groupPolicyConfigurationAssignment-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/definitionValues": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/definitionValues/{groupPolicyDefinitionValue-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/definitionValues/{groupPolicyDefinitionValue-id}/definition": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/definitionValues/{groupPolicyDefinitionValue-id}/definition/$ref": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/definitionValues/{groupPolicyDefinitionValue-id}/presentationValues": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/definitionValues/{groupPolicyDefinitionValue-id}/presentationValues/{groupPolicyPresentationValue-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/definitionValues/{groupPolicyDefinitionValue-id}/presentationValues/{groupPolicyPresentationValue-id}/definitionValue": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/definitionValues/{groupPolicyDefinitionValue-id}/presentationValues/{groupPolicyPresentationValue-id}/definitionValue/$ref": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/definitionValues/{groupPolicyDefinitionValue-id}/presentationValues/{groupPolicyPresentationValue-id}/presentation": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/definitionValues/{groupPolicyDefinitionValue-id}/presentationValues/{groupPolicyPresentationValue-id}/presentation/$ref": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/intents": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/intents/{deviceManagementIntent-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/intents/{deviceManagementIntent-id}/assignments": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/intents/{deviceManagementIntent-id}/assignments/{deviceManagementIntentAssignment-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/intents/{deviceManagementIntent-id}/categories": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/intents/{deviceManagementIntent-id}/categories/{deviceManagementIntentSettingCategory-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/intents/{deviceManagementIntent-id}/categories/{deviceManagementIntentSettingCategory-id}/settings": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/intents/{deviceManagementIntent-id}/categories/{deviceManagementIntentSettingCategory-id}/settings/{deviceManagementSettingInstance-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/intents/{deviceManagementIntent-id}/deviceSettingStateSummaries": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/intents/{deviceManagementIntent-id}/deviceSettingStateSummaries/{deviceManagementIntentDeviceSettingStateSummary-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/intents/{deviceManagementIntent-id}/deviceStates": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/intents/{deviceManagementIntent-id}/deviceStates/{deviceManagementIntentDeviceState-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/intents/{deviceManagementIntent-id}/deviceStateSummary": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/intents/{deviceManagementIntent-id}/settings": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/intents/{deviceManagementIntent-id}/settings/{deviceManagementSettingInstance-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/intents/{deviceManagementIntent-id}/userStates": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/intents/{deviceManagementIntent-id}/userStates/{deviceManagementIntentUserState-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/intents/{deviceManagementIntent-id}/userStateSummary": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/macOSSoftwareUpdateAccountSummaries": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/macOSSoftwareUpdateAccountSummaries/{macOSSoftwareUpdateAccountSummary-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/macOSSoftwareUpdateAccountSummaries/{macOSSoftwareUpdateAccountSummary-id}/categorySummaries": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/macOSSoftwareUpdateAccountSummaries/{macOSSoftwareUpdateAccountSummary-id}/categorySummaries/{macOSSoftwareUpdateCategorySummary-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/macOSSoftwareUpdateAccountSummaries/{macOSSoftwareUpdateAccountSummary-id}/categorySummaries/{macOSSoftwareUpdateCategorySummary-id}/updateStateSummaries": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/macOSSoftwareUpdateAccountSummaries/{macOSSoftwareUpdateAccountSummary-id}/categorySummaries/{macOSSoftwareUpdateCategorySummary-id}/updateStateSummaries/{macOSSoftwareUpdateStateSummary-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/managedDeviceEncryptionStates": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/managedDeviceEncryptionStates/{managedDeviceEncryptionState-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/managedDeviceOverview": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/managedDeviceOverview/$ref": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/managedDevices": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/managedDevices/{managedDevice-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/managedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/managedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails/{assignmentFilterEvaluationStatusDetails-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/managedDevices/{managedDevice-id}/detectedApps": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/managedDevices/{managedDevice-id}/detectedApps/$ref": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/managedDevices/{managedDevice-id}/deviceCategory": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates/{deviceCompliancePolicyState-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/managedDevices/{managedDevice-id}/deviceConfigurationStates": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/managedDevices/{managedDevice-id}/deviceConfigurationStates/{deviceConfigurationState-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/managedDevices/{managedDevice-id}/logCollectionRequests": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/managedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/managedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/managedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates/{managedDeviceMobileAppConfigurationState-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/managedDevices/{managedDevice-id}/securityBaselineStates": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates/{securityBaselineSettingState-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/managedDevices/{managedDevice-id}/users": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/managedDevices/{managedDevice-id}/users/{user-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/managedDevices/{managedDevice-id}/windowsProtectionState": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/{windowsDeviceMalwareState-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/managementConditions": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/managementConditions/{managementCondition-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/managementConditions/{managementCondition-id}/managementConditionStatements": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/managementConditions/{managementCondition-id}/managementConditionStatements/$ref": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/managementConditionStatements": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/managementConditionStatements/{managementConditionStatement-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/managementConditionStatements/{managementConditionStatement-id}/managementConditions": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/managementConditionStatements/{managementConditionStatement-id}/managementConditions/$ref": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/microsoftTunnelConfigurations": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/microsoftTunnelConfigurations/{microsoftTunnelConfiguration-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/microsoftTunnelHealthThresholds": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/microsoftTunnelHealthThresholds/{microsoftTunnelHealthThreshold-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/microsoftTunnelServerLogCollectionResponses": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/microsoftTunnelServerLogCollectionResponses/{microsoftTunnelServerLogCollectionResponse-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/microsoftTunnelSites": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/microsoftTunnelSites/{microsoftTunnelSite-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/microsoftTunnelSites/{microsoftTunnelSite-id}/microsoftTunnelConfiguration": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/microsoftTunnelSites/{microsoftTunnelSite-id}/microsoftTunnelServers": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/microsoftTunnelSites/{microsoftTunnelSite-id}/microsoftTunnelServers/{microsoftTunnelServer-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/mobileAppTroubleshootingEvents": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests/{appLogCollectionRequest-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/notificationMessageTemplates": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}/localizedNotificationMessages": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}/localizedNotificationMessages/{localizedNotificationMessage-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/remoteActionAudits": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/remoteActionAudits/{remoteActionAudit-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/resourceAccessProfiles": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/resourceAccessProfiles/{deviceManagementResourceAccessProfileBase-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/resourceAccessProfiles/{deviceManagementResourceAccessProfileBase-id}/assignments": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/resourceAccessProfiles/{deviceManagementResourceAccessProfileBase-id}/assignments/{deviceManagementResourceAccessProfileAssignment-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/settingDefinitions": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/settingDefinitions/{deviceManagementSettingDefinition-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/softwareUpdateStatusSummary": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/softwareUpdateStatusSummary/$ref": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/templates": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/templates/{deviceManagementTemplate-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/templates/{deviceManagementTemplate-id}/categories": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/templates/{deviceManagementTemplate-id}/categories/{deviceManagementTemplateSettingCategory-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/templates/{deviceManagementTemplate-id}/categories/{deviceManagementTemplateSettingCategory-id}/recommendedSettings": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/templates/{deviceManagementTemplate-id}/categories/{deviceManagementTemplateSettingCategory-id}/recommendedSettings/{deviceManagementSettingInstance-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/templates/{deviceManagementTemplate-id}/settings": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/templates/{deviceManagementTemplate-id}/settings/{deviceManagementSettingInstance-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/troubleshootingEvents": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/troubleshootingEvents/{deviceManagementTroubleshootingEvent-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformance": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformance/{userExperienceAnalyticsAppHealthApplicationPerformance-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersion": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersion/{userExperienceAnalyticsAppHealthAppPerformanceByAppVersion-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByOSVersion": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByOSVersion/{userExperienceAnalyticsAppHealthAppPerformanceByOSVersion-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/userExperienceAnalyticsAppHealthDeviceModelPerformance": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/userExperienceAnalyticsAppHealthDeviceModelPerformance/{userExperienceAnalyticsAppHealthDeviceModelPerformance-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformance": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformance/{userExperienceAnalyticsAppHealthDevicePerformance-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformanceDetails": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformanceDetails/{userExperienceAnalyticsAppHealthDevicePerformanceDetails-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/userExperienceAnalyticsAppHealthOSVersionPerformance": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/userExperienceAnalyticsAppHealthOSVersionPerformance/{userExperienceAnalyticsAppHealthOSVersionPerformance-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/userExperienceAnalyticsAppHealthOverview": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/userExperienceAnalyticsAppHealthOverview/metricValues": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/userExperienceAnalyticsAppHealthOverview/metricValues/{userExperienceAnalyticsMetric-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/userExperienceAnalyticsBaselines": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}/appHealthMetrics": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}/appHealthMetrics/$ref": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}/bestPracticesMetrics": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}/bestPracticesMetrics/$ref": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}/deviceBootPerformanceMetrics": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}/deviceBootPerformanceMetrics/$ref": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}/rebootAnalyticsMetrics": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}/rebootAnalyticsMetrics/$ref": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}/resourcePerformanceMetrics": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}/resourcePerformanceMetrics/$ref": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}/workFromAnywhereMetrics": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}/workFromAnywhereMetrics/$ref": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/userExperienceAnalyticsCategories": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/userExperienceAnalyticsCategories/{userExperienceAnalyticsCategory-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/userExperienceAnalyticsCategories/{userExperienceAnalyticsCategory-id}/metricValues": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/userExperienceAnalyticsCategories/{userExperienceAnalyticsCategory-id}/metricValues/{userExperienceAnalyticsMetric-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/userExperienceAnalyticsDeviceMetricHistory": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/userExperienceAnalyticsDeviceMetricHistory/{userExperienceAnalyticsMetricHistory-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/userExperienceAnalyticsDeviceMetricHistory/{userExperienceAnalyticsMetricHistory-id}/userExperienceAnalyticsMetric": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/userExperienceAnalyticsDeviceMetricHistory/{userExperienceAnalyticsMetricHistory-id}/userExperienceAnalyticsMetric/$ref": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/userExperienceAnalyticsDevicePerformance": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/userExperienceAnalyticsDevicePerformance/{userExperienceAnalyticsDevicePerformance-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/userExperienceAnalyticsDeviceStartupHistory": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/userExperienceAnalyticsDeviceStartupHistory/{userExperienceAnalyticsDeviceStartupHistory-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/userExperienceAnalyticsDeviceStartupProcesses": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/userExperienceAnalyticsDeviceStartupProcesses/{userExperienceAnalyticsDeviceStartupProcess-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/userExperienceAnalyticsDeviceStartupProcessPerformance": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/userExperienceAnalyticsDeviceStartupProcessPerformance/{userExperienceAnalyticsDeviceStartupProcessPerformance-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/userExperienceAnalyticsDevicesWithoutCloudIdentity": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/userExperienceAnalyticsDevicesWithoutCloudIdentity/{userExperienceAnalyticsDeviceWithoutCloudIdentity-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/userExperienceAnalyticsImpactingProcess": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/userExperienceAnalyticsImpactingProcess/{userExperienceAnalyticsImpactingProcess-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/userExperienceAnalyticsMetricHistory": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/userExperienceAnalyticsMetricHistory/{userExperienceAnalyticsMetricHistory-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/userExperienceAnalyticsMetricHistory/{userExperienceAnalyticsMetricHistory-id}/userExperienceAnalyticsMetric": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/userExperienceAnalyticsMetricHistory/{userExperienceAnalyticsMetricHistory-id}/userExperienceAnalyticsMetric/$ref": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/userExperienceAnalyticsNotAutopilotReadyDevice": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/userExperienceAnalyticsNotAutopilotReadyDevice/{userExperienceAnalyticsNotAutopilotReadyDevice-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/userExperienceAnalyticsOverview": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/userExperienceAnalyticsRegressionSummary": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/userExperienceAnalyticsRegressionSummary/manufacturerRegression": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/userExperienceAnalyticsRegressionSummary/manufacturerRegression/{userExperienceAnalyticsMetric-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/userExperienceAnalyticsRegressionSummary/modelRegression": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/userExperienceAnalyticsRegressionSummary/modelRegression/{userExperienceAnalyticsMetric-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/userExperienceAnalyticsRegressionSummary/operatingSystemRegression": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/userExperienceAnalyticsRegressionSummary/operatingSystemRegression/{userExperienceAnalyticsMetric-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/userExperienceAnalyticsRemoteConnection": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/userExperienceAnalyticsRemoteConnection/{userExperienceAnalyticsRemoteConnection-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/userExperienceAnalyticsResourcePerformance": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/userExperienceAnalyticsResourcePerformance/{userExperienceAnalyticsResourcePerformance-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/userExperienceAnalyticsScoreHistory": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/userExperienceAnalyticsScoreHistory/{userExperienceAnalyticsScoreHistory-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/windowsInformationProtectionAppLearningSummaries": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/windowsInformationProtectionAppLearningSummaries/{windowsInformationProtectionAppLearningSummary-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/windowsInformationProtectionNetworkLearningSummaries": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/windowsInformationProtectionNetworkLearningSummaries/{windowsInformationProtectionNetworkLearningSummary-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/windowsMalwareInformation": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/windowsMalwareInformation/{windowsMalwareInformation-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/windowsMalwareInformation/{windowsMalwareInformation-id}/deviceMalwareStates": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/windowsMalwareInformation/{windowsMalwareInformation-id}/deviceMalwareStates/{malwareStateForWindowsDevice-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" } } } diff --git a/profiles/DeviceManagement/crawl-log-v1.0.json b/profiles/DeviceManagement/crawl-log-v1.0.json index 595ecfad2be..1e21107bc83 100644 --- a/profiles/DeviceManagement/crawl-log-v1.0.json +++ b/profiles/DeviceManagement/crawl-log-v1.0.json @@ -2,252 +2,252 @@ "resources": [], "operations": { "/deviceManagement": { - "originalLocation": "/openApiDocs/v1.0/DeviceManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/DeviceManagement.yml" }, "/deviceManagement/detectedApps": { - "originalLocation": "/openApiDocs/v1.0/DeviceManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/DeviceManagement.yml" }, "/deviceManagement/detectedApps/{detectedApp-id}": { - "originalLocation": "/openApiDocs/v1.0/DeviceManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/DeviceManagement.yml" }, "/deviceManagement/detectedApps/{detectedApp-id}/managedDevices": { - "originalLocation": "/openApiDocs/v1.0/DeviceManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/DeviceManagement.yml" }, "/deviceManagement/detectedApps/{detectedApp-id}/managedDevices/$ref": { - "originalLocation": "/openApiDocs/v1.0/DeviceManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/DeviceManagement.yml" }, "/deviceManagement/deviceCategories": { - "originalLocation": "/openApiDocs/v1.0/DeviceManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/DeviceManagement.yml" }, "/deviceManagement/deviceCategories/{deviceCategory-id}": { - "originalLocation": "/openApiDocs/v1.0/DeviceManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/DeviceManagement.yml" }, "/deviceManagement/deviceCompliancePolicies": { - "originalLocation": "/openApiDocs/v1.0/DeviceManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/DeviceManagement.yml" }, "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}": { - "originalLocation": "/openApiDocs/v1.0/DeviceManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/DeviceManagement.yml" }, "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/assignments": { - "originalLocation": "/openApiDocs/v1.0/DeviceManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/DeviceManagement.yml" }, "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/assignments/{deviceCompliancePolicyAssignment-id}": { - "originalLocation": "/openApiDocs/v1.0/DeviceManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/DeviceManagement.yml" }, "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceSettingStateSummaries": { - "originalLocation": "/openApiDocs/v1.0/DeviceManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/DeviceManagement.yml" }, "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceSettingStateSummaries/{settingStateDeviceSummary-id}": { - "originalLocation": "/openApiDocs/v1.0/DeviceManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/DeviceManagement.yml" }, "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceStatuses": { - "originalLocation": "/openApiDocs/v1.0/DeviceManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/DeviceManagement.yml" }, "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceStatuses/{deviceComplianceDeviceStatus-id}": { - "originalLocation": "/openApiDocs/v1.0/DeviceManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/DeviceManagement.yml" }, "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceStatusOverview": { - "originalLocation": "/openApiDocs/v1.0/DeviceManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/DeviceManagement.yml" }, "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule": { - "originalLocation": "/openApiDocs/v1.0/DeviceManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/DeviceManagement.yml" }, "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule-id}": { - "originalLocation": "/openApiDocs/v1.0/DeviceManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/DeviceManagement.yml" }, "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule-id}/scheduledActionConfigurations": { - "originalLocation": "/openApiDocs/v1.0/DeviceManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/DeviceManagement.yml" }, "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule-id}/scheduledActionConfigurations/{deviceComplianceActionItem-id}": { - "originalLocation": "/openApiDocs/v1.0/DeviceManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/DeviceManagement.yml" }, "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/userStatuses": { - "originalLocation": "/openApiDocs/v1.0/DeviceManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/DeviceManagement.yml" }, "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/userStatuses/{deviceComplianceUserStatus-id}": { - "originalLocation": "/openApiDocs/v1.0/DeviceManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/DeviceManagement.yml" }, "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/userStatusOverview": { - "originalLocation": "/openApiDocs/v1.0/DeviceManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/DeviceManagement.yml" }, "/deviceManagement/deviceCompliancePolicyDeviceStateSummary": { - "originalLocation": "/openApiDocs/v1.0/DeviceManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/DeviceManagement.yml" }, "/deviceManagement/deviceCompliancePolicySettingStateSummaries": { - "originalLocation": "/openApiDocs/v1.0/DeviceManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/DeviceManagement.yml" }, "/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}": { - "originalLocation": "/openApiDocs/v1.0/DeviceManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/DeviceManagement.yml" }, "/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}/deviceComplianceSettingStates": { - "originalLocation": "/openApiDocs/v1.0/DeviceManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/DeviceManagement.yml" }, "/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}/deviceComplianceSettingStates/{deviceComplianceSettingState-id}": { - "originalLocation": "/openApiDocs/v1.0/DeviceManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/DeviceManagement.yml" }, "/deviceManagement/deviceConfigurationDeviceStateSummaries": { - "originalLocation": "/openApiDocs/v1.0/DeviceManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/DeviceManagement.yml" }, "/deviceManagement/deviceConfigurations": { - "originalLocation": "/openApiDocs/v1.0/DeviceManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/DeviceManagement.yml" }, "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}": { - "originalLocation": "/openApiDocs/v1.0/DeviceManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/DeviceManagement.yml" }, "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/assignments": { - "originalLocation": "/openApiDocs/v1.0/DeviceManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/DeviceManagement.yml" }, "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/assignments/{deviceConfigurationAssignment-id}": { - "originalLocation": "/openApiDocs/v1.0/DeviceManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/DeviceManagement.yml" }, "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceSettingStateSummaries": { - "originalLocation": "/openApiDocs/v1.0/DeviceManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/DeviceManagement.yml" }, "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceSettingStateSummaries/{settingStateDeviceSummary-id}": { - "originalLocation": "/openApiDocs/v1.0/DeviceManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/DeviceManagement.yml" }, "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatuses": { - "originalLocation": "/openApiDocs/v1.0/DeviceManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/DeviceManagement.yml" }, "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatuses/{deviceConfigurationDeviceStatus-id}": { - "originalLocation": "/openApiDocs/v1.0/DeviceManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/DeviceManagement.yml" }, "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatusOverview": { - "originalLocation": "/openApiDocs/v1.0/DeviceManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/DeviceManagement.yml" }, "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatuses": { - "originalLocation": "/openApiDocs/v1.0/DeviceManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/DeviceManagement.yml" }, "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatuses/{deviceConfigurationUserStatus-id}": { - "originalLocation": "/openApiDocs/v1.0/DeviceManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/DeviceManagement.yml" }, "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatusOverview": { - "originalLocation": "/openApiDocs/v1.0/DeviceManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/DeviceManagement.yml" }, "/deviceManagement/managedDeviceOverview": { - "originalLocation": "/openApiDocs/v1.0/DeviceManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/DeviceManagement.yml" }, "/deviceManagement/managedDeviceOverview/$ref": { - "originalLocation": "/openApiDocs/v1.0/DeviceManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/DeviceManagement.yml" }, "/deviceManagement/managedDevices": { - "originalLocation": "/openApiDocs/v1.0/DeviceManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/DeviceManagement.yml" }, "/deviceManagement/managedDevices/{managedDevice-id}": { - "originalLocation": "/openApiDocs/v1.0/DeviceManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/DeviceManagement.yml" }, "/deviceManagement/managedDevices/{managedDevice-id}/deviceCategory": { - "originalLocation": "/openApiDocs/v1.0/DeviceManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/DeviceManagement.yml" }, "/deviceManagement/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates": { - "originalLocation": "/openApiDocs/v1.0/DeviceManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/DeviceManagement.yml" }, "/deviceManagement/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates/{deviceCompliancePolicyState-id}": { - "originalLocation": "/openApiDocs/v1.0/DeviceManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/DeviceManagement.yml" }, "/deviceManagement/managedDevices/{managedDevice-id}/deviceConfigurationStates": { - "originalLocation": "/openApiDocs/v1.0/DeviceManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/DeviceManagement.yml" }, "/deviceManagement/managedDevices/{managedDevice-id}/deviceConfigurationStates/{deviceConfigurationState-id}": { - "originalLocation": "/openApiDocs/v1.0/DeviceManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/DeviceManagement.yml" }, "/deviceManagement/notificationMessageTemplates": { - "originalLocation": "/openApiDocs/v1.0/DeviceManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/DeviceManagement.yml" }, "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}": { - "originalLocation": "/openApiDocs/v1.0/DeviceManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/DeviceManagement.yml" }, "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}/localizedNotificationMessages": { - "originalLocation": "/openApiDocs/v1.0/DeviceManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/DeviceManagement.yml" }, "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}/localizedNotificationMessages/{localizedNotificationMessage-id}": { - "originalLocation": "/openApiDocs/v1.0/DeviceManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/DeviceManagement.yml" }, "/deviceManagement/softwareUpdateStatusSummary": { - "originalLocation": "/openApiDocs/v1.0/DeviceManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/DeviceManagement.yml" }, "/deviceManagement/softwareUpdateStatusSummary/$ref": { - "originalLocation": "/openApiDocs/v1.0/DeviceManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/DeviceManagement.yml" }, "/deviceManagement/troubleshootingEvents": { - "originalLocation": "/openApiDocs/v1.0/DeviceManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/DeviceManagement.yml" }, "/deviceManagement/troubleshootingEvents/{deviceManagementTroubleshootingEvent-id}": { - "originalLocation": "/openApiDocs/v1.0/DeviceManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/DeviceManagement.yml" }, "/deviceManagement/windowsInformationProtectionAppLearningSummaries": { - "originalLocation": "/openApiDocs/v1.0/DeviceManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/DeviceManagement.yml" }, "/deviceManagement/windowsInformationProtectionAppLearningSummaries/{windowsInformationProtectionAppLearningSummary-id}": { - "originalLocation": "/openApiDocs/v1.0/DeviceManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/DeviceManagement.yml" }, "/deviceManagement/windowsInformationProtectionNetworkLearningSummaries": { - "originalLocation": "/openApiDocs/v1.0/DeviceManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/DeviceManagement.yml" }, "/deviceManagement/windowsInformationProtectionNetworkLearningSummaries/{windowsInformationProtectionNetworkLearningSummary-id}": { - "originalLocation": "/openApiDocs/v1.0/DeviceManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/DeviceManagement.yml" } } } diff --git a/profiles/DeviceManagement/readme.md b/profiles/DeviceManagement/readme.md index 162b39bde89..1c3de9d5890 100644 --- a/profiles/DeviceManagement/readme.md +++ b/profiles/DeviceManagement/readme.md @@ -6,8 +6,8 @@ ``` yaml require: -- $(this-folder)/definitions/v1.0.md - $(this-folder)/definitions/v1.0-beta.md +- $(this-folder)/definitions/v1.0.md ``` diff --git a/profiles/Devices.CloudPrint/crawl-log-v1.0-beta.json b/profiles/Devices.CloudPrint/crawl-log-v1.0-beta.json index 1204f79cb94..d8092f84591 100644 --- a/profiles/Devices.CloudPrint/crawl-log-v1.0-beta.json +++ b/profiles/Devices.CloudPrint/crawl-log-v1.0-beta.json @@ -2,228 +2,228 @@ "resources": [], "operations": { "/print": { - "originalLocation": "/openApiDocs/beta/Devices.CloudPrint.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CloudPrint.yml" }, "/print/connectors": { - "originalLocation": "/openApiDocs/beta/Devices.CloudPrint.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CloudPrint.yml" }, "/print/connectors/{printConnector-id}": { - "originalLocation": "/openApiDocs/beta/Devices.CloudPrint.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CloudPrint.yml" }, "/print/operations": { - "originalLocation": "/openApiDocs/beta/Devices.CloudPrint.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CloudPrint.yml" }, "/print/operations/{printOperation-id}": { - "originalLocation": "/openApiDocs/beta/Devices.CloudPrint.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CloudPrint.yml" }, "/print/printers": { - "originalLocation": "/openApiDocs/beta/Devices.CloudPrint.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CloudPrint.yml" }, "/print/printers/{printer-id}": { - "originalLocation": "/openApiDocs/beta/Devices.CloudPrint.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CloudPrint.yml" }, "/print/printers/{printer-id}/connectors": { - "originalLocation": "/openApiDocs/beta/Devices.CloudPrint.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CloudPrint.yml" }, "/print/printers/{printer-id}/connectors/$ref": { - "originalLocation": "/openApiDocs/beta/Devices.CloudPrint.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CloudPrint.yml" }, "/print/printers/{printer-id}/microsoft.graph.getCapabilities()": { - "originalLocation": "/openApiDocs/beta/Devices.CloudPrint.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CloudPrint.yml" }, "/print/printers/{printer-id}/microsoft.graph.resetDefaults": { - "originalLocation": "/openApiDocs/beta/Devices.CloudPrint.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CloudPrint.yml" }, "/print/printers/{printer-id}/microsoft.graph.restoreFactoryDefaults": { - "originalLocation": "/openApiDocs/beta/Devices.CloudPrint.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CloudPrint.yml" }, "/print/printers/{printer-id}/share": { - "originalLocation": "/openApiDocs/beta/Devices.CloudPrint.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CloudPrint.yml" }, "/print/printers/{printer-id}/share/$ref": { - "originalLocation": "/openApiDocs/beta/Devices.CloudPrint.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CloudPrint.yml" }, "/print/printers/{printer-id}/shares": { - "originalLocation": "/openApiDocs/beta/Devices.CloudPrint.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CloudPrint.yml" }, "/print/printers/{printer-id}/shares/$ref": { - "originalLocation": "/openApiDocs/beta/Devices.CloudPrint.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CloudPrint.yml" }, "/print/printers/{printer-id}/taskTriggers": { - "originalLocation": "/openApiDocs/beta/Devices.CloudPrint.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CloudPrint.yml" }, "/print/printers/{printer-id}/taskTriggers/{printTaskTrigger-id}": { - "originalLocation": "/openApiDocs/beta/Devices.CloudPrint.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CloudPrint.yml" }, "/print/printers/{printer-id}/taskTriggers/{printTaskTrigger-id}/definition": { - "originalLocation": "/openApiDocs/beta/Devices.CloudPrint.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CloudPrint.yml" }, "/print/printers/{printer-id}/taskTriggers/{printTaskTrigger-id}/definition/$ref": { - "originalLocation": "/openApiDocs/beta/Devices.CloudPrint.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CloudPrint.yml" }, "/print/printers/microsoft.graph.create": { - "originalLocation": "/openApiDocs/beta/Devices.CloudPrint.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CloudPrint.yml" }, "/print/printerShares": { - "originalLocation": "/openApiDocs/beta/Devices.CloudPrint.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CloudPrint.yml" }, "/print/printerShares/{printerShare-id}": { - "originalLocation": "/openApiDocs/beta/Devices.CloudPrint.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CloudPrint.yml" }, "/print/printerShares/{printerShare-id}/allowedGroups": { - "originalLocation": "/openApiDocs/beta/Devices.CloudPrint.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CloudPrint.yml" }, "/print/printerShares/{printerShare-id}/allowedGroups/$ref": { - "originalLocation": "/openApiDocs/beta/Devices.CloudPrint.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CloudPrint.yml" }, "/print/printerShares/{printerShare-id}/allowedUsers": { - "originalLocation": "/openApiDocs/beta/Devices.CloudPrint.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CloudPrint.yml" }, "/print/printerShares/{printerShare-id}/allowedUsers/$ref": { - "originalLocation": "/openApiDocs/beta/Devices.CloudPrint.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CloudPrint.yml" }, "/print/printerShares/{printerShare-id}/printer": { - "originalLocation": "/openApiDocs/beta/Devices.CloudPrint.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CloudPrint.yml" }, "/print/printerShares/{printerShare-id}/printer/$ref": { - "originalLocation": "/openApiDocs/beta/Devices.CloudPrint.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CloudPrint.yml" }, "/print/printerShares/{printerShare-id}/printer/microsoft.graph.getCapabilities()": { - "originalLocation": "/openApiDocs/beta/Devices.CloudPrint.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CloudPrint.yml" }, "/print/printerShares/{printerShare-id}/printer/microsoft.graph.resetDefaults": { - "originalLocation": "/openApiDocs/beta/Devices.CloudPrint.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CloudPrint.yml" }, "/print/printerShares/{printerShare-id}/printer/microsoft.graph.restoreFactoryDefaults": { - "originalLocation": "/openApiDocs/beta/Devices.CloudPrint.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CloudPrint.yml" }, "/print/reports": { - "originalLocation": "/openApiDocs/beta/Devices.CloudPrint.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CloudPrint.yml" }, "/print/services": { - "originalLocation": "/openApiDocs/beta/Devices.CloudPrint.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CloudPrint.yml" }, "/print/services/{printService-id}": { - "originalLocation": "/openApiDocs/beta/Devices.CloudPrint.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CloudPrint.yml" }, "/print/services/{printService-id}/endpoints": { - "originalLocation": "/openApiDocs/beta/Devices.CloudPrint.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CloudPrint.yml" }, "/print/services/{printService-id}/endpoints/{printServiceEndpoint-id}": { - "originalLocation": "/openApiDocs/beta/Devices.CloudPrint.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CloudPrint.yml" }, "/print/shares": { - "originalLocation": "/openApiDocs/beta/Devices.CloudPrint.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CloudPrint.yml" }, "/print/shares/{printerShare-id}": { - "originalLocation": "/openApiDocs/beta/Devices.CloudPrint.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CloudPrint.yml" }, "/print/shares/{printerShare-id}/allowedGroups": { - "originalLocation": "/openApiDocs/beta/Devices.CloudPrint.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CloudPrint.yml" }, "/print/shares/{printerShare-id}/allowedGroups/$ref": { - "originalLocation": "/openApiDocs/beta/Devices.CloudPrint.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CloudPrint.yml" }, "/print/shares/{printerShare-id}/allowedUsers": { - "originalLocation": "/openApiDocs/beta/Devices.CloudPrint.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CloudPrint.yml" }, "/print/shares/{printerShare-id}/allowedUsers/$ref": { - "originalLocation": "/openApiDocs/beta/Devices.CloudPrint.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CloudPrint.yml" }, "/print/shares/{printerShare-id}/printer": { - "originalLocation": "/openApiDocs/beta/Devices.CloudPrint.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CloudPrint.yml" }, "/print/shares/{printerShare-id}/printer/$ref": { - "originalLocation": "/openApiDocs/beta/Devices.CloudPrint.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CloudPrint.yml" }, "/print/shares/{printerShare-id}/printer/microsoft.graph.getCapabilities()": { - "originalLocation": "/openApiDocs/beta/Devices.CloudPrint.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CloudPrint.yml" }, "/print/shares/{printerShare-id}/printer/microsoft.graph.resetDefaults": { - "originalLocation": "/openApiDocs/beta/Devices.CloudPrint.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CloudPrint.yml" }, "/print/shares/{printerShare-id}/printer/microsoft.graph.restoreFactoryDefaults": { - "originalLocation": "/openApiDocs/beta/Devices.CloudPrint.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CloudPrint.yml" }, "/print/taskDefinitions": { - "originalLocation": "/openApiDocs/beta/Devices.CloudPrint.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CloudPrint.yml" }, "/print/taskDefinitions/{printTaskDefinition-id}": { - "originalLocation": "/openApiDocs/beta/Devices.CloudPrint.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CloudPrint.yml" }, "/print/taskDefinitions/{printTaskDefinition-id}/tasks": { - "originalLocation": "/openApiDocs/beta/Devices.CloudPrint.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CloudPrint.yml" }, "/print/taskDefinitions/{printTaskDefinition-id}/tasks/{printTask-id}": { - "originalLocation": "/openApiDocs/beta/Devices.CloudPrint.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CloudPrint.yml" }, "/print/taskDefinitions/{printTaskDefinition-id}/tasks/{printTask-id}/definition": { - "originalLocation": "/openApiDocs/beta/Devices.CloudPrint.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CloudPrint.yml" }, "/print/taskDefinitions/{printTaskDefinition-id}/tasks/{printTask-id}/definition/$ref": { - "originalLocation": "/openApiDocs/beta/Devices.CloudPrint.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CloudPrint.yml" }, "/print/taskDefinitions/{printTaskDefinition-id}/tasks/{printTask-id}/trigger": { - "originalLocation": "/openApiDocs/beta/Devices.CloudPrint.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CloudPrint.yml" }, "/print/taskDefinitions/{printTaskDefinition-id}/tasks/{printTask-id}/trigger/$ref": { - "originalLocation": "/openApiDocs/beta/Devices.CloudPrint.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CloudPrint.yml" } } } diff --git a/profiles/Devices.CloudPrint/crawl-log-v1.0.json b/profiles/Devices.CloudPrint/crawl-log-v1.0.json index a1533c54527..f5a3d27113e 100644 --- a/profiles/Devices.CloudPrint/crawl-log-v1.0.json +++ b/profiles/Devices.CloudPrint/crawl-log-v1.0.json @@ -2,156 +2,156 @@ "resources": [], "operations": { "/print": { - "originalLocation": "/openApiDocs/v1.0/Devices.CloudPrint.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Devices.CloudPrint.yml" }, "/print/connectors": { - "originalLocation": "/openApiDocs/v1.0/Devices.CloudPrint.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Devices.CloudPrint.yml" }, "/print/connectors/{printConnector-id}": { - "originalLocation": "/openApiDocs/v1.0/Devices.CloudPrint.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Devices.CloudPrint.yml" }, "/print/operations": { - "originalLocation": "/openApiDocs/v1.0/Devices.CloudPrint.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Devices.CloudPrint.yml" }, "/print/operations/{printOperation-id}": { - "originalLocation": "/openApiDocs/v1.0/Devices.CloudPrint.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Devices.CloudPrint.yml" }, "/print/printers": { - "originalLocation": "/openApiDocs/v1.0/Devices.CloudPrint.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Devices.CloudPrint.yml" }, "/print/printers/{printer-id}": { - "originalLocation": "/openApiDocs/v1.0/Devices.CloudPrint.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Devices.CloudPrint.yml" }, "/print/printers/{printer-id}/connectors": { - "originalLocation": "/openApiDocs/v1.0/Devices.CloudPrint.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Devices.CloudPrint.yml" }, "/print/printers/{printer-id}/connectors/$ref": { - "originalLocation": "/openApiDocs/v1.0/Devices.CloudPrint.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Devices.CloudPrint.yml" }, "/print/printers/{printer-id}/microsoft.graph.restoreFactoryDefaults": { - "originalLocation": "/openApiDocs/v1.0/Devices.CloudPrint.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Devices.CloudPrint.yml" }, "/print/printers/{printer-id}/shares": { - "originalLocation": "/openApiDocs/v1.0/Devices.CloudPrint.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Devices.CloudPrint.yml" }, "/print/printers/{printer-id}/shares/$ref": { - "originalLocation": "/openApiDocs/v1.0/Devices.CloudPrint.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Devices.CloudPrint.yml" }, "/print/printers/{printer-id}/taskTriggers": { - "originalLocation": "/openApiDocs/v1.0/Devices.CloudPrint.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Devices.CloudPrint.yml" }, "/print/printers/{printer-id}/taskTriggers/{printTaskTrigger-id}": { - "originalLocation": "/openApiDocs/v1.0/Devices.CloudPrint.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Devices.CloudPrint.yml" }, "/print/printers/{printer-id}/taskTriggers/{printTaskTrigger-id}/definition": { - "originalLocation": "/openApiDocs/v1.0/Devices.CloudPrint.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Devices.CloudPrint.yml" }, "/print/printers/{printer-id}/taskTriggers/{printTaskTrigger-id}/definition/$ref": { - "originalLocation": "/openApiDocs/v1.0/Devices.CloudPrint.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Devices.CloudPrint.yml" }, "/print/printers/microsoft.graph.create": { - "originalLocation": "/openApiDocs/v1.0/Devices.CloudPrint.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Devices.CloudPrint.yml" }, "/print/services": { - "originalLocation": "/openApiDocs/v1.0/Devices.CloudPrint.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Devices.CloudPrint.yml" }, "/print/services/{printService-id}": { - "originalLocation": "/openApiDocs/v1.0/Devices.CloudPrint.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Devices.CloudPrint.yml" }, "/print/services/{printService-id}/endpoints": { - "originalLocation": "/openApiDocs/v1.0/Devices.CloudPrint.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Devices.CloudPrint.yml" }, "/print/services/{printService-id}/endpoints/{printServiceEndpoint-id}": { - "originalLocation": "/openApiDocs/v1.0/Devices.CloudPrint.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Devices.CloudPrint.yml" }, "/print/shares": { - "originalLocation": "/openApiDocs/v1.0/Devices.CloudPrint.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Devices.CloudPrint.yml" }, "/print/shares/{printerShare-id}": { - "originalLocation": "/openApiDocs/v1.0/Devices.CloudPrint.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Devices.CloudPrint.yml" }, "/print/shares/{printerShare-id}/allowedGroups": { - "originalLocation": "/openApiDocs/v1.0/Devices.CloudPrint.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Devices.CloudPrint.yml" }, "/print/shares/{printerShare-id}/allowedGroups/$ref": { - "originalLocation": "/openApiDocs/v1.0/Devices.CloudPrint.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Devices.CloudPrint.yml" }, "/print/shares/{printerShare-id}/allowedUsers": { - "originalLocation": "/openApiDocs/v1.0/Devices.CloudPrint.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Devices.CloudPrint.yml" }, "/print/shares/{printerShare-id}/allowedUsers/$ref": { - "originalLocation": "/openApiDocs/v1.0/Devices.CloudPrint.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Devices.CloudPrint.yml" }, "/print/shares/{printerShare-id}/printer": { - "originalLocation": "/openApiDocs/v1.0/Devices.CloudPrint.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Devices.CloudPrint.yml" }, "/print/shares/{printerShare-id}/printer/$ref": { - "originalLocation": "/openApiDocs/v1.0/Devices.CloudPrint.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Devices.CloudPrint.yml" }, "/print/shares/{printerShare-id}/printer/microsoft.graph.restoreFactoryDefaults": { - "originalLocation": "/openApiDocs/v1.0/Devices.CloudPrint.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Devices.CloudPrint.yml" }, "/print/taskDefinitions": { - "originalLocation": "/openApiDocs/v1.0/Devices.CloudPrint.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Devices.CloudPrint.yml" }, "/print/taskDefinitions/{printTaskDefinition-id}": { - "originalLocation": "/openApiDocs/v1.0/Devices.CloudPrint.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Devices.CloudPrint.yml" }, "/print/taskDefinitions/{printTaskDefinition-id}/tasks": { - "originalLocation": "/openApiDocs/v1.0/Devices.CloudPrint.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Devices.CloudPrint.yml" }, "/print/taskDefinitions/{printTaskDefinition-id}/tasks/{printTask-id}": { - "originalLocation": "/openApiDocs/v1.0/Devices.CloudPrint.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Devices.CloudPrint.yml" }, "/print/taskDefinitions/{printTaskDefinition-id}/tasks/{printTask-id}/definition": { - "originalLocation": "/openApiDocs/v1.0/Devices.CloudPrint.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Devices.CloudPrint.yml" }, "/print/taskDefinitions/{printTaskDefinition-id}/tasks/{printTask-id}/definition/$ref": { - "originalLocation": "/openApiDocs/v1.0/Devices.CloudPrint.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Devices.CloudPrint.yml" }, "/print/taskDefinitions/{printTaskDefinition-id}/tasks/{printTask-id}/trigger": { - "originalLocation": "/openApiDocs/v1.0/Devices.CloudPrint.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Devices.CloudPrint.yml" }, "/print/taskDefinitions/{printTaskDefinition-id}/tasks/{printTask-id}/trigger/$ref": { - "originalLocation": "/openApiDocs/v1.0/Devices.CloudPrint.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Devices.CloudPrint.yml" } } } diff --git a/profiles/Devices.CloudPrint/readme.md b/profiles/Devices.CloudPrint/readme.md index 2bb5876dc33..ef8d9cd91c5 100644 --- a/profiles/Devices.CloudPrint/readme.md +++ b/profiles/Devices.CloudPrint/readme.md @@ -6,8 +6,8 @@ ``` yaml require: -- $(this-folder)/definitions/v1.0.md - $(this-folder)/definitions/v1.0-beta.md +- $(this-folder)/definitions/v1.0.md ``` diff --git a/profiles/Devices.CorporateManagement/crawl-log-v1.0-beta.json b/profiles/Devices.CorporateManagement/crawl-log-v1.0-beta.json index 83a91bc0c00..bd3203c4d74 100644 --- a/profiles/Devices.CorporateManagement/crawl-log-v1.0-beta.json +++ b/profiles/Devices.CorporateManagement/crawl-log-v1.0-beta.json @@ -2,956 +2,956 @@ "resources": [], "operations": { "/deviceAppManagement": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/deviceAppManagement/androidManagedAppProtections": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/apps": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/apps/{managedMobileApp-id}": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/deploymentSummary": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/deviceAppManagement/androidManagedAppProtections/microsoft.graph.hasPayloadLinks": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/deviceAppManagement/defaultManagedAppProtections": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/apps": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/apps/{managedMobileApp-id}": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/deploymentSummary": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/deviceAppManagement/deviceAppManagementTasks": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/deviceAppManagement/deviceAppManagementTasks/{deviceAppManagementTask-id}": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/deviceAppManagement/deviceAppManagementTasks/{deviceAppManagementTask-id}/microsoft.graph.updateStatus": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/deviceAppManagement/enterpriseCodeSigningCertificates": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/deviceAppManagement/enterpriseCodeSigningCertificates/{enterpriseCodeSigningCertificate-id}": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/deviceAppManagement/iosLobAppProvisioningConfigurations": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/assignments": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/assignments/{iosLobAppProvisioningConfigurationAssignment-id}": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/deviceStatuses": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/deviceStatuses/{managedDeviceMobileAppConfigurationDeviceStatus-id}": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/groupAssignments": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/groupAssignments/{mobileAppProvisioningConfigGroupAssignment-id}": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/microsoft.graph.assign": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/userStatuses": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/userStatuses/{managedDeviceMobileAppConfigurationUserStatus-id}": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/deviceAppManagement/iosLobAppProvisioningConfigurations/microsoft.graph.hasPayloadLinks": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/deviceAppManagement/iosManagedAppProtections": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/apps": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/apps/{managedMobileApp-id}": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/deploymentSummary": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/deviceAppManagement/iosManagedAppProtections/microsoft.graph.hasPayloadLinks": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/deviceAppManagement/managedAppPolicies": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/deviceAppManagement/managedAppPolicies/{managedAppPolicy-id}": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/deviceAppManagement/managedAppPolicies/{managedAppPolicy-id}/microsoft.graph.managedAppProtection/microsoft.graph.targetApps": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/deviceAppManagement/managedAppPolicies/{managedAppPolicy-id}/microsoft.graph.targetApps": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/deviceAppManagement/managedAppPolicies/{managedAppPolicy-id}/microsoft.graph.targetedManagedAppProtection/microsoft.graph.assign": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/deviceAppManagement/managedAppPolicies/{managedAppPolicy-id}/microsoft.graph.windowsInformationProtection/microsoft.graph.assign": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/deviceAppManagement/managedAppRegistrations": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/appliedPolicies": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/appliedPolicies/{managedAppPolicy-id}": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/appliedPolicies/{managedAppPolicy-id}/microsoft.graph.managedAppProtection/microsoft.graph.targetApps": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/appliedPolicies/{managedAppPolicy-id}/microsoft.graph.targetApps": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/appliedPolicies/{managedAppPolicy-id}/microsoft.graph.targetedManagedAppProtection/microsoft.graph.assign": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/appliedPolicies/{managedAppPolicy-id}/microsoft.graph.windowsInformationProtection/microsoft.graph.assign": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies/{managedAppPolicy-id}": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies/{managedAppPolicy-id}/microsoft.graph.managedAppProtection/microsoft.graph.targetApps": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies/{managedAppPolicy-id}/microsoft.graph.targetApps": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies/{managedAppPolicy-id}/microsoft.graph.targetedManagedAppProtection/microsoft.graph.assign": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies/{managedAppPolicy-id}/microsoft.graph.windowsInformationProtection/microsoft.graph.assign": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/operations": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/operations/{managedAppOperation-id}": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/deviceAppManagement/managedAppRegistrations/microsoft.graph.getUserIdsWithFlaggedAppRegistration()": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/deviceAppManagement/managedAppStatuses": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/deviceAppManagement/managedAppStatuses/{managedAppStatus-id}": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/deviceAppManagement/managedEBookCategories": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/deviceAppManagement/managedEBookCategories/{managedEBookCategory-id}": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/deviceAppManagement/managedEBooks": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/deviceAppManagement/managedEBooks/{managedEBook-id}": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/deviceAppManagement/managedEBooks/{managedEBook-id}/assignments": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/deviceAppManagement/managedEBooks/{managedEBook-id}/assignments/{managedEBookAssignment-id}": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/deviceAppManagement/managedEBooks/{managedEBook-id}/categories": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/deviceAppManagement/managedEBooks/{managedEBook-id}/categories/$ref": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/deviceAppManagement/managedEBooks/{managedEBook-id}/deviceStates": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/deviceAppManagement/managedEBooks/{managedEBook-id}/deviceStates/{deviceInstallState-id}": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/deviceAppManagement/managedEBooks/{managedEBook-id}/installSummary": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/deviceAppManagement/managedEBooks/{managedEBook-id}/microsoft.graph.assign": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}/deviceStates": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}/deviceStates/{deviceInstallState-id}": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/deviceAppManagement/mdmWindowsInformationProtectionPolicies": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/microsoft.graph.hasPayloadLinks": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/deviceAppManagement/microsoft.graph.syncMicrosoftStoreForBusinessApps": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/deviceAppManagement/mobileAppCategories": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/deviceAppManagement/mobileAppCategories/{mobileAppCategory-id}": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/deviceAppManagement/mobileAppConfigurations": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/assignments": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/assignments/{managedDeviceMobileAppConfigurationAssignment-id}": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatuses": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatuses/{managedDeviceMobileAppConfigurationDeviceStatus-id}": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatusSummary": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/microsoft.graph.assign": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatuses": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatuses/{managedDeviceMobileAppConfigurationUserStatus-id}": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatusSummary": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/deviceAppManagement/mobileApps": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/deviceAppManagement/mobileApps/{mobileApp-id}": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/deviceAppManagement/mobileApps/{mobileApp-id}/assignments": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/deviceAppManagement/mobileApps/{mobileApp-id}/assignments/{mobileAppAssignment-id}": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/deviceAppManagement/mobileApps/{mobileApp-id}/categories": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/deviceAppManagement/mobileApps/{mobileApp-id}/categories/$ref": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/deviceAppManagement/mobileApps/{mobileApp-id}/deviceStatuses": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/deviceAppManagement/mobileApps/{mobileApp-id}/deviceStatuses/{mobileAppInstallStatus-id}": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/deviceAppManagement/mobileApps/{mobileApp-id}/deviceStatuses/{mobileAppInstallStatus-id}/app": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/deviceAppManagement/mobileApps/{mobileApp-id}/deviceStatuses/{mobileAppInstallStatus-id}/app/$ref": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/deviceAppManagement/mobileApps/{mobileApp-id}/deviceStatuses/{mobileAppInstallStatus-id}/app/microsoft.graph.assign": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/deviceAppManagement/mobileApps/{mobileApp-id}/deviceStatuses/{mobileAppInstallStatus-id}/app/microsoft.graph.getRelatedAppStates(userPrincipalName='{userPrincipalName}',deviceId='{deviceId}')": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/deviceAppManagement/mobileApps/{mobileApp-id}/deviceStatuses/{mobileAppInstallStatus-id}/app/microsoft.graph.iosVppApp/microsoft.graph.revokeAllLicenses": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/deviceAppManagement/mobileApps/{mobileApp-id}/deviceStatuses/{mobileAppInstallStatus-id}/app/microsoft.graph.iosVppApp/microsoft.graph.revokeDeviceLicense": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/deviceAppManagement/mobileApps/{mobileApp-id}/deviceStatuses/{mobileAppInstallStatus-id}/app/microsoft.graph.iosVppApp/microsoft.graph.revokeUserLicense": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/deviceAppManagement/mobileApps/{mobileApp-id}/deviceStatuses/{mobileAppInstallStatus-id}/app/microsoft.graph.updateRelationships": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/deviceAppManagement/mobileApps/{mobileApp-id}/installSummary": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.assign": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.getRelatedAppStates(userPrincipalName='{userPrincipalName}',deviceId='{deviceId}')": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.iosVppApp/microsoft.graph.revokeAllLicenses": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.iosVppApp/microsoft.graph.revokeDeviceLicense": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.iosVppApp/microsoft.graph.revokeUserLicense": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.updateRelationships": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/deviceAppManagement/mobileApps/{mobileApp-id}/relationships": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/deviceAppManagement/mobileApps/{mobileApp-id}/relationships/{mobileAppRelationship-id}": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/deviceAppManagement/mobileApps/{mobileApp-id}/userStatuses": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/deviceAppManagement/mobileApps/{mobileApp-id}/userStatuses/{userAppInstallStatus-id}": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/deviceAppManagement/mobileApps/{mobileApp-id}/userStatuses/{userAppInstallStatus-id}/app": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/deviceAppManagement/mobileApps/{mobileApp-id}/userStatuses/{userAppInstallStatus-id}/app/$ref": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/deviceAppManagement/mobileApps/{mobileApp-id}/userStatuses/{userAppInstallStatus-id}/app/microsoft.graph.assign": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/deviceAppManagement/mobileApps/{mobileApp-id}/userStatuses/{userAppInstallStatus-id}/app/microsoft.graph.getRelatedAppStates(userPrincipalName='{userPrincipalName}',deviceId='{deviceId}')": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/deviceAppManagement/mobileApps/{mobileApp-id}/userStatuses/{userAppInstallStatus-id}/app/microsoft.graph.iosVppApp/microsoft.graph.revokeAllLicenses": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/deviceAppManagement/mobileApps/{mobileApp-id}/userStatuses/{userAppInstallStatus-id}/app/microsoft.graph.iosVppApp/microsoft.graph.revokeDeviceLicense": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/deviceAppManagement/mobileApps/{mobileApp-id}/userStatuses/{userAppInstallStatus-id}/app/microsoft.graph.iosVppApp/microsoft.graph.revokeUserLicense": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/deviceAppManagement/mobileApps/{mobileApp-id}/userStatuses/{userAppInstallStatus-id}/app/microsoft.graph.updateRelationships": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/deviceAppManagement/mobileApps/{mobileApp-id}/userStatuses/{userAppInstallStatus-id}/deviceStatuses": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/deviceAppManagement/mobileApps/{mobileApp-id}/userStatuses/{userAppInstallStatus-id}/deviceStatuses/{mobileAppInstallStatus-id}": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/deviceAppManagement/mobileApps/{mobileApp-id}/userStatuses/{userAppInstallStatus-id}/deviceStatuses/{mobileAppInstallStatus-id}/app": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/deviceAppManagement/mobileApps/{mobileApp-id}/userStatuses/{userAppInstallStatus-id}/deviceStatuses/{mobileAppInstallStatus-id}/app/$ref": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/deviceAppManagement/mobileApps/{mobileApp-id}/userStatuses/{userAppInstallStatus-id}/deviceStatuses/{mobileAppInstallStatus-id}/app/microsoft.graph.assign": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/deviceAppManagement/mobileApps/{mobileApp-id}/userStatuses/{userAppInstallStatus-id}/deviceStatuses/{mobileAppInstallStatus-id}/app/microsoft.graph.getRelatedAppStates(userPrincipalName='{userPrincipalName}',deviceId='{deviceId}')": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/deviceAppManagement/mobileApps/{mobileApp-id}/userStatuses/{userAppInstallStatus-id}/deviceStatuses/{mobileAppInstallStatus-id}/app/microsoft.graph.iosVppApp/microsoft.graph.revokeAllLicenses": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/deviceAppManagement/mobileApps/{mobileApp-id}/userStatuses/{userAppInstallStatus-id}/deviceStatuses/{mobileAppInstallStatus-id}/app/microsoft.graph.iosVppApp/microsoft.graph.revokeDeviceLicense": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/deviceAppManagement/mobileApps/{mobileApp-id}/userStatuses/{userAppInstallStatus-id}/deviceStatuses/{mobileAppInstallStatus-id}/app/microsoft.graph.iosVppApp/microsoft.graph.revokeUserLicense": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/deviceAppManagement/mobileApps/{mobileApp-id}/userStatuses/{userAppInstallStatus-id}/deviceStatuses/{mobileAppInstallStatus-id}/app/microsoft.graph.updateRelationships": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/deviceAppManagement/mobileApps/microsoft.graph.getMobileAppCount(status='{status}')": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/deviceAppManagement/mobileApps/microsoft.graph.getTopMobileApps(status='{status}',count={count})": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/deviceAppManagement/mobileApps/microsoft.graph.hasPayloadLinks": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/deviceAppManagement/mobileApps/microsoft.graph.validateXml": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/deviceAppManagement/policySets": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/deviceAppManagement/policySets/{policySet-id}": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/deviceAppManagement/policySets/{policySet-id}/assignments": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/deviceAppManagement/policySets/{policySet-id}/assignments/{policySetAssignment-id}": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/deviceAppManagement/policySets/{policySet-id}/items": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/deviceAppManagement/policySets/{policySet-id}/items/{policySetItem-id}": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/deviceAppManagement/policySets/{policySet-id}/microsoft.graph.update": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/deviceAppManagement/policySets/microsoft.graph.getPolicySets": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/deviceAppManagement/sideLoadingKeys": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/deviceAppManagement/sideLoadingKeys/{sideLoadingKey-id}": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/deviceAppManagement/symantecCodeSigningCertificate": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/deviceAppManagement/targetedManagedAppConfigurations": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/apps": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/apps/{managedMobileApp-id}": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/assignments": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/assignments/{targetedManagedAppPolicyAssignment-id}": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/deploymentSummary": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/microsoft.graph.assign": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/microsoft.graph.targetApps": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/deviceAppManagement/targetedManagedAppConfigurations/microsoft.graph.hasPayloadLinks": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/deviceAppManagement/vppTokens": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/deviceAppManagement/vppTokens/{vppToken-id}": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/deviceAppManagement/vppTokens/{vppToken-id}/microsoft.graph.revokeLicenses": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/deviceAppManagement/vppTokens/{vppToken-id}/microsoft.graph.syncLicenses": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/deviceAppManagement/vppTokens/microsoft.graph.getLicensesForApp(bundleId='{bundleId}')": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/deviceAppManagement/vppTokens/microsoft.graph.syncLicenseCounts": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/deviceAppManagement/wdacSupplementalPolicies": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}/assignments": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}/assignments/{windowsDefenderApplicationControlSupplementalPolicyAssignment-id}": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}/deploySummary": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}/deviceStatuses": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}/deviceStatuses/{windowsDefenderApplicationControlSupplementalPolicyDeploymentStatus-id}": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}/deviceStatuses/{windowsDefenderApplicationControlSupplementalPolicyDeploymentStatus-id}/policy": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}/deviceStatuses/{windowsDefenderApplicationControlSupplementalPolicyDeploymentStatus-id}/policy/$ref": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}/deviceStatuses/{windowsDefenderApplicationControlSupplementalPolicyDeploymentStatus-id}/policy/microsoft.graph.assign": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}/microsoft.graph.assign": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/deviceAppManagement/windowsInformationProtectionDeviceRegistrations": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/deviceAppManagement/windowsInformationProtectionDeviceRegistrations/{windowsInformationProtectionDeviceRegistration-id}": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/deviceAppManagement/windowsInformationProtectionDeviceRegistrations/{windowsInformationProtectionDeviceRegistration-id}/microsoft.graph.wipe": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/deviceAppManagement/windowsInformationProtectionPolicies": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/deviceAppManagement/windowsInformationProtectionWipeActions": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/deviceAppManagement/windowsInformationProtectionWipeActions/{windowsInformationProtectionWipeAction-id}": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/deviceAppManagement/windowsManagementApp": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/deviceAppManagement/windowsManagementApp/$ref": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/officeConfiguration": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/officeConfiguration/clientConfigurations": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/officeConfiguration/clientConfigurations/{officeClientConfiguration-id}": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/officeConfiguration/clientConfigurations/{officeClientConfiguration-id}/assignments": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/officeConfiguration/clientConfigurations/{officeClientConfiguration-id}/assignments/{officeClientConfigurationAssignment-id}": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/officeConfiguration/clientConfigurations/{officeClientConfiguration-id}/microsoft.graph.assign": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/officeConfiguration/clientConfigurations/{officeClientConfiguration-id}/policyPayload": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/officeConfiguration/clientConfigurations/{officeClientConfiguration-id}/userPreferencePayload": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/officeConfiguration/clientConfigurations/microsoft.graph.updatePriorities": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/users/{user-id}/deviceEnrollmentConfigurations": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/users/{user-id}/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/users/{user-id}/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/users/{user-id}/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments/{enrollmentConfigurationAssignment-id}": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/users/{user-id}/deviceManagementTroubleshootingEvents": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/users/{user-id}/deviceManagementTroubleshootingEvents/{deviceManagementTroubleshootingEvent-id}": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/users/{user-id}/managedAppRegistrations": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/users/{user-id}/managedAppRegistrations/$ref": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/users/{user-id}/managedDevices": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/users/{user-id}/managedDevices/{managedDevice-id}": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/users/{user-id}/managedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/users/{user-id}/managedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails/{assignmentFilterEvaluationStatusDetails-id}": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/users/{user-id}/managedDevices/{managedDevice-id}/detectedApps": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/users/{user-id}/managedDevices/{managedDevice-id}/detectedApps/$ref": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/users/{user-id}/managedDevices/{managedDevice-id}/deviceCategory": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/users/{user-id}/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/users/{user-id}/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates/{deviceCompliancePolicyState-id}": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/users/{user-id}/managedDevices/{managedDevice-id}/deviceConfigurationStates": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/users/{user-id}/managedDevices/{managedDevice-id}/deviceConfigurationStates/{deviceConfigurationState-id}": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/users/{user-id}/managedDevices/{managedDevice-id}/logCollectionRequests": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/users/{user-id}/managedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/users/{user-id}/managedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/users/{user-id}/managedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates/{managedDeviceMobileAppConfigurationState-id}": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/users/{user-id}/managedDevices/{managedDevice-id}/securityBaselineStates": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/users/{user-id}/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/users/{user-id}/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/users/{user-id}/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates/{securityBaselineSettingState-id}": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/users/{user-id}/managedDevices/{managedDevice-id}/users": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/users/{user-id}/managedDevices/{managedDevice-id}/users/{user-id1}": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/users/{user-id}/managedDevices/{managedDevice-id}/windowsProtectionState": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/users/{user-id}/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/users/{user-id}/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/{windowsDeviceMalwareState-id}": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/users/{user-id}/mobileAppIntentAndStates": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/users/{user-id}/mobileAppIntentAndStates/{mobileAppIntentAndState-id}": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/users/{user-id}/mobileAppTroubleshootingEvents": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/users/{user-id}/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/users/{user-id}/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/users/{user-id}/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests/{appLogCollectionRequest-id}": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/users/{user-id}/windowsInformationProtectionDeviceRegistrations": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/users/{user-id}/windowsInformationProtectionDeviceRegistrations/$ref": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" } } } diff --git a/profiles/Devices.CorporateManagement/crawl-log-v1.0.json b/profiles/Devices.CorporateManagement/crawl-log-v1.0.json index 819e504a40e..951751a0b17 100644 --- a/profiles/Devices.CorporateManagement/crawl-log-v1.0.json +++ b/profiles/Devices.CorporateManagement/crawl-log-v1.0.json @@ -2,408 +2,408 @@ "resources": [], "operations": { "/deviceAppManagement": { - "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml" }, "/deviceAppManagement/androidManagedAppProtections": { - "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml" }, "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}": { - "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml" }, "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/apps": { - "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml" }, "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/apps/{managedMobileApp-id}": { - "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml" }, "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/deploymentSummary": { - "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml" }, "/deviceAppManagement/defaultManagedAppProtections": { - "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml" }, "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}": { - "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml" }, "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/apps": { - "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml" }, "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/apps/{managedMobileApp-id}": { - "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml" }, "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/deploymentSummary": { - "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml" }, "/deviceAppManagement/iosManagedAppProtections": { - "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml" }, "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}": { - "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml" }, "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/apps": { - "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml" }, "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/apps/{managedMobileApp-id}": { - "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml" }, "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/deploymentSummary": { - "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml" }, "/deviceAppManagement/managedAppPolicies": { - "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml" }, "/deviceAppManagement/managedAppPolicies/{managedAppPolicy-id}": { - "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml" }, "/deviceAppManagement/managedAppPolicies/{managedAppPolicy-id}/microsoft.graph.managedAppProtection/microsoft.graph.targetApps": { - "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml" }, "/deviceAppManagement/managedAppPolicies/{managedAppPolicy-id}/microsoft.graph.targetApps": { - "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml" }, "/deviceAppManagement/managedAppPolicies/{managedAppPolicy-id}/microsoft.graph.targetedManagedAppProtection/microsoft.graph.assign": { - "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml" }, "/deviceAppManagement/managedAppPolicies/{managedAppPolicy-id}/microsoft.graph.windowsInformationProtection/microsoft.graph.assign": { - "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml" }, "/deviceAppManagement/managedAppRegistrations": { - "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml" }, "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}": { - "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml" }, "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/appliedPolicies": { - "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml" }, "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/appliedPolicies/{managedAppPolicy-id}": { - "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml" }, "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/appliedPolicies/{managedAppPolicy-id}/microsoft.graph.managedAppProtection/microsoft.graph.targetApps": { - "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml" }, "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/appliedPolicies/{managedAppPolicy-id}/microsoft.graph.targetApps": { - "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml" }, "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/appliedPolicies/{managedAppPolicy-id}/microsoft.graph.targetedManagedAppProtection/microsoft.graph.assign": { - "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml" }, "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/appliedPolicies/{managedAppPolicy-id}/microsoft.graph.windowsInformationProtection/microsoft.graph.assign": { - "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml" }, "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies": { - "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml" }, "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies/{managedAppPolicy-id}": { - "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml" }, "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies/{managedAppPolicy-id}/microsoft.graph.managedAppProtection/microsoft.graph.targetApps": { - "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml" }, "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies/{managedAppPolicy-id}/microsoft.graph.targetApps": { - "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml" }, "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies/{managedAppPolicy-id}/microsoft.graph.targetedManagedAppProtection/microsoft.graph.assign": { - "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml" }, "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies/{managedAppPolicy-id}/microsoft.graph.windowsInformationProtection/microsoft.graph.assign": { - "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml" }, "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/operations": { - "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml" }, "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/operations/{managedAppOperation-id}": { - "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml" }, "/deviceAppManagement/managedAppRegistrations/microsoft.graph.getUserIdsWithFlaggedAppRegistration()": { - "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml" }, "/deviceAppManagement/managedAppStatuses": { - "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml" }, "/deviceAppManagement/managedAppStatuses/{managedAppStatus-id}": { - "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml" }, "/deviceAppManagement/managedEBooks": { - "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml" }, "/deviceAppManagement/managedEBooks/{managedEBook-id}": { - "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml" }, "/deviceAppManagement/managedEBooks/{managedEBook-id}/assignments": { - "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml" }, "/deviceAppManagement/managedEBooks/{managedEBook-id}/assignments/{managedEBookAssignment-id}": { - "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml" }, "/deviceAppManagement/managedEBooks/{managedEBook-id}/deviceStates": { - "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml" }, "/deviceAppManagement/managedEBooks/{managedEBook-id}/deviceStates/{deviceInstallState-id}": { - "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml" }, "/deviceAppManagement/managedEBooks/{managedEBook-id}/installSummary": { - "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml" }, "/deviceAppManagement/managedEBooks/{managedEBook-id}/microsoft.graph.assign": { - "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml" }, "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary": { - "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml" }, "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}": { - "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml" }, "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}/deviceStates": { - "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml" }, "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}/deviceStates/{deviceInstallState-id}": { - "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml" }, "/deviceAppManagement/mdmWindowsInformationProtectionPolicies": { - "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml" }, "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}": { - "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml" }, "/deviceAppManagement/microsoft.graph.syncMicrosoftStoreForBusinessApps": { - "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml" }, "/deviceAppManagement/mobileAppCategories": { - "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml" }, "/deviceAppManagement/mobileAppCategories/{mobileAppCategory-id}": { - "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml" }, "/deviceAppManagement/mobileAppConfigurations": { - "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml" }, "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}": { - "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml" }, "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/assignments": { - "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml" }, "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/assignments/{managedDeviceMobileAppConfigurationAssignment-id}": { - "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml" }, "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatuses": { - "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml" }, "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatuses/{managedDeviceMobileAppConfigurationDeviceStatus-id}": { - "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml" }, "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatusSummary": { - "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml" }, "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/microsoft.graph.assign": { - "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml" }, "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatuses": { - "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml" }, "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatuses/{managedDeviceMobileAppConfigurationUserStatus-id}": { - "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml" }, "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatusSummary": { - "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml" }, "/deviceAppManagement/mobileApps": { - "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml" }, "/deviceAppManagement/mobileApps/{mobileApp-id}": { - "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml" }, "/deviceAppManagement/mobileApps/{mobileApp-id}/assignments": { - "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml" }, "/deviceAppManagement/mobileApps/{mobileApp-id}/assignments/{mobileAppAssignment-id}": { - "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml" }, "/deviceAppManagement/mobileApps/{mobileApp-id}/categories": { - "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml" }, "/deviceAppManagement/mobileApps/{mobileApp-id}/categories/$ref": { - "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml" }, "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.assign": { - "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml" }, "/deviceAppManagement/targetedManagedAppConfigurations": { - "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml" }, "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}": { - "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml" }, "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/apps": { - "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml" }, "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/apps/{managedMobileApp-id}": { - "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml" }, "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/assignments": { - "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml" }, "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/assignments/{targetedManagedAppPolicyAssignment-id}": { - "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml" }, "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/deploymentSummary": { - "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml" }, "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/microsoft.graph.assign": { - "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml" }, "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/microsoft.graph.targetApps": { - "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml" }, "/deviceAppManagement/vppTokens": { - "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml" }, "/deviceAppManagement/vppTokens/{vppToken-id}": { - "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml" }, "/deviceAppManagement/vppTokens/{vppToken-id}/microsoft.graph.syncLicenses": { - "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml" }, "/deviceAppManagement/windowsInformationProtectionPolicies": { - "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml" }, "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}": { - "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml" }, "/users/{user-id}/deviceManagementTroubleshootingEvents": { - "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml" }, "/users/{user-id}/deviceManagementTroubleshootingEvents/{deviceManagementTroubleshootingEvent-id}": { - "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml" }, "/users/{user-id}/managedAppRegistrations": { - "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml" }, "/users/{user-id}/managedAppRegistrations/$ref": { - "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml" }, "/users/{user-id}/managedDevices": { - "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml" }, "/users/{user-id}/managedDevices/{managedDevice-id}": { - "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml" }, "/users/{user-id}/managedDevices/{managedDevice-id}/deviceCategory": { - "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml" }, "/users/{user-id}/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates": { - "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml" }, "/users/{user-id}/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates/{deviceCompliancePolicyState-id}": { - "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml" }, "/users/{user-id}/managedDevices/{managedDevice-id}/deviceConfigurationStates": { - "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml" }, "/users/{user-id}/managedDevices/{managedDevice-id}/deviceConfigurationStates/{deviceConfigurationState-id}": { - "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml" } } } diff --git a/profiles/Devices.CorporateManagement/readme.md b/profiles/Devices.CorporateManagement/readme.md index 2647ce03bb6..b68782ee81a 100644 --- a/profiles/Devices.CorporateManagement/readme.md +++ b/profiles/Devices.CorporateManagement/readme.md @@ -6,8 +6,8 @@ ``` yaml require: -- $(this-folder)/definitions/v1.0.md - $(this-folder)/definitions/v1.0-beta.md +- $(this-folder)/definitions/v1.0.md ``` diff --git a/profiles/DirectoryObjects/crawl-log-v1.0-beta.json b/profiles/DirectoryObjects/crawl-log-v1.0-beta.json index 965dcac4230..5764e546444 100644 --- a/profiles/DirectoryObjects/crawl-log-v1.0-beta.json +++ b/profiles/DirectoryObjects/crawl-log-v1.0-beta.json @@ -2,44 +2,44 @@ "resources": [], "operations": { "/directoryObjects": { - "originalLocation": "/openApiDocs/beta/DirectoryObjects.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DirectoryObjects.yml" }, "/directoryObjects/{directoryObject-id}": { - "originalLocation": "/openApiDocs/beta/DirectoryObjects.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DirectoryObjects.yml" }, "/directoryObjects/{directoryObject-id}/microsoft.graph.checkMemberGroups": { - "originalLocation": "/openApiDocs/beta/DirectoryObjects.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DirectoryObjects.yml" }, "/directoryObjects/{directoryObject-id}/microsoft.graph.checkMemberObjects": { - "originalLocation": "/openApiDocs/beta/DirectoryObjects.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DirectoryObjects.yml" }, "/directoryObjects/{directoryObject-id}/microsoft.graph.getMemberGroups": { - "originalLocation": "/openApiDocs/beta/DirectoryObjects.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DirectoryObjects.yml" }, "/directoryObjects/{directoryObject-id}/microsoft.graph.getMemberObjects": { - "originalLocation": "/openApiDocs/beta/DirectoryObjects.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DirectoryObjects.yml" }, "/directoryObjects/{directoryObject-id}/microsoft.graph.restore": { - "originalLocation": "/openApiDocs/beta/DirectoryObjects.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DirectoryObjects.yml" }, "/directoryObjects/microsoft.graph.getByIds": { - "originalLocation": "/openApiDocs/beta/DirectoryObjects.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DirectoryObjects.yml" }, "/directoryObjects/microsoft.graph.getUserOwnedObjects": { - "originalLocation": "/openApiDocs/beta/DirectoryObjects.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DirectoryObjects.yml" }, "/directoryObjects/microsoft.graph.validateProperties": { - "originalLocation": "/openApiDocs/beta/DirectoryObjects.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DirectoryObjects.yml" } } } diff --git a/profiles/DirectoryObjects/crawl-log-v1.0.json b/profiles/DirectoryObjects/crawl-log-v1.0.json index a49c2092840..7d2562f5f72 100644 --- a/profiles/DirectoryObjects/crawl-log-v1.0.json +++ b/profiles/DirectoryObjects/crawl-log-v1.0.json @@ -2,44 +2,44 @@ "resources": [], "operations": { "/directoryObjects": { - "originalLocation": "/openApiDocs/v1.0/DirectoryObjects.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/DirectoryObjects.yml" }, "/directoryObjects/{directoryObject-id}": { - "originalLocation": "/openApiDocs/v1.0/DirectoryObjects.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/DirectoryObjects.yml" }, "/directoryObjects/{directoryObject-id}/microsoft.graph.checkMemberGroups": { - "originalLocation": "/openApiDocs/v1.0/DirectoryObjects.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/DirectoryObjects.yml" }, "/directoryObjects/{directoryObject-id}/microsoft.graph.checkMemberObjects": { - "originalLocation": "/openApiDocs/v1.0/DirectoryObjects.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/DirectoryObjects.yml" }, "/directoryObjects/{directoryObject-id}/microsoft.graph.getMemberGroups": { - "originalLocation": "/openApiDocs/v1.0/DirectoryObjects.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/DirectoryObjects.yml" }, "/directoryObjects/{directoryObject-id}/microsoft.graph.getMemberObjects": { - "originalLocation": "/openApiDocs/v1.0/DirectoryObjects.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/DirectoryObjects.yml" }, "/directoryObjects/{directoryObject-id}/microsoft.graph.restore": { - "originalLocation": "/openApiDocs/v1.0/DirectoryObjects.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/DirectoryObjects.yml" }, "/directoryObjects/microsoft.graph.getAvailableExtensionProperties": { - "originalLocation": "/openApiDocs/v1.0/DirectoryObjects.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/DirectoryObjects.yml" }, "/directoryObjects/microsoft.graph.getByIds": { - "originalLocation": "/openApiDocs/v1.0/DirectoryObjects.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/DirectoryObjects.yml" }, "/directoryObjects/microsoft.graph.validateProperties": { - "originalLocation": "/openApiDocs/v1.0/DirectoryObjects.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/DirectoryObjects.yml" } } } diff --git a/profiles/DirectoryObjects/readme.md b/profiles/DirectoryObjects/readme.md index 8eb6d94d3d1..f0e3cc6bd93 100644 --- a/profiles/DirectoryObjects/readme.md +++ b/profiles/DirectoryObjects/readme.md @@ -6,8 +6,8 @@ ``` yaml require: -- $(this-folder)/definitions/v1.0.md - $(this-folder)/definitions/v1.0-beta.md +- $(this-folder)/definitions/v1.0.md ``` diff --git a/profiles/Education/crawl-log-v1.0-beta.json b/profiles/Education/crawl-log-v1.0-beta.json index 2fd4b79781c..2a8fa4b04b0 100644 --- a/profiles/Education/crawl-log-v1.0-beta.json +++ b/profiles/Education/crawl-log-v1.0-beta.json @@ -2,524 +2,524 @@ "resources": [], "operations": { "/education": { - "originalLocation": "/openApiDocs/beta/Education.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Education.yml" }, "/education/classes": { - "originalLocation": "/openApiDocs/beta/Education.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Education.yml" }, "/education/classes/{educationClass-id}": { - "originalLocation": "/openApiDocs/beta/Education.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Education.yml" }, "/education/classes/{educationClass-id}/assignmentCategories": { - "originalLocation": "/openApiDocs/beta/Education.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Education.yml" }, "/education/classes/{educationClass-id}/assignmentCategories/{educationCategory-id}": { - "originalLocation": "/openApiDocs/beta/Education.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Education.yml" }, "/education/classes/{educationClass-id}/assignmentDefaults": { - "originalLocation": "/openApiDocs/beta/Education.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Education.yml" }, "/education/classes/{educationClass-id}/assignments": { - "originalLocation": "/openApiDocs/beta/Education.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Education.yml" }, "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}": { - "originalLocation": "/openApiDocs/beta/Education.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Education.yml" }, "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/categories": { - "originalLocation": "/openApiDocs/beta/Education.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Education.yml" }, "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/categories/{educationCategory-id}": { - "originalLocation": "/openApiDocs/beta/Education.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Education.yml" }, "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/microsoft.graph.getResourcesFolderUrl()": { - "originalLocation": "/openApiDocs/beta/Education.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Education.yml" }, "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/microsoft.graph.publish": { - "originalLocation": "/openApiDocs/beta/Education.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Education.yml" }, "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/resources": { - "originalLocation": "/openApiDocs/beta/Education.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Education.yml" }, "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}": { - "originalLocation": "/openApiDocs/beta/Education.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Education.yml" }, "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/rubric": { - "originalLocation": "/openApiDocs/beta/Education.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Education.yml" }, "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions": { - "originalLocation": "/openApiDocs/beta/Education.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Education.yml" }, "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}": { - "originalLocation": "/openApiDocs/beta/Education.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Education.yml" }, "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/microsoft.graph.return": { - "originalLocation": "/openApiDocs/beta/Education.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Education.yml" }, "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/microsoft.graph.submit": { - "originalLocation": "/openApiDocs/beta/Education.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Education.yml" }, "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/microsoft.graph.unsubmit": { - "originalLocation": "/openApiDocs/beta/Education.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Education.yml" }, "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes": { - "originalLocation": "/openApiDocs/beta/Education.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Education.yml" }, "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}": { - "originalLocation": "/openApiDocs/beta/Education.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Education.yml" }, "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources": { - "originalLocation": "/openApiDocs/beta/Education.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Education.yml" }, "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}": { - "originalLocation": "/openApiDocs/beta/Education.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Education.yml" }, "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources": { - "originalLocation": "/openApiDocs/beta/Education.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Education.yml" }, "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}": { - "originalLocation": "/openApiDocs/beta/Education.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Education.yml" }, "/education/classes/{educationClass-id}/assignmentSettings": { - "originalLocation": "/openApiDocs/beta/Education.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Education.yml" }, "/education/classes/{educationClass-id}/group": { - "originalLocation": "/openApiDocs/beta/Education.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Education.yml" }, "/education/classes/{educationClass-id}/group/$ref": { - "originalLocation": "/openApiDocs/beta/Education.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Education.yml" }, "/education/classes/{educationClass-id}/members": { - "originalLocation": "/openApiDocs/beta/Education.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Education.yml" }, "/education/classes/{educationClass-id}/members/$ref": { - "originalLocation": "/openApiDocs/beta/Education.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Education.yml" }, "/education/classes/{educationClass-id}/members/microsoft.graph.delta()": { - "originalLocation": "/openApiDocs/beta/Education.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Education.yml" }, "/education/classes/{educationClass-id}/schools": { - "originalLocation": "/openApiDocs/beta/Education.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Education.yml" }, "/education/classes/{educationClass-id}/schools/$ref": { - "originalLocation": "/openApiDocs/beta/Education.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Education.yml" }, "/education/classes/{educationClass-id}/schools/microsoft.graph.delta()": { - "originalLocation": "/openApiDocs/beta/Education.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Education.yml" }, "/education/classes/{educationClass-id}/teachers": { - "originalLocation": "/openApiDocs/beta/Education.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Education.yml" }, "/education/classes/{educationClass-id}/teachers/$ref": { - "originalLocation": "/openApiDocs/beta/Education.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Education.yml" }, "/education/classes/{educationClass-id}/teachers/microsoft.graph.delta()": { - "originalLocation": "/openApiDocs/beta/Education.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Education.yml" }, "/education/classes/microsoft.graph.delta()": { - "originalLocation": "/openApiDocs/beta/Education.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Education.yml" }, "/education/me": { - "originalLocation": "/openApiDocs/beta/Education.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Education.yml" }, "/education/me/assignments": { - "originalLocation": "/openApiDocs/beta/Education.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Education.yml" }, "/education/me/assignments/{educationAssignment-id}": { - "originalLocation": "/openApiDocs/beta/Education.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Education.yml" }, "/education/me/assignments/{educationAssignment-id}/categories": { - "originalLocation": "/openApiDocs/beta/Education.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Education.yml" }, "/education/me/assignments/{educationAssignment-id}/categories/{educationCategory-id}": { - "originalLocation": "/openApiDocs/beta/Education.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Education.yml" }, "/education/me/assignments/{educationAssignment-id}/microsoft.graph.getResourcesFolderUrl()": { - "originalLocation": "/openApiDocs/beta/Education.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Education.yml" }, "/education/me/assignments/{educationAssignment-id}/microsoft.graph.publish": { - "originalLocation": "/openApiDocs/beta/Education.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Education.yml" }, "/education/me/assignments/{educationAssignment-id}/resources": { - "originalLocation": "/openApiDocs/beta/Education.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Education.yml" }, "/education/me/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}": { - "originalLocation": "/openApiDocs/beta/Education.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Education.yml" }, "/education/me/assignments/{educationAssignment-id}/rubric": { - "originalLocation": "/openApiDocs/beta/Education.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Education.yml" }, "/education/me/assignments/{educationAssignment-id}/submissions": { - "originalLocation": "/openApiDocs/beta/Education.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Education.yml" }, "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}": { - "originalLocation": "/openApiDocs/beta/Education.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Education.yml" }, "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/microsoft.graph.return": { - "originalLocation": "/openApiDocs/beta/Education.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Education.yml" }, "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/microsoft.graph.submit": { - "originalLocation": "/openApiDocs/beta/Education.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Education.yml" }, "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/microsoft.graph.unsubmit": { - "originalLocation": "/openApiDocs/beta/Education.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Education.yml" }, "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes": { - "originalLocation": "/openApiDocs/beta/Education.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Education.yml" }, "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}": { - "originalLocation": "/openApiDocs/beta/Education.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Education.yml" }, "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources": { - "originalLocation": "/openApiDocs/beta/Education.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Education.yml" }, "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}": { - "originalLocation": "/openApiDocs/beta/Education.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Education.yml" }, "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources": { - "originalLocation": "/openApiDocs/beta/Education.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Education.yml" }, "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}": { - "originalLocation": "/openApiDocs/beta/Education.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Education.yml" }, "/education/me/classes": { - "originalLocation": "/openApiDocs/beta/Education.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Education.yml" }, "/education/me/classes/$ref": { - "originalLocation": "/openApiDocs/beta/Education.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Education.yml" }, "/education/me/classes/microsoft.graph.delta()": { - "originalLocation": "/openApiDocs/beta/Education.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Education.yml" }, "/education/me/rubrics": { - "originalLocation": "/openApiDocs/beta/Education.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Education.yml" }, "/education/me/rubrics/{educationRubric-id}": { - "originalLocation": "/openApiDocs/beta/Education.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Education.yml" }, "/education/me/schools": { - "originalLocation": "/openApiDocs/beta/Education.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Education.yml" }, "/education/me/schools/$ref": { - "originalLocation": "/openApiDocs/beta/Education.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Education.yml" }, "/education/me/schools/microsoft.graph.delta()": { - "originalLocation": "/openApiDocs/beta/Education.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Education.yml" }, "/education/me/taughtClasses": { - "originalLocation": "/openApiDocs/beta/Education.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Education.yml" }, "/education/me/taughtClasses/$ref": { - "originalLocation": "/openApiDocs/beta/Education.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Education.yml" }, "/education/me/taughtClasses/microsoft.graph.delta()": { - "originalLocation": "/openApiDocs/beta/Education.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Education.yml" }, "/education/me/user": { - "originalLocation": "/openApiDocs/beta/Education.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Education.yml" }, "/education/me/user/$ref": { - "originalLocation": "/openApiDocs/beta/Education.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Education.yml" }, "/education/schools": { - "originalLocation": "/openApiDocs/beta/Education.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Education.yml" }, "/education/schools/{educationSchool-id}": { - "originalLocation": "/openApiDocs/beta/Education.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Education.yml" }, "/education/schools/{educationSchool-id}/administrativeUnit": { - "originalLocation": "/openApiDocs/beta/Education.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Education.yml" }, "/education/schools/{educationSchool-id}/administrativeUnit/$ref": { - "originalLocation": "/openApiDocs/beta/Education.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Education.yml" }, "/education/schools/{educationSchool-id}/classes": { - "originalLocation": "/openApiDocs/beta/Education.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Education.yml" }, "/education/schools/{educationSchool-id}/classes/$ref": { - "originalLocation": "/openApiDocs/beta/Education.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Education.yml" }, "/education/schools/{educationSchool-id}/classes/microsoft.graph.delta()": { - "originalLocation": "/openApiDocs/beta/Education.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Education.yml" }, "/education/schools/{educationSchool-id}/users": { - "originalLocation": "/openApiDocs/beta/Education.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Education.yml" }, "/education/schools/{educationSchool-id}/users/$ref": { - "originalLocation": "/openApiDocs/beta/Education.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Education.yml" }, "/education/schools/{educationSchool-id}/users/microsoft.graph.delta()": { - "originalLocation": "/openApiDocs/beta/Education.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Education.yml" }, "/education/schools/microsoft.graph.delta()": { - "originalLocation": "/openApiDocs/beta/Education.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Education.yml" }, "/education/synchronizationProfiles": { - "originalLocation": "/openApiDocs/beta/Education.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Education.yml" }, "/education/synchronizationProfiles/{educationSynchronizationProfile-id}": { - "originalLocation": "/openApiDocs/beta/Education.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Education.yml" }, "/education/synchronizationProfiles/{educationSynchronizationProfile-id}/errors": { - "originalLocation": "/openApiDocs/beta/Education.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Education.yml" }, "/education/synchronizationProfiles/{educationSynchronizationProfile-id}/errors/{educationSynchronizationError-id}": { - "originalLocation": "/openApiDocs/beta/Education.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Education.yml" }, "/education/synchronizationProfiles/{educationSynchronizationProfile-id}/microsoft.graph.pause": { - "originalLocation": "/openApiDocs/beta/Education.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Education.yml" }, "/education/synchronizationProfiles/{educationSynchronizationProfile-id}/microsoft.graph.reset": { - "originalLocation": "/openApiDocs/beta/Education.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Education.yml" }, "/education/synchronizationProfiles/{educationSynchronizationProfile-id}/microsoft.graph.resume": { - "originalLocation": "/openApiDocs/beta/Education.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Education.yml" }, "/education/synchronizationProfiles/{educationSynchronizationProfile-id}/microsoft.graph.start": { - "originalLocation": "/openApiDocs/beta/Education.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Education.yml" }, "/education/synchronizationProfiles/{educationSynchronizationProfile-id}/microsoft.graph.uploadUrl()": { - "originalLocation": "/openApiDocs/beta/Education.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Education.yml" }, "/education/synchronizationProfiles/{educationSynchronizationProfile-id}/profileStatus": { - "originalLocation": "/openApiDocs/beta/Education.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Education.yml" }, "/education/users": { - "originalLocation": "/openApiDocs/beta/Education.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Education.yml" }, "/education/users/{educationUser-id}": { - "originalLocation": "/openApiDocs/beta/Education.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Education.yml" }, "/education/users/{educationUser-id}/assignments": { - "originalLocation": "/openApiDocs/beta/Education.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Education.yml" }, "/education/users/{educationUser-id}/assignments/{educationAssignment-id}": { - "originalLocation": "/openApiDocs/beta/Education.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Education.yml" }, "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/categories": { - "originalLocation": "/openApiDocs/beta/Education.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Education.yml" }, "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/categories/{educationCategory-id}": { - "originalLocation": "/openApiDocs/beta/Education.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Education.yml" }, "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/microsoft.graph.getResourcesFolderUrl()": { - "originalLocation": "/openApiDocs/beta/Education.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Education.yml" }, "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/microsoft.graph.publish": { - "originalLocation": "/openApiDocs/beta/Education.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Education.yml" }, "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/resources": { - "originalLocation": "/openApiDocs/beta/Education.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Education.yml" }, "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}": { - "originalLocation": "/openApiDocs/beta/Education.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Education.yml" }, "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/rubric": { - "originalLocation": "/openApiDocs/beta/Education.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Education.yml" }, "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions": { - "originalLocation": "/openApiDocs/beta/Education.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Education.yml" }, "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}": { - "originalLocation": "/openApiDocs/beta/Education.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Education.yml" }, "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/microsoft.graph.return": { - "originalLocation": "/openApiDocs/beta/Education.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Education.yml" }, "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/microsoft.graph.submit": { - "originalLocation": "/openApiDocs/beta/Education.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Education.yml" }, "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/microsoft.graph.unsubmit": { - "originalLocation": "/openApiDocs/beta/Education.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Education.yml" }, "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes": { - "originalLocation": "/openApiDocs/beta/Education.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Education.yml" }, "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}": { - "originalLocation": "/openApiDocs/beta/Education.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Education.yml" }, "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources": { - "originalLocation": "/openApiDocs/beta/Education.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Education.yml" }, "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}": { - "originalLocation": "/openApiDocs/beta/Education.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Education.yml" }, "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources": { - "originalLocation": "/openApiDocs/beta/Education.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Education.yml" }, "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}": { - "originalLocation": "/openApiDocs/beta/Education.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Education.yml" }, "/education/users/{educationUser-id}/classes": { - "originalLocation": "/openApiDocs/beta/Education.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Education.yml" }, "/education/users/{educationUser-id}/classes/$ref": { - "originalLocation": "/openApiDocs/beta/Education.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Education.yml" }, "/education/users/{educationUser-id}/classes/microsoft.graph.delta()": { - "originalLocation": "/openApiDocs/beta/Education.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Education.yml" }, "/education/users/{educationUser-id}/rubrics": { - "originalLocation": "/openApiDocs/beta/Education.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Education.yml" }, "/education/users/{educationUser-id}/rubrics/{educationRubric-id}": { - "originalLocation": "/openApiDocs/beta/Education.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Education.yml" }, "/education/users/{educationUser-id}/schools": { - "originalLocation": "/openApiDocs/beta/Education.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Education.yml" }, "/education/users/{educationUser-id}/schools/$ref": { - "originalLocation": "/openApiDocs/beta/Education.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Education.yml" }, "/education/users/{educationUser-id}/schools/microsoft.graph.delta()": { - "originalLocation": "/openApiDocs/beta/Education.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Education.yml" }, "/education/users/{educationUser-id}/taughtClasses": { - "originalLocation": "/openApiDocs/beta/Education.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Education.yml" }, "/education/users/{educationUser-id}/taughtClasses/$ref": { - "originalLocation": "/openApiDocs/beta/Education.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Education.yml" }, "/education/users/{educationUser-id}/taughtClasses/microsoft.graph.delta()": { - "originalLocation": "/openApiDocs/beta/Education.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Education.yml" }, "/education/users/{educationUser-id}/user": { - "originalLocation": "/openApiDocs/beta/Education.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Education.yml" }, "/education/users/{educationUser-id}/user/$ref": { - "originalLocation": "/openApiDocs/beta/Education.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Education.yml" }, "/education/users/microsoft.graph.delta()": { - "originalLocation": "/openApiDocs/beta/Education.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Education.yml" } } } diff --git a/profiles/Education/crawl-log-v1.0.json b/profiles/Education/crawl-log-v1.0.json index 51c9aa1d232..ce2b84336dc 100644 --- a/profiles/Education/crawl-log-v1.0.json +++ b/profiles/Education/crawl-log-v1.0.json @@ -2,212 +2,212 @@ "resources": [], "operations": { "/education": { - "originalLocation": "/openApiDocs/v1.0/Education.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Education.yml" }, "/education/classes": { - "originalLocation": "/openApiDocs/v1.0/Education.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Education.yml" }, "/education/classes/{educationClass-id}": { - "originalLocation": "/openApiDocs/v1.0/Education.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Education.yml" }, "/education/classes/{educationClass-id}/group": { - "originalLocation": "/openApiDocs/v1.0/Education.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Education.yml" }, "/education/classes/{educationClass-id}/group/$ref": { - "originalLocation": "/openApiDocs/v1.0/Education.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Education.yml" }, "/education/classes/{educationClass-id}/members": { - "originalLocation": "/openApiDocs/v1.0/Education.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Education.yml" }, "/education/classes/{educationClass-id}/members/$ref": { - "originalLocation": "/openApiDocs/v1.0/Education.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Education.yml" }, "/education/classes/{educationClass-id}/members/microsoft.graph.delta()": { - "originalLocation": "/openApiDocs/v1.0/Education.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Education.yml" }, "/education/classes/{educationClass-id}/schools": { - "originalLocation": "/openApiDocs/v1.0/Education.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Education.yml" }, "/education/classes/{educationClass-id}/schools/$ref": { - "originalLocation": "/openApiDocs/v1.0/Education.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Education.yml" }, "/education/classes/{educationClass-id}/schools/microsoft.graph.delta()": { - "originalLocation": "/openApiDocs/v1.0/Education.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Education.yml" }, "/education/classes/{educationClass-id}/teachers": { - "originalLocation": "/openApiDocs/v1.0/Education.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Education.yml" }, "/education/classes/{educationClass-id}/teachers/$ref": { - "originalLocation": "/openApiDocs/v1.0/Education.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Education.yml" }, "/education/classes/{educationClass-id}/teachers/microsoft.graph.delta()": { - "originalLocation": "/openApiDocs/v1.0/Education.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Education.yml" }, "/education/classes/microsoft.graph.delta()": { - "originalLocation": "/openApiDocs/v1.0/Education.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Education.yml" }, "/education/me": { - "originalLocation": "/openApiDocs/v1.0/Education.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Education.yml" }, "/education/me/classes": { - "originalLocation": "/openApiDocs/v1.0/Education.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Education.yml" }, "/education/me/classes/$ref": { - "originalLocation": "/openApiDocs/v1.0/Education.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Education.yml" }, "/education/me/classes/microsoft.graph.delta()": { - "originalLocation": "/openApiDocs/v1.0/Education.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Education.yml" }, "/education/me/schools": { - "originalLocation": "/openApiDocs/v1.0/Education.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Education.yml" }, "/education/me/schools/$ref": { - "originalLocation": "/openApiDocs/v1.0/Education.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Education.yml" }, "/education/me/schools/microsoft.graph.delta()": { - "originalLocation": "/openApiDocs/v1.0/Education.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Education.yml" }, "/education/me/taughtClasses": { - "originalLocation": "/openApiDocs/v1.0/Education.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Education.yml" }, "/education/me/taughtClasses/$ref": { - "originalLocation": "/openApiDocs/v1.0/Education.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Education.yml" }, "/education/me/taughtClasses/microsoft.graph.delta()": { - "originalLocation": "/openApiDocs/v1.0/Education.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Education.yml" }, "/education/me/user": { - "originalLocation": "/openApiDocs/v1.0/Education.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Education.yml" }, "/education/me/user/$ref": { - "originalLocation": "/openApiDocs/v1.0/Education.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Education.yml" }, "/education/schools": { - "originalLocation": "/openApiDocs/v1.0/Education.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Education.yml" }, "/education/schools/{educationSchool-id}": { - "originalLocation": "/openApiDocs/v1.0/Education.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Education.yml" }, "/education/schools/{educationSchool-id}/administrativeUnit": { - "originalLocation": "/openApiDocs/v1.0/Education.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Education.yml" }, "/education/schools/{educationSchool-id}/administrativeUnit/$ref": { - "originalLocation": "/openApiDocs/v1.0/Education.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Education.yml" }, "/education/schools/{educationSchool-id}/classes": { - "originalLocation": "/openApiDocs/v1.0/Education.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Education.yml" }, "/education/schools/{educationSchool-id}/classes/$ref": { - "originalLocation": "/openApiDocs/v1.0/Education.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Education.yml" }, "/education/schools/{educationSchool-id}/classes/microsoft.graph.delta()": { - "originalLocation": "/openApiDocs/v1.0/Education.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Education.yml" }, "/education/schools/{educationSchool-id}/users": { - "originalLocation": "/openApiDocs/v1.0/Education.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Education.yml" }, "/education/schools/{educationSchool-id}/users/$ref": { - "originalLocation": "/openApiDocs/v1.0/Education.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Education.yml" }, "/education/schools/{educationSchool-id}/users/microsoft.graph.delta()": { - "originalLocation": "/openApiDocs/v1.0/Education.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Education.yml" }, "/education/schools/microsoft.graph.delta()": { - "originalLocation": "/openApiDocs/v1.0/Education.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Education.yml" }, "/education/users": { - "originalLocation": "/openApiDocs/v1.0/Education.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Education.yml" }, "/education/users/{educationUser-id}": { - "originalLocation": "/openApiDocs/v1.0/Education.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Education.yml" }, "/education/users/{educationUser-id}/classes": { - "originalLocation": "/openApiDocs/v1.0/Education.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Education.yml" }, "/education/users/{educationUser-id}/classes/$ref": { - "originalLocation": "/openApiDocs/v1.0/Education.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Education.yml" }, "/education/users/{educationUser-id}/classes/microsoft.graph.delta()": { - "originalLocation": "/openApiDocs/v1.0/Education.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Education.yml" }, "/education/users/{educationUser-id}/schools": { - "originalLocation": "/openApiDocs/v1.0/Education.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Education.yml" }, "/education/users/{educationUser-id}/schools/$ref": { - "originalLocation": "/openApiDocs/v1.0/Education.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Education.yml" }, "/education/users/{educationUser-id}/schools/microsoft.graph.delta()": { - "originalLocation": "/openApiDocs/v1.0/Education.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Education.yml" }, "/education/users/{educationUser-id}/taughtClasses": { - "originalLocation": "/openApiDocs/v1.0/Education.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Education.yml" }, "/education/users/{educationUser-id}/taughtClasses/$ref": { - "originalLocation": "/openApiDocs/v1.0/Education.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Education.yml" }, "/education/users/{educationUser-id}/taughtClasses/microsoft.graph.delta()": { - "originalLocation": "/openApiDocs/v1.0/Education.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Education.yml" }, "/education/users/{educationUser-id}/user": { - "originalLocation": "/openApiDocs/v1.0/Education.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Education.yml" }, "/education/users/{educationUser-id}/user/$ref": { - "originalLocation": "/openApiDocs/v1.0/Education.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Education.yml" }, "/education/users/microsoft.graph.delta()": { - "originalLocation": "/openApiDocs/v1.0/Education.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Education.yml" } } } diff --git a/profiles/Education/readme.md b/profiles/Education/readme.md index ae1e2d7286f..ceb62f50003 100644 --- a/profiles/Education/readme.md +++ b/profiles/Education/readme.md @@ -6,8 +6,8 @@ ``` yaml require: -- $(this-folder)/definitions/v1.0.md - $(this-folder)/definitions/v1.0-beta.md +- $(this-folder)/definitions/v1.0.md ``` diff --git a/profiles/Files/crawl-log-v1.0-beta.json b/profiles/Files/crawl-log-v1.0-beta.json index eaa0d09c312..ccc28ff1052 100644 --- a/profiles/Files/crawl-log-v1.0-beta.json +++ b/profiles/Files/crawl-log-v1.0-beta.json @@ -2,880 +2,880 @@ "resources": [], "operations": { "/drives": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/drives/{drive-id}": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/drives/{drive-id}/activities": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/drives/{drive-id}/activities/{itemActivityOLD-id}": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/drives/{drive-id}/activities/{itemActivityOLD-id}/driveItem": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/drives/{drive-id}/activities/{itemActivityOLD-id}/driveItem/content": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/drives/{drive-id}/activities/{itemActivityOLD-id}/listItem": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/drives/{drive-id}/activities/{itemActivityOLD-id}/listItem/activities": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/drives/{drive-id}/activities/{itemActivityOLD-id}/listItem/activities/{itemActivityOLD-id1}": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/drives/{drive-id}/activities/{itemActivityOLD-id}/listItem/analytics": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/drives/{drive-id}/activities/{itemActivityOLD-id}/listItem/analytics/$ref": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/drives/{drive-id}/activities/{itemActivityOLD-id}/listItem/driveItem": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/drives/{drive-id}/activities/{itemActivityOLD-id}/listItem/driveItem/content": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/drives/{drive-id}/activities/{itemActivityOLD-id}/listItem/fields": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/drives/{drive-id}/activities/{itemActivityOLD-id}/listItem/microsoft.graph.createLink": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/drives/{drive-id}/activities/{itemActivityOLD-id}/listItem/microsoft.graph.getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/drives/{drive-id}/activities/{itemActivityOLD-id}/listItem/versions": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/drives/{drive-id}/activities/{itemActivityOLD-id}/listItem/versions/{listItemVersion-id}": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/drives/{drive-id}/activities/{itemActivityOLD-id}/listItem/versions/{listItemVersion-id}/fields": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/drives/{drive-id}/activities/{itemActivityOLD-id}/listItem/versions/{listItemVersion-id}/microsoft.graph.restoreVersion": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/drives/{drive-id}/bundles": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/drives/{drive-id}/bundles/{driveItem-id}": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/drives/{drive-id}/bundles/{driveItem-id}/content": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/drives/{drive-id}/following": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/drives/{drive-id}/following/{driveItem-id}": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/drives/{drive-id}/following/{driveItem-id}/content": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/drives/{drive-id}/items": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/drives/{drive-id}/items/{driveItem-id}": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/drives/{drive-id}/items/{driveItem-id}/content": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/drives/{drive-id}/list": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/drives/{drive-id}/list/activities": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/drives/{drive-id}/list/activities/{itemActivityOLD-id}": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/drives/{drive-id}/list/activities/{itemActivityOLD-id}/driveItem": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/drives/{drive-id}/list/activities/{itemActivityOLD-id}/driveItem/content": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/drives/{drive-id}/list/activities/{itemActivityOLD-id}/listItem": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/drives/{drive-id}/list/activities/{itemActivityOLD-id}/listItem/activities": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/drives/{drive-id}/list/activities/{itemActivityOLD-id}/listItem/activities/{itemActivityOLD-id1}": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/drives/{drive-id}/list/activities/{itemActivityOLD-id}/listItem/analytics": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/drives/{drive-id}/list/activities/{itemActivityOLD-id}/listItem/analytics/$ref": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/drives/{drive-id}/list/activities/{itemActivityOLD-id}/listItem/driveItem": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/drives/{drive-id}/list/activities/{itemActivityOLD-id}/listItem/driveItem/content": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/drives/{drive-id}/list/activities/{itemActivityOLD-id}/listItem/fields": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/drives/{drive-id}/list/activities/{itemActivityOLD-id}/listItem/microsoft.graph.createLink": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/drives/{drive-id}/list/activities/{itemActivityOLD-id}/listItem/microsoft.graph.getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/drives/{drive-id}/list/activities/{itemActivityOLD-id}/listItem/versions": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/drives/{drive-id}/list/activities/{itemActivityOLD-id}/listItem/versions/{listItemVersion-id}": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/drives/{drive-id}/list/activities/{itemActivityOLD-id}/listItem/versions/{listItemVersion-id}/fields": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/drives/{drive-id}/list/activities/{itemActivityOLD-id}/listItem/versions/{listItemVersion-id}/microsoft.graph.restoreVersion": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/drives/{drive-id}/list/columns": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/drives/{drive-id}/list/columns/{columnDefinition-id}": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/drives/{drive-id}/list/columns/{columnDefinition-id}/sourceColumn": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/drives/{drive-id}/list/columns/{columnDefinition-id}/sourceColumn/$ref": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/drives/{drive-id}/list/contentTypes": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/drives/{drive-id}/list/contentTypes/{contentType-id}": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/drives/{drive-id}/list/contentTypes/{contentType-id}/base": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/drives/{drive-id}/list/contentTypes/{contentType-id}/base/$ref": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/drives/{drive-id}/list/contentTypes/{contentType-id}/base/microsoft.graph.associateWithHubSites": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/drives/{drive-id}/list/contentTypes/{contentType-id}/base/microsoft.graph.copyToDefaultContentLocation": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/drives/{drive-id}/list/contentTypes/{contentType-id}/base/microsoft.graph.isPublished()": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/drives/{drive-id}/list/contentTypes/{contentType-id}/base/microsoft.graph.publish": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/drives/{drive-id}/list/contentTypes/{contentType-id}/base/microsoft.graph.unpublish": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes/$ref": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes/microsoft.graph.addCopy": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions/$ref": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/drives/{drive-id}/list/contentTypes/{contentType-id}/columns": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}/sourceColumn": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}/sourceColumn/$ref": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/drives/{drive-id}/list/contentTypes/{contentType-id}/microsoft.graph.associateWithHubSites": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/drives/{drive-id}/list/contentTypes/{contentType-id}/microsoft.graph.copyToDefaultContentLocation": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/drives/{drive-id}/list/contentTypes/{contentType-id}/microsoft.graph.isPublished()": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/drives/{drive-id}/list/contentTypes/{contentType-id}/microsoft.graph.publish": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/drives/{drive-id}/list/contentTypes/{contentType-id}/microsoft.graph.unpublish": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/drives/{drive-id}/list/contentTypes/microsoft.graph.addCopy": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/drives/{drive-id}/list/drive": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/drives/{drive-id}/list/items": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/drives/{drive-id}/list/items/{listItem-id}": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/drives/{drive-id}/list/items/{listItem-id}/activities": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/drives/{drive-id}/list/items/{listItem-id}/activities/{itemActivityOLD-id}": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/drives/{drive-id}/list/items/{listItem-id}/activities/{itemActivityOLD-id}/driveItem": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/drives/{drive-id}/list/items/{listItem-id}/activities/{itemActivityOLD-id}/driveItem/content": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/drives/{drive-id}/list/items/{listItem-id}/activities/{itemActivityOLD-id}/listItem": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/drives/{drive-id}/list/items/{listItem-id}/activities/{itemActivityOLD-id}/listItem/microsoft.graph.createLink": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/drives/{drive-id}/list/items/{listItem-id}/activities/{itemActivityOLD-id}/listItem/microsoft.graph.getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/drives/{drive-id}/list/items/{listItem-id}/analytics": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/drives/{drive-id}/list/items/{listItem-id}/analytics/$ref": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/drives/{drive-id}/list/items/{listItem-id}/driveItem": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/drives/{drive-id}/list/items/{listItem-id}/driveItem/content": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/drives/{drive-id}/list/items/{listItem-id}/fields": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/drives/{drive-id}/list/items/{listItem-id}/microsoft.graph.createLink": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/drives/{drive-id}/list/items/{listItem-id}/microsoft.graph.getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/drives/{drive-id}/list/items/{listItem-id}/versions": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/microsoft.graph.restoreVersion": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/drives/{drive-id}/list/subscriptions": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/drives/{drive-id}/list/subscriptions/{subscription-id}": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/drives/{drive-id}/microsoft.graph.recent()": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/drives/{drive-id}/microsoft.graph.search(q='{q}')": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/drives/{drive-id}/microsoft.graph.sharedWithMe()": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/drives/{drive-id}/root": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/drives/{drive-id}/root/content": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/drives/{drive-id}/special": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/drives/{drive-id}/special/{driveItem-id}": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/drives/{drive-id}/special/{driveItem-id}/content": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/groups/{group-id}/drive": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/groups/{group-id}/drives": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/groups/{group-id}/drives/{drive-id}": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/shares": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/shares/{sharedDriveItem-id}": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/shares/{sharedDriveItem-id}/driveItem": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/shares/{sharedDriveItem-id}/driveItem/content": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/shares/{sharedDriveItem-id}/items": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/shares/{sharedDriveItem-id}/items/{driveItem-id}": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/shares/{sharedDriveItem-id}/items/{driveItem-id}/content": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/shares/{sharedDriveItem-id}/list": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/shares/{sharedDriveItem-id}/list/activities": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/shares/{sharedDriveItem-id}/list/activities/{itemActivityOLD-id}": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/shares/{sharedDriveItem-id}/list/activities/{itemActivityOLD-id}/driveItem": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/shares/{sharedDriveItem-id}/list/activities/{itemActivityOLD-id}/driveItem/content": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/shares/{sharedDriveItem-id}/list/activities/{itemActivityOLD-id}/listItem": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/shares/{sharedDriveItem-id}/list/activities/{itemActivityOLD-id}/listItem/activities": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/shares/{sharedDriveItem-id}/list/activities/{itemActivityOLD-id}/listItem/activities/{itemActivityOLD-id1}": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/shares/{sharedDriveItem-id}/list/activities/{itemActivityOLD-id}/listItem/analytics": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/shares/{sharedDriveItem-id}/list/activities/{itemActivityOLD-id}/listItem/analytics/$ref": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/shares/{sharedDriveItem-id}/list/activities/{itemActivityOLD-id}/listItem/driveItem": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/shares/{sharedDriveItem-id}/list/activities/{itemActivityOLD-id}/listItem/driveItem/content": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/shares/{sharedDriveItem-id}/list/activities/{itemActivityOLD-id}/listItem/fields": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/shares/{sharedDriveItem-id}/list/activities/{itemActivityOLD-id}/listItem/microsoft.graph.createLink": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/shares/{sharedDriveItem-id}/list/activities/{itemActivityOLD-id}/listItem/microsoft.graph.getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/shares/{sharedDriveItem-id}/list/activities/{itemActivityOLD-id}/listItem/versions": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/shares/{sharedDriveItem-id}/list/activities/{itemActivityOLD-id}/listItem/versions/{listItemVersion-id}": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/shares/{sharedDriveItem-id}/list/activities/{itemActivityOLD-id}/listItem/versions/{listItemVersion-id}/fields": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/shares/{sharedDriveItem-id}/list/activities/{itemActivityOLD-id}/listItem/versions/{listItemVersion-id}/microsoft.graph.restoreVersion": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/shares/{sharedDriveItem-id}/list/columns": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/shares/{sharedDriveItem-id}/list/columns/{columnDefinition-id}": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/shares/{sharedDriveItem-id}/list/columns/{columnDefinition-id}/sourceColumn": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/shares/{sharedDriveItem-id}/list/columns/{columnDefinition-id}/sourceColumn/$ref": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/shares/{sharedDriveItem-id}/list/contentTypes": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/base": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/base/$ref": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/base/microsoft.graph.associateWithHubSites": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/base/microsoft.graph.copyToDefaultContentLocation": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/base/microsoft.graph.isPublished()": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/base/microsoft.graph.publish": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/base/microsoft.graph.unpublish": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/baseTypes": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/baseTypes/$ref": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/baseTypes/microsoft.graph.addCopy": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnLinks": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnPositions": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnPositions/$ref": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columns": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}/sourceColumn": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}/sourceColumn/$ref": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/microsoft.graph.associateWithHubSites": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/microsoft.graph.copyToDefaultContentLocation": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/microsoft.graph.isPublished()": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/microsoft.graph.publish": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/microsoft.graph.unpublish": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/shares/{sharedDriveItem-id}/list/contentTypes/microsoft.graph.addCopy": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/shares/{sharedDriveItem-id}/list/drive": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/shares/{sharedDriveItem-id}/list/items": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/shares/{sharedDriveItem-id}/list/items/{listItem-id}": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/activities": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/activities/{itemActivityOLD-id}": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/activities/{itemActivityOLD-id}/driveItem": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/activities/{itemActivityOLD-id}/driveItem/content": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/activities/{itemActivityOLD-id}/listItem": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/activities/{itemActivityOLD-id}/listItem/microsoft.graph.createLink": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/activities/{itemActivityOLD-id}/listItem/microsoft.graph.getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/analytics": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/analytics/$ref": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/driveItem": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/driveItem/content": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/fields": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/microsoft.graph.createLink": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/microsoft.graph.getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions/{listItemVersion-id}": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/microsoft.graph.restoreVersion": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/shares/{sharedDriveItem-id}/list/subscriptions": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/shares/{sharedDriveItem-id}/list/subscriptions/{subscription-id}": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/shares/{sharedDriveItem-id}/listItem": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/shares/{sharedDriveItem-id}/listItem/activities": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/shares/{sharedDriveItem-id}/listItem/activities/{itemActivityOLD-id}": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/shares/{sharedDriveItem-id}/listItem/activities/{itemActivityOLD-id}/driveItem": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/shares/{sharedDriveItem-id}/listItem/activities/{itemActivityOLD-id}/driveItem/content": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/shares/{sharedDriveItem-id}/listItem/activities/{itemActivityOLD-id}/listItem": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/shares/{sharedDriveItem-id}/listItem/activities/{itemActivityOLD-id}/listItem/microsoft.graph.createLink": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/shares/{sharedDriveItem-id}/listItem/activities/{itemActivityOLD-id}/listItem/microsoft.graph.getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/shares/{sharedDriveItem-id}/listItem/analytics": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/shares/{sharedDriveItem-id}/listItem/analytics/$ref": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/shares/{sharedDriveItem-id}/listItem/driveItem": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/shares/{sharedDriveItem-id}/listItem/driveItem/content": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/shares/{sharedDriveItem-id}/listItem/fields": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/shares/{sharedDriveItem-id}/listItem/microsoft.graph.createLink": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/shares/{sharedDriveItem-id}/listItem/microsoft.graph.getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/shares/{sharedDriveItem-id}/listItem/versions": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/shares/{sharedDriveItem-id}/listItem/versions/{listItemVersion-id}": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/shares/{sharedDriveItem-id}/listItem/versions/{listItemVersion-id}/fields": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/shares/{sharedDriveItem-id}/listItem/versions/{listItemVersion-id}/microsoft.graph.restoreVersion": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/shares/{sharedDriveItem-id}/permission": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/shares/{sharedDriveItem-id}/permission/microsoft.graph.grant": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/shares/{sharedDriveItem-id}/permission/microsoft.graph.revokeGrants": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/shares/{sharedDriveItem-id}/root": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/shares/{sharedDriveItem-id}/root/content": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/shares/{sharedDriveItem-id}/site": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/users/{user-id}/drive": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/users/{user-id}/drives": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/users/{user-id}/drives/{drive-id}": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" } } } diff --git a/profiles/Files/crawl-log-v1.0.json b/profiles/Files/crawl-log-v1.0.json index 0cb6067fce4..c7fa7f44587 100644 --- a/profiles/Files/crawl-log-v1.0.json +++ b/profiles/Files/crawl-log-v1.0.json @@ -2,372 +2,372 @@ "resources": [], "operations": { "/drives": { - "originalLocation": "/openApiDocs/v1.0/Files.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Files.yml" }, "/drives/{drive-id}": { - "originalLocation": "/openApiDocs/v1.0/Files.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Files.yml" }, "/drives/{drive-id}/following": { - "originalLocation": "/openApiDocs/v1.0/Files.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Files.yml" }, "/drives/{drive-id}/following/{driveItem-id}": { - "originalLocation": "/openApiDocs/v1.0/Files.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Files.yml" }, "/drives/{drive-id}/following/{driveItem-id}/content": { - "originalLocation": "/openApiDocs/v1.0/Files.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Files.yml" }, "/drives/{drive-id}/items": { - "originalLocation": "/openApiDocs/v1.0/Files.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Files.yml" }, "/drives/{drive-id}/items/{driveItem-id}": { - "originalLocation": "/openApiDocs/v1.0/Files.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Files.yml" }, "/drives/{drive-id}/items/{driveItem-id}/content": { - "originalLocation": "/openApiDocs/v1.0/Files.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Files.yml" }, "/drives/{drive-id}/list": { - "originalLocation": "/openApiDocs/v1.0/Files.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Files.yml" }, "/drives/{drive-id}/list/columns": { - "originalLocation": "/openApiDocs/v1.0/Files.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Files.yml" }, "/drives/{drive-id}/list/columns/{columnDefinition-id}": { - "originalLocation": "/openApiDocs/v1.0/Files.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Files.yml" }, "/drives/{drive-id}/list/contentTypes": { - "originalLocation": "/openApiDocs/v1.0/Files.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Files.yml" }, "/drives/{drive-id}/list/contentTypes/{contentType-id}": { - "originalLocation": "/openApiDocs/v1.0/Files.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Files.yml" }, "/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks": { - "originalLocation": "/openApiDocs/v1.0/Files.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Files.yml" }, "/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}": { - "originalLocation": "/openApiDocs/v1.0/Files.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Files.yml" }, "/drives/{drive-id}/list/drive": { - "originalLocation": "/openApiDocs/v1.0/Files.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Files.yml" }, "/drives/{drive-id}/list/items": { - "originalLocation": "/openApiDocs/v1.0/Files.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Files.yml" }, "/drives/{drive-id}/list/items/{listItem-id}": { - "originalLocation": "/openApiDocs/v1.0/Files.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Files.yml" }, "/drives/{drive-id}/list/items/{listItem-id}/analytics": { - "originalLocation": "/openApiDocs/v1.0/Files.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Files.yml" }, "/drives/{drive-id}/list/items/{listItem-id}/analytics/$ref": { - "originalLocation": "/openApiDocs/v1.0/Files.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Files.yml" }, "/drives/{drive-id}/list/items/{listItem-id}/driveItem": { - "originalLocation": "/openApiDocs/v1.0/Files.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Files.yml" }, "/drives/{drive-id}/list/items/{listItem-id}/driveItem/content": { - "originalLocation": "/openApiDocs/v1.0/Files.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Files.yml" }, "/drives/{drive-id}/list/items/{listItem-id}/fields": { - "originalLocation": "/openApiDocs/v1.0/Files.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Files.yml" }, "/drives/{drive-id}/list/items/{listItem-id}/microsoft.graph.getActivitiesByInterval()": { - "originalLocation": "/openApiDocs/v1.0/Files.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Files.yml" }, "/drives/{drive-id}/list/items/{listItem-id}/microsoft.graph.getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')": { - "originalLocation": "/openApiDocs/v1.0/Files.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Files.yml" }, "/drives/{drive-id}/list/items/{listItem-id}/versions": { - "originalLocation": "/openApiDocs/v1.0/Files.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Files.yml" }, "/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}": { - "originalLocation": "/openApiDocs/v1.0/Files.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Files.yml" }, "/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields": { - "originalLocation": "/openApiDocs/v1.0/Files.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Files.yml" }, "/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/microsoft.graph.restoreVersion": { - "originalLocation": "/openApiDocs/v1.0/Files.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Files.yml" }, "/drives/{drive-id}/list/subscriptions": { - "originalLocation": "/openApiDocs/v1.0/Files.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Files.yml" }, "/drives/{drive-id}/list/subscriptions/{subscription-id}": { - "originalLocation": "/openApiDocs/v1.0/Files.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Files.yml" }, "/drives/{drive-id}/microsoft.graph.recent()": { - "originalLocation": "/openApiDocs/v1.0/Files.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Files.yml" }, "/drives/{drive-id}/microsoft.graph.search(q='{q}')": { - "originalLocation": "/openApiDocs/v1.0/Files.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Files.yml" }, "/drives/{drive-id}/microsoft.graph.sharedWithMe()": { - "originalLocation": "/openApiDocs/v1.0/Files.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Files.yml" }, "/drives/{drive-id}/root": { - "originalLocation": "/openApiDocs/v1.0/Files.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Files.yml" }, "/drives/{drive-id}/root/content": { - "originalLocation": "/openApiDocs/v1.0/Files.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Files.yml" }, "/drives/{drive-id}/special": { - "originalLocation": "/openApiDocs/v1.0/Files.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Files.yml" }, "/drives/{drive-id}/special/{driveItem-id}": { - "originalLocation": "/openApiDocs/v1.0/Files.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Files.yml" }, "/drives/{drive-id}/special/{driveItem-id}/content": { - "originalLocation": "/openApiDocs/v1.0/Files.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Files.yml" }, "/groups/{group-id}/drive": { - "originalLocation": "/openApiDocs/v1.0/Files.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Files.yml" }, "/groups/{group-id}/drives": { - "originalLocation": "/openApiDocs/v1.0/Files.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Files.yml" }, "/groups/{group-id}/drives/{drive-id}": { - "originalLocation": "/openApiDocs/v1.0/Files.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Files.yml" }, "/shares": { - "originalLocation": "/openApiDocs/v1.0/Files.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Files.yml" }, "/shares/{sharedDriveItem-id}": { - "originalLocation": "/openApiDocs/v1.0/Files.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Files.yml" }, "/shares/{sharedDriveItem-id}/driveItem": { - "originalLocation": "/openApiDocs/v1.0/Files.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Files.yml" }, "/shares/{sharedDriveItem-id}/driveItem/content": { - "originalLocation": "/openApiDocs/v1.0/Files.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Files.yml" }, "/shares/{sharedDriveItem-id}/items": { - "originalLocation": "/openApiDocs/v1.0/Files.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Files.yml" }, "/shares/{sharedDriveItem-id}/items/{driveItem-id}": { - "originalLocation": "/openApiDocs/v1.0/Files.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Files.yml" }, "/shares/{sharedDriveItem-id}/items/{driveItem-id}/content": { - "originalLocation": "/openApiDocs/v1.0/Files.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Files.yml" }, "/shares/{sharedDriveItem-id}/list": { - "originalLocation": "/openApiDocs/v1.0/Files.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Files.yml" }, "/shares/{sharedDriveItem-id}/list/columns": { - "originalLocation": "/openApiDocs/v1.0/Files.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Files.yml" }, "/shares/{sharedDriveItem-id}/list/columns/{columnDefinition-id}": { - "originalLocation": "/openApiDocs/v1.0/Files.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Files.yml" }, "/shares/{sharedDriveItem-id}/list/contentTypes": { - "originalLocation": "/openApiDocs/v1.0/Files.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Files.yml" }, "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}": { - "originalLocation": "/openApiDocs/v1.0/Files.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Files.yml" }, "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnLinks": { - "originalLocation": "/openApiDocs/v1.0/Files.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Files.yml" }, "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}": { - "originalLocation": "/openApiDocs/v1.0/Files.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Files.yml" }, "/shares/{sharedDriveItem-id}/list/drive": { - "originalLocation": "/openApiDocs/v1.0/Files.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Files.yml" }, "/shares/{sharedDriveItem-id}/list/items": { - "originalLocation": "/openApiDocs/v1.0/Files.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Files.yml" }, "/shares/{sharedDriveItem-id}/list/items/{listItem-id}": { - "originalLocation": "/openApiDocs/v1.0/Files.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Files.yml" }, "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/analytics": { - "originalLocation": "/openApiDocs/v1.0/Files.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Files.yml" }, "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/analytics/$ref": { - "originalLocation": "/openApiDocs/v1.0/Files.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Files.yml" }, "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/driveItem": { - "originalLocation": "/openApiDocs/v1.0/Files.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Files.yml" }, "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/driveItem/content": { - "originalLocation": "/openApiDocs/v1.0/Files.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Files.yml" }, "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/fields": { - "originalLocation": "/openApiDocs/v1.0/Files.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Files.yml" }, "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/microsoft.graph.getActivitiesByInterval()": { - "originalLocation": "/openApiDocs/v1.0/Files.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Files.yml" }, "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/microsoft.graph.getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')": { - "originalLocation": "/openApiDocs/v1.0/Files.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Files.yml" }, "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions": { - "originalLocation": "/openApiDocs/v1.0/Files.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Files.yml" }, "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions/{listItemVersion-id}": { - "originalLocation": "/openApiDocs/v1.0/Files.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Files.yml" }, "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields": { - "originalLocation": "/openApiDocs/v1.0/Files.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Files.yml" }, "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/microsoft.graph.restoreVersion": { - "originalLocation": "/openApiDocs/v1.0/Files.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Files.yml" }, "/shares/{sharedDriveItem-id}/list/subscriptions": { - "originalLocation": "/openApiDocs/v1.0/Files.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Files.yml" }, "/shares/{sharedDriveItem-id}/list/subscriptions/{subscription-id}": { - "originalLocation": "/openApiDocs/v1.0/Files.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Files.yml" }, "/shares/{sharedDriveItem-id}/listItem": { - "originalLocation": "/openApiDocs/v1.0/Files.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Files.yml" }, "/shares/{sharedDriveItem-id}/listItem/analytics": { - "originalLocation": "/openApiDocs/v1.0/Files.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Files.yml" }, "/shares/{sharedDriveItem-id}/listItem/analytics/$ref": { - "originalLocation": "/openApiDocs/v1.0/Files.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Files.yml" }, "/shares/{sharedDriveItem-id}/listItem/driveItem": { - "originalLocation": "/openApiDocs/v1.0/Files.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Files.yml" }, "/shares/{sharedDriveItem-id}/listItem/driveItem/content": { - "originalLocation": "/openApiDocs/v1.0/Files.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Files.yml" }, "/shares/{sharedDriveItem-id}/listItem/fields": { - "originalLocation": "/openApiDocs/v1.0/Files.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Files.yml" }, "/shares/{sharedDriveItem-id}/listItem/microsoft.graph.getActivitiesByInterval()": { - "originalLocation": "/openApiDocs/v1.0/Files.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Files.yml" }, "/shares/{sharedDriveItem-id}/listItem/microsoft.graph.getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')": { - "originalLocation": "/openApiDocs/v1.0/Files.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Files.yml" }, "/shares/{sharedDriveItem-id}/listItem/versions": { - "originalLocation": "/openApiDocs/v1.0/Files.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Files.yml" }, "/shares/{sharedDriveItem-id}/listItem/versions/{listItemVersion-id}": { - "originalLocation": "/openApiDocs/v1.0/Files.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Files.yml" }, "/shares/{sharedDriveItem-id}/listItem/versions/{listItemVersion-id}/fields": { - "originalLocation": "/openApiDocs/v1.0/Files.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Files.yml" }, "/shares/{sharedDriveItem-id}/listItem/versions/{listItemVersion-id}/microsoft.graph.restoreVersion": { - "originalLocation": "/openApiDocs/v1.0/Files.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Files.yml" }, "/shares/{sharedDriveItem-id}/permission": { - "originalLocation": "/openApiDocs/v1.0/Files.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Files.yml" }, "/shares/{sharedDriveItem-id}/permission/microsoft.graph.grant": { - "originalLocation": "/openApiDocs/v1.0/Files.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Files.yml" }, "/shares/{sharedDriveItem-id}/root": { - "originalLocation": "/openApiDocs/v1.0/Files.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Files.yml" }, "/shares/{sharedDriveItem-id}/root/content": { - "originalLocation": "/openApiDocs/v1.0/Files.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Files.yml" }, "/shares/{sharedDriveItem-id}/site": { - "originalLocation": "/openApiDocs/v1.0/Files.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Files.yml" }, "/users/{user-id}/drive": { - "originalLocation": "/openApiDocs/v1.0/Files.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Files.yml" }, "/users/{user-id}/drives": { - "originalLocation": "/openApiDocs/v1.0/Files.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Files.yml" }, "/users/{user-id}/drives/{drive-id}": { - "originalLocation": "/openApiDocs/v1.0/Files.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Files.yml" } } } diff --git a/profiles/Files/readme.md b/profiles/Files/readme.md index 598aba8acb3..e28d76534c9 100644 --- a/profiles/Files/readme.md +++ b/profiles/Files/readme.md @@ -6,8 +6,8 @@ ``` yaml require: -- $(this-folder)/definitions/v1.0.md - $(this-folder)/definitions/v1.0-beta.md +- $(this-folder)/definitions/v1.0.md ``` diff --git a/profiles/Financials/crawl-log-v1.0-beta.json b/profiles/Financials/crawl-log-v1.0-beta.json index e6958158c9f..e89435b514d 100644 --- a/profiles/Financials/crawl-log-v1.0-beta.json +++ b/profiles/Financials/crawl-log-v1.0-beta.json @@ -2,1008 +2,1008 @@ "resources": [], "operations": { "/financials": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/accounts": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/accounts/{account-id}": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/agedAccountsPayable": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/agedAccountsPayable/{agedAccountsPayable-id}": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/agedAccountsReceivable": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/agedAccountsReceivable/{agedAccountsReceivable-id}": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/companyInformation": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/companyInformation/{companyInformation-id}": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/companyInformation/{companyInformation-id}/picture": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/countriesRegions": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/countriesRegions/{countryRegion-id}": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/currencies": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/currencies/{currency-id}": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/customerPaymentJournals": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/account": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/currency": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/paymentMethod": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/paymentTerm": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/picture": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/picture/{picture-id}": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/picture/{picture-id}/content": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/shipmentMethod": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/customerPayments": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/customerPayments/{customerPayment-id}": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/currency": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/paymentMethod": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/paymentTerm": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/picture": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/picture/{picture-id}": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/picture/{picture-id}/content": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/shipmentMethod": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/customers": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/customers/{customer-id}": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/customers/{customer-id}/currency": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/customers/{customer-id}/paymentMethod": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/customers/{customer-id}/paymentTerm": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/customers/{customer-id}/picture": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/customers/{customer-id}/picture/{picture-id}": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/customers/{customer-id}/picture/{picture-id}/content": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/customers/{customer-id}/shipmentMethod": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/dimensions": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/dimensions/{dimension-id}": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/dimensions/{dimension-id}/dimensionValues": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/dimensions/{dimension-id}/dimensionValues/{dimensionValue-id}": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/dimensionValues": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/dimensionValues/{dimensionValue-id}": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/employees": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/employees/{employee-id}": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/employees/{employee-id}/picture": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/employees/{employee-id}/picture/{picture-id}": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/employees/{employee-id}/picture/{picture-id}/content": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/generalLedgerEntries": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/generalLedgerEntries/{generalLedgerEntry-id}": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/generalLedgerEntries/{generalLedgerEntry-id}/account": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/itemCategories": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/itemCategories/{itemCategory-id}": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/items": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/items/{item-id}": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/items/{item-id}/itemCategory": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/items/{item-id}/picture": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/items/{item-id}/picture/{picture-id}": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/items/{item-id}/picture/{picture-id}/content": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/journalLines": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/journalLines/{journalLine-id}": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/journalLines/{journalLine-id}/account": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/journals": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/journals/{journal-id}": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/journals/{journal-id}/account": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/journals/{journal-id}/journalLines": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/journals/{journal-id}/journalLines/{journalLine-id}": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/journals/{journal-id}/journalLines/{journalLine-id}/account": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/journals/{journal-id}/microsoft.graph.post": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/paymentMethods": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/paymentMethods/{paymentMethod-id}": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/paymentTerms": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/paymentTerms/{paymentTerm-id}": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/picture": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/picture/{picture-id}": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/picture/{picture-id}/content": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/purchaseInvoiceLines": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/account": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/item": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/item/itemCategory": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/item/picture": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/item/picture/{picture-id}": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/item/picture/{picture-id}/content": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/purchaseInvoices": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/currency": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/microsoft.graph.post": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/purchaseInvoiceLines": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/account": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/item": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/item/itemCategory": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/item/picture": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/item/picture/{picture-id}": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/item/picture/{picture-id}/content": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/currency": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/paymentMethod": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/paymentTerm": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/picture": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/picture/{picture-id}": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/picture/{picture-id}/content": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/salesCreditMemoLines": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/account": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/itemCategory": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/picture": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/picture/{picture-id}": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/picture/{picture-id}/content": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/salesCreditMemos": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/currency": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/currency": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/paymentMethod": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/paymentTerm": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/picture": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/picture/{picture-id}": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/picture/{picture-id}/content": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/shipmentMethod": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/paymentTerm": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/account": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/itemCategory": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/picture": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/picture/{picture-id}": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/picture/{picture-id}/content": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/salesInvoiceLines": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}/account": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}/item": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}/item/itemCategory": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}/item/picture": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}/item/picture/{picture-id}": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}/item/picture/{picture-id}/content": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/salesInvoices": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/currency": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/currency": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/paymentMethod": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/paymentTerm": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/picture": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/picture/{picture-id}": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/picture/{picture-id}/content": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/shipmentMethod": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/microsoft.graph.cancel": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/microsoft.graph.cancelAndSend": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/microsoft.graph.post": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/microsoft.graph.postAndSend": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/microsoft.graph.send": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/paymentTerm": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/salesInvoiceLines": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/salesInvoiceLines/{salesInvoiceLine-id}": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/salesInvoiceLines/{salesInvoiceLine-id}/account": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/salesInvoiceLines/{salesInvoiceLine-id}/item": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/salesInvoiceLines/{salesInvoiceLine-id}/item/itemCategory": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/salesInvoiceLines/{salesInvoiceLine-id}/item/picture": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/salesInvoiceLines/{salesInvoiceLine-id}/item/picture/{picture-id}": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/salesInvoiceLines/{salesInvoiceLine-id}/item/picture/{picture-id}/content": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/shipmentMethod": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/salesOrderLines": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}/account": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}/item": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}/item/itemCategory": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}/item/picture": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}/item/picture/{picture-id}": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}/item/picture/{picture-id}/content": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/salesOrders": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/salesOrders/{salesOrder-id}": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/currency": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/currency": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/paymentMethod": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/paymentTerm": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/picture": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/picture/{picture-id}": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/picture/{picture-id}/content": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/shipmentMethod": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/paymentTerm": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/salesOrderLines": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/salesOrderLines/{salesOrderLine-id}": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/salesOrderLines/{salesOrderLine-id}/account": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/salesOrderLines/{salesOrderLine-id}/item": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/salesOrderLines/{salesOrderLine-id}/item/itemCategory": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/salesOrderLines/{salesOrderLine-id}/item/picture": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/salesOrderLines/{salesOrderLine-id}/item/picture/{picture-id}": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/salesOrderLines/{salesOrderLine-id}/item/picture/{picture-id}/content": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/salesQuoteLines": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}/account": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}/item": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}/item/itemCategory": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}/item/picture": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}/item/picture/{picture-id}": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}/item/picture/{picture-id}/content": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/salesQuotes": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/currency": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/currency": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/paymentMethod": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/paymentTerm": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/picture": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/picture/{picture-id}": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/picture/{picture-id}/content": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/shipmentMethod": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/microsoft.graph.makeInvoice": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/microsoft.graph.send": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/paymentTerm": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/salesQuoteLines": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/salesQuoteLines/{salesQuoteLine-id}": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/salesQuoteLines/{salesQuoteLine-id}/account": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/salesQuoteLines/{salesQuoteLine-id}/item": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/salesQuoteLines/{salesQuoteLine-id}/item/itemCategory": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/salesQuoteLines/{salesQuoteLine-id}/item/picture": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/salesQuoteLines/{salesQuoteLine-id}/item/picture/{picture-id}": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/salesQuoteLines/{salesQuoteLine-id}/item/picture/{picture-id}/content": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/shipmentMethod": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/shipmentMethods": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/shipmentMethods/{shipmentMethod-id}": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/taxAreas": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/taxAreas/{taxArea-id}": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/taxGroups": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/taxGroups/{taxGroup-id}": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/unitsOfMeasure": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/unitsOfMeasure/{unitOfMeasure-id}": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/vendors": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/vendors/{vendor-id}": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/vendors/{vendor-id}/currency": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/vendors/{vendor-id}/paymentMethod": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/vendors/{vendor-id}/paymentTerm": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/vendors/{vendor-id}/picture": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/vendors/{vendor-id}/picture/{picture-id}": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/vendors/{vendor-id}/picture/{picture-id}/content": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" } } } diff --git a/profiles/Groups/crawl-log-v1.0-beta.json b/profiles/Groups/crawl-log-v1.0-beta.json index 1805f1c2acb..eb152c8ca9b 100644 --- a/profiles/Groups/crawl-log-v1.0-beta.json +++ b/profiles/Groups/crawl-log-v1.0-beta.json @@ -2,1420 +2,1420 @@ "resources": [], "operations": { "/groupLifecyclePolicies": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groupLifecyclePolicies/{groupLifecyclePolicy-id}": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groupLifecyclePolicies/{groupLifecyclePolicy-id}/microsoft.graph.addGroup": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groupLifecyclePolicies/{groupLifecyclePolicy-id}/microsoft.graph.removeGroup": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groupLifecyclePolicies/microsoft.graph.renewGroup": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/acceptedSenders": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/acceptedSenders/$ref": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/calendar/calendarView/{event-id}/attachments/microsoft.graph.createUploadSession": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/calendar/calendarView/{event-id}/calendar/microsoft.graph.allowedCalendarSharingRoles(User='{User}')": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/calendar/calendarView/{event-id}/calendar/microsoft.graph.getSchedule": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/calendar/calendarView/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.accept": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/calendar/calendarView/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.cancel": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/calendar/calendarView/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.decline": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/calendar/calendarView/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.dismissReminder": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/calendar/calendarView/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.forward": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/calendar/calendarView/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.snoozeReminder": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/calendar/calendarView/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.tentativelyAccept": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/calendar/calendarView/{event-id}/exceptionOccurrences/microsoft.graph.delta()": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/calendar/calendarView/{event-id}/instances/{event-id1}/microsoft.graph.accept": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/calendar/calendarView/{event-id}/instances/{event-id1}/microsoft.graph.cancel": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/calendar/calendarView/{event-id}/instances/{event-id1}/microsoft.graph.decline": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/calendar/calendarView/{event-id}/instances/{event-id1}/microsoft.graph.dismissReminder": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/calendar/calendarView/{event-id}/instances/{event-id1}/microsoft.graph.forward": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/calendar/calendarView/{event-id}/instances/{event-id1}/microsoft.graph.snoozeReminder": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/calendar/calendarView/{event-id}/instances/{event-id1}/microsoft.graph.tentativelyAccept": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/calendar/calendarView/{event-id}/instances/microsoft.graph.delta()": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/calendar/calendarView/{event-id}/microsoft.graph.accept": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/calendar/calendarView/{event-id}/microsoft.graph.cancel": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/calendar/calendarView/{event-id}/microsoft.graph.decline": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/calendar/calendarView/{event-id}/microsoft.graph.dismissReminder": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/calendar/calendarView/{event-id}/microsoft.graph.forward": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/calendar/calendarView/{event-id}/microsoft.graph.snoozeReminder": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/calendar/calendarView/{event-id}/microsoft.graph.tentativelyAccept": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/calendar/calendarView/microsoft.graph.delta()": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/calendar/events/{event-id}/attachments/microsoft.graph.createUploadSession": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/calendar/events/{event-id}/calendar/microsoft.graph.allowedCalendarSharingRoles(User='{User}')": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/calendar/events/{event-id}/calendar/microsoft.graph.getSchedule": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/calendar/events/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.accept": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/calendar/events/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.cancel": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/calendar/events/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.decline": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/calendar/events/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.dismissReminder": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/calendar/events/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.forward": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/calendar/events/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.snoozeReminder": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/calendar/events/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.tentativelyAccept": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/calendar/events/{event-id}/exceptionOccurrences/microsoft.graph.delta()": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/calendar/events/{event-id}/instances/{event-id1}/microsoft.graph.accept": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/calendar/events/{event-id}/instances/{event-id1}/microsoft.graph.cancel": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/calendar/events/{event-id}/instances/{event-id1}/microsoft.graph.decline": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/calendar/events/{event-id}/instances/{event-id1}/microsoft.graph.dismissReminder": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/calendar/events/{event-id}/instances/{event-id1}/microsoft.graph.forward": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/calendar/events/{event-id}/instances/{event-id1}/microsoft.graph.snoozeReminder": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/calendar/events/{event-id}/instances/{event-id1}/microsoft.graph.tentativelyAccept": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/calendar/events/{event-id}/instances/microsoft.graph.delta()": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/calendar/events/{event-id}/microsoft.graph.accept": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/calendar/events/{event-id}/microsoft.graph.cancel": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/calendar/events/{event-id}/microsoft.graph.decline": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/calendar/events/{event-id}/microsoft.graph.dismissReminder": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/calendar/events/{event-id}/microsoft.graph.forward": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/calendar/events/{event-id}/microsoft.graph.snoozeReminder": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/calendar/events/{event-id}/microsoft.graph.tentativelyAccept": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/calendar/events/microsoft.graph.delta()": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/calendar/microsoft.graph.allowedCalendarSharingRoles(User='{User}')": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/calendar/microsoft.graph.getSchedule": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/calendarView/{event-id}/attachments/microsoft.graph.createUploadSession": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/calendarView/{event-id}/calendar/calendarView/{event-id1}/microsoft.graph.accept": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/calendarView/{event-id}/calendar/calendarView/{event-id1}/microsoft.graph.cancel": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/calendarView/{event-id}/calendar/calendarView/{event-id1}/microsoft.graph.decline": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/calendarView/{event-id}/calendar/calendarView/{event-id1}/microsoft.graph.dismissReminder": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/calendarView/{event-id}/calendar/calendarView/{event-id1}/microsoft.graph.forward": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/calendarView/{event-id}/calendar/calendarView/{event-id1}/microsoft.graph.snoozeReminder": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/calendarView/{event-id}/calendar/calendarView/{event-id1}/microsoft.graph.tentativelyAccept": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/calendarView/{event-id}/calendar/calendarView/microsoft.graph.delta()": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/calendarView/{event-id}/calendar/events/{event-id1}/microsoft.graph.accept": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/calendarView/{event-id}/calendar/events/{event-id1}/microsoft.graph.cancel": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/calendarView/{event-id}/calendar/events/{event-id1}/microsoft.graph.decline": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/calendarView/{event-id}/calendar/events/{event-id1}/microsoft.graph.dismissReminder": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/calendarView/{event-id}/calendar/events/{event-id1}/microsoft.graph.forward": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/calendarView/{event-id}/calendar/events/{event-id1}/microsoft.graph.snoozeReminder": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/calendarView/{event-id}/calendar/events/{event-id1}/microsoft.graph.tentativelyAccept": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/calendarView/{event-id}/calendar/events/microsoft.graph.delta()": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/calendarView/{event-id}/calendar/microsoft.graph.allowedCalendarSharingRoles(User='{User}')": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/calendarView/{event-id}/calendar/microsoft.graph.getSchedule": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.accept": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.cancel": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.decline": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.dismissReminder": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.forward": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.snoozeReminder": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.tentativelyAccept": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/calendarView/{event-id}/exceptionOccurrences/microsoft.graph.delta()": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/calendarView/{event-id}/instances/{event-id1}/microsoft.graph.accept": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/calendarView/{event-id}/instances/{event-id1}/microsoft.graph.cancel": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/calendarView/{event-id}/instances/{event-id1}/microsoft.graph.decline": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/calendarView/{event-id}/instances/{event-id1}/microsoft.graph.dismissReminder": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/calendarView/{event-id}/instances/{event-id1}/microsoft.graph.forward": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/calendarView/{event-id}/instances/{event-id1}/microsoft.graph.snoozeReminder": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/calendarView/{event-id}/instances/{event-id1}/microsoft.graph.tentativelyAccept": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/calendarView/{event-id}/instances/microsoft.graph.delta()": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/calendarView/{event-id}/microsoft.graph.accept": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/calendarView/{event-id}/microsoft.graph.cancel": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/calendarView/{event-id}/microsoft.graph.decline": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/calendarView/{event-id}/microsoft.graph.dismissReminder": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/calendarView/{event-id}/microsoft.graph.forward": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/calendarView/{event-id}/microsoft.graph.snoozeReminder": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/calendarView/{event-id}/microsoft.graph.tentativelyAccept": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/calendarView/microsoft.graph.delta()": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/conversations": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/conversations/{conversation-id}": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/conversations/{conversation-id}/threads": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/microsoft.graph.reply": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/attachments": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/{attachment-id}": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/microsoft.graph.createUploadSession": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/extensions": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/extensions/{extension-id}": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/microsoft.graph.forward": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/microsoft.graph.reply": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/mentions": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/mentions/{mention-id}": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/microsoft.graph.forward": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/microsoft.graph.reply": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/multiValueExtendedProperties": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/singleValueExtendedProperties": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/createdOnBehalfOf": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/createdOnBehalfOf/$ref": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/endpoints": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/endpoints/{endpoint-id}": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/events/{event-id}/attachments/microsoft.graph.createUploadSession": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/events/{event-id}/calendar/calendarView/{event-id1}/microsoft.graph.accept": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/events/{event-id}/calendar/calendarView/{event-id1}/microsoft.graph.cancel": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/events/{event-id}/calendar/calendarView/{event-id1}/microsoft.graph.decline": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/events/{event-id}/calendar/calendarView/{event-id1}/microsoft.graph.dismissReminder": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/events/{event-id}/calendar/calendarView/{event-id1}/microsoft.graph.forward": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/events/{event-id}/calendar/calendarView/{event-id1}/microsoft.graph.snoozeReminder": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/events/{event-id}/calendar/calendarView/{event-id1}/microsoft.graph.tentativelyAccept": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/events/{event-id}/calendar/calendarView/microsoft.graph.delta()": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/events/{event-id}/calendar/events/{event-id1}/microsoft.graph.accept": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/events/{event-id}/calendar/events/{event-id1}/microsoft.graph.cancel": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/events/{event-id}/calendar/events/{event-id1}/microsoft.graph.decline": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/events/{event-id}/calendar/events/{event-id1}/microsoft.graph.dismissReminder": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/events/{event-id}/calendar/events/{event-id1}/microsoft.graph.forward": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/events/{event-id}/calendar/events/{event-id1}/microsoft.graph.snoozeReminder": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/events/{event-id}/calendar/events/{event-id1}/microsoft.graph.tentativelyAccept": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/events/{event-id}/calendar/events/microsoft.graph.delta()": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/events/{event-id}/calendar/microsoft.graph.allowedCalendarSharingRoles(User='{User}')": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/events/{event-id}/calendar/microsoft.graph.getSchedule": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.accept": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.cancel": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.decline": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.dismissReminder": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.forward": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.snoozeReminder": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.tentativelyAccept": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/events/{event-id}/exceptionOccurrences/microsoft.graph.delta()": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/events/{event-id}/instances/{event-id1}/microsoft.graph.accept": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/events/{event-id}/instances/{event-id1}/microsoft.graph.cancel": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/events/{event-id}/instances/{event-id1}/microsoft.graph.decline": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/events/{event-id}/instances/{event-id1}/microsoft.graph.dismissReminder": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/events/{event-id}/instances/{event-id1}/microsoft.graph.forward": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/events/{event-id}/instances/{event-id1}/microsoft.graph.snoozeReminder": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/events/{event-id}/instances/{event-id1}/microsoft.graph.tentativelyAccept": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/events/{event-id}/instances/microsoft.graph.delta()": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/events/{event-id}/microsoft.graph.accept": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/events/{event-id}/microsoft.graph.cancel": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/events/{event-id}/microsoft.graph.decline": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/events/{event-id}/microsoft.graph.dismissReminder": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/events/{event-id}/microsoft.graph.forward": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/events/{event-id}/microsoft.graph.snoozeReminder": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/events/{event-id}/microsoft.graph.tentativelyAccept": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/events/microsoft.graph.delta()": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/extensions": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/extensions/{extension-id}": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/memberOf": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/memberOf/$ref": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/members": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/members/$ref": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/membersWithLicenseErrors": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/membersWithLicenseErrors/$ref": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/microsoft.graph.addFavorite": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/microsoft.graph.assignLicense": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/microsoft.graph.checkGrantedPermissionsForApp": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/microsoft.graph.checkMemberGroups": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/microsoft.graph.checkMemberObjects": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/microsoft.graph.evaluateDynamicMembership": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/microsoft.graph.getMemberGroups": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/microsoft.graph.getMemberObjects": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/microsoft.graph.removeFavorite": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/microsoft.graph.renew": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/microsoft.graph.resetUnseenCount": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/microsoft.graph.restore": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/microsoft.graph.subscribeByMail": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/microsoft.graph.unsubscribeByMail": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/microsoft.graph.validateProperties": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/onenote/notebooks/{notebook-id}/microsoft.graph.copyNotebook": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentNotebook/microsoft.graph.copyNotebook": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/microsoft.graph.copyToNotebook": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/microsoft.graph.copyToSectionGroup": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/microsoft.graph.copyToSection": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/microsoft.graph.onenotePatchContent": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/microsoft.graph.preview()": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/microsoft.graph.copyNotebook": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/microsoft.graph.copyToNotebook": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/microsoft.graph.copyToSectionGroup": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/microsoft.graph.copyNotebook": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/microsoft.graph.copyToNotebook": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/microsoft.graph.copyToSectionGroup": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/microsoft.graph.copyToSection": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/microsoft.graph.onenotePatchContent": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/microsoft.graph.preview()": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/microsoft.graph.copyNotebook": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/microsoft.graph.copyToNotebook": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/microsoft.graph.copyToSectionGroup": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentNotebook/microsoft.graph.copyNotebook": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/microsoft.graph.copyNotebook": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/microsoft.graph.copyToNotebook": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/microsoft.graph.copyToSectionGroup": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/onenote/notebooks/microsoft.graph.getNotebookFromWebUrl": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/onenote/notebooks/microsoft.graph.getRecentNotebooks(includePersonalNotebooks={includePersonalNotebooks})": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/onenote/pages/{onenotePage-id}/microsoft.graph.copyToSection": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/onenote/pages/{onenotePage-id}/microsoft.graph.onenotePatchContent": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/onenote/pages/{onenotePage-id}/microsoft.graph.preview()": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/microsoft.graph.copyNotebook": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/microsoft.graph.copyNotebook": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/microsoft.graph.copyToNotebook": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/microsoft.graph.copyToSectionGroup": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id1}/microsoft.graph.copyToSection": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id1}/microsoft.graph.onenotePatchContent": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id1}/microsoft.graph.preview()": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/microsoft.graph.copyNotebook": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/microsoft.graph.copyToNotebook": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/microsoft.graph.copyToSectionGroup": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id1}/microsoft.graph.copyToSection": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id1}/microsoft.graph.onenotePatchContent": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id1}/microsoft.graph.preview()": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentNotebook/microsoft.graph.copyNotebook": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/microsoft.graph.copyNotebook": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/microsoft.graph.copyToNotebook": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/microsoft.graph.copyToSectionGroup": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/microsoft.graph.copyToNotebook": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/microsoft.graph.copyToSectionGroup": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/pages/{onenotePage-id1}/microsoft.graph.copyToSection": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/pages/{onenotePage-id1}/microsoft.graph.onenotePatchContent": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/pages/{onenotePage-id1}/microsoft.graph.preview()": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/microsoft.graph.copyNotebook": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/microsoft.graph.copyNotebook": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/microsoft.graph.copyToNotebook": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/microsoft.graph.copyToSectionGroup": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sections/{onenoteSection-id}/microsoft.graph.copyToNotebook": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sections/{onenoteSection-id}/microsoft.graph.copyToSectionGroup": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/microsoft.graph.copyNotebook": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sections/{onenoteSection-id}/microsoft.graph.copyToNotebook": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sections/{onenoteSection-id}/microsoft.graph.copyToSectionGroup": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sections/{onenoteSection-id}/microsoft.graph.copyToNotebook": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sections/{onenoteSection-id}/microsoft.graph.copyToSectionGroup": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/microsoft.graph.copyNotebook": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/microsoft.graph.copyToNotebook": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/microsoft.graph.copyToSectionGroup": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/microsoft.graph.copyToSection": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/microsoft.graph.onenotePatchContent": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/microsoft.graph.preview()": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/microsoft.graph.copyNotebook": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/microsoft.graph.copyToNotebook": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/microsoft.graph.copyToSectionGroup": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/parentNotebook/microsoft.graph.copyNotebook": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/microsoft.graph.copyToNotebook": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/microsoft.graph.copyToSectionGroup": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/microsoft.graph.copyToSection": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/microsoft.graph.onenotePatchContent": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/microsoft.graph.preview()": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/microsoft.graph.copyNotebook": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/microsoft.graph.copyToNotebook": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/microsoft.graph.copyToSectionGroup": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/microsoft.graph.copyToNotebook": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/microsoft.graph.copyToSectionGroup": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/microsoft.graph.copyNotebook": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/microsoft.graph.copyToNotebook": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/microsoft.graph.copyToSectionGroup": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/onenote/sections/{onenoteSection-id}/microsoft.graph.copyToNotebook": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/onenote/sections/{onenoteSection-id}/microsoft.graph.copyToSectionGroup": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/microsoft.graph.copyToSection": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/microsoft.graph.onenotePatchContent": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/microsoft.graph.preview()": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/microsoft.graph.copyNotebook": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/microsoft.graph.copyNotebook": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/microsoft.graph.copyToNotebook": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/microsoft.graph.copyToSectionGroup": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/microsoft.graph.copyToNotebook": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/microsoft.graph.copyToSectionGroup": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/microsoft.graph.copyToNotebook": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/microsoft.graph.copyToSectionGroup": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentNotebook/microsoft.graph.copyNotebook": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/microsoft.graph.copyNotebook": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/microsoft.graph.copyToNotebook": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/microsoft.graph.copyToSectionGroup": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/microsoft.graph.copyToNotebook": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/microsoft.graph.copyToSectionGroup": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/microsoft.graph.copyNotebook": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sections/{onenoteSection-id1}/microsoft.graph.copyToNotebook": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sections/{onenoteSection-id1}/microsoft.graph.copyToSectionGroup": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/microsoft.graph.copyToNotebook": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/microsoft.graph.copyToSectionGroup": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/owners": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/owners/$ref": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/permissionGrants": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/permissionGrants/{resourceSpecificPermissionGrant-id}": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/photo": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/photo/$value": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/photos": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/photos/{profilePhoto-id}": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/photos/{profilePhoto-id}/$value": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/rejectedSenders": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/rejectedSenders/$ref": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/settings": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/settings/{directorySetting-id}": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/threads": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/threads/{conversationThread-id}": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/threads/{conversationThread-id}/microsoft.graph.reply": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/threads/{conversationThread-id}/posts": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/attachments": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/{attachment-id}": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/microsoft.graph.createUploadSession": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/extensions": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/extensions/{extension-id}": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/microsoft.graph.forward": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/microsoft.graph.reply": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/mentions": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/mentions/{mention-id}": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/microsoft.graph.forward": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/microsoft.graph.reply": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/multiValueExtendedProperties": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/singleValueExtendedProperties": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/transitiveMemberOf": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/transitiveMemberOf/$ref": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/transitiveMembers": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/transitiveMembers/$ref": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/microsoft.graph.delta()": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/microsoft.graph.evaluateDynamicMembership": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/microsoft.graph.getByIds": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/microsoft.graph.getUserOwnedObjects": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/microsoft.graph.validateProperties": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/users/{user-id}/joinedGroups": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/users/{user-id}/joinedGroups/{group-id}": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" } } } diff --git a/profiles/Groups/crawl-log-v1.0.json b/profiles/Groups/crawl-log-v1.0.json index 019e54309e9..0fe67cd2707 100644 --- a/profiles/Groups/crawl-log-v1.0.json +++ b/profiles/Groups/crawl-log-v1.0.json @@ -2,1240 +2,1240 @@ "resources": [], "operations": { "/groupLifecyclePolicies": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groupLifecyclePolicies/{groupLifecyclePolicy-id}": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groupLifecyclePolicies/{groupLifecyclePolicy-id}/microsoft.graph.addGroup": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groupLifecyclePolicies/{groupLifecyclePolicy-id}/microsoft.graph.removeGroup": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/acceptedSenders": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/acceptedSenders/$ref": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/calendar/calendarView/{event-id}/attachments/microsoft.graph.createUploadSession": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/calendar/calendarView/{event-id}/calendar/microsoft.graph.allowedCalendarSharingRoles(User='{User}')": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/calendar/calendarView/{event-id}/calendar/microsoft.graph.getSchedule": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/calendar/calendarView/{event-id}/instances/{event-id1}/microsoft.graph.accept": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/calendar/calendarView/{event-id}/instances/{event-id1}/microsoft.graph.cancel": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/calendar/calendarView/{event-id}/instances/{event-id1}/microsoft.graph.decline": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/calendar/calendarView/{event-id}/instances/{event-id1}/microsoft.graph.dismissReminder": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/calendar/calendarView/{event-id}/instances/{event-id1}/microsoft.graph.forward": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/calendar/calendarView/{event-id}/instances/{event-id1}/microsoft.graph.snoozeReminder": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/calendar/calendarView/{event-id}/instances/{event-id1}/microsoft.graph.tentativelyAccept": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/calendar/calendarView/{event-id}/instances/microsoft.graph.delta()": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/calendar/calendarView/{event-id}/microsoft.graph.accept": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/calendar/calendarView/{event-id}/microsoft.graph.cancel": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/calendar/calendarView/{event-id}/microsoft.graph.decline": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/calendar/calendarView/{event-id}/microsoft.graph.dismissReminder": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/calendar/calendarView/{event-id}/microsoft.graph.forward": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/calendar/calendarView/{event-id}/microsoft.graph.snoozeReminder": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/calendar/calendarView/{event-id}/microsoft.graph.tentativelyAccept": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/calendar/calendarView/microsoft.graph.delta()": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/calendar/events/{event-id}/attachments/microsoft.graph.createUploadSession": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/calendar/events/{event-id}/calendar/microsoft.graph.allowedCalendarSharingRoles(User='{User}')": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/calendar/events/{event-id}/calendar/microsoft.graph.getSchedule": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/calendar/events/{event-id}/instances/{event-id1}/microsoft.graph.accept": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/calendar/events/{event-id}/instances/{event-id1}/microsoft.graph.cancel": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/calendar/events/{event-id}/instances/{event-id1}/microsoft.graph.decline": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/calendar/events/{event-id}/instances/{event-id1}/microsoft.graph.dismissReminder": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/calendar/events/{event-id}/instances/{event-id1}/microsoft.graph.forward": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/calendar/events/{event-id}/instances/{event-id1}/microsoft.graph.snoozeReminder": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/calendar/events/{event-id}/instances/{event-id1}/microsoft.graph.tentativelyAccept": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/calendar/events/{event-id}/instances/microsoft.graph.delta()": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/calendar/events/{event-id}/microsoft.graph.accept": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/calendar/events/{event-id}/microsoft.graph.cancel": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/calendar/events/{event-id}/microsoft.graph.decline": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/calendar/events/{event-id}/microsoft.graph.dismissReminder": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/calendar/events/{event-id}/microsoft.graph.forward": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/calendar/events/{event-id}/microsoft.graph.snoozeReminder": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/calendar/events/{event-id}/microsoft.graph.tentativelyAccept": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/calendar/events/microsoft.graph.delta()": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/calendar/microsoft.graph.allowedCalendarSharingRoles(User='{User}')": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/calendar/microsoft.graph.getSchedule": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/calendarView/{event-id}/attachments/microsoft.graph.createUploadSession": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/calendarView/{event-id}/calendar/calendarView/{event-id1}/microsoft.graph.accept": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/calendarView/{event-id}/calendar/calendarView/{event-id1}/microsoft.graph.cancel": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/calendarView/{event-id}/calendar/calendarView/{event-id1}/microsoft.graph.decline": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/calendarView/{event-id}/calendar/calendarView/{event-id1}/microsoft.graph.dismissReminder": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/calendarView/{event-id}/calendar/calendarView/{event-id1}/microsoft.graph.forward": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/calendarView/{event-id}/calendar/calendarView/{event-id1}/microsoft.graph.snoozeReminder": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/calendarView/{event-id}/calendar/calendarView/{event-id1}/microsoft.graph.tentativelyAccept": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/calendarView/{event-id}/calendar/calendarView/microsoft.graph.delta()": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/calendarView/{event-id}/calendar/events/{event-id1}/microsoft.graph.accept": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/calendarView/{event-id}/calendar/events/{event-id1}/microsoft.graph.cancel": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/calendarView/{event-id}/calendar/events/{event-id1}/microsoft.graph.decline": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/calendarView/{event-id}/calendar/events/{event-id1}/microsoft.graph.dismissReminder": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/calendarView/{event-id}/calendar/events/{event-id1}/microsoft.graph.forward": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/calendarView/{event-id}/calendar/events/{event-id1}/microsoft.graph.snoozeReminder": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/calendarView/{event-id}/calendar/events/{event-id1}/microsoft.graph.tentativelyAccept": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/calendarView/{event-id}/calendar/events/microsoft.graph.delta()": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/calendarView/{event-id}/calendar/microsoft.graph.allowedCalendarSharingRoles(User='{User}')": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/calendarView/{event-id}/calendar/microsoft.graph.getSchedule": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/calendarView/{event-id}/instances/{event-id1}/microsoft.graph.accept": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/calendarView/{event-id}/instances/{event-id1}/microsoft.graph.cancel": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/calendarView/{event-id}/instances/{event-id1}/microsoft.graph.decline": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/calendarView/{event-id}/instances/{event-id1}/microsoft.graph.dismissReminder": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/calendarView/{event-id}/instances/{event-id1}/microsoft.graph.forward": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/calendarView/{event-id}/instances/{event-id1}/microsoft.graph.snoozeReminder": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/calendarView/{event-id}/instances/{event-id1}/microsoft.graph.tentativelyAccept": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/calendarView/{event-id}/instances/microsoft.graph.delta()": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/calendarView/{event-id}/microsoft.graph.accept": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/calendarView/{event-id}/microsoft.graph.cancel": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/calendarView/{event-id}/microsoft.graph.decline": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/calendarView/{event-id}/microsoft.graph.dismissReminder": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/calendarView/{event-id}/microsoft.graph.forward": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/calendarView/{event-id}/microsoft.graph.snoozeReminder": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/calendarView/{event-id}/microsoft.graph.tentativelyAccept": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/calendarView/microsoft.graph.delta()": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/conversations": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/conversations/{conversation-id}": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/conversations/{conversation-id}/threads": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/microsoft.graph.reply": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/attachments": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/{attachment-id}": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/microsoft.graph.createUploadSession": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/extensions": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/extensions/{extension-id}": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/microsoft.graph.forward": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/microsoft.graph.reply": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/microsoft.graph.forward": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/microsoft.graph.reply": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/multiValueExtendedProperties": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/singleValueExtendedProperties": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/createdOnBehalfOf": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/createdOnBehalfOf/$ref": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/events/{event-id}/attachments/microsoft.graph.createUploadSession": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/events/{event-id}/calendar/calendarView/{event-id1}/microsoft.graph.accept": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/events/{event-id}/calendar/calendarView/{event-id1}/microsoft.graph.cancel": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/events/{event-id}/calendar/calendarView/{event-id1}/microsoft.graph.decline": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/events/{event-id}/calendar/calendarView/{event-id1}/microsoft.graph.dismissReminder": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/events/{event-id}/calendar/calendarView/{event-id1}/microsoft.graph.forward": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/events/{event-id}/calendar/calendarView/{event-id1}/microsoft.graph.snoozeReminder": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/events/{event-id}/calendar/calendarView/{event-id1}/microsoft.graph.tentativelyAccept": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/events/{event-id}/calendar/calendarView/microsoft.graph.delta()": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/events/{event-id}/calendar/events/{event-id1}/microsoft.graph.accept": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/events/{event-id}/calendar/events/{event-id1}/microsoft.graph.cancel": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/events/{event-id}/calendar/events/{event-id1}/microsoft.graph.decline": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/events/{event-id}/calendar/events/{event-id1}/microsoft.graph.dismissReminder": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/events/{event-id}/calendar/events/{event-id1}/microsoft.graph.forward": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/events/{event-id}/calendar/events/{event-id1}/microsoft.graph.snoozeReminder": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/events/{event-id}/calendar/events/{event-id1}/microsoft.graph.tentativelyAccept": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/events/{event-id}/calendar/events/microsoft.graph.delta()": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/events/{event-id}/calendar/microsoft.graph.allowedCalendarSharingRoles(User='{User}')": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/events/{event-id}/calendar/microsoft.graph.getSchedule": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/events/{event-id}/instances/{event-id1}/microsoft.graph.accept": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/events/{event-id}/instances/{event-id1}/microsoft.graph.cancel": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/events/{event-id}/instances/{event-id1}/microsoft.graph.decline": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/events/{event-id}/instances/{event-id1}/microsoft.graph.dismissReminder": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/events/{event-id}/instances/{event-id1}/microsoft.graph.forward": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/events/{event-id}/instances/{event-id1}/microsoft.graph.snoozeReminder": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/events/{event-id}/instances/{event-id1}/microsoft.graph.tentativelyAccept": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/events/{event-id}/instances/microsoft.graph.delta()": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/events/{event-id}/microsoft.graph.accept": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/events/{event-id}/microsoft.graph.cancel": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/events/{event-id}/microsoft.graph.decline": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/events/{event-id}/microsoft.graph.dismissReminder": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/events/{event-id}/microsoft.graph.forward": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/events/{event-id}/microsoft.graph.snoozeReminder": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/events/{event-id}/microsoft.graph.tentativelyAccept": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/events/microsoft.graph.delta()": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/extensions": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/extensions/{extension-id}": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/memberOf": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/memberOf/$ref": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/members": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/members/$ref": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/membersWithLicenseErrors": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/membersWithLicenseErrors/$ref": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/microsoft.graph.addFavorite": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/microsoft.graph.assignLicense": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/microsoft.graph.checkGrantedPermissionsForApp": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/microsoft.graph.checkMemberGroups": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/microsoft.graph.checkMemberObjects": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/microsoft.graph.getMemberGroups": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/microsoft.graph.getMemberObjects": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/microsoft.graph.removeFavorite": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/microsoft.graph.renew": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/microsoft.graph.resetUnseenCount": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/microsoft.graph.restore": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/microsoft.graph.subscribeByMail": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/microsoft.graph.unsubscribeByMail": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/microsoft.graph.validateProperties": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/onenote/notebooks/{notebook-id}/microsoft.graph.copyNotebook": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentNotebook/microsoft.graph.copyNotebook": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/microsoft.graph.copyToNotebook": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/microsoft.graph.copyToSectionGroup": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/microsoft.graph.copyToSection": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/microsoft.graph.onenotePatchContent": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/microsoft.graph.preview()": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/microsoft.graph.copyNotebook": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/microsoft.graph.copyToNotebook": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/microsoft.graph.copyToSectionGroup": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/microsoft.graph.copyNotebook": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/microsoft.graph.copyToNotebook": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/microsoft.graph.copyToSectionGroup": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/microsoft.graph.copyToSection": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/microsoft.graph.onenotePatchContent": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/microsoft.graph.preview()": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/microsoft.graph.copyNotebook": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/microsoft.graph.copyToNotebook": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/microsoft.graph.copyToSectionGroup": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentNotebook/microsoft.graph.copyNotebook": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/microsoft.graph.copyNotebook": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/microsoft.graph.copyToNotebook": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/microsoft.graph.copyToSectionGroup": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/onenote/notebooks/microsoft.graph.getNotebookFromWebUrl": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/onenote/notebooks/microsoft.graph.getRecentNotebooks(includePersonalNotebooks={includePersonalNotebooks})": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/onenote/pages/{onenotePage-id}/microsoft.graph.copyToSection": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/onenote/pages/{onenotePage-id}/microsoft.graph.onenotePatchContent": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/onenote/pages/{onenotePage-id}/microsoft.graph.preview()": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/microsoft.graph.copyNotebook": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/microsoft.graph.copyNotebook": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/microsoft.graph.copyToNotebook": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/microsoft.graph.copyToSectionGroup": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id1}/microsoft.graph.copyToSection": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id1}/microsoft.graph.onenotePatchContent": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id1}/microsoft.graph.preview()": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/microsoft.graph.copyNotebook": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/microsoft.graph.copyToNotebook": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/microsoft.graph.copyToSectionGroup": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id1}/microsoft.graph.copyToSection": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id1}/microsoft.graph.onenotePatchContent": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id1}/microsoft.graph.preview()": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentNotebook/microsoft.graph.copyNotebook": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/microsoft.graph.copyNotebook": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/microsoft.graph.copyToNotebook": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/microsoft.graph.copyToSectionGroup": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/microsoft.graph.copyToNotebook": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/microsoft.graph.copyToSectionGroup": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/pages/{onenotePage-id1}/microsoft.graph.copyToSection": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/pages/{onenotePage-id1}/microsoft.graph.onenotePatchContent": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/pages/{onenotePage-id1}/microsoft.graph.preview()": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/microsoft.graph.copyNotebook": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/microsoft.graph.copyNotebook": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/microsoft.graph.copyToNotebook": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/microsoft.graph.copyToSectionGroup": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sections/{onenoteSection-id}/microsoft.graph.copyToNotebook": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sections/{onenoteSection-id}/microsoft.graph.copyToSectionGroup": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/microsoft.graph.copyNotebook": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sections/{onenoteSection-id}/microsoft.graph.copyToNotebook": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sections/{onenoteSection-id}/microsoft.graph.copyToSectionGroup": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sections/{onenoteSection-id}/microsoft.graph.copyToNotebook": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sections/{onenoteSection-id}/microsoft.graph.copyToSectionGroup": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/microsoft.graph.copyNotebook": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/microsoft.graph.copyToNotebook": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/microsoft.graph.copyToSectionGroup": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/microsoft.graph.copyToSection": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/microsoft.graph.onenotePatchContent": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/microsoft.graph.preview()": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/microsoft.graph.copyNotebook": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/microsoft.graph.copyToNotebook": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/microsoft.graph.copyToSectionGroup": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/parentNotebook/microsoft.graph.copyNotebook": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/microsoft.graph.copyToNotebook": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/microsoft.graph.copyToSectionGroup": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/microsoft.graph.copyToSection": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/microsoft.graph.onenotePatchContent": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/microsoft.graph.preview()": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/microsoft.graph.copyNotebook": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/microsoft.graph.copyToNotebook": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/microsoft.graph.copyToSectionGroup": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/microsoft.graph.copyToNotebook": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/microsoft.graph.copyToSectionGroup": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/microsoft.graph.copyNotebook": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/microsoft.graph.copyToNotebook": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/microsoft.graph.copyToSectionGroup": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/onenote/sections/{onenoteSection-id}/microsoft.graph.copyToNotebook": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/onenote/sections/{onenoteSection-id}/microsoft.graph.copyToSectionGroup": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/microsoft.graph.copyToSection": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/microsoft.graph.onenotePatchContent": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/microsoft.graph.preview()": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/microsoft.graph.copyNotebook": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/microsoft.graph.copyNotebook": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/microsoft.graph.copyToNotebook": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/microsoft.graph.copyToSectionGroup": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/microsoft.graph.copyToNotebook": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/microsoft.graph.copyToSectionGroup": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/microsoft.graph.copyToNotebook": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/microsoft.graph.copyToSectionGroup": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentNotebook/microsoft.graph.copyNotebook": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/microsoft.graph.copyNotebook": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/microsoft.graph.copyToNotebook": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/microsoft.graph.copyToSectionGroup": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/microsoft.graph.copyToNotebook": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/microsoft.graph.copyToSectionGroup": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/microsoft.graph.copyNotebook": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sections/{onenoteSection-id1}/microsoft.graph.copyToNotebook": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sections/{onenoteSection-id1}/microsoft.graph.copyToSectionGroup": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/microsoft.graph.copyToNotebook": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/microsoft.graph.copyToSectionGroup": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/owners": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/owners/$ref": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/permissionGrants": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/permissionGrants/{resourceSpecificPermissionGrant-id}": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/photo": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/photo/$value": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/photos": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/photos/{profilePhoto-id}": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/photos/{profilePhoto-id}/$value": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/rejectedSenders": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/rejectedSenders/$ref": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/threads": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/threads/{conversationThread-id}": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/threads/{conversationThread-id}/microsoft.graph.reply": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/threads/{conversationThread-id}/posts": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/attachments": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/{attachment-id}": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/microsoft.graph.createUploadSession": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/extensions": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/extensions/{extension-id}": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/microsoft.graph.forward": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/microsoft.graph.reply": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/microsoft.graph.forward": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/microsoft.graph.reply": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/multiValueExtendedProperties": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/singleValueExtendedProperties": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/transitiveMemberOf": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/transitiveMemberOf/$ref": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/transitiveMembers": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/transitiveMembers/$ref": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/microsoft.graph.delta()": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/microsoft.graph.getAvailableExtensionProperties": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/microsoft.graph.getByIds": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/microsoft.graph.validateProperties": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" } } } diff --git a/profiles/Groups/readme.md b/profiles/Groups/readme.md index 3c97ff7dc1e..eb7aaec76b0 100644 --- a/profiles/Groups/readme.md +++ b/profiles/Groups/readme.md @@ -6,8 +6,8 @@ ``` yaml require: -- $(this-folder)/definitions/v1.0.md - $(this-folder)/definitions/v1.0-beta.md +- $(this-folder)/definitions/v1.0.md ``` diff --git a/profiles/Identity.DirectoryManagement/crawl-log-v1.0-beta.json b/profiles/Identity.DirectoryManagement/crawl-log-v1.0-beta.json index 1f36fd4d597..1f045e8628c 100644 --- a/profiles/Identity.DirectoryManagement/crawl-log-v1.0-beta.json +++ b/profiles/Identity.DirectoryManagement/crawl-log-v1.0-beta.json @@ -2,612 +2,612 @@ "resources": [], "operations": { "/administrativeUnits": { - "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml" }, "/administrativeUnits/{administrativeUnit-id}": { - "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml" }, "/administrativeUnits/{administrativeUnit-id}/extensions": { - "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml" }, "/administrativeUnits/{administrativeUnit-id}/extensions/{extension-id}": { - "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml" }, "/administrativeUnits/{administrativeUnit-id}/members": { - "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml" }, "/administrativeUnits/{administrativeUnit-id}/members/$ref": { - "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml" }, "/administrativeUnits/{administrativeUnit-id}/microsoft.graph.checkMemberGroups": { - "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml" }, "/administrativeUnits/{administrativeUnit-id}/microsoft.graph.checkMemberObjects": { - "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml" }, "/administrativeUnits/{administrativeUnit-id}/microsoft.graph.getMemberGroups": { - "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml" }, "/administrativeUnits/{administrativeUnit-id}/microsoft.graph.getMemberObjects": { - "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml" }, "/administrativeUnits/{administrativeUnit-id}/microsoft.graph.restore": { - "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml" }, "/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers": { - "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml" }, "/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers/{scopedRoleMembership-id}": { - "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml" }, "/administrativeUnits/microsoft.graph.delta()": { - "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml" }, "/administrativeUnits/microsoft.graph.getByIds": { - "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml" }, "/administrativeUnits/microsoft.graph.getUserOwnedObjects": { - "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml" }, "/administrativeUnits/microsoft.graph.validateProperties": { - "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml" }, "/contacts": { - "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml" }, "/contacts/{orgContact-id}": { - "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml" }, "/contacts/{orgContact-id}/directReports": { - "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml" }, "/contacts/{orgContact-id}/directReports/$ref": { - "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml" }, "/contacts/{orgContact-id}/manager": { - "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml" }, "/contacts/{orgContact-id}/manager/$ref": { - "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml" }, "/contacts/{orgContact-id}/memberOf": { - "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml" }, "/contacts/{orgContact-id}/memberOf/$ref": { - "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml" }, "/contacts/{orgContact-id}/microsoft.graph.checkMemberGroups": { - "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml" }, "/contacts/{orgContact-id}/microsoft.graph.checkMemberObjects": { - "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml" }, "/contacts/{orgContact-id}/microsoft.graph.getMemberGroups": { - "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml" }, "/contacts/{orgContact-id}/microsoft.graph.getMemberObjects": { - "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml" }, "/contacts/{orgContact-id}/microsoft.graph.restore": { - "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml" }, "/contacts/{orgContact-id}/transitiveMemberOf": { - "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml" }, "/contacts/{orgContact-id}/transitiveMemberOf/$ref": { - "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml" }, "/contacts/microsoft.graph.delta()": { - "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml" }, "/contacts/microsoft.graph.getByIds": { - "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml" }, "/contacts/microsoft.graph.getUserOwnedObjects": { - "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml" }, "/contacts/microsoft.graph.validateProperties": { - "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml" }, "/contracts": { - "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml" }, "/contracts/{contract-id}": { - "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml" }, "/contracts/{contract-id}/microsoft.graph.checkMemberGroups": { - "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml" }, "/contracts/{contract-id}/microsoft.graph.checkMemberObjects": { - "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml" }, "/contracts/{contract-id}/microsoft.graph.getMemberGroups": { - "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml" }, "/contracts/{contract-id}/microsoft.graph.getMemberObjects": { - "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml" }, "/contracts/{contract-id}/microsoft.graph.restore": { - "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml" }, "/contracts/microsoft.graph.getByIds": { - "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml" }, "/contracts/microsoft.graph.getUserOwnedObjects": { - "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml" }, "/contracts/microsoft.graph.validateProperties": { - "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml" }, "/devices": { - "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml" }, "/devices/{device-id}": { - "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml" }, "/devices/{device-id}/commands": { - "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml" }, "/devices/{device-id}/commands/{command-id}": { - "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml" }, "/devices/{device-id}/extensions": { - "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml" }, "/devices/{device-id}/extensions/{extension-id}": { - "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml" }, "/devices/{device-id}/memberOf": { - "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml" }, "/devices/{device-id}/memberOf/$ref": { - "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml" }, "/devices/{device-id}/microsoft.graph.checkMemberGroups": { - "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml" }, "/devices/{device-id}/microsoft.graph.checkMemberObjects": { - "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml" }, "/devices/{device-id}/microsoft.graph.getMemberGroups": { - "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml" }, "/devices/{device-id}/microsoft.graph.getMemberObjects": { - "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml" }, "/devices/{device-id}/microsoft.graph.restore": { - "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml" }, "/devices/{device-id}/registeredOwners": { - "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml" }, "/devices/{device-id}/registeredOwners/$ref": { - "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml" }, "/devices/{device-id}/registeredUsers": { - "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml" }, "/devices/{device-id}/registeredUsers/$ref": { - "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml" }, "/devices/{device-id}/transitiveMemberOf": { - "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml" }, "/devices/{device-id}/transitiveMemberOf/$ref": { - "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml" }, "/devices/{device-id}/usageRights": { - "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml" }, "/devices/{device-id}/usageRights/{usageRight-id}": { - "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml" }, "/devices/microsoft.graph.getByIds": { - "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml" }, "/devices/microsoft.graph.getUserOwnedObjects": { - "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml" }, "/devices/microsoft.graph.validateProperties": { - "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml" }, "/directory": { - "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml" }, "/directory/administrativeUnits": { - "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml" }, "/directory/administrativeUnits/{administrativeUnit-id}": { - "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml" }, "/directory/deletedItems": { - "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml" }, "/directory/deletedItems/{directoryObject-id}": { - "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml" }, "/directory/featureRolloutPolicies": { - "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml" }, "/directory/featureRolloutPolicies/{featureRolloutPolicy-id}": { - "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml" }, "/directory/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo": { - "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml" }, "/directory/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo/{directoryObject-id}": { - "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml" }, "/directory/sharedEmailDomains": { - "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml" }, "/directory/sharedEmailDomains/{sharedEmailDomain-id}": { - "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml" }, "/directoryRoles": { - "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml" }, "/directoryRoles/{directoryRole-id}": { - "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml" }, "/directoryRoles/{directoryRole-id}/members": { - "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml" }, "/directoryRoles/{directoryRole-id}/members/$ref": { - "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml" }, "/directoryRoles/{directoryRole-id}/microsoft.graph.checkMemberGroups": { - "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml" }, "/directoryRoles/{directoryRole-id}/microsoft.graph.checkMemberObjects": { - "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml" }, "/directoryRoles/{directoryRole-id}/microsoft.graph.getMemberGroups": { - "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml" }, "/directoryRoles/{directoryRole-id}/microsoft.graph.getMemberObjects": { - "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml" }, "/directoryRoles/{directoryRole-id}/microsoft.graph.restore": { - "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml" }, "/directoryRoles/{directoryRole-id}/scopedMembers": { - "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml" }, "/directoryRoles/{directoryRole-id}/scopedMembers/{scopedRoleMembership-id}": { - "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml" }, "/directoryRoles/microsoft.graph.delta()": { - "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml" }, "/directoryRoles/microsoft.graph.getByIds": { - "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml" }, "/directoryRoles/microsoft.graph.getUserOwnedObjects": { - "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml" }, "/directoryRoles/microsoft.graph.validateProperties": { - "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml" }, "/directoryRoleTemplates": { - "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml" }, "/directoryRoleTemplates/{directoryRoleTemplate-id}": { - "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml" }, "/directoryRoleTemplates/{directoryRoleTemplate-id}/microsoft.graph.checkMemberGroups": { - "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml" }, "/directoryRoleTemplates/{directoryRoleTemplate-id}/microsoft.graph.checkMemberObjects": { - "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml" }, "/directoryRoleTemplates/{directoryRoleTemplate-id}/microsoft.graph.getMemberGroups": { - "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml" }, "/directoryRoleTemplates/{directoryRoleTemplate-id}/microsoft.graph.getMemberObjects": { - "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml" }, "/directoryRoleTemplates/{directoryRoleTemplate-id}/microsoft.graph.restore": { - "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml" }, "/directoryRoleTemplates/microsoft.graph.getByIds": { - "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml" }, "/directoryRoleTemplates/microsoft.graph.getUserOwnedObjects": { - "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml" }, "/directoryRoleTemplates/microsoft.graph.validateProperties": { - "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml" }, "/directorySettingTemplates": { - "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml" }, "/directorySettingTemplates/{directorySettingTemplate-id}": { - "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml" }, "/directorySettingTemplates/{directorySettingTemplate-id}/microsoft.graph.checkMemberGroups": { - "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml" }, "/directorySettingTemplates/{directorySettingTemplate-id}/microsoft.graph.checkMemberObjects": { - "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml" }, "/directorySettingTemplates/{directorySettingTemplate-id}/microsoft.graph.getMemberGroups": { - "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml" }, "/directorySettingTemplates/{directorySettingTemplate-id}/microsoft.graph.getMemberObjects": { - "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml" }, "/directorySettingTemplates/{directorySettingTemplate-id}/microsoft.graph.restore": { - "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml" }, "/directorySettingTemplates/microsoft.graph.getByIds": { - "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml" }, "/directorySettingTemplates/microsoft.graph.getUserOwnedObjects": { - "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml" }, "/directorySettingTemplates/microsoft.graph.validateProperties": { - "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml" }, "/domains": { - "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml" }, "/domains/{domain-id}": { - "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml" }, "/domains/{domain-id}/domainNameReferences": { - "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml" }, "/domains/{domain-id}/domainNameReferences/$ref": { - "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml" }, "/domains/{domain-id}/microsoft.graph.forceDelete": { - "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml" }, "/domains/{domain-id}/microsoft.graph.verify": { - "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml" }, "/domains/{domain-id}/serviceConfigurationRecords": { - "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml" }, "/domains/{domain-id}/serviceConfigurationRecords/{domainDnsRecord-id}": { - "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml" }, "/domains/{domain-id}/sharedEmailDomainInvitations": { - "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml" }, "/domains/{domain-id}/sharedEmailDomainInvitations/{sharedEmailDomainInvitation-id}": { - "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml" }, "/domains/{domain-id}/verificationDnsRecords": { - "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml" }, "/domains/{domain-id}/verificationDnsRecords/{domainDnsRecord-id}": { - "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml" }, "/organization": { - "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml" }, "/organization/{organization-id}": { - "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml" }, "/organization/{organization-id}/branding": { - "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml" }, "/organization/{organization-id}/extensions": { - "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml" }, "/organization/{organization-id}/extensions/{extension-id}": { - "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml" }, "/organization/{organization-id}/microsoft.graph.checkMemberGroups": { - "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml" }, "/organization/{organization-id}/microsoft.graph.checkMemberObjects": { - "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml" }, "/organization/{organization-id}/microsoft.graph.getMemberGroups": { - "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml" }, "/organization/{organization-id}/microsoft.graph.getMemberObjects": { - "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml" }, "/organization/{organization-id}/microsoft.graph.restore": { - "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml" }, "/organization/{organization-id}/microsoft.graph.setMobileDeviceManagementAuthority": { - "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml" }, "/organization/{organization-id}/settings": { - "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml" }, "/organization/{organization-id}/settings/itemInsights": { - "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml" }, "/organization/{organization-id}/settings/profileCardProperties": { - "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml" }, "/organization/{organization-id}/settings/profileCardProperties/{profileCardProperty-id}": { - "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml" }, "/organization/microsoft.graph.getByIds": { - "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml" }, "/organization/microsoft.graph.getUserOwnedObjects": { - "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml" }, "/organization/microsoft.graph.validateProperties": { - "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml" }, "/settings": { - "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml" }, "/settings/{directorySetting-id}": { - "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml" }, "/subscribedSkus": { - "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml" }, "/subscribedSkus/{subscribedSku-id}": { - "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml" }, "/users/{user-id}/scopedRoleMemberOf": { - "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml" }, "/users/{user-id}/scopedRoleMemberOf/{scopedRoleMembership-id}": { - "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml" } } } diff --git a/profiles/Identity.DirectoryManagement/crawl-log-v1.0.json b/profiles/Identity.DirectoryManagement/crawl-log-v1.0.json index 1e6d3a03d98..f5b1ecc768e 100644 --- a/profiles/Identity.DirectoryManagement/crawl-log-v1.0.json +++ b/profiles/Identity.DirectoryManagement/crawl-log-v1.0.json @@ -2,460 +2,460 @@ "resources": [], "operations": { "/contacts": { - "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml" }, "/contacts/{orgContact-id}": { - "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml" }, "/contacts/{orgContact-id}/directReports": { - "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml" }, "/contacts/{orgContact-id}/directReports/$ref": { - "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml" }, "/contacts/{orgContact-id}/manager": { - "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml" }, "/contacts/{orgContact-id}/manager/$ref": { - "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml" }, "/contacts/{orgContact-id}/memberOf": { - "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml" }, "/contacts/{orgContact-id}/memberOf/$ref": { - "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml" }, "/contacts/{orgContact-id}/microsoft.graph.checkMemberGroups": { - "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml" }, "/contacts/{orgContact-id}/microsoft.graph.checkMemberObjects": { - "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml" }, "/contacts/{orgContact-id}/microsoft.graph.getMemberGroups": { - "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml" }, "/contacts/{orgContact-id}/microsoft.graph.getMemberObjects": { - "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml" }, "/contacts/{orgContact-id}/microsoft.graph.restore": { - "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml" }, "/contacts/{orgContact-id}/transitiveMemberOf": { - "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml" }, "/contacts/{orgContact-id}/transitiveMemberOf/$ref": { - "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml" }, "/contacts/microsoft.graph.delta()": { - "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml" }, "/contacts/microsoft.graph.getAvailableExtensionProperties": { - "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml" }, "/contacts/microsoft.graph.getByIds": { - "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml" }, "/contacts/microsoft.graph.validateProperties": { - "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml" }, "/contracts": { - "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml" }, "/contracts/{contract-id}": { - "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml" }, "/contracts/{contract-id}/microsoft.graph.checkMemberGroups": { - "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml" }, "/contracts/{contract-id}/microsoft.graph.checkMemberObjects": { - "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml" }, "/contracts/{contract-id}/microsoft.graph.getMemberGroups": { - "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml" }, "/contracts/{contract-id}/microsoft.graph.getMemberObjects": { - "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml" }, "/contracts/{contract-id}/microsoft.graph.restore": { - "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml" }, "/contracts/microsoft.graph.getAvailableExtensionProperties": { - "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml" }, "/contracts/microsoft.graph.getByIds": { - "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml" }, "/contracts/microsoft.graph.validateProperties": { - "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml" }, "/devices": { - "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml" }, "/devices/{device-id}": { - "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml" }, "/devices/{device-id}/extensions": { - "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml" }, "/devices/{device-id}/extensions/{extension-id}": { - "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml" }, "/devices/{device-id}/memberOf": { - "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml" }, "/devices/{device-id}/memberOf/$ref": { - "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml" }, "/devices/{device-id}/microsoft.graph.checkMemberGroups": { - "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml" }, "/devices/{device-id}/microsoft.graph.checkMemberObjects": { - "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml" }, "/devices/{device-id}/microsoft.graph.getMemberGroups": { - "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml" }, "/devices/{device-id}/microsoft.graph.getMemberObjects": { - "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml" }, "/devices/{device-id}/microsoft.graph.restore": { - "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml" }, "/devices/{device-id}/registeredOwners": { - "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml" }, "/devices/{device-id}/registeredOwners/$ref": { - "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml" }, "/devices/{device-id}/registeredUsers": { - "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml" }, "/devices/{device-id}/registeredUsers/$ref": { - "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml" }, "/devices/{device-id}/transitiveMemberOf": { - "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml" }, "/devices/{device-id}/transitiveMemberOf/$ref": { - "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml" }, "/devices/microsoft.graph.getAvailableExtensionProperties": { - "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml" }, "/devices/microsoft.graph.getByIds": { - "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml" }, "/devices/microsoft.graph.validateProperties": { - "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml" }, "/directory": { - "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml" }, "/directory/administrativeUnits": { - "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml" }, "/directory/administrativeUnits/{administrativeUnit-id}": { - "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml" }, "/directory/administrativeUnits/{administrativeUnit-id}/extensions": { - "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml" }, "/directory/administrativeUnits/{administrativeUnit-id}/extensions/{extension-id}": { - "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml" }, "/directory/administrativeUnits/{administrativeUnit-id}/members": { - "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml" }, "/directory/administrativeUnits/{administrativeUnit-id}/members/$ref": { - "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml" }, "/directory/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers": { - "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml" }, "/directory/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers/{scopedRoleMembership-id}": { - "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml" }, "/directory/administrativeUnits/microsoft.graph.delta()": { - "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml" }, "/directory/deletedItems": { - "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml" }, "/directory/deletedItems/{directoryObject-id}": { - "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml" }, "/directoryRoles": { - "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml" }, "/directoryRoles/{directoryRole-id}": { - "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml" }, "/directoryRoles/{directoryRole-id}/members": { - "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml" }, "/directoryRoles/{directoryRole-id}/members/$ref": { - "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml" }, "/directoryRoles/{directoryRole-id}/microsoft.graph.checkMemberGroups": { - "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml" }, "/directoryRoles/{directoryRole-id}/microsoft.graph.checkMemberObjects": { - "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml" }, "/directoryRoles/{directoryRole-id}/microsoft.graph.getMemberGroups": { - "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml" }, "/directoryRoles/{directoryRole-id}/microsoft.graph.getMemberObjects": { - "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml" }, "/directoryRoles/{directoryRole-id}/microsoft.graph.restore": { - "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml" }, "/directoryRoles/{directoryRole-id}/scopedMembers": { - "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml" }, "/directoryRoles/{directoryRole-id}/scopedMembers/{scopedRoleMembership-id}": { - "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml" }, "/directoryRoles/microsoft.graph.delta()": { - "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml" }, "/directoryRoles/microsoft.graph.getAvailableExtensionProperties": { - "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml" }, "/directoryRoles/microsoft.graph.getByIds": { - "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml" }, "/directoryRoles/microsoft.graph.validateProperties": { - "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml" }, "/directoryRoleTemplates": { - "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml" }, "/directoryRoleTemplates/{directoryRoleTemplate-id}": { - "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml" }, "/directoryRoleTemplates/{directoryRoleTemplate-id}/microsoft.graph.checkMemberGroups": { - "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml" }, "/directoryRoleTemplates/{directoryRoleTemplate-id}/microsoft.graph.checkMemberObjects": { - "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml" }, "/directoryRoleTemplates/{directoryRoleTemplate-id}/microsoft.graph.getMemberGroups": { - "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml" }, "/directoryRoleTemplates/{directoryRoleTemplate-id}/microsoft.graph.getMemberObjects": { - "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml" }, "/directoryRoleTemplates/{directoryRoleTemplate-id}/microsoft.graph.restore": { - "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml" }, "/directoryRoleTemplates/microsoft.graph.getAvailableExtensionProperties": { - "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml" }, "/directoryRoleTemplates/microsoft.graph.getByIds": { - "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml" }, "/directoryRoleTemplates/microsoft.graph.validateProperties": { - "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml" }, "/domains": { - "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml" }, "/domains/{domain-id}": { - "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml" }, "/domains/{domain-id}/domainNameReferences": { - "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml" }, "/domains/{domain-id}/domainNameReferences/$ref": { - "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml" }, "/domains/{domain-id}/microsoft.graph.forceDelete": { - "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml" }, "/domains/{domain-id}/microsoft.graph.verify": { - "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml" }, "/domains/{domain-id}/serviceConfigurationRecords": { - "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml" }, "/domains/{domain-id}/serviceConfigurationRecords/{domainDnsRecord-id}": { - "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml" }, "/domains/{domain-id}/verificationDnsRecords": { - "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml" }, "/domains/{domain-id}/verificationDnsRecords/{domainDnsRecord-id}": { - "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml" }, "/organization": { - "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml" }, "/organization/{organization-id}": { - "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml" }, "/organization/{organization-id}/branding": { - "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml" }, "/organization/{organization-id}/extensions": { - "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml" }, "/organization/{organization-id}/extensions/{extension-id}": { - "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml" }, "/organization/{organization-id}/microsoft.graph.checkMemberGroups": { - "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml" }, "/organization/{organization-id}/microsoft.graph.checkMemberObjects": { - "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml" }, "/organization/{organization-id}/microsoft.graph.getMemberGroups": { - "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml" }, "/organization/{organization-id}/microsoft.graph.getMemberObjects": { - "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml" }, "/organization/{organization-id}/microsoft.graph.restore": { - "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml" }, "/organization/{organization-id}/microsoft.graph.setMobileDeviceManagementAuthority": { - "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml" }, "/organization/microsoft.graph.getAvailableExtensionProperties": { - "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml" }, "/organization/microsoft.graph.getByIds": { - "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml" }, "/organization/microsoft.graph.validateProperties": { - "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml" }, "/subscribedSkus": { - "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml" }, "/subscribedSkus/{subscribedSku-id}": { - "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml" }, "/users/{user-id}/scopedRoleMemberOf": { - "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml" }, "/users/{user-id}/scopedRoleMemberOf/{scopedRoleMembership-id}": { - "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml" } } } diff --git a/profiles/Identity.DirectoryManagement/readme.md b/profiles/Identity.DirectoryManagement/readme.md index d94c0f0de55..2f4a76d0d6a 100644 --- a/profiles/Identity.DirectoryManagement/readme.md +++ b/profiles/Identity.DirectoryManagement/readme.md @@ -6,8 +6,8 @@ ``` yaml require: -- $(this-folder)/definitions/v1.0.md - $(this-folder)/definitions/v1.0-beta.md +- $(this-folder)/definitions/v1.0.md ``` diff --git a/profiles/Identity.Governance/crawl-log-v1.0-beta.json b/profiles/Identity.Governance/crawl-log-v1.0-beta.json index 0e2ea48cb1b..61f0c5622af 100644 --- a/profiles/Identity.Governance/crawl-log-v1.0-beta.json +++ b/profiles/Identity.Governance/crawl-log-v1.0-beta.json @@ -2,3352 +2,3352 @@ "resources": [], "operations": { "/accessReviews": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/accessReviews/{accessReview-id}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/accessReviews/{accessReview-id}/decisions": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/accessReviews/{accessReview-id}/decisions/{accessReviewDecision-id}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/accessReviews/{accessReview-id}/instances": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/accessReviews/{accessReview-id}/instances/{accessReview-id1}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/accessReviews/{accessReview-id}/microsoft.graph.applyDecisions": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/accessReviews/{accessReview-id}/microsoft.graph.resetDecisions": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/accessReviews/{accessReview-id}/microsoft.graph.sendReminder": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/accessReviews/{accessReview-id}/microsoft.graph.stop": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/accessReviews/{accessReview-id}/myDecisions": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/accessReviews/{accessReview-id}/myDecisions/{accessReviewDecision-id}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/accessReviews/{accessReview-id}/reviewers": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/accessReviews/{accessReview-id}/reviewers/{accessReviewReviewer-id}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/agreements": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/agreements/{agreement-id}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/agreements/{agreement-id}/acceptances": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/agreements/{agreement-id}/acceptances/{agreementAcceptance-id}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/agreements/{agreement-id}/file": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/agreements/{agreement-id}/file/localizations": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/agreements/{agreement-id}/files": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/agreements/{agreement-id}/files/{agreementFileLocalization-id}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/businessFlowTemplates": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/businessFlowTemplates/{businessFlowTemplate-id}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/definition/microsoft.graph.stop": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/microsoft.graph.acceptRecommendations": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/microsoft.graph.applyDecisions": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/microsoft.graph.batchRecordDecisions": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/microsoft.graph.resetDecisions": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/microsoft.graph.sendReminder": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/microsoft.graph.stop": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/microsoft.graph.stop": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/microsoft.graph.filterByCurrentUser(on={on})": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/appConsent/appConsentRequests/microsoft.graph.filterByCurrentUser(on={on})": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/{approval-id}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/{approval-id}/steps": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/{approval-id}/steps/{approvalStep-id}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/microsoft.graph.filterByCurrentUser(on={on})": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackage": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackage/$ref": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackageResourceRoles": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackageResourceRoles/{accessPackageResourceRole-id}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource/accessPackageResourceEnvironment": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource/accessPackageResourceEnvironment/$ref": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource/accessPackageResourceRoles": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id1}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource/accessPackageResourceScopes": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackageResources": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackageResources/{accessPackageResource-id}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackageResources/{accessPackageResource-id}/accessPackageResourceEnvironment": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackageResources/{accessPackageResource-id}/accessPackageResourceEnvironment/$ref": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackageResources/{accessPackageResource-id}/accessPackageResourceRoles": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackageResources/{accessPackageResource-id}/accessPackageResourceRoles/{accessPackageResourceRole-id}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackageResources/{accessPackageResource-id}/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackageResources/{accessPackageResource-id}/accessPackageResourceScopes": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackageResources/{accessPackageResource-id}/accessPackageResourceScopes/{accessPackageResourceScope-id}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackageResources/{accessPackageResource-id}/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackageResourceScopes": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackageResourceScopes/{accessPackageResourceScope-id}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource/accessPackageResourceEnvironment": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource/accessPackageResourceEnvironment/$ref": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource/accessPackageResourceRoles": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource/accessPackageResourceScopes": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id1}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackages": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackages/{accessPackage-id}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackages/{accessPackage-id}/accessPackageAssignmentPolicies": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackages/{accessPackage-id}/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id1}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackages/{accessPackage-id}/accessPackageCatalog": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackages/{accessPackage-id}/accessPackageCatalog/$ref": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole/accessPackageResource": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceEnvironment": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceEnvironment/$ref": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceRoles": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceScopes": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope/accessPackageResource": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceEnvironment": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceEnvironment/$ref": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceRoles": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceScopes": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackages/microsoft.graph.filterByCurrentUser(on={on})": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackages/microsoft.graph.Search()": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackage": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackage/$ref": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackage": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackage/accessPackageAssignmentPolicies": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackage/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackage/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackage": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackage/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackage/$ref": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackage/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackage/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackageResourceRoles": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackage/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackageResourceRoles/{accessPackageResourceRole-id}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackage/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackage/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource/accessPackageResourceEnvironment": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackage/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource/accessPackageResourceEnvironment/$ref": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackage/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource/accessPackageResourceRoles": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackage/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id1}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackage/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource/accessPackageResourceScopes": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackage/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackage/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackage/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackageResources": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackage/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackageResources/{accessPackageResource-id}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackage/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackageResources/{accessPackageResource-id}/accessPackageResourceEnvironment": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackage/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackageResources/{accessPackageResource-id}/accessPackageResourceEnvironment/$ref": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackage/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackageResources/{accessPackageResource-id}/accessPackageResourceRoles": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackage/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackageResources/{accessPackageResource-id}/accessPackageResourceRoles/{accessPackageResourceRole-id}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackage/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackageResources/{accessPackageResource-id}/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackage/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackageResources/{accessPackageResource-id}/accessPackageResourceScopes": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackage/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackageResources/{accessPackageResource-id}/accessPackageResourceScopes/{accessPackageResourceScope-id}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackage/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackageResources/{accessPackageResource-id}/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackage/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackageResourceScopes": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackage/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackageResourceScopes/{accessPackageResourceScope-id}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackage/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackage/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource/accessPackageResourceEnvironment": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackage/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource/accessPackageResourceEnvironment/$ref": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackage/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource/accessPackageResourceRoles": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackage/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackage/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackage/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource/accessPackageResourceScopes": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackage/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id1}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackage/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackages": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackage/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackages/{accessPackage-id}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackage/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackages/microsoft.graph.filterByCurrentUser(on={on})": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackage/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackages/microsoft.graph.Search()": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackage/accessPackageCatalog": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackage/accessPackageCatalog/$ref": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackage/accessPackageResourceRoleScopes": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackage/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackage/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackage/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole/accessPackageResource": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackage/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceEnvironment": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackage/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceEnvironment/$ref": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackage/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceRoles": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackage/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackage/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceScopes": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackage/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackage/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackage/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackage/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope/accessPackageResource": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackage/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceEnvironment": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackage/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceEnvironment/$ref": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackage/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceRoles": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackage/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackage/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackage/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceScopes": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackage/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackageAssignmentPolicy": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackageAssignmentPolicy/accessPackage": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackageAssignmentPolicy/accessPackage/$ref": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackageAssignmentPolicy/accessPackageCatalog": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackageResourceRoles": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackageResourceRoles/{accessPackageResourceRole-id}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource/accessPackageResourceEnvironment": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource/accessPackageResourceEnvironment/$ref": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource/accessPackageResourceRoles": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id1}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource/accessPackageResourceScopes": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackageResources": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackageResources/{accessPackageResource-id}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackageResources/{accessPackageResource-id}/accessPackageResourceEnvironment": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackageResources/{accessPackageResource-id}/accessPackageResourceEnvironment/$ref": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackageResources/{accessPackageResource-id}/accessPackageResourceRoles": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackageResources/{accessPackageResource-id}/accessPackageResourceRoles/{accessPackageResourceRole-id}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackageResources/{accessPackageResource-id}/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackageResources/{accessPackageResource-id}/accessPackageResourceScopes": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackageResources/{accessPackageResource-id}/accessPackageResourceScopes/{accessPackageResourceScope-id}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackageResources/{accessPackageResource-id}/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackageResourceScopes": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackageResourceScopes/{accessPackageResourceScope-id}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource/accessPackageResourceEnvironment": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource/accessPackageResourceEnvironment/$ref": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource/accessPackageResourceRoles": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource/accessPackageResourceScopes": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id1}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackages": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackages/{accessPackage-id}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackages/{accessPackage-id}/accessPackageAssignmentPolicies": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackages/{accessPackage-id}/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackages/{accessPackage-id}/accessPackageCatalog": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackages/{accessPackage-id}/accessPackageCatalog/$ref": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole/accessPackageResource": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceEnvironment": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceEnvironment/$ref": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceRoles": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceScopes": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope/accessPackageResource": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceEnvironment": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceEnvironment/$ref": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceRoles": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceScopes": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackages/microsoft.graph.filterByCurrentUser(on={on})": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackages/microsoft.graph.Search()": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackageAssignmentRequests": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id1}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id1}/microsoft.graph.cancel": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackageAssignmentRequests/microsoft.graph.filterByCurrentUser(on={on})": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackageAssignmentResourceRoles": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/{accessPackageAssignment-id}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/microsoft.graph.filterByCurrentUser(on={on})": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageResourceRole": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageResourceRole/accessPackageResource": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceEnvironment": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceEnvironment/$ref": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceRoles": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceScopes": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageResourceScope": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageResourceScope/accessPackageResource": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceEnvironment": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceEnvironment/$ref": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceRoles": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceScopes": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageSubject": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageSubject/connectedOrganization": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageSubject/connectedOrganization/$ref": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackageAssignmentResourceRoles/microsoft.graph.My()": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/target": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/target/connectedOrganization": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/target/connectedOrganization/$ref": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/microsoft.graph.cancel": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/requestor": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/requestor/connectedOrganization": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/requestor/connectedOrganization/$ref": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/microsoft.graph.filterByCurrentUser(on={on})": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/{accessPackageAssignment-id}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageAssignmentPolicies": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackage": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackage/$ref": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackageResourceRoles": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackageResourceRoles/{accessPackageResourceRole-id}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource/accessPackageResourceEnvironment": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource/accessPackageResourceEnvironment/$ref": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource/accessPackageResourceRoles": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id1}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource/accessPackageResourceScopes": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackageResources": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackageResources/{accessPackageResource-id}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackageResources/{accessPackageResource-id}/accessPackageResourceEnvironment": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackageResources/{accessPackageResource-id}/accessPackageResourceEnvironment/$ref": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackageResources/{accessPackageResource-id}/accessPackageResourceRoles": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackageResources/{accessPackageResource-id}/accessPackageResourceRoles/{accessPackageResourceRole-id}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackageResources/{accessPackageResource-id}/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackageResources/{accessPackageResource-id}/accessPackageResourceScopes": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackageResources/{accessPackageResource-id}/accessPackageResourceScopes/{accessPackageResourceScope-id}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackageResources/{accessPackageResource-id}/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackageResourceScopes": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackageResourceScopes/{accessPackageResourceScope-id}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource/accessPackageResourceEnvironment": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource/accessPackageResourceEnvironment/$ref": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource/accessPackageResourceRoles": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource/accessPackageResourceScopes": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id1}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackages": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackages/{accessPackage-id}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackages/microsoft.graph.filterByCurrentUser(on={on})": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackages/microsoft.graph.Search()": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageCatalog": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageCatalog/$ref": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageResourceRoleScopes": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole/accessPackageResource": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceEnvironment": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceEnvironment/$ref": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceRoles": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceScopes": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope/accessPackageResource": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceEnvironment": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceEnvironment/$ref": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceRoles": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceScopes": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentPolicy": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentPolicy/accessPackage": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentPolicy/accessPackage/$ref": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentPolicy/accessPackageCatalog": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackageResourceRoles": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackageResourceRoles/{accessPackageResourceRole-id}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource/accessPackageResourceEnvironment": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource/accessPackageResourceEnvironment/$ref": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource/accessPackageResourceRoles": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id1}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource/accessPackageResourceScopes": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackageResources": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackageResources/{accessPackageResource-id}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackageResources/{accessPackageResource-id}/accessPackageResourceEnvironment": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackageResources/{accessPackageResource-id}/accessPackageResourceEnvironment/$ref": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackageResources/{accessPackageResource-id}/accessPackageResourceRoles": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackageResources/{accessPackageResource-id}/accessPackageResourceRoles/{accessPackageResourceRole-id}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackageResources/{accessPackageResource-id}/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackageResources/{accessPackageResource-id}/accessPackageResourceScopes": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackageResources/{accessPackageResource-id}/accessPackageResourceScopes/{accessPackageResourceScope-id}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackageResources/{accessPackageResource-id}/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackageResourceScopes": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackageResourceScopes/{accessPackageResourceScope-id}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource/accessPackageResourceEnvironment": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource/accessPackageResourceEnvironment/$ref": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource/accessPackageResourceRoles": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource/accessPackageResourceScopes": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id1}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackages": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackages/{accessPackage-id}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackages/{accessPackage-id}/accessPackageAssignmentPolicies": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackages/{accessPackage-id}/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackages/{accessPackage-id}/accessPackageCatalog": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackages/{accessPackage-id}/accessPackageCatalog/$ref": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole/accessPackageResource": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceEnvironment": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceEnvironment/$ref": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceRoles": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceScopes": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope/accessPackageResource": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceEnvironment": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceEnvironment/$ref": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceRoles": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceScopes": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackages/microsoft.graph.filterByCurrentUser(on={on})": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackages/microsoft.graph.Search()": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentRequests": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackage": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackage/$ref": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/microsoft.graph.cancel": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/requestor": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/requestor/connectedOrganization": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/requestor/connectedOrganization/$ref": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentRequests/microsoft.graph.filterByCurrentUser(on={on})": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentResourceRoles": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id1}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentResourceRoles/microsoft.graph.My()": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/{accessPackageAssignment-id}/target": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/{accessPackageAssignment-id}/target/connectedOrganization": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/{accessPackageAssignment-id}/target/connectedOrganization/$ref": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/microsoft.graph.filterByCurrentUser(on={on})": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageResourceRole": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageResourceRole/accessPackageResource": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceEnvironment": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceEnvironment/$ref": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceRoles": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceScopes": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageResourceScope": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageResourceScope/accessPackageResource": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceEnvironment": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceEnvironment/$ref": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceRoles": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceScopes": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageSubject": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageSubject/connectedOrganization": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageSubject/connectedOrganization/$ref": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/microsoft.graph.My()": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignments": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageAssignmentPolicies": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackage": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackage/$ref": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackageResourceRoles": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackageResourceRoles/{accessPackageResourceRole-id}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource/accessPackageResourceEnvironment": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource/accessPackageResourceEnvironment/$ref": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource/accessPackageResourceRoles": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id1}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource/accessPackageResourceScopes": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackageResources": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackageResources/{accessPackageResource-id}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackageResources/{accessPackageResource-id}/accessPackageResourceEnvironment": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackageResources/{accessPackageResource-id}/accessPackageResourceEnvironment/$ref": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackageResources/{accessPackageResource-id}/accessPackageResourceRoles": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackageResources/{accessPackageResource-id}/accessPackageResourceRoles/{accessPackageResourceRole-id}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackageResources/{accessPackageResource-id}/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackageResources/{accessPackageResource-id}/accessPackageResourceScopes": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackageResources/{accessPackageResource-id}/accessPackageResourceScopes/{accessPackageResourceScope-id}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackageResources/{accessPackageResource-id}/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackageResourceScopes": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackageResourceScopes/{accessPackageResourceScope-id}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource/accessPackageResourceEnvironment": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource/accessPackageResourceEnvironment/$ref": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource/accessPackageResourceRoles": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource/accessPackageResourceScopes": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id1}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackages": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackages/{accessPackage-id}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackages/microsoft.graph.filterByCurrentUser(on={on})": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackages/microsoft.graph.Search()": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageCatalog": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageCatalog/$ref": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageResourceRoleScopes": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole/accessPackageResource": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceEnvironment": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceEnvironment/$ref": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceRoles": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceScopes": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope/accessPackageResource": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceEnvironment": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceEnvironment/$ref": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceRoles": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceScopes": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentPolicy": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentPolicy/accessPackage": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentPolicy/accessPackage/$ref": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentPolicy/accessPackageCatalog": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackageResourceRoles": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackageResourceRoles/{accessPackageResourceRole-id}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource/accessPackageResourceEnvironment": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource/accessPackageResourceEnvironment/$ref": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource/accessPackageResourceRoles": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id1}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource/accessPackageResourceScopes": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackageResources": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackageResources/{accessPackageResource-id}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackageResources/{accessPackageResource-id}/accessPackageResourceEnvironment": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackageResources/{accessPackageResource-id}/accessPackageResourceEnvironment/$ref": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackageResources/{accessPackageResource-id}/accessPackageResourceRoles": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackageResources/{accessPackageResource-id}/accessPackageResourceRoles/{accessPackageResourceRole-id}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackageResources/{accessPackageResource-id}/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackageResources/{accessPackageResource-id}/accessPackageResourceScopes": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackageResources/{accessPackageResource-id}/accessPackageResourceScopes/{accessPackageResourceScope-id}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackageResources/{accessPackageResource-id}/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackageResourceScopes": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackageResourceScopes/{accessPackageResourceScope-id}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource/accessPackageResourceEnvironment": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource/accessPackageResourceEnvironment/$ref": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource/accessPackageResourceRoles": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource/accessPackageResourceScopes": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id1}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackages": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackages/{accessPackage-id}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackages/{accessPackage-id}/accessPackageAssignmentPolicies": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackages/{accessPackage-id}/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackages/{accessPackage-id}/accessPackageCatalog": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackages/{accessPackage-id}/accessPackageCatalog/$ref": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole/accessPackageResource": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceEnvironment": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceEnvironment/$ref": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceRoles": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceScopes": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope/accessPackageResource": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceEnvironment": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceEnvironment/$ref": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceRoles": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceScopes": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackages/microsoft.graph.filterByCurrentUser(on={on})": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackages/microsoft.graph.Search()": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentRequests": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackage": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackage/$ref": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/microsoft.graph.cancel": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/requestor": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/requestor/connectedOrganization": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/requestor/connectedOrganization/$ref": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentRequests/microsoft.graph.filterByCurrentUser(on={on})": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentResourceRoles": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/{accessPackageAssignment-id1}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/microsoft.graph.filterByCurrentUser(on={on})": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageResourceRole": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageResourceRole/accessPackageResource": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceEnvironment": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceEnvironment/$ref": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceRoles": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceScopes": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageResourceScope": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageResourceScope/accessPackageResource": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceEnvironment": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceEnvironment/$ref": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceRoles": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceScopes": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageSubject": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageSubject/connectedOrganization": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageSubject/connectedOrganization/$ref": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentResourceRoles/microsoft.graph.My()": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/target": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/target/connectedOrganization": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/target/connectedOrganization/$ref": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignments/microsoft.graph.filterByCurrentUser(on={on})": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageCatalogs": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageResourceRoles": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageResourceRoles/{accessPackageResourceRole-id}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource/accessPackageResourceEnvironment": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource/accessPackageResourceEnvironment/$ref": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource/accessPackageResourceRoles": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id1}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource/accessPackageResourceScopes": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageResources": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageResources/{accessPackageResource-id}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageResources/{accessPackageResource-id}/accessPackageResourceEnvironment": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageResources/{accessPackageResource-id}/accessPackageResourceEnvironment/$ref": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageResources/{accessPackageResource-id}/accessPackageResourceRoles": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageResources/{accessPackageResource-id}/accessPackageResourceRoles/{accessPackageResourceRole-id}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageResources/{accessPackageResource-id}/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageResources/{accessPackageResource-id}/accessPackageResourceScopes": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageResources/{accessPackageResource-id}/accessPackageResourceScopes/{accessPackageResourceScope-id}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageResources/{accessPackageResource-id}/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageResourceScopes": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageResourceScopes/{accessPackageResourceScope-id}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource/accessPackageResourceEnvironment": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource/accessPackageResourceEnvironment/$ref": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource/accessPackageResourceRoles": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource/accessPackageResourceScopes": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id1}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackages": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackages/{accessPackage-id}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackages/{accessPackage-id}/accessPackageAssignmentPolicies": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackages/{accessPackage-id}/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackages/{accessPackage-id}/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackage": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackages/{accessPackage-id}/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackage/$ref": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackages/{accessPackage-id}/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackages/{accessPackage-id}/accessPackageCatalog": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackages/{accessPackage-id}/accessPackageCatalog/$ref": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole/accessPackageResource": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceEnvironment": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceEnvironment/$ref": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceRoles": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceScopes": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope/accessPackageResource": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceEnvironment": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceEnvironment/$ref": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceRoles": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceScopes": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackages/microsoft.graph.filterByCurrentUser(on={on})": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackages/microsoft.graph.Search()": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageCatalogs/microsoft.graph.Search()": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageResourceEnvironments": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageResourceEnvironments/{accessPackageResourceEnvironment-id}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageResourceEnvironments/{accessPackageResourceEnvironment-id}/accessPackageResources": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageResourceEnvironments/{accessPackageResourceEnvironment-id}/accessPackageResources/$ref": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageResourceRequests": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageResourceRequests/{accessPackageResourceRequest-id}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageResourceRequests/{accessPackageResourceRequest-id}/accessPackageResource": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageResourceRequests/{accessPackageResourceRequest-id}/accessPackageResource/$ref": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageResourceRequests/{accessPackageResourceRequest-id}/requestor": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageResourceRequests/{accessPackageResourceRequest-id}/requestor/connectedOrganization": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageResourceRequests/{accessPackageResourceRequest-id}/requestor/connectedOrganization/$ref": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageResourceRoleScopes": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole/accessPackageResource": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceEnvironment": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceEnvironment/$ref": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceRoles": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceScopes": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope/accessPackageResource": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceEnvironment": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceEnvironment/$ref": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceRoles": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceScopes": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageResources": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageResources/{accessPackageResource-id}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageResources/{accessPackageResource-id}/accessPackageResourceEnvironment": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageResources/{accessPackageResource-id}/accessPackageResourceEnvironment/$ref": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageResources/{accessPackageResource-id}/accessPackageResourceRoles": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageResources/{accessPackageResource-id}/accessPackageResourceRoles/{accessPackageResourceRole-id}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageResources/{accessPackageResource-id}/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageResources/{accessPackageResource-id}/accessPackageResourceScopes": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageResources/{accessPackageResource-id}/accessPackageResourceScopes/{accessPackageResourceScope-id}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageResources/{accessPackageResource-id}/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackages": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageAssignmentPolicies": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackage": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackage/$ref": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackageResourceRoles": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackageResourceRoles/{accessPackageResourceRole-id}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource/accessPackageResourceEnvironment": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource/accessPackageResourceEnvironment/$ref": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource/accessPackageResourceRoles": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id1}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource/accessPackageResourceScopes": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackageResources": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackageResources/{accessPackageResource-id}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackageResources/{accessPackageResource-id}/accessPackageResourceEnvironment": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackageResources/{accessPackageResource-id}/accessPackageResourceEnvironment/$ref": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackageResources/{accessPackageResource-id}/accessPackageResourceRoles": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackageResources/{accessPackageResource-id}/accessPackageResourceRoles/{accessPackageResourceRole-id}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackageResources/{accessPackageResource-id}/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackageResources/{accessPackageResource-id}/accessPackageResourceScopes": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackageResources/{accessPackageResource-id}/accessPackageResourceScopes/{accessPackageResourceScope-id}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackageResources/{accessPackageResource-id}/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackageResourceScopes": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackageResourceScopes/{accessPackageResourceScope-id}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource/accessPackageResourceEnvironment": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource/accessPackageResourceEnvironment/$ref": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource/accessPackageResourceRoles": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource/accessPackageResourceScopes": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id1}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackages": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackages/{accessPackage-id1}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackages/microsoft.graph.filterByCurrentUser(on={on})": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackages/microsoft.graph.Search()": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageCatalog": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageCatalog/$ref": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole/accessPackageResource": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceEnvironment": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceEnvironment/$ref": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceRoles": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceScopes": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope/accessPackageResource": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceEnvironment": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceEnvironment/$ref": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceRoles": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceScopes": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackages/microsoft.graph.filterByCurrentUser(on={on})": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackages/microsoft.graph.Search()": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/connectedOrganizations": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/externalSponsors": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/externalSponsors/{directoryObject-id}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/internalSponsors": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/internalSponsors/{directoryObject-id}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/settings": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/privilegedAccess": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/privilegedAccess/{privilegedAccess-id}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/privilegedAccess/{privilegedAccess-id}/resources": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/privilegedAccess/{privilegedAccess-id}/roleAssignmentRequests": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/privilegedAccess/{privilegedAccess-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/privilegedAccess/{privilegedAccess-id}/roleAssignments": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/privilegedAccess/{privilegedAccess-id}/roleAssignments/{governanceRoleAssignment-id}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/privilegedAccess/{privilegedAccess-id}/roleDefinitions": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/privilegedAccess/{privilegedAccess-id}/roleDefinitions/{governanceRoleDefinition-id}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/privilegedAccess/{privilegedAccess-id}/roleSettings": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/privilegedAccess/{privilegedAccess-id}/roleSettings/{governanceRoleSetting-id}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/privilegedApproval": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/privilegedApproval/{privilegedApproval-id}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/privilegedApproval/{privilegedApproval-id}/request": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/privilegedApproval/{privilegedApproval-id}/request/$ref": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/privilegedApproval/{privilegedApproval-id}/roleInfo": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/privilegedApproval/microsoft.graph.myRequests()": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/privilegedOperationEvents": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/privilegedOperationEvents/{privilegedOperationEvent-id}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/privilegedRoleAssignmentRequests": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}/microsoft.graph.cancel": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}/roleInfo": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/privilegedRoleAssignmentRequests/microsoft.graph.my()": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/privilegedRoleAssignments": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/privilegedRoleAssignments/{privilegedRoleAssignment-id}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/privilegedRoleAssignments/{privilegedRoleAssignment-id}/microsoft.graph.makeEligible": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/privilegedRoleAssignments/{privilegedRoleAssignment-id}/microsoft.graph.makePermanent": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/privilegedRoleAssignments/{privilegedRoleAssignment-id}/roleInfo": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/privilegedRoleAssignments/microsoft.graph.my()": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/privilegedRoles": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/privilegedRoles/{privilegedRole-id}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/privilegedRoles/{privilegedRole-id}/assignments": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/privilegedRoles/{privilegedRole-id}/assignments/$ref": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/privilegedRoles/{privilegedRole-id}/microsoft.graph.selfActivate": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/privilegedRoles/{privilegedRole-id}/microsoft.graph.selfDeactivate": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/privilegedRoles/{privilegedRole-id}/settings": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/privilegedRoles/{privilegedRole-id}/summary": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/programControls": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/programControls/{programControl-id}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/programControls/{programControl-id}/program": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/programControlTypes": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/programControlTypes/{programControlType-id}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/programs": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/programs/{program-id}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/programs/{program-id}/controls": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/programs/{program-id}/controls/{programControl-id}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/users/{user-id}/agreementAcceptances": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/users/{user-id}/agreementAcceptances/$ref": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" } } } diff --git a/profiles/Identity.Governance/crawl-log-v1.0.json b/profiles/Identity.Governance/crawl-log-v1.0.json index 25a8e3de6b3..dbd2b0394ba 100644 --- a/profiles/Identity.Governance/crawl-log-v1.0.json +++ b/profiles/Identity.Governance/crawl-log-v1.0.json @@ -2,72 +2,72 @@ "resources": [], "operations": { "/agreements": { - "originalLocation": "/openApiDocs/v1.0/Identity.Governance.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.Governance.yml" }, "/agreements/{agreement-id}": { - "originalLocation": "/openApiDocs/v1.0/Identity.Governance.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.Governance.yml" }, "/agreements/{agreement-id}/acceptances": { - "originalLocation": "/openApiDocs/v1.0/Identity.Governance.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.Governance.yml" }, "/agreements/{agreement-id}/acceptances/{agreementAcceptance-id}": { - "originalLocation": "/openApiDocs/v1.0/Identity.Governance.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.Governance.yml" }, "/agreements/{agreement-id}/file": { - "originalLocation": "/openApiDocs/v1.0/Identity.Governance.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.Governance.yml" }, "/agreements/{agreement-id}/file/localizations": { - "originalLocation": "/openApiDocs/v1.0/Identity.Governance.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.Governance.yml" }, "/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}": { - "originalLocation": "/openApiDocs/v1.0/Identity.Governance.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.Governance.yml" }, "/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions": { - "originalLocation": "/openApiDocs/v1.0/Identity.Governance.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.Governance.yml" }, "/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}": { - "originalLocation": "/openApiDocs/v1.0/Identity.Governance.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.Governance.yml" }, "/agreements/{agreement-id}/files": { - "originalLocation": "/openApiDocs/v1.0/Identity.Governance.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.Governance.yml" }, "/agreements/{agreement-id}/files/{agreementFileLocalization-id}": { - "originalLocation": "/openApiDocs/v1.0/Identity.Governance.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.Governance.yml" }, "/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions": { - "originalLocation": "/openApiDocs/v1.0/Identity.Governance.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.Governance.yml" }, "/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}": { - "originalLocation": "/openApiDocs/v1.0/Identity.Governance.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.Governance.yml" }, "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/microsoft.graph.filterByCurrentUser(on={on})": { - "originalLocation": "/openApiDocs/v1.0/Identity.Governance.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.Governance.yml" }, "/identityGovernance/appConsent/appConsentRequests/microsoft.graph.filterByCurrentUser(on={on})": { - "originalLocation": "/openApiDocs/v1.0/Identity.Governance.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.Governance.yml" }, "/users/{user-id}/agreementAcceptances": { - "originalLocation": "/openApiDocs/v1.0/Identity.Governance.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.Governance.yml" }, "/users/{user-id}/agreementAcceptances/$ref": { - "originalLocation": "/openApiDocs/v1.0/Identity.Governance.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.Governance.yml" } } } diff --git a/profiles/Identity.Governance/readme.md b/profiles/Identity.Governance/readme.md index e3b4b9fc191..a0f157ef08b 100644 --- a/profiles/Identity.Governance/readme.md +++ b/profiles/Identity.Governance/readme.md @@ -6,8 +6,8 @@ ``` yaml require: -- $(this-folder)/definitions/v1.0.md - $(this-folder)/definitions/v1.0-beta.md +- $(this-folder)/definitions/v1.0.md ``` diff --git a/profiles/Identity.SignIns/crawl-log-v1.0-beta.json b/profiles/Identity.SignIns/crawl-log-v1.0-beta.json index da20d575323..1d43cadc00d 100644 --- a/profiles/Identity.SignIns/crawl-log-v1.0-beta.json +++ b/profiles/Identity.SignIns/crawl-log-v1.0-beta.json @@ -2,552 +2,552 @@ "resources": [], "operations": { "/dataPolicyOperations": { - "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml" }, "/dataPolicyOperations/{dataPolicyOperation-id}": { - "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml" }, "/identity/conditionalAccess": { - "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml" }, "/identity/conditionalAccess/authenticationContextClassReferences": { - "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml" }, "/identity/conditionalAccess/authenticationContextClassReferences/{authenticationContextClassReference-id}": { - "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml" }, "/identity/conditionalAccess/namedLocations": { - "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml" }, "/identity/conditionalAccess/namedLocations/{namedLocation-id}": { - "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml" }, "/identity/conditionalAccess/policies": { - "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml" }, "/identity/conditionalAccess/policies/{conditionalAccessPolicy-id}": { - "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml" }, "/identity/userFlows": { - "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml" }, "/identity/userFlows/{identityUserFlow-id}": { - "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml" }, "/identityProviders": { - "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml" }, "/identityProviders/{identityProvider-id}": { - "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml" }, "/identityProviders/microsoft.graph.availableProviderTypes()": { - "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml" }, "/informationProtection": { - "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml" }, "/informationProtection/bitlocker": { - "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml" }, "/informationProtection/dataLossPreventionPolicies": { - "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml" }, "/informationProtection/dataLossPreventionPolicies/{dataLossPreventionPolicy-id}": { - "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml" }, "/informationProtection/dataLossPreventionPolicies/microsoft.graph.evaluate": { - "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml" }, "/informationProtection/microsoft.graph.decryptBuffer": { - "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml" }, "/informationProtection/microsoft.graph.encryptBuffer": { - "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml" }, "/informationProtection/policy": { - "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml" }, "/informationProtection/policy/labels": { - "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml" }, "/informationProtection/policy/labels/{informationProtectionLabel-id}": { - "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml" }, "/informationProtection/policy/labels/microsoft.graph.evaluateApplication": { - "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml" }, "/informationProtection/policy/labels/microsoft.graph.evaluateClassificationResults": { - "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml" }, "/informationProtection/policy/labels/microsoft.graph.evaluateRemoval": { - "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml" }, "/informationProtection/policy/labels/microsoft.graph.extractLabel": { - "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml" }, "/informationProtection/sensitivityLabels": { - "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml" }, "/informationProtection/sensitivityLabels/{sensitivityLabel-id}": { - "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml" }, "/informationProtection/sensitivityLabels/{sensitivityLabel-id}/sublabels": { - "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml" }, "/informationProtection/sensitivityLabels/{sensitivityLabel-id}/sublabels/{sensitivityLabel-id1}": { - "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml" }, "/informationProtection/sensitivityLabels/{sensitivityLabel-id}/sublabels/microsoft.graph.evaluate": { - "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml" }, "/informationProtection/sensitivityLabels/microsoft.graph.evaluate": { - "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml" }, "/informationProtection/sensitivityPolicySettings": { - "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml" }, "/informationProtection/threatAssessmentRequests": { - "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml" }, "/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}": { - "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml" }, "/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results": { - "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml" }, "/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results/{threatAssessmentResult-id}": { - "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml" }, "/invitations": { - "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml" }, "/invitations/{invitation-id}": { - "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml" }, "/invitations/{invitation-id}/invitedUser": { - "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml" }, "/invitations/{invitation-id}/invitedUser/$ref": { - "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml" }, "/oauth2PermissionGrants": { - "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml" }, "/oauth2PermissionGrants/{oAuth2PermissionGrant-id}": { - "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml" }, "/oauth2PermissionGrants/microsoft.graph.delta()": { - "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml" }, "/organization/{organization-id}/certificateBasedAuthConfiguration": { - "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml" }, "/organization/{organization-id}/certificateBasedAuthConfiguration/$ref": { - "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml" }, "/policies": { - "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml" }, "/policies/activityBasedTimeoutPolicies": { - "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml" }, "/policies/activityBasedTimeoutPolicies/{activityBasedTimeoutPolicy-id}": { - "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml" }, "/policies/adminConsentRequestPolicy": { - "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml" }, "/policies/authenticationFlowsPolicy": { - "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml" }, "/policies/authenticationMethodsPolicy": { - "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml" }, "/policies/authorizationPolicy": { - "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml" }, "/policies/authorizationPolicy/{authorizationPolicy-id}": { - "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml" }, "/policies/b2cAuthenticationMethodsPolicy": { - "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml" }, "/policies/claimsMappingPolicies": { - "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml" }, "/policies/claimsMappingPolicies/{claimsMappingPolicy-id}": { - "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml" }, "/policies/conditionalAccessPolicies": { - "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml" }, "/policies/conditionalAccessPolicies/{conditionalAccessPolicy-id}": { - "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml" }, "/policies/directoryRoleAccessReviewPolicy": { - "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml" }, "/policies/featureRolloutPolicies": { - "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml" }, "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}": { - "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml" }, "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo": { - "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml" }, "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo/{directoryObject-id}": { - "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml" }, "/policies/homeRealmDiscoveryPolicies": { - "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml" }, "/policies/homeRealmDiscoveryPolicies/{homeRealmDiscoveryPolicy-id}": { - "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml" }, "/policies/identitySecurityDefaultsEnforcementPolicy": { - "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml" }, "/policies/permissionGrantPolicies": { - "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml" }, "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}": { - "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml" }, "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/excludes": { - "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml" }, "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/excludes/{permissionGrantConditionSet-id}": { - "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml" }, "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/includes": { - "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml" }, "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/includes/{permissionGrantConditionSet-id}": { - "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml" }, "/policies/privateLinkResourcePolicies": { - "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml" }, "/policies/privateLinkResourcePolicies/{privateLinkResourcePolicy-id}": { - "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml" }, "/policies/privateLinkResourcePolicies/{privateLinkResourcePolicy-id}/privateEndpointConnections": { - "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml" }, "/policies/privateLinkResourcePolicies/{privateLinkResourcePolicy-id}/privateEndpointConnections/{privateEndpointConnection-id}": { - "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml" }, "/policies/roleManagementPolicies": { - "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml" }, "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}": { - "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml" }, "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/effectiveRules": { - "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml" }, "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/effectiveRules/{unifiedRoleManagementPolicyRule-id}": { - "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml" }, "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/rules": { - "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml" }, "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/rules/{unifiedRoleManagementPolicyRule-id}": { - "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml" }, "/policies/roleManagementPolicyAssignments": { - "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml" }, "/policies/roleManagementPolicyAssignments/{unifiedRoleManagementPolicyAssignment-id}": { - "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml" }, "/policies/roleManagementPolicyAssignments/{unifiedRoleManagementPolicyAssignment-id}/policy": { - "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml" }, "/policies/roleManagementPolicyAssignments/{unifiedRoleManagementPolicyAssignment-id}/policy/$ref": { - "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml" }, "/policies/tokenIssuancePolicies": { - "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml" }, "/policies/tokenIssuancePolicies/{tokenIssuancePolicy-id}": { - "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml" }, "/policies/tokenLifetimePolicies": { - "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml" }, "/policies/tokenLifetimePolicies/{tokenLifetimePolicy-id}": { - "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml" }, "/riskDetections": { - "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml" }, "/riskDetections/{riskDetection-id}": { - "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml" }, "/riskyUsers": { - "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml" }, "/riskyUsers/{riskyUser-id}": { - "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml" }, "/riskyUsers/{riskyUser-id}/history": { - "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml" }, "/riskyUsers/{riskyUser-id}/history/{riskyUserHistoryItem-id}": { - "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml" }, "/riskyUsers/microsoft.graph.confirmCompromised": { - "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml" }, "/riskyUsers/microsoft.graph.dismiss": { - "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml" }, "/trustFramework": { - "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml" }, "/trustFramework/keySets": { - "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml" }, "/trustFramework/keySets/{trustFrameworkKeySet-id}": { - "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml" }, "/trustFramework/keySets/{trustFrameworkKeySet-id}/microsoft.graph.generateKey": { - "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml" }, "/trustFramework/keySets/{trustFrameworkKeySet-id}/microsoft.graph.getActiveKey()": { - "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml" }, "/trustFramework/keySets/{trustFrameworkKeySet-id}/microsoft.graph.uploadCertificate": { - "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml" }, "/trustFramework/keySets/{trustFrameworkKeySet-id}/microsoft.graph.uploadPkcs12": { - "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml" }, "/trustFramework/keySets/{trustFrameworkKeySet-id}/microsoft.graph.uploadSecret": { - "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml" }, "/trustFramework/policies": { - "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml" }, "/trustFramework/policies/{trustFrameworkPolicy-id}": { - "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml" }, "/trustFramework/policies/{trustFrameworkPolicy-id}/$value": { - "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml" }, "/users/{user-id}/authentication": { - "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml" }, "/users/{user-id}/authentication/emailMethods": { - "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml" }, "/users/{user-id}/authentication/emailMethods/{emailAuthenticationMethod-id}": { - "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml" }, "/users/{user-id}/authentication/fido2Methods": { - "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml" }, "/users/{user-id}/authentication/fido2Methods/{fido2AuthenticationMethod-id}": { - "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml" }, "/users/{user-id}/authentication/methods": { - "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml" }, "/users/{user-id}/authentication/methods/{authenticationMethod-id}": { - "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml" }, "/users/{user-id}/authentication/microsoftAuthenticatorMethods": { - "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml" }, "/users/{user-id}/authentication/microsoftAuthenticatorMethods/{microsoftAuthenticatorAuthenticationMethod-id}": { - "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml" }, "/users/{user-id}/authentication/microsoftAuthenticatorMethods/{microsoftAuthenticatorAuthenticationMethod-id}/device": { - "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml" }, "/users/{user-id}/authentication/operations": { - "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml" }, "/users/{user-id}/authentication/operations/{longRunningOperation-id}": { - "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml" }, "/users/{user-id}/authentication/passwordlessMicrosoftAuthenticatorMethods": { - "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml" }, "/users/{user-id}/authentication/passwordlessMicrosoftAuthenticatorMethods/{passwordlessMicrosoftAuthenticatorAuthenticationMethod-id}": { - "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml" }, "/users/{user-id}/authentication/passwordlessMicrosoftAuthenticatorMethods/{passwordlessMicrosoftAuthenticatorAuthenticationMethod-id}/device": { - "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml" }, "/users/{user-id}/authentication/passwordMethods": { - "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml" }, "/users/{user-id}/authentication/passwordMethods/{passwordAuthenticationMethod-id}": { - "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml" }, "/users/{user-id}/authentication/phoneMethods": { - "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml" }, "/users/{user-id}/authentication/phoneMethods/{phoneAuthenticationMethod-id}": { - "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml" }, "/users/{user-id}/authentication/temporaryAccessPassMethods": { - "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml" }, "/users/{user-id}/authentication/temporaryAccessPassMethods/{temporaryAccessPassAuthenticationMethod-id}": { - "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml" }, "/users/{user-id}/authentication/windowsHelloForBusinessMethods": { - "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml" }, "/users/{user-id}/authentication/windowsHelloForBusinessMethods/{windowsHelloForBusinessAuthenticationMethod-id}": { - "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml" }, "/users/{user-id}/authentication/windowsHelloForBusinessMethods/{windowsHelloForBusinessAuthenticationMethod-id}/device": { - "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml" }, "/users/{user-id}/informationProtection": { - "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml" } } } diff --git a/profiles/Identity.SignIns/crawl-log-v1.0.json b/profiles/Identity.SignIns/crawl-log-v1.0.json index 80ec27abca9..48d9c4e2acd 100644 --- a/profiles/Identity.SignIns/crawl-log-v1.0.json +++ b/profiles/Identity.SignIns/crawl-log-v1.0.json @@ -2,248 +2,248 @@ "resources": [], "operations": { "/dataPolicyOperations": { - "originalLocation": "/openApiDocs/v1.0/Identity.SignIns.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.SignIns.yml" }, "/dataPolicyOperations/{dataPolicyOperation-id}": { - "originalLocation": "/openApiDocs/v1.0/Identity.SignIns.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.SignIns.yml" }, "/identity/conditionalAccess": { - "originalLocation": "/openApiDocs/v1.0/Identity.SignIns.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.SignIns.yml" }, "/identity/conditionalAccess/namedLocations": { - "originalLocation": "/openApiDocs/v1.0/Identity.SignIns.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.SignIns.yml" }, "/identity/conditionalAccess/namedLocations/{namedLocation-id}": { - "originalLocation": "/openApiDocs/v1.0/Identity.SignIns.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.SignIns.yml" }, "/identity/conditionalAccess/policies": { - "originalLocation": "/openApiDocs/v1.0/Identity.SignIns.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.SignIns.yml" }, "/identity/conditionalAccess/policies/{conditionalAccessPolicy-id}": { - "originalLocation": "/openApiDocs/v1.0/Identity.SignIns.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.SignIns.yml" }, "/identityProviders": { - "originalLocation": "/openApiDocs/v1.0/Identity.SignIns.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.SignIns.yml" }, "/identityProviders/{identityProvider-id}": { - "originalLocation": "/openApiDocs/v1.0/Identity.SignIns.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.SignIns.yml" }, "/informationProtection": { - "originalLocation": "/openApiDocs/v1.0/Identity.SignIns.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.SignIns.yml" }, "/informationProtection/threatAssessmentRequests": { - "originalLocation": "/openApiDocs/v1.0/Identity.SignIns.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.SignIns.yml" }, "/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}": { - "originalLocation": "/openApiDocs/v1.0/Identity.SignIns.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.SignIns.yml" }, "/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results": { - "originalLocation": "/openApiDocs/v1.0/Identity.SignIns.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.SignIns.yml" }, "/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results/{threatAssessmentResult-id}": { - "originalLocation": "/openApiDocs/v1.0/Identity.SignIns.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.SignIns.yml" }, "/invitations": { - "originalLocation": "/openApiDocs/v1.0/Identity.SignIns.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.SignIns.yml" }, "/invitations/{invitation-id}": { - "originalLocation": "/openApiDocs/v1.0/Identity.SignIns.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.SignIns.yml" }, "/invitations/{invitation-id}/invitedUser": { - "originalLocation": "/openApiDocs/v1.0/Identity.SignIns.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.SignIns.yml" }, "/invitations/{invitation-id}/invitedUser/$ref": { - "originalLocation": "/openApiDocs/v1.0/Identity.SignIns.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.SignIns.yml" }, "/oauth2PermissionGrants": { - "originalLocation": "/openApiDocs/v1.0/Identity.SignIns.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.SignIns.yml" }, "/oauth2PermissionGrants/{oAuth2PermissionGrant-id}": { - "originalLocation": "/openApiDocs/v1.0/Identity.SignIns.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.SignIns.yml" }, "/oauth2PermissionGrants/microsoft.graph.delta()": { - "originalLocation": "/openApiDocs/v1.0/Identity.SignIns.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.SignIns.yml" }, "/organization/{organization-id}/certificateBasedAuthConfiguration": { - "originalLocation": "/openApiDocs/v1.0/Identity.SignIns.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.SignIns.yml" }, "/organization/{organization-id}/certificateBasedAuthConfiguration/$ref": { - "originalLocation": "/openApiDocs/v1.0/Identity.SignIns.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.SignIns.yml" }, "/policies": { - "originalLocation": "/openApiDocs/v1.0/Identity.SignIns.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.SignIns.yml" }, "/policies/activityBasedTimeoutPolicies": { - "originalLocation": "/openApiDocs/v1.0/Identity.SignIns.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.SignIns.yml" }, "/policies/activityBasedTimeoutPolicies/{activityBasedTimeoutPolicy-id}": { - "originalLocation": "/openApiDocs/v1.0/Identity.SignIns.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.SignIns.yml" }, "/policies/adminConsentRequestPolicy": { - "originalLocation": "/openApiDocs/v1.0/Identity.SignIns.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.SignIns.yml" }, "/policies/authenticationMethodsPolicy": { - "originalLocation": "/openApiDocs/v1.0/Identity.SignIns.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.SignIns.yml" }, "/policies/authorizationPolicy": { - "originalLocation": "/openApiDocs/v1.0/Identity.SignIns.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.SignIns.yml" }, "/policies/claimsMappingPolicies": { - "originalLocation": "/openApiDocs/v1.0/Identity.SignIns.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.SignIns.yml" }, "/policies/claimsMappingPolicies/{claimsMappingPolicy-id}": { - "originalLocation": "/openApiDocs/v1.0/Identity.SignIns.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.SignIns.yml" }, "/policies/conditionalAccessPolicies": { - "originalLocation": "/openApiDocs/v1.0/Identity.SignIns.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.SignIns.yml" }, "/policies/conditionalAccessPolicies/{conditionalAccessPolicy-id}": { - "originalLocation": "/openApiDocs/v1.0/Identity.SignIns.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.SignIns.yml" }, "/policies/featureRolloutPolicies": { - "originalLocation": "/openApiDocs/v1.0/Identity.SignIns.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.SignIns.yml" }, "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}": { - "originalLocation": "/openApiDocs/v1.0/Identity.SignIns.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.SignIns.yml" }, "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo": { - "originalLocation": "/openApiDocs/v1.0/Identity.SignIns.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.SignIns.yml" }, "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo/{directoryObject-id}": { - "originalLocation": "/openApiDocs/v1.0/Identity.SignIns.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.SignIns.yml" }, "/policies/homeRealmDiscoveryPolicies": { - "originalLocation": "/openApiDocs/v1.0/Identity.SignIns.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.SignIns.yml" }, "/policies/homeRealmDiscoveryPolicies/{homeRealmDiscoveryPolicy-id}": { - "originalLocation": "/openApiDocs/v1.0/Identity.SignIns.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.SignIns.yml" }, "/policies/identitySecurityDefaultsEnforcementPolicy": { - "originalLocation": "/openApiDocs/v1.0/Identity.SignIns.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.SignIns.yml" }, "/policies/permissionGrantPolicies": { - "originalLocation": "/openApiDocs/v1.0/Identity.SignIns.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.SignIns.yml" }, "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}": { - "originalLocation": "/openApiDocs/v1.0/Identity.SignIns.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.SignIns.yml" }, "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/excludes": { - "originalLocation": "/openApiDocs/v1.0/Identity.SignIns.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.SignIns.yml" }, "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/excludes/{permissionGrantConditionSet-id}": { - "originalLocation": "/openApiDocs/v1.0/Identity.SignIns.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.SignIns.yml" }, "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/includes": { - "originalLocation": "/openApiDocs/v1.0/Identity.SignIns.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.SignIns.yml" }, "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/includes/{permissionGrantConditionSet-id}": { - "originalLocation": "/openApiDocs/v1.0/Identity.SignIns.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.SignIns.yml" }, "/policies/tokenIssuancePolicies": { - "originalLocation": "/openApiDocs/v1.0/Identity.SignIns.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.SignIns.yml" }, "/policies/tokenIssuancePolicies/{tokenIssuancePolicy-id}": { - "originalLocation": "/openApiDocs/v1.0/Identity.SignIns.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.SignIns.yml" }, "/policies/tokenLifetimePolicies": { - "originalLocation": "/openApiDocs/v1.0/Identity.SignIns.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.SignIns.yml" }, "/policies/tokenLifetimePolicies/{tokenLifetimePolicy-id}": { - "originalLocation": "/openApiDocs/v1.0/Identity.SignIns.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.SignIns.yml" }, "/users/{user-id}/authentication": { - "originalLocation": "/openApiDocs/v1.0/Identity.SignIns.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.SignIns.yml" }, "/users/{user-id}/authentication/fido2Methods": { - "originalLocation": "/openApiDocs/v1.0/Identity.SignIns.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.SignIns.yml" }, "/users/{user-id}/authentication/fido2Methods/{fido2AuthenticationMethod-id}": { - "originalLocation": "/openApiDocs/v1.0/Identity.SignIns.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.SignIns.yml" }, "/users/{user-id}/authentication/methods": { - "originalLocation": "/openApiDocs/v1.0/Identity.SignIns.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.SignIns.yml" }, "/users/{user-id}/authentication/methods/{authenticationMethod-id}": { - "originalLocation": "/openApiDocs/v1.0/Identity.SignIns.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.SignIns.yml" }, "/users/{user-id}/authentication/microsoftAuthenticatorMethods": { - "originalLocation": "/openApiDocs/v1.0/Identity.SignIns.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.SignIns.yml" }, "/users/{user-id}/authentication/microsoftAuthenticatorMethods/{microsoftAuthenticatorAuthenticationMethod-id}": { - "originalLocation": "/openApiDocs/v1.0/Identity.SignIns.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.SignIns.yml" }, "/users/{user-id}/authentication/microsoftAuthenticatorMethods/{microsoftAuthenticatorAuthenticationMethod-id}/device": { - "originalLocation": "/openApiDocs/v1.0/Identity.SignIns.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.SignIns.yml" }, "/users/{user-id}/authentication/windowsHelloForBusinessMethods": { - "originalLocation": "/openApiDocs/v1.0/Identity.SignIns.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.SignIns.yml" }, "/users/{user-id}/authentication/windowsHelloForBusinessMethods/{windowsHelloForBusinessAuthenticationMethod-id}": { - "originalLocation": "/openApiDocs/v1.0/Identity.SignIns.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.SignIns.yml" }, "/users/{user-id}/authentication/windowsHelloForBusinessMethods/{windowsHelloForBusinessAuthenticationMethod-id}/device": { - "originalLocation": "/openApiDocs/v1.0/Identity.SignIns.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.SignIns.yml" } } } diff --git a/profiles/Identity.SignIns/readme.md b/profiles/Identity.SignIns/readme.md index 831c79387de..ff7b02649f6 100644 --- a/profiles/Identity.SignIns/readme.md +++ b/profiles/Identity.SignIns/readme.md @@ -6,8 +6,8 @@ ``` yaml require: -- $(this-folder)/definitions/v1.0.md - $(this-folder)/definitions/v1.0-beta.md +- $(this-folder)/definitions/v1.0.md ``` diff --git a/profiles/Mail/crawl-log-v1.0-beta.json b/profiles/Mail/crawl-log-v1.0-beta.json index 9f8a0037fde..68d86347076 100644 --- a/profiles/Mail/crawl-log-v1.0-beta.json +++ b/profiles/Mail/crawl-log-v1.0-beta.json @@ -2,168 +2,168 @@ "resources": [], "operations": { "/users/{user-id}/inferenceClassification": { - "originalLocation": "/openApiDocs/beta/Mail.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Mail.yml" }, "/users/{user-id}/inferenceClassification/overrides": { - "originalLocation": "/openApiDocs/beta/Mail.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Mail.yml" }, "/users/{user-id}/inferenceClassification/overrides/{inferenceClassificationOverride-id}": { - "originalLocation": "/openApiDocs/beta/Mail.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Mail.yml" }, "/users/{user-id}/mailFolders": { - "originalLocation": "/openApiDocs/beta/Mail.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Mail.yml" }, "/users/{user-id}/mailFolders/{mailFolder-id}": { - "originalLocation": "/openApiDocs/beta/Mail.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Mail.yml" }, "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders": { - "originalLocation": "/openApiDocs/beta/Mail.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Mail.yml" }, "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}": { - "originalLocation": "/openApiDocs/beta/Mail.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Mail.yml" }, "/users/{user-id}/mailFolders/{mailFolder-id}/messageRules": { - "originalLocation": "/openApiDocs/beta/Mail.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Mail.yml" }, "/users/{user-id}/mailFolders/{mailFolder-id}/messageRules/{messageRule-id}": { - "originalLocation": "/openApiDocs/beta/Mail.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Mail.yml" }, "/users/{user-id}/mailFolders/{mailFolder-id}/messages": { - "originalLocation": "/openApiDocs/beta/Mail.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Mail.yml" }, "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}": { - "originalLocation": "/openApiDocs/beta/Mail.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Mail.yml" }, "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/$value": { - "originalLocation": "/openApiDocs/beta/Mail.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Mail.yml" }, "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/attachments": { - "originalLocation": "/openApiDocs/beta/Mail.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Mail.yml" }, "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/attachments/{attachment-id}": { - "originalLocation": "/openApiDocs/beta/Mail.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Mail.yml" }, "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/extensions": { - "originalLocation": "/openApiDocs/beta/Mail.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Mail.yml" }, "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/extensions/{extension-id}": { - "originalLocation": "/openApiDocs/beta/Mail.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Mail.yml" }, "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/mentions": { - "originalLocation": "/openApiDocs/beta/Mail.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Mail.yml" }, "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/mentions/{mention-id}": { - "originalLocation": "/openApiDocs/beta/Mail.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Mail.yml" }, "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/multiValueExtendedProperties": { - "originalLocation": "/openApiDocs/beta/Mail.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Mail.yml" }, "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}": { - "originalLocation": "/openApiDocs/beta/Mail.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Mail.yml" }, "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/singleValueExtendedProperties": { - "originalLocation": "/openApiDocs/beta/Mail.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Mail.yml" }, "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}": { - "originalLocation": "/openApiDocs/beta/Mail.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Mail.yml" }, "/users/{user-id}/mailFolders/{mailFolder-id}/multiValueExtendedProperties": { - "originalLocation": "/openApiDocs/beta/Mail.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Mail.yml" }, "/users/{user-id}/mailFolders/{mailFolder-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}": { - "originalLocation": "/openApiDocs/beta/Mail.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Mail.yml" }, "/users/{user-id}/mailFolders/{mailFolder-id}/singleValueExtendedProperties": { - "originalLocation": "/openApiDocs/beta/Mail.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Mail.yml" }, "/users/{user-id}/mailFolders/{mailFolder-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}": { - "originalLocation": "/openApiDocs/beta/Mail.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Mail.yml" }, "/users/{user-id}/mailFolders/{mailFolder-id}/userConfigurations": { - "originalLocation": "/openApiDocs/beta/Mail.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Mail.yml" }, "/users/{user-id}/mailFolders/{mailFolder-id}/userConfigurations/{userConfiguration-id}": { - "originalLocation": "/openApiDocs/beta/Mail.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Mail.yml" }, "/users/{user-id}/messages": { - "originalLocation": "/openApiDocs/beta/Mail.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Mail.yml" }, "/users/{user-id}/messages/{message-id}": { - "originalLocation": "/openApiDocs/beta/Mail.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Mail.yml" }, "/users/{user-id}/messages/{message-id}/$value": { - "originalLocation": "/openApiDocs/beta/Mail.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Mail.yml" }, "/users/{user-id}/messages/{message-id}/attachments": { - "originalLocation": "/openApiDocs/beta/Mail.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Mail.yml" }, "/users/{user-id}/messages/{message-id}/attachments/{attachment-id}": { - "originalLocation": "/openApiDocs/beta/Mail.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Mail.yml" }, "/users/{user-id}/messages/{message-id}/extensions": { - "originalLocation": "/openApiDocs/beta/Mail.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Mail.yml" }, "/users/{user-id}/messages/{message-id}/extensions/{extension-id}": { - "originalLocation": "/openApiDocs/beta/Mail.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Mail.yml" }, "/users/{user-id}/messages/{message-id}/mentions": { - "originalLocation": "/openApiDocs/beta/Mail.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Mail.yml" }, "/users/{user-id}/messages/{message-id}/mentions/{mention-id}": { - "originalLocation": "/openApiDocs/beta/Mail.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Mail.yml" }, "/users/{user-id}/messages/{message-id}/multiValueExtendedProperties": { - "originalLocation": "/openApiDocs/beta/Mail.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Mail.yml" }, "/users/{user-id}/messages/{message-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}": { - "originalLocation": "/openApiDocs/beta/Mail.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Mail.yml" }, "/users/{user-id}/messages/{message-id}/singleValueExtendedProperties": { - "originalLocation": "/openApiDocs/beta/Mail.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Mail.yml" }, "/users/{user-id}/messages/{message-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}": { - "originalLocation": "/openApiDocs/beta/Mail.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Mail.yml" } } } diff --git a/profiles/Mail/crawl-log-v1.0.json b/profiles/Mail/crawl-log-v1.0.json index b18e4b39764..43eaaa51c03 100644 --- a/profiles/Mail/crawl-log-v1.0.json +++ b/profiles/Mail/crawl-log-v1.0.json @@ -2,144 +2,144 @@ "resources": [], "operations": { "/users/{user-id}/inferenceClassification": { - "originalLocation": "/openApiDocs/v1.0/Mail.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Mail.yml" }, "/users/{user-id}/inferenceClassification/overrides": { - "originalLocation": "/openApiDocs/v1.0/Mail.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Mail.yml" }, "/users/{user-id}/inferenceClassification/overrides/{inferenceClassificationOverride-id}": { - "originalLocation": "/openApiDocs/v1.0/Mail.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Mail.yml" }, "/users/{user-id}/mailFolders": { - "originalLocation": "/openApiDocs/v1.0/Mail.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Mail.yml" }, "/users/{user-id}/mailFolders/{mailFolder-id}": { - "originalLocation": "/openApiDocs/v1.0/Mail.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Mail.yml" }, "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders": { - "originalLocation": "/openApiDocs/v1.0/Mail.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Mail.yml" }, "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}": { - "originalLocation": "/openApiDocs/v1.0/Mail.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Mail.yml" }, "/users/{user-id}/mailFolders/{mailFolder-id}/messageRules": { - "originalLocation": "/openApiDocs/v1.0/Mail.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Mail.yml" }, "/users/{user-id}/mailFolders/{mailFolder-id}/messageRules/{messageRule-id}": { - "originalLocation": "/openApiDocs/v1.0/Mail.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Mail.yml" }, "/users/{user-id}/mailFolders/{mailFolder-id}/messages": { - "originalLocation": "/openApiDocs/v1.0/Mail.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Mail.yml" }, "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}": { - "originalLocation": "/openApiDocs/v1.0/Mail.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Mail.yml" }, "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/$value": { - "originalLocation": "/openApiDocs/v1.0/Mail.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Mail.yml" }, "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/attachments": { - "originalLocation": "/openApiDocs/v1.0/Mail.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Mail.yml" }, "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/attachments/{attachment-id}": { - "originalLocation": "/openApiDocs/v1.0/Mail.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Mail.yml" }, "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/extensions": { - "originalLocation": "/openApiDocs/v1.0/Mail.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Mail.yml" }, "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/extensions/{extension-id}": { - "originalLocation": "/openApiDocs/v1.0/Mail.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Mail.yml" }, "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/multiValueExtendedProperties": { - "originalLocation": "/openApiDocs/v1.0/Mail.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Mail.yml" }, "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}": { - "originalLocation": "/openApiDocs/v1.0/Mail.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Mail.yml" }, "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/singleValueExtendedProperties": { - "originalLocation": "/openApiDocs/v1.0/Mail.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Mail.yml" }, "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}": { - "originalLocation": "/openApiDocs/v1.0/Mail.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Mail.yml" }, "/users/{user-id}/mailFolders/{mailFolder-id}/multiValueExtendedProperties": { - "originalLocation": "/openApiDocs/v1.0/Mail.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Mail.yml" }, "/users/{user-id}/mailFolders/{mailFolder-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}": { - "originalLocation": "/openApiDocs/v1.0/Mail.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Mail.yml" }, "/users/{user-id}/mailFolders/{mailFolder-id}/singleValueExtendedProperties": { - "originalLocation": "/openApiDocs/v1.0/Mail.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Mail.yml" }, "/users/{user-id}/mailFolders/{mailFolder-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}": { - "originalLocation": "/openApiDocs/v1.0/Mail.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Mail.yml" }, "/users/{user-id}/messages": { - "originalLocation": "/openApiDocs/v1.0/Mail.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Mail.yml" }, "/users/{user-id}/messages/{message-id}": { - "originalLocation": "/openApiDocs/v1.0/Mail.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Mail.yml" }, "/users/{user-id}/messages/{message-id}/$value": { - "originalLocation": "/openApiDocs/v1.0/Mail.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Mail.yml" }, "/users/{user-id}/messages/{message-id}/attachments": { - "originalLocation": "/openApiDocs/v1.0/Mail.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Mail.yml" }, "/users/{user-id}/messages/{message-id}/attachments/{attachment-id}": { - "originalLocation": "/openApiDocs/v1.0/Mail.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Mail.yml" }, "/users/{user-id}/messages/{message-id}/extensions": { - "originalLocation": "/openApiDocs/v1.0/Mail.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Mail.yml" }, "/users/{user-id}/messages/{message-id}/extensions/{extension-id}": { - "originalLocation": "/openApiDocs/v1.0/Mail.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Mail.yml" }, "/users/{user-id}/messages/{message-id}/multiValueExtendedProperties": { - "originalLocation": "/openApiDocs/v1.0/Mail.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Mail.yml" }, "/users/{user-id}/messages/{message-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}": { - "originalLocation": "/openApiDocs/v1.0/Mail.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Mail.yml" }, "/users/{user-id}/messages/{message-id}/singleValueExtendedProperties": { - "originalLocation": "/openApiDocs/v1.0/Mail.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Mail.yml" }, "/users/{user-id}/messages/{message-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}": { - "originalLocation": "/openApiDocs/v1.0/Mail.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Mail.yml" } } } diff --git a/profiles/Mail/readme.md b/profiles/Mail/readme.md index 72ee34a42d6..1a9fb89ac8c 100644 --- a/profiles/Mail/readme.md +++ b/profiles/Mail/readme.md @@ -6,8 +6,8 @@ ``` yaml require: -- $(this-folder)/definitions/v1.0.md - $(this-folder)/definitions/v1.0-beta.md +- $(this-folder)/definitions/v1.0.md ``` diff --git a/profiles/Notes/crawl-log-v1.0-beta.json b/profiles/Notes/crawl-log-v1.0-beta.json index 34a8bac8a81..915dfedf7a1 100644 --- a/profiles/Notes/crawl-log-v1.0-beta.json +++ b/profiles/Notes/crawl-log-v1.0-beta.json @@ -2,2008 +2,2008 @@ "resources": [], "operations": { "/groups/{group-id}/onenote": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/groups/{group-id}/onenote/notebooks": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/groups/{group-id}/onenote/notebooks/{notebook-id}": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentNotebook": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentSectionGroup": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sectionGroups": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentSectionGroup": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentNotebook": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/parentSectionGroup": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sectionGroups": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sectionGroups/{sectionGroup-id}": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sections": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/groups/{group-id}/onenote/operations": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/groups/{group-id}/onenote/operations/{onenoteOperation-id}": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/groups/{group-id}/onenote/pages": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/groups/{group-id}/onenote/pages/{onenotePage-id}": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/groups/{group-id}/onenote/pages/{onenotePage-id}/content": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentSectionGroup": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id1}": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id1}/content": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentSectionGroup": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/pages": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id1}": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id1}/content": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentNotebook": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/parentSectionGroup": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sectionGroups": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sectionGroups/{sectionGroup-id}": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sections": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/pages": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/pages/{onenotePage-id1}": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/pages/{onenotePage-id1}/content": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/parentSectionGroup": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sections": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sections": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sections/{onenoteSection-id}": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sectionGroups": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sectionGroups/{sectionGroup-id}": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sections": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sections/{onenoteSection-id}": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentSectionGroup": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sectionGroups": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sectionGroups/{sectionGroup-id}": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sections": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sections/{onenoteSection-id}": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/groups/{group-id}/onenote/resources": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/groups/{group-id}/onenote/resources/{onenoteResource-id}": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/groups/{group-id}/onenote/resources/{onenoteResource-id}/content": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/groups/{group-id}/onenote/sectionGroups": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sectionGroups": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sectionGroups/{sectionGroup-id1}": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/content": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/parentNotebook": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentSectionGroup": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sectionGroups": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id1}": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sectionGroups": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id1}": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sections": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentSectionGroup": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/groups/{group-id}/onenote/sections": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/groups/{group-id}/onenote/sections/{onenoteSection-id}": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/content": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentSectionGroup": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentNotebook": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentSectionGroup": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sections": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sectionGroups": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sectionGroups/{sectionGroup-id}": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sections": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sections/{onenoteSection-id1}": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentSectionGroup": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/sectionGroups": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/sectionGroups/{sectionGroup-id}": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/sections": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/sites/{site-id}/onenote": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/sites/{site-id}/onenote/notebooks": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/sites/{site-id}/onenote/notebooks/{notebook-id}": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentNotebook": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentSectionGroup": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sectionGroups": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentSectionGroup": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentNotebook": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/parentSectionGroup": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sectionGroups": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sectionGroups/{sectionGroup-id}": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sections": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/sites/{site-id}/onenote/operations": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/sites/{site-id}/onenote/operations/{onenoteOperation-id}": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/sites/{site-id}/onenote/pages": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/sites/{site-id}/onenote/pages/{onenotePage-id}": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/sites/{site-id}/onenote/pages/{onenotePage-id}/content": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentSectionGroup": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id1}": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id1}/content": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentSectionGroup": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/pages": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id1}": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id1}/content": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentNotebook": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/parentSectionGroup": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sectionGroups": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sectionGroups/{sectionGroup-id}": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sections": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/pages": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/pages/{onenotePage-id1}": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/pages/{onenotePage-id1}/content": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/parentSectionGroup": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sections": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sections": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sections/{onenoteSection-id}": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sectionGroups": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sectionGroups/{sectionGroup-id}": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sections": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sections/{onenoteSection-id}": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentSectionGroup": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sectionGroups": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sectionGroups/{sectionGroup-id}": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sections": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sections/{onenoteSection-id}": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/sites/{site-id}/onenote/resources": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/sites/{site-id}/onenote/resources/{onenoteResource-id}": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/sites/{site-id}/onenote/resources/{onenoteResource-id}/content": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/sites/{site-id}/onenote/sectionGroups": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sectionGroups": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sectionGroups/{sectionGroup-id1}": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/content": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/parentNotebook": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentSectionGroup": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sectionGroups": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id1}": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sectionGroups": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id1}": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sections": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentSectionGroup": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/sites/{site-id}/onenote/sections": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/sites/{site-id}/onenote/sections/{onenoteSection-id}": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/content": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentSectionGroup": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentSectionGroup": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sections": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sectionGroups": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sectionGroups/{sectionGroup-id}": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sections": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sections/{onenoteSection-id1}": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentSectionGroup": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/sectionGroups": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/sectionGroups/{sectionGroup-id}": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/sections": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/users/{user-id}/onenote": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/users/{user-id}/onenote/notebooks": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/users/{user-id}/onenote/notebooks/{notebook-id}": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentNotebook": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentSectionGroup": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sectionGroups": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentSectionGroup": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/users/{user-id}/onenote/notebooks/{notebook-id}/sections": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentNotebook": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/parentSectionGroup": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sectionGroups": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sectionGroups/{sectionGroup-id}": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sections": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/users/{user-id}/onenote/operations": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/users/{user-id}/onenote/operations/{onenoteOperation-id}": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/users/{user-id}/onenote/pages": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/users/{user-id}/onenote/pages/{onenotePage-id}": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/users/{user-id}/onenote/pages/{onenotePage-id}/content": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentSectionGroup": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id1}": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id1}/content": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentSectionGroup": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/pages": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id1}": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id1}/content": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentNotebook": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/parentSectionGroup": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sectionGroups": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sectionGroups/{sectionGroup-id}": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sections": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/pages": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/pages/{onenotePage-id1}": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/pages/{onenotePage-id1}/content": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/parentSectionGroup": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sections": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sections": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sections/{onenoteSection-id}": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sectionGroups": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sectionGroups/{sectionGroup-id}": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sections": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sections/{onenoteSection-id}": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentSectionGroup": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sectionGroups": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sectionGroups/{sectionGroup-id}": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sections": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sections/{onenoteSection-id}": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/users/{user-id}/onenote/resources": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/users/{user-id}/onenote/resources/{onenoteResource-id}": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/users/{user-id}/onenote/resources/{onenoteResource-id}/content": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/users/{user-id}/onenote/sectionGroups": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sectionGroups": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sectionGroups/{sectionGroup-id1}": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/content": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/parentNotebook": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentSectionGroup": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sectionGroups": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id1}": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sectionGroups": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id1}": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sections": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentSectionGroup": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/users/{user-id}/onenote/sections": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/users/{user-id}/onenote/sections/{onenoteSection-id}": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/content": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentSectionGroup": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentNotebook": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentSectionGroup": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sections": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sectionGroups": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sectionGroups/{sectionGroup-id}": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sections": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sections/{onenoteSection-id1}": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentSectionGroup": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/sectionGroups": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/sectionGroups/{sectionGroup-id}": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/sections": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" } } } diff --git a/profiles/Notes/crawl-log-v1.0.json b/profiles/Notes/crawl-log-v1.0.json index e50a018149d..139d220ec02 100644 --- a/profiles/Notes/crawl-log-v1.0.json +++ b/profiles/Notes/crawl-log-v1.0.json @@ -2,2008 +2,2008 @@ "resources": [], "operations": { "/groups/{group-id}/onenote": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/groups/{group-id}/onenote/notebooks": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/groups/{group-id}/onenote/notebooks/{notebook-id}": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentNotebook": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentSectionGroup": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sectionGroups": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentSectionGroup": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentNotebook": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/parentSectionGroup": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sectionGroups": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sectionGroups/{sectionGroup-id}": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sections": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/groups/{group-id}/onenote/operations": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/groups/{group-id}/onenote/operations/{onenoteOperation-id}": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/groups/{group-id}/onenote/pages": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/groups/{group-id}/onenote/pages/{onenotePage-id}": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/groups/{group-id}/onenote/pages/{onenotePage-id}/content": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentSectionGroup": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id1}": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id1}/content": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentSectionGroup": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/pages": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id1}": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id1}/content": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentNotebook": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/parentSectionGroup": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sectionGroups": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sectionGroups/{sectionGroup-id}": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sections": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/pages": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/pages/{onenotePage-id1}": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/pages/{onenotePage-id1}/content": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/parentSectionGroup": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sections": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sections": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sections/{onenoteSection-id}": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sectionGroups": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sectionGroups/{sectionGroup-id}": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sections": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sections/{onenoteSection-id}": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentSectionGroup": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sectionGroups": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sectionGroups/{sectionGroup-id}": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sections": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sections/{onenoteSection-id}": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/groups/{group-id}/onenote/resources": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/groups/{group-id}/onenote/resources/{onenoteResource-id}": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/groups/{group-id}/onenote/resources/{onenoteResource-id}/content": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/groups/{group-id}/onenote/sectionGroups": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sectionGroups": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sectionGroups/{sectionGroup-id1}": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/content": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/parentNotebook": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentSectionGroup": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sectionGroups": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id1}": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sectionGroups": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id1}": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sections": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentSectionGroup": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/groups/{group-id}/onenote/sections": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/groups/{group-id}/onenote/sections/{onenoteSection-id}": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/content": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentSectionGroup": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentNotebook": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentSectionGroup": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sections": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sectionGroups": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sectionGroups/{sectionGroup-id}": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sections": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sections/{onenoteSection-id1}": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentSectionGroup": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/sectionGroups": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/sectionGroups/{sectionGroup-id}": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/sections": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/sites/{site-id}/onenote": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/sites/{site-id}/onenote/notebooks": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/sites/{site-id}/onenote/notebooks/{notebook-id}": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentNotebook": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentSectionGroup": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sectionGroups": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentSectionGroup": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentNotebook": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/parentSectionGroup": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sectionGroups": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sectionGroups/{sectionGroup-id}": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sections": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/sites/{site-id}/onenote/operations": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/sites/{site-id}/onenote/operations/{onenoteOperation-id}": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/sites/{site-id}/onenote/pages": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/sites/{site-id}/onenote/pages/{onenotePage-id}": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/sites/{site-id}/onenote/pages/{onenotePage-id}/content": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentSectionGroup": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id1}": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id1}/content": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentSectionGroup": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/pages": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id1}": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id1}/content": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentNotebook": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/parentSectionGroup": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sectionGroups": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sectionGroups/{sectionGroup-id}": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sections": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/pages": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/pages/{onenotePage-id1}": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/pages/{onenotePage-id1}/content": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/parentSectionGroup": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sections": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sections": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sections/{onenoteSection-id}": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sectionGroups": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sectionGroups/{sectionGroup-id}": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sections": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sections/{onenoteSection-id}": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentSectionGroup": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sectionGroups": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sectionGroups/{sectionGroup-id}": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sections": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sections/{onenoteSection-id}": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/sites/{site-id}/onenote/resources": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/sites/{site-id}/onenote/resources/{onenoteResource-id}": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/sites/{site-id}/onenote/resources/{onenoteResource-id}/content": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/sites/{site-id}/onenote/sectionGroups": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sectionGroups": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sectionGroups/{sectionGroup-id1}": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/content": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/parentNotebook": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentSectionGroup": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sectionGroups": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id1}": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sectionGroups": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id1}": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sections": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentSectionGroup": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/sites/{site-id}/onenote/sections": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/sites/{site-id}/onenote/sections/{onenoteSection-id}": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/content": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentSectionGroup": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentSectionGroup": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sections": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sectionGroups": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sectionGroups/{sectionGroup-id}": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sections": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sections/{onenoteSection-id1}": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentSectionGroup": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/sectionGroups": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/sectionGroups/{sectionGroup-id}": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/sections": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/users/{user-id}/onenote": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/users/{user-id}/onenote/notebooks": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/users/{user-id}/onenote/notebooks/{notebook-id}": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentNotebook": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentSectionGroup": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sectionGroups": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentSectionGroup": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/users/{user-id}/onenote/notebooks/{notebook-id}/sections": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentNotebook": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/parentSectionGroup": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sectionGroups": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sectionGroups/{sectionGroup-id}": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sections": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/users/{user-id}/onenote/operations": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/users/{user-id}/onenote/operations/{onenoteOperation-id}": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/users/{user-id}/onenote/pages": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/users/{user-id}/onenote/pages/{onenotePage-id}": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/users/{user-id}/onenote/pages/{onenotePage-id}/content": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentSectionGroup": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id1}": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id1}/content": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentSectionGroup": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/pages": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id1}": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id1}/content": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentNotebook": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/parentSectionGroup": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sectionGroups": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sectionGroups/{sectionGroup-id}": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sections": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/pages": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/pages/{onenotePage-id1}": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/pages/{onenotePage-id1}/content": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/parentSectionGroup": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sections": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sections": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sections/{onenoteSection-id}": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sectionGroups": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sectionGroups/{sectionGroup-id}": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sections": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sections/{onenoteSection-id}": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentSectionGroup": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sectionGroups": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sectionGroups/{sectionGroup-id}": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sections": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sections/{onenoteSection-id}": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/users/{user-id}/onenote/resources": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/users/{user-id}/onenote/resources/{onenoteResource-id}": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/users/{user-id}/onenote/resources/{onenoteResource-id}/content": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/users/{user-id}/onenote/sectionGroups": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sectionGroups": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sectionGroups/{sectionGroup-id1}": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/content": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/parentNotebook": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentSectionGroup": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sectionGroups": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id1}": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sectionGroups": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id1}": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sections": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentSectionGroup": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/users/{user-id}/onenote/sections": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/users/{user-id}/onenote/sections/{onenoteSection-id}": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/content": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentSectionGroup": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentNotebook": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentSectionGroup": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sections": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sectionGroups": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sectionGroups/{sectionGroup-id}": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sections": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sections/{onenoteSection-id1}": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentSectionGroup": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/sectionGroups": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/sectionGroups/{sectionGroup-id}": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/sections": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" } } } diff --git a/profiles/Notes/readme.md b/profiles/Notes/readme.md index 9a5963e1bce..9ef1dfe8a49 100644 --- a/profiles/Notes/readme.md +++ b/profiles/Notes/readme.md @@ -6,8 +6,8 @@ ``` yaml require: -- $(this-folder)/definitions/v1.0.md - $(this-folder)/definitions/v1.0-beta.md +- $(this-folder)/definitions/v1.0.md ``` diff --git a/profiles/People/crawl-log-v1.0-beta.json b/profiles/People/crawl-log-v1.0-beta.json index 40b723cd6dd..43b70cc7a5e 100644 --- a/profiles/People/crawl-log-v1.0-beta.json +++ b/profiles/People/crawl-log-v1.0-beta.json @@ -2,180 +2,180 @@ "resources": [], "operations": { "/users/{user-id}/analytics": { - "originalLocation": "/openApiDocs/beta/People.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/People.yml" }, "/users/{user-id}/analytics/activityStatistics": { - "originalLocation": "/openApiDocs/beta/People.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/People.yml" }, "/users/{user-id}/analytics/activityStatistics/{activityStatistics-id}": { - "originalLocation": "/openApiDocs/beta/People.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/People.yml" }, "/users/{user-id}/people": { - "originalLocation": "/openApiDocs/beta/People.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/People.yml" }, "/users/{user-id}/people/{person-id}": { - "originalLocation": "/openApiDocs/beta/People.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/People.yml" }, "/users/{user-id}/profile": { - "originalLocation": "/openApiDocs/beta/People.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/People.yml" }, "/users/{user-id}/profile/account": { - "originalLocation": "/openApiDocs/beta/People.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/People.yml" }, "/users/{user-id}/profile/account/{userAccountInformation-id}": { - "originalLocation": "/openApiDocs/beta/People.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/People.yml" }, "/users/{user-id}/profile/addresses": { - "originalLocation": "/openApiDocs/beta/People.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/People.yml" }, "/users/{user-id}/profile/addresses/{itemAddress-id}": { - "originalLocation": "/openApiDocs/beta/People.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/People.yml" }, "/users/{user-id}/profile/anniversaries": { - "originalLocation": "/openApiDocs/beta/People.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/People.yml" }, "/users/{user-id}/profile/anniversaries/{personAnnualEvent-id}": { - "originalLocation": "/openApiDocs/beta/People.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/People.yml" }, "/users/{user-id}/profile/awards": { - "originalLocation": "/openApiDocs/beta/People.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/People.yml" }, "/users/{user-id}/profile/awards/{personAward-id}": { - "originalLocation": "/openApiDocs/beta/People.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/People.yml" }, "/users/{user-id}/profile/certifications": { - "originalLocation": "/openApiDocs/beta/People.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/People.yml" }, "/users/{user-id}/profile/certifications/{personCertification-id}": { - "originalLocation": "/openApiDocs/beta/People.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/People.yml" }, "/users/{user-id}/profile/educationalActivities": { - "originalLocation": "/openApiDocs/beta/People.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/People.yml" }, "/users/{user-id}/profile/educationalActivities/{educationalActivity-id}": { - "originalLocation": "/openApiDocs/beta/People.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/People.yml" }, "/users/{user-id}/profile/emails": { - "originalLocation": "/openApiDocs/beta/People.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/People.yml" }, "/users/{user-id}/profile/emails/{itemEmail-id}": { - "originalLocation": "/openApiDocs/beta/People.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/People.yml" }, "/users/{user-id}/profile/interests": { - "originalLocation": "/openApiDocs/beta/People.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/People.yml" }, "/users/{user-id}/profile/interests/{personInterest-id}": { - "originalLocation": "/openApiDocs/beta/People.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/People.yml" }, "/users/{user-id}/profile/languages": { - "originalLocation": "/openApiDocs/beta/People.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/People.yml" }, "/users/{user-id}/profile/languages/{languageProficiency-id}": { - "originalLocation": "/openApiDocs/beta/People.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/People.yml" }, "/users/{user-id}/profile/names": { - "originalLocation": "/openApiDocs/beta/People.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/People.yml" }, "/users/{user-id}/profile/names/{personName-id}": { - "originalLocation": "/openApiDocs/beta/People.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/People.yml" }, "/users/{user-id}/profile/notes": { - "originalLocation": "/openApiDocs/beta/People.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/People.yml" }, "/users/{user-id}/profile/notes/{personAnnotation-id}": { - "originalLocation": "/openApiDocs/beta/People.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/People.yml" }, "/users/{user-id}/profile/patents": { - "originalLocation": "/openApiDocs/beta/People.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/People.yml" }, "/users/{user-id}/profile/patents/{itemPatent-id}": { - "originalLocation": "/openApiDocs/beta/People.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/People.yml" }, "/users/{user-id}/profile/phones": { - "originalLocation": "/openApiDocs/beta/People.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/People.yml" }, "/users/{user-id}/profile/phones/{itemPhone-id}": { - "originalLocation": "/openApiDocs/beta/People.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/People.yml" }, "/users/{user-id}/profile/positions": { - "originalLocation": "/openApiDocs/beta/People.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/People.yml" }, "/users/{user-id}/profile/positions/{workPosition-id}": { - "originalLocation": "/openApiDocs/beta/People.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/People.yml" }, "/users/{user-id}/profile/projects": { - "originalLocation": "/openApiDocs/beta/People.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/People.yml" }, "/users/{user-id}/profile/projects/{projectParticipation-id}": { - "originalLocation": "/openApiDocs/beta/People.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/People.yml" }, "/users/{user-id}/profile/publications": { - "originalLocation": "/openApiDocs/beta/People.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/People.yml" }, "/users/{user-id}/profile/publications/{itemPublication-id}": { - "originalLocation": "/openApiDocs/beta/People.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/People.yml" }, "/users/{user-id}/profile/skills": { - "originalLocation": "/openApiDocs/beta/People.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/People.yml" }, "/users/{user-id}/profile/skills/{skillProficiency-id}": { - "originalLocation": "/openApiDocs/beta/People.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/People.yml" }, "/users/{user-id}/profile/webAccounts": { - "originalLocation": "/openApiDocs/beta/People.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/People.yml" }, "/users/{user-id}/profile/webAccounts/{webAccount-id}": { - "originalLocation": "/openApiDocs/beta/People.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/People.yml" }, "/users/{user-id}/profile/websites": { - "originalLocation": "/openApiDocs/beta/People.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/People.yml" }, "/users/{user-id}/profile/websites/{personWebsite-id}": { - "originalLocation": "/openApiDocs/beta/People.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/People.yml" } } } diff --git a/profiles/People/crawl-log-v1.0.json b/profiles/People/crawl-log-v1.0.json index 603e127147c..85974e1840f 100644 --- a/profiles/People/crawl-log-v1.0.json +++ b/profiles/People/crawl-log-v1.0.json @@ -2,72 +2,72 @@ "resources": [], "operations": { "/users/{user-id}/insights": { - "originalLocation": "/openApiDocs/v1.0/People.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/People.yml" }, "/users/{user-id}/insights/shared": { - "originalLocation": "/openApiDocs/v1.0/People.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/People.yml" }, "/users/{user-id}/insights/shared/{sharedInsight-id}": { - "originalLocation": "/openApiDocs/v1.0/People.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/People.yml" }, "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod": { - "originalLocation": "/openApiDocs/v1.0/People.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/People.yml" }, "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/$ref": { - "originalLocation": "/openApiDocs/v1.0/People.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/People.yml" }, "/users/{user-id}/insights/shared/{sharedInsight-id}/resource": { - "originalLocation": "/openApiDocs/v1.0/People.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/People.yml" }, "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/$ref": { - "originalLocation": "/openApiDocs/v1.0/People.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/People.yml" }, "/users/{user-id}/insights/trending": { - "originalLocation": "/openApiDocs/v1.0/People.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/People.yml" }, "/users/{user-id}/insights/trending/{trending-id}": { - "originalLocation": "/openApiDocs/v1.0/People.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/People.yml" }, "/users/{user-id}/insights/trending/{trending-id}/resource": { - "originalLocation": "/openApiDocs/v1.0/People.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/People.yml" }, "/users/{user-id}/insights/trending/{trending-id}/resource/$ref": { - "originalLocation": "/openApiDocs/v1.0/People.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/People.yml" }, "/users/{user-id}/insights/used": { - "originalLocation": "/openApiDocs/v1.0/People.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/People.yml" }, "/users/{user-id}/insights/used/{usedInsight-id}": { - "originalLocation": "/openApiDocs/v1.0/People.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/People.yml" }, "/users/{user-id}/insights/used/{usedInsight-id}/resource": { - "originalLocation": "/openApiDocs/v1.0/People.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/People.yml" }, "/users/{user-id}/insights/used/{usedInsight-id}/resource/$ref": { - "originalLocation": "/openApiDocs/v1.0/People.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/People.yml" }, "/users/{user-id}/people": { - "originalLocation": "/openApiDocs/v1.0/People.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/People.yml" }, "/users/{user-id}/people/{person-id}": { - "originalLocation": "/openApiDocs/v1.0/People.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/People.yml" } } } diff --git a/profiles/People/readme.md b/profiles/People/readme.md index 1a0026f3e68..cf92c23c97a 100644 --- a/profiles/People/readme.md +++ b/profiles/People/readme.md @@ -6,8 +6,8 @@ ``` yaml require: -- $(this-folder)/definitions/v1.0.md - $(this-folder)/definitions/v1.0-beta.md +- $(this-folder)/definitions/v1.0.md ``` diff --git a/profiles/PersonalContacts/crawl-log-v1.0-beta.json b/profiles/PersonalContacts/crawl-log-v1.0-beta.json index a2114ef98f8..b4f00c4acaa 100644 --- a/profiles/PersonalContacts/crawl-log-v1.0-beta.json +++ b/profiles/PersonalContacts/crawl-log-v1.0-beta.json @@ -2,116 +2,116 @@ "resources": [], "operations": { "/users/{user-id}/contactFolders": { - "originalLocation": "/openApiDocs/beta/PersonalContacts.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/PersonalContacts.yml" }, "/users/{user-id}/contactFolders/{contactFolder-id}": { - "originalLocation": "/openApiDocs/beta/PersonalContacts.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/PersonalContacts.yml" }, "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders": { - "originalLocation": "/openApiDocs/beta/PersonalContacts.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/PersonalContacts.yml" }, "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}": { - "originalLocation": "/openApiDocs/beta/PersonalContacts.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/PersonalContacts.yml" }, "/users/{user-id}/contactFolders/{contactFolder-id}/contacts": { - "originalLocation": "/openApiDocs/beta/PersonalContacts.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/PersonalContacts.yml" }, "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}": { - "originalLocation": "/openApiDocs/beta/PersonalContacts.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/PersonalContacts.yml" }, "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/extensions": { - "originalLocation": "/openApiDocs/beta/PersonalContacts.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/PersonalContacts.yml" }, "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/extensions/{extension-id}": { - "originalLocation": "/openApiDocs/beta/PersonalContacts.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/PersonalContacts.yml" }, "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/multiValueExtendedProperties": { - "originalLocation": "/openApiDocs/beta/PersonalContacts.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/PersonalContacts.yml" }, "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}": { - "originalLocation": "/openApiDocs/beta/PersonalContacts.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/PersonalContacts.yml" }, "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/photo": { - "originalLocation": "/openApiDocs/beta/PersonalContacts.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/PersonalContacts.yml" }, "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/photo/$value": { - "originalLocation": "/openApiDocs/beta/PersonalContacts.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/PersonalContacts.yml" }, "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/singleValueExtendedProperties": { - "originalLocation": "/openApiDocs/beta/PersonalContacts.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/PersonalContacts.yml" }, "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}": { - "originalLocation": "/openApiDocs/beta/PersonalContacts.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/PersonalContacts.yml" }, "/users/{user-id}/contactFolders/{contactFolder-id}/multiValueExtendedProperties": { - "originalLocation": "/openApiDocs/beta/PersonalContacts.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/PersonalContacts.yml" }, "/users/{user-id}/contactFolders/{contactFolder-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}": { - "originalLocation": "/openApiDocs/beta/PersonalContacts.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/PersonalContacts.yml" }, "/users/{user-id}/contactFolders/{contactFolder-id}/singleValueExtendedProperties": { - "originalLocation": "/openApiDocs/beta/PersonalContacts.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/PersonalContacts.yml" }, "/users/{user-id}/contactFolders/{contactFolder-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}": { - "originalLocation": "/openApiDocs/beta/PersonalContacts.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/PersonalContacts.yml" }, "/users/{user-id}/contacts": { - "originalLocation": "/openApiDocs/beta/PersonalContacts.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/PersonalContacts.yml" }, "/users/{user-id}/contacts/{contact-id}": { - "originalLocation": "/openApiDocs/beta/PersonalContacts.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/PersonalContacts.yml" }, "/users/{user-id}/contacts/{contact-id}/extensions": { - "originalLocation": "/openApiDocs/beta/PersonalContacts.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/PersonalContacts.yml" }, "/users/{user-id}/contacts/{contact-id}/extensions/{extension-id}": { - "originalLocation": "/openApiDocs/beta/PersonalContacts.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/PersonalContacts.yml" }, "/users/{user-id}/contacts/{contact-id}/multiValueExtendedProperties": { - "originalLocation": "/openApiDocs/beta/PersonalContacts.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/PersonalContacts.yml" }, "/users/{user-id}/contacts/{contact-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}": { - "originalLocation": "/openApiDocs/beta/PersonalContacts.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/PersonalContacts.yml" }, "/users/{user-id}/contacts/{contact-id}/photo": { - "originalLocation": "/openApiDocs/beta/PersonalContacts.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/PersonalContacts.yml" }, "/users/{user-id}/contacts/{contact-id}/photo/$value": { - "originalLocation": "/openApiDocs/beta/PersonalContacts.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/PersonalContacts.yml" }, "/users/{user-id}/contacts/{contact-id}/singleValueExtendedProperties": { - "originalLocation": "/openApiDocs/beta/PersonalContacts.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/PersonalContacts.yml" }, "/users/{user-id}/contacts/{contact-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}": { - "originalLocation": "/openApiDocs/beta/PersonalContacts.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/PersonalContacts.yml" } } } diff --git a/profiles/PersonalContacts/crawl-log-v1.0.json b/profiles/PersonalContacts/crawl-log-v1.0.json index e4348b36ae8..3a724d980f8 100644 --- a/profiles/PersonalContacts/crawl-log-v1.0.json +++ b/profiles/PersonalContacts/crawl-log-v1.0.json @@ -2,116 +2,116 @@ "resources": [], "operations": { "/users/{user-id}/contactFolders": { - "originalLocation": "/openApiDocs/v1.0/PersonalContacts.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/PersonalContacts.yml" }, "/users/{user-id}/contactFolders/{contactFolder-id}": { - "originalLocation": "/openApiDocs/v1.0/PersonalContacts.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/PersonalContacts.yml" }, "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders": { - "originalLocation": "/openApiDocs/v1.0/PersonalContacts.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/PersonalContacts.yml" }, "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}": { - "originalLocation": "/openApiDocs/v1.0/PersonalContacts.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/PersonalContacts.yml" }, "/users/{user-id}/contactFolders/{contactFolder-id}/contacts": { - "originalLocation": "/openApiDocs/v1.0/PersonalContacts.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/PersonalContacts.yml" }, "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}": { - "originalLocation": "/openApiDocs/v1.0/PersonalContacts.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/PersonalContacts.yml" }, "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/extensions": { - "originalLocation": "/openApiDocs/v1.0/PersonalContacts.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/PersonalContacts.yml" }, "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/extensions/{extension-id}": { - "originalLocation": "/openApiDocs/v1.0/PersonalContacts.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/PersonalContacts.yml" }, "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/multiValueExtendedProperties": { - "originalLocation": "/openApiDocs/v1.0/PersonalContacts.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/PersonalContacts.yml" }, "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}": { - "originalLocation": "/openApiDocs/v1.0/PersonalContacts.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/PersonalContacts.yml" }, "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/photo": { - "originalLocation": "/openApiDocs/v1.0/PersonalContacts.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/PersonalContacts.yml" }, "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/photo/$value": { - "originalLocation": "/openApiDocs/v1.0/PersonalContacts.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/PersonalContacts.yml" }, "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/singleValueExtendedProperties": { - "originalLocation": "/openApiDocs/v1.0/PersonalContacts.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/PersonalContacts.yml" }, "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}": { - "originalLocation": "/openApiDocs/v1.0/PersonalContacts.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/PersonalContacts.yml" }, "/users/{user-id}/contactFolders/{contactFolder-id}/multiValueExtendedProperties": { - "originalLocation": "/openApiDocs/v1.0/PersonalContacts.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/PersonalContacts.yml" }, "/users/{user-id}/contactFolders/{contactFolder-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}": { - "originalLocation": "/openApiDocs/v1.0/PersonalContacts.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/PersonalContacts.yml" }, "/users/{user-id}/contactFolders/{contactFolder-id}/singleValueExtendedProperties": { - "originalLocation": "/openApiDocs/v1.0/PersonalContacts.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/PersonalContacts.yml" }, "/users/{user-id}/contactFolders/{contactFolder-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}": { - "originalLocation": "/openApiDocs/v1.0/PersonalContacts.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/PersonalContacts.yml" }, "/users/{user-id}/contacts": { - "originalLocation": "/openApiDocs/v1.0/PersonalContacts.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/PersonalContacts.yml" }, "/users/{user-id}/contacts/{contact-id}": { - "originalLocation": "/openApiDocs/v1.0/PersonalContacts.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/PersonalContacts.yml" }, "/users/{user-id}/contacts/{contact-id}/extensions": { - "originalLocation": "/openApiDocs/v1.0/PersonalContacts.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/PersonalContacts.yml" }, "/users/{user-id}/contacts/{contact-id}/extensions/{extension-id}": { - "originalLocation": "/openApiDocs/v1.0/PersonalContacts.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/PersonalContacts.yml" }, "/users/{user-id}/contacts/{contact-id}/multiValueExtendedProperties": { - "originalLocation": "/openApiDocs/v1.0/PersonalContacts.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/PersonalContacts.yml" }, "/users/{user-id}/contacts/{contact-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}": { - "originalLocation": "/openApiDocs/v1.0/PersonalContacts.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/PersonalContacts.yml" }, "/users/{user-id}/contacts/{contact-id}/photo": { - "originalLocation": "/openApiDocs/v1.0/PersonalContacts.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/PersonalContacts.yml" }, "/users/{user-id}/contacts/{contact-id}/photo/$value": { - "originalLocation": "/openApiDocs/v1.0/PersonalContacts.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/PersonalContacts.yml" }, "/users/{user-id}/contacts/{contact-id}/singleValueExtendedProperties": { - "originalLocation": "/openApiDocs/v1.0/PersonalContacts.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/PersonalContacts.yml" }, "/users/{user-id}/contacts/{contact-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}": { - "originalLocation": "/openApiDocs/v1.0/PersonalContacts.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/PersonalContacts.yml" } } } diff --git a/profiles/PersonalContacts/readme.md b/profiles/PersonalContacts/readme.md index d780d49513f..6430bed5a41 100644 --- a/profiles/PersonalContacts/readme.md +++ b/profiles/PersonalContacts/readme.md @@ -6,8 +6,8 @@ ``` yaml require: -- $(this-folder)/definitions/v1.0.md - $(this-folder)/definitions/v1.0-beta.md +- $(this-folder)/definitions/v1.0.md ``` diff --git a/profiles/Planner/crawl-log-v1.0-beta.json b/profiles/Planner/crawl-log-v1.0-beta.json index 9f8a2059de0..b63d48b0e22 100644 --- a/profiles/Planner/crawl-log-v1.0-beta.json +++ b/profiles/Planner/crawl-log-v1.0-beta.json @@ -2,356 +2,356 @@ "resources": [], "operations": { "/groups/{group-id}/planner": { - "originalLocation": "/openApiDocs/beta/Planner.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Planner.yml" }, "/groups/{group-id}/planner/plans": { - "originalLocation": "/openApiDocs/beta/Planner.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Planner.yml" }, "/groups/{group-id}/planner/plans/{plannerPlan-id}": { - "originalLocation": "/openApiDocs/beta/Planner.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Planner.yml" }, "/groups/{group-id}/planner/plans/{plannerPlan-id}/buckets": { - "originalLocation": "/openApiDocs/beta/Planner.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Planner.yml" }, "/groups/{group-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}": { - "originalLocation": "/openApiDocs/beta/Planner.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Planner.yml" }, "/groups/{group-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks": { - "originalLocation": "/openApiDocs/beta/Planner.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Planner.yml" }, "/groups/{group-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}": { - "originalLocation": "/openApiDocs/beta/Planner.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Planner.yml" }, "/groups/{group-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/assignedToTaskBoardFormat": { - "originalLocation": "/openApiDocs/beta/Planner.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Planner.yml" }, "/groups/{group-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/bucketTaskBoardFormat": { - "originalLocation": "/openApiDocs/beta/Planner.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Planner.yml" }, "/groups/{group-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/details": { - "originalLocation": "/openApiDocs/beta/Planner.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Planner.yml" }, "/groups/{group-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/progressTaskBoardFormat": { - "originalLocation": "/openApiDocs/beta/Planner.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Planner.yml" }, "/groups/{group-id}/planner/plans/{plannerPlan-id}/details": { - "originalLocation": "/openApiDocs/beta/Planner.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Planner.yml" }, "/groups/{group-id}/planner/plans/{plannerPlan-id}/tasks": { - "originalLocation": "/openApiDocs/beta/Planner.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Planner.yml" }, "/groups/{group-id}/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}": { - "originalLocation": "/openApiDocs/beta/Planner.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Planner.yml" }, "/groups/{group-id}/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/assignedToTaskBoardFormat": { - "originalLocation": "/openApiDocs/beta/Planner.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Planner.yml" }, "/groups/{group-id}/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/bucketTaskBoardFormat": { - "originalLocation": "/openApiDocs/beta/Planner.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Planner.yml" }, "/groups/{group-id}/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/details": { - "originalLocation": "/openApiDocs/beta/Planner.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Planner.yml" }, "/groups/{group-id}/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/progressTaskBoardFormat": { - "originalLocation": "/openApiDocs/beta/Planner.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Planner.yml" }, "/planner": { - "originalLocation": "/openApiDocs/beta/Planner.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Planner.yml" }, "/planner/buckets": { - "originalLocation": "/openApiDocs/beta/Planner.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Planner.yml" }, "/planner/buckets/{plannerBucket-id}": { - "originalLocation": "/openApiDocs/beta/Planner.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Planner.yml" }, "/planner/buckets/{plannerBucket-id}/tasks": { - "originalLocation": "/openApiDocs/beta/Planner.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Planner.yml" }, "/planner/buckets/{plannerBucket-id}/tasks/{plannerTask-id}": { - "originalLocation": "/openApiDocs/beta/Planner.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Planner.yml" }, "/planner/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/assignedToTaskBoardFormat": { - "originalLocation": "/openApiDocs/beta/Planner.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Planner.yml" }, "/planner/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/bucketTaskBoardFormat": { - "originalLocation": "/openApiDocs/beta/Planner.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Planner.yml" }, "/planner/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/details": { - "originalLocation": "/openApiDocs/beta/Planner.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Planner.yml" }, "/planner/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/progressTaskBoardFormat": { - "originalLocation": "/openApiDocs/beta/Planner.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Planner.yml" }, "/planner/plans": { - "originalLocation": "/openApiDocs/beta/Planner.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Planner.yml" }, "/planner/plans/{plannerPlan-id}": { - "originalLocation": "/openApiDocs/beta/Planner.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Planner.yml" }, "/planner/plans/{plannerPlan-id}/buckets": { - "originalLocation": "/openApiDocs/beta/Planner.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Planner.yml" }, "/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}": { - "originalLocation": "/openApiDocs/beta/Planner.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Planner.yml" }, "/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks": { - "originalLocation": "/openApiDocs/beta/Planner.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Planner.yml" }, "/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}": { - "originalLocation": "/openApiDocs/beta/Planner.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Planner.yml" }, "/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/assignedToTaskBoardFormat": { - "originalLocation": "/openApiDocs/beta/Planner.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Planner.yml" }, "/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/bucketTaskBoardFormat": { - "originalLocation": "/openApiDocs/beta/Planner.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Planner.yml" }, "/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/details": { - "originalLocation": "/openApiDocs/beta/Planner.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Planner.yml" }, "/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/progressTaskBoardFormat": { - "originalLocation": "/openApiDocs/beta/Planner.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Planner.yml" }, "/planner/plans/{plannerPlan-id}/details": { - "originalLocation": "/openApiDocs/beta/Planner.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Planner.yml" }, "/planner/plans/{plannerPlan-id}/tasks": { - "originalLocation": "/openApiDocs/beta/Planner.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Planner.yml" }, "/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}": { - "originalLocation": "/openApiDocs/beta/Planner.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Planner.yml" }, "/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/assignedToTaskBoardFormat": { - "originalLocation": "/openApiDocs/beta/Planner.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Planner.yml" }, "/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/bucketTaskBoardFormat": { - "originalLocation": "/openApiDocs/beta/Planner.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Planner.yml" }, "/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/details": { - "originalLocation": "/openApiDocs/beta/Planner.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Planner.yml" }, "/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/progressTaskBoardFormat": { - "originalLocation": "/openApiDocs/beta/Planner.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Planner.yml" }, "/planner/rosters": { - "originalLocation": "/openApiDocs/beta/Planner.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Planner.yml" }, "/planner/rosters/{plannerRoster-id}": { - "originalLocation": "/openApiDocs/beta/Planner.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Planner.yml" }, "/planner/rosters/{plannerRoster-id}/members": { - "originalLocation": "/openApiDocs/beta/Planner.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Planner.yml" }, "/planner/rosters/{plannerRoster-id}/members/{plannerRosterMember-id}": { - "originalLocation": "/openApiDocs/beta/Planner.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Planner.yml" }, "/planner/rosters/{plannerRoster-id}/plans": { - "originalLocation": "/openApiDocs/beta/Planner.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Planner.yml" }, "/planner/rosters/{plannerRoster-id}/plans/$ref": { - "originalLocation": "/openApiDocs/beta/Planner.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Planner.yml" }, "/planner/tasks": { - "originalLocation": "/openApiDocs/beta/Planner.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Planner.yml" }, "/planner/tasks/{plannerTask-id}": { - "originalLocation": "/openApiDocs/beta/Planner.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Planner.yml" }, "/planner/tasks/{plannerTask-id}/assignedToTaskBoardFormat": { - "originalLocation": "/openApiDocs/beta/Planner.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Planner.yml" }, "/planner/tasks/{plannerTask-id}/bucketTaskBoardFormat": { - "originalLocation": "/openApiDocs/beta/Planner.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Planner.yml" }, "/planner/tasks/{plannerTask-id}/details": { - "originalLocation": "/openApiDocs/beta/Planner.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Planner.yml" }, "/planner/tasks/{plannerTask-id}/progressTaskBoardFormat": { - "originalLocation": "/openApiDocs/beta/Planner.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Planner.yml" }, "/users/{user-id}/planner": { - "originalLocation": "/openApiDocs/beta/Planner.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Planner.yml" }, "/users/{user-id}/planner/all": { - "originalLocation": "/openApiDocs/beta/Planner.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Planner.yml" }, "/users/{user-id}/planner/all/{plannerDelta-id}": { - "originalLocation": "/openApiDocs/beta/Planner.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Planner.yml" }, "/users/{user-id}/planner/favoritePlans": { - "originalLocation": "/openApiDocs/beta/Planner.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Planner.yml" }, "/users/{user-id}/planner/favoritePlans/$ref": { - "originalLocation": "/openApiDocs/beta/Planner.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Planner.yml" }, "/users/{user-id}/planner/plans": { - "originalLocation": "/openApiDocs/beta/Planner.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Planner.yml" }, "/users/{user-id}/planner/plans/{plannerPlan-id}": { - "originalLocation": "/openApiDocs/beta/Planner.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Planner.yml" }, "/users/{user-id}/planner/plans/{plannerPlan-id}/buckets": { - "originalLocation": "/openApiDocs/beta/Planner.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Planner.yml" }, "/users/{user-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}": { - "originalLocation": "/openApiDocs/beta/Planner.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Planner.yml" }, "/users/{user-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks": { - "originalLocation": "/openApiDocs/beta/Planner.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Planner.yml" }, "/users/{user-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}": { - "originalLocation": "/openApiDocs/beta/Planner.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Planner.yml" }, "/users/{user-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/assignedToTaskBoardFormat": { - "originalLocation": "/openApiDocs/beta/Planner.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Planner.yml" }, "/users/{user-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/bucketTaskBoardFormat": { - "originalLocation": "/openApiDocs/beta/Planner.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Planner.yml" }, "/users/{user-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/details": { - "originalLocation": "/openApiDocs/beta/Planner.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Planner.yml" }, "/users/{user-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/progressTaskBoardFormat": { - "originalLocation": "/openApiDocs/beta/Planner.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Planner.yml" }, "/users/{user-id}/planner/plans/{plannerPlan-id}/details": { - "originalLocation": "/openApiDocs/beta/Planner.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Planner.yml" }, "/users/{user-id}/planner/plans/{plannerPlan-id}/tasks": { - "originalLocation": "/openApiDocs/beta/Planner.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Planner.yml" }, "/users/{user-id}/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}": { - "originalLocation": "/openApiDocs/beta/Planner.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Planner.yml" }, "/users/{user-id}/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/assignedToTaskBoardFormat": { - "originalLocation": "/openApiDocs/beta/Planner.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Planner.yml" }, "/users/{user-id}/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/bucketTaskBoardFormat": { - "originalLocation": "/openApiDocs/beta/Planner.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Planner.yml" }, "/users/{user-id}/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/details": { - "originalLocation": "/openApiDocs/beta/Planner.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Planner.yml" }, "/users/{user-id}/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/progressTaskBoardFormat": { - "originalLocation": "/openApiDocs/beta/Planner.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Planner.yml" }, "/users/{user-id}/planner/recentPlans": { - "originalLocation": "/openApiDocs/beta/Planner.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Planner.yml" }, "/users/{user-id}/planner/recentPlans/$ref": { - "originalLocation": "/openApiDocs/beta/Planner.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Planner.yml" }, "/users/{user-id}/planner/rosterPlans": { - "originalLocation": "/openApiDocs/beta/Planner.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Planner.yml" }, "/users/{user-id}/planner/rosterPlans/$ref": { - "originalLocation": "/openApiDocs/beta/Planner.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Planner.yml" }, "/users/{user-id}/planner/tasks": { - "originalLocation": "/openApiDocs/beta/Planner.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Planner.yml" }, "/users/{user-id}/planner/tasks/{plannerTask-id}": { - "originalLocation": "/openApiDocs/beta/Planner.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Planner.yml" }, "/users/{user-id}/planner/tasks/{plannerTask-id}/assignedToTaskBoardFormat": { - "originalLocation": "/openApiDocs/beta/Planner.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Planner.yml" }, "/users/{user-id}/planner/tasks/{plannerTask-id}/bucketTaskBoardFormat": { - "originalLocation": "/openApiDocs/beta/Planner.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Planner.yml" }, "/users/{user-id}/planner/tasks/{plannerTask-id}/details": { - "originalLocation": "/openApiDocs/beta/Planner.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Planner.yml" }, "/users/{user-id}/planner/tasks/{plannerTask-id}/progressTaskBoardFormat": { - "originalLocation": "/openApiDocs/beta/Planner.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Planner.yml" } } } diff --git a/profiles/Planner/crawl-log-v1.0.json b/profiles/Planner/crawl-log-v1.0.json index 4f4236b9fcf..94f4d3d0ac1 100644 --- a/profiles/Planner/crawl-log-v1.0.json +++ b/profiles/Planner/crawl-log-v1.0.json @@ -2,300 +2,300 @@ "resources": [], "operations": { "/groups/{group-id}/planner": { - "originalLocation": "/openApiDocs/v1.0/Planner.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Planner.yml" }, "/groups/{group-id}/planner/plans": { - "originalLocation": "/openApiDocs/v1.0/Planner.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Planner.yml" }, "/groups/{group-id}/planner/plans/{plannerPlan-id}": { - "originalLocation": "/openApiDocs/v1.0/Planner.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Planner.yml" }, "/groups/{group-id}/planner/plans/{plannerPlan-id}/buckets": { - "originalLocation": "/openApiDocs/v1.0/Planner.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Planner.yml" }, "/groups/{group-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}": { - "originalLocation": "/openApiDocs/v1.0/Planner.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Planner.yml" }, "/groups/{group-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks": { - "originalLocation": "/openApiDocs/v1.0/Planner.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Planner.yml" }, "/groups/{group-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}": { - "originalLocation": "/openApiDocs/v1.0/Planner.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Planner.yml" }, "/groups/{group-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/assignedToTaskBoardFormat": { - "originalLocation": "/openApiDocs/v1.0/Planner.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Planner.yml" }, "/groups/{group-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/bucketTaskBoardFormat": { - "originalLocation": "/openApiDocs/v1.0/Planner.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Planner.yml" }, "/groups/{group-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/details": { - "originalLocation": "/openApiDocs/v1.0/Planner.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Planner.yml" }, "/groups/{group-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/progressTaskBoardFormat": { - "originalLocation": "/openApiDocs/v1.0/Planner.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Planner.yml" }, "/groups/{group-id}/planner/plans/{plannerPlan-id}/details": { - "originalLocation": "/openApiDocs/v1.0/Planner.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Planner.yml" }, "/groups/{group-id}/planner/plans/{plannerPlan-id}/tasks": { - "originalLocation": "/openApiDocs/v1.0/Planner.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Planner.yml" }, "/groups/{group-id}/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}": { - "originalLocation": "/openApiDocs/v1.0/Planner.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Planner.yml" }, "/groups/{group-id}/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/assignedToTaskBoardFormat": { - "originalLocation": "/openApiDocs/v1.0/Planner.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Planner.yml" }, "/groups/{group-id}/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/bucketTaskBoardFormat": { - "originalLocation": "/openApiDocs/v1.0/Planner.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Planner.yml" }, "/groups/{group-id}/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/details": { - "originalLocation": "/openApiDocs/v1.0/Planner.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Planner.yml" }, "/groups/{group-id}/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/progressTaskBoardFormat": { - "originalLocation": "/openApiDocs/v1.0/Planner.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Planner.yml" }, "/planner": { - "originalLocation": "/openApiDocs/v1.0/Planner.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Planner.yml" }, "/planner/buckets": { - "originalLocation": "/openApiDocs/v1.0/Planner.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Planner.yml" }, "/planner/buckets/{plannerBucket-id}": { - "originalLocation": "/openApiDocs/v1.0/Planner.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Planner.yml" }, "/planner/buckets/{plannerBucket-id}/tasks": { - "originalLocation": "/openApiDocs/v1.0/Planner.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Planner.yml" }, "/planner/buckets/{plannerBucket-id}/tasks/{plannerTask-id}": { - "originalLocation": "/openApiDocs/v1.0/Planner.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Planner.yml" }, "/planner/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/assignedToTaskBoardFormat": { - "originalLocation": "/openApiDocs/v1.0/Planner.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Planner.yml" }, "/planner/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/bucketTaskBoardFormat": { - "originalLocation": "/openApiDocs/v1.0/Planner.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Planner.yml" }, "/planner/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/details": { - "originalLocation": "/openApiDocs/v1.0/Planner.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Planner.yml" }, "/planner/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/progressTaskBoardFormat": { - "originalLocation": "/openApiDocs/v1.0/Planner.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Planner.yml" }, "/planner/plans": { - "originalLocation": "/openApiDocs/v1.0/Planner.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Planner.yml" }, "/planner/plans/{plannerPlan-id}": { - "originalLocation": "/openApiDocs/v1.0/Planner.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Planner.yml" }, "/planner/plans/{plannerPlan-id}/buckets": { - "originalLocation": "/openApiDocs/v1.0/Planner.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Planner.yml" }, "/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}": { - "originalLocation": "/openApiDocs/v1.0/Planner.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Planner.yml" }, "/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks": { - "originalLocation": "/openApiDocs/v1.0/Planner.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Planner.yml" }, "/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}": { - "originalLocation": "/openApiDocs/v1.0/Planner.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Planner.yml" }, "/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/assignedToTaskBoardFormat": { - "originalLocation": "/openApiDocs/v1.0/Planner.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Planner.yml" }, "/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/bucketTaskBoardFormat": { - "originalLocation": "/openApiDocs/v1.0/Planner.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Planner.yml" }, "/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/details": { - "originalLocation": "/openApiDocs/v1.0/Planner.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Planner.yml" }, "/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/progressTaskBoardFormat": { - "originalLocation": "/openApiDocs/v1.0/Planner.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Planner.yml" }, "/planner/plans/{plannerPlan-id}/details": { - "originalLocation": "/openApiDocs/v1.0/Planner.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Planner.yml" }, "/planner/plans/{plannerPlan-id}/tasks": { - "originalLocation": "/openApiDocs/v1.0/Planner.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Planner.yml" }, "/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}": { - "originalLocation": "/openApiDocs/v1.0/Planner.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Planner.yml" }, "/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/assignedToTaskBoardFormat": { - "originalLocation": "/openApiDocs/v1.0/Planner.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Planner.yml" }, "/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/bucketTaskBoardFormat": { - "originalLocation": "/openApiDocs/v1.0/Planner.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Planner.yml" }, "/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/details": { - "originalLocation": "/openApiDocs/v1.0/Planner.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Planner.yml" }, "/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/progressTaskBoardFormat": { - "originalLocation": "/openApiDocs/v1.0/Planner.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Planner.yml" }, "/planner/tasks": { - "originalLocation": "/openApiDocs/v1.0/Planner.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Planner.yml" }, "/planner/tasks/{plannerTask-id}": { - "originalLocation": "/openApiDocs/v1.0/Planner.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Planner.yml" }, "/planner/tasks/{plannerTask-id}/assignedToTaskBoardFormat": { - "originalLocation": "/openApiDocs/v1.0/Planner.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Planner.yml" }, "/planner/tasks/{plannerTask-id}/bucketTaskBoardFormat": { - "originalLocation": "/openApiDocs/v1.0/Planner.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Planner.yml" }, "/planner/tasks/{plannerTask-id}/details": { - "originalLocation": "/openApiDocs/v1.0/Planner.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Planner.yml" }, "/planner/tasks/{plannerTask-id}/progressTaskBoardFormat": { - "originalLocation": "/openApiDocs/v1.0/Planner.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Planner.yml" }, "/users/{user-id}/planner": { - "originalLocation": "/openApiDocs/v1.0/Planner.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Planner.yml" }, "/users/{user-id}/planner/plans": { - "originalLocation": "/openApiDocs/v1.0/Planner.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Planner.yml" }, "/users/{user-id}/planner/plans/{plannerPlan-id}": { - "originalLocation": "/openApiDocs/v1.0/Planner.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Planner.yml" }, "/users/{user-id}/planner/plans/{plannerPlan-id}/buckets": { - "originalLocation": "/openApiDocs/v1.0/Planner.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Planner.yml" }, "/users/{user-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}": { - "originalLocation": "/openApiDocs/v1.0/Planner.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Planner.yml" }, "/users/{user-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks": { - "originalLocation": "/openApiDocs/v1.0/Planner.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Planner.yml" }, "/users/{user-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}": { - "originalLocation": "/openApiDocs/v1.0/Planner.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Planner.yml" }, "/users/{user-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/assignedToTaskBoardFormat": { - "originalLocation": "/openApiDocs/v1.0/Planner.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Planner.yml" }, "/users/{user-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/bucketTaskBoardFormat": { - "originalLocation": "/openApiDocs/v1.0/Planner.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Planner.yml" }, "/users/{user-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/details": { - "originalLocation": "/openApiDocs/v1.0/Planner.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Planner.yml" }, "/users/{user-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/progressTaskBoardFormat": { - "originalLocation": "/openApiDocs/v1.0/Planner.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Planner.yml" }, "/users/{user-id}/planner/plans/{plannerPlan-id}/details": { - "originalLocation": "/openApiDocs/v1.0/Planner.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Planner.yml" }, "/users/{user-id}/planner/plans/{plannerPlan-id}/tasks": { - "originalLocation": "/openApiDocs/v1.0/Planner.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Planner.yml" }, "/users/{user-id}/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}": { - "originalLocation": "/openApiDocs/v1.0/Planner.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Planner.yml" }, "/users/{user-id}/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/assignedToTaskBoardFormat": { - "originalLocation": "/openApiDocs/v1.0/Planner.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Planner.yml" }, "/users/{user-id}/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/bucketTaskBoardFormat": { - "originalLocation": "/openApiDocs/v1.0/Planner.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Planner.yml" }, "/users/{user-id}/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/details": { - "originalLocation": "/openApiDocs/v1.0/Planner.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Planner.yml" }, "/users/{user-id}/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/progressTaskBoardFormat": { - "originalLocation": "/openApiDocs/v1.0/Planner.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Planner.yml" }, "/users/{user-id}/planner/tasks": { - "originalLocation": "/openApiDocs/v1.0/Planner.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Planner.yml" }, "/users/{user-id}/planner/tasks/{plannerTask-id}": { - "originalLocation": "/openApiDocs/v1.0/Planner.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Planner.yml" }, "/users/{user-id}/planner/tasks/{plannerTask-id}/assignedToTaskBoardFormat": { - "originalLocation": "/openApiDocs/v1.0/Planner.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Planner.yml" }, "/users/{user-id}/planner/tasks/{plannerTask-id}/bucketTaskBoardFormat": { - "originalLocation": "/openApiDocs/v1.0/Planner.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Planner.yml" }, "/users/{user-id}/planner/tasks/{plannerTask-id}/details": { - "originalLocation": "/openApiDocs/v1.0/Planner.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Planner.yml" }, "/users/{user-id}/planner/tasks/{plannerTask-id}/progressTaskBoardFormat": { - "originalLocation": "/openApiDocs/v1.0/Planner.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Planner.yml" } } } diff --git a/profiles/Planner/readme.md b/profiles/Planner/readme.md index e5a31c508a5..8c78312cff0 100644 --- a/profiles/Planner/readme.md +++ b/profiles/Planner/readme.md @@ -6,8 +6,8 @@ ``` yaml require: -- $(this-folder)/definitions/v1.0.md - $(this-folder)/definitions/v1.0-beta.md +- $(this-folder)/definitions/v1.0.md ``` diff --git a/profiles/Reports/crawl-log-v1.0-beta.json b/profiles/Reports/crawl-log-v1.0-beta.json index ee0a0366fe6..0b7ef09d4cc 100644 --- a/profiles/Reports/crawl-log-v1.0-beta.json +++ b/profiles/Reports/crawl-log-v1.0-beta.json @@ -2,640 +2,640 @@ "resources": [], "operations": { "/auditLogs": { - "originalLocation": "/openApiDocs/beta/Reports.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Reports.yml" }, "/auditLogs/directoryAudits": { - "originalLocation": "/openApiDocs/beta/Reports.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Reports.yml" }, "/auditLogs/directoryAudits/{directoryAudit-id}": { - "originalLocation": "/openApiDocs/beta/Reports.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Reports.yml" }, "/auditLogs/directoryProvisioning": { - "originalLocation": "/openApiDocs/beta/Reports.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Reports.yml" }, "/auditLogs/directoryProvisioning/{provisioningObjectSummary-id}": { - "originalLocation": "/openApiDocs/beta/Reports.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Reports.yml" }, "/auditLogs/provisioning": { - "originalLocation": "/openApiDocs/beta/Reports.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Reports.yml" }, "/auditLogs/provisioning/{provisioningObjectSummary-id}": { - "originalLocation": "/openApiDocs/beta/Reports.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Reports.yml" }, "/auditLogs/restrictedSignIns": { - "originalLocation": "/openApiDocs/beta/Reports.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Reports.yml" }, "/auditLogs/restrictedSignIns/{restrictedSignIn-id}": { - "originalLocation": "/openApiDocs/beta/Reports.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Reports.yml" }, "/auditLogs/signIns": { - "originalLocation": "/openApiDocs/beta/Reports.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Reports.yml" }, "/auditLogs/signIns/{signIn-id}": { - "originalLocation": "/openApiDocs/beta/Reports.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Reports.yml" }, "/deviceManagement/reports": { - "originalLocation": "/openApiDocs/beta/Reports.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Reports.yml" }, "/deviceManagement/reports/cachedReportConfigurations": { - "originalLocation": "/openApiDocs/beta/Reports.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Reports.yml" }, "/deviceManagement/reports/cachedReportConfigurations/{deviceManagementCachedReportConfiguration-id}": { - "originalLocation": "/openApiDocs/beta/Reports.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Reports.yml" }, "/deviceManagement/reports/exportJobs": { - "originalLocation": "/openApiDocs/beta/Reports.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Reports.yml" }, "/deviceManagement/reports/exportJobs/{deviceManagementExportJob-id}": { - "originalLocation": "/openApiDocs/beta/Reports.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Reports.yml" }, "/deviceManagement/reports/reportSchedules": { - "originalLocation": "/openApiDocs/beta/Reports.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Reports.yml" }, "/deviceManagement/reports/reportSchedules/{deviceManagementReportSchedule-id}": { - "originalLocation": "/openApiDocs/beta/Reports.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Reports.yml" }, "/reports": { - "originalLocation": "/openApiDocs/beta/Reports.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Reports.yml" }, "/reports/applicationSignInDetailedSummary": { - "originalLocation": "/openApiDocs/beta/Reports.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Reports.yml" }, "/reports/applicationSignInDetailedSummary/{applicationSignInDetailedSummary-id}": { - "originalLocation": "/openApiDocs/beta/Reports.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Reports.yml" }, "/reports/authenticationMethods": { - "originalLocation": "/openApiDocs/beta/Reports.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Reports.yml" }, "/reports/authenticationMethods/microsoft.graph.usersRegisteredByFeature()": { - "originalLocation": "/openApiDocs/beta/Reports.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Reports.yml" }, "/reports/authenticationMethods/microsoft.graph.usersRegisteredByFeature(includedUserTypes={includedUserTypes},includedUserRoles={includedUserRoles})": { - "originalLocation": "/openApiDocs/beta/Reports.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Reports.yml" }, "/reports/authenticationMethods/microsoft.graph.usersRegisteredByMethod()": { - "originalLocation": "/openApiDocs/beta/Reports.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Reports.yml" }, "/reports/authenticationMethods/microsoft.graph.usersRegisteredByMethod(includedUserTypes={includedUserTypes},includedUserRoles={includedUserRoles})": { - "originalLocation": "/openApiDocs/beta/Reports.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Reports.yml" }, "/reports/credentialUserRegistrationDetails": { - "originalLocation": "/openApiDocs/beta/Reports.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Reports.yml" }, "/reports/credentialUserRegistrationDetails/{credentialUserRegistrationDetails-id}": { - "originalLocation": "/openApiDocs/beta/Reports.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Reports.yml" }, "/reports/dailyPrintUsageByPrinter": { - "originalLocation": "/openApiDocs/beta/Reports.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Reports.yml" }, "/reports/dailyPrintUsageByPrinter/{printUsageByPrinter-id}": { - "originalLocation": "/openApiDocs/beta/Reports.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Reports.yml" }, "/reports/dailyPrintUsageByUser": { - "originalLocation": "/openApiDocs/beta/Reports.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Reports.yml" }, "/reports/dailyPrintUsageByUser/{printUsageByUser-id}": { - "originalLocation": "/openApiDocs/beta/Reports.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Reports.yml" }, "/reports/dailyPrintUsageSummariesByPrinter": { - "originalLocation": "/openApiDocs/beta/Reports.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Reports.yml" }, "/reports/dailyPrintUsageSummariesByPrinter/{printUsageByPrinter-id}": { - "originalLocation": "/openApiDocs/beta/Reports.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Reports.yml" }, "/reports/dailyPrintUsageSummariesByUser": { - "originalLocation": "/openApiDocs/beta/Reports.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Reports.yml" }, "/reports/dailyPrintUsageSummariesByUser/{printUsageByUser-id}": { - "originalLocation": "/openApiDocs/beta/Reports.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Reports.yml" }, "/reports/microsoft.graph.deviceConfigurationDeviceActivity()": { - "originalLocation": "/openApiDocs/beta/Reports.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Reports.yml" }, "/reports/microsoft.graph.deviceConfigurationUserActivity()": { - "originalLocation": "/openApiDocs/beta/Reports.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Reports.yml" }, "/reports/microsoft.graph.getAzureADApplicationSignInSummary(period='{period}')": { - "originalLocation": "/openApiDocs/beta/Reports.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Reports.yml" }, "/reports/microsoft.graph.getAzureADFeatureUsage(period='{period}')": { - "originalLocation": "/openApiDocs/beta/Reports.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Reports.yml" }, "/reports/microsoft.graph.getAzureADLicenseUsage(period='{period}')": { - "originalLocation": "/openApiDocs/beta/Reports.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Reports.yml" }, "/reports/microsoft.graph.getAzureADUserFeatureUsage()": { - "originalLocation": "/openApiDocs/beta/Reports.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Reports.yml" }, "/reports/microsoft.graph.getCredentialUsageSummary(period='{period}')": { - "originalLocation": "/openApiDocs/beta/Reports.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Reports.yml" }, "/reports/microsoft.graph.getCredentialUserRegistrationCount()": { - "originalLocation": "/openApiDocs/beta/Reports.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Reports.yml" }, "/reports/microsoft.graph.getEmailActivityCounts(period='{period}')": { - "originalLocation": "/openApiDocs/beta/Reports.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Reports.yml" }, "/reports/microsoft.graph.getEmailActivityUserCounts(period='{period}')": { - "originalLocation": "/openApiDocs/beta/Reports.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Reports.yml" }, "/reports/microsoft.graph.getEmailActivityUserDetail(date={date})": { - "originalLocation": "/openApiDocs/beta/Reports.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Reports.yml" }, "/reports/microsoft.graph.getEmailActivityUserDetail(period='{period}')": { - "originalLocation": "/openApiDocs/beta/Reports.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Reports.yml" }, "/reports/microsoft.graph.getEmailAppUsageAppsUserCounts(period='{period}')": { - "originalLocation": "/openApiDocs/beta/Reports.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Reports.yml" }, "/reports/microsoft.graph.getEmailAppUsageUserCounts(period='{period}')": { - "originalLocation": "/openApiDocs/beta/Reports.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Reports.yml" }, "/reports/microsoft.graph.getEmailAppUsageUserDetail(date={date})": { - "originalLocation": "/openApiDocs/beta/Reports.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Reports.yml" }, "/reports/microsoft.graph.getEmailAppUsageUserDetail(period='{period}')": { - "originalLocation": "/openApiDocs/beta/Reports.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Reports.yml" }, "/reports/microsoft.graph.getEmailAppUsageVersionsUserCounts(period='{period}')": { - "originalLocation": "/openApiDocs/beta/Reports.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Reports.yml" }, "/reports/microsoft.graph.getGroupArchivedPrintJobs(groupId='{groupId}',startDateTime={startDateTime},endDateTime={endDateTime})": { - "originalLocation": "/openApiDocs/beta/Reports.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Reports.yml" }, "/reports/microsoft.graph.getM365AppPlatformUserCounts(period='{period}')": { - "originalLocation": "/openApiDocs/beta/Reports.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Reports.yml" }, "/reports/microsoft.graph.getM365AppUserCounts(period='{period}')": { - "originalLocation": "/openApiDocs/beta/Reports.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Reports.yml" }, "/reports/microsoft.graph.getM365AppUserDetail(date={date})": { - "originalLocation": "/openApiDocs/beta/Reports.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Reports.yml" }, "/reports/microsoft.graph.getM365AppUserDetail(period='{period}')": { - "originalLocation": "/openApiDocs/beta/Reports.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Reports.yml" }, "/reports/microsoft.graph.getMailboxUsageDetail(period='{period}')": { - "originalLocation": "/openApiDocs/beta/Reports.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Reports.yml" }, "/reports/microsoft.graph.getMailboxUsageMailboxCounts(period='{period}')": { - "originalLocation": "/openApiDocs/beta/Reports.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Reports.yml" }, "/reports/microsoft.graph.getMailboxUsageQuotaStatusMailboxCounts(period='{period}')": { - "originalLocation": "/openApiDocs/beta/Reports.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Reports.yml" }, "/reports/microsoft.graph.getMailboxUsageStorage(period='{period}')": { - "originalLocation": "/openApiDocs/beta/Reports.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Reports.yml" }, "/reports/microsoft.graph.getOffice365ActivationCounts()": { - "originalLocation": "/openApiDocs/beta/Reports.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Reports.yml" }, "/reports/microsoft.graph.getOffice365ActivationsUserCounts()": { - "originalLocation": "/openApiDocs/beta/Reports.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Reports.yml" }, "/reports/microsoft.graph.getOffice365ActivationsUserDetail()": { - "originalLocation": "/openApiDocs/beta/Reports.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Reports.yml" }, "/reports/microsoft.graph.getOffice365ActiveUserCounts(period='{period}')": { - "originalLocation": "/openApiDocs/beta/Reports.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Reports.yml" }, "/reports/microsoft.graph.getOffice365ActiveUserDetail(date={date})": { - "originalLocation": "/openApiDocs/beta/Reports.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Reports.yml" }, "/reports/microsoft.graph.getOffice365ActiveUserDetail(period='{period}')": { - "originalLocation": "/openApiDocs/beta/Reports.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Reports.yml" }, "/reports/microsoft.graph.getOffice365GroupsActivityCounts(period='{period}')": { - "originalLocation": "/openApiDocs/beta/Reports.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Reports.yml" }, "/reports/microsoft.graph.getOffice365GroupsActivityDetail(date={date})": { - "originalLocation": "/openApiDocs/beta/Reports.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Reports.yml" }, "/reports/microsoft.graph.getOffice365GroupsActivityDetail(period='{period}')": { - "originalLocation": "/openApiDocs/beta/Reports.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Reports.yml" }, "/reports/microsoft.graph.getOffice365GroupsActivityFileCounts(period='{period}')": { - "originalLocation": "/openApiDocs/beta/Reports.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Reports.yml" }, "/reports/microsoft.graph.getOffice365GroupsActivityGroupCounts(period='{period}')": { - "originalLocation": "/openApiDocs/beta/Reports.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Reports.yml" }, "/reports/microsoft.graph.getOffice365GroupsActivityStorage(period='{period}')": { - "originalLocation": "/openApiDocs/beta/Reports.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Reports.yml" }, "/reports/microsoft.graph.getOffice365ServicesUserCounts(period='{period}')": { - "originalLocation": "/openApiDocs/beta/Reports.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Reports.yml" }, "/reports/microsoft.graph.getOneDriveActivityFileCounts(period='{period}')": { - "originalLocation": "/openApiDocs/beta/Reports.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Reports.yml" }, "/reports/microsoft.graph.getOneDriveActivityUserCounts(period='{period}')": { - "originalLocation": "/openApiDocs/beta/Reports.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Reports.yml" }, "/reports/microsoft.graph.getOneDriveActivityUserDetail(date={date})": { - "originalLocation": "/openApiDocs/beta/Reports.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Reports.yml" }, "/reports/microsoft.graph.getOneDriveActivityUserDetail(period='{period}')": { - "originalLocation": "/openApiDocs/beta/Reports.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Reports.yml" }, "/reports/microsoft.graph.getOneDriveUsageAccountCounts(period='{period}')": { - "originalLocation": "/openApiDocs/beta/Reports.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Reports.yml" }, "/reports/microsoft.graph.getOneDriveUsageAccountDetail(date={date})": { - "originalLocation": "/openApiDocs/beta/Reports.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Reports.yml" }, "/reports/microsoft.graph.getOneDriveUsageAccountDetail(period='{period}')": { - "originalLocation": "/openApiDocs/beta/Reports.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Reports.yml" }, "/reports/microsoft.graph.getOneDriveUsageFileCounts(period='{period}')": { - "originalLocation": "/openApiDocs/beta/Reports.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Reports.yml" }, "/reports/microsoft.graph.getOneDriveUsageStorage(period='{period}')": { - "originalLocation": "/openApiDocs/beta/Reports.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Reports.yml" }, "/reports/microsoft.graph.getPrinterArchivedPrintJobs(printerId='{printerId}',startDateTime={startDateTime},endDateTime={endDateTime})": { - "originalLocation": "/openApiDocs/beta/Reports.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Reports.yml" }, "/reports/microsoft.graph.getRelyingPartyDetailedSummary(period='{period}')": { - "originalLocation": "/openApiDocs/beta/Reports.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Reports.yml" }, "/reports/microsoft.graph.getSharePointActivityFileCounts(period='{period}')": { - "originalLocation": "/openApiDocs/beta/Reports.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Reports.yml" }, "/reports/microsoft.graph.getSharePointActivityPages(period='{period}')": { - "originalLocation": "/openApiDocs/beta/Reports.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Reports.yml" }, "/reports/microsoft.graph.getSharePointActivityUserCounts(period='{period}')": { - "originalLocation": "/openApiDocs/beta/Reports.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Reports.yml" }, "/reports/microsoft.graph.getSharePointActivityUserDetail(date={date})": { - "originalLocation": "/openApiDocs/beta/Reports.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Reports.yml" }, "/reports/microsoft.graph.getSharePointActivityUserDetail(period='{period}')": { - "originalLocation": "/openApiDocs/beta/Reports.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Reports.yml" }, "/reports/microsoft.graph.getSharePointSiteUsageDetail(date={date})": { - "originalLocation": "/openApiDocs/beta/Reports.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Reports.yml" }, "/reports/microsoft.graph.getSharePointSiteUsageDetail(period='{period}')": { - "originalLocation": "/openApiDocs/beta/Reports.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Reports.yml" }, "/reports/microsoft.graph.getSharePointSiteUsageFileCounts(period='{period}')": { - "originalLocation": "/openApiDocs/beta/Reports.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Reports.yml" }, "/reports/microsoft.graph.getSharePointSiteUsagePages(period='{period}')": { - "originalLocation": "/openApiDocs/beta/Reports.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Reports.yml" }, "/reports/microsoft.graph.getSharePointSiteUsageSiteCounts(period='{period}')": { - "originalLocation": "/openApiDocs/beta/Reports.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Reports.yml" }, "/reports/microsoft.graph.getSharePointSiteUsageStorage(period='{period}')": { - "originalLocation": "/openApiDocs/beta/Reports.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Reports.yml" }, "/reports/microsoft.graph.getSkypeForBusinessActivityCounts(period='{period}')": { - "originalLocation": "/openApiDocs/beta/Reports.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Reports.yml" }, "/reports/microsoft.graph.getSkypeForBusinessActivityUserCounts(period='{period}')": { - "originalLocation": "/openApiDocs/beta/Reports.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Reports.yml" }, "/reports/microsoft.graph.getSkypeForBusinessActivityUserDetail(date={date})": { - "originalLocation": "/openApiDocs/beta/Reports.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Reports.yml" }, "/reports/microsoft.graph.getSkypeForBusinessActivityUserDetail(period='{period}')": { - "originalLocation": "/openApiDocs/beta/Reports.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Reports.yml" }, "/reports/microsoft.graph.getSkypeForBusinessDeviceUsageDistributionUserCounts(period='{period}')": { - "originalLocation": "/openApiDocs/beta/Reports.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Reports.yml" }, "/reports/microsoft.graph.getSkypeForBusinessDeviceUsageUserCounts(period='{period}')": { - "originalLocation": "/openApiDocs/beta/Reports.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Reports.yml" }, "/reports/microsoft.graph.getSkypeForBusinessDeviceUsageUserDetail(date={date})": { - "originalLocation": "/openApiDocs/beta/Reports.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Reports.yml" }, "/reports/microsoft.graph.getSkypeForBusinessDeviceUsageUserDetail(period='{period}')": { - "originalLocation": "/openApiDocs/beta/Reports.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Reports.yml" }, "/reports/microsoft.graph.getSkypeForBusinessOrganizerActivityCounts(period='{period}')": { - "originalLocation": "/openApiDocs/beta/Reports.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Reports.yml" }, "/reports/microsoft.graph.getSkypeForBusinessOrganizerActivityMinuteCounts(period='{period}')": { - "originalLocation": "/openApiDocs/beta/Reports.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Reports.yml" }, "/reports/microsoft.graph.getSkypeForBusinessOrganizerActivityUserCounts(period='{period}')": { - "originalLocation": "/openApiDocs/beta/Reports.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Reports.yml" }, "/reports/microsoft.graph.getSkypeForBusinessParticipantActivityCounts(period='{period}')": { - "originalLocation": "/openApiDocs/beta/Reports.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Reports.yml" }, "/reports/microsoft.graph.getSkypeForBusinessParticipantActivityMinuteCounts(period='{period}')": { - "originalLocation": "/openApiDocs/beta/Reports.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Reports.yml" }, "/reports/microsoft.graph.getSkypeForBusinessParticipantActivityUserCounts(period='{period}')": { - "originalLocation": "/openApiDocs/beta/Reports.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Reports.yml" }, "/reports/microsoft.graph.getSkypeForBusinessPeerToPeerActivityCounts(period='{period}')": { - "originalLocation": "/openApiDocs/beta/Reports.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Reports.yml" }, "/reports/microsoft.graph.getSkypeForBusinessPeerToPeerActivityMinuteCounts(period='{period}')": { - "originalLocation": "/openApiDocs/beta/Reports.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Reports.yml" }, "/reports/microsoft.graph.getSkypeForBusinessPeerToPeerActivityUserCounts(period='{period}')": { - "originalLocation": "/openApiDocs/beta/Reports.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Reports.yml" }, "/reports/microsoft.graph.getTeamsDeviceUsageDistributionTotalUserCounts(period='{period}')": { - "originalLocation": "/openApiDocs/beta/Reports.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Reports.yml" }, "/reports/microsoft.graph.getTeamsDeviceUsageDistributionUserCounts(period='{period}')": { - "originalLocation": "/openApiDocs/beta/Reports.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Reports.yml" }, "/reports/microsoft.graph.getTeamsDeviceUsageTotalUserCounts(period='{period}')": { - "originalLocation": "/openApiDocs/beta/Reports.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Reports.yml" }, "/reports/microsoft.graph.getTeamsDeviceUsageUserCounts(period='{period}')": { - "originalLocation": "/openApiDocs/beta/Reports.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Reports.yml" }, "/reports/microsoft.graph.getTeamsDeviceUsageUserDetail(date={date})": { - "originalLocation": "/openApiDocs/beta/Reports.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Reports.yml" }, "/reports/microsoft.graph.getTeamsDeviceUsageUserDetail(period='{period}')": { - "originalLocation": "/openApiDocs/beta/Reports.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Reports.yml" }, "/reports/microsoft.graph.getTeamsUserActivityCounts(period='{period}')": { - "originalLocation": "/openApiDocs/beta/Reports.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Reports.yml" }, "/reports/microsoft.graph.getTeamsUserActivityDistributionTotalUserCounts(period='{period}')": { - "originalLocation": "/openApiDocs/beta/Reports.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Reports.yml" }, "/reports/microsoft.graph.getTeamsUserActivityDistributionUserCounts(period='{period}')": { - "originalLocation": "/openApiDocs/beta/Reports.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Reports.yml" }, "/reports/microsoft.graph.getTeamsUserActivityTotalCounts(period='{period}')": { - "originalLocation": "/openApiDocs/beta/Reports.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Reports.yml" }, "/reports/microsoft.graph.getTeamsUserActivityTotalUserCounts(period='{period}')": { - "originalLocation": "/openApiDocs/beta/Reports.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Reports.yml" }, "/reports/microsoft.graph.getTeamsUserActivityUserCounts(period='{period}')": { - "originalLocation": "/openApiDocs/beta/Reports.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Reports.yml" }, "/reports/microsoft.graph.getTeamsUserActivityUserDetail(date={date})": { - "originalLocation": "/openApiDocs/beta/Reports.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Reports.yml" }, "/reports/microsoft.graph.getTeamsUserActivityUserDetail(period='{period}')": { - "originalLocation": "/openApiDocs/beta/Reports.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Reports.yml" }, "/reports/microsoft.graph.getTenantSecureScores(period={period})": { - "originalLocation": "/openApiDocs/beta/Reports.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Reports.yml" }, "/reports/microsoft.graph.getUserArchivedPrintJobs(userId='{userId}',startDateTime={startDateTime},endDateTime={endDateTime})": { - "originalLocation": "/openApiDocs/beta/Reports.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Reports.yml" }, "/reports/microsoft.graph.getYammerActivityCounts(period='{period}')": { - "originalLocation": "/openApiDocs/beta/Reports.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Reports.yml" }, "/reports/microsoft.graph.getYammerActivityUserCounts(period='{period}')": { - "originalLocation": "/openApiDocs/beta/Reports.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Reports.yml" }, "/reports/microsoft.graph.getYammerActivityUserDetail(date={date})": { - "originalLocation": "/openApiDocs/beta/Reports.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Reports.yml" }, "/reports/microsoft.graph.getYammerActivityUserDetail(period='{period}')": { - "originalLocation": "/openApiDocs/beta/Reports.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Reports.yml" }, "/reports/microsoft.graph.getYammerDeviceUsageDistributionUserCounts(period='{period}')": { - "originalLocation": "/openApiDocs/beta/Reports.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Reports.yml" }, "/reports/microsoft.graph.getYammerDeviceUsageUserCounts(period='{period}')": { - "originalLocation": "/openApiDocs/beta/Reports.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Reports.yml" }, "/reports/microsoft.graph.getYammerDeviceUsageUserDetail(date={date})": { - "originalLocation": "/openApiDocs/beta/Reports.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Reports.yml" }, "/reports/microsoft.graph.getYammerDeviceUsageUserDetail(period='{period}')": { - "originalLocation": "/openApiDocs/beta/Reports.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Reports.yml" }, "/reports/microsoft.graph.getYammerGroupsActivityCounts(period='{period}')": { - "originalLocation": "/openApiDocs/beta/Reports.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Reports.yml" }, "/reports/microsoft.graph.getYammerGroupsActivityDetail(date={date})": { - "originalLocation": "/openApiDocs/beta/Reports.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Reports.yml" }, "/reports/microsoft.graph.getYammerGroupsActivityDetail(period='{period}')": { - "originalLocation": "/openApiDocs/beta/Reports.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Reports.yml" }, "/reports/microsoft.graph.getYammerGroupsActivityGroupCounts(period='{period}')": { - "originalLocation": "/openApiDocs/beta/Reports.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Reports.yml" }, "/reports/microsoft.graph.managedDeviceEnrollmentAbandonmentDetails(skip={skip},top={top},filter='{filter}',skipToken='{skipToken}')": { - "originalLocation": "/openApiDocs/beta/Reports.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Reports.yml" }, "/reports/microsoft.graph.managedDeviceEnrollmentAbandonmentSummary(skip={skip},top={top},filter='{filter}',skipToken='{skipToken}')": { - "originalLocation": "/openApiDocs/beta/Reports.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Reports.yml" }, "/reports/microsoft.graph.managedDeviceEnrollmentFailureDetails()": { - "originalLocation": "/openApiDocs/beta/Reports.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Reports.yml" }, "/reports/microsoft.graph.managedDeviceEnrollmentFailureDetails(skip={skip},top={top},filter='{filter}',skipToken='{skipToken}')": { - "originalLocation": "/openApiDocs/beta/Reports.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Reports.yml" }, "/reports/microsoft.graph.managedDeviceEnrollmentFailureTrends()": { - "originalLocation": "/openApiDocs/beta/Reports.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Reports.yml" }, "/reports/microsoft.graph.managedDeviceEnrollmentTopFailures()": { - "originalLocation": "/openApiDocs/beta/Reports.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Reports.yml" }, "/reports/microsoft.graph.managedDeviceEnrollmentTopFailures(period='{period}')": { - "originalLocation": "/openApiDocs/beta/Reports.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Reports.yml" }, "/reports/monthlyPrintUsageByPrinter": { - "originalLocation": "/openApiDocs/beta/Reports.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Reports.yml" }, "/reports/monthlyPrintUsageByPrinter/{printUsageByPrinter-id}": { - "originalLocation": "/openApiDocs/beta/Reports.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Reports.yml" }, "/reports/monthlyPrintUsageByUser": { - "originalLocation": "/openApiDocs/beta/Reports.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Reports.yml" }, "/reports/monthlyPrintUsageByUser/{printUsageByUser-id}": { - "originalLocation": "/openApiDocs/beta/Reports.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Reports.yml" }, "/reports/monthlyPrintUsageSummariesByPrinter": { - "originalLocation": "/openApiDocs/beta/Reports.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Reports.yml" }, "/reports/monthlyPrintUsageSummariesByPrinter/{printUsageByPrinter-id}": { - "originalLocation": "/openApiDocs/beta/Reports.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Reports.yml" }, "/reports/monthlyPrintUsageSummariesByUser": { - "originalLocation": "/openApiDocs/beta/Reports.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Reports.yml" }, "/reports/monthlyPrintUsageSummariesByUser/{printUsageByUser-id}": { - "originalLocation": "/openApiDocs/beta/Reports.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Reports.yml" }, "/reports/userCredentialUsageDetails": { - "originalLocation": "/openApiDocs/beta/Reports.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Reports.yml" }, "/reports/userCredentialUsageDetails/{userCredentialUsageDetails-id}": { - "originalLocation": "/openApiDocs/beta/Reports.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Reports.yml" } } } diff --git a/profiles/Reports/crawl-log-v1.0.json b/profiles/Reports/crawl-log-v1.0.json index 54b5c45463b..a1f5f8dc6b3 100644 --- a/profiles/Reports/crawl-log-v1.0.json +++ b/profiles/Reports/crawl-log-v1.0.json @@ -2,444 +2,444 @@ "resources": [], "operations": { "/auditLogs": { - "originalLocation": "/openApiDocs/v1.0/Reports.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Reports.yml" }, "/auditLogs/directoryAudits": { - "originalLocation": "/openApiDocs/v1.0/Reports.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Reports.yml" }, "/auditLogs/directoryAudits/{directoryAudit-id}": { - "originalLocation": "/openApiDocs/v1.0/Reports.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Reports.yml" }, "/auditLogs/provisioning": { - "originalLocation": "/openApiDocs/v1.0/Reports.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Reports.yml" }, "/auditLogs/provisioning/{provisioningObjectSummary-id}": { - "originalLocation": "/openApiDocs/v1.0/Reports.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Reports.yml" }, "/auditLogs/restrictedSignIns": { - "originalLocation": "/openApiDocs/v1.0/Reports.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Reports.yml" }, "/auditLogs/restrictedSignIns/{restrictedSignIn-id}": { - "originalLocation": "/openApiDocs/v1.0/Reports.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Reports.yml" }, "/auditLogs/signIns": { - "originalLocation": "/openApiDocs/v1.0/Reports.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Reports.yml" }, "/auditLogs/signIns/{signIn-id}": { - "originalLocation": "/openApiDocs/v1.0/Reports.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Reports.yml" }, "/reports": { - "originalLocation": "/openApiDocs/v1.0/Reports.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Reports.yml" }, "/reports/dailyPrintUsageByPrinter": { - "originalLocation": "/openApiDocs/v1.0/Reports.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Reports.yml" }, "/reports/dailyPrintUsageByPrinter/{printUsageByPrinter-id}": { - "originalLocation": "/openApiDocs/v1.0/Reports.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Reports.yml" }, "/reports/dailyPrintUsageByUser": { - "originalLocation": "/openApiDocs/v1.0/Reports.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Reports.yml" }, "/reports/dailyPrintUsageByUser/{printUsageByUser-id}": { - "originalLocation": "/openApiDocs/v1.0/Reports.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Reports.yml" }, "/reports/microsoft.graph.deviceConfigurationDeviceActivity()": { - "originalLocation": "/openApiDocs/v1.0/Reports.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Reports.yml" }, "/reports/microsoft.graph.deviceConfigurationUserActivity()": { - "originalLocation": "/openApiDocs/v1.0/Reports.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Reports.yml" }, "/reports/microsoft.graph.getEmailActivityCounts(period='{period}')": { - "originalLocation": "/openApiDocs/v1.0/Reports.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Reports.yml" }, "/reports/microsoft.graph.getEmailActivityUserCounts(period='{period}')": { - "originalLocation": "/openApiDocs/v1.0/Reports.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Reports.yml" }, "/reports/microsoft.graph.getEmailActivityUserDetail(date={date})": { - "originalLocation": "/openApiDocs/v1.0/Reports.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Reports.yml" }, "/reports/microsoft.graph.getEmailActivityUserDetail(period='{period}')": { - "originalLocation": "/openApiDocs/v1.0/Reports.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Reports.yml" }, "/reports/microsoft.graph.getEmailAppUsageAppsUserCounts(period='{period}')": { - "originalLocation": "/openApiDocs/v1.0/Reports.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Reports.yml" }, "/reports/microsoft.graph.getEmailAppUsageUserCounts(period='{period}')": { - "originalLocation": "/openApiDocs/v1.0/Reports.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Reports.yml" }, "/reports/microsoft.graph.getEmailAppUsageUserDetail(date={date})": { - "originalLocation": "/openApiDocs/v1.0/Reports.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Reports.yml" }, "/reports/microsoft.graph.getEmailAppUsageUserDetail(period='{period}')": { - "originalLocation": "/openApiDocs/v1.0/Reports.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Reports.yml" }, "/reports/microsoft.graph.getEmailAppUsageVersionsUserCounts(period='{period}')": { - "originalLocation": "/openApiDocs/v1.0/Reports.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Reports.yml" }, "/reports/microsoft.graph.getGroupArchivedPrintJobs(groupId='{groupId}',startDateTime={startDateTime},endDateTime={endDateTime})": { - "originalLocation": "/openApiDocs/v1.0/Reports.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Reports.yml" }, "/reports/microsoft.graph.getMailboxUsageDetail(period='{period}')": { - "originalLocation": "/openApiDocs/v1.0/Reports.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Reports.yml" }, "/reports/microsoft.graph.getMailboxUsageMailboxCounts(period='{period}')": { - "originalLocation": "/openApiDocs/v1.0/Reports.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Reports.yml" }, "/reports/microsoft.graph.getMailboxUsageQuotaStatusMailboxCounts(period='{period}')": { - "originalLocation": "/openApiDocs/v1.0/Reports.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Reports.yml" }, "/reports/microsoft.graph.getMailboxUsageStorage(period='{period}')": { - "originalLocation": "/openApiDocs/v1.0/Reports.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Reports.yml" }, "/reports/microsoft.graph.getOffice365ActivationCounts()": { - "originalLocation": "/openApiDocs/v1.0/Reports.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Reports.yml" }, "/reports/microsoft.graph.getOffice365ActivationsUserCounts()": { - "originalLocation": "/openApiDocs/v1.0/Reports.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Reports.yml" }, "/reports/microsoft.graph.getOffice365ActivationsUserDetail()": { - "originalLocation": "/openApiDocs/v1.0/Reports.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Reports.yml" }, "/reports/microsoft.graph.getOffice365ActiveUserCounts(period='{period}')": { - "originalLocation": "/openApiDocs/v1.0/Reports.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Reports.yml" }, "/reports/microsoft.graph.getOffice365ActiveUserDetail(date={date})": { - "originalLocation": "/openApiDocs/v1.0/Reports.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Reports.yml" }, "/reports/microsoft.graph.getOffice365ActiveUserDetail(period='{period}')": { - "originalLocation": "/openApiDocs/v1.0/Reports.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Reports.yml" }, "/reports/microsoft.graph.getOffice365GroupsActivityCounts(period='{period}')": { - "originalLocation": "/openApiDocs/v1.0/Reports.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Reports.yml" }, "/reports/microsoft.graph.getOffice365GroupsActivityDetail(date={date})": { - "originalLocation": "/openApiDocs/v1.0/Reports.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Reports.yml" }, "/reports/microsoft.graph.getOffice365GroupsActivityDetail(period='{period}')": { - "originalLocation": "/openApiDocs/v1.0/Reports.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Reports.yml" }, "/reports/microsoft.graph.getOffice365GroupsActivityFileCounts(period='{period}')": { - "originalLocation": "/openApiDocs/v1.0/Reports.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Reports.yml" }, "/reports/microsoft.graph.getOffice365GroupsActivityGroupCounts(period='{period}')": { - "originalLocation": "/openApiDocs/v1.0/Reports.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Reports.yml" }, "/reports/microsoft.graph.getOffice365GroupsActivityStorage(period='{period}')": { - "originalLocation": "/openApiDocs/v1.0/Reports.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Reports.yml" }, "/reports/microsoft.graph.getOffice365ServicesUserCounts(period='{period}')": { - "originalLocation": "/openApiDocs/v1.0/Reports.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Reports.yml" }, "/reports/microsoft.graph.getOneDriveActivityFileCounts(period='{period}')": { - "originalLocation": "/openApiDocs/v1.0/Reports.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Reports.yml" }, "/reports/microsoft.graph.getOneDriveActivityUserCounts(period='{period}')": { - "originalLocation": "/openApiDocs/v1.0/Reports.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Reports.yml" }, "/reports/microsoft.graph.getOneDriveActivityUserDetail(date={date})": { - "originalLocation": "/openApiDocs/v1.0/Reports.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Reports.yml" }, "/reports/microsoft.graph.getOneDriveActivityUserDetail(period='{period}')": { - "originalLocation": "/openApiDocs/v1.0/Reports.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Reports.yml" }, "/reports/microsoft.graph.getOneDriveUsageAccountCounts(period='{period}')": { - "originalLocation": "/openApiDocs/v1.0/Reports.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Reports.yml" }, "/reports/microsoft.graph.getOneDriveUsageAccountDetail(date={date})": { - "originalLocation": "/openApiDocs/v1.0/Reports.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Reports.yml" }, "/reports/microsoft.graph.getOneDriveUsageAccountDetail(period='{period}')": { - "originalLocation": "/openApiDocs/v1.0/Reports.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Reports.yml" }, "/reports/microsoft.graph.getOneDriveUsageFileCounts(period='{period}')": { - "originalLocation": "/openApiDocs/v1.0/Reports.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Reports.yml" }, "/reports/microsoft.graph.getOneDriveUsageStorage(period='{period}')": { - "originalLocation": "/openApiDocs/v1.0/Reports.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Reports.yml" }, "/reports/microsoft.graph.getPrinterArchivedPrintJobs(printerId='{printerId}',startDateTime={startDateTime},endDateTime={endDateTime})": { - "originalLocation": "/openApiDocs/v1.0/Reports.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Reports.yml" }, "/reports/microsoft.graph.getSharePointActivityFileCounts(period='{period}')": { - "originalLocation": "/openApiDocs/v1.0/Reports.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Reports.yml" }, "/reports/microsoft.graph.getSharePointActivityPages(period='{period}')": { - "originalLocation": "/openApiDocs/v1.0/Reports.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Reports.yml" }, "/reports/microsoft.graph.getSharePointActivityUserCounts(period='{period}')": { - "originalLocation": "/openApiDocs/v1.0/Reports.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Reports.yml" }, "/reports/microsoft.graph.getSharePointActivityUserDetail(date={date})": { - "originalLocation": "/openApiDocs/v1.0/Reports.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Reports.yml" }, "/reports/microsoft.graph.getSharePointActivityUserDetail(period='{period}')": { - "originalLocation": "/openApiDocs/v1.0/Reports.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Reports.yml" }, "/reports/microsoft.graph.getSharePointSiteUsageDetail(date={date})": { - "originalLocation": "/openApiDocs/v1.0/Reports.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Reports.yml" }, "/reports/microsoft.graph.getSharePointSiteUsageDetail(period='{period}')": { - "originalLocation": "/openApiDocs/v1.0/Reports.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Reports.yml" }, "/reports/microsoft.graph.getSharePointSiteUsageFileCounts(period='{period}')": { - "originalLocation": "/openApiDocs/v1.0/Reports.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Reports.yml" }, "/reports/microsoft.graph.getSharePointSiteUsagePages(period='{period}')": { - "originalLocation": "/openApiDocs/v1.0/Reports.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Reports.yml" }, "/reports/microsoft.graph.getSharePointSiteUsageSiteCounts(period='{period}')": { - "originalLocation": "/openApiDocs/v1.0/Reports.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Reports.yml" }, "/reports/microsoft.graph.getSharePointSiteUsageStorage(period='{period}')": { - "originalLocation": "/openApiDocs/v1.0/Reports.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Reports.yml" }, "/reports/microsoft.graph.getSkypeForBusinessActivityCounts(period='{period}')": { - "originalLocation": "/openApiDocs/v1.0/Reports.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Reports.yml" }, "/reports/microsoft.graph.getSkypeForBusinessActivityUserCounts(period='{period}')": { - "originalLocation": "/openApiDocs/v1.0/Reports.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Reports.yml" }, "/reports/microsoft.graph.getSkypeForBusinessActivityUserDetail(date={date})": { - "originalLocation": "/openApiDocs/v1.0/Reports.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Reports.yml" }, "/reports/microsoft.graph.getSkypeForBusinessActivityUserDetail(period='{period}')": { - "originalLocation": "/openApiDocs/v1.0/Reports.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Reports.yml" }, "/reports/microsoft.graph.getSkypeForBusinessDeviceUsageDistributionUserCounts(period='{period}')": { - "originalLocation": "/openApiDocs/v1.0/Reports.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Reports.yml" }, "/reports/microsoft.graph.getSkypeForBusinessDeviceUsageUserCounts(period='{period}')": { - "originalLocation": "/openApiDocs/v1.0/Reports.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Reports.yml" }, "/reports/microsoft.graph.getSkypeForBusinessDeviceUsageUserDetail(date={date})": { - "originalLocation": "/openApiDocs/v1.0/Reports.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Reports.yml" }, "/reports/microsoft.graph.getSkypeForBusinessDeviceUsageUserDetail(period='{period}')": { - "originalLocation": "/openApiDocs/v1.0/Reports.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Reports.yml" }, "/reports/microsoft.graph.getSkypeForBusinessOrganizerActivityCounts(period='{period}')": { - "originalLocation": "/openApiDocs/v1.0/Reports.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Reports.yml" }, "/reports/microsoft.graph.getSkypeForBusinessOrganizerActivityMinuteCounts(period='{period}')": { - "originalLocation": "/openApiDocs/v1.0/Reports.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Reports.yml" }, "/reports/microsoft.graph.getSkypeForBusinessOrganizerActivityUserCounts(period='{period}')": { - "originalLocation": "/openApiDocs/v1.0/Reports.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Reports.yml" }, "/reports/microsoft.graph.getSkypeForBusinessParticipantActivityCounts(period='{period}')": { - "originalLocation": "/openApiDocs/v1.0/Reports.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Reports.yml" }, "/reports/microsoft.graph.getSkypeForBusinessParticipantActivityMinuteCounts(period='{period}')": { - "originalLocation": "/openApiDocs/v1.0/Reports.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Reports.yml" }, "/reports/microsoft.graph.getSkypeForBusinessParticipantActivityUserCounts(period='{period}')": { - "originalLocation": "/openApiDocs/v1.0/Reports.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Reports.yml" }, "/reports/microsoft.graph.getSkypeForBusinessPeerToPeerActivityCounts(period='{period}')": { - "originalLocation": "/openApiDocs/v1.0/Reports.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Reports.yml" }, "/reports/microsoft.graph.getSkypeForBusinessPeerToPeerActivityMinuteCounts(period='{period}')": { - "originalLocation": "/openApiDocs/v1.0/Reports.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Reports.yml" }, "/reports/microsoft.graph.getSkypeForBusinessPeerToPeerActivityUserCounts(period='{period}')": { - "originalLocation": "/openApiDocs/v1.0/Reports.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Reports.yml" }, "/reports/microsoft.graph.getTeamsDeviceUsageDistributionUserCounts(period='{period}')": { - "originalLocation": "/openApiDocs/v1.0/Reports.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Reports.yml" }, "/reports/microsoft.graph.getTeamsDeviceUsageUserCounts(period='{period}')": { - "originalLocation": "/openApiDocs/v1.0/Reports.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Reports.yml" }, "/reports/microsoft.graph.getTeamsDeviceUsageUserDetail(date={date})": { - "originalLocation": "/openApiDocs/v1.0/Reports.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Reports.yml" }, "/reports/microsoft.graph.getTeamsDeviceUsageUserDetail(period='{period}')": { - "originalLocation": "/openApiDocs/v1.0/Reports.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Reports.yml" }, "/reports/microsoft.graph.getTeamsUserActivityCounts(period='{period}')": { - "originalLocation": "/openApiDocs/v1.0/Reports.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Reports.yml" }, "/reports/microsoft.graph.getTeamsUserActivityUserCounts(period='{period}')": { - "originalLocation": "/openApiDocs/v1.0/Reports.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Reports.yml" }, "/reports/microsoft.graph.getTeamsUserActivityUserDetail(date={date})": { - "originalLocation": "/openApiDocs/v1.0/Reports.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Reports.yml" }, "/reports/microsoft.graph.getTeamsUserActivityUserDetail(period='{period}')": { - "originalLocation": "/openApiDocs/v1.0/Reports.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Reports.yml" }, "/reports/microsoft.graph.getUserArchivedPrintJobs(userId='{userId}',startDateTime={startDateTime},endDateTime={endDateTime})": { - "originalLocation": "/openApiDocs/v1.0/Reports.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Reports.yml" }, "/reports/microsoft.graph.getYammerActivityCounts(period='{period}')": { - "originalLocation": "/openApiDocs/v1.0/Reports.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Reports.yml" }, "/reports/microsoft.graph.getYammerActivityUserCounts(period='{period}')": { - "originalLocation": "/openApiDocs/v1.0/Reports.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Reports.yml" }, "/reports/microsoft.graph.getYammerActivityUserDetail(date={date})": { - "originalLocation": "/openApiDocs/v1.0/Reports.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Reports.yml" }, "/reports/microsoft.graph.getYammerActivityUserDetail(period='{period}')": { - "originalLocation": "/openApiDocs/v1.0/Reports.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Reports.yml" }, "/reports/microsoft.graph.getYammerDeviceUsageDistributionUserCounts(period='{period}')": { - "originalLocation": "/openApiDocs/v1.0/Reports.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Reports.yml" }, "/reports/microsoft.graph.getYammerDeviceUsageUserCounts(period='{period}')": { - "originalLocation": "/openApiDocs/v1.0/Reports.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Reports.yml" }, "/reports/microsoft.graph.getYammerDeviceUsageUserDetail(date={date})": { - "originalLocation": "/openApiDocs/v1.0/Reports.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Reports.yml" }, "/reports/microsoft.graph.getYammerDeviceUsageUserDetail(period='{period}')": { - "originalLocation": "/openApiDocs/v1.0/Reports.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Reports.yml" }, "/reports/microsoft.graph.getYammerGroupsActivityCounts(period='{period}')": { - "originalLocation": "/openApiDocs/v1.0/Reports.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Reports.yml" }, "/reports/microsoft.graph.getYammerGroupsActivityDetail(date={date})": { - "originalLocation": "/openApiDocs/v1.0/Reports.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Reports.yml" }, "/reports/microsoft.graph.getYammerGroupsActivityDetail(period='{period}')": { - "originalLocation": "/openApiDocs/v1.0/Reports.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Reports.yml" }, "/reports/microsoft.graph.getYammerGroupsActivityGroupCounts(period='{period}')": { - "originalLocation": "/openApiDocs/v1.0/Reports.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Reports.yml" }, "/reports/microsoft.graph.managedDeviceEnrollmentFailureDetails()": { - "originalLocation": "/openApiDocs/v1.0/Reports.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Reports.yml" }, "/reports/microsoft.graph.managedDeviceEnrollmentFailureDetails(skip={skip},top={top},filter='{filter}',skipToken='{skipToken}')": { - "originalLocation": "/openApiDocs/v1.0/Reports.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Reports.yml" }, "/reports/microsoft.graph.managedDeviceEnrollmentTopFailures()": { - "originalLocation": "/openApiDocs/v1.0/Reports.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Reports.yml" }, "/reports/microsoft.graph.managedDeviceEnrollmentTopFailures(period='{period}')": { - "originalLocation": "/openApiDocs/v1.0/Reports.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Reports.yml" }, "/reports/monthlyPrintUsageByPrinter": { - "originalLocation": "/openApiDocs/v1.0/Reports.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Reports.yml" }, "/reports/monthlyPrintUsageByPrinter/{printUsageByPrinter-id}": { - "originalLocation": "/openApiDocs/v1.0/Reports.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Reports.yml" }, "/reports/monthlyPrintUsageByUser": { - "originalLocation": "/openApiDocs/v1.0/Reports.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Reports.yml" }, "/reports/monthlyPrintUsageByUser/{printUsageByUser-id}": { - "originalLocation": "/openApiDocs/v1.0/Reports.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Reports.yml" } } } diff --git a/profiles/Reports/readme.md b/profiles/Reports/readme.md index 62f6a55fe94..9c040c9b747 100644 --- a/profiles/Reports/readme.md +++ b/profiles/Reports/readme.md @@ -6,8 +6,8 @@ ``` yaml require: -- $(this-folder)/definitions/v1.0.md - $(this-folder)/definitions/v1.0-beta.md +- $(this-folder)/definitions/v1.0.md ``` diff --git a/profiles/SchemaExtensions/crawl-log-v1.0-beta.json b/profiles/SchemaExtensions/crawl-log-v1.0-beta.json index f19c9e08e53..4a10d4ea3bf 100644 --- a/profiles/SchemaExtensions/crawl-log-v1.0-beta.json +++ b/profiles/SchemaExtensions/crawl-log-v1.0-beta.json @@ -2,12 +2,12 @@ "resources": [], "operations": { "/schemaExtensions": { - "originalLocation": "/openApiDocs/beta/SchemaExtensions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/SchemaExtensions.yml" }, "/schemaExtensions/{schemaExtension-id}": { - "originalLocation": "/openApiDocs/beta/SchemaExtensions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/SchemaExtensions.yml" } } } diff --git a/profiles/SchemaExtensions/crawl-log-v1.0.json b/profiles/SchemaExtensions/crawl-log-v1.0.json index ef036d9d4f2..d179217e63d 100644 --- a/profiles/SchemaExtensions/crawl-log-v1.0.json +++ b/profiles/SchemaExtensions/crawl-log-v1.0.json @@ -2,12 +2,12 @@ "resources": [], "operations": { "/schemaExtensions": { - "originalLocation": "/openApiDocs/v1.0/SchemaExtensions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/SchemaExtensions.yml" }, "/schemaExtensions/{schemaExtension-id}": { - "originalLocation": "/openApiDocs/v1.0/SchemaExtensions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/SchemaExtensions.yml" } } } diff --git a/profiles/SchemaExtensions/readme.md b/profiles/SchemaExtensions/readme.md index 98ecdee0e9e..37e0d5fa9b8 100644 --- a/profiles/SchemaExtensions/readme.md +++ b/profiles/SchemaExtensions/readme.md @@ -6,8 +6,8 @@ ``` yaml require: -- $(this-folder)/definitions/v1.0.md - $(this-folder)/definitions/v1.0-beta.md +- $(this-folder)/definitions/v1.0.md ``` diff --git a/profiles/Search/crawl-log-v1.0-beta.json b/profiles/Search/crawl-log-v1.0-beta.json index 6ac0dfaea73..af76f9810ad 100644 --- a/profiles/Search/crawl-log-v1.0-beta.json +++ b/profiles/Search/crawl-log-v1.0-beta.json @@ -2,24 +2,24 @@ "resources": [], "operations": { "/external": { - "originalLocation": "/openApiDocs/beta/Search.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Search.yml" }, "/external/connections": { - "originalLocation": "/openApiDocs/beta/Search.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Search.yml" }, "/external/connections/{externalConnection-id}": { - "originalLocation": "/openApiDocs/beta/Search.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Search.yml" }, "/search": { - "originalLocation": "/openApiDocs/beta/Search.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Search.yml" }, "/search/microsoft.graph.query": { - "originalLocation": "/openApiDocs/beta/Search.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Search.yml" } } } diff --git a/profiles/Search/crawl-log-v1.0.json b/profiles/Search/crawl-log-v1.0.json index 66e8b83bacd..386756be941 100644 --- a/profiles/Search/crawl-log-v1.0.json +++ b/profiles/Search/crawl-log-v1.0.json @@ -2,12 +2,12 @@ "resources": [], "operations": { "/search": { - "originalLocation": "/openApiDocs/v1.0/Search.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Search.yml" }, "/search/microsoft.graph.query": { - "originalLocation": "/openApiDocs/v1.0/Search.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Search.yml" } } } diff --git a/profiles/Search/readme.md b/profiles/Search/readme.md index 1a47a9335e0..8e39470bfd6 100644 --- a/profiles/Search/readme.md +++ b/profiles/Search/readme.md @@ -6,8 +6,8 @@ ``` yaml require: -- $(this-folder)/definitions/v1.0.md - $(this-folder)/definitions/v1.0-beta.md +- $(this-folder)/definitions/v1.0.md ``` diff --git a/profiles/Security/crawl-log-v1.0-beta.json b/profiles/Security/crawl-log-v1.0-beta.json index f2596df7e95..6dbbfb8f46b 100644 --- a/profiles/Security/crawl-log-v1.0-beta.json +++ b/profiles/Security/crawl-log-v1.0-beta.json @@ -2,128 +2,128 @@ "resources": [], "operations": { "/security": { - "originalLocation": "/openApiDocs/beta/Security.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Security.yml" }, "/security/alerts": { - "originalLocation": "/openApiDocs/beta/Security.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Security.yml" }, "/security/alerts/{alert-id}": { - "originalLocation": "/openApiDocs/beta/Security.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Security.yml" }, "/security/alerts/microsoft.graph.updateAlerts": { - "originalLocation": "/openApiDocs/beta/Security.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Security.yml" }, "/security/cloudAppSecurityProfiles": { - "originalLocation": "/openApiDocs/beta/Security.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Security.yml" }, "/security/cloudAppSecurityProfiles/{cloudAppSecurityProfile-id}": { - "originalLocation": "/openApiDocs/beta/Security.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Security.yml" }, "/security/domainSecurityProfiles": { - "originalLocation": "/openApiDocs/beta/Security.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Security.yml" }, "/security/domainSecurityProfiles/{domainSecurityProfile-id}": { - "originalLocation": "/openApiDocs/beta/Security.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Security.yml" }, "/security/fileSecurityProfiles": { - "originalLocation": "/openApiDocs/beta/Security.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Security.yml" }, "/security/fileSecurityProfiles/{fileSecurityProfile-id}": { - "originalLocation": "/openApiDocs/beta/Security.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Security.yml" }, "/security/hostSecurityProfiles": { - "originalLocation": "/openApiDocs/beta/Security.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Security.yml" }, "/security/hostSecurityProfiles/{hostSecurityProfile-id}": { - "originalLocation": "/openApiDocs/beta/Security.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Security.yml" }, "/security/ipSecurityProfiles": { - "originalLocation": "/openApiDocs/beta/Security.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Security.yml" }, "/security/ipSecurityProfiles/{ipSecurityProfile-id}": { - "originalLocation": "/openApiDocs/beta/Security.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Security.yml" }, "/security/providerTenantSettings": { - "originalLocation": "/openApiDocs/beta/Security.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Security.yml" }, "/security/providerTenantSettings/{providerTenantSetting-id}": { - "originalLocation": "/openApiDocs/beta/Security.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Security.yml" }, "/security/secureScoreControlProfiles": { - "originalLocation": "/openApiDocs/beta/Security.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Security.yml" }, "/security/secureScoreControlProfiles/{secureScoreControlProfile-id}": { - "originalLocation": "/openApiDocs/beta/Security.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Security.yml" }, "/security/secureScores": { - "originalLocation": "/openApiDocs/beta/Security.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Security.yml" }, "/security/secureScores/{secureScore-id}": { - "originalLocation": "/openApiDocs/beta/Security.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Security.yml" }, "/security/securityActions": { - "originalLocation": "/openApiDocs/beta/Security.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Security.yml" }, "/security/securityActions/{securityAction-id}": { - "originalLocation": "/openApiDocs/beta/Security.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Security.yml" }, "/security/securityActions/{securityAction-id}/microsoft.graph.cancelSecurityAction": { - "originalLocation": "/openApiDocs/beta/Security.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Security.yml" }, "/security/tiIndicators": { - "originalLocation": "/openApiDocs/beta/Security.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Security.yml" }, "/security/tiIndicators/{tiIndicator-id}": { - "originalLocation": "/openApiDocs/beta/Security.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Security.yml" }, "/security/tiIndicators/microsoft.graph.deleteTiIndicators": { - "originalLocation": "/openApiDocs/beta/Security.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Security.yml" }, "/security/tiIndicators/microsoft.graph.deleteTiIndicatorsByExternalId": { - "originalLocation": "/openApiDocs/beta/Security.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Security.yml" }, "/security/tiIndicators/microsoft.graph.submitTiIndicators": { - "originalLocation": "/openApiDocs/beta/Security.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Security.yml" }, "/security/tiIndicators/microsoft.graph.updateTiIndicators": { - "originalLocation": "/openApiDocs/beta/Security.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Security.yml" }, "/security/userSecurityProfiles": { - "originalLocation": "/openApiDocs/beta/Security.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Security.yml" }, "/security/userSecurityProfiles/{userSecurityProfile-id}": { - "originalLocation": "/openApiDocs/beta/Security.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Security.yml" } } } diff --git a/profiles/Security/crawl-log-v1.0.json b/profiles/Security/crawl-log-v1.0.json index cb5691c8864..d715828118b 100644 --- a/profiles/Security/crawl-log-v1.0.json +++ b/profiles/Security/crawl-log-v1.0.json @@ -2,32 +2,32 @@ "resources": [], "operations": { "/security": { - "originalLocation": "/openApiDocs/v1.0/Security.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Security.yml" }, "/security/alerts": { - "originalLocation": "/openApiDocs/v1.0/Security.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Security.yml" }, "/security/alerts/{alert-id}": { - "originalLocation": "/openApiDocs/v1.0/Security.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Security.yml" }, "/security/secureScoreControlProfiles": { - "originalLocation": "/openApiDocs/v1.0/Security.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Security.yml" }, "/security/secureScoreControlProfiles/{secureScoreControlProfile-id}": { - "originalLocation": "/openApiDocs/v1.0/Security.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Security.yml" }, "/security/secureScores": { - "originalLocation": "/openApiDocs/v1.0/Security.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Security.yml" }, "/security/secureScores/{secureScore-id}": { - "originalLocation": "/openApiDocs/v1.0/Security.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Security.yml" } } } diff --git a/profiles/Security/readme.md b/profiles/Security/readme.md index 5d317e3966d..35f913e709d 100644 --- a/profiles/Security/readme.md +++ b/profiles/Security/readme.md @@ -6,8 +6,8 @@ ``` yaml require: -- $(this-folder)/definitions/v1.0.md - $(this-folder)/definitions/v1.0-beta.md +- $(this-folder)/definitions/v1.0.md ``` diff --git a/profiles/Sites/readme.md b/profiles/Sites/readme.md index ee82a754997..70be5af5fdd 100644 --- a/profiles/Sites/readme.md +++ b/profiles/Sites/readme.md @@ -6,8 +6,8 @@ ``` yaml require: -- $(this-folder)/definitions/v1.0.md - $(this-folder)/definitions/v1.0-beta.md +- $(this-folder)/definitions/v1.0.md ``` diff --git a/profiles/Teams/crawl-log-v1.0-beta.json b/profiles/Teams/crawl-log-v1.0-beta.json index 6d00d996172..03239b06c93 100644 --- a/profiles/Teams/crawl-log-v1.0-beta.json +++ b/profiles/Teams/crawl-log-v1.0-beta.json @@ -2,588 +2,596 @@ "resources": [], "operations": { "/appCatalogs/teamsApps": { - "originalLocation": "/openApiDocs/beta/Teams.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Teams.yml" }, "/appCatalogs/teamsApps/{teamsApp-id}": { - "originalLocation": "/openApiDocs/beta/Teams.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Teams.yml" }, "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions": { - "originalLocation": "/openApiDocs/beta/Teams.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Teams.yml" }, "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}": { - "originalLocation": "/openApiDocs/beta/Teams.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Teams.yml" }, "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/bot": { - "originalLocation": "/openApiDocs/beta/Teams.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Teams.yml" }, "/chats": { - "originalLocation": "/openApiDocs/beta/Teams.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Teams.yml" }, "/chats/{chat-id}": { - "originalLocation": "/openApiDocs/beta/Teams.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Teams.yml" }, "/chats/{chat-id}/installedApps": { - "originalLocation": "/openApiDocs/beta/Teams.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Teams.yml" }, "/chats/{chat-id}/installedApps/{teamsAppInstallation-id}": { - "originalLocation": "/openApiDocs/beta/Teams.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Teams.yml" }, "/chats/{chat-id}/installedApps/{teamsAppInstallation-id}/microsoft.graph.upgrade": { - "originalLocation": "/openApiDocs/beta/Teams.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Teams.yml" }, "/chats/{chat-id}/installedApps/{teamsAppInstallation-id}/teamsApp": { - "originalLocation": "/openApiDocs/beta/Teams.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Teams.yml" }, "/chats/{chat-id}/installedApps/{teamsAppInstallation-id}/teamsApp/$ref": { - "originalLocation": "/openApiDocs/beta/Teams.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Teams.yml" }, "/chats/{chat-id}/installedApps/{teamsAppInstallation-id}/teamsAppDefinition": { - "originalLocation": "/openApiDocs/beta/Teams.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Teams.yml" }, "/chats/{chat-id}/installedApps/{teamsAppInstallation-id}/teamsAppDefinition/$ref": { - "originalLocation": "/openApiDocs/beta/Teams.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Teams.yml" }, "/chats/{chat-id}/members": { - "originalLocation": "/openApiDocs/beta/Teams.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Teams.yml" }, "/chats/{chat-id}/members/{conversationMember-id}": { - "originalLocation": "/openApiDocs/beta/Teams.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Teams.yml" }, "/chats/{chat-id}/members/microsoft.graph.add": { - "originalLocation": "/openApiDocs/beta/Teams.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Teams.yml" }, "/chats/{chat-id}/messages": { - "originalLocation": "/openApiDocs/beta/Teams.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Teams.yml" }, "/chats/{chat-id}/messages/{chatMessage-id}": { - "originalLocation": "/openApiDocs/beta/Teams.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Teams.yml" }, "/chats/{chat-id}/messages/{chatMessage-id}/hostedContents": { - "originalLocation": "/openApiDocs/beta/Teams.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Teams.yml" }, "/chats/{chat-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}": { - "originalLocation": "/openApiDocs/beta/Teams.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Teams.yml" }, "/chats/{chat-id}/messages/{chatMessage-id}/replies": { - "originalLocation": "/openApiDocs/beta/Teams.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Teams.yml" }, "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}": { - "originalLocation": "/openApiDocs/beta/Teams.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Teams.yml" }, "/chats/{chat-id}/messages/{chatMessage-id}/replies/microsoft.graph.delta()": { - "originalLocation": "/openApiDocs/beta/Teams.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Teams.yml" }, "/chats/{chat-id}/messages/microsoft.graph.delta()": { - "originalLocation": "/openApiDocs/beta/Teams.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Teams.yml" }, "/chats/{chat-id}/microsoft.graph.sendActivityNotification": { - "originalLocation": "/openApiDocs/beta/Teams.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Teams.yml" + }, + "/chats/{chat-id}/permissionGrants": { + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Teams.yml" + }, + "/chats/{chat-id}/permissionGrants/{resourceSpecificPermissionGrant-id}": { + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Teams.yml" }, "/chats/{chat-id}/tabs": { - "originalLocation": "/openApiDocs/beta/Teams.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Teams.yml" }, "/chats/{chat-id}/tabs/{teamsTab-id}": { - "originalLocation": "/openApiDocs/beta/Teams.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Teams.yml" }, "/chats/{chat-id}/tabs/{teamsTab-id}/teamsApp": { - "originalLocation": "/openApiDocs/beta/Teams.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Teams.yml" }, "/chats/{chat-id}/tabs/{teamsTab-id}/teamsApp/$ref": { - "originalLocation": "/openApiDocs/beta/Teams.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Teams.yml" }, "/chats/microsoft.graph.allMessages()": { - "originalLocation": "/openApiDocs/beta/Teams.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Teams.yml" }, "/chats/microsoft.graph.getAllMessages()": { - "originalLocation": "/openApiDocs/beta/Teams.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Teams.yml" }, "/groups/{group-id}/team": { - "originalLocation": "/openApiDocs/beta/Teams.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Teams.yml" }, "/teams": { - "originalLocation": "/openApiDocs/beta/Teams.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Teams.yml" }, "/teams/{team-id}": { - "originalLocation": "/openApiDocs/beta/Teams.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Teams.yml" }, "/teams/{team-id}/channels": { - "originalLocation": "/openApiDocs/beta/Teams.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Teams.yml" }, "/teams/{team-id}/channels/{channel-id}": { - "originalLocation": "/openApiDocs/beta/Teams.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Teams.yml" }, "/teams/{team-id}/channels/{channel-id}/filesFolder": { - "originalLocation": "/openApiDocs/beta/Teams.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Teams.yml" }, "/teams/{team-id}/channels/{channel-id}/filesFolder/content": { - "originalLocation": "/openApiDocs/beta/Teams.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Teams.yml" }, "/teams/{team-id}/channels/{channel-id}/members": { - "originalLocation": "/openApiDocs/beta/Teams.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Teams.yml" }, "/teams/{team-id}/channels/{channel-id}/members/{conversationMember-id}": { - "originalLocation": "/openApiDocs/beta/Teams.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Teams.yml" }, "/teams/{team-id}/channels/{channel-id}/members/microsoft.graph.add": { - "originalLocation": "/openApiDocs/beta/Teams.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Teams.yml" }, "/teams/{team-id}/channels/{channel-id}/messages": { - "originalLocation": "/openApiDocs/beta/Teams.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Teams.yml" }, "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}": { - "originalLocation": "/openApiDocs/beta/Teams.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Teams.yml" }, "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents": { - "originalLocation": "/openApiDocs/beta/Teams.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Teams.yml" }, "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}": { - "originalLocation": "/openApiDocs/beta/Teams.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Teams.yml" }, "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies": { - "originalLocation": "/openApiDocs/beta/Teams.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Teams.yml" }, "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}": { - "originalLocation": "/openApiDocs/beta/Teams.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Teams.yml" }, "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/microsoft.graph.delta()": { - "originalLocation": "/openApiDocs/beta/Teams.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Teams.yml" }, "/teams/{team-id}/channels/{channel-id}/messages/microsoft.graph.delta()": { - "originalLocation": "/openApiDocs/beta/Teams.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Teams.yml" }, "/teams/{team-id}/channels/{channel-id}/microsoft.graph.completeMigration": { - "originalLocation": "/openApiDocs/beta/Teams.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Teams.yml" }, "/teams/{team-id}/channels/{channel-id}/tabs": { - "originalLocation": "/openApiDocs/beta/Teams.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Teams.yml" }, "/teams/{team-id}/channels/{channel-id}/tabs/{teamsTab-id}": { - "originalLocation": "/openApiDocs/beta/Teams.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Teams.yml" }, "/teams/{team-id}/channels/{channel-id}/tabs/{teamsTab-id}/teamsApp": { - "originalLocation": "/openApiDocs/beta/Teams.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Teams.yml" }, "/teams/{team-id}/channels/{channel-id}/tabs/{teamsTab-id}/teamsApp/$ref": { - "originalLocation": "/openApiDocs/beta/Teams.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Teams.yml" }, "/teams/{team-id}/channels/microsoft.graph.allMessages()": { - "originalLocation": "/openApiDocs/beta/Teams.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Teams.yml" }, "/teams/{team-id}/channels/microsoft.graph.getAllMessages()": { - "originalLocation": "/openApiDocs/beta/Teams.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Teams.yml" }, "/teams/{team-id}/group": { - "originalLocation": "/openApiDocs/beta/Teams.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Teams.yml" }, "/teams/{team-id}/group/$ref": { - "originalLocation": "/openApiDocs/beta/Teams.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Teams.yml" }, "/teams/{team-id}/installedApps": { - "originalLocation": "/openApiDocs/beta/Teams.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Teams.yml" }, "/teams/{team-id}/installedApps/{teamsAppInstallation-id}": { - "originalLocation": "/openApiDocs/beta/Teams.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Teams.yml" }, "/teams/{team-id}/installedApps/{teamsAppInstallation-id}/microsoft.graph.upgrade": { - "originalLocation": "/openApiDocs/beta/Teams.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Teams.yml" }, "/teams/{team-id}/installedApps/{teamsAppInstallation-id}/teamsApp": { - "originalLocation": "/openApiDocs/beta/Teams.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Teams.yml" }, "/teams/{team-id}/installedApps/{teamsAppInstallation-id}/teamsApp/$ref": { - "originalLocation": "/openApiDocs/beta/Teams.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Teams.yml" }, "/teams/{team-id}/installedApps/{teamsAppInstallation-id}/teamsAppDefinition": { - "originalLocation": "/openApiDocs/beta/Teams.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Teams.yml" }, "/teams/{team-id}/installedApps/{teamsAppInstallation-id}/teamsAppDefinition/$ref": { - "originalLocation": "/openApiDocs/beta/Teams.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Teams.yml" }, "/teams/{team-id}/members": { - "originalLocation": "/openApiDocs/beta/Teams.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Teams.yml" }, "/teams/{team-id}/members/{conversationMember-id}": { - "originalLocation": "/openApiDocs/beta/Teams.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Teams.yml" }, "/teams/{team-id}/members/microsoft.graph.add": { - "originalLocation": "/openApiDocs/beta/Teams.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Teams.yml" }, "/teams/{team-id}/microsoft.graph.archive": { - "originalLocation": "/openApiDocs/beta/Teams.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Teams.yml" }, "/teams/{team-id}/microsoft.graph.clone": { - "originalLocation": "/openApiDocs/beta/Teams.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Teams.yml" }, "/teams/{team-id}/microsoft.graph.completeMigration": { - "originalLocation": "/openApiDocs/beta/Teams.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Teams.yml" }, "/teams/{team-id}/microsoft.graph.sendActivityNotification": { - "originalLocation": "/openApiDocs/beta/Teams.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Teams.yml" }, "/teams/{team-id}/microsoft.graph.unarchive": { - "originalLocation": "/openApiDocs/beta/Teams.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Teams.yml" }, "/teams/{team-id}/operations": { - "originalLocation": "/openApiDocs/beta/Teams.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Teams.yml" }, "/teams/{team-id}/operations/{teamsAsyncOperation-id}": { - "originalLocation": "/openApiDocs/beta/Teams.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Teams.yml" }, "/teams/{team-id}/owners": { - "originalLocation": "/openApiDocs/beta/Teams.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Teams.yml" }, "/teams/{team-id}/owners/$ref": { - "originalLocation": "/openApiDocs/beta/Teams.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Teams.yml" }, "/teams/{team-id}/photo": { - "originalLocation": "/openApiDocs/beta/Teams.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Teams.yml" }, "/teams/{team-id}/photo/$value": { - "originalLocation": "/openApiDocs/beta/Teams.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Teams.yml" }, "/teams/{team-id}/primaryChannel": { - "originalLocation": "/openApiDocs/beta/Teams.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Teams.yml" }, "/teams/{team-id}/primaryChannel/filesFolder": { - "originalLocation": "/openApiDocs/beta/Teams.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Teams.yml" }, "/teams/{team-id}/primaryChannel/filesFolder/content": { - "originalLocation": "/openApiDocs/beta/Teams.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Teams.yml" }, "/teams/{team-id}/primaryChannel/members": { - "originalLocation": "/openApiDocs/beta/Teams.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Teams.yml" }, "/teams/{team-id}/primaryChannel/members/{conversationMember-id}": { - "originalLocation": "/openApiDocs/beta/Teams.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Teams.yml" }, "/teams/{team-id}/primaryChannel/members/microsoft.graph.add": { - "originalLocation": "/openApiDocs/beta/Teams.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Teams.yml" }, "/teams/{team-id}/primaryChannel/messages": { - "originalLocation": "/openApiDocs/beta/Teams.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Teams.yml" }, "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}": { - "originalLocation": "/openApiDocs/beta/Teams.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Teams.yml" }, "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/hostedContents": { - "originalLocation": "/openApiDocs/beta/Teams.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Teams.yml" }, "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}": { - "originalLocation": "/openApiDocs/beta/Teams.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Teams.yml" }, "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies": { - "originalLocation": "/openApiDocs/beta/Teams.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Teams.yml" }, "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}": { - "originalLocation": "/openApiDocs/beta/Teams.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Teams.yml" }, "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/microsoft.graph.delta()": { - "originalLocation": "/openApiDocs/beta/Teams.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Teams.yml" }, "/teams/{team-id}/primaryChannel/messages/microsoft.graph.delta()": { - "originalLocation": "/openApiDocs/beta/Teams.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Teams.yml" }, "/teams/{team-id}/primaryChannel/microsoft.graph.completeMigration": { - "originalLocation": "/openApiDocs/beta/Teams.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Teams.yml" }, "/teams/{team-id}/primaryChannel/tabs": { - "originalLocation": "/openApiDocs/beta/Teams.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Teams.yml" }, "/teams/{team-id}/primaryChannel/tabs/{teamsTab-id}": { - "originalLocation": "/openApiDocs/beta/Teams.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Teams.yml" }, "/teams/{team-id}/primaryChannel/tabs/{teamsTab-id}/teamsApp": { - "originalLocation": "/openApiDocs/beta/Teams.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Teams.yml" }, "/teams/{team-id}/primaryChannel/tabs/{teamsTab-id}/teamsApp/$ref": { - "originalLocation": "/openApiDocs/beta/Teams.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Teams.yml" }, "/teams/{team-id}/schedule": { - "originalLocation": "/openApiDocs/beta/Teams.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Teams.yml" }, "/teams/{team-id}/schedule/microsoft.graph.share": { - "originalLocation": "/openApiDocs/beta/Teams.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Teams.yml" }, "/teams/{team-id}/schedule/offerShiftRequests": { - "originalLocation": "/openApiDocs/beta/Teams.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Teams.yml" }, "/teams/{team-id}/schedule/offerShiftRequests/{offerShiftRequest-id}": { - "originalLocation": "/openApiDocs/beta/Teams.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Teams.yml" }, "/teams/{team-id}/schedule/openShiftChangeRequests": { - "originalLocation": "/openApiDocs/beta/Teams.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Teams.yml" }, "/teams/{team-id}/schedule/openShiftChangeRequests/{openShiftChangeRequest-id}": { - "originalLocation": "/openApiDocs/beta/Teams.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Teams.yml" }, "/teams/{team-id}/schedule/openShifts": { - "originalLocation": "/openApiDocs/beta/Teams.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Teams.yml" }, "/teams/{team-id}/schedule/openShifts/{openShift-id}": { - "originalLocation": "/openApiDocs/beta/Teams.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Teams.yml" }, "/teams/{team-id}/schedule/schedulingGroups": { - "originalLocation": "/openApiDocs/beta/Teams.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Teams.yml" }, "/teams/{team-id}/schedule/schedulingGroups/{schedulingGroup-id}": { - "originalLocation": "/openApiDocs/beta/Teams.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Teams.yml" }, "/teams/{team-id}/schedule/shifts": { - "originalLocation": "/openApiDocs/beta/Teams.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Teams.yml" }, "/teams/{team-id}/schedule/shifts/{shift-id}": { - "originalLocation": "/openApiDocs/beta/Teams.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Teams.yml" }, "/teams/{team-id}/schedule/swapShiftsChangeRequests": { - "originalLocation": "/openApiDocs/beta/Teams.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Teams.yml" }, "/teams/{team-id}/schedule/swapShiftsChangeRequests/{swapShiftsChangeRequest-id}": { - "originalLocation": "/openApiDocs/beta/Teams.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Teams.yml" }, "/teams/{team-id}/schedule/timeCards": { - "originalLocation": "/openApiDocs/beta/Teams.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Teams.yml" }, "/teams/{team-id}/schedule/timeCards/{timeCard-id}": { - "originalLocation": "/openApiDocs/beta/Teams.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Teams.yml" }, "/teams/{team-id}/schedule/timeCards/{timeCard-id}/microsoft.graph.clockOut": { - "originalLocation": "/openApiDocs/beta/Teams.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Teams.yml" }, "/teams/{team-id}/schedule/timeCards/{timeCard-id}/microsoft.graph.confirm": { - "originalLocation": "/openApiDocs/beta/Teams.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Teams.yml" }, "/teams/{team-id}/schedule/timeCards/{timeCard-id}/microsoft.graph.endBreak": { - "originalLocation": "/openApiDocs/beta/Teams.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Teams.yml" }, "/teams/{team-id}/schedule/timeCards/{timeCard-id}/microsoft.graph.startBreak": { - "originalLocation": "/openApiDocs/beta/Teams.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Teams.yml" }, "/teams/{team-id}/schedule/timeCards/microsoft.graph.clockIn": { - "originalLocation": "/openApiDocs/beta/Teams.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Teams.yml" }, "/teams/{team-id}/schedule/timeOffReasons": { - "originalLocation": "/openApiDocs/beta/Teams.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Teams.yml" }, "/teams/{team-id}/schedule/timeOffReasons/{timeOffReason-id}": { - "originalLocation": "/openApiDocs/beta/Teams.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Teams.yml" }, "/teams/{team-id}/schedule/timeOffRequests": { - "originalLocation": "/openApiDocs/beta/Teams.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Teams.yml" }, "/teams/{team-id}/schedule/timeOffRequests/{timeOffRequest-id}": { - "originalLocation": "/openApiDocs/beta/Teams.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Teams.yml" }, "/teams/{team-id}/schedule/timesOff": { - "originalLocation": "/openApiDocs/beta/Teams.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Teams.yml" }, "/teams/{team-id}/schedule/timesOff/{timeOff-id}": { - "originalLocation": "/openApiDocs/beta/Teams.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Teams.yml" }, "/teams/{team-id}/tags": { - "originalLocation": "/openApiDocs/beta/Teams.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Teams.yml" }, "/teams/{team-id}/tags/{teamworkTag-id}": { - "originalLocation": "/openApiDocs/beta/Teams.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Teams.yml" }, "/teams/{team-id}/tags/{teamworkTag-id}/members": { - "originalLocation": "/openApiDocs/beta/Teams.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Teams.yml" }, "/teams/{team-id}/tags/{teamworkTag-id}/members/{teamworkTagMember-id}": { - "originalLocation": "/openApiDocs/beta/Teams.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Teams.yml" }, "/teams/{team-id}/template": { - "originalLocation": "/openApiDocs/beta/Teams.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Teams.yml" }, "/teams/{team-id}/template/$ref": { - "originalLocation": "/openApiDocs/beta/Teams.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Teams.yml" }, "/teams/microsoft.graph.allMessages()": { - "originalLocation": "/openApiDocs/beta/Teams.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Teams.yml" }, "/teams/microsoft.graph.getAllMessages()": { - "originalLocation": "/openApiDocs/beta/Teams.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Teams.yml" }, "/teamwork": { - "originalLocation": "/openApiDocs/beta/Teams.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Teams.yml" }, "/teamwork/workforceIntegrations": { - "originalLocation": "/openApiDocs/beta/Teams.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Teams.yml" }, "/teamwork/workforceIntegrations/{workforceIntegration-id}": { - "originalLocation": "/openApiDocs/beta/Teams.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Teams.yml" }, "/users/{user-id}/chats": { - "originalLocation": "/openApiDocs/beta/Teams.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Teams.yml" }, "/users/{user-id}/chats/{chat-id}": { - "originalLocation": "/openApiDocs/beta/Teams.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Teams.yml" }, "/users/{user-id}/joinedTeams": { - "originalLocation": "/openApiDocs/beta/Teams.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Teams.yml" }, "/users/{user-id}/joinedTeams/$ref": { - "originalLocation": "/openApiDocs/beta/Teams.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Teams.yml" }, "/users/{user-id}/teamwork": { - "originalLocation": "/openApiDocs/beta/Teams.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Teams.yml" }, "/users/{user-id}/teamwork/installedApps": { - "originalLocation": "/openApiDocs/beta/Teams.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Teams.yml" }, "/users/{user-id}/teamwork/installedApps/{userScopeTeamsAppInstallation-id}": { - "originalLocation": "/openApiDocs/beta/Teams.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Teams.yml" }, "/users/{user-id}/teamwork/installedApps/{userScopeTeamsAppInstallation-id}/chat": { - "originalLocation": "/openApiDocs/beta/Teams.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Teams.yml" }, "/users/{user-id}/teamwork/installedApps/{userScopeTeamsAppInstallation-id}/chat/$ref": { - "originalLocation": "/openApiDocs/beta/Teams.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Teams.yml" } } } diff --git a/profiles/Teams/crawl-log-v1.0.json b/profiles/Teams/crawl-log-v1.0.json index bd5ef95d29c..382fa2411c2 100644 --- a/profiles/Teams/crawl-log-v1.0.json +++ b/profiles/Teams/crawl-log-v1.0.json @@ -2,488 +2,488 @@ "resources": [], "operations": { "/appCatalogs/teamsApps": { - "originalLocation": "/openApiDocs/v1.0/Teams.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Teams.yml" }, "/appCatalogs/teamsApps/{teamsApp-id}": { - "originalLocation": "/openApiDocs/v1.0/Teams.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Teams.yml" }, "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions": { - "originalLocation": "/openApiDocs/v1.0/Teams.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Teams.yml" }, "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}": { - "originalLocation": "/openApiDocs/v1.0/Teams.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Teams.yml" }, "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/bot": { - "originalLocation": "/openApiDocs/v1.0/Teams.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Teams.yml" }, "/chats": { - "originalLocation": "/openApiDocs/v1.0/Teams.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Teams.yml" }, "/chats/{chat-id}": { - "originalLocation": "/openApiDocs/v1.0/Teams.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Teams.yml" }, "/chats/{chat-id}/installedApps": { - "originalLocation": "/openApiDocs/v1.0/Teams.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Teams.yml" }, "/chats/{chat-id}/installedApps/{teamsAppInstallation-id}": { - "originalLocation": "/openApiDocs/v1.0/Teams.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Teams.yml" }, "/chats/{chat-id}/installedApps/{teamsAppInstallation-id}/microsoft.graph.upgrade": { - "originalLocation": "/openApiDocs/v1.0/Teams.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Teams.yml" }, "/chats/{chat-id}/installedApps/{teamsAppInstallation-id}/teamsApp": { - "originalLocation": "/openApiDocs/v1.0/Teams.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Teams.yml" }, "/chats/{chat-id}/installedApps/{teamsAppInstallation-id}/teamsApp/$ref": { - "originalLocation": "/openApiDocs/v1.0/Teams.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Teams.yml" }, "/chats/{chat-id}/installedApps/{teamsAppInstallation-id}/teamsAppDefinition": { - "originalLocation": "/openApiDocs/v1.0/Teams.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Teams.yml" }, "/chats/{chat-id}/installedApps/{teamsAppInstallation-id}/teamsAppDefinition/$ref": { - "originalLocation": "/openApiDocs/v1.0/Teams.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Teams.yml" }, "/chats/{chat-id}/members": { - "originalLocation": "/openApiDocs/v1.0/Teams.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Teams.yml" }, "/chats/{chat-id}/members/{conversationMember-id}": { - "originalLocation": "/openApiDocs/v1.0/Teams.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Teams.yml" }, "/chats/{chat-id}/messages": { - "originalLocation": "/openApiDocs/v1.0/Teams.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Teams.yml" }, "/chats/{chat-id}/messages/{chatMessage-id}": { - "originalLocation": "/openApiDocs/v1.0/Teams.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Teams.yml" }, "/chats/{chat-id}/messages/{chatMessage-id}/hostedContents": { - "originalLocation": "/openApiDocs/v1.0/Teams.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Teams.yml" }, "/chats/{chat-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}": { - "originalLocation": "/openApiDocs/v1.0/Teams.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Teams.yml" }, "/chats/{chat-id}/messages/{chatMessage-id}/replies": { - "originalLocation": "/openApiDocs/v1.0/Teams.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Teams.yml" }, "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}": { - "originalLocation": "/openApiDocs/v1.0/Teams.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Teams.yml" }, "/chats/{chat-id}/messages/{chatMessage-id}/replies/microsoft.graph.delta()": { - "originalLocation": "/openApiDocs/v1.0/Teams.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Teams.yml" }, "/chats/{chat-id}/messages/microsoft.graph.delta()": { - "originalLocation": "/openApiDocs/v1.0/Teams.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Teams.yml" }, "/chats/{chat-id}/microsoft.graph.sendActivityNotification": { - "originalLocation": "/openApiDocs/v1.0/Teams.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Teams.yml" }, "/chats/{chat-id}/tabs": { - "originalLocation": "/openApiDocs/v1.0/Teams.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Teams.yml" }, "/chats/{chat-id}/tabs/{teamsTab-id}": { - "originalLocation": "/openApiDocs/v1.0/Teams.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Teams.yml" }, "/chats/{chat-id}/tabs/{teamsTab-id}/teamsApp": { - "originalLocation": "/openApiDocs/v1.0/Teams.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Teams.yml" }, "/chats/{chat-id}/tabs/{teamsTab-id}/teamsApp/$ref": { - "originalLocation": "/openApiDocs/v1.0/Teams.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Teams.yml" }, "/chats/microsoft.graph.getAllMessages()": { - "originalLocation": "/openApiDocs/v1.0/Teams.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Teams.yml" }, "/groups/{group-id}/team": { - "originalLocation": "/openApiDocs/v1.0/Teams.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Teams.yml" }, "/teams": { - "originalLocation": "/openApiDocs/v1.0/Teams.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Teams.yml" }, "/teams/{team-id}": { - "originalLocation": "/openApiDocs/v1.0/Teams.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Teams.yml" }, "/teams/{team-id}/channels": { - "originalLocation": "/openApiDocs/v1.0/Teams.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Teams.yml" }, "/teams/{team-id}/channels/{channel-id}": { - "originalLocation": "/openApiDocs/v1.0/Teams.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Teams.yml" }, "/teams/{team-id}/channels/{channel-id}/filesFolder": { - "originalLocation": "/openApiDocs/v1.0/Teams.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Teams.yml" }, "/teams/{team-id}/channels/{channel-id}/filesFolder/content": { - "originalLocation": "/openApiDocs/v1.0/Teams.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Teams.yml" }, "/teams/{team-id}/channels/{channel-id}/members": { - "originalLocation": "/openApiDocs/v1.0/Teams.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Teams.yml" }, "/teams/{team-id}/channels/{channel-id}/members/{conversationMember-id}": { - "originalLocation": "/openApiDocs/v1.0/Teams.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Teams.yml" }, "/teams/{team-id}/channels/{channel-id}/messages": { - "originalLocation": "/openApiDocs/v1.0/Teams.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Teams.yml" }, "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}": { - "originalLocation": "/openApiDocs/v1.0/Teams.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Teams.yml" }, "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents": { - "originalLocation": "/openApiDocs/v1.0/Teams.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Teams.yml" }, "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}": { - "originalLocation": "/openApiDocs/v1.0/Teams.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Teams.yml" }, "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies": { - "originalLocation": "/openApiDocs/v1.0/Teams.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Teams.yml" }, "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}": { - "originalLocation": "/openApiDocs/v1.0/Teams.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Teams.yml" }, "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/microsoft.graph.delta()": { - "originalLocation": "/openApiDocs/v1.0/Teams.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Teams.yml" }, "/teams/{team-id}/channels/{channel-id}/messages/microsoft.graph.delta()": { - "originalLocation": "/openApiDocs/v1.0/Teams.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Teams.yml" }, "/teams/{team-id}/channels/{channel-id}/microsoft.graph.completeMigration": { - "originalLocation": "/openApiDocs/v1.0/Teams.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Teams.yml" }, "/teams/{team-id}/channels/{channel-id}/tabs": { - "originalLocation": "/openApiDocs/v1.0/Teams.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Teams.yml" }, "/teams/{team-id}/channels/{channel-id}/tabs/{teamsTab-id}": { - "originalLocation": "/openApiDocs/v1.0/Teams.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Teams.yml" }, "/teams/{team-id}/channels/{channel-id}/tabs/{teamsTab-id}/teamsApp": { - "originalLocation": "/openApiDocs/v1.0/Teams.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Teams.yml" }, "/teams/{team-id}/channels/{channel-id}/tabs/{teamsTab-id}/teamsApp/$ref": { - "originalLocation": "/openApiDocs/v1.0/Teams.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Teams.yml" }, "/teams/{team-id}/group": { - "originalLocation": "/openApiDocs/v1.0/Teams.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Teams.yml" }, "/teams/{team-id}/group/$ref": { - "originalLocation": "/openApiDocs/v1.0/Teams.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Teams.yml" }, "/teams/{team-id}/installedApps": { - "originalLocation": "/openApiDocs/v1.0/Teams.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Teams.yml" }, "/teams/{team-id}/installedApps/{teamsAppInstallation-id}": { - "originalLocation": "/openApiDocs/v1.0/Teams.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Teams.yml" }, "/teams/{team-id}/installedApps/{teamsAppInstallation-id}/microsoft.graph.upgrade": { - "originalLocation": "/openApiDocs/v1.0/Teams.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Teams.yml" }, "/teams/{team-id}/installedApps/{teamsAppInstallation-id}/teamsApp": { - "originalLocation": "/openApiDocs/v1.0/Teams.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Teams.yml" }, "/teams/{team-id}/installedApps/{teamsAppInstallation-id}/teamsApp/$ref": { - "originalLocation": "/openApiDocs/v1.0/Teams.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Teams.yml" }, "/teams/{team-id}/installedApps/{teamsAppInstallation-id}/teamsAppDefinition": { - "originalLocation": "/openApiDocs/v1.0/Teams.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Teams.yml" }, "/teams/{team-id}/installedApps/{teamsAppInstallation-id}/teamsAppDefinition/$ref": { - "originalLocation": "/openApiDocs/v1.0/Teams.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Teams.yml" }, "/teams/{team-id}/members": { - "originalLocation": "/openApiDocs/v1.0/Teams.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Teams.yml" }, "/teams/{team-id}/members/{conversationMember-id}": { - "originalLocation": "/openApiDocs/v1.0/Teams.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Teams.yml" }, "/teams/{team-id}/microsoft.graph.archive": { - "originalLocation": "/openApiDocs/v1.0/Teams.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Teams.yml" }, "/teams/{team-id}/microsoft.graph.clone": { - "originalLocation": "/openApiDocs/v1.0/Teams.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Teams.yml" }, "/teams/{team-id}/microsoft.graph.completeMigration": { - "originalLocation": "/openApiDocs/v1.0/Teams.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Teams.yml" }, "/teams/{team-id}/microsoft.graph.sendActivityNotification": { - "originalLocation": "/openApiDocs/v1.0/Teams.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Teams.yml" }, "/teams/{team-id}/microsoft.graph.unarchive": { - "originalLocation": "/openApiDocs/v1.0/Teams.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Teams.yml" }, "/teams/{team-id}/operations": { - "originalLocation": "/openApiDocs/v1.0/Teams.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Teams.yml" }, "/teams/{team-id}/operations/{teamsAsyncOperation-id}": { - "originalLocation": "/openApiDocs/v1.0/Teams.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Teams.yml" }, "/teams/{team-id}/primaryChannel": { - "originalLocation": "/openApiDocs/v1.0/Teams.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Teams.yml" }, "/teams/{team-id}/primaryChannel/filesFolder": { - "originalLocation": "/openApiDocs/v1.0/Teams.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Teams.yml" }, "/teams/{team-id}/primaryChannel/filesFolder/content": { - "originalLocation": "/openApiDocs/v1.0/Teams.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Teams.yml" }, "/teams/{team-id}/primaryChannel/members": { - "originalLocation": "/openApiDocs/v1.0/Teams.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Teams.yml" }, "/teams/{team-id}/primaryChannel/members/{conversationMember-id}": { - "originalLocation": "/openApiDocs/v1.0/Teams.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Teams.yml" }, "/teams/{team-id}/primaryChannel/messages": { - "originalLocation": "/openApiDocs/v1.0/Teams.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Teams.yml" }, "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}": { - "originalLocation": "/openApiDocs/v1.0/Teams.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Teams.yml" }, "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/hostedContents": { - "originalLocation": "/openApiDocs/v1.0/Teams.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Teams.yml" }, "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}": { - "originalLocation": "/openApiDocs/v1.0/Teams.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Teams.yml" }, "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies": { - "originalLocation": "/openApiDocs/v1.0/Teams.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Teams.yml" }, "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}": { - "originalLocation": "/openApiDocs/v1.0/Teams.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Teams.yml" }, "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/microsoft.graph.delta()": { - "originalLocation": "/openApiDocs/v1.0/Teams.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Teams.yml" }, "/teams/{team-id}/primaryChannel/messages/microsoft.graph.delta()": { - "originalLocation": "/openApiDocs/v1.0/Teams.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Teams.yml" }, "/teams/{team-id}/primaryChannel/microsoft.graph.completeMigration": { - "originalLocation": "/openApiDocs/v1.0/Teams.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Teams.yml" }, "/teams/{team-id}/primaryChannel/tabs": { - "originalLocation": "/openApiDocs/v1.0/Teams.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Teams.yml" }, "/teams/{team-id}/primaryChannel/tabs/{teamsTab-id}": { - "originalLocation": "/openApiDocs/v1.0/Teams.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Teams.yml" }, "/teams/{team-id}/primaryChannel/tabs/{teamsTab-id}/teamsApp": { - "originalLocation": "/openApiDocs/v1.0/Teams.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Teams.yml" }, "/teams/{team-id}/primaryChannel/tabs/{teamsTab-id}/teamsApp/$ref": { - "originalLocation": "/openApiDocs/v1.0/Teams.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Teams.yml" }, "/teams/{team-id}/schedule": { - "originalLocation": "/openApiDocs/v1.0/Teams.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Teams.yml" }, "/teams/{team-id}/schedule/microsoft.graph.share": { - "originalLocation": "/openApiDocs/v1.0/Teams.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Teams.yml" }, "/teams/{team-id}/schedule/offerShiftRequests": { - "originalLocation": "/openApiDocs/v1.0/Teams.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Teams.yml" }, "/teams/{team-id}/schedule/offerShiftRequests/{offerShiftRequest-id}": { - "originalLocation": "/openApiDocs/v1.0/Teams.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Teams.yml" }, "/teams/{team-id}/schedule/openShiftChangeRequests": { - "originalLocation": "/openApiDocs/v1.0/Teams.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Teams.yml" }, "/teams/{team-id}/schedule/openShiftChangeRequests/{openShiftChangeRequest-id}": { - "originalLocation": "/openApiDocs/v1.0/Teams.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Teams.yml" }, "/teams/{team-id}/schedule/openShifts": { - "originalLocation": "/openApiDocs/v1.0/Teams.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Teams.yml" }, "/teams/{team-id}/schedule/openShifts/{openShift-id}": { - "originalLocation": "/openApiDocs/v1.0/Teams.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Teams.yml" }, "/teams/{team-id}/schedule/schedulingGroups": { - "originalLocation": "/openApiDocs/v1.0/Teams.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Teams.yml" }, "/teams/{team-id}/schedule/schedulingGroups/{schedulingGroup-id}": { - "originalLocation": "/openApiDocs/v1.0/Teams.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Teams.yml" }, "/teams/{team-id}/schedule/shifts": { - "originalLocation": "/openApiDocs/v1.0/Teams.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Teams.yml" }, "/teams/{team-id}/schedule/shifts/{shift-id}": { - "originalLocation": "/openApiDocs/v1.0/Teams.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Teams.yml" }, "/teams/{team-id}/schedule/swapShiftsChangeRequests": { - "originalLocation": "/openApiDocs/v1.0/Teams.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Teams.yml" }, "/teams/{team-id}/schedule/swapShiftsChangeRequests/{swapShiftsChangeRequest-id}": { - "originalLocation": "/openApiDocs/v1.0/Teams.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Teams.yml" }, "/teams/{team-id}/schedule/timeOffReasons": { - "originalLocation": "/openApiDocs/v1.0/Teams.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Teams.yml" }, "/teams/{team-id}/schedule/timeOffReasons/{timeOffReason-id}": { - "originalLocation": "/openApiDocs/v1.0/Teams.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Teams.yml" }, "/teams/{team-id}/schedule/timeOffRequests": { - "originalLocation": "/openApiDocs/v1.0/Teams.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Teams.yml" }, "/teams/{team-id}/schedule/timeOffRequests/{timeOffRequest-id}": { - "originalLocation": "/openApiDocs/v1.0/Teams.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Teams.yml" }, "/teams/{team-id}/schedule/timesOff": { - "originalLocation": "/openApiDocs/v1.0/Teams.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Teams.yml" }, "/teams/{team-id}/schedule/timesOff/{timeOff-id}": { - "originalLocation": "/openApiDocs/v1.0/Teams.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Teams.yml" }, "/teams/{team-id}/template": { - "originalLocation": "/openApiDocs/v1.0/Teams.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Teams.yml" }, "/teams/{team-id}/template/$ref": { - "originalLocation": "/openApiDocs/v1.0/Teams.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Teams.yml" }, "/teams/microsoft.graph.getAllMessages()": { - "originalLocation": "/openApiDocs/v1.0/Teams.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Teams.yml" }, "/teamwork": { - "originalLocation": "/openApiDocs/v1.0/Teams.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Teams.yml" }, "/teamwork/workforceIntegrations": { - "originalLocation": "/openApiDocs/v1.0/Teams.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Teams.yml" }, "/teamwork/workforceIntegrations/{workforceIntegration-id}": { - "originalLocation": "/openApiDocs/v1.0/Teams.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Teams.yml" }, "/users/{user-id}/joinedTeams": { - "originalLocation": "/openApiDocs/v1.0/Teams.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Teams.yml" }, "/users/{user-id}/joinedTeams/{team-id}": { - "originalLocation": "/openApiDocs/v1.0/Teams.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Teams.yml" }, "/users/{user-id}/teamwork": { - "originalLocation": "/openApiDocs/v1.0/Teams.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Teams.yml" }, "/users/{user-id}/teamwork/installedApps": { - "originalLocation": "/openApiDocs/v1.0/Teams.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Teams.yml" }, "/users/{user-id}/teamwork/installedApps/{userScopeTeamsAppInstallation-id}": { - "originalLocation": "/openApiDocs/v1.0/Teams.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Teams.yml" }, "/users/{user-id}/teamwork/installedApps/{userScopeTeamsAppInstallation-id}/chat": { - "originalLocation": "/openApiDocs/v1.0/Teams.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Teams.yml" }, "/users/{user-id}/teamwork/installedApps/{userScopeTeamsAppInstallation-id}/chat/$ref": { - "originalLocation": "/openApiDocs/v1.0/Teams.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Teams.yml" } } } diff --git a/profiles/Teams/definitions/v1.0-beta.md b/profiles/Teams/definitions/v1.0-beta.md index 8799477bb0b..d1df46c6489 100644 --- a/profiles/Teams/definitions/v1.0-beta.md +++ b/profiles/Teams/definitions/v1.0-beta.md @@ -33,6 +33,8 @@ profiles: /chats/{chat-id}/messages/{chatMessage-id}/replies/microsoft.graph.delta(): v1.0-beta /chats/{chat-id}/messages/microsoft.graph.delta(): v1.0-beta /chats/{chat-id}/microsoft.graph.sendActivityNotification: v1.0-beta + /chats/{chat-id}/permissionGrants: v1.0-beta + /chats/{chat-id}/permissionGrants/{resourceSpecificPermissionGrant-id}: v1.0-beta /chats/{chat-id}/tabs: v1.0-beta /chats/{chat-id}/tabs/{teamsTab-id}: v1.0-beta /chats/{chat-id}/tabs/{teamsTab-id}/teamsApp: v1.0-beta diff --git a/profiles/Teams/readme.md b/profiles/Teams/readme.md index 24c3a0767c3..2434f0e4f21 100644 --- a/profiles/Teams/readme.md +++ b/profiles/Teams/readme.md @@ -6,8 +6,8 @@ ``` yaml require: -- $(this-folder)/definitions/v1.0.md - $(this-folder)/definitions/v1.0-beta.md +- $(this-folder)/definitions/v1.0.md ``` diff --git a/profiles/Users.Actions/crawl-log-v1.0-beta.json b/profiles/Users.Actions/crawl-log-v1.0-beta.json index 4bd845129f4..fd647b3795c 100644 --- a/profiles/Users.Actions/crawl-log-v1.0-beta.json +++ b/profiles/Users.Actions/crawl-log-v1.0-beta.json @@ -2,1704 +2,1704 @@ "resources": [], "operations": { "/users/{user-id}/authentication/methods/{authenticationMethod-id}/microsoft.graph.disableSmsSignIn": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/authentication/methods/{authenticationMethod-id}/microsoft.graph.enableSmsSignIn": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/authentication/methods/{authenticationMethod-id}/microsoft.graph.resetPassword": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/calendar/calendarView/{event-id}/attachments/microsoft.graph.createUploadSession": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/calendar/calendarView/{event-id}/calendar/microsoft.graph.getSchedule": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/calendar/calendarView/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.accept": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/calendar/calendarView/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.cancel": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/calendar/calendarView/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.decline": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/calendar/calendarView/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.dismissReminder": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/calendar/calendarView/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.forward": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/calendar/calendarView/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.snoozeReminder": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/calendar/calendarView/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.tentativelyAccept": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/microsoft.graph.accept": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/microsoft.graph.cancel": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/microsoft.graph.decline": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/microsoft.graph.dismissReminder": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/microsoft.graph.forward": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/microsoft.graph.snoozeReminder": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/microsoft.graph.tentativelyAccept": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/calendar/calendarView/{event-id}/microsoft.graph.accept": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/calendar/calendarView/{event-id}/microsoft.graph.cancel": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/calendar/calendarView/{event-id}/microsoft.graph.decline": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/calendar/calendarView/{event-id}/microsoft.graph.dismissReminder": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/calendar/calendarView/{event-id}/microsoft.graph.forward": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/calendar/calendarView/{event-id}/microsoft.graph.snoozeReminder": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/calendar/calendarView/{event-id}/microsoft.graph.tentativelyAccept": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/calendar/events/{event-id}/attachments/microsoft.graph.createUploadSession": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/calendar/events/{event-id}/calendar/microsoft.graph.getSchedule": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/calendar/events/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.accept": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/calendar/events/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.cancel": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/calendar/events/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.decline": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/calendar/events/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.dismissReminder": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/calendar/events/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.forward": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/calendar/events/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.snoozeReminder": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/calendar/events/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.tentativelyAccept": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/microsoft.graph.accept": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/microsoft.graph.cancel": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/microsoft.graph.decline": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/microsoft.graph.dismissReminder": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/microsoft.graph.forward": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/microsoft.graph.snoozeReminder": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/microsoft.graph.tentativelyAccept": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/calendar/events/{event-id}/microsoft.graph.accept": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/calendar/events/{event-id}/microsoft.graph.cancel": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/calendar/events/{event-id}/microsoft.graph.decline": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/calendar/events/{event-id}/microsoft.graph.dismissReminder": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/calendar/events/{event-id}/microsoft.graph.forward": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/calendar/events/{event-id}/microsoft.graph.snoozeReminder": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/calendar/events/{event-id}/microsoft.graph.tentativelyAccept": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/calendar/microsoft.graph.getSchedule": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/attachments/microsoft.graph.createUploadSession": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/calendar/microsoft.graph.getSchedule": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.accept": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.cancel": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.decline": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.dismissReminder": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.forward": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.snoozeReminder": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.tentativelyAccept": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/microsoft.graph.accept": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/microsoft.graph.cancel": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/microsoft.graph.decline": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/microsoft.graph.dismissReminder": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/microsoft.graph.forward": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/microsoft.graph.snoozeReminder": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/microsoft.graph.tentativelyAccept": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/microsoft.graph.accept": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/microsoft.graph.cancel": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/microsoft.graph.decline": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/microsoft.graph.dismissReminder": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/microsoft.graph.forward": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/microsoft.graph.snoozeReminder": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/microsoft.graph.tentativelyAccept": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/attachments/microsoft.graph.createUploadSession": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/calendar/microsoft.graph.getSchedule": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.accept": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.cancel": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.decline": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.dismissReminder": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.forward": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.snoozeReminder": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.tentativelyAccept": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/microsoft.graph.accept": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/microsoft.graph.cancel": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/microsoft.graph.decline": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/microsoft.graph.dismissReminder": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/microsoft.graph.forward": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/microsoft.graph.snoozeReminder": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/microsoft.graph.tentativelyAccept": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/microsoft.graph.accept": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/microsoft.graph.cancel": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/microsoft.graph.decline": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/microsoft.graph.dismissReminder": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/microsoft.graph.forward": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/microsoft.graph.snoozeReminder": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/microsoft.graph.tentativelyAccept": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/microsoft.graph.getSchedule": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/attachments/microsoft.graph.createUploadSession": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/calendar/microsoft.graph.getSchedule": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.accept": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.cancel": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.decline": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.dismissReminder": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.forward": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.snoozeReminder": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.tentativelyAccept": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/microsoft.graph.accept": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/microsoft.graph.cancel": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/microsoft.graph.decline": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/microsoft.graph.dismissReminder": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/microsoft.graph.forward": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/microsoft.graph.snoozeReminder": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/microsoft.graph.tentativelyAccept": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/microsoft.graph.accept": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/microsoft.graph.cancel": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/microsoft.graph.decline": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/microsoft.graph.dismissReminder": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/microsoft.graph.forward": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/microsoft.graph.snoozeReminder": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/microsoft.graph.tentativelyAccept": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/attachments/microsoft.graph.createUploadSession": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/calendar/microsoft.graph.getSchedule": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.accept": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.cancel": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.decline": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.dismissReminder": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.forward": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.snoozeReminder": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.tentativelyAccept": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/microsoft.graph.accept": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/microsoft.graph.cancel": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/microsoft.graph.decline": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/microsoft.graph.dismissReminder": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/microsoft.graph.forward": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/microsoft.graph.snoozeReminder": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/microsoft.graph.tentativelyAccept": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/microsoft.graph.accept": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/microsoft.graph.cancel": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/microsoft.graph.decline": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/microsoft.graph.dismissReminder": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/microsoft.graph.forward": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/microsoft.graph.snoozeReminder": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/microsoft.graph.tentativelyAccept": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/calendars/{calendar-id}/microsoft.graph.getSchedule": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/calendarView/{event-id}/attachments/microsoft.graph.createUploadSession": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/calendarView/{event-id}/calendar/calendarView/{event-id1}/microsoft.graph.accept": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/calendarView/{event-id}/calendar/calendarView/{event-id1}/microsoft.graph.cancel": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/calendarView/{event-id}/calendar/calendarView/{event-id1}/microsoft.graph.decline": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/calendarView/{event-id}/calendar/calendarView/{event-id1}/microsoft.graph.dismissReminder": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/calendarView/{event-id}/calendar/calendarView/{event-id1}/microsoft.graph.forward": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/calendarView/{event-id}/calendar/calendarView/{event-id1}/microsoft.graph.snoozeReminder": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/calendarView/{event-id}/calendar/calendarView/{event-id1}/microsoft.graph.tentativelyAccept": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/calendarView/{event-id}/calendar/events/{event-id1}/microsoft.graph.accept": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/calendarView/{event-id}/calendar/events/{event-id1}/microsoft.graph.cancel": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/calendarView/{event-id}/calendar/events/{event-id1}/microsoft.graph.decline": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/calendarView/{event-id}/calendar/events/{event-id1}/microsoft.graph.dismissReminder": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/calendarView/{event-id}/calendar/events/{event-id1}/microsoft.graph.forward": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/calendarView/{event-id}/calendar/events/{event-id1}/microsoft.graph.snoozeReminder": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/calendarView/{event-id}/calendar/events/{event-id1}/microsoft.graph.tentativelyAccept": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/calendarView/{event-id}/calendar/microsoft.graph.getSchedule": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.accept": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.cancel": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.decline": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.dismissReminder": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.forward": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.snoozeReminder": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.tentativelyAccept": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/microsoft.graph.accept": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/microsoft.graph.cancel": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/microsoft.graph.decline": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/microsoft.graph.dismissReminder": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/microsoft.graph.forward": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/microsoft.graph.snoozeReminder": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/microsoft.graph.tentativelyAccept": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/calendarView/{event-id}/microsoft.graph.accept": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/calendarView/{event-id}/microsoft.graph.cancel": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/calendarView/{event-id}/microsoft.graph.decline": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/calendarView/{event-id}/microsoft.graph.dismissReminder": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/calendarView/{event-id}/microsoft.graph.forward": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/calendarView/{event-id}/microsoft.graph.snoozeReminder": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/calendarView/{event-id}/microsoft.graph.tentativelyAccept": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/microsoft.graph.assign": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/microsoft.graph.setPriority": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/deviceEnrollmentConfigurations/microsoft.graph.hasPayloadLinks": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/events/{event-id}/attachments/microsoft.graph.createUploadSession": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/events/{event-id}/calendar/calendarView/{event-id1}/microsoft.graph.accept": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/events/{event-id}/calendar/calendarView/{event-id1}/microsoft.graph.cancel": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/events/{event-id}/calendar/calendarView/{event-id1}/microsoft.graph.decline": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/events/{event-id}/calendar/calendarView/{event-id1}/microsoft.graph.dismissReminder": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/events/{event-id}/calendar/calendarView/{event-id1}/microsoft.graph.forward": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/events/{event-id}/calendar/calendarView/{event-id1}/microsoft.graph.snoozeReminder": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/events/{event-id}/calendar/calendarView/{event-id1}/microsoft.graph.tentativelyAccept": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/events/{event-id}/calendar/events/{event-id1}/microsoft.graph.accept": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/events/{event-id}/calendar/events/{event-id1}/microsoft.graph.cancel": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/events/{event-id}/calendar/events/{event-id1}/microsoft.graph.decline": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/events/{event-id}/calendar/events/{event-id1}/microsoft.graph.dismissReminder": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/events/{event-id}/calendar/events/{event-id1}/microsoft.graph.forward": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/events/{event-id}/calendar/events/{event-id1}/microsoft.graph.snoozeReminder": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/events/{event-id}/calendar/events/{event-id1}/microsoft.graph.tentativelyAccept": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/events/{event-id}/calendar/microsoft.graph.getSchedule": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.accept": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.cancel": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.decline": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.dismissReminder": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.forward": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.snoozeReminder": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.tentativelyAccept": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/events/{event-id}/instances/{event-id1}/microsoft.graph.accept": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/events/{event-id}/instances/{event-id1}/microsoft.graph.cancel": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/events/{event-id}/instances/{event-id1}/microsoft.graph.decline": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/events/{event-id}/instances/{event-id1}/microsoft.graph.dismissReminder": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/events/{event-id}/instances/{event-id1}/microsoft.graph.forward": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/events/{event-id}/instances/{event-id1}/microsoft.graph.snoozeReminder": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/events/{event-id}/instances/{event-id1}/microsoft.graph.tentativelyAccept": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/events/{event-id}/microsoft.graph.accept": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/events/{event-id}/microsoft.graph.cancel": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/events/{event-id}/microsoft.graph.decline": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/events/{event-id}/microsoft.graph.dismissReminder": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/events/{event-id}/microsoft.graph.forward": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/events/{event-id}/microsoft.graph.snoozeReminder": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/events/{event-id}/microsoft.graph.tentativelyAccept": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/microsoft.graph.copy": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/microsoft.graph.move": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/attachments/microsoft.graph.createUploadSession": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.calendarSharingMessage/microsoft.graph.accept": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.copy": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.createForward": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.createReply": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.createReplyAll": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/microsoft.graph.accept": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/microsoft.graph.decline": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/microsoft.graph.tentativelyAccept": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.forward": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.move": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.reply": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.replyAll": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.send": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.unsubscribe": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/mailFolders/{mailFolder-id}/microsoft.graph.copy": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/mailFolders/{mailFolder-id}/microsoft.graph.move": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/managedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}/microsoft.graph.createDownloadUrl": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/managedDevices/{managedDevice-id}/microsoft.graph.bypassActivationLock": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/managedDevices/{managedDevice-id}/microsoft.graph.cleanWindowsDevice": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/managedDevices/{managedDevice-id}/microsoft.graph.createDeviceLogCollectionRequest": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/managedDevices/{managedDevice-id}/microsoft.graph.deleteUserFromSharedAppleDevice": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/managedDevices/{managedDevice-id}/microsoft.graph.disableLostMode": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/managedDevices/{managedDevice-id}/microsoft.graph.enableLostMode": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/managedDevices/{managedDevice-id}/microsoft.graph.locateDevice": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/managedDevices/{managedDevice-id}/microsoft.graph.logoutSharedAppleDeviceActiveUser": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/managedDevices/{managedDevice-id}/microsoft.graph.overrideComplianceState": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/managedDevices/{managedDevice-id}/microsoft.graph.playLostModeSound": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/managedDevices/{managedDevice-id}/microsoft.graph.rebootNow": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/managedDevices/{managedDevice-id}/microsoft.graph.recoverPasscode": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/managedDevices/{managedDevice-id}/microsoft.graph.remoteLock": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/managedDevices/{managedDevice-id}/microsoft.graph.requestRemoteAssistance": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/managedDevices/{managedDevice-id}/microsoft.graph.resetPasscode": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/managedDevices/{managedDevice-id}/microsoft.graph.retire": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/managedDevices/{managedDevice-id}/microsoft.graph.revokeAppleVppLicenses": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/managedDevices/{managedDevice-id}/microsoft.graph.rotateBitLockerKeys": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/managedDevices/{managedDevice-id}/microsoft.graph.rotateFileVaultKey": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/managedDevices/{managedDevice-id}/microsoft.graph.sendCustomNotificationToCompanyPortal": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/managedDevices/{managedDevice-id}/microsoft.graph.setDeviceName": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/managedDevices/{managedDevice-id}/microsoft.graph.shutDown": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/managedDevices/{managedDevice-id}/microsoft.graph.syncDevice": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/managedDevices/{managedDevice-id}/microsoft.graph.triggerConfigurationManagerAction": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/managedDevices/{managedDevice-id}/microsoft.graph.updateWindowsDeviceAccount": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/managedDevices/{managedDevice-id}/microsoft.graph.windowsDefenderScan": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/managedDevices/{managedDevice-id}/microsoft.graph.windowsDefenderUpdateSignatures": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/managedDevices/{managedDevice-id}/microsoft.graph.wipe": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/managedDevices/microsoft.graph.executeAction": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/messages/{message-id}/attachments/microsoft.graph.createUploadSession": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/messages/{message-id}/microsoft.graph.calendarSharingMessage/microsoft.graph.accept": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/messages/{message-id}/microsoft.graph.copy": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/messages/{message-id}/microsoft.graph.createForward": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/messages/{message-id}/microsoft.graph.createReply": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/messages/{message-id}/microsoft.graph.createReplyAll": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/microsoft.graph.accept": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/microsoft.graph.decline": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/microsoft.graph.tentativelyAccept": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/messages/{message-id}/microsoft.graph.forward": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/messages/{message-id}/microsoft.graph.move": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/messages/{message-id}/microsoft.graph.reply": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/messages/{message-id}/microsoft.graph.replyAll": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/messages/{message-id}/microsoft.graph.send": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/messages/{message-id}/microsoft.graph.unsubscribe": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/microsoft.graph.activateServicePlan": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/microsoft.graph.assignLicense": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/microsoft.graph.changePassword": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/microsoft.graph.checkMemberGroups": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/microsoft.graph.checkMemberObjects": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/microsoft.graph.exportPersonalData": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/microsoft.graph.findMeetingTimes": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/microsoft.graph.getMailTips": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/microsoft.graph.getMemberGroups": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/microsoft.graph.getMemberObjects": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/microsoft.graph.invalidateAllRefreshTokens": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/microsoft.graph.removeAllDevicesFromManagement": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/microsoft.graph.reprocessLicenseAssignment": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/microsoft.graph.restore": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/microsoft.graph.revokeSignInSessions": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/microsoft.graph.sendMail": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/microsoft.graph.translateExchangeIds": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/microsoft.graph.unblockManagedApps": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/microsoft.graph.wipeAndBlockManagedApps": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/microsoft.graph.wipeManagedAppRegistrationByDeviceTag": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/microsoft.graph.wipeManagedAppRegistrationsByDeviceTag": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests/{appLogCollectionRequest-id}/microsoft.graph.createDownloadUrl": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/onenote/notebooks/{notebook-id}/microsoft.graph.copyNotebook": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentNotebook/microsoft.graph.copyNotebook": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/microsoft.graph.copyToNotebook": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/microsoft.graph.copyToSectionGroup": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/microsoft.graph.copyToSection": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/microsoft.graph.onenotePatchContent": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/microsoft.graph.copyNotebook": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/microsoft.graph.copyToNotebook": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/microsoft.graph.copyToSectionGroup": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/microsoft.graph.copyNotebook": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/microsoft.graph.copyToNotebook": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/microsoft.graph.copyToSectionGroup": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/microsoft.graph.copyToSection": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/microsoft.graph.onenotePatchContent": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/microsoft.graph.copyNotebook": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/microsoft.graph.copyToNotebook": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/microsoft.graph.copyToSectionGroup": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentNotebook/microsoft.graph.copyNotebook": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/microsoft.graph.copyNotebook": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/microsoft.graph.copyToNotebook": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/microsoft.graph.copyToSectionGroup": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/onenote/notebooks/microsoft.graph.getNotebookFromWebUrl": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/onenote/pages/{onenotePage-id}/microsoft.graph.copyToSection": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/onenote/pages/{onenotePage-id}/microsoft.graph.onenotePatchContent": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/microsoft.graph.copyNotebook": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/microsoft.graph.copyNotebook": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/microsoft.graph.copyToNotebook": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/microsoft.graph.copyToSectionGroup": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id1}/microsoft.graph.copyToSection": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id1}/microsoft.graph.onenotePatchContent": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/microsoft.graph.copyNotebook": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/microsoft.graph.copyToNotebook": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/microsoft.graph.copyToSectionGroup": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id1}/microsoft.graph.copyToSection": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id1}/microsoft.graph.onenotePatchContent": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentNotebook/microsoft.graph.copyNotebook": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/microsoft.graph.copyNotebook": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/microsoft.graph.copyToNotebook": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/microsoft.graph.copyToSectionGroup": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/microsoft.graph.copyToNotebook": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/microsoft.graph.copyToSectionGroup": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/pages/{onenotePage-id1}/microsoft.graph.copyToSection": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/pages/{onenotePage-id1}/microsoft.graph.onenotePatchContent": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/microsoft.graph.copyNotebook": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/microsoft.graph.copyNotebook": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/microsoft.graph.copyToNotebook": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/microsoft.graph.copyToSectionGroup": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sections/{onenoteSection-id}/microsoft.graph.copyToNotebook": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sections/{onenoteSection-id}/microsoft.graph.copyToSectionGroup": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/microsoft.graph.copyNotebook": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sections/{onenoteSection-id}/microsoft.graph.copyToNotebook": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sections/{onenoteSection-id}/microsoft.graph.copyToSectionGroup": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sections/{onenoteSection-id}/microsoft.graph.copyToNotebook": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sections/{onenoteSection-id}/microsoft.graph.copyToSectionGroup": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/microsoft.graph.copyNotebook": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/microsoft.graph.copyToNotebook": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/microsoft.graph.copyToSectionGroup": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/microsoft.graph.copyToSection": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/microsoft.graph.onenotePatchContent": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/microsoft.graph.copyNotebook": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/microsoft.graph.copyToNotebook": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/microsoft.graph.copyToSectionGroup": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/parentNotebook/microsoft.graph.copyNotebook": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/microsoft.graph.copyToNotebook": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/microsoft.graph.copyToSectionGroup": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/microsoft.graph.copyToSection": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/microsoft.graph.onenotePatchContent": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/microsoft.graph.copyNotebook": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/microsoft.graph.copyToNotebook": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/microsoft.graph.copyToSectionGroup": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/microsoft.graph.copyToNotebook": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/microsoft.graph.copyToSectionGroup": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/microsoft.graph.copyNotebook": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/microsoft.graph.copyToNotebook": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/microsoft.graph.copyToSectionGroup": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/onenote/sections/{onenoteSection-id}/microsoft.graph.copyToNotebook": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/onenote/sections/{onenoteSection-id}/microsoft.graph.copyToSectionGroup": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/microsoft.graph.copyToSection": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/microsoft.graph.onenotePatchContent": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/microsoft.graph.copyNotebook": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/microsoft.graph.copyNotebook": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/microsoft.graph.copyToNotebook": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/microsoft.graph.copyToSectionGroup": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/microsoft.graph.copyToNotebook": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/microsoft.graph.copyToSectionGroup": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/microsoft.graph.copyToNotebook": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/microsoft.graph.copyToSectionGroup": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentNotebook/microsoft.graph.copyNotebook": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/microsoft.graph.copyNotebook": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/microsoft.graph.copyToNotebook": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/microsoft.graph.copyToSectionGroup": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/microsoft.graph.copyToNotebook": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/microsoft.graph.copyToSectionGroup": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/microsoft.graph.copyNotebook": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sections/{onenoteSection-id1}/microsoft.graph.copyToNotebook": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sections/{onenoteSection-id1}/microsoft.graph.copyToSectionGroup": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/microsoft.graph.copyToNotebook": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/microsoft.graph.copyToSectionGroup": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/onlineMeetings/microsoft.graph.createOrGet": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/attachments/microsoft.graph.createUploadSession": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/microsoft.graph.complete": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/attachments/microsoft.graph.createUploadSession": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/microsoft.graph.complete": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/outlook/tasks/{outlookTask-id}/attachments/microsoft.graph.createUploadSession": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/outlook/tasks/{outlookTask-id}/microsoft.graph.complete": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/pendingAccessReviewInstances/{accessReviewInstance-id}/definition/microsoft.graph.stop": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/pendingAccessReviewInstances/{accessReviewInstance-id}/microsoft.graph.acceptRecommendations": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/pendingAccessReviewInstances/{accessReviewInstance-id}/microsoft.graph.applyDecisions": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/pendingAccessReviewInstances/{accessReviewInstance-id}/microsoft.graph.batchRecordDecisions": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/pendingAccessReviewInstances/{accessReviewInstance-id}/microsoft.graph.resetDecisions": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/pendingAccessReviewInstances/{accessReviewInstance-id}/microsoft.graph.sendReminder": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/pendingAccessReviewInstances/{accessReviewInstance-id}/microsoft.graph.stop": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/presence/microsoft.graph.clearPresence": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/presence/microsoft.graph.setPresence": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/teamwork/microsoft.graph.sendActivityNotification": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/microsoft.graph.getByIds": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/microsoft.graph.getUserOwnedObjects": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/microsoft.graph.validateProperties": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" } } } diff --git a/profiles/Users.Actions/crawl-log-v1.0.json b/profiles/Users.Actions/crawl-log-v1.0.json index 638200021d2..7252926ca89 100644 --- a/profiles/Users.Actions/crawl-log-v1.0.json +++ b/profiles/Users.Actions/crawl-log-v1.0.json @@ -2,1644 +2,1644 @@ "resources": [], "operations": { "/users/{user-id}/calendar/calendarView/{event-id}/attachments/microsoft.graph.createUploadSession": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/calendar/calendarView/{event-id}/calendar/microsoft.graph.getSchedule": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/microsoft.graph.accept": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/microsoft.graph.cancel": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/microsoft.graph.decline": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/microsoft.graph.dismissReminder": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/microsoft.graph.forward": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/microsoft.graph.snoozeReminder": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/microsoft.graph.tentativelyAccept": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/calendar/calendarView/{event-id}/microsoft.graph.accept": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/calendar/calendarView/{event-id}/microsoft.graph.cancel": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/calendar/calendarView/{event-id}/microsoft.graph.decline": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/calendar/calendarView/{event-id}/microsoft.graph.dismissReminder": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/calendar/calendarView/{event-id}/microsoft.graph.forward": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/calendar/calendarView/{event-id}/microsoft.graph.snoozeReminder": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/calendar/calendarView/{event-id}/microsoft.graph.tentativelyAccept": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/calendar/events/{event-id}/attachments/microsoft.graph.createUploadSession": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/calendar/events/{event-id}/calendar/microsoft.graph.getSchedule": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/microsoft.graph.accept": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/microsoft.graph.cancel": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/microsoft.graph.decline": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/microsoft.graph.dismissReminder": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/microsoft.graph.forward": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/microsoft.graph.snoozeReminder": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/microsoft.graph.tentativelyAccept": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/calendar/events/{event-id}/microsoft.graph.accept": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/calendar/events/{event-id}/microsoft.graph.cancel": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/calendar/events/{event-id}/microsoft.graph.decline": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/calendar/events/{event-id}/microsoft.graph.dismissReminder": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/calendar/events/{event-id}/microsoft.graph.forward": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/calendar/events/{event-id}/microsoft.graph.snoozeReminder": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/calendar/events/{event-id}/microsoft.graph.tentativelyAccept": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/calendar/microsoft.graph.getSchedule": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/attachments/microsoft.graph.createUploadSession": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/calendar/microsoft.graph.getSchedule": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/microsoft.graph.accept": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/microsoft.graph.cancel": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/microsoft.graph.decline": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/microsoft.graph.dismissReminder": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/microsoft.graph.forward": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/microsoft.graph.snoozeReminder": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/microsoft.graph.tentativelyAccept": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/microsoft.graph.accept": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/microsoft.graph.cancel": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/microsoft.graph.decline": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/microsoft.graph.dismissReminder": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/microsoft.graph.forward": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/microsoft.graph.snoozeReminder": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/microsoft.graph.tentativelyAccept": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/attachments/microsoft.graph.createUploadSession": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/calendar/microsoft.graph.getSchedule": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/microsoft.graph.accept": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/microsoft.graph.cancel": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/microsoft.graph.decline": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/microsoft.graph.dismissReminder": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/microsoft.graph.forward": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/microsoft.graph.snoozeReminder": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/microsoft.graph.tentativelyAccept": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/microsoft.graph.accept": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/microsoft.graph.cancel": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/microsoft.graph.decline": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/microsoft.graph.dismissReminder": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/microsoft.graph.forward": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/microsoft.graph.snoozeReminder": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/microsoft.graph.tentativelyAccept": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/microsoft.graph.getSchedule": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/attachments/microsoft.graph.createUploadSession": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/calendar/microsoft.graph.getSchedule": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/microsoft.graph.accept": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/microsoft.graph.cancel": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/microsoft.graph.decline": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/microsoft.graph.dismissReminder": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/microsoft.graph.forward": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/microsoft.graph.snoozeReminder": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/microsoft.graph.tentativelyAccept": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/microsoft.graph.accept": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/microsoft.graph.cancel": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/microsoft.graph.decline": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/microsoft.graph.dismissReminder": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/microsoft.graph.forward": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/microsoft.graph.snoozeReminder": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/microsoft.graph.tentativelyAccept": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/attachments/microsoft.graph.createUploadSession": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/calendar/microsoft.graph.getSchedule": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/microsoft.graph.accept": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/microsoft.graph.cancel": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/microsoft.graph.decline": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/microsoft.graph.dismissReminder": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/microsoft.graph.forward": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/microsoft.graph.snoozeReminder": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/microsoft.graph.tentativelyAccept": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/microsoft.graph.accept": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/microsoft.graph.cancel": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/microsoft.graph.decline": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/microsoft.graph.dismissReminder": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/microsoft.graph.forward": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/microsoft.graph.snoozeReminder": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/microsoft.graph.tentativelyAccept": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/calendars/{calendar-id}/microsoft.graph.getSchedule": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/calendarView/{event-id}/attachments/microsoft.graph.createUploadSession": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/calendarView/{event-id}/calendar/calendarView/{event-id1}/microsoft.graph.accept": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/calendarView/{event-id}/calendar/calendarView/{event-id1}/microsoft.graph.cancel": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/calendarView/{event-id}/calendar/calendarView/{event-id1}/microsoft.graph.decline": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/calendarView/{event-id}/calendar/calendarView/{event-id1}/microsoft.graph.dismissReminder": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/calendarView/{event-id}/calendar/calendarView/{event-id1}/microsoft.graph.forward": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/calendarView/{event-id}/calendar/calendarView/{event-id1}/microsoft.graph.snoozeReminder": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/calendarView/{event-id}/calendar/calendarView/{event-id1}/microsoft.graph.tentativelyAccept": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/calendarView/{event-id}/calendar/events/{event-id1}/microsoft.graph.accept": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/calendarView/{event-id}/calendar/events/{event-id1}/microsoft.graph.cancel": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/calendarView/{event-id}/calendar/events/{event-id1}/microsoft.graph.decline": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/calendarView/{event-id}/calendar/events/{event-id1}/microsoft.graph.dismissReminder": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/calendarView/{event-id}/calendar/events/{event-id1}/microsoft.graph.forward": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/calendarView/{event-id}/calendar/events/{event-id1}/microsoft.graph.snoozeReminder": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/calendarView/{event-id}/calendar/events/{event-id1}/microsoft.graph.tentativelyAccept": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/calendarView/{event-id}/calendar/microsoft.graph.getSchedule": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/microsoft.graph.accept": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/microsoft.graph.cancel": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/microsoft.graph.decline": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/microsoft.graph.dismissReminder": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/microsoft.graph.forward": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/microsoft.graph.snoozeReminder": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/microsoft.graph.tentativelyAccept": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/calendarView/{event-id}/microsoft.graph.accept": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/calendarView/{event-id}/microsoft.graph.cancel": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/calendarView/{event-id}/microsoft.graph.decline": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/calendarView/{event-id}/microsoft.graph.dismissReminder": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/calendarView/{event-id}/microsoft.graph.forward": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/calendarView/{event-id}/microsoft.graph.snoozeReminder": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/calendarView/{event-id}/microsoft.graph.tentativelyAccept": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/events/{event-id}/attachments/microsoft.graph.createUploadSession": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/events/{event-id}/calendar/calendarView/{event-id1}/microsoft.graph.accept": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/events/{event-id}/calendar/calendarView/{event-id1}/microsoft.graph.cancel": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/events/{event-id}/calendar/calendarView/{event-id1}/microsoft.graph.decline": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/events/{event-id}/calendar/calendarView/{event-id1}/microsoft.graph.dismissReminder": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/events/{event-id}/calendar/calendarView/{event-id1}/microsoft.graph.forward": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/events/{event-id}/calendar/calendarView/{event-id1}/microsoft.graph.snoozeReminder": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/events/{event-id}/calendar/calendarView/{event-id1}/microsoft.graph.tentativelyAccept": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/events/{event-id}/calendar/events/{event-id1}/microsoft.graph.accept": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/events/{event-id}/calendar/events/{event-id1}/microsoft.graph.cancel": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/events/{event-id}/calendar/events/{event-id1}/microsoft.graph.decline": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/events/{event-id}/calendar/events/{event-id1}/microsoft.graph.dismissReminder": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/events/{event-id}/calendar/events/{event-id1}/microsoft.graph.forward": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/events/{event-id}/calendar/events/{event-id1}/microsoft.graph.snoozeReminder": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/events/{event-id}/calendar/events/{event-id1}/microsoft.graph.tentativelyAccept": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/events/{event-id}/calendar/microsoft.graph.getSchedule": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/events/{event-id}/instances/{event-id1}/microsoft.graph.accept": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/events/{event-id}/instances/{event-id1}/microsoft.graph.cancel": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/events/{event-id}/instances/{event-id1}/microsoft.graph.decline": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/events/{event-id}/instances/{event-id1}/microsoft.graph.dismissReminder": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/events/{event-id}/instances/{event-id1}/microsoft.graph.forward": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/events/{event-id}/instances/{event-id1}/microsoft.graph.snoozeReminder": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/events/{event-id}/instances/{event-id1}/microsoft.graph.tentativelyAccept": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/events/{event-id}/microsoft.graph.accept": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/events/{event-id}/microsoft.graph.cancel": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/events/{event-id}/microsoft.graph.decline": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/events/{event-id}/microsoft.graph.dismissReminder": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/events/{event-id}/microsoft.graph.forward": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/events/{event-id}/microsoft.graph.snoozeReminder": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/events/{event-id}/microsoft.graph.tentativelyAccept": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.calendarSharingMessage/microsoft.graph.accept": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.managedAppProtection/microsoft.graph.targetApps": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.mobileAppContentFile/microsoft.graph.commit": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.mobileAppContentFile/microsoft.graph.renewUpload": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.printDocument/microsoft.graph.createUploadSession": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.printJob/microsoft.graph.abort": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.printJob/microsoft.graph.cancel": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.printJob/microsoft.graph.redirect": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.printJob/microsoft.graph.start": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.scheduleChangeRequest/microsoft.graph.approve": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.scheduleChangeRequest/microsoft.graph.decline": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.targetedManagedAppProtection/microsoft.graph.assign": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.windowsInformationProtection/microsoft.graph.assign": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/microsoft.graph.clear": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/microsoft.graph.delete": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/microsoft.graph.insert": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/microsoft.graph.merge": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/microsoft.graph.unmerge": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRangeFill/microsoft.graph.clear": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRangeFormat/microsoft.graph.autofitColumns": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRangeFormat/microsoft.graph.autofitRows": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRangeSort/microsoft.graph.apply": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.calendarSharingMessage/microsoft.graph.accept": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.managedAppProtection/microsoft.graph.targetApps": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.mobileAppContentFile/microsoft.graph.commit": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.mobileAppContentFile/microsoft.graph.renewUpload": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.printDocument/microsoft.graph.createUploadSession": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.printJob/microsoft.graph.abort": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.printJob/microsoft.graph.cancel": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.printJob/microsoft.graph.redirect": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.printJob/microsoft.graph.start": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.scheduleChangeRequest/microsoft.graph.approve": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.scheduleChangeRequest/microsoft.graph.decline": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.targetedManagedAppProtection/microsoft.graph.assign": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.windowsInformationProtection/microsoft.graph.assign": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/microsoft.graph.clear": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/microsoft.graph.delete": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/microsoft.graph.insert": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/microsoft.graph.merge": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/microsoft.graph.unmerge": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRangeFill/microsoft.graph.clear": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRangeFormat/microsoft.graph.autofitColumns": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRangeFormat/microsoft.graph.autofitRows": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRangeSort/microsoft.graph.apply": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.calendarSharingMessage/microsoft.graph.accept": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.managedAppProtection/microsoft.graph.targetApps": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.mobileAppContentFile/microsoft.graph.commit": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.mobileAppContentFile/microsoft.graph.renewUpload": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.printDocument/microsoft.graph.createUploadSession": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.printJob/microsoft.graph.abort": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.printJob/microsoft.graph.cancel": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.printJob/microsoft.graph.redirect": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.printJob/microsoft.graph.start": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.scheduleChangeRequest/microsoft.graph.approve": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.scheduleChangeRequest/microsoft.graph.decline": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.targetedManagedAppProtection/microsoft.graph.assign": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.windowsInformationProtection/microsoft.graph.assign": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/microsoft.graph.clear": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/microsoft.graph.delete": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/microsoft.graph.insert": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/microsoft.graph.merge": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/microsoft.graph.unmerge": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRangeFill/microsoft.graph.clear": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRangeFormat/microsoft.graph.autofitColumns": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRangeFormat/microsoft.graph.autofitRows": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRangeSort/microsoft.graph.apply": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.calendarSharingMessage/microsoft.graph.accept": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.managedAppProtection/microsoft.graph.targetApps": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.mobileAppContentFile/microsoft.graph.commit": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.mobileAppContentFile/microsoft.graph.renewUpload": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.printDocument/microsoft.graph.createUploadSession": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.printJob/microsoft.graph.abort": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.printJob/microsoft.graph.cancel": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.printJob/microsoft.graph.redirect": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.printJob/microsoft.graph.start": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.scheduleChangeRequest/microsoft.graph.approve": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.scheduleChangeRequest/microsoft.graph.decline": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.targetedManagedAppProtection/microsoft.graph.assign": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.windowsInformationProtection/microsoft.graph.assign": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/microsoft.graph.clear": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/microsoft.graph.delete": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/microsoft.graph.insert": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/microsoft.graph.merge": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/microsoft.graph.unmerge": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRangeFill/microsoft.graph.clear": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRangeFormat/microsoft.graph.autofitColumns": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRangeFormat/microsoft.graph.autofitRows": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRangeSort/microsoft.graph.apply": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/microsoft.graph.copy": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/microsoft.graph.move": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/attachments/microsoft.graph.createUploadSession": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.calendarSharingMessage/microsoft.graph.accept": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.copy": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.createForward": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.createReply": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.createReplyAll": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.forward": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.move": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.reply": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.replyAll": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.send": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/mailFolders/{mailFolder-id}/microsoft.graph.copy": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/mailFolders/{mailFolder-id}/microsoft.graph.move": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/managedDevices/{managedDevice-id}/microsoft.graph.bypassActivationLock": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/managedDevices/{managedDevice-id}/microsoft.graph.cleanWindowsDevice": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/managedDevices/{managedDevice-id}/microsoft.graph.deleteUserFromSharedAppleDevice": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/managedDevices/{managedDevice-id}/microsoft.graph.disableLostMode": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/managedDevices/{managedDevice-id}/microsoft.graph.locateDevice": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/managedDevices/{managedDevice-id}/microsoft.graph.logoutSharedAppleDeviceActiveUser": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/managedDevices/{managedDevice-id}/microsoft.graph.rebootNow": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/managedDevices/{managedDevice-id}/microsoft.graph.recoverPasscode": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/managedDevices/{managedDevice-id}/microsoft.graph.remoteLock": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/managedDevices/{managedDevice-id}/microsoft.graph.requestRemoteAssistance": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/managedDevices/{managedDevice-id}/microsoft.graph.resetPasscode": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/managedDevices/{managedDevice-id}/microsoft.graph.retire": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/managedDevices/{managedDevice-id}/microsoft.graph.shutDown": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/managedDevices/{managedDevice-id}/microsoft.graph.syncDevice": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/managedDevices/{managedDevice-id}/microsoft.graph.updateWindowsDeviceAccount": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/managedDevices/{managedDevice-id}/microsoft.graph.windowsDefenderScan": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/managedDevices/{managedDevice-id}/microsoft.graph.windowsDefenderUpdateSignatures": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/managedDevices/{managedDevice-id}/microsoft.graph.wipe": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/messages/{message-id}/attachments/microsoft.graph.createUploadSession": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/messages/{message-id}/microsoft.graph.calendarSharingMessage/microsoft.graph.accept": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/messages/{message-id}/microsoft.graph.copy": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/messages/{message-id}/microsoft.graph.createForward": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/messages/{message-id}/microsoft.graph.createReply": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/messages/{message-id}/microsoft.graph.createReplyAll": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/messages/{message-id}/microsoft.graph.forward": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/messages/{message-id}/microsoft.graph.move": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/messages/{message-id}/microsoft.graph.reply": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/messages/{message-id}/microsoft.graph.replyAll": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/messages/{message-id}/microsoft.graph.send": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/microsoft.graph.assignLicense": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/microsoft.graph.changePassword": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/microsoft.graph.checkMemberGroups": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/microsoft.graph.checkMemberObjects": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/microsoft.graph.exportPersonalData": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/microsoft.graph.findMeetingTimes": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/microsoft.graph.getMailTips": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/microsoft.graph.getMemberGroups": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/microsoft.graph.getMemberObjects": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/microsoft.graph.removeAllDevicesFromManagement": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/microsoft.graph.reprocessLicenseAssignment": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/microsoft.graph.restore": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/microsoft.graph.revokeSignInSessions": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/microsoft.graph.sendMail": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/microsoft.graph.translateExchangeIds": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/microsoft.graph.wipeManagedAppRegistrationsByDeviceTag": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/onenote/notebooks/{notebook-id}/microsoft.graph.copyNotebook": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentNotebook/microsoft.graph.copyNotebook": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/microsoft.graph.copyToNotebook": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/microsoft.graph.copyToSectionGroup": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/microsoft.graph.copyToSection": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/microsoft.graph.onenotePatchContent": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/microsoft.graph.copyNotebook": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/microsoft.graph.copyToNotebook": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/microsoft.graph.copyToSectionGroup": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/microsoft.graph.copyNotebook": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/microsoft.graph.copyToNotebook": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/microsoft.graph.copyToSectionGroup": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/microsoft.graph.copyToSection": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/microsoft.graph.onenotePatchContent": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/microsoft.graph.copyNotebook": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/microsoft.graph.copyToNotebook": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/microsoft.graph.copyToSectionGroup": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentNotebook/microsoft.graph.copyNotebook": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/microsoft.graph.copyNotebook": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/microsoft.graph.copyToNotebook": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/microsoft.graph.copyToSectionGroup": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/onenote/notebooks/microsoft.graph.getNotebookFromWebUrl": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/onenote/pages/{onenotePage-id}/microsoft.graph.copyToSection": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/onenote/pages/{onenotePage-id}/microsoft.graph.onenotePatchContent": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/microsoft.graph.copyNotebook": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/microsoft.graph.copyNotebook": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/microsoft.graph.copyToNotebook": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/microsoft.graph.copyToSectionGroup": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id1}/microsoft.graph.copyToSection": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id1}/microsoft.graph.onenotePatchContent": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/microsoft.graph.copyNotebook": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/microsoft.graph.copyToNotebook": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/microsoft.graph.copyToSectionGroup": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id1}/microsoft.graph.copyToSection": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id1}/microsoft.graph.onenotePatchContent": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentNotebook/microsoft.graph.copyNotebook": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/microsoft.graph.copyNotebook": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/microsoft.graph.copyToNotebook": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/microsoft.graph.copyToSectionGroup": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/microsoft.graph.copyToNotebook": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/microsoft.graph.copyToSectionGroup": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/pages/{onenotePage-id1}/microsoft.graph.copyToSection": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/pages/{onenotePage-id1}/microsoft.graph.onenotePatchContent": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/microsoft.graph.copyNotebook": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/microsoft.graph.copyNotebook": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/microsoft.graph.copyToNotebook": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/microsoft.graph.copyToSectionGroup": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sections/{onenoteSection-id}/microsoft.graph.copyToNotebook": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sections/{onenoteSection-id}/microsoft.graph.copyToSectionGroup": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/microsoft.graph.copyNotebook": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sections/{onenoteSection-id}/microsoft.graph.copyToNotebook": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sections/{onenoteSection-id}/microsoft.graph.copyToSectionGroup": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sections/{onenoteSection-id}/microsoft.graph.copyToNotebook": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sections/{onenoteSection-id}/microsoft.graph.copyToSectionGroup": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/microsoft.graph.copyNotebook": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/microsoft.graph.copyToNotebook": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/microsoft.graph.copyToSectionGroup": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/microsoft.graph.copyToSection": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/microsoft.graph.onenotePatchContent": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/microsoft.graph.copyNotebook": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/microsoft.graph.copyToNotebook": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/microsoft.graph.copyToSectionGroup": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/parentNotebook/microsoft.graph.copyNotebook": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/microsoft.graph.copyToNotebook": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/microsoft.graph.copyToSectionGroup": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/microsoft.graph.copyToSection": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/microsoft.graph.onenotePatchContent": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/microsoft.graph.copyNotebook": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/microsoft.graph.copyToNotebook": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/microsoft.graph.copyToSectionGroup": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/microsoft.graph.copyToNotebook": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/microsoft.graph.copyToSectionGroup": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/microsoft.graph.copyNotebook": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/microsoft.graph.copyToNotebook": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/microsoft.graph.copyToSectionGroup": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/onenote/sections/{onenoteSection-id}/microsoft.graph.copyToNotebook": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/onenote/sections/{onenoteSection-id}/microsoft.graph.copyToSectionGroup": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/microsoft.graph.copyToSection": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/microsoft.graph.onenotePatchContent": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/microsoft.graph.copyNotebook": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/microsoft.graph.copyNotebook": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/microsoft.graph.copyToNotebook": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/microsoft.graph.copyToSectionGroup": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/microsoft.graph.copyToNotebook": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/microsoft.graph.copyToSectionGroup": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/microsoft.graph.copyToNotebook": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/microsoft.graph.copyToSectionGroup": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentNotebook/microsoft.graph.copyNotebook": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/microsoft.graph.copyNotebook": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/microsoft.graph.copyToNotebook": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/microsoft.graph.copyToSectionGroup": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/microsoft.graph.copyToNotebook": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/microsoft.graph.copyToSectionGroup": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/microsoft.graph.copyNotebook": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sections/{onenoteSection-id1}/microsoft.graph.copyToNotebook": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sections/{onenoteSection-id1}/microsoft.graph.copyToSectionGroup": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/microsoft.graph.copyToNotebook": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/microsoft.graph.copyToSectionGroup": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/onlineMeetings/microsoft.graph.createOrGet": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/teamwork/microsoft.graph.sendActivityNotification": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/microsoft.graph.getAvailableExtensionProperties": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/microsoft.graph.getByIds": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/microsoft.graph.validateProperties": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" } } } diff --git a/profiles/Users.Actions/readme.md b/profiles/Users.Actions/readme.md index 72db40d5d27..e912d461c06 100644 --- a/profiles/Users.Actions/readme.md +++ b/profiles/Users.Actions/readme.md @@ -6,8 +6,8 @@ ``` yaml require: -- $(this-folder)/definitions/v1.0.md - $(this-folder)/definitions/v1.0-beta.md +- $(this-folder)/definitions/v1.0.md ``` diff --git a/profiles/Users.Functions/crawl-log-v1.0-beta.json b/profiles/Users.Functions/crawl-log-v1.0-beta.json index 842b13c4bef..7809535b9ca 100644 --- a/profiles/Users.Functions/crawl-log-v1.0-beta.json +++ b/profiles/Users.Functions/crawl-log-v1.0-beta.json @@ -2,344 +2,344 @@ "resources": [], "operations": { "/users/{user-id}/activities/microsoft.graph.recent()": { - "originalLocation": "/openApiDocs/beta/Users.Functions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Functions.yml" }, "/users/{user-id}/appConsentRequestsForApproval/{appConsentRequest-id}/userConsentRequests/microsoft.graph.filterByCurrentUser(on={on})": { - "originalLocation": "/openApiDocs/beta/Users.Functions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Functions.yml" }, "/users/{user-id}/appConsentRequestsForApproval/microsoft.graph.filterByCurrentUser(on={on})": { - "originalLocation": "/openApiDocs/beta/Users.Functions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Functions.yml" }, "/users/{user-id}/approvals/microsoft.graph.filterByCurrentUser(on={on})": { - "originalLocation": "/openApiDocs/beta/Users.Functions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Functions.yml" }, "/users/{user-id}/calendar/calendarView/{event-id}/calendar/microsoft.graph.allowedCalendarSharingRoles(User='{User}')": { - "originalLocation": "/openApiDocs/beta/Users.Functions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Functions.yml" }, "/users/{user-id}/calendar/calendarView/{event-id}/exceptionOccurrences/microsoft.graph.delta()": { - "originalLocation": "/openApiDocs/beta/Users.Functions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Functions.yml" }, "/users/{user-id}/calendar/calendarView/{event-id}/instances/microsoft.graph.delta()": { - "originalLocation": "/openApiDocs/beta/Users.Functions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Functions.yml" }, "/users/{user-id}/calendar/calendarView/microsoft.graph.delta()": { - "originalLocation": "/openApiDocs/beta/Users.Functions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Functions.yml" }, "/users/{user-id}/calendar/events/{event-id}/calendar/microsoft.graph.allowedCalendarSharingRoles(User='{User}')": { - "originalLocation": "/openApiDocs/beta/Users.Functions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Functions.yml" }, "/users/{user-id}/calendar/events/{event-id}/exceptionOccurrences/microsoft.graph.delta()": { - "originalLocation": "/openApiDocs/beta/Users.Functions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Functions.yml" }, "/users/{user-id}/calendar/events/{event-id}/instances/microsoft.graph.delta()": { - "originalLocation": "/openApiDocs/beta/Users.Functions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Functions.yml" }, "/users/{user-id}/calendar/events/microsoft.graph.delta()": { - "originalLocation": "/openApiDocs/beta/Users.Functions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Functions.yml" }, "/users/{user-id}/calendar/microsoft.graph.allowedCalendarSharingRoles(User='{User}')": { - "originalLocation": "/openApiDocs/beta/Users.Functions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Functions.yml" }, "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/calendar/microsoft.graph.allowedCalendarSharingRoles(User='{User}')": { - "originalLocation": "/openApiDocs/beta/Users.Functions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Functions.yml" }, "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/exceptionOccurrences/microsoft.graph.delta()": { - "originalLocation": "/openApiDocs/beta/Users.Functions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Functions.yml" }, "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/microsoft.graph.delta()": { - "originalLocation": "/openApiDocs/beta/Users.Functions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Functions.yml" }, "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/microsoft.graph.delta()": { - "originalLocation": "/openApiDocs/beta/Users.Functions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Functions.yml" }, "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/calendar/microsoft.graph.allowedCalendarSharingRoles(User='{User}')": { - "originalLocation": "/openApiDocs/beta/Users.Functions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Functions.yml" }, "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/exceptionOccurrences/microsoft.graph.delta()": { - "originalLocation": "/openApiDocs/beta/Users.Functions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Functions.yml" }, "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/microsoft.graph.delta()": { - "originalLocation": "/openApiDocs/beta/Users.Functions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Functions.yml" }, "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/microsoft.graph.delta()": { - "originalLocation": "/openApiDocs/beta/Users.Functions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Functions.yml" }, "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/microsoft.graph.allowedCalendarSharingRoles(User='{User}')": { - "originalLocation": "/openApiDocs/beta/Users.Functions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Functions.yml" }, "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/calendar/microsoft.graph.allowedCalendarSharingRoles(User='{User}')": { - "originalLocation": "/openApiDocs/beta/Users.Functions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Functions.yml" }, "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/exceptionOccurrences/microsoft.graph.delta()": { - "originalLocation": "/openApiDocs/beta/Users.Functions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Functions.yml" }, "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/microsoft.graph.delta()": { - "originalLocation": "/openApiDocs/beta/Users.Functions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Functions.yml" }, "/users/{user-id}/calendars/{calendar-id}/calendarView/microsoft.graph.delta()": { - "originalLocation": "/openApiDocs/beta/Users.Functions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Functions.yml" }, "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/calendar/microsoft.graph.allowedCalendarSharingRoles(User='{User}')": { - "originalLocation": "/openApiDocs/beta/Users.Functions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Functions.yml" }, "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/exceptionOccurrences/microsoft.graph.delta()": { - "originalLocation": "/openApiDocs/beta/Users.Functions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Functions.yml" }, "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/microsoft.graph.delta()": { - "originalLocation": "/openApiDocs/beta/Users.Functions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Functions.yml" }, "/users/{user-id}/calendars/{calendar-id}/events/microsoft.graph.delta()": { - "originalLocation": "/openApiDocs/beta/Users.Functions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Functions.yml" }, "/users/{user-id}/calendars/{calendar-id}/microsoft.graph.allowedCalendarSharingRoles(User='{User}')": { - "originalLocation": "/openApiDocs/beta/Users.Functions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Functions.yml" }, "/users/{user-id}/calendarView/{event-id}/calendar/calendarView/microsoft.graph.delta()": { - "originalLocation": "/openApiDocs/beta/Users.Functions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Functions.yml" }, "/users/{user-id}/calendarView/{event-id}/calendar/events/microsoft.graph.delta()": { - "originalLocation": "/openApiDocs/beta/Users.Functions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Functions.yml" }, "/users/{user-id}/calendarView/{event-id}/calendar/microsoft.graph.allowedCalendarSharingRoles(User='{User}')": { - "originalLocation": "/openApiDocs/beta/Users.Functions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Functions.yml" }, "/users/{user-id}/calendarView/{event-id}/exceptionOccurrences/microsoft.graph.delta()": { - "originalLocation": "/openApiDocs/beta/Users.Functions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Functions.yml" }, "/users/{user-id}/calendarView/{event-id}/instances/microsoft.graph.delta()": { - "originalLocation": "/openApiDocs/beta/Users.Functions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Functions.yml" }, "/users/{user-id}/calendarView/microsoft.graph.delta()": { - "originalLocation": "/openApiDocs/beta/Users.Functions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Functions.yml" }, "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/microsoft.graph.delta()": { - "originalLocation": "/openApiDocs/beta/Users.Functions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Functions.yml" }, "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/microsoft.graph.delta()": { - "originalLocation": "/openApiDocs/beta/Users.Functions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Functions.yml" }, "/users/{user-id}/contactFolders/microsoft.graph.delta()": { - "originalLocation": "/openApiDocs/beta/Users.Functions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Functions.yml" }, "/users/{user-id}/contacts/microsoft.graph.delta()": { - "originalLocation": "/openApiDocs/beta/Users.Functions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Functions.yml" }, "/users/{user-id}/events/{event-id}/calendar/calendarView/microsoft.graph.delta()": { - "originalLocation": "/openApiDocs/beta/Users.Functions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Functions.yml" }, "/users/{user-id}/events/{event-id}/calendar/events/microsoft.graph.delta()": { - "originalLocation": "/openApiDocs/beta/Users.Functions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Functions.yml" }, "/users/{user-id}/events/{event-id}/calendar/microsoft.graph.allowedCalendarSharingRoles(User='{User}')": { - "originalLocation": "/openApiDocs/beta/Users.Functions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Functions.yml" }, "/users/{user-id}/events/{event-id}/exceptionOccurrences/microsoft.graph.delta()": { - "originalLocation": "/openApiDocs/beta/Users.Functions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Functions.yml" }, "/users/{user-id}/events/{event-id}/instances/microsoft.graph.delta()": { - "originalLocation": "/openApiDocs/beta/Users.Functions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Functions.yml" }, "/users/{user-id}/events/microsoft.graph.delta()": { - "originalLocation": "/openApiDocs/beta/Users.Functions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Functions.yml" }, "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/microsoft.graph.delta()": { - "originalLocation": "/openApiDocs/beta/Users.Functions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Functions.yml" }, "/users/{user-id}/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()": { - "originalLocation": "/openApiDocs/beta/Users.Functions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Functions.yml" }, "/users/{user-id}/mailFolders/microsoft.graph.delta()": { - "originalLocation": "/openApiDocs/beta/Users.Functions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Functions.yml" }, "/users/{user-id}/managedAppRegistrations/microsoft.graph.getUserIdsWithFlaggedAppRegistration()": { - "originalLocation": "/openApiDocs/beta/Users.Functions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Functions.yml" }, "/users/{user-id}/managedDevices/{managedDevice-id}/microsoft.graph.getFileVaultKey()": { - "originalLocation": "/openApiDocs/beta/Users.Functions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Functions.yml" }, "/users/{user-id}/managedDevices/{managedDevice-id}/microsoft.graph.getNonCompliantSettings()": { - "originalLocation": "/openApiDocs/beta/Users.Functions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Functions.yml" }, "/users/{user-id}/messages/microsoft.graph.delta()": { - "originalLocation": "/openApiDocs/beta/Users.Functions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Functions.yml" }, "/users/{user-id}/microsoft.graph.exportDeviceAndAppManagementData()": { - "originalLocation": "/openApiDocs/beta/Users.Functions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Functions.yml" }, "/users/{user-id}/microsoft.graph.exportDeviceAndAppManagementData(skip={skip},top={top})": { - "originalLocation": "/openApiDocs/beta/Users.Functions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Functions.yml" }, "/users/{user-id}/microsoft.graph.findRoomLists()": { - "originalLocation": "/openApiDocs/beta/Users.Functions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Functions.yml" }, "/users/{user-id}/microsoft.graph.findRooms()": { - "originalLocation": "/openApiDocs/beta/Users.Functions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Functions.yml" }, "/users/{user-id}/microsoft.graph.findRooms(RoomList='{RoomList}')": { - "originalLocation": "/openApiDocs/beta/Users.Functions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Functions.yml" }, "/users/{user-id}/microsoft.graph.getEffectiveDeviceEnrollmentConfigurations()": { - "originalLocation": "/openApiDocs/beta/Users.Functions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Functions.yml" }, "/users/{user-id}/microsoft.graph.getLoggedOnManagedDevices()": { - "originalLocation": "/openApiDocs/beta/Users.Functions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Functions.yml" }, "/users/{user-id}/microsoft.graph.getManagedAppDiagnosticStatuses()": { - "originalLocation": "/openApiDocs/beta/Users.Functions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Functions.yml" }, "/users/{user-id}/microsoft.graph.getManagedAppPolicies()": { - "originalLocation": "/openApiDocs/beta/Users.Functions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Functions.yml" }, "/users/{user-id}/microsoft.graph.getManagedDevicesWithAppFailures()": { - "originalLocation": "/openApiDocs/beta/Users.Functions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Functions.yml" }, "/users/{user-id}/microsoft.graph.getManagedDevicesWithFailedOrPendingApps()": { - "originalLocation": "/openApiDocs/beta/Users.Functions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Functions.yml" }, "/users/{user-id}/microsoft.graph.isManagedAppUserBlocked()": { - "originalLocation": "/openApiDocs/beta/Users.Functions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Functions.yml" }, "/users/{user-id}/microsoft.graph.reminderView(StartDateTime='{StartDateTime}',EndDateTime='{EndDateTime}')": { - "originalLocation": "/openApiDocs/beta/Users.Functions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Functions.yml" }, "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/microsoft.graph.preview()": { - "originalLocation": "/openApiDocs/beta/Users.Functions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Functions.yml" }, "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/microsoft.graph.preview()": { - "originalLocation": "/openApiDocs/beta/Users.Functions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Functions.yml" }, "/users/{user-id}/onenote/notebooks/microsoft.graph.getRecentNotebooks(includePersonalNotebooks={includePersonalNotebooks})": { - "originalLocation": "/openApiDocs/beta/Users.Functions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Functions.yml" }, "/users/{user-id}/onenote/pages/{onenotePage-id}/microsoft.graph.preview()": { - "originalLocation": "/openApiDocs/beta/Users.Functions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Functions.yml" }, "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id1}/microsoft.graph.preview()": { - "originalLocation": "/openApiDocs/beta/Users.Functions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Functions.yml" }, "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id1}/microsoft.graph.preview()": { - "originalLocation": "/openApiDocs/beta/Users.Functions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Functions.yml" }, "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/pages/{onenotePage-id1}/microsoft.graph.preview()": { - "originalLocation": "/openApiDocs/beta/Users.Functions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Functions.yml" }, "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/microsoft.graph.preview()": { - "originalLocation": "/openApiDocs/beta/Users.Functions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Functions.yml" }, "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/microsoft.graph.preview()": { - "originalLocation": "/openApiDocs/beta/Users.Functions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Functions.yml" }, "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/microsoft.graph.preview()": { - "originalLocation": "/openApiDocs/beta/Users.Functions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Functions.yml" }, "/users/{user-id}/outlook/microsoft.graph.supportedLanguages()": { - "originalLocation": "/openApiDocs/beta/Users.Functions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Functions.yml" }, "/users/{user-id}/outlook/microsoft.graph.supportedTimeZones()": { - "originalLocation": "/openApiDocs/beta/Users.Functions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Functions.yml" }, "/users/{user-id}/outlook/microsoft.graph.supportedTimeZones(TimeZoneStandard={TimeZoneStandard})": { - "originalLocation": "/openApiDocs/beta/Users.Functions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Functions.yml" }, "/users/{user-id}/planner/all/microsoft.graph.delta()": { - "originalLocation": "/openApiDocs/beta/Users.Functions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Functions.yml" }, "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/microsoft.graph.delta()": { - "originalLocation": "/openApiDocs/beta/Users.Functions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Functions.yml" }, "/users/{user-id}/todo/lists/microsoft.graph.delta()": { - "originalLocation": "/openApiDocs/beta/Users.Functions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Functions.yml" }, "/users/microsoft.graph.delta()": { - "originalLocation": "/openApiDocs/beta/Users.Functions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Functions.yml" }, "/users/microsoft.graph.getManagedAppBlockedUsers()": { - "originalLocation": "/openApiDocs/beta/Users.Functions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Functions.yml" } } } diff --git a/profiles/Users.Functions/crawl-log-v1.0.json b/profiles/Users.Functions/crawl-log-v1.0.json index 5c82855b85b..e7467a94705 100644 --- a/profiles/Users.Functions/crawl-log-v1.0.json +++ b/profiles/Users.Functions/crawl-log-v1.0.json @@ -2,628 +2,628 @@ "resources": [], "operations": { "/users/{user-id}/activities/microsoft.graph.recent()": { - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" }, "/users/{user-id}/calendar/calendarView/{event-id}/calendar/microsoft.graph.allowedCalendarSharingRoles(User='{User}')": { - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" }, "/users/{user-id}/calendar/calendarView/{event-id}/instances/microsoft.graph.delta()": { - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" }, "/users/{user-id}/calendar/calendarView/microsoft.graph.delta()": { - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" }, "/users/{user-id}/calendar/events/{event-id}/calendar/microsoft.graph.allowedCalendarSharingRoles(User='{User}')": { - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" }, "/users/{user-id}/calendar/events/{event-id}/instances/microsoft.graph.delta()": { - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" }, "/users/{user-id}/calendar/events/microsoft.graph.delta()": { - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" }, "/users/{user-id}/calendar/microsoft.graph.allowedCalendarSharingRoles(User='{User}')": { - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" }, "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/calendar/microsoft.graph.allowedCalendarSharingRoles(User='{User}')": { - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" }, "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/microsoft.graph.delta()": { - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" }, "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/microsoft.graph.delta()": { - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" }, "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/calendar/microsoft.graph.allowedCalendarSharingRoles(User='{User}')": { - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" }, "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/microsoft.graph.delta()": { - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" }, "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/microsoft.graph.delta()": { - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" }, "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/microsoft.graph.allowedCalendarSharingRoles(User='{User}')": { - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" }, "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/calendar/microsoft.graph.allowedCalendarSharingRoles(User='{User}')": { - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" }, "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/microsoft.graph.delta()": { - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" }, "/users/{user-id}/calendars/{calendar-id}/calendarView/microsoft.graph.delta()": { - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" }, "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/calendar/microsoft.graph.allowedCalendarSharingRoles(User='{User}')": { - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" }, "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/microsoft.graph.delta()": { - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" }, "/users/{user-id}/calendars/{calendar-id}/events/microsoft.graph.delta()": { - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" }, "/users/{user-id}/calendars/{calendar-id}/microsoft.graph.allowedCalendarSharingRoles(User='{User}')": { - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" }, "/users/{user-id}/calendarView/{event-id}/calendar/calendarView/microsoft.graph.delta()": { - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" }, "/users/{user-id}/calendarView/{event-id}/calendar/events/microsoft.graph.delta()": { - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" }, "/users/{user-id}/calendarView/{event-id}/calendar/microsoft.graph.allowedCalendarSharingRoles(User='{User}')": { - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" }, "/users/{user-id}/calendarView/{event-id}/instances/microsoft.graph.delta()": { - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" }, "/users/{user-id}/calendarView/microsoft.graph.delta()": { - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" }, "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/microsoft.graph.delta()": { - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" }, "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/microsoft.graph.delta()": { - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" }, "/users/{user-id}/contactFolders/microsoft.graph.delta()": { - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" }, "/users/{user-id}/contacts/microsoft.graph.delta()": { - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" }, "/users/{user-id}/events/{event-id}/calendar/calendarView/microsoft.graph.delta()": { - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" }, "/users/{user-id}/events/{event-id}/calendar/events/microsoft.graph.delta()": { - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" }, "/users/{user-id}/events/{event-id}/calendar/microsoft.graph.allowedCalendarSharingRoles(User='{User}')": { - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" }, "/users/{user-id}/events/{event-id}/instances/microsoft.graph.delta()": { - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" }, "/users/{user-id}/events/microsoft.graph.delta()": { - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" }, "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/microsoft.graph.boundingRect(anotherRange='{anotherRange}')": { - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" }, "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/microsoft.graph.cell(row={row},column={column})": { - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" }, "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/microsoft.graph.column(column={column})": { - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" }, "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/microsoft.graph.columnsAfter()": { - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" }, "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/microsoft.graph.columnsAfter(count={count})": { - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" }, "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/microsoft.graph.columnsBefore()": { - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" }, "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/microsoft.graph.columnsBefore(count={count})": { - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" }, "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/microsoft.graph.entireColumn()": { - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" }, "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/microsoft.graph.entireRow()": { - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" }, "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/microsoft.graph.intersection(anotherRange='{anotherRange}')": { - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" }, "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/microsoft.graph.lastCell()": { - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" }, "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/microsoft.graph.lastColumn()": { - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" }, "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/microsoft.graph.lastRow()": { - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" }, "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/microsoft.graph.offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})": { - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" }, "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/microsoft.graph.resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})": { - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" }, "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/microsoft.graph.row(row={row})": { - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" }, "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/microsoft.graph.rowsAbove()": { - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" }, "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/microsoft.graph.rowsAbove(count={count})": { - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" }, "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/microsoft.graph.rowsBelow()": { - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" }, "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/microsoft.graph.rowsBelow(count={count})": { - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" }, "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/microsoft.graph.usedRange()": { - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" }, "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/microsoft.graph.usedRange(valuesOnly={valuesOnly})": { - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" }, "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/microsoft.graph.visibleView()": { - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" }, "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRangeView/microsoft.graph.range()": { - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" }, "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/microsoft.graph.boundingRect(anotherRange='{anotherRange}')": { - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" }, "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/microsoft.graph.cell(row={row},column={column})": { - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" }, "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/microsoft.graph.column(column={column})": { - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" }, "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/microsoft.graph.columnsAfter()": { - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" }, "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/microsoft.graph.columnsAfter(count={count})": { - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" }, "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/microsoft.graph.columnsBefore()": { - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" }, "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/microsoft.graph.columnsBefore(count={count})": { - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" }, "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/microsoft.graph.entireColumn()": { - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" }, "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/microsoft.graph.entireRow()": { - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" }, "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/microsoft.graph.intersection(anotherRange='{anotherRange}')": { - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" }, "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/microsoft.graph.lastCell()": { - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" }, "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/microsoft.graph.lastColumn()": { - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" }, "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/microsoft.graph.lastRow()": { - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" }, "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/microsoft.graph.offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})": { - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" }, "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/microsoft.graph.resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})": { - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" }, "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/microsoft.graph.row(row={row})": { - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" }, "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/microsoft.graph.rowsAbove()": { - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" }, "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/microsoft.graph.rowsAbove(count={count})": { - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" }, "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/microsoft.graph.rowsBelow()": { - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" }, "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/microsoft.graph.rowsBelow(count={count})": { - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" }, "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/microsoft.graph.usedRange()": { - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" }, "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/microsoft.graph.usedRange(valuesOnly={valuesOnly})": { - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" }, "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/microsoft.graph.visibleView()": { - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" }, "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRangeView/microsoft.graph.range()": { - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" }, "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/microsoft.graph.boundingRect(anotherRange='{anotherRange}')": { - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" }, "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/microsoft.graph.cell(row={row},column={column})": { - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" }, "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/microsoft.graph.column(column={column})": { - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" }, "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/microsoft.graph.columnsAfter()": { - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" }, "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/microsoft.graph.columnsAfter(count={count})": { - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" }, "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/microsoft.graph.columnsBefore()": { - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" }, "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/microsoft.graph.columnsBefore(count={count})": { - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" }, "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/microsoft.graph.entireColumn()": { - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" }, "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/microsoft.graph.entireRow()": { - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" }, "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/microsoft.graph.intersection(anotherRange='{anotherRange}')": { - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" }, "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/microsoft.graph.lastCell()": { - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" }, "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/microsoft.graph.lastColumn()": { - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" }, "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/microsoft.graph.lastRow()": { - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" }, "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/microsoft.graph.offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})": { - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" }, "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/microsoft.graph.resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})": { - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" }, "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/microsoft.graph.row(row={row})": { - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" }, "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/microsoft.graph.rowsAbove()": { - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" }, "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/microsoft.graph.rowsAbove(count={count})": { - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" }, "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/microsoft.graph.rowsBelow()": { - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" }, "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/microsoft.graph.rowsBelow(count={count})": { - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" }, "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/microsoft.graph.usedRange()": { - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" }, "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/microsoft.graph.usedRange(valuesOnly={valuesOnly})": { - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" }, "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/microsoft.graph.visibleView()": { - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" }, "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRangeView/microsoft.graph.range()": { - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" }, "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/microsoft.graph.boundingRect(anotherRange='{anotherRange}')": { - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" }, "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/microsoft.graph.cell(row={row},column={column})": { - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" }, "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/microsoft.graph.column(column={column})": { - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" }, "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/microsoft.graph.columnsAfter()": { - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" }, "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/microsoft.graph.columnsAfter(count={count})": { - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" }, "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/microsoft.graph.columnsBefore()": { - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" }, "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/microsoft.graph.columnsBefore(count={count})": { - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" }, "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/microsoft.graph.entireColumn()": { - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" }, "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/microsoft.graph.entireRow()": { - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" }, "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/microsoft.graph.intersection(anotherRange='{anotherRange}')": { - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" }, "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/microsoft.graph.lastCell()": { - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" }, "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/microsoft.graph.lastColumn()": { - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" }, "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/microsoft.graph.lastRow()": { - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" }, "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/microsoft.graph.offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})": { - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" }, "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/microsoft.graph.resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})": { - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" }, "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/microsoft.graph.row(row={row})": { - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" }, "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/microsoft.graph.rowsAbove()": { - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" }, "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/microsoft.graph.rowsAbove(count={count})": { - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" }, "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/microsoft.graph.rowsBelow()": { - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" }, "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/microsoft.graph.rowsBelow(count={count})": { - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" }, "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/microsoft.graph.usedRange()": { - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" }, "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/microsoft.graph.usedRange(valuesOnly={valuesOnly})": { - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" }, "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/microsoft.graph.visibleView()": { - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" }, "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRangeView/microsoft.graph.range()": { - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" }, "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/microsoft.graph.delta()": { - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" }, "/users/{user-id}/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()": { - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" }, "/users/{user-id}/mailFolders/microsoft.graph.delta()": { - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" }, "/users/{user-id}/managedAppRegistrations/microsoft.graph.getUserIdsWithFlaggedAppRegistration()": { - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" }, "/users/{user-id}/messages/microsoft.graph.delta()": { - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" }, "/users/{user-id}/microsoft.graph.getManagedAppDiagnosticStatuses()": { - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" }, "/users/{user-id}/microsoft.graph.getManagedAppPolicies()": { - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" }, "/users/{user-id}/microsoft.graph.reminderView(StartDateTime='{StartDateTime}',EndDateTime='{EndDateTime}')": { - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" }, "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/microsoft.graph.preview()": { - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" }, "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/microsoft.graph.preview()": { - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" }, "/users/{user-id}/onenote/notebooks/microsoft.graph.getRecentNotebooks(includePersonalNotebooks={includePersonalNotebooks})": { - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" }, "/users/{user-id}/onenote/pages/{onenotePage-id}/microsoft.graph.preview()": { - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" }, "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id1}/microsoft.graph.preview()": { - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" }, "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id1}/microsoft.graph.preview()": { - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" }, "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/pages/{onenotePage-id1}/microsoft.graph.preview()": { - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" }, "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/microsoft.graph.preview()": { - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" }, "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/microsoft.graph.preview()": { - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" }, "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/microsoft.graph.preview()": { - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" }, "/users/{user-id}/outlook/microsoft.graph.supportedLanguages()": { - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" }, "/users/{user-id}/outlook/microsoft.graph.supportedTimeZones()": { - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" }, "/users/{user-id}/outlook/microsoft.graph.supportedTimeZones(TimeZoneStandard={TimeZoneStandard})": { - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" }, "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/microsoft.graph.delta()": { - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" }, "/users/{user-id}/todo/lists/microsoft.graph.delta()": { - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" }, "/users/microsoft.graph.delta()": { - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" } } } diff --git a/profiles/Users.Functions/readme.md b/profiles/Users.Functions/readme.md index 28ee9c42b6b..20e0d2731b1 100644 --- a/profiles/Users.Functions/readme.md +++ b/profiles/Users.Functions/readme.md @@ -6,8 +6,8 @@ ``` yaml require: -- $(this-folder)/definitions/v1.0.md - $(this-folder)/definitions/v1.0-beta.md +- $(this-folder)/definitions/v1.0.md ``` diff --git a/profiles/Users/crawl-log-v1.0-beta.json b/profiles/Users/crawl-log-v1.0-beta.json index 4868b66191c..2c8e13e0a64 100644 --- a/profiles/Users/crawl-log-v1.0-beta.json +++ b/profiles/Users/crawl-log-v1.0-beta.json @@ -2,352 +2,352 @@ "resources": [], "operations": { "/users": { - "originalLocation": "/openApiDocs/beta/Users.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.yml" }, "/users/{user-id}": { - "originalLocation": "/openApiDocs/beta/Users.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.yml" }, "/users/{user-id}/createdObjects": { - "originalLocation": "/openApiDocs/beta/Users.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.yml" }, "/users/{user-id}/createdObjects/$ref": { - "originalLocation": "/openApiDocs/beta/Users.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.yml" }, "/users/{user-id}/directReports": { - "originalLocation": "/openApiDocs/beta/Users.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.yml" }, "/users/{user-id}/directReports/$ref": { - "originalLocation": "/openApiDocs/beta/Users.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.yml" }, "/users/{user-id}/extensions": { - "originalLocation": "/openApiDocs/beta/Users.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.yml" }, "/users/{user-id}/extensions/{extension-id}": { - "originalLocation": "/openApiDocs/beta/Users.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.yml" }, "/users/{user-id}/licenseDetails": { - "originalLocation": "/openApiDocs/beta/Users.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.yml" }, "/users/{user-id}/licenseDetails/{licenseDetails-id}": { - "originalLocation": "/openApiDocs/beta/Users.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.yml" }, "/users/{user-id}/manager": { - "originalLocation": "/openApiDocs/beta/Users.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.yml" }, "/users/{user-id}/manager/$ref": { - "originalLocation": "/openApiDocs/beta/Users.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.yml" }, "/users/{user-id}/memberOf": { - "originalLocation": "/openApiDocs/beta/Users.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.yml" }, "/users/{user-id}/memberOf/$ref": { - "originalLocation": "/openApiDocs/beta/Users.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.yml" }, "/users/{user-id}/notifications": { - "originalLocation": "/openApiDocs/beta/Users.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.yml" }, "/users/{user-id}/notifications/{notification-id}": { - "originalLocation": "/openApiDocs/beta/Users.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.yml" }, "/users/{user-id}/oauth2PermissionGrants": { - "originalLocation": "/openApiDocs/beta/Users.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.yml" }, "/users/{user-id}/oauth2PermissionGrants/$ref": { - "originalLocation": "/openApiDocs/beta/Users.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.yml" }, "/users/{user-id}/outlook": { - "originalLocation": "/openApiDocs/beta/Users.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.yml" }, "/users/{user-id}/outlook/masterCategories": { - "originalLocation": "/openApiDocs/beta/Users.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.yml" }, "/users/{user-id}/outlook/masterCategories/{outlookCategory-id}": { - "originalLocation": "/openApiDocs/beta/Users.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.yml" }, "/users/{user-id}/outlook/taskFolders": { - "originalLocation": "/openApiDocs/beta/Users.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.yml" }, "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}": { - "originalLocation": "/openApiDocs/beta/Users.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.yml" }, "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/multiValueExtendedProperties": { - "originalLocation": "/openApiDocs/beta/Users.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.yml" }, "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}": { - "originalLocation": "/openApiDocs/beta/Users.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.yml" }, "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/singleValueExtendedProperties": { - "originalLocation": "/openApiDocs/beta/Users.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.yml" }, "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}": { - "originalLocation": "/openApiDocs/beta/Users.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.yml" }, "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/tasks": { - "originalLocation": "/openApiDocs/beta/Users.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.yml" }, "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}": { - "originalLocation": "/openApiDocs/beta/Users.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.yml" }, "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/attachments": { - "originalLocation": "/openApiDocs/beta/Users.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.yml" }, "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/attachments/{attachment-id}": { - "originalLocation": "/openApiDocs/beta/Users.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.yml" }, "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/multiValueExtendedProperties": { - "originalLocation": "/openApiDocs/beta/Users.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.yml" }, "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}": { - "originalLocation": "/openApiDocs/beta/Users.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.yml" }, "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/singleValueExtendedProperties": { - "originalLocation": "/openApiDocs/beta/Users.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.yml" }, "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}": { - "originalLocation": "/openApiDocs/beta/Users.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.yml" }, "/users/{user-id}/outlook/taskGroups": { - "originalLocation": "/openApiDocs/beta/Users.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.yml" }, "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}": { - "originalLocation": "/openApiDocs/beta/Users.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.yml" }, "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders": { - "originalLocation": "/openApiDocs/beta/Users.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.yml" }, "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}": { - "originalLocation": "/openApiDocs/beta/Users.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.yml" }, "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/multiValueExtendedProperties": { - "originalLocation": "/openApiDocs/beta/Users.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.yml" }, "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}": { - "originalLocation": "/openApiDocs/beta/Users.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.yml" }, "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/singleValueExtendedProperties": { - "originalLocation": "/openApiDocs/beta/Users.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.yml" }, "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}": { - "originalLocation": "/openApiDocs/beta/Users.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.yml" }, "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/tasks": { - "originalLocation": "/openApiDocs/beta/Users.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.yml" }, "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}": { - "originalLocation": "/openApiDocs/beta/Users.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.yml" }, "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/attachments": { - "originalLocation": "/openApiDocs/beta/Users.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.yml" }, "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/attachments/{attachment-id}": { - "originalLocation": "/openApiDocs/beta/Users.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.yml" }, "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/multiValueExtendedProperties": { - "originalLocation": "/openApiDocs/beta/Users.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.yml" }, "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}": { - "originalLocation": "/openApiDocs/beta/Users.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.yml" }, "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/singleValueExtendedProperties": { - "originalLocation": "/openApiDocs/beta/Users.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.yml" }, "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}": { - "originalLocation": "/openApiDocs/beta/Users.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.yml" }, "/users/{user-id}/outlook/tasks": { - "originalLocation": "/openApiDocs/beta/Users.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.yml" }, "/users/{user-id}/outlook/tasks/{outlookTask-id}": { - "originalLocation": "/openApiDocs/beta/Users.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.yml" }, "/users/{user-id}/outlook/tasks/{outlookTask-id}/attachments": { - "originalLocation": "/openApiDocs/beta/Users.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.yml" }, "/users/{user-id}/outlook/tasks/{outlookTask-id}/attachments/{attachment-id}": { - "originalLocation": "/openApiDocs/beta/Users.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.yml" }, "/users/{user-id}/outlook/tasks/{outlookTask-id}/multiValueExtendedProperties": { - "originalLocation": "/openApiDocs/beta/Users.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.yml" }, "/users/{user-id}/outlook/tasks/{outlookTask-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}": { - "originalLocation": "/openApiDocs/beta/Users.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.yml" }, "/users/{user-id}/outlook/tasks/{outlookTask-id}/singleValueExtendedProperties": { - "originalLocation": "/openApiDocs/beta/Users.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.yml" }, "/users/{user-id}/outlook/tasks/{outlookTask-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}": { - "originalLocation": "/openApiDocs/beta/Users.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.yml" }, "/users/{user-id}/ownedDevices": { - "originalLocation": "/openApiDocs/beta/Users.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.yml" }, "/users/{user-id}/ownedDevices/$ref": { - "originalLocation": "/openApiDocs/beta/Users.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.yml" }, "/users/{user-id}/ownedObjects": { - "originalLocation": "/openApiDocs/beta/Users.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.yml" }, "/users/{user-id}/ownedObjects/$ref": { - "originalLocation": "/openApiDocs/beta/Users.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.yml" }, "/users/{user-id}/photo": { - "originalLocation": "/openApiDocs/beta/Users.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.yml" }, "/users/{user-id}/photo/$value": { - "originalLocation": "/openApiDocs/beta/Users.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.yml" }, "/users/{user-id}/photos": { - "originalLocation": "/openApiDocs/beta/Users.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.yml" }, "/users/{user-id}/photos/{profilePhoto-id}": { - "originalLocation": "/openApiDocs/beta/Users.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.yml" }, "/users/{user-id}/photos/{profilePhoto-id}/$value": { - "originalLocation": "/openApiDocs/beta/Users.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.yml" }, "/users/{user-id}/registeredDevices": { - "originalLocation": "/openApiDocs/beta/Users.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.yml" }, "/users/{user-id}/registeredDevices/$ref": { - "originalLocation": "/openApiDocs/beta/Users.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.yml" }, "/users/{user-id}/settings": { - "originalLocation": "/openApiDocs/beta/Users.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.yml" }, "/users/{user-id}/settings/itemInsights": { - "originalLocation": "/openApiDocs/beta/Users.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.yml" }, "/users/{user-id}/settings/regionalAndLanguageSettings": { - "originalLocation": "/openApiDocs/beta/Users.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.yml" }, "/users/{user-id}/settings/shiftPreferences": { - "originalLocation": "/openApiDocs/beta/Users.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.yml" }, "/users/{user-id}/todo": { - "originalLocation": "/openApiDocs/beta/Users.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.yml" }, "/users/{user-id}/todo/lists": { - "originalLocation": "/openApiDocs/beta/Users.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.yml" }, "/users/{user-id}/todo/lists/{todoTaskList-id}": { - "originalLocation": "/openApiDocs/beta/Users.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.yml" }, "/users/{user-id}/todo/lists/{todoTaskList-id}/extensions": { - "originalLocation": "/openApiDocs/beta/Users.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.yml" }, "/users/{user-id}/todo/lists/{todoTaskList-id}/extensions/{extension-id}": { - "originalLocation": "/openApiDocs/beta/Users.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.yml" }, "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks": { - "originalLocation": "/openApiDocs/beta/Users.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.yml" }, "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}": { - "originalLocation": "/openApiDocs/beta/Users.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.yml" }, "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/extensions": { - "originalLocation": "/openApiDocs/beta/Users.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.yml" }, "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/extensions/{extension-id}": { - "originalLocation": "/openApiDocs/beta/Users.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.yml" }, "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/linkedResources": { - "originalLocation": "/openApiDocs/beta/Users.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.yml" }, "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/linkedResources/{linkedResource-id}": { - "originalLocation": "/openApiDocs/beta/Users.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.yml" }, "/users/{user-id}/transitiveMemberOf": { - "originalLocation": "/openApiDocs/beta/Users.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.yml" }, "/users/{user-id}/transitiveMemberOf/$ref": { - "originalLocation": "/openApiDocs/beta/Users.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.yml" } } } diff --git a/profiles/Users/crawl-log-v1.0.json b/profiles/Users/crawl-log-v1.0.json index ad622aa68c1..732ef76af95 100644 --- a/profiles/Users/crawl-log-v1.0.json +++ b/profiles/Users/crawl-log-v1.0.json @@ -2,184 +2,184 @@ "resources": [], "operations": { "/users": { - "originalLocation": "/openApiDocs/v1.0/Users.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.yml" }, "/users/{user-id}": { - "originalLocation": "/openApiDocs/v1.0/Users.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.yml" }, "/users/{user-id}/createdObjects": { - "originalLocation": "/openApiDocs/v1.0/Users.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.yml" }, "/users/{user-id}/createdObjects/$ref": { - "originalLocation": "/openApiDocs/v1.0/Users.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.yml" }, "/users/{user-id}/directReports": { - "originalLocation": "/openApiDocs/v1.0/Users.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.yml" }, "/users/{user-id}/directReports/$ref": { - "originalLocation": "/openApiDocs/v1.0/Users.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.yml" }, "/users/{user-id}/extensions": { - "originalLocation": "/openApiDocs/v1.0/Users.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.yml" }, "/users/{user-id}/extensions/{extension-id}": { - "originalLocation": "/openApiDocs/v1.0/Users.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.yml" }, "/users/{user-id}/licenseDetails": { - "originalLocation": "/openApiDocs/v1.0/Users.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.yml" }, "/users/{user-id}/licenseDetails/{licenseDetails-id}": { - "originalLocation": "/openApiDocs/v1.0/Users.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.yml" }, "/users/{user-id}/manager": { - "originalLocation": "/openApiDocs/v1.0/Users.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.yml" }, "/users/{user-id}/manager/$ref": { - "originalLocation": "/openApiDocs/v1.0/Users.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.yml" }, "/users/{user-id}/memberOf": { - "originalLocation": "/openApiDocs/v1.0/Users.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.yml" }, "/users/{user-id}/memberOf/$ref": { - "originalLocation": "/openApiDocs/v1.0/Users.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.yml" }, "/users/{user-id}/oauth2PermissionGrants": { - "originalLocation": "/openApiDocs/v1.0/Users.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.yml" }, "/users/{user-id}/oauth2PermissionGrants/$ref": { - "originalLocation": "/openApiDocs/v1.0/Users.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.yml" }, "/users/{user-id}/outlook": { - "originalLocation": "/openApiDocs/v1.0/Users.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.yml" }, "/users/{user-id}/outlook/masterCategories": { - "originalLocation": "/openApiDocs/v1.0/Users.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.yml" }, "/users/{user-id}/outlook/masterCategories/{outlookCategory-id}": { - "originalLocation": "/openApiDocs/v1.0/Users.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.yml" }, "/users/{user-id}/ownedDevices": { - "originalLocation": "/openApiDocs/v1.0/Users.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.yml" }, "/users/{user-id}/ownedDevices/$ref": { - "originalLocation": "/openApiDocs/v1.0/Users.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.yml" }, "/users/{user-id}/ownedObjects": { - "originalLocation": "/openApiDocs/v1.0/Users.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.yml" }, "/users/{user-id}/ownedObjects/$ref": { - "originalLocation": "/openApiDocs/v1.0/Users.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.yml" }, "/users/{user-id}/photo": { - "originalLocation": "/openApiDocs/v1.0/Users.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.yml" }, "/users/{user-id}/photo/$value": { - "originalLocation": "/openApiDocs/v1.0/Users.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.yml" }, "/users/{user-id}/photos": { - "originalLocation": "/openApiDocs/v1.0/Users.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.yml" }, "/users/{user-id}/photos/{profilePhoto-id}": { - "originalLocation": "/openApiDocs/v1.0/Users.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.yml" }, "/users/{user-id}/photos/{profilePhoto-id}/$value": { - "originalLocation": "/openApiDocs/v1.0/Users.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.yml" }, "/users/{user-id}/registeredDevices": { - "originalLocation": "/openApiDocs/v1.0/Users.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.yml" }, "/users/{user-id}/registeredDevices/$ref": { - "originalLocation": "/openApiDocs/v1.0/Users.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.yml" }, "/users/{user-id}/settings": { - "originalLocation": "/openApiDocs/v1.0/Users.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.yml" }, "/users/{user-id}/settings/shiftPreferences": { - "originalLocation": "/openApiDocs/v1.0/Users.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.yml" }, "/users/{user-id}/todo": { - "originalLocation": "/openApiDocs/v1.0/Users.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.yml" }, "/users/{user-id}/todo/lists": { - "originalLocation": "/openApiDocs/v1.0/Users.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.yml" }, "/users/{user-id}/todo/lists/{todoTaskList-id}": { - "originalLocation": "/openApiDocs/v1.0/Users.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.yml" }, "/users/{user-id}/todo/lists/{todoTaskList-id}/extensions": { - "originalLocation": "/openApiDocs/v1.0/Users.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.yml" }, "/users/{user-id}/todo/lists/{todoTaskList-id}/extensions/{extension-id}": { - "originalLocation": "/openApiDocs/v1.0/Users.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.yml" }, "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks": { - "originalLocation": "/openApiDocs/v1.0/Users.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.yml" }, "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}": { - "originalLocation": "/openApiDocs/v1.0/Users.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.yml" }, "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/extensions": { - "originalLocation": "/openApiDocs/v1.0/Users.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.yml" }, "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/extensions/{extension-id}": { - "originalLocation": "/openApiDocs/v1.0/Users.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.yml" }, "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/linkedResources": { - "originalLocation": "/openApiDocs/v1.0/Users.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.yml" }, "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/linkedResources/{linkedResource-id}": { - "originalLocation": "/openApiDocs/v1.0/Users.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.yml" }, "/users/{user-id}/transitiveMemberOf": { - "originalLocation": "/openApiDocs/v1.0/Users.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.yml" }, "/users/{user-id}/transitiveMemberOf/$ref": { - "originalLocation": "/openApiDocs/v1.0/Users.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.yml" } } } diff --git a/profiles/Users/readme.md b/profiles/Users/readme.md index 022b0bb0047..f0d323a6e57 100644 --- a/profiles/Users/readme.md +++ b/profiles/Users/readme.md @@ -6,8 +6,8 @@ ``` yaml require: -- $(this-folder)/definitions/v1.0.md - $(this-folder)/definitions/v1.0-beta.md +- $(this-folder)/definitions/v1.0.md ``` From 5b5b2fe3c5e344b8352819e46ef6af70de5770d0 Mon Sep 17 00:00:00 2001 From: Mark Wahl Date: Mon, 12 Apr 2021 09:04:36 -0700 Subject: [PATCH 10/12] identity governance: reduce unneeded EM cmdlets (#577) * add suppression for autogenerated get cmdlets * remove New cmdlets * add remove set and update variants of those get cmdlets * remove search and ro cmdlets * remove cmdlets for read only links and objects * Update src/Identity.Governance/Identity.Governance/readme.md Co-authored-by: Peter Ombwa --- .../Identity.Governance/readme.md | 160 ++++++++++++++++++ 1 file changed, 160 insertions(+) diff --git a/src/Identity.Governance/Identity.Governance/readme.md b/src/Identity.Governance/Identity.Governance/readme.md index a9a995b95b0..7334d55b518 100644 --- a/src/Identity.Governance/Identity.Governance/readme.md +++ b/src/Identity.Governance/Identity.Governance/readme.md @@ -55,6 +55,166 @@ directive: subject: ^AgreementFile$ variant: ^Delete1|Delete3|DeleteViaIdentity1|DeleteViaIdentity3$ remove: true + - where: + verb: Get|Remove|Set + subject: (.*)(EntitlementManagement)AccessPackageRefAccessPackageCatalog$ + remove: true + - where: + verb: Get|Remove|Update + subject: (.*)(EntitlementManagement)AccessPackageAssignmentAccessPackage$ + remove: true + - where: + verb: Get|Remove|Update + subject: (.*)(EntitlementManagement)AccessPackageAssignmentAccessPackageAssignmentPolicy$ + remove: true + - where: + verb: Get|New|Remove|Update + subject: (.*)(EntitlementManagement)AccessPackageAssignmentAccessPackageAssignmentRequest$ + remove: true + - where: + verb: Get|New|Remove|Update + subject: (.*)(EntitlementManagement)AccessPackageAssignmentAccessPackageAssignmentResourceRole$ + remove: true + - where: + verb: Get|New + subject: (.*)(EntitlementManagement)AccessPackageAssignmentApproval$ + remove: true + - where: + verb: Get|New + subject: (.*)(EntitlementManagement)AccessPackageAssignmentApprovalStep$ + remove: true + - where: + verb: Get + subject: (.*)(EntitlementManagement)AccessPackageAssignmentPolicyAccessPackage$ + remove: true + - where: + verb: Get|Set|Remove + subject: (.*)(EntitlementManagement)AccessPackageAssignmentPolicyRefAccessPackage$ + remove: true + - where: + verb: Get|Remove|Update + subject: (.*)(EntitlementManagement)AccessPackageAssignmentPolicyAccessPackageCatalog$ + remove: true + - where: + verb: Get + subject: (.*)(EntitlementManagement)AccessPackageAssignmentRequestAccessPackage$ + remove: true + - where: + verb: Get|Remove|Update + subject: (.*)(EntitlementManagement)AccessPackageAssignmentRequestAccessPackageAssignment$ + remove: true + - where: + verb: Get|Remove|Set + subject: (.*)(EntitlementManagement)AccessPackageAssignmentRequestRefAccessPackage$ + remove: true + - where: + verb: Get|Remove|Update + subject: (.*)(EntitlementManagement)AccessPackageAssignmentRequestRequestor$ + remove: true + - where: + verb: Get|New|Remove|Update + subject: (.*)(EntitlementManagement)AccessPackageAssignmentResourceRoleAccessPackageAssignment$ + remove: true + - where: + verb: Get|Remove|Update + subject: (.*)(EntitlementManagement)AccessPackageAssignmentResourceRoleAccessPackageResourceRole$ + remove: true + - where: + verb: Get|Remove|Update + subject: (.*)(EntitlementManagement)AccessPackageAssignmentResourceRoleAccessPackageResourceScope$ + remove: true + - where: + verb: Get|Remove|Update + subject: (.*)(EntitlementManagement)AccessPackageAssignmentResourceRoleAccessPackageSubject$ + remove: true + - where: + verb: Get|Remove|Update + subject: (.*)(EntitlementManagement)AccessPackageAssignmentTarget$ + remove: true + - where: + verb: Get|New|Remove|Update + subject: (.*)(EntitlementManagement)AccessPackageCatalogAccessPackage$ + remove: true + - where: + verb: Get + subject: (.*)(EntitlementManagement)AccessPackageResourceAccessPackageResourceEnvironment$ + remove: true + - where: + verb: Get|Remove|Set + subject: (.*)(EntitlementManagement)AccessPackageResourceRefAccessPackageResourceEnvironment$ + remove: true + - where: + verb: Get|New|Remove|Update + subject: (.*)(EntitlementManagement)AccessPackageResourceAccessPackageResourceRole$ + remove: true + - where: + verb: Get|New|Remove|Update + subject: (.*)(EntitlementManagement)AccessPackageResourceAccessPackageResourceScope$ + remove: true + - where: + verb: Get + subject: (.*)(EntitlementManagement)AccessPackageResourceEnvironmentAccessPackageResource$ + remove: true + - where: + verb: Get|New + subject: (.*)(EntitlementManagement)AccessPackageResourceEnvironmentRefAccessPackageResource$ + remove: true + - where: + verb: Get + subject: (.*)(EntitlementManagement)AccessPackageResourceRequestAccessPackageResource$ + remove: true + - where: + verb: Get|Remove|Set + subject: (.*)(EntitlementManagement)AccessPackageResourceRequestRefAccessPackageResource$ + remove: true + - where: + verb: Get|Remove|Update + subject: (.*)(EntitlementManagement)AccessPackageResourceRequestRequestor$ + remove: true + - where: + verb: Get + subject: (.*)(EntitlementManagement)AccessPackageResourceRoleScope$ + remove: true + - where: + verb: New + subject: (.*)(EntitlementManagement)AccessPackageAssignment$ + remove: true + - where: + verb: New|Remove|Update + subject: (.*)(EntitlementManagement)AccessPackageAssignmentResourceRole$ + remove: true + - where: + verb: New|Remove|Update + subject: (.*)(EntitlementManagement)AccessPackageCatalogAccessPackageResourceRole$ + remove: true + - where: + verb: New|Remove|Update + subject: (.*)(EntitlementManagement)AccessPackageCatalogAccessPackageResourceScope$ + remove: true + - where: + verb: New|Remove|Update + subject: (.*)(EntitlementManagement)AccessPackageResource$ + remove: true + - where: + verb: New|Remove|Update + subject: (.*)(EntitlementManagement)AccessPackageResourceEnvironment$ + remove: true + - where: + verb: Search + subject: (.*)(EntitlementManagement)AccessPackage$ + remove: true + - where: + verb: Search + subject: (.*)(EntitlementManagement)AccessPackageCatalog$ + remove: true + - where: + verb: New|Remove|Update + subject: (.*)(EntitlementManagement)AccessPackageCatalogAccessPackageResource$ + remove: true + - where: + verb: Remove + subject: (.*)(EntitlementManagement)Setting$ + remove: true # Rename cmdlets with duplicates in their name. - where: subject: ^(BusinessFlowTemplate)(\1)+ From 8032bc2e8615061386ed75f9a419a7ab5035f77c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 14 Apr 2021 09:07:49 -0700 Subject: [PATCH 11/12] Weekly OpenApiDocs Download (#619) Co-authored-by: Microsoft Graph DevX Tooling --- openApiDocs/beta/Applications.yml | 4 +- openApiDocs/beta/Compliance.yml | 21 +- openApiDocs/beta/CrossDeviceExperiences.yml | 2 +- openApiDocs/beta/DeviceManagement.yml | 21 +- openApiDocs/beta/Devices.CloudPrint.yml | 21 +- .../beta/Devices.CorporateManagement.yml | 21 +- openApiDocs/beta/Education.yml | 21 +- openApiDocs/beta/Files.yml | 21 +- openApiDocs/beta/Groups.yml | 21 +- .../beta/Identity.DirectoryManagement.yml | 2 +- openApiDocs/beta/Identity.Governance.yml | 90 ++ openApiDocs/beta/Identity.SignIns.yml | 583 ++----------- openApiDocs/beta/Sites.yml | 21 +- openApiDocs/beta/Teams.yml | 783 +++++++++++++++++- openApiDocs/beta/Users.Actions.yml | 21 +- openApiDocs/beta/Users.Functions.yml | 21 +- openApiDocs/beta/Users.yml | 21 +- openApiDocs/v1.0/Applications.yml | 4 +- openApiDocs/v1.0/Devices.CloudPrint.yml | 4 +- openApiDocs/v1.0/Education.yml | 4 +- openApiDocs/v1.0/Files.yml | 4 +- openApiDocs/v1.0/Groups.yml | 4 +- .../v1.0/Identity.DirectoryManagement.yml | 2 +- openApiDocs/v1.0/Identity.SignIns.yml | 4 +- openApiDocs/v1.0/Sites.yml | 4 +- openApiDocs/v1.0/Teams.yml | 4 +- openApiDocs/v1.0/Users.Actions.yml | 4 +- openApiDocs/v1.0/Users.Functions.yml | 4 +- openApiDocs/v1.0/Users.yml | 4 +- .../crawl-log-v1.0-beta.json | 4 + .../definitions/v1.0-beta.md | 1 + .../Identity.SignIns/crawl-log-v1.0-beta.json | 16 - .../Identity.SignIns/definitions/v1.0-beta.md | 4 - profiles/Teams/crawl-log-v1.0-beta.json | 24 + profiles/Teams/definitions/v1.0-beta.md | 6 + 35 files changed, 1200 insertions(+), 596 deletions(-) diff --git a/openApiDocs/beta/Applications.yml b/openApiDocs/beta/Applications.yml index b8bee954d0e..0315d11a07a 100644 --- a/openApiDocs/beta/Applications.yml +++ b/openApiDocs/beta/Applications.yml @@ -19883,7 +19883,7 @@ components: nullable: true value: type: string - description: 'Specifies the value to include in the roles claim in ID tokens and access tokens authenticating an assigned user or service principal. Must not exceed 120 characters in length. Allowed characters are : ! # $ % & '' ( ) * + , - . / : ; = ? @ [ ] ^ + _ { } ~, as well as characters in the ranges 0-9, A-Z and a-z. Any other character, including the space character, are not allowed.' + description: 'Specifies the value to include in the roles claim in ID tokens and access tokens authenticating an assigned user or service principal. Must not exceed 120 characters in length. Allowed characters are : ! # $ % & '' ( ) * + , - . / : ; = ? @ [ ] ^ + _ { } ~, as well as characters in the ranges 0-9, A-Z and a-z. Any other character, including the space character, are not allowed. May not begin with ..' nullable: true additionalProperties: type: object @@ -20574,7 +20574,7 @@ components: nullable: true value: type: string - description: 'Specifies the value to include in the scp (scope) claim in access tokens. Must not exceed 120 characters in length. Allowed characters are : ! # $ % & '' ( ) * + , - . / : ; = ? @ [ ] ^ + _ { } ~, as well as characters in the ranges 0-9, A-Z and a-z. Any other character, including the space character, are not allowed.' + description: 'Specifies the value to include in the scp (scope) claim in access tokens. Must not exceed 120 characters in length. Allowed characters are : ! # $ % & '' ( ) * + , - . / : ; = ? @ [ ] ^ + _ { } ~, as well as characters in the ranges 0-9, A-Z and a-z. Any other character, including the space character, are not allowed. May not begin with ..' nullable: true additionalProperties: type: object diff --git a/openApiDocs/beta/Compliance.yml b/openApiDocs/beta/Compliance.yml index 0b02e599819..7779d99041b 100644 --- a/openApiDocs/beta/Compliance.yml +++ b/openApiDocs/beta/Compliance.yml @@ -15595,7 +15595,7 @@ components: 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.' + description: 'Groups that this device is a member of. HTTP Methods: GET (supported for all groups). Read-only. Nullable.' registeredOwners: type: array items: @@ -17318,7 +17318,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.chatMessageHostedContent' - description: 'Content in a message hosted by Microsoft Teams e.g. images, code snippets etc.' + description: 'Content in a message hosted by Microsoft Teams e.g., images, code snippets etc.' replies: type: array items: @@ -17421,6 +17421,10 @@ components: nullable: true bot: $ref: '#/components/schemas/microsoft.graph.teamworkBot' + colorIcon: + $ref: '#/components/schemas/microsoft.graph.teamsAppIcon' + outlineIcon: + $ref: '#/components/schemas/microsoft.graph.teamsAppIcon' additionalProperties: type: object microsoft.graph.operationError: @@ -21838,6 +21842,19 @@ components: type: object additionalProperties: type: object + microsoft.graph.teamsAppIcon: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: teamsAppIcon + type: object + properties: + webUrl: + type: string + nullable: true + hostedContent: + $ref: '#/components/schemas/microsoft.graph.teamworkHostedContent' + additionalProperties: + type: object microsoft.graph.scheduleChangeRequest: allOf: - $ref: '#/components/schemas/microsoft.graph.changeTrackedEntity' diff --git a/openApiDocs/beta/CrossDeviceExperiences.yml b/openApiDocs/beta/CrossDeviceExperiences.yml index 6ea8999404f..79ca08fa5ca 100644 --- a/openApiDocs/beta/CrossDeviceExperiences.yml +++ b/openApiDocs/beta/CrossDeviceExperiences.yml @@ -1523,7 +1523,7 @@ components: 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.' + description: 'Groups that this device is a member of. HTTP Methods: GET (supported for all groups). Read-only. Nullable.' registeredOwners: type: array items: diff --git a/openApiDocs/beta/DeviceManagement.yml b/openApiDocs/beta/DeviceManagement.yml index 0fe1c613619..6d070d0377a 100644 --- a/openApiDocs/beta/DeviceManagement.yml +++ b/openApiDocs/beta/DeviceManagement.yml @@ -55174,7 +55174,7 @@ components: 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.' + description: 'Groups that this device is a member of. HTTP Methods: GET (supported for all groups). Read-only. Nullable.' registeredOwners: type: array items: @@ -62210,7 +62210,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.chatMessageHostedContent' - description: 'Content in a message hosted by Microsoft Teams e.g. images, code snippets etc.' + description: 'Content in a message hosted by Microsoft Teams e.g., images, code snippets etc.' replies: type: array items: @@ -66169,6 +66169,10 @@ components: nullable: true bot: $ref: '#/components/schemas/microsoft.graph.teamworkBot' + colorIcon: + $ref: '#/components/schemas/microsoft.graph.teamsAppIcon' + outlineIcon: + $ref: '#/components/schemas/microsoft.graph.teamsAppIcon' additionalProperties: type: object microsoft.graph.chatMessageAttachment: @@ -67891,6 +67895,19 @@ components: type: object additionalProperties: type: object + microsoft.graph.teamsAppIcon: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: teamsAppIcon + type: object + properties: + webUrl: + type: string + nullable: true + hostedContent: + $ref: '#/components/schemas/microsoft.graph.teamworkHostedContent' + additionalProperties: + type: object microsoft.graph.chatMessagePolicyViolationDlpActionTypes: title: chatMessagePolicyViolationDlpActionTypes enum: diff --git a/openApiDocs/beta/Devices.CloudPrint.yml b/openApiDocs/beta/Devices.CloudPrint.yml index 762eb5a04e4..25894263ef7 100644 --- a/openApiDocs/beta/Devices.CloudPrint.yml +++ b/openApiDocs/beta/Devices.CloudPrint.yml @@ -11414,7 +11414,7 @@ components: 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.' + description: 'Groups that this device is a member of. HTTP Methods: GET (supported for all groups). Read-only. Nullable.' registeredOwners: type: array items: @@ -17058,7 +17058,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.chatMessageHostedContent' - description: 'Content in a message hosted by Microsoft Teams e.g. images, code snippets etc.' + description: 'Content in a message hosted by Microsoft Teams e.g., images, code snippets etc.' replies: type: array items: @@ -19202,6 +19202,10 @@ components: nullable: true bot: $ref: '#/components/schemas/microsoft.graph.teamworkBot' + colorIcon: + $ref: '#/components/schemas/microsoft.graph.teamsAppIcon' + outlineIcon: + $ref: '#/components/schemas/microsoft.graph.teamsAppIcon' additionalProperties: type: object microsoft.graph.operationError: @@ -22343,6 +22347,19 @@ components: type: object additionalProperties: type: object + microsoft.graph.teamsAppIcon: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: teamsAppIcon + type: object + properties: + webUrl: + type: string + nullable: true + hostedContent: + $ref: '#/components/schemas/microsoft.graph.teamworkHostedContent' + additionalProperties: + type: object microsoft.graph.scheduleChangeRequest: allOf: - $ref: '#/components/schemas/microsoft.graph.changeTrackedEntity' diff --git a/openApiDocs/beta/Devices.CorporateManagement.yml b/openApiDocs/beta/Devices.CorporateManagement.yml index 184f6d0e925..9bd9b47b8f4 100644 --- a/openApiDocs/beta/Devices.CorporateManagement.yml +++ b/openApiDocs/beta/Devices.CorporateManagement.yml @@ -34042,7 +34042,7 @@ components: 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.' + description: 'Groups that this device is a member of. HTTP Methods: GET (supported for all groups). Read-only. Nullable.' registeredOwners: type: array items: @@ -38648,7 +38648,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.chatMessageHostedContent' - description: 'Content in a message hosted by Microsoft Teams e.g. images, code snippets etc.' + description: 'Content in a message hosted by Microsoft Teams e.g., images, code snippets etc.' replies: type: array items: @@ -42144,6 +42144,10 @@ components: nullable: true bot: $ref: '#/components/schemas/microsoft.graph.teamworkBot' + colorIcon: + $ref: '#/components/schemas/microsoft.graph.teamsAppIcon' + outlineIcon: + $ref: '#/components/schemas/microsoft.graph.teamsAppIcon' additionalProperties: type: object microsoft.graph.chatMessageAttachment: @@ -43829,6 +43833,19 @@ components: type: object additionalProperties: type: object + microsoft.graph.teamsAppIcon: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: teamsAppIcon + type: object + properties: + webUrl: + type: string + nullable: true + hostedContent: + $ref: '#/components/schemas/microsoft.graph.teamworkHostedContent' + additionalProperties: + type: object microsoft.graph.chatMessagePolicyViolationDlpActionTypes: title: chatMessagePolicyViolationDlpActionTypes enum: diff --git a/openApiDocs/beta/Education.yml b/openApiDocs/beta/Education.yml index d32d78dd1e4..4c2341f3051 100644 --- a/openApiDocs/beta/Education.yml +++ b/openApiDocs/beta/Education.yml @@ -19987,7 +19987,7 @@ components: 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.' + description: 'Groups that this device is a member of. HTTP Methods: GET (supported for all groups). Read-only. Nullable.' registeredOwners: type: array items: @@ -25384,7 +25384,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.chatMessageHostedContent' - description: 'Content in a message hosted by Microsoft Teams e.g. images, code snippets etc.' + description: 'Content in a message hosted by Microsoft Teams e.g., images, code snippets etc.' replies: type: array items: @@ -27207,6 +27207,10 @@ components: nullable: true bot: $ref: '#/components/schemas/microsoft.graph.teamworkBot' + colorIcon: + $ref: '#/components/schemas/microsoft.graph.teamsAppIcon' + outlineIcon: + $ref: '#/components/schemas/microsoft.graph.teamsAppIcon' additionalProperties: type: object microsoft.graph.operationError: @@ -30230,6 +30234,19 @@ components: type: object additionalProperties: type: object + microsoft.graph.teamsAppIcon: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: teamsAppIcon + type: object + properties: + webUrl: + type: string + nullable: true + hostedContent: + $ref: '#/components/schemas/microsoft.graph.teamworkHostedContent' + additionalProperties: + type: object microsoft.graph.scheduleChangeRequest: allOf: - $ref: '#/components/schemas/microsoft.graph.changeTrackedEntity' diff --git a/openApiDocs/beta/Files.yml b/openApiDocs/beta/Files.yml index 4318ddbb374..05bcb7b528e 100644 --- a/openApiDocs/beta/Files.yml +++ b/openApiDocs/beta/Files.yml @@ -32751,7 +32751,7 @@ components: 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.' + description: 'Groups that this device is a member of. HTTP Methods: GET (supported for all groups). Read-only. Nullable.' registeredOwners: type: array items: @@ -37609,7 +37609,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.chatMessageHostedContent' - description: 'Content in a message hosted by Microsoft Teams e.g. images, code snippets etc.' + description: 'Content in a message hosted by Microsoft Teams e.g., images, code snippets etc.' replies: type: array items: @@ -40378,6 +40378,10 @@ components: nullable: true bot: $ref: '#/components/schemas/microsoft.graph.teamworkBot' + colorIcon: + $ref: '#/components/schemas/microsoft.graph.teamsAppIcon' + outlineIcon: + $ref: '#/components/schemas/microsoft.graph.teamsAppIcon' additionalProperties: type: object microsoft.graph.chatMessageAttachment: @@ -41728,6 +41732,19 @@ components: type: object additionalProperties: type: object + microsoft.graph.teamsAppIcon: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: teamsAppIcon + type: object + properties: + webUrl: + type: string + nullable: true + hostedContent: + $ref: '#/components/schemas/microsoft.graph.teamworkHostedContent' + additionalProperties: + type: object microsoft.graph.chatMessagePolicyViolationDlpActionTypes: title: chatMessagePolicyViolationDlpActionTypes enum: diff --git a/openApiDocs/beta/Groups.yml b/openApiDocs/beta/Groups.yml index 92faf4e9d7a..64776248bf1 100644 --- a/openApiDocs/beta/Groups.yml +++ b/openApiDocs/beta/Groups.yml @@ -29859,7 +29859,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.chatMessageHostedContent' - description: 'Content in a message hosted by Microsoft Teams e.g. images, code snippets etc.' + description: 'Content in a message hosted by Microsoft Teams e.g., images, code snippets etc.' replies: type: array items: @@ -29962,6 +29962,10 @@ components: nullable: true bot: $ref: '#/components/schemas/microsoft.graph.teamworkBot' + colorIcon: + $ref: '#/components/schemas/microsoft.graph.teamsAppIcon' + outlineIcon: + $ref: '#/components/schemas/microsoft.graph.teamsAppIcon' additionalProperties: type: object microsoft.graph.operationError: @@ -32126,7 +32130,7 @@ components: 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.' + description: 'Groups that this device is a member of. HTTP Methods: GET (supported for all groups). Read-only. Nullable.' registeredOwners: type: array items: @@ -33703,6 +33707,19 @@ components: type: object additionalProperties: type: object + microsoft.graph.teamsAppIcon: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: teamsAppIcon + type: object + properties: + webUrl: + type: string + nullable: true + hostedContent: + $ref: '#/components/schemas/microsoft.graph.teamworkHostedContent' + additionalProperties: + type: object microsoft.graph.automaticRepliesSetting: title: automaticRepliesSetting type: object diff --git a/openApiDocs/beta/Identity.DirectoryManagement.yml b/openApiDocs/beta/Identity.DirectoryManagement.yml index 89020a61bda..7684ed07ef0 100644 --- a/openApiDocs/beta/Identity.DirectoryManagement.yml +++ b/openApiDocs/beta/Identity.DirectoryManagement.yml @@ -11861,7 +11861,7 @@ components: 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.' + description: 'Groups that this device is a member of. HTTP Methods: GET (supported for all groups). Read-only. Nullable.' registeredOwners: type: array items: diff --git a/openApiDocs/beta/Identity.Governance.yml b/openApiDocs/beta/Identity.Governance.yml index 6b58f1cf35e..4d491e7389c 100644 --- a/openApiDocs/beta/Identity.Governance.yml +++ b/openApiDocs/beta/Identity.Governance.yml @@ -3590,6 +3590,30 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: action + '/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}/microsoft.graph.generateDownloadUri': + post: + tags: + - identityGovernance.Actions + summary: Invoke action generateDownloadUri + operationId: identityGovernance.accessReviews.historyDefinitions_generateDownloadUri + parameters: + - name: accessReviewHistoryDefinition-id + in: path + description: 'key: id of accessReviewHistoryDefinition' + required: true + schema: + type: string + x-ms-docs-key-type: accessReviewHistoryDefinition + responses: + '200': + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.accessReviewHistoryDefinition' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action '/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/microsoft.graph.filterByCurrentUser(on={on})': get: tags: @@ -110744,6 +110768,48 @@ components: nullable: true additionalProperties: type: object + microsoft.graph.accessReviewHistoryDefinition: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: accessReviewHistoryDefinition + 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 + decisions: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.accessReviewHistoryDecisionFilter' + displayName: + type: string + downloadUri: + type: string + nullable: true + fulfilledDateTime: + 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 + reviewHistoryPeriodEndDateTime: + 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 + reviewHistoryPeriodStartDateTime: + 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 + scopes: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.accessReviewScope' + status: + $ref: '#/components/schemas/microsoft.graph.accessReviewHistoryStatus' + additionalProperties: + type: object microsoft.graph.consentRequestFilterByCurrentUserOptions: title: consentRequestFilterByCurrentUserOptions enum: @@ -112442,6 +112508,30 @@ components: nullable: true additionalProperties: type: object + microsoft.graph.accessReviewHistoryDecisionFilter: + title: accessReviewHistoryDecisionFilter + enum: + - approve + - deny + - notReviewed + - dontKnow + - notNotified + - unknownFutureValue + type: string + microsoft.graph.accessReviewScope: + title: accessReviewScope + type: object + additionalProperties: + type: object + microsoft.graph.accessReviewHistoryStatus: + title: accessReviewHistoryStatus + enum: + - done + - inprogress + - error + - requested + - unknownFutureValue + type: string microsoft.graph.request: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' diff --git a/openApiDocs/beta/Identity.SignIns.yml b/openApiDocs/beta/Identity.SignIns.yml index 859a39b4d1d..3d76939bd99 100644 --- a/openApiDocs/beta/Identity.SignIns.yml +++ b/openApiDocs/beta/Identity.SignIns.yml @@ -4886,7 +4886,6 @@ paths: - claimsMappingPolicies - homeRealmDiscoveryPolicies - permissionGrantPolicies - - privateLinkResourcePolicies - tokenIssuancePolicies - tokenLifetimePolicies - featureRolloutPolicies @@ -4916,7 +4915,6 @@ paths: - claimsMappingPolicies - homeRealmDiscoveryPolicies - permissionGrantPolicies - - privateLinkResourcePolicies - tokenIssuancePolicies - tokenLifetimePolicies - featureRolloutPolicies @@ -4951,8 +4949,6 @@ paths: operationId: policies.ListHomeRealmDiscoveryPolicies permissionGrantPolicies: operationId: policies.ListPermissionGrantPolicies - privateLinkResourcePolicies: - operationId: policies.ListPrivateLinkResourcePolicies tokenIssuancePolicies: operationId: policies.ListTokenIssuancePolicies tokenLifetimePolicies: @@ -5397,6 +5393,7 @@ paths: - lastModifiedDateTime - policyVersion - reconfirmationInDays + - registrationEnforcement - authenticationMethodConfigurations type: string - name: $expand @@ -7796,455 +7793,6 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - /policies/privateLinkResourcePolicies: - get: - tags: - - policies.privateLinkResourcePolicy - summary: Get privateLinkResourcePolicies from policies - operationId: policies_ListPrivateLinkResourcePolicies - parameters: - - $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 - - allowedTenantIds - - allowedTenantIds desc - - displayName - - displayName desc - - externalPrivateLinkId - - externalPrivateLinkId 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 - - allowedTenantIds - - displayName - - externalPrivateLinkId - - privateEndpointConnections - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - enum: - - '*' - - privateEndpointConnections - type: string - responses: - '200': - description: Retrieved navigation property - content: - application/json: - schema: - title: Collection of privateLinkResourcePolicy - type: object - properties: - value: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.privateLinkResourcePolicy' - '@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: - - policies.privateLinkResourcePolicy - summary: Create new navigation property to privateLinkResourcePolicies for policies - operationId: policies_CreatePrivateLinkResourcePolicies - requestBody: - description: New navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.privateLinkResourcePolicy' - required: true - responses: - '201': - description: Created navigation property. - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.privateLinkResourcePolicy' - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/policies/privateLinkResourcePolicies/{privateLinkResourcePolicy-id}': - get: - tags: - - policies.privateLinkResourcePolicy - summary: Get privateLinkResourcePolicies from policies - operationId: policies_GetPrivateLinkResourcePolicies - parameters: - - name: privateLinkResourcePolicy-id - in: path - description: 'key: id of privateLinkResourcePolicy' - required: true - schema: - type: string - x-ms-docs-key-type: privateLinkResourcePolicy - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - enum: - - id - - allowedTenantIds - - displayName - - externalPrivateLinkId - - privateEndpointConnections - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - enum: - - '*' - - privateEndpointConnections - type: string - responses: - '200': - description: Retrieved navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.privateLinkResourcePolicy' - links: - privateEndpointConnections: - operationId: policies.PrivateLinkResourcePolicies.ListPrivateEndpointConnections - parameters: - privateLinkResourcePolicy-id: $request.path.privateLinkResourcePolicy-id - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - patch: - tags: - - policies.privateLinkResourcePolicy - summary: Update the navigation property privateLinkResourcePolicies in policies - operationId: policies_UpdatePrivateLinkResourcePolicies - parameters: - - name: privateLinkResourcePolicy-id - in: path - description: 'key: id of privateLinkResourcePolicy' - required: true - schema: - type: string - x-ms-docs-key-type: privateLinkResourcePolicy - requestBody: - description: New navigation property values - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.privateLinkResourcePolicy' - required: true - responses: - '204': - description: Success - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - delete: - tags: - - policies.privateLinkResourcePolicy - summary: Delete navigation property privateLinkResourcePolicies for policies - operationId: policies_DeletePrivateLinkResourcePolicies - parameters: - - name: privateLinkResourcePolicy-id - in: path - description: 'key: id of privateLinkResourcePolicy' - required: true - schema: - type: string - x-ms-docs-key-type: privateLinkResourcePolicy - - 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 - '/policies/privateLinkResourcePolicies/{privateLinkResourcePolicy-id}/privateEndpointConnections': - get: - tags: - - policies.privateLinkResourcePolicy - summary: Get privateEndpointConnections from policies - operationId: policies.privateLinkResourcePolicies_ListPrivateEndpointConnections - parameters: - - name: privateLinkResourcePolicy-id - in: path - description: 'key: id of privateLinkResourcePolicy' - required: true - schema: - type: string - x-ms-docs-key-type: privateLinkResourcePolicy - - $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 - - externalPrivateEndpointId - - externalPrivateEndpointId desc - - privateLinkIds - - privateLinkIds 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 - - externalPrivateEndpointId - - privateLinkIds - 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 privateEndpointConnection - type: object - properties: - value: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.privateEndpointConnection' - '@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: - - policies.privateLinkResourcePolicy - summary: Create new navigation property to privateEndpointConnections for policies - operationId: policies.privateLinkResourcePolicies_CreatePrivateEndpointConnections - parameters: - - name: privateLinkResourcePolicy-id - in: path - description: 'key: id of privateLinkResourcePolicy' - required: true - schema: - type: string - x-ms-docs-key-type: privateLinkResourcePolicy - requestBody: - description: New navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.privateEndpointConnection' - required: true - responses: - '201': - description: Created navigation property. - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.privateEndpointConnection' - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/policies/privateLinkResourcePolicies/{privateLinkResourcePolicy-id}/privateEndpointConnections/{privateEndpointConnection-id}': - get: - tags: - - policies.privateLinkResourcePolicy - summary: Get privateEndpointConnections from policies - operationId: policies.privateLinkResourcePolicies_GetPrivateEndpointConnections - parameters: - - name: privateLinkResourcePolicy-id - in: path - description: 'key: id of privateLinkResourcePolicy' - required: true - schema: - type: string - x-ms-docs-key-type: privateLinkResourcePolicy - - name: privateEndpointConnection-id - in: path - description: 'key: id of privateEndpointConnection' - required: true - schema: - type: string - x-ms-docs-key-type: privateEndpointConnection - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - enum: - - id - - externalPrivateEndpointId - - privateLinkIds - 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.privateEndpointConnection' - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - patch: - tags: - - policies.privateLinkResourcePolicy - summary: Update the navigation property privateEndpointConnections in policies - operationId: policies.privateLinkResourcePolicies_UpdatePrivateEndpointConnections - parameters: - - name: privateLinkResourcePolicy-id - in: path - description: 'key: id of privateLinkResourcePolicy' - required: true - schema: - type: string - x-ms-docs-key-type: privateLinkResourcePolicy - - name: privateEndpointConnection-id - in: path - description: 'key: id of privateEndpointConnection' - required: true - schema: - type: string - x-ms-docs-key-type: privateEndpointConnection - requestBody: - description: New navigation property values - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.privateEndpointConnection' - required: true - responses: - '204': - description: Success - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - delete: - tags: - - policies.privateLinkResourcePolicy - summary: Delete navigation property privateEndpointConnections for policies - operationId: policies.privateLinkResourcePolicies_DeletePrivateEndpointConnections - parameters: - - name: privateLinkResourcePolicy-id - in: path - description: 'key: id of privateLinkResourcePolicy' - required: true - schema: - type: string - x-ms-docs-key-type: privateLinkResourcePolicy - - name: privateEndpointConnection-id - in: path - description: 'key: id of privateEndpointConnection' - required: true - schema: - type: string - x-ms-docs-key-type: privateEndpointConnection - - 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 /policies/roleManagementPolicies: get: tags: @@ -15940,10 +15488,6 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.permissionGrantPolicy' - privateLinkResourcePolicies: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.privateLinkResourcePolicy' tokenIssuancePolicies: type: array items: @@ -16062,6 +15606,8 @@ components: type: integer format: int32 nullable: true + registrationEnforcement: + $ref: '#/components/schemas/microsoft.graph.registrationEnforcement' authenticationMethodConfigurations: type: array items: @@ -16273,41 +15819,6 @@ components: nullable: true additionalProperties: type: object - microsoft.graph.privateLinkResourcePolicy: - allOf: - - $ref: '#/components/schemas/microsoft.graph.entity' - - title: privateLinkResourcePolicy - type: object - properties: - allowedTenantIds: - type: array - items: - type: string - displayName: - type: string - externalPrivateLinkId: - type: string - privateEndpointConnections: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.privateEndpointConnection' - additionalProperties: - type: object - microsoft.graph.privateEndpointConnection: - allOf: - - $ref: '#/components/schemas/microsoft.graph.entity' - - title: privateEndpointConnection - type: object - properties: - externalPrivateEndpointId: - type: string - privateLinkIds: - type: array - items: - type: integer - format: int64 - additionalProperties: - type: object microsoft.graph.unifiedRoleManagementPolicy: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -16931,7 +16442,7 @@ components: 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.' + description: 'Groups that this device is a member of. HTTP Methods: GET (supported for all groups). Read-only. Nullable.' registeredOwners: type: array items: @@ -20656,6 +20167,14 @@ components: description: Indicates whether self-service sign-up flow is enabled or disabled. The default value is false. This property is not a key. Required. additionalProperties: type: object + microsoft.graph.registrationEnforcement: + title: registrationEnforcement + type: object + properties: + authenticationMethodsRegistrationCampaign: + $ref: '#/components/schemas/microsoft.graph.authenticationMethodsRegistrationCampaign' + additionalProperties: + type: object microsoft.graph.authenticationMethodConfiguration: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -25719,7 +25238,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.chatMessageHostedContent' - description: 'Content in a message hosted by Microsoft Teams e.g. images, code snippets etc.' + description: 'Content in a message hosted by Microsoft Teams e.g., images, code snippets etc.' replies: type: array items: @@ -26138,6 +25657,27 @@ components: description: The tasks in this task list. Read-only. Nullable. additionalProperties: type: object + microsoft.graph.authenticationMethodsRegistrationCampaign: + title: authenticationMethodsRegistrationCampaign + type: object + properties: + excludeTargets: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.excludeTarget' + includeTargets: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.authenticationMethodsRegistrationCampaignIncludeTarget' + snoozeDurationInDays: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + state: + $ref: '#/components/schemas/microsoft.graph.advancedConfigState' + additionalProperties: + type: object microsoft.graph.authenticationMethodState: title: authenticationMethodState enum: @@ -29554,6 +29094,10 @@ components: nullable: true bot: $ref: '#/components/schemas/microsoft.graph.teamworkBot' + colorIcon: + $ref: '#/components/schemas/microsoft.graph.teamsAppIcon' + outlineIcon: + $ref: '#/components/schemas/microsoft.graph.teamsAppIcon' additionalProperties: type: object microsoft.graph.chatMessageAttachment: @@ -30067,6 +29611,37 @@ components: description: A collection of resources linked to the task. additionalProperties: type: object + microsoft.graph.excludeTarget: + title: excludeTarget + type: object + properties: + id: + type: string + targetType: + $ref: '#/components/schemas/microsoft.graph.authenticationMethodTargetType' + additionalProperties: + type: object + microsoft.graph.authenticationMethodsRegistrationCampaignIncludeTarget: + title: authenticationMethodsRegistrationCampaignIncludeTarget + type: object + properties: + id: + type: string + targetedAuthenticationMethod: + type: string + nullable: true + targetType: + $ref: '#/components/schemas/microsoft.graph.authenticationMethodTargetType' + additionalProperties: + type: object + microsoft.graph.advancedConfigState: + title: advancedConfigState + enum: + - default + - enabled + - disabled + - unknownFutureValue + type: string odata.error.detail: required: - code @@ -31360,6 +30935,19 @@ components: type: object additionalProperties: type: object + microsoft.graph.teamsAppIcon: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: teamsAppIcon + type: object + properties: + webUrl: + type: string + nullable: true + hostedContent: + $ref: '#/components/schemas/microsoft.graph.teamworkHostedContent' + additionalProperties: + type: object microsoft.graph.chatMessagePolicyViolationDlpActionTypes: title: chatMessagePolicyViolationDlpActionTypes enum: @@ -31626,6 +31214,13 @@ components: nullable: true additionalProperties: type: object + microsoft.graph.authenticationMethodTargetType: + title: authenticationMethodTargetType + enum: + - user + - group + - unknownFutureValue + type: string microsoft.graph.mediaSourceContentCategory: title: mediaSourceContentCategory enum: diff --git a/openApiDocs/beta/Sites.yml b/openApiDocs/beta/Sites.yml index b04ef251267..d391274c9bb 100644 --- a/openApiDocs/beta/Sites.yml +++ b/openApiDocs/beta/Sites.yml @@ -29247,7 +29247,7 @@ components: 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.' + description: 'Groups that this device is a member of. HTTP Methods: GET (supported for all groups). Read-only. Nullable.' registeredOwners: type: array items: @@ -34046,7 +34046,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.chatMessageHostedContent' - description: 'Content in a message hosted by Microsoft Teams e.g. images, code snippets etc.' + description: 'Content in a message hosted by Microsoft Teams e.g., images, code snippets etc.' replies: type: array items: @@ -36797,6 +36797,10 @@ components: nullable: true bot: $ref: '#/components/schemas/microsoft.graph.teamworkBot' + colorIcon: + $ref: '#/components/schemas/microsoft.graph.teamsAppIcon' + outlineIcon: + $ref: '#/components/schemas/microsoft.graph.teamsAppIcon' additionalProperties: type: object microsoft.graph.chatMessageAttachment: @@ -38147,6 +38151,19 @@ components: type: object additionalProperties: type: object + microsoft.graph.teamsAppIcon: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: teamsAppIcon + type: object + properties: + webUrl: + type: string + nullable: true + hostedContent: + $ref: '#/components/schemas/microsoft.graph.teamworkHostedContent' + additionalProperties: + type: object microsoft.graph.chatMessagePolicyViolationDlpActionTypes: title: chatMessagePolicyViolationDlpActionTypes enum: diff --git a/openApiDocs/beta/Teams.yml b/openApiDocs/beta/Teams.yml index e9adaa01c80..b8661e39d31 100644 --- a/openApiDocs/beta/Teams.yml +++ b/openApiDocs/beta/Teams.yml @@ -293,6 +293,8 @@ paths: - teamsAppId - version - bot + - colorIcon + - outlineIcon type: string - name: $expand in: query @@ -306,6 +308,8 @@ paths: enum: - '*' - bot + - colorIcon + - outlineIcon type: string responses: '200': @@ -403,6 +407,8 @@ paths: - teamsAppId - version - bot + - colorIcon + - outlineIcon type: string - name: $expand in: query @@ -416,6 +422,8 @@ paths: enum: - '*' - bot + - colorIcon + - outlineIcon type: string responses: '200': @@ -430,14 +438,586 @@ paths: parameters: teamsApp-id: $request.path.teamsApp-id teamsAppDefinition-id: $request.path.teamsAppDefinition-id + colorIcon: + operationId: appCatalogs.teamsApps.AppDefinitions.GetColorIcon + parameters: + teamsApp-id: $request.path.teamsApp-id + teamsAppDefinition-id: $request.path.teamsAppDefinition-id + outlineIcon: + operationId: appCatalogs.teamsApps.AppDefinitions.GetOutlineIcon + parameters: + teamsApp-id: $request.path.teamsApp-id + teamsAppDefinition-id: $request.path.teamsAppDefinition-id + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - appCatalogs.teamsApp + summary: Update the navigation property appDefinitions in appCatalogs + operationId: appCatalogs.teamsApps_UpdateAppDefinitions + parameters: + - name: teamsApp-id + in: path + description: 'key: id of teamsApp' + required: true + schema: + type: string + x-ms-docs-key-type: teamsApp + - name: teamsAppDefinition-id + in: path + description: 'key: id of teamsAppDefinition' + required: true + schema: + type: string + x-ms-docs-key-type: teamsAppDefinition + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.teamsAppDefinition' + required: true + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - appCatalogs.teamsApp + summary: Delete navigation property appDefinitions for appCatalogs + operationId: appCatalogs.teamsApps_DeleteAppDefinitions + parameters: + - name: teamsApp-id + in: path + description: 'key: id of teamsApp' + required: true + schema: + type: string + x-ms-docs-key-type: teamsApp + - name: teamsAppDefinition-id + in: path + description: 'key: id of teamsAppDefinition' + required: true + schema: + type: string + x-ms-docs-key-type: teamsAppDefinition + - 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 + '/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/bot': + get: + tags: + - appCatalogs.teamsApp + summary: Get bot from appCatalogs + operationId: appCatalogs.teamsApps.appDefinitions_GetBot + parameters: + - name: teamsApp-id + in: path + description: 'key: id of teamsApp' + required: true + schema: + type: string + x-ms-docs-key-type: teamsApp + - name: teamsAppDefinition-id + in: path + description: 'key: id of teamsAppDefinition' + required: true + schema: + type: string + x-ms-docs-key-type: teamsAppDefinition + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - id + 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.teamworkBot' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - appCatalogs.teamsApp + summary: Update the navigation property bot in appCatalogs + operationId: appCatalogs.teamsApps.appDefinitions_UpdateBot + parameters: + - name: teamsApp-id + in: path + description: 'key: id of teamsApp' + required: true + schema: + type: string + x-ms-docs-key-type: teamsApp + - name: teamsAppDefinition-id + in: path + description: 'key: id of teamsAppDefinition' + required: true + schema: + type: string + x-ms-docs-key-type: teamsAppDefinition + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.teamworkBot' + required: true + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - appCatalogs.teamsApp + summary: Delete navigation property bot for appCatalogs + operationId: appCatalogs.teamsApps.appDefinitions_DeleteBot + parameters: + - name: teamsApp-id + in: path + description: 'key: id of teamsApp' + required: true + schema: + type: string + x-ms-docs-key-type: teamsApp + - name: teamsAppDefinition-id + in: path + description: 'key: id of teamsAppDefinition' + required: true + schema: + type: string + x-ms-docs-key-type: teamsAppDefinition + - 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 + '/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/colorIcon': + get: + tags: + - appCatalogs.teamsApp + summary: Get colorIcon from appCatalogs + operationId: appCatalogs.teamsApps.appDefinitions_GetColorIcon + parameters: + - name: teamsApp-id + in: path + description: 'key: id of teamsApp' + required: true + schema: + type: string + x-ms-docs-key-type: teamsApp + - name: teamsAppDefinition-id + in: path + description: 'key: id of teamsAppDefinition' + required: true + schema: + type: string + x-ms-docs-key-type: teamsAppDefinition + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - id + - webUrl + - hostedContent + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - '*' + - hostedContent + type: string + responses: + '200': + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.teamsAppIcon' + links: + hostedContent: + operationId: appCatalogs.teamsApps.appDefinitions.ColorIcon.GetHostedContent + parameters: + teamsApp-id: $request.path.teamsApp-id + teamsAppDefinition-id: $request.path.teamsAppDefinition-id + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - appCatalogs.teamsApp + summary: Update the navigation property colorIcon in appCatalogs + operationId: appCatalogs.teamsApps.appDefinitions_UpdateColorIcon + parameters: + - name: teamsApp-id + in: path + description: 'key: id of teamsApp' + required: true + schema: + type: string + x-ms-docs-key-type: teamsApp + - name: teamsAppDefinition-id + in: path + description: 'key: id of teamsAppDefinition' + required: true + schema: + type: string + x-ms-docs-key-type: teamsAppDefinition + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.teamsAppIcon' + required: true + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - appCatalogs.teamsApp + summary: Delete navigation property colorIcon for appCatalogs + operationId: appCatalogs.teamsApps.appDefinitions_DeleteColorIcon + parameters: + - name: teamsApp-id + in: path + description: 'key: id of teamsApp' + required: true + schema: + type: string + x-ms-docs-key-type: teamsApp + - name: teamsAppDefinition-id + in: path + description: 'key: id of teamsAppDefinition' + required: true + schema: + type: string + x-ms-docs-key-type: teamsAppDefinition + - 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 + '/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/colorIcon/hostedContent': + get: + tags: + - appCatalogs.teamsApp + summary: Get hostedContent from appCatalogs + operationId: appCatalogs.teamsApps.appDefinitions.colorIcon_GetHostedContent + parameters: + - name: teamsApp-id + in: path + description: 'key: id of teamsApp' + required: true + schema: + type: string + x-ms-docs-key-type: teamsApp + - name: teamsAppDefinition-id + in: path + description: 'key: id of teamsAppDefinition' + required: true + schema: + type: string + x-ms-docs-key-type: teamsAppDefinition + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - id + - contentBytes + - contentType + 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.teamworkHostedContent' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - appCatalogs.teamsApp + summary: Update the navigation property hostedContent in appCatalogs + operationId: appCatalogs.teamsApps.appDefinitions.colorIcon_UpdateHostedContent + parameters: + - name: teamsApp-id + in: path + description: 'key: id of teamsApp' + required: true + schema: + type: string + x-ms-docs-key-type: teamsApp + - name: teamsAppDefinition-id + in: path + description: 'key: id of teamsAppDefinition' + required: true + schema: + type: string + x-ms-docs-key-type: teamsAppDefinition + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.teamworkHostedContent' + required: true + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - appCatalogs.teamsApp + summary: Delete navigation property hostedContent for appCatalogs + operationId: appCatalogs.teamsApps.appDefinitions.colorIcon_DeleteHostedContent + parameters: + - name: teamsApp-id + in: path + description: 'key: id of teamsApp' + required: true + schema: + type: string + x-ms-docs-key-type: teamsApp + - name: teamsAppDefinition-id + in: path + description: 'key: id of teamsAppDefinition' + required: true + schema: + type: string + x-ms-docs-key-type: teamsAppDefinition + - 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 + '/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/colorIcon/hostedContent/$value': + get: + tags: + - appCatalogs.teamsApp + summary: Get media content for the navigation property hostedContent from appCatalogs + operationId: appCatalogs.teamsApps.appDefinitions.colorIcon_GetHostedContentContent + parameters: + - name: teamsApp-id + in: path + description: 'key: id of teamsApp' + required: true + schema: + type: string + x-ms-docs-key-type: teamsApp + - name: teamsAppDefinition-id + in: path + description: 'key: id of teamsAppDefinition' + required: true + schema: + type: string + x-ms-docs-key-type: teamsAppDefinition + responses: + '200': + description: Retrieved media content + content: + application/octet-stream: + schema: + type: string + format: binary + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + put: + tags: + - appCatalogs.teamsApp + summary: Update media content for the navigation property hostedContent in appCatalogs + operationId: appCatalogs.teamsApps.appDefinitions.colorIcon_SetHostedContentContent + parameters: + - name: teamsApp-id + in: path + description: 'key: id of teamsApp' + required: true + schema: + type: string + x-ms-docs-key-type: teamsApp + - name: teamsAppDefinition-id + in: path + description: 'key: id of teamsAppDefinition' + required: true + schema: + type: string + x-ms-docs-key-type: teamsAppDefinition + requestBody: + description: New media content. + content: + application/octet-stream: + schema: + type: string + format: binary + required: true + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/outlineIcon': + get: + tags: + - appCatalogs.teamsApp + summary: Get outlineIcon from appCatalogs + operationId: appCatalogs.teamsApps.appDefinitions_GetOutlineIcon + parameters: + - name: teamsApp-id + in: path + description: 'key: id of teamsApp' + required: true + schema: + type: string + x-ms-docs-key-type: teamsApp + - name: teamsAppDefinition-id + in: path + description: 'key: id of teamsAppDefinition' + required: true + schema: + type: string + x-ms-docs-key-type: teamsAppDefinition + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - id + - webUrl + - hostedContent + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - '*' + - hostedContent + type: string + responses: + '200': + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.teamsAppIcon' + links: + hostedContent: + operationId: appCatalogs.teamsApps.appDefinitions.OutlineIcon.GetHostedContent + parameters: + teamsApp-id: $request.path.teamsApp-id + teamsAppDefinition-id: $request.path.teamsAppDefinition-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - appCatalogs.teamsApp - summary: Update the navigation property appDefinitions in appCatalogs - operationId: appCatalogs.teamsApps_UpdateAppDefinitions + summary: Update the navigation property outlineIcon in appCatalogs + operationId: appCatalogs.teamsApps.appDefinitions_UpdateOutlineIcon parameters: - name: teamsApp-id in: path @@ -458,7 +1038,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.teamsAppDefinition' + $ref: '#/components/schemas/microsoft.graph.teamsAppIcon' required: true responses: '204': @@ -469,8 +1049,8 @@ paths: delete: tags: - appCatalogs.teamsApp - summary: Delete navigation property appDefinitions for appCatalogs - operationId: appCatalogs.teamsApps_DeleteAppDefinitions + summary: Delete navigation property outlineIcon for appCatalogs + operationId: appCatalogs.teamsApps.appDefinitions_DeleteOutlineIcon parameters: - name: teamsApp-id in: path @@ -497,12 +1077,12 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/bot': + '/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/outlineIcon/hostedContent': get: tags: - appCatalogs.teamsApp - summary: Get bot from appCatalogs - operationId: appCatalogs.teamsApps.appDefinitions_GetBot + summary: Get hostedContent from appCatalogs + operationId: appCatalogs.teamsApps.appDefinitions.outlineIcon_GetHostedContent parameters: - name: teamsApp-id in: path @@ -529,6 +1109,8 @@ paths: items: enum: - id + - contentBytes + - contentType type: string - name: $expand in: query @@ -548,15 +1130,15 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.teamworkBot' + $ref: '#/components/schemas/microsoft.graph.teamworkHostedContent' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - appCatalogs.teamsApp - summary: Update the navigation property bot in appCatalogs - operationId: appCatalogs.teamsApps.appDefinitions_UpdateBot + summary: Update the navigation property hostedContent in appCatalogs + operationId: appCatalogs.teamsApps.appDefinitions.outlineIcon_UpdateHostedContent parameters: - name: teamsApp-id in: path @@ -577,7 +1159,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.teamworkBot' + $ref: '#/components/schemas/microsoft.graph.teamworkHostedContent' required: true responses: '204': @@ -588,8 +1170,8 @@ paths: delete: tags: - appCatalogs.teamsApp - summary: Delete navigation property bot for appCatalogs - operationId: appCatalogs.teamsApps.appDefinitions_DeleteBot + summary: Delete navigation property hostedContent for appCatalogs + operationId: appCatalogs.teamsApps.appDefinitions.outlineIcon_DeleteHostedContent parameters: - name: teamsApp-id in: path @@ -616,6 +1198,72 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation + '/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/outlineIcon/hostedContent/$value': + get: + tags: + - appCatalogs.teamsApp + summary: Get media content for the navigation property hostedContent from appCatalogs + operationId: appCatalogs.teamsApps.appDefinitions.outlineIcon_GetHostedContentContent + parameters: + - name: teamsApp-id + in: path + description: 'key: id of teamsApp' + required: true + schema: + type: string + x-ms-docs-key-type: teamsApp + - name: teamsAppDefinition-id + in: path + description: 'key: id of teamsAppDefinition' + required: true + schema: + type: string + x-ms-docs-key-type: teamsAppDefinition + responses: + '200': + description: Retrieved media content + content: + application/octet-stream: + schema: + type: string + format: binary + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + put: + tags: + - appCatalogs.teamsApp + summary: Update media content for the navigation property hostedContent in appCatalogs + operationId: appCatalogs.teamsApps.appDefinitions.outlineIcon_SetHostedContentContent + parameters: + - name: teamsApp-id + in: path + description: 'key: id of teamsApp' + required: true + schema: + type: string + x-ms-docs-key-type: teamsApp + - name: teamsAppDefinition-id + in: path + description: 'key: id of teamsAppDefinition' + required: true + schema: + type: string + x-ms-docs-key-type: teamsAppDefinition + requestBody: + description: New media content. + content: + application/octet-stream: + schema: + type: string + format: binary + required: true + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation /chats: get: tags: @@ -1351,6 +1999,8 @@ paths: - teamsAppId - version - bot + - colorIcon + - outlineIcon type: string - name: $expand in: query @@ -1364,6 +2014,8 @@ paths: enum: - '*' - bot + - colorIcon + - outlineIcon type: string responses: '200': @@ -1378,6 +2030,16 @@ paths: parameters: chat-id: $request.path.chat-id teamsAppInstallation-id: $request.path.teamsAppInstallation-id + colorIcon: + operationId: chats.installedApps.TeamsAppDefinition.GetColorIcon + parameters: + chat-id: $request.path.chat-id + teamsAppInstallation-id: $request.path.teamsAppInstallation-id + outlineIcon: + operationId: chats.installedApps.TeamsAppDefinition.GetOutlineIcon + parameters: + chat-id: $request.path.chat-id + teamsAppInstallation-id: $request.path.teamsAppInstallation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -1415,6 +2077,16 @@ paths: parameters: chat-id: $request.path.chat-id teamsAppInstallation-id: $request.path.teamsAppInstallation-id + colorIcon: + operationId: chats.installedApps.TeamsAppDefinition.GetColorIcon + parameters: + chat-id: $request.path.chat-id + teamsAppInstallation-id: $request.path.teamsAppInstallation-id + outlineIcon: + operationId: chats.installedApps.TeamsAppDefinition.GetOutlineIcon + parameters: + chat-id: $request.path.chat-id + teamsAppInstallation-id: $request.path.teamsAppInstallation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -7649,6 +8321,8 @@ paths: - teamsAppId - version - bot + - colorIcon + - outlineIcon type: string - name: $expand in: query @@ -7662,6 +8336,8 @@ paths: enum: - '*' - bot + - colorIcon + - outlineIcon type: string responses: '200': @@ -7676,6 +8352,16 @@ paths: parameters: team-id: $request.path.team-id teamsAppInstallation-id: $request.path.teamsAppInstallation-id + colorIcon: + operationId: teams.installedApps.TeamsAppDefinition.GetColorIcon + parameters: + team-id: $request.path.team-id + teamsAppInstallation-id: $request.path.teamsAppInstallation-id + outlineIcon: + operationId: teams.installedApps.TeamsAppDefinition.GetOutlineIcon + parameters: + team-id: $request.path.team-id + teamsAppInstallation-id: $request.path.teamsAppInstallation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -7713,6 +8399,16 @@ paths: parameters: team-id: $request.path.team-id teamsAppInstallation-id: $request.path.teamsAppInstallation-id + colorIcon: + operationId: teams.installedApps.TeamsAppDefinition.GetColorIcon + parameters: + team-id: $request.path.team-id + teamsAppInstallation-id: $request.path.teamsAppInstallation-id + outlineIcon: + operationId: teams.installedApps.TeamsAppDefinition.GetOutlineIcon + parameters: + team-id: $request.path.team-id + teamsAppInstallation-id: $request.path.teamsAppInstallation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -16793,6 +17489,10 @@ components: nullable: true bot: $ref: '#/components/schemas/microsoft.graph.teamworkBot' + colorIcon: + $ref: '#/components/schemas/microsoft.graph.teamsAppIcon' + outlineIcon: + $ref: '#/components/schemas/microsoft.graph.teamsAppIcon' additionalProperties: type: object microsoft.graph.teamworkBot: @@ -16802,6 +17502,36 @@ components: type: object additionalProperties: type: object + microsoft.graph.teamsAppIcon: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: teamsAppIcon + type: object + properties: + webUrl: + type: string + nullable: true + hostedContent: + $ref: '#/components/schemas/microsoft.graph.teamworkHostedContent' + additionalProperties: + type: object + microsoft.graph.teamworkHostedContent: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: teamworkHostedContent + type: object + properties: + contentBytes: + type: string + description: Write only. Bytes for the hosted content (such as images). + format: base64url + nullable: true + contentType: + type: string + description: 'Write only. Content type, such as image/png, image/jpg.' + nullable: true + additionalProperties: + type: object microsoft.graph.chat: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -16984,7 +17714,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.chatMessageHostedContent' - description: 'Content in a message hosted by Microsoft Teams e.g. images, code snippets etc.' + description: 'Content in a message hosted by Microsoft Teams e.g., images, code snippets etc.' replies: type: array items: @@ -18945,23 +19675,6 @@ components: $ref: '#/components/schemas/microsoft.graph.identitySet' additionalProperties: type: object - microsoft.graph.teamworkHostedContent: - allOf: - - $ref: '#/components/schemas/microsoft.graph.entity' - - title: teamworkHostedContent - type: object - properties: - contentBytes: - type: string - description: Write only. Bytes for the hosted content (such as images). - format: base64url - nullable: true - contentType: - type: string - description: 'Write only. Content type, such as image/png, image/jpg.' - nullable: true - additionalProperties: - type: object microsoft.graph.teamworkActivityTopicSource: title: teamworkActivityTopicSource enum: @@ -22838,7 +23551,7 @@ components: 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.' + description: 'Groups that this device is a member of. HTTP Methods: GET (supported for all groups). Read-only. Nullable.' registeredOwners: type: array items: @@ -23291,6 +24004,10 @@ components: - openShiftRequest - offerShiftRequest - unknownFutureValue + - timeCard + - timeOffReason + - timeOff + - timeOffRequest type: string odata.error: required: diff --git a/openApiDocs/beta/Users.Actions.yml b/openApiDocs/beta/Users.Actions.yml index b5895b85419..8edb0d4b97d 100644 --- a/openApiDocs/beta/Users.Actions.yml +++ b/openApiDocs/beta/Users.Actions.yml @@ -26220,7 +26220,7 @@ components: 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.' + description: 'Groups that this device is a member of. HTTP Methods: GET (supported for all groups). Read-only. Nullable.' registeredOwners: type: array items: @@ -31289,7 +31289,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.chatMessageHostedContent' - description: 'Content in a message hosted by Microsoft Teams e.g. images, code snippets etc.' + description: 'Content in a message hosted by Microsoft Teams e.g., images, code snippets etc.' replies: type: array items: @@ -34948,6 +34948,10 @@ components: nullable: true bot: $ref: '#/components/schemas/microsoft.graph.teamworkBot' + colorIcon: + $ref: '#/components/schemas/microsoft.graph.teamsAppIcon' + outlineIcon: + $ref: '#/components/schemas/microsoft.graph.teamsAppIcon' additionalProperties: type: object microsoft.graph.chatMessageAttachment: @@ -36702,6 +36706,19 @@ components: type: object additionalProperties: type: object + microsoft.graph.teamsAppIcon: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: teamsAppIcon + type: object + properties: + webUrl: + type: string + nullable: true + hostedContent: + $ref: '#/components/schemas/microsoft.graph.teamworkHostedContent' + additionalProperties: + type: object microsoft.graph.chatMessagePolicyViolationDlpActionTypes: title: chatMessagePolicyViolationDlpActionTypes enum: diff --git a/openApiDocs/beta/Users.Functions.yml b/openApiDocs/beta/Users.Functions.yml index 8e36a288434..9170853e616 100644 --- a/openApiDocs/beta/Users.Functions.yml +++ b/openApiDocs/beta/Users.Functions.yml @@ -8603,7 +8603,7 @@ components: 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.' + description: 'Groups that this device is a member of. HTTP Methods: GET (supported for all groups). Read-only. Nullable.' registeredOwners: type: array items: @@ -12994,7 +12994,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.chatMessageHostedContent' - description: 'Content in a message hosted by Microsoft Teams e.g. images, code snippets etc.' + description: 'Content in a message hosted by Microsoft Teams e.g., images, code snippets etc.' replies: type: array items: @@ -16211,6 +16211,10 @@ components: nullable: true bot: $ref: '#/components/schemas/microsoft.graph.teamworkBot' + colorIcon: + $ref: '#/components/schemas/microsoft.graph.teamsAppIcon' + outlineIcon: + $ref: '#/components/schemas/microsoft.graph.teamsAppIcon' additionalProperties: type: object microsoft.graph.chatMessageAttachment: @@ -17762,6 +17766,19 @@ components: type: object additionalProperties: type: object + microsoft.graph.teamsAppIcon: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: teamsAppIcon + type: object + properties: + webUrl: + type: string + nullable: true + hostedContent: + $ref: '#/components/schemas/microsoft.graph.teamworkHostedContent' + additionalProperties: + type: object microsoft.graph.chatMessagePolicyViolationDlpActionTypes: title: chatMessagePolicyViolationDlpActionTypes enum: diff --git a/openApiDocs/beta/Users.yml b/openApiDocs/beta/Users.yml index 834df3eb64a..db22f44ab70 100644 --- a/openApiDocs/beta/Users.yml +++ b/openApiDocs/beta/Users.yml @@ -15885,7 +15885,7 @@ components: 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.' + description: 'Groups that this device is a member of. HTTP Methods: GET (supported for all groups). Read-only. Nullable.' registeredOwners: type: array items: @@ -21031,7 +21031,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.chatMessageHostedContent' - description: 'Content in a message hosted by Microsoft Teams e.g. images, code snippets etc.' + description: 'Content in a message hosted by Microsoft Teams e.g., images, code snippets etc.' replies: type: array items: @@ -24841,6 +24841,10 @@ components: nullable: true bot: $ref: '#/components/schemas/microsoft.graph.teamworkBot' + colorIcon: + $ref: '#/components/schemas/microsoft.graph.teamsAppIcon' + outlineIcon: + $ref: '#/components/schemas/microsoft.graph.teamsAppIcon' additionalProperties: type: object microsoft.graph.chatMessageAttachment: @@ -26572,6 +26576,19 @@ components: type: object additionalProperties: type: object + microsoft.graph.teamsAppIcon: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: teamsAppIcon + type: object + properties: + webUrl: + type: string + nullable: true + hostedContent: + $ref: '#/components/schemas/microsoft.graph.teamworkHostedContent' + additionalProperties: + type: object microsoft.graph.chatMessagePolicyViolationDlpActionTypes: title: chatMessagePolicyViolationDlpActionTypes enum: diff --git a/openApiDocs/v1.0/Applications.yml b/openApiDocs/v1.0/Applications.yml index 142f4c6315f..8879b926a4f 100644 --- a/openApiDocs/v1.0/Applications.yml +++ b/openApiDocs/v1.0/Applications.yml @@ -7318,7 +7318,7 @@ components: nullable: true value: type: string - description: 'Specifies the value to include in the roles claim in ID tokens and access tokens authenticating an assigned user or service principal. Must not exceed 120 characters in length. Allowed characters are : ! # $ % & '' ( ) * + , - . / : ; = ? @ [ ] ^ + _ { } ~, as well as characters in the ranges 0-9, A-Z and a-z. Any other character, including the space character, are not allowed.' + description: 'Specifies the value to include in the roles claim in ID tokens and access tokens authenticating an assigned user or service principal. Must not exceed 120 characters in length. Allowed characters are : ! # $ % & '' ( ) * + , - . / : ; = ? @ [ ] ^ + _ { } ~, as well as characters in the ranges 0-9, A-Z and a-z. Any other character, including the space character, are not allowed. May not begin with ..' nullable: true additionalProperties: type: object @@ -7510,7 +7510,7 @@ components: nullable: true value: type: string - description: 'Specifies the value to include in the scp (scope) claim in access tokens. Must not exceed 120 characters in length. Allowed characters are : ! # $ % & '' ( ) * + , - . / : ; = ? @ [ ] ^ + _ { } ~, as well as characters in the ranges 0-9, A-Z and a-z. Any other character, including the space character, are not allowed.' + description: 'Specifies the value to include in the scp (scope) claim in access tokens. Must not exceed 120 characters in length. Allowed characters are : ! # $ % & '' ( ) * + , - . / : ; = ? @ [ ] ^ + _ { } ~, as well as characters in the ranges 0-9, A-Z and a-z. Any other character, including the space character, are not allowed. May not begin with ..' nullable: true additionalProperties: type: object diff --git a/openApiDocs/v1.0/Devices.CloudPrint.yml b/openApiDocs/v1.0/Devices.CloudPrint.yml index 6506c9694fe..1fca7f92f55 100644 --- a/openApiDocs/v1.0/Devices.CloudPrint.yml +++ b/openApiDocs/v1.0/Devices.CloudPrint.yml @@ -12612,7 +12612,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.chatMessageHostedContent' - description: 'Content in a message hosted by Microsoft Teams e.g. images, code snippets etc.' + description: 'Content in a message hosted by Microsoft Teams e.g., images, code snippets etc.' replies: type: array items: @@ -13528,7 +13528,7 @@ components: 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.' + description: 'Groups that this device is a member of. HTTP Methods: GET (supported for all groups). Read-only. Nullable.' registeredOwners: type: array items: diff --git a/openApiDocs/v1.0/Education.yml b/openApiDocs/v1.0/Education.yml index 87fffd52f13..d5a80fcf1b0 100644 --- a/openApiDocs/v1.0/Education.yml +++ b/openApiDocs/v1.0/Education.yml @@ -13634,7 +13634,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.chatMessageHostedContent' - description: 'Content in a message hosted by Microsoft Teams e.g. images, code snippets etc.' + description: 'Content in a message hosted by Microsoft Teams e.g., images, code snippets etc.' replies: type: array items: @@ -14550,7 +14550,7 @@ components: 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.' + description: 'Groups that this device is a member of. HTTP Methods: GET (supported for all groups). Read-only. Nullable.' registeredOwners: type: array items: diff --git a/openApiDocs/v1.0/Files.yml b/openApiDocs/v1.0/Files.yml index 0c56134af6d..cbbad502956 100644 --- a/openApiDocs/v1.0/Files.yml +++ b/openApiDocs/v1.0/Files.yml @@ -20036,7 +20036,7 @@ components: 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.' + description: 'Groups that this device is a member of. HTTP Methods: GET (supported for all groups). Read-only. Nullable.' registeredOwners: type: array items: @@ -20334,7 +20334,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.chatMessageHostedContent' - description: 'Content in a message hosted by Microsoft Teams e.g. images, code snippets etc.' + description: 'Content in a message hosted by Microsoft Teams e.g., images, code snippets etc.' replies: type: array items: diff --git a/openApiDocs/v1.0/Groups.yml b/openApiDocs/v1.0/Groups.yml index ec5fee54fa3..b24f5dcf156 100644 --- a/openApiDocs/v1.0/Groups.yml +++ b/openApiDocs/v1.0/Groups.yml @@ -25667,7 +25667,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.chatMessageHostedContent' - description: 'Content in a message hosted by Microsoft Teams e.g. images, code snippets etc.' + description: 'Content in a message hosted by Microsoft Teams e.g., images, code snippets etc.' replies: type: array items: @@ -30023,7 +30023,7 @@ components: 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.' + description: 'Groups that this device is a member of. HTTP Methods: GET (supported for all groups). Read-only. Nullable.' registeredOwners: type: array items: diff --git a/openApiDocs/v1.0/Identity.DirectoryManagement.yml b/openApiDocs/v1.0/Identity.DirectoryManagement.yml index eaad8bbb2bb..a610546ea1e 100644 --- a/openApiDocs/v1.0/Identity.DirectoryManagement.yml +++ b/openApiDocs/v1.0/Identity.DirectoryManagement.yml @@ -8575,7 +8575,7 @@ components: 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.' + description: 'Groups that this device is a member of. HTTP Methods: GET (supported for all groups). Read-only. Nullable.' registeredOwners: type: array items: diff --git a/openApiDocs/v1.0/Identity.SignIns.yml b/openApiDocs/v1.0/Identity.SignIns.yml index 1e77a1b0b96..ebf9d8cc4cf 100644 --- a/openApiDocs/v1.0/Identity.SignIns.yml +++ b/openApiDocs/v1.0/Identity.SignIns.yml @@ -8434,7 +8434,7 @@ components: 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.' + description: 'Groups that this device is a member of. HTTP Methods: GET (supported for all groups). Read-only. Nullable.' registeredOwners: type: array items: @@ -16010,7 +16010,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.chatMessageHostedContent' - description: 'Content in a message hosted by Microsoft Teams e.g. images, code snippets etc.' + description: 'Content in a message hosted by Microsoft Teams e.g., images, code snippets etc.' replies: type: array items: diff --git a/openApiDocs/v1.0/Sites.yml b/openApiDocs/v1.0/Sites.yml index 64948074bf4..8373c5be768 100644 --- a/openApiDocs/v1.0/Sites.yml +++ b/openApiDocs/v1.0/Sites.yml @@ -22018,7 +22018,7 @@ components: 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.' + description: 'Groups that this device is a member of. HTTP Methods: GET (supported for all groups). Read-only. Nullable.' registeredOwners: type: array items: @@ -22316,7 +22316,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.chatMessageHostedContent' - description: 'Content in a message hosted by Microsoft Teams e.g. images, code snippets etc.' + description: 'Content in a message hosted by Microsoft Teams e.g., images, code snippets etc.' replies: type: array items: diff --git a/openApiDocs/v1.0/Teams.yml b/openApiDocs/v1.0/Teams.yml index 24d3555fcdb..c78069112a4 100644 --- a/openApiDocs/v1.0/Teams.yml +++ b/openApiDocs/v1.0/Teams.yml @@ -14186,7 +14186,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.chatMessageHostedContent' - description: 'Content in a message hosted by Microsoft Teams e.g. images, code snippets etc.' + description: 'Content in a message hosted by Microsoft Teams e.g., images, code snippets etc.' replies: type: array items: @@ -23512,7 +23512,7 @@ components: 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.' + description: 'Groups that this device is a member of. HTTP Methods: GET (supported for all groups). Read-only. Nullable.' registeredOwners: type: array items: diff --git a/openApiDocs/v1.0/Users.Actions.yml b/openApiDocs/v1.0/Users.Actions.yml index 3e0e99ad020..747e0b9fba3 100644 --- a/openApiDocs/v1.0/Users.Actions.yml +++ b/openApiDocs/v1.0/Users.Actions.yml @@ -29245,7 +29245,7 @@ components: 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.' + description: 'Groups that this device is a member of. HTTP Methods: GET (supported for all groups). Read-only. Nullable.' registeredOwners: type: array items: @@ -29543,7 +29543,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.chatMessageHostedContent' - description: 'Content in a message hosted by Microsoft Teams e.g. images, code snippets etc.' + description: 'Content in a message hosted by Microsoft Teams e.g., images, code snippets etc.' replies: type: array items: diff --git a/openApiDocs/v1.0/Users.Functions.yml b/openApiDocs/v1.0/Users.Functions.yml index 7211d401dbf..f67b35d9aca 100644 --- a/openApiDocs/v1.0/Users.Functions.yml +++ b/openApiDocs/v1.0/Users.Functions.yml @@ -14096,7 +14096,7 @@ components: 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.' + description: 'Groups that this device is a member of. HTTP Methods: GET (supported for all groups). Read-only. Nullable.' registeredOwners: type: array items: @@ -14402,7 +14402,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.chatMessageHostedContent' - description: 'Content in a message hosted by Microsoft Teams e.g. images, code snippets etc.' + description: 'Content in a message hosted by Microsoft Teams e.g., images, code snippets etc.' replies: type: array items: diff --git a/openApiDocs/v1.0/Users.yml b/openApiDocs/v1.0/Users.yml index e2a9a9de5c7..ba6f711b39d 100644 --- a/openApiDocs/v1.0/Users.yml +++ b/openApiDocs/v1.0/Users.yml @@ -13024,7 +13024,7 @@ components: 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.' + description: 'Groups that this device is a member of. HTTP Methods: GET (supported for all groups). Read-only. Nullable.' registeredOwners: type: array items: @@ -13330,7 +13330,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.chatMessageHostedContent' - description: 'Content in a message hosted by Microsoft Teams e.g. images, code snippets etc.' + description: 'Content in a message hosted by Microsoft Teams e.g., images, code snippets etc.' replies: type: array items: diff --git a/profiles/Identity.Governance/crawl-log-v1.0-beta.json b/profiles/Identity.Governance/crawl-log-v1.0-beta.json index 61f0c5622af..5e21248dea1 100644 --- a/profiles/Identity.Governance/crawl-log-v1.0-beta.json +++ b/profiles/Identity.Governance/crawl-log-v1.0-beta.json @@ -149,6 +149,10 @@ "apiVersion": "v1.0-beta", "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, + "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}/microsoft.graph.generateDownloadUri": { + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" + }, "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/microsoft.graph.filterByCurrentUser(on={on})": { "apiVersion": "v1.0-beta", "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" diff --git a/profiles/Identity.Governance/definitions/v1.0-beta.md b/profiles/Identity.Governance/definitions/v1.0-beta.md index 3fafe36fcad..c4cf2e930c6 100644 --- a/profiles/Identity.Governance/definitions/v1.0-beta.md +++ b/profiles/Identity.Governance/definitions/v1.0-beta.md @@ -51,6 +51,7 @@ profiles: ? /identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/microsoft.graph.stop : v1.0-beta /identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/microsoft.graph.stop: v1.0-beta + /identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}/microsoft.graph.generateDownloadUri: v1.0-beta ? /identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/microsoft.graph.filterByCurrentUser(on={on}) : v1.0-beta /identityGovernance/appConsent/appConsentRequests/microsoft.graph.filterByCurrentUser(on={on}): v1.0-beta diff --git a/profiles/Identity.SignIns/crawl-log-v1.0-beta.json b/profiles/Identity.SignIns/crawl-log-v1.0-beta.json index 1d43cadc00d..94fce2efc76 100644 --- a/profiles/Identity.SignIns/crawl-log-v1.0-beta.json +++ b/profiles/Identity.SignIns/crawl-log-v1.0-beta.json @@ -301,22 +301,6 @@ "apiVersion": "v1.0-beta", "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml" }, - "/policies/privateLinkResourcePolicies": { - "apiVersion": "v1.0-beta", - "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml" - }, - "/policies/privateLinkResourcePolicies/{privateLinkResourcePolicy-id}": { - "apiVersion": "v1.0-beta", - "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml" - }, - "/policies/privateLinkResourcePolicies/{privateLinkResourcePolicy-id}/privateEndpointConnections": { - "apiVersion": "v1.0-beta", - "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml" - }, - "/policies/privateLinkResourcePolicies/{privateLinkResourcePolicy-id}/privateEndpointConnections/{privateEndpointConnection-id}": { - "apiVersion": "v1.0-beta", - "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml" - }, "/policies/roleManagementPolicies": { "apiVersion": "v1.0-beta", "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml" diff --git a/profiles/Identity.SignIns/definitions/v1.0-beta.md b/profiles/Identity.SignIns/definitions/v1.0-beta.md index 5ca76952d71..51a370b91f8 100644 --- a/profiles/Identity.SignIns/definitions/v1.0-beta.md +++ b/profiles/Identity.SignIns/definitions/v1.0-beta.md @@ -82,10 +82,6 @@ profiles: /policies/permissionGrantPolicies/{permissionGrantPolicy-id}/excludes/{permissionGrantConditionSet-id}: v1.0-beta /policies/permissionGrantPolicies/{permissionGrantPolicy-id}/includes: v1.0-beta /policies/permissionGrantPolicies/{permissionGrantPolicy-id}/includes/{permissionGrantConditionSet-id}: v1.0-beta - /policies/privateLinkResourcePolicies: v1.0-beta - /policies/privateLinkResourcePolicies/{privateLinkResourcePolicy-id}: v1.0-beta - /policies/privateLinkResourcePolicies/{privateLinkResourcePolicy-id}/privateEndpointConnections: v1.0-beta - /policies/privateLinkResourcePolicies/{privateLinkResourcePolicy-id}/privateEndpointConnections/{privateEndpointConnection-id}: v1.0-beta /policies/roleManagementPolicies: v1.0-beta /policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}: v1.0-beta /policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/effectiveRules: v1.0-beta diff --git a/profiles/Teams/crawl-log-v1.0-beta.json b/profiles/Teams/crawl-log-v1.0-beta.json index 03239b06c93..df80a0b78db 100644 --- a/profiles/Teams/crawl-log-v1.0-beta.json +++ b/profiles/Teams/crawl-log-v1.0-beta.json @@ -21,6 +21,30 @@ "apiVersion": "v1.0-beta", "originalLocation": "/openApiDocs/beta/Teams.yml" }, + "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/colorIcon": { + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Teams.yml" + }, + "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/colorIcon/hostedContent": { + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Teams.yml" + }, + "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/colorIcon/hostedContent/$value": { + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Teams.yml" + }, + "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/outlineIcon": { + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Teams.yml" + }, + "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/outlineIcon/hostedContent": { + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Teams.yml" + }, + "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/outlineIcon/hostedContent/$value": { + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Teams.yml" + }, "/chats": { "apiVersion": "v1.0-beta", "originalLocation": "/openApiDocs/beta/Teams.yml" diff --git a/profiles/Teams/definitions/v1.0-beta.md b/profiles/Teams/definitions/v1.0-beta.md index d1df46c6489..f971409fa5f 100644 --- a/profiles/Teams/definitions/v1.0-beta.md +++ b/profiles/Teams/definitions/v1.0-beta.md @@ -12,6 +12,12 @@ profiles: /appCatalogs/teamsApps/{teamsApp-id}/appDefinitions: v1.0-beta /appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}: v1.0-beta /appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/bot: v1.0-beta + /appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/colorIcon: v1.0-beta + /appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/colorIcon/hostedContent: v1.0-beta + /appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/colorIcon/hostedContent/$value: v1.0-beta + /appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/outlineIcon: v1.0-beta + /appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/outlineIcon/hostedContent: v1.0-beta + /appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/outlineIcon/hostedContent/$value: v1.0-beta /chats: v1.0-beta /chats/{chat-id}: v1.0-beta /chats/{chat-id}/installedApps: v1.0-beta From ff599624e82a21e8e7adc4061276fc649e43390e Mon Sep 17 00:00:00 2001 From: Peter Ombwa Date: Wed, 14 Apr 2021 09:45:51 -0700 Subject: [PATCH 12/12] 1.5.0 Pre-Release (#617) * Bump SDK version to 1.5.0 * Handle duplicate cmdlet names across modules. * Update readme.md * Use version in manifest if module is not in repo. --- config/ModuleMetadata.json | 2 +- src/Applications/Applications/readme.md | 2 +- .../Microsoft.Graph.Authentication.psd1 | 2 +- src/Bookings/Bookings/readme.md | 2 +- src/Calendar/Calendar/readme.md | 2 +- .../ChangeNotifications/readme.md | 2 +- .../CloudCommunications/readme.md | 2 +- src/Compliance/Compliance/readme.md | 2 +- .../CrossDeviceExperiences/readme.md | 2 +- .../DeviceManagement.Actions/readme.md | 7 ++++++- .../DeviceManagement.Administration/readme.md | 2 +- .../DeviceManagement.Enrolment/readme.md | 13 ++++++++++++- .../DeviceManagement.Functions/readme.md | 2 +- src/DeviceManagement/DeviceManagement/readme.md | 2 +- src/Devices.CloudPrint/Devices.CloudPrint/readme.md | 2 +- .../Devices.CorporateManagement/readme.md | 2 +- src/DirectoryObjects/DirectoryObjects/readme.md | 2 +- src/Education/Education/readme.md | 2 +- src/Files/Files/readme.md | 2 +- src/Financials/Financials/readme.md | 2 +- src/Groups/Groups/readme.md | 2 +- .../Identity.DirectoryManagement/readme.md | 2 +- .../Identity.Governance/readme.md | 2 +- src/Identity.SignIns/Identity.SignIns/readme.md | 2 +- src/Mail/Mail/readme.md | 2 +- src/Notes/Notes/readme.md | 2 +- src/People/People/readme.md | 2 +- src/PersonalContacts/PersonalContacts/readme.md | 2 +- src/Planner/Planner/readme.md | 2 +- src/Reports/Reports/readme.md | 2 +- src/SchemaExtensions/SchemaExtensions/readme.md | 2 +- src/Search/Search/readme.md | 2 +- src/Security/Security/readme.md | 2 +- src/Sites/Sites/readme.md | 2 +- src/Teams/Teams/readme.md | 2 +- src/Users.Actions/Users.Actions/readme.md | 2 +- src/Users.Functions/Users.Functions/readme.md | 2 +- src/Users/Users/readme.md | 2 +- tools/GenerateAuthenticationModule.ps1 | 4 ++-- 39 files changed, 56 insertions(+), 40 deletions(-) diff --git a/config/ModuleMetadata.json b/config/ModuleMetadata.json index 2d0d4868f9c..6f82d23b6cb 100644 --- a/config/ModuleMetadata.json +++ b/config/ModuleMetadata.json @@ -22,5 +22,5 @@ ], "releaseNotes": "See https://aka.ms/GraphPowerShell-Release.", "assemblyOriginatorKeyFile": "35MSSharedLib1024.snk", - "version": "1.4.3" + "version": "1.5.0" } diff --git a/src/Applications/Applications/readme.md b/src/Applications/Applications/readme.md index c7c9006f6cd..7a77bca828b 100644 --- a/src/Applications/Applications/readme.md +++ b/src/Applications/Applications/readme.md @@ -90,6 +90,6 @@ directive: ### Versioning ``` yaml -module-version: 1.4.3 +module-version: 1.5.0 release-notes: See https://aka.ms/GraphPowerShell-Release. ``` diff --git a/src/Authentication/Authentication/Microsoft.Graph.Authentication.psd1 b/src/Authentication/Authentication/Microsoft.Graph.Authentication.psd1 index 060868e9376..f237e5782e9 100644 --- a/src/Authentication/Authentication/Microsoft.Graph.Authentication.psd1 +++ b/src/Authentication/Authentication/Microsoft.Graph.Authentication.psd1 @@ -12,7 +12,7 @@ RootModule = './Microsoft.Graph.Authentication.psm1' # Version number of this module. -ModuleVersion = '1.4.3' +ModuleVersion = '1.5.0' # Supported PSEditions CompatiblePSEditions = 'Core', 'Desktop' diff --git a/src/Bookings/Bookings/readme.md b/src/Bookings/Bookings/readme.md index 669624ca0d9..2acb273bbe2 100644 --- a/src/Bookings/Bookings/readme.md +++ b/src/Bookings/Bookings/readme.md @@ -35,6 +35,6 @@ subject-prefix: '' ### Versioning ``` yaml -module-version: 1.4.3 +module-version: 1.5.0 release-notes: See https://aka.ms/GraphPowerShell-Release. ``` diff --git a/src/Calendar/Calendar/readme.md b/src/Calendar/Calendar/readme.md index cb6ef925ace..e5da3a8c34e 100644 --- a/src/Calendar/Calendar/readme.md +++ b/src/Calendar/Calendar/readme.md @@ -52,6 +52,6 @@ directive: ### Versioning ``` yaml -module-version: 1.4.3 +module-version: 1.5.0 release-notes: See https://aka.ms/GraphPowerShell-Release. ``` diff --git a/src/ChangeNotifications/ChangeNotifications/readme.md b/src/ChangeNotifications/ChangeNotifications/readme.md index 9103a5910a7..ea6aa444463 100644 --- a/src/ChangeNotifications/ChangeNotifications/readme.md +++ b/src/ChangeNotifications/ChangeNotifications/readme.md @@ -34,6 +34,6 @@ subject-prefix: '' ### Versioning ``` yaml -module-version: 1.4.3 +module-version: 1.5.0 release-notes: See https://aka.ms/GraphPowerShell-Release. ``` diff --git a/src/CloudCommunications/CloudCommunications/readme.md b/src/CloudCommunications/CloudCommunications/readme.md index cdf6dffaa0f..645dc789f9f 100644 --- a/src/CloudCommunications/CloudCommunications/readme.md +++ b/src/CloudCommunications/CloudCommunications/readme.md @@ -59,6 +59,6 @@ directive: ### Versioning ``` yaml -module-version: 1.4.3 +module-version: 1.5.0 release-notes: See https://aka.ms/GraphPowerShell-Release. ``` diff --git a/src/Compliance/Compliance/readme.md b/src/Compliance/Compliance/readme.md index c7f5a064d35..7d20e9ee3ab 100644 --- a/src/Compliance/Compliance/readme.md +++ b/src/Compliance/Compliance/readme.md @@ -47,6 +47,6 @@ directive: ### Versioning ``` yaml -module-version: 1.4.3 +module-version: 1.5.0 release-notes: See https://aka.ms/GraphPowerShell-Release. ``` diff --git a/src/CrossDeviceExperiences/CrossDeviceExperiences/readme.md b/src/CrossDeviceExperiences/CrossDeviceExperiences/readme.md index e73f1c8e990..d43cb270da9 100644 --- a/src/CrossDeviceExperiences/CrossDeviceExperiences/readme.md +++ b/src/CrossDeviceExperiences/CrossDeviceExperiences/readme.md @@ -34,6 +34,6 @@ subject-prefix: '' ### Versioning ``` yaml -module-version: 1.4.3 +module-version: 1.5.0 release-notes: See https://aka.ms/GraphPowerShell-Release. ``` diff --git a/src/DeviceManagement.Actions/DeviceManagement.Actions/readme.md b/src/DeviceManagement.Actions/DeviceManagement.Actions/readme.md index 5e2b9088e34..19803af9239 100644 --- a/src/DeviceManagement.Actions/DeviceManagement.Actions/readme.md +++ b/src/DeviceManagement.Actions/DeviceManagement.Actions/readme.md @@ -76,6 +76,11 @@ directive: subject: ^(DeviceManagementIntent)(Setting)$ set: subject: $1Multiple$2 + - where: + verb: Remove + subject: ^(DeviceManagementWindowAutopilotDeploymentProfile)(AssignedDevice)$ + set: + subject: $1Multiple$2 - where: verb: Update subject: ^(DeviceManagementManagedDevice)$ @@ -86,6 +91,6 @@ directive: ### Versioning ``` yaml -module-version: 1.4.3 +module-version: 1.5.0 release-notes: See https://aka.ms/GraphPowerShell-Release. ``` diff --git a/src/DeviceManagement.Administration/DeviceManagement.Administration/readme.md b/src/DeviceManagement.Administration/DeviceManagement.Administration/readme.md index 6d328df8172..e99207d156a 100644 --- a/src/DeviceManagement.Administration/DeviceManagement.Administration/readme.md +++ b/src/DeviceManagement.Administration/DeviceManagement.Administration/readme.md @@ -51,6 +51,6 @@ directive: ### Versioning ``` yaml -module-version: 1.4.3 +module-version: 1.5.0 release-notes: See https://aka.ms/GraphPowerShell-Release. ``` diff --git a/src/DeviceManagement.Enrolment/DeviceManagement.Enrolment/readme.md b/src/DeviceManagement.Enrolment/DeviceManagement.Enrolment/readme.md index 2c91d5dab95..d569c79ac76 100644 --- a/src/DeviceManagement.Enrolment/DeviceManagement.Enrolment/readme.md +++ b/src/DeviceManagement.Enrolment/DeviceManagement.Enrolment/readme.md @@ -31,9 +31,20 @@ require: title: $(service-name) subject-prefix: '' ``` + +### Directives + +> see https://github.com/Azure/autorest/blob/master/docs/powershell/directives.md + +``` yaml +directive: +# Remove invalid paths. + - remove-path-by-operation: ^deviceManagement_.*UserExperienceAnalytics.*$ +``` + ### Versioning ``` yaml -module-version: 1.4.3 +module-version: 1.5.0 release-notes: See https://aka.ms/GraphPowerShell-Release. ``` diff --git a/src/DeviceManagement.Functions/DeviceManagement.Functions/readme.md b/src/DeviceManagement.Functions/DeviceManagement.Functions/readme.md index 559b62eac5e..78d089c74c9 100644 --- a/src/DeviceManagement.Functions/DeviceManagement.Functions/readme.md +++ b/src/DeviceManagement.Functions/DeviceManagement.Functions/readme.md @@ -57,6 +57,6 @@ directive: ### Versioning ``` yaml -module-version: 1.4.3 +module-version: 1.5.0 release-notes: See https://aka.ms/GraphPowerShell-Release. ``` diff --git a/src/DeviceManagement/DeviceManagement/readme.md b/src/DeviceManagement/DeviceManagement/readme.md index 77c47c85a9f..7e38cc30287 100644 --- a/src/DeviceManagement/DeviceManagement/readme.md +++ b/src/DeviceManagement/DeviceManagement/readme.md @@ -77,6 +77,6 @@ directive: ### Versioning ``` yaml -module-version: 1.4.3 +module-version: 1.5.0 release-notes: See https://aka.ms/GraphPowerShell-Release. ``` diff --git a/src/Devices.CloudPrint/Devices.CloudPrint/readme.md b/src/Devices.CloudPrint/Devices.CloudPrint/readme.md index b666fbdde99..084dcc316eb 100644 --- a/src/Devices.CloudPrint/Devices.CloudPrint/readme.md +++ b/src/Devices.CloudPrint/Devices.CloudPrint/readme.md @@ -48,6 +48,6 @@ directive: ### Versioning ``` yaml -module-version: 1.4.3 +module-version: 1.5.0 release-notes: See https://aka.ms/GraphPowerShell-Release. ``` diff --git a/src/Devices.CorporateManagement/Devices.CorporateManagement/readme.md b/src/Devices.CorporateManagement/Devices.CorporateManagement/readme.md index 53b21419ebf..526fb534f63 100644 --- a/src/Devices.CorporateManagement/Devices.CorporateManagement/readme.md +++ b/src/Devices.CorporateManagement/Devices.CorporateManagement/readme.md @@ -86,6 +86,6 @@ directive: ### Versioning ``` yaml -module-version: 1.4.3 +module-version: 1.5.0 release-notes: See https://aka.ms/GraphPowerShell-Release. ``` diff --git a/src/DirectoryObjects/DirectoryObjects/readme.md b/src/DirectoryObjects/DirectoryObjects/readme.md index 341426c7145..ca4114ed6b4 100644 --- a/src/DirectoryObjects/DirectoryObjects/readme.md +++ b/src/DirectoryObjects/DirectoryObjects/readme.md @@ -54,6 +54,6 @@ directive: ### Versioning ``` yaml -module-version: 1.4.3 +module-version: 1.5.0 release-notes: See https://aka.ms/GraphPowerShell-Release. ``` diff --git a/src/Education/Education/readme.md b/src/Education/Education/readme.md index d07d4c6bba9..7ebc6978f31 100644 --- a/src/Education/Education/readme.md +++ b/src/Education/Education/readme.md @@ -35,6 +35,6 @@ subject-prefix: '' ### Versioning ``` yaml -module-version: 1.4.3 +module-version: 1.5.0 release-notes: See https://aka.ms/GraphPowerShell-Release. ``` diff --git a/src/Files/Files/readme.md b/src/Files/Files/readme.md index 3f1ff960d56..de7745c3c21 100644 --- a/src/Files/Files/readme.md +++ b/src/Files/Files/readme.md @@ -43,6 +43,6 @@ directive: ### Versioning ``` yaml -module-version: 1.4.3 +module-version: 1.5.0 release-notes: See https://aka.ms/GraphPowerShell-Release. ``` diff --git a/src/Financials/Financials/readme.md b/src/Financials/Financials/readme.md index 28756c3463d..52bd63027db 100644 --- a/src/Financials/Financials/readme.md +++ b/src/Financials/Financials/readme.md @@ -57,6 +57,6 @@ directive: ### Versioning ``` yaml -module-version: 1.4.3 +module-version: 1.5.0 release-notes: See https://aka.ms/GraphPowerShell-Release. ``` diff --git a/src/Groups/Groups/readme.md b/src/Groups/Groups/readme.md index a9ab93d552a..d93fcf3e3a3 100644 --- a/src/Groups/Groups/readme.md +++ b/src/Groups/Groups/readme.md @@ -137,6 +137,6 @@ directive: ### Versioning ``` yaml -module-version: 1.4.3 +module-version: 1.5.0 release-notes: See https://aka.ms/GraphPowerShell-Release. ``` diff --git a/src/Identity.DirectoryManagement/Identity.DirectoryManagement/readme.md b/src/Identity.DirectoryManagement/Identity.DirectoryManagement/readme.md index 51850e3d608..4cde72065ae 100644 --- a/src/Identity.DirectoryManagement/Identity.DirectoryManagement/readme.md +++ b/src/Identity.DirectoryManagement/Identity.DirectoryManagement/readme.md @@ -127,6 +127,6 @@ directive: ### Versioning ``` yaml -module-version: 1.4.3 +module-version: 1.5.0 release-notes: See https://aka.ms/GraphPowerShell-Release. ``` diff --git a/src/Identity.Governance/Identity.Governance/readme.md b/src/Identity.Governance/Identity.Governance/readme.md index 7334d55b518..c6bc092acce 100644 --- a/src/Identity.Governance/Identity.Governance/readme.md +++ b/src/Identity.Governance/Identity.Governance/readme.md @@ -250,6 +250,6 @@ directive: ### Versioning ``` yaml -module-version: 1.4.3 +module-version: 1.5.0 release-notes: See https://aka.ms/GraphPowerShell-Release. ``` diff --git a/src/Identity.SignIns/Identity.SignIns/readme.md b/src/Identity.SignIns/Identity.SignIns/readme.md index 5dd681607eb..ba4c4807a93 100644 --- a/src/Identity.SignIns/Identity.SignIns/readme.md +++ b/src/Identity.SignIns/Identity.SignIns/readme.md @@ -56,6 +56,6 @@ directive: ### Versioning ``` yaml -module-version: 1.4.3 +module-version: 1.5.0 release-notes: See https://aka.ms/GraphPowerShell-Release. ``` diff --git a/src/Mail/Mail/readme.md b/src/Mail/Mail/readme.md index 98eb59cd27e..d609ac1f89c 100644 --- a/src/Mail/Mail/readme.md +++ b/src/Mail/Mail/readme.md @@ -34,6 +34,6 @@ subject-prefix: '' ### Versioning ``` yaml -module-version: 1.4.3 +module-version: 1.5.0 release-notes: See https://aka.ms/GraphPowerShell-Release. ``` diff --git a/src/Notes/Notes/readme.md b/src/Notes/Notes/readme.md index d1e799179b8..5c319442aec 100644 --- a/src/Notes/Notes/readme.md +++ b/src/Notes/Notes/readme.md @@ -44,6 +44,6 @@ directive: ### Versioning ``` yaml -module-version: 1.4.3 +module-version: 1.5.0 release-notes: See https://aka.ms/GraphPowerShell-Release. ``` diff --git a/src/People/People/readme.md b/src/People/People/readme.md index 5721a1c0fa0..dfb4729ad5e 100644 --- a/src/People/People/readme.md +++ b/src/People/People/readme.md @@ -74,6 +74,6 @@ directive: ### Versioning ``` yaml -module-version: 1.4.3 +module-version: 1.5.0 release-notes: See https://aka.ms/GraphPowerShell-Release. ``` diff --git a/src/PersonalContacts/PersonalContacts/readme.md b/src/PersonalContacts/PersonalContacts/readme.md index 50b81ddd25a..23122a71745 100644 --- a/src/PersonalContacts/PersonalContacts/readme.md +++ b/src/PersonalContacts/PersonalContacts/readme.md @@ -34,6 +34,6 @@ subject-prefix: '' ### Versioning ``` yaml -module-version: 1.4.3 +module-version: 1.5.0 release-notes: See https://aka.ms/GraphPowerShell-Release. ``` diff --git a/src/Planner/Planner/readme.md b/src/Planner/Planner/readme.md index bc0212f1f34..e859b433f9a 100644 --- a/src/Planner/Planner/readme.md +++ b/src/Planner/Planner/readme.md @@ -46,6 +46,6 @@ directive: ### Versioning ``` yaml -module-version: 1.4.3 +module-version: 1.5.0 release-notes: See https://aka.ms/GraphPowerShell-Release. ``` diff --git a/src/Reports/Reports/readme.md b/src/Reports/Reports/readme.md index 854b2a5d4db..01e84d63c84 100644 --- a/src/Reports/Reports/readme.md +++ b/src/Reports/Reports/readme.md @@ -81,6 +81,6 @@ directive: ### Versioning ``` yaml -module-version: 1.4.3 +module-version: 1.5.0 release-notes: See https://aka.ms/GraphPowerShell-Release. ``` diff --git a/src/SchemaExtensions/SchemaExtensions/readme.md b/src/SchemaExtensions/SchemaExtensions/readme.md index 1e4a812040f..4b12e6f685c 100644 --- a/src/SchemaExtensions/SchemaExtensions/readme.md +++ b/src/SchemaExtensions/SchemaExtensions/readme.md @@ -35,6 +35,6 @@ subject-prefix: '' ### Versioning ``` yaml -module-version: 1.4.3 +module-version: 1.5.0 release-notes: See https://aka.ms/GraphPowerShell-Release. ``` diff --git a/src/Search/Search/readme.md b/src/Search/Search/readme.md index d19466b6b2d..3a29ab41876 100644 --- a/src/Search/Search/readme.md +++ b/src/Search/Search/readme.md @@ -35,6 +35,6 @@ subject-prefix: '' ### Versioning ``` yaml -module-version: 1.4.3 +module-version: 1.5.0 release-notes: See https://aka.ms/GraphPowerShell-Release. ``` diff --git a/src/Security/Security/readme.md b/src/Security/Security/readme.md index 6ce00b4484c..fc004a5d588 100644 --- a/src/Security/Security/readme.md +++ b/src/Security/Security/readme.md @@ -73,6 +73,6 @@ directive: ### Versioning ``` yaml -module-version: 1.4.3 +module-version: 1.5.0 release-notes: See https://aka.ms/GraphPowerShell-Release. ``` diff --git a/src/Sites/Sites/readme.md b/src/Sites/Sites/readme.md index e0ae7289390..cf308ef3138 100644 --- a/src/Sites/Sites/readme.md +++ b/src/Sites/Sites/readme.md @@ -110,6 +110,6 @@ directive: ### Versioning ``` yaml -module-version: 1.4.3 +module-version: 1.5.0 release-notes: See https://aka.ms/GraphPowerShell-Release. ``` diff --git a/src/Teams/Teams/readme.md b/src/Teams/Teams/readme.md index 35f5b14c289..590d67c8cf4 100644 --- a/src/Teams/Teams/readme.md +++ b/src/Teams/Teams/readme.md @@ -44,6 +44,6 @@ directive: ### Versioning ``` yaml -module-version: 1.4.3 +module-version: 1.5.0 release-notes: See https://aka.ms/GraphPowerShell-Release. ``` diff --git a/src/Users.Actions/Users.Actions/readme.md b/src/Users.Actions/Users.Actions/readme.md index 859e17e95da..7b2820c82f7 100644 --- a/src/Users.Actions/Users.Actions/readme.md +++ b/src/Users.Actions/Users.Actions/readme.md @@ -124,6 +124,6 @@ directive: ### Versioning ``` yaml -module-version: 1.4.3 +module-version: 1.5.0 release-notes: See https://aka.ms/GraphPowerShell-Release. ``` diff --git a/src/Users.Functions/Users.Functions/readme.md b/src/Users.Functions/Users.Functions/readme.md index 72351c1cc2a..c0686c94130 100644 --- a/src/Users.Functions/Users.Functions/readme.md +++ b/src/Users.Functions/Users.Functions/readme.md @@ -61,6 +61,6 @@ directive: ### Versioning ``` yaml -module-version: 1.4.3 +module-version: 1.5.0 release-notes: See https://aka.ms/GraphPowerShell-Release. ``` diff --git a/src/Users/Users/readme.md b/src/Users/Users/readme.md index 036e057e6c6..1e8f86a0fb6 100644 --- a/src/Users/Users/readme.md +++ b/src/Users/Users/readme.md @@ -53,6 +53,6 @@ directive: ### Versioning ``` yaml -module-version: 1.4.3 +module-version: 1.5.0 release-notes: See https://aka.ms/GraphPowerShell-Release. ``` diff --git a/tools/GenerateAuthenticationModule.ps1 b/tools/GenerateAuthenticationModule.ps1 index 2d088ec9967..35f8d63b507 100644 --- a/tools/GenerateAuthenticationModule.ps1 +++ b/tools/GenerateAuthenticationModule.ps1 @@ -61,7 +61,7 @@ elseif ($VersionState.Equals([VersionState]::EqualToFeed) -and !$BuildWhenEqual) Write-Warning "$ModulePrefix.$ModuleName module skipped. Version has not changed and is equal to what's on $RepositoryName." } elseif ($VersionState.Equals([VersionState]::Valid) -or $VersionState.Equals([VersionState]::NotOnFeed) -or $BuildWhenEqual) { - $ModuleVersion = $VersionState.Equals([VersionState]::NotOnFeed) ? "1.0.0" : $ManifestContent.ModuleVersion + $ModuleVersion = $ManifestContent.ModuleVersion # Build and pack generated module. if ($Build) { if ($EnableSigning) { @@ -84,4 +84,4 @@ elseif ($VersionState.Equals([VersionState]::Valid) -or $VersionState.Equals([Ve if ($Publish) { & $PublishModulePS1 -Modules $ModuleName -ModulePrefix $ModulePrefix -ArtifactsLocation $ArtifactsLocation -RepositoryName $RepositoryName -RepositoryApiKey $RepositoryApiKey } -} \ No newline at end of file +}