This object represents a firewall rule which blocks specific IP addresses
| Property | Type | Description |
|---|---|---|
| kind | String | Uniquely identifies the object schema type |
| id | Integer | Unique identifier for the object |
| name | String | Unique name of the object |
| type | Integer | The type of the rule either 1 = allow or 0 = deny |
| ip | String | The target IP address |
| expire | DateTime | The expire date |
| metadata | Common_Metadata | Use this parameter to attach key-value data |