@microsoft/typespec-msgraph-reference 1.0.8 → 1.0.10

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.
@@ -33,6 +33,7 @@ scalar binary; //TODO: Enables support for Edm.Binary
33
33
  @deprecatedDefinition("Tasks_And_Plans", "<ChangeLogCategory>", "2023-06-13", "2023-07-31", "The monthlyPrintUsageSummariesByUser navigation property is deprecated and will stop returning data on July 31, 2023. Please use the monthlyPrintUsageByUser navigation property instead of this.")
34
34
  // Metadata item DeprecatedDefinition_Tasks_And_Plans was already defined with a different value.
35
35
  @privatePreviewDefinition("importExport", "2021-08-19", "2021-11-15", "<theOwner>")
36
+ @privatePreviewDefinition("AppAllowedIpRanges", "2026-02-19", "2026-05-01", "<theOwner>")
36
37
  @privatePreviewDefinition("LiveCaptions", "2023-10-10", "2023-12-31", "<theOwner>")
37
38
  @privatePreviewDefinition("Response", "2024-12-10", "2025-03-25", "<theOwner>")
38
39
  @deprecatedDefinition("PasskeyGlobalProperties", "<ChangeLogCategory>", "2025-10-15", "2027-10-15", "This property is deprecated and will stop returning data on October 15, 2027. Please use passkeyProfiles property.")
@@ -278,6 +279,12 @@ namespace reference.`microsoft.graph` {
278
279
  accessPackageId: string | null;
279
280
  }
280
281
 
282
+ @open
283
+ @complex model accessReviewInstanceDecisionItemAccessPackageResource extends accessReviewInstanceDecisionItemResource {
284
+ accessPackageAssignmentPolicyDisplayName: string | null;
285
+ accessPackageAssignmentPolicyId: string | null;
286
+ }
287
+
281
288
  @open
282
289
  @complex model accessReviewInstanceDecisionItemAzureRoleResource extends accessReviewInstanceDecisionItemResource {
283
290
  scope: accessReviewInstanceDecisionItemResource | null;
@@ -2374,6 +2381,10 @@ namespace reference.`microsoft.graph` {
2374
2381
  transferMethod: conditionalAccessTransferMethods | null;
2375
2382
  }
2376
2383
 
2384
+ @abstract
2385
+ @complex model authenticationInfo {
2386
+ }
2387
+
2377
2388
  @complex model authenticationMethodFeatureConfiguration {
2378
2389
  excludeTarget: featureTarget | null;
2379
2390
  includeTarget: featureTarget | null;
@@ -3413,6 +3424,12 @@ namespace reference.`microsoft.graph` {
3413
3424
  thumbnailUrl: string | null;
3414
3425
  }
3415
3426
 
3427
+ @complex model chatMessageBody {
3428
+ content: string | null;
3429
+ contentType: bodyType | null;
3430
+ messageBodyContentType: chatMessageBodyContentType | null;
3431
+ }
3432
+
3416
3433
  @open
3417
3434
  @complex model chatMessageFromIdentitySet extends identitySet {
3418
3435
  }
@@ -3573,6 +3590,12 @@ namespace reference.`microsoft.graph` {
3573
3590
  certificateList: pkcs12CertificateInformation[] | null;
3574
3591
  }
3575
3592
 
3593
+ @complex model clientCredentialAuthenticationInfo extends authenticationInfo {
3594
+ accessTokenUrl: string | null;
3595
+ clientId: string | null;
3596
+ secretName: string | null;
3597
+ }
3598
+
3576
3599
  @complex model clientCredentials {
3577
3600
  certificateName: string;
3578
3601
  keyVaultUri: string;
@@ -5424,6 +5447,7 @@ Each data source key can include a filter expression to narrow results and a lis
5424
5447
 
5425
5448
  @complex model dataSourceConfiguration {
5426
5449
  externalItem: externalItemConfiguration | null;
5450
+ sharePointEmbedded: sharePointEmbeddedConfiguration | null;
5427
5451
  }
5428
5452
 
5429
5453
  @complex model dataStoreField {
@@ -8933,6 +8957,15 @@ Each data source key can include a filter expression to narrow results and a lis
8933
8957
  href: string | null;
8934
8958
  }
8935
8959
 
8960
+ @complex model externalSapAcConnectionInfo extends connectionInfo {
8961
+ authenticationInfo: authenticationInfo;
8962
+ keyVaultName: string | null;
8963
+ resourceGroup: string | null;
8964
+ subscriptionId: string | null;
8965
+ systemId: string | null;
8966
+ userIdentifier: string | null;
8967
+ }
8968
+
8936
8969
  @complex model externalSponsors extends userSet {
8937
8970
  }
8938
8971
 
@@ -10796,9 +10829,7 @@ Each data source key can include a filter expression to narrow results and a lis
10796
10829
  vendor: string | null;
10797
10830
  }
10798
10831
 
10799
- /**
10800
- * IP range base class for representing IPV4, IPV6 address ranges
10801
- */
10832
+ @privatePreview("AppAllowedIpRanges")
10802
10833
  @abstract
10803
10834
  @complex model ipRange {
10804
10835
  }
@@ -10817,9 +10848,8 @@ Each data source key can include a filter expression to narrow results and a lis
10817
10848
  @contains applicationSegments: ipApplicationSegment[];
10818
10849
  }
10819
10850
 
10820
- /**
10821
- * IP range base class for representing IPV4, IPV6 address ranges
10822
- */
10851
+ @privatePreview("AppAllowedIpRanges")
10852
+ @privatePreview("AppAllowedIpRanges")
10823
10853
  @complex model iPv4CidrRange extends ipRange {
10824
10854
  cidrAddress: string;
10825
10855
  }
@@ -10827,6 +10857,7 @@ Each data source key can include a filter expression to narrow results and a lis
10827
10857
  /**
10828
10858
  * IPv4 Range definition.
10829
10859
  */
10860
+ @privatePreview("AppAllowedIpRanges")
10830
10861
  @complex model iPv4Range extends ipRange {
10831
10862
  /**
10832
10863
  * Lower address.
@@ -10838,9 +10869,8 @@ Each data source key can include a filter expression to narrow results and a lis
10838
10869
  upperAddress: string;
10839
10870
  }
10840
10871
 
10841
- /**
10842
- * IP range base class for representing IPV4, IPV6 address ranges
10843
- */
10872
+ @privatePreview("AppAllowedIpRanges")
10873
+ @privatePreview("AppAllowedIpRanges")
10844
10874
  @complex model iPv6CidrRange extends ipRange {
10845
10875
  cidrAddress: string;
10846
10876
  }
@@ -10848,6 +10878,7 @@ Each data source key can include a filter expression to narrow results and a lis
10848
10878
  /**
10849
10879
  * IPv6 Range definition.
10850
10880
  */
10881
+ @privatePreview("AppAllowedIpRanges")
10851
10882
  @complex model iPv6Range extends ipRange {
10852
10883
  /**
10853
10884
  * Lower address.
@@ -12454,6 +12485,56 @@ Each data source key can include a filter expression to narrow results and a lis
12454
12485
  uri: string;
12455
12486
  }
12456
12487
 
12488
+ @complex model mediaMetadata {
12489
+ modality: contentModality;
12490
+ isRealTime: boolean;
12491
+ mimeType: string;
12492
+ byteSize: int64;
12493
+ `duration`: int32;
12494
+ videoMetadata: videoMetadata | null;
12495
+ audioMetadata: audioMetadata | null;
12496
+ streamingMetadata: streamingMetadata | null;
12497
+ }
12498
+
12499
+ @complex model videoMetadata {
12500
+ codec: string;
12501
+ frameRate: float64;
12502
+ bitrateKbps: int32;
12503
+ }
12504
+
12505
+ @complex model audioMetadata {
12506
+ sampleRateHz: int32;
12507
+ bitDepth: int32;
12508
+ channels: int32;
12509
+ }
12510
+
12511
+ @complex model streamingMetadata {
12512
+ latencyMs: int32;
12513
+ frameDropRate: float64;
12514
+ networkJitterMs: int32;
12515
+ }
12516
+
12517
+ @complex model syntheticMediaDetectionDetail {
12518
+ modelName: string;
12519
+ modality: contentModality;
12520
+ modelTasks: string[];
12521
+ segment: mediaSegment;
12522
+ confidence: float64;
12523
+ }
12524
+
12525
+ @complex model mediaSegment {
12526
+ startTimeSec: int32;
12527
+ endTimeSec: int32;
12528
+ frameIndices: int32[];
12529
+ }
12530
+
12531
+ @complex model syntheticMediaDetectionInfo {
12532
+ detectionId: guid;
12533
+ syntheticConfidence: float64;
12534
+ detectorBot: string;
12535
+ isParticipantTrusted: boolean;
12536
+ }
12537
+
12457
12538
  @complex model mediaPrompt extends prompt {
12458
12539
  loop: int32 | null;
12459
12540
  mediaInfo: mediaInfo;
@@ -14530,6 +14611,8 @@ Each data source key can include a filter expression to narrow results and a lis
14530
14611
  }
14531
14612
 
14532
14613
  @complex model policyTipAction extends dlpActionInfo {
14614
+ complianceUrl: string | null;
14615
+ matchedConditionsDescription: string | null;
14533
14616
  policyTip: string | null;
14534
14617
  }
14535
14618
 
@@ -16761,6 +16844,10 @@ This model is shared with the CCS retrieval API and search where it is already u
16761
16844
  dataPoints: sharePointApiUsageDataPoint[];
16762
16845
  }
16763
16846
 
16847
+ @complex model sharePointEmbeddedConfiguration {
16848
+ containerTypeId: string;
16849
+ }
16850
+
16764
16851
  @open
16765
16852
  @complex model sharePointGroupIdentity extends identity {
16766
16853
  principalId: string | null;
@@ -21898,6 +21985,7 @@ This model is shared with the CCS retrieval API and search where it is already u
21898
21985
  @contains historyDefinitions: accessReviewHistoryDefinition[];
21899
21986
  @contains instances: accessReviewInstance[];
21900
21987
  @contains policy: accessReviewPolicy | null;
21988
+ @contains unified: unifiedRoot | null;
21901
21989
  }
21902
21990
 
21903
21991
  @entity model accessReviewStage extends entity {
@@ -22439,7 +22527,7 @@ capabilities, skills, security, and other manifest-defined fields.
22439
22527
  @entity model aiInteraction extends entity {
22440
22528
  appClass: string;
22441
22529
  attachments: aiInteractionAttachment[] | null;
22442
- body: itemBody | null;
22530
+ body: chatMessageBody | null;
22443
22531
  contexts: aiInteractionContext[] | null;
22444
22532
  conversationType: string | null;
22445
22533
  @computed createdDateTime: offsetDateTime | null;
@@ -28532,7 +28620,7 @@ capabilities, skills, security, and other manifest-defined fields.
28532
28620
 
28533
28621
  @entity model chatMessage extends entity {
28534
28622
  attachments: chatMessageAttachment[] | null;
28535
- body: itemBody;
28623
+ body: chatMessageBody;
28536
28624
  channelIdentity: channelIdentity | null;
28537
28625
  chatId: string | null;
28538
28626
  @computed createdDateTime: offsetDateTime | null;
@@ -28562,7 +28650,7 @@ capabilities, skills, security, and other manifest-defined fields.
28562
28650
  }
28563
28651
 
28564
28652
  @entity model chatMessageInfo extends entity {
28565
- body: itemBody | null;
28653
+ body: chatMessageBody | null;
28566
28654
  @computed createdDateTime: offsetDateTime | null;
28567
28655
  eventDetail: eventMessageDetail | null;
28568
28656
  from: chatMessageFromIdentitySet | null;
@@ -36107,17 +36195,9 @@ typically alternating request/response, implicitly forming a turn.Represents a c
36107
36195
  members: member[];
36108
36196
  notes: string | null;
36109
36197
  personIdentifier: string | null;
36110
- @contains distributionListMembers: distributionListMember[];
36111
36198
  @contains singleValueExtendedProperties: singleValueLegacyExtendedProperty[];
36112
36199
  }
36113
36200
 
36114
- @entity model distributionListMember extends entity {
36115
- contactId: string | null;
36116
- displayName: string | null;
36117
- recipientType: recipientType;
36118
- @references contact: contact | null;
36119
- }
36120
-
36121
36201
  @entity model dlpEvaluatePoliciesJobResponse extends jobResponseBase {
36122
36202
  result: dlpPoliciesJobResult | null;
36123
36203
  }
@@ -47649,6 +47729,7 @@ within the time frame of their original request.
47649
47729
  removedState: removedState | null;
47650
47730
  restrictedExperience: onlineMeetingRestricted | null;
47651
47731
  rosterSequenceNumber: int64 | null;
47732
+ syntheticMediaDetection: syntheticMediaDetectionInfo | null;
47652
47733
  }
47653
47734
 
47654
47735
  @entity model participantJoiningNotification extends entity {
@@ -53122,6 +53203,12 @@ within the time frame of their original request.
53122
53203
  @references roleDefinition: unifiedRoleDefinition | null;
53123
53204
  }
53124
53205
 
53206
+ @entity model unifiedRoot extends entity {
53207
+ @contains decisions: accessReviewInstanceDecisionItem[];
53208
+ @contains definitions: accessReviewScheduleDefinition[];
53209
+ @contains instances: accessReviewInstance[];
53210
+ }
53211
+
53125
53212
  @entity model unifiedStorageQuota extends entity {
53126
53213
  deleted: int64 | null;
53127
53214
  familyMembersUsage: familyMemberStorageQuota[] | null;
@@ -53414,6 +53501,7 @@ within the time frame of their original request.
53414
53501
  @contains security: reference.`microsoft.graph.security`.security | null;
53415
53502
  @contains settings: userSettings | null;
53416
53503
  @contains solutions: userSolutionRoot | null;
53504
+ @references sponsorOf: directoryObject[];
53417
53505
  @references sponsors: directoryObject[];
53418
53506
  @contains teamwork: userTeamwork | null;
53419
53507
  @contains todo: todo | null;
@@ -66599,6 +66687,13 @@ within the time frame of their original request.
66599
66687
  unknownFutureValue: 8,
66600
66688
  }
66601
66689
 
66690
+ enum chatMessageBodyContentType {
66691
+ text: 0,
66692
+ html: 1,
66693
+ markdown: 2,
66694
+ unknownFutureValue: 3,
66695
+ }
66696
+
66602
66697
  #suppress "@microsoft/typespec-msgraph/use-evolvable-enum" "Matches shipped CSDL."
66603
66698
  enum chatMessageImportance {
66604
66699
  normal: 0,
@@ -68553,6 +68648,22 @@ within the time frame of their original request.
68553
68648
  unknownFutureValue: 6,
68554
68649
  }
68555
68650
 
68651
+ enum contentModality {
68652
+ audio: 0,
68653
+ video: 1,
68654
+ image: 2,
68655
+ text: 3,
68656
+ multimodal: 4,
68657
+ unknownFutureValue: 5,
68658
+ }
68659
+
68660
+ enum detectionSeverity {
68661
+ low: 0,
68662
+ medium: 1,
68663
+ high: 2,
68664
+ unknownFutureValue: 3,
68665
+ }
68666
+
68556
68667
  enum contentProcessingErrorType {
68557
68668
  transient: 0,
68558
68669
  permanent: 1,
@@ -82177,6 +82288,7 @@ within the time frame of their original request.
82177
82288
  oneDriveBusiness: 1,
82178
82289
  externalItem: 2,
82179
82290
  unknownFutureValue: 3,
82291
+ sharePointEmbedded: 4,
82180
82292
  }
82181
82293
 
82182
82294
  enum retrievalEntityType {
@@ -84286,11 +84398,11 @@ within the time frame of their original request.
84286
84398
  uploadFile: 2,
84287
84399
  downloadText: 3,
84288
84400
  downloadFile: 4,
84289
- copyToClipboard: 7,
84290
- pasteFromClipboard: 8,
84291
- print: 9,
84292
- accessDebugTools: 10,
84293
- unknownFutureValue: 11,
84401
+ unknownFutureValue: 5,
84402
+ copyToClipboard: 6,
84403
+ pasteFromClipboard: 7,
84404
+ print: 8,
84405
+ accessDebugTools: 9,
84294
84406
  }
84295
84407
 
84296
84408
  @graphFlags
@@ -84300,11 +84412,11 @@ within the time frame of their original request.
84300
84412
  uploadFile: 2,
84301
84413
  downloadText: 4,
84302
84414
  downloadFile: 8,
84303
- copyToClipboard: 16,
84304
- pasteFromClipboard: 32,
84305
- print: 64,
84306
- accessDebugTools: 128,
84307
- unknownFutureValue: 256,
84415
+ unknownFutureValue: 16,
84416
+ copyToClipboard: 32,
84417
+ pasteFromClipboard: 64,
84418
+ print: 128,
84419
+ accessDebugTools: 256,
84308
84420
  }
84309
84421
 
84310
84422
  enum userDefaultAuthenticationMethod {
@@ -98179,6 +98291,7 @@ namespace reference.`microsoft.graph.security` {
98179
98291
 
98180
98292
  @entity model caseManagementRoot extends reference.`microsoft.graph`.entity {
98181
98293
  @contains cases: reference.`microsoft.graph.security.caseManagement`.case[];
98294
+ @contains caseTypeConfigurations: reference.`microsoft.graph.security.caseManagement`.caseTypeConfiguration[];
98182
98295
  }
98183
98296
 
98184
98297
  @entity model caseOperation extends reference.`microsoft.graph`.entity {
@@ -101333,6 +101446,13 @@ namespace reference.`microsoft.graph.security.caseManagement` {
101333
101446
  @complex model customFieldValues {
101334
101447
  }
101335
101448
 
101449
+ @complex model customStatusDefinition {
101450
+ customStatusId: string;
101451
+ displayName: string;
101452
+ isFinal: boolean;
101453
+ sortOrder: int32;
101454
+ }
101455
+
101336
101456
  @complex model exposureCaseAutomation {
101337
101457
  ruleId: string | null;
101338
101458
  }
@@ -101453,10 +101573,29 @@ namespace reference.`microsoft.graph.security.caseManagement` {
101453
101573
  @computed lastModifiedDateTime: offsetDateTime | null;
101454
101574
  }
101455
101575
 
101576
+ @entity model caseTypeConfiguration extends reference.`microsoft.graph`.entity {
101577
+ defaultStatusId: string;
101578
+ displayName: string;
101579
+ @contains customFields: customFieldDefinition[];
101580
+ @contains statuses: statusDefinition[];
101581
+ }
101582
+
101456
101583
  @entity model comment extends activity {
101457
101584
  message: string | null;
101458
101585
  }
101459
101586
 
101587
+ @abstract
101588
+ @entity model customFieldDefinition extends reference.`microsoft.graph`.entity {
101589
+ description: string | null;
101590
+ displayName: string;
101591
+ isDisabled: boolean;
101592
+ isRequired: boolean;
101593
+ }
101594
+
101595
+ @entity model dateTimeCustomFieldDefinition extends customFieldDefinition {
101596
+ defaultDateTime: offsetDateTime | null;
101597
+ }
101598
+
101460
101599
  @entity model exposureCase extends case {
101461
101600
  assignedTo: string | null;
101462
101601
  automation: exposureCaseAutomation | null;
@@ -101519,6 +101658,15 @@ namespace reference.`microsoft.graph.security.caseManagement` {
101519
101658
  @entity model incidentRelation extends relation {
101520
101659
  }
101521
101660
 
101661
+ @entity model numberCustomFieldDefinition extends customFieldDefinition {
101662
+ defaultValue: int32 | null;
101663
+ }
101664
+
101665
+ @entity model optionsCustomFieldDefinition extends customFieldDefinition {
101666
+ defaultValues: string[];
101667
+ options: string[];
101668
+ }
101669
+
101522
101670
  @entity model recommendationRelation extends relation {
101523
101671
  recommendationType: string | null;
101524
101672
  resourceGroupName: string | null;
@@ -101530,6 +101678,16 @@ namespace reference.`microsoft.graph.security.caseManagement` {
101530
101678
  relatedResourceId: string | null;
101531
101679
  }
101532
101680
 
101681
+ @entity model statusDefinition extends reference.`microsoft.graph`.entity {
101682
+ customStatuses: customStatusDefinition[];
101683
+ displayName: string;
101684
+ sortOrder: int32;
101685
+ }
101686
+
101687
+ @entity model stringCustomFieldDefinition extends customFieldDefinition {
101688
+ defaultValue: string | null;
101689
+ }
101690
+
101533
101691
  @entity model task extends caseManagementEntity {
101534
101692
  assignedTo: string | null;
101535
101693
  category: caseTaskCategory;
@@ -102358,6 +102516,11 @@ namespace reference.`microsoft.graph.teamsAdministration` {
102358
102516
  }
102359
102517
  @publicNamespace("microsoft.graph.tenantgovernanceservices")
102360
102518
  namespace reference.`microsoft.graph.tenantGovernanceServices` {
102519
+ @complex model actionUrl {
102520
+ displayName: string;
102521
+ url: string | null;
102522
+ }
102523
+
102361
102524
  @complex model delegatedAdministrationRoleAssignment {
102362
102525
  groupDisplayName: string | null;
102363
102526
  roleTemplates: roleTemplate[];
@@ -102414,8 +102577,15 @@ namespace reference.`microsoft.graph.tenantGovernanceServices` {
102414
102577
  name: string;
102415
102578
  }
102416
102579
 
102580
+ @entity model actionStep extends MsGraph.SharedModels.entity {
102581
+ actionUrl: actionUrl | null;
102582
+ @computed @key stepNumber: string;
102583
+ text: string | null;
102584
+ }
102585
+
102417
102586
  @entity model b2bRegistrationMetrics extends reference.`microsoft.graph`.entity {
102418
102587
  @references initial: b2BRegistrationMetricsInitial;
102588
+ @contains investigationHints: actionStep[];
102419
102589
  @references recent: b2BRegistrationMetricsRecent;
102420
102590
  }
102421
102591
 
@@ -102436,6 +102606,7 @@ namespace reference.`microsoft.graph.tenantGovernanceServices` {
102436
102606
 
102437
102607
  @entity model b2BSignInActivityMetrics extends reference.`microsoft.graph`.entity {
102438
102608
  @references initial: b2BSignInActivityMetricsInitial;
102609
+ @contains investigationHints: actionStep[];
102439
102610
  @references recent: b2BSignInActivityMetricsRecent;
102440
102611
  }
102441
102612
 
@@ -102458,6 +102629,7 @@ namespace reference.`microsoft.graph.tenantGovernanceServices` {
102458
102629
 
102459
102630
  @entity model billingMetrics extends reference.`microsoft.graph`.entity {
102460
102631
  @references initial: billingMetricsInitial;
102632
+ @contains investigationHints: actionStep[];
102461
102633
  @references recent: billingMetricsRecent;
102462
102634
  }
102463
102635
 
@@ -102533,6 +102705,7 @@ namespace reference.`microsoft.graph.tenantGovernanceServices` {
102533
102705
 
102534
102706
  @entity model multiTenantApplicationMetrics extends reference.`microsoft.graph`.entity {
102535
102707
  @references initial: multiTenantApplicationMetricsInitial;
102708
+ @contains investigationHints: actionStep[];
102536
102709
  @references recent: multiTenantApplicationMetricsRecent;
102537
102710
  }
102538
102711
 
@@ -6112,6 +6112,7 @@ namespace reference.`microsoft.graph` {
6112
6112
  @abstract
6113
6113
  @complex model processContentMetadataBase {
6114
6114
  content: contentBase | null;
6115
+ contentCategory: contentCategory | null;
6115
6116
  correlationId: string | null;
6116
6117
  @computed createdDateTime: offsetDateTime;
6117
6118
  identifier: string;
@@ -12172,6 +12173,7 @@ files, events, and updates for people sharing a common interest or goal.
12172
12173
  @computed @key tenantId: string;
12173
12174
  tenantRestrictions: crossTenantAccessPolicyTenantRestrictions | null;
12174
12175
  @contains identitySynchronization: crossTenantIdentitySyncPolicyPartner | null;
12176
+ @contains serviceProviderConstraints: serviceProviderConstraints | null;
12175
12177
  }
12176
12178
 
12177
12179
  @entity model crossTenantIdentitySyncPolicyPartner extends MsGraph.SharedModels.entity {
@@ -12359,6 +12361,12 @@ files, events, and updates for people sharing a common interest or goal.
12359
12361
  serviceName: string;
12360
12362
  }
12361
12363
 
12364
+ @entity model delegatedAdminServiceProviderConstraints extends serviceProviderConstraints {
12365
+ allowedRoleTemplateIds: string[] | null;
12366
+ @computed createdDateTime: offsetDateTime;
12367
+ @computed lastModifiedDateTime: offsetDateTime;
12368
+ }
12369
+
12362
12370
  @entity model delegatedPermissionClassification extends entity {
12363
12371
  classification: permissionClassificationType | null;
12364
12372
  permissionId: string | null;
@@ -15059,6 +15067,7 @@ within the time frame of their original request.
15059
15067
  onPremisesSamAccountName: string | null;
15060
15068
  onPremisesSecurityIdentifier: string | null;
15061
15069
  onPremisesSyncEnabled: boolean | null;
15070
+ organizationId: string | null;
15062
15071
  preferredDataLocation: string | null;
15063
15072
  preferredLanguage: string | null;
15064
15073
  proxyAddresses: string[];
@@ -20157,6 +20166,9 @@ within the time frame of their original request.
20157
20166
  tokenIssuerType: tokenIssuerType | null;
20158
20167
  }
20159
20168
 
20169
+ @entity model serviceProviderConstraints extends entity {
20170
+ }
20171
+
20160
20172
  @entity model serviceStorageQuotaBreakdown extends storageQuotaBreakdown {
20161
20173
  }
20162
20174
 
@@ -21312,6 +21324,7 @@ within the time frame of their original request.
21312
21324
  condition: string | null;
21313
21325
  directoryScopeId: string | null;
21314
21326
  principalId: string | null;
21327
+ principalOrganizationId: string | null;
21315
21328
  roleDefinitionId: string | null;
21316
21329
  @contains appScope: appScope | null;
21317
21330
  @references directoryScope: directoryObject | null;
@@ -21658,6 +21671,7 @@ within the time frame of their original request.
21658
21671
  @contains scopedRoleMemberOf: scopedRoleMembership[];
21659
21672
  @contains settings: userSettings | null;
21660
21673
  @contains solutions: userSolutionRoot | null;
21674
+ @references sponsorOf: directoryObject[];
21661
21675
  @references sponsors: directoryObject[];
21662
21676
  @contains teamwork: userTeamwork | null;
21663
21677
  @contains todo: todo | null;
@@ -27832,6 +27846,12 @@ within the time frame of their original request.
27832
27846
  unknownFutureValue: 7,
27833
27847
  }
27834
27848
 
27849
+ enum contentCategory {
27850
+ none: 0,
27851
+ ai: 1,
27852
+ unknownFutureValue: 2,
27853
+ }
27854
+
27835
27855
  enum contentProcessingErrorType {
27836
27856
  transient: 0,
27837
27857
  permanent: 1,
@@ -34627,6 +34647,10 @@ within the time frame of their original request.
34627
34647
  downloadText: 3,
34628
34648
  downloadFile: 4,
34629
34649
  unknownFutureValue: 5,
34650
+ copyToClipboard: 6,
34651
+ pasteFromClipboard: 7,
34652
+ print: 8,
34653
+ accessDebugTools: 9,
34630
34654
  }
34631
34655
 
34632
34656
  @graphFlags
@@ -34637,6 +34661,10 @@ within the time frame of their original request.
34637
34661
  downloadText: 4,
34638
34662
  downloadFile: 8,
34639
34663
  unknownFutureValue: 16,
34664
+ copyToClipboard: 32,
34665
+ pasteFromClipboard: 64,
34666
+ print: 128,
34667
+ accessDebugTools: 256,
34640
34668
  }
34641
34669
 
34642
34670
  enum userDefaultAuthenticationMethod {
@@ -37067,6 +37095,10 @@ namespace reference.`microsoft.graph.externalConnectors` {
37067
37095
  value: string | null;
37068
37096
  }
37069
37097
 
37098
+ @complex model externalItemInformationProtectionLabel {
37099
+ sensitivityLabelId: string | null;
37100
+ }
37101
+
37070
37102
  @complex model itemIdResolver extends urlToItemResolverBase {
37071
37103
  itemId: string;
37072
37104
  urlMatchInfo: urlMatchInfo | null;
@@ -37162,6 +37194,7 @@ namespace reference.`microsoft.graph.externalConnectors` {
37162
37194
  @entity model externalItem extends reference.`microsoft.graph`.entity {
37163
37195
  acl: acl[] | null;
37164
37196
  content: externalItemContent | null;
37197
+ informationProtectionLabel: externalItemInformationProtectionLabel | null;
37165
37198
  properties: properties | null;
37166
37199
  @contains activities: externalActivity[];
37167
37200
  }