API Reference
Class
View (ForestSiteConnectionPostureService)
Aggregated forest site-connection posture view.
Inheritance
- Object
- View
Constructors
Inherited Methods
Properties
public Int32 ConnectionCount { get; set; } #Total connection objects discovered.
public Int32 ManualEnabledConnectionCount { get; set; } #Enabled manual (non-KCC) connections.
public Int32 CrossSiteWithoutNotifyCount { get; set; } #Cross-site connections without notifications.
public Int32 SameSiteWithNotifyCount { get; set; } #Same-site connections using notifications.
public Int32 DisabledConnectionCount { get; set; } #Disabled connection objects.
public IReadOnlyList<ConnectionItem> Items { get; set; } #All projected connection items.
public IReadOnlyList<ConnectionItem> ManualEnabledConnections { get; set; } #Enabled manual (non-KCC) connections.
public IReadOnlyList<ConnectionItem> CrossSiteWithoutNotify { get; set; } #Cross-site connections without notifications.
public IReadOnlyList<ConnectionItem> SameSiteWithNotify { get; set; } #Same-site connections using notifications.
public IReadOnlyList<ConnectionItem> DisabledConnections { get; set; } #Disabled connection objects.
public Diagnostics Diagnostics { get; set; } #Evaluation diagnostics.