You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: openApiDocs/beta/Calendar.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -53862,7 +53862,7 @@ paths:
53862
53862
tags:
53863
53863
- users.calendarGroup
53864
53864
summary: List calendarView
53865
-
description: "Get the occurrences, exceptions and single instances of events in a calendar view defined by a time range,\nfrom a user's default calendar `(../me/calendarview)` or some other calendar of the user's."
53865
+
description: "Get the occurrences, exceptions and single instances of events in a calendar view defined by a time range,\nfrom a user's default calendar `(../me/calendarView)` or some other calendar of the user's."
Copy file name to clipboardExpand all lines: openApiDocs/beta/Devices.CorporateManagement.yml
+119-2Lines changed: 119 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -23092,6 +23092,8 @@ paths:
23092
23092
- refreshTokensValidFromDateTime desc
23093
23093
- securityIdentifier
23094
23094
- securityIdentifier desc
23095
+
- serviceProvisioningErrors
23096
+
- serviceProvisioningErrors desc
23095
23097
- showInAddressList
23096
23098
- showInAddressList desc
23097
23099
- signInSessionsValidFromDateTime
@@ -23206,6 +23208,7 @@ paths:
23206
23208
- proxyAddresses
23207
23209
- refreshTokensValidFromDateTime
23208
23210
- securityIdentifier
23211
+
- serviceProvisioningErrors
23209
23212
- showInAddressList
23210
23213
- signInSessionsValidFromDateTime
23211
23214
- state
@@ -31781,6 +31784,10 @@ components:
31781
31784
type: string
31782
31785
description: 'Security identifier (SID) of the user, used in Windows scenarios. Read-only. Returned by default. Supports $select and $filter (eq, not, ge, le, startsWith).'
description: Do not use in Microsoft Graph. Manage this property through the Microsoft 365 admin center instead. Represents whether the user should be included in the Outlook global address list. See Known issue.
description: 'Specifies a Microsoft 365 group''s color theme. Possible values are Teal, Purple, Green, Blue, Pink, Orange or Red. Returned by default.'
@@ -39109,12 +39137,14 @@ components:
39109
39137
properties:
39110
39138
isEnabled:
39111
39139
type: boolean
39140
+
description: Denotes whether the policy is enabled.
description: The time off requests in the schedule.
43685
43721
x-ms-navigationProperty: true
43686
43722
timesOff:
43687
43723
type: array
@@ -44284,11 +44320,11 @@ components:
44284
44320
properties:
44285
44321
key:
44286
44322
type: string
44287
-
description: Key.
44323
+
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.'
44288
44324
nullable: true
44289
44325
value:
44290
44326
type: string
44291
-
description: Value.
44327
+
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: Synchronization rule identifier. Must be one of the identifiers recognized by the synchronization engine. Supported rule identifiers can be found in the synchronization template returned by the API.
@@ -52757,6 +52843,15 @@ components:
52757
52843
description: Indicates if the worksheet is protected. Read-only.
0 commit comments