@ngrok/ngrok-api 0.2.0 → 0.8.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/CNAME +1 -0
- package/docs/assets/js/search.js +1 -1
- package/docs/classes/client.Ngrok.html +204 -119
- package/docs/classes/services.APIKeys.html +6 -105
- package/docs/classes/services.AbuseReports.html +3 -102
- package/docs/classes/{services.IPWhitelist.html → services.AgentIngresses.html} +41 -148
- 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.EdgeRouteIPRestrictionModule.html +270 -0
- 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.EventStreams.html → services.FailoverBackends.html} +51 -140
- 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.WeightedBackends.html +353 -0
- 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.EventStream.html → datatypes.AgentIngress.html} +52 -71
- package/docs/interfaces/datatypes.AgentIngressCreate.html +205 -0
- package/docs/interfaces/datatypes.AgentIngressList.html +205 -0
- package/docs/interfaces/{datatypes.IPWhitelistEntryUpdate.html → datatypes.AgentIngressUpdate.html} +16 -16
- 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.EndpointCircuitBreakerReplace.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.ReservedDomainCertNSTarget.html → datatypes.EdgeRouteItem.html} +19 -19
- 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.EndpointConfigurationList.html → datatypes.EndpointList.html} +19 -19
- 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 +33 -14
- package/docs/interfaces/datatypes.EndpointSAMLMutate.html +28 -9
- 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.EndpointOIDCReplace.html → datatypes.EndpointWebsocketTCPConverter.html} +16 -25
- 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.IPWhitelistEntry.html → datatypes.FailoverBackend.html} +41 -41
- package/docs/interfaces/{datatypes.IPWhitelistEntryCreate.html → datatypes.FailoverBackendCreate.html} +23 -23
- 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.HTTPResponseBackendUpdate.html +257 -0
- package/docs/interfaces/datatypes.HTTPSEdge.html +314 -0
- package/docs/interfaces/datatypes.HTTPSEdgeCreate.html +238 -0
- package/docs/interfaces/datatypes.HTTPSEdgeList.html +205 -0
- package/docs/interfaces/{datatypes.EndpointConfigurationUpdate.html → datatypes.HTTPSEdgeRoute.html} +154 -78
- package/docs/interfaces/{datatypes.EndpointConfigurationCreate.html → datatypes.HTTPSEdgeRouteCreate.html} +108 -89
- package/docs/interfaces/{datatypes.EndpointConfiguration.html → datatypes.HTTPSEdgeRouteUpdate.html} +104 -123
- 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 +30 -49
- package/docs/interfaces/datatypes.ReservedDomainCertJob.html +4 -23
- 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.IPWhitelistEntryList.html → datatypes.TCPEdgeList.html} +22 -22
- package/docs/interfaces/{datatypes.EventStreamUpdate.html → datatypes.TCPEdgeUpdate.html} +43 -48
- 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.EventStreamList.html → datatypes.TLSEdgeList.html} +23 -23
- 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.EventStreamCreate.html → datatypes.WeightedBackend.html} +44 -44
- package/docs/interfaces/datatypes.WeightedBackendCreate.html +205 -0
- package/docs/interfaces/datatypes.WeightedBackendList.html +205 -0
- package/docs/interfaces/datatypes.WeightedBackendUpdate.html +219 -0
- package/docs/modules/datatypes.html +213 -89
- package/docs/modules/services.html +89 -33
- package/lib/client.d.ts +54 -24
- package/lib/client.d.ts.map +1 -1
- package/lib/client.js +45 -22
- package/lib/client.js.map +1 -1
- package/lib/datatypes.d.ts +617 -281
- package/lib/datatypes.d.ts.map +1 -1
- package/lib/services.d.ts +385 -169
- package/lib/services.d.ts.map +1 -1
- package/lib/services.js +1432 -597
- package/lib/services.js.map +1 -1
- package/package.json +2 -2
- package/src/client.ts +98 -45
- package/src/datatypes.ts +669 -302
- package/src/services.ts +1426 -610
- package/docs/classes/services.EndpointCircuitBreakerModule.html +0 -369
- 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>HTTPSEdgeRouteCreate | @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.HTTPSEdgeRouteCreate.html">HTTPSEdgeRouteCreate</a>
|
|
62
62
|
</li>
|
|
63
63
|
</ul>
|
|
64
|
-
<h1>Interface
|
|
64
|
+
<h1>Interface HTTPSEdgeRouteCreate</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">HTTPSEdgeRouteCreate</span>
|
|
76
76
|
</li>
|
|
77
77
|
</ul>
|
|
78
78
|
</section>
|
|
@@ -83,21 +83,22 @@
|
|
|
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.HTTPSEdgeRouteCreate.html#backend" class="tsd-kind-icon">backend</a></li>
|
|
87
|
+
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="datatypes.HTTPSEdgeRouteCreate.html#circuitBreaker" class="tsd-kind-icon">circuit<wbr>Breaker</a></li>
|
|
88
|
+
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="datatypes.HTTPSEdgeRouteCreate.html#compression" class="tsd-kind-icon">compression</a></li>
|
|
89
|
+
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="datatypes.HTTPSEdgeRouteCreate.html#description" class="tsd-kind-icon">description</a></li>
|
|
90
|
+
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="datatypes.HTTPSEdgeRouteCreate.html#edgeId" class="tsd-kind-icon">edge<wbr>Id</a></li>
|
|
91
|
+
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="datatypes.HTTPSEdgeRouteCreate.html#ipRestriction" class="tsd-kind-icon">ip<wbr>Restriction</a></li>
|
|
92
|
+
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="datatypes.HTTPSEdgeRouteCreate.html#match" class="tsd-kind-icon">match</a></li>
|
|
93
|
+
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="datatypes.HTTPSEdgeRouteCreate.html#matchType" class="tsd-kind-icon">match<wbr>Type</a></li>
|
|
94
|
+
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="datatypes.HTTPSEdgeRouteCreate.html#metadata" class="tsd-kind-icon">metadata</a></li>
|
|
95
|
+
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="datatypes.HTTPSEdgeRouteCreate.html#oauth" class="tsd-kind-icon">oauth</a></li>
|
|
96
|
+
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="datatypes.HTTPSEdgeRouteCreate.html#oidc" class="tsd-kind-icon">oidc</a></li>
|
|
97
|
+
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="datatypes.HTTPSEdgeRouteCreate.html#requestHeaders" class="tsd-kind-icon">request<wbr>Headers</a></li>
|
|
98
|
+
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="datatypes.HTTPSEdgeRouteCreate.html#responseHeaders" class="tsd-kind-icon">response<wbr>Headers</a></li>
|
|
99
|
+
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="datatypes.HTTPSEdgeRouteCreate.html#saml" class="tsd-kind-icon">saml</a></li>
|
|
100
|
+
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="datatypes.HTTPSEdgeRouteCreate.html#webhookVerification" class="tsd-kind-icon">webhook<wbr>Verification</a></li>
|
|
101
|
+
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="datatypes.HTTPSEdgeRouteCreate.html#websocketTcpConverter" class="tsd-kind-icon">websocket<wbr>Tcp<wbr>Converter</a></li>
|
|
101
102
|
</ul>
|
|
102
103
|
</section>
|
|
103
104
|
</div>
|
|
@@ -105,13 +106,28 @@
|
|
|
105
106
|
</section>
|
|
106
107
|
<section class="tsd-panel-group tsd-member-group ">
|
|
107
108
|
<h2>Properties</h2>
|
|
109
|
+
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
|
|
110
|
+
<a name="backend" class="tsd-anchor"></a>
|
|
111
|
+
<h3><span class="tsd-flag ts-flagOptional">Optional</span> backend</h3>
|
|
112
|
+
<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>
|
|
113
|
+
<aside class="tsd-sources">
|
|
114
|
+
<ul>
|
|
115
|
+
<li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/2b8fd06/src/datatypes.ts#L709">datatypes.ts:709</a></li>
|
|
116
|
+
</ul>
|
|
117
|
+
</aside>
|
|
118
|
+
<div class="tsd-comment tsd-typography">
|
|
119
|
+
<div class="lead">
|
|
120
|
+
<p>backend module configuration or <code>null</code></p>
|
|
121
|
+
</div>
|
|
122
|
+
</div>
|
|
123
|
+
</section>
|
|
108
124
|
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
|
|
109
125
|
<a name="circuitBreaker" class="tsd-anchor"></a>
|
|
110
126
|
<h3><span class="tsd-flag ts-flagOptional">Optional</span> circuit<wbr>Breaker</h3>
|
|
111
127
|
<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
128
|
<aside class="tsd-sources">
|
|
113
129
|
<ul>
|
|
114
|
-
<li>Defined in datatypes.ts:
|
|
130
|
+
<li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/2b8fd06/src/datatypes.ts#L713">datatypes.ts:713</a></li>
|
|
115
131
|
</ul>
|
|
116
132
|
</aside>
|
|
117
133
|
<div class="tsd-comment tsd-typography">
|
|
@@ -126,7 +142,7 @@
|
|
|
126
142
|
<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
143
|
<aside class="tsd-sources">
|
|
128
144
|
<ul>
|
|
129
|
-
<li>Defined in datatypes.ts:
|
|
145
|
+
<li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/2b8fd06/src/datatypes.ts#L715">datatypes.ts:715</a></li>
|
|
130
146
|
</ul>
|
|
131
147
|
</aside>
|
|
132
148
|
<div class="tsd-comment tsd-typography">
|
|
@@ -141,72 +157,87 @@
|
|
|
141
157
|
<div class="tsd-signature tsd-kind-icon">description<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
|
|
142
158
|
<aside class="tsd-sources">
|
|
143
159
|
<ul>
|
|
144
|
-
<li>Defined in datatypes.ts:
|
|
160
|
+
<li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/2b8fd06/src/datatypes.ts#L705">datatypes.ts:705</a></li>
|
|
145
161
|
</ul>
|
|
146
162
|
</aside>
|
|
147
163
|
<div class="tsd-comment tsd-typography">
|
|
148
164
|
<div class="lead">
|
|
149
|
-
<p>human-readable description of what this
|
|
165
|
+
<p>human-readable description of what this edge will be used for; optional, max 255 bytes.</p>
|
|
150
166
|
</div>
|
|
151
167
|
</div>
|
|
152
168
|
</section>
|
|
153
169
|
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
|
|
154
|
-
<a name="
|
|
155
|
-
<h3
|
|
156
|
-
<div class="tsd-signature tsd-kind-icon">
|
|
170
|
+
<a name="edgeId" class="tsd-anchor"></a>
|
|
171
|
+
<h3>edge<wbr>Id</h3>
|
|
172
|
+
<div class="tsd-signature tsd-kind-icon">edge<wbr>Id<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
|
|
157
173
|
<aside class="tsd-sources">
|
|
158
174
|
<ul>
|
|
159
|
-
<li>Defined in datatypes.ts:
|
|
175
|
+
<li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/2b8fd06/src/datatypes.ts#L699">datatypes.ts:699</a></li>
|
|
160
176
|
</ul>
|
|
161
177
|
</aside>
|
|
162
178
|
<div class="tsd-comment tsd-typography">
|
|
163
179
|
<div class="lead">
|
|
164
|
-
<p>
|
|
180
|
+
<p>unique identifier of this edge</p>
|
|
165
181
|
</div>
|
|
166
182
|
</div>
|
|
167
183
|
</section>
|
|
168
184
|
<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>
|
|
171
|
-
<div class="tsd-signature tsd-kind-icon">
|
|
185
|
+
<a name="ipRestriction" class="tsd-anchor"></a>
|
|
186
|
+
<h3><span class="tsd-flag ts-flagOptional">Optional</span> ip<wbr>Restriction</h3>
|
|
187
|
+
<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
188
|
<aside class="tsd-sources">
|
|
173
189
|
<ul>
|
|
174
|
-
<li>Defined in datatypes.ts:
|
|
190
|
+
<li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/2b8fd06/src/datatypes.ts#L711">datatypes.ts:711</a></li>
|
|
175
191
|
</ul>
|
|
176
192
|
</aside>
|
|
177
193
|
<div class="tsd-comment tsd-typography">
|
|
178
194
|
<div class="lead">
|
|
179
|
-
<p>
|
|
195
|
+
<p>ip restriction module configuration or <code>null</code></p>
|
|
180
196
|
</div>
|
|
181
197
|
</div>
|
|
182
198
|
</section>
|
|
183
199
|
<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">
|
|
200
|
+
<a name="match" class="tsd-anchor"></a>
|
|
201
|
+
<h3>match</h3>
|
|
202
|
+
<div class="tsd-signature tsd-kind-icon">match<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
|
|
203
|
+
<aside class="tsd-sources">
|
|
204
|
+
<ul>
|
|
205
|
+
<li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/2b8fd06/src/datatypes.ts#L703">datatypes.ts:703</a></li>
|
|
206
|
+
</ul>
|
|
207
|
+
</aside>
|
|
208
|
+
<div class="tsd-comment tsd-typography">
|
|
209
|
+
<div class="lead">
|
|
210
|
+
<p>Route selector: "/blog" or "example.com" or "example.com/blog"</p>
|
|
211
|
+
</div>
|
|
212
|
+
</div>
|
|
213
|
+
</section>
|
|
214
|
+
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
|
|
215
|
+
<a name="matchType" class="tsd-anchor"></a>
|
|
216
|
+
<h3>match<wbr>Type</h3>
|
|
217
|
+
<div class="tsd-signature tsd-kind-icon">match<wbr>Type<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
|
|
187
218
|
<aside class="tsd-sources">
|
|
188
219
|
<ul>
|
|
189
|
-
<li>Defined in datatypes.ts:
|
|
220
|
+
<li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/2b8fd06/src/datatypes.ts#L701">datatypes.ts:701</a></li>
|
|
190
221
|
</ul>
|
|
191
222
|
</aside>
|
|
192
223
|
<div class="tsd-comment tsd-typography">
|
|
193
224
|
<div class="lead">
|
|
194
|
-
<p>
|
|
225
|
+
<p>Type of match to use for this route. Valid values are "exact_path" and "path_prefix".</p>
|
|
195
226
|
</div>
|
|
196
227
|
</div>
|
|
197
228
|
</section>
|
|
198
229
|
<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">
|
|
230
|
+
<a name="metadata" class="tsd-anchor"></a>
|
|
231
|
+
<h3>metadata</h3>
|
|
232
|
+
<div class="tsd-signature tsd-kind-icon">metadata<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
|
|
202
233
|
<aside class="tsd-sources">
|
|
203
234
|
<ul>
|
|
204
|
-
<li>Defined in datatypes.ts:
|
|
235
|
+
<li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/2b8fd06/src/datatypes.ts#L707">datatypes.ts:707</a></li>
|
|
205
236
|
</ul>
|
|
206
237
|
</aside>
|
|
207
238
|
<div class="tsd-comment tsd-typography">
|
|
208
239
|
<div class="lead">
|
|
209
|
-
<p>
|
|
240
|
+
<p>arbitrary user-defined machine-readable data of this edge. Optional, max 4096 bytes.</p>
|
|
210
241
|
</div>
|
|
211
242
|
</div>
|
|
212
243
|
</section>
|
|
@@ -216,7 +247,7 @@
|
|
|
216
247
|
<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>
|
|
217
248
|
<aside class="tsd-sources">
|
|
218
249
|
<ul>
|
|
219
|
-
<li>Defined in datatypes.ts:
|
|
250
|
+
<li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/2b8fd06/src/datatypes.ts#L723">datatypes.ts:723</a></li>
|
|
220
251
|
</ul>
|
|
221
252
|
</aside>
|
|
222
253
|
<div class="tsd-comment tsd-typography">
|
|
@@ -231,7 +262,7 @@
|
|
|
231
262
|
<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>
|
|
232
263
|
<aside class="tsd-sources">
|
|
233
264
|
<ul>
|
|
234
|
-
<li>Defined in datatypes.ts:
|
|
265
|
+
<li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/2b8fd06/src/datatypes.ts#L727">datatypes.ts:727</a></li>
|
|
235
266
|
</ul>
|
|
236
267
|
</aside>
|
|
237
268
|
<div class="tsd-comment tsd-typography">
|
|
@@ -246,7 +277,7 @@
|
|
|
246
277
|
<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>
|
|
247
278
|
<aside class="tsd-sources">
|
|
248
279
|
<ul>
|
|
249
|
-
<li>Defined in datatypes.ts:
|
|
280
|
+
<li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/2b8fd06/src/datatypes.ts#L717">datatypes.ts:717</a></li>
|
|
250
281
|
</ul>
|
|
251
282
|
</aside>
|
|
252
283
|
<div class="tsd-comment tsd-typography">
|
|
@@ -261,7 +292,7 @@
|
|
|
261
292
|
<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>
|
|
262
293
|
<aside class="tsd-sources">
|
|
263
294
|
<ul>
|
|
264
|
-
<li>Defined in datatypes.ts:
|
|
295
|
+
<li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/2b8fd06/src/datatypes.ts#L719">datatypes.ts:719</a></li>
|
|
265
296
|
</ul>
|
|
266
297
|
</aside>
|
|
267
298
|
<div class="tsd-comment tsd-typography">
|
|
@@ -276,7 +307,7 @@
|
|
|
276
307
|
<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>
|
|
277
308
|
<aside class="tsd-sources">
|
|
278
309
|
<ul>
|
|
279
|
-
<li>Defined in datatypes.ts:
|
|
310
|
+
<li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/2b8fd06/src/datatypes.ts#L725">datatypes.ts:725</a></li>
|
|
280
311
|
</ul>
|
|
281
312
|
</aside>
|
|
282
313
|
<div class="tsd-comment tsd-typography">
|
|
@@ -286,47 +317,32 @@
|
|
|
286
317
|
</div>
|
|
287
318
|
</section>
|
|
288
319
|
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
|
|
289
|
-
<a name="
|
|
290
|
-
<h3><span class="tsd-flag ts-flagOptional">Optional</span>
|
|
291
|
-
<div class="tsd-signature tsd-kind-icon">
|
|
320
|
+
<a name="webhookVerification" class="tsd-anchor"></a>
|
|
321
|
+
<h3><span class="tsd-flag ts-flagOptional">Optional</span> webhook<wbr>Verification</h3>
|
|
322
|
+
<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>
|
|
292
323
|
<aside class="tsd-sources">
|
|
293
324
|
<ul>
|
|
294
|
-
<li>Defined in datatypes.ts:
|
|
325
|
+
<li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/2b8fd06/src/datatypes.ts#L721">datatypes.ts:721</a></li>
|
|
295
326
|
</ul>
|
|
296
327
|
</aside>
|
|
297
328
|
<div class="tsd-comment tsd-typography">
|
|
298
329
|
<div class="lead">
|
|
299
|
-
<p>
|
|
330
|
+
<p>webhook verification module configuration or <code>null</code></p>
|
|
300
331
|
</div>
|
|
301
332
|
</div>
|
|
302
333
|
</section>
|
|
303
334
|
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
|
|
304
|
-
<a name="
|
|
305
|
-
<h3>
|
|
306
|
-
<div class="tsd-signature tsd-kind-icon">
|
|
335
|
+
<a name="websocketTcpConverter" class="tsd-anchor"></a>
|
|
336
|
+
<h3><span class="tsd-flag ts-flagOptional">Optional</span> websocket<wbr>Tcp<wbr>Converter</h3>
|
|
337
|
+
<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>
|
|
307
338
|
<aside class="tsd-sources">
|
|
308
339
|
<ul>
|
|
309
|
-
<li>Defined in datatypes.ts:
|
|
340
|
+
<li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/2b8fd06/src/datatypes.ts#L729">datatypes.ts:729</a></li>
|
|
310
341
|
</ul>
|
|
311
342
|
</aside>
|
|
312
343
|
<div class="tsd-comment tsd-typography">
|
|
313
344
|
<div class="lead">
|
|
314
|
-
<p>
|
|
315
|
-
</div>
|
|
316
|
-
</div>
|
|
317
|
-
</section>
|
|
318
|
-
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
|
|
319
|
-
<a name="webhookValidation" class="tsd-anchor"></a>
|
|
320
|
-
<h3><span class="tsd-flag ts-flagOptional">Optional</span> webhook<wbr>Validation</h3>
|
|
321
|
-
<div class="tsd-signature tsd-kind-icon">webhook<wbr>Validation<span class="tsd-signature-symbol">:</span> <a href="datatypes.EndpointWebhookValidation.html" class="tsd-signature-type" data-tsd-kind="Interface">EndpointWebhookValidation</a></div>
|
|
322
|
-
<aside class="tsd-sources">
|
|
323
|
-
<ul>
|
|
324
|
-
<li>Defined in datatypes.ts:296</li>
|
|
325
|
-
</ul>
|
|
326
|
-
</aside>
|
|
327
|
-
<div class="tsd-comment tsd-typography">
|
|
328
|
-
<div class="lead">
|
|
329
|
-
<p>webhook validation module configuration or <code>null</code></p>
|
|
345
|
+
<p>websocket to tcp adapter configuration or <code>null</code></p>
|
|
330
346
|
</div>
|
|
331
347
|
</div>
|
|
332
348
|
</section>
|
|
@@ -354,52 +370,55 @@
|
|
|
354
370
|
</ul>
|
|
355
371
|
<ul class="current">
|
|
356
372
|
<li class="current tsd-kind-interface tsd-parent-kind-module">
|
|
357
|
-
<a href="datatypes.
|
|
373
|
+
<a href="datatypes.HTTPSEdgeRouteCreate.html" class="tsd-kind-icon">HTTPSEdge<wbr>Route<wbr>Create</a>
|
|
358
374
|
<ul>
|
|
359
375
|
<li class=" tsd-kind-property tsd-parent-kind-interface">
|
|
360
|
-
<a href="datatypes.
|
|
376
|
+
<a href="datatypes.HTTPSEdgeRouteCreate.html#backend" class="tsd-kind-icon">backend</a>
|
|
377
|
+
</li>
|
|
378
|
+
<li class=" tsd-kind-property tsd-parent-kind-interface">
|
|
379
|
+
<a href="datatypes.HTTPSEdgeRouteCreate.html#circuitBreaker" class="tsd-kind-icon">circuit<wbr>Breaker</a>
|
|
361
380
|
</li>
|
|
362
381
|
<li class=" tsd-kind-property tsd-parent-kind-interface">
|
|
363
|
-
<a href="datatypes.
|
|
382
|
+
<a href="datatypes.HTTPSEdgeRouteCreate.html#compression" class="tsd-kind-icon">compression</a>
|
|
364
383
|
</li>
|
|
365
384
|
<li class=" tsd-kind-property tsd-parent-kind-interface">
|
|
366
|
-
<a href="datatypes.
|
|
385
|
+
<a href="datatypes.HTTPSEdgeRouteCreate.html#description" class="tsd-kind-icon">description</a>
|
|
367
386
|
</li>
|
|
368
387
|
<li class=" tsd-kind-property tsd-parent-kind-interface">
|
|
369
|
-
<a href="datatypes.
|
|
388
|
+
<a href="datatypes.HTTPSEdgeRouteCreate.html#edgeId" class="tsd-kind-icon">edge<wbr>Id</a>
|
|
370
389
|
</li>
|
|
371
390
|
<li class=" tsd-kind-property tsd-parent-kind-interface">
|
|
372
|
-
<a href="datatypes.
|
|
391
|
+
<a href="datatypes.HTTPSEdgeRouteCreate.html#ipRestriction" class="tsd-kind-icon">ip<wbr>Restriction</a>
|
|
373
392
|
</li>
|
|
374
393
|
<li class=" tsd-kind-property tsd-parent-kind-interface">
|
|
375
|
-
<a href="datatypes.
|
|
394
|
+
<a href="datatypes.HTTPSEdgeRouteCreate.html#match" class="tsd-kind-icon">match</a>
|
|
376
395
|
</li>
|
|
377
396
|
<li class=" tsd-kind-property tsd-parent-kind-interface">
|
|
378
|
-
<a href="datatypes.
|
|
397
|
+
<a href="datatypes.HTTPSEdgeRouteCreate.html#matchType" class="tsd-kind-icon">match<wbr>Type</a>
|
|
379
398
|
</li>
|
|
380
399
|
<li class=" tsd-kind-property tsd-parent-kind-interface">
|
|
381
|
-
<a href="datatypes.
|
|
400
|
+
<a href="datatypes.HTTPSEdgeRouteCreate.html#metadata" class="tsd-kind-icon">metadata</a>
|
|
382
401
|
</li>
|
|
383
402
|
<li class=" tsd-kind-property tsd-parent-kind-interface">
|
|
384
|
-
<a href="datatypes.
|
|
403
|
+
<a href="datatypes.HTTPSEdgeRouteCreate.html#oauth" class="tsd-kind-icon">oauth</a>
|
|
385
404
|
</li>
|
|
386
405
|
<li class=" tsd-kind-property tsd-parent-kind-interface">
|
|
387
|
-
<a href="datatypes.
|
|
406
|
+
<a href="datatypes.HTTPSEdgeRouteCreate.html#oidc" class="tsd-kind-icon">oidc</a>
|
|
388
407
|
</li>
|
|
389
408
|
<li class=" tsd-kind-property tsd-parent-kind-interface">
|
|
390
|
-
<a href="datatypes.
|
|
409
|
+
<a href="datatypes.HTTPSEdgeRouteCreate.html#requestHeaders" class="tsd-kind-icon">request<wbr>Headers</a>
|
|
391
410
|
</li>
|
|
392
411
|
<li class=" tsd-kind-property tsd-parent-kind-interface">
|
|
393
|
-
<a href="datatypes.
|
|
412
|
+
<a href="datatypes.HTTPSEdgeRouteCreate.html#responseHeaders" class="tsd-kind-icon">response<wbr>Headers</a>
|
|
394
413
|
</li>
|
|
395
414
|
<li class=" tsd-kind-property tsd-parent-kind-interface">
|
|
396
|
-
<a href="datatypes.
|
|
415
|
+
<a href="datatypes.HTTPSEdgeRouteCreate.html#saml" class="tsd-kind-icon">saml</a>
|
|
397
416
|
</li>
|
|
398
417
|
<li class=" tsd-kind-property tsd-parent-kind-interface">
|
|
399
|
-
<a href="datatypes.
|
|
418
|
+
<a href="datatypes.HTTPSEdgeRouteCreate.html#webhookVerification" class="tsd-kind-icon">webhook<wbr>Verification</a>
|
|
400
419
|
</li>
|
|
401
420
|
<li class=" tsd-kind-property tsd-parent-kind-interface">
|
|
402
|
-
<a href="datatypes.
|
|
421
|
+
<a href="datatypes.HTTPSEdgeRouteCreate.html#websocketTcpConverter" class="tsd-kind-icon">websocket<wbr>Tcp<wbr>Converter</a>
|
|
403
422
|
</li>
|
|
404
423
|
</ul>
|
|
405
424
|
</li>
|