@microsoft/typespec-msgraph-reference 1.0.5 → 1.0.7

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.
@@ -280,6 +280,9 @@ namespace reference.`microsoft.graph` {
280
280
  @complex model allDeviceRegistrationMembership extends deviceRegistrationMembership {
281
281
  }
282
282
 
283
+ @complex model allDomains extends validatingDomains {
284
+ }
285
+
283
286
  @complex model alternativeSecurityId {
284
287
  identityProvider: string | null;
285
288
  key: binary | null;
@@ -496,6 +499,13 @@ namespace reference.`microsoft.graph` {
496
499
  authenticationContextValue: string | null;
497
500
  }
498
501
 
502
+ @complex model authenticationAppDeviceDetails {
503
+ appVersion: string | null;
504
+ clientApp: string | null;
505
+ deviceId: string | null;
506
+ operatingSystem: string | null;
507
+ }
508
+
499
509
  @complex model authenticationBehaviors {
500
510
  blockAzureADGraphAccess: boolean | null;
501
511
  removeUnverifiedEmailClaim: boolean | null;
@@ -1081,6 +1091,24 @@ namespace reference.`microsoft.graph` {
1081
1091
  targetId: string | null;
1082
1092
  }
1083
1093
 
1094
+ @complex model CopyNotebookModel {
1095
+ createdBy: string | null;
1096
+ createdByIdentity: identitySet | null;
1097
+ createdTime: offsetDateTime | null;
1098
+ id: string | null;
1099
+ isDefault: boolean | null;
1100
+ isShared: boolean | null;
1101
+ lastModifiedBy: string | null;
1102
+ lastModifiedByIdentity: identitySet | null;
1103
+ lastModifiedTime: offsetDateTime | null;
1104
+ links: notebookLinks | null;
1105
+ name: string | null;
1106
+ sectionGroupsUrl: string | null;
1107
+ sectionsUrl: string | null;
1108
+ self: string | null;
1109
+ userRole: onenoteUserRole | null;
1110
+ }
1111
+
1084
1112
  @complex model crossTenantAccessPolicyB2BSetting {
1085
1113
  applications: crossTenantAccessPolicyTargetConfiguration | null;
1086
1114
  usersAndGroups: crossTenantAccessPolicyTargetConfiguration | null;
@@ -1305,6 +1333,11 @@ namespace reference.`microsoft.graph` {
1305
1333
  triggers: restrictionTrigger[] | null;
1306
1334
  }
1307
1335
 
1336
+ @complex model diagnostic {
1337
+ message: string | null;
1338
+ url: string | null;
1339
+ }
1340
+
1308
1341
  @complex model disableAndDeleteUserApplyAction extends accessReviewApplyAction {
1309
1342
  }
1310
1343
 
@@ -1443,6 +1476,10 @@ namespace reference.`microsoft.graph` {
1443
1476
  users: string[] | null;
1444
1477
  }
1445
1478
 
1479
+ @complex model enumeratedDomains extends validatingDomains {
1480
+ domainNames: string[];
1481
+ }
1482
+
1446
1483
  @complex model enumeratedScopes extends inheritableScopes {
1447
1484
  scopes: string[];
1448
1485
  }
@@ -1528,6 +1565,10 @@ namespace reference.`microsoft.graph` {
1528
1565
  issuerUri: string | null;
1529
1566
  }
1530
1567
 
1568
+ @complex model externalLink {
1569
+ href: string | null;
1570
+ }
1571
+
1531
1572
  @complex model externalSponsors extends subjectSet {
1532
1573
  }
1533
1574
 
@@ -2205,6 +2246,11 @@ namespace reference.`microsoft.graph` {
2205
2246
  @complex model noScopes extends inheritableScopes {
2206
2247
  }
2207
2248
 
2249
+ @complex model notebookLinks {
2250
+ oneNoteClientUrl: externalLink | null;
2251
+ oneNoteWebUrl: externalLink | null;
2252
+ }
2253
+
2208
2254
  @complex model notifyUserAction extends dlpActionInfo {
2209
2255
  @computed actionLastModifiedDateTime: offsetDateTime | null;
2210
2256
  emailText: string | null;
@@ -2254,6 +2300,27 @@ namespace reference.`microsoft.graph` {
2254
2300
  value: string | null;
2255
2301
  }
2256
2302
 
2303
+ @complex model onenoteOperationError {
2304
+ code: string | null;
2305
+ message: string | null;
2306
+ }
2307
+
2308
+ @complex model onenotePagePreview {
2309
+ links: onenotePagePreviewLinks | null;
2310
+ previewText: string | null;
2311
+ }
2312
+
2313
+ @complex model onenotePagePreviewLinks {
2314
+ previewImageUrl: externalLink | null;
2315
+ }
2316
+
2317
+ @complex model onenotePatchContentCommand {
2318
+ action: onenotePatchActionType;
2319
+ content: string | null;
2320
+ position: onenotePatchInsertPosition | null;
2321
+ target: string;
2322
+ }
2323
+
2257
2324
  @complex model onlineMeetingInfo {
2258
2325
  conferenceId: string | null;
2259
2326
  joinUrl: string | null;
@@ -2278,6 +2345,7 @@ namespace reference.`microsoft.graph` {
2278
2345
  }
2279
2346
 
2280
2347
  @complex model onPremisesDirectorySynchronizationFeature {
2348
+ allowOnPremUpdateOfOnPremisesObjectIdentifierEnabled: boolean | null;
2281
2349
  blockCloudObjectTakeoverThroughHardMatchEnabled: boolean | null;
2282
2350
  blockSoftMatchEnabled: boolean | null;
2283
2351
  bypassDirSyncOverridesEnabled: boolean | null;
@@ -2367,6 +2435,11 @@ namespace reference.`microsoft.graph` {
2367
2435
  type: string | null;
2368
2436
  }
2369
2437
 
2438
+ @complex model pageLinks {
2439
+ oneNoteClientUrl: externalLink | null;
2440
+ oneNoteWebUrl: externalLink | null;
2441
+ }
2442
+
2370
2443
  @complex model parentalControlSettings {
2371
2444
  countriesBlockedForMinors: string[] | null;
2372
2445
  legalAgeGroupRule: string | null;
@@ -2734,6 +2807,18 @@ namespace reference.`microsoft.graph` {
2734
2807
  shareCount: int32 | null;
2735
2808
  }
2736
2809
 
2810
+ @complex model recentNotebook {
2811
+ displayName: string | null;
2812
+ lastAccessedTime: offsetDateTime | null;
2813
+ links: recentNotebookLinks | null;
2814
+ sourceService: onenoteSourceService | null;
2815
+ }
2816
+
2817
+ @complex model recentNotebookLinks {
2818
+ oneNoteClientUrl: externalLink | null;
2819
+ oneNoteWebUrl: externalLink | null;
2820
+ }
2821
+
2737
2822
  @complex model recipient {
2738
2823
  emailAddress: emailAddress | null;
2739
2824
  }
@@ -2927,6 +3012,11 @@ namespace reference.`microsoft.graph` {
2927
3012
  onClickTelemetryUrl: string | null;
2928
3013
  }
2929
3014
 
3015
+ @complex model sectionLinks {
3016
+ oneNoteClientUrl: externalLink | null;
3017
+ oneNoteWebUrl: externalLink | null;
3018
+ }
3019
+
2930
3020
  @complex model secureScoreControlStateUpdate {
2931
3021
  assignedTo: string | null;
2932
3022
  comment: string | null;
@@ -3304,6 +3394,9 @@ namespace reference.`microsoft.graph` {
3304
3394
  tabId: string | null;
3305
3395
  }
3306
3396
 
3397
+ @complex model targetAgentIdentitySponsorsOrOwners extends subjectSet {
3398
+ }
3399
+
3307
3400
  @complex model targetApplicationOwners extends subjectSet {
3308
3401
  }
3309
3402
 
@@ -3716,10 +3809,9 @@ namespace reference.`microsoft.graph` {
3716
3809
  userId: string | null;
3717
3810
  }
3718
3811
 
3719
- @complex model userWorkLocation {
3720
- placeId: string | null;
3721
- source: workLocationSource;
3722
- workLocationType: workLocationType;
3812
+ @abstract
3813
+ @complex model validatingDomains {
3814
+ rootDomains: rootDomains;
3723
3815
  }
3724
3816
 
3725
3817
  @complex model verifiedDomain {
@@ -5554,7 +5646,11 @@ namespace reference.`microsoft.graph` {
5554
5646
  description: string | null;
5555
5647
  issuer: string;
5556
5648
  name: string;
5557
- subject: string;
5649
+ subject: string | null;
5650
+ }
5651
+
5652
+ @entity model federatedTokenValidationPolicy extends directoryObject {
5653
+ validatingDomains: validatingDomains;
5558
5654
  }
5559
5655
 
5560
5656
  @entity model fido2AuthenticationMethod extends authenticationMethod {
@@ -5604,6 +5700,7 @@ namespace reference.`microsoft.graph` {
5604
5700
 
5605
5701
  @open
5606
5702
  @entity model group extends directoryObject {
5703
+ accessType: groupAccessType | null;
5607
5704
  allowExternalSenders: boolean | null;
5608
5705
  assignedLabels: assignedLabel[] | null;
5609
5706
  assignedLicenses: assignedLicense[] | null;
@@ -5620,6 +5717,7 @@ namespace reference.`microsoft.graph` {
5620
5717
  infoCatalogs: string[];
5621
5718
  isArchived: boolean | null;
5622
5719
  isAssignableToRole: boolean | null;
5720
+ isFavorite: boolean | null;
5623
5721
  isManagementRestricted: boolean | null;
5624
5722
  isSubscribedByMail: boolean | null;
5625
5723
  licenseProcessingState: licenseProcessingState | null;
@@ -5647,7 +5745,9 @@ namespace reference.`microsoft.graph` {
5647
5745
  serviceProvisioningErrors: serviceProvisioningError[] | null;
5648
5746
  theme: string | null;
5649
5747
  uniqueName: string | null;
5748
+ unseenConversationsCount: int32 | null;
5650
5749
  unseenCount: int32 | null;
5750
+ unseenMessagesCount: int32 | null;
5651
5751
  visibility: string | null;
5652
5752
  welcomeMessageEnabled: boolean | null;
5653
5753
  @contains acceptedSenders: directoryObject[];
@@ -5664,6 +5764,7 @@ namespace reference.`microsoft.graph` {
5664
5764
  @references memberOf: directoryObject[];
5665
5765
  @references members: directoryObject[];
5666
5766
  @references membersWithLicenseErrors: directoryObject[];
5767
+ @contains onenote: onenote | null;
5667
5768
  @contains onPremisesSyncBehavior: onPremisesSyncBehavior | null;
5668
5769
  @references owners: directoryObject[];
5669
5770
  @contains photo: profilePhoto | null;
@@ -5880,6 +5981,7 @@ namespace reference.`microsoft.graph` {
5880
5981
  @contains drive: drive | null;
5881
5982
  @contains items: listItem[];
5882
5983
  @contains operations: richLongRunningOperation[];
5984
+ @contains permissions: permission[];
5883
5985
  @contains subscriptions: subscription[];
5884
5986
  }
5885
5987
 
@@ -5890,6 +5992,7 @@ namespace reference.`microsoft.graph` {
5890
5992
  @contains documentSetVersions: documentSetVersion[];
5891
5993
  @contains driveItem: driveItem | null;
5892
5994
  @contains fields: fieldValueSet | null;
5995
+ @contains permissions: permission[];
5893
5996
  @contains versions: listItemVersion[];
5894
5997
  }
5895
5998
 
@@ -6016,6 +6119,17 @@ namespace reference.`microsoft.graph` {
6016
6119
  modifiedDateTime: offsetDateTime | null;
6017
6120
  }
6018
6121
 
6122
+ @entity model notebook extends onenoteEntityHierarchyModel {
6123
+ isDefault: boolean | null;
6124
+ isShared: boolean | null;
6125
+ links: notebookLinks | null;
6126
+ sectionGroupsUrl: string | null;
6127
+ sectionsUrl: string | null;
6128
+ userRole: onenoteUserRole | null;
6129
+ @contains sectionGroups: sectionGroup[];
6130
+ @contains sections: onenoteSection[];
6131
+ }
6132
+
6019
6133
  @entity model oAuth2PermissionGrant extends entity {
6020
6134
  clientId: string;
6021
6135
  consentType: string | null;
@@ -6024,6 +6138,68 @@ namespace reference.`microsoft.graph` {
6024
6138
  scope: string | null;
6025
6139
  }
6026
6140
 
6141
+ @entity model onenote extends entity {
6142
+ @contains notebooks: notebook[];
6143
+ @contains operations: onenoteOperation[];
6144
+ @contains pages: onenotePage[];
6145
+ @contains resources: onenoteResource[];
6146
+ @contains sectionGroups: sectionGroup[];
6147
+ @contains sections: onenoteSection[];
6148
+ }
6149
+
6150
+ @abstract
6151
+ @entity model onenoteEntityBaseModel extends entity {
6152
+ self: string | null;
6153
+ }
6154
+
6155
+ @abstract
6156
+ @entity model onenoteEntityHierarchyModel extends onenoteEntitySchemaObjectModel {
6157
+ createdBy: identitySet | null;
6158
+ displayName: string | null;
6159
+ lastModifiedBy: identitySet | null;
6160
+ @computed lastModifiedDateTime: offsetDateTime | null;
6161
+ }
6162
+
6163
+ @abstract
6164
+ @entity model onenoteEntitySchemaObjectModel extends onenoteEntityBaseModel {
6165
+ @computed createdDateTime: offsetDateTime | null;
6166
+ }
6167
+
6168
+ @entity model onenoteOperation extends operation {
6169
+ error: onenoteOperationError | null;
6170
+ percentComplete: string | null;
6171
+ resourceId: string | null;
6172
+ resourceLocation: string | null;
6173
+ }
6174
+
6175
+ @entity model onenotePage extends onenoteEntitySchemaObjectModel {
6176
+ content: stream | null;
6177
+ contentUrl: string | null;
6178
+ createdByAppId: string | null;
6179
+ @computed lastModifiedDateTime: offsetDateTime | null;
6180
+ level: int32 | null;
6181
+ links: pageLinks | null;
6182
+ order: int32 | null;
6183
+ title: string | null;
6184
+ userTags: string[] | null;
6185
+ @contains parentNotebook: notebook | null;
6186
+ @contains parentSection: onenoteSection | null;
6187
+ }
6188
+
6189
+ @entity model onenoteResource extends onenoteEntityBaseModel {
6190
+ content: stream | null;
6191
+ contentUrl: string | null;
6192
+ }
6193
+
6194
+ @entity model onenoteSection extends onenoteEntityHierarchyModel {
6195
+ isDefault: boolean | null;
6196
+ links: sectionLinks | null;
6197
+ pagesUrl: string | null;
6198
+ @contains pages: onenotePage[];
6199
+ @contains parentNotebook: notebook | null;
6200
+ @contains parentSectionGroup: sectionGroup | null;
6201
+ }
6202
+
6027
6203
  @open
6028
6204
  @entity model onlineMeeting extends entity {
6029
6205
  allowAttendeeToEnableCamera: boolean | null;
@@ -6069,6 +6245,12 @@ namespace reference.`microsoft.graph` {
6069
6245
  extensionName: string;
6070
6246
  }
6071
6247
 
6248
+ @entity model operation extends entity {
6249
+ @computed createdDateTime: offsetDateTime | null;
6250
+ @computed lastActionDateTime: offsetDateTime | null;
6251
+ status: operationStatus | null;
6252
+ }
6253
+
6072
6254
  @open
6073
6255
  @entity model organization extends directoryObject {
6074
6256
  assignedPlans: assignedPlan[];
@@ -6397,6 +6579,7 @@ namespace reference.`microsoft.graph` {
6397
6579
  @contains defaultAppManagementPolicy: tenantAppManagementPolicy | null;
6398
6580
  @contains deviceRegistrationPolicy: deviceRegistrationPolicy | null;
6399
6581
  @contains featureRolloutPolicies: featureRolloutPolicy[];
6582
+ @contains federatedTokenValidationPolicy: federatedTokenValidationPolicy | null;
6400
6583
  @contains homeRealmDiscoveryPolicies: homeRealmDiscoveryPolicy[];
6401
6584
  @contains identitySecurityDefaultsEnforcementPolicy: identitySecurityDefaultsEnforcementPolicy | null;
6402
6585
  @contains permissionGrantPolicies: permissionGrantPolicy[];
@@ -6427,7 +6610,6 @@ namespace reference.`microsoft.graph` {
6427
6610
  activity: string | null;
6428
6611
  availability: string | null;
6429
6612
  statusMessage: presenceStatusMessage | null;
6430
- workLocation: userWorkLocation | null;
6431
6613
  }
6432
6614
 
6433
6615
  @entity model privilegedAccessGroup extends entity {
@@ -6744,6 +6926,15 @@ namespace reference.`microsoft.graph` {
6744
6926
  roleMemberInfo: identity;
6745
6927
  }
6746
6928
 
6929
+ @entity model sectionGroup extends onenoteEntityHierarchyModel {
6930
+ sectionGroupsUrl: string | null;
6931
+ sectionsUrl: string | null;
6932
+ @contains parentNotebook: notebook | null;
6933
+ @contains parentSectionGroup: sectionGroup | null;
6934
+ @contains sectionGroups: sectionGroup[];
6935
+ @contains sections: onenoteSection[];
6936
+ }
6937
+
6747
6938
  @open
6748
6939
  @entity model secureScore extends entity {
6749
6940
  activeUserCount: int32 | null;
@@ -7020,23 +7211,29 @@ namespace reference.`microsoft.graph` {
7020
7211
  appDisplayName: string | null;
7021
7212
  appId: string | null;
7022
7213
  appliedConditionalAccessPolicies: appliedConditionalAccessPolicy[] | null;
7214
+ authenticationAppDeviceDetails: authenticationAppDeviceDetails | null;
7023
7215
  clientAppUsed: string | null;
7024
7216
  conditionalAccessStatus: conditionalAccessStatus | null;
7025
7217
  correlationId: string | null;
7026
7218
  @computed createdDateTime: offsetDateTime;
7027
7219
  deviceDetail: deviceDetail | null;
7220
+ homeTenantId: string | null;
7028
7221
  ipAddress: string | null;
7029
7222
  isInteractive: boolean | null;
7030
7223
  location: signInLocation | null;
7031
7224
  resourceDisplayName: string | null;
7032
7225
  resourceId: string | null;
7226
+ resourceTenantId: string | null;
7033
7227
  riskDetail: riskDetail | null;
7034
7228
  riskEventTypes: riskEventType[] | null;
7035
7229
  riskEventTypes_v2: string[] | null;
7036
7230
  riskLevelAggregated: riskLevel | null;
7037
7231
  riskLevelDuringSignIn: riskLevel | null;
7038
7232
  riskState: riskState | null;
7233
+ servicePrincipalId: string | null;
7234
+ servicePrincipalName: string | null;
7039
7235
  status: signInStatus | null;
7236
+ userAgent: string | null;
7040
7237
  userDisplayName: string | null;
7041
7238
  userId: string;
7042
7239
  userPrincipalName: string | null;
@@ -7061,6 +7258,7 @@ namespace reference.`microsoft.graph` {
7061
7258
  @references externalColumns: columnDefinition[];
7062
7259
  @contains items: baseItem[];
7063
7260
  @contains lists: list[];
7261
+ @contains onenote: onenote | null;
7064
7262
  @contains operations: richLongRunningOperation[];
7065
7263
  @contains pages: baseSitePage[];
7066
7264
  @contains permissions: permission[];
@@ -7705,6 +7903,7 @@ namespace reference.`microsoft.graph` {
7705
7903
  @references memberOf: directoryObject[];
7706
7904
  @contains messages: message[];
7707
7905
  @references oauth2PermissionGrants: oAuth2PermissionGrant[];
7906
+ @contains onenote: onenote | null;
7708
7907
  @contains onlineMeetings: onlineMeeting[];
7709
7908
  @contains onPremisesSyncBehavior: onPremisesSyncBehavior | null;
7710
7909
  @contains outlook: outlookUser | null;
@@ -8138,6 +8337,8 @@ namespace reference.`microsoft.graph` {
8138
8337
  target: 1,
8139
8338
  createdBy: 2,
8140
8339
  unknownFutureValue: 99,
8340
+ targetManager: 100,
8341
+ targetAgentIdentitySponsorOrOwner: 101,
8141
8342
  }
8142
8343
 
8143
8344
  enum accessPackageAssignmentRequestFilterByCurrentUserOptions {
@@ -8145,6 +8346,10 @@ namespace reference.`microsoft.graph` {
8145
8346
  createdBy: 2,
8146
8347
  approver: 3,
8147
8348
  unknownFutureValue: 99,
8349
+ targetOrRequestor: 100,
8350
+ targetManager: 101,
8351
+ requestForOthers: 102,
8352
+ targetAgentIdentitySponsorOrOwner: 103,
8148
8353
  }
8149
8354
 
8150
8355
  enum accessPackageAssignmentState {
@@ -8340,6 +8545,7 @@ namespace reference.`microsoft.graph` {
8340
8545
  allDirectoryServicePrincipals: 6,
8341
8546
  allConfiguredConnectedOrganizationUsers: 7,
8342
8547
  allExternalUsers: 8,
8548
+ allDirectoryAgentIdentities: 9,
8343
8549
  unknownFutureValue: 10,
8344
8550
  }
8345
8551
 
@@ -9211,6 +9417,14 @@ namespace reference.`microsoft.graph` {
9211
9417
  unknownFutureValue: 2,
9212
9418
  }
9213
9419
 
9420
+ enum groupAccessType {
9421
+ none: 0,
9422
+ private: 1,
9423
+ secret: 2,
9424
+ public: 3,
9425
+ unknownFutureValue: 4,
9426
+ }
9427
+
9214
9428
  enum groupPrivacy {
9215
9429
  unspecified: 0,
9216
9430
  public: 1,
@@ -9500,6 +9714,37 @@ namespace reference.`microsoft.graph` {
9500
9714
  Unsynchronized: 6,
9501
9715
  }
9502
9716
 
9717
+ #suppress "@microsoft/typespec-msgraph/use-evolvable-enum" "Matches shipped CSDL."
9718
+ enum onenotePatchActionType {
9719
+ Replace: 0,
9720
+ Append: 1,
9721
+ Delete: 2,
9722
+ Insert: 3,
9723
+ Prepend: 4,
9724
+ }
9725
+
9726
+ #suppress "@microsoft/typespec-msgraph/use-evolvable-enum" "Matches shipped CSDL."
9727
+ enum onenotePatchInsertPosition {
9728
+ After: 0,
9729
+ Before: 1,
9730
+ }
9731
+
9732
+ #suppress "@microsoft/typespec-msgraph/use-evolvable-enum" "Matches shipped CSDL."
9733
+ enum onenoteSourceService {
9734
+ `Unknown`: 0,
9735
+ OneDrive: 1,
9736
+ OneDriveForBusiness: 2,
9737
+ OnPremOneDriveForBusiness: 3,
9738
+ }
9739
+
9740
+ #suppress "@microsoft/typespec-msgraph/use-evolvable-enum" "Matches shipped CSDL."
9741
+ enum onenoteUserRole {
9742
+ None: -1,
9743
+ Owner: 0,
9744
+ Contributor: 1,
9745
+ Reader: 2,
9746
+ }
9747
+
9503
9748
  @graphFlags
9504
9749
  enum onlineMeetingContentSharingDisabledReason {
9505
9750
  watermarkProtection: 1,
@@ -9939,6 +10184,16 @@ namespace reference.`microsoft.graph` {
9939
10184
  unknownFutureValue: 4,
9940
10185
  }
9941
10186
 
10187
+ enum rootDomains {
10188
+ none: 0,
10189
+ all: 1,
10190
+ allFederated: 2,
10191
+ allManaged: 3,
10192
+ enumerated: 4,
10193
+ allManagedAndEnumeratedFederated: 5,
10194
+ unknownFutureValue: 6,
10195
+ }
10196
+
9942
10197
  enum routingType {
9943
10198
  forwarded: 0,
9944
10199
  lookup: 1,
@@ -10602,22 +10857,6 @@ namespace reference.`microsoft.graph` {
10602
10857
  failed: 3,
10603
10858
  }
10604
10859
 
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
-
10621
10860
  enum x509CertificateAffinityLevel {
10622
10861
  low: 0,
10623
10862
  high: 1,
@@ -10679,6 +10918,10 @@ namespace reference.`microsoft.graph.identityGovernance` {
10679
10918
  triggerAttributes: triggerAttribute[];
10680
10919
  }
10681
10920
 
10921
+ @complex model countBasedQuarantineCondition extends quarantineCondition {
10922
+ threshold: int64;
10923
+ }
10924
+
10682
10925
  @complex model customTaskExtensionCallbackConfiguration extends reference.`microsoft.graph`.customExtensionCallbackConfiguration {
10683
10926
  @references authorizedApps: reference.`microsoft.graph`.application[];
10684
10927
  }
@@ -10711,6 +10954,32 @@ namespace reference.`microsoft.graph.identityGovernance` {
10711
10954
  valueType: valueType;
10712
10955
  }
10713
10956
 
10957
+ @complex model percentageBasedQuarantineCondition extends quarantineCondition {
10958
+ percentage: int32;
10959
+ }
10960
+
10961
+ @complex model previewFailedTask {
10962
+ definitionId: string;
10963
+ failureReason: string;
10964
+ name: string;
10965
+ taskId: string;
10966
+ }
10967
+
10968
+ @abstract
10969
+ @complex model quarantineCondition {
10970
+ }
10971
+
10972
+ @complex model quarantineConfiguration {
10973
+ conditions: quarantineCondition[];
10974
+ matchMode: matchMode;
10975
+ }
10976
+
10977
+ @complex model quarantineDetails {
10978
+ quarantinedDateTime: offsetDateTime | null;
10979
+ quarantineReason: string | null;
10980
+ quarantineType: quarantineType;
10981
+ }
10982
+
10714
10983
  @complex model ruleBasedSubjectSet extends reference.`microsoft.graph`.subjectSet {
10715
10984
  rule: string;
10716
10985
  }
@@ -10797,6 +11066,10 @@ namespace reference.`microsoft.graph.identityGovernance` {
10797
11066
  @complex model workflowExecutionTrigger {
10798
11067
  }
10799
11068
 
11069
+ @complex model workflowSetting {
11070
+ quarantineConfiguration: quarantineConfiguration | null;
11071
+ }
11072
+
10800
11073
  @complex model workflowsInsightsByCategory {
10801
11074
  failedJoinerRuns: int32;
10802
11075
  failedLeaverRuns: int32;
@@ -10834,6 +11107,7 @@ namespace reference.`microsoft.graph.identityGovernance` {
10834
11107
 
10835
11108
  @entity model lifecycleManagementSettings extends reference.`microsoft.graph`.entity {
10836
11109
  emailSettings: reference.`microsoft.graph`.emailSettings;
11110
+ quarantineConfiguration: quarantineConfiguration | null;
10837
11111
  workflowScheduleIntervalInHours: int32;
10838
11112
  }
10839
11113
 
@@ -10891,6 +11165,7 @@ namespace reference.`microsoft.graph.identityGovernance` {
10891
11165
  completedDateTime: offsetDateTime | null;
10892
11166
  @computed createdDateTime: offsetDateTime;
10893
11167
  failureReason: string | null;
11168
+ processingInfo: string | null;
10894
11169
  processingStatus: lifecycleWorkflowProcessingStatus;
10895
11170
  startedDateTime: offsetDateTime | null;
10896
11171
  @references subject: reference.`microsoft.graph`.user;
@@ -10931,8 +11206,11 @@ namespace reference.`microsoft.graph.identityGovernance` {
10931
11206
  deletedDateTime: offsetDateTime | null;
10932
11207
  @computed @key id: string;
10933
11208
  nextScheduleRunDateTime: offsetDateTime | null;
11209
+ quarantineDetails: quarantineDetails;
11210
+ settings: workflowSetting;
10934
11211
  version: int32 | null;
10935
11212
  @references executionScope: userProcessingResult[];
11213
+ @references previewScope: reference.`microsoft.graph`.directoryObject[];
10936
11214
  @contains runs: run[];
10937
11215
  @contains taskReports: taskReport[];
10938
11216
  @contains userProcessingResults: userProcessingResult[];
@@ -10964,6 +11242,7 @@ namespace reference.`microsoft.graph.identityGovernance` {
10964
11242
  }
10965
11243
 
10966
11244
  @entity model workflowVersion extends workflowBase {
11245
+ settings: workflowSetting;
10967
11246
  @computed @key versionNumber: int32;
10968
11247
  }
10969
11248
 
@@ -11008,6 +11287,13 @@ namespace reference.`microsoft.graph.identityGovernance` {
11008
11287
  canceled: 4,
11009
11288
  failed: 5,
11010
11289
  unknownFutureValue: 6,
11290
+ quarantined: 8,
11291
+ }
11292
+
11293
+ enum matchMode {
11294
+ any: 0,
11295
+ all: 1,
11296
+ unknownFutureValue: 2,
11011
11297
  }
11012
11298
 
11013
11299
  enum membershipChangeType {
@@ -11016,6 +11302,14 @@ namespace reference.`microsoft.graph.identityGovernance` {
11016
11302
  unknownFutureValue: 3,
11017
11303
  }
11018
11304
 
11305
+ enum quarantineType {
11306
+ notQuarantined: 0,
11307
+ countBasedThresholdExceeded: 1,
11308
+ percentageBasedThresholdExceeded: 2,
11309
+ multipleConditionsExceeded: 3,
11310
+ unknownFutureValue: 4,
11311
+ }
11312
+
11019
11313
  enum valueType {
11020
11314
  `enum`: 0,
11021
11315
  `string`: 1,
@@ -11029,6 +11323,7 @@ namespace reference.`microsoft.graph.identityGovernance` {
11029
11323
  onDemand: 1,
11030
11324
  unknownFutureValue: 2,
11031
11325
  activatedWithScope: 3,
11326
+ preview: 4,
11032
11327
  }
11033
11328
 
11034
11329
  enum workflowTriggerTimeBasedAttribute {