mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-05-21 17:57:22 +00:00
Update firewall-csp.md
Added nodes and descriptions for dynamic keywords, which enables FQDN and reusable groups in firewall using MDE/MEM. This feature is planned to release to public preview at the end of the month.
This commit is contained in:
parent
97bf169ba3
commit
9c91f86b19
@ -112,6 +112,13 @@ Firewall
|
|||||||
----------------FriendlyName
|
----------------FriendlyName
|
||||||
----------------Status
|
----------------Status
|
||||||
----------------Name
|
----------------Name
|
||||||
|
----------------RemoteAddressDynamicKeywords
|
||||||
|
--------DynamicKeywords
|
||||||
|
----------------Addresses
|
||||||
|
-------------------------Id
|
||||||
|
---------------------------------Keyword
|
||||||
|
---------------------------------Addresses
|
||||||
|
---------------------------------AutoResolve
|
||||||
```
|
```
|
||||||
|
|
||||||
<a href="" id="--vendor-msft-applocker"></a>**./Vendor/MSFT/Firewall**
|
<a href="" id="--vendor-msft-applocker"></a>**./Vendor/MSFT/Firewall**
|
||||||
@ -445,6 +452,42 @@ Value type is string. Supported operation is Get.
|
|||||||
Name of the rule.
|
Name of the rule.
|
||||||
Value type is string. Supported operations are Add, Get, Replace, and Delete.
|
Value type is string. Supported operations are Add, Get, Replace, and Delete.
|
||||||
|
|
||||||
|
<a href="" id="remoteaddressdynamickeywords"></a>**FirewallRules/_FirewallRuleName_/RemoteAddressDynamicKeywords**
|
||||||
|
Comma separated list of Dynamic Keyword Address Ids (GUID strings) specifying the remote addresses covered by the rule.
|
||||||
|
Value type is string. Supported operations are Add, Get, Replace, and Delete.
|
||||||
|
|
||||||
|
|
||||||
|
<a href="" id="dynamickeywords"></a>**MdmStore/DynamicKeywords**
|
||||||
|
Interior node.
|
||||||
|
Supported operation is Get.
|
||||||
|
|
||||||
|
<a href="" id="addresses"></a>**MdmStore/DynamicKeywords/Addresses**
|
||||||
|
Interior node.
|
||||||
|
Supported operation is Get.
|
||||||
|
|
||||||
|
<a href="" id="id"></a>**MdmStore/DynamicKeywords/Addresses/Id**
|
||||||
|
A unique GUID string identifier for this dynamic keyword address.
|
||||||
|
Value type is string. Supported operations are Add, Delete, and Get.
|
||||||
|
|
||||||
|
<a href="" id="keyword"></a>**MdmStore/DynamicKeywords/Addresses/Id/Keyword**
|
||||||
|
A String representing a keyword. If the AutoResolve value is true, this should be a Fully Qualified Domain name (wildcards accepted, for example "contoso.com" or "*.contoso.com").
|
||||||
|
Value type is string. Supported operations are Add, Delete, and Get.
|
||||||
|
|
||||||
|
<a href="" id="addresses"></a>**MdmStore/DynamicKeywords/Addresses/Id/Addresses**
|
||||||
|
Consists of one or more comma-delimited tokens specifying the addresses covered by this keyword. This value should not be set if AutoResolve is true.
|
||||||
|
|
||||||
|
Valid tokens include:
|
||||||
|
- A subnet specified using either the subnet mask or network prefix notation. If neither a subnet mask not a network prefix is specified, the subnet mask defaults to 255.255.255.255.
|
||||||
|
- A valid IPv6 address.
|
||||||
|
- An IPv4 address range in the format of "start address-end address" with no spaces included.
|
||||||
|
- An IPv6 address range in the format of "start address-end address" with no spaces included.
|
||||||
|
Supported operations are Add, Delete, Replace, and Get.
|
||||||
|
|
||||||
|
<a href="" id="autoresolve"></a>**MdmStore/DynamicKeywords/Addresses/Id/AutoResolve**
|
||||||
|
Boolean value. If this flag is set to TRUE, then the 'keyword' field of this object is expected to be a fully qualified domain name, and the addresses will be automatically resolved. This flag should only be set if the Microsoft Defender Advanced Threat Protection Service is present.
|
||||||
|
Value type is string. Supported operations are Add, Delete, and Get.
|
||||||
|
|
||||||
|
|
||||||
## Related topics
|
## Related topics
|
||||||
|
|
||||||
[Configuration service provider reference](configuration-service-provider-reference.md)
|
[Configuration service provider reference](configuration-service-provider-reference.md)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user