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;
};

Methods

The SMS_ThreatPath class does not define any methods.

Properties

CollectionID

Data type: StringAccess type: Read/Write Qualifiers: noneIdentifier of the collection.
DuplicateCount

Data type: UInt32Access type: Read/Write Qualifiers: noneCount of members with a threat in that path.
Path

Data type: StringAccess type: Read/Write Qualifiers: nonePath of the threat.
ResourceID

Data type: UInt64Access type: Read/Write Qualifiers: [key]Identifier of the resource.
ThreatID

Data type: UInt64Access type: Read/Write Qualifiers: noneIdentifier of the threat.
ThreatName

Data type: StringAccess type: Read/Write Qualifiers: noneName of the threat.
TotalCount

Data type: UInt32Access type: Read/Write Qualifiers: noneTotal count of members in the collection.

Remarks

Requirements

Runtime Requirements

Development Requirements