@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/Beta/main.tsp
CHANGED
|
@@ -1349,6 +1349,24 @@ namespace reference.`microsoft.graph` {
|
|
|
1349
1349
|
targetId: string | null;
|
|
1350
1350
|
}
|
|
1351
1351
|
|
|
1352
|
+
@complex model CopyNotebookModel {
|
|
1353
|
+
createdBy: string | null;
|
|
1354
|
+
createdByIdentity: identitySet | null;
|
|
1355
|
+
createdTime: offsetDateTime | null;
|
|
1356
|
+
id: string | null;
|
|
1357
|
+
isDefault: boolean | null;
|
|
1358
|
+
isShared: boolean | null;
|
|
1359
|
+
lastModifiedBy: string | null;
|
|
1360
|
+
lastModifiedByIdentity: identitySet | null;
|
|
1361
|
+
lastModifiedTime: offsetDateTime | null;
|
|
1362
|
+
links: notebookLinks | null;
|
|
1363
|
+
name: string | null;
|
|
1364
|
+
sectionGroupsUrl: string | null;
|
|
1365
|
+
sectionsUrl: string | null;
|
|
1366
|
+
self: string | null;
|
|
1367
|
+
userRole: onenoteUserRole | null;
|
|
1368
|
+
}
|
|
1369
|
+
|
|
1352
1370
|
@complex model corsConfiguration {
|
|
1353
1371
|
allowedHeaders: string[] | null;
|
|
1354
1372
|
allowedMethods: string[] | null;
|
|
@@ -1419,6 +1437,10 @@ namespace reference.`microsoft.graph` {
|
|
|
1419
1437
|
@complex model customAppScopeAttributesDictionary extends Dictionary {
|
|
1420
1438
|
}
|
|
1421
1439
|
|
|
1440
|
+
@open
|
|
1441
|
+
@complex model customEmojiFromIdentitySet extends identitySet {
|
|
1442
|
+
}
|
|
1443
|
+
|
|
1422
1444
|
@abstract
|
|
1423
1445
|
@complex model customExtensionAuthenticationConfiguration {
|
|
1424
1446
|
}
|
|
@@ -1651,6 +1673,11 @@ namespace reference.`microsoft.graph` {
|
|
|
1651
1673
|
triggers: restrictionTrigger[] | null;
|
|
1652
1674
|
}
|
|
1653
1675
|
|
|
1676
|
+
@complex model diagnostic {
|
|
1677
|
+
message: string | null;
|
|
1678
|
+
url: string | null;
|
|
1679
|
+
}
|
|
1680
|
+
|
|
1654
1681
|
@complex model diagnosticMetadata {
|
|
1655
1682
|
}
|
|
1656
1683
|
|
|
@@ -1933,6 +1960,10 @@ namespace reference.`microsoft.graph` {
|
|
|
1933
1960
|
issuerUri: string | null;
|
|
1934
1961
|
}
|
|
1935
1962
|
|
|
1963
|
+
@complex model externalLink {
|
|
1964
|
+
href: string | null;
|
|
1965
|
+
}
|
|
1966
|
+
|
|
1936
1967
|
@complex model externalSponsors extends userSet {
|
|
1937
1968
|
}
|
|
1938
1969
|
|
|
@@ -2889,6 +2920,11 @@ namespace reference.`microsoft.graph` {
|
|
|
2889
2920
|
@complex model noScopes extends inheritableScopes {
|
|
2890
2921
|
}
|
|
2891
2922
|
|
|
2923
|
+
@complex model notebookLinks {
|
|
2924
|
+
oneNoteClientUrl: externalLink | null;
|
|
2925
|
+
oneNoteWebUrl: externalLink | null;
|
|
2926
|
+
}
|
|
2927
|
+
|
|
2892
2928
|
@complex model notifyUserAction extends dlpActionInfo {
|
|
2893
2929
|
@computed actionLastModifiedDateTime: offsetDateTime | null;
|
|
2894
2930
|
emailText: string | null;
|
|
@@ -2954,6 +2990,27 @@ namespace reference.`microsoft.graph` {
|
|
|
2954
2990
|
@complex model onAuthenticationMethodLoadStartHandler {
|
|
2955
2991
|
}
|
|
2956
2992
|
|
|
2993
|
+
@complex model onenoteOperationError {
|
|
2994
|
+
code: string | null;
|
|
2995
|
+
message: string | null;
|
|
2996
|
+
}
|
|
2997
|
+
|
|
2998
|
+
@complex model onenotePagePreview {
|
|
2999
|
+
links: onenotePagePreviewLinks | null;
|
|
3000
|
+
previewText: string | null;
|
|
3001
|
+
}
|
|
3002
|
+
|
|
3003
|
+
@complex model onenotePagePreviewLinks {
|
|
3004
|
+
previewImageUrl: externalLink | null;
|
|
3005
|
+
}
|
|
3006
|
+
|
|
3007
|
+
@complex model onenotePatchContentCommand {
|
|
3008
|
+
action: onenotePatchActionType;
|
|
3009
|
+
content: string | null;
|
|
3010
|
+
position: onenotePatchInsertPosition | null;
|
|
3011
|
+
target: string;
|
|
3012
|
+
}
|
|
3013
|
+
|
|
2957
3014
|
@complex model onInteractiveAuthFlowStartExternalUsersSelfServiceSignUp extends onInteractiveAuthFlowStartHandler {
|
|
2958
3015
|
isSignUpAllowed: boolean;
|
|
2959
3016
|
}
|
|
@@ -2988,6 +3045,7 @@ namespace reference.`microsoft.graph` {
|
|
|
2988
3045
|
}
|
|
2989
3046
|
|
|
2990
3047
|
@complex model onPremisesDirectorySynchronizationFeature {
|
|
3048
|
+
allowOnPremUpdateOfOnPremisesObjectIdentifierEnabled: boolean | null;
|
|
2991
3049
|
blockCloudObjectTakeoverThroughHardMatchEnabled: boolean | null;
|
|
2992
3050
|
blockSoftMatchEnabled: boolean | null;
|
|
2993
3051
|
bypassDirSyncOverridesEnabled: boolean | null;
|
|
@@ -3140,6 +3198,11 @@ namespace reference.`microsoft.graph` {
|
|
|
3140
3198
|
type: string | null;
|
|
3141
3199
|
}
|
|
3142
3200
|
|
|
3201
|
+
@complex model pageLinks {
|
|
3202
|
+
oneNoteClientUrl: externalLink | null;
|
|
3203
|
+
oneNoteWebUrl: externalLink | null;
|
|
3204
|
+
}
|
|
3205
|
+
|
|
3143
3206
|
@complex model parentalControlSettings {
|
|
3144
3207
|
countriesBlockedForMinors: string[] | null;
|
|
3145
3208
|
legalAgeGroupRule: string | null;
|
|
@@ -3798,6 +3861,18 @@ namespace reference.`microsoft.graph` {
|
|
|
3798
3861
|
shareCount: int32 | null;
|
|
3799
3862
|
}
|
|
3800
3863
|
|
|
3864
|
+
@complex model recentNotebook {
|
|
3865
|
+
displayName: string | null;
|
|
3866
|
+
lastAccessedTime: offsetDateTime | null;
|
|
3867
|
+
links: recentNotebookLinks | null;
|
|
3868
|
+
sourceService: onenoteSourceService | null;
|
|
3869
|
+
}
|
|
3870
|
+
|
|
3871
|
+
@complex model recentNotebookLinks {
|
|
3872
|
+
oneNoteClientUrl: externalLink | null;
|
|
3873
|
+
oneNoteWebUrl: externalLink | null;
|
|
3874
|
+
}
|
|
3875
|
+
|
|
3801
3876
|
@complex model recipient {
|
|
3802
3877
|
emailAddress: emailAddress | null;
|
|
3803
3878
|
}
|
|
@@ -4083,6 +4158,11 @@ namespace reference.`microsoft.graph` {
|
|
|
4083
4158
|
onClickTelemetryUrl: string | null;
|
|
4084
4159
|
}
|
|
4085
4160
|
|
|
4161
|
+
@complex model sectionLinks {
|
|
4162
|
+
oneNoteClientUrl: externalLink | null;
|
|
4163
|
+
oneNoteWebUrl: externalLink | null;
|
|
4164
|
+
}
|
|
4165
|
+
|
|
4086
4166
|
@complex model secureScoreControlStateUpdate {
|
|
4087
4167
|
assignedTo: string | null;
|
|
4088
4168
|
comment: string | null;
|
|
@@ -7838,6 +7918,7 @@ namespace reference.`microsoft.graph` {
|
|
|
7838
7918
|
@references memberOf: directoryObject[];
|
|
7839
7919
|
@references members: directoryObject[];
|
|
7840
7920
|
@references membersWithLicenseErrors: directoryObject[];
|
|
7921
|
+
@contains onenote: onenote | null;
|
|
7841
7922
|
@contains onPremisesSyncBehavior: onPremisesSyncBehavior | null;
|
|
7842
7923
|
@references owners: directoryObject[];
|
|
7843
7924
|
@contains permissionGrants: resourceSpecificPermissionGrant[];
|
|
@@ -8319,6 +8400,17 @@ namespace reference.`microsoft.graph` {
|
|
|
8319
8400
|
roleTemplateId: string | null;
|
|
8320
8401
|
}
|
|
8321
8402
|
|
|
8403
|
+
@entity model notebook extends onenoteEntityHierarchyModel {
|
|
8404
|
+
isDefault: boolean | null;
|
|
8405
|
+
isShared: boolean | null;
|
|
8406
|
+
links: notebookLinks | null;
|
|
8407
|
+
sectionGroupsUrl: string | null;
|
|
8408
|
+
sectionsUrl: string | null;
|
|
8409
|
+
userRole: onenoteUserRole | null;
|
|
8410
|
+
@contains sectionGroups: sectionGroup[];
|
|
8411
|
+
@contains sections: onenoteSection[];
|
|
8412
|
+
}
|
|
8413
|
+
|
|
8322
8414
|
@entity model oAuth2PermissionGrant extends entity {
|
|
8323
8415
|
clientId: string;
|
|
8324
8416
|
consentType: string | null;
|
|
@@ -8337,6 +8429,68 @@ namespace reference.`microsoft.graph` {
|
|
|
8337
8429
|
handler: onAuthenticationMethodLoadStartHandler | null;
|
|
8338
8430
|
}
|
|
8339
8431
|
|
|
8432
|
+
@entity model onenote extends entity {
|
|
8433
|
+
@contains notebooks: notebook[];
|
|
8434
|
+
@contains operations: onenoteOperation[];
|
|
8435
|
+
@contains pages: onenotePage[];
|
|
8436
|
+
@contains resources: onenoteResource[];
|
|
8437
|
+
@contains sectionGroups: sectionGroup[];
|
|
8438
|
+
@contains sections: onenoteSection[];
|
|
8439
|
+
}
|
|
8440
|
+
|
|
8441
|
+
@abstract
|
|
8442
|
+
@entity model onenoteEntityBaseModel extends entity {
|
|
8443
|
+
self: string | null;
|
|
8444
|
+
}
|
|
8445
|
+
|
|
8446
|
+
@abstract
|
|
8447
|
+
@entity model onenoteEntityHierarchyModel extends onenoteEntitySchemaObjectModel {
|
|
8448
|
+
createdBy: identitySet | null;
|
|
8449
|
+
displayName: string | null;
|
|
8450
|
+
lastModifiedBy: identitySet | null;
|
|
8451
|
+
@computed lastModifiedDateTime: offsetDateTime | null;
|
|
8452
|
+
}
|
|
8453
|
+
|
|
8454
|
+
@abstract
|
|
8455
|
+
@entity model onenoteEntitySchemaObjectModel extends onenoteEntityBaseModel {
|
|
8456
|
+
@computed createdDateTime: offsetDateTime | null;
|
|
8457
|
+
}
|
|
8458
|
+
|
|
8459
|
+
@entity model onenoteOperation extends operation {
|
|
8460
|
+
error: onenoteOperationError | null;
|
|
8461
|
+
percentComplete: string | null;
|
|
8462
|
+
resourceId: string | null;
|
|
8463
|
+
resourceLocation: string | null;
|
|
8464
|
+
}
|
|
8465
|
+
|
|
8466
|
+
@entity model onenotePage extends onenoteEntitySchemaObjectModel {
|
|
8467
|
+
content: stream | null;
|
|
8468
|
+
contentUrl: string | null;
|
|
8469
|
+
createdByAppId: string | null;
|
|
8470
|
+
@computed lastModifiedDateTime: offsetDateTime | null;
|
|
8471
|
+
level: int32 | null;
|
|
8472
|
+
links: pageLinks | null;
|
|
8473
|
+
order: int32 | null;
|
|
8474
|
+
title: string | null;
|
|
8475
|
+
userTags: string[] | null;
|
|
8476
|
+
@contains parentNotebook: notebook | null;
|
|
8477
|
+
@contains parentSection: onenoteSection | null;
|
|
8478
|
+
}
|
|
8479
|
+
|
|
8480
|
+
@entity model onenoteResource extends onenoteEntityBaseModel {
|
|
8481
|
+
content: stream | null;
|
|
8482
|
+
contentUrl: string | null;
|
|
8483
|
+
}
|
|
8484
|
+
|
|
8485
|
+
@entity model onenoteSection extends onenoteEntityHierarchyModel {
|
|
8486
|
+
isDefault: boolean | null;
|
|
8487
|
+
links: sectionLinks | null;
|
|
8488
|
+
pagesUrl: string | null;
|
|
8489
|
+
@contains pages: onenotePage[];
|
|
8490
|
+
@contains parentNotebook: notebook | null;
|
|
8491
|
+
@contains parentSectionGroup: sectionGroup | null;
|
|
8492
|
+
}
|
|
8493
|
+
|
|
8340
8494
|
@entity model onInteractiveAuthFlowStartListener extends authenticationEventListener {
|
|
8341
8495
|
handler: onInteractiveAuthFlowStartHandler | null;
|
|
8342
8496
|
}
|
|
@@ -8407,6 +8561,12 @@ namespace reference.`microsoft.graph` {
|
|
|
8407
8561
|
extensionName: string;
|
|
8408
8562
|
}
|
|
8409
8563
|
|
|
8564
|
+
@entity model operation extends entity {
|
|
8565
|
+
@computed createdDateTime: offsetDateTime | null;
|
|
8566
|
+
@computed lastActionDateTime: offsetDateTime | null;
|
|
8567
|
+
status: operationStatus | null;
|
|
8568
|
+
}
|
|
8569
|
+
|
|
8410
8570
|
@open
|
|
8411
8571
|
@entity model organization extends directoryObject {
|
|
8412
8572
|
assignedPlans: assignedPlan[];
|
|
@@ -9505,6 +9665,15 @@ namespace reference.`microsoft.graph` {
|
|
|
9505
9665
|
roleMemberInfo: identity;
|
|
9506
9666
|
}
|
|
9507
9667
|
|
|
9668
|
+
@entity model sectionGroup extends onenoteEntityHierarchyModel {
|
|
9669
|
+
sectionGroupsUrl: string | null;
|
|
9670
|
+
sectionsUrl: string | null;
|
|
9671
|
+
@contains parentNotebook: notebook | null;
|
|
9672
|
+
@contains parentSectionGroup: sectionGroup | null;
|
|
9673
|
+
@contains sectionGroups: sectionGroup[];
|
|
9674
|
+
@contains sections: onenoteSection[];
|
|
9675
|
+
}
|
|
9676
|
+
|
|
9508
9677
|
@open
|
|
9509
9678
|
@entity model secureScore extends entity {
|
|
9510
9679
|
activeUserCount: int32 | null;
|
|
@@ -9548,9 +9717,12 @@ namespace reference.`microsoft.graph` {
|
|
|
9548
9717
|
@contains cases: reference.`microsoft.graph.security`.casesRoot | null;
|
|
9549
9718
|
@contains dataSecurityAndGovernance: tenantDataSecurityAndGovernance | null;
|
|
9550
9719
|
@contains incidents: reference.`microsoft.graph.security`.incident[];
|
|
9720
|
+
@contains labels: reference.`microsoft.graph.security`.labelsRoot | null;
|
|
9551
9721
|
@contains rules: reference.`microsoft.graph.security`.rulesRoot | null;
|
|
9552
9722
|
@contains secureScoreControlProfiles: secureScoreControlProfile[];
|
|
9553
9723
|
@contains secureScores: secureScore[];
|
|
9724
|
+
@contains triggers: reference.`microsoft.graph.security`.triggersRoot | null;
|
|
9725
|
+
@contains triggerTypes: reference.`microsoft.graph.security`.triggerTypesRoot | null;
|
|
9554
9726
|
}
|
|
9555
9727
|
|
|
9556
9728
|
@entity model sensitiveType extends entity {
|
|
@@ -10033,6 +10205,7 @@ namespace reference.`microsoft.graph` {
|
|
|
10033
10205
|
@references externalColumns: columnDefinition[];
|
|
10034
10206
|
@contains items: baseItem[];
|
|
10035
10207
|
@contains lists: list[];
|
|
10208
|
+
@contains onenote: onenote | null;
|
|
10036
10209
|
@contains operations: richLongRunningOperation[];
|
|
10037
10210
|
@contains pages: baseSitePage[];
|
|
10038
10211
|
@contains pageTemplates: pageTemplate[];
|
|
@@ -10359,6 +10532,13 @@ namespace reference.`microsoft.graph` {
|
|
|
10359
10532
|
@entity model teamworkBot extends entity {
|
|
10360
10533
|
}
|
|
10361
10534
|
|
|
10535
|
+
@entity model teamworkCustomEmoji extends MsGraph.SharedModels.entity {
|
|
10536
|
+
contentBytes: string | null;
|
|
10537
|
+
createdBy: customEmojiFromIdentitySet;
|
|
10538
|
+
@computed createdDateTime: offsetDateTime;
|
|
10539
|
+
@computed @key displayName: string;
|
|
10540
|
+
}
|
|
10541
|
+
|
|
10362
10542
|
@entity model teamworkDevice extends entity {
|
|
10363
10543
|
activityState: teamworkDeviceActivityState | null;
|
|
10364
10544
|
companyAssetTag: string | null;
|
|
@@ -10429,6 +10609,10 @@ namespace reference.`microsoft.graph` {
|
|
|
10429
10609
|
contentType: string | null;
|
|
10430
10610
|
}
|
|
10431
10611
|
|
|
10612
|
+
@entity model teamworkMessaging extends entity {
|
|
10613
|
+
@contains customEmojis: teamworkCustomEmoji[];
|
|
10614
|
+
}
|
|
10615
|
+
|
|
10432
10616
|
@entity model teamworkPeripheral extends entity {
|
|
10433
10617
|
displayName: string | null;
|
|
10434
10618
|
productId: string | null;
|
|
@@ -10940,6 +11124,7 @@ namespace reference.`microsoft.graph` {
|
|
|
10940
11124
|
@references manager: directoryObject | null;
|
|
10941
11125
|
@references memberOf: directoryObject[];
|
|
10942
11126
|
@contains messages: message[];
|
|
11127
|
+
@contains onenote: onenote | null;
|
|
10943
11128
|
@contains onPremisesSyncBehavior: onPremisesSyncBehavior | null;
|
|
10944
11129
|
@contains outlook: outlookUser | null;
|
|
10945
11130
|
@references ownedDevices: directoryObject[];
|
|
@@ -13182,6 +13367,37 @@ namespace reference.`microsoft.graph` {
|
|
|
13182
13367
|
Unsynchronized: 6,
|
|
13183
13368
|
}
|
|
13184
13369
|
|
|
13370
|
+
#suppress "@microsoft/typespec-msgraph/use-evolvable-enum" "Matches shipped CSDL."
|
|
13371
|
+
enum onenotePatchActionType {
|
|
13372
|
+
Replace: 0,
|
|
13373
|
+
Append: 1,
|
|
13374
|
+
Delete: 2,
|
|
13375
|
+
Insert: 3,
|
|
13376
|
+
Prepend: 4,
|
|
13377
|
+
}
|
|
13378
|
+
|
|
13379
|
+
#suppress "@microsoft/typespec-msgraph/use-evolvable-enum" "Matches shipped CSDL."
|
|
13380
|
+
enum onenotePatchInsertPosition {
|
|
13381
|
+
After: 0,
|
|
13382
|
+
Before: 1,
|
|
13383
|
+
}
|
|
13384
|
+
|
|
13385
|
+
#suppress "@microsoft/typespec-msgraph/use-evolvable-enum" "Matches shipped CSDL."
|
|
13386
|
+
enum onenoteSourceService {
|
|
13387
|
+
`Unknown`: 0,
|
|
13388
|
+
OneDrive: 1,
|
|
13389
|
+
OneDriveForBusiness: 2,
|
|
13390
|
+
OnPremOneDriveForBusiness: 3,
|
|
13391
|
+
}
|
|
13392
|
+
|
|
13393
|
+
#suppress "@microsoft/typespec-msgraph/use-evolvable-enum" "Matches shipped CSDL."
|
|
13394
|
+
enum onenoteUserRole {
|
|
13395
|
+
None: -1,
|
|
13396
|
+
Owner: 0,
|
|
13397
|
+
Contributor: 1,
|
|
13398
|
+
Reader: 2,
|
|
13399
|
+
}
|
|
13400
|
+
|
|
13185
13401
|
enum onlineMeetingForwarders {
|
|
13186
13402
|
everyone: 0,
|
|
13187
13403
|
organizer: 1,
|
|
@@ -13243,6 +13459,14 @@ namespace reference.`microsoft.graph` {
|
|
|
13243
13459
|
unknownFutureValue: 3,
|
|
13244
13460
|
}
|
|
13245
13461
|
|
|
13462
|
+
#suppress "@microsoft/typespec-msgraph/use-evolvable-enum" "Matches shipped CSDL."
|
|
13463
|
+
enum operationStatus {
|
|
13464
|
+
NotStarted: 0,
|
|
13465
|
+
Running: 1,
|
|
13466
|
+
Completed: 2,
|
|
13467
|
+
Failed: 3,
|
|
13468
|
+
}
|
|
13469
|
+
|
|
13246
13470
|
enum originalTransferMethods {
|
|
13247
13471
|
none: 0,
|
|
13248
13472
|
deviceCodeFlow: 1,
|
|
@@ -15021,6 +15245,21 @@ namespace reference.`microsoft.graph.identityGovernance` {
|
|
|
15021
15245
|
triggerAttributes: triggerAttribute[];
|
|
15022
15246
|
}
|
|
15023
15247
|
|
|
15248
|
+
@complex model attributeSetEntry {
|
|
15249
|
+
name: string;
|
|
15250
|
+
value: string | null;
|
|
15251
|
+
}
|
|
15252
|
+
|
|
15253
|
+
@complex model awaitedWorkflowProcessingResult {
|
|
15254
|
+
processingStatus: lifecycleWorkflowProcessingStatus;
|
|
15255
|
+
statusReasons: string[];
|
|
15256
|
+
subject: workflowSubject | null;
|
|
15257
|
+
}
|
|
15258
|
+
|
|
15259
|
+
@complex model countBasedQuarantineCondition extends quarantineCondition {
|
|
15260
|
+
threshold: int64;
|
|
15261
|
+
}
|
|
15262
|
+
|
|
15024
15263
|
@complex model customTaskExtensionCallbackConfiguration extends reference.`microsoft.graph`.customExtensionCallbackConfiguration {
|
|
15025
15264
|
@references authorizedApps: reference.`microsoft.graph`.application[];
|
|
15026
15265
|
}
|
|
@@ -15030,12 +15269,19 @@ namespace reference.`microsoft.graph.identityGovernance` {
|
|
|
15030
15269
|
}
|
|
15031
15270
|
|
|
15032
15271
|
@complex model customTaskExtensionCalloutData extends reference.`microsoft.graph`.customExtensionData {
|
|
15272
|
+
targetSubject: workflowSubject | null;
|
|
15033
15273
|
@references subject: reference.`microsoft.graph`.user | null;
|
|
15034
15274
|
@references task: task | null;
|
|
15035
15275
|
@references taskProcessingresult: taskProcessingResult | null;
|
|
15036
15276
|
@references workflow: workflow | null;
|
|
15037
15277
|
}
|
|
15038
15278
|
|
|
15279
|
+
@complex model customTaskExtensionResponseData extends reference.`microsoft.graph`.customExtensionData {
|
|
15280
|
+
operationStatus: customTaskExtensionOperationStatus;
|
|
15281
|
+
statusReasons: string[];
|
|
15282
|
+
targetSubject: workflowSubject | null;
|
|
15283
|
+
}
|
|
15284
|
+
|
|
15039
15285
|
@complex model groupBasedSubjectSet extends reference.`microsoft.graph`.subjectSet {
|
|
15040
15286
|
@references groups: reference.`microsoft.graph`.group[];
|
|
15041
15287
|
}
|
|
@@ -15053,6 +15299,10 @@ namespace reference.`microsoft.graph.identityGovernance` {
|
|
|
15053
15299
|
valueType: valueType;
|
|
15054
15300
|
}
|
|
15055
15301
|
|
|
15302
|
+
@complex model percentageBasedQuarantineCondition extends quarantineCondition {
|
|
15303
|
+
percentage: int32;
|
|
15304
|
+
}
|
|
15305
|
+
|
|
15056
15306
|
@complex model previewFailedTask {
|
|
15057
15307
|
definitionId: string;
|
|
15058
15308
|
failureReason: string;
|
|
@@ -15060,6 +15310,29 @@ namespace reference.`microsoft.graph.identityGovernance` {
|
|
|
15060
15310
|
taskId: string;
|
|
15061
15311
|
}
|
|
15062
15312
|
|
|
15313
|
+
@complex model provisioningAttributeMapping extends workflowExecutionConditions {
|
|
15314
|
+
}
|
|
15315
|
+
|
|
15316
|
+
@complex model provisioningObjectWorkflowSubject extends workflowSubject {
|
|
15317
|
+
attributeSetEntries: attributeSetEntry[];
|
|
15318
|
+
id: string;
|
|
15319
|
+
}
|
|
15320
|
+
|
|
15321
|
+
@abstract
|
|
15322
|
+
@complex model quarantineCondition {
|
|
15323
|
+
}
|
|
15324
|
+
|
|
15325
|
+
@complex model quarantineConfiguration {
|
|
15326
|
+
conditions: quarantineCondition[];
|
|
15327
|
+
matchMode: matchMode;
|
|
15328
|
+
}
|
|
15329
|
+
|
|
15330
|
+
@complex model quarantineDetails {
|
|
15331
|
+
quarantinedDateTime: offsetDateTime | null;
|
|
15332
|
+
quarantineReason: string | null;
|
|
15333
|
+
quarantineType: quarantineType;
|
|
15334
|
+
}
|
|
15335
|
+
|
|
15063
15336
|
@complex model ruleBasedSubjectSet extends reference.`microsoft.graph`.subjectSet {
|
|
15064
15337
|
rule: string;
|
|
15065
15338
|
}
|
|
@@ -15146,6 +15419,10 @@ namespace reference.`microsoft.graph.identityGovernance` {
|
|
|
15146
15419
|
@complex model workflowExecutionTrigger {
|
|
15147
15420
|
}
|
|
15148
15421
|
|
|
15422
|
+
@complex model workflowSetting {
|
|
15423
|
+
quarantineConfiguration: quarantineConfiguration | null;
|
|
15424
|
+
}
|
|
15425
|
+
|
|
15149
15426
|
@complex model workflowsInsightsByCategory {
|
|
15150
15427
|
failedJoinerRuns: int32;
|
|
15151
15428
|
failedLeaverRuns: int32;
|
|
@@ -15170,10 +15447,15 @@ namespace reference.`microsoft.graph.identityGovernance` {
|
|
|
15170
15447
|
totalUsers: int32;
|
|
15171
15448
|
}
|
|
15172
15449
|
|
|
15450
|
+
@abstract
|
|
15451
|
+
@complex model workflowSubject {
|
|
15452
|
+
}
|
|
15453
|
+
|
|
15173
15454
|
@entity model customTaskExtension extends reference.`microsoft.graph`.customCalloutExtension {
|
|
15174
15455
|
callbackConfiguration: reference.`microsoft.graph`.customExtensionCallbackConfiguration | null;
|
|
15175
15456
|
@computed createdDateTime: offsetDateTime | null;
|
|
15176
15457
|
@computed lastModifiedDateTime: offsetDateTime | null;
|
|
15458
|
+
replyMode: customTaskExtensionReplyMode;
|
|
15177
15459
|
@references createdBy: reference.`microsoft.graph`.user | null;
|
|
15178
15460
|
@references lastModifiedBy: reference.`microsoft.graph`.user | null;
|
|
15179
15461
|
}
|
|
@@ -15183,6 +15465,7 @@ namespace reference.`microsoft.graph.identityGovernance` {
|
|
|
15183
15465
|
|
|
15184
15466
|
@entity model lifecycleManagementSettings extends reference.`microsoft.graph`.entity {
|
|
15185
15467
|
emailSettings: reference.`microsoft.graph`.emailSettings;
|
|
15468
|
+
quarantineConfiguration: quarantineConfiguration | null;
|
|
15186
15469
|
workflowScheduleIntervalInHours: int32;
|
|
15187
15470
|
}
|
|
15188
15471
|
|
|
@@ -15211,10 +15494,26 @@ namespace reference.`microsoft.graph.identityGovernance` {
|
|
|
15211
15494
|
totalUsersCount: int32;
|
|
15212
15495
|
workflowExecutionType: workflowExecutionType;
|
|
15213
15496
|
@references reprocessedRuns: run[];
|
|
15497
|
+
@contains subjectProcessingResults: subjectProcessingResult[];
|
|
15214
15498
|
@contains taskProcessingResults: taskProcessingResult[];
|
|
15215
15499
|
@contains userProcessingResults: userProcessingResult[];
|
|
15216
15500
|
}
|
|
15217
15501
|
|
|
15502
|
+
@entity model subjectProcessingResult extends reference.`microsoft.graph`.entity {
|
|
15503
|
+
completedDateTime: offsetDateTime | null;
|
|
15504
|
+
failedTasksCount: int32;
|
|
15505
|
+
processingStatus: lifecycleWorkflowProcessingStatus;
|
|
15506
|
+
scheduledDateTime: offsetDateTime;
|
|
15507
|
+
startedDateTime: offsetDateTime | null;
|
|
15508
|
+
subject: workflowSubject;
|
|
15509
|
+
totalTasksCount: int32;
|
|
15510
|
+
totalUnprocessedTasksCount: int32;
|
|
15511
|
+
workflowExecutionType: workflowExecutionType;
|
|
15512
|
+
workflowVersion: int32;
|
|
15513
|
+
@references reprocessedRuns: run[];
|
|
15514
|
+
@contains taskProcessingResults: taskProcessingResult[];
|
|
15515
|
+
}
|
|
15516
|
+
|
|
15218
15517
|
@entity model task extends reference.`microsoft.graph`.entity {
|
|
15219
15518
|
arguments: reference.`microsoft.graph`.keyValuePair[];
|
|
15220
15519
|
category: lifecycleTaskCategory;
|
|
@@ -15240,8 +15539,10 @@ namespace reference.`microsoft.graph.identityGovernance` {
|
|
|
15240
15539
|
completedDateTime: offsetDateTime | null;
|
|
15241
15540
|
@computed createdDateTime: offsetDateTime;
|
|
15242
15541
|
failureReason: string | null;
|
|
15542
|
+
processingInfo: string | null;
|
|
15243
15543
|
processingStatus: lifecycleWorkflowProcessingStatus;
|
|
15244
15544
|
startedDateTime: offsetDateTime | null;
|
|
15545
|
+
workflowSubject: workflowSubject | null;
|
|
15245
15546
|
@references subject: reference.`microsoft.graph`.user;
|
|
15246
15547
|
@references task: task;
|
|
15247
15548
|
}
|
|
@@ -15280,12 +15581,15 @@ namespace reference.`microsoft.graph.identityGovernance` {
|
|
|
15280
15581
|
deletedDateTime: offsetDateTime | null;
|
|
15281
15582
|
@computed @key id: string;
|
|
15282
15583
|
nextScheduleRunDateTime: offsetDateTime | null;
|
|
15584
|
+
quarantineDetails: quarantineDetails;
|
|
15585
|
+
settings: workflowSetting;
|
|
15283
15586
|
version: int32 | null;
|
|
15284
15587
|
@references executionScope: userProcessingResult[];
|
|
15285
15588
|
|
|
15286
15589
|
@privatePreview("organizationalUnit")
|
|
15287
15590
|
@references previewScope: reference.`microsoft.graph`.directoryObject[];
|
|
15288
15591
|
@contains runs: run[];
|
|
15592
|
+
@contains subjectProcessingResults: subjectProcessingResult[];
|
|
15289
15593
|
@contains taskReports: taskReport[];
|
|
15290
15594
|
@contains userProcessingResults: userProcessingResult[];
|
|
15291
15595
|
@contains versions: workflowVersion[];
|
|
@@ -15316,6 +15620,7 @@ namespace reference.`microsoft.graph.identityGovernance` {
|
|
|
15316
15620
|
}
|
|
15317
15621
|
|
|
15318
15622
|
@entity model workflowVersion extends workflowBase {
|
|
15623
|
+
settings: workflowSetting;
|
|
15319
15624
|
@computed @key versionNumber: int32;
|
|
15320
15625
|
}
|
|
15321
15626
|
|
|
@@ -15337,12 +15642,20 @@ namespace reference.`microsoft.graph.identityGovernance` {
|
|
|
15337
15642
|
unknownFutureValue: 2,
|
|
15338
15643
|
}
|
|
15339
15644
|
|
|
15645
|
+
enum customTaskExtensionReplyMode {
|
|
15646
|
+
none: 0,
|
|
15647
|
+
callback: 1,
|
|
15648
|
+
response: 2,
|
|
15649
|
+
unknownFutureValue: 3,
|
|
15650
|
+
}
|
|
15651
|
+
|
|
15340
15652
|
@graphFlags
|
|
15341
15653
|
enum lifecycleTaskCategory {
|
|
15342
15654
|
joiner: 1,
|
|
15343
15655
|
leaver: 2,
|
|
15344
15656
|
unknownFutureValue: 4,
|
|
15345
15657
|
mover: 8,
|
|
15658
|
+
extensibility: 16,
|
|
15346
15659
|
}
|
|
15347
15660
|
|
|
15348
15661
|
enum lifecycleWorkflowCategory {
|
|
@@ -15350,6 +15663,7 @@ namespace reference.`microsoft.graph.identityGovernance` {
|
|
|
15350
15663
|
leaver: 1,
|
|
15351
15664
|
unknownFutureValue: 2,
|
|
15352
15665
|
mover: 3,
|
|
15666
|
+
extensibility: 4,
|
|
15353
15667
|
}
|
|
15354
15668
|
|
|
15355
15669
|
enum lifecycleWorkflowProcessingStatus {
|
|
@@ -15360,6 +15674,13 @@ namespace reference.`microsoft.graph.identityGovernance` {
|
|
|
15360
15674
|
canceled: 4,
|
|
15361
15675
|
failed: 5,
|
|
15362
15676
|
unknownFutureValue: 6,
|
|
15677
|
+
quarantined: 8,
|
|
15678
|
+
}
|
|
15679
|
+
|
|
15680
|
+
enum matchMode {
|
|
15681
|
+
any: 0,
|
|
15682
|
+
all: 1,
|
|
15683
|
+
unknownFutureValue: 2,
|
|
15363
15684
|
}
|
|
15364
15685
|
|
|
15365
15686
|
enum membershipChangeType {
|
|
@@ -15368,6 +15689,14 @@ namespace reference.`microsoft.graph.identityGovernance` {
|
|
|
15368
15689
|
unknownFutureValue: 3,
|
|
15369
15690
|
}
|
|
15370
15691
|
|
|
15692
|
+
enum quarantineType {
|
|
15693
|
+
notQuarantined: 0,
|
|
15694
|
+
countBasedThresholdExceeded: 1,
|
|
15695
|
+
percentageBasedThresholdExceeded: 2,
|
|
15696
|
+
multipleConditionsExceeded: 3,
|
|
15697
|
+
unknownFutureValue: 4,
|
|
15698
|
+
}
|
|
15699
|
+
|
|
15371
15700
|
enum valueType {
|
|
15372
15701
|
`enum`: 0,
|
|
15373
15702
|
`string`: 1,
|
|
@@ -15383,6 +15712,7 @@ namespace reference.`microsoft.graph.identityGovernance` {
|
|
|
15383
15712
|
activatedWithScope: 3,
|
|
15384
15713
|
@privatePreview("organizationalUnit")
|
|
15385
15714
|
preview: 4,
|
|
15715
|
+
extensibilityOnDemand: 5,
|
|
15386
15716
|
}
|
|
15387
15717
|
|
|
15388
15718
|
enum workflowTriggerTimeBasedAttribute {
|
|
@@ -15594,6 +15924,18 @@ namespace reference.`microsoft.graph.security` {
|
|
|
15594
15924
|
emailAddress: string | null;
|
|
15595
15925
|
}
|
|
15596
15926
|
|
|
15927
|
+
@complex model eventPropagationResult {
|
|
15928
|
+
location: string | null;
|
|
15929
|
+
serviceName: string | null;
|
|
15930
|
+
status: eventPropagationStatus | null;
|
|
15931
|
+
statusInformation: string | null;
|
|
15932
|
+
}
|
|
15933
|
+
|
|
15934
|
+
@complex model eventQuery {
|
|
15935
|
+
query: string;
|
|
15936
|
+
queryType: queryType | null;
|
|
15937
|
+
}
|
|
15938
|
+
|
|
15597
15939
|
@complex model exportFileMetadata {
|
|
15598
15940
|
downloadUrl: string | null;
|
|
15599
15941
|
fileName: string | null;
|
|
@@ -15629,6 +15971,31 @@ namespace reference.`microsoft.graph.security` {
|
|
|
15629
15971
|
value: string | null;
|
|
15630
15972
|
}
|
|
15631
15973
|
|
|
15974
|
+
@complex model filePlanAppliedCategory extends filePlanDescriptorBase {
|
|
15975
|
+
subcategory: filePlanSubcategory | null;
|
|
15976
|
+
}
|
|
15977
|
+
|
|
15978
|
+
@complex model filePlanAuthority extends filePlanDescriptorBase {
|
|
15979
|
+
}
|
|
15980
|
+
|
|
15981
|
+
@complex model filePlanCitation extends filePlanDescriptorBase {
|
|
15982
|
+
citationJurisdiction: string | null;
|
|
15983
|
+
citationUrl: string | null;
|
|
15984
|
+
}
|
|
15985
|
+
|
|
15986
|
+
@complex model filePlanDepartment extends filePlanDescriptorBase {
|
|
15987
|
+
}
|
|
15988
|
+
|
|
15989
|
+
@complex model filePlanDescriptorBase {
|
|
15990
|
+
displayName: string | null;
|
|
15991
|
+
}
|
|
15992
|
+
|
|
15993
|
+
@complex model filePlanReference extends filePlanDescriptorBase {
|
|
15994
|
+
}
|
|
15995
|
+
|
|
15996
|
+
@complex model filePlanSubcategory extends filePlanDescriptorBase {
|
|
15997
|
+
}
|
|
15998
|
+
|
|
15632
15999
|
@complex model forceUserPasswordResetResponseAction extends responseAction {
|
|
15633
16000
|
identifier: forceUserPasswordResetEntityIdentifier;
|
|
15634
16001
|
}
|
|
@@ -15975,6 +16342,22 @@ namespace reference.`microsoft.graph.security` {
|
|
|
15975
16342
|
identifier: deviceIdEntityIdentifier;
|
|
15976
16343
|
}
|
|
15977
16344
|
|
|
16345
|
+
@abstract
|
|
16346
|
+
@complex model retentionDuration {
|
|
16347
|
+
}
|
|
16348
|
+
|
|
16349
|
+
@complex model retentionDurationForever extends retentionDuration {
|
|
16350
|
+
}
|
|
16351
|
+
|
|
16352
|
+
@complex model retentionDurationInDays extends retentionDuration {
|
|
16353
|
+
days: int32 | null;
|
|
16354
|
+
}
|
|
16355
|
+
|
|
16356
|
+
@complex model retentionEventStatus {
|
|
16357
|
+
error: reference.`microsoft.graph`.publicError | null;
|
|
16358
|
+
status: eventStatusType | null;
|
|
16359
|
+
}
|
|
16360
|
+
|
|
15978
16361
|
@complex model ruleSchedule {
|
|
15979
16362
|
nextRunDateTime: offsetDateTime | null;
|
|
15980
16363
|
period: string;
|
|
@@ -16151,6 +16534,9 @@ namespace reference.`microsoft.graph.security` {
|
|
|
16151
16534
|
title: string | null;
|
|
16152
16535
|
}
|
|
16153
16536
|
|
|
16537
|
+
@entity model authorityTemplate extends filePlanDescriptorTemplate {
|
|
16538
|
+
}
|
|
16539
|
+
|
|
16154
16540
|
@abstract
|
|
16155
16541
|
@entity model case extends reference.`microsoft.graph`.entity {
|
|
16156
16542
|
@computed createdDateTime: offsetDateTime | null;
|
|
@@ -16175,6 +16561,15 @@ namespace reference.`microsoft.graph.security` {
|
|
|
16175
16561
|
@contains ediscoveryCases: ediscoveryCase[];
|
|
16176
16562
|
}
|
|
16177
16563
|
|
|
16564
|
+
@entity model categoryTemplate extends filePlanDescriptorTemplate {
|
|
16565
|
+
@contains subcategories: subcategoryTemplate[];
|
|
16566
|
+
}
|
|
16567
|
+
|
|
16568
|
+
@entity model citationTemplate extends filePlanDescriptorTemplate {
|
|
16569
|
+
citationJurisdiction: string | null;
|
|
16570
|
+
citationUrl: string | null;
|
|
16571
|
+
}
|
|
16572
|
+
|
|
16178
16573
|
@abstract
|
|
16179
16574
|
@entity model dataSet extends reference.`microsoft.graph`.entity {
|
|
16180
16575
|
createdBy: reference.`microsoft.graph`.identitySet | null;
|
|
@@ -16201,6 +16596,9 @@ namespace reference.`microsoft.graph.security` {
|
|
|
16201
16596
|
status: dataSourceContainerStatus | null;
|
|
16202
16597
|
}
|
|
16203
16598
|
|
|
16599
|
+
@entity model departmentTemplate extends filePlanDescriptorTemplate {
|
|
16600
|
+
}
|
|
16601
|
+
|
|
16204
16602
|
@entity model detectionRule extends protectionRule {
|
|
16205
16603
|
detectionAction: detectionAction | null;
|
|
16206
16604
|
detectorId: string | null;
|
|
@@ -16209,6 +16607,12 @@ namespace reference.`microsoft.graph.security` {
|
|
|
16209
16607
|
schedule: ruleSchedule | null;
|
|
16210
16608
|
}
|
|
16211
16609
|
|
|
16610
|
+
@entity model dispositionReviewStage extends MsGraph.SharedModels.entity {
|
|
16611
|
+
name: string | null;
|
|
16612
|
+
reviewersEmailAddresses: string[] | null;
|
|
16613
|
+
@computed @key stageNumber: string;
|
|
16614
|
+
}
|
|
16615
|
+
|
|
16212
16616
|
@entity model ediscoveryAddToReviewSetOperation extends caseOperation {
|
|
16213
16617
|
additionalDataOptions: additionalDataOptions | null;
|
|
16214
16618
|
cloudAttachmentVersion: cloudAttachmentVersion | null;
|
|
@@ -16360,6 +16764,13 @@ namespace reference.`microsoft.graph.security` {
|
|
|
16360
16764
|
@entity model ediscoveryTagOperation extends caseOperation {
|
|
16361
16765
|
}
|
|
16362
16766
|
|
|
16767
|
+
@entity model entityDefinitionInput extends MsGraph.SharedModels.entity {
|
|
16768
|
+
@computed @key entityIdentifier: string;
|
|
16769
|
+
entityType: manualAlertEntityType;
|
|
16770
|
+
identifierValue: string;
|
|
16771
|
+
role: entityDefinitionInputRole;
|
|
16772
|
+
}
|
|
16773
|
+
|
|
16363
16774
|
@entity model file extends reference.`microsoft.graph`.entity {
|
|
16364
16775
|
content: stream | null;
|
|
16365
16776
|
dateTime: offsetDateTime | null;
|
|
@@ -16375,6 +16786,28 @@ namespace reference.`microsoft.graph.security` {
|
|
|
16375
16786
|
subjectTitle: string | null;
|
|
16376
16787
|
}
|
|
16377
16788
|
|
|
16789
|
+
@entity model filePlanDescriptor extends reference.`microsoft.graph`.entity {
|
|
16790
|
+
authority: filePlanAuthority | null;
|
|
16791
|
+
category: filePlanAppliedCategory | null;
|
|
16792
|
+
citation: filePlanCitation | null;
|
|
16793
|
+
department: filePlanDepartment | null;
|
|
16794
|
+
filePlanReference: filePlanReference | null;
|
|
16795
|
+
@references authorityTemplate: authorityTemplate | null;
|
|
16796
|
+
@references categoryTemplate: categoryTemplate | null;
|
|
16797
|
+
@references citationTemplate: citationTemplate | null;
|
|
16798
|
+
@references departmentTemplate: departmentTemplate | null;
|
|
16799
|
+
@references filePlanReferenceTemplate: filePlanReferenceTemplate | null;
|
|
16800
|
+
}
|
|
16801
|
+
|
|
16802
|
+
@entity model filePlanDescriptorTemplate extends reference.`microsoft.graph`.entity {
|
|
16803
|
+
createdBy: reference.`microsoft.graph`.identitySet | null;
|
|
16804
|
+
@computed createdDateTime: offsetDateTime | null;
|
|
16805
|
+
displayName: string | null;
|
|
16806
|
+
}
|
|
16807
|
+
|
|
16808
|
+
@entity model filePlanReferenceTemplate extends filePlanDescriptorTemplate {
|
|
16809
|
+
}
|
|
16810
|
+
|
|
16378
16811
|
@entity model incident extends reference.`microsoft.graph`.entity {
|
|
16379
16812
|
assignedTo: string | null;
|
|
16380
16813
|
classification: alertClassification | null;
|
|
@@ -16399,6 +16832,22 @@ namespace reference.`microsoft.graph.security` {
|
|
|
16399
16832
|
@references alerts: alert[];
|
|
16400
16833
|
}
|
|
16401
16834
|
|
|
16835
|
+
@entity model labelsRoot extends reference.`microsoft.graph`.entity {
|
|
16836
|
+
@contains authorities: authorityTemplate[];
|
|
16837
|
+
@contains categories: categoryTemplate[];
|
|
16838
|
+
@contains citations: citationTemplate[];
|
|
16839
|
+
@contains departments: departmentTemplate[];
|
|
16840
|
+
@contains filePlanReferences: filePlanReferenceTemplate[];
|
|
16841
|
+
@contains retentionLabels: retentionLabel[];
|
|
16842
|
+
}
|
|
16843
|
+
|
|
16844
|
+
@entity model manualAlert extends alert {
|
|
16845
|
+
isExcludedFromCorrelation: boolean;
|
|
16846
|
+
linkToIncident: int64 | null;
|
|
16847
|
+
sentinelWorkspace: string | null;
|
|
16848
|
+
@contains entityDefinitions: entityDefinitionInput[];
|
|
16849
|
+
}
|
|
16850
|
+
|
|
16402
16851
|
@abstract
|
|
16403
16852
|
@entity model policyBase extends reference.`microsoft.graph`.entity {
|
|
16404
16853
|
createdBy: reference.`microsoft.graph`.identitySet | null;
|
|
@@ -16420,6 +16869,50 @@ namespace reference.`microsoft.graph.security` {
|
|
|
16420
16869
|
@computed lastModifiedDateTime: offsetDateTime;
|
|
16421
16870
|
}
|
|
16422
16871
|
|
|
16872
|
+
@entity model retentionEvent extends reference.`microsoft.graph`.entity {
|
|
16873
|
+
createdBy: reference.`microsoft.graph`.identitySet | null;
|
|
16874
|
+
@computed createdDateTime: offsetDateTime | null;
|
|
16875
|
+
description: string | null;
|
|
16876
|
+
displayName: string | null;
|
|
16877
|
+
eventPropagationResults: eventPropagationResult[] | null;
|
|
16878
|
+
eventQueries: eventQuery[] | null;
|
|
16879
|
+
eventStatus: retentionEventStatus | null;
|
|
16880
|
+
eventTriggerDateTime: offsetDateTime | null;
|
|
16881
|
+
lastModifiedBy: reference.`microsoft.graph`.identitySet | null;
|
|
16882
|
+
@computed lastModifiedDateTime: offsetDateTime | null;
|
|
16883
|
+
@computed lastStatusUpdateDateTime: offsetDateTime | null;
|
|
16884
|
+
@references retentionEventType: retentionEventType | null;
|
|
16885
|
+
}
|
|
16886
|
+
|
|
16887
|
+
@entity model retentionEventType extends reference.`microsoft.graph`.entity {
|
|
16888
|
+
createdBy: reference.`microsoft.graph`.identitySet | null;
|
|
16889
|
+
@computed createdDateTime: offsetDateTime | null;
|
|
16890
|
+
description: string | null;
|
|
16891
|
+
displayName: string | null;
|
|
16892
|
+
lastModifiedBy: reference.`microsoft.graph`.identitySet | null;
|
|
16893
|
+
@computed lastModifiedDateTime: offsetDateTime | null;
|
|
16894
|
+
}
|
|
16895
|
+
|
|
16896
|
+
@entity model retentionLabel extends reference.`microsoft.graph`.entity {
|
|
16897
|
+
actionAfterRetentionPeriod: actionAfterRetentionPeriod | null;
|
|
16898
|
+
behaviorDuringRetentionPeriod: behaviorDuringRetentionPeriod | null;
|
|
16899
|
+
createdBy: reference.`microsoft.graph`.identitySet | null;
|
|
16900
|
+
@computed createdDateTime: offsetDateTime | null;
|
|
16901
|
+
defaultRecordBehavior: defaultRecordBehavior | null;
|
|
16902
|
+
descriptionForAdmins: string | null;
|
|
16903
|
+
descriptionForUsers: string | null;
|
|
16904
|
+
displayName: string | null;
|
|
16905
|
+
isInUse: boolean | null;
|
|
16906
|
+
labelToBeApplied: string | null;
|
|
16907
|
+
lastModifiedBy: reference.`microsoft.graph`.identitySet | null;
|
|
16908
|
+
@computed lastModifiedDateTime: offsetDateTime | null;
|
|
16909
|
+
retentionDuration: retentionDuration | null;
|
|
16910
|
+
retentionTrigger: retentionTrigger | null;
|
|
16911
|
+
@contains descriptors: filePlanDescriptor | null;
|
|
16912
|
+
@contains dispositionReviewStages: dispositionReviewStage[];
|
|
16913
|
+
@references retentionEventType: retentionEventType | null;
|
|
16914
|
+
}
|
|
16915
|
+
|
|
16423
16916
|
@entity model rulesRoot extends reference.`microsoft.graph`.entity {
|
|
16424
16917
|
@contains detectionRules: detectionRule[];
|
|
16425
16918
|
}
|
|
@@ -16439,6 +16932,9 @@ namespace reference.`microsoft.graph.security` {
|
|
|
16439
16932
|
@references site: reference.`microsoft.graph`.site;
|
|
16440
16933
|
}
|
|
16441
16934
|
|
|
16935
|
+
@entity model subcategoryTemplate extends filePlanDescriptorTemplate {
|
|
16936
|
+
}
|
|
16937
|
+
|
|
16442
16938
|
@abstract
|
|
16443
16939
|
@entity model tag extends reference.`microsoft.graph`.entity {
|
|
16444
16940
|
createdBy: reference.`microsoft.graph`.identitySet | null;
|
|
@@ -16447,6 +16943,14 @@ namespace reference.`microsoft.graph.security` {
|
|
|
16447
16943
|
@computed lastModifiedDateTime: offsetDateTime | null;
|
|
16448
16944
|
}
|
|
16449
16945
|
|
|
16946
|
+
@entity model triggersRoot extends reference.`microsoft.graph`.entity {
|
|
16947
|
+
@contains retentionEvents: retentionEvent[];
|
|
16948
|
+
}
|
|
16949
|
+
|
|
16950
|
+
@entity model triggerTypesRoot extends reference.`microsoft.graph`.entity {
|
|
16951
|
+
@contains retentionEventTypes: retentionEventType[];
|
|
16952
|
+
}
|
|
16953
|
+
|
|
16450
16954
|
@entity model unifiedGroupSource extends dataSource {
|
|
16451
16955
|
includedSources: sourceType | null;
|
|
16452
16956
|
@references group: reference.`microsoft.graph`.group;
|
|
@@ -16458,6 +16962,14 @@ namespace reference.`microsoft.graph.security` {
|
|
|
16458
16962
|
siteWebUrl: string | null;
|
|
16459
16963
|
}
|
|
16460
16964
|
|
|
16965
|
+
enum actionAfterRetentionPeriod {
|
|
16966
|
+
none: 0,
|
|
16967
|
+
delete: 1,
|
|
16968
|
+
startDispositionReview: 2,
|
|
16969
|
+
relabel: 3,
|
|
16970
|
+
unknownFutureValue: 4,
|
|
16971
|
+
}
|
|
16972
|
+
|
|
16461
16973
|
@graphFlags
|
|
16462
16974
|
enum additionalDataOptions {
|
|
16463
16975
|
allVersions: 1,
|
|
@@ -16659,6 +17171,12 @@ namespace reference.`microsoft.graph.security` {
|
|
|
16659
17171
|
unknownFutureValue: 16,
|
|
16660
17172
|
}
|
|
16661
17173
|
|
|
17174
|
+
enum defaultRecordBehavior {
|
|
17175
|
+
startLocked: 0,
|
|
17176
|
+
startUnlocked: 1,
|
|
17177
|
+
unknownFutureValue: 2,
|
|
17178
|
+
}
|
|
17179
|
+
|
|
16662
17180
|
enum defenderAvStatus {
|
|
16663
17181
|
notReporting: 0,
|
|
16664
17182
|
disabled: 1,
|
|
@@ -16776,6 +17294,28 @@ namespace reference.`microsoft.graph.security` {
|
|
|
16776
17294
|
unknownFutureValue: 4,
|
|
16777
17295
|
}
|
|
16778
17296
|
|
|
17297
|
+
enum entityDefinitionInputRole {
|
|
17298
|
+
impacted: 0,
|
|
17299
|
+
related: 1,
|
|
17300
|
+
unknownFutureValue: 99,
|
|
17301
|
+
}
|
|
17302
|
+
|
|
17303
|
+
enum eventPropagationStatus {
|
|
17304
|
+
none: 0,
|
|
17305
|
+
inProcessing: 1,
|
|
17306
|
+
failed: 2,
|
|
17307
|
+
success: 3,
|
|
17308
|
+
unknownFutureValue: 4,
|
|
17309
|
+
}
|
|
17310
|
+
|
|
17311
|
+
enum eventStatusType {
|
|
17312
|
+
pending: 0,
|
|
17313
|
+
error: 1,
|
|
17314
|
+
success: 2,
|
|
17315
|
+
notAvaliable: 3,
|
|
17316
|
+
unknownFutureValue: 4,
|
|
17317
|
+
}
|
|
17318
|
+
|
|
16779
17319
|
enum evidenceRemediationStatus {
|
|
16780
17320
|
none: 0,
|
|
16781
17321
|
remediated: 1,
|
|
@@ -17010,6 +17550,27 @@ namespace reference.`microsoft.graph.security` {
|
|
|
17010
17550
|
unknownFutureValue: 31,
|
|
17011
17551
|
}
|
|
17012
17552
|
|
|
17553
|
+
enum manualAlertEntityType {
|
|
17554
|
+
user: 0,
|
|
17555
|
+
device: 1,
|
|
17556
|
+
file: 2,
|
|
17557
|
+
ip: 3,
|
|
17558
|
+
url: 4,
|
|
17559
|
+
cloudApplication: 5,
|
|
17560
|
+
mailbox: 6,
|
|
17561
|
+
securityGroup: 7,
|
|
17562
|
+
azureResource: 8,
|
|
17563
|
+
amazonResource: 9,
|
|
17564
|
+
googleCloudResource: 10,
|
|
17565
|
+
oAuthApplication: 11,
|
|
17566
|
+
emailMessage: 12,
|
|
17567
|
+
emailCluster: 13,
|
|
17568
|
+
process: 14,
|
|
17569
|
+
registryKey: 15,
|
|
17570
|
+
registryValue: 16,
|
|
17571
|
+
unknownFutureValue: 99,
|
|
17572
|
+
}
|
|
17573
|
+
|
|
17013
17574
|
@graphFlags
|
|
17014
17575
|
enum markUserAsCompromisedEntityIdentifier {
|
|
17015
17576
|
accountObjectId: 1,
|
|
@@ -17053,6 +17614,12 @@ namespace reference.`microsoft.graph.security` {
|
|
|
17053
17614
|
permanentlyDelete: 2,
|
|
17054
17615
|
}
|
|
17055
17616
|
|
|
17617
|
+
enum queryType {
|
|
17618
|
+
files: 0,
|
|
17619
|
+
messages: 1,
|
|
17620
|
+
unknownFutureValue: 2,
|
|
17621
|
+
}
|
|
17622
|
+
|
|
17056
17623
|
@graphFlags
|
|
17057
17624
|
enum recipientType {
|
|
17058
17625
|
user: 1,
|
|
@@ -17060,6 +17627,14 @@ namespace reference.`microsoft.graph.security` {
|
|
|
17060
17627
|
unknownFutureValue: 4,
|
|
17061
17628
|
}
|
|
17062
17629
|
|
|
17630
|
+
enum retentionTrigger {
|
|
17631
|
+
dateLabeled: 0,
|
|
17632
|
+
dateCreated: 1,
|
|
17633
|
+
dateModified: 2,
|
|
17634
|
+
dateOfEvent: 3,
|
|
17635
|
+
unknownFutureValue: 4,
|
|
17636
|
+
}
|
|
17637
|
+
|
|
17063
17638
|
@graphFlags
|
|
17064
17639
|
enum reviewSetSettings {
|
|
17065
17640
|
none: 0,
|
|
@@ -17094,6 +17669,7 @@ namespace reference.`microsoft.graph.security` {
|
|
|
17094
17669
|
microsoftDefenderForCloud: 256,
|
|
17095
17670
|
microsoftSentinel: 512,
|
|
17096
17671
|
microsoftInsiderRiskManagement: 1024,
|
|
17672
|
+
microsoftSecurityForAI: 4096,
|
|
17097
17673
|
}
|
|
17098
17674
|
|
|
17099
17675
|
@graphFlags
|