@microsoft/typespec-msgraph-reference 1.0.3 → 1.0.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -9,6 +9,7 @@ scalar binary; //TODO: Enables support for Edm.Binary
9
9
 
10
10
  @deprecatedDefinition("Removal", "<ChangeLogCategory>", "2021-09-03", "2023-10-01", "The grantedToIdentities property is deprecated. Please refer to grantedToIdentitiesV2")
11
11
  // Metadata item DeprecatedDefinition_Removal was already defined with a different value.
12
+ @deprecatedDefinition("Tasks_And_Plans", "<ChangeLogCategory>", "2022-04-25", "2024-04-25", "Owner property is deprecated and will be removed in April 2024. Please use the container property instead.")
12
13
  @publicNamespace("microsoft.graph")
13
14
  namespace reference.`microsoft.graph` {
14
15
  @complex model aadUserConversationMemberResult extends actionResultPart {
@@ -273,6 +274,9 @@ namespace reference.`microsoft.graph` {
273
274
  value: string | null;
274
275
  }
275
276
 
277
+ @complex model allAllowedScopes extends inheritableScopes {
278
+ }
279
+
276
280
  @complex model allDeviceRegistrationMembership extends deviceRegistrationMembership {
277
281
  }
278
282
 
@@ -325,11 +329,23 @@ namespace reference.`microsoft.graph` {
325
329
  result: appliedConditionalAccessPolicyResult | null;
326
330
  }
327
331
 
332
+ @complex model appManagementApplicationConfiguration extends appManagementConfiguration {
333
+ identifierUris: identifierUriConfiguration | null;
334
+ }
335
+
336
+ @abstract
328
337
  @complex model appManagementConfiguration {
329
338
 
330
339
 
331
340
  }
332
341
 
342
+ @complex model appManagementPolicyActorExemptions {
343
+ customSecurityAttributes: customSecurityAttributeExemption[] | null;
344
+ }
345
+
346
+ @complex model appManagementServicePrincipalConfiguration extends appManagementConfiguration {
347
+ }
348
+
333
349
  @complex model appRole {
334
350
  allowedMemberTypes: string[];
335
351
  description: string | null;
@@ -553,6 +569,7 @@ namespace reference.`microsoft.graph` {
553
569
  @complex model azureADJoinPolicy {
554
570
  allowedToJoin: deviceRegistrationMembership | null;
555
571
  isAdminConfigurable: boolean | null;
572
+ localAdmins: localAdminSettings | null;
556
573
  }
557
574
 
558
575
  @complex model azureAdPopTokenAuthentication extends customExtensionAuthenticationConfiguration {
@@ -1098,6 +1115,14 @@ namespace reference.`microsoft.graph` {
1098
1115
  id: string | null;
1099
1116
  }
1100
1117
 
1118
+ @complex model customAppManagementApplicationConfiguration {
1119
+ identifierUris: identifierUriConfiguration | null;
1120
+ }
1121
+
1122
+ @complex model customAppManagementConfiguration extends appManagementConfiguration {
1123
+ applicationRestrictions: customAppManagementApplicationConfiguration | null;
1124
+ }
1125
+
1101
1126
  @abstract
1102
1127
  @complex model customExtensionAuthenticationConfiguration {
1103
1128
  }
@@ -1140,6 +1165,16 @@ namespace reference.`microsoft.graph` {
1140
1165
  @complex model customExtensionEndpointConfiguration {
1141
1166
  }
1142
1167
 
1168
+ @abstract
1169
+ @complex model customSecurityAttributeExemption {
1170
+ id: string;
1171
+ operator: customSecurityAttributeComparisonOperator;
1172
+ }
1173
+
1174
+ @complex model customSecurityAttributeStringValueExemption extends customSecurityAttributeExemption {
1175
+ value: string | null;
1176
+ }
1177
+
1143
1178
  @open
1144
1179
  @complex model customSecurityAttributeValue {
1145
1180
  }
@@ -1408,6 +1443,10 @@ namespace reference.`microsoft.graph` {
1408
1443
  users: string[] | null;
1409
1444
  }
1410
1445
 
1446
+ @complex model enumeratedScopes extends inheritableScopes {
1447
+ scopes: string[];
1448
+ }
1449
+
1411
1450
  @complex model evaluateDynamicMembershipResult {
1412
1451
  membershipRule: string | null;
1413
1452
  membershipRuleEvaluationDetails: expressionEvaluationDetails | null;
@@ -1624,6 +1663,20 @@ namespace reference.`microsoft.graph` {
1624
1663
  isPicture: boolean | null;
1625
1664
  }
1626
1665
 
1666
+ @complex model identifierUriConfiguration {
1667
+ nonDefaultUriAddition: identifierUriRestriction | null;
1668
+ uriAdditionWithoutUniqueTenantIdentifier: identifierUriRestriction | null;
1669
+ }
1670
+
1671
+ @complex model identifierUriRestriction {
1672
+ excludeActors: appManagementPolicyActorExemptions | null;
1673
+ excludeAppsReceivingV2Tokens: boolean | null;
1674
+ excludeSaml: boolean | null;
1675
+ isStateSetByMicrosoft: boolean;
1676
+ restrictForAppsCreatedAfterDateTime: offsetDateTime | null;
1677
+ state: appManagementRestrictionState;
1678
+ }
1679
+
1627
1680
  @open
1628
1681
  @complex model identity {
1629
1682
  displayName: string | null;
@@ -1688,6 +1741,11 @@ namespace reference.`microsoft.graph` {
1688
1741
  termsOfServiceUrl: string | null;
1689
1742
  }
1690
1743
 
1744
+ @abstract
1745
+ @complex model inheritableScopes {
1746
+ kind: scopeCollectionKind;
1747
+ }
1748
+
1691
1749
  @open
1692
1750
  @complex model initiator extends identity {
1693
1751
  initiatorType: initiatorType | null;
@@ -1839,6 +1897,11 @@ namespace reference.`microsoft.graph` {
1839
1897
  isEnabled: boolean | null;
1840
1898
  }
1841
1899
 
1900
+ @complex model localAdminSettings {
1901
+ enableGlobalAdmins: boolean | null;
1902
+ registeringUsers: deviceRegistrationMembership | null;
1903
+ }
1904
+
1842
1905
  @complex model localeInfo {
1843
1906
  displayName: string | null;
1844
1907
  locale: string | null;
@@ -2139,6 +2202,9 @@ namespace reference.`microsoft.graph` {
2139
2202
  @complex model noDeviceRegistrationMembership extends deviceRegistrationMembership {
2140
2203
  }
2141
2204
 
2205
+ @complex model noScopes extends inheritableScopes {
2206
+ }
2207
+
2142
2208
  @complex model notifyUserAction extends dlpActionInfo {
2143
2209
  @computed actionLastModifiedDateTime: offsetDateTime | null;
2144
2210
  emailText: string | null;
@@ -2419,6 +2485,86 @@ namespace reference.`microsoft.graph` {
2419
2485
  street: string | null;
2420
2486
  }
2421
2487
 
2488
+ @open
2489
+ @complex model plannerAppliedCategories {
2490
+ }
2491
+
2492
+ @complex model plannerAssignment {
2493
+ assignedBy: identitySet | null;
2494
+ assignedDateTime: offsetDateTime | null;
2495
+ orderHint: string | null;
2496
+ }
2497
+
2498
+ @open
2499
+ @complex model plannerAssignments {
2500
+ }
2501
+
2502
+ @complex model plannerCategoryDescriptions {
2503
+ category1: string | null;
2504
+ category10: string | null;
2505
+ category11: string | null;
2506
+ category12: string | null;
2507
+ category13: string | null;
2508
+ category14: string | null;
2509
+ category15: string | null;
2510
+ category16: string | null;
2511
+ category17: string | null;
2512
+ category18: string | null;
2513
+ category19: string | null;
2514
+ category2: string | null;
2515
+ category20: string | null;
2516
+ category21: string | null;
2517
+ category22: string | null;
2518
+ category23: string | null;
2519
+ category24: string | null;
2520
+ category25: string | null;
2521
+ category3: string | null;
2522
+ category4: string | null;
2523
+ category5: string | null;
2524
+ category6: string | null;
2525
+ category7: string | null;
2526
+ category8: string | null;
2527
+ category9: string | null;
2528
+ }
2529
+
2530
+ @complex model plannerChecklistItem {
2531
+ isChecked: boolean | null;
2532
+ lastModifiedBy: identitySet | null;
2533
+ @computed lastModifiedDateTime: offsetDateTime | null;
2534
+ orderHint: string | null;
2535
+ title: string | null;
2536
+ }
2537
+
2538
+ @open
2539
+ @complex model plannerChecklistItems {
2540
+ }
2541
+
2542
+ @complex model plannerExternalReference {
2543
+ `alias`: string | null;
2544
+ lastModifiedBy: identitySet | null;
2545
+ @computed lastModifiedDateTime: offsetDateTime | null;
2546
+ previewPriority: string | null;
2547
+ type: string | null;
2548
+ }
2549
+
2550
+ @open
2551
+ @complex model plannerExternalReferences {
2552
+ }
2553
+
2554
+ @open
2555
+ @complex model plannerOrderHintsByAssignee {
2556
+ }
2557
+
2558
+ @complex model plannerPlanContainer {
2559
+ containerId: string | null;
2560
+ type: plannerContainerType | null;
2561
+ url: string | null;
2562
+ }
2563
+
2564
+ @open
2565
+ @complex model plannerUserIds {
2566
+ }
2567
+
2422
2568
  @complex model preAuthorizedApplication {
2423
2569
  appId: string | null;
2424
2570
  delegatedPermissionIds: string[];
@@ -2460,6 +2606,12 @@ namespace reference.`microsoft.graph` {
2460
2606
  localizations: displayNameLocalization[] | null;
2461
2607
  }
2462
2608
 
2609
+ @complex model profileSourceLocalization {
2610
+ displayName: string | null;
2611
+ languageTag: string | null;
2612
+ webUrl: string | null;
2613
+ }
2614
+
2463
2615
  @abstract
2464
2616
  @complex model prompt {
2465
2617
  }
@@ -3564,6 +3716,12 @@ namespace reference.`microsoft.graph` {
3564
3716
  userId: string | null;
3565
3717
  }
3566
3718
 
3719
+ @complex model userWorkLocation {
3720
+ placeId: string | null;
3721
+ source: workLocationSource;
3722
+ workLocationType: workLocationType;
3723
+ }
3724
+
3567
3725
  @complex model verifiedDomain {
3568
3726
  capabilities: string | null;
3569
3727
  isDefault: boolean | null;
@@ -4023,6 +4181,30 @@ namespace reference.`microsoft.graph` {
4023
4181
  @contains scopedRoleMembers: scopedRoleMembership[];
4024
4182
  }
4025
4183
 
4184
+ @open
4185
+ @entity model agentIdentity extends servicePrincipal {
4186
+ agentIdentityBlueprintId: string;
4187
+ @computed createdDateTime: offsetDateTime | null;
4188
+ @references sponsors: directoryObject[];
4189
+ }
4190
+
4191
+ @open
4192
+ @entity model agentIdentityBlueprint extends application {
4193
+ defaultRedirectUri: string | null;
4194
+ @contains inheritablePermissions: inheritablePermission[];
4195
+ @references sponsors: directoryObject[];
4196
+ }
4197
+
4198
+ @open
4199
+ @entity model agentIdentityBlueprintPrincipal extends servicePrincipal {
4200
+ signInAudience: string | null;
4201
+ @references sponsors: directoryObject[];
4202
+ }
4203
+
4204
+ @open
4205
+ @entity model agentUser extends user {
4206
+ }
4207
+
4026
4208
  @entity model agreement extends entity {
4027
4209
  displayName: string | null;
4028
4210
  isPerDeviceAcceptanceRequired: boolean | null;
@@ -4140,6 +4322,7 @@ namespace reference.`microsoft.graph` {
4140
4322
  applicationTemplateId: string | null;
4141
4323
  appRoles: appRole[];
4142
4324
  authenticationBehaviors: authenticationBehaviors | null;
4325
+ createdByAppId: string | null;
4143
4326
  @computed createdDateTime: offsetDateTime | null;
4144
4327
  description: string | null;
4145
4328
  disabledByMicrosoftStatus: string | null;
@@ -4148,9 +4331,11 @@ namespace reference.`microsoft.graph` {
4148
4331
  identifierUris: string[];
4149
4332
  info: informationalUrl | null;
4150
4333
  isDeviceOnlyAuthSupported: boolean | null;
4334
+ isDisabled: boolean | null;
4151
4335
  isFallbackPublicClient: boolean | null;
4152
4336
  keyCredentials: keyCredential[];
4153
4337
  logo: stream;
4338
+ managerApplications: guid;
4154
4339
  notes: string | null;
4155
4340
  oauth2RequirePostResponse: boolean;
4156
4341
  optionalClaims: optionalClaims | null;
@@ -4191,7 +4376,7 @@ namespace reference.`microsoft.graph` {
4191
4376
 
4192
4377
  @entity model appManagementPolicy extends policyBase {
4193
4378
  isEnabled: boolean;
4194
- restrictions: appManagementConfiguration | null;
4379
+ restrictions: customAppManagementConfiguration | null;
4195
4380
  @references appliesTo: directoryObject[];
4196
4381
  }
4197
4382
 
@@ -4219,6 +4404,10 @@ namespace reference.`microsoft.graph` {
4219
4404
  status: string | null;
4220
4405
  }
4221
4406
 
4407
+ @entity model approvedClientApp extends entity {
4408
+ displayName: string | null;
4409
+ }
4410
+
4222
4411
  @entity model appScope extends entity {
4223
4412
  displayName: string | null;
4224
4413
  type: string | null;
@@ -5336,6 +5525,11 @@ namespace reference.`microsoft.graph` {
5336
5525
  targetObjects: string[];
5337
5526
  }
5338
5527
 
5528
+ @entity model externalAuthenticationMethod extends authenticationMethod {
5529
+ configurationId: string;
5530
+ displayName: string;
5531
+ }
5532
+
5339
5533
  @entity model externalAuthenticationMethodConfiguration extends authenticationMethodConfiguration {
5340
5534
  appId: string;
5341
5535
  displayName: string;
@@ -5423,6 +5617,7 @@ namespace reference.`microsoft.graph` {
5423
5617
  hasMembersWithLicenseErrors: boolean | null;
5424
5618
  hideFromAddressLists: boolean | null;
5425
5619
  hideFromOutlookClients: boolean | null;
5620
+ infoCatalogs: string[];
5426
5621
  isArchived: boolean | null;
5427
5622
  isAssignableToRole: boolean | null;
5428
5623
  isManagementRestricted: boolean | null;
@@ -5453,6 +5648,7 @@ namespace reference.`microsoft.graph` {
5453
5648
  uniqueName: string | null;
5454
5649
  unseenCount: int32 | null;
5455
5650
  visibility: string | null;
5651
+ welcomeMessageEnabled: boolean | null;
5456
5652
  @contains acceptedSenders: directoryObject[];
5457
5653
  @contains appRoleAssignments: appRoleAssignment[];
5458
5654
  @contains calendar: calendar | null;
@@ -5471,6 +5667,7 @@ namespace reference.`microsoft.graph` {
5471
5667
  @references owners: directoryObject[];
5472
5668
  @contains photo: profilePhoto | null;
5473
5669
  @contains photos: profilePhoto[];
5670
+ @contains planner: plannerGroup | null;
5474
5671
  @contains rejectedSenders: directoryObject[];
5475
5672
  @contains settings: groupSetting[];
5476
5673
  @contains sites: site[];
@@ -5559,6 +5756,11 @@ namespace reference.`microsoft.graph` {
5559
5756
  @contains sensitivityPolicySettings: sensitivityPolicySettings | null;
5560
5757
  }
5561
5758
 
5759
+ @entity model inheritablePermission extends MsGraph.SharedModels.entity {
5760
+ inheritableScopes: inheritableScopes | null;
5761
+ @computed @key resourceAppId: string;
5762
+ }
5763
+
5562
5764
  @entity model insightsSettings extends entity {
5563
5765
  disabledForGroup: string | null;
5564
5766
  isEnabledInOrganization: boolean | null;
@@ -5993,6 +6195,8 @@ namespace reference.`microsoft.graph` {
5993
6195
  @entity model peopleAdminSettings extends entity {
5994
6196
  @contains itemInsights: insightsSettings | null;
5995
6197
  @contains profileCardProperties: profileCardProperty[];
6198
+ @contains profilePropertySettings: profilePropertySetting[];
6199
+ @contains profileSources: profileSource[];
5996
6200
  @contains pronouns: pronounsSettings | null;
5997
6201
  }
5998
6202
 
@@ -6074,6 +6278,94 @@ namespace reference.`microsoft.graph` {
6074
6278
  phone: string | null;
6075
6279
  }
6076
6280
 
6281
+ @entity model planner extends entity {
6282
+ @contains buckets: plannerBucket[];
6283
+ @contains plans: plannerPlan[];
6284
+ @contains tasks: plannerTask[];
6285
+ }
6286
+
6287
+ @entity model plannerAssignedToTaskBoardTaskFormat extends entity {
6288
+ orderHintsByAssignee: plannerOrderHintsByAssignee | null;
6289
+ unassignedOrderHint: string | null;
6290
+ }
6291
+
6292
+ @entity model plannerBucket extends entity {
6293
+ name: string;
6294
+ orderHint: string | null;
6295
+ planId: string | null;
6296
+ @references tasks: plannerTask[];
6297
+ }
6298
+
6299
+ @entity model plannerBucketTaskBoardTaskFormat extends entity {
6300
+ orderHint: string | null;
6301
+ }
6302
+
6303
+ @entity model plannerGroup extends entity {
6304
+ @references plans: plannerPlan[];
6305
+ }
6306
+
6307
+ @entity model plannerPlan extends entity {
6308
+ container: plannerPlanContainer | null;
6309
+ createdBy: identitySet | null;
6310
+ @computed createdDateTime: offsetDateTime | null;
6311
+
6312
+ @graphDeprecated("Tasks_And_Plans")
6313
+ owner: string | null;
6314
+ title: string;
6315
+ @references buckets: plannerBucket[];
6316
+ @contains details: plannerPlanDetails | null;
6317
+ @references tasks: plannerTask[];
6318
+ }
6319
+
6320
+ @entity model plannerPlanDetails extends entity {
6321
+ categoryDescriptions: plannerCategoryDescriptions | null;
6322
+ sharedWith: plannerUserIds | null;
6323
+ }
6324
+
6325
+ @entity model plannerProgressTaskBoardTaskFormat extends entity {
6326
+ orderHint: string | null;
6327
+ }
6328
+
6329
+ @entity model plannerTask extends entity {
6330
+ activeChecklistItemCount: int32 | null;
6331
+ appliedCategories: plannerAppliedCategories | null;
6332
+ assigneePriority: string | null;
6333
+ assignments: plannerAssignments | null;
6334
+ bucketId: string | null;
6335
+ checklistItemCount: int32 | null;
6336
+ completedBy: identitySet | null;
6337
+ completedDateTime: offsetDateTime | null;
6338
+ conversationThreadId: string | null;
6339
+ createdBy: identitySet | null;
6340
+ @computed createdDateTime: offsetDateTime | null;
6341
+ dueDateTime: offsetDateTime | null;
6342
+ hasDescription: boolean | null;
6343
+ orderHint: string | null;
6344
+ percentComplete: int32 | null;
6345
+ planId: string | null;
6346
+ previewType: plannerPreviewType | null;
6347
+ priority: int32 | null;
6348
+ referenceCount: int32 | null;
6349
+ startDateTime: offsetDateTime | null;
6350
+ title: string;
6351
+ @contains assignedToTaskBoardFormat: plannerAssignedToTaskBoardTaskFormat | null;
6352
+ @contains bucketTaskBoardFormat: plannerBucketTaskBoardTaskFormat | null;
6353
+ @contains details: plannerTaskDetails | null;
6354
+ @contains progressTaskBoardFormat: plannerProgressTaskBoardTaskFormat | null;
6355
+ }
6356
+
6357
+ @entity model plannerTaskDetails extends entity {
6358
+ checklist: plannerChecklistItems | null;
6359
+ description: string | null;
6360
+ previewType: plannerPreviewType | null;
6361
+ references: plannerExternalReferences | null;
6362
+ }
6363
+
6364
+ @entity model plannerUser extends entity {
6365
+ @references plans: plannerPlan[];
6366
+ @references tasks: plannerTask[];
6367
+ }
6368
+
6077
6369
  @entity model platformCredentialAuthenticationMethod extends authenticationMethod {
6078
6370
  displayName: string | null;
6079
6371
  keyStrength: authenticationMethodKeyStrength | null;
@@ -6134,6 +6426,7 @@ namespace reference.`microsoft.graph` {
6134
6426
  activity: string | null;
6135
6427
  availability: string | null;
6136
6428
  statusMessage: presenceStatusMessage | null;
6429
+ workLocation: userWorkLocation | null;
6137
6430
  }
6138
6431
 
6139
6432
  @entity model privilegedAccessGroup extends entity {
@@ -6247,6 +6540,20 @@ namespace reference.`microsoft.graph` {
6247
6540
  width: int32 | null;
6248
6541
  }
6249
6542
 
6543
+ @entity model profilePropertySetting extends entity {
6544
+ displayName: string | null;
6545
+ name: string | null;
6546
+ prioritizedSourceUrls: string[];
6547
+ }
6548
+
6549
+ @entity model profileSource extends entity {
6550
+ displayName: string | null;
6551
+ kind: string | null;
6552
+ localizations: profileSourceLocalization[];
6553
+ sourceId: string | null;
6554
+ webUrl: string | null;
6555
+ }
6556
+
6250
6557
  @entity model pronounsSettings extends entity {
6251
6558
  isEnabledInOrganization: boolean;
6252
6559
  }
@@ -6297,6 +6604,7 @@ namespace reference.`microsoft.graph` {
6297
6604
 
6298
6605
  @entity model remoteDesktopSecurityConfiguration extends entity {
6299
6606
  isRemoteDesktopProtocolEnabled: boolean;
6607
+ @contains approvedClientApps: approvedClientApp[];
6300
6608
  @contains targetDeviceGroups: targetDeviceGroup[];
6301
6609
  }
6302
6610
 
@@ -6572,12 +6880,14 @@ namespace reference.`microsoft.graph` {
6572
6880
  appOwnerOrganizationId: guid | null;
6573
6881
  appRoleAssignmentRequired: boolean;
6574
6882
  appRoles: appRole[];
6883
+ createdByAppId: string | null;
6575
6884
  customSecurityAttributes: customSecurityAttributeValue | null;
6576
6885
  description: string | null;
6577
6886
  disabledByMicrosoftStatus: string | null;
6578
6887
  displayName: string | null;
6579
6888
  homepage: string | null;
6580
6889
  info: informationalUrl | null;
6890
+ isDisabled: boolean | null;
6581
6891
  keyCredentials: keyCredential[];
6582
6892
  loginUrl: string | null;
6583
6893
  logoutUrl: string | null;
@@ -7021,9 +7331,9 @@ namespace reference.`microsoft.graph` {
7021
7331
  }
7022
7332
 
7023
7333
  @entity model tenantAppManagementPolicy extends policyBase {
7024
- applicationRestrictions: appManagementConfiguration | null;
7334
+ applicationRestrictions: appManagementApplicationConfiguration | null;
7025
7335
  isEnabled: boolean;
7026
- servicePrincipalRestrictions: appManagementConfiguration | null;
7336
+ servicePrincipalRestrictions: appManagementServicePrincipalConfiguration | null;
7027
7337
  }
7028
7338
 
7029
7339
  @entity model tenantRelationship extends MsGraph.SharedModels.entity {
@@ -7315,6 +7625,7 @@ namespace reference.`microsoft.graph` {
7315
7625
  givenName: string | null;
7316
7626
  hireDate: offsetDateTime;
7317
7627
  identities: objectIdentity[] | null;
7628
+ identityParentId: string | null;
7318
7629
  imAddresses: string[] | null;
7319
7630
  interests: string[] | null;
7320
7631
  isManagementRestricted: boolean | null;
@@ -7397,6 +7708,7 @@ namespace reference.`microsoft.graph` {
7397
7708
  @contains people: person[];
7398
7709
  @contains photo: profilePhoto | null;
7399
7710
  @contains photos: profilePhoto[];
7711
+ @contains planner: plannerUser | null;
7400
7712
  @contains presence: presence | null;
7401
7713
  @references registeredDevices: directoryObject[];
7402
7714
  @contains scopedRoleMemberOf: scopedRoleMembership[];
@@ -7900,6 +8212,7 @@ namespace reference.`microsoft.graph` {
7900
8212
  systemRemove: 9,
7901
8213
  onBehalfAdd: 10,
7902
8214
  unknownFutureValue: 11,
8215
+ approverRemove: 12,
7903
8216
  }
7904
8217
 
7905
8218
  enum accessPackageSubjectType {
@@ -8067,6 +8380,12 @@ namespace reference.`microsoft.graph` {
8067
8380
  reportOnlyInterrupted: 9,
8068
8381
  }
8069
8382
 
8383
+ enum appManagementRestrictionState {
8384
+ enabled: 1,
8385
+ disabled: 2,
8386
+ unknownFutureValue: 3,
8387
+ }
8388
+
8070
8389
  enum approvalFilterByCurrentUserOptions {
8071
8390
  target: 0,
8072
8391
  createdBy: 1,
@@ -8673,6 +8992,11 @@ namespace reference.`microsoft.graph` {
8673
8992
  unknownFutureValue: 6,
8674
8993
  }
8675
8994
 
8995
+ enum customSecurityAttributeComparisonOperator {
8996
+ equals: 1,
8997
+ unknownFutureValue: 2,
8998
+ }
8999
+
8676
9000
  #suppress "@microsoft/typespec-msgraph/use-evolvable-enum" "Matches shipped CSDL."
8677
9001
  enum dayOfWeek {
8678
9002
  sunday: 0,
@@ -9301,6 +9625,21 @@ namespace reference.`microsoft.graph` {
9301
9625
  radio: 9,
9302
9626
  }
9303
9627
 
9628
+ enum plannerContainerType {
9629
+ group: 1,
9630
+ unknownFutureValue: 2,
9631
+ roster: 3,
9632
+ }
9633
+
9634
+ #suppress "@microsoft/typespec-msgraph/use-evolvable-enum" "Matches shipped CSDL."
9635
+ enum plannerPreviewType {
9636
+ automatic: 0,
9637
+ noPreview: 1,
9638
+ checklist: 2,
9639
+ description: 3,
9640
+ reference: 4,
9641
+ }
9642
+
9304
9643
  enum postType {
9305
9644
  regular: 0,
9306
9645
  quick: 1,
@@ -9513,6 +9852,7 @@ namespace reference.`microsoft.graph` {
9513
9852
  userChangedPasswordOnPremises: 15,
9514
9853
  adminDismissedRiskForSignIn: 16,
9515
9854
  adminConfirmedAccountSafe: 17,
9855
+ microsoftRevokedSessions: 18,
9516
9856
  }
9517
9857
 
9518
9858
  enum riskDetectionTimingType {
@@ -9623,6 +9963,14 @@ namespace reference.`microsoft.graph` {
9623
9963
  unknownFutureValue: 10,
9624
9964
  }
9625
9965
 
9966
+ enum scopeCollectionKind {
9967
+ allAllowed: 0,
9968
+ enumerated: 1,
9969
+ none: 2,
9970
+ scopeKindNotSet: 3,
9971
+ unknownFutureValue: 4,
9972
+ }
9973
+
9626
9974
  #suppress "@microsoft/typespec-msgraph/use-evolvable-enum" "Matches shipped CSDL."
9627
9975
  enum scopeOperatorMultiValuedComparisonType {
9628
9976
  All: 0,
@@ -10249,6 +10597,22 @@ namespace reference.`microsoft.graph` {
10249
10597
  failed: 3,
10250
10598
  }
10251
10599
 
10600
+ enum workLocationSource {
10601
+ none: 0,
10602
+ manual: 1,
10603
+ scheduled: 2,
10604
+ automatic: 3,
10605
+ unknownFutureValue: 4,
10606
+ }
10607
+
10608
+ enum workLocationType {
10609
+ unspecified: 0,
10610
+ office: 1,
10611
+ remote: 2,
10612
+ timeOff: 3,
10613
+ unknownFutureValue: 4,
10614
+ }
10615
+
10252
10616
  enum x509CertificateAffinityLevel {
10253
10617
  low: 0,
10254
10618
  high: 1,
@@ -10670,6 +11034,7 @@ namespace reference.`microsoft.graph.identityGovernance` {
10670
11034
  }
10671
11035
 
10672
11036
  }
11037
+ @deprecatedDefinition("Tasks_And_Plans", "<ChangeLogCategory>", "2026-03-18", "2028-03-18", "Alert category property is deprecated and replaced with alert categories")
10673
11038
  @publicNamespace("microsoft.graph.security")
10674
11039
  namespace reference.`microsoft.graph.security` {
10675
11040
  @complex model activeDirectoryDomainEvidence extends alertEvidence {
@@ -11064,6 +11429,10 @@ namespace reference.`microsoft.graph.security` {
11064
11429
  processes: processEvidence[] | null;
11065
11430
  }
11066
11431
 
11432
+ @complex model mergeResponse {
11433
+ targetIncidentId: string;
11434
+ }
11435
+
11067
11436
  @complex model networkConnectionEvidence extends alertEvidence {
11068
11437
  destinationAddress: ipEvidence | null;
11069
11438
  destinationPort: int32 | null;
@@ -11234,6 +11603,7 @@ namespace reference.`microsoft.graph.security` {
11234
11603
  displayName: string | null;
11235
11604
  domainName: string | null;
11236
11605
  resourceAccessEvents: resourceAccessEvent[] | null;
11606
+ tenantId: string | null;
11237
11607
  userPrincipalName: string | null;
11238
11608
  userSid: string | null;
11239
11609
  }
@@ -11256,6 +11626,9 @@ namespace reference.`microsoft.graph.security` {
11256
11626
  alertPolicyId: string | null;
11257
11627
  alertWebUrl: string | null;
11258
11628
  assignedTo: string | null;
11629
+ categories: string[] | null;
11630
+
11631
+ @graphDeprecated("Tasks_And_Plans")
11259
11632
  category: string | null;
11260
11633
  classification: alertClassification | null;
11261
11634
  comments: alertComment[] | null;
@@ -11421,6 +11794,7 @@ namespace reference.`microsoft.graph.security` {
11421
11794
  }
11422
11795
 
11423
11796
  @entity model ediscoveryPurgeDataOperation extends caseOperation {
11797
+ reportFileMetadata: reportFileMetadata[] | null;
11424
11798
  }
11425
11799
 
11426
11800
  @entity model ediscoveryReviewSet extends dataSet {
@@ -11672,6 +12046,28 @@ namespace reference.`microsoft.graph.security` {
11672
12046
  unknownFutureValue: 3,
11673
12047
  }
11674
12048
 
12049
+ @graphFlags
12050
+ enum correlationReason {
12051
+ repeatedAlertOccurrence: 1,
12052
+ sameGeography: 2,
12053
+ similarArtifacts: 4,
12054
+ sameTargetedAsset: 8,
12055
+ sameNetworkSegment: 16,
12056
+ eventSequence: 32,
12057
+ timeFrame: 64,
12058
+ sameThreatSource: 128,
12059
+ similarTTPsOrBehavior: 256,
12060
+ sameActor: 512,
12061
+ sameCampaign: 1024,
12062
+ sharedIndicators: 2048,
12063
+ sameAsset: 4096,
12064
+ networkProximity: 8192,
12065
+ eventCasualSequence: 16384,
12066
+ temporalProximity: 32768,
12067
+ lateralMovementPath: 65536,
12068
+ unknownFutureValue: 131072,
12069
+ }
12070
+
11675
12071
  enum dataSourceContainerStatus {
11676
12072
  active: 1,
11677
12073
  released: 2,