Class SetDevicePostureOverrideCommandSettings
Start reporting the given posture value to the Device Posture API. This override can also be set in setDeviceMetricsOverride().
public sealed class SetDevicePostureOverrideCommandSettings : ICommand
- Inheritance
-
SetDevicePostureOverrideCommandSettings
- Implements
- Inherited Members
Properties
CommandName
Gets the name of the command.
[JsonIgnore]
public string CommandName { get; }
Property Value
Posture
Gets or sets the posture
[JsonPropertyName("posture")]
public DevicePosture Posture { get; set; }