Enforcement_Listener (object)¶
Configures an enforcement data plane listener
Properties (* = required):
| name | type(s) | default | allowed values | description |
|---|---|---|---|---|
| class* | string | “Enforcement_Listener” | ||
| enforcementProfile* | object | Reference to a enforcement profile | ||
| label | string | “^[^x00-x1fx22#&*<>?x5b-x5d`x7f]*$” | Optional friendly name for this object. Allows 0-64 chars, excluding a few likely to cause trouble with string searching, JS, TCL, or HTML | |
| remark | string | “^[^x00-x1fx22x5cx7f]*$” | Arbitrary (brief) text pertaining to this object. Allows 0-64 chars, excluding only control characters, double-quote, and backslash. This is permissive enough that you should worry about XSS attacks | |
| services* | array | A set of virtual servers | ||
| subscriberManagementProfile | object | Reference to a enforcement subscriber management profile |
Enforcement_Listener.enforcementProfile (object)¶
Reference to a enforcement profile
Properties (* = required):
| name | type(s) | default | allowed values | description |
|---|---|---|---|---|
| bigip | string | “f5bigip” formatted string | Pathname of existing BIG-IP PEM spm policy | |
| use | string | AS3 pointer to enforcement profile declaration |
Enforcement_Listener.subscriberManagementProfile (object)¶
Reference to a enforcement subscriber management profile
Properties (* = required):
| name | type(s) | default | allowed values | description |
|---|---|---|---|---|
| bigip | string | “f5bigip” formatted string | Pathname of existing BIG-IP PEM subscriber-mgmt policy | |
| use | string | AS3 pointer to enforcement subscriber management profile declaration |