ChildPolicyFirewallSessionTimerProfile

ChildPolicyFirewallSessionTimerProfile
ChildPolicyFirewallSessionTimerProfile

Child wrapper object for PolicyFirewallSessionTimerProfile, used in hierarchical API

JSON Example
{
    "_links": [
        {
            "action": "string",
            "href": "string",
            "rel": "string"
        }
    ],
    "_schema": "string",
    "_self": {
        "action": "string",
        "href": "string",
        "rel": "string"
    },
    "_revision": 0,
    "_create_time": 0,
    "_create_user": "string",
    "_last_modified_time": 0,
    "_last_modified_user": "string",
    "_protection": "string",
    "_system_owned": false,
    "description": "string",
    "display_name": "string",
    "id": "string",
    "resource_type": "string",
    "tags": [
        {
            "scope": "string",
            "tag": "string"
        }
    ],
    "marked_for_delete": false,
    "PolicyFirewallSessionTimerProfile": {
        "icmp_error_reply": 0,
        "icmp_first_packet": 0,
        "tcp_closed": 0,
        "tcp_closing": 0,
        "tcp_established": 0,
        "tcp_finwait": 0,
        "tcp_first_packet": 0,
        "tcp_opening": 0,
        "udp_first_packet": 0,
        "udp_multiple": 0,
        "udp_single": 0
    }
}