@ngrok/ngrok-api 0.3.0 → 0.7.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +0 -28
- package/docs/assets/js/search.js +1 -1
- package/docs/classes/client.Ngrok.html +191 -100
- package/docs/classes/services.APIKeys.html +6 -105
- package/docs/classes/services.AbuseReports.html +3 -102
- package/docs/classes/services.AgentIngresses.html +6 -105
- package/docs/classes/services.CertificateAuthorities.html +6 -105
- package/docs/classes/services.Credentials.html +6 -105
- package/docs/classes/services.EdgeRouteBackendModule.html +270 -0
- package/docs/classes/services.EdgeRouteCircuitBreakerModule.html +270 -0
- package/docs/classes/services.EdgeRouteCompressionModule.html +270 -0
- package/docs/classes/{services.EndpointCircuitBreakerModule.html → services.EdgeRouteIPRestrictionModule.html} +28 -127
- package/docs/classes/services.EdgeRouteOAuthModule.html +270 -0
- package/docs/classes/services.EdgeRouteOIDCModule.html +270 -0
- package/docs/classes/{services.EndpointResponseHeadersModule.html → services.EdgeRouteRequestHeadersModule.html} +28 -127
- package/docs/classes/services.EdgeRouteResponseHeadersModule.html +270 -0
- package/docs/classes/services.EdgeRouteSAMLModule.html +270 -0
- package/docs/classes/services.EdgeRouteWebhookVerificationModule.html +270 -0
- package/docs/classes/services.EdgeRouteWebsocketTCPConverterModule.html +270 -0
- package/docs/classes/services.EdgesHTTPS.html +343 -0
- package/docs/classes/services.EdgesHTTPSRoutes.html +317 -0
- package/docs/classes/services.EdgesTCP.html +343 -0
- package/docs/classes/services.EdgesTLS.html +343 -0
- package/docs/classes/services.Endpoints.html +256 -0
- package/docs/classes/services.EventDestinations.html +7 -106
- package/docs/classes/services.EventSources.html +6 -105
- package/docs/classes/services.EventSubscriptions.html +6 -105
- package/docs/classes/services.FailoverBackends.html +353 -0
- package/docs/classes/services.HTTPResponseBackends.html +318 -0
- package/docs/classes/{services.EndpointMutualTLSModule.html → services.HTTPSEdgeMutualTLSModule.html} +22 -121
- package/docs/classes/{services.EndpointTLSTerminationModule.html → services.HTTPSEdgeTLSTerminationModule.html} +22 -121
- package/docs/classes/services.IPPolicies.html +6 -105
- package/docs/classes/services.IPPolicyRules.html +6 -105
- package/docs/classes/services.IPRestrictions.html +7 -106
- package/docs/classes/services.ReservedAddrs.html +6 -137
- package/docs/classes/services.ReservedDomains.html +8 -171
- package/docs/classes/services.SSHCertificateAuthorities.html +6 -105
- package/docs/classes/services.SSHCredentials.html +6 -105
- package/docs/classes/services.SSHHostCertificates.html +6 -105
- package/docs/classes/services.SSHUserCertificates.html +6 -105
- package/docs/classes/{services.EndpointSAMLModule.html → services.TCPEdgeBackendModule.html} +25 -124
- package/docs/classes/{services.EndpointIPPolicyModule.html → services.TCPEdgeIPRestrictionModule.html} +22 -121
- package/docs/classes/services.TLSCertificates.html +6 -105
- package/docs/classes/{services.EndpointLoggingModule.html → services.TLSEdgeBackendModule.html} +25 -124
- package/docs/classes/{services.EndpointOIDCModule.html → services.TLSEdgeIPRestrictionModule.html} +25 -124
- package/docs/classes/{services.EndpointOAuthModule.html → services.TLSEdgeMutualTLSModule.html} +25 -124
- package/docs/classes/services.TLSEdgeTLSTerminationModule.html +270 -0
- package/docs/classes/services.TunnelGroupBackends.html +351 -0
- package/docs/classes/services.TunnelSessions.html +6 -105
- package/docs/classes/services.Tunnels.html +34 -101
- package/docs/classes/{services.EventStreams.html → services.WeightedBackends.html} +51 -140
- package/docs/index.html +0 -27
- package/docs/interfaces/client.NgrokConfig.html +2 -2
- package/docs/interfaces/datatypes.APIKey.html +6 -6
- package/docs/interfaces/datatypes.APIKeyCreate.html +2 -2
- package/docs/interfaces/datatypes.APIKeyList.html +3 -3
- package/docs/interfaces/datatypes.APIKeyUpdate.html +3 -3
- package/docs/interfaces/datatypes.AWSAuth.html +2 -2
- package/docs/interfaces/datatypes.AWSCredentials.html +2 -2
- package/docs/interfaces/datatypes.AWSRole.html +1 -1
- package/docs/interfaces/datatypes.AbuseReport.html +7 -7
- package/docs/interfaces/datatypes.AbuseReportCreate.html +2 -2
- package/docs/interfaces/datatypes.AbuseReportHostname.html +2 -2
- package/docs/interfaces/datatypes.AgentIngress.html +8 -8
- package/docs/interfaces/datatypes.AgentIngressCreate.html +3 -3
- package/docs/interfaces/datatypes.AgentIngressList.html +3 -3
- package/docs/interfaces/datatypes.AgentIngressUpdate.html +3 -3
- package/docs/interfaces/datatypes.CertificateAuthority.html +11 -11
- package/docs/interfaces/datatypes.CertificateAuthorityCreate.html +3 -3
- package/docs/interfaces/datatypes.CertificateAuthorityList.html +3 -3
- package/docs/interfaces/datatypes.CertificateAuthorityUpdate.html +3 -3
- package/docs/interfaces/datatypes.Credential.html +7 -7
- package/docs/interfaces/datatypes.CredentialCreate.html +3 -3
- package/docs/interfaces/datatypes.CredentialList.html +3 -3
- package/docs/interfaces/datatypes.CredentialUpdate.html +4 -4
- package/docs/interfaces/{datatypes.EndpointOIDCReplace.html → datatypes.EdgeBackendReplace.html} +12 -12
- package/docs/interfaces/{datatypes.EndpointIPPolicyReplace.html → datatypes.EdgeIPRestrictionReplace.html} +11 -11
- package/docs/interfaces/{datatypes.EndpointMutualTLSReplace.html → datatypes.EdgeMutualTLSReplace.html} +11 -11
- package/docs/interfaces/datatypes.EdgeRouteBackendReplace.html +190 -0
- package/docs/interfaces/datatypes.EdgeRouteCircuitBreakerReplace.html +190 -0
- package/docs/interfaces/{datatypes.EndpointCompressionReplace.html → datatypes.EdgeRouteCompressionReplace.html} +25 -11
- package/docs/interfaces/datatypes.EdgeRouteIPRestrictionReplace.html +190 -0
- package/docs/interfaces/{datatypes.EndpointCircuitBreakerReplace.html → datatypes.EdgeRouteItem.html} +27 -17
- package/docs/interfaces/{datatypes.EndpointOAuthReplace.html → datatypes.EdgeRouteOAuthReplace.html} +25 -11
- package/docs/interfaces/datatypes.EdgeRouteOIDCReplace.html +190 -0
- package/docs/interfaces/{datatypes.EndpointRequestHeadersReplace.html → datatypes.EdgeRouteRequestHeadersReplace.html} +25 -11
- package/docs/interfaces/datatypes.EdgeRouteResponseHeadersReplace.html +190 -0
- package/docs/interfaces/{datatypes.EndpointSAMLReplace.html → datatypes.EdgeRouteSAMLReplace.html} +25 -11
- package/docs/interfaces/{datatypes.EndpointWebhookValidationReplace.html → datatypes.EdgeRouteWebhookVerificationReplace.html} +25 -11
- package/docs/interfaces/datatypes.EdgeRouteWebsocketTCPConverterReplace.html +190 -0
- package/docs/interfaces/{datatypes.EndpointResponseHeadersReplace.html → datatypes.EdgeTLSTerminationAtEdgeReplace.html} +12 -12
- package/docs/interfaces/{datatypes.EndpointTLSTerminationReplace.html → datatypes.EdgeTLSTerminationReplace.html} +11 -11
- package/docs/interfaces/datatypes.Endpoint.html +395 -0
- package/docs/interfaces/{datatypes.EndpointLogging.html → datatypes.EndpointBackend.html} +19 -19
- package/docs/interfaces/{datatypes.EndpointLoggingMutate.html → datatypes.EndpointBackendMutate.html} +19 -19
- package/docs/interfaces/datatypes.EndpointCircuitBreaker.html +6 -6
- package/docs/interfaces/datatypes.EndpointCompression.html +1 -1
- package/docs/interfaces/datatypes.EndpointIPPolicy.html +2 -2
- package/docs/interfaces/datatypes.EndpointIPPolicyMutate.html +2 -2
- package/docs/interfaces/datatypes.EndpointList.html +205 -0
- package/docs/interfaces/datatypes.EndpointMutualTLS.html +2 -2
- package/docs/interfaces/datatypes.EndpointMutualTLSMutate.html +2 -2
- package/docs/interfaces/datatypes.EndpointOAuth.html +7 -7
- package/docs/interfaces/datatypes.EndpointOAuthFacebook.html +5 -5
- package/docs/interfaces/datatypes.EndpointOAuthGitHub.html +7 -7
- package/docs/interfaces/datatypes.EndpointOAuthGoogle.html +5 -5
- package/docs/interfaces/datatypes.EndpointOAuthMicrosoft.html +5 -5
- package/docs/interfaces/datatypes.EndpointOAuthProvider.html +4 -4
- package/docs/interfaces/datatypes.EndpointOIDC.html +9 -9
- package/docs/interfaces/datatypes.EndpointRequestHeaders.html +3 -3
- package/docs/interfaces/datatypes.EndpointResponseHeaders.html +3 -3
- package/docs/interfaces/datatypes.EndpointSAML.html +15 -15
- package/docs/interfaces/datatypes.EndpointSAMLMutate.html +10 -10
- package/docs/interfaces/datatypes.EndpointTLSTermination.html +3 -3
- package/docs/interfaces/datatypes.EndpointTLSTerminationAtEdge.html +186 -0
- package/docs/interfaces/datatypes.EndpointWebhookValidation.html +4 -4
- package/docs/interfaces/datatypes.EndpointWebsocketTCPConverter.html +167 -0
- package/docs/interfaces/datatypes.Error.html +4 -4
- package/docs/interfaces/datatypes.EventDestination.html +7 -7
- package/docs/interfaces/datatypes.EventDestinationCreate.html +4 -4
- package/docs/interfaces/datatypes.EventDestinationList.html +3 -3
- package/docs/interfaces/datatypes.EventDestinationUpdate.html +5 -5
- package/docs/interfaces/datatypes.EventSource.html +2 -2
- package/docs/interfaces/datatypes.EventSourceCreate.html +2 -2
- package/docs/interfaces/datatypes.EventSourceItem.html +2 -2
- package/docs/interfaces/datatypes.EventSourceList.html +2 -2
- package/docs/interfaces/datatypes.EventSourcePaging.html +1 -1
- package/docs/interfaces/datatypes.EventSourceReplace.html +1 -1
- package/docs/interfaces/datatypes.EventSourceUpdate.html +2 -2
- package/docs/interfaces/datatypes.EventSubscription.html +7 -7
- package/docs/interfaces/datatypes.EventSubscriptionCreate.html +5 -5
- package/docs/interfaces/datatypes.EventSubscriptionList.html +3 -3
- package/docs/interfaces/datatypes.EventSubscriptionUpdate.html +6 -6
- package/docs/interfaces/datatypes.EventTarget.html +3 -3
- package/docs/interfaces/datatypes.EventTargetCloudwatchLogs.html +2 -2
- package/docs/interfaces/datatypes.EventTargetFirehose.html +2 -2
- package/docs/interfaces/datatypes.EventTargetKinesis.html +2 -2
- package/docs/interfaces/{datatypes.EventStreamCreate.html → datatypes.FailoverBackend.html} +44 -44
- package/docs/interfaces/datatypes.FailoverBackendCreate.html +205 -0
- package/docs/interfaces/datatypes.FailoverBackendList.html +205 -0
- package/docs/interfaces/datatypes.FailoverBackendUpdate.html +219 -0
- package/docs/interfaces/datatypes.HTTPResponseBackend.html +295 -0
- package/docs/interfaces/datatypes.HTTPResponseBackendCreate.html +243 -0
- package/docs/interfaces/datatypes.HTTPResponseBackendList.html +190 -0
- package/docs/interfaces/{datatypes.EventStreamUpdate.html → datatypes.HTTPResponseBackendUpdate.html} +40 -45
- package/docs/interfaces/{datatypes.EventStream.html → datatypes.HTTPSEdge.html} +58 -63
- package/docs/interfaces/datatypes.HTTPSEdgeCreate.html +238 -0
- package/docs/interfaces/{datatypes.EventStreamList.html → datatypes.HTTPSEdgeList.html} +20 -20
- package/docs/interfaces/{datatypes.EndpointConfiguration.html → datatypes.HTTPSEdgeRoute.html} +123 -104
- package/docs/interfaces/{datatypes.EndpointConfigurationCreate.html → datatypes.HTTPSEdgeRouteCreate.html} +108 -89
- package/docs/interfaces/{datatypes.EndpointConfigurationUpdate.html → datatypes.HTTPSEdgeRouteUpdate.html} +115 -77
- package/docs/interfaces/datatypes.HTTPSEdgeUpdate.html +257 -0
- package/docs/interfaces/datatypes.IPPolicy.html +5 -24
- package/docs/interfaces/datatypes.IPPolicyCreate.html +2 -21
- package/docs/interfaces/datatypes.IPPolicyList.html +3 -3
- package/docs/interfaces/datatypes.IPPolicyRule.html +26 -7
- package/docs/interfaces/datatypes.IPPolicyRuleCreate.html +23 -4
- package/docs/interfaces/datatypes.IPPolicyRuleList.html +3 -3
- package/docs/interfaces/datatypes.IPPolicyRuleUpdate.html +4 -4
- package/docs/interfaces/datatypes.IPPolicyUpdate.html +3 -3
- package/docs/interfaces/datatypes.IPRestriction.html +8 -8
- package/docs/interfaces/datatypes.IPRestrictionCreate.html +5 -5
- package/docs/interfaces/datatypes.IPRestrictionList.html +3 -3
- package/docs/interfaces/datatypes.IPRestrictionUpdate.html +5 -5
- package/docs/interfaces/datatypes.Item.html +1 -1
- package/docs/interfaces/datatypes.Paging.html +2 -2
- package/docs/interfaces/datatypes.Ref.html +2 -2
- package/docs/interfaces/datatypes.ReservedAddr.html +7 -26
- package/docs/interfaces/datatypes.ReservedAddrCreate.html +3 -22
- package/docs/interfaces/datatypes.ReservedAddrList.html +3 -3
- package/docs/interfaces/datatypes.ReservedAddrUpdate.html +3 -22
- package/docs/interfaces/datatypes.ReservedDomain.html +12 -50
- package/docs/interfaces/datatypes.ReservedDomainCertJob.html +4 -4
- package/docs/interfaces/datatypes.ReservedDomainCertPolicy.html +2 -2
- package/docs/interfaces/datatypes.ReservedDomainCertStatus.html +2 -2
- package/docs/interfaces/datatypes.ReservedDomainCreate.html +6 -44
- package/docs/interfaces/datatypes.ReservedDomainList.html +3 -3
- package/docs/interfaces/datatypes.ReservedDomainUpdate.html +5 -43
- package/docs/interfaces/datatypes.SSHCertificateAuthority.html +7 -7
- package/docs/interfaces/datatypes.SSHCertificateAuthorityCreate.html +5 -5
- package/docs/interfaces/datatypes.SSHCertificateAuthorityList.html +3 -3
- package/docs/interfaces/datatypes.SSHCertificateAuthorityUpdate.html +3 -3
- package/docs/interfaces/datatypes.SSHCredential.html +7 -7
- package/docs/interfaces/datatypes.SSHCredentialCreate.html +4 -4
- package/docs/interfaces/datatypes.SSHCredentialList.html +3 -3
- package/docs/interfaces/datatypes.SSHCredentialUpdate.html +4 -4
- package/docs/interfaces/datatypes.SSHHostCertificate.html +12 -12
- package/docs/interfaces/datatypes.SSHHostCertificateCreate.html +7 -7
- package/docs/interfaces/datatypes.SSHHostCertificateList.html +3 -3
- package/docs/interfaces/datatypes.SSHHostCertificateUpdate.html +3 -3
- package/docs/interfaces/datatypes.SSHUserCertificate.html +14 -14
- package/docs/interfaces/datatypes.SSHUserCertificateCreate.html +9 -9
- package/docs/interfaces/datatypes.SSHUserCertificateList.html +3 -3
- package/docs/interfaces/datatypes.SSHUserCertificateUpdate.html +3 -3
- package/docs/interfaces/datatypes.TCPEdge.html +295 -0
- package/docs/interfaces/datatypes.TCPEdgeCreate.html +238 -0
- package/docs/interfaces/datatypes.TCPEdgeList.html +205 -0
- package/docs/interfaces/datatypes.TCPEdgeUpdate.html +257 -0
- package/docs/interfaces/datatypes.TLSCertificate.html +21 -21
- package/docs/interfaces/datatypes.TLSCertificateCreate.html +4 -4
- package/docs/interfaces/datatypes.TLSCertificateList.html +3 -3
- package/docs/interfaces/datatypes.TLSCertificateSANs.html +2 -2
- package/docs/interfaces/datatypes.TLSCertificateUpdate.html +3 -3
- package/docs/interfaces/datatypes.TLSEdge.html +323 -0
- package/docs/interfaces/datatypes.TLSEdgeCreate.html +266 -0
- package/docs/interfaces/datatypes.TLSEdgeList.html +205 -0
- package/docs/interfaces/datatypes.TLSEdgeUpdate.html +285 -0
- package/docs/interfaces/datatypes.Tunnel.html +85 -9
- package/docs/interfaces/datatypes.TunnelGroupBackend.html +281 -0
- package/docs/interfaces/datatypes.TunnelGroupBackendCreate.html +205 -0
- package/docs/interfaces/datatypes.TunnelGroupBackendList.html +205 -0
- package/docs/interfaces/datatypes.TunnelGroupBackendUpdate.html +219 -0
- package/docs/interfaces/datatypes.TunnelList.html +3 -3
- package/docs/interfaces/datatypes.TunnelSession.html +10 -10
- package/docs/interfaces/datatypes.TunnelSessionList.html +3 -3
- package/docs/interfaces/datatypes.TunnelSessionsUpdate.html +1 -1
- package/docs/interfaces/datatypes.WeightedBackend.html +262 -0
- package/docs/interfaces/datatypes.WeightedBackendCreate.html +205 -0
- package/docs/interfaces/{datatypes.EndpointConfigurationList.html → datatypes.WeightedBackendList.html} +19 -19
- package/docs/interfaces/datatypes.WeightedBackendUpdate.html +219 -0
- package/docs/modules/datatypes.html +197 -69
- package/docs/modules/services.html +85 -29
- package/lib/client.d.ts +53 -19
- package/lib/client.d.ts.map +1 -1
- package/lib/client.js +42 -18
- package/lib/client.js.map +1 -1
- package/lib/datatypes.d.ts +570 -236
- package/lib/datatypes.d.ts.map +1 -1
- package/lib/services.d.ts +358 -138
- package/lib/services.d.ts.map +1 -1
- package/lib/services.js +1367 -528
- package/lib/services.js.map +1 -1
- package/package.json +2 -2
- package/src/client.ts +95 -38
- package/src/datatypes.ts +618 -252
- package/src/services.ts +1363 -543
- package/docs/classes/services.EndpointCompressionModule.html +0 -369
- package/docs/classes/services.EndpointConfigurations.html +0 -451
- package/docs/classes/services.EndpointRequestHeadersModule.html +0 -369
- package/docs/classes/services.EndpointWebhookValidationModule.html +0 -369
- package/docs/interfaces/datatypes.EndpointLoggingReplace.html +0 -176
- package/test/endpointConfigurations.test.js +0 -67
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
<head>
|
|
4
4
|
<meta charset="utf-8">
|
|
5
5
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
6
|
-
<title>
|
|
6
|
+
<title>HTTPSEdgeRouteUpdate | @ngrok/ngrok-api</title>
|
|
7
7
|
<meta name="description" content="Documentation for @ngrok/ngrok-api">
|
|
8
8
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
9
9
|
<link rel="stylesheet" href="../assets/css/main.css">
|
|
@@ -58,10 +58,10 @@
|
|
|
58
58
|
<a href="../modules/datatypes.html">datatypes</a>
|
|
59
59
|
</li>
|
|
60
60
|
<li>
|
|
61
|
-
<a href="datatypes.
|
|
61
|
+
<a href="datatypes.HTTPSEdgeRouteUpdate.html">HTTPSEdgeRouteUpdate</a>
|
|
62
62
|
</li>
|
|
63
63
|
</ul>
|
|
64
|
-
<h1>Interface
|
|
64
|
+
<h1>Interface HTTPSEdgeRouteUpdate</h1>
|
|
65
65
|
</div>
|
|
66
66
|
</div>
|
|
67
67
|
</header>
|
|
@@ -72,7 +72,7 @@
|
|
|
72
72
|
<h3>Hierarchy</h3>
|
|
73
73
|
<ul class="tsd-hierarchy">
|
|
74
74
|
<li>
|
|
75
|
-
<span class="target">
|
|
75
|
+
<span class="target">HTTPSEdgeRouteUpdate</span>
|
|
76
76
|
</li>
|
|
77
77
|
</ul>
|
|
78
78
|
</section>
|
|
@@ -83,21 +83,23 @@
|
|
|
83
83
|
<section class="tsd-index-section ">
|
|
84
84
|
<h3>Properties</h3>
|
|
85
85
|
<ul class="tsd-index-list">
|
|
86
|
-
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="datatypes.
|
|
87
|
-
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="datatypes.
|
|
88
|
-
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="datatypes.
|
|
89
|
-
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="datatypes.
|
|
90
|
-
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="datatypes.
|
|
91
|
-
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="datatypes.
|
|
92
|
-
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="datatypes.
|
|
93
|
-
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="datatypes.
|
|
94
|
-
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="datatypes.
|
|
95
|
-
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="datatypes.
|
|
96
|
-
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="datatypes.
|
|
97
|
-
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="datatypes.
|
|
98
|
-
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="datatypes.
|
|
99
|
-
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="datatypes.
|
|
100
|
-
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="datatypes.
|
|
86
|
+
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="datatypes.HTTPSEdgeRouteUpdate.html#backend" class="tsd-kind-icon">backend</a></li>
|
|
87
|
+
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="datatypes.HTTPSEdgeRouteUpdate.html#circuitBreaker" class="tsd-kind-icon">circuit<wbr>Breaker</a></li>
|
|
88
|
+
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="datatypes.HTTPSEdgeRouteUpdate.html#compression" class="tsd-kind-icon">compression</a></li>
|
|
89
|
+
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="datatypes.HTTPSEdgeRouteUpdate.html#description" class="tsd-kind-icon">description</a></li>
|
|
90
|
+
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="datatypes.HTTPSEdgeRouteUpdate.html#edgeId" class="tsd-kind-icon">edge<wbr>Id</a></li>
|
|
91
|
+
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="datatypes.HTTPSEdgeRouteUpdate.html#id" class="tsd-kind-icon">id</a></li>
|
|
92
|
+
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="datatypes.HTTPSEdgeRouteUpdate.html#ipRestriction" class="tsd-kind-icon">ip<wbr>Restriction</a></li>
|
|
93
|
+
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="datatypes.HTTPSEdgeRouteUpdate.html#match" class="tsd-kind-icon">match</a></li>
|
|
94
|
+
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="datatypes.HTTPSEdgeRouteUpdate.html#matchType" class="tsd-kind-icon">match<wbr>Type</a></li>
|
|
95
|
+
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="datatypes.HTTPSEdgeRouteUpdate.html#metadata" class="tsd-kind-icon">metadata</a></li>
|
|
96
|
+
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="datatypes.HTTPSEdgeRouteUpdate.html#oauth" class="tsd-kind-icon">oauth</a></li>
|
|
97
|
+
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="datatypes.HTTPSEdgeRouteUpdate.html#oidc" class="tsd-kind-icon">oidc</a></li>
|
|
98
|
+
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="datatypes.HTTPSEdgeRouteUpdate.html#requestHeaders" class="tsd-kind-icon">request<wbr>Headers</a></li>
|
|
99
|
+
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="datatypes.HTTPSEdgeRouteUpdate.html#responseHeaders" class="tsd-kind-icon">response<wbr>Headers</a></li>
|
|
100
|
+
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="datatypes.HTTPSEdgeRouteUpdate.html#saml" class="tsd-kind-icon">saml</a></li>
|
|
101
|
+
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="datatypes.HTTPSEdgeRouteUpdate.html#webhookVerification" class="tsd-kind-icon">webhook<wbr>Verification</a></li>
|
|
102
|
+
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="datatypes.HTTPSEdgeRouteUpdate.html#websocketTcpConverter" class="tsd-kind-icon">websocket<wbr>Tcp<wbr>Converter</a></li>
|
|
101
103
|
</ul>
|
|
102
104
|
</section>
|
|
103
105
|
</div>
|
|
@@ -105,13 +107,28 @@
|
|
|
105
107
|
</section>
|
|
106
108
|
<section class="tsd-panel-group tsd-member-group ">
|
|
107
109
|
<h2>Properties</h2>
|
|
110
|
+
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
|
|
111
|
+
<a name="backend" class="tsd-anchor"></a>
|
|
112
|
+
<h3><span class="tsd-flag ts-flagOptional">Optional</span> backend</h3>
|
|
113
|
+
<div class="tsd-signature tsd-kind-icon">backend<span class="tsd-signature-symbol">:</span> <a href="datatypes.EndpointBackendMutate.html" class="tsd-signature-type" data-tsd-kind="Interface">EndpointBackendMutate</a></div>
|
|
114
|
+
<aside class="tsd-sources">
|
|
115
|
+
<ul>
|
|
116
|
+
<li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/2b8fd06/src/datatypes.ts#L746">datatypes.ts:746</a></li>
|
|
117
|
+
</ul>
|
|
118
|
+
</aside>
|
|
119
|
+
<div class="tsd-comment tsd-typography">
|
|
120
|
+
<div class="lead">
|
|
121
|
+
<p>backend module configuration or <code>null</code></p>
|
|
122
|
+
</div>
|
|
123
|
+
</div>
|
|
124
|
+
</section>
|
|
108
125
|
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
|
|
109
126
|
<a name="circuitBreaker" class="tsd-anchor"></a>
|
|
110
127
|
<h3><span class="tsd-flag ts-flagOptional">Optional</span> circuit<wbr>Breaker</h3>
|
|
111
128
|
<div class="tsd-signature tsd-kind-icon">circuit<wbr>Breaker<span class="tsd-signature-symbol">:</span> <a href="datatypes.EndpointCircuitBreaker.html" class="tsd-signature-type" data-tsd-kind="Interface">EndpointCircuitBreaker</a></div>
|
|
112
129
|
<aside class="tsd-sources">
|
|
113
130
|
<ul>
|
|
114
|
-
<li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/
|
|
131
|
+
<li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/2b8fd06/src/datatypes.ts#L750">datatypes.ts:750</a></li>
|
|
115
132
|
</ul>
|
|
116
133
|
</aside>
|
|
117
134
|
<div class="tsd-comment tsd-typography">
|
|
@@ -126,7 +143,7 @@
|
|
|
126
143
|
<div class="tsd-signature tsd-kind-icon">compression<span class="tsd-signature-symbol">:</span> <a href="datatypes.EndpointCompression.html" class="tsd-signature-type" data-tsd-kind="Interface">EndpointCompression</a></div>
|
|
127
144
|
<aside class="tsd-sources">
|
|
128
145
|
<ul>
|
|
129
|
-
<li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/
|
|
146
|
+
<li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/2b8fd06/src/datatypes.ts#L752">datatypes.ts:752</a></li>
|
|
130
147
|
</ul>
|
|
131
148
|
</aside>
|
|
132
149
|
<div class="tsd-comment tsd-typography">
|
|
@@ -137,16 +154,31 @@
|
|
|
137
154
|
</section>
|
|
138
155
|
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
|
|
139
156
|
<a name="description" class="tsd-anchor"></a>
|
|
140
|
-
<h3
|
|
157
|
+
<h3>description</h3>
|
|
141
158
|
<div class="tsd-signature tsd-kind-icon">description<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
|
|
142
159
|
<aside class="tsd-sources">
|
|
143
160
|
<ul>
|
|
144
|
-
<li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/
|
|
161
|
+
<li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/2b8fd06/src/datatypes.ts#L742">datatypes.ts:742</a></li>
|
|
162
|
+
</ul>
|
|
163
|
+
</aside>
|
|
164
|
+
<div class="tsd-comment tsd-typography">
|
|
165
|
+
<div class="lead">
|
|
166
|
+
<p>human-readable description of what this edge will be used for; optional, max 255 bytes.</p>
|
|
167
|
+
</div>
|
|
168
|
+
</div>
|
|
169
|
+
</section>
|
|
170
|
+
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
|
|
171
|
+
<a name="edgeId" class="tsd-anchor"></a>
|
|
172
|
+
<h3>edge<wbr>Id</h3>
|
|
173
|
+
<div class="tsd-signature tsd-kind-icon">edge<wbr>Id<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
|
|
174
|
+
<aside class="tsd-sources">
|
|
175
|
+
<ul>
|
|
176
|
+
<li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/2b8fd06/src/datatypes.ts#L734">datatypes.ts:734</a></li>
|
|
145
177
|
</ul>
|
|
146
178
|
</aside>
|
|
147
179
|
<div class="tsd-comment tsd-typography">
|
|
148
180
|
<div class="lead">
|
|
149
|
-
<p>
|
|
181
|
+
<p>unique identifier of this edge</p>
|
|
150
182
|
</div>
|
|
151
183
|
</div>
|
|
152
184
|
</section>
|
|
@@ -156,72 +188,72 @@
|
|
|
156
188
|
<div class="tsd-signature tsd-kind-icon">id<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
|
|
157
189
|
<aside class="tsd-sources">
|
|
158
190
|
<ul>
|
|
159
|
-
<li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/
|
|
191
|
+
<li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/2b8fd06/src/datatypes.ts#L736">datatypes.ts:736</a></li>
|
|
160
192
|
</ul>
|
|
161
193
|
</aside>
|
|
162
194
|
<div class="tsd-comment tsd-typography">
|
|
163
195
|
<div class="lead">
|
|
164
|
-
<p>unique identifier of this
|
|
196
|
+
<p>unique identifier of this edge route</p>
|
|
165
197
|
</div>
|
|
166
198
|
</div>
|
|
167
199
|
</section>
|
|
168
200
|
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
|
|
169
|
-
<a name="
|
|
170
|
-
<h3><span class="tsd-flag ts-flagOptional">Optional</span> ip<wbr>
|
|
171
|
-
<div class="tsd-signature tsd-kind-icon">ip<wbr>
|
|
201
|
+
<a name="ipRestriction" class="tsd-anchor"></a>
|
|
202
|
+
<h3><span class="tsd-flag ts-flagOptional">Optional</span> ip<wbr>Restriction</h3>
|
|
203
|
+
<div class="tsd-signature tsd-kind-icon">ip<wbr>Restriction<span class="tsd-signature-symbol">:</span> <a href="datatypes.EndpointIPPolicyMutate.html" class="tsd-signature-type" data-tsd-kind="Interface">EndpointIPPolicyMutate</a></div>
|
|
172
204
|
<aside class="tsd-sources">
|
|
173
205
|
<ul>
|
|
174
|
-
<li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/
|
|
206
|
+
<li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/2b8fd06/src/datatypes.ts#L748">datatypes.ts:748</a></li>
|
|
175
207
|
</ul>
|
|
176
208
|
</aside>
|
|
177
209
|
<div class="tsd-comment tsd-typography">
|
|
178
210
|
<div class="lead">
|
|
179
|
-
<p>ip
|
|
211
|
+
<p>ip restriction module configuration or <code>null</code></p>
|
|
180
212
|
</div>
|
|
181
213
|
</div>
|
|
182
214
|
</section>
|
|
183
215
|
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
|
|
184
|
-
<a name="
|
|
185
|
-
<h3
|
|
186
|
-
<div class="tsd-signature tsd-kind-icon">
|
|
216
|
+
<a name="match" class="tsd-anchor"></a>
|
|
217
|
+
<h3>match</h3>
|
|
218
|
+
<div class="tsd-signature tsd-kind-icon">match<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
|
|
187
219
|
<aside class="tsd-sources">
|
|
188
220
|
<ul>
|
|
189
|
-
<li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/
|
|
221
|
+
<li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/2b8fd06/src/datatypes.ts#L740">datatypes.ts:740</a></li>
|
|
190
222
|
</ul>
|
|
191
223
|
</aside>
|
|
192
224
|
<div class="tsd-comment tsd-typography">
|
|
193
225
|
<div class="lead">
|
|
194
|
-
<p>
|
|
226
|
+
<p>Route selector: "/blog" or "example.com" or "example.com/blog"</p>
|
|
195
227
|
</div>
|
|
196
228
|
</div>
|
|
197
229
|
</section>
|
|
198
230
|
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
|
|
199
|
-
<a name="
|
|
200
|
-
<h3
|
|
201
|
-
<div class="tsd-signature tsd-kind-icon">
|
|
231
|
+
<a name="matchType" class="tsd-anchor"></a>
|
|
232
|
+
<h3>match<wbr>Type</h3>
|
|
233
|
+
<div class="tsd-signature tsd-kind-icon">match<wbr>Type<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
|
|
202
234
|
<aside class="tsd-sources">
|
|
203
235
|
<ul>
|
|
204
|
-
<li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/
|
|
236
|
+
<li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/2b8fd06/src/datatypes.ts#L738">datatypes.ts:738</a></li>
|
|
205
237
|
</ul>
|
|
206
238
|
</aside>
|
|
207
239
|
<div class="tsd-comment tsd-typography">
|
|
208
240
|
<div class="lead">
|
|
209
|
-
<p>
|
|
241
|
+
<p>Type of match to use for this route. Valid values are "exact_path" and "path_prefix".</p>
|
|
210
242
|
</div>
|
|
211
243
|
</div>
|
|
212
244
|
</section>
|
|
213
245
|
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
|
|
214
|
-
<a name="
|
|
215
|
-
<h3
|
|
216
|
-
<div class="tsd-signature tsd-kind-icon">
|
|
246
|
+
<a name="metadata" class="tsd-anchor"></a>
|
|
247
|
+
<h3>metadata</h3>
|
|
248
|
+
<div class="tsd-signature tsd-kind-icon">metadata<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
|
|
217
249
|
<aside class="tsd-sources">
|
|
218
250
|
<ul>
|
|
219
|
-
<li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/
|
|
251
|
+
<li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/2b8fd06/src/datatypes.ts#L744">datatypes.ts:744</a></li>
|
|
220
252
|
</ul>
|
|
221
253
|
</aside>
|
|
222
254
|
<div class="tsd-comment tsd-typography">
|
|
223
255
|
<div class="lead">
|
|
224
|
-
<p>
|
|
256
|
+
<p>arbitrary user-defined machine-readable data of this edge. Optional, max 4096 bytes.</p>
|
|
225
257
|
</div>
|
|
226
258
|
</div>
|
|
227
259
|
</section>
|
|
@@ -231,7 +263,7 @@
|
|
|
231
263
|
<div class="tsd-signature tsd-kind-icon">oauth<span class="tsd-signature-symbol">:</span> <a href="datatypes.EndpointOAuth.html" class="tsd-signature-type" data-tsd-kind="Interface">EndpointOAuth</a></div>
|
|
232
264
|
<aside class="tsd-sources">
|
|
233
265
|
<ul>
|
|
234
|
-
<li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/
|
|
266
|
+
<li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/2b8fd06/src/datatypes.ts#L760">datatypes.ts:760</a></li>
|
|
235
267
|
</ul>
|
|
236
268
|
</aside>
|
|
237
269
|
<div class="tsd-comment tsd-typography">
|
|
@@ -246,7 +278,7 @@
|
|
|
246
278
|
<div class="tsd-signature tsd-kind-icon">oidc<span class="tsd-signature-symbol">:</span> <a href="datatypes.EndpointOIDC.html" class="tsd-signature-type" data-tsd-kind="Interface">EndpointOIDC</a></div>
|
|
247
279
|
<aside class="tsd-sources">
|
|
248
280
|
<ul>
|
|
249
|
-
<li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/
|
|
281
|
+
<li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/2b8fd06/src/datatypes.ts#L764">datatypes.ts:764</a></li>
|
|
250
282
|
</ul>
|
|
251
283
|
</aside>
|
|
252
284
|
<div class="tsd-comment tsd-typography">
|
|
@@ -261,7 +293,7 @@
|
|
|
261
293
|
<div class="tsd-signature tsd-kind-icon">request<wbr>Headers<span class="tsd-signature-symbol">:</span> <a href="datatypes.EndpointRequestHeaders.html" class="tsd-signature-type" data-tsd-kind="Interface">EndpointRequestHeaders</a></div>
|
|
262
294
|
<aside class="tsd-sources">
|
|
263
295
|
<ul>
|
|
264
|
-
<li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/
|
|
296
|
+
<li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/2b8fd06/src/datatypes.ts#L754">datatypes.ts:754</a></li>
|
|
265
297
|
</ul>
|
|
266
298
|
</aside>
|
|
267
299
|
<div class="tsd-comment tsd-typography">
|
|
@@ -276,7 +308,7 @@
|
|
|
276
308
|
<div class="tsd-signature tsd-kind-icon">response<wbr>Headers<span class="tsd-signature-symbol">:</span> <a href="datatypes.EndpointResponseHeaders.html" class="tsd-signature-type" data-tsd-kind="Interface">EndpointResponseHeaders</a></div>
|
|
277
309
|
<aside class="tsd-sources">
|
|
278
310
|
<ul>
|
|
279
|
-
<li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/
|
|
311
|
+
<li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/2b8fd06/src/datatypes.ts#L756">datatypes.ts:756</a></li>
|
|
280
312
|
</ul>
|
|
281
313
|
</aside>
|
|
282
314
|
<div class="tsd-comment tsd-typography">
|
|
@@ -291,7 +323,7 @@
|
|
|
291
323
|
<div class="tsd-signature tsd-kind-icon">saml<span class="tsd-signature-symbol">:</span> <a href="datatypes.EndpointSAMLMutate.html" class="tsd-signature-type" data-tsd-kind="Interface">EndpointSAMLMutate</a></div>
|
|
292
324
|
<aside class="tsd-sources">
|
|
293
325
|
<ul>
|
|
294
|
-
<li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/
|
|
326
|
+
<li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/2b8fd06/src/datatypes.ts#L762">datatypes.ts:762</a></li>
|
|
295
327
|
</ul>
|
|
296
328
|
</aside>
|
|
297
329
|
<div class="tsd-comment tsd-typography">
|
|
@@ -301,32 +333,32 @@
|
|
|
301
333
|
</div>
|
|
302
334
|
</section>
|
|
303
335
|
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
|
|
304
|
-
<a name="
|
|
305
|
-
<h3><span class="tsd-flag ts-flagOptional">Optional</span>
|
|
306
|
-
<div class="tsd-signature tsd-kind-icon">
|
|
336
|
+
<a name="webhookVerification" class="tsd-anchor"></a>
|
|
337
|
+
<h3><span class="tsd-flag ts-flagOptional">Optional</span> webhook<wbr>Verification</h3>
|
|
338
|
+
<div class="tsd-signature tsd-kind-icon">webhook<wbr>Verification<span class="tsd-signature-symbol">:</span> <a href="datatypes.EndpointWebhookValidation.html" class="tsd-signature-type" data-tsd-kind="Interface">EndpointWebhookValidation</a></div>
|
|
307
339
|
<aside class="tsd-sources">
|
|
308
340
|
<ul>
|
|
309
|
-
<li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/
|
|
341
|
+
<li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/2b8fd06/src/datatypes.ts#L758">datatypes.ts:758</a></li>
|
|
310
342
|
</ul>
|
|
311
343
|
</aside>
|
|
312
344
|
<div class="tsd-comment tsd-typography">
|
|
313
345
|
<div class="lead">
|
|
314
|
-
<p>
|
|
346
|
+
<p>webhook verification module configuration or <code>null</code></p>
|
|
315
347
|
</div>
|
|
316
348
|
</div>
|
|
317
349
|
</section>
|
|
318
350
|
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
|
|
319
|
-
<a name="
|
|
320
|
-
<h3><span class="tsd-flag ts-flagOptional">Optional</span>
|
|
321
|
-
<div class="tsd-signature tsd-kind-icon">
|
|
351
|
+
<a name="websocketTcpConverter" class="tsd-anchor"></a>
|
|
352
|
+
<h3><span class="tsd-flag ts-flagOptional">Optional</span> websocket<wbr>Tcp<wbr>Converter</h3>
|
|
353
|
+
<div class="tsd-signature tsd-kind-icon">websocket<wbr>Tcp<wbr>Converter<span class="tsd-signature-symbol">:</span> <a href="datatypes.EndpointWebsocketTCPConverter.html" class="tsd-signature-type" data-tsd-kind="Interface">EndpointWebsocketTCPConverter</a></div>
|
|
322
354
|
<aside class="tsd-sources">
|
|
323
355
|
<ul>
|
|
324
|
-
<li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/
|
|
356
|
+
<li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/2b8fd06/src/datatypes.ts#L766">datatypes.ts:766</a></li>
|
|
325
357
|
</ul>
|
|
326
358
|
</aside>
|
|
327
359
|
<div class="tsd-comment tsd-typography">
|
|
328
360
|
<div class="lead">
|
|
329
|
-
<p>
|
|
361
|
+
<p>websocket to tcp adapter configuration or <code>null</code></p>
|
|
330
362
|
</div>
|
|
331
363
|
</div>
|
|
332
364
|
</section>
|
|
@@ -354,52 +386,58 @@
|
|
|
354
386
|
</ul>
|
|
355
387
|
<ul class="current">
|
|
356
388
|
<li class="current tsd-kind-interface tsd-parent-kind-module">
|
|
357
|
-
<a href="datatypes.
|
|
389
|
+
<a href="datatypes.HTTPSEdgeRouteUpdate.html" class="tsd-kind-icon">HTTPSEdge<wbr>Route<wbr>Update</a>
|
|
358
390
|
<ul>
|
|
359
391
|
<li class=" tsd-kind-property tsd-parent-kind-interface">
|
|
360
|
-
<a href="datatypes.
|
|
392
|
+
<a href="datatypes.HTTPSEdgeRouteUpdate.html#backend" class="tsd-kind-icon">backend</a>
|
|
393
|
+
</li>
|
|
394
|
+
<li class=" tsd-kind-property tsd-parent-kind-interface">
|
|
395
|
+
<a href="datatypes.HTTPSEdgeRouteUpdate.html#circuitBreaker" class="tsd-kind-icon">circuit<wbr>Breaker</a>
|
|
396
|
+
</li>
|
|
397
|
+
<li class=" tsd-kind-property tsd-parent-kind-interface">
|
|
398
|
+
<a href="datatypes.HTTPSEdgeRouteUpdate.html#compression" class="tsd-kind-icon">compression</a>
|
|
361
399
|
</li>
|
|
362
400
|
<li class=" tsd-kind-property tsd-parent-kind-interface">
|
|
363
|
-
<a href="datatypes.
|
|
401
|
+
<a href="datatypes.HTTPSEdgeRouteUpdate.html#description" class="tsd-kind-icon">description</a>
|
|
364
402
|
</li>
|
|
365
403
|
<li class=" tsd-kind-property tsd-parent-kind-interface">
|
|
366
|
-
<a href="datatypes.
|
|
404
|
+
<a href="datatypes.HTTPSEdgeRouteUpdate.html#edgeId" class="tsd-kind-icon">edge<wbr>Id</a>
|
|
367
405
|
</li>
|
|
368
406
|
<li class=" tsd-kind-property tsd-parent-kind-interface">
|
|
369
|
-
<a href="datatypes.
|
|
407
|
+
<a href="datatypes.HTTPSEdgeRouteUpdate.html#id" class="tsd-kind-icon">id</a>
|
|
370
408
|
</li>
|
|
371
409
|
<li class=" tsd-kind-property tsd-parent-kind-interface">
|
|
372
|
-
<a href="datatypes.
|
|
410
|
+
<a href="datatypes.HTTPSEdgeRouteUpdate.html#ipRestriction" class="tsd-kind-icon">ip<wbr>Restriction</a>
|
|
373
411
|
</li>
|
|
374
412
|
<li class=" tsd-kind-property tsd-parent-kind-interface">
|
|
375
|
-
<a href="datatypes.
|
|
413
|
+
<a href="datatypes.HTTPSEdgeRouteUpdate.html#match" class="tsd-kind-icon">match</a>
|
|
376
414
|
</li>
|
|
377
415
|
<li class=" tsd-kind-property tsd-parent-kind-interface">
|
|
378
|
-
<a href="datatypes.
|
|
416
|
+
<a href="datatypes.HTTPSEdgeRouteUpdate.html#matchType" class="tsd-kind-icon">match<wbr>Type</a>
|
|
379
417
|
</li>
|
|
380
418
|
<li class=" tsd-kind-property tsd-parent-kind-interface">
|
|
381
|
-
<a href="datatypes.
|
|
419
|
+
<a href="datatypes.HTTPSEdgeRouteUpdate.html#metadata" class="tsd-kind-icon">metadata</a>
|
|
382
420
|
</li>
|
|
383
421
|
<li class=" tsd-kind-property tsd-parent-kind-interface">
|
|
384
|
-
<a href="datatypes.
|
|
422
|
+
<a href="datatypes.HTTPSEdgeRouteUpdate.html#oauth" class="tsd-kind-icon">oauth</a>
|
|
385
423
|
</li>
|
|
386
424
|
<li class=" tsd-kind-property tsd-parent-kind-interface">
|
|
387
|
-
<a href="datatypes.
|
|
425
|
+
<a href="datatypes.HTTPSEdgeRouteUpdate.html#oidc" class="tsd-kind-icon">oidc</a>
|
|
388
426
|
</li>
|
|
389
427
|
<li class=" tsd-kind-property tsd-parent-kind-interface">
|
|
390
|
-
<a href="datatypes.
|
|
428
|
+
<a href="datatypes.HTTPSEdgeRouteUpdate.html#requestHeaders" class="tsd-kind-icon">request<wbr>Headers</a>
|
|
391
429
|
</li>
|
|
392
430
|
<li class=" tsd-kind-property tsd-parent-kind-interface">
|
|
393
|
-
<a href="datatypes.
|
|
431
|
+
<a href="datatypes.HTTPSEdgeRouteUpdate.html#responseHeaders" class="tsd-kind-icon">response<wbr>Headers</a>
|
|
394
432
|
</li>
|
|
395
433
|
<li class=" tsd-kind-property tsd-parent-kind-interface">
|
|
396
|
-
<a href="datatypes.
|
|
434
|
+
<a href="datatypes.HTTPSEdgeRouteUpdate.html#saml" class="tsd-kind-icon">saml</a>
|
|
397
435
|
</li>
|
|
398
436
|
<li class=" tsd-kind-property tsd-parent-kind-interface">
|
|
399
|
-
<a href="datatypes.
|
|
437
|
+
<a href="datatypes.HTTPSEdgeRouteUpdate.html#webhookVerification" class="tsd-kind-icon">webhook<wbr>Verification</a>
|
|
400
438
|
</li>
|
|
401
439
|
<li class=" tsd-kind-property tsd-parent-kind-interface">
|
|
402
|
-
<a href="datatypes.
|
|
440
|
+
<a href="datatypes.HTTPSEdgeRouteUpdate.html#websocketTcpConverter" class="tsd-kind-icon">websocket<wbr>Tcp<wbr>Converter</a>
|
|
403
441
|
</li>
|
|
404
442
|
</ul>
|
|
405
443
|
</li>
|