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: microsoft-graph.d.ts
+40-21Lines changed: 40 additions & 21 deletions
Original file line number
Diff line number
Diff line change
@@ -318,6 +318,7 @@ export interface Group extends DirectoryObject {
318
318
/** The owners of the group. The owners are a set of non-admin users who are allowed to modify this object. Limited to 10 owners. HTTP Methods: GET (supported for all groups), POST (supported for Office 365 groups, security groups and mail-enabled security groups), DELETE (supported for Office 365 groups and security groups). Nullable. */
319
319
owners?: DirectoryObject[]
320
320
321
+
/** Read-only. Nullable. */
321
322
settings?: GroupSetting[]
322
323
323
324
/** The collection of open extensions defined for the group. Read-only. Nullable. */
@@ -368,10 +369,13 @@ export interface Group extends DirectoryObject {
368
369
369
370
exportinterfaceGroupSettingextendsEntity{
370
371
372
+
/** Display name of this group of settings, which comes from the associated template. */
371
373
displayName?: string
372
374
375
+
/** Unique identifier for the template used to create this group of settings. Read-only. */
373
376
templateId?: string
374
377
378
+
/** Collection of name value pairs. Must contain and set all the settings defined in the template. */
/** Specifies the color theme to distinguish the calendar from other calendars in a UI. The property values are: LightBlue=0, LightGreen=1, LightOrange=2, LightGray=3, LightYellow=4, LightTeal=5, LightPink=6, LightBrown=7, LightRed=8, MaxColor=9, Auto=-1 */
416
420
color?: CalendarColor
417
421
418
-
/** Identifies the version of the calendar object. Every time the calendar is changed, ChangeKey changes as well. This allows Exchange to apply changes to the correct version of the object. Read-only. */
422
+
/** Identifies the version of the calendar object. Every time the calendar is changed, changeKey changes as well. This allows Exchange to apply changes to the correct version of the object. Read-only. */
419
423
changeKey?: string
420
424
425
+
/** True if the user has the permission to share the calendar, false otherwise. Only the user who created the calendar can share it. */
421
426
canShare?: boolean
422
427
428
+
/** True if the user can read calendar items that have been marked private, false otherwise. */
423
429
canViewPrivateItems?: boolean
424
430
431
+
/** 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. */
425
432
canEdit?: boolean
426
433
434
+
/** If set, this represents the user who created or added the calendar. For a calendar that the user created or added, the owner property is set to the user. For a calendar shared with the user, the owner property is set to the person who shared that calendar with the user. */
427
435
owner?: EmailAddress
428
436
429
437
/** The events in the calendar. Navigation property. Read-only. */
@@ -671,6 +679,7 @@ export interface Site extends BaseItem {
671
679
/** The collection of the sub-sites under this site. */
672
680
sites?: Site[]
673
681
682
+
/** Calls the OneNote service for notebook related operations. */
/** 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' */
/** The provisioning status of the service plan. */
2524
+
/** 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. */
2531
2525
provisioningStatus?: string
2532
2526
2527
+
/** The object the service plan can be assigned to. Possible values:"User" - service plan can be assigned to individual users."Company" - service plan can be assigned to the entire tenant. */
0 commit comments