ngrok-api 0.9.0 → 0.12.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.rubocop.yml +1 -1
- data/doc/.gitkeep +0 -0
- data/doc/NgrokAPI/Client.html +1499 -125
- data/doc/NgrokAPI/Error.html +1 -1
- data/doc/NgrokAPI/Errors/NotFoundError.html +1 -1
- data/doc/NgrokAPI/Errors.html +1 -1
- data/doc/NgrokAPI/HttpClient.html +1 -1
- data/doc/NgrokAPI/Models/{ApiKey.html → APIKey.html} +108 -177
- data/doc/NgrokAPI/Models/AWSAuth.html +617 -0
- data/doc/NgrokAPI/Models/AWSCredentials.html +617 -0
- data/doc/NgrokAPI/Models/AWSRole.html +543 -0
- data/doc/NgrokAPI/Models/AbuseReport.html +987 -0
- data/doc/NgrokAPI/Models/AbuseReportHostname.html +617 -0
- data/doc/NgrokAPI/Models/CertificateAuthority.html +1439 -0
- data/doc/NgrokAPI/Models/Credential.html +1149 -0
- data/doc/NgrokAPI/Models/EndpointCircuitBreaker.html +913 -0
- data/doc/NgrokAPI/Models/EndpointCompression.html +543 -0
- data/doc/NgrokAPI/Models/EndpointConfiguration.html +1321 -510
- data/doc/NgrokAPI/Models/EndpointIPPolicy.html +617 -0
- data/doc/NgrokAPI/Models/EndpointIPPolicyMutate.html +617 -0
- data/doc/NgrokAPI/Models/EndpointLogging.html +617 -0
- data/doc/NgrokAPI/Models/EndpointLoggingMutate.html +617 -0
- data/doc/NgrokAPI/Models/EndpointMutualTLS.html +617 -0
- data/doc/NgrokAPI/Models/EndpointMutualTLSMutate.html +617 -0
- data/doc/NgrokAPI/Models/EndpointOAuth.html +987 -0
- data/doc/NgrokAPI/Models/EndpointOAuthFacebook.html +839 -0
- data/doc/NgrokAPI/Models/EndpointOAuthGitHub.html +987 -0
- data/doc/NgrokAPI/Models/EndpointOAuthGoogle.html +839 -0
- data/doc/NgrokAPI/Models/EndpointOAuthMicrosoft.html +839 -0
- data/doc/NgrokAPI/Models/EndpointOAuthProvider.html +765 -0
- data/doc/NgrokAPI/Models/EndpointOIDC.html +1135 -0
- data/doc/NgrokAPI/Models/EndpointRequestHeaders.html +691 -0
- data/doc/NgrokAPI/Models/EndpointResponseHeaders.html +691 -0
- data/doc/NgrokAPI/Models/EndpointSAML.html +1653 -0
- data/doc/NgrokAPI/Models/EndpointSAMLMutate.html +1283 -0
- data/doc/NgrokAPI/Models/EndpointTLSTermination.html +691 -0
- data/doc/NgrokAPI/Models/EndpointWebhookValidation.html +691 -0
- data/doc/NgrokAPI/Models/EventDestination.html +1058 -0
- data/doc/NgrokAPI/Models/EventSource.html +765 -0
- data/doc/NgrokAPI/Models/EventSourceReplace.html +691 -0
- data/doc/NgrokAPI/Models/EventStream.html +1309 -0
- data/doc/NgrokAPI/Models/EventSubscription.html +1058 -0
- data/doc/NgrokAPI/Models/EventTarget.html +765 -0
- data/doc/NgrokAPI/Models/EventTargetCloudwatchLogs.html +617 -0
- data/doc/NgrokAPI/Models/EventTargetFirehose.html +617 -0
- data/doc/NgrokAPI/Models/EventTargetKinesis.html +617 -0
- data/doc/NgrokAPI/Models/IPPolicy.html +1069 -0
- data/doc/NgrokAPI/Models/IPPolicyRule.html +1149 -0
- data/doc/NgrokAPI/Models/IPRestriction.html +1132 -0
- data/doc/NgrokAPI/Models/{TlsCertificate.html → IPWhitelistEntry.html} +168 -163
- data/doc/NgrokAPI/Models/Listable.html +1 -1
- data/doc/NgrokAPI/Models/Ref.html +617 -0
- data/doc/NgrokAPI/Models/ReservedAddr.html +1132 -0
- data/doc/NgrokAPI/Models/ReservedDomain.html +111 -1107
- data/doc/NgrokAPI/Models/ReservedDomainCertJob.html +839 -0
- data/doc/NgrokAPI/Models/ReservedDomainCertNSTarget.html +617 -0
- data/doc/NgrokAPI/Models/ReservedDomainCertPolicy.html +617 -0
- data/doc/NgrokAPI/Models/ReservedDomainCertStatus.html +617 -0
- data/doc/NgrokAPI/Models/SSHCertificateAuthority.html +1143 -0
- data/doc/NgrokAPI/Models/SSHCredential.html +1149 -0
- data/doc/NgrokAPI/Models/SSHHostCertificate.html +1513 -0
- data/doc/NgrokAPI/Models/SSHUserCertificate.html +1661 -0
- data/doc/NgrokAPI/Models/TLSCertificate.html +2179 -0
- data/doc/NgrokAPI/Models/TLSCertificateSANs.html +617 -0
- data/doc/NgrokAPI/Models/Tunnel.html +987 -0
- data/doc/NgrokAPI/Models/TunnelSession.html +1209 -0
- data/doc/NgrokAPI/Models.html +4 -4
- data/doc/NgrokAPI/PagedIterator.html +1 -1
- data/{docs/NgrokAPI/Services/ApiKeysClient.html → doc/NgrokAPI/Services/APIKeysClient.html} +287 -151
- data/doc/NgrokAPI/Services/AbuseReportsClient.html +723 -0
- data/doc/NgrokAPI/Services/CertificateAuthoritiesClient.html +1489 -0
- data/doc/NgrokAPI/Services/CredentialsClient.html +1534 -0
- data/doc/NgrokAPI/Services/EndpointCircuitBreakerModuleClient.html +1071 -0
- data/doc/NgrokAPI/Services/EndpointCompressionModuleClient.html +1071 -0
- data/doc/NgrokAPI/Services/EndpointConfigurationsClient.html +473 -371
- data/doc/NgrokAPI/Services/EndpointIPPolicyModuleClient.html +1071 -0
- data/doc/NgrokAPI/Services/EndpointLoggingModuleClient.html +1071 -0
- data/doc/NgrokAPI/Services/EndpointMutualTLSModuleClient.html +1071 -0
- data/doc/NgrokAPI/Services/EndpointOAuthModuleClient.html +1071 -0
- data/doc/NgrokAPI/Services/EndpointOIDCModuleClient.html +1071 -0
- data/doc/NgrokAPI/Services/EndpointRequestHeadersModuleClient.html +1071 -0
- data/doc/NgrokAPI/Services/EndpointResponseHeadersModuleClient.html +1071 -0
- data/doc/NgrokAPI/Services/EndpointSAMLModuleClient.html +1071 -0
- data/doc/NgrokAPI/Services/EndpointTLSTerminationModuleClient.html +1071 -0
- data/doc/NgrokAPI/Services/EndpointWebhookValidationModuleClient.html +1071 -0
- data/doc/NgrokAPI/Services/EventDestinationsClient.html +1609 -0
- data/doc/NgrokAPI/Services/EventSourcesClient.html +1348 -0
- data/doc/NgrokAPI/Services/EventStreamsClient.html +1691 -0
- data/doc/NgrokAPI/Services/EventSubscriptionsClient.html +1603 -0
- data/doc/NgrokAPI/Services/IPPoliciesClient.html +1488 -0
- data/doc/NgrokAPI/Services/IPPolicyRulesClient.html +1550 -0
- data/doc/NgrokAPI/Services/IPRestrictionsClient.html +1620 -0
- data/doc/NgrokAPI/Services/IPWhitelistClient.html +1488 -0
- data/doc/NgrokAPI/Services/ReservedAddrsClient.html +1793 -0
- data/doc/NgrokAPI/Services/ReservedDomainsClient.html +518 -333
- data/doc/NgrokAPI/Services/SSHCertificateAuthoritiesClient.html +1532 -0
- data/doc/NgrokAPI/Services/SSHCredentialsClient.html +1552 -0
- data/doc/NgrokAPI/Services/SSHHostCertificatesClient.html +1573 -0
- data/doc/NgrokAPI/Services/SSHUserCertificatesClient.html +1617 -0
- data/{docs/NgrokAPI/Services/TlsCertificatesClient.html → doc/NgrokAPI/Services/TLSCertificatesClient.html} +290 -198
- data/doc/NgrokAPI/Services/TunnelSessionsClient.html +1468 -0
- data/doc/NgrokAPI/Services/TunnelsClient.html +513 -0
- data/doc/NgrokAPI/Services.html +4 -4
- data/doc/NgrokAPI.html +3 -3
- data/doc/_index.html +624 -28
- data/doc/class_list.html +1 -1
- data/doc/file.README.html +1 -1
- data/doc/index.html +1 -1
- data/doc/method_list.html +7318 -286
- data/doc/top-level-namespace.html +1 -1
- data/docs/.gitkeep +0 -0
- data/docs/NgrokAPI/Client.html +1499 -125
- data/docs/NgrokAPI/Error.html +1 -1
- data/docs/NgrokAPI/Errors/NotFoundError.html +1 -1
- data/docs/NgrokAPI/Errors.html +1 -1
- data/docs/NgrokAPI/HttpClient.html +1 -1
- data/docs/NgrokAPI/Models/{ApiKey.html → APIKey.html} +108 -177
- data/docs/NgrokAPI/Models/AWSAuth.html +617 -0
- data/docs/NgrokAPI/Models/AWSCredentials.html +617 -0
- data/docs/NgrokAPI/Models/AWSRole.html +543 -0
- data/docs/NgrokAPI/Models/AbuseReport.html +987 -0
- data/docs/NgrokAPI/Models/AbuseReportHostname.html +617 -0
- data/docs/NgrokAPI/Models/CertificateAuthority.html +1439 -0
- data/docs/NgrokAPI/Models/Credential.html +1149 -0
- data/docs/NgrokAPI/Models/EndpointCircuitBreaker.html +913 -0
- data/docs/NgrokAPI/Models/EndpointCompression.html +543 -0
- data/docs/NgrokAPI/Models/EndpointConfiguration.html +1321 -510
- data/docs/NgrokAPI/Models/EndpointIPPolicy.html +617 -0
- data/docs/NgrokAPI/Models/EndpointIPPolicyMutate.html +617 -0
- data/docs/NgrokAPI/Models/EndpointLogging.html +617 -0
- data/docs/NgrokAPI/Models/EndpointLoggingMutate.html +617 -0
- data/docs/NgrokAPI/Models/EndpointMutualTLS.html +617 -0
- data/docs/NgrokAPI/Models/EndpointMutualTLSMutate.html +617 -0
- data/docs/NgrokAPI/Models/EndpointOAuth.html +987 -0
- data/docs/NgrokAPI/Models/EndpointOAuthFacebook.html +839 -0
- data/docs/NgrokAPI/Models/EndpointOAuthGitHub.html +987 -0
- data/docs/NgrokAPI/Models/EndpointOAuthGoogle.html +839 -0
- data/docs/NgrokAPI/Models/EndpointOAuthMicrosoft.html +839 -0
- data/docs/NgrokAPI/Models/EndpointOAuthProvider.html +765 -0
- data/docs/NgrokAPI/Models/EndpointOIDC.html +1135 -0
- data/docs/NgrokAPI/Models/EndpointRequestHeaders.html +691 -0
- data/docs/NgrokAPI/Models/EndpointResponseHeaders.html +691 -0
- data/docs/NgrokAPI/Models/EndpointSAML.html +1653 -0
- data/docs/NgrokAPI/Models/EndpointSAMLMutate.html +1283 -0
- data/docs/NgrokAPI/Models/EndpointTLSTermination.html +691 -0
- data/docs/NgrokAPI/Models/EndpointWebhookValidation.html +691 -0
- data/docs/NgrokAPI/Models/EventDestination.html +1058 -0
- data/docs/NgrokAPI/Models/EventSource.html +765 -0
- data/docs/NgrokAPI/Models/EventSourceReplace.html +691 -0
- data/docs/NgrokAPI/Models/EventStream.html +1309 -0
- data/docs/NgrokAPI/Models/EventSubscription.html +1058 -0
- data/docs/NgrokAPI/Models/EventTarget.html +765 -0
- data/docs/NgrokAPI/Models/EventTargetCloudwatchLogs.html +617 -0
- data/docs/NgrokAPI/Models/EventTargetFirehose.html +617 -0
- data/docs/NgrokAPI/Models/EventTargetKinesis.html +617 -0
- data/docs/NgrokAPI/Models/IPPolicy.html +1069 -0
- data/docs/NgrokAPI/Models/IPPolicyRule.html +1149 -0
- data/docs/NgrokAPI/Models/IPRestriction.html +1132 -0
- data/docs/NgrokAPI/Models/{TlsCertificate.html → IPWhitelistEntry.html} +168 -163
- data/docs/NgrokAPI/Models/Listable.html +1 -1
- data/docs/NgrokAPI/Models/Ref.html +617 -0
- data/docs/NgrokAPI/Models/ReservedAddr.html +1132 -0
- data/docs/NgrokAPI/Models/ReservedDomain.html +111 -1107
- data/docs/NgrokAPI/Models/ReservedDomainCertJob.html +839 -0
- data/docs/NgrokAPI/Models/ReservedDomainCertNSTarget.html +617 -0
- data/docs/NgrokAPI/Models/ReservedDomainCertPolicy.html +617 -0
- data/docs/NgrokAPI/Models/ReservedDomainCertStatus.html +617 -0
- data/docs/NgrokAPI/Models/SSHCertificateAuthority.html +1143 -0
- data/docs/NgrokAPI/Models/SSHCredential.html +1149 -0
- data/docs/NgrokAPI/Models/SSHHostCertificate.html +1513 -0
- data/docs/NgrokAPI/Models/SSHUserCertificate.html +1661 -0
- data/docs/NgrokAPI/Models/TLSCertificate.html +2179 -0
- data/docs/NgrokAPI/Models/TLSCertificateSANs.html +617 -0
- data/docs/NgrokAPI/Models/Tunnel.html +987 -0
- data/docs/NgrokAPI/Models/TunnelSession.html +1209 -0
- data/docs/NgrokAPI/Models.html +4 -4
- data/docs/NgrokAPI/PagedIterator.html +1 -1
- data/{doc/NgrokAPI/Services/ApiKeysClient.html → docs/NgrokAPI/Services/APIKeysClient.html} +287 -151
- data/docs/NgrokAPI/Services/AbuseReportsClient.html +723 -0
- data/docs/NgrokAPI/Services/CertificateAuthoritiesClient.html +1489 -0
- data/docs/NgrokAPI/Services/CredentialsClient.html +1534 -0
- data/docs/NgrokAPI/Services/EndpointCircuitBreakerModuleClient.html +1071 -0
- data/docs/NgrokAPI/Services/EndpointCompressionModuleClient.html +1071 -0
- data/docs/NgrokAPI/Services/EndpointConfigurationsClient.html +473 -371
- data/docs/NgrokAPI/Services/EndpointIPPolicyModuleClient.html +1071 -0
- data/docs/NgrokAPI/Services/EndpointLoggingModuleClient.html +1071 -0
- data/docs/NgrokAPI/Services/EndpointMutualTLSModuleClient.html +1071 -0
- data/docs/NgrokAPI/Services/EndpointOAuthModuleClient.html +1071 -0
- data/docs/NgrokAPI/Services/EndpointOIDCModuleClient.html +1071 -0
- data/docs/NgrokAPI/Services/EndpointRequestHeadersModuleClient.html +1071 -0
- data/docs/NgrokAPI/Services/EndpointResponseHeadersModuleClient.html +1071 -0
- data/docs/NgrokAPI/Services/EndpointSAMLModuleClient.html +1071 -0
- data/docs/NgrokAPI/Services/EndpointTLSTerminationModuleClient.html +1071 -0
- data/docs/NgrokAPI/Services/EndpointWebhookValidationModuleClient.html +1071 -0
- data/docs/NgrokAPI/Services/EventDestinationsClient.html +1609 -0
- data/docs/NgrokAPI/Services/EventSourcesClient.html +1348 -0
- data/docs/NgrokAPI/Services/EventStreamsClient.html +1691 -0
- data/docs/NgrokAPI/Services/EventSubscriptionsClient.html +1603 -0
- data/docs/NgrokAPI/Services/IPPoliciesClient.html +1488 -0
- data/docs/NgrokAPI/Services/IPPolicyRulesClient.html +1550 -0
- data/docs/NgrokAPI/Services/IPRestrictionsClient.html +1620 -0
- data/docs/NgrokAPI/Services/IPWhitelistClient.html +1488 -0
- data/docs/NgrokAPI/Services/ReservedAddrsClient.html +1793 -0
- data/docs/NgrokAPI/Services/ReservedDomainsClient.html +518 -333
- data/docs/NgrokAPI/Services/SSHCertificateAuthoritiesClient.html +1532 -0
- data/docs/NgrokAPI/Services/SSHCredentialsClient.html +1552 -0
- data/docs/NgrokAPI/Services/SSHHostCertificatesClient.html +1573 -0
- data/docs/NgrokAPI/Services/SSHUserCertificatesClient.html +1617 -0
- data/{doc/NgrokAPI/Services/TlsCertificatesClient.html → docs/NgrokAPI/Services/TLSCertificatesClient.html} +290 -198
- data/docs/NgrokAPI/Services/TunnelSessionsClient.html +1468 -0
- data/docs/NgrokAPI/Services/TunnelsClient.html +513 -0
- data/docs/NgrokAPI/Services.html +4 -4
- data/docs/NgrokAPI.html +3 -3
- data/docs/_index.html +624 -28
- data/docs/class_list.html +1 -1
- data/docs/file.README.html +1 -1
- data/docs/index.html +1 -1
- data/docs/method_list.html +7318 -286
- data/docs/top-level-namespace.html +1 -1
- data/lib/ngrokapi/client.rb +218 -49
- data/lib/ngrokapi/models/abuse_report.rb +37 -0
- data/lib/ngrokapi/models/abuse_report_hostname.rb +27 -0
- data/lib/ngrokapi/models/api_key.rb +62 -64
- data/lib/ngrokapi/models/aws_auth.rb +27 -0
- data/lib/ngrokapi/models/aws_credentials.rb +27 -0
- data/lib/ngrokapi/models/aws_role.rb +25 -0
- data/lib/ngrokapi/models/certificate_authority.rb +72 -0
- data/lib/ngrokapi/models/credential.rb +67 -0
- data/lib/ngrokapi/models/endpoint_circuit_breaker.rb +35 -0
- data/lib/ngrokapi/models/endpoint_compression.rb +25 -0
- data/lib/ngrokapi/models/endpoint_configuration.rb +130 -119
- data/lib/ngrokapi/models/endpoint_ip_policy.rb +27 -0
- data/lib/ngrokapi/models/endpoint_ip_policy_mutate.rb +27 -0
- data/lib/ngrokapi/models/endpoint_logging.rb +27 -0
- data/lib/ngrokapi/models/endpoint_logging_mutate.rb +27 -0
- data/lib/ngrokapi/models/endpoint_mutual_tls.rb +27 -0
- data/lib/ngrokapi/models/endpoint_mutual_tls_mutate.rb +27 -0
- data/lib/ngrokapi/models/endpoint_o_auth.rb +37 -0
- data/lib/ngrokapi/models/endpoint_o_auth_facebook.rb +33 -0
- data/lib/ngrokapi/models/endpoint_o_auth_git_hub.rb +37 -0
- data/lib/ngrokapi/models/endpoint_o_auth_google.rb +33 -0
- data/lib/ngrokapi/models/endpoint_o_auth_microsoft.rb +33 -0
- data/lib/ngrokapi/models/endpoint_o_auth_provider.rb +31 -0
- data/lib/ngrokapi/models/endpoint_oidc.rb +41 -0
- data/lib/ngrokapi/models/endpoint_request_headers.rb +29 -0
- data/lib/ngrokapi/models/endpoint_response_headers.rb +29 -0
- data/lib/ngrokapi/models/endpoint_saml.rb +55 -0
- data/lib/ngrokapi/models/endpoint_saml_mutate.rb +45 -0
- data/lib/ngrokapi/models/endpoint_tls_termination.rb +29 -0
- data/lib/ngrokapi/models/endpoint_webhook_validation.rb +29 -0
- data/lib/ngrokapi/models/event_destination.rb +49 -0
- data/lib/ngrokapi/models/event_source.rb +31 -0
- data/lib/ngrokapi/models/event_source_replace.rb +29 -0
- data/lib/ngrokapi/models/event_stream.rb +77 -0
- data/lib/ngrokapi/models/event_subscription.rb +47 -0
- data/lib/ngrokapi/models/event_target.rb +31 -0
- data/lib/ngrokapi/models/event_target_cloudwatch_logs.rb +27 -0
- data/lib/ngrokapi/models/event_target_firehose.rb +27 -0
- data/lib/ngrokapi/models/event_target_kinesis.rb +27 -0
- data/lib/ngrokapi/models/ip_policy.rb +64 -0
- data/lib/ngrokapi/models/ip_policy_rule.rb +67 -0
- data/lib/ngrokapi/models/ip_restriction.rb +49 -0
- data/lib/ngrokapi/models/ip_whitelist_entry.rb +62 -0
- data/lib/ngrokapi/models/ref.rb +27 -0
- data/lib/ngrokapi/models/reserved_addr.rb +49 -0
- data/lib/ngrokapi/models/reserved_domain.rb +59 -211
- data/lib/ngrokapi/models/reserved_domain_cert_job.rb +33 -0
- data/lib/ngrokapi/models/reserved_domain_cert_ns_target.rb +27 -0
- data/lib/ngrokapi/models/reserved_domain_cert_policy.rb +27 -0
- data/lib/ngrokapi/models/reserved_domain_cert_status.rb +27 -0
- data/lib/ngrokapi/models/ssh_certificate_authority.rb +64 -0
- data/lib/ngrokapi/models/ssh_credential.rb +67 -0
- data/lib/ngrokapi/models/ssh_host_certificate.rb +74 -0
- data/lib/ngrokapi/models/ssh_user_certificate.rb +78 -0
- data/lib/ngrokapi/models/tls_certificate.rb +92 -62
- data/lib/ngrokapi/models/tls_certificate_sa_ns.rb +27 -0
- data/lib/ngrokapi/models/tunnel.rb +37 -0
- data/lib/ngrokapi/models/tunnel_session.rb +43 -0
- data/lib/ngrokapi/services/.gitkeep +0 -0
- data/lib/ngrokapi/services/abuse_reports_client.rb +84 -0
- data/lib/ngrokapi/services/api_keys_client.rb +203 -144
- data/lib/ngrokapi/services/certificate_authorities_client.rb +204 -0
- data/lib/ngrokapi/services/credentials_client.rb +212 -0
- data/lib/ngrokapi/services/endpoint_circuit_breaker_module_client.rb +122 -0
- data/lib/ngrokapi/services/endpoint_compression_module_client.rb +122 -0
- data/lib/ngrokapi/services/endpoint_configurations_client.rb +324 -313
- data/lib/ngrokapi/services/endpoint_ip_policy_module_client.rb +122 -0
- data/lib/ngrokapi/services/endpoint_logging_module_client.rb +122 -0
- data/lib/ngrokapi/services/endpoint_mutual_tls_module_client.rb +122 -0
- data/lib/ngrokapi/services/endpoint_o_auth_module_client.rb +122 -0
- data/lib/ngrokapi/services/endpoint_oidc_module_client.rb +122 -0
- data/lib/ngrokapi/services/endpoint_request_headers_module_client.rb +122 -0
- data/lib/ngrokapi/services/endpoint_response_headers_module_client.rb +122 -0
- data/lib/ngrokapi/services/endpoint_saml_module_client.rb +122 -0
- data/lib/ngrokapi/services/endpoint_tls_termination_module_client.rb +122 -0
- data/lib/ngrokapi/services/endpoint_webhook_validation_module_client.rb +122 -0
- data/lib/ngrokapi/services/event_destinations_client.rb +222 -0
- data/lib/ngrokapi/services/event_sources_client.rb +177 -0
- data/lib/ngrokapi/services/event_streams_client.rb +226 -0
- data/lib/ngrokapi/services/event_subscriptions_client.rb +213 -0
- data/lib/ngrokapi/services/ip_policies_client.rb +208 -0
- data/lib/ngrokapi/services/ip_policy_rules_client.rb +210 -0
- data/lib/ngrokapi/services/ip_restrictions_client.rb +223 -0
- data/lib/ngrokapi/services/ip_whitelist_client.rb +202 -0
- data/lib/ngrokapi/services/reserved_addrs_client.rb +246 -0
- data/lib/ngrokapi/services/reserved_domains_client.rb +382 -313
- data/lib/ngrokapi/services/ssh_certificate_authorities_client.rb +207 -0
- data/lib/ngrokapi/services/ssh_credentials_client.rb +211 -0
- data/lib/ngrokapi/services/ssh_host_certificates_client.rb +214 -0
- data/lib/ngrokapi/services/ssh_user_certificates_client.rb +220 -0
- data/lib/ngrokapi/services/tls_certificates_client.rb +207 -161
- data/lib/ngrokapi/services/tunnel_sessions_client.rb +228 -0
- data/lib/ngrokapi/services/tunnels_client.rb +51 -0
- data/lib/ngrokapi/version.rb +1 -1
- data/spec/ngrokapi/client_spec.rb +139 -33
- data/spec/ngrokapi/models/abuse_report_hostname_spec.rb +21 -0
- data/spec/ngrokapi/models/abuse_report_spec.rb +21 -0
- data/spec/ngrokapi/models/api_key_spec.rb +42 -43
- data/spec/ngrokapi/models/aws_auth_spec.rb +21 -0
- data/spec/ngrokapi/models/aws_credentials_spec.rb +21 -0
- data/spec/ngrokapi/models/aws_role_spec.rb +21 -0
- data/spec/ngrokapi/models/certificate_authority_spec.rb +42 -0
- data/spec/ngrokapi/models/credential_spec.rb +45 -0
- data/spec/ngrokapi/models/endpoint_circuit_breaker_spec.rb +21 -0
- data/spec/ngrokapi/models/endpoint_compression_spec.rb +21 -0
- data/spec/ngrokapi/models/endpoint_configuration_spec.rb +78 -0
- data/spec/ngrokapi/models/endpoint_ip_policy_mutate_spec.rb +21 -0
- data/spec/ngrokapi/models/endpoint_ip_policy_spec.rb +21 -0
- data/spec/ngrokapi/models/endpoint_logging_mutate_spec.rb +21 -0
- data/spec/ngrokapi/models/endpoint_logging_spec.rb +21 -0
- data/spec/ngrokapi/models/endpoint_mutual_tls_mutate_spec.rb +21 -0
- data/spec/ngrokapi/models/endpoint_mutual_tls_spec.rb +21 -0
- data/spec/ngrokapi/models/endpoint_o_auth_facebook_spec.rb +21 -0
- data/spec/ngrokapi/models/endpoint_o_auth_git_hub_spec.rb +21 -0
- data/spec/ngrokapi/models/endpoint_o_auth_google_spec.rb +21 -0
- data/spec/ngrokapi/models/endpoint_o_auth_microsoft_spec.rb +21 -0
- data/spec/ngrokapi/models/endpoint_o_auth_provider_spec.rb +21 -0
- data/spec/ngrokapi/models/endpoint_o_auth_spec.rb +21 -0
- data/spec/ngrokapi/models/endpoint_oidc_spec.rb +21 -0
- data/spec/ngrokapi/models/endpoint_request_headers_spec.rb +21 -0
- data/spec/ngrokapi/models/endpoint_response_headers_spec.rb +21 -0
- data/spec/ngrokapi/models/endpoint_saml_mutate_spec.rb +21 -0
- data/spec/ngrokapi/models/endpoint_saml_spec.rb +21 -0
- data/spec/ngrokapi/models/endpoint_tls_termination_spec.rb +21 -0
- data/spec/ngrokapi/models/endpoint_webhook_validation_spec.rb +21 -0
- data/spec/ngrokapi/models/event_destination_spec.rb +28 -0
- data/spec/ngrokapi/models/event_source_replace_spec.rb +21 -0
- data/spec/ngrokapi/models/event_source_spec.rb +21 -0
- data/spec/ngrokapi/models/event_stream_spec.rb +51 -0
- data/spec/ngrokapi/models/event_subscription_spec.rb +28 -0
- data/spec/ngrokapi/models/event_target_cloudwatch_logs_spec.rb +21 -0
- data/spec/ngrokapi/models/event_target_firehose_spec.rb +21 -0
- data/spec/ngrokapi/models/event_target_kinesis_spec.rb +21 -0
- data/spec/ngrokapi/models/event_target_spec.rb +21 -0
- data/spec/ngrokapi/models/ip_policy_rule_spec.rb +45 -0
- data/spec/ngrokapi/models/ip_policy_spec.rb +42 -0
- data/spec/ngrokapi/models/ip_restriction_spec.rb +28 -0
- data/spec/ngrokapi/models/ip_whitelist_entry_spec.rb +42 -0
- data/spec/ngrokapi/models/listable_spec.rb +4 -4
- data/spec/ngrokapi/models/ref_spec.rb +21 -0
- data/spec/ngrokapi/models/reserved_addr_spec.rb +28 -0
- data/spec/ngrokapi/models/reserved_domain_cert_job_spec.rb +21 -0
- data/spec/ngrokapi/models/reserved_domain_cert_ns_target_spec.rb +21 -0
- data/spec/ngrokapi/models/reserved_domain_cert_policy_spec.rb +21 -0
- data/spec/ngrokapi/models/reserved_domain_cert_status_spec.rb +21 -0
- data/spec/ngrokapi/models/reserved_domain_spec.rb +28 -100
- data/spec/ngrokapi/models/ssh_certificate_authority_spec.rb +42 -0
- data/spec/ngrokapi/models/ssh_credential_spec.rb +45 -0
- data/spec/ngrokapi/models/ssh_host_certificate_spec.rb +42 -0
- data/spec/ngrokapi/models/ssh_user_certificate_spec.rb +42 -0
- data/spec/ngrokapi/models/tls_certificate_sa_ns_spec.rb +21 -0
- data/spec/ngrokapi/models/tls_certificate_spec.rb +42 -0
- data/spec/ngrokapi/models/tunnel_session_spec.rb +21 -0
- data/spec/ngrokapi/models/tunnel_spec.rb +21 -0
- data/spec/ngrokapi/paged_iterator_spec.rb +5 -5
- data/spec/ngrokapi/services/.gitkeep +0 -0
- data/spec/ngrokapi/services/abuse_reports_client_spec.rb +67 -0
- data/spec/ngrokapi/services/api_keys_client_spec.rb +160 -127
- data/spec/ngrokapi/services/certificate_authorities_client_spec.rb +162 -0
- data/spec/ngrokapi/services/credentials_client_spec.rb +166 -0
- data/spec/ngrokapi/services/endpoint_circuit_breaker_module_client_spec.rb +127 -0
- data/spec/ngrokapi/services/endpoint_compression_module_client_spec.rb +127 -0
- data/spec/ngrokapi/services/endpoint_configurations_client_spec.rb +240 -0
- data/spec/ngrokapi/services/endpoint_ip_policy_module_client_spec.rb +127 -0
- data/spec/ngrokapi/services/endpoint_logging_module_client_spec.rb +127 -0
- data/spec/ngrokapi/services/endpoint_mutual_tls_module_client_spec.rb +127 -0
- data/spec/ngrokapi/services/endpoint_o_auth_module_client_spec.rb +127 -0
- data/spec/ngrokapi/services/endpoint_oidc_module_client_spec.rb +127 -0
- data/spec/ngrokapi/services/endpoint_request_headers_module_client_spec.rb +127 -0
- data/spec/ngrokapi/services/endpoint_response_headers_module_client_spec.rb +127 -0
- data/spec/ngrokapi/services/endpoint_saml_module_client_spec.rb +127 -0
- data/spec/ngrokapi/services/endpoint_tls_termination_module_client_spec.rb +127 -0
- data/spec/ngrokapi/services/endpoint_webhook_validation_module_client_spec.rb +127 -0
- data/spec/ngrokapi/services/event_destinations_client_spec.rb +175 -0
- data/spec/ngrokapi/services/event_sources_client_spec.rb +162 -0
- data/spec/ngrokapi/services/event_streams_client_spec.rb +180 -0
- data/spec/ngrokapi/services/event_subscriptions_client_spec.rb +172 -0
- data/spec/ngrokapi/services/ip_policies_client_spec.rb +162 -0
- data/spec/ngrokapi/services/ip_policy_rules_client_spec.rb +168 -0
- data/spec/ngrokapi/services/ip_restrictions_client_spec.rb +174 -0
- data/spec/ngrokapi/services/ip_whitelist_client_spec.rb +162 -0
- data/spec/ngrokapi/services/reserved_addrs_client_spec.rb +209 -0
- data/spec/ngrokapi/services/reserved_domains_client_spec.rb +352 -0
- data/spec/ngrokapi/services/ssh_certificate_authorities_client_spec.rb +166 -0
- data/spec/ngrokapi/services/ssh_credentials_client_spec.rb +168 -0
- data/spec/ngrokapi/services/ssh_host_certificates_client_spec.rb +170 -0
- data/spec/ngrokapi/services/ssh_user_certificates_client_spec.rb +174 -0
- data/spec/ngrokapi/services/tls_certificates_client_spec.rb +164 -0
- data/spec/ngrokapi/services/tunnel_sessions_client_spec.rb +184 -0
- data/spec/ngrokapi/services/tunnels_client_spec.rb +21 -0
- data/spec/spec_helper.rb +958 -0
- metadata +355 -10
@@ -99,23 +99,99 @@
|
|
99
99
|
|
100
100
|
</div>
|
101
101
|
|
102
|
-
|
103
|
-
|
102
|
+
|
103
|
+
|
104
|
+
|
105
|
+
|
106
|
+
<h2>Instance Attribute Summary <small><a href="#" class="summary_toggle">collapse</a></small></h2>
|
107
|
+
<ul class="summary">
|
108
|
+
|
109
|
+
<li class="public ">
|
110
|
+
<span class="summary_signature">
|
111
|
+
|
112
|
+
<a href="#backend-instance_method" title="#backend (instance method)">#<strong>backend</strong> ⇒ Object </a>
|
104
113
|
|
105
|
-
<p>A resource representing data from the endpoint_configuration API</p>
|
106
114
|
|
115
|
+
|
116
|
+
</span>
|
117
|
+
|
118
|
+
|
119
|
+
|
120
|
+
|
121
|
+
<span class="note title readonly">readonly</span>
|
122
|
+
|
123
|
+
|
124
|
+
|
125
|
+
|
126
|
+
|
127
|
+
|
128
|
+
|
107
129
|
|
108
|
-
</div>
|
109
|
-
</div>
|
110
|
-
<div class="tags">
|
111
130
|
|
131
|
+
<span class="summary_desc"><div class='inline'>
|
132
|
+
<p>Returns the value of attribute backend.</p>
|
133
|
+
</div></span>
|
134
|
+
|
135
|
+
</li>
|
112
136
|
|
113
|
-
|
137
|
+
|
138
|
+
<li class="public ">
|
139
|
+
<span class="summary_signature">
|
140
|
+
|
141
|
+
<a href="#basic_auth-instance_method" title="#basic_auth (instance method)">#<strong>basic_auth</strong> ⇒ Object </a>
|
142
|
+
|
114
143
|
|
144
|
+
|
145
|
+
</span>
|
146
|
+
|
147
|
+
|
148
|
+
|
149
|
+
|
150
|
+
<span class="note title readonly">readonly</span>
|
151
|
+
|
152
|
+
|
153
|
+
|
154
|
+
|
155
|
+
|
156
|
+
|
157
|
+
|
115
158
|
|
159
|
+
|
160
|
+
<span class="summary_desc"><div class='inline'>
|
161
|
+
<p>Returns the value of attribute basic_auth.</p>
|
162
|
+
</div></span>
|
163
|
+
|
164
|
+
</li>
|
165
|
+
|
166
|
+
|
167
|
+
<li class="public ">
|
168
|
+
<span class="summary_signature">
|
169
|
+
|
170
|
+
<a href="#circuit_breaker-instance_method" title="#circuit_breaker (instance method)">#<strong>circuit_breaker</strong> ⇒ Object </a>
|
171
|
+
|
172
|
+
|
173
|
+
|
174
|
+
</span>
|
175
|
+
|
176
|
+
|
177
|
+
|
178
|
+
|
179
|
+
<span class="note title readonly">readonly</span>
|
180
|
+
|
181
|
+
|
182
|
+
|
183
|
+
|
184
|
+
|
185
|
+
|
186
|
+
|
187
|
+
|
188
|
+
|
189
|
+
<span class="summary_desc"><div class='inline'>
|
190
|
+
<p>Returns the value of attribute circuit_breaker.</p>
|
191
|
+
</div></span>
|
192
|
+
|
193
|
+
</li>
|
116
194
|
|
117
|
-
<h2>Instance Attribute Summary <small><a href="#" class="summary_toggle">collapse</a></small></h2>
|
118
|
-
<ul class="summary">
|
119
195
|
|
120
196
|
<li class="public ">
|
121
197
|
<span class="summary_signature">
|
@@ -143,6 +219,35 @@
|
|
143
219
|
<p>Returns the value of attribute client.</p>
|
144
220
|
</div></span>
|
145
221
|
|
222
|
+
</li>
|
223
|
+
|
224
|
+
|
225
|
+
<li class="public ">
|
226
|
+
<span class="summary_signature">
|
227
|
+
|
228
|
+
<a href="#compression-instance_method" title="#compression (instance method)">#<strong>compression</strong> ⇒ Object </a>
|
229
|
+
|
230
|
+
|
231
|
+
|
232
|
+
</span>
|
233
|
+
|
234
|
+
|
235
|
+
|
236
|
+
|
237
|
+
<span class="note title readonly">readonly</span>
|
238
|
+
|
239
|
+
|
240
|
+
|
241
|
+
|
242
|
+
|
243
|
+
|
244
|
+
|
245
|
+
|
246
|
+
|
247
|
+
<span class="summary_desc"><div class='inline'>
|
248
|
+
<p>Returns the value of attribute compression.</p>
|
249
|
+
</div></span>
|
250
|
+
|
146
251
|
</li>
|
147
252
|
|
148
253
|
|
@@ -236,7 +341,7 @@
|
|
236
341
|
<li class="public ">
|
237
342
|
<span class="summary_signature">
|
238
343
|
|
239
|
-
<a href="#
|
344
|
+
<a href="#ip_policy-instance_method" title="#ip_policy (instance method)">#<strong>ip_policy</strong> ⇒ Object </a>
|
240
345
|
|
241
346
|
|
242
347
|
|
@@ -256,7 +361,7 @@
|
|
256
361
|
|
257
362
|
|
258
363
|
<span class="summary_desc"><div class='inline'>
|
259
|
-
<p>Returns the value of attribute
|
364
|
+
<p>Returns the value of attribute ip_policy.</p>
|
260
365
|
</div></span>
|
261
366
|
|
262
367
|
</li>
|
@@ -265,7 +370,7 @@
|
|
265
370
|
<li class="public ">
|
266
371
|
<span class="summary_signature">
|
267
372
|
|
268
|
-
<a href="#
|
373
|
+
<a href="#logging-instance_method" title="#logging (instance method)">#<strong>logging</strong> ⇒ Object </a>
|
269
374
|
|
270
375
|
|
271
376
|
|
@@ -285,7 +390,7 @@
|
|
285
390
|
|
286
391
|
|
287
392
|
<span class="summary_desc"><div class='inline'>
|
288
|
-
<p>Returns the value of attribute
|
393
|
+
<p>Returns the value of attribute logging.</p>
|
289
394
|
</div></span>
|
290
395
|
|
291
396
|
</li>
|
@@ -294,7 +399,7 @@
|
|
294
399
|
<li class="public ">
|
295
400
|
<span class="summary_signature">
|
296
401
|
|
297
|
-
<a href="#
|
402
|
+
<a href="#metadata-instance_method" title="#metadata (instance method)">#<strong>metadata</strong> ⇒ Object </a>
|
298
403
|
|
299
404
|
|
300
405
|
|
@@ -314,29 +419,74 @@
|
|
314
419
|
|
315
420
|
|
316
421
|
<span class="summary_desc"><div class='inline'>
|
317
|
-
<p>Returns the value of attribute
|
422
|
+
<p>Returns the value of attribute metadata.</p>
|
318
423
|
</div></span>
|
319
424
|
|
320
425
|
</li>
|
321
426
|
|
322
427
|
|
323
|
-
|
428
|
+
<li class="public ">
|
429
|
+
<span class="summary_signature">
|
430
|
+
|
431
|
+
<a href="#mutual_tls-instance_method" title="#mutual_tls (instance method)">#<strong>mutual_tls</strong> ⇒ Object </a>
|
432
|
+
|
433
|
+
|
434
|
+
|
435
|
+
</span>
|
436
|
+
|
437
|
+
|
438
|
+
|
439
|
+
|
440
|
+
<span class="note title readonly">readonly</span>
|
441
|
+
|
442
|
+
|
443
|
+
|
444
|
+
|
445
|
+
|
446
|
+
|
447
|
+
|
324
448
|
|
449
|
+
|
450
|
+
<span class="summary_desc"><div class='inline'>
|
451
|
+
<p>Returns the value of attribute mutual_tls.</p>
|
452
|
+
</div></span>
|
453
|
+
|
454
|
+
</li>
|
325
455
|
|
456
|
+
|
457
|
+
<li class="public ">
|
458
|
+
<span class="summary_signature">
|
459
|
+
|
460
|
+
<a href="#oauth-instance_method" title="#oauth (instance method)">#<strong>oauth</strong> ⇒ Object </a>
|
461
|
+
|
326
462
|
|
463
|
+
|
464
|
+
</span>
|
465
|
+
|
466
|
+
|
467
|
+
|
468
|
+
|
469
|
+
<span class="note title readonly">readonly</span>
|
470
|
+
|
471
|
+
|
472
|
+
|
473
|
+
|
474
|
+
|
475
|
+
|
476
|
+
|
327
477
|
|
328
478
|
|
329
|
-
<
|
330
|
-
|
331
|
-
|
332
|
-
|
479
|
+
<span class="summary_desc"><div class='inline'>
|
480
|
+
<p>Returns the value of attribute oauth.</p>
|
481
|
+
</div></span>
|
482
|
+
|
483
|
+
</li>
|
333
484
|
|
334
|
-
|
335
|
-
|
336
|
-
<li class="public ">
|
485
|
+
|
486
|
+
<li class="public ">
|
337
487
|
<span class="summary_signature">
|
338
488
|
|
339
|
-
<a href="
|
489
|
+
<a href="#oidc-instance_method" title="#oidc (instance method)">#<strong>oidc</strong> ⇒ Object </a>
|
340
490
|
|
341
491
|
|
342
492
|
|
@@ -344,21 +494,28 @@
|
|
344
494
|
|
345
495
|
|
346
496
|
|
497
|
+
|
498
|
+
<span class="note title readonly">readonly</span>
|
499
|
+
|
500
|
+
|
501
|
+
|
347
502
|
|
348
503
|
|
349
504
|
|
350
505
|
|
351
506
|
|
352
507
|
|
353
|
-
<span class="summary_desc"><div class='inline'
|
508
|
+
<span class="summary_desc"><div class='inline'>
|
509
|
+
<p>Returns the value of attribute oidc.</p>
|
510
|
+
</div></span>
|
354
511
|
|
355
512
|
</li>
|
356
513
|
|
357
|
-
|
358
|
-
|
514
|
+
|
515
|
+
<li class="public ">
|
359
516
|
<span class="summary_signature">
|
360
517
|
|
361
|
-
<a href="#
|
518
|
+
<a href="#request_headers-instance_method" title="#request_headers (instance method)">#<strong>request_headers</strong> ⇒ Object </a>
|
362
519
|
|
363
520
|
|
364
521
|
|
@@ -366,6 +523,11 @@
|
|
366
523
|
|
367
524
|
|
368
525
|
|
526
|
+
|
527
|
+
<span class="note title readonly">readonly</span>
|
528
|
+
|
529
|
+
|
530
|
+
|
369
531
|
|
370
532
|
|
371
533
|
|
@@ -373,24 +535,27 @@
|
|
373
535
|
|
374
536
|
|
375
537
|
<span class="summary_desc"><div class='inline'>
|
376
|
-
<p>
|
538
|
+
<p>Returns the value of attribute request_headers.</p>
|
377
539
|
</div></span>
|
378
540
|
|
379
541
|
</li>
|
380
542
|
|
381
|
-
|
382
|
-
|
543
|
+
|
544
|
+
<li class="public ">
|
383
545
|
<span class="summary_signature">
|
384
546
|
|
385
|
-
<a href="#
|
547
|
+
<a href="#response_headers-instance_method" title="#response_headers (instance method)">#<strong>response_headers</strong> ⇒ Object </a>
|
386
548
|
|
387
549
|
|
388
550
|
|
389
551
|
</span>
|
390
552
|
|
391
553
|
|
392
|
-
<span class="note title constructor">constructor</span>
|
393
554
|
|
555
|
+
|
556
|
+
<span class="note title readonly">readonly</span>
|
557
|
+
|
558
|
+
|
394
559
|
|
395
560
|
|
396
561
|
|
@@ -399,16 +564,16 @@
|
|
399
564
|
|
400
565
|
|
401
566
|
<span class="summary_desc"><div class='inline'>
|
402
|
-
<p>
|
567
|
+
<p>Returns the value of attribute response_headers.</p>
|
403
568
|
</div></span>
|
404
569
|
|
405
570
|
</li>
|
406
571
|
|
407
|
-
|
408
|
-
|
572
|
+
|
573
|
+
<li class="public ">
|
409
574
|
<span class="summary_signature">
|
410
575
|
|
411
|
-
<a href="#
|
576
|
+
<a href="#result-instance_method" title="#result (instance method)">#<strong>result</strong> ⇒ Object </a>
|
412
577
|
|
413
578
|
|
414
579
|
|
@@ -416,21 +581,28 @@
|
|
416
581
|
|
417
582
|
|
418
583
|
|
584
|
+
|
585
|
+
<span class="note title readonly">readonly</span>
|
586
|
+
|
587
|
+
|
588
|
+
|
419
589
|
|
420
590
|
|
421
591
|
|
422
592
|
|
423
593
|
|
424
594
|
|
425
|
-
<span class="summary_desc"><div class='inline'
|
595
|
+
<span class="summary_desc"><div class='inline'>
|
596
|
+
<p>Returns the value of attribute result.</p>
|
597
|
+
</div></span>
|
426
598
|
|
427
599
|
</li>
|
428
600
|
|
429
|
-
|
430
|
-
|
601
|
+
|
602
|
+
<li class="public ">
|
431
603
|
<span class="summary_signature">
|
432
604
|
|
433
|
-
<a href="#
|
605
|
+
<a href="#saml-instance_method" title="#saml (instance method)">#<strong>saml</strong> ⇒ Object </a>
|
434
606
|
|
435
607
|
|
436
608
|
|
@@ -438,6 +610,11 @@
|
|
438
610
|
|
439
611
|
|
440
612
|
|
613
|
+
|
614
|
+
<span class="note title readonly">readonly</span>
|
615
|
+
|
616
|
+
|
617
|
+
|
441
618
|
|
442
619
|
|
443
620
|
|
@@ -445,22 +622,918 @@
|
|
445
622
|
|
446
623
|
|
447
624
|
<span class="summary_desc"><div class='inline'>
|
448
|
-
<p>
|
625
|
+
<p>Returns the value of attribute saml.</p>
|
449
626
|
</div></span>
|
450
627
|
|
451
628
|
</li>
|
452
629
|
|
453
|
-
|
454
|
-
|
630
|
+
|
631
|
+
<li class="public ">
|
632
|
+
<span class="summary_signature">
|
633
|
+
|
634
|
+
<a href="#tls_termination-instance_method" title="#tls_termination (instance method)">#<strong>tls_termination</strong> ⇒ Object </a>
|
635
|
+
|
636
|
+
|
637
|
+
|
638
|
+
</span>
|
639
|
+
|
640
|
+
|
641
|
+
|
642
|
+
|
643
|
+
<span class="note title readonly">readonly</span>
|
644
|
+
|
645
|
+
|
646
|
+
|
647
|
+
|
648
|
+
|
649
|
+
|
455
650
|
|
456
651
|
|
457
|
-
<div id="constructor_details" class="method_details_list">
|
458
|
-
<h2>Constructor Details</h2>
|
459
652
|
|
460
|
-
<
|
461
|
-
|
653
|
+
<span class="summary_desc"><div class='inline'>
|
654
|
+
<p>Returns the value of attribute tls_termination.</p>
|
655
|
+
</div></span>
|
656
|
+
|
657
|
+
</li>
|
658
|
+
|
659
|
+
|
660
|
+
<li class="public ">
|
661
|
+
<span class="summary_signature">
|
662
|
+
|
663
|
+
<a href="#type-instance_method" title="#type (instance method)">#<strong>type</strong> ⇒ Object </a>
|
664
|
+
|
665
|
+
|
666
|
+
|
667
|
+
</span>
|
668
|
+
|
669
|
+
|
670
|
+
|
671
|
+
|
672
|
+
<span class="note title readonly">readonly</span>
|
673
|
+
|
674
|
+
|
675
|
+
|
676
|
+
|
677
|
+
|
678
|
+
|
679
|
+
|
680
|
+
|
681
|
+
|
682
|
+
<span class="summary_desc"><div class='inline'>
|
683
|
+
<p>Returns the value of attribute type.</p>
|
684
|
+
</div></span>
|
685
|
+
|
686
|
+
</li>
|
687
|
+
|
688
|
+
|
689
|
+
<li class="public ">
|
690
|
+
<span class="summary_signature">
|
691
|
+
|
692
|
+
<a href="#uri-instance_method" title="#uri (instance method)">#<strong>uri</strong> ⇒ Object </a>
|
693
|
+
|
694
|
+
|
695
|
+
|
696
|
+
</span>
|
697
|
+
|
698
|
+
|
699
|
+
|
700
|
+
|
701
|
+
<span class="note title readonly">readonly</span>
|
702
|
+
|
703
|
+
|
704
|
+
|
705
|
+
|
706
|
+
|
707
|
+
|
708
|
+
|
709
|
+
|
710
|
+
|
711
|
+
<span class="summary_desc"><div class='inline'>
|
712
|
+
<p>Returns the value of attribute uri.</p>
|
713
|
+
</div></span>
|
714
|
+
|
715
|
+
</li>
|
716
|
+
|
717
|
+
|
718
|
+
<li class="public ">
|
719
|
+
<span class="summary_signature">
|
720
|
+
|
721
|
+
<a href="#webhook_validation-instance_method" title="#webhook_validation (instance method)">#<strong>webhook_validation</strong> ⇒ Object </a>
|
722
|
+
|
723
|
+
|
724
|
+
|
725
|
+
</span>
|
726
|
+
|
727
|
+
|
728
|
+
|
729
|
+
|
730
|
+
<span class="note title readonly">readonly</span>
|
731
|
+
|
732
|
+
|
733
|
+
|
734
|
+
|
735
|
+
|
736
|
+
|
737
|
+
|
738
|
+
|
739
|
+
|
740
|
+
<span class="summary_desc"><div class='inline'>
|
741
|
+
<p>Returns the value of attribute webhook_validation.</p>
|
742
|
+
</div></span>
|
743
|
+
|
744
|
+
</li>
|
745
|
+
|
746
|
+
|
747
|
+
</ul>
|
748
|
+
|
749
|
+
|
750
|
+
|
751
|
+
|
752
|
+
|
753
|
+
<h2>
|
754
|
+
Instance Method Summary
|
755
|
+
<small><a href="#" class="summary_toggle">collapse</a></small>
|
756
|
+
</h2>
|
757
|
+
|
758
|
+
<ul class="summary">
|
759
|
+
|
760
|
+
<li class="public ">
|
761
|
+
<span class="summary_signature">
|
762
|
+
|
763
|
+
<a href="#==-instance_method" title="#== (instance method)">#<strong>==</strong>(other) ⇒ Object </a>
|
764
|
+
|
765
|
+
|
766
|
+
|
767
|
+
</span>
|
768
|
+
|
769
|
+
|
770
|
+
|
771
|
+
|
772
|
+
|
773
|
+
|
774
|
+
|
775
|
+
|
776
|
+
|
777
|
+
<span class="summary_desc"><div class='inline'></div></span>
|
778
|
+
|
779
|
+
</li>
|
780
|
+
|
781
|
+
|
782
|
+
<li class="public ">
|
783
|
+
<span class="summary_signature">
|
784
|
+
|
785
|
+
<a href="#delete-instance_method" title="#delete (instance method)">#<strong>delete</strong> ⇒ Object </a>
|
786
|
+
|
787
|
+
|
788
|
+
|
789
|
+
</span>
|
790
|
+
|
791
|
+
|
792
|
+
|
793
|
+
|
794
|
+
|
795
|
+
|
796
|
+
|
797
|
+
|
798
|
+
|
799
|
+
<span class="summary_desc"><div class='inline'>
|
800
|
+
<p>Delete an endpoint configuration.</p>
|
801
|
+
</div></span>
|
802
|
+
|
803
|
+
</li>
|
804
|
+
|
805
|
+
|
806
|
+
<li class="public ">
|
807
|
+
<span class="summary_signature">
|
808
|
+
|
809
|
+
<a href="#initialize-instance_method" title="#initialize (instance method)">#<strong>initialize</strong>(client:, result:) ⇒ EndpointConfiguration </a>
|
810
|
+
|
811
|
+
|
812
|
+
|
813
|
+
</span>
|
814
|
+
|
815
|
+
|
816
|
+
<span class="note title constructor">constructor</span>
|
817
|
+
|
818
|
+
|
819
|
+
|
820
|
+
|
821
|
+
|
822
|
+
|
823
|
+
|
824
|
+
|
825
|
+
<span class="summary_desc"><div class='inline'>
|
826
|
+
<p>A new instance of EndpointConfiguration.</p>
|
827
|
+
</div></span>
|
828
|
+
|
829
|
+
</li>
|
830
|
+
|
831
|
+
|
832
|
+
<li class="public ">
|
833
|
+
<span class="summary_signature">
|
834
|
+
|
835
|
+
<a href="#to_s-instance_method" title="#to_s (instance method)">#<strong>to_s</strong> ⇒ Object </a>
|
836
|
+
|
837
|
+
|
838
|
+
|
839
|
+
</span>
|
840
|
+
|
841
|
+
|
842
|
+
|
843
|
+
|
844
|
+
|
845
|
+
|
846
|
+
|
847
|
+
|
848
|
+
|
849
|
+
<span class="summary_desc"><div class='inline'></div></span>
|
850
|
+
|
851
|
+
</li>
|
852
|
+
|
853
|
+
|
854
|
+
<li class="public ">
|
855
|
+
<span class="summary_signature">
|
856
|
+
|
857
|
+
<a href="#update-instance_method" title="#update (instance method)">#<strong>update</strong>(description: nil, metadata: nil, circuit_breaker: nil, compression: nil, request_headers: nil, response_headers: nil, ip_policy: nil, mutual_tls: nil, tls_termination: nil, webhook_validation: nil, oauth: nil, logging: nil, saml: nil, oidc: nil) ⇒ Object </a>
|
858
|
+
|
859
|
+
|
860
|
+
|
861
|
+
</span>
|
862
|
+
|
863
|
+
|
864
|
+
|
865
|
+
|
866
|
+
|
867
|
+
|
868
|
+
|
869
|
+
|
870
|
+
|
871
|
+
<span class="summary_desc"><div class='inline'>
|
872
|
+
<p>Updates an endpoint configuration.</p>
|
873
|
+
</div></span>
|
874
|
+
|
875
|
+
</li>
|
876
|
+
|
877
|
+
|
878
|
+
</ul>
|
879
|
+
|
880
|
+
|
881
|
+
<div id="constructor_details" class="method_details_list">
|
882
|
+
<h2>Constructor Details</h2>
|
883
|
+
|
884
|
+
<div class="method_details first">
|
885
|
+
<h3 class="signature first" id="initialize-instance_method">
|
886
|
+
|
887
|
+
#<strong>initialize</strong>(client:, result:) ⇒ <tt><span class='object_link'><a href="" title="NgrokAPI::Models::EndpointConfiguration (class)">EndpointConfiguration</a></span></tt>
|
888
|
+
|
889
|
+
|
890
|
+
|
891
|
+
|
892
|
+
|
893
|
+
</h3><div class="docstring">
|
894
|
+
<div class="discussion">
|
895
|
+
|
896
|
+
<p>Returns a new instance of EndpointConfiguration.</p>
|
897
|
+
|
898
|
+
|
899
|
+
</div>
|
900
|
+
</div>
|
901
|
+
<div class="tags">
|
902
|
+
|
903
|
+
|
904
|
+
</div><table class="source_code">
|
905
|
+
<tr>
|
906
|
+
<td>
|
907
|
+
<pre class="lines">
|
908
|
+
|
909
|
+
|
910
|
+
29
|
911
|
+
30
|
912
|
+
31
|
913
|
+
32
|
914
|
+
33
|
915
|
+
34
|
916
|
+
35
|
917
|
+
36
|
918
|
+
37
|
919
|
+
38
|
920
|
+
39
|
921
|
+
40
|
922
|
+
41
|
923
|
+
42
|
924
|
+
43
|
925
|
+
44
|
926
|
+
45
|
927
|
+
46
|
928
|
+
47
|
929
|
+
48
|
930
|
+
49
|
931
|
+
50
|
932
|
+
51
|
933
|
+
52</pre>
|
934
|
+
</td>
|
935
|
+
<td>
|
936
|
+
<pre class="code"><span class="info file"># File 'lib/ngrokapi/models/endpoint_configuration.rb', line 29</span>
|
937
|
+
|
938
|
+
<span class='kw'>def</span> <span class='id identifier rubyid_initialize'>initialize</span><span class='lparen'>(</span><span class='label'>client:</span><span class='comma'>,</span> <span class='label'>result:</span><span class='rparen'>)</span>
|
939
|
+
<span class='ivar'>@client</span> <span class='op'>=</span> <span class='id identifier rubyid_client'>client</span>
|
940
|
+
<span class='ivar'>@result</span> <span class='op'>=</span> <span class='id identifier rubyid_result'>result</span>
|
941
|
+
<span class='ivar'>@id</span> <span class='op'>=</span> <span class='ivar'>@result</span><span class='lbracket'>[</span><span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>id</span><span class='tstring_end'>'</span></span><span class='rbracket'>]</span>
|
942
|
+
<span class='ivar'>@type</span> <span class='op'>=</span> <span class='ivar'>@result</span><span class='lbracket'>[</span><span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>type</span><span class='tstring_end'>'</span></span><span class='rbracket'>]</span>
|
943
|
+
<span class='ivar'>@description</span> <span class='op'>=</span> <span class='ivar'>@result</span><span class='lbracket'>[</span><span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>description</span><span class='tstring_end'>'</span></span><span class='rbracket'>]</span>
|
944
|
+
<span class='ivar'>@metadata</span> <span class='op'>=</span> <span class='ivar'>@result</span><span class='lbracket'>[</span><span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>metadata</span><span class='tstring_end'>'</span></span><span class='rbracket'>]</span>
|
945
|
+
<span class='ivar'>@created_at</span> <span class='op'>=</span> <span class='ivar'>@result</span><span class='lbracket'>[</span><span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>created_at</span><span class='tstring_end'>'</span></span><span class='rbracket'>]</span>
|
946
|
+
<span class='ivar'>@uri</span> <span class='op'>=</span> <span class='ivar'>@result</span><span class='lbracket'>[</span><span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>uri</span><span class='tstring_end'>'</span></span><span class='rbracket'>]</span>
|
947
|
+
<span class='ivar'>@basic_auth</span> <span class='op'>=</span> <span class='ivar'>@result</span><span class='lbracket'>[</span><span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>basic_auth</span><span class='tstring_end'>'</span></span><span class='rbracket'>]</span>
|
948
|
+
<span class='ivar'>@circuit_breaker</span> <span class='op'>=</span> <span class='ivar'>@result</span><span class='lbracket'>[</span><span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>circuit_breaker</span><span class='tstring_end'>'</span></span><span class='rbracket'>]</span>
|
949
|
+
<span class='ivar'>@compression</span> <span class='op'>=</span> <span class='ivar'>@result</span><span class='lbracket'>[</span><span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>compression</span><span class='tstring_end'>'</span></span><span class='rbracket'>]</span>
|
950
|
+
<span class='ivar'>@request_headers</span> <span class='op'>=</span> <span class='ivar'>@result</span><span class='lbracket'>[</span><span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>request_headers</span><span class='tstring_end'>'</span></span><span class='rbracket'>]</span>
|
951
|
+
<span class='ivar'>@response_headers</span> <span class='op'>=</span> <span class='ivar'>@result</span><span class='lbracket'>[</span><span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>response_headers</span><span class='tstring_end'>'</span></span><span class='rbracket'>]</span>
|
952
|
+
<span class='ivar'>@ip_policy</span> <span class='op'>=</span> <span class='ivar'>@result</span><span class='lbracket'>[</span><span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>ip_policy</span><span class='tstring_end'>'</span></span><span class='rbracket'>]</span>
|
953
|
+
<span class='ivar'>@mutual_tls</span> <span class='op'>=</span> <span class='ivar'>@result</span><span class='lbracket'>[</span><span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>mutual_tls</span><span class='tstring_end'>'</span></span><span class='rbracket'>]</span>
|
954
|
+
<span class='ivar'>@tls_termination</span> <span class='op'>=</span> <span class='ivar'>@result</span><span class='lbracket'>[</span><span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>tls_termination</span><span class='tstring_end'>'</span></span><span class='rbracket'>]</span>
|
955
|
+
<span class='ivar'>@webhook_validation</span> <span class='op'>=</span> <span class='ivar'>@result</span><span class='lbracket'>[</span><span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>webhook_validation</span><span class='tstring_end'>'</span></span><span class='rbracket'>]</span>
|
956
|
+
<span class='ivar'>@oauth</span> <span class='op'>=</span> <span class='ivar'>@result</span><span class='lbracket'>[</span><span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>oauth</span><span class='tstring_end'>'</span></span><span class='rbracket'>]</span>
|
957
|
+
<span class='ivar'>@logging</span> <span class='op'>=</span> <span class='ivar'>@result</span><span class='lbracket'>[</span><span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>logging</span><span class='tstring_end'>'</span></span><span class='rbracket'>]</span>
|
958
|
+
<span class='ivar'>@saml</span> <span class='op'>=</span> <span class='ivar'>@result</span><span class='lbracket'>[</span><span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>saml</span><span class='tstring_end'>'</span></span><span class='rbracket'>]</span>
|
959
|
+
<span class='ivar'>@oidc</span> <span class='op'>=</span> <span class='ivar'>@result</span><span class='lbracket'>[</span><span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>oidc</span><span class='tstring_end'>'</span></span><span class='rbracket'>]</span>
|
960
|
+
<span class='ivar'>@backend</span> <span class='op'>=</span> <span class='ivar'>@result</span><span class='lbracket'>[</span><span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>backend</span><span class='tstring_end'>'</span></span><span class='rbracket'>]</span>
|
961
|
+
<span class='kw'>end</span></pre>
|
962
|
+
</td>
|
963
|
+
</tr>
|
964
|
+
</table>
|
965
|
+
</div>
|
966
|
+
|
967
|
+
</div>
|
968
|
+
|
969
|
+
<div id="instance_attr_details" class="attr_details">
|
970
|
+
<h2>Instance Attribute Details</h2>
|
971
|
+
|
972
|
+
|
973
|
+
<span id=""></span>
|
974
|
+
<div class="method_details first">
|
975
|
+
<h3 class="signature first" id="backend-instance_method">
|
976
|
+
|
977
|
+
#<strong>backend</strong> ⇒ <tt>Object</tt> <span class="extras">(readonly)</span>
|
978
|
+
|
979
|
+
|
980
|
+
|
981
|
+
|
982
|
+
|
983
|
+
</h3><div class="docstring">
|
984
|
+
<div class="discussion">
|
985
|
+
|
986
|
+
<p>Returns the value of attribute backend.</p>
|
987
|
+
|
988
|
+
|
989
|
+
</div>
|
990
|
+
</div>
|
991
|
+
<div class="tags">
|
992
|
+
|
993
|
+
|
994
|
+
</div><table class="source_code">
|
995
|
+
<tr>
|
996
|
+
<td>
|
997
|
+
<pre class="lines">
|
998
|
+
|
999
|
+
|
1000
|
+
6
|
1001
|
+
7
|
1002
|
+
8</pre>
|
1003
|
+
</td>
|
1004
|
+
<td>
|
1005
|
+
<pre class="code"><span class="info file"># File 'lib/ngrokapi/models/endpoint_configuration.rb', line 6</span>
|
1006
|
+
|
1007
|
+
<span class='kw'>def</span> <span class='id identifier rubyid_backend'>backend</span>
|
1008
|
+
<span class='ivar'>@backend</span>
|
1009
|
+
<span class='kw'>end</span></pre>
|
1010
|
+
</td>
|
1011
|
+
</tr>
|
1012
|
+
</table>
|
1013
|
+
</div>
|
1014
|
+
|
1015
|
+
|
1016
|
+
<span id=""></span>
|
1017
|
+
<div class="method_details ">
|
1018
|
+
<h3 class="signature " id="basic_auth-instance_method">
|
1019
|
+
|
1020
|
+
#<strong>basic_auth</strong> ⇒ <tt>Object</tt> <span class="extras">(readonly)</span>
|
1021
|
+
|
1022
|
+
|
1023
|
+
|
1024
|
+
|
1025
|
+
|
1026
|
+
</h3><div class="docstring">
|
1027
|
+
<div class="discussion">
|
1028
|
+
|
1029
|
+
<p>Returns the value of attribute basic_auth.</p>
|
1030
|
+
|
1031
|
+
|
1032
|
+
</div>
|
1033
|
+
</div>
|
1034
|
+
<div class="tags">
|
1035
|
+
|
1036
|
+
|
1037
|
+
</div><table class="source_code">
|
1038
|
+
<tr>
|
1039
|
+
<td>
|
1040
|
+
<pre class="lines">
|
1041
|
+
|
1042
|
+
|
1043
|
+
6
|
1044
|
+
7
|
1045
|
+
8</pre>
|
1046
|
+
</td>
|
1047
|
+
<td>
|
1048
|
+
<pre class="code"><span class="info file"># File 'lib/ngrokapi/models/endpoint_configuration.rb', line 6</span>
|
1049
|
+
|
1050
|
+
<span class='kw'>def</span> <span class='id identifier rubyid_basic_auth'>basic_auth</span>
|
1051
|
+
<span class='ivar'>@basic_auth</span>
|
1052
|
+
<span class='kw'>end</span></pre>
|
1053
|
+
</td>
|
1054
|
+
</tr>
|
1055
|
+
</table>
|
1056
|
+
</div>
|
1057
|
+
|
1058
|
+
|
1059
|
+
<span id=""></span>
|
1060
|
+
<div class="method_details ">
|
1061
|
+
<h3 class="signature " id="circuit_breaker-instance_method">
|
1062
|
+
|
1063
|
+
#<strong>circuit_breaker</strong> ⇒ <tt>Object</tt> <span class="extras">(readonly)</span>
|
1064
|
+
|
1065
|
+
|
1066
|
+
|
1067
|
+
|
1068
|
+
|
1069
|
+
</h3><div class="docstring">
|
1070
|
+
<div class="discussion">
|
1071
|
+
|
1072
|
+
<p>Returns the value of attribute circuit_breaker.</p>
|
1073
|
+
|
1074
|
+
|
1075
|
+
</div>
|
1076
|
+
</div>
|
1077
|
+
<div class="tags">
|
1078
|
+
|
1079
|
+
|
1080
|
+
</div><table class="source_code">
|
1081
|
+
<tr>
|
1082
|
+
<td>
|
1083
|
+
<pre class="lines">
|
1084
|
+
|
1085
|
+
|
1086
|
+
6
|
1087
|
+
7
|
1088
|
+
8</pre>
|
1089
|
+
</td>
|
1090
|
+
<td>
|
1091
|
+
<pre class="code"><span class="info file"># File 'lib/ngrokapi/models/endpoint_configuration.rb', line 6</span>
|
1092
|
+
|
1093
|
+
<span class='kw'>def</span> <span class='id identifier rubyid_circuit_breaker'>circuit_breaker</span>
|
1094
|
+
<span class='ivar'>@circuit_breaker</span>
|
1095
|
+
<span class='kw'>end</span></pre>
|
1096
|
+
</td>
|
1097
|
+
</tr>
|
1098
|
+
</table>
|
1099
|
+
</div>
|
1100
|
+
|
1101
|
+
|
1102
|
+
<span id=""></span>
|
1103
|
+
<div class="method_details ">
|
1104
|
+
<h3 class="signature " id="client-instance_method">
|
1105
|
+
|
1106
|
+
#<strong>client</strong> ⇒ <tt>Object</tt> <span class="extras">(readonly)</span>
|
1107
|
+
|
1108
|
+
|
1109
|
+
|
1110
|
+
|
1111
|
+
|
1112
|
+
</h3><div class="docstring">
|
1113
|
+
<div class="discussion">
|
1114
|
+
|
1115
|
+
<p>Returns the value of attribute client.</p>
|
1116
|
+
|
1117
|
+
|
1118
|
+
</div>
|
1119
|
+
</div>
|
1120
|
+
<div class="tags">
|
1121
|
+
|
1122
|
+
|
1123
|
+
</div><table class="source_code">
|
1124
|
+
<tr>
|
1125
|
+
<td>
|
1126
|
+
<pre class="lines">
|
1127
|
+
|
1128
|
+
|
1129
|
+
6
|
1130
|
+
7
|
1131
|
+
8</pre>
|
1132
|
+
</td>
|
1133
|
+
<td>
|
1134
|
+
<pre class="code"><span class="info file"># File 'lib/ngrokapi/models/endpoint_configuration.rb', line 6</span>
|
1135
|
+
|
1136
|
+
<span class='kw'>def</span> <span class='id identifier rubyid_client'>client</span>
|
1137
|
+
<span class='ivar'>@client</span>
|
1138
|
+
<span class='kw'>end</span></pre>
|
1139
|
+
</td>
|
1140
|
+
</tr>
|
1141
|
+
</table>
|
1142
|
+
</div>
|
1143
|
+
|
1144
|
+
|
1145
|
+
<span id=""></span>
|
1146
|
+
<div class="method_details ">
|
1147
|
+
<h3 class="signature " id="compression-instance_method">
|
1148
|
+
|
1149
|
+
#<strong>compression</strong> ⇒ <tt>Object</tt> <span class="extras">(readonly)</span>
|
1150
|
+
|
1151
|
+
|
1152
|
+
|
1153
|
+
|
1154
|
+
|
1155
|
+
</h3><div class="docstring">
|
1156
|
+
<div class="discussion">
|
1157
|
+
|
1158
|
+
<p>Returns the value of attribute compression.</p>
|
1159
|
+
|
1160
|
+
|
1161
|
+
</div>
|
1162
|
+
</div>
|
1163
|
+
<div class="tags">
|
1164
|
+
|
1165
|
+
|
1166
|
+
</div><table class="source_code">
|
1167
|
+
<tr>
|
1168
|
+
<td>
|
1169
|
+
<pre class="lines">
|
1170
|
+
|
1171
|
+
|
1172
|
+
6
|
1173
|
+
7
|
1174
|
+
8</pre>
|
1175
|
+
</td>
|
1176
|
+
<td>
|
1177
|
+
<pre class="code"><span class="info file"># File 'lib/ngrokapi/models/endpoint_configuration.rb', line 6</span>
|
1178
|
+
|
1179
|
+
<span class='kw'>def</span> <span class='id identifier rubyid_compression'>compression</span>
|
1180
|
+
<span class='ivar'>@compression</span>
|
1181
|
+
<span class='kw'>end</span></pre>
|
1182
|
+
</td>
|
1183
|
+
</tr>
|
1184
|
+
</table>
|
1185
|
+
</div>
|
1186
|
+
|
1187
|
+
|
1188
|
+
<span id=""></span>
|
1189
|
+
<div class="method_details ">
|
1190
|
+
<h3 class="signature " id="created_at-instance_method">
|
1191
|
+
|
1192
|
+
#<strong>created_at</strong> ⇒ <tt>Object</tt> <span class="extras">(readonly)</span>
|
1193
|
+
|
1194
|
+
|
1195
|
+
|
1196
|
+
|
1197
|
+
|
1198
|
+
</h3><div class="docstring">
|
1199
|
+
<div class="discussion">
|
1200
|
+
|
1201
|
+
<p>Returns the value of attribute created_at.</p>
|
1202
|
+
|
1203
|
+
|
1204
|
+
</div>
|
1205
|
+
</div>
|
1206
|
+
<div class="tags">
|
1207
|
+
|
1208
|
+
|
1209
|
+
</div><table class="source_code">
|
1210
|
+
<tr>
|
1211
|
+
<td>
|
1212
|
+
<pre class="lines">
|
1213
|
+
|
1214
|
+
|
1215
|
+
6
|
1216
|
+
7
|
1217
|
+
8</pre>
|
1218
|
+
</td>
|
1219
|
+
<td>
|
1220
|
+
<pre class="code"><span class="info file"># File 'lib/ngrokapi/models/endpoint_configuration.rb', line 6</span>
|
1221
|
+
|
1222
|
+
<span class='kw'>def</span> <span class='id identifier rubyid_created_at'>created_at</span>
|
1223
|
+
<span class='ivar'>@created_at</span>
|
1224
|
+
<span class='kw'>end</span></pre>
|
1225
|
+
</td>
|
1226
|
+
</tr>
|
1227
|
+
</table>
|
1228
|
+
</div>
|
1229
|
+
|
1230
|
+
|
1231
|
+
<span id=""></span>
|
1232
|
+
<div class="method_details ">
|
1233
|
+
<h3 class="signature " id="description-instance_method">
|
1234
|
+
|
1235
|
+
#<strong>description</strong> ⇒ <tt>Object</tt> <span class="extras">(readonly)</span>
|
1236
|
+
|
1237
|
+
|
1238
|
+
|
1239
|
+
|
1240
|
+
|
1241
|
+
</h3><div class="docstring">
|
1242
|
+
<div class="discussion">
|
1243
|
+
|
1244
|
+
<p>Returns the value of attribute description.</p>
|
1245
|
+
|
1246
|
+
|
1247
|
+
</div>
|
1248
|
+
</div>
|
1249
|
+
<div class="tags">
|
1250
|
+
|
1251
|
+
|
1252
|
+
</div><table class="source_code">
|
1253
|
+
<tr>
|
1254
|
+
<td>
|
1255
|
+
<pre class="lines">
|
1256
|
+
|
1257
|
+
|
1258
|
+
6
|
1259
|
+
7
|
1260
|
+
8</pre>
|
1261
|
+
</td>
|
1262
|
+
<td>
|
1263
|
+
<pre class="code"><span class="info file"># File 'lib/ngrokapi/models/endpoint_configuration.rb', line 6</span>
|
1264
|
+
|
1265
|
+
<span class='kw'>def</span> <span class='id identifier rubyid_description'>description</span>
|
1266
|
+
<span class='ivar'>@description</span>
|
1267
|
+
<span class='kw'>end</span></pre>
|
1268
|
+
</td>
|
1269
|
+
</tr>
|
1270
|
+
</table>
|
1271
|
+
</div>
|
1272
|
+
|
1273
|
+
|
1274
|
+
<span id=""></span>
|
1275
|
+
<div class="method_details ">
|
1276
|
+
<h3 class="signature " id="id-instance_method">
|
1277
|
+
|
1278
|
+
#<strong>id</strong> ⇒ <tt>Object</tt> <span class="extras">(readonly)</span>
|
1279
|
+
|
1280
|
+
|
1281
|
+
|
1282
|
+
|
1283
|
+
|
1284
|
+
</h3><div class="docstring">
|
1285
|
+
<div class="discussion">
|
1286
|
+
|
1287
|
+
<p>Returns the value of attribute id.</p>
|
1288
|
+
|
1289
|
+
|
1290
|
+
</div>
|
1291
|
+
</div>
|
1292
|
+
<div class="tags">
|
1293
|
+
|
1294
|
+
|
1295
|
+
</div><table class="source_code">
|
1296
|
+
<tr>
|
1297
|
+
<td>
|
1298
|
+
<pre class="lines">
|
1299
|
+
|
1300
|
+
|
1301
|
+
6
|
1302
|
+
7
|
1303
|
+
8</pre>
|
1304
|
+
</td>
|
1305
|
+
<td>
|
1306
|
+
<pre class="code"><span class="info file"># File 'lib/ngrokapi/models/endpoint_configuration.rb', line 6</span>
|
1307
|
+
|
1308
|
+
<span class='kw'>def</span> <span class='id identifier rubyid_id'>id</span>
|
1309
|
+
<span class='ivar'>@id</span>
|
1310
|
+
<span class='kw'>end</span></pre>
|
1311
|
+
</td>
|
1312
|
+
</tr>
|
1313
|
+
</table>
|
1314
|
+
</div>
|
1315
|
+
|
1316
|
+
|
1317
|
+
<span id=""></span>
|
1318
|
+
<div class="method_details ">
|
1319
|
+
<h3 class="signature " id="ip_policy-instance_method">
|
1320
|
+
|
1321
|
+
#<strong>ip_policy</strong> ⇒ <tt>Object</tt> <span class="extras">(readonly)</span>
|
1322
|
+
|
1323
|
+
|
1324
|
+
|
1325
|
+
|
1326
|
+
|
1327
|
+
</h3><div class="docstring">
|
1328
|
+
<div class="discussion">
|
1329
|
+
|
1330
|
+
<p>Returns the value of attribute ip_policy.</p>
|
1331
|
+
|
1332
|
+
|
1333
|
+
</div>
|
1334
|
+
</div>
|
1335
|
+
<div class="tags">
|
1336
|
+
|
1337
|
+
|
1338
|
+
</div><table class="source_code">
|
1339
|
+
<tr>
|
1340
|
+
<td>
|
1341
|
+
<pre class="lines">
|
1342
|
+
|
1343
|
+
|
1344
|
+
6
|
1345
|
+
7
|
1346
|
+
8</pre>
|
1347
|
+
</td>
|
1348
|
+
<td>
|
1349
|
+
<pre class="code"><span class="info file"># File 'lib/ngrokapi/models/endpoint_configuration.rb', line 6</span>
|
1350
|
+
|
1351
|
+
<span class='kw'>def</span> <span class='id identifier rubyid_ip_policy'>ip_policy</span>
|
1352
|
+
<span class='ivar'>@ip_policy</span>
|
1353
|
+
<span class='kw'>end</span></pre>
|
1354
|
+
</td>
|
1355
|
+
</tr>
|
1356
|
+
</table>
|
1357
|
+
</div>
|
1358
|
+
|
1359
|
+
|
1360
|
+
<span id=""></span>
|
1361
|
+
<div class="method_details ">
|
1362
|
+
<h3 class="signature " id="logging-instance_method">
|
1363
|
+
|
1364
|
+
#<strong>logging</strong> ⇒ <tt>Object</tt> <span class="extras">(readonly)</span>
|
1365
|
+
|
1366
|
+
|
1367
|
+
|
1368
|
+
|
1369
|
+
|
1370
|
+
</h3><div class="docstring">
|
1371
|
+
<div class="discussion">
|
1372
|
+
|
1373
|
+
<p>Returns the value of attribute logging.</p>
|
1374
|
+
|
1375
|
+
|
1376
|
+
</div>
|
1377
|
+
</div>
|
1378
|
+
<div class="tags">
|
1379
|
+
|
1380
|
+
|
1381
|
+
</div><table class="source_code">
|
1382
|
+
<tr>
|
1383
|
+
<td>
|
1384
|
+
<pre class="lines">
|
1385
|
+
|
1386
|
+
|
1387
|
+
6
|
1388
|
+
7
|
1389
|
+
8</pre>
|
1390
|
+
</td>
|
1391
|
+
<td>
|
1392
|
+
<pre class="code"><span class="info file"># File 'lib/ngrokapi/models/endpoint_configuration.rb', line 6</span>
|
1393
|
+
|
1394
|
+
<span class='kw'>def</span> <span class='id identifier rubyid_logging'>logging</span>
|
1395
|
+
<span class='ivar'>@logging</span>
|
1396
|
+
<span class='kw'>end</span></pre>
|
1397
|
+
</td>
|
1398
|
+
</tr>
|
1399
|
+
</table>
|
1400
|
+
</div>
|
1401
|
+
|
1402
|
+
|
1403
|
+
<span id=""></span>
|
1404
|
+
<div class="method_details ">
|
1405
|
+
<h3 class="signature " id="metadata-instance_method">
|
1406
|
+
|
1407
|
+
#<strong>metadata</strong> ⇒ <tt>Object</tt> <span class="extras">(readonly)</span>
|
1408
|
+
|
1409
|
+
|
1410
|
+
|
1411
|
+
|
1412
|
+
|
1413
|
+
</h3><div class="docstring">
|
1414
|
+
<div class="discussion">
|
1415
|
+
|
1416
|
+
<p>Returns the value of attribute metadata.</p>
|
1417
|
+
|
1418
|
+
|
1419
|
+
</div>
|
1420
|
+
</div>
|
1421
|
+
<div class="tags">
|
1422
|
+
|
1423
|
+
|
1424
|
+
</div><table class="source_code">
|
1425
|
+
<tr>
|
1426
|
+
<td>
|
1427
|
+
<pre class="lines">
|
1428
|
+
|
1429
|
+
|
1430
|
+
6
|
1431
|
+
7
|
1432
|
+
8</pre>
|
1433
|
+
</td>
|
1434
|
+
<td>
|
1435
|
+
<pre class="code"><span class="info file"># File 'lib/ngrokapi/models/endpoint_configuration.rb', line 6</span>
|
1436
|
+
|
1437
|
+
<span class='kw'>def</span> <span class='id identifier rubyid_metadata'>metadata</span>
|
1438
|
+
<span class='ivar'>@metadata</span>
|
1439
|
+
<span class='kw'>end</span></pre>
|
1440
|
+
</td>
|
1441
|
+
</tr>
|
1442
|
+
</table>
|
1443
|
+
</div>
|
1444
|
+
|
1445
|
+
|
1446
|
+
<span id=""></span>
|
1447
|
+
<div class="method_details ">
|
1448
|
+
<h3 class="signature " id="mutual_tls-instance_method">
|
1449
|
+
|
1450
|
+
#<strong>mutual_tls</strong> ⇒ <tt>Object</tt> <span class="extras">(readonly)</span>
|
1451
|
+
|
1452
|
+
|
1453
|
+
|
1454
|
+
|
1455
|
+
|
1456
|
+
</h3><div class="docstring">
|
1457
|
+
<div class="discussion">
|
1458
|
+
|
1459
|
+
<p>Returns the value of attribute mutual_tls.</p>
|
1460
|
+
|
1461
|
+
|
1462
|
+
</div>
|
1463
|
+
</div>
|
1464
|
+
<div class="tags">
|
1465
|
+
|
1466
|
+
|
1467
|
+
</div><table class="source_code">
|
1468
|
+
<tr>
|
1469
|
+
<td>
|
1470
|
+
<pre class="lines">
|
1471
|
+
|
1472
|
+
|
1473
|
+
6
|
1474
|
+
7
|
1475
|
+
8</pre>
|
1476
|
+
</td>
|
1477
|
+
<td>
|
1478
|
+
<pre class="code"><span class="info file"># File 'lib/ngrokapi/models/endpoint_configuration.rb', line 6</span>
|
1479
|
+
|
1480
|
+
<span class='kw'>def</span> <span class='id identifier rubyid_mutual_tls'>mutual_tls</span>
|
1481
|
+
<span class='ivar'>@mutual_tls</span>
|
1482
|
+
<span class='kw'>end</span></pre>
|
1483
|
+
</td>
|
1484
|
+
</tr>
|
1485
|
+
</table>
|
1486
|
+
</div>
|
1487
|
+
|
1488
|
+
|
1489
|
+
<span id=""></span>
|
1490
|
+
<div class="method_details ">
|
1491
|
+
<h3 class="signature " id="oauth-instance_method">
|
1492
|
+
|
1493
|
+
#<strong>oauth</strong> ⇒ <tt>Object</tt> <span class="extras">(readonly)</span>
|
1494
|
+
|
1495
|
+
|
1496
|
+
|
1497
|
+
|
1498
|
+
|
1499
|
+
</h3><div class="docstring">
|
1500
|
+
<div class="discussion">
|
1501
|
+
|
1502
|
+
<p>Returns the value of attribute oauth.</p>
|
1503
|
+
|
1504
|
+
|
1505
|
+
</div>
|
1506
|
+
</div>
|
1507
|
+
<div class="tags">
|
1508
|
+
|
1509
|
+
|
1510
|
+
</div><table class="source_code">
|
1511
|
+
<tr>
|
1512
|
+
<td>
|
1513
|
+
<pre class="lines">
|
1514
|
+
|
1515
|
+
|
1516
|
+
6
|
1517
|
+
7
|
1518
|
+
8</pre>
|
1519
|
+
</td>
|
1520
|
+
<td>
|
1521
|
+
<pre class="code"><span class="info file"># File 'lib/ngrokapi/models/endpoint_configuration.rb', line 6</span>
|
1522
|
+
|
1523
|
+
<span class='kw'>def</span> <span class='id identifier rubyid_oauth'>oauth</span>
|
1524
|
+
<span class='ivar'>@oauth</span>
|
1525
|
+
<span class='kw'>end</span></pre>
|
1526
|
+
</td>
|
1527
|
+
</tr>
|
1528
|
+
</table>
|
1529
|
+
</div>
|
1530
|
+
|
1531
|
+
|
1532
|
+
<span id=""></span>
|
1533
|
+
<div class="method_details ">
|
1534
|
+
<h3 class="signature " id="oidc-instance_method">
|
462
1535
|
|
463
|
-
#<strong>
|
1536
|
+
#<strong>oidc</strong> ⇒ <tt>Object</tt> <span class="extras">(readonly)</span>
|
464
1537
|
|
465
1538
|
|
466
1539
|
|
@@ -469,7 +1542,7 @@
|
|
469
1542
|
</h3><div class="docstring">
|
470
1543
|
<div class="discussion">
|
471
1544
|
|
472
|
-
<p>Returns
|
1545
|
+
<p>Returns the value of attribute oidc.</p>
|
473
1546
|
|
474
1547
|
|
475
1548
|
</div>
|
@@ -483,44 +1556,27 @@
|
|
483
1556
|
<pre class="lines">
|
484
1557
|
|
485
1558
|
|
486
|
-
|
487
|
-
|
488
|
-
|
489
|
-
19
|
490
|
-
20
|
491
|
-
21
|
492
|
-
22
|
493
|
-
23
|
494
|
-
24</pre>
|
1559
|
+
6
|
1560
|
+
7
|
1561
|
+
8</pre>
|
495
1562
|
</td>
|
496
1563
|
<td>
|
497
|
-
<pre class="code"><span class="info file"># File 'lib/ngrokapi/models/endpoint_configuration.rb', line
|
498
|
-
|
499
|
-
<span class='kw'>def</span> <span class='id identifier
|
500
|
-
<span class='ivar'>@
|
501
|
-
<span class='ivar'>@result</span> <span class='op'>=</span> <span class='id identifier rubyid_result'>result</span>
|
502
|
-
<span class='ivar'>@created_at</span> <span class='op'>=</span> <span class='ivar'>@result</span><span class='lbracket'>[</span><span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>created_at</span><span class='tstring_end'>'</span></span><span class='rbracket'>]</span>
|
503
|
-
<span class='ivar'>@id</span> <span class='op'>=</span> <span class='ivar'>@result</span><span class='lbracket'>[</span><span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>id</span><span class='tstring_end'>'</span></span><span class='rbracket'>]</span>
|
504
|
-
<span class='ivar'>@description</span> <span class='op'>=</span> <span class='ivar'>@result</span><span class='lbracket'>[</span><span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>description</span><span class='tstring_end'>'</span></span><span class='rbracket'>]</span>
|
505
|
-
<span class='ivar'>@metadata</span> <span class='op'>=</span> <span class='ivar'>@result</span><span class='lbracket'>[</span><span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>metadata</span><span class='tstring_end'>'</span></span><span class='rbracket'>]</span>
|
506
|
-
<span class='ivar'>@uri</span> <span class='op'>=</span> <span class='ivar'>@result</span><span class='lbracket'>[</span><span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>uri</span><span class='tstring_end'>'</span></span><span class='rbracket'>]</span>
|
1564
|
+
<pre class="code"><span class="info file"># File 'lib/ngrokapi/models/endpoint_configuration.rb', line 6</span>
|
1565
|
+
|
1566
|
+
<span class='kw'>def</span> <span class='id identifier rubyid_oidc'>oidc</span>
|
1567
|
+
<span class='ivar'>@oidc</span>
|
507
1568
|
<span class='kw'>end</span></pre>
|
508
1569
|
</td>
|
509
1570
|
</tr>
|
510
1571
|
</table>
|
511
1572
|
</div>
|
512
|
-
|
513
|
-
</div>
|
514
|
-
|
515
|
-
<div id="instance_attr_details" class="attr_details">
|
516
|
-
<h2>Instance Attribute Details</h2>
|
517
1573
|
|
518
1574
|
|
519
1575
|
<span id=""></span>
|
520
|
-
<div class="method_details
|
521
|
-
<h3 class="signature
|
1576
|
+
<div class="method_details ">
|
1577
|
+
<h3 class="signature " id="request_headers-instance_method">
|
522
1578
|
|
523
|
-
#<strong>
|
1579
|
+
#<strong>request_headers</strong> ⇒ <tt>Object</tt> <span class="extras">(readonly)</span>
|
524
1580
|
|
525
1581
|
|
526
1582
|
|
@@ -529,7 +1585,7 @@
|
|
529
1585
|
</h3><div class="docstring">
|
530
1586
|
<div class="discussion">
|
531
1587
|
|
532
|
-
<p>Returns the value of attribute
|
1588
|
+
<p>Returns the value of attribute request_headers.</p>
|
533
1589
|
|
534
1590
|
|
535
1591
|
</div>
|
@@ -543,15 +1599,15 @@
|
|
543
1599
|
<pre class="lines">
|
544
1600
|
|
545
1601
|
|
546
|
-
|
547
|
-
|
548
|
-
|
1602
|
+
6
|
1603
|
+
7
|
1604
|
+
8</pre>
|
549
1605
|
</td>
|
550
1606
|
<td>
|
551
|
-
<pre class="code"><span class="info file"># File 'lib/ngrokapi/models/endpoint_configuration.rb', line
|
1607
|
+
<pre class="code"><span class="info file"># File 'lib/ngrokapi/models/endpoint_configuration.rb', line 6</span>
|
552
1608
|
|
553
|
-
<span class='kw'>def</span> <span class='id identifier
|
554
|
-
<span class='ivar'>@
|
1609
|
+
<span class='kw'>def</span> <span class='id identifier rubyid_request_headers'>request_headers</span>
|
1610
|
+
<span class='ivar'>@request_headers</span>
|
555
1611
|
<span class='kw'>end</span></pre>
|
556
1612
|
</td>
|
557
1613
|
</tr>
|
@@ -561,9 +1617,9 @@
|
|
561
1617
|
|
562
1618
|
<span id=""></span>
|
563
1619
|
<div class="method_details ">
|
564
|
-
<h3 class="signature " id="
|
1620
|
+
<h3 class="signature " id="response_headers-instance_method">
|
565
1621
|
|
566
|
-
#<strong>
|
1622
|
+
#<strong>response_headers</strong> ⇒ <tt>Object</tt> <span class="extras">(readonly)</span>
|
567
1623
|
|
568
1624
|
|
569
1625
|
|
@@ -572,7 +1628,7 @@
|
|
572
1628
|
</h3><div class="docstring">
|
573
1629
|
<div class="discussion">
|
574
1630
|
|
575
|
-
<p>Returns the value of attribute
|
1631
|
+
<p>Returns the value of attribute response_headers.</p>
|
576
1632
|
|
577
1633
|
|
578
1634
|
</div>
|
@@ -586,15 +1642,15 @@
|
|
586
1642
|
<pre class="lines">
|
587
1643
|
|
588
1644
|
|
589
|
-
|
590
|
-
|
591
|
-
|
1645
|
+
6
|
1646
|
+
7
|
1647
|
+
8</pre>
|
592
1648
|
</td>
|
593
1649
|
<td>
|
594
|
-
<pre class="code"><span class="info file"># File 'lib/ngrokapi/models/endpoint_configuration.rb', line
|
1650
|
+
<pre class="code"><span class="info file"># File 'lib/ngrokapi/models/endpoint_configuration.rb', line 6</span>
|
595
1651
|
|
596
|
-
<span class='kw'>def</span> <span class='id identifier
|
597
|
-
<span class='ivar'>@
|
1652
|
+
<span class='kw'>def</span> <span class='id identifier rubyid_response_headers'>response_headers</span>
|
1653
|
+
<span class='ivar'>@response_headers</span>
|
598
1654
|
<span class='kw'>end</span></pre>
|
599
1655
|
</td>
|
600
1656
|
</tr>
|
@@ -604,9 +1660,9 @@
|
|
604
1660
|
|
605
1661
|
<span id=""></span>
|
606
1662
|
<div class="method_details ">
|
607
|
-
<h3 class="signature " id="
|
1663
|
+
<h3 class="signature " id="result-instance_method">
|
608
1664
|
|
609
|
-
#<strong>
|
1665
|
+
#<strong>result</strong> ⇒ <tt>Object</tt> <span class="extras">(readonly)</span>
|
610
1666
|
|
611
1667
|
|
612
1668
|
|
@@ -615,7 +1671,7 @@
|
|
615
1671
|
</h3><div class="docstring">
|
616
1672
|
<div class="discussion">
|
617
1673
|
|
618
|
-
<p>Returns the value of attribute
|
1674
|
+
<p>Returns the value of attribute result.</p>
|
619
1675
|
|
620
1676
|
|
621
1677
|
</div>
|
@@ -629,15 +1685,15 @@
|
|
629
1685
|
<pre class="lines">
|
630
1686
|
|
631
1687
|
|
632
|
-
|
633
|
-
|
634
|
-
|
1688
|
+
6
|
1689
|
+
7
|
1690
|
+
8</pre>
|
635
1691
|
</td>
|
636
1692
|
<td>
|
637
|
-
<pre class="code"><span class="info file"># File 'lib/ngrokapi/models/endpoint_configuration.rb', line
|
1693
|
+
<pre class="code"><span class="info file"># File 'lib/ngrokapi/models/endpoint_configuration.rb', line 6</span>
|
638
1694
|
|
639
|
-
<span class='kw'>def</span> <span class='id identifier
|
640
|
-
<span class='ivar'>@
|
1695
|
+
<span class='kw'>def</span> <span class='id identifier rubyid_result'>result</span>
|
1696
|
+
<span class='ivar'>@result</span>
|
641
1697
|
<span class='kw'>end</span></pre>
|
642
1698
|
</td>
|
643
1699
|
</tr>
|
@@ -647,9 +1703,9 @@
|
|
647
1703
|
|
648
1704
|
<span id=""></span>
|
649
1705
|
<div class="method_details ">
|
650
|
-
<h3 class="signature " id="
|
1706
|
+
<h3 class="signature " id="saml-instance_method">
|
651
1707
|
|
652
|
-
#<strong>
|
1708
|
+
#<strong>saml</strong> ⇒ <tt>Object</tt> <span class="extras">(readonly)</span>
|
653
1709
|
|
654
1710
|
|
655
1711
|
|
@@ -658,7 +1714,7 @@
|
|
658
1714
|
</h3><div class="docstring">
|
659
1715
|
<div class="discussion">
|
660
1716
|
|
661
|
-
<p>Returns the value of attribute
|
1717
|
+
<p>Returns the value of attribute saml.</p>
|
662
1718
|
|
663
1719
|
|
664
1720
|
</div>
|
@@ -672,15 +1728,15 @@
|
|
672
1728
|
<pre class="lines">
|
673
1729
|
|
674
1730
|
|
675
|
-
|
676
|
-
|
677
|
-
|
1731
|
+
6
|
1732
|
+
7
|
1733
|
+
8</pre>
|
678
1734
|
</td>
|
679
1735
|
<td>
|
680
|
-
<pre class="code"><span class="info file"># File 'lib/ngrokapi/models/endpoint_configuration.rb', line
|
1736
|
+
<pre class="code"><span class="info file"># File 'lib/ngrokapi/models/endpoint_configuration.rb', line 6</span>
|
681
1737
|
|
682
|
-
<span class='kw'>def</span> <span class='id identifier
|
683
|
-
<span class='ivar'>@
|
1738
|
+
<span class='kw'>def</span> <span class='id identifier rubyid_saml'>saml</span>
|
1739
|
+
<span class='ivar'>@saml</span>
|
684
1740
|
<span class='kw'>end</span></pre>
|
685
1741
|
</td>
|
686
1742
|
</tr>
|
@@ -690,9 +1746,9 @@
|
|
690
1746
|
|
691
1747
|
<span id=""></span>
|
692
1748
|
<div class="method_details ">
|
693
|
-
<h3 class="signature " id="
|
1749
|
+
<h3 class="signature " id="tls_termination-instance_method">
|
694
1750
|
|
695
|
-
#<strong>
|
1751
|
+
#<strong>tls_termination</strong> ⇒ <tt>Object</tt> <span class="extras">(readonly)</span>
|
696
1752
|
|
697
1753
|
|
698
1754
|
|
@@ -701,7 +1757,7 @@
|
|
701
1757
|
</h3><div class="docstring">
|
702
1758
|
<div class="discussion">
|
703
1759
|
|
704
|
-
<p>Returns the value of attribute
|
1760
|
+
<p>Returns the value of attribute tls_termination.</p>
|
705
1761
|
|
706
1762
|
|
707
1763
|
</div>
|
@@ -715,15 +1771,15 @@
|
|
715
1771
|
<pre class="lines">
|
716
1772
|
|
717
1773
|
|
718
|
-
|
719
|
-
|
720
|
-
|
1774
|
+
6
|
1775
|
+
7
|
1776
|
+
8</pre>
|
721
1777
|
</td>
|
722
1778
|
<td>
|
723
|
-
<pre class="code"><span class="info file"># File 'lib/ngrokapi/models/endpoint_configuration.rb', line
|
1779
|
+
<pre class="code"><span class="info file"># File 'lib/ngrokapi/models/endpoint_configuration.rb', line 6</span>
|
724
1780
|
|
725
|
-
<span class='kw'>def</span> <span class='id identifier
|
726
|
-
<span class='ivar'>@
|
1781
|
+
<span class='kw'>def</span> <span class='id identifier rubyid_tls_termination'>tls_termination</span>
|
1782
|
+
<span class='ivar'>@tls_termination</span>
|
727
1783
|
<span class='kw'>end</span></pre>
|
728
1784
|
</td>
|
729
1785
|
</tr>
|
@@ -733,9 +1789,9 @@
|
|
733
1789
|
|
734
1790
|
<span id=""></span>
|
735
1791
|
<div class="method_details ">
|
736
|
-
<h3 class="signature " id="
|
1792
|
+
<h3 class="signature " id="type-instance_method">
|
737
1793
|
|
738
|
-
#<strong>
|
1794
|
+
#<strong>type</strong> ⇒ <tt>Object</tt> <span class="extras">(readonly)</span>
|
739
1795
|
|
740
1796
|
|
741
1797
|
|
@@ -744,7 +1800,7 @@
|
|
744
1800
|
</h3><div class="docstring">
|
745
1801
|
<div class="discussion">
|
746
1802
|
|
747
|
-
<p>Returns the value of attribute
|
1803
|
+
<p>Returns the value of attribute type.</p>
|
748
1804
|
|
749
1805
|
|
750
1806
|
</div>
|
@@ -758,15 +1814,15 @@
|
|
758
1814
|
<pre class="lines">
|
759
1815
|
|
760
1816
|
|
761
|
-
|
762
|
-
|
763
|
-
|
1817
|
+
6
|
1818
|
+
7
|
1819
|
+
8</pre>
|
764
1820
|
</td>
|
765
1821
|
<td>
|
766
|
-
<pre class="code"><span class="info file"># File 'lib/ngrokapi/models/endpoint_configuration.rb', line
|
1822
|
+
<pre class="code"><span class="info file"># File 'lib/ngrokapi/models/endpoint_configuration.rb', line 6</span>
|
767
1823
|
|
768
|
-
<span class='kw'>def</span> <span class='id identifier
|
769
|
-
<span class='ivar'>@
|
1824
|
+
<span class='kw'>def</span> <span class='id identifier rubyid_type'>type</span>
|
1825
|
+
<span class='ivar'>@type</span>
|
770
1826
|
<span class='kw'>end</span></pre>
|
771
1827
|
</td>
|
772
1828
|
</tr>
|
@@ -801,12 +1857,12 @@
|
|
801
1857
|
<pre class="lines">
|
802
1858
|
|
803
1859
|
|
804
|
-
|
805
|
-
|
806
|
-
|
1860
|
+
6
|
1861
|
+
7
|
1862
|
+
8</pre>
|
807
1863
|
</td>
|
808
1864
|
<td>
|
809
|
-
<pre class="code"><span class="info file"># File 'lib/ngrokapi/models/endpoint_configuration.rb', line
|
1865
|
+
<pre class="code"><span class="info file"># File 'lib/ngrokapi/models/endpoint_configuration.rb', line 6</span>
|
810
1866
|
|
811
1867
|
<span class='kw'>def</span> <span class='id identifier rubyid_uri'>uri</span>
|
812
1868
|
<span class='ivar'>@uri</span>
|
@@ -816,6 +1872,49 @@
|
|
816
1872
|
</table>
|
817
1873
|
</div>
|
818
1874
|
|
1875
|
+
|
1876
|
+
<span id=""></span>
|
1877
|
+
<div class="method_details ">
|
1878
|
+
<h3 class="signature " id="webhook_validation-instance_method">
|
1879
|
+
|
1880
|
+
#<strong>webhook_validation</strong> ⇒ <tt>Object</tt> <span class="extras">(readonly)</span>
|
1881
|
+
|
1882
|
+
|
1883
|
+
|
1884
|
+
|
1885
|
+
|
1886
|
+
</h3><div class="docstring">
|
1887
|
+
<div class="discussion">
|
1888
|
+
|
1889
|
+
<p>Returns the value of attribute webhook_validation.</p>
|
1890
|
+
|
1891
|
+
|
1892
|
+
</div>
|
1893
|
+
</div>
|
1894
|
+
<div class="tags">
|
1895
|
+
|
1896
|
+
|
1897
|
+
</div><table class="source_code">
|
1898
|
+
<tr>
|
1899
|
+
<td>
|
1900
|
+
<pre class="lines">
|
1901
|
+
|
1902
|
+
|
1903
|
+
6
|
1904
|
+
7
|
1905
|
+
8</pre>
|
1906
|
+
</td>
|
1907
|
+
<td>
|
1908
|
+
<pre class="code"><span class="info file"># File 'lib/ngrokapi/models/endpoint_configuration.rb', line 6</span>
|
1909
|
+
|
1910
|
+
<span class='kw'>def</span> <span class='id identifier rubyid_webhook_validation'>webhook_validation</span>
|
1911
|
+
<span class='ivar'>@webhook_validation</span>
|
1912
|
+
<span class='kw'>end</span></pre>
|
1913
|
+
</td>
|
1914
|
+
</tr>
|
1915
|
+
</table>
|
1916
|
+
</div>
|
1917
|
+
|
819
1918
|
</div>
|
820
1919
|
|
821
1920
|
|
@@ -838,15 +1937,15 @@
|
|
838
1937
|
<pre class="lines">
|
839
1938
|
|
840
1939
|
|
841
|
-
|
842
|
-
|
843
|
-
|
1940
|
+
54
|
1941
|
+
55
|
1942
|
+
56</pre>
|
844
1943
|
</td>
|
845
1944
|
<td>
|
846
|
-
<pre class="code"><span class="info file"># File 'lib/ngrokapi/models/endpoint_configuration.rb', line
|
1945
|
+
<pre class="code"><span class="info file"># File 'lib/ngrokapi/models/endpoint_configuration.rb', line 54</span>
|
847
1946
|
|
848
|
-
<span class='kw'>def</span> <span class='op'>==</span><span class='lparen'>(</span><span class='id identifier rubyid_other'>other</span><span class='rparen'>)</span>
|
849
|
-
<span class='ivar'>@result</span> <span class='op'>==</span> <span class='id identifier rubyid_other'>other</span><span class='period'>.</span><span class='id identifier rubyid_result'>result</span>
|
1947
|
+
<span class='kw'>def</span> <span class='op'>==</span><span class='lparen'>(</span><span class='id identifier rubyid_other'>other</span><span class='rparen'>)</span>
|
1948
|
+
<span class='ivar'>@result</span> <span class='op'>==</span> <span class='id identifier rubyid_other'>other</span><span class='period'>.</span><span class='id identifier rubyid_result'>result</span>
|
850
1949
|
<span class='kw'>end</span></pre>
|
851
1950
|
</td>
|
852
1951
|
</tr>
|
@@ -856,7 +1955,7 @@
|
|
856
1955
|
<div class="method_details ">
|
857
1956
|
<h3 class="signature " id="delete-instance_method">
|
858
1957
|
|
859
|
-
#<strong>delete</strong> ⇒ <tt>
|
1958
|
+
#<strong>delete</strong> ⇒ <tt>Object</tt>
|
860
1959
|
|
861
1960
|
|
862
1961
|
|
@@ -865,7 +1964,7 @@
|
|
865
1964
|
</h3><div class="docstring">
|
866
1965
|
<div class="discussion">
|
867
1966
|
|
868
|
-
<p>Delete
|
1967
|
+
<p>Delete an endpoint configuration. This operation will fail if the endpoint configuration is still referenced by any reserved domain or reserved address.</p>
|
869
1968
|
|
870
1969
|
<p><a href="https://ngrok.com/docs/api#api-endpoint-configurations-delete">ngrok.com/docs/api#api-endpoint-configurations-delete</a></p>
|
871
1970
|
|
@@ -874,24 +1973,6 @@
|
|
874
1973
|
</div>
|
875
1974
|
<div class="tags">
|
876
1975
|
|
877
|
-
<p class="tag_title">Returns:</p>
|
878
|
-
<ul class="return">
|
879
|
-
|
880
|
-
<li>
|
881
|
-
|
882
|
-
|
883
|
-
<span class='type'>(<tt>nil</tt>)</span>
|
884
|
-
|
885
|
-
|
886
|
-
|
887
|
-
—
|
888
|
-
<div class='inline'>
|
889
|
-
<p>result from delete request</p>
|
890
|
-
</div>
|
891
|
-
|
892
|
-
</li>
|
893
|
-
|
894
|
-
</ul>
|
895
1976
|
|
896
1977
|
</div><table class="source_code">
|
897
1978
|
<tr>
|
@@ -899,15 +1980,19 @@
|
|
899
1980
|
<pre class="lines">
|
900
1981
|
|
901
1982
|
|
902
|
-
|
903
|
-
|
904
|
-
|
1983
|
+
67
|
1984
|
+
68
|
1985
|
+
69
|
1986
|
+
70
|
1987
|
+
71</pre>
|
905
1988
|
</td>
|
906
1989
|
<td>
|
907
|
-
<pre class="code"><span class="info file"># File 'lib/ngrokapi/models/endpoint_configuration.rb', line
|
1990
|
+
<pre class="code"><span class="info file"># File 'lib/ngrokapi/models/endpoint_configuration.rb', line 67</span>
|
908
1991
|
|
909
|
-
<span class='kw'>def</span> <span class='id identifier rubyid_delete'>delete</span>
|
910
|
-
<span class='ivar'>@client</span><span class='period'>.</span><span class='id identifier rubyid_delete'>delete</span><span class='lparen'>(</span
|
1992
|
+
<span class='kw'>def</span> <span class='id identifier rubyid_delete'>delete</span>
|
1993
|
+
<span class='ivar'>@client</span><span class='period'>.</span><span class='id identifier rubyid_delete'>delete</span><span class='lparen'>(</span>
|
1994
|
+
<span class='label'>id:</span> <span class='ivar'>@id</span>
|
1995
|
+
<span class='rparen'>)</span>
|
911
1996
|
<span class='kw'>end</span></pre>
|
912
1997
|
</td>
|
913
1998
|
</tr>
|
@@ -929,15 +2014,15 @@
|
|
929
2014
|
<pre class="lines">
|
930
2015
|
|
931
2016
|
|
932
|
-
|
933
|
-
|
934
|
-
|
2017
|
+
58
|
2018
|
+
59
|
2019
|
+
60</pre>
|
935
2020
|
</td>
|
936
2021
|
<td>
|
937
|
-
<pre class="code"><span class="info file"># File 'lib/ngrokapi/models/endpoint_configuration.rb', line
|
2022
|
+
<pre class="code"><span class="info file"># File 'lib/ngrokapi/models/endpoint_configuration.rb', line 58</span>
|
938
2023
|
|
939
|
-
<span class='kw'>def</span> <span class='id identifier rubyid_to_s'>to_s</span>
|
940
|
-
<span class='ivar'>@result</span><span class='period'>.</span><span class='id identifier rubyid_to_s'>to_s</span>
|
2024
|
+
<span class='kw'>def</span> <span class='id identifier rubyid_to_s'>to_s</span>
|
2025
|
+
<span class='ivar'>@result</span><span class='period'>.</span><span class='id identifier rubyid_to_s'>to_s</span>
|
941
2026
|
<span class='kw'>end</span></pre>
|
942
2027
|
</td>
|
943
2028
|
</tr>
|
@@ -947,7 +2032,7 @@
|
|
947
2032
|
<div class="method_details ">
|
948
2033
|
<h3 class="signature " id="update-instance_method">
|
949
2034
|
|
950
|
-
#<strong>update</strong>(description: nil, metadata: nil, circuit_breaker: nil, compression: nil, request_headers: nil, response_headers: nil, ip_policy: nil, mutual_tls: nil, tls_termination: nil, webhook_validation: nil, oauth: nil, logging: nil, saml: nil, oidc: nil) ⇒ <tt
|
2035
|
+
#<strong>update</strong>(description: nil, metadata: nil, circuit_breaker: nil, compression: nil, request_headers: nil, response_headers: nil, ip_policy: nil, mutual_tls: nil, tls_termination: nil, webhook_validation: nil, oauth: nil, logging: nil, saml: nil, oidc: nil) ⇒ <tt>Object</tt>
|
951
2036
|
|
952
2037
|
|
953
2038
|
|
@@ -956,7 +2041,7 @@
|
|
956
2041
|
</h3><div class="docstring">
|
957
2042
|
<div class="discussion">
|
958
2043
|
|
959
|
-
<p>
|
2044
|
+
<p>Updates an endpoint configuration. If a module is not specified in the update, it will not be modified. However, each module configuration that is specified will completely replace the existing value. There is no way to delete an existing module via this API, instead use the delete module API.</p>
|
960
2045
|
|
961
2046
|
<p><a href="https://ngrok.com/docs/api#api-endpoint-configurations-update">ngrok.com/docs/api#api-endpoint-configurations-update</a></p>
|
962
2047
|
|
@@ -964,281 +2049,7 @@
|
|
964
2049
|
</div>
|
965
2050
|
</div>
|
966
2051
|
<div class="tags">
|
967
|
-
<p class="tag_title">Parameters:</p>
|
968
|
-
<ul class="param">
|
969
|
-
|
970
|
-
<li>
|
971
|
-
|
972
|
-
<span class='name'>description</span>
|
973
|
-
|
974
|
-
|
975
|
-
<span class='type'>(<tt>string</tt>)</span>
|
976
|
-
|
977
|
-
|
978
|
-
<em class="default">(defaults to: <tt>nil</tt>)</em>
|
979
|
-
|
980
|
-
|
981
|
-
—
|
982
|
-
<div class='inline'>
|
983
|
-
<p>human-readable description of what this endpoint configuration will be do when applied or what traffic it will be applied to. Optional, max 255 bytes</p>
|
984
|
-
</div>
|
985
|
-
|
986
|
-
</li>
|
987
|
-
|
988
|
-
<li>
|
989
|
-
|
990
|
-
<span class='name'>metadata</span>
|
991
|
-
|
992
|
-
|
993
|
-
<span class='type'>(<tt>string</tt>)</span>
|
994
|
-
|
995
|
-
|
996
|
-
<em class="default">(defaults to: <tt>nil</tt>)</em>
|
997
|
-
|
998
|
-
|
999
|
-
—
|
1000
|
-
<div class='inline'>
|
1001
|
-
<p>arbitrary user-defined machine-readable data of this endpoint configuration. Optional, max 4096 bytes.</p>
|
1002
|
-
</div>
|
1003
|
-
|
1004
|
-
</li>
|
1005
|
-
|
1006
|
-
<li>
|
1007
|
-
|
1008
|
-
<span class='name'>circuit_breaker</span>
|
1009
|
-
|
1010
|
-
|
1011
|
-
<span class='type'>(<tt>string</tt>)</span>
|
1012
|
-
|
1013
|
-
|
1014
|
-
<em class="default">(defaults to: <tt>nil</tt>)</em>
|
1015
|
-
|
1016
|
-
|
1017
|
-
—
|
1018
|
-
<div class='inline'>
|
1019
|
-
<p>circuit breaker module configuration</p>
|
1020
|
-
</div>
|
1021
|
-
|
1022
|
-
</li>
|
1023
|
-
|
1024
|
-
<li>
|
1025
|
-
|
1026
|
-
<span class='name'>compression</span>
|
1027
|
-
|
1028
|
-
|
1029
|
-
<span class='type'>(<tt>string</tt>)</span>
|
1030
|
-
|
1031
|
-
|
1032
|
-
<em class="default">(defaults to: <tt>nil</tt>)</em>
|
1033
|
-
|
1034
|
-
|
1035
|
-
—
|
1036
|
-
<div class='inline'>
|
1037
|
-
<p>compression module configuration</p>
|
1038
|
-
</div>
|
1039
|
-
|
1040
|
-
</li>
|
1041
|
-
|
1042
|
-
<li>
|
1043
|
-
|
1044
|
-
<span class='name'>request_headers</span>
|
1045
|
-
|
1046
|
-
|
1047
|
-
<span class='type'>(<tt>string</tt>)</span>
|
1048
|
-
|
1049
|
-
|
1050
|
-
<em class="default">(defaults to: <tt>nil</tt>)</em>
|
1051
|
-
|
1052
|
-
|
1053
|
-
—
|
1054
|
-
<div class='inline'>
|
1055
|
-
<p>request headers module configuration</p>
|
1056
|
-
</div>
|
1057
|
-
|
1058
|
-
</li>
|
1059
|
-
|
1060
|
-
<li>
|
1061
|
-
|
1062
|
-
<span class='name'>response_headers</span>
|
1063
|
-
|
1064
|
-
|
1065
|
-
<span class='type'>(<tt>string</tt>)</span>
|
1066
|
-
|
1067
|
-
|
1068
|
-
<em class="default">(defaults to: <tt>nil</tt>)</em>
|
1069
|
-
|
1070
|
-
|
1071
|
-
—
|
1072
|
-
<div class='inline'>
|
1073
|
-
<p>response headers module configuration</p>
|
1074
|
-
</div>
|
1075
|
-
|
1076
|
-
</li>
|
1077
|
-
|
1078
|
-
<li>
|
1079
|
-
|
1080
|
-
<span class='name'>ip_policy</span>
|
1081
|
-
|
1082
|
-
|
1083
|
-
<span class='type'>(<tt>string</tt>)</span>
|
1084
|
-
|
1085
|
-
|
1086
|
-
<em class="default">(defaults to: <tt>nil</tt>)</em>
|
1087
|
-
|
1088
|
-
|
1089
|
-
—
|
1090
|
-
<div class='inline'>
|
1091
|
-
<p>ip policy module configuration</p>
|
1092
|
-
</div>
|
1093
|
-
|
1094
|
-
</li>
|
1095
|
-
|
1096
|
-
<li>
|
1097
|
-
|
1098
|
-
<span class='name'>mutual_tls</span>
|
1099
|
-
|
1100
|
-
|
1101
|
-
<span class='type'>(<tt>string</tt>)</span>
|
1102
|
-
|
1103
|
-
|
1104
|
-
<em class="default">(defaults to: <tt>nil</tt>)</em>
|
1105
|
-
|
1106
|
-
|
1107
|
-
—
|
1108
|
-
<div class='inline'>
|
1109
|
-
<p>mutual TLS module configuration</p>
|
1110
|
-
</div>
|
1111
|
-
|
1112
|
-
</li>
|
1113
|
-
|
1114
|
-
<li>
|
1115
|
-
|
1116
|
-
<span class='name'>tls_termination</span>
|
1117
|
-
|
1118
|
-
|
1119
|
-
<span class='type'>(<tt>string</tt>)</span>
|
1120
|
-
|
1121
|
-
|
1122
|
-
<em class="default">(defaults to: <tt>nil</tt>)</em>
|
1123
|
-
|
1124
|
-
|
1125
|
-
—
|
1126
|
-
<div class='inline'>
|
1127
|
-
<p>TLS termination module configuration</p>
|
1128
|
-
</div>
|
1129
|
-
|
1130
|
-
</li>
|
1131
|
-
|
1132
|
-
<li>
|
1133
|
-
|
1134
|
-
<span class='name'>webhook_validation</span>
|
1135
|
-
|
1136
|
-
|
1137
|
-
<span class='type'>(<tt>string</tt>)</span>
|
1138
|
-
|
1139
|
-
|
1140
|
-
<em class="default">(defaults to: <tt>nil</tt>)</em>
|
1141
|
-
|
1142
|
-
|
1143
|
-
—
|
1144
|
-
<div class='inline'>
|
1145
|
-
<p>webhook validation module configuration</p>
|
1146
|
-
</div>
|
1147
|
-
|
1148
|
-
</li>
|
1149
|
-
|
1150
|
-
<li>
|
1151
|
-
|
1152
|
-
<span class='name'>oauth</span>
|
1153
|
-
|
1154
|
-
|
1155
|
-
<span class='type'>(<tt>string</tt>)</span>
|
1156
|
-
|
1157
|
-
|
1158
|
-
<em class="default">(defaults to: <tt>nil</tt>)</em>
|
1159
|
-
|
1160
|
-
|
1161
|
-
—
|
1162
|
-
<div class='inline'>
|
1163
|
-
<p>oauth module configuration</p>
|
1164
|
-
</div>
|
1165
|
-
|
1166
|
-
</li>
|
1167
|
-
|
1168
|
-
<li>
|
1169
|
-
|
1170
|
-
<span class='name'>logging</span>
|
1171
|
-
|
1172
|
-
|
1173
|
-
<span class='type'>(<tt>string</tt>)</span>
|
1174
|
-
|
1175
|
-
|
1176
|
-
<em class="default">(defaults to: <tt>nil</tt>)</em>
|
1177
|
-
|
1178
|
-
|
1179
|
-
—
|
1180
|
-
<div class='inline'>
|
1181
|
-
<p>logging module configuration</p>
|
1182
|
-
</div>
|
1183
|
-
|
1184
|
-
</li>
|
1185
|
-
|
1186
|
-
<li>
|
1187
|
-
|
1188
|
-
<span class='name'>saml</span>
|
1189
|
-
|
1190
|
-
|
1191
|
-
<span class='type'>(<tt>string</tt>)</span>
|
1192
|
-
|
1193
|
-
|
1194
|
-
<em class="default">(defaults to: <tt>nil</tt>)</em>
|
1195
|
-
|
1196
|
-
|
1197
|
-
—
|
1198
|
-
<div class='inline'>
|
1199
|
-
<p>saml module configuration</p>
|
1200
|
-
</div>
|
1201
|
-
|
1202
|
-
</li>
|
1203
|
-
|
1204
|
-
<li>
|
1205
|
-
|
1206
|
-
<span class='name'>oidc</span>
|
1207
|
-
|
1208
|
-
|
1209
|
-
<span class='type'>(<tt>string</tt>)</span>
|
1210
|
-
|
1211
|
-
|
1212
|
-
<em class="default">(defaults to: <tt>nil</tt>)</em>
|
1213
|
-
|
1214
|
-
|
1215
|
-
—
|
1216
|
-
<div class='inline'>
|
1217
|
-
<p>oidc module configuration</p>
|
1218
|
-
</div>
|
1219
|
-
|
1220
|
-
</li>
|
1221
|
-
|
1222
|
-
</ul>
|
1223
|
-
|
1224
|
-
<p class="tag_title">Returns:</p>
|
1225
|
-
<ul class="return">
|
1226
|
-
|
1227
|
-
<li>
|
1228
|
-
|
1229
|
-
|
1230
|
-
<span class='type'>(<tt><span class='object_link'><a href="" title="NgrokAPI::Models::EndpointConfiguration (class)">NgrokAPI::Models::EndpointConfiguration</a></span></tt>)</span>
|
1231
|
-
|
1232
|
-
|
1233
|
-
|
1234
|
-
—
|
1235
|
-
<div class='inline'>
|
1236
|
-
<p>result from update request</p>
|
1237
|
-
</div>
|
1238
|
-
|
1239
|
-
</li>
|
1240
2052
|
|
1241
|
-
</ul>
|
1242
2053
|
|
1243
2054
|
</div><table class="source_code">
|
1244
2055
|
<tr>
|
@@ -1246,18 +2057,6 @@
|
|
1246
2057
|
<pre class="lines">
|
1247
2058
|
|
1248
2059
|
|
1249
|
-
68
|
1250
|
-
69
|
1251
|
-
70
|
1252
|
-
71
|
1253
|
-
72
|
1254
|
-
73
|
1255
|
-
74
|
1256
|
-
75
|
1257
|
-
76
|
1258
|
-
77
|
1259
|
-
78
|
1260
|
-
79
|
1261
2060
|
80
|
1262
2061
|
81
|
1263
2062
|
82
|
@@ -1293,58 +2092,70 @@
|
|
1293
2092
|
112
|
1294
2093
|
113
|
1295
2094
|
114
|
1296
|
-
115
|
2095
|
+
115
|
2096
|
+
116
|
2097
|
+
117
|
2098
|
+
118
|
2099
|
+
119
|
2100
|
+
120
|
2101
|
+
121
|
2102
|
+
122
|
2103
|
+
123
|
2104
|
+
124
|
2105
|
+
125
|
2106
|
+
126
|
2107
|
+
127</pre>
|
1297
2108
|
</td>
|
1298
2109
|
<td>
|
1299
|
-
<pre class="code"><span class="info file"># File 'lib/ngrokapi/models/endpoint_configuration.rb', line
|
1300
|
-
|
1301
|
-
<span class='kw'>def</span> <span class='id identifier rubyid_update'>update</span><span class='lparen'>(</span>
|
1302
|
-
<span class='label'>description:</span> <span class='kw'>nil</span><span class='comma'>,</span>
|
1303
|
-
<span class='label'>metadata:</span> <span class='kw'>nil</span><span class='comma'>,</span>
|
1304
|
-
<span class='label'>circuit_breaker:</span> <span class='kw'>nil</span><span class='comma'>,</span>
|
1305
|
-
<span class='label'>compression:</span> <span class='kw'>nil</span><span class='comma'>,</span>
|
1306
|
-
<span class='label'>request_headers:</span> <span class='kw'>nil</span><span class='comma'>,</span>
|
1307
|
-
<span class='label'>response_headers:</span> <span class='kw'>nil</span><span class='comma'>,</span>
|
1308
|
-
<span class='label'>ip_policy:</span> <span class='kw'>nil</span><span class='comma'>,</span>
|
1309
|
-
<span class='label'>mutual_tls:</span> <span class='kw'>nil</span><span class='comma'>,</span>
|
1310
|
-
<span class='label'>tls_termination:</span> <span class='kw'>nil</span><span class='comma'>,</span>
|
1311
|
-
<span class='label'>webhook_validation:</span> <span class='kw'>nil</span><span class='comma'>,</span>
|
1312
|
-
<span class='label'>oauth:</span> <span class='kw'>nil</span><span class='comma'>,</span>
|
1313
|
-
<span class='label'>logging:</span> <span class='kw'>nil</span><span class='comma'>,</span>
|
1314
|
-
<span class='label'>saml:</span> <span class='kw'>nil</span><span class='comma'>,</span>
|
1315
|
-
<span class='label'>oidc:</span> <span class='kw'>nil</span>
|
1316
|
-
<span class='rparen'>)</span>
|
1317
|
-
<span class='ivar'>@description</span> <span class='op'>=</span> <span class='id identifier rubyid_description'>description</span> <span class='kw'>if</span> <span class='id identifier rubyid_description'>description</span>
|
1318
|
-
<span class='ivar'>@metadata</span> <span class='op'>=</span> <span class='id identifier rubyid_metadata'>metadata</span> <span class='kw'>if</span> <span class='id identifier rubyid_metadata'>metadata</span>
|
1319
|
-
<span class='ivar'>@circuit_breaker</span> <span class='op'>=</span> <span class='id identifier rubyid_circuit_breaker'>circuit_breaker</span> <span class='kw'>if</span> <span class='id identifier rubyid_circuit_breaker'>circuit_breaker</span>
|
1320
|
-
<span class='ivar'>@compression</span> <span class='op'>=</span> <span class='id identifier rubyid_compression'>compression</span> <span class='kw'>if</span> <span class='id identifier rubyid_compression'>compression</span>
|
1321
|
-
<span class='ivar'>@request_headers</span> <span class='op'>=</span> <span class='id identifier rubyid_request_headers'>request_headers</span> <span class='kw'>if</span> <span class='id identifier rubyid_request_headers'>request_headers</span>
|
1322
|
-
<span class='ivar'>@response_headers</span> <span class='op'>=</span> <span class='id identifier rubyid_response_headers'>response_headers</span> <span class='kw'>if</span> <span class='id identifier rubyid_response_headers'>response_headers</span>
|
1323
|
-
<span class='ivar'>@ip_policy</span> <span class='op'>=</span> <span class='id identifier rubyid_ip_policy'>ip_policy</span> <span class='kw'>if</span> <span class='id identifier rubyid_ip_policy'>ip_policy</span>
|
1324
|
-
<span class='ivar'>@mutual_tls</span> <span class='op'>=</span> <span class='id identifier rubyid_mutual_tls'>mutual_tls</span> <span class='kw'>if</span> <span class='id identifier rubyid_mutual_tls'>mutual_tls</span>
|
1325
|
-
<span class='ivar'>@tls_termination</span> <span class='op'>=</span> <span class='id identifier rubyid_tls_termination'>tls_termination</span> <span class='kw'>if</span> <span class='id identifier rubyid_tls_termination'>tls_termination</span>
|
1326
|
-
<span class='ivar'>@webhook_validation</span> <span class='op'>=</span> <span class='id identifier rubyid_webhook_validation'>webhook_validation</span> <span class='kw'>if</span> <span class='id identifier rubyid_webhook_validation'>webhook_validation</span>
|
1327
|
-
<span class='ivar'>@oauth</span> <span class='op'>=</span> <span class='id identifier rubyid_oauth'>oauth</span> <span class='kw'>if</span> <span class='id identifier rubyid_oauth'>oauth</span>
|
1328
|
-
<span class='ivar'>@logging</span> <span class='op'>=</span> <span class='id identifier rubyid_logging'>logging</span> <span class='kw'>if</span> <span class='id identifier rubyid_logging'>logging</span>
|
1329
|
-
<span class='ivar'>@saml</span> <span class='op'>=</span> <span class='id identifier rubyid_saml'>saml</span> <span class='kw'>if</span> <span class='id identifier rubyid_saml'>saml</span>
|
1330
|
-
<span class='ivar'>@oidc</span> <span class='op'>=</span> <span class='id identifier rubyid_oidc'>oidc</span> <span class='kw'>if</span> <span class='id identifier rubyid_oidc'>oidc</span>
|
1331
|
-
<span class='ivar'>@client</span><span class='period'>.</span><span class='id identifier rubyid_update'>update</span><span class='lparen'>(</span>
|
1332
|
-
<span class='label'>id:</span> <span class='ivar'>@id</span><span class='comma'>,</span>
|
1333
|
-
<span class='label'>description:</span> <span class='id identifier rubyid_description'>description</span><span class='comma'>,</span>
|
1334
|
-
<span class='label'>metadata:</span> <span class='id identifier rubyid_metadata'>metadata</span><span class='comma'>,</span>
|
1335
|
-
<span class='label'>circuit_breaker:</span> <span class='id identifier rubyid_circuit_breaker'>circuit_breaker</span><span class='comma'>,</span>
|
1336
|
-
<span class='label'>compression:</span> <span class='id identifier rubyid_compression'>compression</span><span class='comma'>,</span>
|
1337
|
-
<span class='label'>request_headers:</span> <span class='id identifier rubyid_request_headers'>request_headers</span><span class='comma'>,</span>
|
1338
|
-
<span class='label'>response_headers:</span> <span class='id identifier rubyid_response_headers'>response_headers</span><span class='comma'>,</span>
|
1339
|
-
<span class='label'>ip_policy:</span> <span class='id identifier rubyid_ip_policy'>ip_policy</span><span class='comma'>,</span>
|
1340
|
-
<span class='label'>mutual_tls:</span> <span class='id identifier rubyid_mutual_tls'>mutual_tls</span><span class='comma'>,</span>
|
1341
|
-
<span class='label'>tls_termination:</span> <span class='id identifier rubyid_tls_termination'>tls_termination</span><span class='comma'>,</span>
|
1342
|
-
<span class='label'>webhook_validation:</span> <span class='id identifier rubyid_webhook_validation'>webhook_validation</span><span class='comma'>,</span>
|
1343
|
-
<span class='label'>oauth:</span> <span class='id identifier rubyid_oauth'>oauth</span><span class='comma'>,</span>
|
1344
|
-
<span class='label'>logging:</span> <span class='id identifier rubyid_logging'>logging</span><span class='comma'>,</span>
|
1345
|
-
<span class='label'>saml:</span> <span class='id identifier rubyid_saml'>saml</span><span class='comma'>,</span>
|
1346
|
-
<span class='label'>oidc:</span> <span class='id identifier rubyid_oidc'>oidc</span>
|
1347
|
-
<span class='rparen'>)</span>
|
2110
|
+
<pre class="code"><span class="info file"># File 'lib/ngrokapi/models/endpoint_configuration.rb', line 80</span>
|
2111
|
+
|
2112
|
+
<span class='kw'>def</span> <span class='id identifier rubyid_update'>update</span><span class='lparen'>(</span>
|
2113
|
+
<span class='label'>description:</span> <span class='kw'>nil</span><span class='comma'>,</span>
|
2114
|
+
<span class='label'>metadata:</span> <span class='kw'>nil</span><span class='comma'>,</span>
|
2115
|
+
<span class='label'>circuit_breaker:</span> <span class='kw'>nil</span><span class='comma'>,</span>
|
2116
|
+
<span class='label'>compression:</span> <span class='kw'>nil</span><span class='comma'>,</span>
|
2117
|
+
<span class='label'>request_headers:</span> <span class='kw'>nil</span><span class='comma'>,</span>
|
2118
|
+
<span class='label'>response_headers:</span> <span class='kw'>nil</span><span class='comma'>,</span>
|
2119
|
+
<span class='label'>ip_policy:</span> <span class='kw'>nil</span><span class='comma'>,</span>
|
2120
|
+
<span class='label'>mutual_tls:</span> <span class='kw'>nil</span><span class='comma'>,</span>
|
2121
|
+
<span class='label'>tls_termination:</span> <span class='kw'>nil</span><span class='comma'>,</span>
|
2122
|
+
<span class='label'>webhook_validation:</span> <span class='kw'>nil</span><span class='comma'>,</span>
|
2123
|
+
<span class='label'>oauth:</span> <span class='kw'>nil</span><span class='comma'>,</span>
|
2124
|
+
<span class='label'>logging:</span> <span class='kw'>nil</span><span class='comma'>,</span>
|
2125
|
+
<span class='label'>saml:</span> <span class='kw'>nil</span><span class='comma'>,</span>
|
2126
|
+
<span class='label'>oidc:</span> <span class='kw'>nil</span>
|
2127
|
+
<span class='rparen'>)</span>
|
2128
|
+
<span class='ivar'>@description</span> <span class='op'>=</span> <span class='id identifier rubyid_description'>description</span> <span class='kw'>if</span> <span class='id identifier rubyid_description'>description</span>
|
2129
|
+
<span class='ivar'>@metadata</span> <span class='op'>=</span> <span class='id identifier rubyid_metadata'>metadata</span> <span class='kw'>if</span> <span class='id identifier rubyid_metadata'>metadata</span>
|
2130
|
+
<span class='ivar'>@circuit_breaker</span> <span class='op'>=</span> <span class='id identifier rubyid_circuit_breaker'>circuit_breaker</span> <span class='kw'>if</span> <span class='id identifier rubyid_circuit_breaker'>circuit_breaker</span>
|
2131
|
+
<span class='ivar'>@compression</span> <span class='op'>=</span> <span class='id identifier rubyid_compression'>compression</span> <span class='kw'>if</span> <span class='id identifier rubyid_compression'>compression</span>
|
2132
|
+
<span class='ivar'>@request_headers</span> <span class='op'>=</span> <span class='id identifier rubyid_request_headers'>request_headers</span> <span class='kw'>if</span> <span class='id identifier rubyid_request_headers'>request_headers</span>
|
2133
|
+
<span class='ivar'>@response_headers</span> <span class='op'>=</span> <span class='id identifier rubyid_response_headers'>response_headers</span> <span class='kw'>if</span> <span class='id identifier rubyid_response_headers'>response_headers</span>
|
2134
|
+
<span class='ivar'>@ip_policy</span> <span class='op'>=</span> <span class='id identifier rubyid_ip_policy'>ip_policy</span> <span class='kw'>if</span> <span class='id identifier rubyid_ip_policy'>ip_policy</span>
|
2135
|
+
<span class='ivar'>@mutual_tls</span> <span class='op'>=</span> <span class='id identifier rubyid_mutual_tls'>mutual_tls</span> <span class='kw'>if</span> <span class='id identifier rubyid_mutual_tls'>mutual_tls</span>
|
2136
|
+
<span class='ivar'>@tls_termination</span> <span class='op'>=</span> <span class='id identifier rubyid_tls_termination'>tls_termination</span> <span class='kw'>if</span> <span class='id identifier rubyid_tls_termination'>tls_termination</span>
|
2137
|
+
<span class='ivar'>@webhook_validation</span> <span class='op'>=</span> <span class='id identifier rubyid_webhook_validation'>webhook_validation</span> <span class='kw'>if</span> <span class='id identifier rubyid_webhook_validation'>webhook_validation</span>
|
2138
|
+
<span class='ivar'>@oauth</span> <span class='op'>=</span> <span class='id identifier rubyid_oauth'>oauth</span> <span class='kw'>if</span> <span class='id identifier rubyid_oauth'>oauth</span>
|
2139
|
+
<span class='ivar'>@logging</span> <span class='op'>=</span> <span class='id identifier rubyid_logging'>logging</span> <span class='kw'>if</span> <span class='id identifier rubyid_logging'>logging</span>
|
2140
|
+
<span class='ivar'>@saml</span> <span class='op'>=</span> <span class='id identifier rubyid_saml'>saml</span> <span class='kw'>if</span> <span class='id identifier rubyid_saml'>saml</span>
|
2141
|
+
<span class='ivar'>@oidc</span> <span class='op'>=</span> <span class='id identifier rubyid_oidc'>oidc</span> <span class='kw'>if</span> <span class='id identifier rubyid_oidc'>oidc</span>
|
2142
|
+
<span class='ivar'>@client</span><span class='period'>.</span><span class='id identifier rubyid_update'>update</span><span class='lparen'>(</span>
|
2143
|
+
<span class='label'>id:</span> <span class='ivar'>@id</span><span class='comma'>,</span>
|
2144
|
+
<span class='label'>description:</span> <span class='id identifier rubyid_description'>description</span><span class='comma'>,</span>
|
2145
|
+
<span class='label'>metadata:</span> <span class='id identifier rubyid_metadata'>metadata</span><span class='comma'>,</span>
|
2146
|
+
<span class='label'>circuit_breaker:</span> <span class='id identifier rubyid_circuit_breaker'>circuit_breaker</span><span class='comma'>,</span>
|
2147
|
+
<span class='label'>compression:</span> <span class='id identifier rubyid_compression'>compression</span><span class='comma'>,</span>
|
2148
|
+
<span class='label'>request_headers:</span> <span class='id identifier rubyid_request_headers'>request_headers</span><span class='comma'>,</span>
|
2149
|
+
<span class='label'>response_headers:</span> <span class='id identifier rubyid_response_headers'>response_headers</span><span class='comma'>,</span>
|
2150
|
+
<span class='label'>ip_policy:</span> <span class='id identifier rubyid_ip_policy'>ip_policy</span><span class='comma'>,</span>
|
2151
|
+
<span class='label'>mutual_tls:</span> <span class='id identifier rubyid_mutual_tls'>mutual_tls</span><span class='comma'>,</span>
|
2152
|
+
<span class='label'>tls_termination:</span> <span class='id identifier rubyid_tls_termination'>tls_termination</span><span class='comma'>,</span>
|
2153
|
+
<span class='label'>webhook_validation:</span> <span class='id identifier rubyid_webhook_validation'>webhook_validation</span><span class='comma'>,</span>
|
2154
|
+
<span class='label'>oauth:</span> <span class='id identifier rubyid_oauth'>oauth</span><span class='comma'>,</span>
|
2155
|
+
<span class='label'>logging:</span> <span class='id identifier rubyid_logging'>logging</span><span class='comma'>,</span>
|
2156
|
+
<span class='label'>saml:</span> <span class='id identifier rubyid_saml'>saml</span><span class='comma'>,</span>
|
2157
|
+
<span class='label'>oidc:</span> <span class='id identifier rubyid_oidc'>oidc</span>
|
2158
|
+
<span class='rparen'>)</span>
|
1348
2159
|
<span class='kw'>end</span></pre>
|
1349
2160
|
</td>
|
1350
2161
|
</tr>
|
@@ -1356,7 +2167,7 @@
|
|
1356
2167
|
</div>
|
1357
2168
|
|
1358
2169
|
<div id="footer">
|
1359
|
-
Generated on
|
2170
|
+
Generated on Mon Oct 4 23:24:17 2021 by
|
1360
2171
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
1361
2172
|
0.9.26 (ruby-3.0.1).
|
1362
2173
|
</div>
|