@microsoft/typespec-msgraph-reference 1.0.3 → 1.0.5

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;
@@ -5434,6 +5629,7 @@ namespace reference.`microsoft.graph` {
5434
5629
  membershipRule: string | null;
5435
5630
  membershipRuleProcessingState: string | null;
5436
5631
  onPremisesDomainName: string | null;
5632
+ onPremisesExtensionAttributes: onPremisesExtensionAttributes | null;
5437
5633
  onPremisesLastSyncDateTime: offsetDateTime | null;
5438
5634
  onPremisesNetBiosName: string | null;
5439
5635
  onPremisesProvisioningErrors: onPremisesProvisioningError[] | null;
@@ -5453,6 +5649,7 @@ namespace reference.`microsoft.graph` {
5453
5649
  uniqueName: string | null;
5454
5650
  unseenCount: int32 | null;
5455
5651
  visibility: string | null;
5652
+ welcomeMessageEnabled: boolean | null;
5456
5653
  @contains acceptedSenders: directoryObject[];
5457
5654
  @contains appRoleAssignments: appRoleAssignment[];
5458
5655
  @contains calendar: calendar | null;
@@ -5471,6 +5668,7 @@ namespace reference.`microsoft.graph` {
5471
5668
  @references owners: directoryObject[];
5472
5669
  @contains photo: profilePhoto | null;
5473
5670
  @contains photos: profilePhoto[];
5671
+ @contains planner: plannerGroup | null;
5474
5672
  @contains rejectedSenders: directoryObject[];
5475
5673
  @contains settings: groupSetting[];
5476
5674
  @contains sites: site[];
@@ -5559,6 +5757,11 @@ namespace reference.`microsoft.graph` {
5559
5757
  @contains sensitivityPolicySettings: sensitivityPolicySettings | null;
5560
5758
  }
5561
5759
 
5760
+ @entity model inheritablePermission extends MsGraph.SharedModels.entity {
5761
+ inheritableScopes: inheritableScopes | null;
5762
+ @computed @key resourceAppId: string;
5763
+ }
5764
+
5562
5765
  @entity model insightsSettings extends entity {
5563
5766
  disabledForGroup: string | null;
5564
5767
  isEnabledInOrganization: boolean | null;
@@ -5993,6 +6196,8 @@ namespace reference.`microsoft.graph` {
5993
6196
  @entity model peopleAdminSettings extends entity {
5994
6197
  @contains itemInsights: insightsSettings | null;
5995
6198
  @contains profileCardProperties: profileCardProperty[];
6199
+ @contains profilePropertySettings: profilePropertySetting[];
6200
+ @contains profileSources: profileSource[];
5996
6201
  @contains pronouns: pronounsSettings | null;
5997
6202
  }
5998
6203
 
@@ -6074,6 +6279,94 @@ namespace reference.`microsoft.graph` {
6074
6279
  phone: string | null;
6075
6280
  }
6076
6281
 
6282
+ @entity model planner extends entity {
6283
+ @contains buckets: plannerBucket[];
6284
+ @contains plans: plannerPlan[];
6285
+ @contains tasks: plannerTask[];
6286
+ }
6287
+
6288
+ @entity model plannerAssignedToTaskBoardTaskFormat extends entity {
6289
+ orderHintsByAssignee: plannerOrderHintsByAssignee | null;
6290
+ unassignedOrderHint: string | null;
6291
+ }
6292
+
6293
+ @entity model plannerBucket extends entity {
6294
+ name: string;
6295
+ orderHint: string | null;
6296
+ planId: string | null;
6297
+ @references tasks: plannerTask[];
6298
+ }
6299
+
6300
+ @entity model plannerBucketTaskBoardTaskFormat extends entity {
6301
+ orderHint: string | null;
6302
+ }
6303
+
6304
+ @entity model plannerGroup extends entity {
6305
+ @references plans: plannerPlan[];
6306
+ }
6307
+
6308
+ @entity model plannerPlan extends entity {
6309
+ container: plannerPlanContainer | null;
6310
+ createdBy: identitySet | null;
6311
+ @computed createdDateTime: offsetDateTime | null;
6312
+
6313
+ @graphDeprecated("Tasks_And_Plans")
6314
+ owner: string | null;
6315
+ title: string;
6316
+ @references buckets: plannerBucket[];
6317
+ @contains details: plannerPlanDetails | null;
6318
+ @references tasks: plannerTask[];
6319
+ }
6320
+
6321
+ @entity model plannerPlanDetails extends entity {
6322
+ categoryDescriptions: plannerCategoryDescriptions | null;
6323
+ sharedWith: plannerUserIds | null;
6324
+ }
6325
+
6326
+ @entity model plannerProgressTaskBoardTaskFormat extends entity {
6327
+ orderHint: string | null;
6328
+ }
6329
+
6330
+ @entity model plannerTask extends entity {
6331
+ activeChecklistItemCount: int32 | null;
6332
+ appliedCategories: plannerAppliedCategories | null;
6333
+ assigneePriority: string | null;
6334
+ assignments: plannerAssignments | null;
6335
+ bucketId: string | null;
6336
+ checklistItemCount: int32 | null;
6337
+ completedBy: identitySet | null;
6338
+ completedDateTime: offsetDateTime | null;
6339
+ conversationThreadId: string | null;
6340
+ createdBy: identitySet | null;
6341
+ @computed createdDateTime: offsetDateTime | null;
6342
+ dueDateTime: offsetDateTime | null;
6343
+ hasDescription: boolean | null;
6344
+ orderHint: string | null;
6345
+ percentComplete: int32 | null;
6346
+ planId: string | null;
6347
+ previewType: plannerPreviewType | null;
6348
+ priority: int32 | null;
6349
+ referenceCount: int32 | null;
6350
+ startDateTime: offsetDateTime | null;
6351
+ title: string;
6352
+ @contains assignedToTaskBoardFormat: plannerAssignedToTaskBoardTaskFormat | null;
6353
+ @contains bucketTaskBoardFormat: plannerBucketTaskBoardTaskFormat | null;
6354
+ @contains details: plannerTaskDetails | null;
6355
+ @contains progressTaskBoardFormat: plannerProgressTaskBoardTaskFormat | null;
6356
+ }
6357
+
6358
+ @entity model plannerTaskDetails extends entity {
6359
+ checklist: plannerChecklistItems | null;
6360
+ description: string | null;
6361
+ previewType: plannerPreviewType | null;
6362
+ references: plannerExternalReferences | null;
6363
+ }
6364
+
6365
+ @entity model plannerUser extends entity {
6366
+ @references plans: plannerPlan[];
6367
+ @references tasks: plannerTask[];
6368
+ }
6369
+
6077
6370
  @entity model platformCredentialAuthenticationMethod extends authenticationMethod {
6078
6371
  displayName: string | null;
6079
6372
  keyStrength: authenticationMethodKeyStrength | null;
@@ -6134,6 +6427,7 @@ namespace reference.`microsoft.graph` {
6134
6427
  activity: string | null;
6135
6428
  availability: string | null;
6136
6429
  statusMessage: presenceStatusMessage | null;
6430
+ workLocation: userWorkLocation | null;
6137
6431
  }
6138
6432
 
6139
6433
  @entity model privilegedAccessGroup extends entity {
@@ -6240,6 +6534,7 @@ namespace reference.`microsoft.graph` {
6240
6534
  @entity model profileCardProperty extends entity {
6241
6535
  annotations: profileCardAnnotation[] | null;
6242
6536
  directoryPropertyName: string | null;
6537
+ isVisible: boolean;
6243
6538
  }
6244
6539
 
6245
6540
  @entity model profilePhoto extends entity {
@@ -6247,6 +6542,20 @@ namespace reference.`microsoft.graph` {
6247
6542
  width: int32 | null;
6248
6543
  }
6249
6544
 
6545
+ @entity model profilePropertySetting extends entity {
6546
+ displayName: string | null;
6547
+ name: string | null;
6548
+ prioritizedSourceUrls: string[];
6549
+ }
6550
+
6551
+ @entity model profileSource extends entity {
6552
+ displayName: string | null;
6553
+ kind: string | null;
6554
+ localizations: profileSourceLocalization[];
6555
+ sourceId: string | null;
6556
+ webUrl: string | null;
6557
+ }
6558
+
6250
6559
  @entity model pronounsSettings extends entity {
6251
6560
  isEnabledInOrganization: boolean;
6252
6561
  }
@@ -6297,6 +6606,7 @@ namespace reference.`microsoft.graph` {
6297
6606
 
6298
6607
  @entity model remoteDesktopSecurityConfiguration extends entity {
6299
6608
  isRemoteDesktopProtocolEnabled: boolean;
6609
+ @contains approvedClientApps: approvedClientApp[];
6300
6610
  @contains targetDeviceGroups: targetDeviceGroup[];
6301
6611
  }
6302
6612
 
@@ -6476,8 +6786,11 @@ namespace reference.`microsoft.graph` {
6476
6786
  @contains alerts_v2: reference.`microsoft.graph.security`.alert[];
6477
6787
  @contains cases: reference.`microsoft.graph.security`.casesRoot | null;
6478
6788
  @contains incidents: reference.`microsoft.graph.security`.incident[];
6789
+ @contains labels: reference.`microsoft.graph.security`.labelsRoot | null;
6479
6790
  @contains secureScoreControlProfiles: secureScoreControlProfile[];
6480
6791
  @contains secureScores: secureScore[];
6792
+ @contains triggers: reference.`microsoft.graph.security`.triggersRoot | null;
6793
+ @contains triggerTypes: reference.`microsoft.graph.security`.triggerTypesRoot | null;
6481
6794
  }
6482
6795
 
6483
6796
  @entity model sensitiveType extends entity {
@@ -6572,12 +6885,14 @@ namespace reference.`microsoft.graph` {
6572
6885
  appOwnerOrganizationId: guid | null;
6573
6886
  appRoleAssignmentRequired: boolean;
6574
6887
  appRoles: appRole[];
6888
+ createdByAppId: string | null;
6575
6889
  customSecurityAttributes: customSecurityAttributeValue | null;
6576
6890
  description: string | null;
6577
6891
  disabledByMicrosoftStatus: string | null;
6578
6892
  displayName: string | null;
6579
6893
  homepage: string | null;
6580
6894
  info: informationalUrl | null;
6895
+ isDisabled: boolean | null;
6581
6896
  keyCredentials: keyCredential[];
6582
6897
  loginUrl: string | null;
6583
6898
  logoutUrl: string | null;
@@ -7021,9 +7336,9 @@ namespace reference.`microsoft.graph` {
7021
7336
  }
7022
7337
 
7023
7338
  @entity model tenantAppManagementPolicy extends policyBase {
7024
- applicationRestrictions: appManagementConfiguration | null;
7339
+ applicationRestrictions: appManagementApplicationConfiguration | null;
7025
7340
  isEnabled: boolean;
7026
- servicePrincipalRestrictions: appManagementConfiguration | null;
7341
+ servicePrincipalRestrictions: appManagementServicePrincipalConfiguration | null;
7027
7342
  }
7028
7343
 
7029
7344
  @entity model tenantRelationship extends MsGraph.SharedModels.entity {
@@ -7315,6 +7630,7 @@ namespace reference.`microsoft.graph` {
7315
7630
  givenName: string | null;
7316
7631
  hireDate: offsetDateTime;
7317
7632
  identities: objectIdentity[] | null;
7633
+ identityParentId: string | null;
7318
7634
  imAddresses: string[] | null;
7319
7635
  interests: string[] | null;
7320
7636
  isManagementRestricted: boolean | null;
@@ -7397,6 +7713,7 @@ namespace reference.`microsoft.graph` {
7397
7713
  @contains people: person[];
7398
7714
  @contains photo: profilePhoto | null;
7399
7715
  @contains photos: profilePhoto[];
7716
+ @contains planner: plannerUser | null;
7400
7717
  @contains presence: presence | null;
7401
7718
  @references registeredDevices: directoryObject[];
7402
7719
  @contains scopedRoleMemberOf: scopedRoleMembership[];
@@ -7900,6 +8217,7 @@ namespace reference.`microsoft.graph` {
7900
8217
  systemRemove: 9,
7901
8218
  onBehalfAdd: 10,
7902
8219
  unknownFutureValue: 11,
8220
+ approverRemove: 12,
7903
8221
  }
7904
8222
 
7905
8223
  enum accessPackageSubjectType {
@@ -8067,6 +8385,12 @@ namespace reference.`microsoft.graph` {
8067
8385
  reportOnlyInterrupted: 9,
8068
8386
  }
8069
8387
 
8388
+ enum appManagementRestrictionState {
8389
+ enabled: 1,
8390
+ disabled: 2,
8391
+ unknownFutureValue: 3,
8392
+ }
8393
+
8070
8394
  enum approvalFilterByCurrentUserOptions {
8071
8395
  target: 0,
8072
8396
  createdBy: 1,
@@ -8673,6 +8997,11 @@ namespace reference.`microsoft.graph` {
8673
8997
  unknownFutureValue: 6,
8674
8998
  }
8675
8999
 
9000
+ enum customSecurityAttributeComparisonOperator {
9001
+ equals: 1,
9002
+ unknownFutureValue: 2,
9003
+ }
9004
+
8676
9005
  #suppress "@microsoft/typespec-msgraph/use-evolvable-enum" "Matches shipped CSDL."
8677
9006
  enum dayOfWeek {
8678
9007
  sunday: 0,
@@ -9301,6 +9630,21 @@ namespace reference.`microsoft.graph` {
9301
9630
  radio: 9,
9302
9631
  }
9303
9632
 
9633
+ enum plannerContainerType {
9634
+ group: 1,
9635
+ unknownFutureValue: 2,
9636
+ roster: 3,
9637
+ }
9638
+
9639
+ #suppress "@microsoft/typespec-msgraph/use-evolvable-enum" "Matches shipped CSDL."
9640
+ enum plannerPreviewType {
9641
+ automatic: 0,
9642
+ noPreview: 1,
9643
+ checklist: 2,
9644
+ description: 3,
9645
+ reference: 4,
9646
+ }
9647
+
9304
9648
  enum postType {
9305
9649
  regular: 0,
9306
9650
  quick: 1,
@@ -9513,6 +9857,7 @@ namespace reference.`microsoft.graph` {
9513
9857
  userChangedPasswordOnPremises: 15,
9514
9858
  adminDismissedRiskForSignIn: 16,
9515
9859
  adminConfirmedAccountSafe: 17,
9860
+ microsoftRevokedSessions: 18,
9516
9861
  }
9517
9862
 
9518
9863
  enum riskDetectionTimingType {
@@ -9623,6 +9968,14 @@ namespace reference.`microsoft.graph` {
9623
9968
  unknownFutureValue: 10,
9624
9969
  }
9625
9970
 
9971
+ enum scopeCollectionKind {
9972
+ allAllowed: 0,
9973
+ enumerated: 1,
9974
+ none: 2,
9975
+ scopeKindNotSet: 3,
9976
+ unknownFutureValue: 4,
9977
+ }
9978
+
9626
9979
  #suppress "@microsoft/typespec-msgraph/use-evolvable-enum" "Matches shipped CSDL."
9627
9980
  enum scopeOperatorMultiValuedComparisonType {
9628
9981
  All: 0,
@@ -10249,6 +10602,22 @@ namespace reference.`microsoft.graph` {
10249
10602
  failed: 3,
10250
10603
  }
10251
10604
 
10605
+ enum workLocationSource {
10606
+ none: 0,
10607
+ manual: 1,
10608
+ scheduled: 2,
10609
+ automatic: 3,
10610
+ unknownFutureValue: 4,
10611
+ }
10612
+
10613
+ enum workLocationType {
10614
+ unspecified: 0,
10615
+ office: 1,
10616
+ remote: 2,
10617
+ timeOff: 3,
10618
+ unknownFutureValue: 4,
10619
+ }
10620
+
10252
10621
  enum x509CertificateAffinityLevel {
10253
10622
  low: 0,
10254
10623
  high: 1,
@@ -10670,6 +11039,7 @@ namespace reference.`microsoft.graph.identityGovernance` {
10670
11039
  }
10671
11040
 
10672
11041
  }
11042
+ @deprecatedDefinition("Tasks_And_Plans", "<ChangeLogCategory>", "2026-03-18", "2028-03-18", "Alert category property is deprecated and replaced with alert categories")
10673
11043
  @publicNamespace("microsoft.graph.security")
10674
11044
  namespace reference.`microsoft.graph.security` {
10675
11045
  @complex model activeDirectoryDomainEvidence extends alertEvidence {
@@ -10832,6 +11202,18 @@ namespace reference.`microsoft.graph.security` {
10832
11202
  emailAddress: string | null;
10833
11203
  }
10834
11204
 
11205
+ @complex model eventPropagationResult {
11206
+ location: string | null;
11207
+ serviceName: string | null;
11208
+ status: eventPropagationStatus | null;
11209
+ statusInformation: string | null;
11210
+ }
11211
+
11212
+ @complex model eventQuery {
11213
+ query: string;
11214
+ queryType: queryType | null;
11215
+ }
11216
+
10835
11217
  @complex model exportFileMetadata {
10836
11218
  downloadUrl: string | null;
10837
11219
  fileName: string | null;
@@ -10867,6 +11249,31 @@ namespace reference.`microsoft.graph.security` {
10867
11249
  value: string | null;
10868
11250
  }
10869
11251
 
11252
+ @complex model filePlanAppliedCategory extends filePlanDescriptorBase {
11253
+ subcategory: filePlanSubcategory | null;
11254
+ }
11255
+
11256
+ @complex model filePlanAuthority extends filePlanDescriptorBase {
11257
+ }
11258
+
11259
+ @complex model filePlanCitation extends filePlanDescriptorBase {
11260
+ citationJurisdiction: string | null;
11261
+ citationUrl: string | null;
11262
+ }
11263
+
11264
+ @complex model filePlanDepartment extends filePlanDescriptorBase {
11265
+ }
11266
+
11267
+ @complex model filePlanDescriptorBase {
11268
+ displayName: string | null;
11269
+ }
11270
+
11271
+ @complex model filePlanReference extends filePlanDescriptorBase {
11272
+ }
11273
+
11274
+ @complex model filePlanSubcategory extends filePlanDescriptorBase {
11275
+ }
11276
+
10870
11277
  @complex model geoLocation {
10871
11278
  city: string | null;
10872
11279
  countryName: string | null;
@@ -11064,6 +11471,10 @@ namespace reference.`microsoft.graph.security` {
11064
11471
  processes: processEvidence[] | null;
11065
11472
  }
11066
11473
 
11474
+ @complex model mergeResponse {
11475
+ targetIncidentId: string;
11476
+ }
11477
+
11067
11478
  @complex model networkConnectionEvidence extends alertEvidence {
11068
11479
  destinationAddress: ipEvidence | null;
11069
11480
  destinationPort: int32 | null;
@@ -11138,6 +11549,22 @@ namespace reference.`microsoft.graph.security` {
11138
11549
  resourceIdentifier: string | null;
11139
11550
  }
11140
11551
 
11552
+ @abstract
11553
+ @complex model retentionDuration {
11554
+ }
11555
+
11556
+ @complex model retentionDurationForever extends retentionDuration {
11557
+ }
11558
+
11559
+ @complex model retentionDurationInDays extends retentionDuration {
11560
+ days: int32 | null;
11561
+ }
11562
+
11563
+ @complex model retentionEventStatus {
11564
+ error: reference.`microsoft.graph`.publicError | null;
11565
+ status: eventStatusType | null;
11566
+ }
11567
+
11141
11568
  @complex model sasTokenEvidence extends alertEvidence {
11142
11569
  allowedIpAddresses: string | null;
11143
11570
  allowedResourceTypes: string[] | null;
@@ -11234,6 +11661,7 @@ namespace reference.`microsoft.graph.security` {
11234
11661
  displayName: string | null;
11235
11662
  domainName: string | null;
11236
11663
  resourceAccessEvents: resourceAccessEvent[] | null;
11664
+ tenantId: string | null;
11237
11665
  userPrincipalName: string | null;
11238
11666
  userSid: string | null;
11239
11667
  }
@@ -11256,6 +11684,9 @@ namespace reference.`microsoft.graph.security` {
11256
11684
  alertPolicyId: string | null;
11257
11685
  alertWebUrl: string | null;
11258
11686
  assignedTo: string | null;
11687
+ categories: string[] | null;
11688
+
11689
+ @graphDeprecated("Tasks_And_Plans")
11259
11690
  category: string | null;
11260
11691
  classification: alertClassification | null;
11261
11692
  comments: alertComment[] | null;
@@ -11286,6 +11717,9 @@ namespace reference.`microsoft.graph.security` {
11286
11717
  title: string | null;
11287
11718
  }
11288
11719
 
11720
+ @entity model authorityTemplate extends filePlanDescriptorTemplate {
11721
+ }
11722
+
11289
11723
  @abstract
11290
11724
  @entity model case extends reference.`microsoft.graph`.entity {
11291
11725
  @computed createdDateTime: offsetDateTime | null;
@@ -11310,6 +11744,15 @@ namespace reference.`microsoft.graph.security` {
11310
11744
  @contains ediscoveryCases: ediscoveryCase[];
11311
11745
  }
11312
11746
 
11747
+ @entity model categoryTemplate extends filePlanDescriptorTemplate {
11748
+ @contains subcategories: subcategoryTemplate[];
11749
+ }
11750
+
11751
+ @entity model citationTemplate extends filePlanDescriptorTemplate {
11752
+ citationJurisdiction: string | null;
11753
+ citationUrl: string | null;
11754
+ }
11755
+
11313
11756
  @abstract
11314
11757
  @entity model dataSet extends reference.`microsoft.graph`.entity {
11315
11758
  createdBy: reference.`microsoft.graph`.identitySet | null;
@@ -11336,6 +11779,15 @@ namespace reference.`microsoft.graph.security` {
11336
11779
  status: dataSourceContainerStatus | null;
11337
11780
  }
11338
11781
 
11782
+ @entity model departmentTemplate extends filePlanDescriptorTemplate {
11783
+ }
11784
+
11785
+ @entity model dispositionReviewStage extends MsGraph.SharedModels.entity {
11786
+ name: string | null;
11787
+ reviewersEmailAddresses: string[] | null;
11788
+ @computed @key stageNumber: string;
11789
+ }
11790
+
11339
11791
  @entity model ediscoveryAddToReviewSetOperation extends caseOperation {
11340
11792
  additionalDataOptions: additionalDataOptions | null;
11341
11793
  cloudAttachmentVersion: cloudAttachmentVersion | null;
@@ -11421,6 +11873,7 @@ namespace reference.`microsoft.graph.security` {
11421
11873
  }
11422
11874
 
11423
11875
  @entity model ediscoveryPurgeDataOperation extends caseOperation {
11876
+ reportFileMetadata: reportFileMetadata[] | null;
11424
11877
  }
11425
11878
 
11426
11879
  @entity model ediscoveryReviewSet extends dataSet {
@@ -11462,6 +11915,28 @@ namespace reference.`microsoft.graph.security` {
11462
11915
  @entity model ediscoveryTagOperation extends caseOperation {
11463
11916
  }
11464
11917
 
11918
+ @entity model filePlanDescriptor extends reference.`microsoft.graph`.entity {
11919
+ authority: filePlanAuthority | null;
11920
+ category: filePlanAppliedCategory | null;
11921
+ citation: filePlanCitation | null;
11922
+ department: filePlanDepartment | null;
11923
+ filePlanReference: filePlanReference | null;
11924
+ @references authorityTemplate: authorityTemplate | null;
11925
+ @references categoryTemplate: categoryTemplate | null;
11926
+ @references citationTemplate: citationTemplate | null;
11927
+ @references departmentTemplate: departmentTemplate | null;
11928
+ @references filePlanReferenceTemplate: filePlanReferenceTemplate | null;
11929
+ }
11930
+
11931
+ @entity model filePlanDescriptorTemplate extends reference.`microsoft.graph`.entity {
11932
+ createdBy: reference.`microsoft.graph`.identitySet | null;
11933
+ @computed createdDateTime: offsetDateTime | null;
11934
+ displayName: string | null;
11935
+ }
11936
+
11937
+ @entity model filePlanReferenceTemplate extends filePlanDescriptorTemplate {
11938
+ }
11939
+
11465
11940
  @entity model incident extends reference.`microsoft.graph`.entity {
11466
11941
  assignedTo: string | null;
11467
11942
  classification: alertClassification | null;
@@ -11484,6 +11959,59 @@ namespace reference.`microsoft.graph.security` {
11484
11959
  @references alerts: alert[];
11485
11960
  }
11486
11961
 
11962
+ @entity model labelsRoot extends reference.`microsoft.graph`.entity {
11963
+ @contains authorities: authorityTemplate[];
11964
+ @contains categories: categoryTemplate[];
11965
+ @contains citations: citationTemplate[];
11966
+ @contains departments: departmentTemplate[];
11967
+ @contains filePlanReferences: filePlanReferenceTemplate[];
11968
+ @contains retentionLabels: retentionLabel[];
11969
+ }
11970
+
11971
+ @entity model retentionEvent extends reference.`microsoft.graph`.entity {
11972
+ createdBy: reference.`microsoft.graph`.identitySet | null;
11973
+ @computed createdDateTime: offsetDateTime | null;
11974
+ description: string | null;
11975
+ displayName: string | null;
11976
+ eventPropagationResults: eventPropagationResult[] | null;
11977
+ eventQueries: eventQuery[] | null;
11978
+ eventStatus: retentionEventStatus | null;
11979
+ eventTriggerDateTime: offsetDateTime | null;
11980
+ lastModifiedBy: reference.`microsoft.graph`.identitySet | null;
11981
+ @computed lastModifiedDateTime: offsetDateTime | null;
11982
+ @computed lastStatusUpdateDateTime: offsetDateTime | null;
11983
+ @references retentionEventType: retentionEventType | null;
11984
+ }
11985
+
11986
+ @entity model retentionEventType extends reference.`microsoft.graph`.entity {
11987
+ createdBy: reference.`microsoft.graph`.identitySet | null;
11988
+ @computed createdDateTime: offsetDateTime | null;
11989
+ description: string | null;
11990
+ displayName: string | null;
11991
+ lastModifiedBy: reference.`microsoft.graph`.identitySet | null;
11992
+ @computed lastModifiedDateTime: offsetDateTime | null;
11993
+ }
11994
+
11995
+ @entity model retentionLabel extends reference.`microsoft.graph`.entity {
11996
+ actionAfterRetentionPeriod: actionAfterRetentionPeriod | null;
11997
+ behaviorDuringRetentionPeriod: behaviorDuringRetentionPeriod | null;
11998
+ createdBy: reference.`microsoft.graph`.identitySet | null;
11999
+ @computed createdDateTime: offsetDateTime | null;
12000
+ defaultRecordBehavior: defaultRecordBehavior | null;
12001
+ descriptionForAdmins: string | null;
12002
+ descriptionForUsers: string | null;
12003
+ displayName: string | null;
12004
+ isInUse: boolean | null;
12005
+ labelToBeApplied: string | null;
12006
+ lastModifiedBy: reference.`microsoft.graph`.identitySet | null;
12007
+ @computed lastModifiedDateTime: offsetDateTime | null;
12008
+ retentionDuration: retentionDuration | null;
12009
+ retentionTrigger: retentionTrigger | null;
12010
+ @contains descriptors: filePlanDescriptor | null;
12011
+ @contains dispositionReviewStages: dispositionReviewStage[];
12012
+ @references retentionEventType: retentionEventType | null;
12013
+ }
12014
+
11487
12015
  @abstract
11488
12016
  @entity model search extends reference.`microsoft.graph`.entity {
11489
12017
  contentQuery: string | null;
@@ -11499,6 +12027,9 @@ namespace reference.`microsoft.graph.security` {
11499
12027
  @references site: reference.`microsoft.graph`.site;
11500
12028
  }
11501
12029
 
12030
+ @entity model subcategoryTemplate extends filePlanDescriptorTemplate {
12031
+ }
12032
+
11502
12033
  @abstract
11503
12034
  @entity model tag extends reference.`microsoft.graph`.entity {
11504
12035
  createdBy: reference.`microsoft.graph`.identitySet | null;
@@ -11507,6 +12038,14 @@ namespace reference.`microsoft.graph.security` {
11507
12038
  @computed lastModifiedDateTime: offsetDateTime | null;
11508
12039
  }
11509
12040
 
12041
+ @entity model triggersRoot extends reference.`microsoft.graph`.entity {
12042
+ @contains retentionEvents: retentionEvent[];
12043
+ }
12044
+
12045
+ @entity model triggerTypesRoot extends reference.`microsoft.graph`.entity {
12046
+ @contains retentionEventTypes: retentionEventType[];
12047
+ }
12048
+
11510
12049
  @entity model unifiedGroupSource extends dataSource {
11511
12050
  includedSources: sourceType | null;
11512
12051
  @references group: reference.`microsoft.graph`.group;
@@ -11518,6 +12057,14 @@ namespace reference.`microsoft.graph.security` {
11518
12057
  siteWebUrl: string | null;
11519
12058
  }
11520
12059
 
12060
+ enum actionAfterRetentionPeriod {
12061
+ none: 0,
12062
+ delete: 1,
12063
+ startDispositionReview: 2,
12064
+ relabel: 3,
12065
+ unknownFutureValue: 4,
12066
+ }
12067
+
11521
12068
  @graphFlags
11522
12069
  enum additionalDataOptions {
11523
12070
  allVersions: 1,
@@ -11672,6 +12219,28 @@ namespace reference.`microsoft.graph.security` {
11672
12219
  unknownFutureValue: 3,
11673
12220
  }
11674
12221
 
12222
+ @graphFlags
12223
+ enum correlationReason {
12224
+ repeatedAlertOccurrence: 1,
12225
+ sameGeography: 2,
12226
+ similarArtifacts: 4,
12227
+ sameTargetedAsset: 8,
12228
+ sameNetworkSegment: 16,
12229
+ eventSequence: 32,
12230
+ timeFrame: 64,
12231
+ sameThreatSource: 128,
12232
+ similarTTPsOrBehavior: 256,
12233
+ sameActor: 512,
12234
+ sameCampaign: 1024,
12235
+ sharedIndicators: 2048,
12236
+ sameAsset: 4096,
12237
+ networkProximity: 8192,
12238
+ eventCasualSequence: 16384,
12239
+ temporalProximity: 32768,
12240
+ lateralMovementPath: 65536,
12241
+ unknownFutureValue: 131072,
12242
+ }
12243
+
11675
12244
  enum dataSourceContainerStatus {
11676
12245
  active: 1,
11677
12246
  released: 2,
@@ -11697,6 +12266,12 @@ namespace reference.`microsoft.graph.security` {
11697
12266
  unknownFutureValue: 16,
11698
12267
  }
11699
12268
 
12269
+ enum defaultRecordBehavior {
12270
+ startLocked: 0,
12271
+ startUnlocked: 1,
12272
+ unknownFutureValue: 2,
12273
+ }
12274
+
11700
12275
  enum defenderAvStatus {
11701
12276
  notReporting: 0,
11702
12277
  disabled: 1,
@@ -11783,6 +12358,22 @@ namespace reference.`microsoft.graph.security` {
11783
12358
  unknownFutureValue: 5,
11784
12359
  }
11785
12360
 
12361
+ enum eventPropagationStatus {
12362
+ none: 0,
12363
+ inProcessing: 1,
12364
+ failed: 2,
12365
+ success: 3,
12366
+ unknownFutureValue: 4,
12367
+ }
12368
+
12369
+ enum eventStatusType {
12370
+ pending: 0,
12371
+ error: 1,
12372
+ success: 2,
12373
+ notAvaliable: 3,
12374
+ unknownFutureValue: 4,
12375
+ }
12376
+
11786
12377
  enum evidenceRemediationStatus {
11787
12378
  none: 0,
11788
12379
  remediated: 1,
@@ -11962,6 +12553,12 @@ namespace reference.`microsoft.graph.security` {
11962
12553
  permanentlyDelete: 2,
11963
12554
  }
11964
12555
 
12556
+ enum queryType {
12557
+ files: 0,
12558
+ messages: 1,
12559
+ unknownFutureValue: 2,
12560
+ }
12561
+
11965
12562
  @graphFlags
11966
12563
  enum recipientType {
11967
12564
  user: 1,
@@ -11969,6 +12566,14 @@ namespace reference.`microsoft.graph.security` {
11969
12566
  unknownFutureValue: 4,
11970
12567
  }
11971
12568
 
12569
+ enum retentionTrigger {
12570
+ dateLabeled: 0,
12571
+ dateCreated: 1,
12572
+ dateModified: 2,
12573
+ dateOfEvent: 3,
12574
+ unknownFutureValue: 4,
12575
+ }
12576
+
11972
12577
  @graphFlags
11973
12578
  enum reviewSetSettings {
11974
12579
  none: 0,
@@ -11998,6 +12603,7 @@ namespace reference.`microsoft.graph.security` {
11998
12603
  microsoftDefenderForCloud: 256,
11999
12604
  microsoftSentinel: 512,
12000
12605
  microsoftInsiderRiskManagement: 1024,
12606
+ microsoftSecurityForAI: 4096,
12001
12607
  }
12002
12608
 
12003
12609
  @graphFlags