Class DevicePosture
public sealed record DevicePosture : IEquatable<DevicePosture>
- Inheritance
-
DevicePosture
- Implements
- Inherited Members
Constructors
DevicePosture(string)
public DevicePosture(string Type)
Parameters
TypestringCurrent posture of the device
Properties
Type
Current posture of the device
public string Type { get; init; }