GatewayProperties interface
Describes the 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. |
| gateway |
The endpoint fqdn for the Gateway. |
| gateway |
A unique, immutable, identifier for the Gateway. |
| gateway |
The type of the Gateway resource. |
| provisioning |
The provisioning state, which only appears in the response. |
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[]
gatewayEndpoint
The endpoint fqdn for the Gateway.
gatewayEndpoint?: string
Property Value
string
gatewayId
A unique, immutable, identifier for the Gateway.
gatewayId?: string
Property Value
string
gatewayType
The type of the Gateway resource.
gatewayType?: string
Property Value
string
provisioningState
The provisioning state, which only appears in the response.
provisioningState?: string
Property Value
string