@microsoft/typespec-msgraph-reference 1.0.5 → 1.0.7
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 +19 -19
- package/.rush/temp/shrinkwrap-deps.json +10 -10
- package/CHANGELOG.md +18 -0
- package/lib/Bleu/Beta/main.tsp +235 -6
- package/lib/Bleu/V1.0/main.tsp +672 -12
- package/lib/Delos/Beta/main.tsp +3542 -22
- package/lib/Delos/V1.0/main.tsp +2963 -38
- package/lib/Fairfax/Beta/main.tsp +360 -5
- package/lib/Fairfax/V1.0/main.tsp +325 -25
- package/lib/GovSG/Beta/main.tsp +1 -0
- package/lib/GovSG/V1.0/main.tsp +29 -1
- package/lib/Mooncake/Beta/main.tsp +209 -4
- package/lib/Mooncake/V1.0/main.tsp +122 -1
- package/lib/Prod/Beta/main.tsp +1550 -175
- package/lib/Prod/V1.0/main.tsp +3736 -84
- package/lib/USNat/Beta/main.tsp +375 -2
- package/lib/USNat/V1.0/main.tsp +317 -22
- package/lib/USSec/Beta/main.tsp +392 -2
- package/lib/USSec/V1.0/main.tsp +317 -22
- package/package.json +2 -2
package/lib/Prod/Beta/main.tsp
CHANGED
|
@@ -8,6 +8,7 @@ scalar binary; //TODO: Enables support for Edm.Binary
|
|
|
8
8
|
|
|
9
9
|
|
|
10
10
|
@deprecatedDefinition("Deprecation", "<ChangeLogCategory>", "2024-04-10", "2026-04-10", "The legacy Graph Security API is deprecated and will stop returning data on January 31, 2025. Please use the new Graph Security API.")
|
|
11
|
+
@deprecatedDefinition("beta:EnhancedRestore", "<ChangeLogCategory>", "2026-05-04", "2027-05-04", "Use structuredQueryExpression instead for structured query support.")
|
|
11
12
|
@deprecatedDefinition("cloudPcConnectionSettings", "<ChangeLogCategory>", "2023-10-12", "2024-08-31", "Starting from August 31, 2024, CloudPcConnectionSettings property will no longer be supported and will be marked as deprecated. Please use CloudPcConnectionSetting instead.")
|
|
12
13
|
@deprecatedDefinition("updatedDatetime", "<ChangeLogCategory>", "2023-10-12", "2024-08-31", "Starting from August 31, 2024, updatedDatetime property will no longer be supported and will be marked as deprecated. Please use lastModifiedDateTime instead.")
|
|
13
14
|
@deprecatedDefinition("crossRegionDisasterRecoveryEnabled", "<ChangeLogCategory>", "2024-11-11", "2025-02-11", "Starting from February 11, 2025, this property will no longer be supported and will be marked as deprecated. If crossRegionDisasterRecoveryEnabled is true, use `disasterRecoveryType = crossRegion` instead, if crossRegionDisasterRecoveryEnabled is false, use `disasterRecoveryType = notconfigured` instead")
|
|
@@ -76,6 +77,7 @@ scalar binary; //TODO: Enables support for Edm.Binary
|
|
|
76
77
|
@deprecatedDefinition("SignInWithAlias", "<ChangeLogCategory>", "2025-03-26", "2025-12-25", "")
|
|
77
78
|
@deprecatedDefinition("Remove_Breakdown_APIs", "<ChangeLogCategory>", "2024-02-02", "2024-02-16", "The Inactive Users By Application Metric is deprecated and will stop returning data on February 16, 2024. Please use the existing Inactive Users API.")
|
|
78
79
|
@deprecatedDefinition("DirectoryFeatureRolloutPolicies", "<ChangeLogCategory>", "2021-03-05", "2021-06-30", "Feature Rollout Policies have been grouped with other policies under /policies. The existing /directory/featureRolloutPolicies is deprecated and will stop returning data on 06/30/2021. Please use /policies/featureRolloutPolicies.")
|
|
80
|
+
@privatePreviewDefinition("remoteTenantGroupsAPI", "2025-12-02", "2028-12-07", "<theOwner>")
|
|
79
81
|
@deprecatedDefinition("Removal", "<ChangeLogCategory>", "2023-12-05", "2025-12-05", "The users enum value is deprecated. Use specificPeople instead.")
|
|
80
82
|
// Metadata item DeprecatedDefinition_Removal was already defined with a different value.
|
|
81
83
|
@deprecatedDefinition("Beta_SensitivityLabels", "<ChangeLogCategory>", "2021-02-15", "2022-08-15", "This API will no longer be accessible, please see microsoft.graph.security.informationProtection APIs.")
|
|
@@ -86,7 +88,6 @@ scalar binary; //TODO: Enables support for Edm.Binary
|
|
|
86
88
|
@deprecatedDefinition("CreationDateTime", "<ChangeLogCategory>", "2020-11-06", "2020-12-31", "The creationDateTime property is deprecated and will stop returning data on December 31, 2020. Please use the createdDateTime property.")
|
|
87
89
|
@deprecatedDefinition("PIM_Iteration2_Deprecation", "<ChangeLogCategory>", "2025-10-27", "2026-10-28", "The PIM Iteration 2 beta API is deprecated and will be removed on October 28, 2026. Please migrate to PIM Iteration 3 API.")
|
|
88
90
|
@deprecatedDefinition("accountEnabledDeprecated", "<ChangeLogCategory>", "2023-02-23", "2023-07-12", "The accountEnabled field will soon be deprecated on 2023-07-12. Please use isEnabled instead.")
|
|
89
|
-
@privatePreviewDefinition("microsoft.applicationAuthorization", "2025-01-01", "2025-12-01", "<theOwner>")
|
|
90
91
|
@deprecatedDefinition("SignIn", "<ChangeLogCategory>", "2024-08-31", "2025-03-31", "SignInTokenProtectionStatus property is being deprecate in favor or more detailed tokenProtectionStatusDetails. It will be removed from April 2025.")
|
|
91
92
|
// Metadata item DeprecatedDefinition_SignIn was already defined with a different value.
|
|
92
93
|
@deprecatedDefinition("shared", "<ChangeLogCategory>", "2024-03-31", "2027-04-30", "Starting from April 30, 2027, this property will no longer be supported and will be marked as deprecated. Please use sharedByUser instead.")
|
|
@@ -525,6 +526,11 @@ namespace reference.`microsoft.graph` {
|
|
|
525
526
|
type: string;
|
|
526
527
|
}
|
|
527
528
|
|
|
529
|
+
@complex model additionalStorageAllocations {
|
|
530
|
+
bonusQuotaInBytes: int64 | null;
|
|
531
|
+
subscriptionQuotaInBytes: int64 | null;
|
|
532
|
+
}
|
|
533
|
+
|
|
528
534
|
@complex model addressBookAccountTargetContent extends accountTargetContent {
|
|
529
535
|
accountTargetEmails: string[] | null;
|
|
530
536
|
}
|
|
@@ -1790,7 +1796,10 @@ namespace reference.`microsoft.graph` {
|
|
|
1790
1796
|
|
|
1791
1797
|
@complex model artifactQuery {
|
|
1792
1798
|
artifactType: restorableArtifact | null;
|
|
1799
|
+
|
|
1800
|
+
@graphDeprecated("beta:EnhancedRestore")
|
|
1793
1801
|
queryExpression: string | null;
|
|
1802
|
+
structuredQueryExpression: restoreSearchArtifactQueryExpression | null;
|
|
1794
1803
|
}
|
|
1795
1804
|
|
|
1796
1805
|
@complex model assignedLabel {
|
|
@@ -2939,8 +2948,12 @@ namespace reference.`microsoft.graph` {
|
|
|
2939
2948
|
}
|
|
2940
2949
|
|
|
2941
2950
|
@complex model browseQueryResponseItem {
|
|
2951
|
+
createdBy: identitySet | null;
|
|
2952
|
+
@computed createdDateTime: offsetDateTime | null;
|
|
2942
2953
|
itemKey: string | null;
|
|
2943
2954
|
itemsCount: int32 | null;
|
|
2955
|
+
lastModifiedBy: identitySet | null;
|
|
2956
|
+
@computed lastModifiedDateTime: offsetDateTime | null;
|
|
2944
2957
|
name: string | null;
|
|
2945
2958
|
sizeInBytes: string | null;
|
|
2946
2959
|
type: browseQueryResponseItemType;
|
|
@@ -4783,6 +4796,10 @@ namespace reference.`microsoft.graph` {
|
|
|
4783
4796
|
position: int32 | null;
|
|
4784
4797
|
}
|
|
4785
4798
|
|
|
4799
|
+
@complex model contextMetadata {
|
|
4800
|
+
metadataProperties: customMetadataDictionary;
|
|
4801
|
+
}
|
|
4802
|
+
|
|
4786
4803
|
@complex model continuousAccessEvaluationSessionControl {
|
|
4787
4804
|
mode: continuousAccessEvaluationMode | null;
|
|
4788
4805
|
}
|
|
@@ -4989,6 +5006,21 @@ Each data source key can include a filter expression to narrow results and a lis
|
|
|
4989
5006
|
userRole: onenoteUserRole | null;
|
|
4990
5007
|
}
|
|
4991
5008
|
|
|
5009
|
+
@complex model correlatedObjectLinkMapping {
|
|
5010
|
+
targetProperty: string | null;
|
|
5011
|
+
}
|
|
5012
|
+
|
|
5013
|
+
@complex model correlatedObjectLinkSource {
|
|
5014
|
+
sourceIdentity: identityInfo | null;
|
|
5015
|
+
targetIdentity: identityInfo | null;
|
|
5016
|
+
}
|
|
5017
|
+
|
|
5018
|
+
@complex model correlatedObjectLinkTarget {
|
|
5019
|
+
correlatedDateTime: offsetDateTime | null;
|
|
5020
|
+
sourceIdentity: identityInfo | null;
|
|
5021
|
+
targetIdentity: identityInfo | null;
|
|
5022
|
+
}
|
|
5023
|
+
|
|
4992
5024
|
@complex model correlationError {
|
|
4993
5025
|
code: string;
|
|
4994
5026
|
message: string;
|
|
@@ -5218,6 +5250,10 @@ Each data source key can include a filter expression to narrow results and a lis
|
|
|
5218
5250
|
totalBytesUploaded: int64;
|
|
5219
5251
|
}
|
|
5220
5252
|
|
|
5253
|
+
@open
|
|
5254
|
+
@complex model customEmojiFromIdentitySet extends identitySet {
|
|
5255
|
+
}
|
|
5256
|
+
|
|
5221
5257
|
@complex model customerVoiceSettings {
|
|
5222
5258
|
isInOrgFormsPhishingScanEnabled: boolean | null;
|
|
5223
5259
|
isRecordIdentityByDefaultEnabled: boolean | null;
|
|
@@ -7901,6 +7937,17 @@ Each data source key can include a filter expression to narrow results and a lis
|
|
|
7901
7937
|
rule: string | null;
|
|
7902
7938
|
}
|
|
7903
7939
|
|
|
7940
|
+
@complex model deviceSyncStatusResponse {
|
|
7941
|
+
/**
|
|
7942
|
+
* Indicates the collection of sync component statuses representing infrastructure and policy progress. Each entry represents a component that has started reporting during this sync operation. Components appear in the collection only after they begin executing. Read-only. Not nullable.
|
|
7943
|
+
*/
|
|
7944
|
+
components: syncComponent[];
|
|
7945
|
+
/**
|
|
7946
|
+
* Indicates the managed device identifier. Used to correlate this sync status snapshot with the device that was synced. This is the same id used in the managedDevice entity. Example: 'd1e2f3a4-b5c6-7890-abcd-ef1234567890'. Read-only. Not nullable.
|
|
7947
|
+
*/
|
|
7948
|
+
deviceId: string;
|
|
7949
|
+
}
|
|
7950
|
+
|
|
7904
7951
|
@complex model diagnostic {
|
|
7905
7952
|
message: string | null;
|
|
7906
7953
|
url: string | null;
|
|
@@ -8654,6 +8701,10 @@ Each data source key can include a filter expression to narrow results and a lis
|
|
|
8654
8701
|
discoveredSensitiveTypes: discoveredSensitiveType[] | null;
|
|
8655
8702
|
}
|
|
8656
8703
|
|
|
8704
|
+
@complex model evaluationScope {
|
|
8705
|
+
type: evaluationScopeType;
|
|
8706
|
+
}
|
|
8707
|
+
|
|
8657
8708
|
@abstract
|
|
8658
8709
|
@complex model eventMessageDetail {
|
|
8659
8710
|
}
|
|
@@ -8874,6 +8925,10 @@ Each data source key can include a filter expression to narrow results and a lis
|
|
|
8874
8925
|
value: string | null;
|
|
8875
8926
|
}
|
|
8876
8927
|
|
|
8928
|
+
@complex model externalItemInformationProtectionLabel {
|
|
8929
|
+
sensitivityLabelId: string | null;
|
|
8930
|
+
}
|
|
8931
|
+
|
|
8877
8932
|
@complex model externalLink {
|
|
8878
8933
|
href: string | null;
|
|
8879
8934
|
}
|
|
@@ -8919,6 +8974,12 @@ Each data source key can include a filter expression to narrow results and a lis
|
|
|
8919
8974
|
@complex model fallbackToMicrosoftProviderOnError extends customExtensionBehaviorOnError {
|
|
8920
8975
|
}
|
|
8921
8976
|
|
|
8977
|
+
@complex model familyMemberStorageQuota {
|
|
8978
|
+
additionalAllocations: additionalStorageAllocations | null;
|
|
8979
|
+
used: int64 | null;
|
|
8980
|
+
user: identity | null;
|
|
8981
|
+
}
|
|
8982
|
+
|
|
8922
8983
|
@complex model featureTarget {
|
|
8923
8984
|
id: string | null;
|
|
8924
8985
|
targetType: featureTargetType | null;
|
|
@@ -11144,6 +11205,17 @@ Each data source key can include a filter expression to narrow results and a lis
|
|
|
11144
11205
|
submitOnlyLinkAbilities: linkRoleAbilities | null;
|
|
11145
11206
|
}
|
|
11146
11207
|
|
|
11208
|
+
@complex model linkStatistics {
|
|
11209
|
+
correlatedAssigned: int64 | null;
|
|
11210
|
+
correlatedNotAssigned: int64 | null;
|
|
11211
|
+
failToCorrelate: int64 | null;
|
|
11212
|
+
mapping: correlatedObjectLinkMapping | null;
|
|
11213
|
+
total: int64 | null;
|
|
11214
|
+
uncorrelated: int64 | null;
|
|
11215
|
+
`unknown`: int64 | null;
|
|
11216
|
+
unresolvedTarget: int64 | null;
|
|
11217
|
+
}
|
|
11218
|
+
|
|
11147
11219
|
@complex model listInfo {
|
|
11148
11220
|
contentTypesEnabled: boolean | null;
|
|
11149
11221
|
hidden: boolean | null;
|
|
@@ -12477,6 +12549,14 @@ Each data source key can include a filter expression to narrow results and a lis
|
|
|
12477
12549
|
meetingTimeSuggestions: meetingTimeSuggestion[] | null;
|
|
12478
12550
|
}
|
|
12479
12551
|
|
|
12552
|
+
@complex model member {
|
|
12553
|
+
contactId: string | null;
|
|
12554
|
+
displayName: string | null;
|
|
12555
|
+
key: string | null;
|
|
12556
|
+
recipientType: recipientType;
|
|
12557
|
+
routingType: string | null;
|
|
12558
|
+
}
|
|
12559
|
+
|
|
12480
12560
|
@complex model membersAddedEventMessageDetail extends eventMessageDetail {
|
|
12481
12561
|
initiator: identitySet | null;
|
|
12482
12562
|
members: teamworkUserIdentity[] | null;
|
|
@@ -14044,6 +14124,10 @@ Each data source key can include a filter expression to narrow results and a lis
|
|
|
14044
14124
|
totalPlaceCount: int32 | null;
|
|
14045
14125
|
}
|
|
14046
14126
|
|
|
14127
|
+
@complex model placeServicePlanInfo {
|
|
14128
|
+
servicePlanId: string | null;
|
|
14129
|
+
}
|
|
14130
|
+
|
|
14047
14131
|
@open
|
|
14048
14132
|
@complex model plannerAppliedCategories {
|
|
14049
14133
|
}
|
|
@@ -14426,6 +14510,9 @@ Each data source key can include a filter expression to narrow results and a lis
|
|
|
14426
14510
|
@complex model policyLocationDomain extends policyLocation {
|
|
14427
14511
|
}
|
|
14428
14512
|
|
|
14513
|
+
@complex model policyLocationTool extends policyLocation {
|
|
14514
|
+
}
|
|
14515
|
+
|
|
14429
14516
|
@complex model policyLocationUrl extends policyLocation {
|
|
14430
14517
|
}
|
|
14431
14518
|
|
|
@@ -14433,6 +14520,7 @@ Each data source key can include a filter expression to narrow results and a lis
|
|
|
14433
14520
|
@complex model policyScopeBase {
|
|
14434
14521
|
activities: userActivityTypes;
|
|
14435
14522
|
executionMode: executionMode;
|
|
14523
|
+
locationExclusions: policyLocation[];
|
|
14436
14524
|
locations: policyLocation[];
|
|
14437
14525
|
policyActions: dlpActionInfo[];
|
|
14438
14526
|
}
|
|
@@ -14907,7 +14995,9 @@ Each data source key can include a filter expression to narrow results and a lis
|
|
|
14907
14995
|
@complex model processContentRequest {
|
|
14908
14996
|
activityMetadata: activityMetadata;
|
|
14909
14997
|
contentEntries: processContentMetadataBase[];
|
|
14998
|
+
contextMetadata: contextMetadata | null;
|
|
14910
14999
|
deviceMetadata: deviceMetadata;
|
|
15000
|
+
evaluationScope: evaluationScope | null;
|
|
14911
15001
|
integratedAppMetadata: integratedApplicationMetadata;
|
|
14912
15002
|
protectedAppMetadata: protectedApplicationMetadata | null;
|
|
14913
15003
|
}
|
|
@@ -15000,6 +15090,7 @@ Each data source key can include a filter expression to narrow results and a lis
|
|
|
15000
15090
|
|
|
15001
15091
|
@complex model protectedApplicationMetadata extends integratedApplicationMetadata {
|
|
15002
15092
|
applicationLocation: policyLocation | null;
|
|
15093
|
+
sourceLocation: policyLocation | null;
|
|
15003
15094
|
}
|
|
15004
15095
|
|
|
15005
15096
|
@complex model protectedContent {
|
|
@@ -15686,6 +15777,14 @@ Each data source key can include a filter expression to narrow results and a lis
|
|
|
15686
15777
|
@references restorePoint: restorePoint | null;
|
|
15687
15778
|
}
|
|
15688
15779
|
|
|
15780
|
+
@complex model restoreSearchArtifactQueryExpression {
|
|
15781
|
+
hasAttachment: boolean | null;
|
|
15782
|
+
items: granularRestoreItems[] | null;
|
|
15783
|
+
recipients: string[] | null;
|
|
15784
|
+
senders: string[] | null;
|
|
15785
|
+
subjects: string[] | null;
|
|
15786
|
+
}
|
|
15787
|
+
|
|
15689
15788
|
@complex model restoreSessionArtifactCount {
|
|
15690
15789
|
completed: int32 | null;
|
|
15691
15790
|
failed: int32 | null;
|
|
@@ -15996,6 +16095,27 @@ Each data source key can include a filter expression to narrow results and a lis
|
|
|
15996
16095
|
qualityId: string | null;
|
|
15997
16096
|
}
|
|
15998
16097
|
|
|
16098
|
+
@complex model samlAppProfile {
|
|
16099
|
+
}
|
|
16100
|
+
|
|
16101
|
+
@complex model samlAuthnRequest {
|
|
16102
|
+
}
|
|
16103
|
+
|
|
16104
|
+
@complex model samlAuthnStatement {
|
|
16105
|
+
}
|
|
16106
|
+
|
|
16107
|
+
@complex model samlCapturedSummary {
|
|
16108
|
+
}
|
|
16109
|
+
|
|
16110
|
+
@complex model samlCertificate {
|
|
16111
|
+
}
|
|
16112
|
+
|
|
16113
|
+
@complex model samlClaim {
|
|
16114
|
+
}
|
|
16115
|
+
|
|
16116
|
+
@complex model samlConditions {
|
|
16117
|
+
}
|
|
16118
|
+
|
|
15999
16119
|
@complex model samlIdentitySource extends permissionsDefinitionIdentitySource {
|
|
16000
16120
|
}
|
|
16001
16121
|
|
|
@@ -16004,10 +16124,43 @@ Each data source key can include a filter expression to narrow results and a lis
|
|
|
16004
16124
|
serviceProviderNameQualifier: string | null;
|
|
16005
16125
|
}
|
|
16006
16126
|
|
|
16127
|
+
@complex model samlNameIdPolicy {
|
|
16128
|
+
}
|
|
16129
|
+
|
|
16130
|
+
@complex model samlRequestedAuthnContext {
|
|
16131
|
+
}
|
|
16132
|
+
|
|
16133
|
+
@complex model samlResponseAssertion {
|
|
16134
|
+
}
|
|
16135
|
+
|
|
16136
|
+
@complex model samlResponseMetadata {
|
|
16137
|
+
}
|
|
16138
|
+
|
|
16139
|
+
@complex model samlResponseStatus {
|
|
16140
|
+
}
|
|
16141
|
+
|
|
16142
|
+
@complex model samlScenarioRun {
|
|
16143
|
+
}
|
|
16144
|
+
|
|
16145
|
+
@complex model samlScreenshot {
|
|
16146
|
+
}
|
|
16147
|
+
|
|
16148
|
+
@complex model samlSignatureDetail {
|
|
16149
|
+
}
|
|
16150
|
+
|
|
16007
16151
|
@complex model samlSingleSignOnSettings {
|
|
16008
16152
|
relayState: string | null;
|
|
16009
16153
|
}
|
|
16010
16154
|
|
|
16155
|
+
@complex model samlSubCheck {
|
|
16156
|
+
}
|
|
16157
|
+
|
|
16158
|
+
@complex model samlSubject {
|
|
16159
|
+
}
|
|
16160
|
+
|
|
16161
|
+
@complex model samlSubjectConfirmation {
|
|
16162
|
+
}
|
|
16163
|
+
|
|
16011
16164
|
@complex model samlTestResults {
|
|
16012
16165
|
}
|
|
16013
16166
|
|
|
@@ -16461,6 +16614,7 @@ This model is shared with the CCS retrieval API and search where it is already u
|
|
|
16461
16614
|
allProperties: boolean | null;
|
|
16462
16615
|
credentialsWithUsageSign: boolean | null;
|
|
16463
16616
|
credentialsWithUsageVerify: boolean | null;
|
|
16617
|
+
enforcementScope: servicePrincipalLockScope;
|
|
16464
16618
|
isEnabled: boolean;
|
|
16465
16619
|
tokenEncryptionKeyId: boolean | null;
|
|
16466
16620
|
}
|
|
@@ -16597,6 +16751,7 @@ This model is shared with the CCS retrieval API and search where it is already u
|
|
|
16597
16751
|
appId: string | null;
|
|
16598
16752
|
serviceArea: string | null;
|
|
16599
16753
|
tenantId: string | null;
|
|
16754
|
+
throttledRequests: int64 | null;
|
|
16600
16755
|
usageDateTime: offsetDateTime | null;
|
|
16601
16756
|
usageMB: int64 | null;
|
|
16602
16757
|
usageRequests: int64 | null;
|
|
@@ -17129,6 +17284,25 @@ This model is shared with the CCS retrieval API and search where it is already u
|
|
|
17129
17284
|
nameIdPolicyFormat: string | null;
|
|
17130
17285
|
}
|
|
17131
17286
|
|
|
17287
|
+
@complex model syncComponent {
|
|
17288
|
+
/**
|
|
17289
|
+
* Indicates additional information for this sync stage. This is a flexible string that can be null (no additional info), a progress indicator such as '3/6' (completed out of total), or a list of individual item names. Read-only. Nullable.
|
|
17290
|
+
*/
|
|
17291
|
+
moreInfo: string | null;
|
|
17292
|
+
/**
|
|
17293
|
+
* Indicates the sync stage name. The backend abstracts internal infrastructure into 6 user-facing stages. Fixed values are: notifyingDevice, deviceConnecting, policies, applications, scripts, compliance. Read-only. Not nullable.
|
|
17294
|
+
*/
|
|
17295
|
+
name: string;
|
|
17296
|
+
/**
|
|
17297
|
+
* Indicates the date and time when this stage last reported status. The date and time information is shown using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'. Read-only. Not nullable.
|
|
17298
|
+
*/
|
|
17299
|
+
reportedDateTime: offsetDateTime;
|
|
17300
|
+
/**
|
|
17301
|
+
* Indicates the current status of this sync stage. Default value is none. Possible values are: none, inProgress, success, failure, partialSuccess, unknownFutureValue. Stages only appear in the response once they have started, so none is a schema default and will not typically appear in responses. Read-only. Not nullable.
|
|
17302
|
+
*/
|
|
17303
|
+
status: syncComponentStatus;
|
|
17304
|
+
}
|
|
17305
|
+
|
|
17132
17306
|
@complex model synchronizationError {
|
|
17133
17307
|
code: string | null;
|
|
17134
17308
|
message: string | null;
|
|
@@ -22187,16 +22361,16 @@ capabilities, skills, security, and other manifest-defined fields.
|
|
|
22187
22361
|
additionalInfo: string | null;
|
|
22188
22362
|
|
|
22189
22363
|
@graphDeprecated("beta:DisplayNameRename")
|
|
22190
|
-
agentDisplayName: string;
|
|
22364
|
+
agentDisplayName: string | null;
|
|
22191
22365
|
|
|
22192
22366
|
@graphDeprecated("beta:IdentityIDRename")
|
|
22193
|
-
agentId: string;
|
|
22367
|
+
agentId: string | null;
|
|
22194
22368
|
blueprintId: string | null;
|
|
22195
22369
|
clientSessionId: string | null;
|
|
22196
22370
|
detectedDateTime: offsetDateTime | null;
|
|
22197
22371
|
detectionTimingType: riskDetectionTimingType;
|
|
22198
|
-
displayName: string
|
|
22199
|
-
identityId: string
|
|
22372
|
+
displayName: string;
|
|
22373
|
+
identityId: string;
|
|
22200
22374
|
identityType: agentIdentityType;
|
|
22201
22375
|
@computed lastModifiedDateTime: offsetDateTime | null;
|
|
22202
22376
|
riskDetail: riskDetail;
|
|
@@ -28828,6 +29002,7 @@ capabilities, skills, security, and other manifest-defined fields.
|
|
|
28828
29002
|
imageDisplayName: string | null;
|
|
28829
29003
|
isDisasterRecoveryActive: boolean;
|
|
28830
29004
|
lastLoginResult: cloudPcLoginResult | null;
|
|
29005
|
+
@computed lastLogoffDateTime: offsetDateTime | null;
|
|
28831
29006
|
@computed lastModifiedDateTime: offsetDateTime;
|
|
28832
29007
|
lastRemoteActionResult: cloudPcRemoteActionResult | null;
|
|
28833
29008
|
managedDeviceId: string | null;
|
|
@@ -29274,6 +29449,7 @@ capabilities, skills, security, and other manifest-defined fields.
|
|
|
29274
29449
|
isDeletable: boolean | null;
|
|
29275
29450
|
isReorderable: boolean | null;
|
|
29276
29451
|
isSealed: boolean | null;
|
|
29452
|
+
isSearchable: boolean | null;
|
|
29277
29453
|
lookup: lookupColumn | null;
|
|
29278
29454
|
name: string | null;
|
|
29279
29455
|
number: numberColumn | null;
|
|
@@ -31311,6 +31487,7 @@ typically alternating request/response, implicitly forming a turn.Represents a c
|
|
|
31311
31487
|
heightAdjustableState: placeFeatureEnablement;
|
|
31312
31488
|
mailboxDetails: mailboxDetails | null;
|
|
31313
31489
|
mode: placeMode | null;
|
|
31490
|
+
servicePlans: placeServicePlanInfo[];
|
|
31314
31491
|
}
|
|
31315
31492
|
|
|
31316
31493
|
/**
|
|
@@ -33268,9 +33445,6 @@ typically alternating request/response, implicitly forming a turn.Represents a c
|
|
|
33268
33445
|
status: appLogUploadState;
|
|
33269
33446
|
}
|
|
33270
33447
|
|
|
33271
|
-
/**
|
|
33272
|
-
* Singleton that acts as container for a collection of Resource Access entities.
|
|
33273
|
-
*/
|
|
33274
33448
|
@entity model deviceManagement extends entity {
|
|
33275
33449
|
/**
|
|
33276
33450
|
* The date & time when tenant data moved between scaleunits.
|
|
@@ -35849,6 +36023,9 @@ typically alternating request/response, implicitly forming a turn.Represents a c
|
|
|
35849
36023
|
@contains recommendationConfiguration: recommendationConfiguration | null;
|
|
35850
36024
|
@contains recommendations: recommendation[];
|
|
35851
36025
|
@contains recovery: reference.`microsoft.graph.entraRecoveryServices`.recovery | null;
|
|
36026
|
+
|
|
36027
|
+
@privatePreview("remoteTenantGroupsAPI")
|
|
36028
|
+
@contains remoteTenantGroups: remoteTenantGroup[];
|
|
35852
36029
|
@contains sharedEmailDomains: sharedEmailDomain[];
|
|
35853
36030
|
@contains subscriptions: companySubscription[];
|
|
35854
36031
|
@contains templates: template | null;
|
|
@@ -35925,6 +36102,22 @@ typically alternating request/response, implicitly forming a turn.Represents a c
|
|
|
35925
36102
|
values: settingTemplateValue[];
|
|
35926
36103
|
}
|
|
35927
36104
|
|
|
36105
|
+
@entity model distributionList extends outlookItem {
|
|
36106
|
+
displayName: string | null;
|
|
36107
|
+
members: member[];
|
|
36108
|
+
notes: string | null;
|
|
36109
|
+
personIdentifier: string | null;
|
|
36110
|
+
@contains distributionListMembers: distributionListMember[];
|
|
36111
|
+
@contains singleValueExtendedProperties: singleValueLegacyExtendedProperty[];
|
|
36112
|
+
}
|
|
36113
|
+
|
|
36114
|
+
@entity model distributionListMember extends entity {
|
|
36115
|
+
contactId: string | null;
|
|
36116
|
+
displayName: string | null;
|
|
36117
|
+
recipientType: recipientType;
|
|
36118
|
+
@references contact: contact | null;
|
|
36119
|
+
}
|
|
36120
|
+
|
|
35928
36121
|
@entity model dlpEvaluatePoliciesJobResponse extends jobResponseBase {
|
|
35929
36122
|
result: dlpPoliciesJobResult | null;
|
|
35930
36123
|
}
|
|
@@ -36625,9 +36818,6 @@ typically alternating request/response, implicitly forming a turn.Represents a c
|
|
|
36625
36818
|
@contains picture: picture[];
|
|
36626
36819
|
}
|
|
36627
36820
|
|
|
36628
|
-
/**
|
|
36629
|
-
* Represents a container that exposes navigation properties for employee experience resources.
|
|
36630
|
-
*/
|
|
36631
36821
|
@entity model employeeExperience extends MsGraph.SharedModels.entity {
|
|
36632
36822
|
/**
|
|
36633
36823
|
* A collection of communities in Viva Engage.
|
|
@@ -36646,9 +36836,6 @@ typically alternating request/response, implicitly forming a turn.Represents a c
|
|
|
36646
36836
|
@contains roles: engagementRole[];
|
|
36647
36837
|
}
|
|
36648
36838
|
|
|
36649
|
-
/**
|
|
36650
|
-
* Represents a container that exposes navigation properties for employee experience user resources.
|
|
36651
|
-
*/
|
|
36652
36839
|
@entity model employeeExperienceUser extends entity {
|
|
36653
36840
|
/**
|
|
36654
36841
|
* Viva Engage roles assigned to the user.
|
|
@@ -37334,6 +37521,7 @@ within the time frame of their original request.
|
|
|
37334
37521
|
@entity model externalItem extends entity {
|
|
37335
37522
|
acl: acl[] | null;
|
|
37336
37523
|
content: externalItemContent | null;
|
|
37524
|
+
informationProtectionLabel: externalItemInformationProtectionLabel | null;
|
|
37337
37525
|
properties: properties | null;
|
|
37338
37526
|
}
|
|
37339
37527
|
|
|
@@ -37768,9 +37956,6 @@ within the time frame of their original request.
|
|
|
37768
37956
|
siteId: string | null;
|
|
37769
37957
|
}
|
|
37770
37958
|
|
|
37771
|
-
/**
|
|
37772
|
-
* Represents a Microsoft Entra group.
|
|
37773
|
-
*/
|
|
37774
37959
|
@open
|
|
37775
37960
|
@entity model group extends directoryObject {
|
|
37776
37961
|
accessType: groupAccessType | null;
|
|
@@ -37859,6 +38044,43 @@ within the time frame of their original request.
|
|
|
37859
38044
|
@references transitiveMembers: directoryObject[];
|
|
37860
38045
|
}
|
|
37861
38046
|
|
|
38047
|
+
@entity model groupAnalytics extends entity {
|
|
38048
|
+
assignedRoleCount: int64 | null;
|
|
38049
|
+
calculatedDateTime: offsetDateTime;
|
|
38050
|
+
@computed createdDateTime: offsetDateTime | null;
|
|
38051
|
+
directGroupMemberCount: int64 | null;
|
|
38052
|
+
displayName: string | null;
|
|
38053
|
+
dynamicMembershipType: string | null;
|
|
38054
|
+
groupExpirationDateTime: offsetDateTime | null;
|
|
38055
|
+
groupType: groupTypeEnum;
|
|
38056
|
+
guestOwnerCount: int64 | null;
|
|
38057
|
+
guestTransitiveUserCount: int64 | null;
|
|
38058
|
+
isCloudDistributionListGroup: boolean;
|
|
38059
|
+
isCloudM365Group: boolean;
|
|
38060
|
+
isCloudMailEnabledSecurityGroup: boolean;
|
|
38061
|
+
isCloudSecurityGroup: boolean;
|
|
38062
|
+
isDynamicGroup: boolean;
|
|
38063
|
+
isOnPremiseDistributionListGroup: boolean;
|
|
38064
|
+
isOnPremiseMailEnabledSecurityGroup: boolean;
|
|
38065
|
+
isOnPremiseSecurityGroup: boolean;
|
|
38066
|
+
isValidGroup: boolean;
|
|
38067
|
+
@computed lastRestorationDateTime: offsetDateTime | null;
|
|
38068
|
+
memberOwnerCount: int64 | null;
|
|
38069
|
+
membershipRuleContainsCount: int64 | null;
|
|
38070
|
+
membershipRuleExpressionCount: int64 | null;
|
|
38071
|
+
membershipRuleMatchCount: int64 | null;
|
|
38072
|
+
membershipRuleMemberOfCount: int64 | null;
|
|
38073
|
+
membershipRuleProcessingState: string | null;
|
|
38074
|
+
memberTransitiveUserCount: int64 | null;
|
|
38075
|
+
preferredDataLocation: string | null;
|
|
38076
|
+
sensitivityLabelCount: int64 | null;
|
|
38077
|
+
servicePrincipalOwnerCount: int64 | null;
|
|
38078
|
+
softDeletionDateTime: offsetDateTime | null;
|
|
38079
|
+
tenantId: string;
|
|
38080
|
+
transitiveServicePrincipalCount: int64 | null;
|
|
38081
|
+
transitiveUserCount: int64 | null;
|
|
38082
|
+
}
|
|
38083
|
+
|
|
37862
38084
|
@entity model groupLifecyclePolicy extends entity {
|
|
37863
38085
|
alternateNotificationEmails: string | null;
|
|
37864
38086
|
groupLifetimeInDays: int32 | null;
|
|
@@ -38932,6 +39154,10 @@ within the time frame of their original request.
|
|
|
38932
39154
|
serverToken: string;
|
|
38933
39155
|
}
|
|
38934
39156
|
|
|
39157
|
+
@entity model identityAnalyticsRoot extends entity {
|
|
39158
|
+
@contains groups: groupAnalytics[];
|
|
39159
|
+
}
|
|
39160
|
+
|
|
38935
39161
|
@entity model identityApiConnector extends entity {
|
|
38936
39162
|
authenticationConfiguration: apiAuthenticationConfigurationBase | null;
|
|
38937
39163
|
displayName: string | null;
|
|
@@ -45320,6 +45546,26 @@ within the time frame of their original request.
|
|
|
45320
45546
|
isEnabledForAllMicrosoftApplications: boolean | null;
|
|
45321
45547
|
}
|
|
45322
45548
|
|
|
45549
|
+
@entity model microsoftAppsFileStorageContainerAppUsage extends MsGraph.SharedModels.entity {
|
|
45550
|
+
activeContainerCount: int64;
|
|
45551
|
+
activeStorageUsedInBytes: int64;
|
|
45552
|
+
@computed @key appId: string;
|
|
45553
|
+
displayName: string | null;
|
|
45554
|
+
}
|
|
45555
|
+
|
|
45556
|
+
@entity model microsoftAppsFileStorageContainerGeoUsage extends MsGraph.SharedModels.entity {
|
|
45557
|
+
activeContainerCount: int64;
|
|
45558
|
+
activeStorageUsedInBytes: int64;
|
|
45559
|
+
@computed @key dataLocationCode: string;
|
|
45560
|
+
@contains usageByApp: microsoftAppsFileStorageContainerAppUsage[];
|
|
45561
|
+
}
|
|
45562
|
+
|
|
45563
|
+
@entity model microsoftAppsFileStorageContainerUsage extends entity {
|
|
45564
|
+
totalActiveContainerCount: int64;
|
|
45565
|
+
totalActiveStorageUsedInBytes: int64;
|
|
45566
|
+
@contains usageByDataLocation: microsoftAppsFileStorageContainerGeoUsage[];
|
|
45567
|
+
}
|
|
45568
|
+
|
|
45323
45569
|
@entity model microsoftAuthenticatorAuthenticationMethod extends authenticationMethod {
|
|
45324
45570
|
clientAppName: microsoftAuthenticatorAuthenticationMethodClientAppName | null;
|
|
45325
45571
|
deviceTag: string | null;
|
|
@@ -46808,9 +47054,6 @@ within the time frame of their original request.
|
|
|
46808
47054
|
handler: onInteractiveAuthFlowStartHandler | null;
|
|
46809
47055
|
}
|
|
46810
47056
|
|
|
46811
|
-
/**
|
|
46812
|
-
* Represents a Microsoft online meeting.
|
|
46813
|
-
*/
|
|
46814
47057
|
@open
|
|
46815
47058
|
@entity model onlineMeeting extends onlineMeetingBase {
|
|
46816
47059
|
alternativeRecording: stream | null;
|
|
@@ -47751,6 +47994,7 @@ within the time frame of their original request.
|
|
|
47751
47994
|
label: string | null;
|
|
47752
47995
|
parentId: string | null;
|
|
47753
47996
|
phone: string | null;
|
|
47997
|
+
placeId: string | null;
|
|
47754
47998
|
tags: string[];
|
|
47755
47999
|
@contains checkIns: checkInClaim[];
|
|
47756
48000
|
@references children: place[];
|
|
@@ -49258,6 +49502,15 @@ within the time frame of their original request.
|
|
|
49258
49502
|
@contains targetDeviceGroups: targetDeviceGroup[];
|
|
49259
49503
|
}
|
|
49260
49504
|
|
|
49505
|
+
@privatePreview("remoteTenantGroupsAPI")
|
|
49506
|
+
@entity model remoteTenantGroup extends directoryObject {
|
|
49507
|
+
remoteGroupDisplayName: string | null;
|
|
49508
|
+
remoteGroupId: guid | null;
|
|
49509
|
+
remoteTenantDisplayName: string | null;
|
|
49510
|
+
remoteTenantId: guid | null;
|
|
49511
|
+
remoteTenantPrimaryDomain: string | null;
|
|
49512
|
+
}
|
|
49513
|
+
|
|
49261
49514
|
@open
|
|
49262
49515
|
@entity model removeFromLobbyOperation extends commsOperation {
|
|
49263
49516
|
}
|
|
@@ -49279,6 +49532,8 @@ within the time frame of their original request.
|
|
|
49279
49532
|
@graphDeprecated("Tasks_And_Plans")
|
|
49280
49533
|
@contains dailyPrintUsageSummariesByUser: printUsageByUser[];
|
|
49281
49534
|
@contains healthMonitoring: reference.`microsoft.graph.healthMonitoring`.healthMonitoringRoot | null;
|
|
49535
|
+
@contains identityAnalytics: identityAnalyticsRoot | null;
|
|
49536
|
+
@contains microsoftAppsFileStorageContainerUsageSummary: microsoftAppsFileStorageContainerUsage | null;
|
|
49282
49537
|
@contains monthlyPrintUsageByPrinter: printUsageByPrinter[];
|
|
49283
49538
|
@contains monthlyPrintUsageByUser: printUsageByUser[];
|
|
49284
49539
|
|
|
@@ -49618,7 +49873,6 @@ within the time frame of their original request.
|
|
|
49618
49873
|
@contains roleAssignments: roleAssignment[];
|
|
49619
49874
|
}
|
|
49620
49875
|
|
|
49621
|
-
@privatePreview("microsoft.applicationAuthorization")
|
|
49622
49876
|
@entity model roleManagement extends MsGraph.SharedModels.entity {
|
|
49623
49877
|
@contains cloudPC: rbacApplicationMultiple | null;
|
|
49624
49878
|
@contains defender: unifiedRbacApplicationMultiple | null;
|
|
@@ -49698,7 +49952,6 @@ within the time frame of their original request.
|
|
|
49698
49952
|
floorNumber: int32 | null;
|
|
49699
49953
|
isTeamsEnabled: boolean;
|
|
49700
49954
|
nickname: string;
|
|
49701
|
-
placeId: string | null;
|
|
49702
49955
|
teamsEnabledState: placeFeatureEnablement;
|
|
49703
49956
|
videoDeviceName: string | null;
|
|
49704
49957
|
}
|
|
@@ -50151,6 +50404,7 @@ within the time frame of their original request.
|
|
|
50151
50404
|
@contains alerts_v2: reference.`microsoft.graph.security`.alert[];
|
|
50152
50405
|
@contains attackSimulation: attackSimulationRoot | null;
|
|
50153
50406
|
@contains auditLog: reference.`microsoft.graph.security`.auditCoreRoot | null;
|
|
50407
|
+
@contains caseManagement: reference.`microsoft.graph.security`.caseManagementRoot | null;
|
|
50154
50408
|
@contains cases: reference.`microsoft.graph.security`.casesRoot | null;
|
|
50155
50409
|
@contains cloudAppSecurityProfiles: cloudAppSecurityProfile[];
|
|
50156
50410
|
@contains collaboration: reference.`microsoft.graph.security`.collaborationRoot | null;
|
|
@@ -51631,6 +51885,9 @@ within the time frame of their original request.
|
|
|
51631
51885
|
notificationUrl: string;
|
|
51632
51886
|
notificationUrlAppId: string | null;
|
|
51633
51887
|
resource: string;
|
|
51888
|
+
vapidPublicKey: string | null;
|
|
51889
|
+
webPushEncryptionP256dhPublicKey: string | null;
|
|
51890
|
+
webPushEncryptionSecret: string | null;
|
|
51634
51891
|
}
|
|
51635
51892
|
|
|
51636
51893
|
@entity model summarizedSignIn extends entity {
|
|
@@ -52010,6 +52267,7 @@ within the time frame of their original request.
|
|
|
52010
52267
|
@contains deletedChats: deletedChat[];
|
|
52011
52268
|
@contains deletedTeams: deletedTeam[];
|
|
52012
52269
|
@contains devices: teamworkDevice[];
|
|
52270
|
+
@contains messaging: teamworkMessaging | null;
|
|
52013
52271
|
@contains teamsAppSettings: teamsAppSettings | null;
|
|
52014
52272
|
@contains teamTemplates: teamTemplate[];
|
|
52015
52273
|
@contains workforceIntegrations: workforceIntegration[];
|
|
@@ -52018,6 +52276,13 @@ within the time frame of their original request.
|
|
|
52018
52276
|
@entity model teamworkBot extends entity {
|
|
52019
52277
|
}
|
|
52020
52278
|
|
|
52279
|
+
@entity model teamworkCustomEmoji extends MsGraph.SharedModels.entity {
|
|
52280
|
+
contentBytes: string | null;
|
|
52281
|
+
createdBy: customEmojiFromIdentitySet;
|
|
52282
|
+
@computed createdDateTime: offsetDateTime;
|
|
52283
|
+
@computed @key displayName: string;
|
|
52284
|
+
}
|
|
52285
|
+
|
|
52021
52286
|
@entity model teamworkDevice extends entity {
|
|
52022
52287
|
activityState: teamworkDeviceActivityState | null;
|
|
52023
52288
|
companyAssetTag: string | null;
|
|
@@ -52088,6 +52353,10 @@ within the time frame of their original request.
|
|
|
52088
52353
|
contentType: string | null;
|
|
52089
52354
|
}
|
|
52090
52355
|
|
|
52356
|
+
@entity model teamworkMessaging extends entity {
|
|
52357
|
+
@contains customEmojis: teamworkCustomEmoji[];
|
|
52358
|
+
}
|
|
52359
|
+
|
|
52091
52360
|
@entity model teamworkPeripheral extends entity {
|
|
52092
52361
|
displayName: string | null;
|
|
52093
52362
|
productId: string | null;
|
|
@@ -52336,9 +52605,6 @@ within the time frame of their original request.
|
|
|
52336
52605
|
resultType: threatAssessmentResultType | null;
|
|
52337
52606
|
}
|
|
52338
52607
|
|
|
52339
|
-
/**
|
|
52340
|
-
* The ThumbnailSet resource is a keyed collection of thumbnail resources.
|
|
52341
|
-
*/
|
|
52342
52608
|
@open
|
|
52343
52609
|
@entity model thumbnailSet extends entity {
|
|
52344
52610
|
large: thumbnail | null;
|
|
@@ -52858,6 +53124,8 @@ within the time frame of their original request.
|
|
|
52858
53124
|
|
|
52859
53125
|
@entity model unifiedStorageQuota extends entity {
|
|
52860
53126
|
deleted: int64 | null;
|
|
53127
|
+
familyMembersUsage: familyMemberStorageQuota[] | null;
|
|
53128
|
+
isPooledStorageEnabled: boolean | null;
|
|
52861
53129
|
manageWebUrl: string | null;
|
|
52862
53130
|
remaining: int64 | null;
|
|
52863
53131
|
state: string | null;
|
|
@@ -53087,6 +53355,7 @@ within the time frame of their original request.
|
|
|
53087
53355
|
@contains deviceManagementTroubleshootingEvents: deviceManagementTroubleshootingEvent[];
|
|
53088
53356
|
@contains devices: device[];
|
|
53089
53357
|
@references directReports: directoryObject[];
|
|
53358
|
+
@contains distributionLists: distributionList[];
|
|
53090
53359
|
@contains drive: drive | null;
|
|
53091
53360
|
@contains drives: drive[];
|
|
53092
53361
|
@contains employeeExperience: employeeExperienceUser | null;
|
|
@@ -55475,6 +55744,7 @@ within the time frame of their original request.
|
|
|
55475
55744
|
}
|
|
55476
55745
|
|
|
55477
55746
|
@entity model voiceAuthenticationMethodConfiguration extends authenticationMethodConfiguration {
|
|
55747
|
+
callerIdNumber: string | null;
|
|
55478
55748
|
isOfficePhoneAllowed: boolean | null;
|
|
55479
55749
|
@contains includeTargets: voiceAuthenticationMethodTarget[];
|
|
55480
55750
|
}
|
|
@@ -55513,6 +55783,10 @@ within the time frame of their original request.
|
|
|
55513
55783
|
* You purchase multiple licenses for iOS apps through the Apple Volume Purchase Program for Business or Education. This involves setting up an Apple VPP account from the Apple website and uploading the Apple VPP Business or Education token to Intune. You can then synchronize your volume purchase information with Intune and track your volume-purchased app use. You can upload multiple Apple VPP Business or Education tokens.
|
|
55514
55784
|
*/
|
|
55515
55785
|
@entity model vppToken extends entity {
|
|
55786
|
+
/**
|
|
55787
|
+
* Indicates the delivery protocol used to deliver apps associated with this VPP token. This property is set at token creation and cannot be modified afterward. Default value is default. Possible values are: default, mobileDeviceManagement, declarativeDeviceManagement. Not nullable.
|
|
55788
|
+
*/
|
|
55789
|
+
appleDeviceAppDeliveryProtocolType: appleDeviceDeliveryProtocol;
|
|
55516
55790
|
/**
|
|
55517
55791
|
* The apple Id associated with the given Apple Volume Purchase Program Token.
|
|
55518
55792
|
*/
|
|
@@ -62347,7 +62621,6 @@ within the time frame of their original request.
|
|
|
62347
62621
|
floorNumber: int32 | null;
|
|
62348
62622
|
mode: placeMode | null;
|
|
62349
62623
|
nickname: string;
|
|
62350
|
-
placeId: string | null;
|
|
62351
62624
|
}
|
|
62352
62625
|
|
|
62353
62626
|
@entity model x509CertificateAuthenticationMethodConfiguration extends authenticationMethodConfiguration {
|
|
@@ -73421,6 +73694,13 @@ within the time frame of their original request.
|
|
|
73421
73694
|
IgnoreLookupReferenceResolutionFailure: 2,
|
|
73422
73695
|
}
|
|
73423
73696
|
|
|
73697
|
+
enum evaluationScopeType {
|
|
73698
|
+
tenant: 0,
|
|
73699
|
+
agent: 1,
|
|
73700
|
+
anonymousUser: 2,
|
|
73701
|
+
unknownFutureValue: 3,
|
|
73702
|
+
}
|
|
73703
|
+
|
|
73424
73704
|
#suppress "@microsoft/typespec-msgraph/use-evolvable-enum" "Matches shipped CSDL."
|
|
73425
73705
|
enum eventType {
|
|
73426
73706
|
singleInstance: 0,
|
|
@@ -73900,6 +74180,15 @@ within the time frame of their original request.
|
|
|
73900
74180
|
enabled: 2,
|
|
73901
74181
|
}
|
|
73902
74182
|
|
|
74183
|
+
enum granularRestoreItems {
|
|
74184
|
+
email: 0,
|
|
74185
|
+
note: 1,
|
|
74186
|
+
contact: 2,
|
|
74187
|
+
task: 3,
|
|
74188
|
+
calendar: 4,
|
|
74189
|
+
unknownFutureValue: 5,
|
|
74190
|
+
}
|
|
74191
|
+
|
|
73903
74192
|
enum groundingEntityType {
|
|
73904
74193
|
site: 0,
|
|
73905
74194
|
list: 1,
|
|
@@ -74256,6 +74545,13 @@ within the time frame of their original request.
|
|
|
74256
74545
|
unknownFutureValue: 2,
|
|
74257
74546
|
}
|
|
74258
74547
|
|
|
74548
|
+
#suppress "@microsoft/typespec-msgraph/use-evolvable-enum" "Matches shipped CSDL."
|
|
74549
|
+
enum groupTypeEnum {
|
|
74550
|
+
isCloudGroup: 0,
|
|
74551
|
+
isOnPremiseGroup: 1,
|
|
74552
|
+
isSoftDeletedGroup: 2,
|
|
74553
|
+
}
|
|
74554
|
+
|
|
74259
74555
|
/**
|
|
74260
74556
|
* Indicates the supported oems of hardware configuration
|
|
74261
74557
|
*/
|
|
@@ -80955,6 +81251,14 @@ within the time frame of their original request.
|
|
|
80955
81251
|
externalNonPartner: 8,
|
|
80956
81252
|
}
|
|
80957
81253
|
|
|
81254
|
+
enum recipientType {
|
|
81255
|
+
contact: 0,
|
|
81256
|
+
oneOff: 1,
|
|
81257
|
+
mailbox: 2,
|
|
81258
|
+
privateDL: 3,
|
|
81259
|
+
unknownFutureValue: 4,
|
|
81260
|
+
}
|
|
81261
|
+
|
|
80958
81262
|
enum recommendationCategory {
|
|
80959
81263
|
identityBestPractice: 0,
|
|
80960
81264
|
identitySecureScore: 1,
|
|
@@ -82565,6 +82869,13 @@ within the time frame of their original request.
|
|
|
82565
82869
|
unknownFutureValue: 2,
|
|
82566
82870
|
}
|
|
82567
82871
|
|
|
82872
|
+
enum servicePrincipalLockScope {
|
|
82873
|
+
notConfigured: 0,
|
|
82874
|
+
foreignTenantOnly: 1,
|
|
82875
|
+
everywhere: 2,
|
|
82876
|
+
unknownFutureValue: 3,
|
|
82877
|
+
}
|
|
82878
|
+
|
|
82568
82879
|
/**
|
|
82569
82880
|
* Possible values of xbox service start type
|
|
82570
82881
|
*/
|
|
@@ -83167,6 +83478,33 @@ within the time frame of their original request.
|
|
|
83167
83478
|
unknownFutureValue: 4,
|
|
83168
83479
|
}
|
|
83169
83480
|
|
|
83481
|
+
/**
|
|
83482
|
+
* A list of possible status states for a sync infrastructure component or policy during a device sync operation.
|
|
83483
|
+
*/
|
|
83484
|
+
enum syncComponentStatus {
|
|
83485
|
+
/**
|
|
83486
|
+
* Default. The component has not yet started reporting status. This is a schema default and will not typically appear in responses, as components only appear once they begin executing.
|
|
83487
|
+
*/
|
|
83488
|
+
none: 0,
|
|
83489
|
+
/**
|
|
83490
|
+
* Indicates the component is currently executing. For infrastructure components (PNSv1, DCI, SCGW), this means the notification or check-in is in flight. For policies, this means the policy is being applied to the device.
|
|
83491
|
+
*/
|
|
83492
|
+
inProgress: 1,
|
|
83493
|
+
/**
|
|
83494
|
+
* Indicates the component completed successfully. The component has finished its work and reported a successful outcome.
|
|
83495
|
+
*/
|
|
83496
|
+
success: 2,
|
|
83497
|
+
/**
|
|
83498
|
+
* Indicates the stage encountered an error. When this value is set, the moreInfo property on the syncComponent will contain additional diagnostic details about the failure.
|
|
83499
|
+
*/
|
|
83500
|
+
failure: 3,
|
|
83501
|
+
/**
|
|
83502
|
+
* Indicates the stage completed but not all items succeeded. For example, some policies applied successfully while others failed. The moreInfo property may contain details on the partial outcome.
|
|
83503
|
+
*/
|
|
83504
|
+
partialSuccess: 4,
|
|
83505
|
+
unknownFutureValue: 5,
|
|
83506
|
+
}
|
|
83507
|
+
|
|
83170
83508
|
#suppress "@microsoft/typespec-msgraph/use-evolvable-enum" "Matches shipped CSDL."
|
|
83171
83509
|
enum synchronizationDisposition {
|
|
83172
83510
|
Normal: 0,
|
|
@@ -88525,6 +88863,7 @@ namespace reference.`microsoft.graph.cloudLicensing` {
|
|
|
88525
88863
|
allottedUnits: int32;
|
|
88526
88864
|
assignableTo: assigneeTypes;
|
|
88527
88865
|
consumedUnits: int32;
|
|
88866
|
+
externalServiceIdentifier: string | null;
|
|
88528
88867
|
services: service[];
|
|
88529
88868
|
skuId: guid | null;
|
|
88530
88869
|
skuPartNumber: string | null;
|
|
@@ -88549,6 +88888,7 @@ namespace reference.`microsoft.graph.cloudLicensing` {
|
|
|
88549
88888
|
}
|
|
88550
88889
|
|
|
88551
88890
|
@entity model usageRight extends reference.`microsoft.graph`.entity {
|
|
88891
|
+
externalServiceIdentifier: string | null;
|
|
88552
88892
|
services: service[];
|
|
88553
88893
|
skuId: guid | null;
|
|
88554
88894
|
skuPartNumber: string | null;
|
|
@@ -89269,6 +89609,10 @@ namespace reference.`microsoft.graph.externalConnectors` {
|
|
|
89269
89609
|
value: string | null;
|
|
89270
89610
|
}
|
|
89271
89611
|
|
|
89612
|
+
@complex model externalItemInformationProtectionLabel {
|
|
89613
|
+
sensitivityLabelId: string | null;
|
|
89614
|
+
}
|
|
89615
|
+
|
|
89272
89616
|
@complex model itemIdResolver extends urlToItemResolverBase {
|
|
89273
89617
|
itemId: string;
|
|
89274
89618
|
urlMatchInfo: urlMatchInfo | null;
|
|
@@ -89380,6 +89724,7 @@ namespace reference.`microsoft.graph.externalConnectors` {
|
|
|
89380
89724
|
@entity model externalItem extends reference.`microsoft.graph`.entity {
|
|
89381
89725
|
acl: acl[] | null;
|
|
89382
89726
|
content: externalItemContent | null;
|
|
89727
|
+
informationProtectionLabel: externalItemInformationProtectionLabel | null;
|
|
89383
89728
|
properties: properties | null;
|
|
89384
89729
|
@contains activities: externalActivity[];
|
|
89385
89730
|
}
|
|
@@ -89739,6 +90084,10 @@ namespace reference.`microsoft.graph.identityGovernance` {
|
|
|
89739
90084
|
@complex model cancelScope {
|
|
89740
90085
|
}
|
|
89741
90086
|
|
|
90087
|
+
@complex model countBasedQuarantineCondition extends quarantineCondition {
|
|
90088
|
+
threshold: int64;
|
|
90089
|
+
}
|
|
90090
|
+
|
|
89742
90091
|
@complex model customTaskExtensionCallbackConfiguration extends reference.`microsoft.graph`.customExtensionCallbackConfiguration {
|
|
89743
90092
|
@references authorizedApps: reference.`microsoft.graph`.application[];
|
|
89744
90093
|
}
|
|
@@ -89765,6 +90114,10 @@ namespace reference.`microsoft.graph.identityGovernance` {
|
|
|
89765
90114
|
@references groups: reference.`microsoft.graph`.group[];
|
|
89766
90115
|
}
|
|
89767
90116
|
|
|
90117
|
+
@complex model guestSponsorTrigger extends workflowExecutionTrigger {
|
|
90118
|
+
minimumRequiredSponsors: int32;
|
|
90119
|
+
}
|
|
90120
|
+
|
|
89768
90121
|
@complex model membershipChangeTrigger extends workflowExecutionTrigger {
|
|
89769
90122
|
changeType: membershipChangeType;
|
|
89770
90123
|
}
|
|
@@ -89778,6 +90131,10 @@ namespace reference.`microsoft.graph.identityGovernance` {
|
|
|
89778
90131
|
valueType: valueType;
|
|
89779
90132
|
}
|
|
89780
90133
|
|
|
90134
|
+
@complex model percentageBasedQuarantineCondition extends quarantineCondition {
|
|
90135
|
+
percentage: int32;
|
|
90136
|
+
}
|
|
90137
|
+
|
|
89781
90138
|
@complex model previewFailedTask {
|
|
89782
90139
|
definitionId: string;
|
|
89783
90140
|
failureReason: string;
|
|
@@ -89793,6 +90150,21 @@ namespace reference.`microsoft.graph.identityGovernance` {
|
|
|
89793
90150
|
id: string;
|
|
89794
90151
|
}
|
|
89795
90152
|
|
|
90153
|
+
@abstract
|
|
90154
|
+
@complex model quarantineCondition {
|
|
90155
|
+
}
|
|
90156
|
+
|
|
90157
|
+
@complex model quarantineConfiguration {
|
|
90158
|
+
conditions: quarantineCondition[];
|
|
90159
|
+
matchMode: matchMode;
|
|
90160
|
+
}
|
|
90161
|
+
|
|
90162
|
+
@complex model quarantineDetails {
|
|
90163
|
+
quarantinedDateTime: offsetDateTime | null;
|
|
90164
|
+
quarantineReason: string | null;
|
|
90165
|
+
quarantineType: quarantineType;
|
|
90166
|
+
}
|
|
90167
|
+
|
|
89796
90168
|
@complex model ruleBasedSubjectSet extends reference.`microsoft.graph`.subjectSet {
|
|
89797
90169
|
rule: string;
|
|
89798
90170
|
}
|
|
@@ -89879,6 +90251,10 @@ namespace reference.`microsoft.graph.identityGovernance` {
|
|
|
89879
90251
|
@complex model workflowExecutionTrigger {
|
|
89880
90252
|
}
|
|
89881
90253
|
|
|
90254
|
+
@complex model workflowSetting {
|
|
90255
|
+
quarantineConfiguration: quarantineConfiguration | null;
|
|
90256
|
+
}
|
|
90257
|
+
|
|
89882
90258
|
@complex model workflowsInsightsByCategory {
|
|
89883
90259
|
failedJoinerRuns: int32;
|
|
89884
90260
|
failedLeaverRuns: int32;
|
|
@@ -89921,6 +90297,7 @@ namespace reference.`microsoft.graph.identityGovernance` {
|
|
|
89921
90297
|
|
|
89922
90298
|
@entity model lifecycleManagementSettings extends reference.`microsoft.graph`.entity {
|
|
89923
90299
|
emailSettings: reference.`microsoft.graph`.emailSettings;
|
|
90300
|
+
quarantineConfiguration: quarantineConfiguration | null;
|
|
89924
90301
|
workflowScheduleIntervalInHours: int32;
|
|
89925
90302
|
}
|
|
89926
90303
|
|
|
@@ -90036,6 +90413,8 @@ namespace reference.`microsoft.graph.identityGovernance` {
|
|
|
90036
90413
|
deletedDateTime: offsetDateTime | null;
|
|
90037
90414
|
@computed @key id: string;
|
|
90038
90415
|
nextScheduleRunDateTime: offsetDateTime | null;
|
|
90416
|
+
quarantineDetails: quarantineDetails;
|
|
90417
|
+
settings: workflowSetting;
|
|
90039
90418
|
version: int32 | null;
|
|
90040
90419
|
@references executionScope: userProcessingResult[];
|
|
90041
90420
|
|
|
@@ -90073,6 +90452,7 @@ namespace reference.`microsoft.graph.identityGovernance` {
|
|
|
90073
90452
|
}
|
|
90074
90453
|
|
|
90075
90454
|
@entity model workflowVersion extends workflowBase {
|
|
90455
|
+
settings: workflowSetting;
|
|
90076
90456
|
@computed @key versionNumber: int32;
|
|
90077
90457
|
}
|
|
90078
90458
|
|
|
@@ -90128,6 +90508,13 @@ namespace reference.`microsoft.graph.identityGovernance` {
|
|
|
90128
90508
|
unknownFutureValue: 6,
|
|
90129
90509
|
@privatePreview("cancelWorkflows")
|
|
90130
90510
|
canceling: 7,
|
|
90511
|
+
quarantined: 8,
|
|
90512
|
+
}
|
|
90513
|
+
|
|
90514
|
+
enum matchMode {
|
|
90515
|
+
any: 0,
|
|
90516
|
+
all: 1,
|
|
90517
|
+
unknownFutureValue: 2,
|
|
90131
90518
|
}
|
|
90132
90519
|
|
|
90133
90520
|
enum membershipChangeType {
|
|
@@ -90136,6 +90523,14 @@ namespace reference.`microsoft.graph.identityGovernance` {
|
|
|
90136
90523
|
unknownFutureValue: 3,
|
|
90137
90524
|
}
|
|
90138
90525
|
|
|
90526
|
+
enum quarantineType {
|
|
90527
|
+
notQuarantined: 0,
|
|
90528
|
+
countBasedThresholdExceeded: 1,
|
|
90529
|
+
percentageBasedThresholdExceeded: 2,
|
|
90530
|
+
multipleConditionsExceeded: 3,
|
|
90531
|
+
unknownFutureValue: 4,
|
|
90532
|
+
}
|
|
90533
|
+
|
|
90139
90534
|
enum valueType {
|
|
90140
90535
|
`enum`: 0,
|
|
90141
90536
|
`string`: 1,
|
|
@@ -92513,7 +92908,8 @@ namespace reference.`microsoft.graph.networkaccess` {
|
|
|
92513
92908
|
enum clientFallbackAction {
|
|
92514
92909
|
bypass: 0,
|
|
92515
92910
|
block: 1,
|
|
92516
|
-
|
|
92911
|
+
default: 2,
|
|
92912
|
+
unknownFutureValue: 3,
|
|
92517
92913
|
}
|
|
92518
92914
|
|
|
92519
92915
|
enum cloudFirewallAction {
|
|
@@ -93275,6 +93671,7 @@ namespace reference.`microsoft.graph.search` {
|
|
|
93275
93671
|
}
|
|
93276
93672
|
|
|
93277
93673
|
}
|
|
93674
|
+
@privatePreviewDefinition("MdcConnectors", "2026-07-02", "2027-01-02", "<theOwner>")
|
|
93278
93675
|
@deprecatedDefinition("Tasks_And_Plans", "<ChangeLogCategory>", "2026-03-18", "2028-03-18", "Alert category property is deprecated and replaced with alert categories")
|
|
93279
93676
|
// Metadata item DeprecatedDefinition_Tasks_And_Plans was already defined with a different value.
|
|
93280
93677
|
@deprecatedDefinition("azureBlobContainer", "<ChangeLogCategory>", "2023-01-19", "2023-04-30", "The azureBlobContainer will be deprecated on April 30, 2023.")
|
|
@@ -93286,36 +93683,42 @@ namespace reference.`microsoft.graph.security` {
|
|
|
93286
93683
|
/**
|
|
93287
93684
|
* Audit data for A365 AI Execute Tool events.
|
|
93288
93685
|
*/
|
|
93686
|
+
@open
|
|
93289
93687
|
@complex model a365AiExecuteTool extends auditData {
|
|
93290
93688
|
}
|
|
93291
93689
|
|
|
93292
93690
|
/**
|
|
93293
93691
|
* Audit data for A365 AI Inference Call events.
|
|
93294
93692
|
*/
|
|
93693
|
+
@open
|
|
93295
93694
|
@complex model a365AiInferenceCall extends auditData {
|
|
93296
93695
|
}
|
|
93297
93696
|
|
|
93298
93697
|
/**
|
|
93299
93698
|
* Audit data for A365 AI Invoke Agent events.
|
|
93300
93699
|
*/
|
|
93700
|
+
@open
|
|
93301
93701
|
@complex model a365AiInvokeAgent extends auditData {
|
|
93302
93702
|
}
|
|
93303
93703
|
|
|
93304
93704
|
/**
|
|
93305
93705
|
* Audit data for A365 AI Run Summary events.
|
|
93306
93706
|
*/
|
|
93707
|
+
@open
|
|
93307
93708
|
@complex model a365AiRunSummary extends auditData {
|
|
93308
93709
|
}
|
|
93309
93710
|
|
|
93310
93711
|
/**
|
|
93311
93712
|
* Audit data for A365 Span Outputs events.
|
|
93312
93713
|
*/
|
|
93714
|
+
@open
|
|
93313
93715
|
@complex model a365SpanOutputs extends auditData {
|
|
93314
93716
|
}
|
|
93315
93717
|
|
|
93316
93718
|
/**
|
|
93317
93719
|
* Audit data for AAD Risk Detection events.
|
|
93318
93720
|
*/
|
|
93721
|
+
@open
|
|
93319
93722
|
@complex model aadRiskDetectionAuditRecord extends auditData {
|
|
93320
93723
|
}
|
|
93321
93724
|
|
|
@@ -93325,6 +93728,16 @@ namespace reference.`microsoft.graph.security` {
|
|
|
93325
93728
|
identityProvider: identityProvider;
|
|
93326
93729
|
}
|
|
93327
93730
|
|
|
93731
|
+
@complex model accountEntityMapping extends entityMapping {
|
|
93732
|
+
aadUserIdColumn: string | null;
|
|
93733
|
+
dnsDomainColumn: string | null;
|
|
93734
|
+
nameColumn: string | null;
|
|
93735
|
+
ntDomainColumn: string | null;
|
|
93736
|
+
sidColumn: string | null;
|
|
93737
|
+
upnColumn: string | null;
|
|
93738
|
+
upnSuffixColumn: string | null;
|
|
93739
|
+
}
|
|
93740
|
+
|
|
93328
93741
|
@complex model accountObjectIdAction extends automatedAction {
|
|
93329
93742
|
accountObjectIdColumn: string;
|
|
93330
93743
|
}
|
|
@@ -93370,18 +93783,21 @@ namespace reference.`microsoft.graph.security` {
|
|
|
93370
93783
|
/**
|
|
93371
93784
|
* Audit data for Advanced eDiscovery events.
|
|
93372
93785
|
*/
|
|
93786
|
+
@open
|
|
93373
93787
|
@complex model aedAuditRecord extends auditData {
|
|
93374
93788
|
}
|
|
93375
93789
|
|
|
93376
93790
|
/**
|
|
93377
93791
|
* Audit data for Agent Admin Activity events.
|
|
93378
93792
|
*/
|
|
93793
|
+
@open
|
|
93379
93794
|
@complex model agentAdminActivityRecord extends auditData {
|
|
93380
93795
|
}
|
|
93381
93796
|
|
|
93382
93797
|
/**
|
|
93383
93798
|
* Audit data for Agent Setting Admin Activity events.
|
|
93384
93799
|
*/
|
|
93800
|
+
@open
|
|
93385
93801
|
@complex model agentSettingAdminActivity extends auditData {
|
|
93386
93802
|
}
|
|
93387
93803
|
|
|
@@ -93395,93 +93811,115 @@ namespace reference.`microsoft.graph.security` {
|
|
|
93395
93811
|
/**
|
|
93396
93812
|
* Audit data for AI App Interaction events.
|
|
93397
93813
|
*/
|
|
93814
|
+
@open
|
|
93398
93815
|
@complex model aiAppInteractionAuditRecord extends auditData {
|
|
93399
93816
|
}
|
|
93400
93817
|
|
|
93401
93818
|
/**
|
|
93402
93819
|
* Audit data for AI Execute Tool events.
|
|
93403
93820
|
*/
|
|
93821
|
+
@open
|
|
93404
93822
|
@complex model aiExecuteToolAuditRecord extends auditData {
|
|
93405
93823
|
}
|
|
93406
93824
|
|
|
93407
93825
|
/**
|
|
93408
93826
|
* Audit data for AI Interactions Change Notification events.
|
|
93409
93827
|
*/
|
|
93828
|
+
@open
|
|
93410
93829
|
@complex model aiInteractionsChangeNotificationAuditRecord extends auditData {
|
|
93411
93830
|
}
|
|
93412
93831
|
|
|
93413
93832
|
/**
|
|
93414
93833
|
* Audit data for AI Interactions Export events.
|
|
93415
93834
|
*/
|
|
93835
|
+
@open
|
|
93416
93836
|
@complex model aiInteractionsExportAuditRecord extends auditData {
|
|
93417
93837
|
}
|
|
93418
93838
|
|
|
93419
93839
|
/**
|
|
93420
93840
|
* Audit data for AI Interactions Subscription events.
|
|
93421
93841
|
*/
|
|
93842
|
+
@open
|
|
93422
93843
|
@complex model aiInteractionsSubscriptionAuditRecord extends auditData {
|
|
93423
93844
|
}
|
|
93424
93845
|
|
|
93425
93846
|
/**
|
|
93426
93847
|
* Audit data for AI Invoke Agent events.
|
|
93427
93848
|
*/
|
|
93849
|
+
@open
|
|
93428
93850
|
@complex model aiInvokeAgentAuditRecord extends auditData {
|
|
93429
93851
|
}
|
|
93430
93852
|
|
|
93431
93853
|
/**
|
|
93432
93854
|
* Audit data for AIP Discover events.
|
|
93433
93855
|
*/
|
|
93856
|
+
@open
|
|
93434
93857
|
@complex model aipDiscover extends auditData {
|
|
93435
93858
|
}
|
|
93436
93859
|
|
|
93437
93860
|
/**
|
|
93438
93861
|
* Audit data for AIP File Deleted events.
|
|
93439
93862
|
*/
|
|
93863
|
+
@open
|
|
93440
93864
|
@complex model aipFileDeleted extends auditData {
|
|
93441
93865
|
}
|
|
93442
93866
|
|
|
93443
93867
|
/**
|
|
93444
93868
|
* Audit data for AIP Heart Beat events.
|
|
93445
93869
|
*/
|
|
93870
|
+
@open
|
|
93446
93871
|
@complex model aipHeartBeat extends auditData {
|
|
93447
93872
|
}
|
|
93448
93873
|
|
|
93449
93874
|
/**
|
|
93450
93875
|
* Audit data for AIP Protection Action log request events.
|
|
93451
93876
|
*/
|
|
93877
|
+
@open
|
|
93452
93878
|
@complex model aipProtectionActionLogRequest extends auditData {
|
|
93453
93879
|
}
|
|
93454
93880
|
|
|
93455
93881
|
/**
|
|
93456
93882
|
* Audit data for AIP Scanner Discover Event events.
|
|
93457
93883
|
*/
|
|
93884
|
+
@open
|
|
93458
93885
|
@complex model aipScannerDiscoverEvent extends auditData {
|
|
93459
93886
|
}
|
|
93460
93887
|
|
|
93461
93888
|
/**
|
|
93462
93889
|
* Audit data for AIP Sensitivity Label Action log request events.
|
|
93463
93890
|
*/
|
|
93891
|
+
@open
|
|
93464
93892
|
@complex model aipSensitivityLabelActionLogRequest extends auditData {
|
|
93465
93893
|
}
|
|
93466
93894
|
|
|
93467
93895
|
/**
|
|
93468
93896
|
* Audit data for AIR Admin Action Investigation events.
|
|
93469
93897
|
*/
|
|
93898
|
+
@open
|
|
93470
93899
|
@complex model airAdminActionInvestigationData extends auditData {
|
|
93471
93900
|
}
|
|
93472
93901
|
|
|
93473
93902
|
/**
|
|
93474
93903
|
* Audit data for AIR Investigation events.
|
|
93475
93904
|
*/
|
|
93905
|
+
@open
|
|
93476
93906
|
@complex model airInvestigationData extends auditData {
|
|
93477
93907
|
}
|
|
93478
93908
|
|
|
93479
93909
|
/**
|
|
93480
93910
|
* Audit data for AIR Manual Investigation events.
|
|
93481
93911
|
*/
|
|
93912
|
+
@open
|
|
93482
93913
|
@complex model airManualInvestigationData extends auditData {
|
|
93483
93914
|
}
|
|
93484
93915
|
|
|
93916
|
+
/**
|
|
93917
|
+
* Audit data for AI Span Outputs events.
|
|
93918
|
+
*/
|
|
93919
|
+
@open
|
|
93920
|
+
@complex model aISpanOutputsAuditRecord extends auditData {
|
|
93921
|
+
}
|
|
93922
|
+
|
|
93485
93923
|
@complex model alertComment {
|
|
93486
93924
|
comment: string | null;
|
|
93487
93925
|
createdByDisplayName: string | null;
|
|
@@ -93502,6 +93940,39 @@ namespace reference.`microsoft.graph.security` {
|
|
|
93502
93940
|
verdict: evidenceVerdict;
|
|
93503
93941
|
}
|
|
93504
93942
|
|
|
93943
|
+
/**
|
|
93944
|
+
* Audit data for Alert Submission events.
|
|
93945
|
+
*/
|
|
93946
|
+
@open
|
|
93947
|
+
@complex model alertSubmissionAuditRecord extends auditData {
|
|
93948
|
+
}
|
|
93949
|
+
|
|
93950
|
+
/**
|
|
93951
|
+
* Audit data for Alert Submission Result Detail events.
|
|
93952
|
+
*/
|
|
93953
|
+
@open
|
|
93954
|
+
@complex model alertSubmissionResultDetailAuditRecord extends auditData {
|
|
93955
|
+
}
|
|
93956
|
+
|
|
93957
|
+
@complex model alertTemplate {
|
|
93958
|
+
|
|
93959
|
+
// Warning: Malformed version string '2025-01' detected.
|
|
93960
|
+
category: string | null;
|
|
93961
|
+
customDetails: alertCustomDetails | null;
|
|
93962
|
+
description: string;
|
|
93963
|
+
entityMappings: entityMappingConfiguration;
|
|
93964
|
+
|
|
93965
|
+
// Warning: Malformed version string '2025-01' detected.
|
|
93966
|
+
impactedAssets: impactedAsset[];
|
|
93967
|
+
|
|
93968
|
+
// Warning: Malformed version string '2025-01' detected.
|
|
93969
|
+
mitreTechniques: string[] | null;
|
|
93970
|
+
recommendedActions: string | null;
|
|
93971
|
+
severity: alertSeverity;
|
|
93972
|
+
tactics: mitreTactic[];
|
|
93973
|
+
title: string;
|
|
93974
|
+
}
|
|
93975
|
+
|
|
93505
93976
|
// Warning: Malformed version string '2025-01' detected.
|
|
93506
93977
|
// Warning: Malformed version string '2025-01' detected.
|
|
93507
93978
|
@complex model allowFileResponseAction extends responseAction {
|
|
@@ -93509,6 +93980,10 @@ namespace reference.`microsoft.graph.security` {
|
|
|
93509
93980
|
identifier: fileEntityIdentifier;
|
|
93510
93981
|
}
|
|
93511
93982
|
|
|
93983
|
+
@complex model amazonResourceEntityMapping extends entityMapping {
|
|
93984
|
+
amazonResourceIdColumn: string;
|
|
93985
|
+
}
|
|
93986
|
+
|
|
93512
93987
|
@complex model amazonResourceEvidence extends alertEvidence {
|
|
93513
93988
|
amazonAccountId: string | null;
|
|
93514
93989
|
amazonResourceId: string | null;
|
|
@@ -93608,12 +94083,14 @@ namespace reference.`microsoft.graph.security` {
|
|
|
93608
94083
|
/**
|
|
93609
94084
|
* Audit data for Attack Sim Admin events.
|
|
93610
94085
|
*/
|
|
94086
|
+
@open
|
|
93611
94087
|
@complex model attackSimAdminAuditRecord extends auditData {
|
|
93612
94088
|
}
|
|
93613
94089
|
|
|
93614
94090
|
/**
|
|
93615
94091
|
* Audit data for Attack Sim events.
|
|
93616
94092
|
*/
|
|
94093
|
+
@open
|
|
93617
94094
|
@complex model attackSimAuditRecord extends auditData {
|
|
93618
94095
|
}
|
|
93619
94096
|
|
|
@@ -93627,6 +94104,7 @@ namespace reference.`microsoft.graph.security` {
|
|
|
93627
94104
|
/**
|
|
93628
94105
|
* Audit data for Audit Config events.
|
|
93629
94106
|
*/
|
|
94107
|
+
@open
|
|
93630
94108
|
@complex model auditConfigAuditRecord extends auditData {
|
|
93631
94109
|
}
|
|
93632
94110
|
|
|
@@ -93635,6 +94113,7 @@ namespace reference.`microsoft.graph.security` {
|
|
|
93635
94113
|
*/
|
|
93636
94114
|
@abstract
|
|
93637
94115
|
@complex model auditData {
|
|
94116
|
+
dynamicProperties: auditRecordTypeDictionary | null;
|
|
93638
94117
|
}
|
|
93639
94118
|
|
|
93640
94119
|
@complex model auditInfo {
|
|
@@ -93642,9 +94121,17 @@ namespace reference.`microsoft.graph.security` {
|
|
|
93642
94121
|
dateTime: offsetDateTime;
|
|
93643
94122
|
}
|
|
93644
94123
|
|
|
94124
|
+
/**
|
|
94125
|
+
* A dictionary of name-value pairs for dynamic audit event properties.
|
|
94126
|
+
*/
|
|
94127
|
+
@open
|
|
94128
|
+
@complex model auditRecordTypeDictionary {
|
|
94129
|
+
}
|
|
94130
|
+
|
|
93645
94131
|
/**
|
|
93646
94132
|
* Audit data for Audit Search events.
|
|
93647
94133
|
*/
|
|
94134
|
+
@open
|
|
93648
94135
|
@complex model auditSearchAuditRecord extends auditData {
|
|
93649
94136
|
}
|
|
93650
94137
|
|
|
@@ -93681,39 +94168,56 @@ namespace reference.`microsoft.graph.security` {
|
|
|
93681
94168
|
/**
|
|
93682
94169
|
* Audit data for Azfw Application Rule Aggregation Event events.
|
|
93683
94170
|
*/
|
|
94171
|
+
@open
|
|
93684
94172
|
@complex model azfwApplicationRuleAggregationEventRecord extends auditData {
|
|
93685
94173
|
}
|
|
93686
94174
|
|
|
93687
94175
|
/**
|
|
93688
94176
|
* Audit data for Azfw Dns Query Event events.
|
|
93689
94177
|
*/
|
|
94178
|
+
@open
|
|
93690
94179
|
@complex model azfwDnsQueryEventRecord extends auditData {
|
|
93691
94180
|
}
|
|
93692
94181
|
|
|
93693
94182
|
/**
|
|
93694
94183
|
* Audit data for Azfw Network Rule Event events.
|
|
93695
94184
|
*/
|
|
94185
|
+
@open
|
|
93696
94186
|
@complex model azfwNetworkRuleEventRecord extends auditData {
|
|
93697
94187
|
}
|
|
93698
94188
|
|
|
93699
94189
|
/**
|
|
93700
94190
|
* Audit data for Azure Active Directory Account Logon events.
|
|
93701
94191
|
*/
|
|
94192
|
+
@open
|
|
93702
94193
|
@complex model azureActiveDirectoryAccountLogonAuditRecord extends auditData {
|
|
93703
94194
|
}
|
|
93704
94195
|
|
|
93705
94196
|
/**
|
|
93706
94197
|
* Audit data for Azure Active Directory events.
|
|
93707
94198
|
*/
|
|
94199
|
+
@open
|
|
93708
94200
|
@complex model azureActiveDirectoryAuditRecord extends auditData {
|
|
93709
94201
|
}
|
|
93710
94202
|
|
|
93711
94203
|
/**
|
|
93712
94204
|
* Audit data for Azure Active Directory STS Logon events.
|
|
93713
94205
|
*/
|
|
94206
|
+
@open
|
|
93714
94207
|
@complex model azureActiveDirectoryStsLogonAuditRecord extends auditData {
|
|
93715
94208
|
}
|
|
93716
94209
|
|
|
94210
|
+
/**
|
|
94211
|
+
* Audit data for Azure AI Search Audit events.
|
|
94212
|
+
*/
|
|
94213
|
+
@open
|
|
94214
|
+
@complex model azureAISearchAuditRecord extends auditData {
|
|
94215
|
+
}
|
|
94216
|
+
|
|
94217
|
+
@complex model azureResourceEntityMapping extends entityMapping {
|
|
94218
|
+
resourceIdColumn: string;
|
|
94219
|
+
}
|
|
94220
|
+
|
|
93717
94221
|
@complex model azureResourceEvidence extends alertEvidence {
|
|
93718
94222
|
resourceId: string | null;
|
|
93719
94223
|
resourceName: string | null;
|
|
@@ -93753,66 +94257,77 @@ namespace reference.`microsoft.graph.security` {
|
|
|
93753
94257
|
/**
|
|
93754
94258
|
* Audit data for threat campaign events.
|
|
93755
94259
|
*/
|
|
94260
|
+
@open
|
|
93756
94261
|
@complex model campaignAuditRecord extends auditData {
|
|
93757
94262
|
}
|
|
93758
94263
|
|
|
93759
94264
|
/**
|
|
93760
94265
|
* Audit data for CCRAI Policy Violation events.
|
|
93761
94266
|
*/
|
|
94267
|
+
@open
|
|
93762
94268
|
@complex model ccraiPolicyViolationRecord extends auditData {
|
|
93763
94269
|
}
|
|
93764
94270
|
|
|
93765
94271
|
/**
|
|
93766
94272
|
* Audit data for CDP Classifier Health events.
|
|
93767
94273
|
*/
|
|
94274
|
+
@open
|
|
93768
94275
|
@complex model cdpClassifierHealthRecord extends auditData {
|
|
93769
94276
|
}
|
|
93770
94277
|
|
|
93771
94278
|
/**
|
|
93772
94279
|
* Audit data for CDP Cold Crawl Status events.
|
|
93773
94280
|
*/
|
|
94281
|
+
@open
|
|
93774
94282
|
@complex model cdpColdCrawlStatusRecord extends auditData {
|
|
93775
94283
|
}
|
|
93776
94284
|
|
|
93777
94285
|
/**
|
|
93778
94286
|
* Audit data for CDP Consumption Resource events.
|
|
93779
94287
|
*/
|
|
94288
|
+
@open
|
|
93780
94289
|
@complex model cdpConsumptionResourceRecord extends auditData {
|
|
93781
94290
|
}
|
|
93782
94291
|
|
|
93783
94292
|
/**
|
|
93784
94293
|
* Audit data for CDP Content Explorer Aggregate events.
|
|
93785
94294
|
*/
|
|
94295
|
+
@open
|
|
93786
94296
|
@complex model cdpContentExplorerAggregateRecord extends auditData {
|
|
93787
94297
|
}
|
|
93788
94298
|
|
|
93789
94299
|
/**
|
|
93790
94300
|
* Audit data for Cdpdlmai Interaction Insights events.
|
|
93791
94301
|
*/
|
|
94302
|
+
@open
|
|
93792
94303
|
@complex model cdpdlmaiInteractionInsightsRecord extends auditData {
|
|
93793
94304
|
}
|
|
93794
94305
|
|
|
93795
94306
|
/**
|
|
93796
94307
|
* Audit data for CDP DLP Sensitive Endpoint events.
|
|
93797
94308
|
*/
|
|
94309
|
+
@open
|
|
93798
94310
|
@complex model cdpDlpSensitiveEndpointAuditRecord extends auditData {
|
|
93799
94311
|
}
|
|
93800
94312
|
|
|
93801
94313
|
/**
|
|
93802
94314
|
* Audit data for CDP Log events.
|
|
93803
94315
|
*/
|
|
94316
|
+
@open
|
|
93804
94317
|
@complex model cdpLogRecord extends auditData {
|
|
93805
94318
|
}
|
|
93806
94319
|
|
|
93807
94320
|
/**
|
|
93808
94321
|
* Audit data for CDP OCR Billing events.
|
|
93809
94322
|
*/
|
|
94323
|
+
@open
|
|
93810
94324
|
@complex model cdpOcrBillingRecord extends auditData {
|
|
93811
94325
|
}
|
|
93812
94326
|
|
|
93813
94327
|
/**
|
|
93814
94328
|
* Audit data for CDP Resource Scope Change Event events.
|
|
93815
94329
|
*/
|
|
94330
|
+
@open
|
|
93816
94331
|
@complex model cdpResourceScopeChangeEventRecord extends auditData {
|
|
93817
94332
|
}
|
|
93818
94333
|
|
|
@@ -93822,6 +94337,11 @@ namespace reference.`microsoft.graph.security` {
|
|
|
93822
94337
|
sensitiveTypeId: string;
|
|
93823
94338
|
}
|
|
93824
94339
|
|
|
94340
|
+
@complex model cloudApplicationEntityMapping extends entityMapping {
|
|
94341
|
+
appIdColumn: string | null;
|
|
94342
|
+
nameColumn: string | null;
|
|
94343
|
+
}
|
|
94344
|
+
|
|
93825
94345
|
@complex model cloudApplicationEvidence extends alertEvidence {
|
|
93826
94346
|
appId: int64 | null;
|
|
93827
94347
|
displayName: string | null;
|
|
@@ -93850,18 +94370,21 @@ namespace reference.`microsoft.graph.security` {
|
|
|
93850
94370
|
/**
|
|
93851
94371
|
* Audit data for Cloud Update Device Config events.
|
|
93852
94372
|
*/
|
|
94373
|
+
@open
|
|
93853
94374
|
@complex model cloudUpdateDeviceConfigAuditRecord extends auditData {
|
|
93854
94375
|
}
|
|
93855
94376
|
|
|
93856
94377
|
/**
|
|
93857
94378
|
* Audit data for Cloud Update Profile Config events.
|
|
93858
94379
|
*/
|
|
94380
|
+
@open
|
|
93859
94381
|
@complex model cloudUpdateProfileConfigAuditRecord extends auditData {
|
|
93860
94382
|
}
|
|
93861
94383
|
|
|
93862
94384
|
/**
|
|
93863
94385
|
* Audit data for Cloud Update Tenant Config events.
|
|
93864
94386
|
*/
|
|
94387
|
+
@open
|
|
93865
94388
|
@complex model cloudUpdateTenantConfigAuditRecord extends auditData {
|
|
93866
94389
|
}
|
|
93867
94390
|
|
|
@@ -93878,120 +94401,154 @@ namespace reference.`microsoft.graph.security` {
|
|
|
93878
94401
|
/**
|
|
93879
94402
|
* Audit data for Compliance Connector events.
|
|
93880
94403
|
*/
|
|
94404
|
+
@open
|
|
93881
94405
|
@complex model complianceConnectorAuditRecord extends auditData {
|
|
93882
94406
|
}
|
|
93883
94407
|
|
|
93884
94408
|
/**
|
|
93885
94409
|
* Audit data for Compliance DLM Exchange events.
|
|
93886
94410
|
*/
|
|
94411
|
+
@open
|
|
93887
94412
|
@complex model complianceDLMExchangeAuditRecord extends auditData {
|
|
93888
94413
|
}
|
|
93889
94414
|
|
|
93890
94415
|
/**
|
|
93891
94416
|
* Audit data for Compliance DLM SharePoint events.
|
|
93892
94417
|
*/
|
|
94418
|
+
@open
|
|
93893
94419
|
@complex model complianceDLMSharePointAuditRecord extends auditData {
|
|
93894
94420
|
}
|
|
93895
94421
|
|
|
93896
94422
|
/**
|
|
93897
94423
|
* Audit data for Compliance DLP Applications events.
|
|
93898
94424
|
*/
|
|
94425
|
+
@open
|
|
93899
94426
|
@complex model complianceDLPApplicationsAuditRecord extends auditData {
|
|
93900
94427
|
}
|
|
93901
94428
|
|
|
93902
94429
|
/**
|
|
93903
94430
|
* Audit data for Compliance DLP Applications Classification events.
|
|
93904
94431
|
*/
|
|
94432
|
+
@open
|
|
93905
94433
|
@complex model complianceDLPApplicationsClassificationAuditRecord extends auditData {
|
|
93906
94434
|
}
|
|
93907
94435
|
|
|
93908
94436
|
/**
|
|
93909
94437
|
* Audit data for Compliance DLP Endpoint events.
|
|
93910
94438
|
*/
|
|
94439
|
+
@open
|
|
93911
94440
|
@complex model complianceDLPEndpointAuditRecord extends auditData {
|
|
93912
94441
|
}
|
|
93913
94442
|
|
|
93914
94443
|
/**
|
|
93915
94444
|
* Audit data for Compliance DLP Endpoint Discovery events.
|
|
93916
94445
|
*/
|
|
94446
|
+
@open
|
|
93917
94447
|
@complex model complianceDLPEndpointDiscoveryAuditRecord extends auditData {
|
|
93918
94448
|
}
|
|
93919
94449
|
|
|
93920
94450
|
/**
|
|
93921
94451
|
* Audit data for Compliance DLP Enforcement events.
|
|
93922
94452
|
*/
|
|
94453
|
+
@open
|
|
93923
94454
|
@complex model complianceDLPEnforcementAuditRecord extends auditData {
|
|
93924
94455
|
}
|
|
93925
94456
|
|
|
93926
94457
|
/**
|
|
93927
94458
|
* Audit data for Compliance DLP Exchange events.
|
|
93928
94459
|
*/
|
|
94460
|
+
@open
|
|
93929
94461
|
@complex model complianceDLPExchangeAuditRecord extends auditData {
|
|
93930
94462
|
}
|
|
93931
94463
|
|
|
93932
94464
|
/**
|
|
93933
94465
|
* Audit data for Compliance DLP Exchange Classification events.
|
|
93934
94466
|
*/
|
|
94467
|
+
@open
|
|
93935
94468
|
@complex model complianceDLPExchangeClassificationAuditRecord extends auditData {
|
|
93936
94469
|
}
|
|
93937
94470
|
|
|
93938
94471
|
/**
|
|
93939
94472
|
* Audit data for Compliance DLP Exchange Classification CDP events.
|
|
93940
94473
|
*/
|
|
94474
|
+
@open
|
|
93941
94475
|
@complex model complianceDLPExchangeClassificationCdpRecord extends auditData {
|
|
93942
94476
|
}
|
|
93943
94477
|
|
|
93944
94478
|
/**
|
|
93945
94479
|
* Audit data for Compliance DLP Exchange Discovery events.
|
|
93946
94480
|
*/
|
|
94481
|
+
@open
|
|
93947
94482
|
@complex model complianceDLPExchangeDiscoveryAuditRecord extends auditData {
|
|
93948
94483
|
}
|
|
93949
94484
|
|
|
93950
94485
|
/**
|
|
93951
94486
|
* Audit data for Compliance DLP SharePoint events.
|
|
93952
94487
|
*/
|
|
94488
|
+
@open
|
|
93953
94489
|
@complex model complianceDLPSharePointAuditRecord extends auditData {
|
|
93954
94490
|
}
|
|
93955
94491
|
|
|
93956
94492
|
/**
|
|
93957
94493
|
* Audit data for Compliance DLP SharePoint Classification events.
|
|
93958
94494
|
*/
|
|
94495
|
+
@open
|
|
93959
94496
|
@complex model complianceDLPSharePointClassificationAuditRecord extends auditData {
|
|
93960
94497
|
}
|
|
93961
94498
|
|
|
93962
94499
|
/**
|
|
93963
94500
|
* Audit data for Compliance DLP SharePoint Classification CDP events.
|
|
93964
94501
|
*/
|
|
94502
|
+
@open
|
|
93965
94503
|
@complex model complianceDLPSharePointClassificationCdpRecord extends auditData {
|
|
93966
94504
|
}
|
|
93967
94505
|
|
|
93968
94506
|
/**
|
|
93969
94507
|
* Audit data for Compliance DLP SharePoint Classification Extended events.
|
|
93970
94508
|
*/
|
|
94509
|
+
@open
|
|
93971
94510
|
@complex model complianceDLPSharePointClassificationExtendedAuditRecord extends auditData {
|
|
93972
94511
|
}
|
|
93973
94512
|
|
|
93974
94513
|
/**
|
|
93975
94514
|
* Audit data for Compliance Exchange OCR events.
|
|
93976
94515
|
*/
|
|
94516
|
+
@open
|
|
93977
94517
|
@complex model complianceExchangeOcrAuditRecord extends auditData {
|
|
93978
94518
|
}
|
|
93979
94519
|
|
|
93980
94520
|
/**
|
|
93981
94521
|
* Audit data for Compliance Manager Action events.
|
|
93982
94522
|
*/
|
|
94523
|
+
@open
|
|
93983
94524
|
@complex model complianceManagerActionRecord extends auditData {
|
|
93984
94525
|
}
|
|
93985
94526
|
|
|
94527
|
+
/**
|
|
94528
|
+
* Audit data for Compliance Policy Grading SharePoint events.
|
|
94529
|
+
*/
|
|
94530
|
+
@open
|
|
94531
|
+
@complex model compliancePolicyGradingSharePointAuditRecord extends auditData {
|
|
94532
|
+
}
|
|
94533
|
+
|
|
93986
94534
|
/**
|
|
93987
94535
|
* Audit data for Compliance Settings Change events.
|
|
93988
94536
|
*/
|
|
94537
|
+
@open
|
|
93989
94538
|
@complex model complianceSettingsChangeAuditRecord extends auditData {
|
|
93990
94539
|
}
|
|
93991
94540
|
|
|
94541
|
+
/**
|
|
94542
|
+
* Audit data for Compliance SIT Grading SharePoint events.
|
|
94543
|
+
*/
|
|
94544
|
+
@open
|
|
94545
|
+
@complex model complianceSitGradingSharePointAuditRecord extends auditData {
|
|
94546
|
+
}
|
|
94547
|
+
|
|
93992
94548
|
/**
|
|
93993
94549
|
* Audit data for Compliance Supervision Exchange events.
|
|
93994
94550
|
*/
|
|
94551
|
+
@open
|
|
93995
94552
|
@complex model complianceSupervisionExchangeAuditRecord extends auditData {
|
|
93996
94553
|
}
|
|
93997
94554
|
|
|
@@ -94003,12 +94560,19 @@ namespace reference.`microsoft.graph.security` {
|
|
|
94003
94560
|
/**
|
|
94004
94561
|
* Audit data for Connected AI App Interaction events.
|
|
94005
94562
|
*/
|
|
94563
|
+
@open
|
|
94006
94564
|
@complex model connectedAIAppInteractionAuditRecord extends auditData {
|
|
94007
94565
|
}
|
|
94008
94566
|
|
|
94567
|
+
@privatePreview("MdcConnectors")
|
|
94568
|
+
@complex model connectorValidateResult {
|
|
94569
|
+
messages: string[];
|
|
94570
|
+
}
|
|
94571
|
+
|
|
94009
94572
|
/**
|
|
94010
94573
|
* Audit data for Consumption Resource events.
|
|
94011
94574
|
*/
|
|
94575
|
+
@open
|
|
94012
94576
|
@complex model consumptionResourceAuditRecord extends auditData {
|
|
94013
94577
|
}
|
|
94014
94578
|
|
|
@@ -94048,84 +94612,105 @@ namespace reference.`microsoft.graph.security` {
|
|
|
94048
94612
|
/**
|
|
94049
94613
|
* Audit data for Content Store Meta events.
|
|
94050
94614
|
*/
|
|
94615
|
+
@open
|
|
94051
94616
|
@complex model contentStoreMetadataRecord extends auditData {
|
|
94052
94617
|
}
|
|
94053
94618
|
|
|
94054
94619
|
/**
|
|
94055
94620
|
* Audit data for Copilot Agent Management events.
|
|
94056
94621
|
*/
|
|
94622
|
+
@open
|
|
94057
94623
|
@complex model copilotAgentManagementAuditRecord extends auditData {
|
|
94058
94624
|
}
|
|
94059
94625
|
|
|
94060
94626
|
/**
|
|
94061
94627
|
* Audit data for Copilot for Security Logging events.
|
|
94062
94628
|
*/
|
|
94629
|
+
@open
|
|
94063
94630
|
@complex model copilotForSecurityLoggingAuditRecord extends auditData {
|
|
94064
94631
|
}
|
|
94065
94632
|
|
|
94066
94633
|
/**
|
|
94067
94634
|
* Audit data for Copilot for Security Trigger events.
|
|
94068
94635
|
*/
|
|
94636
|
+
@open
|
|
94069
94637
|
@complex model copilotForSecurityTriggerAuditRecord extends auditData {
|
|
94070
94638
|
}
|
|
94071
94639
|
|
|
94072
94640
|
/**
|
|
94073
94641
|
* Audit data for Copilot Interaction events.
|
|
94074
94642
|
*/
|
|
94643
|
+
@open
|
|
94075
94644
|
@complex model copilotInteractionAuditRecord extends auditData {
|
|
94076
94645
|
}
|
|
94077
94646
|
|
|
94078
94647
|
/**
|
|
94079
94648
|
* Audit data for Copilot Plugin Setting events.
|
|
94080
94649
|
*/
|
|
94650
|
+
@open
|
|
94081
94651
|
@complex model copilotPluginSettingAuditRecord extends auditData {
|
|
94082
94652
|
}
|
|
94083
94653
|
|
|
94084
94654
|
/**
|
|
94085
94655
|
* Audit data for Copilot Prompt Book Setting events.
|
|
94086
94656
|
*/
|
|
94657
|
+
@open
|
|
94087
94658
|
@complex model copilotPromptBookSettingAuditRecord extends auditData {
|
|
94088
94659
|
}
|
|
94089
94660
|
|
|
94661
|
+
/**
|
|
94662
|
+
* Audit data for Copilot Session Sharing events.
|
|
94663
|
+
*/
|
|
94664
|
+
@open
|
|
94665
|
+
@complex model copilotSessionSharingAuditRecord extends auditData {
|
|
94666
|
+
}
|
|
94667
|
+
|
|
94090
94668
|
/**
|
|
94091
94669
|
* Audit data for Copilot Setting events.
|
|
94092
94670
|
*/
|
|
94671
|
+
@open
|
|
94093
94672
|
@complex model copilotSettingAuditRecord extends auditData {
|
|
94094
94673
|
}
|
|
94095
94674
|
|
|
94096
94675
|
/**
|
|
94097
94676
|
* Audit data for Copilot Workspace Setting events.
|
|
94098
94677
|
*/
|
|
94678
|
+
@open
|
|
94099
94679
|
@complex model copilotWorkspaceSettingAuditRecord extends auditData {
|
|
94100
94680
|
}
|
|
94101
94681
|
|
|
94102
94682
|
/**
|
|
94103
94683
|
* Audit data for Core Reporting Settings events.
|
|
94104
94684
|
*/
|
|
94685
|
+
@open
|
|
94105
94686
|
@complex model coreReportingSettingsAuditRecord extends auditData {
|
|
94106
94687
|
}
|
|
94107
94688
|
|
|
94108
94689
|
/**
|
|
94109
94690
|
* Audit data for Cortana Briefing events.
|
|
94110
94691
|
*/
|
|
94692
|
+
@open
|
|
94111
94693
|
@complex model cortanaBriefingAuditRecord extends auditData {
|
|
94112
94694
|
}
|
|
94113
94695
|
|
|
94114
94696
|
/**
|
|
94115
94697
|
* Audit data for Critical Asset Management Classification events.
|
|
94116
94698
|
*/
|
|
94699
|
+
@open
|
|
94117
94700
|
@complex model criticalAssetManagementClassificationRecord extends auditData {
|
|
94118
94701
|
}
|
|
94119
94702
|
|
|
94120
94703
|
/**
|
|
94121
94704
|
* Audit data for CRM Entity Operation events.
|
|
94122
94705
|
*/
|
|
94706
|
+
@open
|
|
94123
94707
|
@complex model crmEntityOperationAuditRecord extends auditData {
|
|
94124
94708
|
}
|
|
94125
94709
|
|
|
94126
94710
|
/**
|
|
94127
94711
|
* Audit data for Cross Tenant Access Policy events.
|
|
94128
94712
|
*/
|
|
94713
|
+
@open
|
|
94129
94714
|
@complex model crossTenantAccessPolicyAuditRecord extends auditData {
|
|
94130
94715
|
}
|
|
94131
94716
|
|
|
@@ -94137,6 +94722,7 @@ namespace reference.`microsoft.graph.security` {
|
|
|
94137
94722
|
/**
|
|
94138
94723
|
* Audit data for Customer Key Service Encryption events.
|
|
94139
94724
|
*/
|
|
94725
|
+
@open
|
|
94140
94726
|
@complex model customerKeyServiceEncryptionAuditRecord extends auditData {
|
|
94141
94727
|
}
|
|
94142
94728
|
|
|
@@ -94149,36 +94735,42 @@ namespace reference.`microsoft.graph.security` {
|
|
|
94149
94735
|
/**
|
|
94150
94736
|
* Audit data for Data Center Security cmdlet events.
|
|
94151
94737
|
*/
|
|
94738
|
+
@open
|
|
94152
94739
|
@complex model dataCenterSecurityCmdletAuditRecord extends auditData {
|
|
94153
94740
|
}
|
|
94154
94741
|
|
|
94155
94742
|
/**
|
|
94156
94743
|
* Audit data for Data Governance events.
|
|
94157
94744
|
*/
|
|
94745
|
+
@open
|
|
94158
94746
|
@complex model dataGovernanceAuditRecord extends auditData {
|
|
94159
94747
|
}
|
|
94160
94748
|
|
|
94161
94749
|
/**
|
|
94162
94750
|
* Audit data for Data Insights Rest Api events.
|
|
94163
94751
|
*/
|
|
94752
|
+
@open
|
|
94164
94753
|
@complex model dataInsightsRestApiAuditRecord extends auditData {
|
|
94165
94754
|
}
|
|
94166
94755
|
|
|
94167
94756
|
/**
|
|
94168
94757
|
* Audit data for Data Lake Export Operation events.
|
|
94169
94758
|
*/
|
|
94759
|
+
@open
|
|
94170
94760
|
@complex model dataLakeExportOperationAuditRecord extends auditData {
|
|
94171
94761
|
}
|
|
94172
94762
|
|
|
94173
94763
|
/**
|
|
94174
94764
|
* Audit data for Data Security Investigation events.
|
|
94175
94765
|
*/
|
|
94766
|
+
@open
|
|
94176
94767
|
@complex model dataSecurityInvestigationAuditRecord extends auditData {
|
|
94177
94768
|
}
|
|
94178
94769
|
|
|
94179
94770
|
/**
|
|
94180
94771
|
* Audit data for Data Share Operation events.
|
|
94181
94772
|
*/
|
|
94773
|
+
@open
|
|
94182
94774
|
@complex model dataShareOperationAuditRecord extends auditData {
|
|
94183
94775
|
}
|
|
94184
94776
|
|
|
@@ -94192,18 +94784,28 @@ namespace reference.`microsoft.graph.security` {
|
|
|
94192
94784
|
/**
|
|
94193
94785
|
* Audit data for Defender Case Management events.
|
|
94194
94786
|
*/
|
|
94787
|
+
@open
|
|
94195
94788
|
@complex model defenderCaseManagementAuditRecord extends auditData {
|
|
94196
94789
|
}
|
|
94197
94790
|
|
|
94198
94791
|
/**
|
|
94199
94792
|
* Audit data for Defender Preview Features events.
|
|
94200
94793
|
*/
|
|
94794
|
+
@open
|
|
94201
94795
|
@complex model defenderPreviewFeaturesRecord extends auditData {
|
|
94202
94796
|
}
|
|
94203
94797
|
|
|
94798
|
+
/**
|
|
94799
|
+
* Audit data for Defender Security for AI Configuration events.
|
|
94800
|
+
*/
|
|
94801
|
+
@open
|
|
94802
|
+
@complex model defenderSecurityForAIConfigurationAuditRecord extends auditData {
|
|
94803
|
+
}
|
|
94804
|
+
|
|
94204
94805
|
/**
|
|
94205
94806
|
* Audit data for Deploy Feature Activity events.
|
|
94206
94807
|
*/
|
|
94808
|
+
@open
|
|
94207
94809
|
@complex model deployFeatureActivityRecord extends auditData {
|
|
94208
94810
|
}
|
|
94209
94811
|
|
|
@@ -94211,6 +94813,15 @@ namespace reference.`microsoft.graph.security` {
|
|
|
94211
94813
|
deploymentAccessKey: string;
|
|
94212
94814
|
}
|
|
94213
94815
|
|
|
94816
|
+
@complex model detectionAction {
|
|
94817
|
+
alertTemplate: alertTemplate;
|
|
94818
|
+
automatedActions: automatedActionSet | null;
|
|
94819
|
+
organizationalScope: organizationalScope | null;
|
|
94820
|
+
|
|
94821
|
+
// Warning: Malformed version string '2025-01' detected.
|
|
94822
|
+
responseActions: responseAction[] | null;
|
|
94823
|
+
}
|
|
94824
|
+
|
|
94214
94825
|
@graphDeprecated("Tasks_And_Plans")
|
|
94215
94826
|
@complex model detonationBehaviourDetails {
|
|
94216
94827
|
actionStatus: string | null;
|
|
@@ -94258,18 +94869,21 @@ namespace reference.`microsoft.graph.security` {
|
|
|
94258
94869
|
/**
|
|
94259
94870
|
* Audit data for Device Discovery Settings Authenticated Scans events.
|
|
94260
94871
|
*/
|
|
94872
|
+
@open
|
|
94261
94873
|
@complex model deviceDiscoverySettingsAuthenticatedScansRecord extends auditData {
|
|
94262
94874
|
}
|
|
94263
94875
|
|
|
94264
94876
|
/**
|
|
94265
94877
|
* Audit data for Device Discovery Settings Exclusion events.
|
|
94266
94878
|
*/
|
|
94879
|
+
@open
|
|
94267
94880
|
@complex model deviceDiscoverySettingsExclusionRecord extends auditData {
|
|
94268
94881
|
}
|
|
94269
94882
|
|
|
94270
94883
|
/**
|
|
94271
94884
|
* Audit data for Device Discovery Settings events.
|
|
94272
94885
|
*/
|
|
94886
|
+
@open
|
|
94273
94887
|
@complex model deviceDiscoverySettingsRecord extends auditData {
|
|
94274
94888
|
}
|
|
94275
94889
|
|
|
@@ -94315,27 +94929,37 @@ namespace reference.`microsoft.graph.security` {
|
|
|
94315
94929
|
/**
|
|
94316
94930
|
* Audit data for eDiscovery events.
|
|
94317
94931
|
*/
|
|
94932
|
+
@open
|
|
94318
94933
|
@complex model discoveryAuditRecord extends auditData {
|
|
94319
94934
|
}
|
|
94320
94935
|
|
|
94321
94936
|
/**
|
|
94322
94937
|
* Audit data for DLP Endpoint events.
|
|
94323
94938
|
*/
|
|
94939
|
+
@open
|
|
94324
94940
|
@complex model dlpEndpointAuditRecord extends auditData {
|
|
94325
94941
|
}
|
|
94326
94942
|
|
|
94327
94943
|
/**
|
|
94328
94944
|
* Audit data for DLP Import Result events.
|
|
94329
94945
|
*/
|
|
94946
|
+
@open
|
|
94330
94947
|
@complex model dlpImportResultAuditRecord extends auditData {
|
|
94331
94948
|
}
|
|
94332
94949
|
|
|
94333
94950
|
/**
|
|
94334
94951
|
* Audit data for DLP Sensitive Information Type Rule Package cmdlet events.
|
|
94335
94952
|
*/
|
|
94953
|
+
@open
|
|
94336
94954
|
@complex model dlpSensitiveInformationTypeRulePackageCmdletRecord extends auditData {
|
|
94337
94955
|
}
|
|
94338
94956
|
|
|
94957
|
+
@complex model dnsEntityMapping extends entityMapping {
|
|
94958
|
+
domainNameColumn: string;
|
|
94959
|
+
hostIpAddressColumn: string;
|
|
94960
|
+
serverIpColumn: string;
|
|
94961
|
+
}
|
|
94962
|
+
|
|
94339
94963
|
@complex model dnsEvidence extends alertEvidence {
|
|
94340
94964
|
dnsServerIp: ipEvidence | null;
|
|
94341
94965
|
domainName: string | null;
|
|
@@ -94348,6 +94972,34 @@ namespace reference.`microsoft.graph.security` {
|
|
|
94348
94972
|
justificationMessage: string | null;
|
|
94349
94973
|
}
|
|
94350
94974
|
|
|
94975
|
+
/**
|
|
94976
|
+
* Audit data for Dragon Copilot Access events.
|
|
94977
|
+
*/
|
|
94978
|
+
@open
|
|
94979
|
+
@complex model dragonCopilotAccessRecord extends auditData {
|
|
94980
|
+
}
|
|
94981
|
+
|
|
94982
|
+
/**
|
|
94983
|
+
* Audit data for Dragon Copilot Admin events.
|
|
94984
|
+
*/
|
|
94985
|
+
@open
|
|
94986
|
+
@complex model dragonCopilotAdminRecord extends auditData {
|
|
94987
|
+
}
|
|
94988
|
+
|
|
94989
|
+
/**
|
|
94990
|
+
* Audit data for Dragon Copilot Clinical Data events.
|
|
94991
|
+
*/
|
|
94992
|
+
@open
|
|
94993
|
+
@complex model dragonCopilotClinicalDataRecord extends auditData {
|
|
94994
|
+
}
|
|
94995
|
+
|
|
94996
|
+
/**
|
|
94997
|
+
* Audit data for Dragon Copilot Session events.
|
|
94998
|
+
*/
|
|
94999
|
+
@open
|
|
95000
|
+
@complex model dragonCopilotSessionRecord extends auditData {
|
|
95001
|
+
}
|
|
95002
|
+
|
|
94351
95003
|
@open
|
|
94352
95004
|
@complex model dynamicColumnValue {
|
|
94353
95005
|
}
|
|
@@ -94355,12 +95007,14 @@ namespace reference.`microsoft.graph.security` {
|
|
|
94355
95007
|
/**
|
|
94356
95008
|
* Audit data for Dynamics365 Business Central events.
|
|
94357
95009
|
*/
|
|
95010
|
+
@open
|
|
94358
95011
|
@complex model dynamics365BusinessCentralAuditRecord extends auditData {
|
|
94359
95012
|
}
|
|
94360
95013
|
|
|
94361
95014
|
/**
|
|
94362
95015
|
* Audit data for EHR Connector events.
|
|
94363
95016
|
*/
|
|
95017
|
+
@open
|
|
94364
95018
|
@complex model ehrConnectorAuditBaseRecord extends auditData {
|
|
94365
95019
|
}
|
|
94366
95020
|
|
|
@@ -94379,6 +95033,37 @@ namespace reference.`microsoft.graph.security` {
|
|
|
94379
95033
|
@complex model enableUserIncidentTaskResponseAction extends incidentTaskResponseAction {
|
|
94380
95034
|
}
|
|
94381
95035
|
|
|
95036
|
+
@abstract
|
|
95037
|
+
@complex model entityMapping {
|
|
95038
|
+
}
|
|
95039
|
+
|
|
95040
|
+
@complex model entityMappingConfiguration {
|
|
95041
|
+
accounts: accountEntityMapping[];
|
|
95042
|
+
amazonResources: amazonResourceEntityMapping[];
|
|
95043
|
+
azureResources: azureResourceEntityMapping[];
|
|
95044
|
+
cloudApplications: cloudApplicationEntityMapping[];
|
|
95045
|
+
dns: dnsEntityMapping[];
|
|
95046
|
+
files: fileEntityMapping[];
|
|
95047
|
+
googleCloudResources: googleCloudResourceEntityMapping[];
|
|
95048
|
+
hosts: hostEntityMapping[];
|
|
95049
|
+
ips: ipEntityMapping[];
|
|
95050
|
+
mailboxes: mailboxEntityMapping[];
|
|
95051
|
+
mailClusters: mailClusterEntityMapping[];
|
|
95052
|
+
mailMessages: mailMessageEntityMapping[];
|
|
95053
|
+
oAuthApplications: oAuthApplicationEntityMapping[];
|
|
95054
|
+
processes: processEntityMapping[];
|
|
95055
|
+
registryValues: registryValueEntityMapping[];
|
|
95056
|
+
securityGroups: securityGroupEntityMapping[];
|
|
95057
|
+
urls: urlEntityMapping[];
|
|
95058
|
+
}
|
|
95059
|
+
|
|
95060
|
+
/**
|
|
95061
|
+
* Audit data for EOP Submission Feed Entity events.
|
|
95062
|
+
*/
|
|
95063
|
+
@open
|
|
95064
|
+
@complex model eopSubmissionFeedEntityAuditRecord extends auditData {
|
|
95065
|
+
}
|
|
95066
|
+
|
|
94382
95067
|
@complex model eventPropagationResult {
|
|
94383
95068
|
location: string | null;
|
|
94384
95069
|
serviceName: string | null;
|
|
@@ -94394,30 +95079,35 @@ namespace reference.`microsoft.graph.security` {
|
|
|
94394
95079
|
/**
|
|
94395
95080
|
* Audit data for Exchange Admin events.
|
|
94396
95081
|
*/
|
|
95082
|
+
@open
|
|
94397
95083
|
@complex model exchangeAdminAuditRecord extends auditData {
|
|
94398
95084
|
}
|
|
94399
95085
|
|
|
94400
95086
|
/**
|
|
94401
95087
|
* Audit data for Exchange Aggregated Mailbox events.
|
|
94402
95088
|
*/
|
|
95089
|
+
@open
|
|
94403
95090
|
@complex model exchangeAggregatedMailboxAuditRecord extends auditData {
|
|
94404
95091
|
}
|
|
94405
95092
|
|
|
94406
95093
|
/**
|
|
94407
95094
|
* Audit data for Exchange Aggregated Operation events.
|
|
94408
95095
|
*/
|
|
95096
|
+
@open
|
|
94409
95097
|
@complex model exchangeAggregatedOperationRecord extends auditData {
|
|
94410
95098
|
}
|
|
94411
95099
|
|
|
94412
95100
|
/**
|
|
94413
95101
|
* Audit data for Exchange Mailbox Audit Group events.
|
|
94414
95102
|
*/
|
|
95103
|
+
@open
|
|
94415
95104
|
@complex model exchangeMailboxAuditGroupRecord extends auditData {
|
|
94416
95105
|
}
|
|
94417
95106
|
|
|
94418
95107
|
/**
|
|
94419
95108
|
* Audit data for Exchange Mailbox events.
|
|
94420
95109
|
*/
|
|
95110
|
+
@open
|
|
94421
95111
|
@complex model exchangeMailboxAuditRecord extends auditData {
|
|
94422
95112
|
}
|
|
94423
95113
|
|
|
@@ -94430,9 +95120,17 @@ namespace reference.`microsoft.graph.security` {
|
|
|
94430
95120
|
/**
|
|
94431
95121
|
* Audit data for Microsoft Fabric events.
|
|
94432
95122
|
*/
|
|
95123
|
+
@open
|
|
94433
95124
|
@complex model fabricAuditRecord extends auditData {
|
|
94434
95125
|
}
|
|
94435
95126
|
|
|
95127
|
+
/**
|
|
95128
|
+
* Audit data for Fabric Policy events.
|
|
95129
|
+
*/
|
|
95130
|
+
@open
|
|
95131
|
+
@complex model fabricPolicyRecord extends auditData {
|
|
95132
|
+
}
|
|
95133
|
+
|
|
94436
95134
|
@complex model fileAction extends automatedAction {
|
|
94437
95135
|
deviceGroupNames: string[] | null;
|
|
94438
95136
|
sha1Column: string | null;
|
|
@@ -94452,6 +95150,12 @@ namespace reference.`microsoft.graph.security` {
|
|
|
94452
95150
|
signer: string | null;
|
|
94453
95151
|
}
|
|
94454
95152
|
|
|
95153
|
+
@complex model fileEntityMapping extends entityMapping {
|
|
95154
|
+
nameColumn: string | null;
|
|
95155
|
+
sha1Column: string | null;
|
|
95156
|
+
sha256Column: string | null;
|
|
95157
|
+
}
|
|
95158
|
+
|
|
94455
95159
|
@complex model fileEvidence extends alertEvidence {
|
|
94456
95160
|
detectionStatus: detectionStatus | null;
|
|
94457
95161
|
fileDetails: fileDetails | null;
|
|
@@ -94541,6 +95245,10 @@ namespace reference.`microsoft.graph.security` {
|
|
|
94541
95245
|
webUrl: string | null;
|
|
94542
95246
|
}
|
|
94543
95247
|
|
|
95248
|
+
@complex model googleCloudResourceEntityMapping extends entityMapping {
|
|
95249
|
+
fullResourceNameColumn: string;
|
|
95250
|
+
}
|
|
95251
|
+
|
|
94544
95252
|
@complex model googleCloudResourceEvidence extends alertEvidence {
|
|
94545
95253
|
fullResourceName: string | null;
|
|
94546
95254
|
location: string | null;
|
|
@@ -94564,15 +95272,25 @@ namespace reference.`microsoft.graph.security` {
|
|
|
94564
95272
|
/**
|
|
94565
95273
|
* Audit data for Healthcare Signal events.
|
|
94566
95274
|
*/
|
|
95275
|
+
@open
|
|
94567
95276
|
@complex model healthcareSignalRecord extends auditData {
|
|
94568
95277
|
}
|
|
94569
95278
|
|
|
94570
95279
|
/**
|
|
94571
95280
|
* Audit data for Hosted RPA events.
|
|
94572
95281
|
*/
|
|
95282
|
+
@open
|
|
94573
95283
|
@complex model hostedRpaAuditRecord extends auditData {
|
|
94574
95284
|
}
|
|
94575
95285
|
|
|
95286
|
+
@complex model hostEntityMapping extends entityMapping {
|
|
95287
|
+
deviceIdColumn: string | null;
|
|
95288
|
+
dnsDomainColumn: string | null;
|
|
95289
|
+
nameColumn: string | null;
|
|
95290
|
+
netBiosNameColumn: string | null;
|
|
95291
|
+
ntDomainColumn: string | null;
|
|
95292
|
+
}
|
|
95293
|
+
|
|
94576
95294
|
@complex model hostLogonSessionEvidence extends alertEvidence {
|
|
94577
95295
|
account: userEvidence | null;
|
|
94578
95296
|
endUtcDateTime: offsetDateTime | null;
|
|
@@ -94612,6 +95330,7 @@ namespace reference.`microsoft.graph.security` {
|
|
|
94612
95330
|
/**
|
|
94613
95331
|
* Audit data for HR Signal events.
|
|
94614
95332
|
*/
|
|
95333
|
+
@open
|
|
94615
95334
|
@complex model hrSignalAuditRecord extends auditData {
|
|
94616
95335
|
}
|
|
94617
95336
|
|
|
@@ -94676,6 +95395,7 @@ namespace reference.`microsoft.graph.security` {
|
|
|
94676
95395
|
/**
|
|
94677
95396
|
* Audit data for Hygiene Event events.
|
|
94678
95397
|
*/
|
|
95398
|
+
@open
|
|
94679
95399
|
@complex model hygieneEventRecord extends auditData {
|
|
94680
95400
|
}
|
|
94681
95401
|
|
|
@@ -94716,6 +95436,7 @@ namespace reference.`microsoft.graph.security` {
|
|
|
94716
95436
|
/**
|
|
94717
95437
|
* Audit data for Information Barrier Policy Application events.
|
|
94718
95438
|
*/
|
|
95439
|
+
@open
|
|
94719
95440
|
@complex model informationBarrierPolicyApplicationAuditRecord extends auditData {
|
|
94720
95441
|
}
|
|
94721
95442
|
|
|
@@ -94726,6 +95447,7 @@ namespace reference.`microsoft.graph.security` {
|
|
|
94726
95447
|
/**
|
|
94727
95448
|
* Audit data for Information Worker Protection events.
|
|
94728
95449
|
*/
|
|
95450
|
+
@open
|
|
94729
95451
|
@complex model informationWorkerProtectionAuditRecord extends auditData {
|
|
94730
95452
|
}
|
|
94731
95453
|
|
|
@@ -94738,24 +95460,28 @@ namespace reference.`microsoft.graph.security` {
|
|
|
94738
95460
|
/**
|
|
94739
95461
|
* Audit data for Insider Risk Scoped User Insights events.
|
|
94740
95462
|
*/
|
|
95463
|
+
@open
|
|
94741
95464
|
@complex model insiderRiskScopedUserInsightsRecord extends auditData {
|
|
94742
95465
|
}
|
|
94743
95466
|
|
|
94744
95467
|
/**
|
|
94745
95468
|
* Audit data for Insider Risk Scoped Users events.
|
|
94746
95469
|
*/
|
|
95470
|
+
@open
|
|
94747
95471
|
@complex model insiderRiskScopedUsersRecord extends auditData {
|
|
94748
95472
|
}
|
|
94749
95473
|
|
|
94750
95474
|
/**
|
|
94751
95475
|
* Audit data for Integrated Apps App Admin Activity events.
|
|
94752
95476
|
*/
|
|
95477
|
+
@open
|
|
94753
95478
|
@complex model integratedAppsAppAdminActivityAuditRecord extends auditData {
|
|
94754
95479
|
}
|
|
94755
95480
|
|
|
94756
95481
|
/**
|
|
94757
95482
|
* Audit data for Integrated Apps App Settings Admin Activity events.
|
|
94758
95483
|
*/
|
|
95484
|
+
@open
|
|
94759
95485
|
@complex model integratedAppsAppSettingsAdminActivityAuditRecord extends auditData {
|
|
94760
95486
|
}
|
|
94761
95487
|
|
|
@@ -94800,6 +95526,11 @@ namespace reference.`microsoft.graph.security` {
|
|
|
94800
95526
|
zone: string | null;
|
|
94801
95527
|
}
|
|
94802
95528
|
|
|
95529
|
+
@complex model ipEntityMapping extends entityMapping {
|
|
95530
|
+
addressColumn: string | null;
|
|
95531
|
+
scopeColumn: string | null;
|
|
95532
|
+
}
|
|
95533
|
+
|
|
94803
95534
|
@complex model ipEvidence extends alertEvidence {
|
|
94804
95535
|
countryLetterCode: string | null;
|
|
94805
95536
|
ipAddress: string | null;
|
|
@@ -94810,12 +95541,14 @@ namespace reference.`microsoft.graph.security` {
|
|
|
94810
95541
|
/**
|
|
94811
95542
|
* Audit data for IRM Activity Audit Trail events.
|
|
94812
95543
|
*/
|
|
95544
|
+
@open
|
|
94813
95545
|
@complex model irmActivityAuditTrailRecord extends auditData {
|
|
94814
95546
|
}
|
|
94815
95547
|
|
|
94816
95548
|
/**
|
|
94817
95549
|
* Audit data for IRM User Defined Detection events.
|
|
94818
95550
|
*/
|
|
95551
|
+
@open
|
|
94819
95552
|
@complex model irmUserDefinedDetectionRecord extends auditData {
|
|
94820
95553
|
}
|
|
94821
95554
|
|
|
@@ -94841,6 +95574,7 @@ namespace reference.`microsoft.graph.security` {
|
|
|
94841
95574
|
/**
|
|
94842
95575
|
* Audit data for Microsoft Kaizala events.
|
|
94843
95576
|
*/
|
|
95577
|
+
@open
|
|
94844
95578
|
@complex model kaizalaAuditRecord extends auditData {
|
|
94845
95579
|
}
|
|
94846
95580
|
|
|
@@ -94916,12 +95650,14 @@ namespace reference.`microsoft.graph.security` {
|
|
|
94916
95650
|
/**
|
|
94917
95651
|
* Audit data for Label Analytics Aggregate events.
|
|
94918
95652
|
*/
|
|
95653
|
+
@open
|
|
94919
95654
|
@complex model labelAnalyticsAggregateAuditRecord extends auditData {
|
|
94920
95655
|
}
|
|
94921
95656
|
|
|
94922
95657
|
/**
|
|
94923
95658
|
* Audit data for Label Content Explorer events.
|
|
94924
95659
|
*/
|
|
95660
|
+
@open
|
|
94925
95661
|
@complex model labelContentExplorerAuditRecord extends auditData {
|
|
94926
95662
|
}
|
|
94927
95663
|
|
|
@@ -94935,6 +95671,7 @@ namespace reference.`microsoft.graph.security` {
|
|
|
94935
95671
|
/**
|
|
94936
95672
|
* Audit data for Large Content Meta events.
|
|
94937
95673
|
*/
|
|
95674
|
+
@open
|
|
94938
95675
|
@complex model largeContentMetadataAuditRecord extends auditData {
|
|
94939
95676
|
}
|
|
94940
95677
|
|
|
@@ -94946,24 +95683,28 @@ namespace reference.`microsoft.graph.security` {
|
|
|
94946
95683
|
/**
|
|
94947
95684
|
* Audit data for M365 Compliance Connector events.
|
|
94948
95685
|
*/
|
|
95686
|
+
@open
|
|
94949
95687
|
@complex model m365ComplianceConnectorAuditRecord extends auditData {
|
|
94950
95688
|
}
|
|
94951
95689
|
|
|
94952
95690
|
/**
|
|
94953
95691
|
* Audit data for M365daad events.
|
|
94954
95692
|
*/
|
|
95693
|
+
@open
|
|
94955
95694
|
@complex model m365daadAuditRecord extends auditData {
|
|
94956
95695
|
}
|
|
94957
95696
|
|
|
94958
95697
|
/**
|
|
94959
95698
|
* Audit data for M365odsp Asset Meta events.
|
|
94960
95699
|
*/
|
|
95700
|
+
@open
|
|
94961
95701
|
@complex model m365odspAssetMetadataRecord extends auditData {
|
|
94962
95702
|
}
|
|
94963
95703
|
|
|
94964
95704
|
/**
|
|
94965
95705
|
* Audit data for M365 Search Sections events.
|
|
94966
95706
|
*/
|
|
95707
|
+
@open
|
|
94967
95708
|
@complex model m365SearchSectionsRecord extends auditData {
|
|
94968
95709
|
}
|
|
94969
95710
|
|
|
@@ -94976,6 +95717,10 @@ namespace reference.`microsoft.graph.security` {
|
|
|
94976
95717
|
upn: string | null;
|
|
94977
95718
|
}
|
|
94978
95719
|
|
|
95720
|
+
@complex model mailboxEntityMapping extends entityMapping {
|
|
95721
|
+
primaryAddressColumn: string;
|
|
95722
|
+
}
|
|
95723
|
+
|
|
94979
95724
|
@complex model mailboxEvidence extends alertEvidence {
|
|
94980
95725
|
displayName: string | null;
|
|
94981
95726
|
primaryAddress: string | null;
|
|
@@ -94983,6 +95728,11 @@ namespace reference.`microsoft.graph.security` {
|
|
|
94983
95728
|
userAccount: userAccount | null;
|
|
94984
95729
|
}
|
|
94985
95730
|
|
|
95731
|
+
@complex model mailClusterEntityMapping extends entityMapping {
|
|
95732
|
+
queryColumn: string;
|
|
95733
|
+
sourceColumn: string;
|
|
95734
|
+
}
|
|
95735
|
+
|
|
94986
95736
|
@complex model mailClusterEvidence extends alertEvidence {
|
|
94987
95737
|
clusterBy: string | null;
|
|
94988
95738
|
clusterByValue: string | null;
|
|
@@ -94992,9 +95742,17 @@ namespace reference.`microsoft.graph.security` {
|
|
|
94992
95742
|
urn: string | null;
|
|
94993
95743
|
}
|
|
94994
95744
|
|
|
95745
|
+
@complex model mailMessageEntityMapping extends entityMapping {
|
|
95746
|
+
networkMessageIdColumn: string;
|
|
95747
|
+
recipientColumn: string;
|
|
95748
|
+
senderColumn: string;
|
|
95749
|
+
subjectColumn: string;
|
|
95750
|
+
}
|
|
95751
|
+
|
|
94995
95752
|
/**
|
|
94996
95753
|
* Audit data for Mail Submission events.
|
|
94997
95754
|
*/
|
|
95755
|
+
@open
|
|
94998
95756
|
@complex model mailSubmissionData extends auditData {
|
|
94999
95757
|
}
|
|
95000
95758
|
|
|
@@ -95008,36 +95766,42 @@ namespace reference.`microsoft.graph.security` {
|
|
|
95008
95766
|
/**
|
|
95009
95767
|
* Audit data for Managed Services events.
|
|
95010
95768
|
*/
|
|
95769
|
+
@open
|
|
95011
95770
|
@complex model managedServicesAuditRecord extends auditData {
|
|
95012
95771
|
}
|
|
95013
95772
|
|
|
95014
95773
|
/**
|
|
95015
95774
|
* Audit data for Managed Tenants events.
|
|
95016
95775
|
*/
|
|
95776
|
+
@open
|
|
95017
95777
|
@complex model managedTenantsAuditRecord extends auditData {
|
|
95018
95778
|
}
|
|
95019
95779
|
|
|
95020
95780
|
/**
|
|
95021
95781
|
* Audit data for MAPG Alerts events.
|
|
95022
95782
|
*/
|
|
95783
|
+
@open
|
|
95023
95784
|
@complex model mapgAlertsAuditRecord extends auditData {
|
|
95024
95785
|
}
|
|
95025
95786
|
|
|
95026
95787
|
/**
|
|
95027
95788
|
* Audit data for MAPG Onboard events.
|
|
95028
95789
|
*/
|
|
95790
|
+
@open
|
|
95029
95791
|
@complex model mapgOnboardAuditRecord extends auditData {
|
|
95030
95792
|
}
|
|
95031
95793
|
|
|
95032
95794
|
/**
|
|
95033
95795
|
* Audit data for MAPG Policy events.
|
|
95034
95796
|
*/
|
|
95797
|
+
@open
|
|
95035
95798
|
@complex model mapgPolicyAuditRecord extends auditData {
|
|
95036
95799
|
}
|
|
95037
95800
|
|
|
95038
95801
|
/**
|
|
95039
95802
|
* Audit data for MAPG Remediation events.
|
|
95040
95803
|
*/
|
|
95804
|
+
@open
|
|
95041
95805
|
@complex model mapgRemediationAuditRecord extends auditData {
|
|
95042
95806
|
}
|
|
95043
95807
|
|
|
@@ -95054,36 +95818,49 @@ namespace reference.`microsoft.graph.security` {
|
|
|
95054
95818
|
/**
|
|
95055
95819
|
* Audit data for MCAS Alerts events.
|
|
95056
95820
|
*/
|
|
95821
|
+
@open
|
|
95057
95822
|
@complex model mcasAlertsAuditRecord extends auditData {
|
|
95058
95823
|
}
|
|
95059
95824
|
|
|
95060
95825
|
/**
|
|
95061
95826
|
* Audit data for MDA events.
|
|
95062
95827
|
*/
|
|
95828
|
+
@open
|
|
95063
95829
|
@complex model mdaAuditRecord extends auditData {
|
|
95064
95830
|
}
|
|
95065
95831
|
|
|
95066
95832
|
/**
|
|
95067
95833
|
* Audit data for MDA Data Security Signal events.
|
|
95068
95834
|
*/
|
|
95835
|
+
@open
|
|
95069
95836
|
@complex model mdaDataSecuritySignalRecord extends auditData {
|
|
95070
95837
|
}
|
|
95071
95838
|
|
|
95839
|
+
/**
|
|
95840
|
+
* Audit data for MDASH events.
|
|
95841
|
+
*/
|
|
95842
|
+
@open
|
|
95843
|
+
@complex model mDASHAuditRecord extends auditData {
|
|
95844
|
+
}
|
|
95845
|
+
|
|
95072
95846
|
/**
|
|
95073
95847
|
* Audit data for MDATP events.
|
|
95074
95848
|
*/
|
|
95849
|
+
@open
|
|
95075
95850
|
@complex model mdatpAuditRecord extends auditData {
|
|
95076
95851
|
}
|
|
95077
95852
|
|
|
95078
95853
|
/**
|
|
95079
95854
|
* Audit data for MDC Events events.
|
|
95080
95855
|
*/
|
|
95856
|
+
@open
|
|
95081
95857
|
@complex model mdcEventsRecord extends auditData {
|
|
95082
95858
|
}
|
|
95083
95859
|
|
|
95084
95860
|
/**
|
|
95085
95861
|
* Audit data for MDI events.
|
|
95086
95862
|
*/
|
|
95863
|
+
@open
|
|
95087
95864
|
@complex model mdiAuditRecord extends auditData {
|
|
95088
95865
|
}
|
|
95089
95866
|
|
|
@@ -95094,6 +95871,7 @@ namespace reference.`microsoft.graph.security` {
|
|
|
95094
95871
|
/**
|
|
95095
95872
|
* Audit data for Mesh Worlds events.
|
|
95096
95873
|
*/
|
|
95874
|
+
@open
|
|
95097
95875
|
@complex model meshWorldsAuditRecord extends auditData {
|
|
95098
95876
|
}
|
|
95099
95877
|
|
|
@@ -95105,153 +95883,185 @@ namespace reference.`microsoft.graph.security` {
|
|
|
95105
95883
|
/**
|
|
95106
95884
|
* Audit data for Microsoft365 Backup Backup Item events.
|
|
95107
95885
|
*/
|
|
95886
|
+
@open
|
|
95108
95887
|
@complex model microsoft365BackupBackupItemAuditRecord extends auditData {
|
|
95109
95888
|
}
|
|
95110
95889
|
|
|
95111
95890
|
/**
|
|
95112
95891
|
* Audit data for Microsoft365 Backup Backup Policy events.
|
|
95113
95892
|
*/
|
|
95893
|
+
@open
|
|
95114
95894
|
@complex model microsoft365BackupBackupPolicyAuditRecord extends auditData {
|
|
95115
95895
|
}
|
|
95116
95896
|
|
|
95117
95897
|
/**
|
|
95118
95898
|
* Audit data for Microsoft365 Backup Granular Browse Task events.
|
|
95119
95899
|
*/
|
|
95900
|
+
@open
|
|
95120
95901
|
@complex model microsoft365BackupGranularBrowseTaskAuditRecord extends auditData {
|
|
95121
95902
|
}
|
|
95122
95903
|
|
|
95123
95904
|
/**
|
|
95124
95905
|
* Audit data for Microsoft365 Backup Restore Item events.
|
|
95125
95906
|
*/
|
|
95907
|
+
@open
|
|
95126
95908
|
@complex model microsoft365BackupRestoreItemAuditRecord extends auditData {
|
|
95127
95909
|
}
|
|
95128
95910
|
|
|
95129
95911
|
/**
|
|
95130
95912
|
* Audit data for Microsoft365 Backup Restore Task events.
|
|
95131
95913
|
*/
|
|
95914
|
+
@open
|
|
95132
95915
|
@complex model microsoft365BackupRestoreTaskAuditRecord extends auditData {
|
|
95133
95916
|
}
|
|
95134
95917
|
|
|
95135
95918
|
/**
|
|
95136
95919
|
* Audit data for Microsoft365 Copilot Scheduled Prompt events.
|
|
95137
95920
|
*/
|
|
95921
|
+
@open
|
|
95138
95922
|
@complex model microsoft365CopilotScheduledPromptAuditRecord extends auditData {
|
|
95139
95923
|
}
|
|
95140
95924
|
|
|
95141
95925
|
/**
|
|
95142
95926
|
* Audit data for Microsoft Defender Experts XDR events.
|
|
95143
95927
|
*/
|
|
95928
|
+
@open
|
|
95144
95929
|
@complex model microsoftDefenderExpertsXDRAuditRecord extends auditData {
|
|
95145
95930
|
}
|
|
95146
95931
|
|
|
95147
95932
|
/**
|
|
95148
95933
|
* Audit data for Microsoft Flow events.
|
|
95149
95934
|
*/
|
|
95935
|
+
@open
|
|
95150
95936
|
@complex model microsoftFlowAuditRecord extends auditData {
|
|
95151
95937
|
}
|
|
95152
95938
|
|
|
95153
95939
|
/**
|
|
95154
95940
|
* Audit data for Microsoft Forms events.
|
|
95155
95941
|
*/
|
|
95942
|
+
@open
|
|
95156
95943
|
@complex model microsoftFormsAuditRecord extends auditData {
|
|
95157
95944
|
}
|
|
95158
95945
|
|
|
95159
95946
|
/**
|
|
95160
95947
|
* Audit data for Microsoft Graph Data Connect Consent events.
|
|
95161
95948
|
*/
|
|
95949
|
+
@open
|
|
95162
95950
|
@complex model microsoftGraphDataConnectConsent extends auditData {
|
|
95163
95951
|
}
|
|
95164
95952
|
|
|
95165
95953
|
/**
|
|
95166
95954
|
* Audit data for Microsoft Graph Data Connect Operation events.
|
|
95167
95955
|
*/
|
|
95956
|
+
@open
|
|
95168
95957
|
@complex model microsoftGraphDataConnectOperation extends auditData {
|
|
95169
95958
|
}
|
|
95170
95959
|
|
|
95171
95960
|
/**
|
|
95172
95961
|
* Audit data for Microsoft Purview Data Catalog Operation events.
|
|
95173
95962
|
*/
|
|
95963
|
+
@open
|
|
95174
95964
|
@complex model microsoftPurviewDataCatalogOperationRecord extends auditData {
|
|
95175
95965
|
}
|
|
95176
95966
|
|
|
95177
95967
|
/**
|
|
95178
95968
|
* Audit data for Microsoft Purview Data Map Operation events.
|
|
95179
95969
|
*/
|
|
95970
|
+
@open
|
|
95180
95971
|
@complex model microsoftPurviewDataMapOperationRecord extends auditData {
|
|
95181
95972
|
}
|
|
95182
95973
|
|
|
95183
95974
|
/**
|
|
95184
95975
|
* Audit data for Microsoft Purview Metadata Policy Operation events.
|
|
95185
95976
|
*/
|
|
95977
|
+
@open
|
|
95186
95978
|
@complex model microsoftPurviewMetadataPolicyOperationRecord extends auditData {
|
|
95187
95979
|
}
|
|
95188
95980
|
|
|
95189
95981
|
/**
|
|
95190
95982
|
* Audit data for Microsoft Purview Policy Operation events.
|
|
95191
95983
|
*/
|
|
95984
|
+
@open
|
|
95192
95985
|
@complex model microsoftPurviewPolicyOperationRecord extends auditData {
|
|
95193
95986
|
}
|
|
95194
95987
|
|
|
95195
95988
|
/**
|
|
95196
95989
|
* Audit data for Microsoft Purview Privacy Audit Event events.
|
|
95197
95990
|
*/
|
|
95991
|
+
@open
|
|
95198
95992
|
@complex model microsoftPurviewPrivacyAuditEvent extends auditData {
|
|
95199
95993
|
}
|
|
95200
95994
|
|
|
95201
95995
|
/**
|
|
95202
95996
|
* Audit data for Microsoft Purview Unified Catalog Operation events.
|
|
95203
95997
|
*/
|
|
95998
|
+
@open
|
|
95204
95999
|
@complex model microsoftPurviewUnifiedCatalogOperationRecord extends auditData {
|
|
95205
96000
|
}
|
|
95206
96001
|
|
|
95207
96002
|
/**
|
|
95208
96003
|
* Audit data for Microsoft Stream events.
|
|
95209
96004
|
*/
|
|
96005
|
+
@open
|
|
95210
96006
|
@complex model microsoftStreamAuditRecord extends auditData {
|
|
95211
96007
|
}
|
|
95212
96008
|
|
|
95213
96009
|
/**
|
|
95214
96010
|
* Audit data for Microsoft Teams Admin events.
|
|
95215
96011
|
*/
|
|
96012
|
+
@open
|
|
95216
96013
|
@complex model microsoftTeamsAdminAuditRecord extends auditData {
|
|
95217
96014
|
}
|
|
95218
96015
|
|
|
95219
96016
|
/**
|
|
95220
96017
|
* Audit data for Microsoft Teams Analytics events.
|
|
95221
96018
|
*/
|
|
96019
|
+
@open
|
|
95222
96020
|
@complex model microsoftTeamsAnalyticsAuditRecord extends auditData {
|
|
95223
96021
|
}
|
|
95224
96022
|
|
|
95225
96023
|
/**
|
|
95226
96024
|
* Audit data for Microsoft Teams events.
|
|
95227
96025
|
*/
|
|
96026
|
+
@open
|
|
95228
96027
|
@complex model microsoftTeamsAuditRecord extends auditData {
|
|
95229
96028
|
}
|
|
95230
96029
|
|
|
95231
96030
|
/**
|
|
95232
96031
|
* Audit data for Microsoft Teams Device events.
|
|
95233
96032
|
*/
|
|
96033
|
+
@open
|
|
95234
96034
|
@complex model microsoftTeamsDeviceAuditRecord extends auditData {
|
|
95235
96035
|
}
|
|
95236
96036
|
|
|
95237
96037
|
/**
|
|
95238
96038
|
* Audit data for Microsoft Teams Retention Label Action events.
|
|
95239
96039
|
*/
|
|
96040
|
+
@open
|
|
95240
96041
|
@complex model microsoftTeamsRetentionLabelActionAuditRecord extends auditData {
|
|
95241
96042
|
}
|
|
95242
96043
|
|
|
95243
96044
|
/**
|
|
95244
96045
|
* Audit data for Microsoft Teams Sensitivity Label Action events.
|
|
95245
96046
|
*/
|
|
96047
|
+
@open
|
|
95246
96048
|
@complex model microsoftTeamsSensitivityLabelActionAuditRecord extends auditData {
|
|
95247
96049
|
}
|
|
95248
96050
|
|
|
95249
96051
|
/**
|
|
95250
96052
|
* Audit data for Microsoft Teams Shifts events.
|
|
95251
96053
|
*/
|
|
96054
|
+
@open
|
|
95252
96055
|
@complex model microsoftTeamsShiftsAuditRecord extends auditData {
|
|
95253
96056
|
}
|
|
95254
96057
|
|
|
96058
|
+
/**
|
|
96059
|
+
* Audit data for Microsoft Teams User Concern events.
|
|
96060
|
+
*/
|
|
96061
|
+
@open
|
|
96062
|
+
@complex model microsoftTeamsUserConcernAuditRecord extends auditData {
|
|
96063
|
+
}
|
|
96064
|
+
|
|
95255
96065
|
@complex model migrateSensorsResult {
|
|
95256
96066
|
failedMigrationSensorIds: string[] | null;
|
|
95257
96067
|
successfulMigrationSensorIds: string[] | null;
|
|
@@ -95260,60 +96070,70 @@ namespace reference.`microsoft.graph.security` {
|
|
|
95260
96070
|
/**
|
|
95261
96071
|
* Audit data for MIP Auto Label Exchange Item events.
|
|
95262
96072
|
*/
|
|
96073
|
+
@open
|
|
95263
96074
|
@complex model mipAutoLabelExchangeItemAuditRecord extends auditData {
|
|
95264
96075
|
}
|
|
95265
96076
|
|
|
95266
96077
|
/**
|
|
95267
96078
|
* Audit data for MIP Auto Label Progress Feedback events.
|
|
95268
96079
|
*/
|
|
96080
|
+
@open
|
|
95269
96081
|
@complex model mipAutoLabelProgressFeedbackAuditRecord extends auditData {
|
|
95270
96082
|
}
|
|
95271
96083
|
|
|
95272
96084
|
/**
|
|
95273
96085
|
* Audit data for MIP Auto Label SharePoint Item events.
|
|
95274
96086
|
*/
|
|
96087
|
+
@open
|
|
95275
96088
|
@complex model mipAutoLabelSharePointItemAuditRecord extends auditData {
|
|
95276
96089
|
}
|
|
95277
96090
|
|
|
95278
96091
|
/**
|
|
95279
96092
|
* Audit data for MIP Auto Label SharePoint Policy Location events.
|
|
95280
96093
|
*/
|
|
96094
|
+
@open
|
|
95281
96095
|
@complex model mipAutoLabelSharePointPolicyLocationAuditRecord extends auditData {
|
|
95282
96096
|
}
|
|
95283
96097
|
|
|
95284
96098
|
/**
|
|
95285
96099
|
* Audit data for MIP Auto Label Simulation SharePoint Completion events.
|
|
95286
96100
|
*/
|
|
96101
|
+
@open
|
|
95287
96102
|
@complex model mipAutoLabelSimulationSharePointCompletionRecord extends auditData {
|
|
95288
96103
|
}
|
|
95289
96104
|
|
|
95290
96105
|
/**
|
|
95291
96106
|
* Audit data for MIP Auto Label Simulation SharePoint Progress events.
|
|
95292
96107
|
*/
|
|
96108
|
+
@open
|
|
95293
96109
|
@complex model mipAutoLabelSimulationSharePointProgressRecord extends auditData {
|
|
95294
96110
|
}
|
|
95295
96111
|
|
|
95296
96112
|
/**
|
|
95297
96113
|
* Audit data for MIP Auto Label Simulation Statistics events.
|
|
95298
96114
|
*/
|
|
96115
|
+
@open
|
|
95299
96116
|
@complex model mipAutoLabelSimulationStatisticsRecord extends auditData {
|
|
95300
96117
|
}
|
|
95301
96118
|
|
|
95302
96119
|
/**
|
|
95303
96120
|
* Audit data for MIP Exact Data Match events.
|
|
95304
96121
|
*/
|
|
96122
|
+
@open
|
|
95305
96123
|
@complex model mipExactDataMatchAuditRecord extends auditData {
|
|
95306
96124
|
}
|
|
95307
96125
|
|
|
95308
96126
|
/**
|
|
95309
96127
|
* Audit data for MIP Label Analytics events.
|
|
95310
96128
|
*/
|
|
96129
|
+
@open
|
|
95311
96130
|
@complex model mipLabelAnalyticsAuditRecord extends auditData {
|
|
95312
96131
|
}
|
|
95313
96132
|
|
|
95314
96133
|
/**
|
|
95315
96134
|
* Audit data for MIP Label events.
|
|
95316
96135
|
*/
|
|
96136
|
+
@open
|
|
95317
96137
|
@complex model mipLabelAuditRecord extends auditData {
|
|
95318
96138
|
}
|
|
95319
96139
|
|
|
@@ -95330,9 +96150,17 @@ namespace reference.`microsoft.graph.security` {
|
|
|
95330
96150
|
/**
|
|
95331
96151
|
* Audit data for MOS Agent Info events.
|
|
95332
96152
|
*/
|
|
96153
|
+
@open
|
|
95333
96154
|
@complex model mosAgentInfoRecord extends auditData {
|
|
95334
96155
|
}
|
|
95335
96156
|
|
|
96157
|
+
/**
|
|
96158
|
+
* Audit data for MOS Agent Info V2 events.
|
|
96159
|
+
*/
|
|
96160
|
+
@open
|
|
96161
|
+
@complex model mosAgentInfoRecordV2 extends auditData {
|
|
96162
|
+
}
|
|
96163
|
+
|
|
95336
96164
|
// Warning: Malformed version string '2025-01' detected.
|
|
95337
96165
|
// Warning: Malformed version string '2025-01' detected.
|
|
95338
96166
|
@complex model moveToDeletedItemsResponseAction extends responseAction {
|
|
@@ -95354,66 +96182,84 @@ namespace reference.`microsoft.graph.security` {
|
|
|
95354
96182
|
/**
|
|
95355
96183
|
* Audit data for MS365D Custom Detection events.
|
|
95356
96184
|
*/
|
|
96185
|
+
@open
|
|
95357
96186
|
@complex model ms365dCustomDetectionAuditRecord extends auditData {
|
|
95358
96187
|
}
|
|
95359
96188
|
|
|
95360
96189
|
/**
|
|
95361
96190
|
* Audit data for MS365D Incident events.
|
|
95362
96191
|
*/
|
|
96192
|
+
@open
|
|
95363
96193
|
@complex model ms365dIncidentAuditRecord extends auditData {
|
|
95364
96194
|
}
|
|
95365
96195
|
|
|
95366
96196
|
/**
|
|
95367
96197
|
* Audit data for MS365D Suppression Rule events.
|
|
95368
96198
|
*/
|
|
96199
|
+
@open
|
|
95369
96200
|
@complex model ms365dSuppressionRuleAuditRecord extends auditData {
|
|
95370
96201
|
}
|
|
95371
96202
|
|
|
95372
96203
|
/**
|
|
95373
96204
|
* Audit data for MSDE Custom Collection events.
|
|
95374
96205
|
*/
|
|
96206
|
+
@open
|
|
95375
96207
|
@complex model msdeCustomCollectionAuditRecord extends auditData {
|
|
95376
96208
|
}
|
|
95377
96209
|
|
|
95378
96210
|
/**
|
|
95379
96211
|
* Audit data for MSDE General Settings events.
|
|
95380
96212
|
*/
|
|
96213
|
+
@open
|
|
95381
96214
|
@complex model msdeGeneralSettingsAuditRecord extends auditData {
|
|
95382
96215
|
}
|
|
95383
96216
|
|
|
95384
96217
|
/**
|
|
95385
96218
|
* Audit data for MSDE Indicators Settings events.
|
|
95386
96219
|
*/
|
|
96220
|
+
@open
|
|
95387
96221
|
@complex model msdeIndicatorsSettingsAuditRecord extends auditData {
|
|
95388
96222
|
}
|
|
95389
96223
|
|
|
95390
96224
|
/**
|
|
95391
96225
|
* Audit data for MSDE Response Actions events.
|
|
95392
96226
|
*/
|
|
96227
|
+
@open
|
|
95393
96228
|
@complex model msdeResponseActionsAuditRecord extends auditData {
|
|
95394
96229
|
}
|
|
95395
96230
|
|
|
95396
96231
|
/**
|
|
95397
96232
|
* Audit data for MSDE Roles Settings events.
|
|
95398
96233
|
*/
|
|
96234
|
+
@open
|
|
95399
96235
|
@complex model msdeRolesSettingsAuditRecord extends auditData {
|
|
95400
96236
|
}
|
|
95401
96237
|
|
|
96238
|
+
/**
|
|
96239
|
+
* Audit data for MSP Vector Search Content Metadata events.
|
|
96240
|
+
*/
|
|
96241
|
+
@open
|
|
96242
|
+
@complex model mspVectorSearchContentMetadataAuditRecord extends auditData {
|
|
96243
|
+
}
|
|
96244
|
+
|
|
95402
96245
|
/**
|
|
95403
96246
|
* Audit data for MSTIC Nation State Notification events.
|
|
95404
96247
|
*/
|
|
96248
|
+
@open
|
|
95405
96249
|
@complex model msticNationStateNotificationRecord extends auditData {
|
|
95406
96250
|
}
|
|
95407
96251
|
|
|
95408
96252
|
/**
|
|
95409
96253
|
* Audit data for Multi Stage Disposition events.
|
|
95410
96254
|
*/
|
|
96255
|
+
@open
|
|
95411
96256
|
@complex model multiStageDispositionAuditRecord extends auditData {
|
|
95412
96257
|
}
|
|
95413
96258
|
|
|
95414
96259
|
/**
|
|
95415
96260
|
* Audit data for My Analytics Settings events.
|
|
95416
96261
|
*/
|
|
96262
|
+
@open
|
|
95417
96263
|
@complex model myAnalyticsSettingsAuditRecord extends auditData {
|
|
95418
96264
|
}
|
|
95419
96265
|
|
|
@@ -95434,9 +96280,14 @@ namespace reference.`microsoft.graph.security` {
|
|
|
95434
96280
|
/**
|
|
95435
96281
|
* Audit data for Noisy Alert Policy events.
|
|
95436
96282
|
*/
|
|
96283
|
+
@open
|
|
95437
96284
|
@complex model noisyAlertPolicyAuditRecord extends auditData {
|
|
95438
96285
|
}
|
|
95439
96286
|
|
|
96287
|
+
@complex model oAuthApplicationEntityMapping extends entityMapping {
|
|
96288
|
+
oAuthAppIdColumn: string;
|
|
96289
|
+
}
|
|
96290
|
+
|
|
95440
96291
|
@complex model oauthApplicationEvidence extends alertEvidence {
|
|
95441
96292
|
appId: string | null;
|
|
95442
96293
|
displayName: string | null;
|
|
@@ -95453,42 +96304,49 @@ namespace reference.`microsoft.graph.security` {
|
|
|
95453
96304
|
/**
|
|
95454
96305
|
* Audit data for Office Native events.
|
|
95455
96306
|
*/
|
|
96307
|
+
@open
|
|
95456
96308
|
@complex model officeNativeAuditRecord extends auditData {
|
|
95457
96309
|
}
|
|
95458
96310
|
|
|
95459
96311
|
/**
|
|
95460
96312
|
* Audit data for OME Portal events.
|
|
95461
96313
|
*/
|
|
96314
|
+
@open
|
|
95462
96315
|
@complex model omePortalAuditRecord extends auditData {
|
|
95463
96316
|
}
|
|
95464
96317
|
|
|
95465
96318
|
/**
|
|
95466
96319
|
* Audit data for On Demand SharePoint Classification events.
|
|
95467
96320
|
*/
|
|
96321
|
+
@open
|
|
95468
96322
|
@complex model onDemandSharePointClassificationAuditRecord extends auditData {
|
|
95469
96323
|
}
|
|
95470
96324
|
|
|
95471
96325
|
/**
|
|
95472
96326
|
* Audit data for OneDrive events.
|
|
95473
96327
|
*/
|
|
96328
|
+
@open
|
|
95474
96329
|
@complex model oneDriveAuditRecord extends auditData {
|
|
95475
96330
|
}
|
|
95476
96331
|
|
|
95477
96332
|
/**
|
|
95478
96333
|
* Audit data for On Premises File Share Scanner DLP events.
|
|
95479
96334
|
*/
|
|
96335
|
+
@open
|
|
95480
96336
|
@complex model onPremisesFileShareScannerDLPAuditRecord extends auditData {
|
|
95481
96337
|
}
|
|
95482
96338
|
|
|
95483
96339
|
/**
|
|
95484
96340
|
* Audit data for On Premises SharePoint Scanner DLP events.
|
|
95485
96341
|
*/
|
|
96342
|
+
@open
|
|
95486
96343
|
@complex model onPremisesSharePointScannerDLPAuditRecord extends auditData {
|
|
95487
96344
|
}
|
|
95488
96345
|
|
|
95489
96346
|
/**
|
|
95490
96347
|
* Audit data for Organizational Data In M365 events.
|
|
95491
96348
|
*/
|
|
96349
|
+
@open
|
|
95492
96350
|
@complex model organizationalDataInM365AuditRecord extends auditData {
|
|
95493
96351
|
}
|
|
95494
96352
|
|
|
@@ -95505,273 +96363,330 @@ namespace reference.`microsoft.graph.security` {
|
|
|
95505
96363
|
/**
|
|
95506
96364
|
* Audit data for Outlook Copilot Automation events.
|
|
95507
96365
|
*/
|
|
96366
|
+
@open
|
|
95508
96367
|
@complex model outlookCopilotAutomationAuditRecord extends auditData {
|
|
95509
96368
|
}
|
|
95510
96369
|
|
|
95511
96370
|
/**
|
|
95512
96371
|
* Audit data for OWA Get Access Token For Resource events.
|
|
95513
96372
|
*/
|
|
96373
|
+
@open
|
|
95514
96374
|
@complex model owaGetAccessTokenForResourceAuditRecord extends auditData {
|
|
95515
96375
|
}
|
|
95516
96376
|
|
|
95517
96377
|
/**
|
|
95518
96378
|
* Audit data for P4AI Assessment Category events.
|
|
95519
96379
|
*/
|
|
96380
|
+
@open
|
|
95520
96381
|
@complex model p4aiAssessmentCategoryRecord extends auditData {
|
|
95521
96382
|
}
|
|
95522
96383
|
|
|
95523
96384
|
/**
|
|
95524
96385
|
* Audit data for P4AI Assessment Fabric Scanner events.
|
|
95525
96386
|
*/
|
|
96387
|
+
@open
|
|
95526
96388
|
@complex model p4aiAssessmentFabricScannerRecord extends auditData {
|
|
95527
96389
|
}
|
|
95528
96390
|
|
|
95529
96391
|
/**
|
|
95530
96392
|
* Audit data for P4AI Assessment Location Result events.
|
|
95531
96393
|
*/
|
|
96394
|
+
@open
|
|
95532
96395
|
@complex model p4aiAssessmentLocationResultRecord extends auditData {
|
|
95533
96396
|
}
|
|
95534
96397
|
|
|
95535
96398
|
/**
|
|
95536
96399
|
* Audit data for P4AI Assessment events.
|
|
95537
96400
|
*/
|
|
96401
|
+
@open
|
|
95538
96402
|
@complex model p4aiAssessmentRecord extends auditData {
|
|
95539
96403
|
}
|
|
95540
96404
|
|
|
96405
|
+
/**
|
|
96406
|
+
* Audit data for P4 AI Risk Score events.
|
|
96407
|
+
*/
|
|
96408
|
+
@open
|
|
96409
|
+
@complex model p4AIRiskScoreRecord extends auditData {
|
|
96410
|
+
}
|
|
96411
|
+
|
|
95541
96412
|
/**
|
|
95542
96413
|
* Audit data for People Admin Settings events.
|
|
95543
96414
|
*/
|
|
96415
|
+
@open
|
|
95544
96416
|
@complex model peopleAdminSettingsAuditRecord extends auditData {
|
|
95545
96417
|
}
|
|
95546
96418
|
|
|
95547
96419
|
/**
|
|
95548
96420
|
* Audit data for Physical Badging Signal events.
|
|
95549
96421
|
*/
|
|
96422
|
+
@open
|
|
95550
96423
|
@complex model physicalBadgingSignalAuditRecord extends auditData {
|
|
95551
96424
|
}
|
|
95552
96425
|
|
|
95553
96426
|
/**
|
|
95554
96427
|
* Audit data for Places Directory events.
|
|
95555
96428
|
*/
|
|
96429
|
+
@open
|
|
95556
96430
|
@complex model placesDirectoryAuditRecord extends auditData {
|
|
95557
96431
|
}
|
|
95558
96432
|
|
|
95559
96433
|
/**
|
|
95560
96434
|
* Audit data for Planner Chat Message events.
|
|
95561
96435
|
*/
|
|
96436
|
+
@open
|
|
95562
96437
|
@complex model plannerChatMessageAuditRecord extends auditData {
|
|
95563
96438
|
}
|
|
95564
96439
|
|
|
95565
96440
|
/**
|
|
95566
96441
|
* Audit data for Planner Chat Message List events.
|
|
95567
96442
|
*/
|
|
96443
|
+
@open
|
|
95568
96444
|
@complex model plannerChatMessageListAuditRecord extends auditData {
|
|
95569
96445
|
}
|
|
95570
96446
|
|
|
95571
96447
|
/**
|
|
95572
96448
|
* Audit data for Planner Copy Plan events.
|
|
95573
96449
|
*/
|
|
96450
|
+
@open
|
|
95574
96451
|
@complex model plannerCopyPlanAuditRecord extends auditData {
|
|
95575
96452
|
}
|
|
95576
96453
|
|
|
95577
96454
|
/**
|
|
95578
96455
|
* Audit data for Planner Goal events.
|
|
95579
96456
|
*/
|
|
96457
|
+
@open
|
|
95580
96458
|
@complex model plannerGoalAuditRecord extends auditData {
|
|
95581
96459
|
}
|
|
95582
96460
|
|
|
95583
96461
|
/**
|
|
95584
96462
|
* Audit data for Planner Goal List events.
|
|
95585
96463
|
*/
|
|
96464
|
+
@open
|
|
95586
96465
|
@complex model plannerGoalListAuditRecord extends auditData {
|
|
95587
96466
|
}
|
|
95588
96467
|
|
|
95589
96468
|
/**
|
|
95590
96469
|
* Audit data for Planner Plan events.
|
|
95591
96470
|
*/
|
|
96471
|
+
@open
|
|
95592
96472
|
@complex model plannerPlanAuditRecord extends auditData {
|
|
95593
96473
|
}
|
|
95594
96474
|
|
|
95595
96475
|
/**
|
|
95596
96476
|
* Audit data for Planner Plan List events.
|
|
95597
96477
|
*/
|
|
96478
|
+
@open
|
|
95598
96479
|
@complex model plannerPlanListAuditRecord extends auditData {
|
|
95599
96480
|
}
|
|
95600
96481
|
|
|
95601
96482
|
/**
|
|
95602
96483
|
* Audit data for Planner Plan Sensitivity Label events.
|
|
95603
96484
|
*/
|
|
96485
|
+
@open
|
|
95604
96486
|
@complex model plannerPlanSensitivityLabelAuditRecord extends auditData {
|
|
95605
96487
|
}
|
|
95606
96488
|
|
|
95607
96489
|
/**
|
|
95608
96490
|
* Audit data for Planner Roster events.
|
|
95609
96491
|
*/
|
|
96492
|
+
@open
|
|
95610
96493
|
@complex model plannerRosterAuditRecord extends auditData {
|
|
95611
96494
|
}
|
|
95612
96495
|
|
|
95613
96496
|
/**
|
|
95614
96497
|
* Audit data for Planner Roster Sensitivity Label events.
|
|
95615
96498
|
*/
|
|
96499
|
+
@open
|
|
95616
96500
|
@complex model plannerRosterSensitivityLabelAuditRecord extends auditData {
|
|
95617
96501
|
}
|
|
95618
96502
|
|
|
95619
96503
|
/**
|
|
95620
96504
|
* Audit data for Planner Task events.
|
|
95621
96505
|
*/
|
|
96506
|
+
@open
|
|
95622
96507
|
@complex model plannerTaskAuditRecord extends auditData {
|
|
95623
96508
|
}
|
|
95624
96509
|
|
|
95625
96510
|
/**
|
|
95626
96511
|
* Audit data for Planner Task List events.
|
|
95627
96512
|
*/
|
|
96513
|
+
@open
|
|
95628
96514
|
@complex model plannerTaskListAuditRecord extends auditData {
|
|
95629
96515
|
}
|
|
95630
96516
|
|
|
95631
96517
|
/**
|
|
95632
96518
|
* Audit data for Planner Tenant Settings events.
|
|
95633
96519
|
*/
|
|
96520
|
+
@open
|
|
95634
96521
|
@complex model plannerTenantSettingsAuditRecord extends auditData {
|
|
95635
96522
|
}
|
|
95636
96523
|
|
|
95637
96524
|
/**
|
|
95638
96525
|
* Audit data for Policy Config Change events.
|
|
95639
96526
|
*/
|
|
96527
|
+
@open
|
|
95640
96528
|
@complex model policyConfigChangeAuditRecord extends auditData {
|
|
95641
96529
|
}
|
|
95642
96530
|
|
|
95643
96531
|
/**
|
|
95644
96532
|
* Audit data for PowerApps Audit App events.
|
|
95645
96533
|
*/
|
|
96534
|
+
@open
|
|
95646
96535
|
@complex model powerAppsAuditAppRecord extends auditData {
|
|
95647
96536
|
}
|
|
95648
96537
|
|
|
95649
96538
|
/**
|
|
95650
96539
|
* Audit data for PowerApps Audit Plan events.
|
|
95651
96540
|
*/
|
|
96541
|
+
@open
|
|
95652
96542
|
@complex model powerAppsAuditPlanRecord extends auditData {
|
|
95653
96543
|
}
|
|
95654
96544
|
|
|
95655
96545
|
/**
|
|
95656
96546
|
* Audit data for PowerApps Audit Resource events.
|
|
95657
96547
|
*/
|
|
96548
|
+
@open
|
|
95658
96549
|
@complex model powerAppsAuditResourceRecord extends auditData {
|
|
95659
96550
|
}
|
|
95660
96551
|
|
|
95661
96552
|
/**
|
|
95662
96553
|
* Audit data for Power BI events.
|
|
95663
96554
|
*/
|
|
96555
|
+
@open
|
|
95664
96556
|
@complex model powerBIAuditRecord extends auditData {
|
|
95665
96557
|
}
|
|
95666
96558
|
|
|
95667
96559
|
/**
|
|
95668
96560
|
* Audit data for Power BI DLP events.
|
|
95669
96561
|
*/
|
|
96562
|
+
@open
|
|
95670
96563
|
@complex model powerBIDlpAuditRecord extends auditData {
|
|
95671
96564
|
}
|
|
95672
96565
|
|
|
95673
96566
|
/**
|
|
95674
96567
|
* Audit data for Power Pages Site events.
|
|
95675
96568
|
*/
|
|
96569
|
+
@open
|
|
95676
96570
|
@complex model powerPagesSiteAuditRecord extends auditData {
|
|
95677
96571
|
}
|
|
95678
96572
|
|
|
95679
96573
|
/**
|
|
95680
96574
|
* Audit data for Power Platform Admin DLP events.
|
|
95681
96575
|
*/
|
|
96576
|
+
@open
|
|
95682
96577
|
@complex model powerPlatformAdminDlpAuditRecord extends auditData {
|
|
95683
96578
|
}
|
|
95684
96579
|
|
|
95685
96580
|
/**
|
|
95686
96581
|
* Audit data for Power Platform Admin Environment events.
|
|
95687
96582
|
*/
|
|
96583
|
+
@open
|
|
95688
96584
|
@complex model powerPlatformAdminEnvironmentAuditRecord extends auditData {
|
|
95689
96585
|
}
|
|
95690
96586
|
|
|
95691
96587
|
/**
|
|
95692
96588
|
* Audit data for Power Platform Administrator Activity events.
|
|
95693
96589
|
*/
|
|
96590
|
+
@open
|
|
95694
96591
|
@complex model powerPlatformAdministratorActivityRecord extends auditData {
|
|
95695
96592
|
}
|
|
95696
96593
|
|
|
95697
96594
|
/**
|
|
95698
96595
|
* Audit data for Power Platform Lockbox Resource Access Request events.
|
|
95699
96596
|
*/
|
|
96597
|
+
@open
|
|
95700
96598
|
@complex model powerPlatformLockboxResourceAccessRequestAuditRecord extends auditData {
|
|
95701
96599
|
}
|
|
95702
96600
|
|
|
95703
96601
|
/**
|
|
95704
96602
|
* Audit data for Power Platform Lockbox Resource Command events.
|
|
95705
96603
|
*/
|
|
96604
|
+
@open
|
|
95706
96605
|
@complex model powerPlatformLockboxResourceCommandAuditRecord extends auditData {
|
|
95707
96606
|
}
|
|
95708
96607
|
|
|
95709
96608
|
/**
|
|
95710
96609
|
* Audit data for Power Platform Service Activity events.
|
|
95711
96610
|
*/
|
|
96611
|
+
@open
|
|
95712
96612
|
@complex model powerPlatformServiceActivityAuditRecord extends auditData {
|
|
95713
96613
|
}
|
|
95714
96614
|
|
|
95715
96615
|
/**
|
|
95716
96616
|
* Audit data for Power Platform Tenant Isolation events.
|
|
95717
96617
|
*/
|
|
96618
|
+
@open
|
|
95718
96619
|
@complex model powerPlatformTenantIsolationRecord extends auditData {
|
|
95719
96620
|
}
|
|
95720
96621
|
|
|
95721
96622
|
/**
|
|
95722
96623
|
* Audit data for Privacy Data Match events.
|
|
95723
96624
|
*/
|
|
96625
|
+
@open
|
|
95724
96626
|
@complex model privacyDataMatchAuditRecord extends auditData {
|
|
95725
96627
|
}
|
|
95726
96628
|
|
|
95727
96629
|
/**
|
|
95728
96630
|
* Audit data for Privacy Data Minimization events.
|
|
95729
96631
|
*/
|
|
96632
|
+
@open
|
|
95730
96633
|
@complex model privacyDataMinimizationRecord extends auditData {
|
|
95731
96634
|
}
|
|
95732
96635
|
|
|
95733
96636
|
/**
|
|
95734
96637
|
* Audit data for Privacy Digest Email events.
|
|
95735
96638
|
*/
|
|
96639
|
+
@open
|
|
95736
96640
|
@complex model privacyDigestEmailRecord extends auditData {
|
|
95737
96641
|
}
|
|
95738
96642
|
|
|
95739
96643
|
/**
|
|
95740
96644
|
* Audit data for Privacy Open Access events.
|
|
95741
96645
|
*/
|
|
96646
|
+
@open
|
|
95742
96647
|
@complex model privacyOpenAccessAuditRecord extends auditData {
|
|
95743
96648
|
}
|
|
95744
96649
|
|
|
95745
96650
|
/**
|
|
95746
96651
|
* Audit data for Privacy Portal events.
|
|
95747
96652
|
*/
|
|
96653
|
+
@open
|
|
95748
96654
|
@complex model privacyPortalAuditRecord extends auditData {
|
|
95749
96655
|
}
|
|
95750
96656
|
|
|
95751
96657
|
/**
|
|
95752
96658
|
* Audit data for Privacy Remediation Action events.
|
|
95753
96659
|
*/
|
|
96660
|
+
@open
|
|
95754
96661
|
@complex model privacyRemediationActionRecord extends auditData {
|
|
95755
96662
|
}
|
|
95756
96663
|
|
|
95757
96664
|
/**
|
|
95758
96665
|
* Audit data for Privacy Remediation events.
|
|
95759
96666
|
*/
|
|
96667
|
+
@open
|
|
95760
96668
|
@complex model privacyRemediationRecord extends auditData {
|
|
95761
96669
|
}
|
|
95762
96670
|
|
|
95763
96671
|
/**
|
|
95764
96672
|
* Audit data for Priva Privacy Assessment Operation events.
|
|
95765
96673
|
*/
|
|
96674
|
+
@open
|
|
95766
96675
|
@complex model privaPrivacyAssessmentOperationRecord extends auditData {
|
|
95767
96676
|
}
|
|
95768
96677
|
|
|
95769
96678
|
/**
|
|
95770
96679
|
* Audit data for Priva Privacy Consent Operation events.
|
|
95771
96680
|
*/
|
|
96681
|
+
@open
|
|
95772
96682
|
@complex model privaPrivacyConsentOperationRecord extends auditData {
|
|
95773
96683
|
}
|
|
95774
96684
|
|
|
96685
|
+
@complex model processEntityMapping extends entityMapping {
|
|
96686
|
+
sha1Column: string | null;
|
|
96687
|
+
sha256Column: string | null;
|
|
96688
|
+
}
|
|
96689
|
+
|
|
95775
96690
|
@complex model processEvidence extends alertEvidence {
|
|
95776
96691
|
detectionStatus: detectionStatus | null;
|
|
95777
96692
|
imageFile: fileDetails | null;
|
|
@@ -95788,48 +96703,56 @@ namespace reference.`microsoft.graph.security` {
|
|
|
95788
96703
|
/**
|
|
95789
96704
|
* Audit data for Microsoft Project events.
|
|
95790
96705
|
*/
|
|
96706
|
+
@open
|
|
95791
96707
|
@complex model projectAuditRecord extends auditData {
|
|
95792
96708
|
}
|
|
95793
96709
|
|
|
95794
96710
|
/**
|
|
95795
96711
|
* Audit data for Project for the Web Assigned To Me Settings events.
|
|
95796
96712
|
*/
|
|
96713
|
+
@open
|
|
95797
96714
|
@complex model projectForTheWebAssignedToMeSettingsAuditRecord extends auditData {
|
|
95798
96715
|
}
|
|
95799
96716
|
|
|
95800
96717
|
/**
|
|
95801
96718
|
* Audit data for Project for the Web Project events.
|
|
95802
96719
|
*/
|
|
96720
|
+
@open
|
|
95803
96721
|
@complex model projectForTheWebProjectAuditRecord extends auditData {
|
|
95804
96722
|
}
|
|
95805
96723
|
|
|
95806
96724
|
/**
|
|
95807
96725
|
* Audit data for Project for the Web Project Settings events.
|
|
95808
96726
|
*/
|
|
96727
|
+
@open
|
|
95809
96728
|
@complex model projectForTheWebProjectSettingsAuditRecord extends auditData {
|
|
95810
96729
|
}
|
|
95811
96730
|
|
|
95812
96731
|
/**
|
|
95813
96732
|
* Audit data for Project for the Web Roadmap events.
|
|
95814
96733
|
*/
|
|
96734
|
+
@open
|
|
95815
96735
|
@complex model projectForTheWebRoadmapAuditRecord extends auditData {
|
|
95816
96736
|
}
|
|
95817
96737
|
|
|
95818
96738
|
/**
|
|
95819
96739
|
* Audit data for Project for the Web Roadmap Item events.
|
|
95820
96740
|
*/
|
|
96741
|
+
@open
|
|
95821
96742
|
@complex model projectForTheWebRoadmapItemAuditRecord extends auditData {
|
|
95822
96743
|
}
|
|
95823
96744
|
|
|
95824
96745
|
/**
|
|
95825
96746
|
* Audit data for Project for the Web Roadmap Settings events.
|
|
95826
96747
|
*/
|
|
96748
|
+
@open
|
|
95827
96749
|
@complex model projectForTheWebRoadmapSettingsAuditRecord extends auditData {
|
|
95828
96750
|
}
|
|
95829
96751
|
|
|
95830
96752
|
/**
|
|
95831
96753
|
* Audit data for Project for the Web Task events.
|
|
95832
96754
|
*/
|
|
96755
|
+
@open
|
|
95833
96756
|
@complex model projectForTheWebTaskAuditRecord extends auditData {
|
|
95834
96757
|
}
|
|
95835
96758
|
|
|
@@ -95846,36 +96769,42 @@ namespace reference.`microsoft.graph.security` {
|
|
|
95846
96769
|
/**
|
|
95847
96770
|
* Audit data for Exchange public folder events.
|
|
95848
96771
|
*/
|
|
96772
|
+
@open
|
|
95849
96773
|
@complex model publicFolderAuditRecord extends auditData {
|
|
95850
96774
|
}
|
|
95851
96775
|
|
|
95852
96776
|
/**
|
|
95853
96777
|
* Audit data for Purview Insider Risk Alerts events.
|
|
95854
96778
|
*/
|
|
96779
|
+
@open
|
|
95855
96780
|
@complex model purviewInsiderRiskAlertsRecord extends auditData {
|
|
95856
96781
|
}
|
|
95857
96782
|
|
|
95858
96783
|
/**
|
|
95859
96784
|
* Audit data for Purview Insider Risk Cases events.
|
|
95860
96785
|
*/
|
|
96786
|
+
@open
|
|
95861
96787
|
@complex model purviewInsiderRiskCasesRecord extends auditData {
|
|
95862
96788
|
}
|
|
95863
96789
|
|
|
95864
96790
|
/**
|
|
95865
96791
|
* Audit data for Purview MC Recommendation events.
|
|
95866
96792
|
*/
|
|
96793
|
+
@open
|
|
95867
96794
|
@complex model purviewMCRecommendationRecord extends auditData {
|
|
95868
96795
|
}
|
|
95869
96796
|
|
|
95870
96797
|
/**
|
|
95871
96798
|
* Audit data for Purview Posture Agent events.
|
|
95872
96799
|
*/
|
|
96800
|
+
@open
|
|
95873
96801
|
@complex model purviewPostureAgentAuditRecord extends auditData {
|
|
95874
96802
|
}
|
|
95875
96803
|
|
|
95876
96804
|
/**
|
|
95877
96805
|
* Audit data for quarantine events.
|
|
95878
96806
|
*/
|
|
96807
|
+
@open
|
|
95879
96808
|
@complex model quarantineAuditRecord extends auditData {
|
|
95880
96809
|
}
|
|
95881
96810
|
|
|
@@ -95900,6 +96829,7 @@ namespace reference.`microsoft.graph.security` {
|
|
|
95900
96829
|
/**
|
|
95901
96830
|
* Audit data for Records Management events.
|
|
95902
96831
|
*/
|
|
96832
|
+
@open
|
|
95903
96833
|
@complex model recordsManagementAuditRecord extends auditData {
|
|
95904
96834
|
}
|
|
95905
96835
|
|
|
@@ -95915,6 +96845,11 @@ namespace reference.`microsoft.graph.security` {
|
|
|
95915
96845
|
registryKey: string | null;
|
|
95916
96846
|
}
|
|
95917
96847
|
|
|
96848
|
+
@complex model registryValueEntityMapping extends entityMapping {
|
|
96849
|
+
keyColumn: string;
|
|
96850
|
+
valueNameColumn: string;
|
|
96851
|
+
}
|
|
96852
|
+
|
|
95918
96853
|
@complex model registryValueEvidence extends alertEvidence {
|
|
95919
96854
|
mdeDeviceId: string | null;
|
|
95920
96855
|
registryHive: string | null;
|
|
@@ -95948,12 +96883,14 @@ namespace reference.`microsoft.graph.security` {
|
|
|
95948
96883
|
/**
|
|
95949
96884
|
* Audit data for Report Submission events.
|
|
95950
96885
|
*/
|
|
96886
|
+
@open
|
|
95951
96887
|
@complex model reportSubmission extends auditData {
|
|
95952
96888
|
}
|
|
95953
96889
|
|
|
95954
96890
|
/**
|
|
95955
96891
|
* Audit data for Report Submission Result Detail events.
|
|
95956
96892
|
*/
|
|
96893
|
+
@open
|
|
95957
96894
|
@complex model reportSubmissionResultDetail extends auditData {
|
|
95958
96895
|
}
|
|
95959
96896
|
|
|
@@ -95986,6 +96923,7 @@ namespace reference.`microsoft.graph.security` {
|
|
|
95986
96923
|
/**
|
|
95987
96924
|
* Audit data for Restricted Mode events.
|
|
95988
96925
|
*/
|
|
96926
|
+
@open
|
|
95989
96927
|
@complex model restrictedModeAuditRecord extends auditData {
|
|
95990
96928
|
}
|
|
95991
96929
|
|
|
@@ -96008,12 +96946,14 @@ namespace reference.`microsoft.graph.security` {
|
|
|
96008
96946
|
/**
|
|
96009
96947
|
* Audit data for Retention Policy events.
|
|
96010
96948
|
*/
|
|
96949
|
+
@open
|
|
96011
96950
|
@complex model retentionPolicyAuditRecord extends auditData {
|
|
96012
96951
|
}
|
|
96013
96952
|
|
|
96014
96953
|
/**
|
|
96015
96954
|
* Audit data for RTI Operations Agent events.
|
|
96016
96955
|
*/
|
|
96956
|
+
@open
|
|
96017
96957
|
@complex model rtiOperationsAgentAuditRecord extends auditData {
|
|
96018
96958
|
}
|
|
96019
96959
|
|
|
@@ -96061,69 +97001,100 @@ namespace reference.`microsoft.graph.security` {
|
|
|
96061
97001
|
/**
|
|
96062
97002
|
* Audit data for SBP Configuration Event events.
|
|
96063
97003
|
*/
|
|
97004
|
+
@open
|
|
96064
97005
|
@complex model sbpConfigurationEventRecord extends auditData {
|
|
96065
97006
|
}
|
|
96066
97007
|
|
|
96067
97008
|
/**
|
|
96068
97009
|
* Audit data for SBP Usage Event events.
|
|
96069
97010
|
*/
|
|
97011
|
+
@open
|
|
96070
97012
|
@complex model sbpUsageEventRecord extends auditData {
|
|
96071
97013
|
}
|
|
96072
97014
|
|
|
96073
97015
|
/**
|
|
96074
97016
|
* Audit data for Secure Score evidence events.
|
|
96075
97017
|
*/
|
|
97018
|
+
@open
|
|
96076
97019
|
@complex model scoreEvidence extends auditData {
|
|
96077
97020
|
}
|
|
96078
97021
|
|
|
96079
97022
|
/**
|
|
96080
97023
|
* Audit data for Score Platform Generic events.
|
|
96081
97024
|
*/
|
|
97025
|
+
@open
|
|
96082
97026
|
@complex model scorePlatformGenericAuditRecord extends auditData {
|
|
96083
97027
|
}
|
|
96084
97028
|
|
|
96085
97029
|
/**
|
|
96086
97030
|
* Audit data for Script Run events.
|
|
96087
97031
|
*/
|
|
97032
|
+
@open
|
|
96088
97033
|
@complex model scriptRunAuditRecord extends auditData {
|
|
96089
97034
|
}
|
|
96090
97035
|
|
|
96091
97036
|
/**
|
|
96092
97037
|
* Audit data for search events.
|
|
96093
97038
|
*/
|
|
97039
|
+
@open
|
|
96094
97040
|
@complex model searchAuditRecord extends auditData {
|
|
96095
97041
|
}
|
|
96096
97042
|
|
|
96097
97043
|
/**
|
|
96098
97044
|
* Audit data for Security Compliance Alert events.
|
|
96099
97045
|
*/
|
|
97046
|
+
@open
|
|
96100
97047
|
@complex model securityComplianceAlertRecord extends auditData {
|
|
96101
97048
|
}
|
|
96102
97049
|
|
|
96103
97050
|
/**
|
|
96104
97051
|
* Audit data for Security Compliance Center EOP cmdlet events.
|
|
96105
97052
|
*/
|
|
97053
|
+
@open
|
|
96106
97054
|
@complex model securityComplianceCenterEOPCmdletAuditRecord extends auditData {
|
|
96107
97055
|
}
|
|
96108
97056
|
|
|
96109
97057
|
/**
|
|
96110
97058
|
* Audit data for Security Compliance Insights events.
|
|
96111
97059
|
*/
|
|
97060
|
+
@open
|
|
96112
97061
|
@complex model securityComplianceInsightsAuditRecord extends auditData {
|
|
96113
97062
|
}
|
|
96114
97063
|
|
|
96115
97064
|
/**
|
|
96116
97065
|
* Audit data for Security Compliance RBAC events.
|
|
96117
97066
|
*/
|
|
97067
|
+
@open
|
|
96118
97068
|
@complex model securityComplianceRBACAuditRecord extends auditData {
|
|
96119
97069
|
}
|
|
96120
97070
|
|
|
96121
97071
|
/**
|
|
96122
97072
|
* Audit data for Security Compliance User Change events.
|
|
96123
97073
|
*/
|
|
97074
|
+
@open
|
|
96124
97075
|
@complex model securityComplianceUserChangeAuditRecord extends auditData {
|
|
96125
97076
|
}
|
|
96126
97077
|
|
|
97078
|
+
/**
|
|
97079
|
+
* Audit data for Security Copilot Identity Management events.
|
|
97080
|
+
*/
|
|
97081
|
+
@open
|
|
97082
|
+
@complex model securityCopilotIdentityManagementAuditRecord extends auditData {
|
|
97083
|
+
}
|
|
97084
|
+
|
|
97085
|
+
/**
|
|
97086
|
+
* Audit data for Security Development Lifecycle AI Log events.
|
|
97087
|
+
*/
|
|
97088
|
+
@open
|
|
97089
|
+
@complex model securityDevelopmentLifecycleAILogAuditRecord extends auditData {
|
|
97090
|
+
}
|
|
97091
|
+
|
|
97092
|
+
@complex model securityGroupEntityMapping extends entityMapping {
|
|
97093
|
+
distinguishedNameColumn: string | null;
|
|
97094
|
+
objectIdColumn: string | null;
|
|
97095
|
+
sidColumn: string | null;
|
|
97096
|
+
}
|
|
97097
|
+
|
|
96127
97098
|
@complex model securityGroupEvidence extends alertEvidence {
|
|
96128
97099
|
activeDirectoryObjectGuid: guid | null;
|
|
96129
97100
|
displayName: string | null;
|
|
@@ -96136,24 +97107,28 @@ namespace reference.`microsoft.graph.security` {
|
|
|
96136
97107
|
/**
|
|
96137
97108
|
* Audit data for Sensitive Info Remediation Agent events.
|
|
96138
97109
|
*/
|
|
97110
|
+
@open
|
|
96139
97111
|
@complex model sensitiveInfoRemediationAgentDataRecord extends auditData {
|
|
96140
97112
|
}
|
|
96141
97113
|
|
|
96142
97114
|
/**
|
|
96143
97115
|
* Audit data for Sensitivity Label Action events.
|
|
96144
97116
|
*/
|
|
97117
|
+
@open
|
|
96145
97118
|
@complex model sensitivityLabelActionAuditRecord extends auditData {
|
|
96146
97119
|
}
|
|
96147
97120
|
|
|
96148
97121
|
/**
|
|
96149
97122
|
* Audit data for Sensitivity Labeled File Action events.
|
|
96150
97123
|
*/
|
|
97124
|
+
@open
|
|
96151
97125
|
@complex model sensitivityLabeledFileActionAuditRecord extends auditData {
|
|
96152
97126
|
}
|
|
96153
97127
|
|
|
96154
97128
|
/**
|
|
96155
97129
|
* Audit data for Sensitivity Label Policy Match events.
|
|
96156
97130
|
*/
|
|
97131
|
+
@open
|
|
96157
97132
|
@complex model sensitivityLabelPolicyMatchAuditRecord extends auditData {
|
|
96158
97133
|
}
|
|
96159
97134
|
|
|
@@ -96172,54 +97147,63 @@ namespace reference.`microsoft.graph.security` {
|
|
|
96172
97147
|
/**
|
|
96173
97148
|
* Audit data for Sentinel AI Tool events.
|
|
96174
97149
|
*/
|
|
97150
|
+
@open
|
|
96175
97151
|
@complex model sentinelAIToolAuditRecord extends auditData {
|
|
96176
97152
|
}
|
|
96177
97153
|
|
|
96178
97154
|
/**
|
|
96179
97155
|
* Audit data for Sentinel Graph events.
|
|
96180
97156
|
*/
|
|
97157
|
+
@open
|
|
96181
97158
|
@complex model sentinelGraphAuditRecord extends auditData {
|
|
96182
97159
|
}
|
|
96183
97160
|
|
|
96184
97161
|
/**
|
|
96185
97162
|
* Audit data for Sentinel Job events.
|
|
96186
97163
|
*/
|
|
97164
|
+
@open
|
|
96187
97165
|
@complex model sentinelJobAuditRecord extends auditData {
|
|
96188
97166
|
}
|
|
96189
97167
|
|
|
96190
97168
|
/**
|
|
96191
97169
|
* Audit data for Sentinel KQL On Lake events.
|
|
96192
97170
|
*/
|
|
97171
|
+
@open
|
|
96193
97172
|
@complex model sentinelKQLOnLakeAuditRecord extends auditData {
|
|
96194
97173
|
}
|
|
96195
97174
|
|
|
96196
97175
|
/**
|
|
96197
97176
|
* Audit data for Sentinel Lake Data Onboarding events.
|
|
96198
97177
|
*/
|
|
97178
|
+
@open
|
|
96199
97179
|
@complex model sentinelLakeDataOnboardingAuditRecord extends auditData {
|
|
96200
97180
|
}
|
|
96201
97181
|
|
|
96202
97182
|
/**
|
|
96203
97183
|
* Audit data for Sentinel Lake Encryption events.
|
|
96204
97184
|
*/
|
|
97185
|
+
@open
|
|
96205
97186
|
@complex model sentinelLakeEncryptionAuditRecord extends auditData {
|
|
96206
97187
|
}
|
|
96207
97188
|
|
|
96208
97189
|
/**
|
|
96209
97190
|
* Audit data for Sentinel Lake Onboarding events.
|
|
96210
97191
|
*/
|
|
97192
|
+
@open
|
|
96211
97193
|
@complex model sentinelLakeOnboardingAuditRecord extends auditData {
|
|
96212
97194
|
}
|
|
96213
97195
|
|
|
96214
97196
|
/**
|
|
96215
97197
|
* Audit data for Sentinel Notebook On Lake events.
|
|
96216
97198
|
*/
|
|
97199
|
+
@open
|
|
96217
97200
|
@complex model sentinelNotebookOnLakeAuditRecord extends auditData {
|
|
96218
97201
|
}
|
|
96219
97202
|
|
|
96220
97203
|
/**
|
|
96221
97204
|
* Audit data for Sentinel Package events.
|
|
96222
97205
|
*/
|
|
97206
|
+
@open
|
|
96223
97207
|
@complex model sentinelPackageAuditRecord extends auditData {
|
|
96224
97208
|
}
|
|
96225
97209
|
|
|
@@ -96235,66 +97219,77 @@ namespace reference.`microsoft.graph.security` {
|
|
|
96235
97219
|
/**
|
|
96236
97220
|
* Audit data for SharePoint App Permission Operation events.
|
|
96237
97221
|
*/
|
|
97222
|
+
@open
|
|
96238
97223
|
@complex model sharePointAppPermissionOperationAuditRecord extends auditData {
|
|
96239
97224
|
}
|
|
96240
97225
|
|
|
96241
97226
|
/**
|
|
96242
97227
|
* Audit data for SharePoint events.
|
|
96243
97228
|
*/
|
|
97229
|
+
@open
|
|
96244
97230
|
@complex model sharePointAuditRecord extends auditData {
|
|
96245
97231
|
}
|
|
96246
97232
|
|
|
96247
97233
|
/**
|
|
96248
97234
|
* Audit data for SharePoint Comment Operation events.
|
|
96249
97235
|
*/
|
|
97236
|
+
@open
|
|
96250
97237
|
@complex model sharePointCommentOperationAuditRecord extends auditData {
|
|
96251
97238
|
}
|
|
96252
97239
|
|
|
96253
97240
|
/**
|
|
96254
97241
|
* Audit data for SharePoint Content Security Policy events.
|
|
96255
97242
|
*/
|
|
97243
|
+
@open
|
|
96256
97244
|
@complex model sharePointContentSecurityPolicyAuditRecord extends auditData {
|
|
96257
97245
|
}
|
|
96258
97246
|
|
|
96259
97247
|
/**
|
|
96260
97248
|
* Audit data for SharePoint Content Type Operation events.
|
|
96261
97249
|
*/
|
|
97250
|
+
@open
|
|
96262
97251
|
@complex model sharePointContentTypeOperationAuditRecord extends auditData {
|
|
96263
97252
|
}
|
|
96264
97253
|
|
|
96265
97254
|
/**
|
|
96266
97255
|
* Audit data for SharePoint E Signature events.
|
|
96267
97256
|
*/
|
|
97257
|
+
@open
|
|
96268
97258
|
@complex model sharePointESignatureAuditRecord extends auditData {
|
|
96269
97259
|
}
|
|
96270
97260
|
|
|
96271
97261
|
/**
|
|
96272
97262
|
* Audit data for SharePoint Field Operation events.
|
|
96273
97263
|
*/
|
|
97264
|
+
@open
|
|
96274
97265
|
@complex model sharePointFieldOperationAuditRecord extends auditData {
|
|
96275
97266
|
}
|
|
96276
97267
|
|
|
96277
97268
|
/**
|
|
96278
97269
|
* Audit data for SharePoint File Operation events.
|
|
96279
97270
|
*/
|
|
97271
|
+
@open
|
|
96280
97272
|
@complex model sharePointFileOperationAuditRecord extends auditData {
|
|
96281
97273
|
}
|
|
96282
97274
|
|
|
96283
97275
|
/**
|
|
96284
97276
|
* Audit data for SharePoint List Item Operation events.
|
|
96285
97277
|
*/
|
|
97278
|
+
@open
|
|
96286
97279
|
@complex model sharePointListItemOperationAuditRecord extends auditData {
|
|
96287
97280
|
}
|
|
96288
97281
|
|
|
96289
97282
|
/**
|
|
96290
97283
|
* Audit data for SharePoint List Operation events.
|
|
96291
97284
|
*/
|
|
97285
|
+
@open
|
|
96292
97286
|
@complex model sharePointListOperationAuditRecord extends auditData {
|
|
96293
97287
|
}
|
|
96294
97288
|
|
|
96295
97289
|
/**
|
|
96296
97290
|
* Audit data for SharePoint Sharing Operation events.
|
|
96297
97291
|
*/
|
|
97292
|
+
@open
|
|
96298
97293
|
@complex model sharePointSharingOperationAuditRecord extends auditData {
|
|
96299
97294
|
}
|
|
96300
97295
|
|
|
@@ -96311,18 +97306,21 @@ namespace reference.`microsoft.graph.security` {
|
|
|
96311
97306
|
/**
|
|
96312
97307
|
* Audit data for Skype for Business cmdlets events.
|
|
96313
97308
|
*/
|
|
97309
|
+
@open
|
|
96314
97310
|
@complex model skypeForBusinessCmdletsAuditRecord extends auditData {
|
|
96315
97311
|
}
|
|
96316
97312
|
|
|
96317
97313
|
/**
|
|
96318
97314
|
* Audit data for Skype for Business PSTN Usage events.
|
|
96319
97315
|
*/
|
|
97316
|
+
@open
|
|
96320
97317
|
@complex model skypeForBusinessPSTNUsageAuditRecord extends auditData {
|
|
96321
97318
|
}
|
|
96322
97319
|
|
|
96323
97320
|
/**
|
|
96324
97321
|
* Audit data for Skype for Business Users Blocked events.
|
|
96325
97322
|
*/
|
|
97323
|
+
@open
|
|
96326
97324
|
@complex model skypeForBusinessUsersBlockedAuditRecord extends auditData {
|
|
96327
97325
|
}
|
|
96328
97326
|
|
|
@@ -96339,9 +97337,45 @@ namespace reference.`microsoft.graph.security` {
|
|
|
96339
97337
|
/**
|
|
96340
97338
|
* Audit data for Sonar Detonation Content Meta events.
|
|
96341
97339
|
*/
|
|
97340
|
+
@open
|
|
96342
97341
|
@complex model sonarDetonationContentMetadata extends auditData {
|
|
96343
97342
|
}
|
|
96344
97343
|
|
|
97344
|
+
/**
|
|
97345
|
+
* Audit data for Sonar Detonation Entity events.
|
|
97346
|
+
*/
|
|
97347
|
+
@open
|
|
97348
|
+
@complex model sonarDetonationEntityAuditRecord extends auditData {
|
|
97349
|
+
}
|
|
97350
|
+
|
|
97351
|
+
/**
|
|
97352
|
+
* Audit data for Sonar File Detonation Entity events.
|
|
97353
|
+
*/
|
|
97354
|
+
@open
|
|
97355
|
+
@complex model sonarFileDetonationEntityAuditRecord extends auditData {
|
|
97356
|
+
}
|
|
97357
|
+
|
|
97358
|
+
/**
|
|
97359
|
+
* Audit data for Sonar Submission Entity events.
|
|
97360
|
+
*/
|
|
97361
|
+
@open
|
|
97362
|
+
@complex model sonarSubmissionEntityAuditRecord extends auditData {
|
|
97363
|
+
}
|
|
97364
|
+
|
|
97365
|
+
/**
|
|
97366
|
+
* Audit data for Sonar URL Detonation Entity events.
|
|
97367
|
+
*/
|
|
97368
|
+
@open
|
|
97369
|
+
@complex model sonarUrlDetonationEntityAuditRecord extends auditData {
|
|
97370
|
+
}
|
|
97371
|
+
|
|
97372
|
+
/**
|
|
97373
|
+
* Audit data for Spark Core Custom Live Pool events.
|
|
97374
|
+
*/
|
|
97375
|
+
@open
|
|
97376
|
+
@complex model sparkCoreCustomLivePoolRecord extends auditData {
|
|
97377
|
+
}
|
|
97378
|
+
|
|
96345
97379
|
@complex model sslCertificateEntity {
|
|
96346
97380
|
address: reference.`microsoft.graph`.physicalAddress | null;
|
|
96347
97381
|
alternateNames: string[] | null;
|
|
@@ -96389,6 +97423,13 @@ namespace reference.`microsoft.graph.security` {
|
|
|
96389
97423
|
fileName: string | null;
|
|
96390
97424
|
}
|
|
96391
97425
|
|
|
97426
|
+
/**
|
|
97427
|
+
* Audit data for Submission Entity events.
|
|
97428
|
+
*/
|
|
97429
|
+
@open
|
|
97430
|
+
@complex model submissionEntityAuditRecord extends auditData {
|
|
97431
|
+
}
|
|
97432
|
+
|
|
96392
97433
|
@complex model submissionMailEvidence extends alertEvidence {
|
|
96393
97434
|
networkMessageId: string | null;
|
|
96394
97435
|
recipient: string | null;
|
|
@@ -96417,48 +97458,56 @@ namespace reference.`microsoft.graph.security` {
|
|
|
96417
97458
|
/**
|
|
96418
97459
|
* Audit data for Supervisory Review Day X Insights events.
|
|
96419
97460
|
*/
|
|
97461
|
+
@open
|
|
96420
97462
|
@complex model supervisoryReviewDayXInsightsAuditRecord extends auditData {
|
|
96421
97463
|
}
|
|
96422
97464
|
|
|
96423
97465
|
/**
|
|
96424
97466
|
* Audit data for Synthetic Probe events.
|
|
96425
97467
|
*/
|
|
97468
|
+
@open
|
|
96426
97469
|
@complex model syntheticProbeAuditRecord extends auditData {
|
|
96427
97470
|
}
|
|
96428
97471
|
|
|
96429
97472
|
/**
|
|
96430
97473
|
* Audit data for Team Copilot Interaction events.
|
|
96431
97474
|
*/
|
|
97475
|
+
@open
|
|
96432
97476
|
@complex model teamCopilotInteractionAuditRecord extends auditData {
|
|
96433
97477
|
}
|
|
96434
97478
|
|
|
96435
97479
|
/**
|
|
96436
97480
|
* Audit data for Teams Easy Approvals events.
|
|
96437
97481
|
*/
|
|
97482
|
+
@open
|
|
96438
97483
|
@complex model teamsEasyApprovalsAuditRecord extends auditData {
|
|
96439
97484
|
}
|
|
96440
97485
|
|
|
96441
97486
|
/**
|
|
96442
97487
|
* Audit data for Teams Eval Data Hub Admin Operation events.
|
|
96443
97488
|
*/
|
|
97489
|
+
@open
|
|
96444
97490
|
@complex model teamsEvalDataHubAdminOperationAuditRecord extends auditData {
|
|
96445
97491
|
}
|
|
96446
97492
|
|
|
96447
97493
|
/**
|
|
96448
97494
|
* Audit data for Teams Eval Data Hub Data Access events.
|
|
96449
97495
|
*/
|
|
97496
|
+
@open
|
|
96450
97497
|
@complex model teamsEvalDataHubDataAccessAuditRecord extends auditData {
|
|
96451
97498
|
}
|
|
96452
97499
|
|
|
96453
97500
|
/**
|
|
96454
97501
|
* Audit data for Teams Eval Data Hub Permission Change events.
|
|
96455
97502
|
*/
|
|
97503
|
+
@open
|
|
96456
97504
|
@complex model teamsEvalDataHubPermissionChangeAuditRecord extends auditData {
|
|
96457
97505
|
}
|
|
96458
97506
|
|
|
96459
97507
|
/**
|
|
96460
97508
|
* Audit data for Teams Healthcare events.
|
|
96461
97509
|
*/
|
|
97510
|
+
@open
|
|
96462
97511
|
@complex model teamsHealthcareAuditRecord extends auditData {
|
|
96463
97512
|
}
|
|
96464
97513
|
|
|
@@ -96492,12 +97541,14 @@ namespace reference.`microsoft.graph.security` {
|
|
|
96492
97541
|
/**
|
|
96493
97542
|
* Audit data for Teams Updates events.
|
|
96494
97543
|
*/
|
|
97544
|
+
@open
|
|
96495
97545
|
@complex model teamsUpdatesAuditRecord extends auditData {
|
|
96496
97546
|
}
|
|
96497
97547
|
|
|
96498
97548
|
/**
|
|
96499
97549
|
* Audit data for Tenant Allow Block List events.
|
|
96500
97550
|
*/
|
|
97551
|
+
@open
|
|
96501
97552
|
@complex model tenantAllowBlockListAuditRecord extends auditData {
|
|
96502
97553
|
}
|
|
96503
97554
|
|
|
@@ -96525,36 +97576,42 @@ namespace reference.`microsoft.graph.security` {
|
|
|
96525
97576
|
/**
|
|
96526
97577
|
* Audit data for Threat Finder events.
|
|
96527
97578
|
*/
|
|
97579
|
+
@open
|
|
96528
97580
|
@complex model threatFinderAuditRecord extends auditData {
|
|
96529
97581
|
}
|
|
96530
97582
|
|
|
96531
97583
|
/**
|
|
96532
97584
|
* Audit data for Threat Intelligence Atp Content events.
|
|
96533
97585
|
*/
|
|
97586
|
+
@open
|
|
96534
97587
|
@complex model threatIntelligenceAtpContentData extends auditData {
|
|
96535
97588
|
}
|
|
96536
97589
|
|
|
96537
97590
|
/**
|
|
96538
97591
|
* Audit data for Threat Intelligence Export events.
|
|
96539
97592
|
*/
|
|
97593
|
+
@open
|
|
96540
97594
|
@complex model threatIntelligenceExportAuditRecord extends auditData {
|
|
96541
97595
|
}
|
|
96542
97596
|
|
|
96543
97597
|
/**
|
|
96544
97598
|
* Audit data for Threat Intelligence Mail events.
|
|
96545
97599
|
*/
|
|
97600
|
+
@open
|
|
96546
97601
|
@complex model threatIntelligenceMailData extends auditData {
|
|
96547
97602
|
}
|
|
96548
97603
|
|
|
96549
97604
|
/**
|
|
96550
97605
|
* Audit data for Threat Intelligence Object events.
|
|
96551
97606
|
*/
|
|
97607
|
+
@open
|
|
96552
97608
|
@complex model threatIntelligenceObjectAuditRecord extends auditData {
|
|
96553
97609
|
}
|
|
96554
97610
|
|
|
96555
97611
|
/**
|
|
96556
97612
|
* Audit data for Threat Intelligence Url Click events.
|
|
96557
97613
|
*/
|
|
97614
|
+
@open
|
|
96558
97615
|
@complex model threatIntelligenceUrlClickData extends auditData {
|
|
96559
97616
|
}
|
|
96560
97617
|
|
|
@@ -96570,6 +97627,7 @@ namespace reference.`microsoft.graph.security` {
|
|
|
96570
97627
|
/**
|
|
96571
97628
|
* Audit data for Microsoft To Do events.
|
|
96572
97629
|
*/
|
|
97630
|
+
@open
|
|
96573
97631
|
@complex model todoAuditRecord extends auditData {
|
|
96574
97632
|
}
|
|
96575
97633
|
|
|
@@ -96583,30 +97641,35 @@ namespace reference.`microsoft.graph.security` {
|
|
|
96583
97641
|
/**
|
|
96584
97642
|
* Audit data for Trainable Classifier events.
|
|
96585
97643
|
*/
|
|
97644
|
+
@open
|
|
96586
97645
|
@complex model trainableClassifierAuditRecord extends auditData {
|
|
96587
97646
|
}
|
|
96588
97647
|
|
|
96589
97648
|
/**
|
|
96590
97649
|
* Audit data for UAM Operation events.
|
|
96591
97650
|
*/
|
|
97651
|
+
@open
|
|
96592
97652
|
@complex model uamOperationAuditRecord extends auditData {
|
|
96593
97653
|
}
|
|
96594
97654
|
|
|
96595
97655
|
/**
|
|
96596
97656
|
* Audit data for Unified Group events.
|
|
96597
97657
|
*/
|
|
97658
|
+
@open
|
|
96598
97659
|
@complex model unifiedGroupAuditRecord extends auditData {
|
|
96599
97660
|
}
|
|
96600
97661
|
|
|
96601
97662
|
/**
|
|
96602
97663
|
* Audit data for Unified Simulation Matched Item events.
|
|
96603
97664
|
*/
|
|
97665
|
+
@open
|
|
96604
97666
|
@complex model unifiedSimulationMatchedItemAuditRecord extends auditData {
|
|
96605
97667
|
}
|
|
96606
97668
|
|
|
96607
97669
|
/**
|
|
96608
97670
|
* Audit data for Unified Simulation Summary events.
|
|
96609
97671
|
*/
|
|
97672
|
+
@open
|
|
96610
97673
|
@complex model unifiedSimulationSummaryAuditRecord extends auditData {
|
|
96611
97674
|
}
|
|
96612
97675
|
|
|
@@ -96617,12 +97680,14 @@ namespace reference.`microsoft.graph.security` {
|
|
|
96617
97680
|
/**
|
|
96618
97681
|
* Audit data for Universal Print Management events.
|
|
96619
97682
|
*/
|
|
97683
|
+
@open
|
|
96620
97684
|
@complex model universalPrintManagementAuditRecord extends auditData {
|
|
96621
97685
|
}
|
|
96622
97686
|
|
|
96623
97687
|
/**
|
|
96624
97688
|
* Audit data for Universal Print Print Job events.
|
|
96625
97689
|
*/
|
|
97690
|
+
@open
|
|
96626
97691
|
@complex model universalPrintPrintJobAuditRecord extends auditData {
|
|
96627
97692
|
}
|
|
96628
97693
|
|
|
@@ -96633,21 +97698,28 @@ namespace reference.`microsoft.graph.security` {
|
|
|
96633
97698
|
/**
|
|
96634
97699
|
* Audit data for URBAC Assignment events.
|
|
96635
97700
|
*/
|
|
97701
|
+
@open
|
|
96636
97702
|
@complex model urbacAssignmentAuditRecord extends auditData {
|
|
96637
97703
|
}
|
|
96638
97704
|
|
|
96639
97705
|
/**
|
|
96640
97706
|
* Audit data for URBAC Enable State events.
|
|
96641
97707
|
*/
|
|
97708
|
+
@open
|
|
96642
97709
|
@complex model urbacEnableStateAuditRecord extends auditData {
|
|
96643
97710
|
}
|
|
96644
97711
|
|
|
96645
97712
|
/**
|
|
96646
97713
|
* Audit data for URBAC Role events.
|
|
96647
97714
|
*/
|
|
97715
|
+
@open
|
|
96648
97716
|
@complex model urbacRoleAuditRecord extends auditData {
|
|
96649
97717
|
}
|
|
96650
97718
|
|
|
97719
|
+
@complex model urlEntityMapping extends entityMapping {
|
|
97720
|
+
addressColumn: string;
|
|
97721
|
+
}
|
|
97722
|
+
|
|
96651
97723
|
@complex model urlEvidence extends alertEvidence {
|
|
96652
97724
|
url: string | null;
|
|
96653
97725
|
}
|
|
@@ -96672,12 +97744,14 @@ namespace reference.`microsoft.graph.security` {
|
|
|
96672
97744
|
/**
|
|
96673
97745
|
* Audit data for User Training events.
|
|
96674
97746
|
*/
|
|
97747
|
+
@open
|
|
96675
97748
|
@complex model userTrainingAuditRecord extends auditData {
|
|
96676
97749
|
}
|
|
96677
97750
|
|
|
96678
97751
|
/**
|
|
96679
97752
|
* Audit data for USX Workspace Onboarding events.
|
|
96680
97753
|
*/
|
|
97754
|
+
@open
|
|
96681
97755
|
@complex model usxWorkspaceOnboardingAuditRecord extends auditData {
|
|
96682
97756
|
}
|
|
96683
97757
|
|
|
@@ -96688,156 +97762,189 @@ namespace reference.`microsoft.graph.security` {
|
|
|
96688
97762
|
/**
|
|
96689
97763
|
* Audit data for VFAM Create Policy events.
|
|
96690
97764
|
*/
|
|
97765
|
+
@open
|
|
96691
97766
|
@complex model vfamCreatePolicyAuditRecord extends auditData {
|
|
96692
97767
|
}
|
|
96693
97768
|
|
|
96694
97769
|
/**
|
|
96695
97770
|
* Audit data for VFAM Delete Policy events.
|
|
96696
97771
|
*/
|
|
97772
|
+
@open
|
|
96697
97773
|
@complex model vfamDeletePolicyAuditRecord extends auditData {
|
|
96698
97774
|
}
|
|
96699
97775
|
|
|
96700
97776
|
/**
|
|
96701
97777
|
* Audit data for VFAM Update Policy events.
|
|
96702
97778
|
*/
|
|
97779
|
+
@open
|
|
96703
97780
|
@complex model vfamUpdatePolicyAuditRecord extends auditData {
|
|
96704
97781
|
}
|
|
96705
97782
|
|
|
96706
97783
|
/**
|
|
96707
97784
|
* Audit data for Viva Amplify events.
|
|
96708
97785
|
*/
|
|
97786
|
+
@open
|
|
96709
97787
|
@complex model vivaAmplifyAuditRecord extends auditData {
|
|
96710
97788
|
}
|
|
96711
97789
|
|
|
96712
97790
|
/**
|
|
96713
97791
|
* Audit data for Viva Engage Events events.
|
|
96714
97792
|
*/
|
|
97793
|
+
@open
|
|
96715
97794
|
@complex model vivaEngageEventsAuditRecord extends auditData {
|
|
96716
97795
|
}
|
|
96717
97796
|
|
|
96718
97797
|
/**
|
|
96719
97798
|
* Audit data for Viva Engage Network Association events.
|
|
96720
97799
|
*/
|
|
97800
|
+
@open
|
|
96721
97801
|
@complex model vivaEngageNetworkAssociationAuditRecord extends auditData {
|
|
96722
97802
|
}
|
|
96723
97803
|
|
|
96724
97804
|
/**
|
|
96725
97805
|
* Audit data for Viva Engage Segment events.
|
|
96726
97806
|
*/
|
|
97807
|
+
@open
|
|
96727
97808
|
@complex model vivaEngageSegmentAuditRecord extends auditData {
|
|
96728
97809
|
}
|
|
96729
97810
|
|
|
96730
97811
|
/**
|
|
96731
97812
|
* Audit data for Viva Glint Advanced Configuration events.
|
|
96732
97813
|
*/
|
|
97814
|
+
@open
|
|
96733
97815
|
@complex model vivaGlintAdvancedConfigurationAuditRecord extends auditData {
|
|
96734
97816
|
}
|
|
96735
97817
|
|
|
97818
|
+
/**
|
|
97819
|
+
* Audit data for Viva Glint Agentic Campaign events.
|
|
97820
|
+
*/
|
|
97821
|
+
@open
|
|
97822
|
+
@complex model vivaGlintAgenticCampaignAuditRecord extends auditData {
|
|
97823
|
+
}
|
|
97824
|
+
|
|
96736
97825
|
/**
|
|
96737
97826
|
* Audit data for Viva Glint Feedback Program events.
|
|
96738
97827
|
*/
|
|
97828
|
+
@open
|
|
96739
97829
|
@complex model vivaGlintFeedbackProgramAuditRecord extends auditData {
|
|
96740
97830
|
}
|
|
96741
97831
|
|
|
96742
97832
|
/**
|
|
96743
97833
|
* Audit data for Viva Glint Organizational events.
|
|
96744
97834
|
*/
|
|
97835
|
+
@open
|
|
96745
97836
|
@complex model vivaGlintOrganizationalDataAuditRecord extends auditData {
|
|
96746
97837
|
}
|
|
96747
97838
|
|
|
96748
97839
|
/**
|
|
96749
97840
|
* Audit data for Viva Glint Pulse Program events.
|
|
96750
97841
|
*/
|
|
97842
|
+
@open
|
|
96751
97843
|
@complex model vivaGlintPulseProgramAuditRecord extends auditData {
|
|
96752
97844
|
}
|
|
96753
97845
|
|
|
96754
97846
|
/**
|
|
96755
97847
|
* Audit data for Viva Glint Pulse Program Respondent Rate events.
|
|
96756
97848
|
*/
|
|
97849
|
+
@open
|
|
96757
97850
|
@complex model vivaGlintPulseProgramRespondentRateAuditRecord extends auditData {
|
|
96758
97851
|
}
|
|
96759
97852
|
|
|
96760
97853
|
/**
|
|
96761
97854
|
* Audit data for Viva Glint Question events.
|
|
96762
97855
|
*/
|
|
97856
|
+
@open
|
|
96763
97857
|
@complex model vivaGlintQuestionAuditRecord extends auditData {
|
|
96764
97858
|
}
|
|
96765
97859
|
|
|
96766
97860
|
/**
|
|
96767
97861
|
* Audit data for Viva Glint Role events.
|
|
96768
97862
|
*/
|
|
97863
|
+
@open
|
|
96769
97864
|
@complex model vivaGlintRoleAuditRecord extends auditData {
|
|
96770
97865
|
}
|
|
96771
97866
|
|
|
96772
97867
|
/**
|
|
96773
97868
|
* Audit data for Viva Glint Rubicon events.
|
|
96774
97869
|
*/
|
|
97870
|
+
@open
|
|
96775
97871
|
@complex model vivaGlintRubiconAuditRecord extends auditData {
|
|
96776
97872
|
}
|
|
96777
97873
|
|
|
96778
97874
|
/**
|
|
96779
97875
|
* Audit data for Viva Glint Support Access events.
|
|
96780
97876
|
*/
|
|
97877
|
+
@open
|
|
96781
97878
|
@complex model vivaGlintSupportAccessAuditRecord extends auditData {
|
|
96782
97879
|
}
|
|
96783
97880
|
|
|
96784
97881
|
/**
|
|
96785
97882
|
* Audit data for Viva Glint System events.
|
|
96786
97883
|
*/
|
|
97884
|
+
@open
|
|
96787
97885
|
@complex model vivaGlintSystemAuditRecord extends auditData {
|
|
96788
97886
|
}
|
|
96789
97887
|
|
|
96790
97888
|
/**
|
|
96791
97889
|
* Audit data for Viva Glint User events.
|
|
96792
97890
|
*/
|
|
97891
|
+
@open
|
|
96793
97892
|
@complex model vivaGlintUserAuditRecord extends auditData {
|
|
96794
97893
|
}
|
|
96795
97894
|
|
|
96796
97895
|
/**
|
|
96797
97896
|
* Audit data for Viva Glint User Group events.
|
|
96798
97897
|
*/
|
|
97898
|
+
@open
|
|
96799
97899
|
@complex model vivaGlintUserGroupAuditRecord extends auditData {
|
|
96800
97900
|
}
|
|
96801
97901
|
|
|
96802
97902
|
/**
|
|
96803
97903
|
* Audit data for Viva Goals events.
|
|
96804
97904
|
*/
|
|
97905
|
+
@open
|
|
96805
97906
|
@complex model vivaGoalsAuditRecord extends auditData {
|
|
96806
97907
|
}
|
|
96807
97908
|
|
|
96808
97909
|
/**
|
|
96809
97910
|
* Audit data for Viva Learning Admin events.
|
|
96810
97911
|
*/
|
|
97912
|
+
@open
|
|
96811
97913
|
@complex model vivaLearningAdminAuditRecord extends auditData {
|
|
96812
97914
|
}
|
|
96813
97915
|
|
|
96814
97916
|
/**
|
|
96815
97917
|
* Audit data for Viva Learning events.
|
|
96816
97918
|
*/
|
|
97919
|
+
@open
|
|
96817
97920
|
@complex model vivaLearningAuditRecord extends auditData {
|
|
96818
97921
|
}
|
|
96819
97922
|
|
|
96820
97923
|
/**
|
|
96821
97924
|
* Audit data for Viva Pulse Admin events.
|
|
96822
97925
|
*/
|
|
97926
|
+
@open
|
|
96823
97927
|
@complex model vivaPulseAdminAuditRecord extends auditData {
|
|
96824
97928
|
}
|
|
96825
97929
|
|
|
96826
97930
|
/**
|
|
96827
97931
|
* Audit data for Viva Pulse Organizer events.
|
|
96828
97932
|
*/
|
|
97933
|
+
@open
|
|
96829
97934
|
@complex model vivaPulseOrganizerAuditRecord extends auditData {
|
|
96830
97935
|
}
|
|
96831
97936
|
|
|
96832
97937
|
/**
|
|
96833
97938
|
* Audit data for Viva Pulse Report events.
|
|
96834
97939
|
*/
|
|
97940
|
+
@open
|
|
96835
97941
|
@complex model vivaPulseReportAuditRecord extends auditData {
|
|
96836
97942
|
}
|
|
96837
97943
|
|
|
96838
97944
|
/**
|
|
96839
97945
|
* Audit data for Viva Pulse Response events.
|
|
96840
97946
|
*/
|
|
97947
|
+
@open
|
|
96841
97948
|
@complex model vivaPulseResponseAuditRecord extends auditData {
|
|
96842
97949
|
}
|
|
96843
97950
|
|
|
@@ -96851,12 +97958,14 @@ namespace reference.`microsoft.graph.security` {
|
|
|
96851
97958
|
/**
|
|
96852
97959
|
* Audit data for WDATP Alerts events.
|
|
96853
97960
|
*/
|
|
97961
|
+
@open
|
|
96854
97962
|
@complex model wdatpAlertsAuditRecord extends auditData {
|
|
96855
97963
|
}
|
|
96856
97964
|
|
|
96857
97965
|
/**
|
|
96858
97966
|
* Audit data for Web Content Filtering events.
|
|
96859
97967
|
*/
|
|
97968
|
+
@open
|
|
96860
97969
|
@complex model webContentFilteringAuditRecord extends auditData {
|
|
96861
97970
|
}
|
|
96862
97971
|
|
|
@@ -96878,37 +97987,31 @@ namespace reference.`microsoft.graph.security` {
|
|
|
96878
97987
|
/**
|
|
96879
97988
|
* Audit data for Windows365 Customer Lockbox events.
|
|
96880
97989
|
*/
|
|
97990
|
+
@open
|
|
96881
97991
|
@complex model windows365CustomerLockboxAuditRecord extends auditData {
|
|
96882
97992
|
}
|
|
96883
97993
|
|
|
96884
97994
|
/**
|
|
96885
97995
|
* Audit data for Workplace Analytics events.
|
|
96886
97996
|
*/
|
|
97997
|
+
@open
|
|
96887
97998
|
@complex model workplaceAnalyticsAuditRecord extends auditData {
|
|
96888
97999
|
}
|
|
96889
98000
|
|
|
96890
98001
|
/**
|
|
96891
98002
|
* Audit data for Yammer events.
|
|
96892
98003
|
*/
|
|
98004
|
+
@open
|
|
96893
98005
|
@complex model yammerAuditRecord extends auditData {
|
|
96894
98006
|
}
|
|
96895
98007
|
|
|
96896
98008
|
/**
|
|
96897
98009
|
* Audit data for Yammer User Hiding events.
|
|
96898
98010
|
*/
|
|
98011
|
+
@open
|
|
96899
98012
|
@complex model yammerUserHidingAuditRecord extends auditData {
|
|
96900
98013
|
}
|
|
96901
98014
|
|
|
96902
|
-
@entity model accountEntityMapping extends entityMapping {
|
|
96903
|
-
aadUserIdColumn: string | null;
|
|
96904
|
-
dnsDomainColumn: string | null;
|
|
96905
|
-
nameColumn: string | null;
|
|
96906
|
-
ntDomainColumn: string | null;
|
|
96907
|
-
sidColumn: string | null;
|
|
96908
|
-
upnColumn: string | null;
|
|
96909
|
-
upnSuffixColumn: string | null;
|
|
96910
|
-
}
|
|
96911
|
-
|
|
96912
98015
|
@entity model aggregatedEnvironment extends MsGraph.SharedModels.entity {
|
|
96913
98016
|
count: int32;
|
|
96914
98017
|
@computed @key kind: string;
|
|
@@ -96954,29 +98057,6 @@ namespace reference.`microsoft.graph.security` {
|
|
|
96954
98057
|
title: string | null;
|
|
96955
98058
|
}
|
|
96956
98059
|
|
|
96957
|
-
@entity model alertTemplate extends reference.`microsoft.graph`.entity {
|
|
96958
|
-
|
|
96959
|
-
// Warning: Malformed version string '2025-01' detected.
|
|
96960
|
-
category: string | null;
|
|
96961
|
-
customDetails: alertCustomDetails | null;
|
|
96962
|
-
description: string;
|
|
96963
|
-
|
|
96964
|
-
// Warning: Malformed version string '2025-01' detected.
|
|
96965
|
-
impactedAssets: impactedAsset[];
|
|
96966
|
-
|
|
96967
|
-
// Warning: Malformed version string '2025-01' detected.
|
|
96968
|
-
mitreTechniques: string[] | null;
|
|
96969
|
-
recommendedActions: string | null;
|
|
96970
|
-
severity: alertSeverity;
|
|
96971
|
-
tactics: mitreTactic[] | null;
|
|
96972
|
-
title: string;
|
|
96973
|
-
@contains entityMappings: entityMappingConfiguration;
|
|
96974
|
-
}
|
|
96975
|
-
|
|
96976
|
-
@entity model amazonResourceEntityMapping extends entityMapping {
|
|
96977
|
-
amazonResourceIdColumn: string;
|
|
96978
|
-
}
|
|
96979
|
-
|
|
96980
98060
|
@entity model analyzedEmail extends reference.`microsoft.graph`.entity {
|
|
96981
98061
|
alertIds: string[] | null;
|
|
96982
98062
|
attachments: analyzedEmailAttachment[] | null;
|
|
@@ -97087,10 +98167,6 @@ namespace reference.`microsoft.graph.security` {
|
|
|
97087
98167
|
isAutomatic: boolean;
|
|
97088
98168
|
}
|
|
97089
98169
|
|
|
97090
|
-
@entity model azureResourceEntityMapping extends entityMapping {
|
|
97091
|
-
resourceIdColumn: string;
|
|
97092
|
-
}
|
|
97093
|
-
|
|
97094
98170
|
@abstract
|
|
97095
98171
|
@entity model case extends reference.`microsoft.graph`.entity {
|
|
97096
98172
|
@computed createdDateTime: offsetDateTime | null;
|
|
@@ -97101,6 +98177,10 @@ namespace reference.`microsoft.graph.security` {
|
|
|
97101
98177
|
status: caseStatus | null;
|
|
97102
98178
|
}
|
|
97103
98179
|
|
|
98180
|
+
@entity model caseManagementRoot extends reference.`microsoft.graph`.entity {
|
|
98181
|
+
@contains cases: reference.`microsoft.graph.security.caseManagement`.case[];
|
|
98182
|
+
}
|
|
98183
|
+
|
|
97104
98184
|
@entity model caseOperation extends reference.`microsoft.graph`.entity {
|
|
97105
98185
|
action: caseAction | null;
|
|
97106
98186
|
completedDateTime: offsetDateTime | null;
|
|
@@ -97140,11 +98220,6 @@ namespace reference.`microsoft.graph.security` {
|
|
|
97140
98220
|
supportedTrafficTypes: trafficType[];
|
|
97141
98221
|
}
|
|
97142
98222
|
|
|
97143
|
-
@entity model cloudApplicationEntityMapping extends entityMapping {
|
|
97144
|
-
appIdColumn: string | null;
|
|
97145
|
-
nameColumn: string | null;
|
|
97146
|
-
}
|
|
97147
|
-
|
|
97148
98223
|
@abstract
|
|
97149
98224
|
@entity model collaborationRoot extends reference.`microsoft.graph`.entity {
|
|
97150
98225
|
@contains analyzedEmails: analyzedEmail[];
|
|
@@ -97187,19 +98262,11 @@ namespace reference.`microsoft.graph.security` {
|
|
|
97187
98262
|
@entity model departmentTemplate extends filePlanDescriptorTemplate {
|
|
97188
98263
|
}
|
|
97189
98264
|
|
|
97190
|
-
@entity model detectionAction extends reference.`microsoft.graph`.entity {
|
|
97191
|
-
automatedActions: automatedActionSet | null;
|
|
97192
|
-
organizationalScope: organizationalScope | null;
|
|
97193
|
-
|
|
97194
|
-
// Warning: Malformed version string '2025-01' detected.
|
|
97195
|
-
responseActions: responseAction[] | null;
|
|
97196
|
-
@contains alertTemplate: alertTemplate;
|
|
97197
|
-
}
|
|
97198
|
-
|
|
97199
98265
|
@entity model detectionRule extends reference.`microsoft.graph`.entity {
|
|
97200
98266
|
createdBy: string;
|
|
97201
98267
|
@computed createdDateTime: offsetDateTime;
|
|
97202
98268
|
description: string | null;
|
|
98269
|
+
detectionAction: detectionAction;
|
|
97203
98270
|
|
|
97204
98271
|
// Warning: Malformed version string '2025-01' detected.
|
|
97205
98272
|
detectorId: string | null;
|
|
@@ -97215,7 +98282,6 @@ namespace reference.`microsoft.graph.security` {
|
|
|
97215
98282
|
queryCondition: queryCondition;
|
|
97216
98283
|
schedule: ruleSchedule;
|
|
97217
98284
|
status: detectionRuleStatus;
|
|
97218
|
-
@contains detectionAction: detectionAction | null;
|
|
97219
98285
|
}
|
|
97220
98286
|
|
|
97221
98287
|
@entity model discoveredCloudAppDetail extends reference.`microsoft.graph`.entity {
|
|
@@ -97341,12 +98407,6 @@ namespace reference.`microsoft.graph.security` {
|
|
|
97341
98407
|
@computed @key stageNumber: string;
|
|
97342
98408
|
}
|
|
97343
98409
|
|
|
97344
|
-
@entity model dnsEntityMapping extends entityMapping {
|
|
97345
|
-
domainNameColumn: string;
|
|
97346
|
-
hostIpAddressColumn: string;
|
|
97347
|
-
serverIpColumn: string;
|
|
97348
|
-
}
|
|
97349
|
-
|
|
97350
98410
|
@entity model ediscoveryAddToReviewSetOperation extends caseOperation {
|
|
97351
98411
|
additionalDataOptions: additionalDataOptions | null;
|
|
97352
98412
|
cloudAttachmentVersion: cloudAttachmentVersion | null;
|
|
@@ -97547,30 +98607,6 @@ namespace reference.`microsoft.graph.security` {
|
|
|
97547
98607
|
role: entityDefinitionInputRole;
|
|
97548
98608
|
}
|
|
97549
98609
|
|
|
97550
|
-
@abstract
|
|
97551
|
-
@entity model entityMapping extends reference.`microsoft.graph`.entity {
|
|
97552
|
-
}
|
|
97553
|
-
|
|
97554
|
-
@entity model entityMappingConfiguration extends reference.`microsoft.graph`.entity {
|
|
97555
|
-
@contains accounts: accountEntityMapping[];
|
|
97556
|
-
@contains amazonResources: amazonResourceEntityMapping[];
|
|
97557
|
-
@contains azureResources: azureResourceEntityMapping[];
|
|
97558
|
-
@contains cloudApplications: cloudApplicationEntityMapping[];
|
|
97559
|
-
@contains dns: dnsEntityMapping[];
|
|
97560
|
-
@contains files: fileEntityMapping[];
|
|
97561
|
-
@contains googleCloudResources: googleCloudResourceEntityMapping[];
|
|
97562
|
-
@contains hosts: hostEntityMapping[];
|
|
97563
|
-
@contains ips: ipEntityMapping[];
|
|
97564
|
-
@contains mailboxes: mailboxEntityMapping[];
|
|
97565
|
-
@contains mailClusters: mailClusterEntityMapping[];
|
|
97566
|
-
@contains mailMessages: mailMessageEntityMapping[];
|
|
97567
|
-
@contains oAuthApplications: oAuthApplicationEntityMapping[];
|
|
97568
|
-
@contains processes: processEntityMapping[];
|
|
97569
|
-
@contains registryValues: registryValueEntityMapping[];
|
|
97570
|
-
@contains securityGroups: securityGroupEntityMapping[];
|
|
97571
|
-
@contains urls: urlEntityMapping[];
|
|
97572
|
-
}
|
|
97573
|
-
|
|
97574
98610
|
@entity model environment extends reference.`microsoft.graph`.entity {
|
|
97575
98611
|
kind: environmentKind;
|
|
97576
98612
|
}
|
|
@@ -97594,12 +98630,6 @@ namespace reference.`microsoft.graph.security` {
|
|
|
97594
98630
|
fileContent: string;
|
|
97595
98631
|
}
|
|
97596
98632
|
|
|
97597
|
-
@entity model fileEntityMapping extends entityMapping {
|
|
97598
|
-
nameColumn: string | null;
|
|
97599
|
-
sha1Column: string | null;
|
|
97600
|
-
sha256Column: string | null;
|
|
97601
|
-
}
|
|
97602
|
-
|
|
97603
98633
|
@entity model filePlanDescriptor extends reference.`microsoft.graph`.entity {
|
|
97604
98634
|
authority: filePlanAuthority | null;
|
|
97605
98635
|
category: filePlanAppliedCategory | null;
|
|
@@ -97630,10 +98660,6 @@ namespace reference.`microsoft.graph.security` {
|
|
|
97630
98660
|
fileUrl: string;
|
|
97631
98661
|
}
|
|
97632
98662
|
|
|
97633
|
-
@entity model googleCloudResourceEntityMapping extends entityMapping {
|
|
97634
|
-
fullResourceNameColumn: string;
|
|
97635
|
-
}
|
|
97636
|
-
|
|
97637
98663
|
@entity model healthIssue extends reference.`microsoft.graph`.entity {
|
|
97638
98664
|
additionalInformation: string[];
|
|
97639
98665
|
@computed createdDateTime: offsetDateTime;
|
|
@@ -97686,14 +98712,6 @@ namespace reference.`microsoft.graph.security` {
|
|
|
97686
98712
|
@references host: host;
|
|
97687
98713
|
}
|
|
97688
98714
|
|
|
97689
|
-
@entity model hostEntityMapping extends entityMapping {
|
|
97690
|
-
deviceIdColumn: string | null;
|
|
97691
|
-
dnsDomainColumn: string | null;
|
|
97692
|
-
nameColumn: string | null;
|
|
97693
|
-
netBiosNameColumn: string | null;
|
|
97694
|
-
ntDomainColumn: string | null;
|
|
97695
|
-
}
|
|
97696
|
-
|
|
97697
98715
|
@entity model hostname extends host {
|
|
97698
98716
|
registrant: string | null;
|
|
97699
98717
|
registrar: string | null;
|
|
@@ -97846,11 +98864,6 @@ namespace reference.`microsoft.graph.security` {
|
|
|
97846
98864
|
netblock: string | null;
|
|
97847
98865
|
}
|
|
97848
98866
|
|
|
97849
|
-
@entity model ipEntityMapping extends entityMapping {
|
|
97850
|
-
addressColumn: string | null;
|
|
97851
|
-
scopeColumn: string | null;
|
|
97852
|
-
}
|
|
97853
|
-
|
|
97854
98867
|
@entity model labelsRoot extends reference.`microsoft.graph`.entity {
|
|
97855
98868
|
@contains authorities: authorityTemplate[];
|
|
97856
98869
|
@contains categories: categoryTemplate[];
|
|
@@ -97860,22 +98873,6 @@ namespace reference.`microsoft.graph.security` {
|
|
|
97860
98873
|
@contains retentionLabels: retentionLabel[];
|
|
97861
98874
|
}
|
|
97862
98875
|
|
|
97863
|
-
@entity model mailboxEntityMapping extends entityMapping {
|
|
97864
|
-
primaryAddressColumn: string;
|
|
97865
|
-
}
|
|
97866
|
-
|
|
97867
|
-
@entity model mailClusterEntityMapping extends entityMapping {
|
|
97868
|
-
queryColumn: string;
|
|
97869
|
-
sourceColumn: string;
|
|
97870
|
-
}
|
|
97871
|
-
|
|
97872
|
-
@entity model mailMessageEntityMapping extends entityMapping {
|
|
97873
|
-
networkMessageIdColumn: string;
|
|
97874
|
-
recipientColumn: string;
|
|
97875
|
-
senderColumn: string;
|
|
97876
|
-
subjectColumn: string;
|
|
97877
|
-
}
|
|
97878
|
-
|
|
97879
98876
|
@entity model manualAlert extends alert {
|
|
97880
98877
|
isExcludedFromCorrelation: boolean;
|
|
97881
98878
|
linkToIncident: int64 | null;
|
|
@@ -97888,10 +98885,6 @@ namespace reference.`microsoft.graph.security` {
|
|
|
97888
98885
|
name: string | null;
|
|
97889
98886
|
}
|
|
97890
98887
|
|
|
97891
|
-
@entity model oAuthApplicationEntityMapping extends entityMapping {
|
|
97892
|
-
oAuthAppIdColumn: string;
|
|
97893
|
-
}
|
|
97894
|
-
|
|
97895
98888
|
@entity model passiveDnsRecord extends artifact {
|
|
97896
98889
|
collectedDateTime: offsetDateTime;
|
|
97897
98890
|
firstSeenDateTime: offsetDateTime;
|
|
@@ -97912,16 +98905,6 @@ namespace reference.`microsoft.graph.security` {
|
|
|
97912
98905
|
status: policyStatus | null;
|
|
97913
98906
|
}
|
|
97914
98907
|
|
|
97915
|
-
@entity model processEntityMapping extends entityMapping {
|
|
97916
|
-
sha1Column: string | null;
|
|
97917
|
-
sha256Column: string | null;
|
|
97918
|
-
}
|
|
97919
|
-
|
|
97920
|
-
@entity model registryValueEntityMapping extends entityMapping {
|
|
97921
|
-
keyColumn: string;
|
|
97922
|
-
valueNameColumn: string;
|
|
97923
|
-
}
|
|
97924
|
-
|
|
97925
98908
|
@entity model retentionEvent extends reference.`microsoft.graph`.entity {
|
|
97926
98909
|
createdBy: reference.`microsoft.graph`.identitySet | null;
|
|
97927
98910
|
@computed createdDateTime: offsetDateTime | null;
|
|
@@ -97985,12 +98968,6 @@ namespace reference.`microsoft.graph.security` {
|
|
|
97985
98968
|
@contains informationProtection: informationProtection | null;
|
|
97986
98969
|
}
|
|
97987
98970
|
|
|
97988
|
-
@entity model securityGroupEntityMapping extends entityMapping {
|
|
97989
|
-
distinguishedNameColumn: string | null;
|
|
97990
|
-
objectIdColumn: string | null;
|
|
97991
|
-
sidColumn: string | null;
|
|
97992
|
-
}
|
|
97993
|
-
|
|
97994
98971
|
@entity model sensitivityLabel extends reference.`microsoft.graph`.entity {
|
|
97995
98972
|
color: string | null;
|
|
97996
98973
|
contentFormats: string[] | null;
|
|
@@ -98138,10 +99115,6 @@ namespace reference.`microsoft.graph.security` {
|
|
|
98138
99115
|
@references group: reference.`microsoft.graph`.group;
|
|
98139
99116
|
}
|
|
98140
99117
|
|
|
98141
|
-
@entity model urlEntityMapping extends entityMapping {
|
|
98142
|
-
addressColumn: string;
|
|
98143
|
-
}
|
|
98144
|
-
|
|
98145
99118
|
@entity model urlThreatSubmission extends threatSubmission {
|
|
98146
99119
|
webUrl: string;
|
|
98147
99120
|
}
|
|
@@ -98949,9 +99922,35 @@ namespace reference.`microsoft.graph.security` {
|
|
|
98949
99922
|
TeamsEvalDataHubPermissionChange: 445,
|
|
98950
99923
|
TeamsEvalDataHubAdminOperation: 446,
|
|
98951
99924
|
VivaGlintOrganizationalData: 447,
|
|
98952
|
-
|
|
98953
|
-
|
|
98954
|
-
|
|
99925
|
+
AlertSubmission: 448,
|
|
99926
|
+
AlertSubmissionResultDetail: 449,
|
|
99927
|
+
ComplianceSitGradingSharePoint: 450,
|
|
99928
|
+
CompliancePolicyGradingSharePoint: 451,
|
|
99929
|
+
AzureAISearchAudit: 452,
|
|
99930
|
+
P4AIRiskScoreRecord: 453,
|
|
99931
|
+
DragonCopilotAdmin: 454,
|
|
99932
|
+
AISpanOutputs: 455,
|
|
99933
|
+
EopSubmissionFeedEntity: 456,
|
|
99934
|
+
SonarFileDetonationEntity: 457,
|
|
99935
|
+
SonarSubmissionEntity: 458,
|
|
99936
|
+
SonarUrlDetonationEntity: 459,
|
|
99937
|
+
SubmissionEntity: 460,
|
|
99938
|
+
SonarDetonationEntity: 461,
|
|
99939
|
+
MicrosoftTeamsUserConcern: 462,
|
|
99940
|
+
VivaGlintAgenticCampaign: 463,
|
|
99941
|
+
MSPVectorSearchContentMetadata: 464,
|
|
99942
|
+
FabricPolicy: 465,
|
|
99943
|
+
SecurityCopilotAgentIdentityManagement: 466,
|
|
99944
|
+
CopilotSessionSharing: 467,
|
|
99945
|
+
DragonCopilotAccess: 468,
|
|
99946
|
+
DragonCopilotClinicalData: 469,
|
|
99947
|
+
DragonCopilotSession: 470,
|
|
99948
|
+
MosAgentInfoRecordV2: 471,
|
|
99949
|
+
SecurityDevelopmentLifecycleAILog: 472,
|
|
99950
|
+
MDASH: 473,
|
|
99951
|
+
DefenderSecurityForAIConfiguration: 474,
|
|
99952
|
+
SparkCoreCustomLivePool: 475,
|
|
99953
|
+
unknownFutureValue: 476,
|
|
98955
99954
|
}
|
|
98956
99955
|
|
|
98957
99956
|
/**
|
|
@@ -100279,6 +101278,378 @@ namespace reference.`microsoft.graph.security` {
|
|
|
100279
101278
|
unknownFutureValue: 5,
|
|
100280
101279
|
}
|
|
100281
101280
|
|
|
101281
|
+
}
|
|
101282
|
+
@publicNamespace("microsoft.graph.security.casemanagement")
|
|
101283
|
+
namespace reference.`microsoft.graph.security.caseManagement` {
|
|
101284
|
+
@complex model activityResourceDetails {
|
|
101285
|
+
kind: string | null;
|
|
101286
|
+
resourceId: string | null;
|
|
101287
|
+
}
|
|
101288
|
+
|
|
101289
|
+
@complex model alertCounts {
|
|
101290
|
+
active: int32 | null;
|
|
101291
|
+
bySeverity: incidentSeverityCounts | null;
|
|
101292
|
+
byStatus: alertStatusCounts | null;
|
|
101293
|
+
total: int32 | null;
|
|
101294
|
+
}
|
|
101295
|
+
|
|
101296
|
+
@open
|
|
101297
|
+
@complex model alertStatusCounts {
|
|
101298
|
+
inProgress: int32 | null;
|
|
101299
|
+
new: int32 | null;
|
|
101300
|
+
resolved: int32 | null;
|
|
101301
|
+
}
|
|
101302
|
+
|
|
101303
|
+
@complex model attachmentOrigin {
|
|
101304
|
+
resourceId: string | null;
|
|
101305
|
+
resourceType: attachmentOriginType;
|
|
101306
|
+
}
|
|
101307
|
+
|
|
101308
|
+
@complex model booleanValueProperty extends valueProperty {
|
|
101309
|
+
value: boolean;
|
|
101310
|
+
}
|
|
101311
|
+
|
|
101312
|
+
@complex model customFieldDateTimeValue extends customFieldValue {
|
|
101313
|
+
valueDateTime: offsetDateTime | null;
|
|
101314
|
+
}
|
|
101315
|
+
|
|
101316
|
+
@complex model customFieldNumberValue extends customFieldValue {
|
|
101317
|
+
value: int32 | null;
|
|
101318
|
+
}
|
|
101319
|
+
|
|
101320
|
+
@complex model customFieldOptionsValue extends customFieldValue {
|
|
101321
|
+
values: string[];
|
|
101322
|
+
}
|
|
101323
|
+
|
|
101324
|
+
@complex model customFieldStringValue extends customFieldValue {
|
|
101325
|
+
value: string | null;
|
|
101326
|
+
}
|
|
101327
|
+
|
|
101328
|
+
@abstract
|
|
101329
|
+
@complex model customFieldValue {
|
|
101330
|
+
}
|
|
101331
|
+
|
|
101332
|
+
@open
|
|
101333
|
+
@complex model customFieldValues {
|
|
101334
|
+
}
|
|
101335
|
+
|
|
101336
|
+
@complex model exposureCaseAutomation {
|
|
101337
|
+
ruleId: string | null;
|
|
101338
|
+
}
|
|
101339
|
+
|
|
101340
|
+
@complex model exposureCaseGitHub {
|
|
101341
|
+
environmentId: string | null;
|
|
101342
|
+
issueNumber: int32 | null;
|
|
101343
|
+
issueUrl: string | null;
|
|
101344
|
+
primaryAssessmentId: string | null;
|
|
101345
|
+
repoName: string | null;
|
|
101346
|
+
}
|
|
101347
|
+
|
|
101348
|
+
@complex model exposureCaseSeemplicity {
|
|
101349
|
+
configurationId: string | null;
|
|
101350
|
+
configurationName: string | null;
|
|
101351
|
+
providerType: string | null;
|
|
101352
|
+
syncStatus: string | null;
|
|
101353
|
+
ticketCreationTime: offsetDateTime | null;
|
|
101354
|
+
ticketId: string | null;
|
|
101355
|
+
ticketLink: string | null;
|
|
101356
|
+
}
|
|
101357
|
+
|
|
101358
|
+
@complex model impactedAssetsCounts {
|
|
101359
|
+
aiAgents: int32 | null;
|
|
101360
|
+
apps: int32 | null;
|
|
101361
|
+
cloudResources: int32 | null;
|
|
101362
|
+
files: int32 | null;
|
|
101363
|
+
ips: int32 | null;
|
|
101364
|
+
machines: int32 | null;
|
|
101365
|
+
mailboxes: int32 | null;
|
|
101366
|
+
oauthApps: int32 | null;
|
|
101367
|
+
processes: int32 | null;
|
|
101368
|
+
registryKeys: int32 | null;
|
|
101369
|
+
securityGroups: int32 | null;
|
|
101370
|
+
total: int32 | null;
|
|
101371
|
+
urls: int32 | null;
|
|
101372
|
+
users: int32 | null;
|
|
101373
|
+
}
|
|
101374
|
+
|
|
101375
|
+
@complex model incidentSeverityCounts {
|
|
101376
|
+
high: int32 | null;
|
|
101377
|
+
informational: int32 | null;
|
|
101378
|
+
low: int32 | null;
|
|
101379
|
+
medium: int32 | null;
|
|
101380
|
+
`unknown`: int32 | null;
|
|
101381
|
+
}
|
|
101382
|
+
|
|
101383
|
+
@complex model investigation {
|
|
101384
|
+
count: int32 | null;
|
|
101385
|
+
ids: string[];
|
|
101386
|
+
state: string | null;
|
|
101387
|
+
}
|
|
101388
|
+
|
|
101389
|
+
@complex model modifiedProperty {
|
|
101390
|
+
newValue: valueProperty | null;
|
|
101391
|
+
oldValue: valueProperty | null;
|
|
101392
|
+
propertyName: string | null;
|
|
101393
|
+
}
|
|
101394
|
+
|
|
101395
|
+
@complex model stringValueProperty extends valueProperty {
|
|
101396
|
+
value: string | null;
|
|
101397
|
+
}
|
|
101398
|
+
|
|
101399
|
+
@complex model thirdPartyWorkItem {
|
|
101400
|
+
identifier: string;
|
|
101401
|
+
instance: string;
|
|
101402
|
+
@computed lastSyncedOnDateTime: offsetDateTime | null;
|
|
101403
|
+
metadata: thirdPartyWorkItemMetadata | null;
|
|
101404
|
+
provider: thirdPartyWorkItemProvider;
|
|
101405
|
+
syncedBy: string;
|
|
101406
|
+
workItemType: thirdPartyWorkItemType;
|
|
101407
|
+
}
|
|
101408
|
+
|
|
101409
|
+
@open
|
|
101410
|
+
@complex model thirdPartyWorkItemMetadata {
|
|
101411
|
+
}
|
|
101412
|
+
|
|
101413
|
+
@abstract
|
|
101414
|
+
@complex model valueProperty {
|
|
101415
|
+
}
|
|
101416
|
+
|
|
101417
|
+
@abstract
|
|
101418
|
+
@entity model activity extends caseManagementEntity {
|
|
101419
|
+
}
|
|
101420
|
+
|
|
101421
|
+
@entity model attachment extends caseManagementEntity {
|
|
101422
|
+
content: stream | null;
|
|
101423
|
+
description: string | null;
|
|
101424
|
+
displayName: string;
|
|
101425
|
+
fileExtension: string | null;
|
|
101426
|
+
fileSize: int64 | null;
|
|
101427
|
+
origin: attachmentOrigin | null;
|
|
101428
|
+
scanResult: attachmentScanResult;
|
|
101429
|
+
}
|
|
101430
|
+
|
|
101431
|
+
@entity model auditLog extends activity {
|
|
101432
|
+
action: auditAction;
|
|
101433
|
+
details: activityResourceDetails | null;
|
|
101434
|
+
modifiedProperties: modifiedProperty[];
|
|
101435
|
+
}
|
|
101436
|
+
|
|
101437
|
+
@abstract
|
|
101438
|
+
@entity model case extends caseManagementEntity {
|
|
101439
|
+
customFields: customFieldValues | null;
|
|
101440
|
+
displayName: string;
|
|
101441
|
+
status: string;
|
|
101442
|
+
@contains activities: activity[];
|
|
101443
|
+
@contains attachments: attachment[];
|
|
101444
|
+
@contains relations: relation[];
|
|
101445
|
+
@contains tasks: task[];
|
|
101446
|
+
}
|
|
101447
|
+
|
|
101448
|
+
@abstract
|
|
101449
|
+
@entity model caseManagementEntity extends reference.`microsoft.graph`.entity {
|
|
101450
|
+
createdBy: string | null;
|
|
101451
|
+
@computed createdDateTime: offsetDateTime | null;
|
|
101452
|
+
lastModifiedBy: string | null;
|
|
101453
|
+
@computed lastModifiedDateTime: offsetDateTime | null;
|
|
101454
|
+
}
|
|
101455
|
+
|
|
101456
|
+
@entity model comment extends activity {
|
|
101457
|
+
message: string | null;
|
|
101458
|
+
}
|
|
101459
|
+
|
|
101460
|
+
@entity model exposureCase extends case {
|
|
101461
|
+
assignedTo: string | null;
|
|
101462
|
+
automation: exposureCaseAutomation | null;
|
|
101463
|
+
description: string | null;
|
|
101464
|
+
dueDateTime: offsetDateTime | null;
|
|
101465
|
+
emailNotificationRecipients: string[];
|
|
101466
|
+
github: exposureCaseGitHub | null;
|
|
101467
|
+
isGracePeriodEnabled: boolean;
|
|
101468
|
+
priority: string | null;
|
|
101469
|
+
seemplicity: exposureCaseSeemplicity | null;
|
|
101470
|
+
thirdPartyWorkItem: thirdPartyWorkItem | null;
|
|
101471
|
+
}
|
|
101472
|
+
|
|
101473
|
+
@entity model genericCase extends case {
|
|
101474
|
+
assignedTo: string | null;
|
|
101475
|
+
closingNotes: string | null;
|
|
101476
|
+
description: string | null;
|
|
101477
|
+
dueDateTime: offsetDateTime | null;
|
|
101478
|
+
priority: string | null;
|
|
101479
|
+
}
|
|
101480
|
+
|
|
101481
|
+
@entity model incidentCase extends case {
|
|
101482
|
+
aiAgentIds: string[];
|
|
101483
|
+
alertCounts: alertCounts | null;
|
|
101484
|
+
alertPolicyIds: string[];
|
|
101485
|
+
assignedTo: string | null;
|
|
101486
|
+
associatedThreatIds: string[];
|
|
101487
|
+
categories: string[];
|
|
101488
|
+
classification: incidentClassification;
|
|
101489
|
+
cloudScopes: string[];
|
|
101490
|
+
dataSensitivityLabels: string[];
|
|
101491
|
+
dataStreams: string[];
|
|
101492
|
+
detectionSources: string[];
|
|
101493
|
+
determination: incidentDetermination;
|
|
101494
|
+
dueDateTime: offsetDateTime | null;
|
|
101495
|
+
emailNotificationRecipients: string[];
|
|
101496
|
+
firstEventTime: offsetDateTime | null;
|
|
101497
|
+
impactedAssets: impactedAssetsCounts | null;
|
|
101498
|
+
incidentId: int64;
|
|
101499
|
+
incidentWebUrl: string | null;
|
|
101500
|
+
investigation: investigation | null;
|
|
101501
|
+
investigationIds: string[];
|
|
101502
|
+
investigationStates: string[];
|
|
101503
|
+
lastEventTime: offsetDateTime | null;
|
|
101504
|
+
machineGroupIds: string[];
|
|
101505
|
+
osPlatforms: string[];
|
|
101506
|
+
policyNames: string[];
|
|
101507
|
+
priorityScore: int32 | null;
|
|
101508
|
+
productNames: string[];
|
|
101509
|
+
redirectCaseId: int64 | null;
|
|
101510
|
+
redirectIncidentId: int64 | null;
|
|
101511
|
+
serviceSources: string[];
|
|
101512
|
+
severity: incidentSeverity;
|
|
101513
|
+
summary: string | null;
|
|
101514
|
+
systemTags: string[];
|
|
101515
|
+
topRiskScore: int32 | null;
|
|
101516
|
+
workspaceIds: string[];
|
|
101517
|
+
}
|
|
101518
|
+
|
|
101519
|
+
@entity model incidentRelation extends relation {
|
|
101520
|
+
}
|
|
101521
|
+
|
|
101522
|
+
@entity model recommendationRelation extends relation {
|
|
101523
|
+
recommendationType: string | null;
|
|
101524
|
+
resourceGroupName: string | null;
|
|
101525
|
+
subscriptionId: string | null;
|
|
101526
|
+
}
|
|
101527
|
+
|
|
101528
|
+
@abstract
|
|
101529
|
+
@entity model relation extends caseManagementEntity {
|
|
101530
|
+
relatedResourceId: string | null;
|
|
101531
|
+
}
|
|
101532
|
+
|
|
101533
|
+
@entity model task extends caseManagementEntity {
|
|
101534
|
+
assignedTo: string | null;
|
|
101535
|
+
category: caseTaskCategory;
|
|
101536
|
+
closingNotes: string | null;
|
|
101537
|
+
description: string | null;
|
|
101538
|
+
displayName: string;
|
|
101539
|
+
dueDateTime: offsetDateTime | null;
|
|
101540
|
+
priority: caseTaskPriority;
|
|
101541
|
+
status: taskStatus;
|
|
101542
|
+
}
|
|
101543
|
+
|
|
101544
|
+
@entity model workspaceIndicatorRelation extends relation {
|
|
101545
|
+
resourceGroupName: string | null;
|
|
101546
|
+
subscriptionId: string | null;
|
|
101547
|
+
workspaceName: string | null;
|
|
101548
|
+
}
|
|
101549
|
+
|
|
101550
|
+
enum attachmentOriginType {
|
|
101551
|
+
case: 0,
|
|
101552
|
+
comment: 1,
|
|
101553
|
+
task: 2,
|
|
101554
|
+
unknownFutureValue: 3,
|
|
101555
|
+
}
|
|
101556
|
+
|
|
101557
|
+
enum attachmentScanResult {
|
|
101558
|
+
unscanned: 0,
|
|
101559
|
+
noThreatsFound: 1,
|
|
101560
|
+
malicious: 2,
|
|
101561
|
+
unknownFutureValue: 3,
|
|
101562
|
+
}
|
|
101563
|
+
|
|
101564
|
+
enum auditAction {
|
|
101565
|
+
link: 0,
|
|
101566
|
+
unlink: 1,
|
|
101567
|
+
update: 2,
|
|
101568
|
+
delete: 3,
|
|
101569
|
+
create: 4,
|
|
101570
|
+
upload: 5,
|
|
101571
|
+
download: 6,
|
|
101572
|
+
fileUploadMalwareDetected: 7,
|
|
101573
|
+
unknownFutureValue: 8,
|
|
101574
|
+
}
|
|
101575
|
+
|
|
101576
|
+
enum caseTaskCategory {
|
|
101577
|
+
uncategorized: 0,
|
|
101578
|
+
triage: 1,
|
|
101579
|
+
contain: 2,
|
|
101580
|
+
investigate: 3,
|
|
101581
|
+
remediate: 4,
|
|
101582
|
+
prevent: 5,
|
|
101583
|
+
unknownFutureValue: 6,
|
|
101584
|
+
}
|
|
101585
|
+
|
|
101586
|
+
enum caseTaskPriority {
|
|
101587
|
+
notSet: 0,
|
|
101588
|
+
veryLow: 1,
|
|
101589
|
+
low: 2,
|
|
101590
|
+
medium: 3,
|
|
101591
|
+
high: 4,
|
|
101592
|
+
critical: 5,
|
|
101593
|
+
unknownFutureValue: 6,
|
|
101594
|
+
}
|
|
101595
|
+
|
|
101596
|
+
enum incidentClassification {
|
|
101597
|
+
`unknown`: 0,
|
|
101598
|
+
falsePositive: 1,
|
|
101599
|
+
truePositive: 2,
|
|
101600
|
+
informationalExpectedActivity: 3,
|
|
101601
|
+
unknownFutureValue: 4,
|
|
101602
|
+
}
|
|
101603
|
+
|
|
101604
|
+
enum incidentDetermination {
|
|
101605
|
+
`unknown`: 0,
|
|
101606
|
+
apt: 1,
|
|
101607
|
+
malware: 2,
|
|
101608
|
+
securityPersonnel: 3,
|
|
101609
|
+
securityTesting: 4,
|
|
101610
|
+
unwantedSoftware: 5,
|
|
101611
|
+
other: 6,
|
|
101612
|
+
multiStagedAttack: 7,
|
|
101613
|
+
compromisedAccount: 8,
|
|
101614
|
+
phishing: 9,
|
|
101615
|
+
maliciousUserActivity: 10,
|
|
101616
|
+
notMalicious: 11,
|
|
101617
|
+
notEnoughDataToValidate: 12,
|
|
101618
|
+
confirmedActivity: 13,
|
|
101619
|
+
lineOfBusinessApplication: 14,
|
|
101620
|
+
unknownFutureValue: 15,
|
|
101621
|
+
}
|
|
101622
|
+
|
|
101623
|
+
enum incidentSeverity {
|
|
101624
|
+
`unknown`: 0,
|
|
101625
|
+
informational: 1,
|
|
101626
|
+
low: 2,
|
|
101627
|
+
medium: 3,
|
|
101628
|
+
high: 4,
|
|
101629
|
+
unknownFutureValue: 5,
|
|
101630
|
+
}
|
|
101631
|
+
|
|
101632
|
+
enum taskStatus {
|
|
101633
|
+
notSet: 0,
|
|
101634
|
+
new: 1,
|
|
101635
|
+
inProgress: 2,
|
|
101636
|
+
failed: 3,
|
|
101637
|
+
partiallyCompleted: 4,
|
|
101638
|
+
skipped: 5,
|
|
101639
|
+
completed: 6,
|
|
101640
|
+
unknownFutureValue: 7,
|
|
101641
|
+
}
|
|
101642
|
+
|
|
101643
|
+
enum thirdPartyWorkItemProvider {
|
|
101644
|
+
serviceNow: 0,
|
|
101645
|
+
unknownFutureValue: 1,
|
|
101646
|
+
}
|
|
101647
|
+
|
|
101648
|
+
enum thirdPartyWorkItemType {
|
|
101649
|
+
incident: 0,
|
|
101650
|
+
unknownFutureValue: 1,
|
|
101651
|
+
}
|
|
101652
|
+
|
|
100282
101653
|
}
|
|
100283
101654
|
@publicNamespace("microsoft.graph.security.dlp")
|
|
100284
101655
|
namespace reference.`microsoft.graph.security.dlp` {
|
|
@@ -101181,6 +102552,10 @@ namespace reference.`microsoft.graph.tenantGovernanceServices` {
|
|
|
101181
102552
|
|
|
101182
102553
|
@entity model relatedTenant extends reference.`microsoft.graph`.entity {
|
|
101183
102554
|
@computed createdDateTime: offsetDateTime;
|
|
102555
|
+
/**
|
|
102556
|
+
* Indicates whether this tenant is a Microsoft infrastructure tenant.
|
|
102557
|
+
*/
|
|
102558
|
+
isMicrosoftInfrastructure: boolean;
|
|
101184
102559
|
@references appB2BSignInActivityMetrics: b2BSignInActivityMetrics | null;
|
|
101185
102560
|
@references b2BRegistrationMetrics: b2bRegistrationMetrics | null;
|
|
101186
102561
|
@references b2BSignInActivityMetrics: b2BSignInActivityMetrics | null;
|