| Property Name | Data Type | Length | Required | Readonly | Notes |
|---|---|---|---|---|---|
| FullPluginName | string | N | readonly | Full registered name with namespace for this plugin. | |
| Verb | string | N | readonly | Which verb the plugin is associated. Only GET, POST, PUT, and DELETE are supported. | |
| UriMatch | string | N | readonly | URI Match pattern (regex) to determine matching plugin execution. | |
| PluginPlacement | string | N | readonly | Placement of plugin as either run prior to request processing ("PRE") or after response is created ("POST"). |