@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/USNat/Beta/main.tsp
CHANGED
|
@@ -1319,6 +1319,24 @@ namespace reference.`microsoft.graph` {
|
|
|
1319
1319
|
targetId: string | null;
|
|
1320
1320
|
}
|
|
1321
1321
|
|
|
1322
|
+
@complex model CopyNotebookModel {
|
|
1323
|
+
createdBy: string | null;
|
|
1324
|
+
createdByIdentity: identitySet | null;
|
|
1325
|
+
createdTime: offsetDateTime | null;
|
|
1326
|
+
id: string | null;
|
|
1327
|
+
isDefault: boolean | null;
|
|
1328
|
+
isShared: boolean | null;
|
|
1329
|
+
lastModifiedBy: string | null;
|
|
1330
|
+
lastModifiedByIdentity: identitySet | null;
|
|
1331
|
+
lastModifiedTime: offsetDateTime | null;
|
|
1332
|
+
links: notebookLinks | null;
|
|
1333
|
+
name: string | null;
|
|
1334
|
+
sectionGroupsUrl: string | null;
|
|
1335
|
+
sectionsUrl: string | null;
|
|
1336
|
+
self: string | null;
|
|
1337
|
+
userRole: onenoteUserRole | null;
|
|
1338
|
+
}
|
|
1339
|
+
|
|
1322
1340
|
@complex model corsConfiguration {
|
|
1323
1341
|
allowedHeaders: string[] | null;
|
|
1324
1342
|
allowedMethods: string[] | null;
|
|
@@ -1389,6 +1407,10 @@ namespace reference.`microsoft.graph` {
|
|
|
1389
1407
|
@complex model customAppScopeAttributesDictionary extends Dictionary {
|
|
1390
1408
|
}
|
|
1391
1409
|
|
|
1410
|
+
@open
|
|
1411
|
+
@complex model customEmojiFromIdentitySet extends identitySet {
|
|
1412
|
+
}
|
|
1413
|
+
|
|
1392
1414
|
@abstract
|
|
1393
1415
|
@complex model customExtensionAuthenticationConfiguration {
|
|
1394
1416
|
}
|
|
@@ -1606,6 +1628,11 @@ namespace reference.`microsoft.graph` {
|
|
|
1606
1628
|
triggers: restrictionTrigger[] | null;
|
|
1607
1629
|
}
|
|
1608
1630
|
|
|
1631
|
+
@complex model diagnostic {
|
|
1632
|
+
message: string | null;
|
|
1633
|
+
url: string | null;
|
|
1634
|
+
}
|
|
1635
|
+
|
|
1609
1636
|
@complex model diagnosticMetadata {
|
|
1610
1637
|
}
|
|
1611
1638
|
|
|
@@ -1894,6 +1921,10 @@ namespace reference.`microsoft.graph` {
|
|
|
1894
1921
|
issuerUri: string | null;
|
|
1895
1922
|
}
|
|
1896
1923
|
|
|
1924
|
+
@complex model externalLink {
|
|
1925
|
+
href: string | null;
|
|
1926
|
+
}
|
|
1927
|
+
|
|
1897
1928
|
@complex model externalSponsors extends userSet {
|
|
1898
1929
|
}
|
|
1899
1930
|
|
|
@@ -2823,6 +2854,11 @@ namespace reference.`microsoft.graph` {
|
|
|
2823
2854
|
@complex model noScopes extends inheritableScopes {
|
|
2824
2855
|
}
|
|
2825
2856
|
|
|
2857
|
+
@complex model notebookLinks {
|
|
2858
|
+
oneNoteClientUrl: externalLink | null;
|
|
2859
|
+
oneNoteWebUrl: externalLink | null;
|
|
2860
|
+
}
|
|
2861
|
+
|
|
2826
2862
|
@complex model notifyUserAction extends dlpActionInfo {
|
|
2827
2863
|
@computed actionLastModifiedDateTime: offsetDateTime | null;
|
|
2828
2864
|
emailText: string | null;
|
|
@@ -2889,6 +2925,27 @@ namespace reference.`microsoft.graph` {
|
|
|
2889
2925
|
@complex model onAuthenticationMethodLoadStartHandler {
|
|
2890
2926
|
}
|
|
2891
2927
|
|
|
2928
|
+
@complex model onenoteOperationError {
|
|
2929
|
+
code: string | null;
|
|
2930
|
+
message: string | null;
|
|
2931
|
+
}
|
|
2932
|
+
|
|
2933
|
+
@complex model onenotePagePreview {
|
|
2934
|
+
links: onenotePagePreviewLinks | null;
|
|
2935
|
+
previewText: string | null;
|
|
2936
|
+
}
|
|
2937
|
+
|
|
2938
|
+
@complex model onenotePagePreviewLinks {
|
|
2939
|
+
previewImageUrl: externalLink | null;
|
|
2940
|
+
}
|
|
2941
|
+
|
|
2942
|
+
@complex model onenotePatchContentCommand {
|
|
2943
|
+
action: onenotePatchActionType;
|
|
2944
|
+
content: string | null;
|
|
2945
|
+
position: onenotePatchInsertPosition | null;
|
|
2946
|
+
target: string;
|
|
2947
|
+
}
|
|
2948
|
+
|
|
2892
2949
|
@complex model onInteractiveAuthFlowStartExternalUsersSelfServiceSignUp extends onInteractiveAuthFlowStartHandler {
|
|
2893
2950
|
isSignUpAllowed: boolean;
|
|
2894
2951
|
}
|
|
@@ -2923,6 +2980,7 @@ namespace reference.`microsoft.graph` {
|
|
|
2923
2980
|
}
|
|
2924
2981
|
|
|
2925
2982
|
@complex model onPremisesDirectorySynchronizationFeature {
|
|
2983
|
+
allowOnPremUpdateOfOnPremisesObjectIdentifierEnabled: boolean | null;
|
|
2926
2984
|
blockCloudObjectTakeoverThroughHardMatchEnabled: boolean | null;
|
|
2927
2985
|
blockSoftMatchEnabled: boolean | null;
|
|
2928
2986
|
bypassDirSyncOverridesEnabled: boolean | null;
|
|
@@ -3066,6 +3124,11 @@ namespace reference.`microsoft.graph` {
|
|
|
3066
3124
|
type: string | null;
|
|
3067
3125
|
}
|
|
3068
3126
|
|
|
3127
|
+
@complex model pageLinks {
|
|
3128
|
+
oneNoteClientUrl: externalLink | null;
|
|
3129
|
+
oneNoteWebUrl: externalLink | null;
|
|
3130
|
+
}
|
|
3131
|
+
|
|
3069
3132
|
@complex model parentalControlSettings {
|
|
3070
3133
|
countriesBlockedForMinors: string[] | null;
|
|
3071
3134
|
legalAgeGroupRule: string | null;
|
|
@@ -3621,6 +3684,18 @@ namespace reference.`microsoft.graph` {
|
|
|
3621
3684
|
shareCount: int32 | null;
|
|
3622
3685
|
}
|
|
3623
3686
|
|
|
3687
|
+
@complex model recentNotebook {
|
|
3688
|
+
displayName: string | null;
|
|
3689
|
+
lastAccessedTime: offsetDateTime | null;
|
|
3690
|
+
links: recentNotebookLinks | null;
|
|
3691
|
+
sourceService: onenoteSourceService | null;
|
|
3692
|
+
}
|
|
3693
|
+
|
|
3694
|
+
@complex model recentNotebookLinks {
|
|
3695
|
+
oneNoteClientUrl: externalLink | null;
|
|
3696
|
+
oneNoteWebUrl: externalLink | null;
|
|
3697
|
+
}
|
|
3698
|
+
|
|
3624
3699
|
@complex model recipient {
|
|
3625
3700
|
emailAddress: emailAddress | null;
|
|
3626
3701
|
}
|
|
@@ -3882,6 +3957,11 @@ namespace reference.`microsoft.graph` {
|
|
|
3882
3957
|
onClickTelemetryUrl: string | null;
|
|
3883
3958
|
}
|
|
3884
3959
|
|
|
3960
|
+
@complex model sectionLinks {
|
|
3961
|
+
oneNoteClientUrl: externalLink | null;
|
|
3962
|
+
oneNoteWebUrl: externalLink | null;
|
|
3963
|
+
}
|
|
3964
|
+
|
|
3885
3965
|
@complex model secureScoreControlStateUpdate {
|
|
3886
3966
|
assignedTo: string | null;
|
|
3887
3967
|
comment: string | null;
|
|
@@ -7613,6 +7693,7 @@ namespace reference.`microsoft.graph` {
|
|
|
7613
7693
|
@references memberOf: directoryObject[];
|
|
7614
7694
|
@references members: directoryObject[];
|
|
7615
7695
|
@references membersWithLicenseErrors: directoryObject[];
|
|
7696
|
+
@contains onenote: onenote | null;
|
|
7616
7697
|
@contains onPremisesSyncBehavior: onPremisesSyncBehavior | null;
|
|
7617
7698
|
@references owners: directoryObject[];
|
|
7618
7699
|
@contains permissionGrants: resourceSpecificPermissionGrant[];
|
|
@@ -8093,6 +8174,17 @@ namespace reference.`microsoft.graph` {
|
|
|
8093
8174
|
roleTemplateId: string | null;
|
|
8094
8175
|
}
|
|
8095
8176
|
|
|
8177
|
+
@entity model notebook extends onenoteEntityHierarchyModel {
|
|
8178
|
+
isDefault: boolean | null;
|
|
8179
|
+
isShared: boolean | null;
|
|
8180
|
+
links: notebookLinks | null;
|
|
8181
|
+
sectionGroupsUrl: string | null;
|
|
8182
|
+
sectionsUrl: string | null;
|
|
8183
|
+
userRole: onenoteUserRole | null;
|
|
8184
|
+
@contains sectionGroups: sectionGroup[];
|
|
8185
|
+
@contains sections: onenoteSection[];
|
|
8186
|
+
}
|
|
8187
|
+
|
|
8096
8188
|
@entity model oAuth2PermissionGrant extends entity {
|
|
8097
8189
|
clientId: string;
|
|
8098
8190
|
consentType: string | null;
|
|
@@ -8111,6 +8203,68 @@ namespace reference.`microsoft.graph` {
|
|
|
8111
8203
|
handler: onAuthenticationMethodLoadStartHandler | null;
|
|
8112
8204
|
}
|
|
8113
8205
|
|
|
8206
|
+
@entity model onenote extends entity {
|
|
8207
|
+
@contains notebooks: notebook[];
|
|
8208
|
+
@contains operations: onenoteOperation[];
|
|
8209
|
+
@contains pages: onenotePage[];
|
|
8210
|
+
@contains resources: onenoteResource[];
|
|
8211
|
+
@contains sectionGroups: sectionGroup[];
|
|
8212
|
+
@contains sections: onenoteSection[];
|
|
8213
|
+
}
|
|
8214
|
+
|
|
8215
|
+
@abstract
|
|
8216
|
+
@entity model onenoteEntityBaseModel extends entity {
|
|
8217
|
+
self: string | null;
|
|
8218
|
+
}
|
|
8219
|
+
|
|
8220
|
+
@abstract
|
|
8221
|
+
@entity model onenoteEntityHierarchyModel extends onenoteEntitySchemaObjectModel {
|
|
8222
|
+
createdBy: identitySet | null;
|
|
8223
|
+
displayName: string | null;
|
|
8224
|
+
lastModifiedBy: identitySet | null;
|
|
8225
|
+
@computed lastModifiedDateTime: offsetDateTime | null;
|
|
8226
|
+
}
|
|
8227
|
+
|
|
8228
|
+
@abstract
|
|
8229
|
+
@entity model onenoteEntitySchemaObjectModel extends onenoteEntityBaseModel {
|
|
8230
|
+
@computed createdDateTime: offsetDateTime | null;
|
|
8231
|
+
}
|
|
8232
|
+
|
|
8233
|
+
@entity model onenoteOperation extends operation {
|
|
8234
|
+
error: onenoteOperationError | null;
|
|
8235
|
+
percentComplete: string | null;
|
|
8236
|
+
resourceId: string | null;
|
|
8237
|
+
resourceLocation: string | null;
|
|
8238
|
+
}
|
|
8239
|
+
|
|
8240
|
+
@entity model onenotePage extends onenoteEntitySchemaObjectModel {
|
|
8241
|
+
content: stream | null;
|
|
8242
|
+
contentUrl: string | null;
|
|
8243
|
+
createdByAppId: string | null;
|
|
8244
|
+
@computed lastModifiedDateTime: offsetDateTime | null;
|
|
8245
|
+
level: int32 | null;
|
|
8246
|
+
links: pageLinks | null;
|
|
8247
|
+
order: int32 | null;
|
|
8248
|
+
title: string | null;
|
|
8249
|
+
userTags: string[] | null;
|
|
8250
|
+
@contains parentNotebook: notebook | null;
|
|
8251
|
+
@contains parentSection: onenoteSection | null;
|
|
8252
|
+
}
|
|
8253
|
+
|
|
8254
|
+
@entity model onenoteResource extends onenoteEntityBaseModel {
|
|
8255
|
+
content: stream | null;
|
|
8256
|
+
contentUrl: string | null;
|
|
8257
|
+
}
|
|
8258
|
+
|
|
8259
|
+
@entity model onenoteSection extends onenoteEntityHierarchyModel {
|
|
8260
|
+
isDefault: boolean | null;
|
|
8261
|
+
links: sectionLinks | null;
|
|
8262
|
+
pagesUrl: string | null;
|
|
8263
|
+
@contains pages: onenotePage[];
|
|
8264
|
+
@contains parentNotebook: notebook | null;
|
|
8265
|
+
@contains parentSectionGroup: sectionGroup | null;
|
|
8266
|
+
}
|
|
8267
|
+
|
|
8114
8268
|
@entity model onInteractiveAuthFlowStartListener extends authenticationEventListener {
|
|
8115
8269
|
handler: onInteractiveAuthFlowStartHandler | null;
|
|
8116
8270
|
}
|
|
@@ -8181,6 +8335,12 @@ namespace reference.`microsoft.graph` {
|
|
|
8181
8335
|
extensionName: string;
|
|
8182
8336
|
}
|
|
8183
8337
|
|
|
8338
|
+
@entity model operation extends entity {
|
|
8339
|
+
@computed createdDateTime: offsetDateTime | null;
|
|
8340
|
+
@computed lastActionDateTime: offsetDateTime | null;
|
|
8341
|
+
status: operationStatus | null;
|
|
8342
|
+
}
|
|
8343
|
+
|
|
8184
8344
|
@open
|
|
8185
8345
|
@entity model organization extends directoryObject {
|
|
8186
8346
|
assignedPlans: assignedPlan[];
|
|
@@ -9279,6 +9439,15 @@ namespace reference.`microsoft.graph` {
|
|
|
9279
9439
|
roleMemberInfo: identity;
|
|
9280
9440
|
}
|
|
9281
9441
|
|
|
9442
|
+
@entity model sectionGroup extends onenoteEntityHierarchyModel {
|
|
9443
|
+
sectionGroupsUrl: string | null;
|
|
9444
|
+
sectionsUrl: string | null;
|
|
9445
|
+
@contains parentNotebook: notebook | null;
|
|
9446
|
+
@contains parentSectionGroup: sectionGroup | null;
|
|
9447
|
+
@contains sectionGroups: sectionGroup[];
|
|
9448
|
+
@contains sections: onenoteSection[];
|
|
9449
|
+
}
|
|
9450
|
+
|
|
9282
9451
|
@open
|
|
9283
9452
|
@entity model secureScore extends entity {
|
|
9284
9453
|
activeUserCount: int32 | null;
|
|
@@ -9321,9 +9490,12 @@ namespace reference.`microsoft.graph` {
|
|
|
9321
9490
|
@contains alerts_v2: reference.`microsoft.graph.security`.alert[];
|
|
9322
9491
|
@contains cases: reference.`microsoft.graph.security`.casesRoot | null;
|
|
9323
9492
|
@contains incidents: reference.`microsoft.graph.security`.incident[];
|
|
9493
|
+
@contains labels: reference.`microsoft.graph.security`.labelsRoot | null;
|
|
9324
9494
|
@contains rules: reference.`microsoft.graph.security`.rulesRoot | null;
|
|
9325
9495
|
@contains secureScoreControlProfiles: secureScoreControlProfile[];
|
|
9326
9496
|
@contains secureScores: secureScore[];
|
|
9497
|
+
@contains triggers: reference.`microsoft.graph.security`.triggersRoot | null;
|
|
9498
|
+
@contains triggerTypes: reference.`microsoft.graph.security`.triggerTypesRoot | null;
|
|
9327
9499
|
}
|
|
9328
9500
|
|
|
9329
9501
|
@entity model sensitiveType extends entity {
|
|
@@ -9805,6 +9977,7 @@ namespace reference.`microsoft.graph` {
|
|
|
9805
9977
|
@references externalColumns: columnDefinition[];
|
|
9806
9978
|
@contains items: baseItem[];
|
|
9807
9979
|
@contains lists: list[];
|
|
9980
|
+
@contains onenote: onenote | null;
|
|
9808
9981
|
@contains operations: richLongRunningOperation[];
|
|
9809
9982
|
@contains pages: baseSitePage[];
|
|
9810
9983
|
@contains pageTemplates: pageTemplate[];
|
|
@@ -10131,6 +10304,13 @@ namespace reference.`microsoft.graph` {
|
|
|
10131
10304
|
@entity model teamworkBot extends entity {
|
|
10132
10305
|
}
|
|
10133
10306
|
|
|
10307
|
+
@entity model teamworkCustomEmoji extends MsGraph.SharedModels.entity {
|
|
10308
|
+
contentBytes: string | null;
|
|
10309
|
+
createdBy: customEmojiFromIdentitySet;
|
|
10310
|
+
@computed createdDateTime: offsetDateTime;
|
|
10311
|
+
@computed @key displayName: string;
|
|
10312
|
+
}
|
|
10313
|
+
|
|
10134
10314
|
@entity model teamworkDevice extends entity {
|
|
10135
10315
|
activityState: teamworkDeviceActivityState | null;
|
|
10136
10316
|
companyAssetTag: string | null;
|
|
@@ -10201,6 +10381,10 @@ namespace reference.`microsoft.graph` {
|
|
|
10201
10381
|
contentType: string | null;
|
|
10202
10382
|
}
|
|
10203
10383
|
|
|
10384
|
+
@entity model teamworkMessaging extends entity {
|
|
10385
|
+
@contains customEmojis: teamworkCustomEmoji[];
|
|
10386
|
+
}
|
|
10387
|
+
|
|
10204
10388
|
@entity model teamworkPeripheral extends entity {
|
|
10205
10389
|
displayName: string | null;
|
|
10206
10390
|
productId: string | null;
|
|
@@ -10704,6 +10888,7 @@ namespace reference.`microsoft.graph` {
|
|
|
10704
10888
|
@references manager: directoryObject | null;
|
|
10705
10889
|
@references memberOf: directoryObject[];
|
|
10706
10890
|
@contains messages: message[];
|
|
10891
|
+
@contains onenote: onenote | null;
|
|
10707
10892
|
@contains onPremisesSyncBehavior: onPremisesSyncBehavior | null;
|
|
10708
10893
|
@contains outlook: outlookUser | null;
|
|
10709
10894
|
@references ownedDevices: directoryObject[];
|
|
@@ -12907,6 +13092,37 @@ namespace reference.`microsoft.graph` {
|
|
|
12907
13092
|
Unsynchronized: 6,
|
|
12908
13093
|
}
|
|
12909
13094
|
|
|
13095
|
+
#suppress "@microsoft/typespec-msgraph/use-evolvable-enum" "Matches shipped CSDL."
|
|
13096
|
+
enum onenotePatchActionType {
|
|
13097
|
+
Replace: 0,
|
|
13098
|
+
Append: 1,
|
|
13099
|
+
Delete: 2,
|
|
13100
|
+
Insert: 3,
|
|
13101
|
+
Prepend: 4,
|
|
13102
|
+
}
|
|
13103
|
+
|
|
13104
|
+
#suppress "@microsoft/typespec-msgraph/use-evolvable-enum" "Matches shipped CSDL."
|
|
13105
|
+
enum onenotePatchInsertPosition {
|
|
13106
|
+
After: 0,
|
|
13107
|
+
Before: 1,
|
|
13108
|
+
}
|
|
13109
|
+
|
|
13110
|
+
#suppress "@microsoft/typespec-msgraph/use-evolvable-enum" "Matches shipped CSDL."
|
|
13111
|
+
enum onenoteSourceService {
|
|
13112
|
+
`Unknown`: 0,
|
|
13113
|
+
OneDrive: 1,
|
|
13114
|
+
OneDriveForBusiness: 2,
|
|
13115
|
+
OnPremOneDriveForBusiness: 3,
|
|
13116
|
+
}
|
|
13117
|
+
|
|
13118
|
+
#suppress "@microsoft/typespec-msgraph/use-evolvable-enum" "Matches shipped CSDL."
|
|
13119
|
+
enum onenoteUserRole {
|
|
13120
|
+
None: -1,
|
|
13121
|
+
Owner: 0,
|
|
13122
|
+
Contributor: 1,
|
|
13123
|
+
Reader: 2,
|
|
13124
|
+
}
|
|
13125
|
+
|
|
12910
13126
|
#suppress "@microsoft/typespec-msgraph/use-evolvable-enum" "Matches shipped CSDL."
|
|
12911
13127
|
enum onlineMeetingProviderType {
|
|
12912
13128
|
`unknown`: 0,
|
|
@@ -12954,6 +13170,14 @@ namespace reference.`microsoft.graph` {
|
|
|
12954
13170
|
unknownFutureValue: 3,
|
|
12955
13171
|
}
|
|
12956
13172
|
|
|
13173
|
+
#suppress "@microsoft/typespec-msgraph/use-evolvable-enum" "Matches shipped CSDL."
|
|
13174
|
+
enum operationStatus {
|
|
13175
|
+
NotStarted: 0,
|
|
13176
|
+
Running: 1,
|
|
13177
|
+
Completed: 2,
|
|
13178
|
+
Failed: 3,
|
|
13179
|
+
}
|
|
13180
|
+
|
|
12957
13181
|
enum originalTransferMethods {
|
|
12958
13182
|
none: 0,
|
|
12959
13183
|
deviceCodeFlow: 1,
|
|
@@ -14616,6 +14840,21 @@ namespace reference.`microsoft.graph.identityGovernance` {
|
|
|
14616
14840
|
triggerAttributes: triggerAttribute[];
|
|
14617
14841
|
}
|
|
14618
14842
|
|
|
14843
|
+
@complex model attributeSetEntry {
|
|
14844
|
+
name: string;
|
|
14845
|
+
value: string | null;
|
|
14846
|
+
}
|
|
14847
|
+
|
|
14848
|
+
@complex model awaitedWorkflowProcessingResult {
|
|
14849
|
+
processingStatus: lifecycleWorkflowProcessingStatus;
|
|
14850
|
+
statusReasons: string[];
|
|
14851
|
+
subject: workflowSubject | null;
|
|
14852
|
+
}
|
|
14853
|
+
|
|
14854
|
+
@complex model countBasedQuarantineCondition extends quarantineCondition {
|
|
14855
|
+
threshold: int64;
|
|
14856
|
+
}
|
|
14857
|
+
|
|
14619
14858
|
@complex model customTaskExtensionCallbackConfiguration extends reference.`microsoft.graph`.customExtensionCallbackConfiguration {
|
|
14620
14859
|
@references authorizedApps: reference.`microsoft.graph`.application[];
|
|
14621
14860
|
}
|
|
@@ -14625,12 +14864,19 @@ namespace reference.`microsoft.graph.identityGovernance` {
|
|
|
14625
14864
|
}
|
|
14626
14865
|
|
|
14627
14866
|
@complex model customTaskExtensionCalloutData extends reference.`microsoft.graph`.customExtensionData {
|
|
14867
|
+
targetSubject: workflowSubject | null;
|
|
14628
14868
|
@references subject: reference.`microsoft.graph`.user | null;
|
|
14629
14869
|
@references task: task | null;
|
|
14630
14870
|
@references taskProcessingresult: taskProcessingResult | null;
|
|
14631
14871
|
@references workflow: workflow | null;
|
|
14632
14872
|
}
|
|
14633
14873
|
|
|
14874
|
+
@complex model customTaskExtensionResponseData extends reference.`microsoft.graph`.customExtensionData {
|
|
14875
|
+
operationStatus: customTaskExtensionOperationStatus;
|
|
14876
|
+
statusReasons: string[];
|
|
14877
|
+
targetSubject: workflowSubject | null;
|
|
14878
|
+
}
|
|
14879
|
+
|
|
14634
14880
|
@complex model groupBasedSubjectSet extends reference.`microsoft.graph`.subjectSet {
|
|
14635
14881
|
@references groups: reference.`microsoft.graph`.group[];
|
|
14636
14882
|
}
|
|
@@ -14648,6 +14894,10 @@ namespace reference.`microsoft.graph.identityGovernance` {
|
|
|
14648
14894
|
valueType: valueType;
|
|
14649
14895
|
}
|
|
14650
14896
|
|
|
14897
|
+
@complex model percentageBasedQuarantineCondition extends quarantineCondition {
|
|
14898
|
+
percentage: int32;
|
|
14899
|
+
}
|
|
14900
|
+
|
|
14651
14901
|
@complex model previewFailedTask {
|
|
14652
14902
|
definitionId: string;
|
|
14653
14903
|
failureReason: string;
|
|
@@ -14655,6 +14905,29 @@ namespace reference.`microsoft.graph.identityGovernance` {
|
|
|
14655
14905
|
taskId: string;
|
|
14656
14906
|
}
|
|
14657
14907
|
|
|
14908
|
+
@complex model provisioningAttributeMapping extends workflowExecutionConditions {
|
|
14909
|
+
}
|
|
14910
|
+
|
|
14911
|
+
@complex model provisioningObjectWorkflowSubject extends workflowSubject {
|
|
14912
|
+
attributeSetEntries: attributeSetEntry[];
|
|
14913
|
+
id: string;
|
|
14914
|
+
}
|
|
14915
|
+
|
|
14916
|
+
@abstract
|
|
14917
|
+
@complex model quarantineCondition {
|
|
14918
|
+
}
|
|
14919
|
+
|
|
14920
|
+
@complex model quarantineConfiguration {
|
|
14921
|
+
conditions: quarantineCondition[];
|
|
14922
|
+
matchMode: matchMode;
|
|
14923
|
+
}
|
|
14924
|
+
|
|
14925
|
+
@complex model quarantineDetails {
|
|
14926
|
+
quarantinedDateTime: offsetDateTime | null;
|
|
14927
|
+
quarantineReason: string | null;
|
|
14928
|
+
quarantineType: quarantineType;
|
|
14929
|
+
}
|
|
14930
|
+
|
|
14658
14931
|
@complex model ruleBasedSubjectSet extends reference.`microsoft.graph`.subjectSet {
|
|
14659
14932
|
rule: string;
|
|
14660
14933
|
}
|
|
@@ -14741,6 +15014,10 @@ namespace reference.`microsoft.graph.identityGovernance` {
|
|
|
14741
15014
|
@complex model workflowExecutionTrigger {
|
|
14742
15015
|
}
|
|
14743
15016
|
|
|
15017
|
+
@complex model workflowSetting {
|
|
15018
|
+
quarantineConfiguration: quarantineConfiguration | null;
|
|
15019
|
+
}
|
|
15020
|
+
|
|
14744
15021
|
@complex model workflowsInsightsByCategory {
|
|
14745
15022
|
failedJoinerRuns: int32;
|
|
14746
15023
|
failedLeaverRuns: int32;
|
|
@@ -14765,10 +15042,15 @@ namespace reference.`microsoft.graph.identityGovernance` {
|
|
|
14765
15042
|
totalUsers: int32;
|
|
14766
15043
|
}
|
|
14767
15044
|
|
|
15045
|
+
@abstract
|
|
15046
|
+
@complex model workflowSubject {
|
|
15047
|
+
}
|
|
15048
|
+
|
|
14768
15049
|
@entity model customTaskExtension extends reference.`microsoft.graph`.customCalloutExtension {
|
|
14769
15050
|
callbackConfiguration: reference.`microsoft.graph`.customExtensionCallbackConfiguration | null;
|
|
14770
15051
|
@computed createdDateTime: offsetDateTime | null;
|
|
14771
15052
|
@computed lastModifiedDateTime: offsetDateTime | null;
|
|
15053
|
+
replyMode: customTaskExtensionReplyMode;
|
|
14772
15054
|
@references createdBy: reference.`microsoft.graph`.user | null;
|
|
14773
15055
|
@references lastModifiedBy: reference.`microsoft.graph`.user | null;
|
|
14774
15056
|
}
|
|
@@ -14778,6 +15060,7 @@ namespace reference.`microsoft.graph.identityGovernance` {
|
|
|
14778
15060
|
|
|
14779
15061
|
@entity model lifecycleManagementSettings extends reference.`microsoft.graph`.entity {
|
|
14780
15062
|
emailSettings: reference.`microsoft.graph`.emailSettings;
|
|
15063
|
+
quarantineConfiguration: quarantineConfiguration | null;
|
|
14781
15064
|
workflowScheduleIntervalInHours: int32;
|
|
14782
15065
|
}
|
|
14783
15066
|
|
|
@@ -14806,10 +15089,26 @@ namespace reference.`microsoft.graph.identityGovernance` {
|
|
|
14806
15089
|
totalUsersCount: int32;
|
|
14807
15090
|
workflowExecutionType: workflowExecutionType;
|
|
14808
15091
|
@references reprocessedRuns: run[];
|
|
15092
|
+
@contains subjectProcessingResults: subjectProcessingResult[];
|
|
14809
15093
|
@contains taskProcessingResults: taskProcessingResult[];
|
|
14810
15094
|
@contains userProcessingResults: userProcessingResult[];
|
|
14811
15095
|
}
|
|
14812
15096
|
|
|
15097
|
+
@entity model subjectProcessingResult extends reference.`microsoft.graph`.entity {
|
|
15098
|
+
completedDateTime: offsetDateTime | null;
|
|
15099
|
+
failedTasksCount: int32;
|
|
15100
|
+
processingStatus: lifecycleWorkflowProcessingStatus;
|
|
15101
|
+
scheduledDateTime: offsetDateTime;
|
|
15102
|
+
startedDateTime: offsetDateTime | null;
|
|
15103
|
+
subject: workflowSubject;
|
|
15104
|
+
totalTasksCount: int32;
|
|
15105
|
+
totalUnprocessedTasksCount: int32;
|
|
15106
|
+
workflowExecutionType: workflowExecutionType;
|
|
15107
|
+
workflowVersion: int32;
|
|
15108
|
+
@references reprocessedRuns: run[];
|
|
15109
|
+
@contains taskProcessingResults: taskProcessingResult[];
|
|
15110
|
+
}
|
|
15111
|
+
|
|
14813
15112
|
@entity model task extends reference.`microsoft.graph`.entity {
|
|
14814
15113
|
arguments: reference.`microsoft.graph`.keyValuePair[];
|
|
14815
15114
|
category: lifecycleTaskCategory;
|
|
@@ -14835,8 +15134,10 @@ namespace reference.`microsoft.graph.identityGovernance` {
|
|
|
14835
15134
|
completedDateTime: offsetDateTime | null;
|
|
14836
15135
|
@computed createdDateTime: offsetDateTime;
|
|
14837
15136
|
failureReason: string | null;
|
|
15137
|
+
processingInfo: string | null;
|
|
14838
15138
|
processingStatus: lifecycleWorkflowProcessingStatus;
|
|
14839
15139
|
startedDateTime: offsetDateTime | null;
|
|
15140
|
+
workflowSubject: workflowSubject | null;
|
|
14840
15141
|
@references subject: reference.`microsoft.graph`.user;
|
|
14841
15142
|
@references task: task;
|
|
14842
15143
|
}
|
|
@@ -14875,12 +15176,15 @@ namespace reference.`microsoft.graph.identityGovernance` {
|
|
|
14875
15176
|
deletedDateTime: offsetDateTime | null;
|
|
14876
15177
|
@computed @key id: string;
|
|
14877
15178
|
nextScheduleRunDateTime: offsetDateTime | null;
|
|
15179
|
+
quarantineDetails: quarantineDetails;
|
|
15180
|
+
settings: workflowSetting;
|
|
14878
15181
|
version: int32 | null;
|
|
14879
15182
|
@references executionScope: userProcessingResult[];
|
|
14880
15183
|
|
|
14881
15184
|
@privatePreview("organizationalUnit")
|
|
14882
15185
|
@references previewScope: reference.`microsoft.graph`.directoryObject[];
|
|
14883
15186
|
@contains runs: run[];
|
|
15187
|
+
@contains subjectProcessingResults: subjectProcessingResult[];
|
|
14884
15188
|
@contains taskReports: taskReport[];
|
|
14885
15189
|
@contains userProcessingResults: userProcessingResult[];
|
|
14886
15190
|
@contains versions: workflowVersion[];
|
|
@@ -14911,6 +15215,7 @@ namespace reference.`microsoft.graph.identityGovernance` {
|
|
|
14911
15215
|
}
|
|
14912
15216
|
|
|
14913
15217
|
@entity model workflowVersion extends workflowBase {
|
|
15218
|
+
settings: workflowSetting;
|
|
14914
15219
|
@computed @key versionNumber: int32;
|
|
14915
15220
|
}
|
|
14916
15221
|
|
|
@@ -14932,12 +15237,20 @@ namespace reference.`microsoft.graph.identityGovernance` {
|
|
|
14932
15237
|
unknownFutureValue: 2,
|
|
14933
15238
|
}
|
|
14934
15239
|
|
|
15240
|
+
enum customTaskExtensionReplyMode {
|
|
15241
|
+
none: 0,
|
|
15242
|
+
callback: 1,
|
|
15243
|
+
response: 2,
|
|
15244
|
+
unknownFutureValue: 3,
|
|
15245
|
+
}
|
|
15246
|
+
|
|
14935
15247
|
@graphFlags
|
|
14936
15248
|
enum lifecycleTaskCategory {
|
|
14937
15249
|
joiner: 1,
|
|
14938
15250
|
leaver: 2,
|
|
14939
15251
|
unknownFutureValue: 4,
|
|
14940
15252
|
mover: 8,
|
|
15253
|
+
extensibility: 16,
|
|
14941
15254
|
}
|
|
14942
15255
|
|
|
14943
15256
|
enum lifecycleWorkflowCategory {
|
|
@@ -14945,6 +15258,7 @@ namespace reference.`microsoft.graph.identityGovernance` {
|
|
|
14945
15258
|
leaver: 1,
|
|
14946
15259
|
unknownFutureValue: 2,
|
|
14947
15260
|
mover: 3,
|
|
15261
|
+
extensibility: 4,
|
|
14948
15262
|
}
|
|
14949
15263
|
|
|
14950
15264
|
enum lifecycleWorkflowProcessingStatus {
|
|
@@ -14955,6 +15269,13 @@ namespace reference.`microsoft.graph.identityGovernance` {
|
|
|
14955
15269
|
canceled: 4,
|
|
14956
15270
|
failed: 5,
|
|
14957
15271
|
unknownFutureValue: 6,
|
|
15272
|
+
quarantined: 8,
|
|
15273
|
+
}
|
|
15274
|
+
|
|
15275
|
+
enum matchMode {
|
|
15276
|
+
any: 0,
|
|
15277
|
+
all: 1,
|
|
15278
|
+
unknownFutureValue: 2,
|
|
14958
15279
|
}
|
|
14959
15280
|
|
|
14960
15281
|
enum membershipChangeType {
|
|
@@ -14963,6 +15284,14 @@ namespace reference.`microsoft.graph.identityGovernance` {
|
|
|
14963
15284
|
unknownFutureValue: 3,
|
|
14964
15285
|
}
|
|
14965
15286
|
|
|
15287
|
+
enum quarantineType {
|
|
15288
|
+
notQuarantined: 0,
|
|
15289
|
+
countBasedThresholdExceeded: 1,
|
|
15290
|
+
percentageBasedThresholdExceeded: 2,
|
|
15291
|
+
multipleConditionsExceeded: 3,
|
|
15292
|
+
unknownFutureValue: 4,
|
|
15293
|
+
}
|
|
15294
|
+
|
|
14966
15295
|
enum valueType {
|
|
14967
15296
|
`enum`: 0,
|
|
14968
15297
|
`string`: 1,
|
|
@@ -14978,6 +15307,7 @@ namespace reference.`microsoft.graph.identityGovernance` {
|
|
|
14978
15307
|
activatedWithScope: 3,
|
|
14979
15308
|
@privatePreview("organizationalUnit")
|
|
14980
15309
|
preview: 4,
|
|
15310
|
+
extensibilityOnDemand: 5,
|
|
14981
15311
|
}
|
|
14982
15312
|
|
|
14983
15313
|
enum workflowTriggerTimeBasedAttribute {
|
|
@@ -15189,6 +15519,18 @@ namespace reference.`microsoft.graph.security` {
|
|
|
15189
15519
|
emailAddress: string | null;
|
|
15190
15520
|
}
|
|
15191
15521
|
|
|
15522
|
+
@complex model eventPropagationResult {
|
|
15523
|
+
location: string | null;
|
|
15524
|
+
serviceName: string | null;
|
|
15525
|
+
status: eventPropagationStatus | null;
|
|
15526
|
+
statusInformation: string | null;
|
|
15527
|
+
}
|
|
15528
|
+
|
|
15529
|
+
@complex model eventQuery {
|
|
15530
|
+
query: string;
|
|
15531
|
+
queryType: queryType | null;
|
|
15532
|
+
}
|
|
15533
|
+
|
|
15192
15534
|
@complex model exportFileMetadata {
|
|
15193
15535
|
downloadUrl: string | null;
|
|
15194
15536
|
fileName: string | null;
|
|
@@ -15224,6 +15566,31 @@ namespace reference.`microsoft.graph.security` {
|
|
|
15224
15566
|
value: string | null;
|
|
15225
15567
|
}
|
|
15226
15568
|
|
|
15569
|
+
@complex model filePlanAppliedCategory extends filePlanDescriptorBase {
|
|
15570
|
+
subcategory: filePlanSubcategory | null;
|
|
15571
|
+
}
|
|
15572
|
+
|
|
15573
|
+
@complex model filePlanAuthority extends filePlanDescriptorBase {
|
|
15574
|
+
}
|
|
15575
|
+
|
|
15576
|
+
@complex model filePlanCitation extends filePlanDescriptorBase {
|
|
15577
|
+
citationJurisdiction: string | null;
|
|
15578
|
+
citationUrl: string | null;
|
|
15579
|
+
}
|
|
15580
|
+
|
|
15581
|
+
@complex model filePlanDepartment extends filePlanDescriptorBase {
|
|
15582
|
+
}
|
|
15583
|
+
|
|
15584
|
+
@complex model filePlanDescriptorBase {
|
|
15585
|
+
displayName: string | null;
|
|
15586
|
+
}
|
|
15587
|
+
|
|
15588
|
+
@complex model filePlanReference extends filePlanDescriptorBase {
|
|
15589
|
+
}
|
|
15590
|
+
|
|
15591
|
+
@complex model filePlanSubcategory extends filePlanDescriptorBase {
|
|
15592
|
+
}
|
|
15593
|
+
|
|
15227
15594
|
@complex model forceUserPasswordResetResponseAction extends responseAction {
|
|
15228
15595
|
identifier: forceUserPasswordResetEntityIdentifier;
|
|
15229
15596
|
}
|
|
@@ -15570,6 +15937,22 @@ namespace reference.`microsoft.graph.security` {
|
|
|
15570
15937
|
identifier: deviceIdEntityIdentifier;
|
|
15571
15938
|
}
|
|
15572
15939
|
|
|
15940
|
+
@abstract
|
|
15941
|
+
@complex model retentionDuration {
|
|
15942
|
+
}
|
|
15943
|
+
|
|
15944
|
+
@complex model retentionDurationForever extends retentionDuration {
|
|
15945
|
+
}
|
|
15946
|
+
|
|
15947
|
+
@complex model retentionDurationInDays extends retentionDuration {
|
|
15948
|
+
days: int32 | null;
|
|
15949
|
+
}
|
|
15950
|
+
|
|
15951
|
+
@complex model retentionEventStatus {
|
|
15952
|
+
error: reference.`microsoft.graph`.publicError | null;
|
|
15953
|
+
status: eventStatusType | null;
|
|
15954
|
+
}
|
|
15955
|
+
|
|
15573
15956
|
@complex model ruleSchedule {
|
|
15574
15957
|
nextRunDateTime: offsetDateTime | null;
|
|
15575
15958
|
period: string;
|
|
@@ -15746,6 +16129,9 @@ namespace reference.`microsoft.graph.security` {
|
|
|
15746
16129
|
title: string | null;
|
|
15747
16130
|
}
|
|
15748
16131
|
|
|
16132
|
+
@entity model authorityTemplate extends filePlanDescriptorTemplate {
|
|
16133
|
+
}
|
|
16134
|
+
|
|
15749
16135
|
@abstract
|
|
15750
16136
|
@entity model case extends reference.`microsoft.graph`.entity {
|
|
15751
16137
|
@computed createdDateTime: offsetDateTime | null;
|
|
@@ -15770,6 +16156,15 @@ namespace reference.`microsoft.graph.security` {
|
|
|
15770
16156
|
@contains ediscoveryCases: ediscoveryCase[];
|
|
15771
16157
|
}
|
|
15772
16158
|
|
|
16159
|
+
@entity model categoryTemplate extends filePlanDescriptorTemplate {
|
|
16160
|
+
@contains subcategories: subcategoryTemplate[];
|
|
16161
|
+
}
|
|
16162
|
+
|
|
16163
|
+
@entity model citationTemplate extends filePlanDescriptorTemplate {
|
|
16164
|
+
citationJurisdiction: string | null;
|
|
16165
|
+
citationUrl: string | null;
|
|
16166
|
+
}
|
|
16167
|
+
|
|
15773
16168
|
@abstract
|
|
15774
16169
|
@entity model dataSet extends reference.`microsoft.graph`.entity {
|
|
15775
16170
|
createdBy: reference.`microsoft.graph`.identitySet | null;
|
|
@@ -15796,6 +16191,9 @@ namespace reference.`microsoft.graph.security` {
|
|
|
15796
16191
|
status: dataSourceContainerStatus | null;
|
|
15797
16192
|
}
|
|
15798
16193
|
|
|
16194
|
+
@entity model departmentTemplate extends filePlanDescriptorTemplate {
|
|
16195
|
+
}
|
|
16196
|
+
|
|
15799
16197
|
@entity model detectionRule extends protectionRule {
|
|
15800
16198
|
detectionAction: detectionAction | null;
|
|
15801
16199
|
detectorId: string | null;
|
|
@@ -15804,6 +16202,12 @@ namespace reference.`microsoft.graph.security` {
|
|
|
15804
16202
|
schedule: ruleSchedule | null;
|
|
15805
16203
|
}
|
|
15806
16204
|
|
|
16205
|
+
@entity model dispositionReviewStage extends MsGraph.SharedModels.entity {
|
|
16206
|
+
name: string | null;
|
|
16207
|
+
reviewersEmailAddresses: string[] | null;
|
|
16208
|
+
@computed @key stageNumber: string;
|
|
16209
|
+
}
|
|
16210
|
+
|
|
15807
16211
|
@entity model ediscoveryAddToReviewSetOperation extends caseOperation {
|
|
15808
16212
|
additionalDataOptions: additionalDataOptions | null;
|
|
15809
16213
|
cloudAttachmentVersion: cloudAttachmentVersion | null;
|
|
@@ -15955,6 +16359,13 @@ namespace reference.`microsoft.graph.security` {
|
|
|
15955
16359
|
@entity model ediscoveryTagOperation extends caseOperation {
|
|
15956
16360
|
}
|
|
15957
16361
|
|
|
16362
|
+
@entity model entityDefinitionInput extends MsGraph.SharedModels.entity {
|
|
16363
|
+
@computed @key entityIdentifier: string;
|
|
16364
|
+
entityType: manualAlertEntityType;
|
|
16365
|
+
identifierValue: string;
|
|
16366
|
+
role: entityDefinitionInputRole;
|
|
16367
|
+
}
|
|
16368
|
+
|
|
15958
16369
|
@entity model file extends reference.`microsoft.graph`.entity {
|
|
15959
16370
|
content: stream | null;
|
|
15960
16371
|
dateTime: offsetDateTime | null;
|
|
@@ -15970,6 +16381,28 @@ namespace reference.`microsoft.graph.security` {
|
|
|
15970
16381
|
subjectTitle: string | null;
|
|
15971
16382
|
}
|
|
15972
16383
|
|
|
16384
|
+
@entity model filePlanDescriptor extends reference.`microsoft.graph`.entity {
|
|
16385
|
+
authority: filePlanAuthority | null;
|
|
16386
|
+
category: filePlanAppliedCategory | null;
|
|
16387
|
+
citation: filePlanCitation | null;
|
|
16388
|
+
department: filePlanDepartment | null;
|
|
16389
|
+
filePlanReference: filePlanReference | null;
|
|
16390
|
+
@references authorityTemplate: authorityTemplate | null;
|
|
16391
|
+
@references categoryTemplate: categoryTemplate | null;
|
|
16392
|
+
@references citationTemplate: citationTemplate | null;
|
|
16393
|
+
@references departmentTemplate: departmentTemplate | null;
|
|
16394
|
+
@references filePlanReferenceTemplate: filePlanReferenceTemplate | null;
|
|
16395
|
+
}
|
|
16396
|
+
|
|
16397
|
+
@entity model filePlanDescriptorTemplate extends reference.`microsoft.graph`.entity {
|
|
16398
|
+
createdBy: reference.`microsoft.graph`.identitySet | null;
|
|
16399
|
+
@computed createdDateTime: offsetDateTime | null;
|
|
16400
|
+
displayName: string | null;
|
|
16401
|
+
}
|
|
16402
|
+
|
|
16403
|
+
@entity model filePlanReferenceTemplate extends filePlanDescriptorTemplate {
|
|
16404
|
+
}
|
|
16405
|
+
|
|
15973
16406
|
@entity model incident extends reference.`microsoft.graph`.entity {
|
|
15974
16407
|
assignedTo: string | null;
|
|
15975
16408
|
classification: alertClassification | null;
|
|
@@ -15994,6 +16427,22 @@ namespace reference.`microsoft.graph.security` {
|
|
|
15994
16427
|
@references alerts: alert[];
|
|
15995
16428
|
}
|
|
15996
16429
|
|
|
16430
|
+
@entity model labelsRoot extends reference.`microsoft.graph`.entity {
|
|
16431
|
+
@contains authorities: authorityTemplate[];
|
|
16432
|
+
@contains categories: categoryTemplate[];
|
|
16433
|
+
@contains citations: citationTemplate[];
|
|
16434
|
+
@contains departments: departmentTemplate[];
|
|
16435
|
+
@contains filePlanReferences: filePlanReferenceTemplate[];
|
|
16436
|
+
@contains retentionLabels: retentionLabel[];
|
|
16437
|
+
}
|
|
16438
|
+
|
|
16439
|
+
@entity model manualAlert extends alert {
|
|
16440
|
+
isExcludedFromCorrelation: boolean;
|
|
16441
|
+
linkToIncident: int64 | null;
|
|
16442
|
+
sentinelWorkspace: string | null;
|
|
16443
|
+
@contains entityDefinitions: entityDefinitionInput[];
|
|
16444
|
+
}
|
|
16445
|
+
|
|
15997
16446
|
@abstract
|
|
15998
16447
|
@entity model policyBase extends reference.`microsoft.graph`.entity {
|
|
15999
16448
|
createdBy: reference.`microsoft.graph`.identitySet | null;
|
|
@@ -16015,6 +16464,50 @@ namespace reference.`microsoft.graph.security` {
|
|
|
16015
16464
|
@computed lastModifiedDateTime: offsetDateTime;
|
|
16016
16465
|
}
|
|
16017
16466
|
|
|
16467
|
+
@entity model retentionEvent extends reference.`microsoft.graph`.entity {
|
|
16468
|
+
createdBy: reference.`microsoft.graph`.identitySet | null;
|
|
16469
|
+
@computed createdDateTime: offsetDateTime | null;
|
|
16470
|
+
description: string | null;
|
|
16471
|
+
displayName: string | null;
|
|
16472
|
+
eventPropagationResults: eventPropagationResult[] | null;
|
|
16473
|
+
eventQueries: eventQuery[] | null;
|
|
16474
|
+
eventStatus: retentionEventStatus | null;
|
|
16475
|
+
eventTriggerDateTime: offsetDateTime | null;
|
|
16476
|
+
lastModifiedBy: reference.`microsoft.graph`.identitySet | null;
|
|
16477
|
+
@computed lastModifiedDateTime: offsetDateTime | null;
|
|
16478
|
+
@computed lastStatusUpdateDateTime: offsetDateTime | null;
|
|
16479
|
+
@references retentionEventType: retentionEventType | null;
|
|
16480
|
+
}
|
|
16481
|
+
|
|
16482
|
+
@entity model retentionEventType extends reference.`microsoft.graph`.entity {
|
|
16483
|
+
createdBy: reference.`microsoft.graph`.identitySet | null;
|
|
16484
|
+
@computed createdDateTime: offsetDateTime | null;
|
|
16485
|
+
description: string | null;
|
|
16486
|
+
displayName: string | null;
|
|
16487
|
+
lastModifiedBy: reference.`microsoft.graph`.identitySet | null;
|
|
16488
|
+
@computed lastModifiedDateTime: offsetDateTime | null;
|
|
16489
|
+
}
|
|
16490
|
+
|
|
16491
|
+
@entity model retentionLabel extends reference.`microsoft.graph`.entity {
|
|
16492
|
+
actionAfterRetentionPeriod: actionAfterRetentionPeriod | null;
|
|
16493
|
+
behaviorDuringRetentionPeriod: behaviorDuringRetentionPeriod | null;
|
|
16494
|
+
createdBy: reference.`microsoft.graph`.identitySet | null;
|
|
16495
|
+
@computed createdDateTime: offsetDateTime | null;
|
|
16496
|
+
defaultRecordBehavior: defaultRecordBehavior | null;
|
|
16497
|
+
descriptionForAdmins: string | null;
|
|
16498
|
+
descriptionForUsers: string | null;
|
|
16499
|
+
displayName: string | null;
|
|
16500
|
+
isInUse: boolean | null;
|
|
16501
|
+
labelToBeApplied: string | null;
|
|
16502
|
+
lastModifiedBy: reference.`microsoft.graph`.identitySet | null;
|
|
16503
|
+
@computed lastModifiedDateTime: offsetDateTime | null;
|
|
16504
|
+
retentionDuration: retentionDuration | null;
|
|
16505
|
+
retentionTrigger: retentionTrigger | null;
|
|
16506
|
+
@contains descriptors: filePlanDescriptor | null;
|
|
16507
|
+
@contains dispositionReviewStages: dispositionReviewStage[];
|
|
16508
|
+
@references retentionEventType: retentionEventType | null;
|
|
16509
|
+
}
|
|
16510
|
+
|
|
16018
16511
|
@entity model rulesRoot extends reference.`microsoft.graph`.entity {
|
|
16019
16512
|
@contains detectionRules: detectionRule[];
|
|
16020
16513
|
}
|
|
@@ -16034,6 +16527,9 @@ namespace reference.`microsoft.graph.security` {
|
|
|
16034
16527
|
@references site: reference.`microsoft.graph`.site;
|
|
16035
16528
|
}
|
|
16036
16529
|
|
|
16530
|
+
@entity model subcategoryTemplate extends filePlanDescriptorTemplate {
|
|
16531
|
+
}
|
|
16532
|
+
|
|
16037
16533
|
@abstract
|
|
16038
16534
|
@entity model tag extends reference.`microsoft.graph`.entity {
|
|
16039
16535
|
createdBy: reference.`microsoft.graph`.identitySet | null;
|
|
@@ -16042,6 +16538,14 @@ namespace reference.`microsoft.graph.security` {
|
|
|
16042
16538
|
@computed lastModifiedDateTime: offsetDateTime | null;
|
|
16043
16539
|
}
|
|
16044
16540
|
|
|
16541
|
+
@entity model triggersRoot extends reference.`microsoft.graph`.entity {
|
|
16542
|
+
@contains retentionEvents: retentionEvent[];
|
|
16543
|
+
}
|
|
16544
|
+
|
|
16545
|
+
@entity model triggerTypesRoot extends reference.`microsoft.graph`.entity {
|
|
16546
|
+
@contains retentionEventTypes: retentionEventType[];
|
|
16547
|
+
}
|
|
16548
|
+
|
|
16045
16549
|
@entity model unifiedGroupSource extends dataSource {
|
|
16046
16550
|
includedSources: sourceType | null;
|
|
16047
16551
|
@references group: reference.`microsoft.graph`.group;
|
|
@@ -16053,6 +16557,14 @@ namespace reference.`microsoft.graph.security` {
|
|
|
16053
16557
|
siteWebUrl: string | null;
|
|
16054
16558
|
}
|
|
16055
16559
|
|
|
16560
|
+
enum actionAfterRetentionPeriod {
|
|
16561
|
+
none: 0,
|
|
16562
|
+
delete: 1,
|
|
16563
|
+
startDispositionReview: 2,
|
|
16564
|
+
relabel: 3,
|
|
16565
|
+
unknownFutureValue: 4,
|
|
16566
|
+
}
|
|
16567
|
+
|
|
16056
16568
|
@graphFlags
|
|
16057
16569
|
enum additionalDataOptions {
|
|
16058
16570
|
allVersions: 1,
|
|
@@ -16254,6 +16766,12 @@ namespace reference.`microsoft.graph.security` {
|
|
|
16254
16766
|
unknownFutureValue: 16,
|
|
16255
16767
|
}
|
|
16256
16768
|
|
|
16769
|
+
enum defaultRecordBehavior {
|
|
16770
|
+
startLocked: 0,
|
|
16771
|
+
startUnlocked: 1,
|
|
16772
|
+
unknownFutureValue: 2,
|
|
16773
|
+
}
|
|
16774
|
+
|
|
16257
16775
|
enum defenderAvStatus {
|
|
16258
16776
|
notReporting: 0,
|
|
16259
16777
|
disabled: 1,
|
|
@@ -16371,6 +16889,28 @@ namespace reference.`microsoft.graph.security` {
|
|
|
16371
16889
|
unknownFutureValue: 4,
|
|
16372
16890
|
}
|
|
16373
16891
|
|
|
16892
|
+
enum entityDefinitionInputRole {
|
|
16893
|
+
impacted: 0,
|
|
16894
|
+
related: 1,
|
|
16895
|
+
unknownFutureValue: 99,
|
|
16896
|
+
}
|
|
16897
|
+
|
|
16898
|
+
enum eventPropagationStatus {
|
|
16899
|
+
none: 0,
|
|
16900
|
+
inProcessing: 1,
|
|
16901
|
+
failed: 2,
|
|
16902
|
+
success: 3,
|
|
16903
|
+
unknownFutureValue: 4,
|
|
16904
|
+
}
|
|
16905
|
+
|
|
16906
|
+
enum eventStatusType {
|
|
16907
|
+
pending: 0,
|
|
16908
|
+
error: 1,
|
|
16909
|
+
success: 2,
|
|
16910
|
+
notAvaliable: 3,
|
|
16911
|
+
unknownFutureValue: 4,
|
|
16912
|
+
}
|
|
16913
|
+
|
|
16374
16914
|
enum evidenceRemediationStatus {
|
|
16375
16915
|
none: 0,
|
|
16376
16916
|
remediated: 1,
|
|
@@ -16605,6 +17145,27 @@ namespace reference.`microsoft.graph.security` {
|
|
|
16605
17145
|
unknownFutureValue: 31,
|
|
16606
17146
|
}
|
|
16607
17147
|
|
|
17148
|
+
enum manualAlertEntityType {
|
|
17149
|
+
user: 0,
|
|
17150
|
+
device: 1,
|
|
17151
|
+
file: 2,
|
|
17152
|
+
ip: 3,
|
|
17153
|
+
url: 4,
|
|
17154
|
+
cloudApplication: 5,
|
|
17155
|
+
mailbox: 6,
|
|
17156
|
+
securityGroup: 7,
|
|
17157
|
+
azureResource: 8,
|
|
17158
|
+
amazonResource: 9,
|
|
17159
|
+
googleCloudResource: 10,
|
|
17160
|
+
oAuthApplication: 11,
|
|
17161
|
+
emailMessage: 12,
|
|
17162
|
+
emailCluster: 13,
|
|
17163
|
+
process: 14,
|
|
17164
|
+
registryKey: 15,
|
|
17165
|
+
registryValue: 16,
|
|
17166
|
+
unknownFutureValue: 99,
|
|
17167
|
+
}
|
|
17168
|
+
|
|
16608
17169
|
@graphFlags
|
|
16609
17170
|
enum markUserAsCompromisedEntityIdentifier {
|
|
16610
17171
|
accountObjectId: 1,
|
|
@@ -16648,6 +17209,12 @@ namespace reference.`microsoft.graph.security` {
|
|
|
16648
17209
|
permanentlyDelete: 2,
|
|
16649
17210
|
}
|
|
16650
17211
|
|
|
17212
|
+
enum queryType {
|
|
17213
|
+
files: 0,
|
|
17214
|
+
messages: 1,
|
|
17215
|
+
unknownFutureValue: 2,
|
|
17216
|
+
}
|
|
17217
|
+
|
|
16651
17218
|
@graphFlags
|
|
16652
17219
|
enum recipientType {
|
|
16653
17220
|
user: 1,
|
|
@@ -16655,6 +17222,14 @@ namespace reference.`microsoft.graph.security` {
|
|
|
16655
17222
|
unknownFutureValue: 4,
|
|
16656
17223
|
}
|
|
16657
17224
|
|
|
17225
|
+
enum retentionTrigger {
|
|
17226
|
+
dateLabeled: 0,
|
|
17227
|
+
dateCreated: 1,
|
|
17228
|
+
dateModified: 2,
|
|
17229
|
+
dateOfEvent: 3,
|
|
17230
|
+
unknownFutureValue: 4,
|
|
17231
|
+
}
|
|
17232
|
+
|
|
16658
17233
|
@graphFlags
|
|
16659
17234
|
enum reviewSetSettings {
|
|
16660
17235
|
none: 0,
|
|
@@ -16689,6 +17264,7 @@ namespace reference.`microsoft.graph.security` {
|
|
|
16689
17264
|
microsoftDefenderForCloud: 256,
|
|
16690
17265
|
microsoftSentinel: 512,
|
|
16691
17266
|
microsoftInsiderRiskManagement: 1024,
|
|
17267
|
+
microsoftSecurityForAI: 4096,
|
|
16692
17268
|
}
|
|
16693
17269
|
|
|
16694
17270
|
@graphFlags
|