SMS_TopThreatPath Server WMI Class
Updated: November 1, 2013
Applies To: System Center 2012 Configuration Manager, System Center 2012 Configuration Manager SP1, System Center 2012 R2 Configuration Manager
The SMS_ThreatPath Windows Management Instrumentation (WMI) class is an SMS Provider server class, in Configuration Manager, that represents summarizes the threats path found in 7 days per collection.
The following syntax is simplified from Managed Object Format (MOF) code and includes all inherited properties.
Class SMS_ThreatPath : SMS_BaseClass
{
String CollectionID;
UInt32 DuplicateCount;
String Path;
UInt64 ResourceID;
UInt64 ThreatID;
String ThreatName;
UInt32 TotalCount;
};
The SMS_ThreatPath class does not define any methods.
- CollectionID
Data type: String
Access type: Read/Write
Qualifiers: none
Identifier of the collection.
- DuplicateCount
Data type: UInt32
Access type: Read/Write
Qualifiers: none
Count of members with a threat in that path.
- Path
Data type: String
Access type: Read/Write
Qualifiers: none
Path of the threat.
- ResourceID
Data type: UInt64
Access type: Read/Write
Qualifiers: [key]
Identifier of the resource.
- ThreatID
Data type: UInt64
Access type: Read/Write
Qualifiers: none
Identifier of the threat.
- ThreatName
Data type: String
Access type: Read/Write
Qualifiers: none
Name of the threat.
- TotalCount
Data type: UInt32
Access type: Read/Write
Qualifiers: none
Total count of members in the collection.
Requirements
For more information, see Configuration Manager Server Runtime Requirements.
For more information, see Configuration Manager Server Development Requirements.