| getdenylistglobalResult Structure Definition |
The getdenylistglobalResult structure defines the return type for getdenylistglobal API. |
Syntax |
Members |
rc |
If the method succeeds, rc is 0 else rc > 0. Values above 0x8000 indicate Warnings. |
message |
If the method succeeds, message is NULL else message contains Error/Warning message. |
denylistglobalList |
List of denylistglobals |
| denylistglobal Structure Definition |
The denylistglobal structure defines the actual return type values for getdenylistglobal API. |
Syntax |
Members |
type |
Label type of denylist. |
ruleid |
Unique identifier for the denylist rule. |
enabled |
Enable or disable the denylist binding. |
actioN |
Actions to be performed when the rule matches for the denylist binding. |
logmessage |
Log message to be recorded when the rule matches for the denylist binding. |
numbindings |
Number of denylist bindings. |
_nextgenapiresource |
See Also |