GatewayUpdateProperties interface
Describes the Update properties of a Gateway Profile.
Properties
| allowed |
Specifies the list of features that are enabled for this Gateway. |
| gateway |
Specifies the list of domain names that should bypass the gateway. Each entry must be a valid DNS hostname. |
Property Details
allowedFeatures
Specifies the list of features that are enabled for this Gateway.
allowedFeatures?: string[]
Property Value
string[]
gatewayBypass
Specifies the list of domain names that should bypass the gateway. Each entry must be a valid DNS hostname.
gatewayBypass?: string[]
Property Value
string[]