@microsoft/typespec-msgraph-reference 1.0.8 → 1.0.9
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.
- package/.rush/temp/package-deps_build.json +15 -15
- package/.rush/temp/shrinkwrap-deps.json +37 -59
- package/CHANGELOG.md +9 -0
- package/lib/Bleu/Beta/main.tsp +100 -2
- package/lib/Delos/Beta/main.tsp +764 -9
- package/lib/Delos/V1.0/main.tsp +670 -9
- package/lib/Fairfax/Beta/main.tsp +100 -2
- package/lib/Fairfax/V1.0/main.tsp +16 -11
- package/lib/GovSG/Beta/main.tsp +85 -0
- package/lib/Mooncake/Beta/main.tsp +100 -2
- package/lib/Prod/Beta/main.tsp +87 -22
- package/lib/USNat/Beta/main.tsp +100 -2
- package/lib/USNat/V1.0/main.tsp +14 -9
- package/lib/USSec/Beta/main.tsp +100 -2
- package/lib/USSec/V1.0/main.tsp +14 -9
- package/package.json +5 -5
package/lib/Prod/Beta/main.tsp
CHANGED
|
@@ -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
|
-
|
|
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
|
-
|
|
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.
|
|
@@ -16761,6 +16792,10 @@ This model is shared with the CCS retrieval API and search where it is already u
|
|
|
16761
16792
|
dataPoints: sharePointApiUsageDataPoint[];
|
|
16762
16793
|
}
|
|
16763
16794
|
|
|
16795
|
+
@complex model sharePointEmbeddedConfiguration {
|
|
16796
|
+
containerTypeId: string;
|
|
16797
|
+
}
|
|
16798
|
+
|
|
16764
16799
|
@open
|
|
16765
16800
|
@complex model sharePointGroupIdentity extends identity {
|
|
16766
16801
|
principalId: string | null;
|
|
@@ -21898,6 +21933,7 @@ This model is shared with the CCS retrieval API and search where it is already u
|
|
|
21898
21933
|
@contains historyDefinitions: accessReviewHistoryDefinition[];
|
|
21899
21934
|
@contains instances: accessReviewInstance[];
|
|
21900
21935
|
@contains policy: accessReviewPolicy | null;
|
|
21936
|
+
@contains unified: unifiedRoot | null;
|
|
21901
21937
|
}
|
|
21902
21938
|
|
|
21903
21939
|
@entity model accessReviewStage extends entity {
|
|
@@ -22439,7 +22475,7 @@ capabilities, skills, security, and other manifest-defined fields.
|
|
|
22439
22475
|
@entity model aiInteraction extends entity {
|
|
22440
22476
|
appClass: string;
|
|
22441
22477
|
attachments: aiInteractionAttachment[] | null;
|
|
22442
|
-
body:
|
|
22478
|
+
body: chatMessageBody | null;
|
|
22443
22479
|
contexts: aiInteractionContext[] | null;
|
|
22444
22480
|
conversationType: string | null;
|
|
22445
22481
|
@computed createdDateTime: offsetDateTime | null;
|
|
@@ -28532,7 +28568,7 @@ capabilities, skills, security, and other manifest-defined fields.
|
|
|
28532
28568
|
|
|
28533
28569
|
@entity model chatMessage extends entity {
|
|
28534
28570
|
attachments: chatMessageAttachment[] | null;
|
|
28535
|
-
body:
|
|
28571
|
+
body: chatMessageBody;
|
|
28536
28572
|
channelIdentity: channelIdentity | null;
|
|
28537
28573
|
chatId: string | null;
|
|
28538
28574
|
@computed createdDateTime: offsetDateTime | null;
|
|
@@ -28562,7 +28598,7 @@ capabilities, skills, security, and other manifest-defined fields.
|
|
|
28562
28598
|
}
|
|
28563
28599
|
|
|
28564
28600
|
@entity model chatMessageInfo extends entity {
|
|
28565
|
-
body:
|
|
28601
|
+
body: chatMessageBody | null;
|
|
28566
28602
|
@computed createdDateTime: offsetDateTime | null;
|
|
28567
28603
|
eventDetail: eventMessageDetail | null;
|
|
28568
28604
|
from: chatMessageFromIdentitySet | null;
|
|
@@ -53122,6 +53158,12 @@ within the time frame of their original request.
|
|
|
53122
53158
|
@references roleDefinition: unifiedRoleDefinition | null;
|
|
53123
53159
|
}
|
|
53124
53160
|
|
|
53161
|
+
@entity model unifiedRoot extends entity {
|
|
53162
|
+
@contains decisions: accessReviewInstanceDecisionItem[];
|
|
53163
|
+
@contains definitions: accessReviewScheduleDefinition[];
|
|
53164
|
+
@contains instances: accessReviewInstance[];
|
|
53165
|
+
}
|
|
53166
|
+
|
|
53125
53167
|
@entity model unifiedStorageQuota extends entity {
|
|
53126
53168
|
deleted: int64 | null;
|
|
53127
53169
|
familyMembersUsage: familyMemberStorageQuota[] | null;
|
|
@@ -66599,6 +66641,13 @@ within the time frame of their original request.
|
|
|
66599
66641
|
unknownFutureValue: 8,
|
|
66600
66642
|
}
|
|
66601
66643
|
|
|
66644
|
+
enum chatMessageBodyContentType {
|
|
66645
|
+
text: 0,
|
|
66646
|
+
html: 1,
|
|
66647
|
+
markdown: 2,
|
|
66648
|
+
unknownFutureValue: 3,
|
|
66649
|
+
}
|
|
66650
|
+
|
|
66602
66651
|
#suppress "@microsoft/typespec-msgraph/use-evolvable-enum" "Matches shipped CSDL."
|
|
66603
66652
|
enum chatMessageImportance {
|
|
66604
66653
|
normal: 0,
|
|
@@ -82177,6 +82226,7 @@ within the time frame of their original request.
|
|
|
82177
82226
|
oneDriveBusiness: 1,
|
|
82178
82227
|
externalItem: 2,
|
|
82179
82228
|
unknownFutureValue: 3,
|
|
82229
|
+
sharePointEmbedded: 4,
|
|
82180
82230
|
}
|
|
82181
82231
|
|
|
82182
82232
|
enum retrievalEntityType {
|
|
@@ -84286,11 +84336,11 @@ within the time frame of their original request.
|
|
|
84286
84336
|
uploadFile: 2,
|
|
84287
84337
|
downloadText: 3,
|
|
84288
84338
|
downloadFile: 4,
|
|
84289
|
-
|
|
84290
|
-
|
|
84291
|
-
|
|
84292
|
-
|
|
84293
|
-
|
|
84339
|
+
unknownFutureValue: 5,
|
|
84340
|
+
copyToClipboard: 6,
|
|
84341
|
+
pasteFromClipboard: 7,
|
|
84342
|
+
print: 8,
|
|
84343
|
+
accessDebugTools: 9,
|
|
84294
84344
|
}
|
|
84295
84345
|
|
|
84296
84346
|
@graphFlags
|
|
@@ -84300,11 +84350,11 @@ within the time frame of their original request.
|
|
|
84300
84350
|
uploadFile: 2,
|
|
84301
84351
|
downloadText: 4,
|
|
84302
84352
|
downloadFile: 8,
|
|
84303
|
-
|
|
84304
|
-
|
|
84305
|
-
|
|
84306
|
-
|
|
84307
|
-
|
|
84353
|
+
unknownFutureValue: 16,
|
|
84354
|
+
copyToClipboard: 32,
|
|
84355
|
+
pasteFromClipboard: 64,
|
|
84356
|
+
print: 128,
|
|
84357
|
+
accessDebugTools: 256,
|
|
84308
84358
|
}
|
|
84309
84359
|
|
|
84310
84360
|
enum userDefaultAuthenticationMethod {
|
|
@@ -102358,6 +102408,11 @@ namespace reference.`microsoft.graph.teamsAdministration` {
|
|
|
102358
102408
|
}
|
|
102359
102409
|
@publicNamespace("microsoft.graph.tenantgovernanceservices")
|
|
102360
102410
|
namespace reference.`microsoft.graph.tenantGovernanceServices` {
|
|
102411
|
+
@complex model actionUrl {
|
|
102412
|
+
displayName: string;
|
|
102413
|
+
url: string | null;
|
|
102414
|
+
}
|
|
102415
|
+
|
|
102361
102416
|
@complex model delegatedAdministrationRoleAssignment {
|
|
102362
102417
|
groupDisplayName: string | null;
|
|
102363
102418
|
roleTemplates: roleTemplate[];
|
|
@@ -102414,8 +102469,15 @@ namespace reference.`microsoft.graph.tenantGovernanceServices` {
|
|
|
102414
102469
|
name: string;
|
|
102415
102470
|
}
|
|
102416
102471
|
|
|
102472
|
+
@entity model actionStep extends MsGraph.SharedModels.entity {
|
|
102473
|
+
actionUrl: actionUrl | null;
|
|
102474
|
+
@computed @key stepNumber: string;
|
|
102475
|
+
text: string | null;
|
|
102476
|
+
}
|
|
102477
|
+
|
|
102417
102478
|
@entity model b2bRegistrationMetrics extends reference.`microsoft.graph`.entity {
|
|
102418
102479
|
@references initial: b2BRegistrationMetricsInitial;
|
|
102480
|
+
@contains investigationHints: actionStep[];
|
|
102419
102481
|
@references recent: b2BRegistrationMetricsRecent;
|
|
102420
102482
|
}
|
|
102421
102483
|
|
|
@@ -102436,6 +102498,7 @@ namespace reference.`microsoft.graph.tenantGovernanceServices` {
|
|
|
102436
102498
|
|
|
102437
102499
|
@entity model b2BSignInActivityMetrics extends reference.`microsoft.graph`.entity {
|
|
102438
102500
|
@references initial: b2BSignInActivityMetricsInitial;
|
|
102501
|
+
@contains investigationHints: actionStep[];
|
|
102439
102502
|
@references recent: b2BSignInActivityMetricsRecent;
|
|
102440
102503
|
}
|
|
102441
102504
|
|
|
@@ -102458,6 +102521,7 @@ namespace reference.`microsoft.graph.tenantGovernanceServices` {
|
|
|
102458
102521
|
|
|
102459
102522
|
@entity model billingMetrics extends reference.`microsoft.graph`.entity {
|
|
102460
102523
|
@references initial: billingMetricsInitial;
|
|
102524
|
+
@contains investigationHints: actionStep[];
|
|
102461
102525
|
@references recent: billingMetricsRecent;
|
|
102462
102526
|
}
|
|
102463
102527
|
|
|
@@ -102533,6 +102597,7 @@ namespace reference.`microsoft.graph.tenantGovernanceServices` {
|
|
|
102533
102597
|
|
|
102534
102598
|
@entity model multiTenantApplicationMetrics extends reference.`microsoft.graph`.entity {
|
|
102535
102599
|
@references initial: multiTenantApplicationMetricsInitial;
|
|
102600
|
+
@contains investigationHints: actionStep[];
|
|
102536
102601
|
@references recent: multiTenantApplicationMetricsRecent;
|
|
102537
102602
|
}
|
|
102538
102603
|
|
package/lib/USNat/Beta/main.tsp
CHANGED
|
@@ -396,6 +396,7 @@ namespace reference.`microsoft.graph` {
|
|
|
396
396
|
@complex model appManagementApplicationConfiguration extends appManagementConfiguration {
|
|
397
397
|
audiences: audiencesConfiguration | null;
|
|
398
398
|
identifierUris: identifierUriConfiguration | null;
|
|
399
|
+
redirectUris: redirectUriConfiguration | null;
|
|
399
400
|
}
|
|
400
401
|
|
|
401
402
|
@abstract
|
|
@@ -940,6 +941,12 @@ namespace reference.`microsoft.graph` {
|
|
|
940
941
|
thumbnailUrl: string | null;
|
|
941
942
|
}
|
|
942
943
|
|
|
944
|
+
@complex model chatMessageBody {
|
|
945
|
+
content: string | null;
|
|
946
|
+
contentType: bodyType | null;
|
|
947
|
+
messageBodyContentType: chatMessageBodyContentType | null;
|
|
948
|
+
}
|
|
949
|
+
|
|
943
950
|
@open
|
|
944
951
|
@complex model chatMessageFromIdentitySet extends identitySet {
|
|
945
952
|
}
|
|
@@ -1407,6 +1414,7 @@ namespace reference.`microsoft.graph` {
|
|
|
1407
1414
|
@complex model customAppManagementApplicationConfiguration {
|
|
1408
1415
|
audiences: audiencesConfiguration | null;
|
|
1409
1416
|
identifierUris: identifierUriConfiguration | null;
|
|
1417
|
+
redirectUris: redirectUriConfiguration | null;
|
|
1410
1418
|
}
|
|
1411
1419
|
|
|
1412
1420
|
@complex model customAppManagementConfiguration extends appManagementConfiguration {
|
|
@@ -3732,6 +3740,89 @@ namespace reference.`microsoft.graph` {
|
|
|
3732
3740
|
retentionPeriodOverrideDays: int32 | null;
|
|
3733
3741
|
}
|
|
3734
3742
|
|
|
3743
|
+
@complex model redirectUriAllowedDomainConfiguration {
|
|
3744
|
+
allowedDomains: string[];
|
|
3745
|
+
excludeActors: appManagementPolicyActorExemptions | null;
|
|
3746
|
+
isStateSetByMicrosoft: boolean;
|
|
3747
|
+
publicClient: redirectUriPlatformAllowedDomainConfiguration | null;
|
|
3748
|
+
restrictForAppsCreatedAfterDateTime: offsetDateTime | null;
|
|
3749
|
+
spa: redirectUriPlatformAllowedDomainConfiguration | null;
|
|
3750
|
+
state: appManagementRestrictionState;
|
|
3751
|
+
web: redirectUriPlatformAllowedDomainConfiguration | null;
|
|
3752
|
+
}
|
|
3753
|
+
|
|
3754
|
+
@complex model redirectUriAllowedSchemeConfiguration {
|
|
3755
|
+
allowedSchemes: string[];
|
|
3756
|
+
excludeActors: appManagementPolicyActorExemptions | null;
|
|
3757
|
+
isStateSetByMicrosoft: boolean;
|
|
3758
|
+
publicClient: redirectUriPlatformAllowedSchemeConfiguration | null;
|
|
3759
|
+
restrictForAppsCreatedAfterDateTime: offsetDateTime | null;
|
|
3760
|
+
spa: redirectUriPlatformAllowedSchemeConfiguration | null;
|
|
3761
|
+
state: appManagementRestrictionState;
|
|
3762
|
+
web: redirectUriPlatformAllowedSchemeConfiguration | null;
|
|
3763
|
+
}
|
|
3764
|
+
|
|
3765
|
+
@complex model redirectUriBlockedDomainConfiguration {
|
|
3766
|
+
blockedDomains: string[];
|
|
3767
|
+
excludeActors: appManagementPolicyActorExemptions | null;
|
|
3768
|
+
isStateSetByMicrosoft: boolean;
|
|
3769
|
+
publicClient: redirectUriPlatformBlockedDomainConfiguration | null;
|
|
3770
|
+
restrictForAppsCreatedAfterDateTime: offsetDateTime | null;
|
|
3771
|
+
spa: redirectUriPlatformBlockedDomainConfiguration | null;
|
|
3772
|
+
state: appManagementRestrictionState;
|
|
3773
|
+
web: redirectUriPlatformBlockedDomainConfiguration | null;
|
|
3774
|
+
}
|
|
3775
|
+
|
|
3776
|
+
@complex model redirectUriBlockedSchemeConfiguration {
|
|
3777
|
+
blockedSchemes: string[];
|
|
3778
|
+
excludeActors: appManagementPolicyActorExemptions | null;
|
|
3779
|
+
exemptFormats: string[];
|
|
3780
|
+
isStateSetByMicrosoft: boolean;
|
|
3781
|
+
publicClient: redirectUriPlatformBlockedSchemeConfiguration | null;
|
|
3782
|
+
restrictForAppsCreatedAfterDateTime: offsetDateTime | null;
|
|
3783
|
+
spa: redirectUriPlatformBlockedSchemeConfiguration | null;
|
|
3784
|
+
state: appManagementRestrictionState;
|
|
3785
|
+
web: redirectUriPlatformBlockedSchemeConfiguration | null;
|
|
3786
|
+
}
|
|
3787
|
+
|
|
3788
|
+
@complex model redirectUriConfiguration {
|
|
3789
|
+
uriWithBlockedDomain: redirectUriBlockedDomainConfiguration | null;
|
|
3790
|
+
uriWithBlockedScheme: redirectUriBlockedSchemeConfiguration | null;
|
|
3791
|
+
uriWithoutAllowedDomain: redirectUriAllowedDomainConfiguration | null;
|
|
3792
|
+
uriWithoutAllowedScheme: redirectUriAllowedSchemeConfiguration | null;
|
|
3793
|
+
uriWithWildcard: redirectUriWildcardConfiguration | null;
|
|
3794
|
+
}
|
|
3795
|
+
|
|
3796
|
+
@complex model redirectUriPlatformAllowedDomainConfiguration {
|
|
3797
|
+
allowedDomains: string[];
|
|
3798
|
+
}
|
|
3799
|
+
|
|
3800
|
+
@complex model redirectUriPlatformAllowedSchemeConfiguration {
|
|
3801
|
+
allowedSchemes: string[];
|
|
3802
|
+
}
|
|
3803
|
+
|
|
3804
|
+
@complex model redirectUriPlatformBlockedDomainConfiguration {
|
|
3805
|
+
blockedDomains: string[];
|
|
3806
|
+
}
|
|
3807
|
+
|
|
3808
|
+
@complex model redirectUriPlatformBlockedSchemeConfiguration {
|
|
3809
|
+
blockedSchemes: string[];
|
|
3810
|
+
exemptFormats: string[];
|
|
3811
|
+
}
|
|
3812
|
+
|
|
3813
|
+
@complex model redirectUriWildcardConfiguration {
|
|
3814
|
+
excludeActors: appManagementPolicyActorExemptions | null;
|
|
3815
|
+
excludeFormats: redirectUriWildcardExcludeFormats | null;
|
|
3816
|
+
isStateSetByMicrosoft: boolean;
|
|
3817
|
+
restrictForAppsCreatedAfterDateTime: offsetDateTime | null;
|
|
3818
|
+
state: appManagementRestrictionState;
|
|
3819
|
+
}
|
|
3820
|
+
|
|
3821
|
+
@complex model redirectUriWildcardExcludeFormats {
|
|
3822
|
+
excludeWildcardsInPath: boolean;
|
|
3823
|
+
excludeWildcardsInPathWithDomains: string[];
|
|
3824
|
+
}
|
|
3825
|
+
|
|
3735
3826
|
@complex model referencedObject {
|
|
3736
3827
|
referencedObjectName: string | null;
|
|
3737
3828
|
referencedProperty: string | null;
|
|
@@ -6498,7 +6589,7 @@ namespace reference.`microsoft.graph` {
|
|
|
6498
6589
|
|
|
6499
6590
|
@entity model chatMessage extends entity {
|
|
6500
6591
|
attachments: chatMessageAttachment[] | null;
|
|
6501
|
-
body:
|
|
6592
|
+
body: chatMessageBody;
|
|
6502
6593
|
channelIdentity: channelIdentity | null;
|
|
6503
6594
|
chatId: string | null;
|
|
6504
6595
|
@computed createdDateTime: offsetDateTime | null;
|
|
@@ -6528,7 +6619,7 @@ namespace reference.`microsoft.graph` {
|
|
|
6528
6619
|
}
|
|
6529
6620
|
|
|
6530
6621
|
@entity model chatMessageInfo extends entity {
|
|
6531
|
-
body:
|
|
6622
|
+
body: chatMessageBody | null;
|
|
6532
6623
|
@computed createdDateTime: offsetDateTime | null;
|
|
6533
6624
|
eventDetail: eventMessageDetail | null;
|
|
6534
6625
|
from: chatMessageFromIdentitySet | null;
|
|
@@ -12189,6 +12280,13 @@ namespace reference.`microsoft.graph` {
|
|
|
12189
12280
|
unknownFutureValue: 8,
|
|
12190
12281
|
}
|
|
12191
12282
|
|
|
12283
|
+
enum chatMessageBodyContentType {
|
|
12284
|
+
text: 0,
|
|
12285
|
+
html: 1,
|
|
12286
|
+
markdown: 2,
|
|
12287
|
+
unknownFutureValue: 3,
|
|
12288
|
+
}
|
|
12289
|
+
|
|
12192
12290
|
#suppress "@microsoft/typespec-msgraph/use-evolvable-enum" "Matches shipped CSDL."
|
|
12193
12291
|
enum chatMessageImportance {
|
|
12194
12292
|
normal: 0,
|
package/lib/USNat/V1.0/main.tsp
CHANGED
|
@@ -6201,30 +6201,35 @@ namespace reference.`microsoft.graph` {
|
|
|
6201
6201
|
}
|
|
6202
6202
|
|
|
6203
6203
|
@open
|
|
6204
|
-
@entity model onlineMeeting extends
|
|
6204
|
+
@entity model onlineMeeting extends onlineMeetingBase {
|
|
6205
|
+
attendeeReport: stream | null;
|
|
6206
|
+
broadcastSettings: broadcastMeetingSettings | null;
|
|
6207
|
+
creationDateTime: offsetDateTime | null;
|
|
6208
|
+
endDateTime: offsetDateTime | null;
|
|
6209
|
+
externalId: string | null;
|
|
6210
|
+
isBroadcast: boolean | null;
|
|
6211
|
+
participants: meetingParticipants | null;
|
|
6212
|
+
startDateTime: offsetDateTime | null;
|
|
6213
|
+
}
|
|
6214
|
+
|
|
6215
|
+
@abstract
|
|
6216
|
+
@open
|
|
6217
|
+
@entity model onlineMeetingBase extends entity {
|
|
6205
6218
|
allowAttendeeToEnableCamera: boolean | null;
|
|
6206
6219
|
allowAttendeeToEnableMic: boolean | null;
|
|
6207
6220
|
allowedPresenters: onlineMeetingPresenters | null;
|
|
6208
6221
|
allowMeetingChat: meetingChatMode | null;
|
|
6209
6222
|
allowParticipantsToChangeName: boolean | null;
|
|
6210
6223
|
allowTeamworkReactions: boolean | null;
|
|
6211
|
-
attendeeReport: stream | null;
|
|
6212
6224
|
audioConferencing: audioConferencing | null;
|
|
6213
|
-
broadcastSettings: broadcastMeetingSettings | null;
|
|
6214
6225
|
chatInfo: chatInfo | null;
|
|
6215
|
-
creationDateTime: offsetDateTime | null;
|
|
6216
|
-
endDateTime: offsetDateTime | null;
|
|
6217
|
-
externalId: string | null;
|
|
6218
|
-
isBroadcast: boolean | null;
|
|
6219
6226
|
isEntryExitAnnounced: boolean | null;
|
|
6220
6227
|
joinInformation: itemBody | null;
|
|
6221
6228
|
joinMeetingIdSettings: joinMeetingIdSettings | null;
|
|
6222
6229
|
joinWebUrl: string | null;
|
|
6223
6230
|
lobbyBypassSettings: lobbyBypassSettings | null;
|
|
6224
|
-
participants: meetingParticipants | null;
|
|
6225
6231
|
recordAutomatically: boolean | null;
|
|
6226
6232
|
shareMeetingChatHistoryDefault: meetingChatHistoryDefaultMode | null;
|
|
6227
|
-
startDateTime: offsetDateTime | null;
|
|
6228
6233
|
subject: string | null;
|
|
6229
6234
|
videoTeleconferenceId: string | null;
|
|
6230
6235
|
watermarkProtection: watermarkProtectionValues | null;
|
package/lib/USSec/Beta/main.tsp
CHANGED
|
@@ -413,6 +413,7 @@ namespace reference.`microsoft.graph` {
|
|
|
413
413
|
@complex model appManagementApplicationConfiguration extends appManagementConfiguration {
|
|
414
414
|
audiences: audiencesConfiguration | null;
|
|
415
415
|
identifierUris: identifierUriConfiguration | null;
|
|
416
|
+
redirectUris: redirectUriConfiguration | null;
|
|
416
417
|
}
|
|
417
418
|
|
|
418
419
|
@abstract
|
|
@@ -961,6 +962,12 @@ namespace reference.`microsoft.graph` {
|
|
|
961
962
|
thumbnailUrl: string | null;
|
|
962
963
|
}
|
|
963
964
|
|
|
965
|
+
@complex model chatMessageBody {
|
|
966
|
+
content: string | null;
|
|
967
|
+
contentType: bodyType | null;
|
|
968
|
+
messageBodyContentType: chatMessageBodyContentType | null;
|
|
969
|
+
}
|
|
970
|
+
|
|
964
971
|
@open
|
|
965
972
|
@complex model chatMessageFromIdentitySet extends identitySet {
|
|
966
973
|
}
|
|
@@ -1437,6 +1444,7 @@ namespace reference.`microsoft.graph` {
|
|
|
1437
1444
|
@complex model customAppManagementApplicationConfiguration {
|
|
1438
1445
|
audiences: audiencesConfiguration | null;
|
|
1439
1446
|
identifierUris: identifierUriConfiguration | null;
|
|
1447
|
+
redirectUris: redirectUriConfiguration | null;
|
|
1440
1448
|
}
|
|
1441
1449
|
|
|
1442
1450
|
@complex model customAppManagementConfiguration extends appManagementConfiguration {
|
|
@@ -3919,6 +3927,89 @@ namespace reference.`microsoft.graph` {
|
|
|
3919
3927
|
retentionPeriodOverrideDays: int32 | null;
|
|
3920
3928
|
}
|
|
3921
3929
|
|
|
3930
|
+
@complex model redirectUriAllowedDomainConfiguration {
|
|
3931
|
+
allowedDomains: string[];
|
|
3932
|
+
excludeActors: appManagementPolicyActorExemptions | null;
|
|
3933
|
+
isStateSetByMicrosoft: boolean;
|
|
3934
|
+
publicClient: redirectUriPlatformAllowedDomainConfiguration | null;
|
|
3935
|
+
restrictForAppsCreatedAfterDateTime: offsetDateTime | null;
|
|
3936
|
+
spa: redirectUriPlatformAllowedDomainConfiguration | null;
|
|
3937
|
+
state: appManagementRestrictionState;
|
|
3938
|
+
web: redirectUriPlatformAllowedDomainConfiguration | null;
|
|
3939
|
+
}
|
|
3940
|
+
|
|
3941
|
+
@complex model redirectUriAllowedSchemeConfiguration {
|
|
3942
|
+
allowedSchemes: string[];
|
|
3943
|
+
excludeActors: appManagementPolicyActorExemptions | null;
|
|
3944
|
+
isStateSetByMicrosoft: boolean;
|
|
3945
|
+
publicClient: redirectUriPlatformAllowedSchemeConfiguration | null;
|
|
3946
|
+
restrictForAppsCreatedAfterDateTime: offsetDateTime | null;
|
|
3947
|
+
spa: redirectUriPlatformAllowedSchemeConfiguration | null;
|
|
3948
|
+
state: appManagementRestrictionState;
|
|
3949
|
+
web: redirectUriPlatformAllowedSchemeConfiguration | null;
|
|
3950
|
+
}
|
|
3951
|
+
|
|
3952
|
+
@complex model redirectUriBlockedDomainConfiguration {
|
|
3953
|
+
blockedDomains: string[];
|
|
3954
|
+
excludeActors: appManagementPolicyActorExemptions | null;
|
|
3955
|
+
isStateSetByMicrosoft: boolean;
|
|
3956
|
+
publicClient: redirectUriPlatformBlockedDomainConfiguration | null;
|
|
3957
|
+
restrictForAppsCreatedAfterDateTime: offsetDateTime | null;
|
|
3958
|
+
spa: redirectUriPlatformBlockedDomainConfiguration | null;
|
|
3959
|
+
state: appManagementRestrictionState;
|
|
3960
|
+
web: redirectUriPlatformBlockedDomainConfiguration | null;
|
|
3961
|
+
}
|
|
3962
|
+
|
|
3963
|
+
@complex model redirectUriBlockedSchemeConfiguration {
|
|
3964
|
+
blockedSchemes: string[];
|
|
3965
|
+
excludeActors: appManagementPolicyActorExemptions | null;
|
|
3966
|
+
exemptFormats: string[];
|
|
3967
|
+
isStateSetByMicrosoft: boolean;
|
|
3968
|
+
publicClient: redirectUriPlatformBlockedSchemeConfiguration | null;
|
|
3969
|
+
restrictForAppsCreatedAfterDateTime: offsetDateTime | null;
|
|
3970
|
+
spa: redirectUriPlatformBlockedSchemeConfiguration | null;
|
|
3971
|
+
state: appManagementRestrictionState;
|
|
3972
|
+
web: redirectUriPlatformBlockedSchemeConfiguration | null;
|
|
3973
|
+
}
|
|
3974
|
+
|
|
3975
|
+
@complex model redirectUriConfiguration {
|
|
3976
|
+
uriWithBlockedDomain: redirectUriBlockedDomainConfiguration | null;
|
|
3977
|
+
uriWithBlockedScheme: redirectUriBlockedSchemeConfiguration | null;
|
|
3978
|
+
uriWithoutAllowedDomain: redirectUriAllowedDomainConfiguration | null;
|
|
3979
|
+
uriWithoutAllowedScheme: redirectUriAllowedSchemeConfiguration | null;
|
|
3980
|
+
uriWithWildcard: redirectUriWildcardConfiguration | null;
|
|
3981
|
+
}
|
|
3982
|
+
|
|
3983
|
+
@complex model redirectUriPlatformAllowedDomainConfiguration {
|
|
3984
|
+
allowedDomains: string[];
|
|
3985
|
+
}
|
|
3986
|
+
|
|
3987
|
+
@complex model redirectUriPlatformAllowedSchemeConfiguration {
|
|
3988
|
+
allowedSchemes: string[];
|
|
3989
|
+
}
|
|
3990
|
+
|
|
3991
|
+
@complex model redirectUriPlatformBlockedDomainConfiguration {
|
|
3992
|
+
blockedDomains: string[];
|
|
3993
|
+
}
|
|
3994
|
+
|
|
3995
|
+
@complex model redirectUriPlatformBlockedSchemeConfiguration {
|
|
3996
|
+
blockedSchemes: string[];
|
|
3997
|
+
exemptFormats: string[];
|
|
3998
|
+
}
|
|
3999
|
+
|
|
4000
|
+
@complex model redirectUriWildcardConfiguration {
|
|
4001
|
+
excludeActors: appManagementPolicyActorExemptions | null;
|
|
4002
|
+
excludeFormats: redirectUriWildcardExcludeFormats | null;
|
|
4003
|
+
isStateSetByMicrosoft: boolean;
|
|
4004
|
+
restrictForAppsCreatedAfterDateTime: offsetDateTime | null;
|
|
4005
|
+
state: appManagementRestrictionState;
|
|
4006
|
+
}
|
|
4007
|
+
|
|
4008
|
+
@complex model redirectUriWildcardExcludeFormats {
|
|
4009
|
+
excludeWildcardsInPath: boolean;
|
|
4010
|
+
excludeWildcardsInPathWithDomains: string[];
|
|
4011
|
+
}
|
|
4012
|
+
|
|
3922
4013
|
@complex model referencedObject {
|
|
3923
4014
|
referencedObjectName: string | null;
|
|
3924
4015
|
referencedProperty: string | null;
|
|
@@ -6732,7 +6823,7 @@ namespace reference.`microsoft.graph` {
|
|
|
6732
6823
|
|
|
6733
6824
|
@entity model chatMessage extends entity {
|
|
6734
6825
|
attachments: chatMessageAttachment[] | null;
|
|
6735
|
-
body:
|
|
6826
|
+
body: chatMessageBody;
|
|
6736
6827
|
channelIdentity: channelIdentity | null;
|
|
6737
6828
|
chatId: string | null;
|
|
6738
6829
|
@computed createdDateTime: offsetDateTime | null;
|
|
@@ -6762,7 +6853,7 @@ namespace reference.`microsoft.graph` {
|
|
|
6762
6853
|
}
|
|
6763
6854
|
|
|
6764
6855
|
@entity model chatMessageInfo extends entity {
|
|
6765
|
-
body:
|
|
6856
|
+
body: chatMessageBody | null;
|
|
6766
6857
|
@computed createdDateTime: offsetDateTime | null;
|
|
6767
6858
|
eventDetail: eventMessageDetail | null;
|
|
6768
6859
|
from: chatMessageFromIdentitySet | null;
|
|
@@ -12445,6 +12536,13 @@ namespace reference.`microsoft.graph` {
|
|
|
12445
12536
|
unknownFutureValue: 8,
|
|
12446
12537
|
}
|
|
12447
12538
|
|
|
12539
|
+
enum chatMessageBodyContentType {
|
|
12540
|
+
text: 0,
|
|
12541
|
+
html: 1,
|
|
12542
|
+
markdown: 2,
|
|
12543
|
+
unknownFutureValue: 3,
|
|
12544
|
+
}
|
|
12545
|
+
|
|
12448
12546
|
#suppress "@microsoft/typespec-msgraph/use-evolvable-enum" "Matches shipped CSDL."
|
|
12449
12547
|
enum chatMessageImportance {
|
|
12450
12548
|
normal: 0,
|
package/lib/USSec/V1.0/main.tsp
CHANGED
|
@@ -6040,30 +6040,35 @@ namespace reference.`microsoft.graph` {
|
|
|
6040
6040
|
}
|
|
6041
6041
|
|
|
6042
6042
|
@open
|
|
6043
|
-
@entity model onlineMeeting extends
|
|
6043
|
+
@entity model onlineMeeting extends onlineMeetingBase {
|
|
6044
|
+
attendeeReport: stream | null;
|
|
6045
|
+
broadcastSettings: broadcastMeetingSettings | null;
|
|
6046
|
+
creationDateTime: offsetDateTime | null;
|
|
6047
|
+
endDateTime: offsetDateTime | null;
|
|
6048
|
+
externalId: string | null;
|
|
6049
|
+
isBroadcast: boolean | null;
|
|
6050
|
+
participants: meetingParticipants | null;
|
|
6051
|
+
startDateTime: offsetDateTime | null;
|
|
6052
|
+
}
|
|
6053
|
+
|
|
6054
|
+
@abstract
|
|
6055
|
+
@open
|
|
6056
|
+
@entity model onlineMeetingBase extends entity {
|
|
6044
6057
|
allowAttendeeToEnableCamera: boolean | null;
|
|
6045
6058
|
allowAttendeeToEnableMic: boolean | null;
|
|
6046
6059
|
allowedPresenters: onlineMeetingPresenters | null;
|
|
6047
6060
|
allowMeetingChat: meetingChatMode | null;
|
|
6048
6061
|
allowParticipantsToChangeName: boolean | null;
|
|
6049
6062
|
allowTeamworkReactions: boolean | null;
|
|
6050
|
-
attendeeReport: stream | null;
|
|
6051
6063
|
audioConferencing: audioConferencing | null;
|
|
6052
|
-
broadcastSettings: broadcastMeetingSettings | null;
|
|
6053
6064
|
chatInfo: chatInfo | null;
|
|
6054
|
-
creationDateTime: offsetDateTime | null;
|
|
6055
|
-
endDateTime: offsetDateTime | null;
|
|
6056
|
-
externalId: string | null;
|
|
6057
|
-
isBroadcast: boolean | null;
|
|
6058
6065
|
isEntryExitAnnounced: boolean | null;
|
|
6059
6066
|
joinInformation: itemBody | null;
|
|
6060
6067
|
joinMeetingIdSettings: joinMeetingIdSettings | null;
|
|
6061
6068
|
joinWebUrl: string | null;
|
|
6062
6069
|
lobbyBypassSettings: lobbyBypassSettings | null;
|
|
6063
|
-
participants: meetingParticipants | null;
|
|
6064
6070
|
recordAutomatically: boolean | null;
|
|
6065
6071
|
shareMeetingChatHistoryDefault: meetingChatHistoryDefaultMode | null;
|
|
6066
|
-
startDateTime: offsetDateTime | null;
|
|
6067
6072
|
subject: string | null;
|
|
6068
6073
|
videoTeleconferenceId: string | null;
|
|
6069
6074
|
watermarkProtection: watermarkProtectionValues | null;
|