@microsoft/typespec-msgraph-reference 1.0.6 → 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.
@@ -31,6 +31,8 @@ scalar binary; //TODO: Enables support for Edm.Binary
31
31
  // Metadata item DeprecatedDefinition_SynchronizationSecret_Deprecation was already defined with a different value.
32
32
  @deprecatedDefinition("AccessReviewReportBreakingChanges", "<ChangeLogCategory>", "2021-07-30", "2022-01-30", "This property is being deprecated. Use the fulfilledDateTime value in the individual report instance instead")
33
33
  // Metadata item DeprecatedDefinition_AccessReviewReportBreakingChanges was already defined with a different value.
34
+ @deprecatedDefinition("beta:DisplayNameRename", "<ChangeLogCategory>", "2026-04-28", "2027-04-28", "The agentDisplayName property is deprecated. Use displayName instead.")
35
+ @deprecatedDefinition("beta:IdentityIDRename", "<ChangeLogCategory>", "2026-04-28", "2027-04-28", "The agentId property is deprecated. Use identityId instead.")
34
36
  @deprecatedDefinition("identityProvider", "<ChangeLogCategory>", "2021-08-24", "2023-03-15", "The identityProvider API is deprecated and will stop returning data on March 2023. Please use the new identityProviderBase API.")
35
37
  // Metadata item DeprecatedDefinition_identityProvider was already defined with a different value.
36
38
  @deprecatedDefinition("connectionSettings", "<ChangeLogCategory>", "2023-10-12", "2024-08-31", "Starting from August 31, 2024, connectionSettings property will no longer be supported and will be marked as deprecated. Please use onnectionSetting instead.")
@@ -362,6 +364,10 @@ namespace reference.`microsoft.graph` {
362
364
  shareUserExperienceAnalyticsData: adminConsentState;
363
365
  }
364
366
 
367
+ @complex model agentSignIn extends signInIdentity {
368
+ agentServicePrincipalId: string | null;
369
+ }
370
+
365
371
  @complex model aggregationOption {
366
372
  bucketDefinition: bucketAggregationDefinition;
367
373
  field: string;
@@ -376,12 +382,44 @@ namespace reference.`microsoft.graph` {
376
382
  blueprintId: string | null;
377
383
  }
378
384
 
385
+ @complex model aiInteractionAttachment {
386
+ attachmentId: string | null;
387
+ content: string | null;
388
+ contentType: string | null;
389
+ contentUrl: string | null;
390
+ name: string | null;
391
+ }
392
+
393
+ @complex model aiInteractionContext {
394
+ contextReference: string | null;
395
+ contextType: string | null;
396
+ displayName: string | null;
397
+ }
398
+
379
399
  @complex model aiInteractionEntity {
380
400
  identifier: string | null;
381
401
  name: string | null;
382
402
  version: string | null;
383
403
  }
384
404
 
405
+ @complex model aiInteractionLink {
406
+ displayName: string | null;
407
+ linkType: string | null;
408
+ linkUrl: string | null;
409
+ }
410
+
411
+ @complex model aiInteractionMention {
412
+ mentioned: aiInteractionMentionedIdentitySet | null;
413
+ mentionId: int32 | null;
414
+ mentionText: string | null;
415
+ }
416
+
417
+ @open
418
+ @complex model aiInteractionMentionedIdentitySet extends identitySet {
419
+ conversation: teamworkConversationIdentity | null;
420
+ tag: teamworkTagIdentity | null;
421
+ }
422
+
385
423
  @complex model aiInteractionPlugin extends aiInteractionEntity {
386
424
  }
387
425
 
@@ -3199,12 +3237,16 @@ namespace reference.`microsoft.graph` {
3199
3237
  }
3200
3238
 
3201
3239
  @complex model conditionalAccessClientApplications {
3240
+ agentIdServicePrincipalFilter: conditionalAccessFilter | null;
3241
+ excludeAgentIdServicePrincipals: string[];
3202
3242
  excludeServicePrincipals: string[];
3243
+ includeAgentIdServicePrincipals: string[];
3203
3244
  includeServicePrincipals: string[];
3204
3245
  servicePrincipalFilter: conditionalAccessFilter | null;
3205
3246
  }
3206
3247
 
3207
3248
  @complex model conditionalAccessConditionSet {
3249
+ agentIdRiskLevels: conditionalAccessAgentIdRiskLevels | null;
3208
3250
  applications: conditionalAccessApplications | null;
3209
3251
  authenticationFlows: conditionalAccessAuthenticationFlows | null;
3210
3252
  clientApplications: conditionalAccessClientApplications | null;
@@ -6464,6 +6506,17 @@ namespace reference.`microsoft.graph` {
6464
6506
  status: deviceScopeActionStatus;
6465
6507
  }
6466
6508
 
6509
+ @complex model deviceSyncStatusResponse {
6510
+ /**
6511
+ * Indicates the collection of sync component statuses representing infrastructure and policy progress. Each entry represents a component that has started reporting during this sync operation. Components appear in the collection only after they begin executing. Read-only. Not nullable.
6512
+ */
6513
+ components: syncComponent[];
6514
+ /**
6515
+ * Indicates the managed device identifier. Used to correlate this sync status snapshot with the device that was synced. This is the same id used in the managedDevice entity. Example: 'd1e2f3a4-b5c6-7890-abcd-ef1234567890'. Read-only. Not nullable.
6516
+ */
6517
+ deviceId: string;
6518
+ }
6519
+
6467
6520
  @open
6468
6521
  @complex model Dictionary {
6469
6522
  }
@@ -6877,6 +6930,10 @@ namespace reference.`microsoft.graph` {
6877
6930
  discoveredSensitiveTypes: discoveredSensitiveType[] | null;
6878
6931
  }
6879
6932
 
6933
+ @complex model evaluationScope {
6934
+ type: evaluationScopeType;
6935
+ }
6936
+
6880
6937
  @complex model eventCreationOptions {
6881
6938
  saveToGroupCalendarOnly: boolean | null;
6882
6939
  }
@@ -11483,6 +11540,9 @@ namespace reference.`microsoft.graph` {
11483
11540
  @complex model policyLocationDomain extends policyLocation {
11484
11541
  }
11485
11542
 
11543
+ @complex model policyLocationTool extends policyLocation {
11544
+ }
11545
+
11486
11546
  @complex model policyLocationUrl extends policyLocation {
11487
11547
  }
11488
11548
 
@@ -11490,6 +11550,7 @@ namespace reference.`microsoft.graph` {
11490
11550
  @complex model policyScopeBase {
11491
11551
  activities: userActivityTypes;
11492
11552
  executionMode: executionMode;
11553
+ locationExclusions: policyLocation[];
11493
11554
  locations: policyLocation[];
11494
11555
  policyActions: dlpActionInfo[];
11495
11556
  }
@@ -11834,6 +11895,7 @@ namespace reference.`microsoft.graph` {
11834
11895
  activityMetadata: activityMetadata;
11835
11896
  contentEntries: processContentMetadataBase[];
11836
11897
  deviceMetadata: deviceMetadata;
11898
+ evaluationScope: evaluationScope | null;
11837
11899
  integratedAppMetadata: integratedApplicationMetadata;
11838
11900
  protectedAppMetadata: protectedApplicationMetadata | null;
11839
11901
  }
@@ -11891,6 +11953,7 @@ namespace reference.`microsoft.graph` {
11891
11953
 
11892
11954
  @complex model protectedApplicationMetadata extends integratedApplicationMetadata {
11893
11955
  applicationLocation: policyLocation | null;
11956
+ sourceLocation: policyLocation | null;
11894
11957
  }
11895
11958
 
11896
11959
  @complex model protectedContent {
@@ -13102,6 +13165,7 @@ This model is shared with the CCS retrieval API and search where it is already u
13102
13165
  }
13103
13166
 
13104
13167
  @complex model signInConditions {
13168
+ agentIdRiskLevel: agentIdRiskLevel | null;
13105
13169
  authenticationFlow: authenticationFlow | null;
13106
13170
  clientAppType: conditionalAccessClientApp | null;
13107
13171
  country: string | null;
@@ -13293,6 +13357,25 @@ This model is shared with the CCS retrieval API and search where it is already u
13293
13357
  nameIdPolicyFormat: string | null;
13294
13358
  }
13295
13359
 
13360
+ @complex model syncComponent {
13361
+ /**
13362
+ * Indicates additional information for this sync stage. This is a flexible string that can be null (no additional info), a progress indicator such as '3/6' (completed out of total), or a list of individual item names. Read-only. Nullable.
13363
+ */
13364
+ moreInfo: string | null;
13365
+ /**
13366
+ * Indicates the sync stage name. The backend abstracts internal infrastructure into 6 user-facing stages. Fixed values are: notifyingDevice, deviceConnecting, policies, applications, scripts, compliance. Read-only. Not nullable.
13367
+ */
13368
+ name: string;
13369
+ /**
13370
+ * Indicates the date and time when this stage last reported status. The date and time information is shown using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'. Read-only. Not nullable.
13371
+ */
13372
+ reportedDateTime: offsetDateTime;
13373
+ /**
13374
+ * Indicates the current status of this sync stage. Default value is none. Possible values are: none, inProgress, success, failure, partialSuccess, unknownFutureValue. Stages only appear in the response once they have started, so none is a schema default and will not typically appear in responses. Read-only. Not nullable.
13375
+ */
13376
+ status: syncComponentStatus;
13377
+ }
13378
+
13296
13379
  @complex model synchronizationError {
13297
13380
  code: string | null;
13298
13381
  message: string | null;
@@ -13412,6 +13495,9 @@ This model is shared with the CCS retrieval API and search where it is already u
13412
13495
  tabId: string | null;
13413
13496
  }
13414
13497
 
13498
+ @complex model targetAgentIdentitySponsorsOrOwners extends userSet {
13499
+ }
13500
+
13415
13501
  @complex model targetResource {
13416
13502
  displayName: string | null;
13417
13503
  groupType: groupType | null;
@@ -17619,6 +17705,34 @@ This model is shared with the CCS retrieval API and search where it is already u
17619
17705
  @references sponsors: directoryObject[];
17620
17706
  }
17621
17707
 
17708
+ @entity model agentRiskDetection extends entity {
17709
+ activityDateTime: offsetDateTime | null;
17710
+ additionalInfo: string | null;
17711
+
17712
+ @graphDeprecated("beta:DisplayNameRename")
17713
+ agentDisplayName: string | null;
17714
+
17715
+ @graphDeprecated("beta:IdentityIDRename")
17716
+ agentId: string | null;
17717
+ blueprintId: string | null;
17718
+ clientSessionId: string | null;
17719
+ detectedDateTime: offsetDateTime | null;
17720
+ detectionTimingType: riskDetectionTimingType;
17721
+ displayName: string;
17722
+ identityId: string;
17723
+ identityType: agentIdentityType;
17724
+ @computed lastModifiedDateTime: offsetDateTime | null;
17725
+ riskDetail: riskDetail;
17726
+ riskEventType: string;
17727
+ riskEvidence: string | null;
17728
+ riskLevel: riskLevel;
17729
+ riskState: riskState;
17730
+ signInClientDisplayName: string | null;
17731
+ signInCorrelationId: string | null;
17732
+ signInRequestId: string | null;
17733
+ source: string | null;
17734
+ }
17735
+
17622
17736
  @open
17623
17737
  @entity model agentUser extends user {
17624
17738
  }
@@ -17671,6 +17785,30 @@ This model is shared with the CCS retrieval API and search where it is already u
17671
17785
  @entity model agreementFileVersion extends agreementFileProperties {
17672
17786
  }
17673
17787
 
17788
+ @entity model aiInteraction extends entity {
17789
+ appClass: string;
17790
+ attachments: aiInteractionAttachment[] | null;
17791
+ body: itemBody | null;
17792
+ contexts: aiInteractionContext[] | null;
17793
+ conversationType: string | null;
17794
+ @computed createdDateTime: offsetDateTime | null;
17795
+ etag: string | null;
17796
+ from: identitySet;
17797
+ interactionType: aiInteractionType;
17798
+ links: aiInteractionLink[] | null;
17799
+ locale: string;
17800
+ mentions: aiInteractionMention[] | null;
17801
+ requestId: string;
17802
+ sessionId: string;
17803
+ }
17804
+
17805
+ @entity model aiInteractionHistory extends entity {
17806
+ }
17807
+
17808
+ @entity model aiUser extends entity {
17809
+ @contains interactionHistory: aiInteractionHistory | null;
17810
+ }
17811
+
17674
17812
  @graphDeprecated("Deprecation")
17675
17813
  @open
17676
17814
  @entity model alert extends entity {
@@ -23461,6 +23599,7 @@ This model is shared with the CCS retrieval API and search where it is already u
23461
23599
  imageDisplayName: string | null;
23462
23600
  isDisasterRecoveryActive: boolean;
23463
23601
  lastLoginResult: cloudPcLoginResult | null;
23602
+ @computed lastLogoffDateTime: offsetDateTime | null;
23464
23603
  @computed lastModifiedDateTime: offsetDateTime;
23465
23604
  lastRemoteActionResult: cloudPcRemoteActionResult | null;
23466
23605
  managedDeviceId: string | null;
@@ -24258,6 +24397,8 @@ typically alternating request/response, implicitly forming a turn.Represents a c
24258
24397
  * The users conversations with Copilot Chat.
24259
24398
  */
24260
24399
  @contains conversations: copilotConversation[];
24400
+ @contains interactionHistory: aiInteractionHistory | null;
24401
+ @contains users: aiUser[];
24261
24402
  }
24262
24403
 
24263
24404
  @entity model corsConfiguration_v2 extends entity {
@@ -31920,7 +32061,9 @@ typically alternating request/response, implicitly forming a turn.Represents a c
31920
32061
  }
31921
32062
 
31922
32063
  @entity model identityProtectionRoot extends MsGraph.SharedModels.entity {
32064
+ @contains agentRiskDetections: agentRiskDetection[];
31923
32065
  @contains riskDetections: riskDetection[];
32066
+ @contains riskyAgents: riskyAgent[];
31924
32067
  @contains riskyServicePrincipals: riskyServicePrincipal[];
31925
32068
  @contains riskyUsers: riskyUser[];
31926
32069
  @contains servicePrincipalRiskDetections: servicePrincipalRiskDetection[];
@@ -40792,6 +40935,31 @@ typically alternating request/response, implicitly forming a turn.Represents a c
40792
40935
  userPrincipalName: string | null;
40793
40936
  }
40794
40937
 
40938
+ @entity model riskyAgent extends entity {
40939
+ agentDisplayName: string | null;
40940
+ blueprintId: string | null;
40941
+ identityType: agentIdentityType;
40942
+ isDeleted: boolean;
40943
+ isEnabled: boolean;
40944
+ isProcessing: boolean;
40945
+ riskDetail: riskDetail;
40946
+ @computed riskLastModifiedDateTime: offsetDateTime | null;
40947
+ riskLevel: riskLevel;
40948
+ riskState: riskState;
40949
+ }
40950
+
40951
+ @entity model riskyAgentIdentity extends riskyAgent {
40952
+ @references agentIdentity: agentIdentity | null;
40953
+ }
40954
+
40955
+ @entity model riskyAgentIdentityBlueprintPrincipal extends riskyAgent {
40956
+ @references agentIdentityBlueprintPrincipal: agentIdentityBlueprintPrincipal | null;
40957
+ }
40958
+
40959
+ @entity model riskyAgentUser extends riskyAgent {
40960
+ @references agentUser: agentUser | null;
40961
+ }
40962
+
40795
40963
  @entity model riskyServicePrincipal extends entity {
40796
40964
 
40797
40965
  @graphDeprecated("accountEnabledDeprecated")
@@ -45383,6 +45551,10 @@ typically alternating request/response, implicitly forming a turn.Represents a c
45383
45551
  * You purchase multiple licenses for iOS apps through the Apple Volume Purchase Program for Business or Education. This involves setting up an Apple VPP account from the Apple website and uploading the Apple VPP Business or Education token to Intune. You can then synchronize your volume purchase information with Intune and track your volume-purchased app use. You can upload multiple Apple VPP Business or Education tokens.
45384
45552
  */
45385
45553
  @entity model vppToken extends entity {
45554
+ /**
45555
+ * Indicates the delivery protocol used to deliver apps associated with this VPP token. This property is set at token creation and cannot be modified afterward. Default value is default. Possible values are: default, mobileDeviceManagement, declarativeDeviceManagement. Not nullable.
45556
+ */
45557
+ appleDeviceAppDeliveryProtocolType: appleDeviceDeliveryProtocol;
45386
45558
  /**
45387
45559
  * The apple Id associated with the given Apple Volume Purchase Program Token.
45388
45560
  */
@@ -52223,6 +52395,8 @@ typically alternating request/response, implicitly forming a turn.Represents a c
52223
52395
  target: 1,
52224
52396
  createdBy: 2,
52225
52397
  unknownFutureValue: 99,
52398
+ targetManager: 100,
52399
+ targetAgentIdentitySponsorOrOwner: 101,
52226
52400
  }
52227
52401
 
52228
52402
  enum accessPackageAssignmentRequestFilterByCurrentUserOptions {
@@ -52230,6 +52404,10 @@ typically alternating request/response, implicitly forming a turn.Represents a c
52230
52404
  createdBy: 2,
52231
52405
  approver: 3,
52232
52406
  unknownFutureValue: 99,
52407
+ targetOrRequestor: 100,
52408
+ targetManager: 101,
52409
+ requestForOthers: 102,
52410
+ targetAgentIdentitySponsorOrOwner: 103,
52233
52411
  }
52234
52412
 
52235
52413
  enum accessPackageCustomExtensionHandlerStatus {
@@ -52459,6 +52637,22 @@ typically alternating request/response, implicitly forming a turn.Represents a c
52459
52637
  unknownFutureValue: 3,
52460
52638
  }
52461
52639
 
52640
+ enum agentIdentityType {
52641
+ agentIdentity: 0,
52642
+ agentUser: 1,
52643
+ unknownFutureValue: 2,
52644
+ agentIdentityBlueprintPrincipal: 3,
52645
+ user: 4,
52646
+ }
52647
+
52648
+ enum agentIdRiskLevel {
52649
+ none: 0,
52650
+ low: 1,
52651
+ medium: 2,
52652
+ high: 4,
52653
+ unknownFutureValue: 8,
52654
+ }
52655
+
52462
52656
  #suppress "@microsoft/typespec-msgraph/use-evolvable-enum" "Matches shipped CSDL."
52463
52657
  enum agentStatus {
52464
52658
  active: 0,
@@ -52485,6 +52679,12 @@ typically alternating request/response, implicitly forming a turn.Represents a c
52485
52679
  unknownFutureValue: 5,
52486
52680
  }
52487
52681
 
52682
+ enum aiInteractionType {
52683
+ userPrompt: 0,
52684
+ aiResponse: 1,
52685
+ unknownFutureValue: 2,
52686
+ }
52687
+
52488
52688
  enum alertFeedback {
52489
52689
  `unknown`: 0,
52490
52690
  truePositive: 1,
@@ -56650,6 +56850,14 @@ typically alternating request/response, implicitly forming a turn.Represents a c
56650
56850
  Label: 0,
56651
56851
  }
56652
56852
 
56853
+ @graphFlags
56854
+ enum conditionalAccessAgentIdRiskLevels {
56855
+ low: 1,
56856
+ medium: 2,
56857
+ high: 4,
56858
+ unknownFutureValue: 8,
56859
+ }
56860
+
56653
56861
  enum conditionalAccessClientApp {
56654
56862
  all: 0,
56655
56863
  browser: 1,
@@ -57776,6 +57984,53 @@ typically alternating request/response, implicitly forming a turn.Represents a c
57776
57984
  policySets: 1,
57777
57985
  }
57778
57986
 
57987
+ /**
57988
+ * The DeviceAndAppManagementPayloadType represents the type of a payload assigned to a target.
57989
+ */
57990
+ enum deviceAndAppManagementPayloadType {
57991
+ /**
57992
+ * Default value. Do not use.
57993
+ */
57994
+ `unknown`: 0,
57995
+ /**
57996
+ * Indicates that the payload is of settings catalog type.
57997
+ */
57998
+ settingsCatalog: 1,
57999
+ /**
58000
+ * Indicates that the payload is of security baseline type.
58001
+ */
58002
+ securityBaseline: 2,
58003
+ /**
58004
+ * Indicates that the payload is of antivirus type.
58005
+ */
58006
+ antivirus: 3,
58007
+ /**
58008
+ * Indicates that the payload is of disk encryption type.
58009
+ */
58010
+ diskEncryption: 4,
58011
+ /**
58012
+ * Indicates that the payload is of attack surface reduction type.
58013
+ */
58014
+ attackSurfaceReduction: 5,
58015
+ /**
58016
+ * Indicates that the payload is of firewall type.
58017
+ */
58018
+ firewall: 6,
58019
+ /**
58020
+ * Indicates that the payload is of endpoint detection and response type.
58021
+ */
58022
+ endpointDetectionAndResponse: 7,
58023
+ /**
58024
+ * Indicates that the payload is of compliance policy type.
58025
+ */
58026
+ compliancePolicy: 8,
58027
+ /**
58028
+ * Indicates that the payload is of device restriction type.
58029
+ */
58030
+ deviceRestrictions: 9,
58031
+ unknownFutureValue: 10,
58032
+ }
58033
+
57779
58034
  /**
57780
58035
  * Device app management task category.
57781
58036
  */
@@ -61664,6 +61919,13 @@ typically alternating request/response, implicitly forming a turn.Represents a c
61664
61919
  IgnoreLookupReferenceResolutionFailure: 2,
61665
61920
  }
61666
61921
 
61922
+ enum evaluationScopeType {
61923
+ tenant: 0,
61924
+ agent: 1,
61925
+ anonymousUser: 2,
61926
+ unknownFutureValue: 3,
61927
+ }
61928
+
61667
61929
  #suppress "@microsoft/typespec-msgraph/use-evolvable-enum" "Matches shipped CSDL."
61668
61930
  enum eventType {
61669
61931
  singleInstance: 0,
@@ -62066,12 +62328,12 @@ typically alternating request/response, implicitly forming a turn.Represents a c
62066
62328
  enabled: 2,
62067
62329
  }
62068
62330
 
62069
- #suppress "@microsoft/typespec-msgraph/use-evolvable-enum" "Matches shipped CSDL."
62070
62331
  enum groupAccessType {
62071
62332
  none: 0,
62072
62333
  private: 1,
62073
62334
  secret: 2,
62074
62335
  public: 3,
62336
+ unknownFutureValue: 4,
62075
62337
  }
62076
62338
 
62077
62339
  /**
@@ -68994,7 +69256,10 @@ typically alternating request/response, implicitly forming a turn.Represents a c
68994
69256
  userChangedPasswordOnPremises: 15,
68995
69257
  adminDismissedRiskForSignIn: 16,
68996
69258
  adminConfirmedAccountSafe: 17,
68997
- microsoftRevokedSessions: 18,
69259
+ adminConfirmedAgentSafe: 18,
69260
+ adminConfirmedAgentCompromised: 19,
69261
+ adminDismissedRiskForAgent: 20,
69262
+ microsoftRevokedSessions: 21,
68998
69263
  }
68999
69264
 
69000
69265
  enum riskDetectionTimingType {
@@ -69891,6 +70156,33 @@ typically alternating request/response, implicitly forming a turn.Represents a c
69891
70156
  commonNameAsDurableDeviceId: 9,
69892
70157
  }
69893
70158
 
70159
+ /**
70160
+ * A list of possible status states for a sync infrastructure component or policy during a device sync operation.
70161
+ */
70162
+ enum syncComponentStatus {
70163
+ /**
70164
+ * Default. The component has not yet started reporting status. This is a schema default and will not typically appear in responses, as components only appear once they begin executing.
70165
+ */
70166
+ none: 0,
70167
+ /**
70168
+ * Indicates the component is currently executing. For infrastructure components (PNSv1, DCI, SCGW), this means the notification or check-in is in flight. For policies, this means the policy is being applied to the device.
70169
+ */
70170
+ inProgress: 1,
70171
+ /**
70172
+ * Indicates the component completed successfully. The component has finished its work and reported a successful outcome.
70173
+ */
70174
+ success: 2,
70175
+ /**
70176
+ * Indicates the stage encountered an error. When this value is set, the moreInfo property on the syncComponent will contain additional diagnostic details about the failure.
70177
+ */
70178
+ failure: 3,
70179
+ /**
70180
+ * Indicates the stage completed but not all items succeeded. For example, some policies applied successfully while others failed. The moreInfo property may contain details on the partial outcome.
70181
+ */
70182
+ partialSuccess: 4,
70183
+ unknownFutureValue: 5,
70184
+ }
70185
+
69894
70186
  #suppress "@microsoft/typespec-msgraph/use-evolvable-enum" "Matches shipped CSDL."
69895
70187
  enum synchronizationDisposition {
69896
70188
  Normal: 0,
@@ -71509,6 +71801,8 @@ typically alternating request/response, implicitly forming a turn.Represents a c
71509
71801
  insiderRisk: 131072,
71510
71802
  authenticationFlow: 262144,
71511
71803
  unknownFutureValue: 524288,
71804
+ agentIdRisk: 1048576,
71805
+ agentIdentities: 2097152,
71512
71806
  }
71513
71807
 
71514
71808
  /**