Record
inspect-options
Configuration for inspecting a request using Security.
record inspect-options {
corp: option<string>,
workspace: option<string>,
override-client-ip: option<ip-address>,
extra: option<borrow<extra-inspect-options>>,
}Fields
| Name | Type | Description |
|---|---|---|
| corp | option<string> | |
| workspace | option<string> | |
| override-client-ip | option<ip-address> | |
| extra | option<borrow<extra-inspect-options>> | Additional options may be added in the future via this resource type. |