@microsoft/typespec-msgraph-reference 1.0.4 → 1.0.6
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 +18 -18
- package/CHANGELOG.md +18 -0
- package/lib/Bleu/Beta/main.tsp +310 -7
- package/lib/Bleu/V1.0/main.tsp +430 -1
- package/lib/Delos/Beta/main.tsp +4284 -23
- package/lib/Delos/V1.0/main.tsp +2815 -22
- package/lib/Fairfax/Beta/main.tsp +627 -23
- package/lib/Fairfax/V1.0/main.tsp +61 -1
- package/lib/GovSG/Beta/main.tsp +1 -0
- package/lib/GovSG/V1.0/main.tsp +3 -1
- package/lib/Mooncake/Beta/main.tsp +269 -7
- package/lib/Mooncake/V1.0/main.tsp +60 -1
- package/lib/Prod/Beta/main.tsp +1695 -75
- package/lib/Prod/V1.0/main.tsp +4171 -167
- package/lib/USNat/Beta/main.tsp +576 -0
- package/lib/USNat/V1.0/main.tsp +465 -1
- package/lib/USSec/Beta/main.tsp +576 -0
- package/lib/USSec/V1.0/main.tsp +465 -1
- package/package.json +2 -2
package/lib/USSec/V1.0/main.tsp
CHANGED
|
@@ -1064,6 +1064,24 @@ namespace reference.`microsoft.graph` {
|
|
|
1064
1064
|
targetId: string | null;
|
|
1065
1065
|
}
|
|
1066
1066
|
|
|
1067
|
+
@complex model CopyNotebookModel {
|
|
1068
|
+
createdBy: string | null;
|
|
1069
|
+
createdByIdentity: identitySet | null;
|
|
1070
|
+
createdTime: offsetDateTime | null;
|
|
1071
|
+
id: string | null;
|
|
1072
|
+
isDefault: boolean | null;
|
|
1073
|
+
isShared: boolean | null;
|
|
1074
|
+
lastModifiedBy: string | null;
|
|
1075
|
+
lastModifiedByIdentity: identitySet | null;
|
|
1076
|
+
lastModifiedTime: offsetDateTime | null;
|
|
1077
|
+
links: notebookLinks | null;
|
|
1078
|
+
name: string | null;
|
|
1079
|
+
sectionGroupsUrl: string | null;
|
|
1080
|
+
sectionsUrl: string | null;
|
|
1081
|
+
self: string | null;
|
|
1082
|
+
userRole: onenoteUserRole | null;
|
|
1083
|
+
}
|
|
1084
|
+
|
|
1067
1085
|
@complex model crossTenantAccessPolicyB2BSetting {
|
|
1068
1086
|
applications: crossTenantAccessPolicyTargetConfiguration | null;
|
|
1069
1087
|
usersAndGroups: crossTenantAccessPolicyTargetConfiguration | null;
|
|
@@ -1264,6 +1282,11 @@ namespace reference.`microsoft.graph` {
|
|
|
1264
1282
|
@complex model deviceRegistrationMembership {
|
|
1265
1283
|
}
|
|
1266
1284
|
|
|
1285
|
+
@complex model diagnostic {
|
|
1286
|
+
message: string | null;
|
|
1287
|
+
url: string | null;
|
|
1288
|
+
}
|
|
1289
|
+
|
|
1267
1290
|
@open
|
|
1268
1291
|
@complex model Dictionary {
|
|
1269
1292
|
}
|
|
@@ -1402,6 +1425,10 @@ namespace reference.`microsoft.graph` {
|
|
|
1402
1425
|
issuerUri: string | null;
|
|
1403
1426
|
}
|
|
1404
1427
|
|
|
1428
|
+
@complex model externalLink {
|
|
1429
|
+
href: string | null;
|
|
1430
|
+
}
|
|
1431
|
+
|
|
1405
1432
|
@complex model externalSponsors extends subjectSet {
|
|
1406
1433
|
}
|
|
1407
1434
|
|
|
@@ -2041,6 +2068,11 @@ namespace reference.`microsoft.graph` {
|
|
|
2041
2068
|
@complex model noScopes extends inheritableScopes {
|
|
2042
2069
|
}
|
|
2043
2070
|
|
|
2071
|
+
@complex model notebookLinks {
|
|
2072
|
+
oneNoteClientUrl: externalLink | null;
|
|
2073
|
+
oneNoteWebUrl: externalLink | null;
|
|
2074
|
+
}
|
|
2075
|
+
|
|
2044
2076
|
@complex model numberColumn {
|
|
2045
2077
|
decimalPlaces: string | null;
|
|
2046
2078
|
displayAs: string | null;
|
|
@@ -2082,6 +2114,27 @@ namespace reference.`microsoft.graph` {
|
|
|
2082
2114
|
value: string | null;
|
|
2083
2115
|
}
|
|
2084
2116
|
|
|
2117
|
+
@complex model onenoteOperationError {
|
|
2118
|
+
code: string | null;
|
|
2119
|
+
message: string | null;
|
|
2120
|
+
}
|
|
2121
|
+
|
|
2122
|
+
@complex model onenotePagePreview {
|
|
2123
|
+
links: onenotePagePreviewLinks | null;
|
|
2124
|
+
previewText: string | null;
|
|
2125
|
+
}
|
|
2126
|
+
|
|
2127
|
+
@complex model onenotePagePreviewLinks {
|
|
2128
|
+
previewImageUrl: externalLink | null;
|
|
2129
|
+
}
|
|
2130
|
+
|
|
2131
|
+
@complex model onenotePatchContentCommand {
|
|
2132
|
+
action: onenotePatchActionType;
|
|
2133
|
+
content: string | null;
|
|
2134
|
+
position: onenotePatchInsertPosition | null;
|
|
2135
|
+
target: string;
|
|
2136
|
+
}
|
|
2137
|
+
|
|
2085
2138
|
@complex model onlineMeetingInfo {
|
|
2086
2139
|
conferenceId: string | null;
|
|
2087
2140
|
joinUrl: string | null;
|
|
@@ -2106,6 +2159,7 @@ namespace reference.`microsoft.graph` {
|
|
|
2106
2159
|
}
|
|
2107
2160
|
|
|
2108
2161
|
@complex model onPremisesDirectorySynchronizationFeature {
|
|
2162
|
+
allowOnPremUpdateOfOnPremisesObjectIdentifierEnabled: boolean | null;
|
|
2109
2163
|
blockCloudObjectTakeoverThroughHardMatchEnabled: boolean | null;
|
|
2110
2164
|
blockSoftMatchEnabled: boolean | null;
|
|
2111
2165
|
bypassDirSyncOverridesEnabled: boolean | null;
|
|
@@ -2200,6 +2254,11 @@ namespace reference.`microsoft.graph` {
|
|
|
2200
2254
|
type: string | null;
|
|
2201
2255
|
}
|
|
2202
2256
|
|
|
2257
|
+
@complex model pageLinks {
|
|
2258
|
+
oneNoteClientUrl: externalLink | null;
|
|
2259
|
+
oneNoteWebUrl: externalLink | null;
|
|
2260
|
+
}
|
|
2261
|
+
|
|
2203
2262
|
@complex model parentalControlSettings {
|
|
2204
2263
|
countriesBlockedForMinors: string[] | null;
|
|
2205
2264
|
legalAgeGroupRule: string | null;
|
|
@@ -2652,6 +2711,18 @@ namespace reference.`microsoft.graph` {
|
|
|
2652
2711
|
shareCount: int32 | null;
|
|
2653
2712
|
}
|
|
2654
2713
|
|
|
2714
|
+
@complex model recentNotebook {
|
|
2715
|
+
displayName: string | null;
|
|
2716
|
+
lastAccessedTime: offsetDateTime | null;
|
|
2717
|
+
links: recentNotebookLinks | null;
|
|
2718
|
+
sourceService: onenoteSourceService | null;
|
|
2719
|
+
}
|
|
2720
|
+
|
|
2721
|
+
@complex model recentNotebookLinks {
|
|
2722
|
+
oneNoteClientUrl: externalLink | null;
|
|
2723
|
+
oneNoteWebUrl: externalLink | null;
|
|
2724
|
+
}
|
|
2725
|
+
|
|
2655
2726
|
@complex model recipient {
|
|
2656
2727
|
emailAddress: emailAddress | null;
|
|
2657
2728
|
}
|
|
@@ -2847,6 +2918,11 @@ namespace reference.`microsoft.graph` {
|
|
|
2847
2918
|
onClickTelemetryUrl: string | null;
|
|
2848
2919
|
}
|
|
2849
2920
|
|
|
2921
|
+
@complex model sectionLinks {
|
|
2922
|
+
oneNoteClientUrl: externalLink | null;
|
|
2923
|
+
oneNoteWebUrl: externalLink | null;
|
|
2924
|
+
}
|
|
2925
|
+
|
|
2850
2926
|
@complex model secureScoreControlStateUpdate {
|
|
2851
2927
|
assignedTo: string | null;
|
|
2852
2928
|
comment: string | null;
|
|
@@ -5416,7 +5492,7 @@ namespace reference.`microsoft.graph` {
|
|
|
5416
5492
|
description: string | null;
|
|
5417
5493
|
issuer: string;
|
|
5418
5494
|
name: string;
|
|
5419
|
-
subject: string;
|
|
5495
|
+
subject: string | null;
|
|
5420
5496
|
}
|
|
5421
5497
|
|
|
5422
5498
|
@entity model fido2AuthenticationMethod extends authenticationMethod {
|
|
@@ -5486,6 +5562,7 @@ namespace reference.`microsoft.graph` {
|
|
|
5486
5562
|
membershipRule: string | null;
|
|
5487
5563
|
membershipRuleProcessingState: string | null;
|
|
5488
5564
|
onPremisesDomainName: string | null;
|
|
5565
|
+
onPremisesExtensionAttributes: onPremisesExtensionAttributes | null;
|
|
5489
5566
|
onPremisesLastSyncDateTime: offsetDateTime | null;
|
|
5490
5567
|
onPremisesNetBiosName: string | null;
|
|
5491
5568
|
onPremisesProvisioningErrors: onPremisesProvisioningError[] | null;
|
|
@@ -5520,6 +5597,7 @@ namespace reference.`microsoft.graph` {
|
|
|
5520
5597
|
@references memberOf: directoryObject[];
|
|
5521
5598
|
@references members: directoryObject[];
|
|
5522
5599
|
@references membersWithLicenseErrors: directoryObject[];
|
|
5600
|
+
@contains onenote: onenote | null;
|
|
5523
5601
|
@contains onPremisesSyncBehavior: onPremisesSyncBehavior | null;
|
|
5524
5602
|
@references owners: directoryObject[];
|
|
5525
5603
|
@contains photo: profilePhoto | null;
|
|
@@ -5854,6 +5932,17 @@ namespace reference.`microsoft.graph` {
|
|
|
5854
5932
|
modifiedDateTime: offsetDateTime | null;
|
|
5855
5933
|
}
|
|
5856
5934
|
|
|
5935
|
+
@entity model notebook extends onenoteEntityHierarchyModel {
|
|
5936
|
+
isDefault: boolean | null;
|
|
5937
|
+
isShared: boolean | null;
|
|
5938
|
+
links: notebookLinks | null;
|
|
5939
|
+
sectionGroupsUrl: string | null;
|
|
5940
|
+
sectionsUrl: string | null;
|
|
5941
|
+
userRole: onenoteUserRole | null;
|
|
5942
|
+
@contains sectionGroups: sectionGroup[];
|
|
5943
|
+
@contains sections: onenoteSection[];
|
|
5944
|
+
}
|
|
5945
|
+
|
|
5857
5946
|
@entity model oAuth2PermissionGrant extends entity {
|
|
5858
5947
|
clientId: string;
|
|
5859
5948
|
consentType: string | null;
|
|
@@ -5862,6 +5951,68 @@ namespace reference.`microsoft.graph` {
|
|
|
5862
5951
|
scope: string | null;
|
|
5863
5952
|
}
|
|
5864
5953
|
|
|
5954
|
+
@entity model onenote extends entity {
|
|
5955
|
+
@contains notebooks: notebook[];
|
|
5956
|
+
@contains operations: onenoteOperation[];
|
|
5957
|
+
@contains pages: onenotePage[];
|
|
5958
|
+
@contains resources: onenoteResource[];
|
|
5959
|
+
@contains sectionGroups: sectionGroup[];
|
|
5960
|
+
@contains sections: onenoteSection[];
|
|
5961
|
+
}
|
|
5962
|
+
|
|
5963
|
+
@abstract
|
|
5964
|
+
@entity model onenoteEntityBaseModel extends entity {
|
|
5965
|
+
self: string | null;
|
|
5966
|
+
}
|
|
5967
|
+
|
|
5968
|
+
@abstract
|
|
5969
|
+
@entity model onenoteEntityHierarchyModel extends onenoteEntitySchemaObjectModel {
|
|
5970
|
+
createdBy: identitySet | null;
|
|
5971
|
+
displayName: string | null;
|
|
5972
|
+
lastModifiedBy: identitySet | null;
|
|
5973
|
+
@computed lastModifiedDateTime: offsetDateTime | null;
|
|
5974
|
+
}
|
|
5975
|
+
|
|
5976
|
+
@abstract
|
|
5977
|
+
@entity model onenoteEntitySchemaObjectModel extends onenoteEntityBaseModel {
|
|
5978
|
+
@computed createdDateTime: offsetDateTime | null;
|
|
5979
|
+
}
|
|
5980
|
+
|
|
5981
|
+
@entity model onenoteOperation extends operation {
|
|
5982
|
+
error: onenoteOperationError | null;
|
|
5983
|
+
percentComplete: string | null;
|
|
5984
|
+
resourceId: string | null;
|
|
5985
|
+
resourceLocation: string | null;
|
|
5986
|
+
}
|
|
5987
|
+
|
|
5988
|
+
@entity model onenotePage extends onenoteEntitySchemaObjectModel {
|
|
5989
|
+
content: stream | null;
|
|
5990
|
+
contentUrl: string | null;
|
|
5991
|
+
createdByAppId: string | null;
|
|
5992
|
+
@computed lastModifiedDateTime: offsetDateTime | null;
|
|
5993
|
+
level: int32 | null;
|
|
5994
|
+
links: pageLinks | null;
|
|
5995
|
+
order: int32 | null;
|
|
5996
|
+
title: string | null;
|
|
5997
|
+
userTags: string[] | null;
|
|
5998
|
+
@contains parentNotebook: notebook | null;
|
|
5999
|
+
@contains parentSection: onenoteSection | null;
|
|
6000
|
+
}
|
|
6001
|
+
|
|
6002
|
+
@entity model onenoteResource extends onenoteEntityBaseModel {
|
|
6003
|
+
content: stream | null;
|
|
6004
|
+
contentUrl: string | null;
|
|
6005
|
+
}
|
|
6006
|
+
|
|
6007
|
+
@entity model onenoteSection extends onenoteEntityHierarchyModel {
|
|
6008
|
+
isDefault: boolean | null;
|
|
6009
|
+
links: sectionLinks | null;
|
|
6010
|
+
pagesUrl: string | null;
|
|
6011
|
+
@contains pages: onenotePage[];
|
|
6012
|
+
@contains parentNotebook: notebook | null;
|
|
6013
|
+
@contains parentSectionGroup: sectionGroup | null;
|
|
6014
|
+
}
|
|
6015
|
+
|
|
5865
6016
|
@open
|
|
5866
6017
|
@entity model onlineMeeting extends entity {
|
|
5867
6018
|
allowAttendeeToEnableCamera: boolean | null;
|
|
@@ -5907,6 +6058,12 @@ namespace reference.`microsoft.graph` {
|
|
|
5907
6058
|
extensionName: string;
|
|
5908
6059
|
}
|
|
5909
6060
|
|
|
6061
|
+
@entity model operation extends entity {
|
|
6062
|
+
@computed createdDateTime: offsetDateTime | null;
|
|
6063
|
+
@computed lastActionDateTime: offsetDateTime | null;
|
|
6064
|
+
status: operationStatus | null;
|
|
6065
|
+
}
|
|
6066
|
+
|
|
5910
6067
|
@open
|
|
5911
6068
|
@entity model organization extends directoryObject {
|
|
5912
6069
|
assignedPlans: assignedPlan[];
|
|
@@ -6372,6 +6529,7 @@ namespace reference.`microsoft.graph` {
|
|
|
6372
6529
|
@entity model profileCardProperty extends entity {
|
|
6373
6530
|
annotations: profileCardAnnotation[] | null;
|
|
6374
6531
|
directoryPropertyName: string | null;
|
|
6532
|
+
isVisible: boolean;
|
|
6375
6533
|
}
|
|
6376
6534
|
|
|
6377
6535
|
@entity model profilePhoto extends entity {
|
|
@@ -6581,6 +6739,15 @@ namespace reference.`microsoft.graph` {
|
|
|
6581
6739
|
roleMemberInfo: identity;
|
|
6582
6740
|
}
|
|
6583
6741
|
|
|
6742
|
+
@entity model sectionGroup extends onenoteEntityHierarchyModel {
|
|
6743
|
+
sectionGroupsUrl: string | null;
|
|
6744
|
+
sectionsUrl: string | null;
|
|
6745
|
+
@contains parentNotebook: notebook | null;
|
|
6746
|
+
@contains parentSectionGroup: sectionGroup | null;
|
|
6747
|
+
@contains sectionGroups: sectionGroup[];
|
|
6748
|
+
@contains sections: onenoteSection[];
|
|
6749
|
+
}
|
|
6750
|
+
|
|
6584
6751
|
@open
|
|
6585
6752
|
@entity model secureScore extends entity {
|
|
6586
6753
|
activeUserCount: int32 | null;
|
|
@@ -6624,8 +6791,11 @@ namespace reference.`microsoft.graph` {
|
|
|
6624
6791
|
@contains cases: reference.`microsoft.graph.security`.casesRoot | null;
|
|
6625
6792
|
@contains dataSecurityAndGovernance: tenantDataSecurityAndGovernance | null;
|
|
6626
6793
|
@contains incidents: reference.`microsoft.graph.security`.incident[];
|
|
6794
|
+
@contains labels: reference.`microsoft.graph.security`.labelsRoot | null;
|
|
6627
6795
|
@contains secureScoreControlProfiles: secureScoreControlProfile[];
|
|
6628
6796
|
@contains secureScores: secureScore[];
|
|
6797
|
+
@contains triggers: reference.`microsoft.graph.security`.triggersRoot | null;
|
|
6798
|
+
@contains triggerTypes: reference.`microsoft.graph.security`.triggerTypesRoot | null;
|
|
6629
6799
|
}
|
|
6630
6800
|
|
|
6631
6801
|
@entity model serviceAnnouncement extends entity {
|
|
@@ -6856,6 +7026,7 @@ namespace reference.`microsoft.graph` {
|
|
|
6856
7026
|
@references externalColumns: columnDefinition[];
|
|
6857
7027
|
@contains items: baseItem[];
|
|
6858
7028
|
@contains lists: list[];
|
|
7029
|
+
@contains onenote: onenote | null;
|
|
6859
7030
|
@contains operations: richLongRunningOperation[];
|
|
6860
7031
|
@contains pages: baseSitePage[];
|
|
6861
7032
|
@contains permissions: permission[];
|
|
@@ -7500,6 +7671,7 @@ namespace reference.`microsoft.graph` {
|
|
|
7500
7671
|
@references memberOf: directoryObject[];
|
|
7501
7672
|
@contains messages: message[];
|
|
7502
7673
|
@references oauth2PermissionGrants: oAuth2PermissionGrant[];
|
|
7674
|
+
@contains onenote: onenote | null;
|
|
7503
7675
|
@contains onlineMeetings: onlineMeeting[];
|
|
7504
7676
|
@contains onPremisesSyncBehavior: onPremisesSyncBehavior | null;
|
|
7505
7677
|
@contains outlook: outlookUser | null;
|
|
@@ -9279,6 +9451,37 @@ namespace reference.`microsoft.graph` {
|
|
|
9279
9451
|
Unsynchronized: 6,
|
|
9280
9452
|
}
|
|
9281
9453
|
|
|
9454
|
+
#suppress "@microsoft/typespec-msgraph/use-evolvable-enum" "Matches shipped CSDL."
|
|
9455
|
+
enum onenotePatchActionType {
|
|
9456
|
+
Replace: 0,
|
|
9457
|
+
Append: 1,
|
|
9458
|
+
Delete: 2,
|
|
9459
|
+
Insert: 3,
|
|
9460
|
+
Prepend: 4,
|
|
9461
|
+
}
|
|
9462
|
+
|
|
9463
|
+
#suppress "@microsoft/typespec-msgraph/use-evolvable-enum" "Matches shipped CSDL."
|
|
9464
|
+
enum onenotePatchInsertPosition {
|
|
9465
|
+
After: 0,
|
|
9466
|
+
Before: 1,
|
|
9467
|
+
}
|
|
9468
|
+
|
|
9469
|
+
#suppress "@microsoft/typespec-msgraph/use-evolvable-enum" "Matches shipped CSDL."
|
|
9470
|
+
enum onenoteSourceService {
|
|
9471
|
+
`Unknown`: 0,
|
|
9472
|
+
OneDrive: 1,
|
|
9473
|
+
OneDriveForBusiness: 2,
|
|
9474
|
+
OnPremOneDriveForBusiness: 3,
|
|
9475
|
+
}
|
|
9476
|
+
|
|
9477
|
+
#suppress "@microsoft/typespec-msgraph/use-evolvable-enum" "Matches shipped CSDL."
|
|
9478
|
+
enum onenoteUserRole {
|
|
9479
|
+
None: -1,
|
|
9480
|
+
Owner: 0,
|
|
9481
|
+
Contributor: 1,
|
|
9482
|
+
Reader: 2,
|
|
9483
|
+
}
|
|
9484
|
+
|
|
9282
9485
|
@graphFlags
|
|
9283
9486
|
enum onlineMeetingContentSharingDisabledReason {
|
|
9284
9487
|
watermarkProtection: 1,
|
|
@@ -10461,6 +10664,10 @@ namespace reference.`microsoft.graph.identityGovernance` {
|
|
|
10461
10664
|
triggerAttributes: triggerAttribute[];
|
|
10462
10665
|
}
|
|
10463
10666
|
|
|
10667
|
+
@complex model countBasedQuarantineCondition extends quarantineCondition {
|
|
10668
|
+
threshold: int64;
|
|
10669
|
+
}
|
|
10670
|
+
|
|
10464
10671
|
@complex model customTaskExtensionCallbackConfiguration extends reference.`microsoft.graph`.customExtensionCallbackConfiguration {
|
|
10465
10672
|
@references authorizedApps: reference.`microsoft.graph`.application[];
|
|
10466
10673
|
}
|
|
@@ -10493,6 +10700,32 @@ namespace reference.`microsoft.graph.identityGovernance` {
|
|
|
10493
10700
|
valueType: valueType;
|
|
10494
10701
|
}
|
|
10495
10702
|
|
|
10703
|
+
@complex model percentageBasedQuarantineCondition extends quarantineCondition {
|
|
10704
|
+
percentage: int32;
|
|
10705
|
+
}
|
|
10706
|
+
|
|
10707
|
+
@complex model previewFailedTask {
|
|
10708
|
+
definitionId: string;
|
|
10709
|
+
failureReason: string;
|
|
10710
|
+
name: string;
|
|
10711
|
+
taskId: string;
|
|
10712
|
+
}
|
|
10713
|
+
|
|
10714
|
+
@abstract
|
|
10715
|
+
@complex model quarantineCondition {
|
|
10716
|
+
}
|
|
10717
|
+
|
|
10718
|
+
@complex model quarantineConfiguration {
|
|
10719
|
+
conditions: quarantineCondition[];
|
|
10720
|
+
matchMode: matchMode;
|
|
10721
|
+
}
|
|
10722
|
+
|
|
10723
|
+
@complex model quarantineDetails {
|
|
10724
|
+
quarantinedDateTime: offsetDateTime | null;
|
|
10725
|
+
quarantineReason: string | null;
|
|
10726
|
+
quarantineType: quarantineType;
|
|
10727
|
+
}
|
|
10728
|
+
|
|
10496
10729
|
@complex model ruleBasedSubjectSet extends reference.`microsoft.graph`.subjectSet {
|
|
10497
10730
|
rule: string;
|
|
10498
10731
|
}
|
|
@@ -10579,6 +10812,10 @@ namespace reference.`microsoft.graph.identityGovernance` {
|
|
|
10579
10812
|
@complex model workflowExecutionTrigger {
|
|
10580
10813
|
}
|
|
10581
10814
|
|
|
10815
|
+
@complex model workflowSetting {
|
|
10816
|
+
quarantineConfiguration: quarantineConfiguration | null;
|
|
10817
|
+
}
|
|
10818
|
+
|
|
10582
10819
|
@complex model workflowsInsightsByCategory {
|
|
10583
10820
|
failedJoinerRuns: int32;
|
|
10584
10821
|
failedLeaverRuns: int32;
|
|
@@ -10616,6 +10853,7 @@ namespace reference.`microsoft.graph.identityGovernance` {
|
|
|
10616
10853
|
|
|
10617
10854
|
@entity model lifecycleManagementSettings extends reference.`microsoft.graph`.entity {
|
|
10618
10855
|
emailSettings: reference.`microsoft.graph`.emailSettings;
|
|
10856
|
+
quarantineConfiguration: quarantineConfiguration | null;
|
|
10619
10857
|
workflowScheduleIntervalInHours: int32;
|
|
10620
10858
|
}
|
|
10621
10859
|
|
|
@@ -10673,6 +10911,7 @@ namespace reference.`microsoft.graph.identityGovernance` {
|
|
|
10673
10911
|
completedDateTime: offsetDateTime | null;
|
|
10674
10912
|
@computed createdDateTime: offsetDateTime;
|
|
10675
10913
|
failureReason: string | null;
|
|
10914
|
+
processingInfo: string | null;
|
|
10676
10915
|
processingStatus: lifecycleWorkflowProcessingStatus;
|
|
10677
10916
|
startedDateTime: offsetDateTime | null;
|
|
10678
10917
|
@references subject: reference.`microsoft.graph`.user;
|
|
@@ -10713,8 +10952,11 @@ namespace reference.`microsoft.graph.identityGovernance` {
|
|
|
10713
10952
|
deletedDateTime: offsetDateTime | null;
|
|
10714
10953
|
@computed @key id: string;
|
|
10715
10954
|
nextScheduleRunDateTime: offsetDateTime | null;
|
|
10955
|
+
quarantineDetails: quarantineDetails;
|
|
10956
|
+
settings: workflowSetting;
|
|
10716
10957
|
version: int32 | null;
|
|
10717
10958
|
@references executionScope: userProcessingResult[];
|
|
10959
|
+
@references previewScope: reference.`microsoft.graph`.directoryObject[];
|
|
10718
10960
|
@contains runs: run[];
|
|
10719
10961
|
@contains taskReports: taskReport[];
|
|
10720
10962
|
@contains userProcessingResults: userProcessingResult[];
|
|
@@ -10746,6 +10988,7 @@ namespace reference.`microsoft.graph.identityGovernance` {
|
|
|
10746
10988
|
}
|
|
10747
10989
|
|
|
10748
10990
|
@entity model workflowVersion extends workflowBase {
|
|
10991
|
+
settings: workflowSetting;
|
|
10749
10992
|
@computed @key versionNumber: int32;
|
|
10750
10993
|
}
|
|
10751
10994
|
|
|
@@ -10790,6 +11033,13 @@ namespace reference.`microsoft.graph.identityGovernance` {
|
|
|
10790
11033
|
canceled: 4,
|
|
10791
11034
|
failed: 5,
|
|
10792
11035
|
unknownFutureValue: 6,
|
|
11036
|
+
quarantined: 8,
|
|
11037
|
+
}
|
|
11038
|
+
|
|
11039
|
+
enum matchMode {
|
|
11040
|
+
any: 0,
|
|
11041
|
+
all: 1,
|
|
11042
|
+
unknownFutureValue: 2,
|
|
10793
11043
|
}
|
|
10794
11044
|
|
|
10795
11045
|
enum membershipChangeType {
|
|
@@ -10798,6 +11048,14 @@ namespace reference.`microsoft.graph.identityGovernance` {
|
|
|
10798
11048
|
unknownFutureValue: 3,
|
|
10799
11049
|
}
|
|
10800
11050
|
|
|
11051
|
+
enum quarantineType {
|
|
11052
|
+
notQuarantined: 0,
|
|
11053
|
+
countBasedThresholdExceeded: 1,
|
|
11054
|
+
percentageBasedThresholdExceeded: 2,
|
|
11055
|
+
multipleConditionsExceeded: 3,
|
|
11056
|
+
unknownFutureValue: 4,
|
|
11057
|
+
}
|
|
11058
|
+
|
|
10801
11059
|
enum valueType {
|
|
10802
11060
|
`enum`: 0,
|
|
10803
11061
|
`string`: 1,
|
|
@@ -10811,6 +11069,7 @@ namespace reference.`microsoft.graph.identityGovernance` {
|
|
|
10811
11069
|
onDemand: 1,
|
|
10812
11070
|
unknownFutureValue: 2,
|
|
10813
11071
|
activatedWithScope: 3,
|
|
11072
|
+
preview: 4,
|
|
10814
11073
|
}
|
|
10815
11074
|
|
|
10816
11075
|
enum workflowTriggerTimeBasedAttribute {
|
|
@@ -10984,6 +11243,18 @@ namespace reference.`microsoft.graph.security` {
|
|
|
10984
11243
|
emailAddress: string | null;
|
|
10985
11244
|
}
|
|
10986
11245
|
|
|
11246
|
+
@complex model eventPropagationResult {
|
|
11247
|
+
location: string | null;
|
|
11248
|
+
serviceName: string | null;
|
|
11249
|
+
status: eventPropagationStatus | null;
|
|
11250
|
+
statusInformation: string | null;
|
|
11251
|
+
}
|
|
11252
|
+
|
|
11253
|
+
@complex model eventQuery {
|
|
11254
|
+
query: string;
|
|
11255
|
+
queryType: queryType | null;
|
|
11256
|
+
}
|
|
11257
|
+
|
|
10987
11258
|
@complex model exportFileMetadata {
|
|
10988
11259
|
downloadUrl: string | null;
|
|
10989
11260
|
fileName: string | null;
|
|
@@ -11019,6 +11290,31 @@ namespace reference.`microsoft.graph.security` {
|
|
|
11019
11290
|
value: string | null;
|
|
11020
11291
|
}
|
|
11021
11292
|
|
|
11293
|
+
@complex model filePlanAppliedCategory extends filePlanDescriptorBase {
|
|
11294
|
+
subcategory: filePlanSubcategory | null;
|
|
11295
|
+
}
|
|
11296
|
+
|
|
11297
|
+
@complex model filePlanAuthority extends filePlanDescriptorBase {
|
|
11298
|
+
}
|
|
11299
|
+
|
|
11300
|
+
@complex model filePlanCitation extends filePlanDescriptorBase {
|
|
11301
|
+
citationJurisdiction: string | null;
|
|
11302
|
+
citationUrl: string | null;
|
|
11303
|
+
}
|
|
11304
|
+
|
|
11305
|
+
@complex model filePlanDepartment extends filePlanDescriptorBase {
|
|
11306
|
+
}
|
|
11307
|
+
|
|
11308
|
+
@complex model filePlanDescriptorBase {
|
|
11309
|
+
displayName: string | null;
|
|
11310
|
+
}
|
|
11311
|
+
|
|
11312
|
+
@complex model filePlanReference extends filePlanDescriptorBase {
|
|
11313
|
+
}
|
|
11314
|
+
|
|
11315
|
+
@complex model filePlanSubcategory extends filePlanDescriptorBase {
|
|
11316
|
+
}
|
|
11317
|
+
|
|
11022
11318
|
@complex model geoLocation {
|
|
11023
11319
|
city: string | null;
|
|
11024
11320
|
countryName: string | null;
|
|
@@ -11294,6 +11590,22 @@ namespace reference.`microsoft.graph.security` {
|
|
|
11294
11590
|
resourceIdentifier: string | null;
|
|
11295
11591
|
}
|
|
11296
11592
|
|
|
11593
|
+
@abstract
|
|
11594
|
+
@complex model retentionDuration {
|
|
11595
|
+
}
|
|
11596
|
+
|
|
11597
|
+
@complex model retentionDurationForever extends retentionDuration {
|
|
11598
|
+
}
|
|
11599
|
+
|
|
11600
|
+
@complex model retentionDurationInDays extends retentionDuration {
|
|
11601
|
+
days: int32 | null;
|
|
11602
|
+
}
|
|
11603
|
+
|
|
11604
|
+
@complex model retentionEventStatus {
|
|
11605
|
+
error: reference.`microsoft.graph`.publicError | null;
|
|
11606
|
+
status: eventStatusType | null;
|
|
11607
|
+
}
|
|
11608
|
+
|
|
11297
11609
|
@complex model sasTokenEvidence extends alertEvidence {
|
|
11298
11610
|
allowedIpAddresses: string | null;
|
|
11299
11611
|
allowedResourceTypes: string[] | null;
|
|
@@ -11446,6 +11758,9 @@ namespace reference.`microsoft.graph.security` {
|
|
|
11446
11758
|
title: string | null;
|
|
11447
11759
|
}
|
|
11448
11760
|
|
|
11761
|
+
@entity model authorityTemplate extends filePlanDescriptorTemplate {
|
|
11762
|
+
}
|
|
11763
|
+
|
|
11449
11764
|
@abstract
|
|
11450
11765
|
@entity model case extends reference.`microsoft.graph`.entity {
|
|
11451
11766
|
@computed createdDateTime: offsetDateTime | null;
|
|
@@ -11470,6 +11785,15 @@ namespace reference.`microsoft.graph.security` {
|
|
|
11470
11785
|
@contains ediscoveryCases: ediscoveryCase[];
|
|
11471
11786
|
}
|
|
11472
11787
|
|
|
11788
|
+
@entity model categoryTemplate extends filePlanDescriptorTemplate {
|
|
11789
|
+
@contains subcategories: subcategoryTemplate[];
|
|
11790
|
+
}
|
|
11791
|
+
|
|
11792
|
+
@entity model citationTemplate extends filePlanDescriptorTemplate {
|
|
11793
|
+
citationJurisdiction: string | null;
|
|
11794
|
+
citationUrl: string | null;
|
|
11795
|
+
}
|
|
11796
|
+
|
|
11473
11797
|
@abstract
|
|
11474
11798
|
@entity model dataSet extends reference.`microsoft.graph`.entity {
|
|
11475
11799
|
createdBy: reference.`microsoft.graph`.identitySet | null;
|
|
@@ -11496,6 +11820,15 @@ namespace reference.`microsoft.graph.security` {
|
|
|
11496
11820
|
status: dataSourceContainerStatus | null;
|
|
11497
11821
|
}
|
|
11498
11822
|
|
|
11823
|
+
@entity model departmentTemplate extends filePlanDescriptorTemplate {
|
|
11824
|
+
}
|
|
11825
|
+
|
|
11826
|
+
@entity model dispositionReviewStage extends MsGraph.SharedModels.entity {
|
|
11827
|
+
name: string | null;
|
|
11828
|
+
reviewersEmailAddresses: string[] | null;
|
|
11829
|
+
@computed @key stageNumber: string;
|
|
11830
|
+
}
|
|
11831
|
+
|
|
11499
11832
|
@entity model ediscoveryAddToReviewSetOperation extends caseOperation {
|
|
11500
11833
|
additionalDataOptions: additionalDataOptions | null;
|
|
11501
11834
|
cloudAttachmentVersion: cloudAttachmentVersion | null;
|
|
@@ -11623,6 +11956,28 @@ namespace reference.`microsoft.graph.security` {
|
|
|
11623
11956
|
@entity model ediscoveryTagOperation extends caseOperation {
|
|
11624
11957
|
}
|
|
11625
11958
|
|
|
11959
|
+
@entity model filePlanDescriptor extends reference.`microsoft.graph`.entity {
|
|
11960
|
+
authority: filePlanAuthority | null;
|
|
11961
|
+
category: filePlanAppliedCategory | null;
|
|
11962
|
+
citation: filePlanCitation | null;
|
|
11963
|
+
department: filePlanDepartment | null;
|
|
11964
|
+
filePlanReference: filePlanReference | null;
|
|
11965
|
+
@references authorityTemplate: authorityTemplate | null;
|
|
11966
|
+
@references categoryTemplate: categoryTemplate | null;
|
|
11967
|
+
@references citationTemplate: citationTemplate | null;
|
|
11968
|
+
@references departmentTemplate: departmentTemplate | null;
|
|
11969
|
+
@references filePlanReferenceTemplate: filePlanReferenceTemplate | null;
|
|
11970
|
+
}
|
|
11971
|
+
|
|
11972
|
+
@entity model filePlanDescriptorTemplate extends reference.`microsoft.graph`.entity {
|
|
11973
|
+
createdBy: reference.`microsoft.graph`.identitySet | null;
|
|
11974
|
+
@computed createdDateTime: offsetDateTime | null;
|
|
11975
|
+
displayName: string | null;
|
|
11976
|
+
}
|
|
11977
|
+
|
|
11978
|
+
@entity model filePlanReferenceTemplate extends filePlanDescriptorTemplate {
|
|
11979
|
+
}
|
|
11980
|
+
|
|
11626
11981
|
@entity model incident extends reference.`microsoft.graph`.entity {
|
|
11627
11982
|
assignedTo: string | null;
|
|
11628
11983
|
classification: alertClassification | null;
|
|
@@ -11645,6 +12000,59 @@ namespace reference.`microsoft.graph.security` {
|
|
|
11645
12000
|
@references alerts: alert[];
|
|
11646
12001
|
}
|
|
11647
12002
|
|
|
12003
|
+
@entity model labelsRoot extends reference.`microsoft.graph`.entity {
|
|
12004
|
+
@contains authorities: authorityTemplate[];
|
|
12005
|
+
@contains categories: categoryTemplate[];
|
|
12006
|
+
@contains citations: citationTemplate[];
|
|
12007
|
+
@contains departments: departmentTemplate[];
|
|
12008
|
+
@contains filePlanReferences: filePlanReferenceTemplate[];
|
|
12009
|
+
@contains retentionLabels: retentionLabel[];
|
|
12010
|
+
}
|
|
12011
|
+
|
|
12012
|
+
@entity model retentionEvent extends reference.`microsoft.graph`.entity {
|
|
12013
|
+
createdBy: reference.`microsoft.graph`.identitySet | null;
|
|
12014
|
+
@computed createdDateTime: offsetDateTime | null;
|
|
12015
|
+
description: string | null;
|
|
12016
|
+
displayName: string | null;
|
|
12017
|
+
eventPropagationResults: eventPropagationResult[] | null;
|
|
12018
|
+
eventQueries: eventQuery[] | null;
|
|
12019
|
+
eventStatus: retentionEventStatus | null;
|
|
12020
|
+
eventTriggerDateTime: offsetDateTime | null;
|
|
12021
|
+
lastModifiedBy: reference.`microsoft.graph`.identitySet | null;
|
|
12022
|
+
@computed lastModifiedDateTime: offsetDateTime | null;
|
|
12023
|
+
@computed lastStatusUpdateDateTime: offsetDateTime | null;
|
|
12024
|
+
@references retentionEventType: retentionEventType | null;
|
|
12025
|
+
}
|
|
12026
|
+
|
|
12027
|
+
@entity model retentionEventType extends reference.`microsoft.graph`.entity {
|
|
12028
|
+
createdBy: reference.`microsoft.graph`.identitySet | null;
|
|
12029
|
+
@computed createdDateTime: offsetDateTime | null;
|
|
12030
|
+
description: string | null;
|
|
12031
|
+
displayName: string | null;
|
|
12032
|
+
lastModifiedBy: reference.`microsoft.graph`.identitySet | null;
|
|
12033
|
+
@computed lastModifiedDateTime: offsetDateTime | null;
|
|
12034
|
+
}
|
|
12035
|
+
|
|
12036
|
+
@entity model retentionLabel extends reference.`microsoft.graph`.entity {
|
|
12037
|
+
actionAfterRetentionPeriod: actionAfterRetentionPeriod | null;
|
|
12038
|
+
behaviorDuringRetentionPeriod: behaviorDuringRetentionPeriod | null;
|
|
12039
|
+
createdBy: reference.`microsoft.graph`.identitySet | null;
|
|
12040
|
+
@computed createdDateTime: offsetDateTime | null;
|
|
12041
|
+
defaultRecordBehavior: defaultRecordBehavior | null;
|
|
12042
|
+
descriptionForAdmins: string | null;
|
|
12043
|
+
descriptionForUsers: string | null;
|
|
12044
|
+
displayName: string | null;
|
|
12045
|
+
isInUse: boolean | null;
|
|
12046
|
+
labelToBeApplied: string | null;
|
|
12047
|
+
lastModifiedBy: reference.`microsoft.graph`.identitySet | null;
|
|
12048
|
+
@computed lastModifiedDateTime: offsetDateTime | null;
|
|
12049
|
+
retentionDuration: retentionDuration | null;
|
|
12050
|
+
retentionTrigger: retentionTrigger | null;
|
|
12051
|
+
@contains descriptors: filePlanDescriptor | null;
|
|
12052
|
+
@contains dispositionReviewStages: dispositionReviewStage[];
|
|
12053
|
+
@references retentionEventType: retentionEventType | null;
|
|
12054
|
+
}
|
|
12055
|
+
|
|
11648
12056
|
@abstract
|
|
11649
12057
|
@entity model search extends reference.`microsoft.graph`.entity {
|
|
11650
12058
|
contentQuery: string | null;
|
|
@@ -11660,6 +12068,9 @@ namespace reference.`microsoft.graph.security` {
|
|
|
11660
12068
|
@references site: reference.`microsoft.graph`.site;
|
|
11661
12069
|
}
|
|
11662
12070
|
|
|
12071
|
+
@entity model subcategoryTemplate extends filePlanDescriptorTemplate {
|
|
12072
|
+
}
|
|
12073
|
+
|
|
11663
12074
|
@abstract
|
|
11664
12075
|
@entity model tag extends reference.`microsoft.graph`.entity {
|
|
11665
12076
|
createdBy: reference.`microsoft.graph`.identitySet | null;
|
|
@@ -11668,6 +12079,14 @@ namespace reference.`microsoft.graph.security` {
|
|
|
11668
12079
|
@computed lastModifiedDateTime: offsetDateTime | null;
|
|
11669
12080
|
}
|
|
11670
12081
|
|
|
12082
|
+
@entity model triggersRoot extends reference.`microsoft.graph`.entity {
|
|
12083
|
+
@contains retentionEvents: retentionEvent[];
|
|
12084
|
+
}
|
|
12085
|
+
|
|
12086
|
+
@entity model triggerTypesRoot extends reference.`microsoft.graph`.entity {
|
|
12087
|
+
@contains retentionEventTypes: retentionEventType[];
|
|
12088
|
+
}
|
|
12089
|
+
|
|
11671
12090
|
@entity model unifiedGroupSource extends dataSource {
|
|
11672
12091
|
includedSources: sourceType | null;
|
|
11673
12092
|
@references group: reference.`microsoft.graph`.group;
|
|
@@ -11679,6 +12098,14 @@ namespace reference.`microsoft.graph.security` {
|
|
|
11679
12098
|
siteWebUrl: string | null;
|
|
11680
12099
|
}
|
|
11681
12100
|
|
|
12101
|
+
enum actionAfterRetentionPeriod {
|
|
12102
|
+
none: 0,
|
|
12103
|
+
delete: 1,
|
|
12104
|
+
startDispositionReview: 2,
|
|
12105
|
+
relabel: 3,
|
|
12106
|
+
unknownFutureValue: 4,
|
|
12107
|
+
}
|
|
12108
|
+
|
|
11682
12109
|
@graphFlags
|
|
11683
12110
|
enum additionalDataOptions {
|
|
11684
12111
|
allVersions: 1,
|
|
@@ -11880,6 +12307,12 @@ namespace reference.`microsoft.graph.security` {
|
|
|
11880
12307
|
unknownFutureValue: 16,
|
|
11881
12308
|
}
|
|
11882
12309
|
|
|
12310
|
+
enum defaultRecordBehavior {
|
|
12311
|
+
startLocked: 0,
|
|
12312
|
+
startUnlocked: 1,
|
|
12313
|
+
unknownFutureValue: 2,
|
|
12314
|
+
}
|
|
12315
|
+
|
|
11883
12316
|
enum defenderAvStatus {
|
|
11884
12317
|
notReporting: 0,
|
|
11885
12318
|
disabled: 1,
|
|
@@ -11966,6 +12399,22 @@ namespace reference.`microsoft.graph.security` {
|
|
|
11966
12399
|
unknownFutureValue: 5,
|
|
11967
12400
|
}
|
|
11968
12401
|
|
|
12402
|
+
enum eventPropagationStatus {
|
|
12403
|
+
none: 0,
|
|
12404
|
+
inProcessing: 1,
|
|
12405
|
+
failed: 2,
|
|
12406
|
+
success: 3,
|
|
12407
|
+
unknownFutureValue: 4,
|
|
12408
|
+
}
|
|
12409
|
+
|
|
12410
|
+
enum eventStatusType {
|
|
12411
|
+
pending: 0,
|
|
12412
|
+
error: 1,
|
|
12413
|
+
success: 2,
|
|
12414
|
+
notAvaliable: 3,
|
|
12415
|
+
unknownFutureValue: 4,
|
|
12416
|
+
}
|
|
12417
|
+
|
|
11969
12418
|
enum evidenceRemediationStatus {
|
|
11970
12419
|
none: 0,
|
|
11971
12420
|
remediated: 1,
|
|
@@ -12145,6 +12594,12 @@ namespace reference.`microsoft.graph.security` {
|
|
|
12145
12594
|
permanentlyDelete: 2,
|
|
12146
12595
|
}
|
|
12147
12596
|
|
|
12597
|
+
enum queryType {
|
|
12598
|
+
files: 0,
|
|
12599
|
+
messages: 1,
|
|
12600
|
+
unknownFutureValue: 2,
|
|
12601
|
+
}
|
|
12602
|
+
|
|
12148
12603
|
@graphFlags
|
|
12149
12604
|
enum recipientType {
|
|
12150
12605
|
user: 1,
|
|
@@ -12152,6 +12607,14 @@ namespace reference.`microsoft.graph.security` {
|
|
|
12152
12607
|
unknownFutureValue: 4,
|
|
12153
12608
|
}
|
|
12154
12609
|
|
|
12610
|
+
enum retentionTrigger {
|
|
12611
|
+
dateLabeled: 0,
|
|
12612
|
+
dateCreated: 1,
|
|
12613
|
+
dateModified: 2,
|
|
12614
|
+
dateOfEvent: 3,
|
|
12615
|
+
unknownFutureValue: 4,
|
|
12616
|
+
}
|
|
12617
|
+
|
|
12155
12618
|
@graphFlags
|
|
12156
12619
|
enum reviewSetSettings {
|
|
12157
12620
|
none: 0,
|
|
@@ -12181,6 +12644,7 @@ namespace reference.`microsoft.graph.security` {
|
|
|
12181
12644
|
microsoftDefenderForCloud: 256,
|
|
12182
12645
|
microsoftSentinel: 512,
|
|
12183
12646
|
microsoftInsiderRiskManagement: 1024,
|
|
12647
|
+
microsoftSecurityForAI: 4096,
|
|
12184
12648
|
}
|
|
12185
12649
|
|
|
12186
12650
|
@graphFlags
|