{ "__type": "Rule", "RuleId": number, "Action": "string", "Type": "string", "Value": "string", "Reserved": number, "Limit": number, } |
This object defines the actual rule to be applied.
Key |
Value |
Description |
---|---|---|
"__type" |
“Rule” |
Type identifier |
“RuleId” |
Zahl |
ID of the rule - communication with CodeMeter WebAdmin (0 for Default rules) |
“Action” |
String |
Action: Allow or Deny |
“Type” |
String |
Rule type (default, group, host, subnet, user) |
“Value” |
Zahl |
Current number of licenses (for display) |
“Reserved” |
Zahl |
Number of reserved licenses |
“Limit” |
Zahl |
Maximum number of licenses for this rule |