API Reference
View (DomainControllerMssLegacyNetworkPostureService)
Aggregated MSS legacy posture view.
Inheritance
- Object
- View
Constructors
Inherited Methods
public override Boolean Equals(Object obj) #BooleanParameters
- obj Object
Properties
public String ComputerName { get; set; } #Target computer name.
public Int32 ExpectedIpv4DisableIPSourceRouting { get; set; } #Expected IPv4 DisableIPSourceRouting value.
public Int32 ExpectedIpv6DisableIPSourceRouting { get; set; } #Expected IPv6 DisableIPSourceRouting value.
public Boolean ExpectedIpv4IcmpRedirectsEnabled { get; set; } #Expected IPv4 ICMP redirect enabled state.
public Boolean ExpectedIpv6IcmpRedirectsEnabled { get; set; } #Expected IPv6 ICMP redirect enabled state.
public Nullable<Int32> Ipv4DisableIPSourceRouting { get; set; } #Actual IPv4 DisableIPSourceRouting value.
public Nullable<Int32> Ipv6DisableIPSourceRouting { get; set; } #Actual IPv6 DisableIPSourceRouting value.
public Nullable<Boolean> Ipv4IcmpRedirectsEnabled { get; set; } #Actual IPv4 ICMP redirect enabled state.
public Nullable<Boolean> Ipv6IcmpRedirectsEnabled { get; set; } #Actual IPv6 ICMP redirect enabled state.
public Boolean Ipv4SourceRoutingCompliant { get; set; } #True when the IPv4 source-routing posture matches the configured expectation.
public Boolean Ipv6SourceRoutingCompliant { get; set; } #True when the IPv6 source-routing posture matches the configured expectation.
public Boolean Ipv4IcmpRedirectCompliant { get; set; } #True when the IPv4 ICMP-redirect posture matches the configured expectation.
public Boolean Ipv6IcmpRedirectCompliant { get; set; } #True when the IPv6 ICMP-redirect posture matches the configured expectation.
public Int32 NonCompliantCount { get; set; } #Total settings with readable values that do not match the configured expectation.
public Int32 MissingValueCount { get; set; } #Total settings that could not be read.
public Boolean IsCompliant { get; set; } #True when all evaluated settings are readable and compliant.
public Diagnostics Diagnostics { get; set; } #Evaluation diagnostics.