NginxDeploymentWafPolicyCompilingStatus interface
Nginx Deployment Waf Policy Compiling Status
Properties
| code | Machine readable code indicating the compilation status of a WAF Policy. |
| display |
A readable string of the current status, and sometimes have the reason for the current state. If the CompilingStatus is Failed the Display Status will be The waf Policy failed to compile. |
| time | The date and time the policy was compiled in UTC. |
Property Details
code
Machine readable code indicating the compilation status of a WAF Policy.
code?: string
Property Value
string
displayStatus
A readable string of the current status, and sometimes have the reason for the current state. If the CompilingStatus is Failed the Display Status will be The waf Policy failed to compile.
displayStatus?: string
Property Value
string
time
The date and time the policy was compiled in UTC.
time?: string
Property Value
string