The AllowThreat Windows Management Instrumentation (WMI) class method, in Configuration Manager, that allows the specified threat (identified by ThreatID) to all members in a specific collection.
The following syntax is simplified from Managed Object Format (MOF) code and defines the method.
uint32 AllowThreat { [IN] UInt64 ThreatID [IN] String AllowSettingsUniqueID [IN] String TargetCollectionID [OUT] UInt32 OperationID }; |
Parameters
- ThreatID
- Data type: UInt64Qualifiers: [id("0"), in]Threat identifier.
- AllowSettingsUniqueID
- Data type: StringQualifiers: [id("1"), in]Antimalware settings (with allow threat identifier enabled) unique identifier.
- TargetCollectionID
- Data type: StringQualifiers: [id("2"), in]Identifier of target collection.
- OperationID
- Data type: UInt32Qualifiers: [id("3"), out]Unique identifier for the operation.
Remarks
Requirements
Runtime Requirements
For more information, see Configuration Manager Server Runtime Requirements.
Development Requirements
For more information, see Configuration Manager Server Development Requirements.