You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: VSM is a container that protects high value assets from a compromised kernel
@@ -37846,6 +37867,9 @@ components:
37846
37867
- teamwork
37847
37868
- unknownFutureValue
37848
37869
type: string
37870
+
x-ms-enum-flags:
37871
+
isFlags: true
37872
+
style: simple
37849
37873
microsoft.graph.applicationMode:
37850
37874
title: applicationMode
37851
37875
enum:
@@ -40137,6 +40161,89 @@ components:
40137
40161
- value: communicationError
40138
40162
description: 'The configuration manager agent was able to reach the configuration manager service in the past but is now no longer able to. '
40139
40163
name: communicationError
40164
+
microsoft.graph.firmwareProtectionType:
40165
+
title: firmwareProtectionType
40166
+
enum:
40167
+
- notApplicable
40168
+
- systemGuardSecureLaunch
40169
+
- firmwareAttackSurfaceReduction
40170
+
- disabled
40171
+
- unknownFutureValue
40172
+
type: string
40173
+
description: A list of possible Firmware protection type for a device. Firmware protection is a set of features that helps to ensure attackers can't get your device to start with untrusted or malicious firmware. Firmware protection type is determined by report sent from Microsoft Azure Attestation service. Only Windows 11 devices will have values "systemGuardSecureLaunch" or "firmwareAttackSurfaceReduction" or "disabled". Windows 10 devices will have value "notApplicable".
40174
+
x-ms-enum:
40175
+
name: firmwareProtectionType
40176
+
modelAsString: false
40177
+
values:
40178
+
- value: notApplicable
40179
+
description: Indicates that the device is not a Windows 11 device.
40180
+
name: notApplicable
40181
+
- value: systemGuardSecureLaunch
40182
+
description: Indicates that System Guard Secure Launch is enabled for Firmware protection.
40183
+
name: systemGuardSecureLaunch
40184
+
- value: firmwareAttackSurfaceReduction
40185
+
description: Indicates that Firmware Attack Surface Reduction is enabled for Firmware protection. This is only applicable to Surface devices.
40186
+
name: firmwareAttackSurfaceReduction
40187
+
- value: disabled
40188
+
description: Indicates that the device has Firmware protection disabled.
40189
+
name: disabled
40190
+
- value: unknownFutureValue
40191
+
description: Evolvable enumeration sentinel value. Do not use.
40192
+
name: unknownFutureValue
40193
+
microsoft.graph.azureAttestationSettingStatus:
40194
+
title: azureAttestationSettingStatus
40195
+
enum:
40196
+
- notApplicable
40197
+
- enabled
40198
+
- disabled
40199
+
- unknownFutureValue
40200
+
type: string
40201
+
description: A list of possible Azure Attestation states for a device. Azure Attestation setting status is determined by report sent from Microsoft Azure Attestation service. Only Windows 11 devices will have values "enabled" or "disabled". Windows 10 devices will have value "notApplicable".
40202
+
x-ms-enum:
40203
+
name: azureAttestationSettingStatus
40204
+
modelAsString: false
40205
+
values:
40206
+
- value: notApplicable
40207
+
description: Indicates that the device is not a Windows 11 device.
40208
+
name: notApplicable
40209
+
- value: enabled
40210
+
description: Indicates that the device has the Azure attestation setting enabled.
40211
+
name: enabled
40212
+
- value: disabled
40213
+
description: Indicates that the device has the Azure attestation setting disabled.
40214
+
name: disabled
40215
+
- value: unknownFutureValue
40216
+
description: Evolvable enumeration sentinel value. Do not use.
40217
+
name: unknownFutureValue
40218
+
microsoft.graph.systemManagementModeLevel:
40219
+
title: systemManagementModeLevel
40220
+
enum:
40221
+
- notApplicable
40222
+
- level1
40223
+
- level2
40224
+
- level3
40225
+
- unknownFutureValue
40226
+
type: string
40227
+
description: 'A list of possible System Management Mode levels for a device. System Management Mode levels is determined by report sent from Microsoft Azure Attestation service. Only specific hardwares support System Management Mode. Windows 11 devices will have values "notApplicable", "level1", "level2" or "level3". Windows 10 devices will have value "notApplicable".'
40228
+
x-ms-enum:
40229
+
name: systemManagementModeLevel
40230
+
modelAsString: false
40231
+
values:
40232
+
- value: notApplicable
40233
+
description: Indicates that the device does not have Firmware protection (System Management Mode) enabled.
40234
+
name: notApplicable
40235
+
- value: level1
40236
+
description: Indicates that deny System Management Mode (SMM) read/write access to OS and Virtualization-based security (VBS) memory. The benefit is that by design System Management Mode (SMM) cannot modify security of or exfiltrate secrets from the OS (including Virtualization-based security).
40237
+
name: level1
40238
+
- value: level2
40239
+
description: 'Indicates that in addition to the System Management Mode (SMM) Level 1 protections, this level prevents System Management Mode (SMM) from tampering with Input-Output Memory Management Unit (IOMMU) config. The benefit is that by design System Management Mode (SMM) cannot disable Virtualization-based security (VBS) and kernel Direct memory access (DMA) protections.'
40240
+
name: level2
40241
+
- value: level3
40242
+
description: 'Indicates that in addition to the System Management Mode (SMM) Level 2 protections, this level reduces System Management Mode (SMM) save state capabilities. The benefit is that by design System Management Mode (SMM) cannot exploit save state to modify security of or exfiltrate secrets from the OS (including Virtualization-based security).'
40243
+
name: level3
40244
+
- value: unknownFutureValue
40245
+
description: Evolvable enumeration sentinel value. Do not use.
0 commit comments