ManagedProxyRequest interface
Represent ManageProxy Request object.
Properties
| hostname | The target host name. |
| service | The name of the service. |
| service |
The name of the service. It is an optional property, if not provided, service configuration tokens issue code would be by passed. |
Property Details
hostname
The target host name.
hostname?: string
Property Value
string
service
The name of the service.
service: string
Property Value
string
serviceName
The name of the service. It is an optional property, if not provided, service configuration tokens issue code would be by passed.
serviceName?: string
Property Value
string