InlineDneRule1
{
"rule_tag": "string",
"ip_protocol": "string",
"key_policy_identifier": "string",
"applied_tos": [
{
"target_display_name": "string",
"is_valid": false,
"target_id": "string",
"target_type": "string"
}
],
"logged": false,
"comments": "string",
"disabled": false,
"sources": [
{
"target_display_name": "string",
"is_valid": false,
"target_id": "string",
"target_type": "string"
}
],
"services": [
{
"target_display_name": "string",
"is_valid": false,
"target_id": "string",
"target_type": "string",
"service": {
"resource_type": "string"
}
}
],
"key_policy_name": "string",
"action": "string",
"destinations": [
{
"target_display_name": "string",
"is_valid": false,
"target_id": "string",
"target_type": "string"
}
]
}
User level field which will be printed in CLI and packet logs.
Type of IP packet that should be matched while enforcing the rule.
Identifier of key policy. Section's key policy, if exists, overrides Rule's key policy.
List of object where rule will be enforced. The section level field overrides this one. Null will be treated as any.
Flag to enable packet logging. Default is disabled.
User notes specific to the rule.
Flag to disable rule. Disabled rule will only be persisted but never provisioned/realized.
A display name of rule's key policy. This is a read-only field for UI display purpose only. If not set by user, this name will be key policy's UUID.
This is a read-only field that for UI display purpose only. It is to show what type of protection the rule's key policy provides.
List of the destinations. Null will be treated as any.