@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>HTTPSEdge | @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.HTTPSEdge.html">HTTPSEdge</a>
|
|
62
62
|
</li>
|
|
63
63
|
</ul>
|
|
64
|
-
<h1>Interface
|
|
64
|
+
<h1>Interface HTTPSEdge</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">HTTPSEdge</span>
|
|
76
76
|
</li>
|
|
77
77
|
</ul>
|
|
78
78
|
</section>
|
|
@@ -83,15 +83,15 @@
|
|
|
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.
|
|
86
|
+
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="datatypes.HTTPSEdge.html#createdAt" class="tsd-kind-icon">created<wbr>At</a></li>
|
|
87
|
+
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="datatypes.HTTPSEdge.html#description" class="tsd-kind-icon">description</a></li>
|
|
88
|
+
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="datatypes.HTTPSEdge.html#hostports" class="tsd-kind-icon">hostports</a></li>
|
|
89
|
+
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="datatypes.HTTPSEdge.html#id" class="tsd-kind-icon">id</a></li>
|
|
90
|
+
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="datatypes.HTTPSEdge.html#metadata" class="tsd-kind-icon">metadata</a></li>
|
|
91
|
+
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="datatypes.HTTPSEdge.html#mutualTls" class="tsd-kind-icon">mutual<wbr>Tls</a></li>
|
|
92
|
+
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="datatypes.HTTPSEdge.html#routes" class="tsd-kind-icon">routes</a></li>
|
|
93
|
+
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="datatypes.HTTPSEdge.html#tlsTermination" class="tsd-kind-icon">tls<wbr>Termination</a></li>
|
|
94
|
+
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="datatypes.HTTPSEdge.html#uri" class="tsd-kind-icon">uri</a></li>
|
|
95
95
|
</ul>
|
|
96
96
|
</section>
|
|
97
97
|
</div>
|
|
@@ -105,12 +105,12 @@
|
|
|
105
105
|
<div class="tsd-signature tsd-kind-icon">created<wbr>At<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
|
|
106
106
|
<aside class="tsd-sources">
|
|
107
107
|
<ul>
|
|
108
|
-
<li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/
|
|
108
|
+
<li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/2b8fd06/src/datatypes.ts#L853">datatypes.ts:853</a></li>
|
|
109
109
|
</ul>
|
|
110
110
|
</aside>
|
|
111
111
|
<div class="tsd-comment tsd-typography">
|
|
112
112
|
<div class="lead">
|
|
113
|
-
<p>
|
|
113
|
+
<p>timestamp when the edge configuration was created, RFC 3339 format</p>
|
|
114
114
|
</div>
|
|
115
115
|
</div>
|
|
116
116
|
</section>
|
|
@@ -120,104 +120,99 @@
|
|
|
120
120
|
<div class="tsd-signature tsd-kind-icon">description<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
|
|
121
121
|
<aside class="tsd-sources">
|
|
122
122
|
<ul>
|
|
123
|
-
<li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/
|
|
123
|
+
<li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/2b8fd06/src/datatypes.ts#L849">datatypes.ts:849</a></li>
|
|
124
124
|
</ul>
|
|
125
125
|
</aside>
|
|
126
126
|
<div class="tsd-comment tsd-typography">
|
|
127
127
|
<div class="lead">
|
|
128
|
-
<p>
|
|
128
|
+
<p>human-readable description of what this edge will be used for; optional, max 255 bytes.</p>
|
|
129
129
|
</div>
|
|
130
130
|
</div>
|
|
131
131
|
</section>
|
|
132
132
|
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
|
|
133
|
-
<a name="
|
|
134
|
-
<h3>
|
|
135
|
-
<div class="tsd-signature tsd-kind-icon">
|
|
133
|
+
<a name="hostports" class="tsd-anchor"></a>
|
|
134
|
+
<h3><span class="tsd-flag ts-flagOptional">Optional</span> hostports</h3>
|
|
135
|
+
<div class="tsd-signature tsd-kind-icon">hostports<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">[]</span></div>
|
|
136
136
|
<aside class="tsd-sources">
|
|
137
137
|
<ul>
|
|
138
|
-
<li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/
|
|
138
|
+
<li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/2b8fd06/src/datatypes.ts#L857">datatypes.ts:857</a></li>
|
|
139
139
|
</ul>
|
|
140
140
|
</aside>
|
|
141
141
|
<div class="tsd-comment tsd-typography">
|
|
142
142
|
<div class="lead">
|
|
143
|
-
<p>
|
|
143
|
+
<p>hostports served by this edge</p>
|
|
144
144
|
</div>
|
|
145
145
|
</div>
|
|
146
146
|
</section>
|
|
147
147
|
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
|
|
148
|
-
<a name="
|
|
149
|
-
<h3>
|
|
150
|
-
<div class="tsd-signature tsd-kind-icon">
|
|
148
|
+
<a name="id" class="tsd-anchor"></a>
|
|
149
|
+
<h3>id</h3>
|
|
150
|
+
<div class="tsd-signature tsd-kind-icon">id<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
|
|
151
151
|
<aside class="tsd-sources">
|
|
152
152
|
<ul>
|
|
153
|
-
<li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/
|
|
153
|
+
<li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/2b8fd06/src/datatypes.ts#L847">datatypes.ts:847</a></li>
|
|
154
154
|
</ul>
|
|
155
155
|
</aside>
|
|
156
156
|
<div class="tsd-comment tsd-typography">
|
|
157
157
|
<div class="lead">
|
|
158
|
-
<p>
|
|
158
|
+
<p>unique identifier of this edge</p>
|
|
159
159
|
</div>
|
|
160
160
|
</div>
|
|
161
161
|
</section>
|
|
162
162
|
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
|
|
163
|
-
<a name="
|
|
164
|
-
<h3>
|
|
165
|
-
<div class="tsd-signature tsd-kind-icon">
|
|
163
|
+
<a name="metadata" class="tsd-anchor"></a>
|
|
164
|
+
<h3>metadata</h3>
|
|
165
|
+
<div class="tsd-signature tsd-kind-icon">metadata<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
|
|
166
166
|
<aside class="tsd-sources">
|
|
167
167
|
<ul>
|
|
168
|
-
<li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/
|
|
168
|
+
<li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/2b8fd06/src/datatypes.ts#L851">datatypes.ts:851</a></li>
|
|
169
169
|
</ul>
|
|
170
170
|
</aside>
|
|
171
171
|
<div class="tsd-comment tsd-typography">
|
|
172
172
|
<div class="lead">
|
|
173
|
-
<p>
|
|
173
|
+
<p>arbitrary user-defined machine-readable data of this edge; optional, max 4096 bytes.</p>
|
|
174
174
|
</div>
|
|
175
175
|
</div>
|
|
176
176
|
</section>
|
|
177
177
|
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
|
|
178
|
-
<a name="
|
|
179
|
-
<h3>
|
|
180
|
-
<div class="tsd-signature tsd-kind-icon">
|
|
178
|
+
<a name="mutualTls" class="tsd-anchor"></a>
|
|
179
|
+
<h3><span class="tsd-flag ts-flagOptional">Optional</span> mutual<wbr>Tls</h3>
|
|
180
|
+
<div class="tsd-signature tsd-kind-icon">mutual<wbr>Tls<span class="tsd-signature-symbol">:</span> <a href="datatypes.EndpointMutualTLS.html" class="tsd-signature-type" data-tsd-kind="Interface">EndpointMutualTLS</a></div>
|
|
181
181
|
<aside class="tsd-sources">
|
|
182
182
|
<ul>
|
|
183
|
-
<li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/
|
|
183
|
+
<li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/2b8fd06/src/datatypes.ts#L859">datatypes.ts:859</a></li>
|
|
184
184
|
</ul>
|
|
185
185
|
</aside>
|
|
186
186
|
<div class="tsd-comment tsd-typography">
|
|
187
187
|
<div class="lead">
|
|
188
|
-
<p>
|
|
188
|
+
<p>edge modules</p>
|
|
189
189
|
</div>
|
|
190
190
|
</div>
|
|
191
191
|
</section>
|
|
192
192
|
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
|
|
193
|
-
<a name="
|
|
194
|
-
<h3>
|
|
195
|
-
<div class="tsd-signature tsd-kind-icon">
|
|
193
|
+
<a name="routes" class="tsd-anchor"></a>
|
|
194
|
+
<h3>routes</h3>
|
|
195
|
+
<div class="tsd-signature tsd-kind-icon">routes<span class="tsd-signature-symbol">:</span> <a href="datatypes.HTTPSEdgeRoute.html" class="tsd-signature-type" data-tsd-kind="Interface">HTTPSEdgeRoute</a><span class="tsd-signature-symbol">[]</span></div>
|
|
196
196
|
<aside class="tsd-sources">
|
|
197
197
|
<ul>
|
|
198
|
-
<li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/
|
|
198
|
+
<li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/2b8fd06/src/datatypes.ts#L862">datatypes.ts:862</a></li>
|
|
199
199
|
</ul>
|
|
200
200
|
</aside>
|
|
201
201
|
<div class="tsd-comment tsd-typography">
|
|
202
202
|
<div class="lead">
|
|
203
|
-
<p>
|
|
203
|
+
<p>routes</p>
|
|
204
204
|
</div>
|
|
205
205
|
</div>
|
|
206
206
|
</section>
|
|
207
207
|
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
|
|
208
|
-
<a name="
|
|
209
|
-
<h3>
|
|
210
|
-
<div class="tsd-signature tsd-kind-icon">
|
|
208
|
+
<a name="tlsTermination" class="tsd-anchor"></a>
|
|
209
|
+
<h3><span class="tsd-flag ts-flagOptional">Optional</span> tls<wbr>Termination</h3>
|
|
210
|
+
<div class="tsd-signature tsd-kind-icon">tls<wbr>Termination<span class="tsd-signature-symbol">:</span> <a href="datatypes.EndpointTLSTermination.html" class="tsd-signature-type" data-tsd-kind="Interface">EndpointTLSTermination</a></div>
|
|
211
211
|
<aside class="tsd-sources">
|
|
212
212
|
<ul>
|
|
213
|
-
<li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/
|
|
213
|
+
<li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/2b8fd06/src/datatypes.ts#L860">datatypes.ts:860</a></li>
|
|
214
214
|
</ul>
|
|
215
215
|
</aside>
|
|
216
|
-
<div class="tsd-comment tsd-typography">
|
|
217
|
-
<div class="lead">
|
|
218
|
-
<p>The percentage of all events you would like to capture. Valid values range from 0.01, representing 1% of all events to 1.00, representing 100% of all events.</p>
|
|
219
|
-
</div>
|
|
220
|
-
</div>
|
|
221
216
|
</section>
|
|
222
217
|
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
|
|
223
218
|
<a name="uri" class="tsd-anchor"></a>
|
|
@@ -225,12 +220,12 @@
|
|
|
225
220
|
<div class="tsd-signature tsd-kind-icon">uri<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
|
|
226
221
|
<aside class="tsd-sources">
|
|
227
222
|
<ul>
|
|
228
|
-
<li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/
|
|
223
|
+
<li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/2b8fd06/src/datatypes.ts#L855">datatypes.ts:855</a></li>
|
|
229
224
|
</ul>
|
|
230
225
|
</aside>
|
|
231
226
|
<div class="tsd-comment tsd-typography">
|
|
232
227
|
<div class="lead">
|
|
233
|
-
<p>URI of the
|
|
228
|
+
<p>URI of the edge API resource</p>
|
|
234
229
|
</div>
|
|
235
230
|
</div>
|
|
236
231
|
</section>
|
|
@@ -258,34 +253,34 @@
|
|
|
258
253
|
</ul>
|
|
259
254
|
<ul class="current">
|
|
260
255
|
<li class="current tsd-kind-interface tsd-parent-kind-module">
|
|
261
|
-
<a href="datatypes.
|
|
256
|
+
<a href="datatypes.HTTPSEdge.html" class="tsd-kind-icon">HTTPSEdge</a>
|
|
262
257
|
<ul>
|
|
263
258
|
<li class=" tsd-kind-property tsd-parent-kind-interface">
|
|
264
|
-
<a href="datatypes.
|
|
259
|
+
<a href="datatypes.HTTPSEdge.html#createdAt" class="tsd-kind-icon">created<wbr>At</a>
|
|
265
260
|
</li>
|
|
266
261
|
<li class=" tsd-kind-property tsd-parent-kind-interface">
|
|
267
|
-
<a href="datatypes.
|
|
262
|
+
<a href="datatypes.HTTPSEdge.html#description" class="tsd-kind-icon">description</a>
|
|
268
263
|
</li>
|
|
269
264
|
<li class=" tsd-kind-property tsd-parent-kind-interface">
|
|
270
|
-
<a href="datatypes.
|
|
265
|
+
<a href="datatypes.HTTPSEdge.html#hostports" class="tsd-kind-icon">hostports</a>
|
|
271
266
|
</li>
|
|
272
267
|
<li class=" tsd-kind-property tsd-parent-kind-interface">
|
|
273
|
-
<a href="datatypes.
|
|
268
|
+
<a href="datatypes.HTTPSEdge.html#id" class="tsd-kind-icon">id</a>
|
|
274
269
|
</li>
|
|
275
270
|
<li class=" tsd-kind-property tsd-parent-kind-interface">
|
|
276
|
-
<a href="datatypes.
|
|
271
|
+
<a href="datatypes.HTTPSEdge.html#metadata" class="tsd-kind-icon">metadata</a>
|
|
277
272
|
</li>
|
|
278
273
|
<li class=" tsd-kind-property tsd-parent-kind-interface">
|
|
279
|
-
<a href="datatypes.
|
|
274
|
+
<a href="datatypes.HTTPSEdge.html#mutualTls" class="tsd-kind-icon">mutual<wbr>Tls</a>
|
|
280
275
|
</li>
|
|
281
276
|
<li class=" tsd-kind-property tsd-parent-kind-interface">
|
|
282
|
-
<a href="datatypes.
|
|
277
|
+
<a href="datatypes.HTTPSEdge.html#routes" class="tsd-kind-icon">routes</a>
|
|
283
278
|
</li>
|
|
284
279
|
<li class=" tsd-kind-property tsd-parent-kind-interface">
|
|
285
|
-
<a href="datatypes.
|
|
280
|
+
<a href="datatypes.HTTPSEdge.html#tlsTermination" class="tsd-kind-icon">tls<wbr>Termination</a>
|
|
286
281
|
</li>
|
|
287
282
|
<li class=" tsd-kind-property tsd-parent-kind-interface">
|
|
288
|
-
<a href="datatypes.
|
|
283
|
+
<a href="datatypes.HTTPSEdge.html#uri" class="tsd-kind-icon">uri</a>
|
|
289
284
|
</li>
|
|
290
285
|
</ul>
|
|
291
286
|
</li>
|
|
@@ -0,0 +1,238 @@
|
|
|
1
|
+
<!doctype html>
|
|
2
|
+
<html class="default no-js">
|
|
3
|
+
<head>
|
|
4
|
+
<meta charset="utf-8">
|
|
5
|
+
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
6
|
+
<title>HTTPSEdgeCreate | @ngrok/ngrok-api</title>
|
|
7
|
+
<meta name="description" content="Documentation for @ngrok/ngrok-api">
|
|
8
|
+
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
9
|
+
<link rel="stylesheet" href="../assets/css/main.css">
|
|
10
|
+
<script async src="../assets/js/search.js" id="search-script"></script>
|
|
11
|
+
</head>
|
|
12
|
+
<body>
|
|
13
|
+
<header>
|
|
14
|
+
<div class="tsd-page-toolbar">
|
|
15
|
+
<div class="container">
|
|
16
|
+
<div class="table-wrap">
|
|
17
|
+
<div class="table-cell" id="tsd-search" data-index="../assets/js/search.json" data-base="..">
|
|
18
|
+
<div class="field">
|
|
19
|
+
<label for="tsd-search-field" class="tsd-widget search no-caption">Search</label>
|
|
20
|
+
<input id="tsd-search-field" type="text" />
|
|
21
|
+
</div>
|
|
22
|
+
<ul class="results">
|
|
23
|
+
<li class="state loading">Preparing search index...</li>
|
|
24
|
+
<li class="state failure">The search index is not available</li>
|
|
25
|
+
</ul>
|
|
26
|
+
<a href="../index.html" class="title">@ngrok/ngrok-api</a>
|
|
27
|
+
</div>
|
|
28
|
+
<div class="table-cell" id="tsd-widgets">
|
|
29
|
+
<div id="tsd-filter">
|
|
30
|
+
<a href="#" class="tsd-widget options no-caption" data-toggle="options">Options</a>
|
|
31
|
+
<div class="tsd-filter-group">
|
|
32
|
+
<div class="tsd-select" id="tsd-filter-visibility">
|
|
33
|
+
<span class="tsd-select-label">All</span>
|
|
34
|
+
<ul class="tsd-select-list">
|
|
35
|
+
<li data-value="public">Public</li>
|
|
36
|
+
<li data-value="protected">Public/Protected</li>
|
|
37
|
+
<li data-value="private" class="selected">All</li>
|
|
38
|
+
</ul>
|
|
39
|
+
</div>
|
|
40
|
+
<input type="checkbox" id="tsd-filter-inherited" checked />
|
|
41
|
+
<label class="tsd-widget" for="tsd-filter-inherited">Inherited</label>
|
|
42
|
+
<input type="checkbox" id="tsd-filter-externals" checked />
|
|
43
|
+
<label class="tsd-widget" for="tsd-filter-externals">Externals</label>
|
|
44
|
+
</div>
|
|
45
|
+
</div>
|
|
46
|
+
<a href="#" class="tsd-widget menu no-caption" data-toggle="menu">Menu</a>
|
|
47
|
+
</div>
|
|
48
|
+
</div>
|
|
49
|
+
</div>
|
|
50
|
+
</div>
|
|
51
|
+
<div class="tsd-page-title">
|
|
52
|
+
<div class="container">
|
|
53
|
+
<ul class="tsd-breadcrumb">
|
|
54
|
+
<li>
|
|
55
|
+
<a href="../modules.html">@ngrok/ngrok-api</a>
|
|
56
|
+
</li>
|
|
57
|
+
<li>
|
|
58
|
+
<a href="../modules/datatypes.html">datatypes</a>
|
|
59
|
+
</li>
|
|
60
|
+
<li>
|
|
61
|
+
<a href="datatypes.HTTPSEdgeCreate.html">HTTPSEdgeCreate</a>
|
|
62
|
+
</li>
|
|
63
|
+
</ul>
|
|
64
|
+
<h1>Interface HTTPSEdgeCreate</h1>
|
|
65
|
+
</div>
|
|
66
|
+
</div>
|
|
67
|
+
</header>
|
|
68
|
+
<div class="container container-main">
|
|
69
|
+
<div class="row">
|
|
70
|
+
<div class="col-8 col-content">
|
|
71
|
+
<section class="tsd-panel tsd-hierarchy">
|
|
72
|
+
<h3>Hierarchy</h3>
|
|
73
|
+
<ul class="tsd-hierarchy">
|
|
74
|
+
<li>
|
|
75
|
+
<span class="target">HTTPSEdgeCreate</span>
|
|
76
|
+
</li>
|
|
77
|
+
</ul>
|
|
78
|
+
</section>
|
|
79
|
+
<section class="tsd-panel-group tsd-index-group">
|
|
80
|
+
<h2>Index</h2>
|
|
81
|
+
<section class="tsd-panel tsd-index-panel">
|
|
82
|
+
<div class="tsd-index-content">
|
|
83
|
+
<section class="tsd-index-section ">
|
|
84
|
+
<h3>Properties</h3>
|
|
85
|
+
<ul class="tsd-index-list">
|
|
86
|
+
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="datatypes.HTTPSEdgeCreate.html#description" class="tsd-kind-icon">description</a></li>
|
|
87
|
+
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="datatypes.HTTPSEdgeCreate.html#hostports" class="tsd-kind-icon">hostports</a></li>
|
|
88
|
+
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="datatypes.HTTPSEdgeCreate.html#metadata" class="tsd-kind-icon">metadata</a></li>
|
|
89
|
+
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="datatypes.HTTPSEdgeCreate.html#mutualTls" class="tsd-kind-icon">mutual<wbr>Tls</a></li>
|
|
90
|
+
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="datatypes.HTTPSEdgeCreate.html#tlsTermination" class="tsd-kind-icon">tls<wbr>Termination</a></li>
|
|
91
|
+
</ul>
|
|
92
|
+
</section>
|
|
93
|
+
</div>
|
|
94
|
+
</section>
|
|
95
|
+
</section>
|
|
96
|
+
<section class="tsd-panel-group tsd-member-group ">
|
|
97
|
+
<h2>Properties</h2>
|
|
98
|
+
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
|
|
99
|
+
<a name="description" class="tsd-anchor"></a>
|
|
100
|
+
<h3>description</h3>
|
|
101
|
+
<div class="tsd-signature tsd-kind-icon">description<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
|
|
102
|
+
<aside class="tsd-sources">
|
|
103
|
+
<ul>
|
|
104
|
+
<li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/2b8fd06/src/datatypes.ts#L821">datatypes.ts:821</a></li>
|
|
105
|
+
</ul>
|
|
106
|
+
</aside>
|
|
107
|
+
<div class="tsd-comment tsd-typography">
|
|
108
|
+
<div class="lead">
|
|
109
|
+
<p>human-readable description of what this edge will be used for; optional, max 255 bytes.</p>
|
|
110
|
+
</div>
|
|
111
|
+
</div>
|
|
112
|
+
</section>
|
|
113
|
+
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
|
|
114
|
+
<a name="hostports" class="tsd-anchor"></a>
|
|
115
|
+
<h3><span class="tsd-flag ts-flagOptional">Optional</span> hostports</h3>
|
|
116
|
+
<div class="tsd-signature tsd-kind-icon">hostports<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">[]</span></div>
|
|
117
|
+
<aside class="tsd-sources">
|
|
118
|
+
<ul>
|
|
119
|
+
<li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/2b8fd06/src/datatypes.ts#L825">datatypes.ts:825</a></li>
|
|
120
|
+
</ul>
|
|
121
|
+
</aside>
|
|
122
|
+
<div class="tsd-comment tsd-typography">
|
|
123
|
+
<div class="lead">
|
|
124
|
+
<p>hostports served by this edge</p>
|
|
125
|
+
</div>
|
|
126
|
+
</div>
|
|
127
|
+
</section>
|
|
128
|
+
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
|
|
129
|
+
<a name="metadata" class="tsd-anchor"></a>
|
|
130
|
+
<h3>metadata</h3>
|
|
131
|
+
<div class="tsd-signature tsd-kind-icon">metadata<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
|
|
132
|
+
<aside class="tsd-sources">
|
|
133
|
+
<ul>
|
|
134
|
+
<li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/2b8fd06/src/datatypes.ts#L823">datatypes.ts:823</a></li>
|
|
135
|
+
</ul>
|
|
136
|
+
</aside>
|
|
137
|
+
<div class="tsd-comment tsd-typography">
|
|
138
|
+
<div class="lead">
|
|
139
|
+
<p>arbitrary user-defined machine-readable data of this edge; optional, max 4096 bytes.</p>
|
|
140
|
+
</div>
|
|
141
|
+
</div>
|
|
142
|
+
</section>
|
|
143
|
+
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
|
|
144
|
+
<a name="mutualTls" class="tsd-anchor"></a>
|
|
145
|
+
<h3><span class="tsd-flag ts-flagOptional">Optional</span> mutual<wbr>Tls</h3>
|
|
146
|
+
<div class="tsd-signature tsd-kind-icon">mutual<wbr>Tls<span class="tsd-signature-symbol">:</span> <a href="datatypes.EndpointMutualTLSMutate.html" class="tsd-signature-type" data-tsd-kind="Interface">EndpointMutualTLSMutate</a></div>
|
|
147
|
+
<aside class="tsd-sources">
|
|
148
|
+
<ul>
|
|
149
|
+
<li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/2b8fd06/src/datatypes.ts#L827">datatypes.ts:827</a></li>
|
|
150
|
+
</ul>
|
|
151
|
+
</aside>
|
|
152
|
+
<div class="tsd-comment tsd-typography">
|
|
153
|
+
<div class="lead">
|
|
154
|
+
<p>edge modules</p>
|
|
155
|
+
</div>
|
|
156
|
+
</div>
|
|
157
|
+
</section>
|
|
158
|
+
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
|
|
159
|
+
<a name="tlsTermination" class="tsd-anchor"></a>
|
|
160
|
+
<h3><span class="tsd-flag ts-flagOptional">Optional</span> tls<wbr>Termination</h3>
|
|
161
|
+
<div class="tsd-signature tsd-kind-icon">tls<wbr>Termination<span class="tsd-signature-symbol">:</span> <a href="datatypes.EndpointTLSTerminationAtEdge.html" class="tsd-signature-type" data-tsd-kind="Interface">EndpointTLSTerminationAtEdge</a></div>
|
|
162
|
+
<aside class="tsd-sources">
|
|
163
|
+
<ul>
|
|
164
|
+
<li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/2b8fd06/src/datatypes.ts#L828">datatypes.ts:828</a></li>
|
|
165
|
+
</ul>
|
|
166
|
+
</aside>
|
|
167
|
+
</section>
|
|
168
|
+
</section>
|
|
169
|
+
</div>
|
|
170
|
+
<div class="col-4 col-menu menu-sticky-wrap menu-highlight">
|
|
171
|
+
<nav class="tsd-navigation primary">
|
|
172
|
+
<ul>
|
|
173
|
+
<li class=" ">
|
|
174
|
+
<a href="../modules.html">Modules</a>
|
|
175
|
+
</li>
|
|
176
|
+
<li class=" tsd-kind-module">
|
|
177
|
+
<a href="../modules/client.html">client</a>
|
|
178
|
+
</li>
|
|
179
|
+
<li class="current tsd-kind-module">
|
|
180
|
+
<a href="../modules/datatypes.html">datatypes</a>
|
|
181
|
+
</li>
|
|
182
|
+
<li class=" tsd-kind-module">
|
|
183
|
+
<a href="../modules/services.html">services</a>
|
|
184
|
+
</li>
|
|
185
|
+
</ul>
|
|
186
|
+
</nav>
|
|
187
|
+
<nav class="tsd-navigation secondary menu-sticky">
|
|
188
|
+
<ul class="before-current">
|
|
189
|
+
</ul>
|
|
190
|
+
<ul class="current">
|
|
191
|
+
<li class="current tsd-kind-interface tsd-parent-kind-module">
|
|
192
|
+
<a href="datatypes.HTTPSEdgeCreate.html" class="tsd-kind-icon">HTTPSEdge<wbr>Create</a>
|
|
193
|
+
<ul>
|
|
194
|
+
<li class=" tsd-kind-property tsd-parent-kind-interface">
|
|
195
|
+
<a href="datatypes.HTTPSEdgeCreate.html#description" class="tsd-kind-icon">description</a>
|
|
196
|
+
</li>
|
|
197
|
+
<li class=" tsd-kind-property tsd-parent-kind-interface">
|
|
198
|
+
<a href="datatypes.HTTPSEdgeCreate.html#hostports" class="tsd-kind-icon">hostports</a>
|
|
199
|
+
</li>
|
|
200
|
+
<li class=" tsd-kind-property tsd-parent-kind-interface">
|
|
201
|
+
<a href="datatypes.HTTPSEdgeCreate.html#metadata" class="tsd-kind-icon">metadata</a>
|
|
202
|
+
</li>
|
|
203
|
+
<li class=" tsd-kind-property tsd-parent-kind-interface">
|
|
204
|
+
<a href="datatypes.HTTPSEdgeCreate.html#mutualTls" class="tsd-kind-icon">mutual<wbr>Tls</a>
|
|
205
|
+
</li>
|
|
206
|
+
<li class=" tsd-kind-property tsd-parent-kind-interface">
|
|
207
|
+
<a href="datatypes.HTTPSEdgeCreate.html#tlsTermination" class="tsd-kind-icon">tls<wbr>Termination</a>
|
|
208
|
+
</li>
|
|
209
|
+
</ul>
|
|
210
|
+
</li>
|
|
211
|
+
</ul>
|
|
212
|
+
<ul class="after-current">
|
|
213
|
+
</ul>
|
|
214
|
+
</nav>
|
|
215
|
+
</div>
|
|
216
|
+
</div>
|
|
217
|
+
</div>
|
|
218
|
+
<footer class="with-border-bottom">
|
|
219
|
+
<div class="container">
|
|
220
|
+
<h2>Legend</h2>
|
|
221
|
+
<div class="tsd-legend-group">
|
|
222
|
+
<ul class="tsd-legend">
|
|
223
|
+
<li class="tsd-kind-interface"><span class="tsd-kind-icon">Interface</span></li>
|
|
224
|
+
<li class="tsd-kind-property tsd-parent-kind-interface"><span class="tsd-kind-icon">Property</span></li>
|
|
225
|
+
</ul>
|
|
226
|
+
<ul class="tsd-legend">
|
|
227
|
+
<li class="tsd-kind-class"><span class="tsd-kind-icon">Class</span></li>
|
|
228
|
+
</ul>
|
|
229
|
+
</div>
|
|
230
|
+
</div>
|
|
231
|
+
</footer>
|
|
232
|
+
<div class="container tsd-generator">
|
|
233
|
+
<p>Generated using <a href="https://typedoc.org/" target="_blank">TypeDoc</a></p>
|
|
234
|
+
</div>
|
|
235
|
+
<div class="overlay"></div>
|
|
236
|
+
<script src="../assets/js/main.js"></script>
|
|
237
|
+
</body>
|
|
238
|
+
</html>
|