Enforcement_Profile (object)¶
Configures a subscriber policy manager profile
Properties (* = required):
| name | type(s) | default | allowed values | description |
|---|---|---|---|---|
| class* | string | “Enforcement_Profile” | ||
| connectionOptimizationEnabled | boolean | true | true, false | Specifies whether connection optimization is enabled or not |
| connectionOptimizationService | object | Reference to a service | ||
| 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 | |
| parentProfile | object | {“bigip”:”/Common/spm”} | Specifies the name of the object to inherit the settings from,Reference to a enforcement profile | |
| policiesGlobalHighPrecedence | array | Adds, deletes, or replaces a set of the policies | ||
| policiesGlobalLowPrecedence | array | Adds, deletes, or replaces a set of the policies | ||
| policiesUnknownSubscribers | array | Adds, deletes, or replaces a set of the policies | ||
| 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 |
Enforcement_Profile.connectionOptimizationService (object)¶
Reference to a service
Properties (* = required):
| name | type(s) | default | allowed values | description |
|---|---|---|---|---|
| bigip | string | “f5bigip” formatted string | Pathname of existing BIG-IP virtual server | |
| use | string | AS3 pointer to service declaration |
Enforcement_Profile.parentProfile (object)¶
Specifies the name of the object to inherit the settings from Reference to a enforcement profile
Default: {“bigip”:”/Common/spm”}
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 |