diff --git a/CHANGELOG.md b/CHANGELOG.md index b20905f..c5abbad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,8 @@ +## 0.29.0 +* Add support for `resolves_to` on Reserved Domains. +* Deprecate API filtering via `id` and `url` query parameters. Please migrate to the filtering syntax described in [API Filtering](https://ngrok.com/docs/api/api-filtering). + ## 0.28.0 * Add support for CEL filtering when listing resources. * Add support for service users diff --git a/Gemfile.lock b/Gemfile.lock index abdae91..b6eb985 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - ngrok-api (0.27.0) + ngrok-api (0.28.0) GEM remote: https://rubygems.org/ @@ -31,16 +31,6 @@ GEM docile (1.4.1) drb (2.2.1) ffi (1.17.0) - ffi (1.17.0-aarch64-linux-gnu) - ffi (1.17.0-aarch64-linux-musl) - ffi (1.17.0-arm-linux-gnu) - ffi (1.17.0-arm-linux-musl) - ffi (1.17.0-arm64-darwin) - ffi (1.17.0-x86-linux-gnu) - ffi (1.17.0-x86-linux-musl) - ffi (1.17.0-x86_64-darwin) - ffi (1.17.0-x86_64-linux-gnu) - ffi (1.17.0-x86_64-linux-musl) formatador (1.1.0) guard (2.18.1) formatador (>= 0.2.4) diff --git a/doc/NgrokAPI.html b/doc/NgrokAPI.html index ea0b7fd..89640ea 100644 --- a/doc/NgrokAPI.html +++ b/doc/NgrokAPI.html @@ -79,7 +79,7 @@
Defined in:
lib/ngrokapi.rb,
- lib/ngrokapi/error.rb,
lib/ngrokapi/client.rb,
lib/ngrokapi/version.rb,
lib/ngrokapi/models/ref.rb,
lib/ngrokapi/http_client.rb,
lib/ngrokapi/models/vault.rb,
lib/ngrokapi/models/secret.rb,
lib/ngrokapi/models/tunnel.rb,
lib/ngrokapi/models/api_key.rb,
lib/ngrokapi/paged_iterator.rb,
lib/ngrokapi/models/aws_auth.rb,
lib/ngrokapi/models/aws_role.rb,
lib/ngrokapi/models/bot_user.rb,
lib/ngrokapi/models/endpoint.rb,
lib/ngrokapi/models/listable.rb,
lib/ngrokapi/models/location.rb,
lib/ngrokapi/models/tcp_edge.rb,
lib/ngrokapi/models/tls_edge.rb,
lib/ngrokapi/models/ip_policy.rb,
lib/ngrokapi/models/credential.rb,
lib/ngrokapi/models/https_edge.rb,
lib/ngrokapi/models/user_agent.rb,
lib/ngrokapi/models/abuse_report.rb,
lib/ngrokapi/models/event_source.rb,
lib/ngrokapi/models/event_target.rb,
lib/ngrokapi/models/service_user.rb,
lib/ngrokapi/models/agent_ingress.rb,
lib/ngrokapi/models/endpoint_oidc.rb,
lib/ngrokapi/models/endpoint_saml.rb,
lib/ngrokapi/models/reserved_addr.rb,
lib/ngrokapi/models/ip_policy_rule.rb,
lib/ngrokapi/models/ip_restriction.rb,
lib/ngrokapi/models/ssh_credential.rb,
lib/ngrokapi/models/static_backend.rb,
lib/ngrokapi/models/tunnel_session.rb,
lib/ngrokapi/errors/not_found_error.rb,
lib/ngrokapi/models/aws_credentials.rb,
lib/ngrokapi/models/browser_session.rb,
lib/ngrokapi/models/endpoint_o_auth.rb,
lib/ngrokapi/models/reserved_domain.rb,
lib/ngrokapi/models/tls_certificate.rb,
lib/ngrokapi/services/vaults_client.rb,
lib/ngrokapi/models/application_user.rb,
lib/ngrokapi/models/endpoint_backend.rb,
lib/ngrokapi/models/failover_backend.rb,
lib/ngrokapi/models/https_edge_route.rb,
lib/ngrokapi/models/weighted_backend.rb,
lib/ngrokapi/services/secrets_client.rb,
lib/ngrokapi/services/tunnels_client.rb,
lib/ngrokapi/models/event_destination.rb,
lib/ngrokapi/models/event_source_list.rb,
lib/ngrokapi/models/identity_provider.rb,
lib/ngrokapi/services/api_keys_client.rb,
lib/ngrokapi/models/endpoint_ip_policy.rb,
lib/ngrokapi/models/event_subscription.rb,
lib/ngrokapi/models/static_backend_tls.rb,
lib/ngrokapi/services/bot_users_client.rb,
lib/ngrokapi/services/edges_tcp_client.rb,
lib/ngrokapi/services/edges_tls_client.rb,
lib/ngrokapi/services/endpoints_client.rb,
lib/ngrokapi/models/application_session.rb,
lib/ngrokapi/models/endpoint_mutual_tls.rb,
lib/ngrokapi/models/endpoint_compression.rb,
lib/ngrokapi/models/endpoint_saml_mutate.rb,
lib/ngrokapi/models/event_source_replace.rb,
lib/ngrokapi/models/event_target_datadog.rb,
lib/ngrokapi/models/event_target_kinesis.rb,
lib/ngrokapi/models/ssh_host_certificate.rb,
lib/ngrokapi/models/ssh_user_certificate.rb,
lib/ngrokapi/models/tunnel_group_backend.rb,
lib/ngrokapi/services/credentials_client.rb,
lib/ngrokapi/services/edges_https_client.rb,
lib/ngrokapi/services/ip_policies_client.rb,
lib/ngrokapi/models/abuse_report_hostname.rb,
lib/ngrokapi/models/certificate_authority.rb,
lib/ngrokapi/models/event_target_firehose.rb,
lib/ngrokapi/models/http_response_backend.rb,
lib/ngrokapi/models/tls_certificate_sa_ns.rb,
lib/ngrokapi/models/agent_ingress_cert_job.rb,
lib/ngrokapi/models/endpoint_o_auth_amazon.rb,
lib/ngrokapi/models/endpoint_o_auth_google.rb,
lib/ngrokapi/models/endpoint_o_auth_twitch.rb,
lib/ngrokapi/services/abuse_reports_client.rb,
lib/ngrokapi/services/event_sources_client.rb,
lib/ngrokapi/services/service_users_client.rb,
lib/ngrokapi/models/endpoint_backend_mutate.rb,
lib/ngrokapi/models/endpoint_o_auth_git_hub.rb,
lib/ngrokapi/models/endpoint_o_auth_git_lab.rb,
lib/ngrokapi/models/endpoint_traffic_policy.rb,
lib/ngrokapi/services/reserved_addrs_client.rb,
lib/ngrokapi/models/endpoint_circuit_breaker.rb,
lib/ngrokapi/models/endpoint_o_auth_facebook.rb,
lib/ngrokapi/models/endpoint_o_auth_provider.rb,
lib/ngrokapi/models/endpoint_request_headers.rb,
lib/ngrokapi/models/endpoint_tls_termination.rb,
lib/ngrokapi/models/reserved_domain_cert_job.rb,
lib/ngrokapi/services/agent_ingresses_client.rb,
lib/ngrokapi/services/ip_policy_rules_client.rb,
lib/ngrokapi/services/ip_restrictions_client.rb,
lib/ngrokapi/services/ssh_credentials_client.rb,
lib/ngrokapi/services/static_backends_client.rb,
lib/ngrokapi/services/tunnel_sessions_client.rb,
lib/ngrokapi/models/agent_ingress_cert_policy.rb,
lib/ngrokapi/models/agent_ingress_cert_status.rb,
lib/ngrokapi/models/endpoint_ip_policy_mutate.rb,
lib/ngrokapi/models/endpoint_o_auth_linked_in.rb,
lib/ngrokapi/models/endpoint_o_auth_microsoft.rb,
lib/ngrokapi/models/endpoint_response_headers.rb,
lib/ngrokapi/models/ssh_certificate_authority.rb,
lib/ngrokapi/services/reserved_domains_client.rb,
lib/ngrokapi/services/tls_certificates_client.rb,
lib/ngrokapi/models/endpoint_mutual_tls_mutate.rb,
lib/ngrokapi/models/endpoint_user_agent_filter.rb,
lib/ngrokapi/services/application_users_client.rb,
lib/ngrokapi/services/failover_backends_client.rb,
lib/ngrokapi/services/weighted_backends_client.rb,
lib/ngrokapi/models/endpoint_webhook_validation.rb,
lib/ngrokapi/models/reserved_domain_cert_policy.rb,
lib/ngrokapi/models/reserved_domain_cert_status.rb,
lib/ngrokapi/services/edges_https_routes_client.rb,
lib/ngrokapi/services/event_destinations_client.rb,
lib/ngrokapi/models/event_target_cloudwatch_logs.rb,
lib/ngrokapi/services/event_subscriptions_client.rb,
lib/ngrokapi/services/application_sessions_client.rb,
lib/ngrokapi/services/ssh_host_certificates_client.rb,
lib/ngrokapi/services/ssh_user_certificates_client.rb,
lib/ngrokapi/services/tunnel_group_backends_client.rb,
lib/ngrokapi/services/edge_route_oidc_module_client.rb,
lib/ngrokapi/services/edge_route_saml_module_client.rb,
lib/ngrokapi/services/http_response_backends_client.rb,
lib/ngrokapi/models/endpoint_tls_termination_at_edge.rb,
lib/ngrokapi/models/endpoint_websocket_tcp_converter.rb,
lib/ngrokapi/services/certificate_authorities_client.rb,
lib/ngrokapi/services/tcp_edge_backend_module_client.rb,
lib/ngrokapi/services/tls_edge_backend_module_client.rb,
lib/ngrokapi/models/event_target_azure_logs_ingestion.rb,
lib/ngrokapi/services/edge_route_o_auth_module_client.rb,
lib/ngrokapi/services/edge_route_backend_module_client.rb,
lib/ngrokapi/services/tls_edge_mutual_tls_module_client.rb,
lib/ngrokapi/services/ssh_certificate_authorities_client.rb,
lib/ngrokapi/services/https_edge_mutual_tls_module_client.rb,
lib/ngrokapi/services/edge_route_compression_module_client.rb,
lib/ngrokapi/services/tcp_edge_ip_restriction_module_client.rb,
lib/ngrokapi/services/tcp_edge_traffic_policy_module_client.rb,
lib/ngrokapi/services/tls_edge_ip_restriction_module_client.rb,
lib/ngrokapi/services/tls_edge_traffic_policy_module_client.rb,
lib/ngrokapi/services/tls_edge_tls_termination_module_client.rb,
lib/ngrokapi/services/edge_route_ip_restriction_module_client.rb,
lib/ngrokapi/services/edge_route_traffic_policy_module_client.rb,
lib/ngrokapi/services/edge_route_circuit_breaker_module_client.rb,
lib/ngrokapi/services/edge_route_request_headers_module_client.rb,
lib/ngrokapi/services/https_edge_tls_termination_module_client.rb,
lib/ngrokapi/services/edge_route_response_headers_module_client.rb,
lib/ngrokapi/services/edge_route_user_agent_filter_module_client.rb,
lib/ngrokapi/services/edge_route_webhook_verification_module_client.rb,
lib/ngrokapi/services/edge_route_websocket_tcp_converter_module_client.rb
+ lib/ngrokapi/error.rb,
lib/ngrokapi/client.rb,
lib/ngrokapi/version.rb,
lib/ngrokapi/models/ref.rb,
lib/ngrokapi/http_client.rb,
lib/ngrokapi/models/vault.rb,
lib/ngrokapi/models/secret.rb,
lib/ngrokapi/models/tunnel.rb,
lib/ngrokapi/models/api_key.rb,
lib/ngrokapi/paged_iterator.rb,
lib/ngrokapi/models/aws_auth.rb,
lib/ngrokapi/models/aws_role.rb,
lib/ngrokapi/models/bot_user.rb,
lib/ngrokapi/models/endpoint.rb,
lib/ngrokapi/models/listable.rb,
lib/ngrokapi/models/location.rb,
lib/ngrokapi/models/tcp_edge.rb,
lib/ngrokapi/models/tls_edge.rb,
lib/ngrokapi/models/ip_policy.rb,
lib/ngrokapi/models/credential.rb,
lib/ngrokapi/models/https_edge.rb,
lib/ngrokapi/models/user_agent.rb,
lib/ngrokapi/models/abuse_report.rb,
lib/ngrokapi/models/event_source.rb,
lib/ngrokapi/models/event_target.rb,
lib/ngrokapi/models/service_user.rb,
lib/ngrokapi/models/agent_ingress.rb,
lib/ngrokapi/models/endpoint_oidc.rb,
lib/ngrokapi/models/endpoint_saml.rb,
lib/ngrokapi/models/reserved_addr.rb,
lib/ngrokapi/models/ip_policy_rule.rb,
lib/ngrokapi/models/ip_restriction.rb,
lib/ngrokapi/models/ssh_credential.rb,
lib/ngrokapi/models/static_backend.rb,
lib/ngrokapi/models/tunnel_session.rb,
lib/ngrokapi/errors/not_found_error.rb,
lib/ngrokapi/models/aws_credentials.rb,
lib/ngrokapi/models/browser_session.rb,
lib/ngrokapi/models/endpoint_o_auth.rb,
lib/ngrokapi/models/reserved_domain.rb,
lib/ngrokapi/models/tls_certificate.rb,
lib/ngrokapi/services/vaults_client.rb,
lib/ngrokapi/models/application_user.rb,
lib/ngrokapi/models/endpoint_backend.rb,
lib/ngrokapi/models/failover_backend.rb,
lib/ngrokapi/models/https_edge_route.rb,
lib/ngrokapi/models/weighted_backend.rb,
lib/ngrokapi/services/secrets_client.rb,
lib/ngrokapi/services/tunnels_client.rb,
lib/ngrokapi/models/event_destination.rb,
lib/ngrokapi/models/event_source_list.rb,
lib/ngrokapi/models/identity_provider.rb,
lib/ngrokapi/services/api_keys_client.rb,
lib/ngrokapi/models/endpoint_ip_policy.rb,
lib/ngrokapi/models/event_subscription.rb,
lib/ngrokapi/models/static_backend_tls.rb,
lib/ngrokapi/services/bot_users_client.rb,
lib/ngrokapi/services/edges_tcp_client.rb,
lib/ngrokapi/services/edges_tls_client.rb,
lib/ngrokapi/services/endpoints_client.rb,
lib/ngrokapi/models/application_session.rb,
lib/ngrokapi/models/endpoint_mutual_tls.rb,
lib/ngrokapi/models/endpoint_compression.rb,
lib/ngrokapi/models/endpoint_saml_mutate.rb,
lib/ngrokapi/models/event_source_replace.rb,
lib/ngrokapi/models/event_target_datadog.rb,
lib/ngrokapi/models/event_target_kinesis.rb,
lib/ngrokapi/models/ssh_host_certificate.rb,
lib/ngrokapi/models/ssh_user_certificate.rb,
lib/ngrokapi/models/tunnel_group_backend.rb,
lib/ngrokapi/services/credentials_client.rb,
lib/ngrokapi/services/edges_https_client.rb,
lib/ngrokapi/services/ip_policies_client.rb,
lib/ngrokapi/models/abuse_report_hostname.rb,
lib/ngrokapi/models/certificate_authority.rb,
lib/ngrokapi/models/event_target_firehose.rb,
lib/ngrokapi/models/http_response_backend.rb,
lib/ngrokapi/models/tls_certificate_sa_ns.rb,
lib/ngrokapi/models/agent_ingress_cert_job.rb,
lib/ngrokapi/models/endpoint_o_auth_amazon.rb,
lib/ngrokapi/models/endpoint_o_auth_google.rb,
lib/ngrokapi/models/endpoint_o_auth_twitch.rb,
lib/ngrokapi/services/abuse_reports_client.rb,
lib/ngrokapi/services/event_sources_client.rb,
lib/ngrokapi/services/service_users_client.rb,
lib/ngrokapi/models/endpoint_backend_mutate.rb,
lib/ngrokapi/models/endpoint_o_auth_git_hub.rb,
lib/ngrokapi/models/endpoint_o_auth_git_lab.rb,
lib/ngrokapi/models/endpoint_traffic_policy.rb,
lib/ngrokapi/services/reserved_addrs_client.rb,
lib/ngrokapi/models/endpoint_circuit_breaker.rb,
lib/ngrokapi/models/endpoint_o_auth_facebook.rb,
lib/ngrokapi/models/endpoint_o_auth_provider.rb,
lib/ngrokapi/models/endpoint_request_headers.rb,
lib/ngrokapi/models/endpoint_tls_termination.rb,
lib/ngrokapi/models/reserved_domain_cert_job.rb,
lib/ngrokapi/services/agent_ingresses_client.rb,
lib/ngrokapi/services/ip_policy_rules_client.rb,
lib/ngrokapi/services/ip_restrictions_client.rb,
lib/ngrokapi/services/ssh_credentials_client.rb,
lib/ngrokapi/services/static_backends_client.rb,
lib/ngrokapi/services/tunnel_sessions_client.rb,
lib/ngrokapi/models/agent_ingress_cert_policy.rb,
lib/ngrokapi/models/agent_ingress_cert_status.rb,
lib/ngrokapi/models/endpoint_ip_policy_mutate.rb,
lib/ngrokapi/models/endpoint_o_auth_linked_in.rb,
lib/ngrokapi/models/endpoint_o_auth_microsoft.rb,
lib/ngrokapi/models/endpoint_response_headers.rb,
lib/ngrokapi/models/ssh_certificate_authority.rb,
lib/ngrokapi/services/reserved_domains_client.rb,
lib/ngrokapi/services/tls_certificates_client.rb,
lib/ngrokapi/models/endpoint_mutual_tls_mutate.rb,
lib/ngrokapi/models/endpoint_user_agent_filter.rb,
lib/ngrokapi/services/application_users_client.rb,
lib/ngrokapi/services/failover_backends_client.rb,
lib/ngrokapi/services/weighted_backends_client.rb,
lib/ngrokapi/models/endpoint_webhook_validation.rb,
lib/ngrokapi/models/reserved_domain_cert_policy.rb,
lib/ngrokapi/models/reserved_domain_cert_status.rb,
lib/ngrokapi/services/edges_https_routes_client.rb,
lib/ngrokapi/services/event_destinations_client.rb,
lib/ngrokapi/models/event_target_cloudwatch_logs.rb,
lib/ngrokapi/services/event_subscriptions_client.rb,
lib/ngrokapi/services/application_sessions_client.rb,
lib/ngrokapi/services/ssh_host_certificates_client.rb,
lib/ngrokapi/services/ssh_user_certificates_client.rb,
lib/ngrokapi/services/tunnel_group_backends_client.rb,
lib/ngrokapi/services/edge_route_oidc_module_client.rb,
lib/ngrokapi/services/edge_route_saml_module_client.rb,
lib/ngrokapi/services/http_response_backends_client.rb,
lib/ngrokapi/models/endpoint_tls_termination_at_edge.rb,
lib/ngrokapi/models/endpoint_websocket_tcp_converter.rb,
lib/ngrokapi/services/certificate_authorities_client.rb,
lib/ngrokapi/services/tcp_edge_backend_module_client.rb,
lib/ngrokapi/services/tls_edge_backend_module_client.rb,
lib/ngrokapi/models/event_target_azure_logs_ingestion.rb,
lib/ngrokapi/models/reserved_domain_resolves_to_entry.rb,
lib/ngrokapi/services/edge_route_o_auth_module_client.rb,
lib/ngrokapi/services/edge_route_backend_module_client.rb,
lib/ngrokapi/services/tls_edge_mutual_tls_module_client.rb,
lib/ngrokapi/services/ssh_certificate_authorities_client.rb,
lib/ngrokapi/services/https_edge_mutual_tls_module_client.rb,
lib/ngrokapi/services/edge_route_compression_module_client.rb,
lib/ngrokapi/services/tcp_edge_ip_restriction_module_client.rb,
lib/ngrokapi/services/tcp_edge_traffic_policy_module_client.rb,
lib/ngrokapi/services/tls_edge_ip_restriction_module_client.rb,
lib/ngrokapi/services/tls_edge_traffic_policy_module_client.rb,
lib/ngrokapi/services/tls_edge_tls_termination_module_client.rb,
lib/ngrokapi/services/edge_route_ip_restriction_module_client.rb,
lib/ngrokapi/services/edge_route_traffic_policy_module_client.rb,
lib/ngrokapi/services/edge_route_circuit_breaker_module_client.rb,
lib/ngrokapi/services/edge_route_request_headers_module_client.rb,
lib/ngrokapi/services/https_edge_tls_termination_module_client.rb,
lib/ngrokapi/services/edge_route_response_headers_module_client.rb,
lib/ngrokapi/services/edge_route_user_agent_filter_module_client.rb,
lib/ngrokapi/services/edge_route_webhook_verification_module_client.rb,
lib/ngrokapi/services/edge_route_websocket_tcp_converter_module_client.rb
@@ -147,7 +147,7 @@

diff --git a/doc/NgrokAPI/Client.html b/doc/NgrokAPI/Client.html index c482587..6b08edb 100644 --- a/doc/NgrokAPI/Client.html +++ b/doc/NgrokAPI/Client.html @@ -2340,7 +2340,7 @@

diff --git a/doc/NgrokAPI/Error.html b/doc/NgrokAPI/Error.html index 62cdfb8..c9ec675 100644 --- a/doc/NgrokAPI/Error.html +++ b/doc/NgrokAPI/Error.html @@ -295,7 +295,7 @@

diff --git a/doc/NgrokAPI/Errors.html b/doc/NgrokAPI/Errors.html index 30bfc87..3f68419 100644 --- a/doc/NgrokAPI/Errors.html +++ b/doc/NgrokAPI/Errors.html @@ -105,7 +105,7 @@

Defined Under Namespace

diff --git a/doc/NgrokAPI/Errors/NotFoundError.html b/doc/NgrokAPI/Errors/NotFoundError.html index 2fd62a0..1e9f131 100644 --- a/doc/NgrokAPI/Errors/NotFoundError.html +++ b/doc/NgrokAPI/Errors/NotFoundError.html @@ -299,7 +299,7 @@

diff --git a/doc/NgrokAPI/HttpClient.html b/doc/NgrokAPI/HttpClient.html index b4f54d6..d7b97c6 100644 --- a/doc/NgrokAPI/HttpClient.html +++ b/doc/NgrokAPI/HttpClient.html @@ -1267,7 +1267,7 @@

diff --git a/doc/NgrokAPI/Models.html b/doc/NgrokAPI/Models.html index c7068a6..94f181a 100644 --- a/doc/NgrokAPI/Models.html +++ b/doc/NgrokAPI/Models.html @@ -79,7 +79,7 @@
Defined in:
lib/ngrokapi/models/ref.rb,
- lib/ngrokapi/models/vault.rb,
lib/ngrokapi/models/secret.rb,
lib/ngrokapi/models/tunnel.rb,
lib/ngrokapi/models/api_key.rb,
lib/ngrokapi/models/aws_auth.rb,
lib/ngrokapi/models/aws_role.rb,
lib/ngrokapi/models/bot_user.rb,
lib/ngrokapi/models/endpoint.rb,
lib/ngrokapi/models/listable.rb,
lib/ngrokapi/models/location.rb,
lib/ngrokapi/models/tcp_edge.rb,
lib/ngrokapi/models/tls_edge.rb,
lib/ngrokapi/models/ip_policy.rb,
lib/ngrokapi/models/credential.rb,
lib/ngrokapi/models/https_edge.rb,
lib/ngrokapi/models/user_agent.rb,
lib/ngrokapi/models/abuse_report.rb,
lib/ngrokapi/models/event_source.rb,
lib/ngrokapi/models/event_target.rb,
lib/ngrokapi/models/service_user.rb,
lib/ngrokapi/models/agent_ingress.rb,
lib/ngrokapi/models/endpoint_oidc.rb,
lib/ngrokapi/models/endpoint_saml.rb,
lib/ngrokapi/models/reserved_addr.rb,
lib/ngrokapi/models/ip_policy_rule.rb,
lib/ngrokapi/models/ip_restriction.rb,
lib/ngrokapi/models/ssh_credential.rb,
lib/ngrokapi/models/static_backend.rb,
lib/ngrokapi/models/tunnel_session.rb,
lib/ngrokapi/models/aws_credentials.rb,
lib/ngrokapi/models/browser_session.rb,
lib/ngrokapi/models/endpoint_o_auth.rb,
lib/ngrokapi/models/reserved_domain.rb,
lib/ngrokapi/models/tls_certificate.rb,
lib/ngrokapi/models/application_user.rb,
lib/ngrokapi/models/endpoint_backend.rb,
lib/ngrokapi/models/failover_backend.rb,
lib/ngrokapi/models/https_edge_route.rb,
lib/ngrokapi/models/weighted_backend.rb,
lib/ngrokapi/models/event_destination.rb,
lib/ngrokapi/models/event_source_list.rb,
lib/ngrokapi/models/identity_provider.rb,
lib/ngrokapi/models/endpoint_ip_policy.rb,
lib/ngrokapi/models/event_subscription.rb,
lib/ngrokapi/models/static_backend_tls.rb,
lib/ngrokapi/models/application_session.rb,
lib/ngrokapi/models/endpoint_mutual_tls.rb,
lib/ngrokapi/models/endpoint_compression.rb,
lib/ngrokapi/models/endpoint_saml_mutate.rb,
lib/ngrokapi/models/event_source_replace.rb,
lib/ngrokapi/models/event_target_datadog.rb,
lib/ngrokapi/models/event_target_kinesis.rb,
lib/ngrokapi/models/ssh_host_certificate.rb,
lib/ngrokapi/models/ssh_user_certificate.rb,
lib/ngrokapi/models/tunnel_group_backend.rb,
lib/ngrokapi/models/abuse_report_hostname.rb,
lib/ngrokapi/models/certificate_authority.rb,
lib/ngrokapi/models/event_target_firehose.rb,
lib/ngrokapi/models/http_response_backend.rb,
lib/ngrokapi/models/tls_certificate_sa_ns.rb,
lib/ngrokapi/models/agent_ingress_cert_job.rb,
lib/ngrokapi/models/endpoint_o_auth_amazon.rb,
lib/ngrokapi/models/endpoint_o_auth_google.rb,
lib/ngrokapi/models/endpoint_o_auth_twitch.rb,
lib/ngrokapi/models/endpoint_backend_mutate.rb,
lib/ngrokapi/models/endpoint_o_auth_git_hub.rb,
lib/ngrokapi/models/endpoint_o_auth_git_lab.rb,
lib/ngrokapi/models/endpoint_traffic_policy.rb,
lib/ngrokapi/models/endpoint_circuit_breaker.rb,
lib/ngrokapi/models/endpoint_o_auth_facebook.rb,
lib/ngrokapi/models/endpoint_o_auth_provider.rb,
lib/ngrokapi/models/endpoint_request_headers.rb,
lib/ngrokapi/models/endpoint_tls_termination.rb,
lib/ngrokapi/models/reserved_domain_cert_job.rb,
lib/ngrokapi/models/agent_ingress_cert_policy.rb,
lib/ngrokapi/models/agent_ingress_cert_status.rb,
lib/ngrokapi/models/endpoint_ip_policy_mutate.rb,
lib/ngrokapi/models/endpoint_o_auth_linked_in.rb,
lib/ngrokapi/models/endpoint_o_auth_microsoft.rb,
lib/ngrokapi/models/endpoint_response_headers.rb,
lib/ngrokapi/models/ssh_certificate_authority.rb,
lib/ngrokapi/models/endpoint_mutual_tls_mutate.rb,
lib/ngrokapi/models/endpoint_user_agent_filter.rb,
lib/ngrokapi/models/endpoint_webhook_validation.rb,
lib/ngrokapi/models/reserved_domain_cert_policy.rb,
lib/ngrokapi/models/reserved_domain_cert_status.rb,
lib/ngrokapi/models/event_target_cloudwatch_logs.rb,
lib/ngrokapi/models/endpoint_tls_termination_at_edge.rb,
lib/ngrokapi/models/endpoint_websocket_tcp_converter.rb,
lib/ngrokapi/models/event_target_azure_logs_ingestion.rb
+ lib/ngrokapi/models/vault.rb,
lib/ngrokapi/models/secret.rb,
lib/ngrokapi/models/tunnel.rb,
lib/ngrokapi/models/api_key.rb,
lib/ngrokapi/models/aws_auth.rb,
lib/ngrokapi/models/aws_role.rb,
lib/ngrokapi/models/bot_user.rb,
lib/ngrokapi/models/endpoint.rb,
lib/ngrokapi/models/listable.rb,
lib/ngrokapi/models/location.rb,
lib/ngrokapi/models/tcp_edge.rb,
lib/ngrokapi/models/tls_edge.rb,
lib/ngrokapi/models/ip_policy.rb,
lib/ngrokapi/models/credential.rb,
lib/ngrokapi/models/https_edge.rb,
lib/ngrokapi/models/user_agent.rb,
lib/ngrokapi/models/abuse_report.rb,
lib/ngrokapi/models/event_source.rb,
lib/ngrokapi/models/event_target.rb,
lib/ngrokapi/models/service_user.rb,
lib/ngrokapi/models/agent_ingress.rb,
lib/ngrokapi/models/endpoint_oidc.rb,
lib/ngrokapi/models/endpoint_saml.rb,
lib/ngrokapi/models/reserved_addr.rb,
lib/ngrokapi/models/ip_policy_rule.rb,
lib/ngrokapi/models/ip_restriction.rb,
lib/ngrokapi/models/ssh_credential.rb,
lib/ngrokapi/models/static_backend.rb,
lib/ngrokapi/models/tunnel_session.rb,
lib/ngrokapi/models/aws_credentials.rb,
lib/ngrokapi/models/browser_session.rb,
lib/ngrokapi/models/endpoint_o_auth.rb,
lib/ngrokapi/models/reserved_domain.rb,
lib/ngrokapi/models/tls_certificate.rb,
lib/ngrokapi/models/application_user.rb,
lib/ngrokapi/models/endpoint_backend.rb,
lib/ngrokapi/models/failover_backend.rb,
lib/ngrokapi/models/https_edge_route.rb,
lib/ngrokapi/models/weighted_backend.rb,
lib/ngrokapi/models/event_destination.rb,
lib/ngrokapi/models/event_source_list.rb,
lib/ngrokapi/models/identity_provider.rb,
lib/ngrokapi/models/endpoint_ip_policy.rb,
lib/ngrokapi/models/event_subscription.rb,
lib/ngrokapi/models/static_backend_tls.rb,
lib/ngrokapi/models/application_session.rb,
lib/ngrokapi/models/endpoint_mutual_tls.rb,
lib/ngrokapi/models/endpoint_compression.rb,
lib/ngrokapi/models/endpoint_saml_mutate.rb,
lib/ngrokapi/models/event_source_replace.rb,
lib/ngrokapi/models/event_target_datadog.rb,
lib/ngrokapi/models/event_target_kinesis.rb,
lib/ngrokapi/models/ssh_host_certificate.rb,
lib/ngrokapi/models/ssh_user_certificate.rb,
lib/ngrokapi/models/tunnel_group_backend.rb,
lib/ngrokapi/models/abuse_report_hostname.rb,
lib/ngrokapi/models/certificate_authority.rb,
lib/ngrokapi/models/event_target_firehose.rb,
lib/ngrokapi/models/http_response_backend.rb,
lib/ngrokapi/models/tls_certificate_sa_ns.rb,
lib/ngrokapi/models/agent_ingress_cert_job.rb,
lib/ngrokapi/models/endpoint_o_auth_amazon.rb,
lib/ngrokapi/models/endpoint_o_auth_google.rb,
lib/ngrokapi/models/endpoint_o_auth_twitch.rb,
lib/ngrokapi/models/endpoint_backend_mutate.rb,
lib/ngrokapi/models/endpoint_o_auth_git_hub.rb,
lib/ngrokapi/models/endpoint_o_auth_git_lab.rb,
lib/ngrokapi/models/endpoint_traffic_policy.rb,
lib/ngrokapi/models/endpoint_circuit_breaker.rb,
lib/ngrokapi/models/endpoint_o_auth_facebook.rb,
lib/ngrokapi/models/endpoint_o_auth_provider.rb,
lib/ngrokapi/models/endpoint_request_headers.rb,
lib/ngrokapi/models/endpoint_tls_termination.rb,
lib/ngrokapi/models/reserved_domain_cert_job.rb,
lib/ngrokapi/models/agent_ingress_cert_policy.rb,
lib/ngrokapi/models/agent_ingress_cert_status.rb,
lib/ngrokapi/models/endpoint_ip_policy_mutate.rb,
lib/ngrokapi/models/endpoint_o_auth_linked_in.rb,
lib/ngrokapi/models/endpoint_o_auth_microsoft.rb,
lib/ngrokapi/models/endpoint_response_headers.rb,
lib/ngrokapi/models/ssh_certificate_authority.rb,
lib/ngrokapi/models/endpoint_mutual_tls_mutate.rb,
lib/ngrokapi/models/endpoint_user_agent_filter.rb,
lib/ngrokapi/models/endpoint_webhook_validation.rb,
lib/ngrokapi/models/reserved_domain_cert_policy.rb,
lib/ngrokapi/models/reserved_domain_cert_status.rb,
lib/ngrokapi/models/event_target_cloudwatch_logs.rb,
lib/ngrokapi/models/endpoint_tls_termination_at_edge.rb,
lib/ngrokapi/models/endpoint_websocket_tcp_converter.rb,
lib/ngrokapi/models/event_target_azure_logs_ingestion.rb,
lib/ngrokapi/models/reserved_domain_resolves_to_entry.rb
@@ -91,7 +91,7 @@

Defined Under Namespace

- Classes: APIKey, AWSAuth, AWSCredentials, AWSRole, AbuseReport, AbuseReportHostname, AgentIngress, AgentIngressCertJob, AgentIngressCertPolicy, AgentIngressCertStatus, ApplicationSession, ApplicationUser, BotUser, BrowserSession, CertificateAuthority, Credential, Endpoint, EndpointBackend, EndpointBackendMutate, EndpointCircuitBreaker, EndpointCompression, EndpointIPPolicy, EndpointIPPolicyMutate, EndpointMutualTLS, EndpointMutualTLSMutate, EndpointOAuth, EndpointOAuthAmazon, EndpointOAuthFacebook, EndpointOAuthGitHub, EndpointOAuthGitLab, EndpointOAuthGoogle, EndpointOAuthLinkedIn, EndpointOAuthMicrosoft, EndpointOAuthProvider, EndpointOAuthTwitch, EndpointOIDC, EndpointRequestHeaders, EndpointResponseHeaders, EndpointSAML, EndpointSAMLMutate, EndpointTLSTermination, EndpointTLSTerminationAtEdge, EndpointTrafficPolicy, EndpointUserAgentFilter, EndpointWebhookValidation, EndpointWebsocketTCPConverter, EventDestination, EventSource, EventSourceList, EventSourceReplace, EventSubscription, EventTarget, EventTargetAzureLogsIngestion, EventTargetCloudwatchLogs, EventTargetDatadog, EventTargetFirehose, EventTargetKinesis, FailoverBackend, HTTPResponseBackend, HTTPSEdge, HTTPSEdgeRoute, IPPolicy, IPPolicyRule, IPRestriction, IdentityProvider, Listable, Location, Ref, ReservedAddr, ReservedDomain, ReservedDomainCertJob, ReservedDomainCertPolicy, ReservedDomainCertStatus, SSHCertificateAuthority, SSHCredential, SSHHostCertificate, SSHUserCertificate, Secret, ServiceUser, StaticBackend, StaticBackendTLS, TCPEdge, TLSCertificate, TLSCertificateSANs, TLSEdge, Tunnel, TunnelGroupBackend, TunnelSession, UserAgent, Vault, WeightedBackend + Classes: APIKey, AWSAuth, AWSCredentials, AWSRole, AbuseReport, AbuseReportHostname, AgentIngress, AgentIngressCertJob, AgentIngressCertPolicy, AgentIngressCertStatus, ApplicationSession, ApplicationUser, BotUser, BrowserSession, CertificateAuthority, Credential, Endpoint, EndpointBackend, EndpointBackendMutate, EndpointCircuitBreaker, EndpointCompression, EndpointIPPolicy, EndpointIPPolicyMutate, EndpointMutualTLS, EndpointMutualTLSMutate, EndpointOAuth, EndpointOAuthAmazon, EndpointOAuthFacebook, EndpointOAuthGitHub, EndpointOAuthGitLab, EndpointOAuthGoogle, EndpointOAuthLinkedIn, EndpointOAuthMicrosoft, EndpointOAuthProvider, EndpointOAuthTwitch, EndpointOIDC, EndpointRequestHeaders, EndpointResponseHeaders, EndpointSAML, EndpointSAMLMutate, EndpointTLSTermination, EndpointTLSTerminationAtEdge, EndpointTrafficPolicy, EndpointUserAgentFilter, EndpointWebhookValidation, EndpointWebsocketTCPConverter, EventDestination, EventSource, EventSourceList, EventSourceReplace, EventSubscription, EventTarget, EventTargetAzureLogsIngestion, EventTargetCloudwatchLogs, EventTargetDatadog, EventTargetFirehose, EventTargetKinesis, FailoverBackend, HTTPResponseBackend, HTTPSEdge, HTTPSEdgeRoute, IPPolicy, IPPolicyRule, IPRestriction, IdentityProvider, Listable, Location, Ref, ReservedAddr, ReservedDomain, ReservedDomainCertJob, ReservedDomainCertPolicy, ReservedDomainCertStatus, ReservedDomainResolvesToEntry, SSHCertificateAuthority, SSHCredential, SSHHostCertificate, SSHUserCertificate, Secret, ServiceUser, StaticBackend, StaticBackendTLS, TCPEdge, TLSCertificate, TLSCertificateSANs, TLSEdge, Tunnel, TunnelGroupBackend, TunnelSession, UserAgent, Vault, WeightedBackend

@@ -107,7 +107,7 @@

Defined Under Namespace

diff --git a/doc/NgrokAPI/Models/APIKey.html b/doc/NgrokAPI/Models/APIKey.html index f4311eb..ce86f80 100644 --- a/doc/NgrokAPI/Models/APIKey.html +++ b/doc/NgrokAPI/Models/APIKey.html @@ -1189,7 +1189,7 @@

diff --git a/doc/NgrokAPI/Models/AWSAuth.html b/doc/NgrokAPI/Models/AWSAuth.html index ddd09e4..53eca2f 100644 --- a/doc/NgrokAPI/Models/AWSAuth.html +++ b/doc/NgrokAPI/Models/AWSAuth.html @@ -659,7 +659,7 @@

diff --git a/doc/NgrokAPI/Models/AWSCredentials.html b/doc/NgrokAPI/Models/AWSCredentials.html index 414df03..81e423a 100644 --- a/doc/NgrokAPI/Models/AWSCredentials.html +++ b/doc/NgrokAPI/Models/AWSCredentials.html @@ -659,7 +659,7 @@

diff --git a/doc/NgrokAPI/Models/AWSRole.html b/doc/NgrokAPI/Models/AWSRole.html index 0e3ff3a..8f91ddc 100644 --- a/doc/NgrokAPI/Models/AWSRole.html +++ b/doc/NgrokAPI/Models/AWSRole.html @@ -585,7 +585,7 @@

diff --git a/doc/NgrokAPI/Models/AbuseReport.html b/doc/NgrokAPI/Models/AbuseReport.html index 428a232..f7b9139 100644 --- a/doc/NgrokAPI/Models/AbuseReport.html +++ b/doc/NgrokAPI/Models/AbuseReport.html @@ -1033,7 +1033,7 @@

diff --git a/doc/NgrokAPI/Models/AbuseReportHostname.html b/doc/NgrokAPI/Models/AbuseReportHostname.html index 876f797..3ce0c54 100644 --- a/doc/NgrokAPI/Models/AbuseReportHostname.html +++ b/doc/NgrokAPI/Models/AbuseReportHostname.html @@ -659,7 +659,7 @@

diff --git a/doc/NgrokAPI/Models/AgentIngress.html b/doc/NgrokAPI/Models/AgentIngress.html index 6eeb51a..5c9f617 100644 --- a/doc/NgrokAPI/Models/AgentIngress.html +++ b/doc/NgrokAPI/Models/AgentIngress.html @@ -1417,7 +1417,7 @@

diff --git a/doc/NgrokAPI/Models/AgentIngressCertJob.html b/doc/NgrokAPI/Models/AgentIngressCertJob.html index ad621c5..5c2caaf 100644 --- a/doc/NgrokAPI/Models/AgentIngressCertJob.html +++ b/doc/NgrokAPI/Models/AgentIngressCertJob.html @@ -807,7 +807,7 @@

diff --git a/doc/NgrokAPI/Models/AgentIngressCertPolicy.html b/doc/NgrokAPI/Models/AgentIngressCertPolicy.html index c9dfb25..cfc73a7 100644 --- a/doc/NgrokAPI/Models/AgentIngressCertPolicy.html +++ b/doc/NgrokAPI/Models/AgentIngressCertPolicy.html @@ -659,7 +659,7 @@

diff --git a/doc/NgrokAPI/Models/AgentIngressCertStatus.html b/doc/NgrokAPI/Models/AgentIngressCertStatus.html index 3fc6166..474903b 100644 --- a/doc/NgrokAPI/Models/AgentIngressCertStatus.html +++ b/doc/NgrokAPI/Models/AgentIngressCertStatus.html @@ -659,7 +659,7 @@

diff --git a/doc/NgrokAPI/Models/ApplicationSession.html b/doc/NgrokAPI/Models/ApplicationSession.html index 084aa4e..9fc0832 100644 --- a/doc/NgrokAPI/Models/ApplicationSession.html +++ b/doc/NgrokAPI/Models/ApplicationSession.html @@ -1404,7 +1404,7 @@

diff --git a/doc/NgrokAPI/Models/ApplicationUser.html b/doc/NgrokAPI/Models/ApplicationUser.html index f1c36cb..eb901ea 100644 --- a/doc/NgrokAPI/Models/ApplicationUser.html +++ b/doc/NgrokAPI/Models/ApplicationUser.html @@ -1326,7 +1326,7 @@

diff --git a/doc/NgrokAPI/Models/BotUser.html b/doc/NgrokAPI/Models/BotUser.html index 209aea2..a1df513 100644 --- a/doc/NgrokAPI/Models/BotUser.html +++ b/doc/NgrokAPI/Models/BotUser.html @@ -1041,7 +1041,7 @@

diff --git a/doc/NgrokAPI/Models/BrowserSession.html b/doc/NgrokAPI/Models/BrowserSession.html index 96292bc..aae4833 100644 --- a/doc/NgrokAPI/Models/BrowserSession.html +++ b/doc/NgrokAPI/Models/BrowserSession.html @@ -733,7 +733,7 @@

diff --git a/doc/NgrokAPI/Models/CertificateAuthority.html b/doc/NgrokAPI/Models/CertificateAuthority.html index aeb2d42..c52344b 100644 --- a/doc/NgrokAPI/Models/CertificateAuthority.html +++ b/doc/NgrokAPI/Models/CertificateAuthority.html @@ -1485,7 +1485,7 @@

diff --git a/doc/NgrokAPI/Models/Credential.html b/doc/NgrokAPI/Models/Credential.html index 3951292..3e8a953 100644 --- a/doc/NgrokAPI/Models/Credential.html +++ b/doc/NgrokAPI/Models/Credential.html @@ -1269,7 +1269,7 @@

diff --git a/doc/NgrokAPI/Models/Endpoint.html b/doc/NgrokAPI/Models/Endpoint.html index 92ecb2c..c2c53e5 100644 --- a/doc/NgrokAPI/Models/Endpoint.html +++ b/doc/NgrokAPI/Models/Endpoint.html @@ -2697,7 +2697,7 @@

diff --git a/doc/NgrokAPI/Models/EndpointBackend.html b/doc/NgrokAPI/Models/EndpointBackend.html index 7684aec..15831a5 100644 --- a/doc/NgrokAPI/Models/EndpointBackend.html +++ b/doc/NgrokAPI/Models/EndpointBackend.html @@ -659,7 +659,7 @@

diff --git a/doc/NgrokAPI/Models/EndpointBackendMutate.html b/doc/NgrokAPI/Models/EndpointBackendMutate.html index c65caab..62bd166 100644 --- a/doc/NgrokAPI/Models/EndpointBackendMutate.html +++ b/doc/NgrokAPI/Models/EndpointBackendMutate.html @@ -659,7 +659,7 @@

diff --git a/doc/NgrokAPI/Models/EndpointCircuitBreaker.html b/doc/NgrokAPI/Models/EndpointCircuitBreaker.html index 7f0d643..cd90068 100644 --- a/doc/NgrokAPI/Models/EndpointCircuitBreaker.html +++ b/doc/NgrokAPI/Models/EndpointCircuitBreaker.html @@ -955,7 +955,7 @@

diff --git a/doc/NgrokAPI/Models/EndpointCompression.html b/doc/NgrokAPI/Models/EndpointCompression.html index 7df0fc8..491760c 100644 --- a/doc/NgrokAPI/Models/EndpointCompression.html +++ b/doc/NgrokAPI/Models/EndpointCompression.html @@ -585,7 +585,7 @@

diff --git a/doc/NgrokAPI/Models/EndpointIPPolicy.html b/doc/NgrokAPI/Models/EndpointIPPolicy.html index c3fcbc8..8e43881 100644 --- a/doc/NgrokAPI/Models/EndpointIPPolicy.html +++ b/doc/NgrokAPI/Models/EndpointIPPolicy.html @@ -659,7 +659,7 @@

diff --git a/doc/NgrokAPI/Models/EndpointIPPolicyMutate.html b/doc/NgrokAPI/Models/EndpointIPPolicyMutate.html index 26ef8d9..ea323bb 100644 --- a/doc/NgrokAPI/Models/EndpointIPPolicyMutate.html +++ b/doc/NgrokAPI/Models/EndpointIPPolicyMutate.html @@ -659,7 +659,7 @@

diff --git a/doc/NgrokAPI/Models/EndpointMutualTLS.html b/doc/NgrokAPI/Models/EndpointMutualTLS.html index 730bb1a..82af929 100644 --- a/doc/NgrokAPI/Models/EndpointMutualTLS.html +++ b/doc/NgrokAPI/Models/EndpointMutualTLS.html @@ -659,7 +659,7 @@

diff --git a/doc/NgrokAPI/Models/EndpointMutualTLSMutate.html b/doc/NgrokAPI/Models/EndpointMutualTLSMutate.html index de7d0e9..bc72b78 100644 --- a/doc/NgrokAPI/Models/EndpointMutualTLSMutate.html +++ b/doc/NgrokAPI/Models/EndpointMutualTLSMutate.html @@ -659,7 +659,7 @@

diff --git a/doc/NgrokAPI/Models/EndpointOAuth.html b/doc/NgrokAPI/Models/EndpointOAuth.html index 22da0e0..81e6965 100644 --- a/doc/NgrokAPI/Models/EndpointOAuth.html +++ b/doc/NgrokAPI/Models/EndpointOAuth.html @@ -1029,7 +1029,7 @@

diff --git a/doc/NgrokAPI/Models/EndpointOAuthAmazon.html b/doc/NgrokAPI/Models/EndpointOAuthAmazon.html index d3c3490..d2a7e7c 100644 --- a/doc/NgrokAPI/Models/EndpointOAuthAmazon.html +++ b/doc/NgrokAPI/Models/EndpointOAuthAmazon.html @@ -881,7 +881,7 @@

diff --git a/doc/NgrokAPI/Models/EndpointOAuthFacebook.html b/doc/NgrokAPI/Models/EndpointOAuthFacebook.html index 7b0c3fc..bc0816b 100644 --- a/doc/NgrokAPI/Models/EndpointOAuthFacebook.html +++ b/doc/NgrokAPI/Models/EndpointOAuthFacebook.html @@ -881,7 +881,7 @@

diff --git a/doc/NgrokAPI/Models/EndpointOAuthGitHub.html b/doc/NgrokAPI/Models/EndpointOAuthGitHub.html index 1bba2cb..ab09970 100644 --- a/doc/NgrokAPI/Models/EndpointOAuthGitHub.html +++ b/doc/NgrokAPI/Models/EndpointOAuthGitHub.html @@ -1029,7 +1029,7 @@

diff --git a/doc/NgrokAPI/Models/EndpointOAuthGitLab.html b/doc/NgrokAPI/Models/EndpointOAuthGitLab.html index d7f5ef0..7b266ad 100644 --- a/doc/NgrokAPI/Models/EndpointOAuthGitLab.html +++ b/doc/NgrokAPI/Models/EndpointOAuthGitLab.html @@ -881,7 +881,7 @@

diff --git a/doc/NgrokAPI/Models/EndpointOAuthGoogle.html b/doc/NgrokAPI/Models/EndpointOAuthGoogle.html index 5441bc9..bc69be7 100644 --- a/doc/NgrokAPI/Models/EndpointOAuthGoogle.html +++ b/doc/NgrokAPI/Models/EndpointOAuthGoogle.html @@ -881,7 +881,7 @@

diff --git a/doc/NgrokAPI/Models/EndpointOAuthLinkedIn.html b/doc/NgrokAPI/Models/EndpointOAuthLinkedIn.html index 51b6079..221aa79 100644 --- a/doc/NgrokAPI/Models/EndpointOAuthLinkedIn.html +++ b/doc/NgrokAPI/Models/EndpointOAuthLinkedIn.html @@ -881,7 +881,7 @@

diff --git a/doc/NgrokAPI/Models/EndpointOAuthMicrosoft.html b/doc/NgrokAPI/Models/EndpointOAuthMicrosoft.html index a7df85d..44c25b2 100644 --- a/doc/NgrokAPI/Models/EndpointOAuthMicrosoft.html +++ b/doc/NgrokAPI/Models/EndpointOAuthMicrosoft.html @@ -881,7 +881,7 @@

diff --git a/doc/NgrokAPI/Models/EndpointOAuthProvider.html b/doc/NgrokAPI/Models/EndpointOAuthProvider.html index ce21eb0..62a0559 100644 --- a/doc/NgrokAPI/Models/EndpointOAuthProvider.html +++ b/doc/NgrokAPI/Models/EndpointOAuthProvider.html @@ -1103,7 +1103,7 @@

diff --git a/doc/NgrokAPI/Models/EndpointOAuthTwitch.html b/doc/NgrokAPI/Models/EndpointOAuthTwitch.html index 09d3c45..79eb032 100644 --- a/doc/NgrokAPI/Models/EndpointOAuthTwitch.html +++ b/doc/NgrokAPI/Models/EndpointOAuthTwitch.html @@ -881,7 +881,7 @@

diff --git a/doc/NgrokAPI/Models/EndpointOIDC.html b/doc/NgrokAPI/Models/EndpointOIDC.html index 4365533..d0fb3d1 100644 --- a/doc/NgrokAPI/Models/EndpointOIDC.html +++ b/doc/NgrokAPI/Models/EndpointOIDC.html @@ -1177,7 +1177,7 @@

diff --git a/doc/NgrokAPI/Models/EndpointRequestHeaders.html b/doc/NgrokAPI/Models/EndpointRequestHeaders.html index 2ed5cd1..905b654 100644 --- a/doc/NgrokAPI/Models/EndpointRequestHeaders.html +++ b/doc/NgrokAPI/Models/EndpointRequestHeaders.html @@ -733,7 +733,7 @@

diff --git a/doc/NgrokAPI/Models/EndpointResponseHeaders.html b/doc/NgrokAPI/Models/EndpointResponseHeaders.html index f807548..878ba3c 100644 --- a/doc/NgrokAPI/Models/EndpointResponseHeaders.html +++ b/doc/NgrokAPI/Models/EndpointResponseHeaders.html @@ -733,7 +733,7 @@

diff --git a/doc/NgrokAPI/Models/EndpointSAML.html b/doc/NgrokAPI/Models/EndpointSAML.html index 9a61c15..ed3a28b 100644 --- a/doc/NgrokAPI/Models/EndpointSAML.html +++ b/doc/NgrokAPI/Models/EndpointSAML.html @@ -1633,7 +1633,7 @@

diff --git a/doc/NgrokAPI/Models/EndpointSAMLMutate.html b/doc/NgrokAPI/Models/EndpointSAMLMutate.html index a6a2e32..977c85f 100644 --- a/doc/NgrokAPI/Models/EndpointSAMLMutate.html +++ b/doc/NgrokAPI/Models/EndpointSAMLMutate.html @@ -1251,7 +1251,7 @@

diff --git a/doc/NgrokAPI/Models/EndpointTLSTermination.html b/doc/NgrokAPI/Models/EndpointTLSTermination.html index 0e2787e..61f0b38 100644 --- a/doc/NgrokAPI/Models/EndpointTLSTermination.html +++ b/doc/NgrokAPI/Models/EndpointTLSTermination.html @@ -733,7 +733,7 @@

diff --git a/doc/NgrokAPI/Models/EndpointTLSTerminationAtEdge.html b/doc/NgrokAPI/Models/EndpointTLSTerminationAtEdge.html index 3bb02bb..c864165 100644 --- a/doc/NgrokAPI/Models/EndpointTLSTerminationAtEdge.html +++ b/doc/NgrokAPI/Models/EndpointTLSTerminationAtEdge.html @@ -659,7 +659,7 @@

diff --git a/doc/NgrokAPI/Models/EndpointTrafficPolicy.html b/doc/NgrokAPI/Models/EndpointTrafficPolicy.html index 3fbb747..5cdc96b 100644 --- a/doc/NgrokAPI/Models/EndpointTrafficPolicy.html +++ b/doc/NgrokAPI/Models/EndpointTrafficPolicy.html @@ -659,7 +659,7 @@

diff --git a/doc/NgrokAPI/Models/EndpointUserAgentFilter.html b/doc/NgrokAPI/Models/EndpointUserAgentFilter.html index af9356f..27bfd7a 100644 --- a/doc/NgrokAPI/Models/EndpointUserAgentFilter.html +++ b/doc/NgrokAPI/Models/EndpointUserAgentFilter.html @@ -733,7 +733,7 @@

diff --git a/doc/NgrokAPI/Models/EndpointWebhookValidation.html b/doc/NgrokAPI/Models/EndpointWebhookValidation.html index 3bebd54..ef1a7a3 100644 --- a/doc/NgrokAPI/Models/EndpointWebhookValidation.html +++ b/doc/NgrokAPI/Models/EndpointWebhookValidation.html @@ -733,7 +733,7 @@

diff --git a/doc/NgrokAPI/Models/EndpointWebsocketTCPConverter.html b/doc/NgrokAPI/Models/EndpointWebsocketTCPConverter.html index d6932b9..b0a29f8 100644 --- a/doc/NgrokAPI/Models/EndpointWebsocketTCPConverter.html +++ b/doc/NgrokAPI/Models/EndpointWebsocketTCPConverter.html @@ -585,7 +585,7 @@

diff --git a/doc/NgrokAPI/Models/EventDestination.html b/doc/NgrokAPI/Models/EventDestination.html index e4bdd85..e759d4b 100644 --- a/doc/NgrokAPI/Models/EventDestination.html +++ b/doc/NgrokAPI/Models/EventDestination.html @@ -1104,7 +1104,7 @@

diff --git a/doc/NgrokAPI/Models/EventSource.html b/doc/NgrokAPI/Models/EventSource.html index 820c4ea..dae8b65 100644 --- a/doc/NgrokAPI/Models/EventSource.html +++ b/doc/NgrokAPI/Models/EventSource.html @@ -663,7 +663,7 @@

diff --git a/doc/NgrokAPI/Models/EventSourceList.html b/doc/NgrokAPI/Models/EventSourceList.html index 25a192d..878b873 100644 --- a/doc/NgrokAPI/Models/EventSourceList.html +++ b/doc/NgrokAPI/Models/EventSourceList.html @@ -663,7 +663,7 @@

diff --git a/doc/NgrokAPI/Models/EventSourceReplace.html b/doc/NgrokAPI/Models/EventSourceReplace.html index 85ddd1b..0e62b92 100644 --- a/doc/NgrokAPI/Models/EventSourceReplace.html +++ b/doc/NgrokAPI/Models/EventSourceReplace.html @@ -585,7 +585,7 @@

diff --git a/doc/NgrokAPI/Models/EventSubscription.html b/doc/NgrokAPI/Models/EventSubscription.html index bfedef5..0b30404 100644 --- a/doc/NgrokAPI/Models/EventSubscription.html +++ b/doc/NgrokAPI/Models/EventSubscription.html @@ -1104,7 +1104,7 @@

diff --git a/doc/NgrokAPI/Models/EventTarget.html b/doc/NgrokAPI/Models/EventTarget.html index 3365b25..8c68e1f 100644 --- a/doc/NgrokAPI/Models/EventTarget.html +++ b/doc/NgrokAPI/Models/EventTarget.html @@ -881,7 +881,7 @@

diff --git a/doc/NgrokAPI/Models/EventTargetAzureLogsIngestion.html b/doc/NgrokAPI/Models/EventTargetAzureLogsIngestion.html index a948a35..fe1f8d2 100644 --- a/doc/NgrokAPI/Models/EventTargetAzureLogsIngestion.html +++ b/doc/NgrokAPI/Models/EventTargetAzureLogsIngestion.html @@ -955,7 +955,7 @@

diff --git a/doc/NgrokAPI/Models/EventTargetCloudwatchLogs.html b/doc/NgrokAPI/Models/EventTargetCloudwatchLogs.html index 2ed040f..e2136f1 100644 --- a/doc/NgrokAPI/Models/EventTargetCloudwatchLogs.html +++ b/doc/NgrokAPI/Models/EventTargetCloudwatchLogs.html @@ -659,7 +659,7 @@

diff --git a/doc/NgrokAPI/Models/EventTargetDatadog.html b/doc/NgrokAPI/Models/EventTargetDatadog.html index 3df2ea6..b3eaeca 100644 --- a/doc/NgrokAPI/Models/EventTargetDatadog.html +++ b/doc/NgrokAPI/Models/EventTargetDatadog.html @@ -807,7 +807,7 @@

diff --git a/doc/NgrokAPI/Models/EventTargetFirehose.html b/doc/NgrokAPI/Models/EventTargetFirehose.html index e918c4d..47a06e5 100644 --- a/doc/NgrokAPI/Models/EventTargetFirehose.html +++ b/doc/NgrokAPI/Models/EventTargetFirehose.html @@ -659,7 +659,7 @@

diff --git a/doc/NgrokAPI/Models/EventTargetKinesis.html b/doc/NgrokAPI/Models/EventTargetKinesis.html index 8b77e51..cb1c9b7 100644 --- a/doc/NgrokAPI/Models/EventTargetKinesis.html +++ b/doc/NgrokAPI/Models/EventTargetKinesis.html @@ -659,7 +659,7 @@

diff --git a/doc/NgrokAPI/Models/FailoverBackend.html b/doc/NgrokAPI/Models/FailoverBackend.html index cb31aea..8004125 100644 --- a/doc/NgrokAPI/Models/FailoverBackend.html +++ b/doc/NgrokAPI/Models/FailoverBackend.html @@ -1121,7 +1121,7 @@

diff --git a/doc/NgrokAPI/Models/HTTPResponseBackend.html b/doc/NgrokAPI/Models/HTTPResponseBackend.html index be22676..b74eb44 100644 --- a/doc/NgrokAPI/Models/HTTPResponseBackend.html +++ b/doc/NgrokAPI/Models/HTTPResponseBackend.html @@ -1277,7 +1277,7 @@

diff --git a/doc/NgrokAPI/Models/HTTPSEdge.html b/doc/NgrokAPI/Models/HTTPSEdge.html index 6d8b816..76aa4f6 100644 --- a/doc/NgrokAPI/Models/HTTPSEdge.html +++ b/doc/NgrokAPI/Models/HTTPSEdge.html @@ -1355,7 +1355,7 @@

diff --git a/doc/NgrokAPI/Models/HTTPSEdgeRoute.html b/doc/NgrokAPI/Models/HTTPSEdgeRoute.html index 8179bfa..93f1117 100644 --- a/doc/NgrokAPI/Models/HTTPSEdgeRoute.html +++ b/doc/NgrokAPI/Models/HTTPSEdgeRoute.html @@ -2321,7 +2321,7 @@

diff --git a/doc/NgrokAPI/Models/IPPolicy.html b/doc/NgrokAPI/Models/IPPolicy.html index 426f58f..2a0c959 100644 --- a/doc/NgrokAPI/Models/IPPolicy.html +++ b/doc/NgrokAPI/Models/IPPolicy.html @@ -1041,7 +1041,7 @@

diff --git a/doc/NgrokAPI/Models/IPPolicyRule.html b/doc/NgrokAPI/Models/IPPolicyRule.html index 68ada1a..961ab95 100644 --- a/doc/NgrokAPI/Models/IPPolicyRule.html +++ b/doc/NgrokAPI/Models/IPPolicyRule.html @@ -1269,7 +1269,7 @@

diff --git a/doc/NgrokAPI/Models/IPRestriction.html b/doc/NgrokAPI/Models/IPRestriction.html index 6f9e59e..a0f788e 100644 --- a/doc/NgrokAPI/Models/IPRestriction.html +++ b/doc/NgrokAPI/Models/IPRestriction.html @@ -1178,7 +1178,7 @@

diff --git a/doc/NgrokAPI/Models/IdentityProvider.html b/doc/NgrokAPI/Models/IdentityProvider.html index bb00f8d..83d12a4 100644 --- a/doc/NgrokAPI/Models/IdentityProvider.html +++ b/doc/NgrokAPI/Models/IdentityProvider.html @@ -659,7 +659,7 @@

diff --git a/doc/NgrokAPI/Models/Listable.html b/doc/NgrokAPI/Models/Listable.html index 9ff4361..964341d 100644 --- a/doc/NgrokAPI/Models/Listable.html +++ b/doc/NgrokAPI/Models/Listable.html @@ -992,7 +992,7 @@

diff --git a/doc/NgrokAPI/Models/Location.html b/doc/NgrokAPI/Models/Location.html index 680bca7..0959a7e 100644 --- a/doc/NgrokAPI/Models/Location.html +++ b/doc/NgrokAPI/Models/Location.html @@ -807,7 +807,7 @@

diff --git a/doc/NgrokAPI/Models/Ref.html b/doc/NgrokAPI/Models/Ref.html index bd5b29d..d5d87e5 100644 --- a/doc/NgrokAPI/Models/Ref.html +++ b/doc/NgrokAPI/Models/Ref.html @@ -663,7 +663,7 @@

diff --git a/doc/NgrokAPI/Models/ReservedAddr.html b/doc/NgrokAPI/Models/ReservedAddr.html index 1426bc6..ecaa998 100644 --- a/doc/NgrokAPI/Models/ReservedAddr.html +++ b/doc/NgrokAPI/Models/ReservedAddr.html @@ -1104,7 +1104,7 @@

diff --git a/doc/NgrokAPI/Models/ReservedDomain.html b/doc/NgrokAPI/Models/ReservedDomain.html index 56f5c3e..79625ef 100644 --- a/doc/NgrokAPI/Models/ReservedDomain.html +++ b/doc/NgrokAPI/Models/ReservedDomain.html @@ -480,6 +480,35 @@

Instance Attribute Summary collaps

Returns the value of attribute region.

+ + + +
  • + + + #resolves_to ⇒ Object + + + + + + + + + readonly + + + + + + + + + +
    +

    Returns the value of attribute resolves_to.

    +
    +
  • @@ -673,7 +702,6 @@

     
     
    -25
     26
     27
     28
    @@ -690,10 +718,12 @@ 

    39 40 41 -42

    +42 +43 +44 -
    # File 'lib/ngrokapi/models/reserved_domain.rb', line 25
    +      
    # File 'lib/ngrokapi/models/reserved_domain.rb', line 26
     
     def initialize(client: nil, attrs: {})
       @client = client
    @@ -712,6 +742,7 @@ 

    @certificate_management_policy = @attrs['certificate_management_policy'] @certificate_management_status = @attrs['certificate_management_status'] @acme_challenge_cname_target = @attrs['acme_challenge_cname_target'] + @resolves_to = @attrs['resolves_to'] end

    @@ -1283,6 +1314,49 @@

    + +
    +

    + + #resolves_toObject (readonly) + + + + + +

    +
    + +

    Returns the value of attribute resolves_to.

    + + +
    +
    +
    + + +
    + + + + +
    +
    +
    +
    +10
    +11
    +12
    +
    +
    # File 'lib/ngrokapi/models/reserved_domain.rb', line 10
    +
    +def resolves_to
    +  @resolves_to
    +end
    +
    +
    + +

    @@ -1347,12 +1421,12 @@

     
     
    -44
    -45
    -46
    +46 +47 +48

    -
    # File 'lib/ngrokapi/models/reserved_domain.rb', line 44
    +      
    # File 'lib/ngrokapi/models/reserved_domain.rb', line 46
     
     def ==(other)
       @attrs == other.attrs
    @@ -1390,14 +1464,14 @@ 

     
     
    -60
    -61
     62
     63
    -64
    +64 +65 +66

    -
    # File 'lib/ngrokapi/models/reserved_domain.rb', line 60
    +      
    # File 'lib/ngrokapi/models/reserved_domain.rb', line 62
     
     def delete
       @client.delete(
    @@ -1424,12 +1498,12 @@ 

     
     
    -52
    -53
    -54
    +54 +55 +56

    -
    # File 'lib/ngrokapi/models/reserved_domain.rb', line 52
    +      
    # File 'lib/ngrokapi/models/reserved_domain.rb', line 54
     
     def to_h
       @attrs.to_h
    @@ -1454,12 +1528,12 @@ 

     
     
    -48
    -49
    -50
    +50 +51 +52

    -
    # File 'lib/ngrokapi/models/reserved_domain.rb', line 48
    +      
    # File 'lib/ngrokapi/models/reserved_domain.rb', line 50
     
     def to_s
       @attrs.to_s
    @@ -1474,7 +1548,7 @@ 

    diff --git a/doc/NgrokAPI/Models/ReservedDomainCertJob.html b/doc/NgrokAPI/Models/ReservedDomainCertJob.html index a3d9a1e..af8f10e 100644 --- a/doc/NgrokAPI/Models/ReservedDomainCertJob.html +++ b/doc/NgrokAPI/Models/ReservedDomainCertJob.html @@ -807,7 +807,7 @@

    diff --git a/doc/NgrokAPI/Models/ReservedDomainCertPolicy.html b/doc/NgrokAPI/Models/ReservedDomainCertPolicy.html index ceee5bc..253c61f 100644 --- a/doc/NgrokAPI/Models/ReservedDomainCertPolicy.html +++ b/doc/NgrokAPI/Models/ReservedDomainCertPolicy.html @@ -659,7 +659,7 @@

    diff --git a/doc/NgrokAPI/Models/ReservedDomainCertStatus.html b/doc/NgrokAPI/Models/ReservedDomainCertStatus.html index 264fe6e..f26bcce 100644 --- a/doc/NgrokAPI/Models/ReservedDomainCertStatus.html +++ b/doc/NgrokAPI/Models/ReservedDomainCertStatus.html @@ -659,7 +659,7 @@

    diff --git a/doc/NgrokAPI/Models/ReservedDomainResolvesToEntry.html b/doc/NgrokAPI/Models/ReservedDomainResolvesToEntry.html new file mode 100644 index 0000000..3ae75cb --- /dev/null +++ b/doc/NgrokAPI/Models/ReservedDomainResolvesToEntry.html @@ -0,0 +1,595 @@ + + + + + + + Class: NgrokAPI::Models::ReservedDomainResolvesToEntry + + — Documentation by YARD 0.9.36 + + + + + + + + + + + + + + + + + + + +
    + + +

    Class: NgrokAPI::Models::ReservedDomainResolvesToEntry + + + +

    +
    + +
    +
    Inherits:
    +
    + Object + +
      +
    • Object
    • + + + +
    + show all + +
    +
    + + + + + + + + + + + +
    +
    Defined in:
    +
    lib/ngrokapi/models/reserved_domain_resolves_to_entry.rb
    +
    + +
    + + + + + +

    Instance Attribute Summary collapse

    +
      + +
    • + + + #attrs ⇒ Object + + + + + + + + + readonly + + + + + + + + + +
      +

      Returns the value of attribute attrs.

      +
      + +
    • + + +
    • + + + #client ⇒ Object + + + + + + + + + readonly + + + + + + + + + +
      +

      Returns the value of attribute client.

      +
      + +
    • + + +
    • + + + #value ⇒ Object + + + + + + + + + readonly + + + + + + + + + +
      +

      Returns the value of attribute value.

      +
      + +
    • + + +
    + + + + + +

    + Instance Method Summary + collapse +

    + + + + +
    +

    Constructor Details

    + +
    +

    + + #initialize(client: nil, attrs: {}) ⇒ ReservedDomainResolvesToEntry + + + + + +

    +
    + +

    Returns a new instance of ReservedDomainResolvesToEntry.

    + + +
    +
    +
    + + +
    + + + + +
    +
    +
    +
    +12
    +13
    +14
    +15
    +16
    +
    +
    # File 'lib/ngrokapi/models/reserved_domain_resolves_to_entry.rb', line 12
    +
    +def initialize(client: nil, attrs: {})
    +  @client = client
    +  @attrs = attrs
    +  @value = @attrs['value']
    +end
    +
    +
    + +
    + +
    +

    Instance Attribute Details

    + + + +
    +

    + + #attrsObject (readonly) + + + + + +

    +
    + +

    Returns the value of attribute attrs.

    + + +
    +
    +
    + + +
    + + + + +
    +
    +
    +
    +8
    +9
    +10
    +
    +
    # File 'lib/ngrokapi/models/reserved_domain_resolves_to_entry.rb', line 8
    +
    +def attrs
    +  @attrs
    +end
    +
    +
    + + + +
    +

    + + #clientObject (readonly) + + + + + +

    +
    + +

    Returns the value of attribute client.

    + + +
    +
    +
    + + +
    + + + + +
    +
    +
    +
    +8
    +9
    +10
    +
    +
    # File 'lib/ngrokapi/models/reserved_domain_resolves_to_entry.rb', line 8
    +
    +def client
    +  @client
    +end
    +
    +
    + + + +
    +

    + + #valueObject (readonly) + + + + + +

    +
    + +

    Returns the value of attribute value.

    + + +
    +
    +
    + + +
    + + + + +
    +
    +
    +
    +8
    +9
    +10
    +
    +
    # File 'lib/ngrokapi/models/reserved_domain_resolves_to_entry.rb', line 8
    +
    +def value
    +  @value
    +end
    +
    +
    + +
    + + +
    +

    Instance Method Details

    + + +
    +

    + + #==(other) ⇒ Object + + + + + +

    + + + + +
    +
    +
    +
    +18
    +19
    +20
    +
    +
    # File 'lib/ngrokapi/models/reserved_domain_resolves_to_entry.rb', line 18
    +
    +def ==(other)
    +  @attrs == other.attrs
    +end
    +
    +
    + +
    +

    + + #to_hObject + + + + + +

    + + + + +
    +
    +
    +
    +26
    +27
    +28
    +
    +
    # File 'lib/ngrokapi/models/reserved_domain_resolves_to_entry.rb', line 26
    +
    +def to_h
    +  @attrs.to_h
    +end
    +
    +
    + +
    +

    + + #to_sObject + + + + + +

    + + + + +
    +
    +
    +
    +22
    +23
    +24
    +
    +
    # File 'lib/ngrokapi/models/reserved_domain_resolves_to_entry.rb', line 22
    +
    +def to_s
    +  @attrs.to_s
    +end
    +
    +
    + +
    + +
    + + + +
    + + \ No newline at end of file diff --git a/doc/NgrokAPI/Models/SSHCertificateAuthority.html b/doc/NgrokAPI/Models/SSHCertificateAuthority.html index e92b058..6f45516 100644 --- a/doc/NgrokAPI/Models/SSHCertificateAuthority.html +++ b/doc/NgrokAPI/Models/SSHCertificateAuthority.html @@ -1189,7 +1189,7 @@

    diff --git a/doc/NgrokAPI/Models/SSHCredential.html b/doc/NgrokAPI/Models/SSHCredential.html index e873850..8d19a09 100644 --- a/doc/NgrokAPI/Models/SSHCredential.html +++ b/doc/NgrokAPI/Models/SSHCredential.html @@ -1269,7 +1269,7 @@

    diff --git a/doc/NgrokAPI/Models/SSHHostCertificate.html b/doc/NgrokAPI/Models/SSHHostCertificate.html index 3ab0333..70dab22 100644 --- a/doc/NgrokAPI/Models/SSHHostCertificate.html +++ b/doc/NgrokAPI/Models/SSHHostCertificate.html @@ -1559,7 +1559,7 @@

    diff --git a/doc/NgrokAPI/Models/SSHUserCertificate.html b/doc/NgrokAPI/Models/SSHUserCertificate.html index bda7e34..9138917 100644 --- a/doc/NgrokAPI/Models/SSHUserCertificate.html +++ b/doc/NgrokAPI/Models/SSHUserCertificate.html @@ -1707,7 +1707,7 @@

    diff --git a/doc/NgrokAPI/Models/Secret.html b/doc/NgrokAPI/Models/Secret.html index cdaeaed..aa3d6c4 100644 --- a/doc/NgrokAPI/Models/Secret.html +++ b/doc/NgrokAPI/Models/Secret.html @@ -1400,7 +1400,7 @@

    diff --git a/doc/NgrokAPI/Models/ServiceUser.html b/doc/NgrokAPI/Models/ServiceUser.html index aff0b8a..76f944d 100644 --- a/doc/NgrokAPI/Models/ServiceUser.html +++ b/doc/NgrokAPI/Models/ServiceUser.html @@ -1041,7 +1041,7 @@

    diff --git a/doc/NgrokAPI/Models/StaticBackend.html b/doc/NgrokAPI/Models/StaticBackend.html index 93acfb2..b97b0f1 100644 --- a/doc/NgrokAPI/Models/StaticBackend.html +++ b/doc/NgrokAPI/Models/StaticBackend.html @@ -1201,7 +1201,7 @@

    diff --git a/doc/NgrokAPI/Models/StaticBackendTLS.html b/doc/NgrokAPI/Models/StaticBackendTLS.html index 6ff0366..2c37e88 100644 --- a/doc/NgrokAPI/Models/StaticBackendTLS.html +++ b/doc/NgrokAPI/Models/StaticBackendTLS.html @@ -585,7 +585,7 @@

    diff --git a/doc/NgrokAPI/Models/TCPEdge.html b/doc/NgrokAPI/Models/TCPEdge.html index dfc68ca..ecf4d66 100644 --- a/doc/NgrokAPI/Models/TCPEdge.html +++ b/doc/NgrokAPI/Models/TCPEdge.html @@ -1361,7 +1361,7 @@

    diff --git a/doc/NgrokAPI/Models/TLSCertificate.html b/doc/NgrokAPI/Models/TLSCertificate.html index 044bec2..e8e9772 100644 --- a/doc/NgrokAPI/Models/TLSCertificate.html +++ b/doc/NgrokAPI/Models/TLSCertificate.html @@ -2225,7 +2225,7 @@

    diff --git a/doc/NgrokAPI/Models/TLSCertificateSANs.html b/doc/NgrokAPI/Models/TLSCertificateSANs.html index 79ec627..384a962 100644 --- a/doc/NgrokAPI/Models/TLSCertificateSANs.html +++ b/doc/NgrokAPI/Models/TLSCertificateSANs.html @@ -659,7 +659,7 @@

    diff --git a/doc/NgrokAPI/Models/TLSEdge.html b/doc/NgrokAPI/Models/TLSEdge.html index 9d7c8d5..47a4ad1 100644 --- a/doc/NgrokAPI/Models/TLSEdge.html +++ b/doc/NgrokAPI/Models/TLSEdge.html @@ -1521,7 +1521,7 @@

    diff --git a/doc/NgrokAPI/Models/Tunnel.html b/doc/NgrokAPI/Models/Tunnel.html index c250965..e2895c1 100644 --- a/doc/NgrokAPI/Models/Tunnel.html +++ b/doc/NgrokAPI/Models/Tunnel.html @@ -1329,7 +1329,7 @@

    diff --git a/doc/NgrokAPI/Models/TunnelGroupBackend.html b/doc/NgrokAPI/Models/TunnelGroupBackend.html index 3c4ca08..e49a4f4 100644 --- a/doc/NgrokAPI/Models/TunnelGroupBackend.html +++ b/doc/NgrokAPI/Models/TunnelGroupBackend.html @@ -1195,7 +1195,7 @@

    diff --git a/doc/NgrokAPI/Models/TunnelSession.html b/doc/NgrokAPI/Models/TunnelSession.html index 81a5812..a165632 100644 --- a/doc/NgrokAPI/Models/TunnelSession.html +++ b/doc/NgrokAPI/Models/TunnelSession.html @@ -1255,7 +1255,7 @@

    diff --git a/doc/NgrokAPI/Models/UserAgent.html b/doc/NgrokAPI/Models/UserAgent.html index 8f38504..237aa81 100644 --- a/doc/NgrokAPI/Models/UserAgent.html +++ b/doc/NgrokAPI/Models/UserAgent.html @@ -955,7 +955,7 @@

    diff --git a/doc/NgrokAPI/Models/Vault.html b/doc/NgrokAPI/Models/Vault.html index 5ea42cf..c09cc83 100644 --- a/doc/NgrokAPI/Models/Vault.html +++ b/doc/NgrokAPI/Models/Vault.html @@ -1343,7 +1343,7 @@

    diff --git a/doc/NgrokAPI/Models/WeightedBackend.html b/doc/NgrokAPI/Models/WeightedBackend.html index 68d6fc7..b188e90 100644 --- a/doc/NgrokAPI/Models/WeightedBackend.html +++ b/doc/NgrokAPI/Models/WeightedBackend.html @@ -1121,7 +1121,7 @@

    diff --git a/doc/NgrokAPI/PagedIterator.html b/doc/NgrokAPI/PagedIterator.html index 1e9f5ac..719758e 100644 --- a/doc/NgrokAPI/PagedIterator.html +++ b/doc/NgrokAPI/PagedIterator.html @@ -625,7 +625,7 @@

    diff --git a/doc/NgrokAPI/Services.html b/doc/NgrokAPI/Services.html index 3db6ab9..f8b1508 100644 --- a/doc/NgrokAPI/Services.html +++ b/doc/NgrokAPI/Services.html @@ -107,7 +107,7 @@

    Defined Under Namespace

    diff --git a/doc/NgrokAPI/Services/APIKeysClient.html b/doc/NgrokAPI/Services/APIKeysClient.html index ae4ff78..5f2a857 100644 --- a/doc/NgrokAPI/Services/APIKeysClient.html +++ b/doc/NgrokAPI/Services/APIKeysClient.html @@ -1248,6 +1248,11 @@

    (defaults to: nil) + — +
    +

    Expects a resource ID as its input. Returns earlier entries in the result set, sorted by ID.

    +
    +
  • @@ -1261,6 +1266,11 @@

    (defaults to: nil) + — +
    +

    Constrains the number of results in the dataset. See the API Overview <https://ngrok.com/docs/api/index#pagination>_ for details.

    +
    +

  • @@ -1274,6 +1284,11 @@

    (defaults to: nil) + — +
    +

    A CEL expression to filter the list results. Supports logical and comparison operators to match on fields such as id, metadata, created_at, and more. See ngrok API Filtering for syntax and field details: https://ngrok.com/docs/api/api-filtering <https://ngrok.com/docs/api/api-filtering>_.

    +
    +

  • @@ -1406,6 +1421,11 @@

    (defaults to: nil) + — +
    +

    Expects a resource ID as its input. Returns earlier entries in the result set, sorted by ID.

    +
    +

  • @@ -1419,6 +1439,11 @@

    (defaults to: nil) + — +
    +

    Constrains the number of results in the dataset. See the API Overview <https://ngrok.com/docs/api/index#pagination>_ for details.

    +
    +

  • @@ -1432,6 +1457,11 @@

    (defaults to: nil) + — +
    +

    A CEL expression to filter the list results. Supports logical and comparison operators to match on fields such as id, metadata, created_at, and more. See ngrok API Filtering for syntax and field details: https://ngrok.com/docs/api/api-filtering <https://ngrok.com/docs/api/api-filtering>_.

    +
    +

  • @@ -1799,7 +1829,7 @@

    diff --git a/doc/NgrokAPI/Services/AbuseReportsClient.html b/doc/NgrokAPI/Services/AbuseReportsClient.html index 1539cb7..3278bb3 100644 --- a/doc/NgrokAPI/Services/AbuseReportsClient.html +++ b/doc/NgrokAPI/Services/AbuseReportsClient.html @@ -833,7 +833,7 @@

    diff --git a/doc/NgrokAPI/Services/AgentIngressesClient.html b/doc/NgrokAPI/Services/AgentIngressesClient.html index 47042ed..96e9dd1 100644 --- a/doc/NgrokAPI/Services/AgentIngressesClient.html +++ b/doc/NgrokAPI/Services/AgentIngressesClient.html @@ -1282,6 +1282,11 @@

    (defaults to: nil) + — +
    +

    Expects a resource ID as its input. Returns earlier entries in the result set, sorted by ID.

    +
    +

  • @@ -1295,6 +1300,11 @@

    (defaults to: nil) + — +
    +

    Constrains the number of results in the dataset. See the API Overview <https://ngrok.com/docs/api/index#pagination>_ for details.

    +
    +

  • @@ -1308,6 +1318,11 @@

    (defaults to: nil) + — +
    +

    A CEL expression to filter the list results. Supports logical and comparison operators to match on fields such as id, metadata, created_at, and more. See ngrok API Filtering for syntax and field details: https://ngrok.com/docs/api/api-filtering <https://ngrok.com/docs/api/api-filtering>_.

    +
    +

  • @@ -1440,6 +1455,11 @@

    (defaults to: nil) + — +
    +

    Expects a resource ID as its input. Returns earlier entries in the result set, sorted by ID.

    +
    +

  • @@ -1453,6 +1473,11 @@

    (defaults to: nil) + — +
    +

    Constrains the number of results in the dataset. See the API Overview <https://ngrok.com/docs/api/index#pagination>_ for details.

    +
    +

  • @@ -1466,6 +1491,11 @@

    (defaults to: nil) + — +
    +

    A CEL expression to filter the list results. Supports logical and comparison operators to match on fields such as id, metadata, created_at, and more. See ngrok API Filtering for syntax and field details: https://ngrok.com/docs/api/api-filtering <https://ngrok.com/docs/api/api-filtering>_.

    +
    +

  • @@ -1873,7 +1903,7 @@

    diff --git a/doc/NgrokAPI/Services/ApplicationSessionsClient.html b/doc/NgrokAPI/Services/ApplicationSessionsClient.html index 421bd8b..c6ceac5 100644 --- a/doc/NgrokAPI/Services/ApplicationSessionsClient.html +++ b/doc/NgrokAPI/Services/ApplicationSessionsClient.html @@ -1137,7 +1137,7 @@

    diff --git a/doc/NgrokAPI/Services/ApplicationUsersClient.html b/doc/NgrokAPI/Services/ApplicationUsersClient.html index caa1bec..87f88b6 100644 --- a/doc/NgrokAPI/Services/ApplicationUsersClient.html +++ b/doc/NgrokAPI/Services/ApplicationUsersClient.html @@ -1137,7 +1137,7 @@

    diff --git a/doc/NgrokAPI/Services/BotUsersClient.html b/doc/NgrokAPI/Services/BotUsersClient.html index 2a6253d..3cc1116 100644 --- a/doc/NgrokAPI/Services/BotUsersClient.html +++ b/doc/NgrokAPI/Services/BotUsersClient.html @@ -1723,7 +1723,7 @@

    diff --git a/doc/NgrokAPI/Services/CertificateAuthoritiesClient.html b/doc/NgrokAPI/Services/CertificateAuthoritiesClient.html index 02617d7..1da7c23 100644 --- a/doc/NgrokAPI/Services/CertificateAuthoritiesClient.html +++ b/doc/NgrokAPI/Services/CertificateAuthoritiesClient.html @@ -1244,6 +1244,11 @@

    (defaults to: nil) + — +
    +

    Expects a resource ID as its input. Returns earlier entries in the result set, sorted by ID.

    +
    +

  • @@ -1257,6 +1262,11 @@

    (defaults to: nil) + — +
    +

    Constrains the number of results in the dataset. See the API Overview <https://ngrok.com/docs/api/index#pagination>_ for details.

    +
    +

  • @@ -1270,6 +1280,11 @@

    (defaults to: nil) + — +
    +

    A CEL expression to filter the list results. Supports logical and comparison operators to match on fields such as id, metadata, created_at, and more. See ngrok API Filtering for syntax and field details: https://ngrok.com/docs/api/api-filtering <https://ngrok.com/docs/api/api-filtering>_.

    +
    +

  • @@ -1402,6 +1417,11 @@

    (defaults to: nil) + — +
    +

    Expects a resource ID as its input. Returns earlier entries in the result set, sorted by ID.

    +
    +

  • @@ -1415,6 +1435,11 @@

    (defaults to: nil) + — +
    +

    Constrains the number of results in the dataset. See the API Overview <https://ngrok.com/docs/api/index#pagination>_ for details.

    +
    +

  • @@ -1428,6 +1453,11 @@

    (defaults to: nil) + — +
    +

    A CEL expression to filter the list results. Supports logical and comparison operators to match on fields such as id, metadata, created_at, and more. See ngrok API Filtering for syntax and field details: https://ngrok.com/docs/api/api-filtering <https://ngrok.com/docs/api/api-filtering>_.

    +
    +

  • @@ -1795,7 +1825,7 @@

    diff --git a/doc/NgrokAPI/Services/CredentialsClient.html b/doc/NgrokAPI/Services/CredentialsClient.html index 669861a..0b61f21 100644 --- a/doc/NgrokAPI/Services/CredentialsClient.html +++ b/doc/NgrokAPI/Services/CredentialsClient.html @@ -662,7 +662,7 @@

    -

    If supplied at credential creation, ownership will be assigned to the specified User or Bot. Only admins may specify an owner other than themselves. Defaults to the authenticated User or Bot.

    +

    If supplied at credential creation, ownership will be assigned to the specified User or Service User. Only admins may specify an owner other than themselves. Defaults to the authenticated User or Service User. Accepts one of: User ID, User email, or SCIM User ID.

  • @@ -817,7 +817,7 @@

    -

    If supplied at credential creation, ownership will be assigned to the specified User or Bot. Only admins may specify an owner other than themselves. Defaults to the authenticated User or Bot.

    +

    If supplied at credential creation, ownership will be assigned to the specified User or Service User. Only admins may specify an owner other than themselves. Defaults to the authenticated User or Service User. Accepts one of: User ID, User email, or SCIM User ID.

    @@ -1288,6 +1288,11 @@

    (defaults to: nil) + — +
    +

    Expects a resource ID as its input. Returns earlier entries in the result set, sorted by ID.

    +
    +
  • @@ -1301,6 +1306,11 @@

    (defaults to: nil) + — +
    +

    Constrains the number of results in the dataset. See the API Overview <https://ngrok.com/docs/api/index#pagination>_ for details.

    +
    +

  • @@ -1314,6 +1324,11 @@

    (defaults to: nil) + — +
    +

    A CEL expression to filter the list results. Supports logical and comparison operators to match on fields such as id, metadata, created_at, and more. See ngrok API Filtering for syntax and field details: https://ngrok.com/docs/api/api-filtering <https://ngrok.com/docs/api/api-filtering>_.

    +
    +

  • @@ -1446,6 +1461,11 @@

    (defaults to: nil) + — +
    +

    Expects a resource ID as its input. Returns earlier entries in the result set, sorted by ID.

    +
    +

  • @@ -1459,6 +1479,11 @@

    (defaults to: nil) + — +
    +

    Constrains the number of results in the dataset. See the API Overview <https://ngrok.com/docs/api/index#pagination>_ for details.

    +
    +

  • @@ -1472,6 +1497,11 @@

    (defaults to: nil) + — +
    +

    A CEL expression to filter the list results. Supports logical and comparison operators to match on fields such as id, metadata, created_at, and more. See ngrok API Filtering for syntax and field details: https://ngrok.com/docs/api/api-filtering <https://ngrok.com/docs/api/api-filtering>_.

    +
    +

  • @@ -1879,7 +1909,7 @@

    diff --git a/doc/NgrokAPI/Services/EdgeRouteBackendModuleClient.html b/doc/NgrokAPI/Services/EdgeRouteBackendModuleClient.html index eb80f4d..980d5f7 100644 --- a/doc/NgrokAPI/Services/EdgeRouteBackendModuleClient.html +++ b/doc/NgrokAPI/Services/EdgeRouteBackendModuleClient.html @@ -1139,7 +1139,7 @@

    diff --git a/doc/NgrokAPI/Services/EdgeRouteCircuitBreakerModuleClient.html b/doc/NgrokAPI/Services/EdgeRouteCircuitBreakerModuleClient.html index 1dafaca..963b0dd 100644 --- a/doc/NgrokAPI/Services/EdgeRouteCircuitBreakerModuleClient.html +++ b/doc/NgrokAPI/Services/EdgeRouteCircuitBreakerModuleClient.html @@ -1139,7 +1139,7 @@

    diff --git a/doc/NgrokAPI/Services/EdgeRouteCompressionModuleClient.html b/doc/NgrokAPI/Services/EdgeRouteCompressionModuleClient.html index e091ee5..69af12b 100644 --- a/doc/NgrokAPI/Services/EdgeRouteCompressionModuleClient.html +++ b/doc/NgrokAPI/Services/EdgeRouteCompressionModuleClient.html @@ -1139,7 +1139,7 @@

    diff --git a/doc/NgrokAPI/Services/EdgeRouteIPRestrictionModuleClient.html b/doc/NgrokAPI/Services/EdgeRouteIPRestrictionModuleClient.html index 4bbbcd8..7c702ca 100644 --- a/doc/NgrokAPI/Services/EdgeRouteIPRestrictionModuleClient.html +++ b/doc/NgrokAPI/Services/EdgeRouteIPRestrictionModuleClient.html @@ -1139,7 +1139,7 @@

    diff --git a/doc/NgrokAPI/Services/EdgeRouteOAuthModuleClient.html b/doc/NgrokAPI/Services/EdgeRouteOAuthModuleClient.html index 31a8f60..3fc9767 100644 --- a/doc/NgrokAPI/Services/EdgeRouteOAuthModuleClient.html +++ b/doc/NgrokAPI/Services/EdgeRouteOAuthModuleClient.html @@ -1139,7 +1139,7 @@

    diff --git a/doc/NgrokAPI/Services/EdgeRouteOIDCModuleClient.html b/doc/NgrokAPI/Services/EdgeRouteOIDCModuleClient.html index 2cbc4b5..b63111c 100644 --- a/doc/NgrokAPI/Services/EdgeRouteOIDCModuleClient.html +++ b/doc/NgrokAPI/Services/EdgeRouteOIDCModuleClient.html @@ -1139,7 +1139,7 @@

    diff --git a/doc/NgrokAPI/Services/EdgeRouteRequestHeadersModuleClient.html b/doc/NgrokAPI/Services/EdgeRouteRequestHeadersModuleClient.html index 505ce67..db9f9c6 100644 --- a/doc/NgrokAPI/Services/EdgeRouteRequestHeadersModuleClient.html +++ b/doc/NgrokAPI/Services/EdgeRouteRequestHeadersModuleClient.html @@ -1139,7 +1139,7 @@

    diff --git a/doc/NgrokAPI/Services/EdgeRouteResponseHeadersModuleClient.html b/doc/NgrokAPI/Services/EdgeRouteResponseHeadersModuleClient.html index f50ed57..9fa214e 100644 --- a/doc/NgrokAPI/Services/EdgeRouteResponseHeadersModuleClient.html +++ b/doc/NgrokAPI/Services/EdgeRouteResponseHeadersModuleClient.html @@ -1139,7 +1139,7 @@

    diff --git a/doc/NgrokAPI/Services/EdgeRouteSAMLModuleClient.html b/doc/NgrokAPI/Services/EdgeRouteSAMLModuleClient.html index 8dd0932..ee67506 100644 --- a/doc/NgrokAPI/Services/EdgeRouteSAMLModuleClient.html +++ b/doc/NgrokAPI/Services/EdgeRouteSAMLModuleClient.html @@ -1139,7 +1139,7 @@

    diff --git a/doc/NgrokAPI/Services/EdgeRouteTrafficPolicyModuleClient.html b/doc/NgrokAPI/Services/EdgeRouteTrafficPolicyModuleClient.html index 50b185b..fc92168 100644 --- a/doc/NgrokAPI/Services/EdgeRouteTrafficPolicyModuleClient.html +++ b/doc/NgrokAPI/Services/EdgeRouteTrafficPolicyModuleClient.html @@ -1139,7 +1139,7 @@

    diff --git a/doc/NgrokAPI/Services/EdgeRouteUserAgentFilterModuleClient.html b/doc/NgrokAPI/Services/EdgeRouteUserAgentFilterModuleClient.html index 95a77eb..5009546 100644 --- a/doc/NgrokAPI/Services/EdgeRouteUserAgentFilterModuleClient.html +++ b/doc/NgrokAPI/Services/EdgeRouteUserAgentFilterModuleClient.html @@ -1139,7 +1139,7 @@

    diff --git a/doc/NgrokAPI/Services/EdgeRouteWebhookVerificationModuleClient.html b/doc/NgrokAPI/Services/EdgeRouteWebhookVerificationModuleClient.html index 0653a07..533bc3f 100644 --- a/doc/NgrokAPI/Services/EdgeRouteWebhookVerificationModuleClient.html +++ b/doc/NgrokAPI/Services/EdgeRouteWebhookVerificationModuleClient.html @@ -1139,7 +1139,7 @@

    diff --git a/doc/NgrokAPI/Services/EdgeRouteWebsocketTCPConverterModuleClient.html b/doc/NgrokAPI/Services/EdgeRouteWebsocketTCPConverterModuleClient.html index 15dea10..aedb642 100644 --- a/doc/NgrokAPI/Services/EdgeRouteWebsocketTCPConverterModuleClient.html +++ b/doc/NgrokAPI/Services/EdgeRouteWebsocketTCPConverterModuleClient.html @@ -1139,7 +1139,7 @@

    diff --git a/doc/NgrokAPI/Services/EdgesHTTPSClient.html b/doc/NgrokAPI/Services/EdgesHTTPSClient.html index f531102..2a24a96 100644 --- a/doc/NgrokAPI/Services/EdgesHTTPSClient.html +++ b/doc/NgrokAPI/Services/EdgesHTTPSClient.html @@ -1953,7 +1953,7 @@

    diff --git a/doc/NgrokAPI/Services/EdgesHTTPSRoutesClient.html b/doc/NgrokAPI/Services/EdgesHTTPSRoutesClient.html index d13cfd4..609d7b7 100644 --- a/doc/NgrokAPI/Services/EdgesHTTPSRoutesClient.html +++ b/doc/NgrokAPI/Services/EdgesHTTPSRoutesClient.html @@ -2715,7 +2715,7 @@

    diff --git a/doc/NgrokAPI/Services/EdgesTCPClient.html b/doc/NgrokAPI/Services/EdgesTCPClient.html index 42ed7b6..f21472b 100644 --- a/doc/NgrokAPI/Services/EdgesTCPClient.html +++ b/doc/NgrokAPI/Services/EdgesTCPClient.html @@ -2033,7 +2033,7 @@

    diff --git a/doc/NgrokAPI/Services/EdgesTLSClient.html b/doc/NgrokAPI/Services/EdgesTLSClient.html index 0d5b9fd..25254cb 100644 --- a/doc/NgrokAPI/Services/EdgesTLSClient.html +++ b/doc/NgrokAPI/Services/EdgesTLSClient.html @@ -2153,7 +2153,7 @@

    diff --git a/doc/NgrokAPI/Services/EndpointsClient.html b/doc/NgrokAPI/Services/EndpointsClient.html index bf176fc..645b62d 100644 --- a/doc/NgrokAPI/Services/EndpointsClient.html +++ b/doc/NgrokAPI/Services/EndpointsClient.html @@ -1386,6 +1386,11 @@

    (defaults to: nil) + — +
    +

    Expects a resource ID as its input. Returns earlier entries in the result set, sorted by ID.

    +
    +

  • @@ -1399,6 +1404,11 @@

    (defaults to: nil) + — +
    +

    Constrains the number of results in the dataset. See the API Overview <https://ngrok.com/docs/api/index#pagination>_ for details.

    +
    +

  • @@ -1412,6 +1422,11 @@

    (defaults to: []) + — +
    +

    Filter results by endpoint IDs. Deprecated: use filter instead.

    +
    +

  • @@ -1425,6 +1440,11 @@

    (defaults to: nil) + — +
    +

    Filter results by endpoint URLs. Deprecated: use filter instead.

    +
    +

  • @@ -1438,6 +1458,11 @@

    (defaults to: nil) + — +
    +

    A CEL expression to filter the list results. Supports logical and comparison operators to match on fields such as id, metadata, created_at, and more. See ngrok API Filtering for syntax and field details: https://ngrok.com/docs/api/api-filtering <https://ngrok.com/docs/api/api-filtering>_.

    +
    +

  • @@ -1574,6 +1599,11 @@

    (defaults to: nil) + — +
    +

    Expects a resource ID as its input. Returns earlier entries in the result set, sorted by ID.

    +
    +

  • @@ -1587,6 +1617,11 @@

    (defaults to: nil) + — +
    +

    Constrains the number of results in the dataset. See the API Overview <https://ngrok.com/docs/api/index#pagination>_ for details.

    +
    +

  • @@ -1600,6 +1635,11 @@

    (defaults to: []) + — +
    +

    Filter results by endpoint IDs. Deprecated: use filter instead.

    +
    +

  • @@ -1613,6 +1653,11 @@

    (defaults to: nil) + — +
    +

    Filter results by endpoint URLs. Deprecated: use filter instead.

    +
    +

  • @@ -1626,6 +1671,11 @@

    (defaults to: nil) + — +
    +

    A CEL expression to filter the list results. Supports logical and comparison operators to match on fields such as id, metadata, created_at, and more. See ngrok API Filtering for syntax and field details: https://ngrok.com/docs/api/api-filtering <https://ngrok.com/docs/api/api-filtering>_.

    +
    +

  • @@ -2157,7 +2207,7 @@

    diff --git a/doc/NgrokAPI/Services/EventDestinationsClient.html b/doc/NgrokAPI/Services/EventDestinationsClient.html index 84b2b40..d03e6e3 100644 --- a/doc/NgrokAPI/Services/EventDestinationsClient.html +++ b/doc/NgrokAPI/Services/EventDestinationsClient.html @@ -1286,6 +1286,11 @@

    (defaults to: nil) + — +
    +

    Expects a resource ID as its input. Returns earlier entries in the result set, sorted by ID.

    +
    +

  • @@ -1299,6 +1304,11 @@

    (defaults to: nil) + — +
    +

    Constrains the number of results in the dataset. See the API Overview <https://ngrok.com/docs/api/index#pagination>_ for details.

    +
    +

  • @@ -1312,6 +1322,11 @@

    (defaults to: nil) + — +
    +

    A CEL expression to filter the list results. Supports logical and comparison operators to match on fields such as id, metadata, created_at, and more. See ngrok API Filtering for syntax and field details: https://ngrok.com/docs/api/api-filtering <https://ngrok.com/docs/api/api-filtering>_.

    +
    +

  • @@ -1444,6 +1459,11 @@

    (defaults to: nil) + — +
    +

    Expects a resource ID as its input. Returns earlier entries in the result set, sorted by ID.

    +
    +

  • @@ -1457,6 +1477,11 @@

    (defaults to: nil) + — +
    +

    Constrains the number of results in the dataset. See the API Overview <https://ngrok.com/docs/api/index#pagination>_ for details.

    +
    +

  • @@ -1470,6 +1495,11 @@

    (defaults to: nil) + — +
    +

    A CEL expression to filter the list results. Supports logical and comparison operators to match on fields such as id, metadata, created_at, and more. See ngrok API Filtering for syntax and field details: https://ngrok.com/docs/api/api-filtering <https://ngrok.com/docs/api/api-filtering>_.

    +
    +

  • @@ -1927,7 +1957,7 @@

    diff --git a/doc/NgrokAPI/Services/EventSourcesClient.html b/doc/NgrokAPI/Services/EventSourcesClient.html index e7d539b..794979a 100644 --- a/doc/NgrokAPI/Services/EventSourcesClient.html +++ b/doc/NgrokAPI/Services/EventSourcesClient.html @@ -1661,7 +1661,7 @@

    diff --git a/doc/NgrokAPI/Services/EventSubscriptionsClient.html b/doc/NgrokAPI/Services/EventSubscriptionsClient.html index 80d1ec3..9b033bb 100644 --- a/doc/NgrokAPI/Services/EventSubscriptionsClient.html +++ b/doc/NgrokAPI/Services/EventSubscriptionsClient.html @@ -1286,6 +1286,11 @@

    (defaults to: nil) + — +
    +

    Expects a resource ID as its input. Returns earlier entries in the result set, sorted by ID.

    +
    +

  • @@ -1299,6 +1304,11 @@

    (defaults to: nil) + — +
    +

    Constrains the number of results in the dataset. See the API Overview <https://ngrok.com/docs/api/index#pagination>_ for details.

    +
    +

  • @@ -1312,6 +1322,11 @@

    (defaults to: nil) + — +
    +

    A CEL expression to filter the list results. Supports logical and comparison operators to match on fields such as id, metadata, created_at, and more. See ngrok API Filtering for syntax and field details: https://ngrok.com/docs/api/api-filtering <https://ngrok.com/docs/api/api-filtering>_.

    +
    +

  • @@ -1444,6 +1459,11 @@

    (defaults to: nil) + — +
    +

    Expects a resource ID as its input. Returns earlier entries in the result set, sorted by ID.

    +
    +

  • @@ -1457,6 +1477,11 @@

    (defaults to: nil) + — +
    +

    Constrains the number of results in the dataset. See the API Overview <https://ngrok.com/docs/api/index#pagination>_ for details.

    +
    +

  • @@ -1470,6 +1495,11 @@

    (defaults to: nil) + — +
    +

    A CEL expression to filter the list results. Supports logical and comparison operators to match on fields such as id, metadata, created_at, and more. See ngrok API Filtering for syntax and field details: https://ngrok.com/docs/api/api-filtering <https://ngrok.com/docs/api/api-filtering>_.

    +
    +

  • @@ -1927,7 +1957,7 @@

    diff --git a/doc/NgrokAPI/Services/FailoverBackendsClient.html b/doc/NgrokAPI/Services/FailoverBackendsClient.html index 7848bde..812cc9f 100644 --- a/doc/NgrokAPI/Services/FailoverBackendsClient.html +++ b/doc/NgrokAPI/Services/FailoverBackendsClient.html @@ -1805,7 +1805,7 @@

    diff --git a/doc/NgrokAPI/Services/HTTPResponseBackendsClient.html b/doc/NgrokAPI/Services/HTTPResponseBackendsClient.html index 36ded3b..c56e664 100644 --- a/doc/NgrokAPI/Services/HTTPResponseBackendsClient.html +++ b/doc/NgrokAPI/Services/HTTPResponseBackendsClient.html @@ -1943,7 +1943,7 @@

    diff --git a/doc/NgrokAPI/Services/HTTPSEdgeMutualTLSModuleClient.html b/doc/NgrokAPI/Services/HTTPSEdgeMutualTLSModuleClient.html index e20eb58..3776b39 100644 --- a/doc/NgrokAPI/Services/HTTPSEdgeMutualTLSModuleClient.html +++ b/doc/NgrokAPI/Services/HTTPSEdgeMutualTLSModuleClient.html @@ -1029,7 +1029,7 @@

    diff --git a/doc/NgrokAPI/Services/HTTPSEdgeTLSTerminationModuleClient.html b/doc/NgrokAPI/Services/HTTPSEdgeTLSTerminationModuleClient.html index 69616f0..6d64442 100644 --- a/doc/NgrokAPI/Services/HTTPSEdgeTLSTerminationModuleClient.html +++ b/doc/NgrokAPI/Services/HTTPSEdgeTLSTerminationModuleClient.html @@ -1029,7 +1029,7 @@

    diff --git a/doc/NgrokAPI/Services/IPPoliciesClient.html b/doc/NgrokAPI/Services/IPPoliciesClient.html index 627b1b7..d07fa6d 100644 --- a/doc/NgrokAPI/Services/IPPoliciesClient.html +++ b/doc/NgrokAPI/Services/IPPoliciesClient.html @@ -1208,6 +1208,11 @@

    (defaults to: nil) + — +
    +

    Expects a resource ID as its input. Returns earlier entries in the result set, sorted by ID.

    +
    +

  • @@ -1221,6 +1226,11 @@

    (defaults to: nil) + — +
    +

    Constrains the number of results in the dataset. See the API Overview <https://ngrok.com/docs/api/index#pagination>_ for details.

    +
    +

  • @@ -1234,6 +1244,11 @@

    (defaults to: nil) + — +
    +

    A CEL expression to filter the list results. Supports logical and comparison operators to match on fields such as id, metadata, created_at, and more. See ngrok API Filtering for syntax and field details: https://ngrok.com/docs/api/api-filtering <https://ngrok.com/docs/api/api-filtering>_.

    +
    +

  • @@ -1366,6 +1381,11 @@

    (defaults to: nil) + — +
    +

    Expects a resource ID as its input. Returns earlier entries in the result set, sorted by ID.

    +
    +

  • @@ -1379,6 +1399,11 @@

    (defaults to: nil) + — +
    +

    Constrains the number of results in the dataset. See the API Overview <https://ngrok.com/docs/api/index#pagination>_ for details.

    +
    +

  • @@ -1392,6 +1417,11 @@

    (defaults to: nil) + — +
    +

    A CEL expression to filter the list results. Supports logical and comparison operators to match on fields such as id, metadata, created_at, and more. See ngrok API Filtering for syntax and field details: https://ngrok.com/docs/api/api-filtering <https://ngrok.com/docs/api/api-filtering>_.

    +
    +

  • @@ -1759,7 +1789,7 @@

    diff --git a/doc/NgrokAPI/Services/IPPolicyRulesClient.html b/doc/NgrokAPI/Services/IPPolicyRulesClient.html index 805c165..8584e3a 100644 --- a/doc/NgrokAPI/Services/IPPolicyRulesClient.html +++ b/doc/NgrokAPI/Services/IPPolicyRulesClient.html @@ -1316,6 +1316,11 @@

    (defaults to: nil) + — +
    +

    Expects a resource ID as its input. Returns earlier entries in the result set, sorted by ID.

    +
    +

  • @@ -1329,6 +1334,11 @@

    (defaults to: nil) + — +
    +

    Constrains the number of results in the dataset. See the API Overview <https://ngrok.com/docs/api/index#pagination>_ for details.

    +
    +

  • @@ -1342,6 +1352,11 @@

    (defaults to: nil) + — +
    +

    A CEL expression to filter the list results. Supports logical and comparison operators to match on fields such as id, metadata, created_at, and more. See ngrok API Filtering for syntax and field details: https://ngrok.com/docs/api/api-filtering <https://ngrok.com/docs/api/api-filtering>_.

    +
    +

  • @@ -1474,6 +1489,11 @@

    (defaults to: nil) + — +
    +

    Expects a resource ID as its input. Returns earlier entries in the result set, sorted by ID.

    +
    +

  • @@ -1487,6 +1507,11 @@

    (defaults to: nil) + — +
    +

    Constrains the number of results in the dataset. See the API Overview <https://ngrok.com/docs/api/index#pagination>_ for details.

    +
    +

  • @@ -1500,6 +1525,11 @@

    (defaults to: nil) + — +
    +

    A CEL expression to filter the list results. Supports logical and comparison operators to match on fields such as id, metadata, created_at, and more. See ngrok API Filtering for syntax and field details: https://ngrok.com/docs/api/api-filtering <https://ngrok.com/docs/api/api-filtering>_.

    +
    +

  • @@ -1907,7 +1937,7 @@

    diff --git a/doc/NgrokAPI/Services/IPRestrictionsClient.html b/doc/NgrokAPI/Services/IPRestrictionsClient.html index bfc442d..cdd0d24 100644 --- a/doc/NgrokAPI/Services/IPRestrictionsClient.html +++ b/doc/NgrokAPI/Services/IPRestrictionsClient.html @@ -1320,6 +1320,11 @@

    (defaults to: nil) + — +
    +

    Expects a resource ID as its input. Returns earlier entries in the result set, sorted by ID.

    +
    +

  • @@ -1333,6 +1338,11 @@

    (defaults to: nil) + — +
    +

    Constrains the number of results in the dataset. See the API Overview <https://ngrok.com/docs/api/index#pagination>_ for details.

    +
    +

  • @@ -1346,6 +1356,11 @@

    (defaults to: nil) + — +
    +

    A CEL expression to filter the list results. Supports logical and comparison operators to match on fields such as id, metadata, created_at, and more. See ngrok API Filtering for syntax and field details: https://ngrok.com/docs/api/api-filtering <https://ngrok.com/docs/api/api-filtering>_.

    +
    +

  • @@ -1478,6 +1493,11 @@

    (defaults to: nil) + — +
    +

    Expects a resource ID as its input. Returns earlier entries in the result set, sorted by ID.

    +
    +

  • @@ -1491,6 +1511,11 @@

    (defaults to: nil) + — +
    +

    Constrains the number of results in the dataset. See the API Overview <https://ngrok.com/docs/api/index#pagination>_ for details.

    +
    +

  • @@ -1504,6 +1529,11 @@

    (defaults to: nil) + — +
    +

    A CEL expression to filter the list results. Supports logical and comparison operators to match on fields such as id, metadata, created_at, and more. See ngrok API Filtering for syntax and field details: https://ngrok.com/docs/api/api-filtering <https://ngrok.com/docs/api/api-filtering>_.

    +
    +

  • @@ -1951,7 +1981,7 @@

    diff --git a/doc/NgrokAPI/Services/ReservedAddrsClient.html b/doc/NgrokAPI/Services/ReservedAddrsClient.html index 06fb803..9791f10 100644 --- a/doc/NgrokAPI/Services/ReservedAddrsClient.html +++ b/doc/NgrokAPI/Services/ReservedAddrsClient.html @@ -1248,6 +1248,11 @@

    (defaults to: nil) + — +
    +

    Expects a resource ID as its input. Returns earlier entries in the result set, sorted by ID.

    +
    +

  • @@ -1261,6 +1266,11 @@

    (defaults to: nil) + — +
    +

    Constrains the number of results in the dataset. See the API Overview <https://ngrok.com/docs/api/index#pagination>_ for details.

    +
    +

  • @@ -1274,6 +1284,11 @@

    (defaults to: nil) + — +
    +

    A CEL expression to filter the list results. Supports logical and comparison operators to match on fields such as id, metadata, created_at, and more. See ngrok API Filtering for syntax and field details: https://ngrok.com/docs/api/api-filtering <https://ngrok.com/docs/api/api-filtering>_.

    +
    +

  • @@ -1406,6 +1421,11 @@

    (defaults to: nil) + — +
    +

    Expects a resource ID as its input. Returns earlier entries in the result set, sorted by ID.

    +
    +

  • @@ -1419,6 +1439,11 @@

    (defaults to: nil) + — +
    +

    Constrains the number of results in the dataset. See the API Overview <https://ngrok.com/docs/api/index#pagination>_ for details.

    +
    +

  • @@ -1432,6 +1457,11 @@

    (defaults to: nil) + — +
    +

    A CEL expression to filter the list results. Supports logical and comparison operators to match on fields such as id, metadata, created_at, and more. See ngrok API Filtering for syntax and field details: https://ngrok.com/docs/api/api-filtering <https://ngrok.com/docs/api/api-filtering>_.

    +
    +

  • @@ -1799,7 +1829,7 @@

    diff --git a/doc/NgrokAPI/Services/ReservedDomainsClient.html b/doc/NgrokAPI/Services/ReservedDomainsClient.html index d8a0fc2..14c619c 100644 --- a/doc/NgrokAPI/Services/ReservedDomainsClient.html +++ b/doc/NgrokAPI/Services/ReservedDomainsClient.html @@ -207,7 +207,7 @@

  • - #create(name: "", domain: "", region: "", description: "", metadata: "", http_endpoint_configuration_id: nil, https_endpoint_configuration_id: nil, certificate_id: nil, certificate_management_policy: nil, error_redirect_url: nil) ⇒ NgrokAPI::Models::ReservedDomain + #create(name: "", domain: "", region: "", description: "", metadata: "", http_endpoint_configuration_id: nil, https_endpoint_configuration_id: nil, certificate_id: nil, certificate_management_policy: nil, error_redirect_url: nil, resolves_to: nil) ⇒ NgrokAPI::Models::ReservedDomain @@ -231,7 +231,7 @@

  • - #create!(name: "", domain: "", region: "", description: "", metadata: "", http_endpoint_configuration_id: nil, https_endpoint_configuration_id: nil, certificate_id: nil, certificate_management_policy: nil, error_redirect_url: nil) ⇒ NgrokAPI::Models::ReservedDomain + #create!(name: "", domain: "", region: "", description: "", metadata: "", http_endpoint_configuration_id: nil, https_endpoint_configuration_id: nil, certificate_id: nil, certificate_management_policy: nil, error_redirect_url: nil, resolves_to: nil) ⇒ NgrokAPI::Models::ReservedDomain @@ -521,7 +521,7 @@

  • - #update(id: "", description: nil, metadata: nil, http_endpoint_configuration_id: nil, https_endpoint_configuration_id: nil, certificate_id: nil, certificate_management_policy: nil, region: nil, error_redirect_url: nil) ⇒ NgrokAPI::Models::ReservedDomain + #update(id: "", description: nil, metadata: nil, http_endpoint_configuration_id: nil, https_endpoint_configuration_id: nil, certificate_id: nil, certificate_management_policy: nil, region: nil, error_redirect_url: nil, resolves_to: nil) ⇒ NgrokAPI::Models::ReservedDomain @@ -545,7 +545,7 @@

  • - #update!(id: "", description: nil, metadata: nil, http_endpoint_configuration_id: nil, https_endpoint_configuration_id: nil, certificate_id: nil, certificate_management_policy: nil, region: nil, error_redirect_url: nil) ⇒ NgrokAPI::Models::ReservedDomain + #update!(id: "", description: nil, metadata: nil, http_endpoint_configuration_id: nil, https_endpoint_configuration_id: nil, certificate_id: nil, certificate_management_policy: nil, region: nil, error_redirect_url: nil, resolves_to: nil) ⇒ NgrokAPI::Models::ReservedDomain @@ -671,7 +671,7 @@

    Instance Method Details

    - #create(name: "", domain: "", region: "", description: "", metadata: "", http_endpoint_configuration_id: nil, https_endpoint_configuration_id: nil, certificate_id: nil, certificate_management_policy: nil, error_redirect_url: nil) ⇒ NgrokAPI::Models::ReservedDomain + #create(name: "", domain: "", region: "", description: "", metadata: "", http_endpoint_configuration_id: nil, https_endpoint_configuration_id: nil, certificate_id: nil, certificate_management_policy: nil, error_redirect_url: nil, resolves_to: nil) ⇒ NgrokAPI::Models::ReservedDomain @@ -795,6 +795,24 @@

    configuration for automatic management of TLS certificates for this domain, or null if automatic management is disabled. Optional, mutually exclusive with certificate_id.

    +
    + +

  • + +
  • + + resolves_to + + + (List<ReservedDomainResolvesToEntry>) + + + (defaults to: nil) + + + — +
    +

    DNS resolver targets configured for the reserved domain, or empty for “global” resolution.

  • @@ -826,7 +844,6 @@

     
     
    -38
     39
     40
     41
    @@ -839,12 +856,14 @@ 

    48 49 50 -51

    +51 +52 +53

  • -
    # File 'lib/ngrokapi/services/reserved_domains_client.rb', line 38
    +      
    # File 'lib/ngrokapi/services/reserved_domains_client.rb', line 39
     
    -def create(name: "", domain: "", region: "", description: "", metadata: "", http_endpoint_configuration_id: nil, https_endpoint_configuration_id: nil, certificate_id: nil, certificate_management_policy: nil, error_redirect_url: nil)
    +def create(name: "", domain: "", region: "", description: "", metadata: "", http_endpoint_configuration_id: nil, https_endpoint_configuration_id: nil, certificate_id: nil, certificate_management_policy: nil, error_redirect_url: nil, resolves_to: nil)
       path = '/reserved_domains'
       replacements = {
       }
    @@ -855,6 +874,7 @@ 

    data[:metadata] = if data[:certificate_id] = certificate_id if certificate_id data[:certificate_management_policy] = certificate_management_policy if certificate_management_policy + data[:resolves_to] = resolves_to if resolves_to result = @client.post(path % replacements, data: data) NgrokAPI::Models::ReservedDomain.new(client: self, attrs: result) end

    @@ -866,7 +886,7 @@

    - #create!(name: "", domain: "", region: "", description: "", metadata: "", http_endpoint_configuration_id: nil, https_endpoint_configuration_id: nil, certificate_id: nil, certificate_management_policy: nil, error_redirect_url: nil) ⇒ NgrokAPI::Models::ReservedDomain + #create!(name: "", domain: "", region: "", description: "", metadata: "", http_endpoint_configuration_id: nil, https_endpoint_configuration_id: nil, certificate_id: nil, certificate_management_policy: nil, error_redirect_url: nil, resolves_to: nil) ⇒ NgrokAPI::Models::ReservedDomain @@ -990,6 +1010,24 @@

    configuration for automatic management of TLS certificates for this domain, or null if automatic management is disabled. Optional, mutually exclusive with certificate_id.

    +
    + + + +
  • + + resolves_to + + + (List<ReservedDomainResolvesToEntry>) + + + (defaults to: nil) + + + — +
    +

    DNS resolver targets configured for the reserved domain, or empty for “global” resolution.

  • @@ -1021,9 +1059,6 @@

     
     
    -66
    -67
    -68
     69
     70
     71
    @@ -1034,12 +1069,16 @@ 

    76 77 78 -79

    +79 +80 +81 +82 +83

    -
    # File 'lib/ngrokapi/services/reserved_domains_client.rb', line 66
    +      
    # File 'lib/ngrokapi/services/reserved_domains_client.rb', line 69
     
    -def create!(name: "", domain: "", region: "", description: "", metadata: "", http_endpoint_configuration_id: nil, https_endpoint_configuration_id: nil, certificate_id: nil, certificate_management_policy: nil, error_redirect_url: nil)
    +def create!(name: "", domain: "", region: "", description: "", metadata: "", http_endpoint_configuration_id: nil, https_endpoint_configuration_id: nil, certificate_id: nil, certificate_management_policy: nil, error_redirect_url: nil, resolves_to: nil)
       path = '/reserved_domains'
       replacements = {
       }
    @@ -1050,6 +1089,7 @@ 

    data[:metadata] = if data[:certificate_id] = certificate_id if certificate_id data[:certificate_management_policy] = certificate_management_policy if certificate_management_policy + data[:resolves_to] = resolves_to if resolves_to result = @client.post(path % replacements, data: data, danger: true) NgrokAPI::Models::ReservedDomain.new(client: self, attrs: result) end

    @@ -1126,16 +1166,16 @@

     
     
    -88
    -89
    -90
    -91
     92
     93
    -94
    +94 +95 +96 +97 +98

    -
    # File 'lib/ngrokapi/services/reserved_domains_client.rb', line 88
    +      
    # File 'lib/ngrokapi/services/reserved_domains_client.rb', line 92
     
     def delete(id: "")
       path = '/reserved_domains/%{id}'
    @@ -1217,16 +1257,16 @@ 

     
     
    -104
    -105
    -106
    -107
     108
     109
    -110
    +110 +111 +112 +113 +114

    -
    # File 'lib/ngrokapi/services/reserved_domains_client.rb', line 104
    +      
    # File 'lib/ngrokapi/services/reserved_domains_client.rb', line 108
     
     def delete!(id: "")
       path = '/reserved_domains/%{id}'
    @@ -1308,16 +1348,16 @@ 

     
     
    -303
    -304
    -305
    -306
    -307
    -308
    -309
    +311 +312 +313 +314 +315 +316 +317

    -
    # File 'lib/ngrokapi/services/reserved_domains_client.rb', line 303
    +      
    # File 'lib/ngrokapi/services/reserved_domains_client.rb', line 311
     
     def delete_certificate(id: "")
       path = '/reserved_domains/%{id}/certificate'
    @@ -1399,16 +1439,16 @@ 

     
     
    -319
    -320
    -321
    -322
    -323
    -324
    -325
    +327 +328 +329 +330 +331 +332 +333

    -
    # File 'lib/ngrokapi/services/reserved_domains_client.rb', line 319
    +      
    # File 'lib/ngrokapi/services/reserved_domains_client.rb', line 327
     
     def delete_certificate!(id: "")
       path = '/reserved_domains/%{id}/certificate'
    @@ -1490,16 +1530,16 @@ 

    -272 -273 -274 -275 -276 -277 -278

    +280 +281 +282 +283 +284 +285 +286
    -
    # File 'lib/ngrokapi/services/reserved_domains_client.rb', line 272
    +      
    # File 'lib/ngrokapi/services/reserved_domains_client.rb', line 280
     
     def delete_certificate_management_policy(id: "")
       path = '/reserved_domains/%{id}/certificate_management_policy'
    @@ -1581,16 +1621,16 @@ 

    -288 -289 -290 -291 -292 -293 -294

    +296 +297 +298 +299 +300 +301 +302
    -
    # File 'lib/ngrokapi/services/reserved_domains_client.rb', line 288
    +      
    # File 'lib/ngrokapi/services/reserved_domains_client.rb', line 296
     
     def delete_certificate_management_policy!(id: "")
       path = '/reserved_domains/%{id}/certificate_management_policy'
    @@ -1672,18 +1712,18 @@ 

     
     
    -119
    -120
    -121
    -122
     123
     124
     125
     126
    -127
    +127 +128 +129 +130 +131

    -
    # File 'lib/ngrokapi/services/reserved_domains_client.rb', line 119
    +      
    # File 'lib/ngrokapi/services/reserved_domains_client.rb', line 123
     
     def get(id: "")
       path = '/reserved_domains/%{id}'
    @@ -1767,18 +1807,18 @@ 

     
     
    -137
    -138
    -139
    -140
     141
     142
     143
     144
    -145
    +145 +146 +147 +148 +149

    -
    # File 'lib/ngrokapi/services/reserved_domains_client.rb', line 137
    +      
    # File 'lib/ngrokapi/services/reserved_domains_client.rb', line 141
     
     def get!(id: "")
       path = '/reserved_domains/%{id}'
    @@ -1828,6 +1868,11 @@ 

    (defaults to: nil) + — +
    +

    Expects a resource ID as its input. Returns earlier entries in the result set, sorted by ID.

    +
    +
  • @@ -1841,6 +1886,11 @@

    (defaults to: nil) + — +
    +

    Constrains the number of results in the dataset. See the API Overview <https://ngrok.com/docs/api/index#pagination>_ for details.

    +
    +

  • @@ -1854,6 +1904,11 @@

    (defaults to: nil) + — +
    +

    A CEL expression to filter the list results. Supports logical and comparison operators to match on fields such as id, metadata, created_at, and more. See ngrok API Filtering for syntax and field details: https://ngrok.com/docs/api/api-filtering <https://ngrok.com/docs/api/api-filtering>_.

    +
    +

  • @@ -1901,10 +1956,6 @@

     
     
    -157
    -158
    -159
    -160
     161
     162
     163
    @@ -1921,10 +1972,14 @@ 

    174 175 176 -177

    +177 +178 +179 +180 +181

  • -
    # File 'lib/ngrokapi/services/reserved_domains_client.rb', line 157
    +      
    # File 'lib/ngrokapi/services/reserved_domains_client.rb', line 161
     
     def list(
       before_id: nil,
    @@ -1986,6 +2041,11 @@ 

    (defaults to: nil) + — +
    +

    Expects a resource ID as its input. Returns earlier entries in the result set, sorted by ID.

    +
    +
  • @@ -1999,6 +2059,11 @@

    (defaults to: nil) + — +
    +

    Constrains the number of results in the dataset. See the API Overview <https://ngrok.com/docs/api/index#pagination>_ for details.

    +
    +

  • @@ -2012,6 +2077,11 @@

    (defaults to: nil) + — +
    +

    A CEL expression to filter the list results. Supports logical and comparison operators to match on fields such as id, metadata, created_at, and more. See ngrok API Filtering for syntax and field details: https://ngrok.com/docs/api/api-filtering <https://ngrok.com/docs/api/api-filtering>_.

    +
    +

  • @@ -2059,10 +2129,6 @@

     
     
    -190
    -191
    -192
    -193
     194
     195
     196
    @@ -2081,10 +2147,14 @@ 

    209 210 211 -212

    +212 +213 +214 +215 +216

  • -
    # File 'lib/ngrokapi/services/reserved_domains_client.rb', line 190
    +      
    # File 'lib/ngrokapi/services/reserved_domains_client.rb', line 194
     
     def list!(
       before_id: nil,
    @@ -2117,7 +2187,7 @@ 

    - #update(id: "", description: nil, metadata: nil, http_endpoint_configuration_id: nil, https_endpoint_configuration_id: nil, certificate_id: nil, certificate_management_policy: nil, region: nil, error_redirect_url: nil) ⇒ NgrokAPI::Models::ReservedDomain + #update(id: "", description: nil, metadata: nil, http_endpoint_configuration_id: nil, https_endpoint_configuration_id: nil, certificate_id: nil, certificate_management_policy: nil, region: nil, error_redirect_url: nil, resolves_to: nil) ⇒ NgrokAPI::Models::ReservedDomain @@ -2218,6 +2288,24 @@

    configuration for automatic management of TLS certificates for this domain, or null if automatic management is disabled. Optional, mutually exclusive with certificate_id.

    +
    + + + +
  • + + resolves_to + + + (List<ReservedDomainResolvesToEntry>) + + + (defaults to: nil) + + + — +
    +

    DNS resolver targets configured for the reserved domain, or empty for “global” resolution.

  • @@ -2249,11 +2337,6 @@

     
     
    -225
    -226
    -227
    -228
    -229
     230
     231
     232
    @@ -2261,12 +2344,18 @@ 

    234 235 236 -237

    +237 +238 +239 +240 +241 +242 +243

    -
    # File 'lib/ngrokapi/services/reserved_domains_client.rb', line 225
    +      
    # File 'lib/ngrokapi/services/reserved_domains_client.rb', line 230
     
    -def update(id: "", description: nil, metadata: nil, http_endpoint_configuration_id: nil, https_endpoint_configuration_id: nil, certificate_id: nil, certificate_management_policy: nil, region: nil, error_redirect_url: nil)
    +def update(id: "", description: nil, metadata: nil, http_endpoint_configuration_id: nil, https_endpoint_configuration_id: nil, certificate_id: nil, certificate_management_policy: nil, region: nil, error_redirect_url: nil, resolves_to: nil)
       path = '/reserved_domains/%{id}'
       replacements = {
         id: id,
    @@ -2276,6 +2365,7 @@ 

    data[:metadata] = if data[:certificate_id] = certificate_id if certificate_id data[:certificate_management_policy] = certificate_management_policy if certificate_management_policy + data[:resolves_to] = resolves_to if resolves_to result = @client.patch(path % replacements, data: data) NgrokAPI::Models::ReservedDomain.new(client: self, attrs: result) end

    @@ -2287,7 +2377,7 @@

    - #update!(id: "", description: nil, metadata: nil, http_endpoint_configuration_id: nil, https_endpoint_configuration_id: nil, certificate_id: nil, certificate_management_policy: nil, region: nil, error_redirect_url: nil) ⇒ NgrokAPI::Models::ReservedDomain + #update!(id: "", description: nil, metadata: nil, http_endpoint_configuration_id: nil, https_endpoint_configuration_id: nil, certificate_id: nil, certificate_management_policy: nil, region: nil, error_redirect_url: nil, resolves_to: nil) ⇒ NgrokAPI::Models::ReservedDomain @@ -2388,6 +2478,24 @@

    configuration for automatic management of TLS certificates for this domain, or null if automatic management is disabled. Optional, mutually exclusive with certificate_id.

    +
    + + + +
  • + + resolves_to + + + (List<ReservedDomainResolvesToEntry>) + + + (defaults to: nil) + + + — +
    +

    DNS resolver targets configured for the reserved domain, or empty for “global” resolution.

  • @@ -2419,24 +2527,25 @@

     
     
    -251
    -252
    -253
    -254
    -255
    -256
    -257
     258
     259
     260
     261
     262
    -263
    +263 +264 +265 +266 +267 +268 +269 +270 +271

    -
    # File 'lib/ngrokapi/services/reserved_domains_client.rb', line 251
    +      
    # File 'lib/ngrokapi/services/reserved_domains_client.rb', line 258
     
    -def update!(id: "", description: nil, metadata: nil, http_endpoint_configuration_id: nil, https_endpoint_configuration_id: nil, certificate_id: nil, certificate_management_policy: nil, region: nil, error_redirect_url: nil)
    +def update!(id: "", description: nil, metadata: nil, http_endpoint_configuration_id: nil, https_endpoint_configuration_id: nil, certificate_id: nil, certificate_management_policy: nil, region: nil, error_redirect_url: nil, resolves_to: nil)
       path = '/reserved_domains/%{id}'
       replacements = {
         id: id,
    @@ -2446,6 +2555,7 @@ 

    data[:metadata] = if data[:certificate_id] = certificate_id if certificate_id data[:certificate_management_policy] = certificate_management_policy if certificate_management_policy + data[:resolves_to] = resolves_to if resolves_to result = @client.patch(path % replacements, data: data, danger: true) NgrokAPI::Models::ReservedDomain.new(client: self, attrs: result) end

    @@ -2459,7 +2569,7 @@

    diff --git a/doc/NgrokAPI/Services/SSHCertificateAuthoritiesClient.html b/doc/NgrokAPI/Services/SSHCertificateAuthoritiesClient.html index 54375a6..c365405 100644 --- a/doc/NgrokAPI/Services/SSHCertificateAuthoritiesClient.html +++ b/doc/NgrokAPI/Services/SSHCertificateAuthoritiesClient.html @@ -1328,6 +1328,11 @@

    (defaults to: nil) + — +
    +

    Expects a resource ID as its input. Returns earlier entries in the result set, sorted by ID.

    +
    +
  • @@ -1341,6 +1346,11 @@

    (defaults to: nil) + — +
    +

    Constrains the number of results in the dataset. See the API Overview <https://ngrok.com/docs/api/index#pagination>_ for details.

    +
    +

  • @@ -1354,6 +1364,11 @@

    (defaults to: nil) + — +
    +

    A CEL expression to filter the list results. Supports logical and comparison operators to match on fields such as id, metadata, created_at, and more. See ngrok API Filtering for syntax and field details: https://ngrok.com/docs/api/api-filtering <https://ngrok.com/docs/api/api-filtering>_.

    +
    +

  • @@ -1486,6 +1501,11 @@

    (defaults to: nil) + — +
    +

    Expects a resource ID as its input. Returns earlier entries in the result set, sorted by ID.

    +
    +

  • @@ -1499,6 +1519,11 @@

    (defaults to: nil) + — +
    +

    Constrains the number of results in the dataset. See the API Overview <https://ngrok.com/docs/api/index#pagination>_ for details.

    +
    +

  • @@ -1512,6 +1537,11 @@

    (defaults to: nil) + — +
    +

    A CEL expression to filter the list results. Supports logical and comparison operators to match on fields such as id, metadata, created_at, and more. See ngrok API Filtering for syntax and field details: https://ngrok.com/docs/api/api-filtering <https://ngrok.com/docs/api/api-filtering>_.

    +
    +

  • @@ -1879,7 +1909,7 @@

    diff --git a/doc/NgrokAPI/Services/SSHCredentialsClient.html b/doc/NgrokAPI/Services/SSHCredentialsClient.html index cb8b8f4..b803faa 100644 --- a/doc/NgrokAPI/Services/SSHCredentialsClient.html +++ b/doc/NgrokAPI/Services/SSHCredentialsClient.html @@ -1324,6 +1324,11 @@

    (defaults to: nil) + — +
    +

    Expects a resource ID as its input. Returns earlier entries in the result set, sorted by ID.

    +
    +

  • @@ -1337,6 +1342,11 @@

    (defaults to: nil) + — +
    +

    Constrains the number of results in the dataset. See the API Overview <https://ngrok.com/docs/api/index#pagination>_ for details.

    +
    +

  • @@ -1350,6 +1360,11 @@

    (defaults to: nil) + — +
    +

    A CEL expression to filter the list results. Supports logical and comparison operators to match on fields such as id, metadata, created_at, and more. See ngrok API Filtering for syntax and field details: https://ngrok.com/docs/api/api-filtering <https://ngrok.com/docs/api/api-filtering>_.

    +
    +

  • @@ -1482,6 +1497,11 @@

    (defaults to: nil) + — +
    +

    Expects a resource ID as its input. Returns earlier entries in the result set, sorted by ID.

    +
    +

  • @@ -1495,6 +1515,11 @@

    (defaults to: nil) + — +
    +

    Constrains the number of results in the dataset. See the API Overview <https://ngrok.com/docs/api/index#pagination>_ for details.

    +
    +

  • @@ -1508,6 +1533,11 @@

    (defaults to: nil) + — +
    +

    A CEL expression to filter the list results. Supports logical and comparison operators to match on fields such as id, metadata, created_at, and more. See ngrok API Filtering for syntax and field details: https://ngrok.com/docs/api/api-filtering <https://ngrok.com/docs/api/api-filtering>_.

    +
    +

  • @@ -1915,7 +1945,7 @@

    diff --git a/doc/NgrokAPI/Services/SSHHostCertificatesClient.html b/doc/NgrokAPI/Services/SSHHostCertificatesClient.html index aadee5c..c7055d9 100644 --- a/doc/NgrokAPI/Services/SSHHostCertificatesClient.html +++ b/doc/NgrokAPI/Services/SSHHostCertificatesClient.html @@ -1917,7 +1917,7 @@

    diff --git a/doc/NgrokAPI/Services/SSHUserCertificatesClient.html b/doc/NgrokAPI/Services/SSHUserCertificatesClient.html index 8b87832..95a3431 100644 --- a/doc/NgrokAPI/Services/SSHUserCertificatesClient.html +++ b/doc/NgrokAPI/Services/SSHUserCertificatesClient.html @@ -1997,7 +1997,7 @@

    diff --git a/doc/NgrokAPI/Services/SecretsClient.html b/doc/NgrokAPI/Services/SecretsClient.html index 71e184f..808a7f7 100644 --- a/doc/NgrokAPI/Services/SecretsClient.html +++ b/doc/NgrokAPI/Services/SecretsClient.html @@ -1368,6 +1368,11 @@

    (defaults to: nil) + — +
    +

    Expects a resource ID as its input. Returns earlier entries in the result set, sorted by ID.

    +
    +

  • @@ -1381,6 +1386,11 @@

    (defaults to: nil) + — +
    +

    Constrains the number of results in the dataset. See the API Overview <https://ngrok.com/docs/api/index#pagination>_ for details.

    +
    +

  • @@ -1394,6 +1404,11 @@

    (defaults to: nil) + — +
    +

    A CEL expression to filter the list results. Supports logical and comparison operators to match on fields such as id, metadata, created_at, and more. See ngrok API Filtering for syntax and field details: https://ngrok.com/docs/api/api-filtering <https://ngrok.com/docs/api/api-filtering>_.

    +
    +

  • @@ -1526,6 +1541,11 @@

    (defaults to: nil) + — +
    +

    Expects a resource ID as its input. Returns earlier entries in the result set, sorted by ID.

    +
    +

  • @@ -1539,6 +1559,11 @@

    (defaults to: nil) + — +
    +

    Constrains the number of results in the dataset. See the API Overview <https://ngrok.com/docs/api/index#pagination>_ for details.

    +
    +

  • @@ -1552,6 +1577,11 @@

    (defaults to: nil) + — +
    +

    A CEL expression to filter the list results. Supports logical and comparison operators to match on fields such as id, metadata, created_at, and more. See ngrok API Filtering for syntax and field details: https://ngrok.com/docs/api/api-filtering <https://ngrok.com/docs/api/api-filtering>_.

    +
    +

  • @@ -2009,7 +2039,7 @@

    diff --git a/doc/NgrokAPI/Services/ServiceUsersClient.html b/doc/NgrokAPI/Services/ServiceUsersClient.html index 22116b0..539387e 100644 --- a/doc/NgrokAPI/Services/ServiceUsersClient.html +++ b/doc/NgrokAPI/Services/ServiceUsersClient.html @@ -1206,6 +1206,11 @@

    (defaults to: nil) + — +
    +

    Expects a resource ID as its input. Returns earlier entries in the result set, sorted by ID.

    +
    +

  • @@ -1219,6 +1224,11 @@

    (defaults to: nil) + — +
    +

    Constrains the number of results in the dataset. See the API Overview <https://ngrok.com/docs/api/index#pagination>_ for details.

    +
    +

  • @@ -1232,6 +1242,11 @@

    (defaults to: nil) + — +
    +

    A CEL expression to filter the list results. Supports logical and comparison operators to match on fields such as id, metadata, created_at, and more. See ngrok API Filtering for syntax and field details: https://ngrok.com/docs/api/api-filtering <https://ngrok.com/docs/api/api-filtering>_.

    +
    +

  • @@ -1364,6 +1379,11 @@

    (defaults to: nil) + — +
    +

    Expects a resource ID as its input. Returns earlier entries in the result set, sorted by ID.

    +
    +

  • @@ -1377,6 +1397,11 @@

    (defaults to: nil) + — +
    +

    Constrains the number of results in the dataset. See the API Overview <https://ngrok.com/docs/api/index#pagination>_ for details.

    +
    +

  • @@ -1390,6 +1415,11 @@

    (defaults to: nil) + — +
    +

    A CEL expression to filter the list results. Supports logical and comparison operators to match on fields such as id, metadata, created_at, and more. See ngrok API Filtering for syntax and field details: https://ngrok.com/docs/api/api-filtering <https://ngrok.com/docs/api/api-filtering>_.

    +
    +

  • @@ -1757,7 +1787,7 @@

    diff --git a/doc/NgrokAPI/Services/StaticBackendsClient.html b/doc/NgrokAPI/Services/StaticBackendsClient.html index f70c609..9da2413 100644 --- a/doc/NgrokAPI/Services/StaticBackendsClient.html +++ b/doc/NgrokAPI/Services/StaticBackendsClient.html @@ -1885,7 +1885,7 @@

    diff --git a/doc/NgrokAPI/Services/TCPEdgeBackendModuleClient.html b/doc/NgrokAPI/Services/TCPEdgeBackendModuleClient.html index aa592a0..d941424 100644 --- a/doc/NgrokAPI/Services/TCPEdgeBackendModuleClient.html +++ b/doc/NgrokAPI/Services/TCPEdgeBackendModuleClient.html @@ -1029,7 +1029,7 @@

    diff --git a/doc/NgrokAPI/Services/TCPEdgeIPRestrictionModuleClient.html b/doc/NgrokAPI/Services/TCPEdgeIPRestrictionModuleClient.html index c8bdce9..cb5c595 100644 --- a/doc/NgrokAPI/Services/TCPEdgeIPRestrictionModuleClient.html +++ b/doc/NgrokAPI/Services/TCPEdgeIPRestrictionModuleClient.html @@ -1029,7 +1029,7 @@

    diff --git a/doc/NgrokAPI/Services/TCPEdgeTrafficPolicyModuleClient.html b/doc/NgrokAPI/Services/TCPEdgeTrafficPolicyModuleClient.html index 06d08cb..23907e4 100644 --- a/doc/NgrokAPI/Services/TCPEdgeTrafficPolicyModuleClient.html +++ b/doc/NgrokAPI/Services/TCPEdgeTrafficPolicyModuleClient.html @@ -1029,7 +1029,7 @@

    diff --git a/doc/NgrokAPI/Services/TLSCertificatesClient.html b/doc/NgrokAPI/Services/TLSCertificatesClient.html index d4e4779..d7d4ce3 100644 --- a/doc/NgrokAPI/Services/TLSCertificatesClient.html +++ b/doc/NgrokAPI/Services/TLSCertificatesClient.html @@ -1280,6 +1280,11 @@

    (defaults to: nil) + — +
    +

    Expects a resource ID as its input. Returns earlier entries in the result set, sorted by ID.

    +
    +

  • @@ -1293,6 +1298,11 @@

    (defaults to: nil) + — +
    +

    Constrains the number of results in the dataset. See the API Overview <https://ngrok.com/docs/api/index#pagination>_ for details.

    +
    +

  • @@ -1306,6 +1316,11 @@

    (defaults to: nil) + — +
    +

    A CEL expression to filter the list results. Supports logical and comparison operators to match on fields such as id, metadata, created_at, and more. See ngrok API Filtering for syntax and field details: https://ngrok.com/docs/api/api-filtering <https://ngrok.com/docs/api/api-filtering>_.

    +
    +

  • @@ -1438,6 +1453,11 @@

    (defaults to: nil) + — +
    +

    Expects a resource ID as its input. Returns earlier entries in the result set, sorted by ID.

    +
    +

  • @@ -1451,6 +1471,11 @@

    (defaults to: nil) + — +
    +

    Constrains the number of results in the dataset. See the API Overview <https://ngrok.com/docs/api/index#pagination>_ for details.

    +
    +

  • @@ -1464,6 +1489,11 @@

    (defaults to: nil) + — +
    +

    A CEL expression to filter the list results. Supports logical and comparison operators to match on fields such as id, metadata, created_at, and more. See ngrok API Filtering for syntax and field details: https://ngrok.com/docs/api/api-filtering <https://ngrok.com/docs/api/api-filtering>_.

    +
    +

  • @@ -1831,7 +1861,7 @@

    diff --git a/doc/NgrokAPI/Services/TLSEdgeBackendModuleClient.html b/doc/NgrokAPI/Services/TLSEdgeBackendModuleClient.html index 17cb91e..a00f20d 100644 --- a/doc/NgrokAPI/Services/TLSEdgeBackendModuleClient.html +++ b/doc/NgrokAPI/Services/TLSEdgeBackendModuleClient.html @@ -1029,7 +1029,7 @@

    diff --git a/doc/NgrokAPI/Services/TLSEdgeIPRestrictionModuleClient.html b/doc/NgrokAPI/Services/TLSEdgeIPRestrictionModuleClient.html index f257191..7b352c2 100644 --- a/doc/NgrokAPI/Services/TLSEdgeIPRestrictionModuleClient.html +++ b/doc/NgrokAPI/Services/TLSEdgeIPRestrictionModuleClient.html @@ -1029,7 +1029,7 @@

    diff --git a/doc/NgrokAPI/Services/TLSEdgeMutualTLSModuleClient.html b/doc/NgrokAPI/Services/TLSEdgeMutualTLSModuleClient.html index 950f19f..d78a549 100644 --- a/doc/NgrokAPI/Services/TLSEdgeMutualTLSModuleClient.html +++ b/doc/NgrokAPI/Services/TLSEdgeMutualTLSModuleClient.html @@ -1029,7 +1029,7 @@

    diff --git a/doc/NgrokAPI/Services/TLSEdgeTLSTerminationModuleClient.html b/doc/NgrokAPI/Services/TLSEdgeTLSTerminationModuleClient.html index e1cef8d..b7b9386 100644 --- a/doc/NgrokAPI/Services/TLSEdgeTLSTerminationModuleClient.html +++ b/doc/NgrokAPI/Services/TLSEdgeTLSTerminationModuleClient.html @@ -1029,7 +1029,7 @@

    diff --git a/doc/NgrokAPI/Services/TLSEdgeTrafficPolicyModuleClient.html b/doc/NgrokAPI/Services/TLSEdgeTrafficPolicyModuleClient.html index 816d204..ddd1919 100644 --- a/doc/NgrokAPI/Services/TLSEdgeTrafficPolicyModuleClient.html +++ b/doc/NgrokAPI/Services/TLSEdgeTrafficPolicyModuleClient.html @@ -1029,7 +1029,7 @@

    diff --git a/doc/NgrokAPI/Services/TunnelGroupBackendsClient.html b/doc/NgrokAPI/Services/TunnelGroupBackendsClient.html index 4c2a2ef..329705e 100644 --- a/doc/NgrokAPI/Services/TunnelGroupBackendsClient.html +++ b/doc/NgrokAPI/Services/TunnelGroupBackendsClient.html @@ -1805,7 +1805,7 @@

    diff --git a/doc/NgrokAPI/Services/TunnelSessionsClient.html b/doc/NgrokAPI/Services/TunnelSessionsClient.html index 0c9d8cb..22af13e 100644 --- a/doc/NgrokAPI/Services/TunnelSessionsClient.html +++ b/doc/NgrokAPI/Services/TunnelSessionsClient.html @@ -796,6 +796,11 @@

    (defaults to: nil) + — +
    +

    Expects a resource ID as its input. Returns earlier entries in the result set, sorted by ID.

    +
    +

  • @@ -809,6 +814,11 @@

    (defaults to: nil) + — +
    +

    Constrains the number of results in the dataset. See the API Overview <https://ngrok.com/docs/api/index#pagination>_ for details.

    +
    +

  • @@ -822,6 +832,11 @@

    (defaults to: nil) + — +
    +

    A CEL expression to filter the list results. Supports logical and comparison operators to match on fields such as id, metadata, created_at, and more. See ngrok API Filtering for syntax and field details: https://ngrok.com/docs/api/api-filtering <https://ngrok.com/docs/api/api-filtering>_.

    +
    +

  • @@ -954,6 +969,11 @@

    (defaults to: nil) + — +
    +

    Expects a resource ID as its input. Returns earlier entries in the result set, sorted by ID.

    +
    +

  • @@ -967,6 +987,11 @@

    (defaults to: nil) + — +
    +

    Constrains the number of results in the dataset. See the API Overview <https://ngrok.com/docs/api/index#pagination>_ for details.

    +
    +

  • @@ -980,6 +1005,11 @@

    (defaults to: nil) + — +
    +

    A CEL expression to filter the list results. Supports logical and comparison operators to match on fields such as id, metadata, created_at, and more. See ngrok API Filtering for syntax and field details: https://ngrok.com/docs/api/api-filtering <https://ngrok.com/docs/api/api-filtering>_.

    +
    +

  • @@ -1623,7 +1653,7 @@

    diff --git a/doc/NgrokAPI/Services/TunnelsClient.html b/doc/NgrokAPI/Services/TunnelsClient.html index 2b7e74e..8723e0f 100644 --- a/doc/NgrokAPI/Services/TunnelsClient.html +++ b/doc/NgrokAPI/Services/TunnelsClient.html @@ -909,7 +909,7 @@

    diff --git a/doc/NgrokAPI/Services/VaultsClient.html b/doc/NgrokAPI/Services/VaultsClient.html index ea88995..cf7beed 100644 --- a/doc/NgrokAPI/Services/VaultsClient.html +++ b/doc/NgrokAPI/Services/VaultsClient.html @@ -1642,6 +1642,11 @@

    (defaults to: nil) + — +
    +

    Expects a resource ID as its input. Returns earlier entries in the result set, sorted by ID.

    +
    +

  • @@ -1655,6 +1660,11 @@

    (defaults to: nil) + — +
    +

    Constrains the number of results in the dataset. See the API Overview <https://ngrok.com/docs/api/index#pagination>_ for details.

    +
    +

  • @@ -1668,6 +1678,11 @@

    (defaults to: nil) + — +
    +

    A CEL expression to filter the list results. Supports logical and comparison operators to match on fields such as id, metadata, created_at, and more. See ngrok API Filtering for syntax and field details: https://ngrok.com/docs/api/api-filtering <https://ngrok.com/docs/api/api-filtering>_.

    +
    +

  • @@ -1800,6 +1815,11 @@

    (defaults to: nil) + — +
    +

    Expects a resource ID as its input. Returns earlier entries in the result set, sorted by ID.

    +
    +

  • @@ -1813,6 +1833,11 @@

    (defaults to: nil) + — +
    +

    Constrains the number of results in the dataset. See the API Overview <https://ngrok.com/docs/api/index#pagination>_ for details.

    +
    +

  • @@ -1826,6 +1851,11 @@

    (defaults to: nil) + — +
    +

    A CEL expression to filter the list results. Supports logical and comparison operators to match on fields such as id, metadata, created_at, and more. See ngrok API Filtering for syntax and field details: https://ngrok.com/docs/api/api-filtering <https://ngrok.com/docs/api/api-filtering>_.

    +
    +

  • @@ -2243,7 +2273,7 @@

    diff --git a/doc/NgrokAPI/Services/WeightedBackendsClient.html b/doc/NgrokAPI/Services/WeightedBackendsClient.html index c67603b..6c78452 100644 --- a/doc/NgrokAPI/Services/WeightedBackendsClient.html +++ b/doc/NgrokAPI/Services/WeightedBackendsClient.html @@ -1805,7 +1805,7 @@

    diff --git a/doc/_index.html b/doc/_index.html index cdfe7df..fc8bf31 100644 --- a/doc/_index.html +++ b/doc/_index.html @@ -995,6 +995,13 @@

    Namespace Listing A-Z

  • +
  • + ReservedDomainResolvesToEntry + + (NgrokAPI::Models) + +
  • +
  • ReservedDomainsClient @@ -1337,7 +1344,7 @@

    Namespace Listing A-Z

    diff --git a/doc/class_list.html b/doc/class_list.html index d70899d..3789a1e 100644 --- a/doc/class_list.html +++ b/doc/class_list.html @@ -43,7 +43,7 @@

    Class List

    diff --git a/doc/file.README.html b/doc/file.README.html index f97591b..0a629c2 100644 --- a/doc/file.README.html +++ b/doc/file.README.html @@ -166,7 +166,7 @@

    Building (internal)

    diff --git a/doc/index.html b/doc/index.html index c03eaf8..dec39ed 100644 --- a/doc/index.html +++ b/doc/index.html @@ -166,7 +166,7 @@

    Building (internal)

    diff --git a/doc/method_list.html b/doc/method_list.html index 2aa6901..fec71ba 100644 --- a/doc/method_list.html +++ b/doc/method_list.html @@ -773,6 +773,14 @@

    Method List

  • +
    + #== + NgrokAPI::Models::ReservedDomainResolvesToEntry +
    +
  • + + +
  • #abuse_reports NgrokAPI::Client @@ -780,7 +788,7 @@

    Method List

  • -
  • +
  • #acl NgrokAPI::Models::Credential @@ -788,7 +796,7 @@

    Method List

  • -
  • +
  • #acl NgrokAPI::Models::SSHCredential @@ -796,7 +804,7 @@

    Method List

  • -
  • +
  • #acme_challenge_cname_target NgrokAPI::Models::ReservedDomain @@ -804,7 +812,7 @@

    Method List

  • -
  • +
  • #action NgrokAPI::Models::IPPolicyRule @@ -812,7 +820,7 @@

    Method List

  • -
  • +
  • #active NgrokAPI::Models::BotUser @@ -820,7 +828,7 @@

    Method List

  • -
  • +
  • #active NgrokAPI::Models::ServiceUser @@ -828,7 +836,7 @@

    Method List

  • -
  • +
  • #add NgrokAPI::Models::EndpointRequestHeaders @@ -836,7 +844,7 @@

    Method List

  • -
  • +
  • #add NgrokAPI::Models::EndpointResponseHeaders @@ -844,7 +852,7 @@

    Method List

  • -
  • +
  • #addr NgrokAPI::Models::ReservedAddr @@ -852,7 +860,7 @@

    Method List

  • -
  • +
  • #address NgrokAPI::Models::StaticBackend @@ -860,7 +868,7 @@

    Method List

  • -
  • +
  • #agent_ingresses NgrokAPI::Client @@ -868,7 +876,7 @@

    Method List

  • -
  • +
  • #agent_version NgrokAPI::Models::TunnelSession @@ -876,7 +884,7 @@

    Method List

  • -
  • +
  • #allow NgrokAPI::Models::EndpointUserAgentFilter @@ -884,7 +892,7 @@

    Method List

  • -
  • +
  • #allow_idp_initiated NgrokAPI::Models::EndpointSAML @@ -892,7 +900,7 @@

    Method List

  • -
  • +
  • #allow_idp_initiated NgrokAPI::Models::EndpointSAMLMutate @@ -900,7 +908,7 @@

    Method List

  • -
  • +
  • #amazon NgrokAPI::Models::EndpointOAuthProvider @@ -908,7 +916,7 @@

    Method List

  • -
  • +
  • #api_key NgrokAPI::HttpClient @@ -916,7 +924,7 @@

    Method List

  • -
  • +
  • #api_key NgrokAPI::Models::EventTargetDatadog @@ -924,7 +932,7 @@

    Method List

  • -
  • +
  • #api_keys NgrokAPI::Client @@ -932,7 +940,7 @@

    Method List

  • -
  • +
  • #application_sessions NgrokAPI::Client @@ -940,7 +948,7 @@

    Method List

  • -
  • +
  • #application_user NgrokAPI::Models::ApplicationSession @@ -948,7 +956,7 @@

    Method List

  • -
  • +
  • #application_users NgrokAPI::Client @@ -956,7 +964,7 @@

    Method List

  • -
  • +
  • #assertion_consumer_service_url NgrokAPI::Models::EndpointSAML @@ -964,7 +972,7 @@

    Method List

  • -
  • +
  • #attrs NgrokAPI::Models::Ref @@ -972,7 +980,7 @@

    Method List

  • -
  • +
  • #attrs NgrokAPI::Models::Vault @@ -980,7 +988,7 @@

    Method List

  • -
  • +
  • #attrs NgrokAPI::Models::Secret @@ -988,7 +996,7 @@

    Method List

  • -
  • +
  • #attrs NgrokAPI::Models::Tunnel @@ -996,7 +1004,7 @@

    Method List

  • -
  • +
  • #attrs NgrokAPI::Models::APIKey @@ -1004,7 +1012,7 @@

    Method List

  • -
  • +
  • #attrs NgrokAPI::Models::AWSAuth @@ -1012,7 +1020,7 @@

    Method List

  • -
  • +
  • #attrs NgrokAPI::Models::AWSRole @@ -1020,7 +1028,7 @@

    Method List

  • -
  • +
  • #attrs NgrokAPI::Models::BotUser @@ -1028,7 +1036,7 @@

    Method List

  • -
  • +
  • #attrs NgrokAPI::Models::Endpoint @@ -1036,7 +1044,7 @@

    Method List

  • -
  • +
  • #attrs NgrokAPI::Models::Listable @@ -1044,7 +1052,7 @@

    Method List

  • -
  • +
  • #attrs NgrokAPI::Models::Location @@ -1052,7 +1060,7 @@

    Method List

  • -
  • +
  • #attrs NgrokAPI::Models::TCPEdge @@ -1060,7 +1068,7 @@

    Method List

  • -
  • +
  • #attrs NgrokAPI::Models::TLSEdge @@ -1068,7 +1076,7 @@

    Method List

  • -
  • +
  • #attrs NgrokAPI::Models::IPPolicy @@ -1076,7 +1084,7 @@

    Method List

  • -
  • +
  • #attrs NgrokAPI::Models::Credential @@ -1084,7 +1092,7 @@

    Method List

  • -
  • +
  • #attrs NgrokAPI::Models::HTTPSEdge @@ -1092,7 +1100,7 @@

    Method List

  • -
  • +
  • #attrs NgrokAPI::Models::UserAgent @@ -1100,7 +1108,7 @@

    Method List

  • -
  • +
  • #attrs NgrokAPI::Models::AbuseReport @@ -1108,7 +1116,7 @@

    Method List

  • -
  • +
  • #attrs NgrokAPI::Models::EventSource @@ -1116,7 +1124,7 @@

    Method List

  • -
  • +
  • #attrs NgrokAPI::Models::EventTarget @@ -1124,7 +1132,7 @@

    Method List

  • -
  • +
  • #attrs NgrokAPI::Models::ServiceUser @@ -1132,7 +1140,7 @@

    Method List

  • -
  • +
  • #attrs NgrokAPI::Models::AgentIngress @@ -1140,7 +1148,7 @@

    Method List

  • -
  • +
  • #attrs NgrokAPI::Models::EndpointOIDC @@ -1148,7 +1156,7 @@

    Method List

  • -
  • +
  • #attrs NgrokAPI::Models::EndpointSAML @@ -1156,7 +1164,7 @@

    Method List

  • -
  • +
  • #attrs NgrokAPI::Models::ReservedAddr @@ -1164,7 +1172,7 @@

    Method List

  • -
  • +
  • #attrs NgrokAPI::Models::IPPolicyRule @@ -1172,7 +1180,7 @@

    Method List

  • -
  • +
  • #attrs NgrokAPI::Models::IPRestriction @@ -1180,7 +1188,7 @@

    Method List

  • -
  • +
  • #attrs NgrokAPI::Models::SSHCredential @@ -1188,7 +1196,7 @@

    Method List

  • -
  • +
  • #attrs NgrokAPI::Models::StaticBackend @@ -1196,7 +1204,7 @@

    Method List

  • -
  • +
  • #attrs NgrokAPI::Models::TunnelSession @@ -1204,7 +1212,7 @@

    Method List

  • -
  • +
  • #attrs NgrokAPI::Models::AWSCredentials @@ -1212,7 +1220,7 @@

    Method List

  • -
  • +
  • #attrs NgrokAPI::Models::BrowserSession @@ -1220,7 +1228,7 @@

    Method List

  • -
  • +
  • #attrs NgrokAPI::Models::EndpointOAuth @@ -1228,7 +1236,7 @@

    Method List

  • -
  • +
  • #attrs NgrokAPI::Models::ReservedDomain @@ -1236,7 +1244,7 @@

    Method List

  • -
  • +
  • #attrs NgrokAPI::Models::TLSCertificate @@ -1244,7 +1252,7 @@

    Method List

  • -
  • +
  • #attrs NgrokAPI::Models::ApplicationUser @@ -1252,7 +1260,7 @@

    Method List

  • -
  • +
  • #attrs NgrokAPI::Models::EndpointBackend @@ -1260,7 +1268,7 @@

    Method List

  • -
  • +
  • #attrs NgrokAPI::Models::FailoverBackend @@ -1268,7 +1276,7 @@

    Method List

  • -
  • +
  • #attrs NgrokAPI::Models::HTTPSEdgeRoute @@ -1276,7 +1284,7 @@

    Method List

  • -
  • +
  • #attrs NgrokAPI::Models::WeightedBackend @@ -1284,7 +1292,7 @@

    Method List

  • -
  • +
  • #attrs NgrokAPI::Models::EventDestination @@ -1292,7 +1300,7 @@

    Method List

  • -
  • +
  • #attrs NgrokAPI::Models::EventSourceList @@ -1300,7 +1308,7 @@

    Method List

  • -
  • +
  • #attrs NgrokAPI::Models::IdentityProvider @@ -1308,7 +1316,7 @@

    Method List

  • -
  • +
  • #attrs NgrokAPI::Models::EndpointIPPolicy @@ -1316,7 +1324,7 @@

    Method List

  • -
  • +
  • #attrs NgrokAPI::Models::EventSubscription @@ -1324,7 +1332,7 @@

    Method List

  • -
  • +
  • #attrs NgrokAPI::Models::StaticBackendTLS @@ -1332,7 +1340,7 @@

    Method List

  • -
  • +
  • #attrs NgrokAPI::Models::ApplicationSession @@ -1340,7 +1348,7 @@

    Method List

  • -
  • +
  • #attrs NgrokAPI::Models::EndpointMutualTLS @@ -1348,7 +1356,7 @@

    Method List

  • -
  • +
  • #attrs NgrokAPI::Models::EndpointCompression @@ -1356,7 +1364,7 @@

    Method List

  • -
  • +
  • #attrs NgrokAPI::Models::EndpointSAMLMutate @@ -1364,7 +1372,7 @@

    Method List

  • -
  • +
  • #attrs NgrokAPI::Models::EventSourceReplace @@ -1372,7 +1380,7 @@

    Method List

  • -
  • +
  • #attrs NgrokAPI::Models::EventTargetDatadog @@ -1380,7 +1388,7 @@

    Method List

  • -
  • +
  • #attrs NgrokAPI::Models::EventTargetKinesis @@ -1388,7 +1396,7 @@

    Method List

  • -
  • +
  • #attrs NgrokAPI::Models::SSHHostCertificate @@ -1396,7 +1404,7 @@

    Method List

  • -
  • +
  • #attrs NgrokAPI::Models::SSHUserCertificate @@ -1404,7 +1412,7 @@

    Method List

  • -
  • +
  • #attrs NgrokAPI::Models::TunnelGroupBackend @@ -1412,7 +1420,7 @@

    Method List

  • -
  • +
  • #attrs NgrokAPI::Models::AbuseReportHostname @@ -1420,7 +1428,7 @@

    Method List

  • -
  • +
  • #attrs NgrokAPI::Models::CertificateAuthority @@ -1428,7 +1436,7 @@

    Method List

  • -
  • +
  • #attrs NgrokAPI::Models::EventTargetFirehose @@ -1436,7 +1444,7 @@

    Method List

  • -
  • +
  • #attrs NgrokAPI::Models::HTTPResponseBackend @@ -1444,7 +1452,7 @@

    Method List

  • -
  • +
  • #attrs NgrokAPI::Models::TLSCertificateSANs @@ -1452,7 +1460,7 @@

    Method List

  • -
  • +
  • #attrs NgrokAPI::Models::AgentIngressCertJob @@ -1460,7 +1468,7 @@

    Method List

  • -
  • +
  • #attrs NgrokAPI::Models::EndpointOAuthAmazon @@ -1468,7 +1476,7 @@

    Method List

  • -
  • +
  • #attrs NgrokAPI::Models::EndpointOAuthGoogle @@ -1476,7 +1484,7 @@

    Method List

  • -
  • +
  • #attrs NgrokAPI::Models::EndpointOAuthTwitch @@ -1484,7 +1492,7 @@

    Method List

  • -
  • +
  • #attrs NgrokAPI::Models::EndpointBackendMutate @@ -1492,7 +1500,7 @@

    Method List

  • -
  • +
  • #attrs NgrokAPI::Models::EndpointOAuthGitHub @@ -1500,7 +1508,7 @@

    Method List

  • -
  • +
  • #attrs NgrokAPI::Models::EndpointOAuthGitLab @@ -1508,7 +1516,7 @@

    Method List

  • -
  • +
  • #attrs NgrokAPI::Models::EndpointTrafficPolicy @@ -1516,7 +1524,7 @@

    Method List

  • -
  • +
  • #attrs NgrokAPI::Models::EndpointCircuitBreaker @@ -1524,7 +1532,7 @@

    Method List

  • -
  • +
  • #attrs NgrokAPI::Models::EndpointOAuthFacebook @@ -1532,7 +1540,7 @@

    Method List

  • -
  • +
  • #attrs NgrokAPI::Models::EndpointOAuthProvider @@ -1540,7 +1548,7 @@

    Method List

  • -
  • +
  • #attrs NgrokAPI::Models::EndpointRequestHeaders @@ -1548,7 +1556,7 @@

    Method List

  • -
  • +
  • #attrs NgrokAPI::Models::EndpointTLSTermination @@ -1556,7 +1564,7 @@

    Method List

  • -
  • +
  • #attrs NgrokAPI::Models::ReservedDomainCertJob @@ -1564,7 +1572,7 @@

    Method List

  • -
  • +
  • #attrs NgrokAPI::Models::AgentIngressCertPolicy @@ -1572,7 +1580,7 @@

    Method List

  • -
  • +
  • #attrs NgrokAPI::Models::AgentIngressCertStatus @@ -1580,7 +1588,7 @@

    Method List

  • -
  • +
  • #attrs NgrokAPI::Models::EndpointIPPolicyMutate @@ -1588,7 +1596,7 @@

    Method List

  • -
  • +
  • #attrs NgrokAPI::Models::EndpointOAuthLinkedIn @@ -1596,7 +1604,7 @@

    Method List

  • -
  • +
  • #attrs NgrokAPI::Models::EndpointOAuthMicrosoft @@ -1604,7 +1612,7 @@

    Method List

  • -
  • +
  • #attrs NgrokAPI::Models::EndpointResponseHeaders @@ -1612,7 +1620,7 @@

    Method List

  • -
  • +
  • #attrs NgrokAPI::Models::SSHCertificateAuthority @@ -1620,7 +1628,7 @@

    Method List

  • -
  • +
  • #attrs NgrokAPI::Models::EndpointMutualTLSMutate @@ -1628,7 +1636,7 @@

    Method List

  • -
  • +
  • #attrs NgrokAPI::Models::EndpointUserAgentFilter @@ -1636,7 +1644,7 @@

    Method List

  • -
  • +
  • #attrs NgrokAPI::Models::EndpointWebhookValidation @@ -1644,7 +1652,7 @@

    Method List

  • -
  • +
  • #attrs NgrokAPI::Models::ReservedDomainCertPolicy @@ -1652,7 +1660,7 @@

    Method List

  • -
  • +
  • #attrs NgrokAPI::Models::ReservedDomainCertStatus @@ -1660,7 +1668,7 @@

    Method List

  • -
  • +
  • #attrs NgrokAPI::Models::EventTargetCloudwatchLogs @@ -1668,7 +1676,7 @@

    Method List

  • -
  • +
  • #attrs NgrokAPI::Models::EndpointTLSTerminationAtEdge @@ -1676,7 +1684,7 @@

    Method List

  • -
  • +
  • #attrs NgrokAPI::Models::EndpointWebsocketTCPConverter @@ -1684,7 +1692,7 @@

    Method List

  • -
  • +
  • #attrs NgrokAPI::Models::EventTargetAzureLogsIngestion @@ -1692,6 +1700,14 @@

    Method List

  • +
  • +
    + #attrs + NgrokAPI::Models::ReservedDomainResolvesToEntry +
    +
  • + +
  • #auth @@ -3069,6 +3085,14 @@

    Method List

  • +
    + #client + NgrokAPI::Models::ReservedDomainResolvesToEntry +
    +
  • + + +
  • #client NgrokAPI::Services::EdgeRouteOAuthModuleClient @@ -3076,7 +3100,7 @@

    Method List

  • -
  • +
  • #client NgrokAPI::Services::EdgeRouteBackendModuleClient @@ -3084,7 +3108,7 @@

    Method List

  • -
  • +
  • #client NgrokAPI::Services::TLSEdgeMutualTLSModuleClient @@ -3092,7 +3116,7 @@

    Method List

  • -
  • +
  • #client NgrokAPI::Services::SSHCertificateAuthoritiesClient @@ -3100,7 +3124,7 @@

    Method List

  • -
  • +
  • #client NgrokAPI::Services::HTTPSEdgeMutualTLSModuleClient @@ -3108,7 +3132,7 @@

    Method List

  • -
  • +
  • #client NgrokAPI::Services::EdgeRouteCompressionModuleClient @@ -3116,7 +3140,7 @@

    Method List

  • -
  • +
  • #client NgrokAPI::Services::TCPEdgeIPRestrictionModuleClient @@ -3124,7 +3148,7 @@

    Method List

  • -
  • +
  • #client NgrokAPI::Services::TCPEdgeTrafficPolicyModuleClient @@ -3132,7 +3156,7 @@

    Method List

  • -
  • +
  • #client NgrokAPI::Services::TLSEdgeIPRestrictionModuleClient @@ -3140,7 +3164,7 @@

    Method List

  • -
  • +
  • #client NgrokAPI::Services::TLSEdgeTrafficPolicyModuleClient @@ -3148,7 +3172,7 @@

    Method List

  • -
  • +
  • #client NgrokAPI::Services::TLSEdgeTLSTerminationModuleClient @@ -3156,7 +3180,7 @@

    Method List

  • -
  • +
  • #client NgrokAPI::Services::EdgeRouteIPRestrictionModuleClient @@ -3164,7 +3188,7 @@

    Method List

  • -
  • +
  • #client NgrokAPI::Services::EdgeRouteTrafficPolicyModuleClient @@ -3172,7 +3196,7 @@

    Method List

  • -
  • +
  • #client NgrokAPI::Services::EdgeRouteCircuitBreakerModuleClient @@ -3180,7 +3204,7 @@

    Method List

  • -
  • +
  • #client NgrokAPI::Services::EdgeRouteRequestHeadersModuleClient @@ -3188,7 +3212,7 @@

    Method List

  • -
  • +
  • #client NgrokAPI::Services::HTTPSEdgeTLSTerminationModuleClient @@ -3196,7 +3220,7 @@

    Method List

  • -
  • +
  • #client NgrokAPI::Services::EdgeRouteResponseHeadersModuleClient @@ -3204,7 +3228,7 @@

    Method List

  • -
  • +
  • #client NgrokAPI::Services::EdgeRouteUserAgentFilterModuleClient @@ -3212,7 +3236,7 @@

    Method List

  • -
  • +
  • #client NgrokAPI::Services::EdgeRouteWebhookVerificationModuleClient @@ -3220,7 +3244,7 @@

    Method List

  • -
  • +
  • #client NgrokAPI::Services::EdgeRouteWebsocketTCPConverterModuleClient @@ -3228,7 +3252,7 @@

    Method List

  • -
  • +
  • #client_id NgrokAPI::Models::EndpointOIDC @@ -3236,7 +3260,7 @@

    Method List

  • -
  • +
  • #client_id NgrokAPI::Models::EndpointOAuthAmazon @@ -3244,7 +3268,7 @@

    Method List

  • -
  • +
  • #client_id NgrokAPI::Models::EndpointOAuthGoogle @@ -3252,7 +3276,7 @@

    Method List

  • -
  • +
  • #client_id NgrokAPI::Models::EndpointOAuthTwitch @@ -3260,7 +3284,7 @@

    Method List

  • -
  • +
  • #client_id NgrokAPI::Models::EndpointOAuthGitHub @@ -3268,7 +3292,7 @@

    Method List

  • -
  • +
  • #client_id NgrokAPI::Models::EndpointOAuthGitLab @@ -3276,7 +3300,7 @@

    Method List

  • -
  • +
  • #client_id NgrokAPI::Models::EndpointOAuthFacebook @@ -3284,7 +3308,7 @@

    Method List

  • -
  • +
  • #client_id NgrokAPI::Models::EndpointOAuthLinkedIn @@ -3292,7 +3316,7 @@

    Method List

  • -
  • +
  • #client_id NgrokAPI::Models::EndpointOAuthMicrosoft @@ -3300,7 +3324,7 @@

    Method List

  • -
  • +
  • #client_id NgrokAPI::Models::EventTargetAzureLogsIngestion @@ -3308,7 +3332,7 @@

    Method List

  • -
  • +
  • #client_secret NgrokAPI::Models::EndpointOIDC @@ -3316,7 +3340,7 @@

    Method List

  • -
  • +
  • #client_secret NgrokAPI::Models::EndpointOAuthAmazon @@ -3324,7 +3348,7 @@

    Method List

  • -
  • +
  • #client_secret NgrokAPI::Models::EndpointOAuthGoogle @@ -3332,7 +3356,7 @@

    Method List

  • -
  • +
  • #client_secret NgrokAPI::Models::EndpointOAuthTwitch @@ -3340,7 +3364,7 @@

    Method List

  • -
  • +
  • #client_secret NgrokAPI::Models::EndpointOAuthGitHub @@ -3348,7 +3372,7 @@

    Method List

  • -
  • +
  • #client_secret NgrokAPI::Models::EndpointOAuthGitLab @@ -3356,7 +3380,7 @@

    Method List

  • -
  • +
  • #client_secret NgrokAPI::Models::EndpointOAuthFacebook @@ -3364,7 +3388,7 @@

    Method List

  • -
  • +
  • #client_secret NgrokAPI::Models::EndpointOAuthLinkedIn @@ -3372,7 +3396,7 @@

    Method List

  • -
  • +
  • #client_secret NgrokAPI::Models::EndpointOAuthMicrosoft @@ -3380,7 +3404,7 @@

    Method List

  • -
  • +
  • #client_secret NgrokAPI::Models::EventTargetAzureLogsIngestion @@ -3388,7 +3412,7 @@

    Method List

  • -
  • +
  • #cloudwatch_logs NgrokAPI::Models::EventTarget @@ -3396,7 +3420,7 @@

    Method List

  • -
  • +
  • #cname_target NgrokAPI::Models::ReservedDomain @@ -3404,7 +3428,7 @@

    Method List

  • -
  • +
  • #compression NgrokAPI::Models::HTTPSEdgeRoute @@ -3412,7 +3436,7 @@

    Method List

  • -
  • +
  • #cookie_prefix NgrokAPI::Models::EndpointOIDC @@ -3420,7 +3444,7 @@

    Method List

  • -
  • +
  • #cookie_prefix NgrokAPI::Models::EndpointSAML @@ -3428,7 +3452,7 @@

    Method List

  • -
  • +
  • #cookie_prefix NgrokAPI::Models::EndpointOAuth @@ -3436,7 +3460,7 @@

    Method List

  • -
  • +
  • #cookie_prefix NgrokAPI::Models::EndpointSAMLMutate @@ -3444,7 +3468,7 @@

    Method List

  • -
  • +
  • #country_code NgrokAPI::Models::Location @@ -3452,7 +3476,7 @@

    Method List

  • -
  • +
  • #create NgrokAPI::Services::VaultsClient @@ -3460,7 +3484,7 @@

    Method List

  • -
  • +
  • #create NgrokAPI::Services::SecretsClient @@ -3468,7 +3492,7 @@

    Method List

  • -
  • +
  • #create NgrokAPI::Services::APIKeysClient @@ -3476,7 +3500,7 @@

    Method List

  • -
  • +
  • #create NgrokAPI::Services::BotUsersClient @@ -3484,7 +3508,7 @@

    Method List

  • -
  • +
  • #create NgrokAPI::Services::EdgesTCPClient @@ -3492,7 +3516,7 @@

    Method List

  • -
  • +
  • #create NgrokAPI::Services::EdgesTLSClient @@ -3500,7 +3524,7 @@

    Method List

  • -
  • +
  • #create NgrokAPI::Services::EndpointsClient @@ -3508,7 +3532,7 @@

    Method List

  • -
  • +
  • #create NgrokAPI::Services::CredentialsClient @@ -3516,7 +3540,7 @@

    Method List

  • -
  • +
  • #create NgrokAPI::Services::EdgesHTTPSClient @@ -3524,7 +3548,7 @@

    Method List

  • -
  • +
  • #create NgrokAPI::Services::IPPoliciesClient @@ -3532,7 +3556,7 @@

    Method List

  • -
  • +
  • #create NgrokAPI::Services::AbuseReportsClient @@ -3540,7 +3564,7 @@

    Method List

  • -
  • +
  • #create NgrokAPI::Services::EventSourcesClient @@ -3548,7 +3572,7 @@

    Method List

  • -
  • +
  • #create NgrokAPI::Services::ServiceUsersClient @@ -3556,7 +3580,7 @@

    Method List

  • -
  • +
  • #create NgrokAPI::Services::ReservedAddrsClient @@ -3564,7 +3588,7 @@

    Method List

  • -
  • +
  • #create NgrokAPI::Services::AgentIngressesClient @@ -3572,7 +3596,7 @@

    Method List

  • -
  • +
  • #create NgrokAPI::Services::IPPolicyRulesClient @@ -3580,7 +3604,7 @@

    Method List

  • -
  • +
  • #create NgrokAPI::Services::IPRestrictionsClient @@ -3588,7 +3612,7 @@

    Method List

  • -
  • +
  • #create NgrokAPI::Services::SSHCredentialsClient @@ -3596,7 +3620,7 @@

    Method List

  • -
  • +
  • #create NgrokAPI::Services::StaticBackendsClient @@ -3604,7 +3628,7 @@

    Method List

  • -
  • +
  • #create NgrokAPI::Services::ReservedDomainsClient @@ -3612,7 +3636,7 @@

    Method List

  • -
  • +
  • #create NgrokAPI::Services::TLSCertificatesClient @@ -3620,7 +3644,7 @@

    Method List

  • -
  • +
  • #create NgrokAPI::Services::FailoverBackendsClient @@ -3628,7 +3652,7 @@

    Method List

  • -
  • +
  • #create NgrokAPI::Services::WeightedBackendsClient @@ -3636,7 +3660,7 @@

    Method List

  • -
  • +
  • #create NgrokAPI::Services::EdgesHTTPSRoutesClient @@ -3644,7 +3668,7 @@

    Method List

  • -
  • +
  • #create NgrokAPI::Services::EventDestinationsClient @@ -3652,7 +3676,7 @@

    Method List

  • -
  • +
  • #create NgrokAPI::Services::EventSubscriptionsClient @@ -3660,7 +3684,7 @@

    Method List

  • -
  • +
  • #create NgrokAPI::Services::SSHHostCertificatesClient @@ -3668,7 +3692,7 @@

    Method List

  • -
  • +
  • #create NgrokAPI::Services::SSHUserCertificatesClient @@ -3676,7 +3700,7 @@

    Method List

  • -
  • +
  • #create NgrokAPI::Services::TunnelGroupBackendsClient @@ -3684,7 +3708,7 @@

    Method List

  • -
  • +
  • #create NgrokAPI::Services::HTTPResponseBackendsClient @@ -3692,7 +3716,7 @@

    Method List

  • -
  • +
  • #create NgrokAPI::Services::CertificateAuthoritiesClient @@ -3700,7 +3724,7 @@

    Method List

  • -
  • +
  • #create NgrokAPI::Services::SSHCertificateAuthoritiesClient @@ -3708,7 +3732,7 @@

    Method List

  • -
  • +
  • #create! NgrokAPI::Services::VaultsClient @@ -3716,7 +3740,7 @@

    Method List

  • -
  • +
  • #create! NgrokAPI::Services::SecretsClient @@ -3724,7 +3748,7 @@

    Method List

  • -
  • +
  • #create! NgrokAPI::Services::APIKeysClient @@ -3732,7 +3756,7 @@

    Method List

  • -
  • +
  • #create! NgrokAPI::Services::BotUsersClient @@ -3740,7 +3764,7 @@

    Method List

  • -
  • +
  • #create! NgrokAPI::Services::EdgesTCPClient @@ -3748,7 +3772,7 @@

    Method List

  • -
  • +
  • #create! NgrokAPI::Services::EdgesTLSClient @@ -3756,7 +3780,7 @@

    Method List

  • -
  • +
  • #create! NgrokAPI::Services::EndpointsClient @@ -3764,7 +3788,7 @@

    Method List

  • -
  • +
  • #create! NgrokAPI::Services::CredentialsClient @@ -3772,7 +3796,7 @@

    Method List

  • -
  • +
  • #create! NgrokAPI::Services::EdgesHTTPSClient @@ -3780,7 +3804,7 @@

    Method List

  • -
  • +
  • #create! NgrokAPI::Services::IPPoliciesClient @@ -3788,7 +3812,7 @@

    Method List

  • -
  • +
  • #create! NgrokAPI::Services::AbuseReportsClient @@ -3796,7 +3820,7 @@

    Method List

  • -
  • +
  • #create! NgrokAPI::Services::EventSourcesClient @@ -3804,7 +3828,7 @@

    Method List

  • -
  • +
  • #create! NgrokAPI::Services::ServiceUsersClient @@ -3812,7 +3836,7 @@

    Method List

  • -
  • +
  • #create! NgrokAPI::Services::ReservedAddrsClient @@ -3820,7 +3844,7 @@

    Method List

  • -
  • +
  • #create! NgrokAPI::Services::AgentIngressesClient @@ -3828,7 +3852,7 @@

    Method List

  • -
  • +
  • #create! NgrokAPI::Services::IPPolicyRulesClient @@ -3836,7 +3860,7 @@

    Method List

  • -
  • +
  • #create! NgrokAPI::Services::IPRestrictionsClient @@ -3844,7 +3868,7 @@

    Method List

  • -
  • +
  • #create! NgrokAPI::Services::SSHCredentialsClient @@ -3852,7 +3876,7 @@

    Method List

  • -
  • +
  • #create! NgrokAPI::Services::StaticBackendsClient @@ -3860,7 +3884,7 @@

    Method List

  • -
  • +
  • #create! NgrokAPI::Services::ReservedDomainsClient @@ -3868,7 +3892,7 @@

    Method List

  • -
  • +
  • #create! NgrokAPI::Services::TLSCertificatesClient @@ -3876,7 +3900,7 @@

    Method List

  • -
  • +
  • #create! NgrokAPI::Services::FailoverBackendsClient @@ -3884,7 +3908,7 @@

    Method List

  • -
  • +
  • #create! NgrokAPI::Services::WeightedBackendsClient @@ -3892,7 +3916,7 @@

    Method List

  • -
  • +
  • #create! NgrokAPI::Services::EdgesHTTPSRoutesClient @@ -3900,7 +3924,7 @@

    Method List

  • -
  • +
  • #create! NgrokAPI::Services::EventDestinationsClient @@ -3908,7 +3932,7 @@

    Method List

  • -
  • +
  • #create! NgrokAPI::Services::EventSubscriptionsClient @@ -3916,7 +3940,7 @@

    Method List

  • -
  • +
  • #create! NgrokAPI::Services::SSHHostCertificatesClient @@ -3924,7 +3948,7 @@

    Method List

  • -
  • +
  • #create! NgrokAPI::Services::SSHUserCertificatesClient @@ -3932,7 +3956,7 @@

    Method List

  • -
  • +
  • #create! NgrokAPI::Services::TunnelGroupBackendsClient @@ -3940,7 +3964,7 @@

    Method List

  • -
  • +
  • #create! NgrokAPI::Services::HTTPResponseBackendsClient @@ -3948,7 +3972,7 @@

    Method List

  • -
  • +
  • #create! NgrokAPI::Services::CertificateAuthoritiesClient @@ -3956,7 +3980,7 @@

    Method List

  • -
  • +
  • #create! NgrokAPI::Services::SSHCertificateAuthoritiesClient @@ -3964,7 +3988,7 @@

    Method List

  • -
  • +
  • #created_at NgrokAPI::Models::Vault @@ -3972,7 +3996,7 @@

    Method List

  • -
  • +
  • #created_at NgrokAPI::Models::Secret @@ -3980,7 +4004,7 @@

    Method List

  • -
  • +
  • #created_at NgrokAPI::Models::APIKey @@ -3988,7 +4012,7 @@

    Method List

  • -
  • +
  • #created_at NgrokAPI::Models::BotUser @@ -3996,7 +4020,7 @@

    Method List

  • -
  • +
  • #created_at NgrokAPI::Models::Endpoint @@ -4004,7 +4028,7 @@

    Method List

  • -
  • +
  • #created_at NgrokAPI::Models::TCPEdge @@ -4012,7 +4036,7 @@

    Method List

  • -
  • +
  • #created_at NgrokAPI::Models::TLSEdge @@ -4020,7 +4044,7 @@

    Method List

  • -
  • +
  • #created_at NgrokAPI::Models::IPPolicy @@ -4028,7 +4052,7 @@

    Method List

  • -
  • +
  • #created_at NgrokAPI::Models::Credential @@ -4036,7 +4060,7 @@

    Method List

  • -
  • +
  • #created_at NgrokAPI::Models::HTTPSEdge @@ -4044,7 +4068,7 @@

    Method List

  • -
  • +
  • #created_at NgrokAPI::Models::AbuseReport @@ -4052,7 +4076,7 @@

    Method List

  • -
  • +
  • #created_at NgrokAPI::Models::ServiceUser @@ -4060,7 +4084,7 @@

    Method List

  • -
  • +
  • #created_at NgrokAPI::Models::AgentIngress @@ -4068,7 +4092,7 @@

    Method List

  • -
  • +
  • #created_at NgrokAPI::Models::ReservedAddr @@ -4076,7 +4100,7 @@

    Method List

  • -
  • +
  • #created_at NgrokAPI::Models::IPPolicyRule @@ -4084,7 +4108,7 @@

    Method List

  • -
  • +
  • #created_at NgrokAPI::Models::IPRestriction @@ -4092,7 +4116,7 @@

    Method List

  • -
  • +
  • #created_at NgrokAPI::Models::SSHCredential @@ -4100,7 +4124,7 @@

    Method List

  • -
  • +
  • #created_at NgrokAPI::Models::StaticBackend @@ -4108,7 +4132,7 @@

    Method List

  • -
  • +
  • #created_at NgrokAPI::Models::ReservedDomain @@ -4116,7 +4140,7 @@

    Method List

  • -
  • +
  • #created_at NgrokAPI::Models::TLSCertificate @@ -4124,7 +4148,7 @@

    Method List

  • -
  • +
  • #created_at NgrokAPI::Models::ApplicationUser @@ -4132,7 +4156,7 @@

    Method List

  • -
  • +
  • #created_at NgrokAPI::Models::FailoverBackend @@ -4140,7 +4164,7 @@

    Method List

  • -
  • +
  • #created_at NgrokAPI::Models::HTTPSEdgeRoute @@ -4148,7 +4172,7 @@

    Method List

  • -
  • +
  • #created_at NgrokAPI::Models::WeightedBackend @@ -4156,7 +4180,7 @@

    Method List

  • -
  • +
  • #created_at NgrokAPI::Models::EventDestination @@ -4164,7 +4188,7 @@

    Method List

  • -
  • +
  • #created_at NgrokAPI::Models::EventSubscription @@ -4172,7 +4196,7 @@

    Method List

  • -
  • +
  • #created_at NgrokAPI::Models::ApplicationSession @@ -4180,7 +4204,7 @@

    Method List

  • -
  • +
  • #created_at NgrokAPI::Models::SSHHostCertificate @@ -4188,7 +4212,7 @@

    Method List

  • -
  • +
  • #created_at NgrokAPI::Models::SSHUserCertificate @@ -4196,7 +4220,7 @@

    Method List

  • -
  • +
  • #created_at NgrokAPI::Models::TunnelGroupBackend @@ -4204,7 +4228,7 @@

    Method List

  • -
  • +
  • #created_at NgrokAPI::Models::CertificateAuthority @@ -4212,7 +4236,7 @@

    Method List

  • -
  • +
  • #created_at NgrokAPI::Models::HTTPResponseBackend @@ -4220,7 +4244,7 @@

    Method List

  • -
  • +
  • #created_at NgrokAPI::Models::SSHCertificateAuthority @@ -4228,7 +4252,7 @@

    Method List

  • -
  • +
  • #created_by NgrokAPI::Models::Vault @@ -4236,7 +4260,7 @@

    Method List

  • -
  • +
  • #created_by NgrokAPI::Models::Secret @@ -4244,7 +4268,7 @@

    Method List

  • -
  • +
  • #credential NgrokAPI::Models::TunnelSession @@ -4252,7 +4276,7 @@

    Method List

  • -
  • +
  • #credentials NgrokAPI::Client @@ -4260,7 +4284,7 @@

    Method List

  • -
  • +
  • #creds NgrokAPI::Models::AWSAuth @@ -4268,7 +4292,7 @@

    Method List

  • -
  • +
  • #critical_options NgrokAPI::Models::SSHUserCertificate @@ -4276,7 +4300,7 @@

    Method List

  • -
  • +
  • #data_collection_rule_id NgrokAPI::Models::EventTargetAzureLogsIngestion @@ -4284,7 +4308,7 @@

    Method List

  • -
  • +
  • #data_collection_stream_name NgrokAPI::Models::EventTargetAzureLogsIngestion @@ -4292,7 +4316,7 @@

    Method List

  • -
  • +
  • #datadog NgrokAPI::Models::EventTarget @@ -4300,7 +4324,7 @@

    Method List

  • -
  • +
  • #ddsite NgrokAPI::Models::EventTargetDatadog @@ -4308,7 +4332,7 @@

    Method List

  • -
  • +
  • #ddtags NgrokAPI::Models::EventTargetDatadog @@ -4316,7 +4340,7 @@

    Method List

  • -
  • +
  • #delete NgrokAPI::HttpClient @@ -4324,7 +4348,7 @@

    Method List

  • -
  • +
  • #delete NgrokAPI::Models::Vault @@ -4332,7 +4356,7 @@

    Method List

  • -
  • +
  • #delete NgrokAPI::Models::Secret @@ -4340,7 +4364,7 @@

    Method List

  • -
  • +
  • #delete NgrokAPI::Models::APIKey @@ -4348,7 +4372,7 @@

    Method List

  • -
  • +
  • #delete NgrokAPI::Models::BotUser @@ -4356,7 +4380,7 @@

    Method List

  • -
  • +
  • #delete NgrokAPI::Models::Endpoint @@ -4364,7 +4388,7 @@

    Method List

  • -
  • +
  • #delete NgrokAPI::Models::TCPEdge @@ -4372,7 +4396,7 @@

    Method List

  • -
  • +
  • #delete NgrokAPI::Models::TLSEdge @@ -4380,7 +4404,7 @@

    Method List

  • -
  • +
  • #delete NgrokAPI::Models::IPPolicy @@ -4388,7 +4412,7 @@

    Method List

  • -
  • +
  • #delete NgrokAPI::Models::Credential @@ -4396,7 +4420,7 @@

    Method List

  • -
  • +
  • #delete NgrokAPI::Models::HTTPSEdge @@ -4404,7 +4428,7 @@

    Method List

  • -
  • +
  • #delete NgrokAPI::Models::ServiceUser @@ -4412,7 +4436,7 @@

    Method List

  • -
  • +
  • #delete NgrokAPI::Models::AgentIngress @@ -4420,7 +4444,7 @@

    Method List

  • -
  • +
  • #delete NgrokAPI::Models::ReservedAddr @@ -4428,7 +4452,7 @@

    Method List

  • -
  • +
  • #delete NgrokAPI::Models::IPPolicyRule @@ -4436,7 +4460,7 @@

    Method List

  • -
  • +
  • #delete NgrokAPI::Models::IPRestriction @@ -4444,7 +4468,7 @@

    Method List

  • -
  • +
  • #delete NgrokAPI::Models::SSHCredential @@ -4452,7 +4476,7 @@

    Method List

  • -
  • +
  • #delete NgrokAPI::Models::StaticBackend @@ -4460,7 +4484,7 @@

    Method List

  • -
  • +
  • #delete NgrokAPI::Models::ReservedDomain @@ -4468,7 +4492,7 @@

    Method List

  • -
  • +
  • #delete NgrokAPI::Models::TLSCertificate @@ -4476,7 +4500,7 @@

    Method List

  • -
  • +
  • #delete NgrokAPI::Services::VaultsClient @@ -4484,7 +4508,7 @@

    Method List

  • -
  • +
  • #delete NgrokAPI::Models::ApplicationUser @@ -4492,7 +4516,7 @@

    Method List

  • -
  • +
  • #delete NgrokAPI::Models::FailoverBackend @@ -4500,7 +4524,7 @@

    Method List

  • -
  • +
  • #delete NgrokAPI::Models::HTTPSEdgeRoute @@ -4508,7 +4532,7 @@

    Method List

  • -
  • +
  • #delete NgrokAPI::Models::WeightedBackend @@ -4516,7 +4540,7 @@

    Method List

  • -
  • +
  • #delete NgrokAPI::Services::SecretsClient @@ -4524,7 +4548,7 @@

    Method List

  • -
  • +
  • #delete NgrokAPI::Models::EventDestination @@ -4532,7 +4556,7 @@

    Method List

  • -
  • +
  • #delete NgrokAPI::Services::APIKeysClient @@ -4540,7 +4564,7 @@

    Method List

  • -
  • +
  • #delete NgrokAPI::Models::EventSubscription @@ -4548,7 +4572,7 @@

    Method List

  • -
  • +
  • #delete NgrokAPI::Services::BotUsersClient @@ -4556,7 +4580,7 @@

    Method List

  • -
  • +
  • #delete NgrokAPI::Services::EdgesTCPClient @@ -4564,7 +4588,7 @@

    Method List

  • -
  • +
  • #delete NgrokAPI::Services::EdgesTLSClient @@ -4572,7 +4596,7 @@

    Method List

  • -
  • +
  • #delete NgrokAPI::Services::EndpointsClient @@ -4580,7 +4604,7 @@

    Method List

  • -
  • +
  • #delete NgrokAPI::Models::ApplicationSession @@ -4588,7 +4612,7 @@

    Method List

  • -
  • +
  • #delete NgrokAPI::Models::SSHHostCertificate @@ -4596,7 +4620,7 @@

    Method List

  • -
  • +
  • #delete NgrokAPI::Models::SSHUserCertificate @@ -4604,7 +4628,7 @@

    Method List

  • -
  • +
  • #delete NgrokAPI::Models::TunnelGroupBackend @@ -4612,7 +4636,7 @@

    Method List

  • -
  • +
  • #delete NgrokAPI::Services::CredentialsClient @@ -4620,7 +4644,7 @@

    Method List

  • -
  • +
  • #delete NgrokAPI::Services::EdgesHTTPSClient @@ -4628,7 +4652,7 @@

    Method List

  • -
  • +
  • #delete NgrokAPI::Services::IPPoliciesClient @@ -4636,7 +4660,7 @@

    Method List

  • -
  • +
  • #delete NgrokAPI::Models::CertificateAuthority @@ -4644,7 +4668,7 @@

    Method List

  • -
  • +
  • #delete NgrokAPI::Models::HTTPResponseBackend @@ -4652,7 +4676,7 @@

    Method List

  • -
  • +
  • #delete NgrokAPI::Services::EventSourcesClient @@ -4660,7 +4684,7 @@

    Method List

  • -
  • +
  • #delete NgrokAPI::Services::ServiceUsersClient @@ -4668,7 +4692,7 @@

    Method List

  • -
  • +
  • #delete NgrokAPI::Services::ReservedAddrsClient @@ -4676,7 +4700,7 @@

    Method List

  • -
  • +
  • #delete NgrokAPI::Services::AgentIngressesClient @@ -4684,7 +4708,7 @@

    Method List

  • -
  • +
  • #delete NgrokAPI::Services::IPPolicyRulesClient @@ -4692,7 +4716,7 @@

    Method List

  • -
  • +
  • #delete NgrokAPI::Services::IPRestrictionsClient @@ -4700,7 +4724,7 @@

    Method List

  • -
  • +
  • #delete NgrokAPI::Services::SSHCredentialsClient @@ -4708,7 +4732,7 @@

    Method List

  • -
  • +
  • #delete NgrokAPI::Services::StaticBackendsClient @@ -4716,7 +4740,7 @@

    Method List

  • -
  • +
  • #delete NgrokAPI::Models::SSHCertificateAuthority @@ -4724,7 +4748,7 @@

    Method List

  • -
  • +
  • #delete NgrokAPI::Services::ReservedDomainsClient @@ -4732,7 +4756,7 @@

    Method List

  • -
  • +
  • #delete NgrokAPI::Services::TLSCertificatesClient @@ -4740,7 +4764,7 @@

    Method List

  • -
  • +
  • #delete NgrokAPI::Services::ApplicationUsersClient @@ -4748,7 +4772,7 @@

    Method List

  • -
  • +
  • #delete NgrokAPI::Services::FailoverBackendsClient @@ -4756,7 +4780,7 @@

    Method List

  • -
  • +
  • #delete NgrokAPI::Services::WeightedBackendsClient @@ -4764,7 +4788,7 @@

    Method List

  • -
  • +
  • #delete NgrokAPI::Services::EdgesHTTPSRoutesClient @@ -4772,7 +4796,7 @@

    Method List

  • -
  • +
  • #delete NgrokAPI::Services::EventDestinationsClient @@ -4780,7 +4804,7 @@

    Method List

  • -
  • +
  • #delete NgrokAPI::Services::EventSubscriptionsClient @@ -4788,7 +4812,7 @@

    Method List

  • -
  • +
  • #delete NgrokAPI::Services::ApplicationSessionsClient @@ -4796,7 +4820,7 @@

    Method List

  • -
  • +
  • #delete NgrokAPI::Services::SSHHostCertificatesClient @@ -4804,7 +4828,7 @@

    Method List

  • -
  • +
  • #delete NgrokAPI::Services::SSHUserCertificatesClient @@ -4812,7 +4836,7 @@

    Method List

  • -
  • +
  • #delete NgrokAPI::Services::TunnelGroupBackendsClient @@ -4820,7 +4844,7 @@

    Method List

  • -
  • +
  • #delete NgrokAPI::Services::EdgeRouteOIDCModuleClient @@ -4828,7 +4852,7 @@

    Method List

  • -
  • +
  • #delete NgrokAPI::Services::EdgeRouteSAMLModuleClient @@ -4836,7 +4860,7 @@

    Method List

  • -
  • +
  • #delete NgrokAPI::Services::HTTPResponseBackendsClient @@ -4844,7 +4868,7 @@

    Method List

  • -
  • +
  • #delete NgrokAPI::Services::CertificateAuthoritiesClient @@ -4852,7 +4876,7 @@

    Method List

  • -
  • +
  • #delete NgrokAPI::Services::TCPEdgeBackendModuleClient @@ -4860,7 +4884,7 @@

    Method List

  • -
  • +
  • #delete NgrokAPI::Services::TLSEdgeBackendModuleClient @@ -4868,7 +4892,7 @@

    Method List

  • -
  • +
  • #delete NgrokAPI::Services::EdgeRouteOAuthModuleClient @@ -4876,7 +4900,7 @@

    Method List

  • -
  • +
  • #delete NgrokAPI::Services::EdgeRouteBackendModuleClient @@ -4884,7 +4908,7 @@

    Method List

  • -
  • +
  • #delete NgrokAPI::Services::TLSEdgeMutualTLSModuleClient @@ -4892,7 +4916,7 @@

    Method List

  • -
  • +
  • #delete NgrokAPI::Services::SSHCertificateAuthoritiesClient @@ -4900,7 +4924,7 @@

    Method List

  • -
  • +
  • #delete NgrokAPI::Services::HTTPSEdgeMutualTLSModuleClient @@ -4908,7 +4932,7 @@

    Method List

  • -
  • +
  • #delete NgrokAPI::Services::EdgeRouteCompressionModuleClient @@ -4916,7 +4940,7 @@

    Method List

  • -
  • +
  • #delete NgrokAPI::Services::TCPEdgeIPRestrictionModuleClient @@ -4924,7 +4948,7 @@

    Method List

  • -
  • +
  • #delete NgrokAPI::Services::TCPEdgeTrafficPolicyModuleClient @@ -4932,7 +4956,7 @@

    Method List

  • -
  • +
  • #delete NgrokAPI::Services::TLSEdgeIPRestrictionModuleClient @@ -4940,7 +4964,7 @@

    Method List

  • -
  • +
  • #delete NgrokAPI::Services::TLSEdgeTrafficPolicyModuleClient @@ -4948,7 +4972,7 @@

    Method List

  • -
  • +
  • #delete NgrokAPI::Services::TLSEdgeTLSTerminationModuleClient @@ -4956,7 +4980,7 @@

    Method List

  • -
  • +
  • #delete NgrokAPI::Services::EdgeRouteIPRestrictionModuleClient @@ -4964,7 +4988,7 @@

    Method List

  • -
  • +
  • #delete NgrokAPI::Services::EdgeRouteTrafficPolicyModuleClient @@ -4972,7 +4996,7 @@

    Method List

  • -
  • +
  • #delete NgrokAPI::Services::EdgeRouteCircuitBreakerModuleClient @@ -4980,7 +5004,7 @@

    Method List

  • -
  • +
  • #delete NgrokAPI::Services::EdgeRouteRequestHeadersModuleClient @@ -4988,7 +5012,7 @@

    Method List

  • -
  • +
  • #delete NgrokAPI::Services::HTTPSEdgeTLSTerminationModuleClient @@ -4996,7 +5020,7 @@

    Method List

  • -
  • +
  • #delete NgrokAPI::Services::EdgeRouteResponseHeadersModuleClient @@ -5004,7 +5028,7 @@

    Method List

  • -
  • +
  • #delete NgrokAPI::Services::EdgeRouteUserAgentFilterModuleClient @@ -5012,7 +5036,7 @@

    Method List

  • -
  • +
  • #delete NgrokAPI::Services::EdgeRouteWebhookVerificationModuleClient @@ -5020,7 +5044,7 @@

    Method List

  • -
  • +
  • #delete NgrokAPI::Services::EdgeRouteWebsocketTCPConverterModuleClient @@ -5028,7 +5052,7 @@

    Method List

  • -
  • +
  • #delete! NgrokAPI::Services::VaultsClient @@ -5036,7 +5060,7 @@

    Method List

  • -
  • +
  • #delete! NgrokAPI::Services::SecretsClient @@ -5044,7 +5068,7 @@

    Method List

  • -
  • +
  • #delete! NgrokAPI::Services::APIKeysClient @@ -5052,7 +5076,7 @@

    Method List

  • -
  • +
  • #delete! NgrokAPI::Services::BotUsersClient @@ -5060,7 +5084,7 @@

    Method List

  • -
  • +
  • #delete! NgrokAPI::Services::EdgesTCPClient @@ -5068,7 +5092,7 @@

    Method List

  • -
  • +
  • #delete! NgrokAPI::Services::EdgesTLSClient @@ -5076,7 +5100,7 @@

    Method List

  • -
  • +
  • #delete! NgrokAPI::Services::EndpointsClient @@ -5084,7 +5108,7 @@

    Method List

  • -
  • +
  • #delete! NgrokAPI::Services::CredentialsClient @@ -5092,7 +5116,7 @@

    Method List

  • -
  • +
  • #delete! NgrokAPI::Services::EdgesHTTPSClient @@ -5100,7 +5124,7 @@

    Method List

  • -
  • +
  • #delete! NgrokAPI::Services::IPPoliciesClient @@ -5108,7 +5132,7 @@

    Method List

  • -
  • +
  • #delete! NgrokAPI::Services::EventSourcesClient @@ -5116,7 +5140,7 @@

    Method List

  • -
  • +
  • #delete! NgrokAPI::Services::ServiceUsersClient @@ -5124,7 +5148,7 @@

    Method List

  • -
  • +
  • #delete! NgrokAPI::Services::ReservedAddrsClient @@ -5132,7 +5156,7 @@

    Method List

  • -
  • +
  • #delete! NgrokAPI::Services::AgentIngressesClient @@ -5140,7 +5164,7 @@

    Method List

  • -
  • +
  • #delete! NgrokAPI::Services::IPPolicyRulesClient @@ -5148,7 +5172,7 @@

    Method List

  • -
  • +
  • #delete! NgrokAPI::Services::IPRestrictionsClient @@ -5156,7 +5180,7 @@

    Method List

  • -
  • +
  • #delete! NgrokAPI::Services::SSHCredentialsClient @@ -5164,7 +5188,7 @@

    Method List

  • -
  • +
  • #delete! NgrokAPI::Services::StaticBackendsClient @@ -5172,7 +5196,7 @@

    Method List

  • -
  • +
  • #delete! NgrokAPI::Services::ReservedDomainsClient @@ -5180,7 +5204,7 @@

    Method List

  • -
  • +
  • #delete! NgrokAPI::Services::TLSCertificatesClient @@ -5188,7 +5212,7 @@

    Method List

  • -
  • +
  • #delete! NgrokAPI::Services::ApplicationUsersClient @@ -5196,7 +5220,7 @@

    Method List

  • -
  • +
  • #delete! NgrokAPI::Services::FailoverBackendsClient @@ -5204,7 +5228,7 @@

    Method List

  • -
  • +
  • #delete! NgrokAPI::Services::WeightedBackendsClient @@ -5212,7 +5236,7 @@

    Method List

  • -
  • +
  • #delete! NgrokAPI::Services::EdgesHTTPSRoutesClient @@ -5220,7 +5244,7 @@

    Method List

  • -
  • +
  • #delete! NgrokAPI::Services::EventDestinationsClient @@ -5228,7 +5252,7 @@

    Method List

  • -
  • +
  • #delete! NgrokAPI::Services::EventSubscriptionsClient @@ -5236,7 +5260,7 @@

    Method List

  • -
  • +
  • #delete! NgrokAPI::Services::ApplicationSessionsClient @@ -5244,7 +5268,7 @@

    Method List

  • -
  • +
  • #delete! NgrokAPI::Services::SSHHostCertificatesClient @@ -5252,7 +5276,7 @@

    Method List

  • -
  • +
  • #delete! NgrokAPI::Services::SSHUserCertificatesClient @@ -5260,7 +5284,7 @@

    Method List

  • -
  • +
  • #delete! NgrokAPI::Services::TunnelGroupBackendsClient @@ -5268,7 +5292,7 @@

    Method List

  • -
  • +
  • #delete! NgrokAPI::Services::EdgeRouteOIDCModuleClient @@ -5276,7 +5300,7 @@

    Method List

  • -
  • +
  • #delete! NgrokAPI::Services::EdgeRouteSAMLModuleClient @@ -5284,7 +5308,7 @@

    Method List

  • -
  • +
  • #delete! NgrokAPI::Services::HTTPResponseBackendsClient @@ -5292,7 +5316,7 @@

    Method List

  • -
  • +
  • #delete! NgrokAPI::Services::CertificateAuthoritiesClient @@ -5300,7 +5324,7 @@

    Method List

  • -
  • +
  • #delete! NgrokAPI::Services::TCPEdgeBackendModuleClient @@ -5308,7 +5332,7 @@

    Method List

  • -
  • +
  • #delete! NgrokAPI::Services::TLSEdgeBackendModuleClient @@ -5316,7 +5340,7 @@

    Method List

  • -
  • +
  • #delete! NgrokAPI::Services::EdgeRouteOAuthModuleClient @@ -5324,7 +5348,7 @@

    Method List

  • -
  • +
  • #delete! NgrokAPI::Services::EdgeRouteBackendModuleClient @@ -5332,7 +5356,7 @@

    Method List

  • -
  • +
  • #delete! NgrokAPI::Services::TLSEdgeMutualTLSModuleClient @@ -5340,7 +5364,7 @@

    Method List

  • -
  • +
  • #delete! NgrokAPI::Services::SSHCertificateAuthoritiesClient @@ -5348,7 +5372,7 @@

    Method List

  • -
  • +
  • #delete! NgrokAPI::Services::HTTPSEdgeMutualTLSModuleClient @@ -5356,7 +5380,7 @@

    Method List

  • -
  • +
  • #delete! NgrokAPI::Services::EdgeRouteCompressionModuleClient @@ -5364,7 +5388,7 @@

    Method List

  • -
  • +
  • #delete! NgrokAPI::Services::TCPEdgeIPRestrictionModuleClient @@ -5372,7 +5396,7 @@

    Method List

  • -
  • +
  • #delete! NgrokAPI::Services::TCPEdgeTrafficPolicyModuleClient @@ -5380,7 +5404,7 @@

    Method List

  • -
  • +
  • #delete! NgrokAPI::Services::TLSEdgeIPRestrictionModuleClient @@ -5388,7 +5412,7 @@

    Method List

  • -
  • +
  • #delete! NgrokAPI::Services::TLSEdgeTrafficPolicyModuleClient @@ -5396,7 +5420,7 @@

    Method List

  • -
  • +
  • #delete! NgrokAPI::Services::TLSEdgeTLSTerminationModuleClient @@ -5404,7 +5428,7 @@

    Method List

  • -
  • +
  • #delete! NgrokAPI::Services::EdgeRouteIPRestrictionModuleClient @@ -5412,7 +5436,7 @@

    Method List

  • -
  • +
  • #delete! NgrokAPI::Services::EdgeRouteTrafficPolicyModuleClient @@ -5420,7 +5444,7 @@

    Method List

  • -
  • +
  • #delete! NgrokAPI::Services::EdgeRouteCircuitBreakerModuleClient @@ -5428,7 +5452,7 @@

    Method List

  • -
  • +
  • #delete! NgrokAPI::Services::EdgeRouteRequestHeadersModuleClient @@ -5436,7 +5460,7 @@

    Method List

  • -
  • +
  • #delete! NgrokAPI::Services::HTTPSEdgeTLSTerminationModuleClient @@ -5444,7 +5468,7 @@

    Method List

  • -
  • +
  • #delete! NgrokAPI::Services::EdgeRouteResponseHeadersModuleClient @@ -5452,7 +5476,7 @@

    Method List

  • -
  • +
  • #delete! NgrokAPI::Services::EdgeRouteUserAgentFilterModuleClient @@ -5460,7 +5484,7 @@

    Method List

  • -
  • +
  • #delete! NgrokAPI::Services::EdgeRouteWebhookVerificationModuleClient @@ -5468,7 +5492,7 @@

    Method List

  • -
  • +
  • #delete! NgrokAPI::Services::EdgeRouteWebsocketTCPConverterModuleClient @@ -5476,7 +5500,7 @@

    Method List

  • -
  • +
  • #delete_certificate NgrokAPI::Services::ReservedDomainsClient @@ -5484,7 +5508,7 @@

    Method List

  • -
  • +
  • #delete_certificate! NgrokAPI::Services::ReservedDomainsClient @@ -5492,7 +5516,7 @@

    Method List

  • -
  • +
  • #delete_certificate_management_policy NgrokAPI::Services::ReservedDomainsClient @@ -5500,7 +5524,7 @@

    Method List

  • -
  • +
  • #delete_certificate_management_policy! NgrokAPI::Services::ReservedDomainsClient @@ -5508,7 +5532,7 @@

    Method List

  • -
  • +
  • #delivery_stream_arn NgrokAPI::Models::EventTargetFirehose @@ -5516,7 +5540,7 @@

    Method List

  • -
  • +
  • #deny NgrokAPI::Models::EndpointUserAgentFilter @@ -5524,7 +5548,7 @@

    Method List

  • -
  • +
  • #description NgrokAPI::Models::Vault @@ -5532,7 +5556,7 @@

    Method List

  • -
  • +
  • #description NgrokAPI::Models::Secret @@ -5540,7 +5564,7 @@

    Method List

  • -
  • +
  • #description NgrokAPI::Models::APIKey @@ -5548,7 +5572,7 @@

    Method List

  • -
  • +
  • #description NgrokAPI::Models::Endpoint @@ -5556,7 +5580,7 @@

    Method List

  • -
  • +
  • #description NgrokAPI::Models::TCPEdge @@ -5564,7 +5588,7 @@

    Method List

  • -
  • +
  • #description NgrokAPI::Models::TLSEdge @@ -5572,7 +5596,7 @@

    Method List

  • -
  • +
  • #description NgrokAPI::Models::IPPolicy @@ -5580,7 +5604,7 @@

    Method List

  • -
  • +
  • #description NgrokAPI::Models::Credential @@ -5588,7 +5612,7 @@

    Method List

  • -
  • +
  • #description NgrokAPI::Models::HTTPSEdge @@ -5596,7 +5620,7 @@

    Method List

  • -
  • +
  • #description NgrokAPI::Models::AgentIngress @@ -5604,7 +5628,7 @@

    Method List

  • -
  • +
  • #description NgrokAPI::Models::ReservedAddr @@ -5612,7 +5636,7 @@

    Method List

  • -
  • +
  • #description NgrokAPI::Models::IPPolicyRule @@ -5620,7 +5644,7 @@

    Method List

  • -
  • +
  • #description NgrokAPI::Models::IPRestriction @@ -5628,7 +5652,7 @@

    Method List

  • -
  • +
  • #description NgrokAPI::Models::SSHCredential @@ -5636,7 +5660,7 @@

    Method List

  • -
  • +
  • #description NgrokAPI::Models::StaticBackend @@ -5644,7 +5668,7 @@

    Method List

  • -
  • +
  • #description NgrokAPI::Models::ReservedDomain @@ -5652,7 +5676,7 @@

    Method List

  • -
  • +
  • #description NgrokAPI::Models::TLSCertificate @@ -5660,7 +5684,7 @@

    Method List

  • -
  • +
  • #description NgrokAPI::Models::FailoverBackend @@ -5668,7 +5692,7 @@

    Method List

  • -
  • +
  • #description NgrokAPI::Models::HTTPSEdgeRoute @@ -5676,7 +5700,7 @@

    Method List

  • -
  • +
  • #description NgrokAPI::Models::WeightedBackend @@ -5684,7 +5708,7 @@

    Method List

  • -
  • +
  • #description NgrokAPI::Models::EventDestination @@ -5692,7 +5716,7 @@

    Method List

  • -
  • +
  • #description NgrokAPI::Models::EventSubscription @@ -5700,7 +5724,7 @@

    Method List

  • -
  • +
  • #description NgrokAPI::Models::SSHHostCertificate @@ -5708,7 +5732,7 @@

    Method List

  • -
  • +
  • #description NgrokAPI::Models::SSHUserCertificate @@ -5716,7 +5740,7 @@

    Method List

  • -
  • +
  • #description NgrokAPI::Models::TunnelGroupBackend @@ -5724,7 +5748,7 @@

    Method List

  • -
  • +
  • #description NgrokAPI::Models::CertificateAuthority @@ -5732,7 +5756,7 @@

    Method List

  • -
  • +
  • #description NgrokAPI::Models::HTTPResponseBackend @@ -5740,7 +5764,7 @@

    Method List

  • -
  • +
  • #description NgrokAPI::Models::SSHCertificateAuthority @@ -5748,7 +5772,7 @@

    Method List

  • -
  • +
  • #destinations NgrokAPI::Models::EventSubscription @@ -5756,7 +5780,7 @@

    Method List

  • -
  • +
  • #device_type NgrokAPI::Models::UserAgent @@ -5764,7 +5788,7 @@

    Method List

  • -
  • +
  • #dns_names NgrokAPI::Models::TLSCertificateSANs @@ -5772,7 +5796,7 @@

    Method List

  • -
  • +
  • #domain NgrokAPI::Models::Endpoint @@ -5780,7 +5804,7 @@

    Method List

  • -
  • +
  • #domain NgrokAPI::Models::AgentIngress @@ -5788,7 +5812,7 @@

    Method List

  • -
  • +
  • #domain NgrokAPI::Models::ReservedDomain @@ -5796,7 +5820,7 @@

    Method List

  • -
  • +
  • #each NgrokAPI::Models::Listable @@ -5804,7 +5828,7 @@

    Method List

  • -
  • +
  • #edge NgrokAPI::Models::Endpoint @@ -5812,7 +5836,7 @@

    Method List

  • -
  • +
  • #edge NgrokAPI::Models::ApplicationSession @@ -5820,7 +5844,7 @@

    Method List

  • -
  • +
  • #edge_id NgrokAPI::Models::HTTPSEdgeRoute @@ -5828,7 +5852,7 @@

    Method List

  • -
  • +
  • #edge_modules NgrokAPI::Client @@ -5836,7 +5860,7 @@

    Method List

  • -
  • +
  • #edges NgrokAPI::Client @@ -5844,7 +5868,7 @@

    Method List

  • -
  • +
  • #email NgrokAPI::Models::ApplicationUser @@ -5852,7 +5876,7 @@

    Method List

  • -
  • +
  • #email_addresses NgrokAPI::Models::EndpointOAuthAmazon @@ -5860,7 +5884,7 @@

    Method List

  • -
  • +
  • #email_addresses NgrokAPI::Models::EndpointOAuthGoogle @@ -5868,7 +5892,7 @@

    Method List

  • -
  • +
  • #email_addresses NgrokAPI::Models::EndpointOAuthTwitch @@ -5876,7 +5900,7 @@

    Method List

  • -
  • +
  • #email_addresses NgrokAPI::Models::EndpointOAuthGitHub @@ -5884,7 +5908,7 @@

    Method List

  • -
  • +
  • #email_addresses NgrokAPI::Models::EndpointOAuthGitLab @@ -5892,7 +5916,7 @@

    Method List

  • -
  • +
  • #email_addresses NgrokAPI::Models::EndpointOAuthFacebook @@ -5900,7 +5924,7 @@

    Method List

  • -
  • +
  • #email_addresses NgrokAPI::Models::EndpointOAuthLinkedIn @@ -5908,7 +5932,7 @@

    Method List

  • -
  • +
  • #email_addresses NgrokAPI::Models::EndpointOAuthMicrosoft @@ -5916,7 +5940,7 @@

    Method List

  • -
  • +
  • #email_domains NgrokAPI::Models::EndpointOAuthAmazon @@ -5924,7 +5948,7 @@

    Method List

  • -
  • +
  • #email_domains NgrokAPI::Models::EndpointOAuthGoogle @@ -5932,7 +5956,7 @@

    Method List

  • -
  • +
  • #email_domains NgrokAPI::Models::EndpointOAuthTwitch @@ -5940,7 +5964,7 @@

    Method List

  • -
  • +
  • #email_domains NgrokAPI::Models::EndpointOAuthGitHub @@ -5948,7 +5972,7 @@

    Method List

  • -
  • +
  • #email_domains NgrokAPI::Models::EndpointOAuthGitLab @@ -5956,7 +5980,7 @@

    Method List

  • -
  • +
  • #email_domains NgrokAPI::Models::EndpointOAuthFacebook @@ -5964,7 +5988,7 @@

    Method List

  • -
  • +
  • #email_domains NgrokAPI::Models::EndpointOAuthLinkedIn @@ -5972,7 +5996,7 @@

    Method List

  • -
  • +
  • #email_domains NgrokAPI::Models::EndpointOAuthMicrosoft @@ -5980,7 +6004,7 @@

    Method List

  • -
  • +
  • #enabled NgrokAPI::Models::EndpointOIDC @@ -5988,7 +6012,7 @@

    Method List

  • -
  • +
  • #enabled NgrokAPI::Models::EndpointSAML @@ -5996,7 +6020,7 @@

    Method List

  • -
  • +
  • #enabled NgrokAPI::Models::EndpointOAuth @@ -6004,7 +6028,7 @@

    Method List

  • -
  • +
  • #enabled NgrokAPI::Models::EndpointBackend @@ -6012,7 +6036,7 @@

    Method List

  • -
  • +
  • #enabled NgrokAPI::Models::EndpointIPPolicy @@ -6020,7 +6044,7 @@

    Method List

  • -
  • +
  • #enabled NgrokAPI::Models::StaticBackendTLS @@ -6028,7 +6052,7 @@

    Method List

  • -
  • +
  • #enabled NgrokAPI::Models::EndpointMutualTLS @@ -6036,7 +6060,7 @@

    Method List

  • -
  • +
  • #enabled NgrokAPI::Models::EndpointCompression @@ -6044,7 +6068,7 @@

    Method List

  • -
  • +
  • #enabled NgrokAPI::Models::EndpointSAMLMutate @@ -6052,7 +6076,7 @@

    Method List

  • -
  • +
  • #enabled NgrokAPI::Models::EndpointBackendMutate @@ -6060,7 +6084,7 @@

    Method List

  • -
  • +
  • #enabled NgrokAPI::Models::EndpointTrafficPolicy @@ -6068,7 +6092,7 @@

    Method List

  • -
  • +
  • #enabled NgrokAPI::Models::EndpointCircuitBreaker @@ -6076,7 +6100,7 @@

    Method List

  • -
  • +
  • #enabled NgrokAPI::Models::EndpointRequestHeaders @@ -6084,7 +6108,7 @@

    Method List

  • -
  • +
  • #enabled NgrokAPI::Models::EndpointTLSTermination @@ -6092,7 +6116,7 @@

    Method List

  • -
  • +
  • #enabled NgrokAPI::Models::EndpointIPPolicyMutate @@ -6100,7 +6124,7 @@

    Method List

  • -
  • +
  • #enabled NgrokAPI::Models::EndpointResponseHeaders @@ -6108,7 +6132,7 @@

    Method List

  • -
  • +
  • #enabled NgrokAPI::Models::EndpointMutualTLSMutate @@ -6116,7 +6140,7 @@

    Method List

  • -
  • +
  • #enabled NgrokAPI::Models::EndpointUserAgentFilter @@ -6124,7 +6148,7 @@

    Method List

  • -
  • +
  • #enabled NgrokAPI::Models::EndpointWebhookValidation @@ -6132,7 +6156,7 @@

    Method List

  • -
  • +
  • #enabled NgrokAPI::Models::EndpointTLSTerminationAtEdge @@ -6140,7 +6164,7 @@

    Method List

  • -
  • +
  • #enabled NgrokAPI::Models::EndpointWebsocketTCPConverter @@ -6148,7 +6172,7 @@

    Method List

  • -
  • +
  • #endpoint NgrokAPI::Models::Tunnel @@ -6156,7 +6180,7 @@

    Method List

  • -
  • +
  • #endpoint NgrokAPI::Models::ApplicationSession @@ -6164,7 +6188,7 @@

    Method List

  • -
  • +
  • #endpoints NgrokAPI::Client @@ -6172,7 +6196,7 @@

    Method List

  • -
  • +
  • #enforced NgrokAPI::Models::IPRestriction @@ -6180,7 +6204,7 @@

    Method List

  • -
  • +
  • #entity_id NgrokAPI::Models::EndpointSAML @@ -6188,7 +6212,7 @@

    Method List

  • -
  • +
  • #error_code NgrokAPI::Models::AgentIngressCertJob @@ -6196,7 +6220,7 @@

    Method List

  • -
  • +
  • #error_code NgrokAPI::Models::ReservedDomainCertJob @@ -6204,7 +6228,7 @@

    Method List

  • -
  • +
  • #error_threshold_percentage NgrokAPI::Models::EndpointCircuitBreaker @@ -6212,7 +6236,7 @@

    Method List

  • -
  • +
  • #event_destinations NgrokAPI::Client @@ -6220,7 +6244,7 @@

    Method List

  • -
  • +
  • #event_sources NgrokAPI::Client @@ -6228,7 +6252,7 @@

    Method List

  • -
  • +
  • #event_subscriptions NgrokAPI::Client @@ -6236,7 +6260,7 @@

    Method List

  • -
  • +
  • #expires_at NgrokAPI::Models::ApplicationSession @@ -6244,7 +6268,7 @@

    Method List

  • -
  • +
  • #extended_key_usages NgrokAPI::Models::TLSCertificate @@ -6252,7 +6276,7 @@

    Method List

  • -
  • +
  • #extended_key_usages NgrokAPI::Models::CertificateAuthority @@ -6260,7 +6284,7 @@

    Method List

  • -
  • +
  • #extensions NgrokAPI::Models::SSHUserCertificate @@ -6268,7 +6292,7 @@

    Method List

  • -
  • +
  • #facebook NgrokAPI::Models::EndpointOAuthProvider @@ -6276,7 +6300,7 @@

    Method List

  • -
  • +
  • #firehose NgrokAPI::Models::EventTarget @@ -6284,7 +6308,7 @@

    Method List

  • -
  • +
  • #force_authn NgrokAPI::Models::EndpointSAML @@ -6292,7 +6316,7 @@

    Method List

  • -
  • +
  • #force_authn NgrokAPI::Models::EndpointSAMLMutate @@ -6300,7 +6324,7 @@

    Method List

  • -
  • +
  • #format NgrokAPI::Models::EventDestination @@ -6308,7 +6332,7 @@

    Method List

  • -
  • +
  • #forwards_to NgrokAPI::Models::Tunnel @@ -6316,7 +6340,7 @@

    Method List

  • -
  • +
  • #get NgrokAPI::HttpClient @@ -6324,7 +6348,7 @@

    Method List

  • -
  • +
  • #get NgrokAPI::Services::VaultsClient @@ -6332,7 +6356,7 @@

    Method List

  • -
  • +
  • #get NgrokAPI::Services::SecretsClient @@ -6340,7 +6364,7 @@

    Method List

  • -
  • +
  • #get NgrokAPI::Services::TunnelsClient @@ -6348,7 +6372,7 @@

    Method List

  • -
  • +
  • #get NgrokAPI::Services::APIKeysClient @@ -6356,7 +6380,7 @@

    Method List

  • -
  • +
  • #get NgrokAPI::Services::BotUsersClient @@ -6364,7 +6388,7 @@

    Method List

  • -
  • +
  • #get NgrokAPI::Services::EdgesTCPClient @@ -6372,7 +6396,7 @@

    Method List

  • -
  • +
  • #get NgrokAPI::Services::EdgesTLSClient @@ -6380,7 +6404,7 @@

    Method List

  • -
  • +
  • #get NgrokAPI::Services::EndpointsClient @@ -6388,7 +6412,7 @@

    Method List

  • -
  • +
  • #get NgrokAPI::Services::CredentialsClient @@ -6396,7 +6420,7 @@

    Method List

  • -
  • +
  • #get NgrokAPI::Services::EdgesHTTPSClient @@ -6404,7 +6428,7 @@

    Method List

  • -
  • +
  • #get NgrokAPI::Services::IPPoliciesClient @@ -6412,7 +6436,7 @@

    Method List

  • -
  • +
  • #get NgrokAPI::Services::AbuseReportsClient @@ -6420,7 +6444,7 @@

    Method List

  • -
  • +
  • #get NgrokAPI::Services::EventSourcesClient @@ -6428,7 +6452,7 @@

    Method List

  • -
  • +
  • #get NgrokAPI::Services::ServiceUsersClient @@ -6436,7 +6460,7 @@

    Method List

  • -
  • +
  • #get NgrokAPI::Services::ReservedAddrsClient @@ -6444,7 +6468,7 @@

    Method List

  • -
  • +
  • #get NgrokAPI::Services::AgentIngressesClient @@ -6452,7 +6476,7 @@

    Method List

  • -
  • +
  • #get NgrokAPI::Services::IPPolicyRulesClient @@ -6460,7 +6484,7 @@

    Method List

  • -
  • +
  • #get NgrokAPI::Services::IPRestrictionsClient @@ -6468,7 +6492,7 @@

    Method List

  • -
  • +
  • #get NgrokAPI::Services::SSHCredentialsClient @@ -6476,7 +6500,7 @@

    Method List

  • -
  • +
  • #get NgrokAPI::Services::StaticBackendsClient @@ -6484,7 +6508,7 @@

    Method List

  • -
  • +
  • #get NgrokAPI::Services::TunnelSessionsClient @@ -6492,7 +6516,7 @@

    Method List

  • -
  • +
  • #get NgrokAPI::Services::ReservedDomainsClient @@ -6500,7 +6524,7 @@

    Method List

  • -
  • +
  • #get NgrokAPI::Services::TLSCertificatesClient @@ -6508,7 +6532,7 @@

    Method List

  • -
  • +
  • #get NgrokAPI::Services::ApplicationUsersClient @@ -6516,7 +6540,7 @@

    Method List

  • -
  • +
  • #get NgrokAPI::Services::FailoverBackendsClient @@ -6524,7 +6548,7 @@

    Method List

  • -
  • +
  • #get NgrokAPI::Services::WeightedBackendsClient @@ -6532,7 +6556,7 @@

    Method List

  • -
  • +
  • #get NgrokAPI::Services::EdgesHTTPSRoutesClient @@ -6540,7 +6564,7 @@

    Method List

  • -
  • +
  • #get NgrokAPI::Services::EventDestinationsClient @@ -6548,7 +6572,7 @@

    Method List

  • -
  • +
  • #get NgrokAPI::Services::EventSubscriptionsClient @@ -6556,7 +6580,7 @@

    Method List

  • -
  • +
  • #get NgrokAPI::Services::ApplicationSessionsClient @@ -6564,7 +6588,7 @@

    Method List

  • -
  • +
  • #get NgrokAPI::Services::SSHHostCertificatesClient @@ -6572,7 +6596,7 @@

    Method List

  • -
  • +
  • #get NgrokAPI::Services::SSHUserCertificatesClient @@ -6580,7 +6604,7 @@

    Method List

  • -
  • +
  • #get NgrokAPI::Services::TunnelGroupBackendsClient @@ -6588,7 +6612,7 @@

    Method List

  • -
  • +
  • #get NgrokAPI::Services::EdgeRouteOIDCModuleClient @@ -6596,7 +6620,7 @@

    Method List

  • -
  • +
  • #get NgrokAPI::Services::EdgeRouteSAMLModuleClient @@ -6604,7 +6628,7 @@

    Method List

  • -
  • +
  • #get NgrokAPI::Services::HTTPResponseBackendsClient @@ -6612,7 +6636,7 @@

    Method List

  • -
  • +
  • #get NgrokAPI::Services::CertificateAuthoritiesClient @@ -6620,7 +6644,7 @@

    Method List

  • -
  • +
  • #get NgrokAPI::Services::TCPEdgeBackendModuleClient @@ -6628,7 +6652,7 @@

    Method List

  • -
  • +
  • #get NgrokAPI::Services::TLSEdgeBackendModuleClient @@ -6636,7 +6660,7 @@

    Method List

  • -
  • +
  • #get NgrokAPI::Services::EdgeRouteOAuthModuleClient @@ -6644,7 +6668,7 @@

    Method List

  • -
  • +
  • #get NgrokAPI::Services::EdgeRouteBackendModuleClient @@ -6652,7 +6676,7 @@

    Method List

  • -
  • +
  • #get NgrokAPI::Services::TLSEdgeMutualTLSModuleClient @@ -6660,7 +6684,7 @@

    Method List

  • -
  • +
  • #get NgrokAPI::Services::SSHCertificateAuthoritiesClient @@ -6668,7 +6692,7 @@

    Method List

  • -
  • +
  • #get NgrokAPI::Services::HTTPSEdgeMutualTLSModuleClient @@ -6676,7 +6700,7 @@

    Method List

  • -
  • +
  • #get NgrokAPI::Services::EdgeRouteCompressionModuleClient @@ -6684,7 +6708,7 @@

    Method List

  • -
  • +
  • #get NgrokAPI::Services::TCPEdgeIPRestrictionModuleClient @@ -6692,7 +6716,7 @@

    Method List

  • -
  • +
  • #get NgrokAPI::Services::TCPEdgeTrafficPolicyModuleClient @@ -6700,7 +6724,7 @@

    Method List

  • -
  • +
  • #get NgrokAPI::Services::TLSEdgeIPRestrictionModuleClient @@ -6708,7 +6732,7 @@

    Method List

  • -
  • +
  • #get NgrokAPI::Services::TLSEdgeTrafficPolicyModuleClient @@ -6716,7 +6740,7 @@

    Method List

  • -
  • +
  • #get NgrokAPI::Services::TLSEdgeTLSTerminationModuleClient @@ -6724,7 +6748,7 @@

    Method List

  • -
  • +
  • #get NgrokAPI::Services::EdgeRouteIPRestrictionModuleClient @@ -6732,7 +6756,7 @@

    Method List

  • -
  • +
  • #get NgrokAPI::Services::EdgeRouteTrafficPolicyModuleClient @@ -6740,7 +6764,7 @@

    Method List

  • -
  • +
  • #get NgrokAPI::Services::EdgeRouteCircuitBreakerModuleClient @@ -6748,7 +6772,7 @@

    Method List

  • -
  • +
  • #get NgrokAPI::Services::EdgeRouteRequestHeadersModuleClient @@ -6756,7 +6780,7 @@

    Method List

  • -
  • +
  • #get NgrokAPI::Services::HTTPSEdgeTLSTerminationModuleClient @@ -6764,7 +6788,7 @@

    Method List

  • -
  • +
  • #get NgrokAPI::Services::EdgeRouteResponseHeadersModuleClient @@ -6772,7 +6796,7 @@

    Method List

  • -
  • +
  • #get NgrokAPI::Services::EdgeRouteUserAgentFilterModuleClient @@ -6780,7 +6804,7 @@

    Method List

  • -
  • +
  • #get NgrokAPI::Services::EdgeRouteWebhookVerificationModuleClient @@ -6788,7 +6812,7 @@

    Method List

  • -
  • +
  • #get NgrokAPI::Services::EdgeRouteWebsocketTCPConverterModuleClient @@ -6796,7 +6820,7 @@

    Method List

  • -
  • +
  • #get! NgrokAPI::Services::VaultsClient @@ -6804,7 +6828,7 @@

    Method List

  • -
  • +
  • #get! NgrokAPI::Services::SecretsClient @@ -6812,7 +6836,7 @@

    Method List

  • -
  • +
  • #get! NgrokAPI::Services::TunnelsClient @@ -6820,7 +6844,7 @@

    Method List

  • -
  • +
  • #get! NgrokAPI::Services::APIKeysClient @@ -6828,7 +6852,7 @@

    Method List

  • -
  • +
  • #get! NgrokAPI::Services::BotUsersClient @@ -6836,7 +6860,7 @@

    Method List

  • -
  • +
  • #get! NgrokAPI::Services::EdgesTCPClient @@ -6844,7 +6868,7 @@

    Method List

  • -
  • +
  • #get! NgrokAPI::Services::EdgesTLSClient @@ -6852,7 +6876,7 @@

    Method List

  • -
  • +
  • #get! NgrokAPI::Services::EndpointsClient @@ -6860,7 +6884,7 @@

    Method List

  • -
  • +
  • #get! NgrokAPI::Services::CredentialsClient @@ -6868,7 +6892,7 @@

    Method List

  • -
  • +
  • #get! NgrokAPI::Services::EdgesHTTPSClient @@ -6876,7 +6900,7 @@

    Method List

  • -
  • +
  • #get! NgrokAPI::Services::IPPoliciesClient @@ -6884,7 +6908,7 @@

    Method List

  • -
  • +
  • #get! NgrokAPI::Services::AbuseReportsClient @@ -6892,7 +6916,7 @@

    Method List

  • -
  • +
  • #get! NgrokAPI::Services::EventSourcesClient @@ -6900,7 +6924,7 @@

    Method List

  • -
  • +
  • #get! NgrokAPI::Services::ServiceUsersClient @@ -6908,7 +6932,7 @@

    Method List

  • -
  • +
  • #get! NgrokAPI::Services::ReservedAddrsClient @@ -6916,7 +6940,7 @@

    Method List

  • -
  • +
  • #get! NgrokAPI::Services::AgentIngressesClient @@ -6924,7 +6948,7 @@

    Method List

  • -
  • +
  • #get! NgrokAPI::Services::IPPolicyRulesClient @@ -6932,7 +6956,7 @@

    Method List

  • -
  • +
  • #get! NgrokAPI::Services::IPRestrictionsClient @@ -6940,7 +6964,7 @@

    Method List

  • -
  • +
  • #get! NgrokAPI::Services::SSHCredentialsClient @@ -6948,7 +6972,7 @@

    Method List

  • -
  • +
  • #get! NgrokAPI::Services::StaticBackendsClient @@ -6956,7 +6980,7 @@

    Method List

  • -
  • +
  • #get! NgrokAPI::Services::TunnelSessionsClient @@ -6964,7 +6988,7 @@

    Method List

  • -
  • +
  • #get! NgrokAPI::Services::ReservedDomainsClient @@ -6972,7 +6996,7 @@

    Method List

  • -
  • +
  • #get! NgrokAPI::Services::TLSCertificatesClient @@ -6980,7 +7004,7 @@

    Method List

  • -
  • +
  • #get! NgrokAPI::Services::ApplicationUsersClient @@ -6988,7 +7012,7 @@

    Method List

  • -
  • +
  • #get! NgrokAPI::Services::FailoverBackendsClient @@ -6996,7 +7020,7 @@

    Method List

  • -
  • +
  • #get! NgrokAPI::Services::WeightedBackendsClient @@ -7004,7 +7028,7 @@

    Method List

  • -
  • +
  • #get! NgrokAPI::Services::EdgesHTTPSRoutesClient @@ -7012,7 +7036,7 @@

    Method List

  • -
  • +
  • #get! NgrokAPI::Services::EventDestinationsClient @@ -7020,7 +7044,7 @@

    Method List

  • -
  • +
  • #get! NgrokAPI::Services::EventSubscriptionsClient @@ -7028,7 +7052,7 @@

    Method List

  • -
  • +
  • #get! NgrokAPI::Services::ApplicationSessionsClient @@ -7036,7 +7060,7 @@

    Method List

  • -
  • +
  • #get! NgrokAPI::Services::SSHHostCertificatesClient @@ -7044,7 +7068,7 @@

    Method List

  • -
  • +
  • #get! NgrokAPI::Services::SSHUserCertificatesClient @@ -7052,7 +7076,7 @@

    Method List

  • -
  • +
  • #get! NgrokAPI::Services::TunnelGroupBackendsClient @@ -7060,7 +7084,7 @@

    Method List

  • -
  • +
  • #get! NgrokAPI::Services::EdgeRouteOIDCModuleClient @@ -7068,7 +7092,7 @@

    Method List

  • -
  • +
  • #get! NgrokAPI::Services::EdgeRouteSAMLModuleClient @@ -7076,7 +7100,7 @@

    Method List

  • -
  • +
  • #get! NgrokAPI::Services::HTTPResponseBackendsClient @@ -7084,7 +7108,7 @@

    Method List

  • -
  • +
  • #get! NgrokAPI::Services::CertificateAuthoritiesClient @@ -7092,7 +7116,7 @@

    Method List

  • -
  • +
  • #get! NgrokAPI::Services::TCPEdgeBackendModuleClient @@ -7100,7 +7124,7 @@

    Method List

  • -
  • +
  • #get! NgrokAPI::Services::TLSEdgeBackendModuleClient @@ -7108,7 +7132,7 @@

    Method List

  • -
  • +
  • #get! NgrokAPI::Services::EdgeRouteOAuthModuleClient @@ -7116,7 +7140,7 @@

    Method List

  • -
  • +
  • #get! NgrokAPI::Services::EdgeRouteBackendModuleClient @@ -7124,7 +7148,7 @@

    Method List

  • -
  • +
  • #get! NgrokAPI::Services::TLSEdgeMutualTLSModuleClient @@ -7132,7 +7156,7 @@

    Method List

  • -
  • +
  • #get! NgrokAPI::Services::SSHCertificateAuthoritiesClient @@ -7140,7 +7164,7 @@

    Method List

  • -
  • +
  • #get! NgrokAPI::Services::HTTPSEdgeMutualTLSModuleClient @@ -7148,7 +7172,7 @@

    Method List

  • -
  • +
  • #get! NgrokAPI::Services::EdgeRouteCompressionModuleClient @@ -7156,7 +7180,7 @@

    Method List

  • -
  • +
  • #get! NgrokAPI::Services::TCPEdgeIPRestrictionModuleClient @@ -7164,7 +7188,7 @@

    Method List

  • -
  • +
  • #get! NgrokAPI::Services::TCPEdgeTrafficPolicyModuleClient @@ -7172,7 +7196,7 @@

    Method List

  • -
  • +
  • #get! NgrokAPI::Services::TLSEdgeIPRestrictionModuleClient @@ -7180,7 +7204,7 @@

    Method List

  • -
  • +
  • #get! NgrokAPI::Services::TLSEdgeTrafficPolicyModuleClient @@ -7188,7 +7212,7 @@

    Method List

  • -
  • +
  • #get! NgrokAPI::Services::TLSEdgeTLSTerminationModuleClient @@ -7196,7 +7220,7 @@

    Method List

  • -
  • +
  • #get! NgrokAPI::Services::EdgeRouteIPRestrictionModuleClient @@ -7204,7 +7228,7 @@

    Method List

  • -
  • +
  • #get! NgrokAPI::Services::EdgeRouteTrafficPolicyModuleClient @@ -7212,7 +7236,7 @@

    Method List

  • -
  • +
  • #get! NgrokAPI::Services::EdgeRouteCircuitBreakerModuleClient @@ -7220,7 +7244,7 @@

    Method List

  • -
  • +
  • #get! NgrokAPI::Services::EdgeRouteRequestHeadersModuleClient @@ -7228,7 +7252,7 @@

    Method List

  • -
  • +
  • #get! NgrokAPI::Services::HTTPSEdgeTLSTerminationModuleClient @@ -7236,7 +7260,7 @@

    Method List

  • -
  • +
  • #get! NgrokAPI::Services::EdgeRouteResponseHeadersModuleClient @@ -7244,7 +7268,7 @@

    Method List

  • -
  • +
  • #get! NgrokAPI::Services::EdgeRouteUserAgentFilterModuleClient @@ -7252,7 +7276,7 @@

    Method List

  • -
  • +
  • #get! NgrokAPI::Services::EdgeRouteWebhookVerificationModuleClient @@ -7260,7 +7284,7 @@

    Method List

  • -
  • +
  • #get! NgrokAPI::Services::EdgeRouteWebsocketTCPConverterModuleClient @@ -7268,7 +7292,7 @@

    Method List

  • -
  • +
  • #get_next NgrokAPI::PagedIterator @@ -7276,7 +7300,7 @@

    Method List

  • -
  • +
  • #get_secrets_by_vault NgrokAPI::Services::VaultsClient @@ -7284,7 +7308,7 @@

    Method List

  • -
  • +
  • #get_secrets_by_vault! NgrokAPI::Services::VaultsClient @@ -7292,7 +7316,7 @@

    Method List

  • -
  • +
  • #github NgrokAPI::Models::EndpointOAuthProvider @@ -7300,7 +7324,7 @@

    Method List

  • -
  • +
  • #gitlab NgrokAPI::Models::EndpointOAuthProvider @@ -7308,7 +7332,7 @@

    Method List

  • -
  • +
  • #google NgrokAPI::Models::EndpointOAuthProvider @@ -7316,7 +7340,7 @@

    Method List

  • -
  • +
  • #headers NgrokAPI::Models::HTTPResponseBackend @@ -7324,7 +7348,7 @@

    Method List

  • -
  • +
  • #host NgrokAPI::Models::Endpoint @@ -7332,7 +7356,7 @@

    Method List

  • -
  • +
  • #hostname NgrokAPI::Models::AbuseReportHostname @@ -7340,7 +7364,7 @@

    Method List

  • -
  • +
  • #hostnames NgrokAPI::Models::AbuseReport @@ -7348,7 +7372,7 @@

    Method List

  • -
  • +
  • #hostport NgrokAPI::Models::Endpoint @@ -7356,7 +7380,7 @@

    Method List

  • -
  • +
  • #hostports NgrokAPI::Models::TCPEdge @@ -7364,7 +7388,7 @@

    Method List

  • -
  • +
  • #hostports NgrokAPI::Models::TLSEdge @@ -7372,7 +7396,7 @@

    Method List

  • -
  • +
  • #hostports NgrokAPI::Models::HTTPSEdge @@ -7380,7 +7404,7 @@

    Method List

  • -
  • +
  • #id NgrokAPI::Models::Ref @@ -7388,7 +7412,7 @@

    Method List

  • -
  • +
  • #id NgrokAPI::Models::Vault @@ -7396,7 +7420,7 @@

    Method List

  • -
  • +
  • #id NgrokAPI::Models::Secret @@ -7404,7 +7428,7 @@

    Method List

  • -
  • +
  • #id NgrokAPI::Models::Tunnel @@ -7412,7 +7436,7 @@

    Method List

  • -
  • +
  • #id NgrokAPI::Models::APIKey @@ -7420,7 +7444,7 @@

    Method List

  • -
  • +
  • #id NgrokAPI::Models::BotUser @@ -7428,7 +7452,7 @@

    Method List

  • -
  • +
  • #id NgrokAPI::Models::Endpoint @@ -7436,7 +7460,7 @@

    Method List

  • -
  • +
  • #id NgrokAPI::Models::TCPEdge @@ -7444,7 +7468,7 @@

    Method List

  • -
  • +
  • #id NgrokAPI::Models::TLSEdge @@ -7452,7 +7476,7 @@

    Method List

  • -
  • +
  • #id NgrokAPI::Models::IPPolicy @@ -7460,7 +7484,7 @@

    Method List

  • -
  • +
  • #id NgrokAPI::Models::Credential @@ -7468,7 +7492,7 @@

    Method List

  • -
  • +
  • #id NgrokAPI::Models::HTTPSEdge @@ -7476,7 +7500,7 @@

    Method List

  • -
  • +
  • #id NgrokAPI::Models::AbuseReport @@ -7484,7 +7508,7 @@

    Method List

  • -
  • +
  • #id NgrokAPI::Models::ServiceUser @@ -7492,7 +7516,7 @@

    Method List

  • -
  • +
  • #id NgrokAPI::Models::AgentIngress @@ -7500,7 +7524,7 @@

    Method List

  • -
  • +
  • #id NgrokAPI::Models::ReservedAddr @@ -7508,7 +7532,7 @@

    Method List

  • -
  • +
  • #id NgrokAPI::Models::IPPolicyRule @@ -7516,7 +7540,7 @@

    Method List

  • -
  • +
  • #id NgrokAPI::Models::IPRestriction @@ -7524,7 +7548,7 @@

    Method List

  • -
  • +
  • #id NgrokAPI::Models::SSHCredential @@ -7532,7 +7556,7 @@

    Method List

  • -
  • +
  • #id NgrokAPI::Models::StaticBackend @@ -7540,7 +7564,7 @@

    Method List

  • -
  • +
  • #id NgrokAPI::Models::TunnelSession @@ -7548,7 +7572,7 @@

    Method List

  • -
  • +
  • #id NgrokAPI::Models::ReservedDomain @@ -7556,7 +7580,7 @@

    Method List

  • -
  • +
  • #id NgrokAPI::Models::TLSCertificate @@ -7564,7 +7588,7 @@

    Method List

  • -
  • +
  • #id NgrokAPI::Models::ApplicationUser @@ -7572,7 +7596,7 @@

    Method List

  • -
  • +
  • #id NgrokAPI::Models::FailoverBackend @@ -7580,7 +7604,7 @@

    Method List

  • -
  • +
  • #id NgrokAPI::Models::HTTPSEdgeRoute @@ -7588,7 +7612,7 @@

    Method List

  • -
  • +
  • #id NgrokAPI::Models::WeightedBackend @@ -7596,7 +7620,7 @@

    Method List

  • -
  • +
  • #id NgrokAPI::Models::EventDestination @@ -7604,7 +7628,7 @@

    Method List

  • -
  • +
  • #id NgrokAPI::Models::EventSubscription @@ -7612,7 +7636,7 @@

    Method List

  • -
  • +
  • #id NgrokAPI::Models::ApplicationSession @@ -7620,7 +7644,7 @@

    Method List

  • -
  • +
  • #id NgrokAPI::Models::SSHHostCertificate @@ -7628,7 +7652,7 @@

    Method List

  • -
  • +
  • #id NgrokAPI::Models::SSHUserCertificate @@ -7636,7 +7660,7 @@

    Method List

  • -
  • +
  • #id NgrokAPI::Models::TunnelGroupBackend @@ -7644,7 +7668,7 @@

    Method List

  • -
  • +
  • #id NgrokAPI::Models::CertificateAuthority @@ -7652,7 +7676,7 @@

    Method List

  • -
  • +
  • #id NgrokAPI::Models::HTTPResponseBackend @@ -7660,7 +7684,7 @@

    Method List

  • -
  • +
  • #id NgrokAPI::Models::SSHCertificateAuthority @@ -7668,7 +7692,7 @@

    Method List

  • -
  • +
  • #identity_provider NgrokAPI::Models::ApplicationUser @@ -7676,7 +7700,7 @@

    Method List

  • -
  • +
  • #idp_metadata NgrokAPI::Models::EndpointSAML @@ -7684,7 +7708,7 @@

    Method List

  • -
  • +
  • #idp_metadata NgrokAPI::Models::EndpointSAMLMutate @@ -7692,7 +7716,7 @@

    Method List

  • -
  • +
  • #inactivity_timeout NgrokAPI::Models::EndpointOIDC @@ -7700,7 +7724,7 @@

    Method List

  • -
  • +
  • #inactivity_timeout NgrokAPI::Models::EndpointSAML @@ -7708,7 +7732,7 @@

    Method List

  • -
  • +
  • #inactivity_timeout NgrokAPI::Models::EndpointOAuth @@ -7716,7 +7740,7 @@

    Method List

  • -
  • +
  • #inactivity_timeout NgrokAPI::Models::EndpointSAMLMutate @@ -7724,7 +7748,7 @@

    Method List

  • -
  • +
  • #initialize NgrokAPI::Error @@ -7732,7 +7756,7 @@

    Method List

  • -
  • +
  • #initialize NgrokAPI::Client @@ -7740,7 +7764,7 @@

    Method List

  • -
  • +
  • #initialize NgrokAPI::Models::Ref @@ -7748,7 +7772,7 @@

    Method List

  • -
  • +
  • #initialize NgrokAPI::HttpClient @@ -7756,7 +7780,7 @@

    Method List

  • -
  • +
  • #initialize NgrokAPI::Models::Vault @@ -7764,7 +7788,7 @@

    Method List

  • -
  • +
  • #initialize NgrokAPI::Models::Secret @@ -7772,7 +7796,7 @@

    Method List

  • -
  • +
  • #initialize NgrokAPI::Models::Tunnel @@ -7780,7 +7804,7 @@

    Method List

  • -
  • +
  • #initialize NgrokAPI::Models::APIKey @@ -7788,7 +7812,7 @@

    Method List

  • -
  • +
  • #initialize NgrokAPI::PagedIterator @@ -7796,7 +7820,7 @@

    Method List

  • -
  • +
  • #initialize NgrokAPI::Models::AWSAuth @@ -7804,7 +7828,7 @@

    Method List

  • -
  • +
  • #initialize NgrokAPI::Models::AWSRole @@ -7812,7 +7836,7 @@

    Method List

  • -
  • +
  • #initialize NgrokAPI::Models::BotUser @@ -7820,7 +7844,7 @@

    Method List

  • -
  • +
  • #initialize NgrokAPI::Models::Endpoint @@ -7828,7 +7852,7 @@

    Method List

  • -
  • +
  • #initialize NgrokAPI::Models::Listable @@ -7836,7 +7860,7 @@

    Method List

  • -
  • +
  • #initialize NgrokAPI::Models::Location @@ -7844,7 +7868,7 @@

    Method List

  • -
  • +
  • #initialize NgrokAPI::Models::TCPEdge @@ -7852,7 +7876,7 @@

    Method List

  • -
  • +
  • #initialize NgrokAPI::Models::TLSEdge @@ -7860,7 +7884,7 @@

    Method List

  • -
  • +
  • #initialize NgrokAPI::Models::IPPolicy @@ -7868,7 +7892,7 @@

    Method List

  • -
  • +
  • #initialize NgrokAPI::Models::Credential @@ -7876,7 +7900,7 @@

    Method List

  • -
  • +
  • #initialize NgrokAPI::Models::HTTPSEdge @@ -7884,7 +7908,7 @@

    Method List

  • -
  • +
  • #initialize NgrokAPI::Models::UserAgent @@ -7892,7 +7916,7 @@

    Method List

  • -
  • +
  • #initialize NgrokAPI::Models::AbuseReport @@ -7900,7 +7924,7 @@

    Method List

  • -
  • +
  • #initialize NgrokAPI::Models::EventSource @@ -7908,7 +7932,7 @@

    Method List

  • -
  • +
  • #initialize NgrokAPI::Models::EventTarget @@ -7916,7 +7940,7 @@

    Method List

  • -
  • +
  • #initialize NgrokAPI::Models::ServiceUser @@ -7924,7 +7948,7 @@

    Method List

  • -
  • +
  • #initialize NgrokAPI::Models::AgentIngress @@ -7932,7 +7956,7 @@

    Method List

  • -
  • +
  • #initialize NgrokAPI::Models::EndpointOIDC @@ -7940,7 +7964,7 @@

    Method List

  • -
  • +
  • #initialize NgrokAPI::Models::EndpointSAML @@ -7948,7 +7972,7 @@

    Method List

  • -
  • +
  • #initialize NgrokAPI::Models::ReservedAddr @@ -7956,7 +7980,7 @@

    Method List

  • -
  • +
  • #initialize NgrokAPI::Models::IPPolicyRule @@ -7964,7 +7988,7 @@

    Method List

  • -
  • +
  • #initialize NgrokAPI::Models::IPRestriction @@ -7972,7 +7996,7 @@

    Method List

  • -
  • +
  • #initialize NgrokAPI::Models::SSHCredential @@ -7980,7 +8004,7 @@

    Method List

  • -
  • +
  • #initialize NgrokAPI::Models::StaticBackend @@ -7988,7 +8012,7 @@

    Method List

  • -
  • +
  • #initialize NgrokAPI::Models::TunnelSession @@ -7996,7 +8020,7 @@

    Method List

  • -
  • +
  • #initialize NgrokAPI::Errors::NotFoundError @@ -8004,7 +8028,7 @@

    Method List

  • -
  • +
  • #initialize NgrokAPI::Models::AWSCredentials @@ -8012,7 +8036,7 @@

    Method List

  • -
  • +
  • #initialize NgrokAPI::Models::BrowserSession @@ -8020,7 +8044,7 @@

    Method List

  • -
  • +
  • #initialize NgrokAPI::Models::EndpointOAuth @@ -8028,7 +8052,7 @@

    Method List

  • -
  • +
  • #initialize NgrokAPI::Models::ReservedDomain @@ -8036,7 +8060,7 @@

    Method List

  • -
  • +
  • #initialize NgrokAPI::Models::TLSCertificate @@ -8044,7 +8068,7 @@

    Method List

  • -
  • +
  • #initialize NgrokAPI::Services::VaultsClient @@ -8052,7 +8076,7 @@

    Method List

  • -
  • +
  • #initialize NgrokAPI::Models::ApplicationUser @@ -8060,7 +8084,7 @@

    Method List

  • -
  • +
  • #initialize NgrokAPI::Models::EndpointBackend @@ -8068,7 +8092,7 @@

    Method List

  • -
  • +
  • #initialize NgrokAPI::Models::FailoverBackend @@ -8076,7 +8100,7 @@

    Method List

  • -
  • +
  • #initialize NgrokAPI::Models::HTTPSEdgeRoute @@ -8084,7 +8108,7 @@

    Method List

  • -
  • +
  • #initialize NgrokAPI::Models::WeightedBackend @@ -8092,7 +8116,7 @@

    Method List

  • -
  • +
  • #initialize NgrokAPI::Services::SecretsClient @@ -8100,7 +8124,7 @@

    Method List

  • -
  • +
  • #initialize NgrokAPI::Services::TunnelsClient @@ -8108,7 +8132,7 @@

    Method List

  • -
  • +
  • #initialize NgrokAPI::Models::EventDestination @@ -8116,7 +8140,7 @@

    Method List

  • -
  • +
  • #initialize NgrokAPI::Models::EventSourceList @@ -8124,7 +8148,7 @@

    Method List

  • -
  • +
  • #initialize NgrokAPI::Models::IdentityProvider @@ -8132,7 +8156,7 @@

    Method List

  • -
  • +
  • #initialize NgrokAPI::Services::APIKeysClient @@ -8140,7 +8164,7 @@

    Method List

  • -
  • +
  • #initialize NgrokAPI::Models::EndpointIPPolicy @@ -8148,7 +8172,7 @@

    Method List

  • -
  • +
  • #initialize NgrokAPI::Models::EventSubscription @@ -8156,7 +8180,7 @@

    Method List

  • -
  • +
  • #initialize NgrokAPI::Models::StaticBackendTLS @@ -8164,7 +8188,7 @@

    Method List

  • -
  • +
  • #initialize NgrokAPI::Services::BotUsersClient @@ -8172,7 +8196,7 @@

    Method List

  • -
  • +
  • #initialize NgrokAPI::Services::EdgesTCPClient @@ -8180,7 +8204,7 @@

    Method List

  • -
  • +
  • #initialize NgrokAPI::Services::EdgesTLSClient @@ -8188,7 +8212,7 @@

    Method List

  • -
  • +
  • #initialize NgrokAPI::Services::EndpointsClient @@ -8196,7 +8220,7 @@

    Method List

  • -
  • +
  • #initialize NgrokAPI::Models::ApplicationSession @@ -8204,7 +8228,7 @@

    Method List

  • -
  • +
  • #initialize NgrokAPI::Models::EndpointMutualTLS @@ -8212,7 +8236,7 @@

    Method List

  • -
  • +
  • #initialize NgrokAPI::Models::EndpointCompression @@ -8220,7 +8244,7 @@

    Method List

  • -
  • +
  • #initialize NgrokAPI::Models::EndpointSAMLMutate @@ -8228,7 +8252,7 @@

    Method List

  • -
  • +
  • #initialize NgrokAPI::Models::EventSourceReplace @@ -8236,7 +8260,7 @@

    Method List

  • -
  • +
  • #initialize NgrokAPI::Models::EventTargetDatadog @@ -8244,7 +8268,7 @@

    Method List

  • -
  • +
  • #initialize NgrokAPI::Models::EventTargetKinesis @@ -8252,7 +8276,7 @@

    Method List

  • -
  • +
  • #initialize NgrokAPI::Models::SSHHostCertificate @@ -8260,7 +8284,7 @@

    Method List

  • -
  • +
  • #initialize NgrokAPI::Models::SSHUserCertificate @@ -8268,7 +8292,7 @@

    Method List

  • -
  • +
  • #initialize NgrokAPI::Models::TunnelGroupBackend @@ -8276,7 +8300,7 @@

    Method List

  • -
  • +
  • #initialize NgrokAPI::Services::CredentialsClient @@ -8284,7 +8308,7 @@

    Method List

  • -
  • +
  • #initialize NgrokAPI::Services::EdgesHTTPSClient @@ -8292,7 +8316,7 @@

    Method List

  • -
  • +
  • #initialize NgrokAPI::Services::IPPoliciesClient @@ -8300,7 +8324,7 @@

    Method List

  • -
  • +
  • #initialize NgrokAPI::Models::AbuseReportHostname @@ -8308,7 +8332,7 @@

    Method List

  • -
  • +
  • #initialize NgrokAPI::Models::CertificateAuthority @@ -8316,7 +8340,7 @@

    Method List

  • -
  • +
  • #initialize NgrokAPI::Models::EventTargetFirehose @@ -8324,7 +8348,7 @@

    Method List

  • -
  • +
  • #initialize NgrokAPI::Models::HTTPResponseBackend @@ -8332,7 +8356,7 @@

    Method List

  • -
  • +
  • #initialize NgrokAPI::Models::TLSCertificateSANs @@ -8340,7 +8364,7 @@

    Method List

  • -
  • +
  • #initialize NgrokAPI::Models::AgentIngressCertJob @@ -8348,7 +8372,7 @@

    Method List

  • -
  • +
  • #initialize NgrokAPI::Models::EndpointOAuthAmazon @@ -8356,7 +8380,7 @@

    Method List

  • -
  • +
  • #initialize NgrokAPI::Models::EndpointOAuthGoogle @@ -8364,7 +8388,7 @@

    Method List

  • -
  • +
  • #initialize NgrokAPI::Models::EndpointOAuthTwitch @@ -8372,7 +8396,7 @@

    Method List

  • -
  • +
  • #initialize NgrokAPI::Services::AbuseReportsClient @@ -8380,7 +8404,7 @@

    Method List

  • -
  • +
  • #initialize NgrokAPI::Services::EventSourcesClient @@ -8388,7 +8412,7 @@

    Method List

  • -
  • +
  • #initialize NgrokAPI::Services::ServiceUsersClient @@ -8396,7 +8420,7 @@

    Method List

  • -
  • +
  • #initialize NgrokAPI::Models::EndpointBackendMutate @@ -8404,7 +8428,7 @@

    Method List

  • -
  • +
  • #initialize NgrokAPI::Models::EndpointOAuthGitHub @@ -8412,7 +8436,7 @@

    Method List

  • -
  • +
  • #initialize NgrokAPI::Models::EndpointOAuthGitLab @@ -8420,7 +8444,7 @@

    Method List

  • -
  • +
  • #initialize NgrokAPI::Models::EndpointTrafficPolicy @@ -8428,7 +8452,7 @@

    Method List

  • -
  • +
  • #initialize NgrokAPI::Services::ReservedAddrsClient @@ -8436,7 +8460,7 @@

    Method List

  • -
  • +
  • #initialize NgrokAPI::Models::EndpointCircuitBreaker @@ -8444,7 +8468,7 @@

    Method List

  • -
  • +
  • #initialize NgrokAPI::Models::EndpointOAuthFacebook @@ -8452,7 +8476,7 @@

    Method List

  • -
  • +
  • #initialize NgrokAPI::Models::EndpointOAuthProvider @@ -8460,7 +8484,7 @@

    Method List

  • -
  • +
  • #initialize NgrokAPI::Models::EndpointRequestHeaders @@ -8468,7 +8492,7 @@

    Method List

  • -
  • +
  • #initialize NgrokAPI::Models::EndpointTLSTermination @@ -8476,7 +8500,7 @@

    Method List

  • -
  • +
  • #initialize NgrokAPI::Models::ReservedDomainCertJob @@ -8484,7 +8508,7 @@

    Method List

  • -
  • +
  • #initialize NgrokAPI::Services::AgentIngressesClient @@ -8492,7 +8516,7 @@

    Method List

  • -
  • +
  • #initialize NgrokAPI::Services::IPPolicyRulesClient @@ -8500,7 +8524,7 @@

    Method List

  • -
  • +
  • #initialize NgrokAPI::Services::IPRestrictionsClient @@ -8508,7 +8532,7 @@

    Method List

  • -
  • +
  • #initialize NgrokAPI::Services::SSHCredentialsClient @@ -8516,7 +8540,7 @@

    Method List

  • -
  • +
  • #initialize NgrokAPI::Services::StaticBackendsClient @@ -8524,7 +8548,7 @@

    Method List

  • -
  • +
  • #initialize NgrokAPI::Services::TunnelSessionsClient @@ -8532,7 +8556,7 @@

    Method List

  • -
  • +
  • #initialize NgrokAPI::Models::AgentIngressCertPolicy @@ -8540,7 +8564,7 @@

    Method List

  • -
  • +
  • #initialize NgrokAPI::Models::AgentIngressCertStatus @@ -8548,7 +8572,7 @@

    Method List

  • -
  • +
  • #initialize NgrokAPI::Models::EndpointIPPolicyMutate @@ -8556,7 +8580,7 @@

    Method List

  • -
  • +
  • #initialize NgrokAPI::Models::EndpointOAuthLinkedIn @@ -8564,7 +8588,7 @@

    Method List

  • -
  • +
  • #initialize NgrokAPI::Models::EndpointOAuthMicrosoft @@ -8572,7 +8596,7 @@

    Method List

  • -
  • +
  • #initialize NgrokAPI::Models::EndpointResponseHeaders @@ -8580,7 +8604,7 @@

    Method List

  • -
  • +
  • #initialize NgrokAPI::Models::SSHCertificateAuthority @@ -8588,7 +8612,7 @@

    Method List

  • -
  • +
  • #initialize NgrokAPI::Services::ReservedDomainsClient @@ -8596,7 +8620,7 @@

    Method List

  • -
  • +
  • #initialize NgrokAPI::Services::TLSCertificatesClient @@ -8604,7 +8628,7 @@

    Method List

  • -
  • +
  • #initialize NgrokAPI::Models::EndpointMutualTLSMutate @@ -8612,7 +8636,7 @@

    Method List

  • -
  • +
  • #initialize NgrokAPI::Models::EndpointUserAgentFilter @@ -8620,7 +8644,7 @@

    Method List

  • -
  • +
  • #initialize NgrokAPI::Services::ApplicationUsersClient @@ -8628,7 +8652,7 @@

    Method List

  • -
  • +
  • #initialize NgrokAPI::Services::FailoverBackendsClient @@ -8636,7 +8660,7 @@

    Method List

  • -
  • +
  • #initialize NgrokAPI::Services::WeightedBackendsClient @@ -8644,7 +8668,7 @@

    Method List

  • -
  • +
  • #initialize NgrokAPI::Models::EndpointWebhookValidation @@ -8652,7 +8676,7 @@

    Method List

  • -
  • +
  • #initialize NgrokAPI::Models::ReservedDomainCertPolicy @@ -8660,7 +8684,7 @@

    Method List

  • -
  • +
  • #initialize NgrokAPI::Models::ReservedDomainCertStatus @@ -8668,7 +8692,7 @@

    Method List

  • -
  • +
  • #initialize NgrokAPI::Services::EdgesHTTPSRoutesClient @@ -8676,7 +8700,7 @@

    Method List

  • -
  • +
  • #initialize NgrokAPI::Services::EventDestinationsClient @@ -8684,7 +8708,7 @@

    Method List

  • -
  • +
  • #initialize NgrokAPI::Models::EventTargetCloudwatchLogs @@ -8692,7 +8716,7 @@

    Method List

  • -
  • +
  • #initialize NgrokAPI::Services::EventSubscriptionsClient @@ -8700,7 +8724,7 @@

    Method List

  • -
  • +
  • #initialize NgrokAPI::Services::ApplicationSessionsClient @@ -8708,7 +8732,7 @@

    Method List

  • -
  • +
  • #initialize NgrokAPI::Services::SSHHostCertificatesClient @@ -8716,7 +8740,7 @@

    Method List

  • -
  • +
  • #initialize NgrokAPI::Services::SSHUserCertificatesClient @@ -8724,7 +8748,7 @@

    Method List

  • -
  • +
  • #initialize NgrokAPI::Services::TunnelGroupBackendsClient @@ -8732,7 +8756,7 @@

    Method List

  • -
  • +
  • #initialize NgrokAPI::Services::EdgeRouteOIDCModuleClient @@ -8740,7 +8764,7 @@

    Method List

  • -
  • +
  • #initialize NgrokAPI::Services::EdgeRouteSAMLModuleClient @@ -8748,7 +8772,7 @@

    Method List

  • -
  • +
  • #initialize NgrokAPI::Services::HTTPResponseBackendsClient @@ -8756,7 +8780,7 @@

    Method List

  • -
  • +
  • #initialize NgrokAPI::Models::EndpointTLSTerminationAtEdge @@ -8764,7 +8788,7 @@

    Method List

  • -
  • +
  • #initialize NgrokAPI::Models::EndpointWebsocketTCPConverter @@ -8772,7 +8796,7 @@

    Method List

  • -
  • +
  • #initialize NgrokAPI::Services::CertificateAuthoritiesClient @@ -8780,7 +8804,7 @@

    Method List

  • -
  • +
  • #initialize NgrokAPI::Services::TCPEdgeBackendModuleClient @@ -8788,7 +8812,7 @@

    Method List

  • -
  • +
  • #initialize NgrokAPI::Services::TLSEdgeBackendModuleClient @@ -8796,7 +8820,7 @@

    Method List

  • -
  • +
  • #initialize NgrokAPI::Models::EventTargetAzureLogsIngestion @@ -8804,6 +8828,14 @@

    Method List

  • +
  • +
    + #initialize + NgrokAPI::Models::ReservedDomainResolvesToEntry +
    +
  • + +
  • #initialize @@ -11141,6 +11173,14 @@

    Method List

  • +
    + #resolves_to + NgrokAPI::Models::ReservedDomain +
    +
  • + + +
  • #response NgrokAPI::Error @@ -11148,7 +11188,7 @@

    Method List

  • -
  • +
  • #response NgrokAPI::Errors::NotFoundError @@ -11156,7 +11196,7 @@

    Method List

  • -
  • +
  • #response_headers NgrokAPI::Models::HTTPSEdgeRoute @@ -11164,7 +11204,7 @@

    Method List

  • -
  • +
  • #restart NgrokAPI::Services::TunnelSessionsClient @@ -11172,7 +11212,7 @@

    Method List

  • -
  • +
  • #restart! NgrokAPI::Services::TunnelSessionsClient @@ -11180,7 +11220,7 @@

    Method List

  • -
  • +
  • #retries_at NgrokAPI::Models::AgentIngressCertJob @@ -11188,7 +11228,7 @@

    Method List

  • -
  • +
  • #retries_at NgrokAPI::Models::ReservedDomainCertJob @@ -11196,7 +11236,7 @@

    Method List

  • -
  • +
  • #role NgrokAPI::Models::AWSAuth @@ -11204,7 +11244,7 @@

    Method List

  • -
  • +
  • #role_arn NgrokAPI::Models::AWSRole @@ -11212,7 +11252,7 @@

    Method List

  • -
  • +
  • #rolling_window NgrokAPI::Models::EndpointCircuitBreaker @@ -11220,7 +11260,7 @@

    Method List

  • -
  • +
  • #route NgrokAPI::Models::ApplicationSession @@ -11228,7 +11268,7 @@

    Method List

  • -
  • +
  • #routes NgrokAPI::Models::HTTPSEdge @@ -11236,7 +11276,7 @@

    Method List

  • -
  • +
  • #saml NgrokAPI::Models::HTTPSEdgeRoute @@ -11244,7 +11284,7 @@

    Method List

  • -
  • +
  • #scheme NgrokAPI::Models::Endpoint @@ -11252,7 +11292,7 @@

    Method List

  • -
  • +
  • #scopes NgrokAPI::Models::EndpointOIDC @@ -11260,7 +11300,7 @@

    Method List

  • -
  • +
  • #scopes NgrokAPI::Models::EndpointOAuthAmazon @@ -11268,7 +11308,7 @@

    Method List

  • -
  • +
  • #scopes NgrokAPI::Models::EndpointOAuthGoogle @@ -11276,7 +11316,7 @@

    Method List

  • -
  • +
  • #scopes NgrokAPI::Models::EndpointOAuthTwitch @@ -11284,7 +11324,7 @@

    Method List

  • -
  • +
  • #scopes NgrokAPI::Models::EndpointOAuthGitHub @@ -11292,7 +11332,7 @@

    Method List

  • -
  • +
  • #scopes NgrokAPI::Models::EndpointOAuthGitLab @@ -11300,7 +11340,7 @@

    Method List

  • -
  • +
  • #scopes NgrokAPI::Models::EndpointOAuthFacebook @@ -11308,7 +11348,7 @@

    Method List

  • -
  • +
  • #scopes NgrokAPI::Models::EndpointOAuthLinkedIn @@ -11316,7 +11356,7 @@

    Method List

  • -
  • +
  • #scopes NgrokAPI::Models::EndpointOAuthMicrosoft @@ -11324,7 +11364,7 @@

    Method List

  • -
  • +
  • #secret NgrokAPI::Models::EndpointWebhookValidation @@ -11332,7 +11372,7 @@

    Method List

  • -
  • +
  • #secrets NgrokAPI::Client @@ -11340,7 +11380,7 @@

    Method List

  • -
  • +
  • #serial_number NgrokAPI::Models::TLSCertificate @@ -11348,7 +11388,7 @@

    Method List

  • -
  • +
  • #service NgrokAPI::Models::EventTargetDatadog @@ -11356,7 +11396,7 @@

    Method List

  • -
  • +
  • #service_users NgrokAPI::Client @@ -11364,7 +11404,7 @@

    Method List

  • -
  • +
  • #single_logout_url NgrokAPI::Models::EndpointSAML @@ -11372,7 +11412,7 @@

    Method List

  • -
  • +
  • #sources NgrokAPI::Models::EventSourceList @@ -11380,7 +11420,7 @@

    Method List

  • -
  • +
  • #sources NgrokAPI::Models::EventSubscription @@ -11388,7 +11428,7 @@

    Method List

  • -
  • +
  • #ssh_certificate_authorities NgrokAPI::Client @@ -11396,7 +11436,7 @@

    Method List

  • -
  • +
  • #ssh_certificate_authority_id NgrokAPI::Models::SSHHostCertificate @@ -11404,7 +11444,7 @@

    Method List

  • -
  • +
  • #ssh_certificate_authority_id NgrokAPI::Models::SSHUserCertificate @@ -11412,7 +11452,7 @@

    Method List

  • -
  • +
  • #ssh_credentials NgrokAPI::Client @@ -11420,7 +11460,7 @@

    Method List

  • -
  • +
  • #ssh_host_certificates NgrokAPI::Client @@ -11428,7 +11468,7 @@

    Method List

  • -
  • +
  • #ssh_user_certificates NgrokAPI::Client @@ -11436,7 +11476,7 @@

    Method List

  • -
  • +
  • #started_at NgrokAPI::Models::Tunnel @@ -11444,7 +11484,7 @@

    Method List

  • -
  • +
  • #started_at NgrokAPI::Models::TunnelSession @@ -11452,7 +11492,7 @@

    Method List

  • -
  • +
  • #started_at NgrokAPI::Models::AgentIngressCertJob @@ -11460,7 +11500,7 @@

    Method List

  • -
  • +
  • #started_at NgrokAPI::Models::ReservedDomainCertJob @@ -11468,7 +11508,7 @@

    Method List

  • -
  • +
  • #status NgrokAPI::Models::AbuseReport @@ -11476,7 +11516,7 @@

    Method List

  • -
  • +
  • #status NgrokAPI::Models::AbuseReportHostname @@ -11484,7 +11524,7 @@

    Method List

  • -
  • +
  • #status_code NgrokAPI::Models::HTTPResponseBackend @@ -11492,7 +11532,7 @@

    Method List

  • -
  • +
  • #stop NgrokAPI::Services::TunnelSessionsClient @@ -11500,7 +11540,7 @@

    Method List

  • -
  • +
  • #stop! NgrokAPI::Services::TunnelSessionsClient @@ -11508,7 +11548,7 @@

    Method List

  • -
  • +
  • #stream_arn NgrokAPI::Models::EventTargetKinesis @@ -11516,7 +11556,7 @@

    Method List

  • -
  • +
  • #subject_alternative_names NgrokAPI::Models::TLSCertificate @@ -11524,7 +11564,7 @@

    Method List

  • -
  • +
  • #subject_common_name NgrokAPI::Models::TLSCertificate @@ -11532,7 +11572,7 @@

    Method List

  • -
  • +
  • #subject_common_name NgrokAPI::Models::CertificateAuthority @@ -11540,7 +11580,7 @@

    Method List

  • -
  • +
  • #subject_country NgrokAPI::Models::TLSCertificate @@ -11548,7 +11588,7 @@

    Method List

  • -
  • +
  • #subject_locality NgrokAPI::Models::TLSCertificate @@ -11556,7 +11596,7 @@

    Method List

  • -
  • +
  • #subject_organization NgrokAPI::Models::TLSCertificate @@ -11564,7 +11604,7 @@

    Method List

  • -
  • +
  • #subject_organizational_unit NgrokAPI::Models::TLSCertificate @@ -11572,7 +11612,7 @@

    Method List

  • -
  • +
  • #subject_province NgrokAPI::Models::TLSCertificate @@ -11580,7 +11620,7 @@

    Method List

  • -
  • +
  • #target NgrokAPI::Models::EventDestination @@ -11588,7 +11628,7 @@

    Method List

  • -
  • +
  • #tcp_addr NgrokAPI::Models::Endpoint @@ -11596,7 +11636,7 @@

    Method List

  • -
  • +
  • #teams NgrokAPI::Models::EndpointOAuthGitHub @@ -11604,7 +11644,7 @@

    Method List

  • -
  • +
  • #tenant_id NgrokAPI::Models::EventTargetAzureLogsIngestion @@ -11612,7 +11652,7 @@

    Method List

  • -
  • +
  • #terminate_at NgrokAPI::Models::EndpointTLSTermination @@ -11620,7 +11660,7 @@

    Method List

  • -
  • +
  • #tls NgrokAPI::Models::StaticBackend @@ -11628,7 +11668,7 @@

    Method List

  • -
  • +
  • #tls_certificates NgrokAPI::Client @@ -11636,7 +11676,7 @@

    Method List

  • -
  • +
  • #tls_termination NgrokAPI::Models::TLSEdge @@ -11644,7 +11684,7 @@

    Method List

  • -
  • +
  • #tls_termination NgrokAPI::Models::HTTPSEdge @@ -11652,7 +11692,7 @@

    Method List

  • -
  • +
  • #to_h NgrokAPI::Models::Ref @@ -11660,7 +11700,7 @@

    Method List

  • -
  • +
  • #to_h NgrokAPI::Models::Vault @@ -11668,7 +11708,7 @@

    Method List

  • -
  • +
  • #to_h NgrokAPI::Models::Secret @@ -11676,7 +11716,7 @@

    Method List

  • -
  • +
  • #to_h NgrokAPI::Models::Tunnel @@ -11684,7 +11724,7 @@

    Method List

  • -
  • +
  • #to_h NgrokAPI::Models::APIKey @@ -11692,7 +11732,7 @@

    Method List

  • -
  • +
  • #to_h NgrokAPI::Models::AWSAuth @@ -11700,7 +11740,7 @@

    Method List

  • -
  • +
  • #to_h NgrokAPI::Models::AWSRole @@ -11708,7 +11748,7 @@

    Method List

  • -
  • +
  • #to_h NgrokAPI::Models::BotUser @@ -11716,7 +11756,7 @@

    Method List

  • -
  • +
  • #to_h NgrokAPI::Models::Endpoint @@ -11724,7 +11764,7 @@

    Method List

  • -
  • +
  • #to_h NgrokAPI::Models::Location @@ -11732,7 +11772,7 @@

    Method List

  • -
  • +
  • #to_h NgrokAPI::Models::TCPEdge @@ -11740,7 +11780,7 @@

    Method List

  • -
  • +
  • #to_h NgrokAPI::Models::TLSEdge @@ -11748,7 +11788,7 @@

    Method List

  • -
  • +
  • #to_h NgrokAPI::Models::IPPolicy @@ -11756,7 +11796,7 @@

    Method List

  • -
  • +
  • #to_h NgrokAPI::Models::Credential @@ -11764,7 +11804,7 @@

    Method List

  • -
  • +
  • #to_h NgrokAPI::Models::HTTPSEdge @@ -11772,7 +11812,7 @@

    Method List

  • -
  • +
  • #to_h NgrokAPI::Models::UserAgent @@ -11780,7 +11820,7 @@

    Method List

  • -
  • +
  • #to_h NgrokAPI::Models::AbuseReport @@ -11788,7 +11828,7 @@

    Method List

  • -
  • +
  • #to_h NgrokAPI::Models::EventSource @@ -11796,7 +11836,7 @@

    Method List

  • -
  • +
  • #to_h NgrokAPI::Models::EventTarget @@ -11804,7 +11844,7 @@

    Method List

  • -
  • +
  • #to_h NgrokAPI::Models::ServiceUser @@ -11812,7 +11852,7 @@

    Method List

  • -
  • +
  • #to_h NgrokAPI::Models::AgentIngress @@ -11820,7 +11860,7 @@

    Method List

  • -
  • +
  • #to_h NgrokAPI::Models::EndpointOIDC @@ -11828,7 +11868,7 @@

    Method List

  • -
  • +
  • #to_h NgrokAPI::Models::EndpointSAML @@ -11836,7 +11876,7 @@

    Method List

  • -
  • +
  • #to_h NgrokAPI::Models::ReservedAddr @@ -11844,7 +11884,7 @@

    Method List

  • -
  • +
  • #to_h NgrokAPI::Models::IPPolicyRule @@ -11852,7 +11892,7 @@

    Method List

  • -
  • +
  • #to_h NgrokAPI::Models::IPRestriction @@ -11860,7 +11900,7 @@

    Method List

  • -
  • +
  • #to_h NgrokAPI::Models::SSHCredential @@ -11868,7 +11908,7 @@

    Method List

  • -
  • +
  • #to_h NgrokAPI::Models::StaticBackend @@ -11876,7 +11916,7 @@

    Method List

  • -
  • +
  • #to_h NgrokAPI::Models::TunnelSession @@ -11884,7 +11924,7 @@

    Method List

  • -
  • +
  • #to_h NgrokAPI::Models::AWSCredentials @@ -11892,7 +11932,7 @@

    Method List

  • -
  • +
  • #to_h NgrokAPI::Models::BrowserSession @@ -11900,7 +11940,7 @@

    Method List

  • -
  • +
  • #to_h NgrokAPI::Models::EndpointOAuth @@ -11908,7 +11948,7 @@

    Method List

  • -
  • +
  • #to_h NgrokAPI::Models::ReservedDomain @@ -11916,7 +11956,7 @@

    Method List

  • -
  • +
  • #to_h NgrokAPI::Models::TLSCertificate @@ -11924,7 +11964,7 @@

    Method List

  • -
  • +
  • #to_h NgrokAPI::Models::ApplicationUser @@ -11932,7 +11972,7 @@

    Method List

  • -
  • +
  • #to_h NgrokAPI::Models::EndpointBackend @@ -11940,7 +11980,7 @@

    Method List

  • -
  • +
  • #to_h NgrokAPI::Models::FailoverBackend @@ -11948,7 +11988,7 @@

    Method List

  • -
  • +
  • #to_h NgrokAPI::Models::HTTPSEdgeRoute @@ -11956,7 +11996,7 @@

    Method List

  • -
  • +
  • #to_h NgrokAPI::Models::WeightedBackend @@ -11964,7 +12004,7 @@

    Method List

  • -
  • +
  • #to_h NgrokAPI::Models::EventDestination @@ -11972,7 +12012,7 @@

    Method List

  • -
  • +
  • #to_h NgrokAPI::Models::EventSourceList @@ -11980,7 +12020,7 @@

    Method List

  • -
  • +
  • #to_h NgrokAPI::Models::IdentityProvider @@ -11988,7 +12028,7 @@

    Method List

  • -
  • +
  • #to_h NgrokAPI::Models::EndpointIPPolicy @@ -11996,7 +12036,7 @@

    Method List

  • -
  • +
  • #to_h NgrokAPI::Models::EventSubscription @@ -12004,7 +12044,7 @@

    Method List

  • -
  • +
  • #to_h NgrokAPI::Models::StaticBackendTLS @@ -12012,7 +12052,7 @@

    Method List

  • -
  • +
  • #to_h NgrokAPI::Models::ApplicationSession @@ -12020,7 +12060,7 @@

    Method List

  • -
  • +
  • #to_h NgrokAPI::Models::EndpointMutualTLS @@ -12028,7 +12068,7 @@

    Method List

  • -
  • +
  • #to_h NgrokAPI::Models::EndpointCompression @@ -12036,7 +12076,7 @@

    Method List

  • -
  • +
  • #to_h NgrokAPI::Models::EndpointSAMLMutate @@ -12044,7 +12084,7 @@

    Method List

  • -
  • +
  • #to_h NgrokAPI::Models::EventSourceReplace @@ -12052,7 +12092,7 @@

    Method List

  • -
  • +
  • #to_h NgrokAPI::Models::EventTargetDatadog @@ -12060,7 +12100,7 @@

    Method List

  • -
  • +
  • #to_h NgrokAPI::Models::EventTargetKinesis @@ -12068,7 +12108,7 @@

    Method List

  • -
  • +
  • #to_h NgrokAPI::Models::SSHHostCertificate @@ -12076,7 +12116,7 @@

    Method List

  • -
  • +
  • #to_h NgrokAPI::Models::SSHUserCertificate @@ -12084,7 +12124,7 @@

    Method List

  • -
  • +
  • #to_h NgrokAPI::Models::TunnelGroupBackend @@ -12092,7 +12132,7 @@

    Method List

  • -
  • +
  • #to_h NgrokAPI::Models::AbuseReportHostname @@ -12100,7 +12140,7 @@

    Method List

  • -
  • +
  • #to_h NgrokAPI::Models::CertificateAuthority @@ -12108,7 +12148,7 @@

    Method List

  • -
  • +
  • #to_h NgrokAPI::Models::EventTargetFirehose @@ -12116,7 +12156,7 @@

    Method List

  • -
  • +
  • #to_h NgrokAPI::Models::HTTPResponseBackend @@ -12124,7 +12164,7 @@

    Method List

  • -
  • +
  • #to_h NgrokAPI::Models::TLSCertificateSANs @@ -12132,7 +12172,7 @@

    Method List

  • -
  • +
  • #to_h NgrokAPI::Models::AgentIngressCertJob @@ -12140,7 +12180,7 @@

    Method List

  • -
  • +
  • #to_h NgrokAPI::Models::EndpointOAuthAmazon @@ -12148,7 +12188,7 @@

    Method List

  • -
  • +
  • #to_h NgrokAPI::Models::EndpointOAuthGoogle @@ -12156,7 +12196,7 @@

    Method List

  • -
  • +
  • #to_h NgrokAPI::Models::EndpointOAuthTwitch @@ -12164,7 +12204,7 @@

    Method List

  • -
  • +
  • #to_h NgrokAPI::Models::EndpointBackendMutate @@ -12172,7 +12212,7 @@

    Method List

  • -
  • +
  • #to_h NgrokAPI::Models::EndpointOAuthGitHub @@ -12180,7 +12220,7 @@

    Method List

  • -
  • +
  • #to_h NgrokAPI::Models::EndpointOAuthGitLab @@ -12188,7 +12228,7 @@

    Method List

  • -
  • +
  • #to_h NgrokAPI::Models::EndpointTrafficPolicy @@ -12196,7 +12236,7 @@

    Method List

  • -
  • +
  • #to_h NgrokAPI::Models::EndpointCircuitBreaker @@ -12204,7 +12244,7 @@

    Method List

  • -
  • +
  • #to_h NgrokAPI::Models::EndpointOAuthFacebook @@ -12212,7 +12252,7 @@

    Method List

  • -
  • +
  • #to_h NgrokAPI::Models::EndpointOAuthProvider @@ -12220,7 +12260,7 @@

    Method List

  • -
  • +
  • #to_h NgrokAPI::Models::EndpointRequestHeaders @@ -12228,7 +12268,7 @@

    Method List

  • -
  • +
  • #to_h NgrokAPI::Models::EndpointTLSTermination @@ -12236,7 +12276,7 @@

    Method List

  • -
  • +
  • #to_h NgrokAPI::Models::ReservedDomainCertJob @@ -12244,7 +12284,7 @@

    Method List

  • -
  • +
  • #to_h NgrokAPI::Models::AgentIngressCertPolicy @@ -12252,7 +12292,7 @@

    Method List

  • -
  • +
  • #to_h NgrokAPI::Models::AgentIngressCertStatus @@ -12260,7 +12300,7 @@

    Method List

  • -
  • +
  • #to_h NgrokAPI::Models::EndpointIPPolicyMutate @@ -12268,7 +12308,7 @@

    Method List

  • -
  • +
  • #to_h NgrokAPI::Models::EndpointOAuthLinkedIn @@ -12276,7 +12316,7 @@

    Method List

  • -
  • +
  • #to_h NgrokAPI::Models::EndpointOAuthMicrosoft @@ -12284,7 +12324,7 @@

    Method List

  • -
  • +
  • #to_h NgrokAPI::Models::EndpointResponseHeaders @@ -12292,7 +12332,7 @@

    Method List

  • -
  • +
  • #to_h NgrokAPI::Models::SSHCertificateAuthority @@ -12300,7 +12340,7 @@

    Method List

  • -
  • +
  • #to_h NgrokAPI::Models::EndpointMutualTLSMutate @@ -12308,7 +12348,7 @@

    Method List

  • -
  • +
  • #to_h NgrokAPI::Models::EndpointUserAgentFilter @@ -12316,7 +12356,7 @@

    Method List

  • -
  • +
  • #to_h NgrokAPI::Models::EndpointWebhookValidation @@ -12324,7 +12364,7 @@

    Method List

  • -
  • +
  • #to_h NgrokAPI::Models::ReservedDomainCertPolicy @@ -12332,7 +12372,7 @@

    Method List

  • -
  • +
  • #to_h NgrokAPI::Models::ReservedDomainCertStatus @@ -12340,7 +12380,7 @@

    Method List

  • -
  • +
  • #to_h NgrokAPI::Models::EventTargetCloudwatchLogs @@ -12348,7 +12388,7 @@

    Method List

  • -
  • +
  • #to_h NgrokAPI::Models::EndpointTLSTerminationAtEdge @@ -12356,7 +12396,7 @@

    Method List

  • -
  • +
  • #to_h NgrokAPI::Models::EndpointWebsocketTCPConverter @@ -12364,7 +12404,7 @@

    Method List

  • -
  • +
  • #to_h NgrokAPI::Models::EventTargetAzureLogsIngestion @@ -12372,6 +12412,14 @@

    Method List

  • +
  • +
    + #to_h + NgrokAPI::Models::ReservedDomainResolvesToEntry +
    +
  • + +
  • #to_s @@ -13101,6 +13149,14 @@

    Method List

  • +
    + #to_s + NgrokAPI::Models::ReservedDomainResolvesToEntry +
    +
  • + + +
  • #token NgrokAPI::Models::APIKey @@ -13108,7 +13164,7 @@

    Method List

  • -
  • +
  • #token NgrokAPI::Models::Credential @@ -13116,7 +13172,7 @@

    Method List

  • -
  • +
  • #traffic_policy NgrokAPI::Models::Endpoint @@ -13124,7 +13180,7 @@

    Method List

  • -
  • +
  • #traffic_policy NgrokAPI::Models::TCPEdge @@ -13132,7 +13188,7 @@

    Method List

  • -
  • +
  • #traffic_policy NgrokAPI::Models::TLSEdge @@ -13140,7 +13196,7 @@

    Method List

  • -
  • +
  • #traffic_policy NgrokAPI::Models::HTTPSEdgeRoute @@ -13148,7 +13204,7 @@

    Method List

  • -
  • +
  • #transport NgrokAPI::Models::TunnelSession @@ -13156,7 +13212,7 @@

    Method List

  • -
  • +
  • #tripped_duration NgrokAPI::Models::EndpointCircuitBreaker @@ -13164,7 +13220,7 @@

    Method List

  • -
  • +
  • #tunnel NgrokAPI::Models::Endpoint @@ -13172,7 +13228,7 @@

    Method List

  • -
  • +
  • #tunnel_session NgrokAPI::Models::Tunnel @@ -13180,7 +13236,7 @@

    Method List

  • -
  • +
  • #tunnel_session NgrokAPI::Models::Endpoint @@ -13188,7 +13244,7 @@

    Method List

  • -
  • +
  • #tunnel_sessions NgrokAPI::Client @@ -13196,7 +13252,7 @@

    Method List

  • -
  • +
  • #tunnels NgrokAPI::Client @@ -13204,7 +13260,7 @@

    Method List

  • -
  • +
  • #tunnels NgrokAPI::Models::TunnelGroupBackend @@ -13212,7 +13268,7 @@

    Method List

  • -
  • +
  • #twitch NgrokAPI::Models::EndpointOAuthProvider @@ -13220,7 +13276,7 @@

    Method List

  • -
  • +
  • #type NgrokAPI::Models::Endpoint @@ -13228,7 +13284,7 @@

    Method List

  • -
  • +
  • #type NgrokAPI::Models::EventSource @@ -13236,7 +13292,7 @@

    Method List

  • -
  • +
  • #type NgrokAPI::Models::IPRestriction @@ -13244,7 +13300,7 @@

    Method List

  • -
  • +
  • #type NgrokAPI::Models::EventSourceReplace @@ -13252,7 +13308,7 @@

    Method List

  • -
  • +
  • #update NgrokAPI::Models::Vault @@ -13260,7 +13316,7 @@

    Method List

  • -
  • +
  • #update NgrokAPI::Models::APIKey @@ -13268,7 +13324,7 @@

    Method List

  • -
  • +
  • #update NgrokAPI::Models::BotUser @@ -13276,7 +13332,7 @@

    Method List

  • -
  • +
  • #update NgrokAPI::Models::Endpoint @@ -13284,7 +13340,7 @@

    Method List

  • -
  • +
  • #update NgrokAPI::Models::TCPEdge @@ -13292,7 +13348,7 @@

    Method List

  • -
  • +
  • #update NgrokAPI::Models::TLSEdge @@ -13300,7 +13356,7 @@

    Method List

  • -
  • +
  • #update NgrokAPI::Models::IPPolicy @@ -13308,7 +13364,7 @@

    Method List

  • -
  • +
  • #update NgrokAPI::Models::Credential @@ -13316,7 +13372,7 @@

    Method List

  • -
  • +
  • #update NgrokAPI::Models::HTTPSEdge @@ -13324,7 +13380,7 @@

    Method List

  • -
  • +
  • #update NgrokAPI::Models::ServiceUser @@ -13332,7 +13388,7 @@

    Method List

  • -
  • +
  • #update NgrokAPI::Models::AgentIngress @@ -13340,7 +13396,7 @@

    Method List

  • -
  • +
  • #update NgrokAPI::Models::IPPolicyRule @@ -13348,7 +13404,7 @@

    Method List

  • -
  • +
  • #update NgrokAPI::Models::SSHCredential @@ -13356,7 +13412,7 @@

    Method List

  • -
  • +
  • #update NgrokAPI::Models::StaticBackend @@ -13364,7 +13420,7 @@

    Method List

  • -
  • +
  • #update NgrokAPI::Models::TLSCertificate @@ -13372,7 +13428,7 @@

    Method List

  • -
  • +
  • #update NgrokAPI::Services::VaultsClient @@ -13380,7 +13436,7 @@

    Method List

  • -
  • +
  • #update NgrokAPI::Models::FailoverBackend @@ -13388,7 +13444,7 @@

    Method List

  • -
  • +
  • #update NgrokAPI::Models::HTTPSEdgeRoute @@ -13396,7 +13452,7 @@

    Method List

  • -
  • +
  • #update NgrokAPI::Models::WeightedBackend @@ -13404,7 +13460,7 @@

    Method List

  • -
  • +
  • #update NgrokAPI::Services::SecretsClient @@ -13412,7 +13468,7 @@

    Method List

  • -
  • +
  • #update NgrokAPI::Services::APIKeysClient @@ -13420,7 +13476,7 @@

    Method List

  • -
  • +
  • #update NgrokAPI::Services::BotUsersClient @@ -13428,7 +13484,7 @@

    Method List

  • -
  • +
  • #update NgrokAPI::Services::EdgesTCPClient @@ -13436,7 +13492,7 @@

    Method List

  • -
  • +
  • #update NgrokAPI::Services::EdgesTLSClient @@ -13444,7 +13500,7 @@

    Method List

  • -
  • +
  • #update NgrokAPI::Services::EndpointsClient @@ -13452,7 +13508,7 @@

    Method List

  • -
  • +
  • #update NgrokAPI::Models::SSHHostCertificate @@ -13460,7 +13516,7 @@

    Method List

  • -
  • +
  • #update NgrokAPI::Models::SSHUserCertificate @@ -13468,7 +13524,7 @@

    Method List

  • -
  • +
  • #update NgrokAPI::Models::TunnelGroupBackend @@ -13476,7 +13532,7 @@

    Method List

  • -
  • +
  • #update NgrokAPI::Services::CredentialsClient @@ -13484,7 +13540,7 @@

    Method List

  • -
  • +
  • #update NgrokAPI::Services::EdgesHTTPSClient @@ -13492,7 +13548,7 @@

    Method List

  • -
  • +
  • #update NgrokAPI::Services::IPPoliciesClient @@ -13500,7 +13556,7 @@

    Method List

  • -
  • +
  • #update NgrokAPI::Models::CertificateAuthority @@ -13508,7 +13564,7 @@

    Method List

  • -
  • +
  • #update NgrokAPI::Models::HTTPResponseBackend @@ -13516,7 +13572,7 @@

    Method List

  • -
  • +
  • #update NgrokAPI::Services::EventSourcesClient @@ -13524,7 +13580,7 @@

    Method List

  • -
  • +
  • #update NgrokAPI::Services::ServiceUsersClient @@ -13532,7 +13588,7 @@

    Method List

  • -
  • +
  • #update NgrokAPI::Services::ReservedAddrsClient @@ -13540,7 +13596,7 @@

    Method List

  • -
  • +
  • #update NgrokAPI::Services::AgentIngressesClient @@ -13548,7 +13604,7 @@

    Method List

  • -
  • +
  • #update NgrokAPI::Services::IPPolicyRulesClient @@ -13556,7 +13612,7 @@

    Method List

  • -
  • +
  • #update NgrokAPI::Services::IPRestrictionsClient @@ -13564,7 +13620,7 @@

    Method List

  • -
  • +
  • #update NgrokAPI::Services::SSHCredentialsClient @@ -13572,7 +13628,7 @@

    Method List

  • -
  • +
  • #update NgrokAPI::Services::StaticBackendsClient @@ -13580,7 +13636,7 @@

    Method List

  • -
  • +
  • #update NgrokAPI::Services::TunnelSessionsClient @@ -13588,7 +13644,7 @@

    Method List

  • -
  • +
  • #update NgrokAPI::Models::SSHCertificateAuthority @@ -13596,7 +13652,7 @@

    Method List

  • -
  • +
  • #update NgrokAPI::Services::ReservedDomainsClient @@ -13604,7 +13660,7 @@

    Method List

  • -
  • +
  • #update NgrokAPI::Services::TLSCertificatesClient @@ -13612,7 +13668,7 @@

    Method List

  • -
  • +
  • #update NgrokAPI::Services::FailoverBackendsClient @@ -13620,7 +13676,7 @@

    Method List

  • -
  • +
  • #update NgrokAPI::Services::WeightedBackendsClient @@ -13628,7 +13684,7 @@

    Method List

  • -
  • +
  • #update NgrokAPI::Services::EdgesHTTPSRoutesClient @@ -13636,7 +13692,7 @@

    Method List

  • -
  • +
  • #update NgrokAPI::Services::EventDestinationsClient @@ -13644,7 +13700,7 @@

    Method List

  • -
  • +
  • #update NgrokAPI::Services::EventSubscriptionsClient @@ -13652,7 +13708,7 @@

    Method List

  • -
  • +
  • #update NgrokAPI::Services::SSHHostCertificatesClient @@ -13660,7 +13716,7 @@

    Method List

  • -
  • +
  • #update NgrokAPI::Services::SSHUserCertificatesClient @@ -13668,7 +13724,7 @@

    Method List

  • -
  • +
  • #update NgrokAPI::Services::TunnelGroupBackendsClient @@ -13676,7 +13732,7 @@

    Method List

  • -
  • +
  • #update NgrokAPI::Services::HTTPResponseBackendsClient @@ -13684,7 +13740,7 @@

    Method List

  • -
  • +
  • #update NgrokAPI::Services::CertificateAuthoritiesClient @@ -13692,7 +13748,7 @@

    Method List

  • -
  • +
  • #update NgrokAPI::Services::SSHCertificateAuthoritiesClient @@ -13700,7 +13756,7 @@

    Method List

  • -
  • +
  • #update! NgrokAPI::Services::VaultsClient @@ -13708,7 +13764,7 @@

    Method List

  • -
  • +
  • #update! NgrokAPI::Services::SecretsClient @@ -13716,7 +13772,7 @@

    Method List

  • -
  • +
  • #update! NgrokAPI::Services::APIKeysClient @@ -13724,7 +13780,7 @@

    Method List

  • -
  • +
  • #update! NgrokAPI::Services::BotUsersClient @@ -13732,7 +13788,7 @@

    Method List

  • -
  • +
  • #update! NgrokAPI::Services::EdgesTCPClient @@ -13740,7 +13796,7 @@

    Method List

  • -
  • +
  • #update! NgrokAPI::Services::EdgesTLSClient @@ -13748,7 +13804,7 @@

    Method List

  • -
  • +
  • #update! NgrokAPI::Services::EndpointsClient @@ -13756,7 +13812,7 @@

    Method List

  • -
  • +
  • #update! NgrokAPI::Services::CredentialsClient @@ -13764,7 +13820,7 @@

    Method List

  • -
  • +
  • #update! NgrokAPI::Services::EdgesHTTPSClient @@ -13772,7 +13828,7 @@

    Method List

  • -
  • +
  • #update! NgrokAPI::Services::IPPoliciesClient @@ -13780,7 +13836,7 @@

    Method List

  • -
  • +
  • #update! NgrokAPI::Services::EventSourcesClient @@ -13788,7 +13844,7 @@

    Method List

  • -
  • +
  • #update! NgrokAPI::Services::ServiceUsersClient @@ -13796,7 +13852,7 @@

    Method List

  • -
  • +
  • #update! NgrokAPI::Services::ReservedAddrsClient @@ -13804,7 +13860,7 @@

    Method List

  • -
  • +
  • #update! NgrokAPI::Services::AgentIngressesClient @@ -13812,7 +13868,7 @@

    Method List

  • -
  • +
  • #update! NgrokAPI::Services::IPPolicyRulesClient @@ -13820,7 +13876,7 @@

    Method List

  • -
  • +
  • #update! NgrokAPI::Services::IPRestrictionsClient @@ -13828,7 +13884,7 @@

    Method List

  • -
  • +
  • #update! NgrokAPI::Services::SSHCredentialsClient @@ -13836,7 +13892,7 @@

    Method List

  • -
  • +
  • #update! NgrokAPI::Services::StaticBackendsClient @@ -13844,7 +13900,7 @@

    Method List

  • -
  • +
  • #update! NgrokAPI::Services::TunnelSessionsClient @@ -13852,7 +13908,7 @@

    Method List

  • -
  • +
  • #update! NgrokAPI::Services::ReservedDomainsClient @@ -13860,7 +13916,7 @@

    Method List

  • -
  • +
  • #update! NgrokAPI::Services::TLSCertificatesClient @@ -13868,7 +13924,7 @@

    Method List

  • -
  • +
  • #update! NgrokAPI::Services::FailoverBackendsClient @@ -13876,7 +13932,7 @@

    Method List

  • -
  • +
  • #update! NgrokAPI::Services::WeightedBackendsClient @@ -13884,7 +13940,7 @@

    Method List

  • -
  • +
  • #update! NgrokAPI::Services::EdgesHTTPSRoutesClient @@ -13892,7 +13948,7 @@

    Method List

  • -
  • +
  • #update! NgrokAPI::Services::EventDestinationsClient @@ -13900,7 +13956,7 @@

    Method List

  • -
  • +
  • #update! NgrokAPI::Services::EventSubscriptionsClient @@ -13908,7 +13964,7 @@

    Method List

  • -
  • +
  • #update! NgrokAPI::Services::SSHHostCertificatesClient @@ -13916,7 +13972,7 @@

    Method List

  • -
  • +
  • #update! NgrokAPI::Services::SSHUserCertificatesClient @@ -13924,7 +13980,7 @@

    Method List

  • -
  • +
  • #update! NgrokAPI::Services::TunnelGroupBackendsClient @@ -13932,7 +13988,7 @@

    Method List

  • -
  • +
  • #update! NgrokAPI::Services::HTTPResponseBackendsClient @@ -13940,7 +13996,7 @@

    Method List

  • -
  • +
  • #update! NgrokAPI::Services::CertificateAuthoritiesClient @@ -13948,7 +14004,7 @@

    Method List

  • -
  • +
  • #update! NgrokAPI::Services::SSHCertificateAuthoritiesClient @@ -13956,7 +14012,7 @@

    Method List

  • -
  • +
  • #updated_at NgrokAPI::Models::Vault @@ -13964,7 +14020,7 @@

    Method List

  • -
  • +
  • #updated_at NgrokAPI::Models::Secret @@ -13972,7 +14028,7 @@

    Method List

  • -
  • +
  • #updated_at NgrokAPI::Models::Endpoint @@ -13980,7 +14036,7 @@

    Method List

  • -
  • +
  • #upstream_protocol NgrokAPI::Models::Endpoint @@ -13988,7 +14044,7 @@

    Method List

  • -
  • +
  • #upstream_url NgrokAPI::Models::Endpoint @@ -13996,7 +14052,7 @@

    Method List

  • -
  • +
  • #uri NgrokAPI::Models::Ref @@ -14004,7 +14060,7 @@

    Method List

  • -
  • +
  • #uri NgrokAPI::Models::Vault @@ -14012,7 +14068,7 @@

    Method List

  • -
  • +
  • #uri NgrokAPI::Models::Secret @@ -14020,7 +14076,7 @@

    Method List

  • -
  • +
  • #uri NgrokAPI::Models::APIKey @@ -14028,7 +14084,7 @@

    Method List

  • -
  • +
  • #uri NgrokAPI::Models::BotUser @@ -14036,7 +14092,7 @@

    Method List

  • -
  • +
  • #uri NgrokAPI::Models::Endpoint @@ -14044,7 +14100,7 @@

    Method List

  • -
  • +
  • #uri NgrokAPI::Models::Listable @@ -14052,7 +14108,7 @@

    Method List

  • -
  • +
  • #uri NgrokAPI::Models::TCPEdge @@ -14060,7 +14116,7 @@

    Method List

  • -
  • +
  • #uri NgrokAPI::Models::TLSEdge @@ -14068,7 +14124,7 @@

    Method List

  • -
  • +
  • #uri NgrokAPI::Models::IPPolicy @@ -14076,7 +14132,7 @@

    Method List

  • -
  • +
  • #uri NgrokAPI::Models::Credential @@ -14084,7 +14140,7 @@

    Method List

  • -
  • +
  • #uri NgrokAPI::Models::HTTPSEdge @@ -14092,7 +14148,7 @@

    Method List

  • -
  • +
  • #uri NgrokAPI::Models::AbuseReport @@ -14100,7 +14156,7 @@

    Method List

  • -
  • +
  • #uri NgrokAPI::Models::EventSource @@ -14108,7 +14164,7 @@

    Method List

  • -
  • +
  • #uri NgrokAPI::Models::ServiceUser @@ -14116,7 +14172,7 @@

    Method List

  • -
  • +
  • #uri NgrokAPI::Models::AgentIngress @@ -14124,7 +14180,7 @@

    Method List

  • -
  • +
  • #uri NgrokAPI::Models::ReservedAddr @@ -14132,7 +14188,7 @@

    Method List

  • -
  • +
  • #uri NgrokAPI::Models::IPPolicyRule @@ -14140,7 +14196,7 @@

    Method List

  • -
  • +
  • #uri NgrokAPI::Models::IPRestriction @@ -14148,7 +14204,7 @@

    Method List

  • -
  • +
  • #uri NgrokAPI::Models::SSHCredential @@ -14156,7 +14212,7 @@

    Method List

  • -
  • +
  • #uri NgrokAPI::Models::StaticBackend @@ -14164,7 +14220,7 @@

    Method List

  • -
  • +
  • #uri NgrokAPI::Models::TunnelSession @@ -14172,7 +14228,7 @@

    Method List

  • -
  • +
  • #uri NgrokAPI::Models::ReservedDomain @@ -14180,7 +14236,7 @@

    Method List

  • -
  • +
  • #uri NgrokAPI::Models::TLSCertificate @@ -14188,7 +14244,7 @@

    Method List

  • -
  • +
  • #uri NgrokAPI::Models::ApplicationUser @@ -14196,7 +14252,7 @@

    Method List

  • -
  • +
  • #uri NgrokAPI::Models::FailoverBackend @@ -14204,7 +14260,7 @@

    Method List

  • -
  • +
  • #uri NgrokAPI::Models::HTTPSEdgeRoute @@ -14212,7 +14268,7 @@

    Method List

  • -
  • +
  • #uri NgrokAPI::Models::WeightedBackend @@ -14220,7 +14276,7 @@

    Method List

  • -
  • +
  • #uri NgrokAPI::Models::EventDestination @@ -14228,7 +14284,7 @@

    Method List

  • -
  • +
  • #uri NgrokAPI::Models::EventSourceList @@ -14236,7 +14292,7 @@

    Method List

  • -
  • +
  • #uri NgrokAPI::Models::EventSubscription @@ -14244,7 +14300,7 @@

    Method List

  • -
  • +
  • #uri NgrokAPI::Models::ApplicationSession @@ -14252,7 +14308,7 @@

    Method List

  • -
  • +
  • #uri NgrokAPI::Models::SSHHostCertificate @@ -14260,7 +14316,7 @@

    Method List

  • -
  • +
  • #uri NgrokAPI::Models::SSHUserCertificate @@ -14268,7 +14324,7 @@

    Method List

  • -
  • +
  • #uri NgrokAPI::Models::TunnelGroupBackend @@ -14276,7 +14332,7 @@

    Method List

  • -
  • +
  • #uri NgrokAPI::Models::CertificateAuthority @@ -14284,7 +14340,7 @@

    Method List

  • -
  • +
  • #uri NgrokAPI::Models::HTTPResponseBackend @@ -14292,7 +14348,7 @@

    Method List

  • -
  • +
  • #uri NgrokAPI::Models::SSHCertificateAuthority @@ -14300,7 +14356,7 @@

    Method List

  • -
  • +
  • #url NgrokAPI::Models::Endpoint @@ -14308,7 +14364,7 @@

    Method List

  • -
  • +
  • #url NgrokAPI::Models::IdentityProvider @@ -14316,7 +14372,7 @@

    Method List

  • -
  • +
  • #urls NgrokAPI::Models::AbuseReport @@ -14324,7 +14380,7 @@

    Method List

  • -
  • +
  • #user_agent NgrokAPI::Models::BrowserSession @@ -14332,7 +14388,7 @@

    Method List

  • -
  • +
  • #user_agent_filter NgrokAPI::Models::HTTPSEdgeRoute @@ -14340,7 +14396,7 @@

    Method List

  • -
  • +
  • #username NgrokAPI::Models::ApplicationUser @@ -14348,7 +14404,7 @@

    Method List

  • -
  • +
  • #valid_after NgrokAPI::Models::SSHHostCertificate @@ -14356,7 +14412,7 @@

    Method List

  • -
  • +
  • #valid_after NgrokAPI::Models::SSHUserCertificate @@ -14364,7 +14420,7 @@

    Method List

  • -
  • +
  • #valid_until NgrokAPI::Models::SSHHostCertificate @@ -14372,7 +14428,7 @@

    Method List

  • -
  • +
  • #valid_until NgrokAPI::Models::SSHUserCertificate @@ -14380,7 +14436,7 @@

    Method List

  • -
  • +
  • #value NgrokAPI::Models::EndpointTrafficPolicy @@ -14388,6 +14444,14 @@

    Method List

  • +
  • +
    + #value + NgrokAPI::Models::ReservedDomainResolvesToEntry +
    +
  • + +
  • #vault diff --git a/doc/top-level-namespace.html b/doc/top-level-namespace.html index d987523..f0a1dec 100644 --- a/doc/top-level-namespace.html +++ b/doc/top-level-namespace.html @@ -100,7 +100,7 @@

    Defined Under Namespace

    diff --git a/docs/NgrokAPI.html b/docs/NgrokAPI.html index ea0b7fd..89640ea 100644 --- a/docs/NgrokAPI.html +++ b/docs/NgrokAPI.html @@ -79,7 +79,7 @@
    Defined in:
    lib/ngrokapi.rb,
    - lib/ngrokapi/error.rb,
    lib/ngrokapi/client.rb,
    lib/ngrokapi/version.rb,
    lib/ngrokapi/models/ref.rb,
    lib/ngrokapi/http_client.rb,
    lib/ngrokapi/models/vault.rb,
    lib/ngrokapi/models/secret.rb,
    lib/ngrokapi/models/tunnel.rb,
    lib/ngrokapi/models/api_key.rb,
    lib/ngrokapi/paged_iterator.rb,
    lib/ngrokapi/models/aws_auth.rb,
    lib/ngrokapi/models/aws_role.rb,
    lib/ngrokapi/models/bot_user.rb,
    lib/ngrokapi/models/endpoint.rb,
    lib/ngrokapi/models/listable.rb,
    lib/ngrokapi/models/location.rb,
    lib/ngrokapi/models/tcp_edge.rb,
    lib/ngrokapi/models/tls_edge.rb,
    lib/ngrokapi/models/ip_policy.rb,
    lib/ngrokapi/models/credential.rb,
    lib/ngrokapi/models/https_edge.rb,
    lib/ngrokapi/models/user_agent.rb,
    lib/ngrokapi/models/abuse_report.rb,
    lib/ngrokapi/models/event_source.rb,
    lib/ngrokapi/models/event_target.rb,
    lib/ngrokapi/models/service_user.rb,
    lib/ngrokapi/models/agent_ingress.rb,
    lib/ngrokapi/models/endpoint_oidc.rb,
    lib/ngrokapi/models/endpoint_saml.rb,
    lib/ngrokapi/models/reserved_addr.rb,
    lib/ngrokapi/models/ip_policy_rule.rb,
    lib/ngrokapi/models/ip_restriction.rb,
    lib/ngrokapi/models/ssh_credential.rb,
    lib/ngrokapi/models/static_backend.rb,
    lib/ngrokapi/models/tunnel_session.rb,
    lib/ngrokapi/errors/not_found_error.rb,
    lib/ngrokapi/models/aws_credentials.rb,
    lib/ngrokapi/models/browser_session.rb,
    lib/ngrokapi/models/endpoint_o_auth.rb,
    lib/ngrokapi/models/reserved_domain.rb,
    lib/ngrokapi/models/tls_certificate.rb,
    lib/ngrokapi/services/vaults_client.rb,
    lib/ngrokapi/models/application_user.rb,
    lib/ngrokapi/models/endpoint_backend.rb,
    lib/ngrokapi/models/failover_backend.rb,
    lib/ngrokapi/models/https_edge_route.rb,
    lib/ngrokapi/models/weighted_backend.rb,
    lib/ngrokapi/services/secrets_client.rb,
    lib/ngrokapi/services/tunnels_client.rb,
    lib/ngrokapi/models/event_destination.rb,
    lib/ngrokapi/models/event_source_list.rb,
    lib/ngrokapi/models/identity_provider.rb,
    lib/ngrokapi/services/api_keys_client.rb,
    lib/ngrokapi/models/endpoint_ip_policy.rb,
    lib/ngrokapi/models/event_subscription.rb,
    lib/ngrokapi/models/static_backend_tls.rb,
    lib/ngrokapi/services/bot_users_client.rb,
    lib/ngrokapi/services/edges_tcp_client.rb,
    lib/ngrokapi/services/edges_tls_client.rb,
    lib/ngrokapi/services/endpoints_client.rb,
    lib/ngrokapi/models/application_session.rb,
    lib/ngrokapi/models/endpoint_mutual_tls.rb,
    lib/ngrokapi/models/endpoint_compression.rb,
    lib/ngrokapi/models/endpoint_saml_mutate.rb,
    lib/ngrokapi/models/event_source_replace.rb,
    lib/ngrokapi/models/event_target_datadog.rb,
    lib/ngrokapi/models/event_target_kinesis.rb,
    lib/ngrokapi/models/ssh_host_certificate.rb,
    lib/ngrokapi/models/ssh_user_certificate.rb,
    lib/ngrokapi/models/tunnel_group_backend.rb,
    lib/ngrokapi/services/credentials_client.rb,
    lib/ngrokapi/services/edges_https_client.rb,
    lib/ngrokapi/services/ip_policies_client.rb,
    lib/ngrokapi/models/abuse_report_hostname.rb,
    lib/ngrokapi/models/certificate_authority.rb,
    lib/ngrokapi/models/event_target_firehose.rb,
    lib/ngrokapi/models/http_response_backend.rb,
    lib/ngrokapi/models/tls_certificate_sa_ns.rb,
    lib/ngrokapi/models/agent_ingress_cert_job.rb,
    lib/ngrokapi/models/endpoint_o_auth_amazon.rb,
    lib/ngrokapi/models/endpoint_o_auth_google.rb,
    lib/ngrokapi/models/endpoint_o_auth_twitch.rb,
    lib/ngrokapi/services/abuse_reports_client.rb,
    lib/ngrokapi/services/event_sources_client.rb,
    lib/ngrokapi/services/service_users_client.rb,
    lib/ngrokapi/models/endpoint_backend_mutate.rb,
    lib/ngrokapi/models/endpoint_o_auth_git_hub.rb,
    lib/ngrokapi/models/endpoint_o_auth_git_lab.rb,
    lib/ngrokapi/models/endpoint_traffic_policy.rb,
    lib/ngrokapi/services/reserved_addrs_client.rb,
    lib/ngrokapi/models/endpoint_circuit_breaker.rb,
    lib/ngrokapi/models/endpoint_o_auth_facebook.rb,
    lib/ngrokapi/models/endpoint_o_auth_provider.rb,
    lib/ngrokapi/models/endpoint_request_headers.rb,
    lib/ngrokapi/models/endpoint_tls_termination.rb,
    lib/ngrokapi/models/reserved_domain_cert_job.rb,
    lib/ngrokapi/services/agent_ingresses_client.rb,
    lib/ngrokapi/services/ip_policy_rules_client.rb,
    lib/ngrokapi/services/ip_restrictions_client.rb,
    lib/ngrokapi/services/ssh_credentials_client.rb,
    lib/ngrokapi/services/static_backends_client.rb,
    lib/ngrokapi/services/tunnel_sessions_client.rb,
    lib/ngrokapi/models/agent_ingress_cert_policy.rb,
    lib/ngrokapi/models/agent_ingress_cert_status.rb,
    lib/ngrokapi/models/endpoint_ip_policy_mutate.rb,
    lib/ngrokapi/models/endpoint_o_auth_linked_in.rb,
    lib/ngrokapi/models/endpoint_o_auth_microsoft.rb,
    lib/ngrokapi/models/endpoint_response_headers.rb,
    lib/ngrokapi/models/ssh_certificate_authority.rb,
    lib/ngrokapi/services/reserved_domains_client.rb,
    lib/ngrokapi/services/tls_certificates_client.rb,
    lib/ngrokapi/models/endpoint_mutual_tls_mutate.rb,
    lib/ngrokapi/models/endpoint_user_agent_filter.rb,
    lib/ngrokapi/services/application_users_client.rb,
    lib/ngrokapi/services/failover_backends_client.rb,
    lib/ngrokapi/services/weighted_backends_client.rb,
    lib/ngrokapi/models/endpoint_webhook_validation.rb,
    lib/ngrokapi/models/reserved_domain_cert_policy.rb,
    lib/ngrokapi/models/reserved_domain_cert_status.rb,
    lib/ngrokapi/services/edges_https_routes_client.rb,
    lib/ngrokapi/services/event_destinations_client.rb,
    lib/ngrokapi/models/event_target_cloudwatch_logs.rb,
    lib/ngrokapi/services/event_subscriptions_client.rb,
    lib/ngrokapi/services/application_sessions_client.rb,
    lib/ngrokapi/services/ssh_host_certificates_client.rb,
    lib/ngrokapi/services/ssh_user_certificates_client.rb,
    lib/ngrokapi/services/tunnel_group_backends_client.rb,
    lib/ngrokapi/services/edge_route_oidc_module_client.rb,
    lib/ngrokapi/services/edge_route_saml_module_client.rb,
    lib/ngrokapi/services/http_response_backends_client.rb,
    lib/ngrokapi/models/endpoint_tls_termination_at_edge.rb,
    lib/ngrokapi/models/endpoint_websocket_tcp_converter.rb,
    lib/ngrokapi/services/certificate_authorities_client.rb,
    lib/ngrokapi/services/tcp_edge_backend_module_client.rb,
    lib/ngrokapi/services/tls_edge_backend_module_client.rb,
    lib/ngrokapi/models/event_target_azure_logs_ingestion.rb,
    lib/ngrokapi/services/edge_route_o_auth_module_client.rb,
    lib/ngrokapi/services/edge_route_backend_module_client.rb,
    lib/ngrokapi/services/tls_edge_mutual_tls_module_client.rb,
    lib/ngrokapi/services/ssh_certificate_authorities_client.rb,
    lib/ngrokapi/services/https_edge_mutual_tls_module_client.rb,
    lib/ngrokapi/services/edge_route_compression_module_client.rb,
    lib/ngrokapi/services/tcp_edge_ip_restriction_module_client.rb,
    lib/ngrokapi/services/tcp_edge_traffic_policy_module_client.rb,
    lib/ngrokapi/services/tls_edge_ip_restriction_module_client.rb,
    lib/ngrokapi/services/tls_edge_traffic_policy_module_client.rb,
    lib/ngrokapi/services/tls_edge_tls_termination_module_client.rb,
    lib/ngrokapi/services/edge_route_ip_restriction_module_client.rb,
    lib/ngrokapi/services/edge_route_traffic_policy_module_client.rb,
    lib/ngrokapi/services/edge_route_circuit_breaker_module_client.rb,
    lib/ngrokapi/services/edge_route_request_headers_module_client.rb,
    lib/ngrokapi/services/https_edge_tls_termination_module_client.rb,
    lib/ngrokapi/services/edge_route_response_headers_module_client.rb,
    lib/ngrokapi/services/edge_route_user_agent_filter_module_client.rb,
    lib/ngrokapi/services/edge_route_webhook_verification_module_client.rb,
    lib/ngrokapi/services/edge_route_websocket_tcp_converter_module_client.rb
    + lib/ngrokapi/error.rb,
    lib/ngrokapi/client.rb,
    lib/ngrokapi/version.rb,
    lib/ngrokapi/models/ref.rb,
    lib/ngrokapi/http_client.rb,
    lib/ngrokapi/models/vault.rb,
    lib/ngrokapi/models/secret.rb,
    lib/ngrokapi/models/tunnel.rb,
    lib/ngrokapi/models/api_key.rb,
    lib/ngrokapi/paged_iterator.rb,
    lib/ngrokapi/models/aws_auth.rb,
    lib/ngrokapi/models/aws_role.rb,
    lib/ngrokapi/models/bot_user.rb,
    lib/ngrokapi/models/endpoint.rb,
    lib/ngrokapi/models/listable.rb,
    lib/ngrokapi/models/location.rb,
    lib/ngrokapi/models/tcp_edge.rb,
    lib/ngrokapi/models/tls_edge.rb,
    lib/ngrokapi/models/ip_policy.rb,
    lib/ngrokapi/models/credential.rb,
    lib/ngrokapi/models/https_edge.rb,
    lib/ngrokapi/models/user_agent.rb,
    lib/ngrokapi/models/abuse_report.rb,
    lib/ngrokapi/models/event_source.rb,
    lib/ngrokapi/models/event_target.rb,
    lib/ngrokapi/models/service_user.rb,
    lib/ngrokapi/models/agent_ingress.rb,
    lib/ngrokapi/models/endpoint_oidc.rb,
    lib/ngrokapi/models/endpoint_saml.rb,
    lib/ngrokapi/models/reserved_addr.rb,
    lib/ngrokapi/models/ip_policy_rule.rb,
    lib/ngrokapi/models/ip_restriction.rb,
    lib/ngrokapi/models/ssh_credential.rb,
    lib/ngrokapi/models/static_backend.rb,
    lib/ngrokapi/models/tunnel_session.rb,
    lib/ngrokapi/errors/not_found_error.rb,
    lib/ngrokapi/models/aws_credentials.rb,
    lib/ngrokapi/models/browser_session.rb,
    lib/ngrokapi/models/endpoint_o_auth.rb,
    lib/ngrokapi/models/reserved_domain.rb,
    lib/ngrokapi/models/tls_certificate.rb,
    lib/ngrokapi/services/vaults_client.rb,
    lib/ngrokapi/models/application_user.rb,
    lib/ngrokapi/models/endpoint_backend.rb,
    lib/ngrokapi/models/failover_backend.rb,
    lib/ngrokapi/models/https_edge_route.rb,
    lib/ngrokapi/models/weighted_backend.rb,
    lib/ngrokapi/services/secrets_client.rb,
    lib/ngrokapi/services/tunnels_client.rb,
    lib/ngrokapi/models/event_destination.rb,
    lib/ngrokapi/models/event_source_list.rb,
    lib/ngrokapi/models/identity_provider.rb,
    lib/ngrokapi/services/api_keys_client.rb,
    lib/ngrokapi/models/endpoint_ip_policy.rb,
    lib/ngrokapi/models/event_subscription.rb,
    lib/ngrokapi/models/static_backend_tls.rb,
    lib/ngrokapi/services/bot_users_client.rb,
    lib/ngrokapi/services/edges_tcp_client.rb,
    lib/ngrokapi/services/edges_tls_client.rb,
    lib/ngrokapi/services/endpoints_client.rb,
    lib/ngrokapi/models/application_session.rb,
    lib/ngrokapi/models/endpoint_mutual_tls.rb,
    lib/ngrokapi/models/endpoint_compression.rb,
    lib/ngrokapi/models/endpoint_saml_mutate.rb,
    lib/ngrokapi/models/event_source_replace.rb,
    lib/ngrokapi/models/event_target_datadog.rb,
    lib/ngrokapi/models/event_target_kinesis.rb,
    lib/ngrokapi/models/ssh_host_certificate.rb,
    lib/ngrokapi/models/ssh_user_certificate.rb,
    lib/ngrokapi/models/tunnel_group_backend.rb,
    lib/ngrokapi/services/credentials_client.rb,
    lib/ngrokapi/services/edges_https_client.rb,
    lib/ngrokapi/services/ip_policies_client.rb,
    lib/ngrokapi/models/abuse_report_hostname.rb,
    lib/ngrokapi/models/certificate_authority.rb,
    lib/ngrokapi/models/event_target_firehose.rb,
    lib/ngrokapi/models/http_response_backend.rb,
    lib/ngrokapi/models/tls_certificate_sa_ns.rb,
    lib/ngrokapi/models/agent_ingress_cert_job.rb,
    lib/ngrokapi/models/endpoint_o_auth_amazon.rb,
    lib/ngrokapi/models/endpoint_o_auth_google.rb,
    lib/ngrokapi/models/endpoint_o_auth_twitch.rb,
    lib/ngrokapi/services/abuse_reports_client.rb,
    lib/ngrokapi/services/event_sources_client.rb,
    lib/ngrokapi/services/service_users_client.rb,
    lib/ngrokapi/models/endpoint_backend_mutate.rb,
    lib/ngrokapi/models/endpoint_o_auth_git_hub.rb,
    lib/ngrokapi/models/endpoint_o_auth_git_lab.rb,
    lib/ngrokapi/models/endpoint_traffic_policy.rb,
    lib/ngrokapi/services/reserved_addrs_client.rb,
    lib/ngrokapi/models/endpoint_circuit_breaker.rb,
    lib/ngrokapi/models/endpoint_o_auth_facebook.rb,
    lib/ngrokapi/models/endpoint_o_auth_provider.rb,
    lib/ngrokapi/models/endpoint_request_headers.rb,
    lib/ngrokapi/models/endpoint_tls_termination.rb,
    lib/ngrokapi/models/reserved_domain_cert_job.rb,
    lib/ngrokapi/services/agent_ingresses_client.rb,
    lib/ngrokapi/services/ip_policy_rules_client.rb,
    lib/ngrokapi/services/ip_restrictions_client.rb,
    lib/ngrokapi/services/ssh_credentials_client.rb,
    lib/ngrokapi/services/static_backends_client.rb,
    lib/ngrokapi/services/tunnel_sessions_client.rb,
    lib/ngrokapi/models/agent_ingress_cert_policy.rb,
    lib/ngrokapi/models/agent_ingress_cert_status.rb,
    lib/ngrokapi/models/endpoint_ip_policy_mutate.rb,
    lib/ngrokapi/models/endpoint_o_auth_linked_in.rb,
    lib/ngrokapi/models/endpoint_o_auth_microsoft.rb,
    lib/ngrokapi/models/endpoint_response_headers.rb,
    lib/ngrokapi/models/ssh_certificate_authority.rb,
    lib/ngrokapi/services/reserved_domains_client.rb,
    lib/ngrokapi/services/tls_certificates_client.rb,
    lib/ngrokapi/models/endpoint_mutual_tls_mutate.rb,
    lib/ngrokapi/models/endpoint_user_agent_filter.rb,
    lib/ngrokapi/services/application_users_client.rb,
    lib/ngrokapi/services/failover_backends_client.rb,
    lib/ngrokapi/services/weighted_backends_client.rb,
    lib/ngrokapi/models/endpoint_webhook_validation.rb,
    lib/ngrokapi/models/reserved_domain_cert_policy.rb,
    lib/ngrokapi/models/reserved_domain_cert_status.rb,
    lib/ngrokapi/services/edges_https_routes_client.rb,
    lib/ngrokapi/services/event_destinations_client.rb,
    lib/ngrokapi/models/event_target_cloudwatch_logs.rb,
    lib/ngrokapi/services/event_subscriptions_client.rb,
    lib/ngrokapi/services/application_sessions_client.rb,
    lib/ngrokapi/services/ssh_host_certificates_client.rb,
    lib/ngrokapi/services/ssh_user_certificates_client.rb,
    lib/ngrokapi/services/tunnel_group_backends_client.rb,
    lib/ngrokapi/services/edge_route_oidc_module_client.rb,
    lib/ngrokapi/services/edge_route_saml_module_client.rb,
    lib/ngrokapi/services/http_response_backends_client.rb,
    lib/ngrokapi/models/endpoint_tls_termination_at_edge.rb,
    lib/ngrokapi/models/endpoint_websocket_tcp_converter.rb,
    lib/ngrokapi/services/certificate_authorities_client.rb,
    lib/ngrokapi/services/tcp_edge_backend_module_client.rb,
    lib/ngrokapi/services/tls_edge_backend_module_client.rb,
    lib/ngrokapi/models/event_target_azure_logs_ingestion.rb,
    lib/ngrokapi/models/reserved_domain_resolves_to_entry.rb,
    lib/ngrokapi/services/edge_route_o_auth_module_client.rb,
    lib/ngrokapi/services/edge_route_backend_module_client.rb,
    lib/ngrokapi/services/tls_edge_mutual_tls_module_client.rb,
    lib/ngrokapi/services/ssh_certificate_authorities_client.rb,
    lib/ngrokapi/services/https_edge_mutual_tls_module_client.rb,
    lib/ngrokapi/services/edge_route_compression_module_client.rb,
    lib/ngrokapi/services/tcp_edge_ip_restriction_module_client.rb,
    lib/ngrokapi/services/tcp_edge_traffic_policy_module_client.rb,
    lib/ngrokapi/services/tls_edge_ip_restriction_module_client.rb,
    lib/ngrokapi/services/tls_edge_traffic_policy_module_client.rb,
    lib/ngrokapi/services/tls_edge_tls_termination_module_client.rb,
    lib/ngrokapi/services/edge_route_ip_restriction_module_client.rb,
    lib/ngrokapi/services/edge_route_traffic_policy_module_client.rb,
    lib/ngrokapi/services/edge_route_circuit_breaker_module_client.rb,
    lib/ngrokapi/services/edge_route_request_headers_module_client.rb,
    lib/ngrokapi/services/https_edge_tls_termination_module_client.rb,
    lib/ngrokapi/services/edge_route_response_headers_module_client.rb,
    lib/ngrokapi/services/edge_route_user_agent_filter_module_client.rb,
    lib/ngrokapi/services/edge_route_webhook_verification_module_client.rb,
    lib/ngrokapi/services/edge_route_websocket_tcp_converter_module_client.rb
    @@ -147,7 +147,7 @@

    diff --git a/docs/NgrokAPI/Client.html b/docs/NgrokAPI/Client.html index c482587..6b08edb 100644 --- a/docs/NgrokAPI/Client.html +++ b/docs/NgrokAPI/Client.html @@ -2340,7 +2340,7 @@

    diff --git a/docs/NgrokAPI/Error.html b/docs/NgrokAPI/Error.html index 62cdfb8..c9ec675 100644 --- a/docs/NgrokAPI/Error.html +++ b/docs/NgrokAPI/Error.html @@ -295,7 +295,7 @@

    diff --git a/docs/NgrokAPI/Errors.html b/docs/NgrokAPI/Errors.html index 30bfc87..3f68419 100644 --- a/docs/NgrokAPI/Errors.html +++ b/docs/NgrokAPI/Errors.html @@ -105,7 +105,7 @@

    Defined Under Namespace

    diff --git a/docs/NgrokAPI/Errors/NotFoundError.html b/docs/NgrokAPI/Errors/NotFoundError.html index 2fd62a0..1e9f131 100644 --- a/docs/NgrokAPI/Errors/NotFoundError.html +++ b/docs/NgrokAPI/Errors/NotFoundError.html @@ -299,7 +299,7 @@

    diff --git a/docs/NgrokAPI/HttpClient.html b/docs/NgrokAPI/HttpClient.html index b4f54d6..d7b97c6 100644 --- a/docs/NgrokAPI/HttpClient.html +++ b/docs/NgrokAPI/HttpClient.html @@ -1267,7 +1267,7 @@

    diff --git a/docs/NgrokAPI/Models.html b/docs/NgrokAPI/Models.html index c7068a6..94f181a 100644 --- a/docs/NgrokAPI/Models.html +++ b/docs/NgrokAPI/Models.html @@ -79,7 +79,7 @@
    Defined in:
    lib/ngrokapi/models/ref.rb,
    - lib/ngrokapi/models/vault.rb,
    lib/ngrokapi/models/secret.rb,
    lib/ngrokapi/models/tunnel.rb,
    lib/ngrokapi/models/api_key.rb,
    lib/ngrokapi/models/aws_auth.rb,
    lib/ngrokapi/models/aws_role.rb,
    lib/ngrokapi/models/bot_user.rb,
    lib/ngrokapi/models/endpoint.rb,
    lib/ngrokapi/models/listable.rb,
    lib/ngrokapi/models/location.rb,
    lib/ngrokapi/models/tcp_edge.rb,
    lib/ngrokapi/models/tls_edge.rb,
    lib/ngrokapi/models/ip_policy.rb,
    lib/ngrokapi/models/credential.rb,
    lib/ngrokapi/models/https_edge.rb,
    lib/ngrokapi/models/user_agent.rb,
    lib/ngrokapi/models/abuse_report.rb,
    lib/ngrokapi/models/event_source.rb,
    lib/ngrokapi/models/event_target.rb,
    lib/ngrokapi/models/service_user.rb,
    lib/ngrokapi/models/agent_ingress.rb,
    lib/ngrokapi/models/endpoint_oidc.rb,
    lib/ngrokapi/models/endpoint_saml.rb,
    lib/ngrokapi/models/reserved_addr.rb,
    lib/ngrokapi/models/ip_policy_rule.rb,
    lib/ngrokapi/models/ip_restriction.rb,
    lib/ngrokapi/models/ssh_credential.rb,
    lib/ngrokapi/models/static_backend.rb,
    lib/ngrokapi/models/tunnel_session.rb,
    lib/ngrokapi/models/aws_credentials.rb,
    lib/ngrokapi/models/browser_session.rb,
    lib/ngrokapi/models/endpoint_o_auth.rb,
    lib/ngrokapi/models/reserved_domain.rb,
    lib/ngrokapi/models/tls_certificate.rb,
    lib/ngrokapi/models/application_user.rb,
    lib/ngrokapi/models/endpoint_backend.rb,
    lib/ngrokapi/models/failover_backend.rb,
    lib/ngrokapi/models/https_edge_route.rb,
    lib/ngrokapi/models/weighted_backend.rb,
    lib/ngrokapi/models/event_destination.rb,
    lib/ngrokapi/models/event_source_list.rb,
    lib/ngrokapi/models/identity_provider.rb,
    lib/ngrokapi/models/endpoint_ip_policy.rb,
    lib/ngrokapi/models/event_subscription.rb,
    lib/ngrokapi/models/static_backend_tls.rb,
    lib/ngrokapi/models/application_session.rb,
    lib/ngrokapi/models/endpoint_mutual_tls.rb,
    lib/ngrokapi/models/endpoint_compression.rb,
    lib/ngrokapi/models/endpoint_saml_mutate.rb,
    lib/ngrokapi/models/event_source_replace.rb,
    lib/ngrokapi/models/event_target_datadog.rb,
    lib/ngrokapi/models/event_target_kinesis.rb,
    lib/ngrokapi/models/ssh_host_certificate.rb,
    lib/ngrokapi/models/ssh_user_certificate.rb,
    lib/ngrokapi/models/tunnel_group_backend.rb,
    lib/ngrokapi/models/abuse_report_hostname.rb,
    lib/ngrokapi/models/certificate_authority.rb,
    lib/ngrokapi/models/event_target_firehose.rb,
    lib/ngrokapi/models/http_response_backend.rb,
    lib/ngrokapi/models/tls_certificate_sa_ns.rb,
    lib/ngrokapi/models/agent_ingress_cert_job.rb,
    lib/ngrokapi/models/endpoint_o_auth_amazon.rb,
    lib/ngrokapi/models/endpoint_o_auth_google.rb,
    lib/ngrokapi/models/endpoint_o_auth_twitch.rb,
    lib/ngrokapi/models/endpoint_backend_mutate.rb,
    lib/ngrokapi/models/endpoint_o_auth_git_hub.rb,
    lib/ngrokapi/models/endpoint_o_auth_git_lab.rb,
    lib/ngrokapi/models/endpoint_traffic_policy.rb,
    lib/ngrokapi/models/endpoint_circuit_breaker.rb,
    lib/ngrokapi/models/endpoint_o_auth_facebook.rb,
    lib/ngrokapi/models/endpoint_o_auth_provider.rb,
    lib/ngrokapi/models/endpoint_request_headers.rb,
    lib/ngrokapi/models/endpoint_tls_termination.rb,
    lib/ngrokapi/models/reserved_domain_cert_job.rb,
    lib/ngrokapi/models/agent_ingress_cert_policy.rb,
    lib/ngrokapi/models/agent_ingress_cert_status.rb,
    lib/ngrokapi/models/endpoint_ip_policy_mutate.rb,
    lib/ngrokapi/models/endpoint_o_auth_linked_in.rb,
    lib/ngrokapi/models/endpoint_o_auth_microsoft.rb,
    lib/ngrokapi/models/endpoint_response_headers.rb,
    lib/ngrokapi/models/ssh_certificate_authority.rb,
    lib/ngrokapi/models/endpoint_mutual_tls_mutate.rb,
    lib/ngrokapi/models/endpoint_user_agent_filter.rb,
    lib/ngrokapi/models/endpoint_webhook_validation.rb,
    lib/ngrokapi/models/reserved_domain_cert_policy.rb,
    lib/ngrokapi/models/reserved_domain_cert_status.rb,
    lib/ngrokapi/models/event_target_cloudwatch_logs.rb,
    lib/ngrokapi/models/endpoint_tls_termination_at_edge.rb,
    lib/ngrokapi/models/endpoint_websocket_tcp_converter.rb,
    lib/ngrokapi/models/event_target_azure_logs_ingestion.rb
    + lib/ngrokapi/models/vault.rb,
    lib/ngrokapi/models/secret.rb,
    lib/ngrokapi/models/tunnel.rb,
    lib/ngrokapi/models/api_key.rb,
    lib/ngrokapi/models/aws_auth.rb,
    lib/ngrokapi/models/aws_role.rb,
    lib/ngrokapi/models/bot_user.rb,
    lib/ngrokapi/models/endpoint.rb,
    lib/ngrokapi/models/listable.rb,
    lib/ngrokapi/models/location.rb,
    lib/ngrokapi/models/tcp_edge.rb,
    lib/ngrokapi/models/tls_edge.rb,
    lib/ngrokapi/models/ip_policy.rb,
    lib/ngrokapi/models/credential.rb,
    lib/ngrokapi/models/https_edge.rb,
    lib/ngrokapi/models/user_agent.rb,
    lib/ngrokapi/models/abuse_report.rb,
    lib/ngrokapi/models/event_source.rb,
    lib/ngrokapi/models/event_target.rb,
    lib/ngrokapi/models/service_user.rb,
    lib/ngrokapi/models/agent_ingress.rb,
    lib/ngrokapi/models/endpoint_oidc.rb,
    lib/ngrokapi/models/endpoint_saml.rb,
    lib/ngrokapi/models/reserved_addr.rb,
    lib/ngrokapi/models/ip_policy_rule.rb,
    lib/ngrokapi/models/ip_restriction.rb,
    lib/ngrokapi/models/ssh_credential.rb,
    lib/ngrokapi/models/static_backend.rb,
    lib/ngrokapi/models/tunnel_session.rb,
    lib/ngrokapi/models/aws_credentials.rb,
    lib/ngrokapi/models/browser_session.rb,
    lib/ngrokapi/models/endpoint_o_auth.rb,
    lib/ngrokapi/models/reserved_domain.rb,
    lib/ngrokapi/models/tls_certificate.rb,
    lib/ngrokapi/models/application_user.rb,
    lib/ngrokapi/models/endpoint_backend.rb,
    lib/ngrokapi/models/failover_backend.rb,
    lib/ngrokapi/models/https_edge_route.rb,
    lib/ngrokapi/models/weighted_backend.rb,
    lib/ngrokapi/models/event_destination.rb,
    lib/ngrokapi/models/event_source_list.rb,
    lib/ngrokapi/models/identity_provider.rb,
    lib/ngrokapi/models/endpoint_ip_policy.rb,
    lib/ngrokapi/models/event_subscription.rb,
    lib/ngrokapi/models/static_backend_tls.rb,
    lib/ngrokapi/models/application_session.rb,
    lib/ngrokapi/models/endpoint_mutual_tls.rb,
    lib/ngrokapi/models/endpoint_compression.rb,
    lib/ngrokapi/models/endpoint_saml_mutate.rb,
    lib/ngrokapi/models/event_source_replace.rb,
    lib/ngrokapi/models/event_target_datadog.rb,
    lib/ngrokapi/models/event_target_kinesis.rb,
    lib/ngrokapi/models/ssh_host_certificate.rb,
    lib/ngrokapi/models/ssh_user_certificate.rb,
    lib/ngrokapi/models/tunnel_group_backend.rb,
    lib/ngrokapi/models/abuse_report_hostname.rb,
    lib/ngrokapi/models/certificate_authority.rb,
    lib/ngrokapi/models/event_target_firehose.rb,
    lib/ngrokapi/models/http_response_backend.rb,
    lib/ngrokapi/models/tls_certificate_sa_ns.rb,
    lib/ngrokapi/models/agent_ingress_cert_job.rb,
    lib/ngrokapi/models/endpoint_o_auth_amazon.rb,
    lib/ngrokapi/models/endpoint_o_auth_google.rb,
    lib/ngrokapi/models/endpoint_o_auth_twitch.rb,
    lib/ngrokapi/models/endpoint_backend_mutate.rb,
    lib/ngrokapi/models/endpoint_o_auth_git_hub.rb,
    lib/ngrokapi/models/endpoint_o_auth_git_lab.rb,
    lib/ngrokapi/models/endpoint_traffic_policy.rb,
    lib/ngrokapi/models/endpoint_circuit_breaker.rb,
    lib/ngrokapi/models/endpoint_o_auth_facebook.rb,
    lib/ngrokapi/models/endpoint_o_auth_provider.rb,
    lib/ngrokapi/models/endpoint_request_headers.rb,
    lib/ngrokapi/models/endpoint_tls_termination.rb,
    lib/ngrokapi/models/reserved_domain_cert_job.rb,
    lib/ngrokapi/models/agent_ingress_cert_policy.rb,
    lib/ngrokapi/models/agent_ingress_cert_status.rb,
    lib/ngrokapi/models/endpoint_ip_policy_mutate.rb,
    lib/ngrokapi/models/endpoint_o_auth_linked_in.rb,
    lib/ngrokapi/models/endpoint_o_auth_microsoft.rb,
    lib/ngrokapi/models/endpoint_response_headers.rb,
    lib/ngrokapi/models/ssh_certificate_authority.rb,
    lib/ngrokapi/models/endpoint_mutual_tls_mutate.rb,
    lib/ngrokapi/models/endpoint_user_agent_filter.rb,
    lib/ngrokapi/models/endpoint_webhook_validation.rb,
    lib/ngrokapi/models/reserved_domain_cert_policy.rb,
    lib/ngrokapi/models/reserved_domain_cert_status.rb,
    lib/ngrokapi/models/event_target_cloudwatch_logs.rb,
    lib/ngrokapi/models/endpoint_tls_termination_at_edge.rb,
    lib/ngrokapi/models/endpoint_websocket_tcp_converter.rb,
    lib/ngrokapi/models/event_target_azure_logs_ingestion.rb,
    lib/ngrokapi/models/reserved_domain_resolves_to_entry.rb
    @@ -91,7 +91,7 @@

    Defined Under Namespace

    - Classes: APIKey, AWSAuth, AWSCredentials, AWSRole, AbuseReport, AbuseReportHostname, AgentIngress, AgentIngressCertJob, AgentIngressCertPolicy, AgentIngressCertStatus, ApplicationSession, ApplicationUser, BotUser, BrowserSession, CertificateAuthority, Credential, Endpoint, EndpointBackend, EndpointBackendMutate, EndpointCircuitBreaker, EndpointCompression, EndpointIPPolicy, EndpointIPPolicyMutate, EndpointMutualTLS, EndpointMutualTLSMutate, EndpointOAuth, EndpointOAuthAmazon, EndpointOAuthFacebook, EndpointOAuthGitHub, EndpointOAuthGitLab, EndpointOAuthGoogle, EndpointOAuthLinkedIn, EndpointOAuthMicrosoft, EndpointOAuthProvider, EndpointOAuthTwitch, EndpointOIDC, EndpointRequestHeaders, EndpointResponseHeaders, EndpointSAML, EndpointSAMLMutate, EndpointTLSTermination, EndpointTLSTerminationAtEdge, EndpointTrafficPolicy, EndpointUserAgentFilter, EndpointWebhookValidation, EndpointWebsocketTCPConverter, EventDestination, EventSource, EventSourceList, EventSourceReplace, EventSubscription, EventTarget, EventTargetAzureLogsIngestion, EventTargetCloudwatchLogs, EventTargetDatadog, EventTargetFirehose, EventTargetKinesis, FailoverBackend, HTTPResponseBackend, HTTPSEdge, HTTPSEdgeRoute, IPPolicy, IPPolicyRule, IPRestriction, IdentityProvider, Listable, Location, Ref, ReservedAddr, ReservedDomain, ReservedDomainCertJob, ReservedDomainCertPolicy, ReservedDomainCertStatus, SSHCertificateAuthority, SSHCredential, SSHHostCertificate, SSHUserCertificate, Secret, ServiceUser, StaticBackend, StaticBackendTLS, TCPEdge, TLSCertificate, TLSCertificateSANs, TLSEdge, Tunnel, TunnelGroupBackend, TunnelSession, UserAgent, Vault, WeightedBackend + Classes: APIKey, AWSAuth, AWSCredentials, AWSRole, AbuseReport, AbuseReportHostname, AgentIngress, AgentIngressCertJob, AgentIngressCertPolicy, AgentIngressCertStatus, ApplicationSession, ApplicationUser, BotUser, BrowserSession, CertificateAuthority, Credential, Endpoint, EndpointBackend, EndpointBackendMutate, EndpointCircuitBreaker, EndpointCompression, EndpointIPPolicy, EndpointIPPolicyMutate, EndpointMutualTLS, EndpointMutualTLSMutate, EndpointOAuth, EndpointOAuthAmazon, EndpointOAuthFacebook, EndpointOAuthGitHub, EndpointOAuthGitLab, EndpointOAuthGoogle, EndpointOAuthLinkedIn, EndpointOAuthMicrosoft, EndpointOAuthProvider, EndpointOAuthTwitch, EndpointOIDC, EndpointRequestHeaders, EndpointResponseHeaders, EndpointSAML, EndpointSAMLMutate, EndpointTLSTermination, EndpointTLSTerminationAtEdge, EndpointTrafficPolicy, EndpointUserAgentFilter, EndpointWebhookValidation, EndpointWebsocketTCPConverter, EventDestination, EventSource, EventSourceList, EventSourceReplace, EventSubscription, EventTarget, EventTargetAzureLogsIngestion, EventTargetCloudwatchLogs, EventTargetDatadog, EventTargetFirehose, EventTargetKinesis, FailoverBackend, HTTPResponseBackend, HTTPSEdge, HTTPSEdgeRoute, IPPolicy, IPPolicyRule, IPRestriction, IdentityProvider, Listable, Location, Ref, ReservedAddr, ReservedDomain, ReservedDomainCertJob, ReservedDomainCertPolicy, ReservedDomainCertStatus, ReservedDomainResolvesToEntry, SSHCertificateAuthority, SSHCredential, SSHHostCertificate, SSHUserCertificate, Secret, ServiceUser, StaticBackend, StaticBackendTLS, TCPEdge, TLSCertificate, TLSCertificateSANs, TLSEdge, Tunnel, TunnelGroupBackend, TunnelSession, UserAgent, Vault, WeightedBackend

    @@ -107,7 +107,7 @@

    Defined Under Namespace

    diff --git a/docs/NgrokAPI/Models/APIKey.html b/docs/NgrokAPI/Models/APIKey.html index f4311eb..ce86f80 100644 --- a/docs/NgrokAPI/Models/APIKey.html +++ b/docs/NgrokAPI/Models/APIKey.html @@ -1189,7 +1189,7 @@

    diff --git a/docs/NgrokAPI/Models/AWSAuth.html b/docs/NgrokAPI/Models/AWSAuth.html index ddd09e4..53eca2f 100644 --- a/docs/NgrokAPI/Models/AWSAuth.html +++ b/docs/NgrokAPI/Models/AWSAuth.html @@ -659,7 +659,7 @@

    diff --git a/docs/NgrokAPI/Models/AWSCredentials.html b/docs/NgrokAPI/Models/AWSCredentials.html index 414df03..81e423a 100644 --- a/docs/NgrokAPI/Models/AWSCredentials.html +++ b/docs/NgrokAPI/Models/AWSCredentials.html @@ -659,7 +659,7 @@

    diff --git a/docs/NgrokAPI/Models/AWSRole.html b/docs/NgrokAPI/Models/AWSRole.html index 0e3ff3a..8f91ddc 100644 --- a/docs/NgrokAPI/Models/AWSRole.html +++ b/docs/NgrokAPI/Models/AWSRole.html @@ -585,7 +585,7 @@

    diff --git a/docs/NgrokAPI/Models/AbuseReport.html b/docs/NgrokAPI/Models/AbuseReport.html index 428a232..f7b9139 100644 --- a/docs/NgrokAPI/Models/AbuseReport.html +++ b/docs/NgrokAPI/Models/AbuseReport.html @@ -1033,7 +1033,7 @@

    diff --git a/docs/NgrokAPI/Models/AbuseReportHostname.html b/docs/NgrokAPI/Models/AbuseReportHostname.html index 876f797..3ce0c54 100644 --- a/docs/NgrokAPI/Models/AbuseReportHostname.html +++ b/docs/NgrokAPI/Models/AbuseReportHostname.html @@ -659,7 +659,7 @@

    diff --git a/docs/NgrokAPI/Models/AgentIngress.html b/docs/NgrokAPI/Models/AgentIngress.html index 6eeb51a..5c9f617 100644 --- a/docs/NgrokAPI/Models/AgentIngress.html +++ b/docs/NgrokAPI/Models/AgentIngress.html @@ -1417,7 +1417,7 @@

    diff --git a/docs/NgrokAPI/Models/AgentIngressCertJob.html b/docs/NgrokAPI/Models/AgentIngressCertJob.html index ad621c5..5c2caaf 100644 --- a/docs/NgrokAPI/Models/AgentIngressCertJob.html +++ b/docs/NgrokAPI/Models/AgentIngressCertJob.html @@ -807,7 +807,7 @@

    diff --git a/docs/NgrokAPI/Models/AgentIngressCertPolicy.html b/docs/NgrokAPI/Models/AgentIngressCertPolicy.html index c9dfb25..cfc73a7 100644 --- a/docs/NgrokAPI/Models/AgentIngressCertPolicy.html +++ b/docs/NgrokAPI/Models/AgentIngressCertPolicy.html @@ -659,7 +659,7 @@

    diff --git a/docs/NgrokAPI/Models/AgentIngressCertStatus.html b/docs/NgrokAPI/Models/AgentIngressCertStatus.html index 3fc6166..474903b 100644 --- a/docs/NgrokAPI/Models/AgentIngressCertStatus.html +++ b/docs/NgrokAPI/Models/AgentIngressCertStatus.html @@ -659,7 +659,7 @@

    diff --git a/docs/NgrokAPI/Models/ApplicationSession.html b/docs/NgrokAPI/Models/ApplicationSession.html index 084aa4e..9fc0832 100644 --- a/docs/NgrokAPI/Models/ApplicationSession.html +++ b/docs/NgrokAPI/Models/ApplicationSession.html @@ -1404,7 +1404,7 @@

    diff --git a/docs/NgrokAPI/Models/ApplicationUser.html b/docs/NgrokAPI/Models/ApplicationUser.html index f1c36cb..eb901ea 100644 --- a/docs/NgrokAPI/Models/ApplicationUser.html +++ b/docs/NgrokAPI/Models/ApplicationUser.html @@ -1326,7 +1326,7 @@

    diff --git a/docs/NgrokAPI/Models/BotUser.html b/docs/NgrokAPI/Models/BotUser.html index 209aea2..a1df513 100644 --- a/docs/NgrokAPI/Models/BotUser.html +++ b/docs/NgrokAPI/Models/BotUser.html @@ -1041,7 +1041,7 @@

    diff --git a/docs/NgrokAPI/Models/BrowserSession.html b/docs/NgrokAPI/Models/BrowserSession.html index 96292bc..aae4833 100644 --- a/docs/NgrokAPI/Models/BrowserSession.html +++ b/docs/NgrokAPI/Models/BrowserSession.html @@ -733,7 +733,7 @@

    diff --git a/docs/NgrokAPI/Models/CertificateAuthority.html b/docs/NgrokAPI/Models/CertificateAuthority.html index aeb2d42..c52344b 100644 --- a/docs/NgrokAPI/Models/CertificateAuthority.html +++ b/docs/NgrokAPI/Models/CertificateAuthority.html @@ -1485,7 +1485,7 @@

    diff --git a/docs/NgrokAPI/Models/Credential.html b/docs/NgrokAPI/Models/Credential.html index 3951292..3e8a953 100644 --- a/docs/NgrokAPI/Models/Credential.html +++ b/docs/NgrokAPI/Models/Credential.html @@ -1269,7 +1269,7 @@

    diff --git a/docs/NgrokAPI/Models/Endpoint.html b/docs/NgrokAPI/Models/Endpoint.html index 92ecb2c..c2c53e5 100644 --- a/docs/NgrokAPI/Models/Endpoint.html +++ b/docs/NgrokAPI/Models/Endpoint.html @@ -2697,7 +2697,7 @@

    diff --git a/docs/NgrokAPI/Models/EndpointBackend.html b/docs/NgrokAPI/Models/EndpointBackend.html index 7684aec..15831a5 100644 --- a/docs/NgrokAPI/Models/EndpointBackend.html +++ b/docs/NgrokAPI/Models/EndpointBackend.html @@ -659,7 +659,7 @@

    diff --git a/docs/NgrokAPI/Models/EndpointBackendMutate.html b/docs/NgrokAPI/Models/EndpointBackendMutate.html index c65caab..62bd166 100644 --- a/docs/NgrokAPI/Models/EndpointBackendMutate.html +++ b/docs/NgrokAPI/Models/EndpointBackendMutate.html @@ -659,7 +659,7 @@

    diff --git a/docs/NgrokAPI/Models/EndpointCircuitBreaker.html b/docs/NgrokAPI/Models/EndpointCircuitBreaker.html index 7f0d643..cd90068 100644 --- a/docs/NgrokAPI/Models/EndpointCircuitBreaker.html +++ b/docs/NgrokAPI/Models/EndpointCircuitBreaker.html @@ -955,7 +955,7 @@

    diff --git a/docs/NgrokAPI/Models/EndpointCompression.html b/docs/NgrokAPI/Models/EndpointCompression.html index 7df0fc8..491760c 100644 --- a/docs/NgrokAPI/Models/EndpointCompression.html +++ b/docs/NgrokAPI/Models/EndpointCompression.html @@ -585,7 +585,7 @@

    diff --git a/docs/NgrokAPI/Models/EndpointIPPolicy.html b/docs/NgrokAPI/Models/EndpointIPPolicy.html index c3fcbc8..8e43881 100644 --- a/docs/NgrokAPI/Models/EndpointIPPolicy.html +++ b/docs/NgrokAPI/Models/EndpointIPPolicy.html @@ -659,7 +659,7 @@

    diff --git a/docs/NgrokAPI/Models/EndpointIPPolicyMutate.html b/docs/NgrokAPI/Models/EndpointIPPolicyMutate.html index 26ef8d9..ea323bb 100644 --- a/docs/NgrokAPI/Models/EndpointIPPolicyMutate.html +++ b/docs/NgrokAPI/Models/EndpointIPPolicyMutate.html @@ -659,7 +659,7 @@

    diff --git a/docs/NgrokAPI/Models/EndpointMutualTLS.html b/docs/NgrokAPI/Models/EndpointMutualTLS.html index 730bb1a..82af929 100644 --- a/docs/NgrokAPI/Models/EndpointMutualTLS.html +++ b/docs/NgrokAPI/Models/EndpointMutualTLS.html @@ -659,7 +659,7 @@

    diff --git a/docs/NgrokAPI/Models/EndpointMutualTLSMutate.html b/docs/NgrokAPI/Models/EndpointMutualTLSMutate.html index de7d0e9..bc72b78 100644 --- a/docs/NgrokAPI/Models/EndpointMutualTLSMutate.html +++ b/docs/NgrokAPI/Models/EndpointMutualTLSMutate.html @@ -659,7 +659,7 @@

    diff --git a/docs/NgrokAPI/Models/EndpointOAuth.html b/docs/NgrokAPI/Models/EndpointOAuth.html index 22da0e0..81e6965 100644 --- a/docs/NgrokAPI/Models/EndpointOAuth.html +++ b/docs/NgrokAPI/Models/EndpointOAuth.html @@ -1029,7 +1029,7 @@

    diff --git a/docs/NgrokAPI/Models/EndpointOAuthAmazon.html b/docs/NgrokAPI/Models/EndpointOAuthAmazon.html index d3c3490..d2a7e7c 100644 --- a/docs/NgrokAPI/Models/EndpointOAuthAmazon.html +++ b/docs/NgrokAPI/Models/EndpointOAuthAmazon.html @@ -881,7 +881,7 @@

    diff --git a/docs/NgrokAPI/Models/EndpointOAuthFacebook.html b/docs/NgrokAPI/Models/EndpointOAuthFacebook.html index 7b0c3fc..bc0816b 100644 --- a/docs/NgrokAPI/Models/EndpointOAuthFacebook.html +++ b/docs/NgrokAPI/Models/EndpointOAuthFacebook.html @@ -881,7 +881,7 @@

    diff --git a/docs/NgrokAPI/Models/EndpointOAuthGitHub.html b/docs/NgrokAPI/Models/EndpointOAuthGitHub.html index 1bba2cb..ab09970 100644 --- a/docs/NgrokAPI/Models/EndpointOAuthGitHub.html +++ b/docs/NgrokAPI/Models/EndpointOAuthGitHub.html @@ -1029,7 +1029,7 @@

    diff --git a/docs/NgrokAPI/Models/EndpointOAuthGitLab.html b/docs/NgrokAPI/Models/EndpointOAuthGitLab.html index d7f5ef0..7b266ad 100644 --- a/docs/NgrokAPI/Models/EndpointOAuthGitLab.html +++ b/docs/NgrokAPI/Models/EndpointOAuthGitLab.html @@ -881,7 +881,7 @@

    diff --git a/docs/NgrokAPI/Models/EndpointOAuthGoogle.html b/docs/NgrokAPI/Models/EndpointOAuthGoogle.html index 5441bc9..bc69be7 100644 --- a/docs/NgrokAPI/Models/EndpointOAuthGoogle.html +++ b/docs/NgrokAPI/Models/EndpointOAuthGoogle.html @@ -881,7 +881,7 @@

    diff --git a/docs/NgrokAPI/Models/EndpointOAuthLinkedIn.html b/docs/NgrokAPI/Models/EndpointOAuthLinkedIn.html index 51b6079..221aa79 100644 --- a/docs/NgrokAPI/Models/EndpointOAuthLinkedIn.html +++ b/docs/NgrokAPI/Models/EndpointOAuthLinkedIn.html @@ -881,7 +881,7 @@

    diff --git a/docs/NgrokAPI/Models/EndpointOAuthMicrosoft.html b/docs/NgrokAPI/Models/EndpointOAuthMicrosoft.html index a7df85d..44c25b2 100644 --- a/docs/NgrokAPI/Models/EndpointOAuthMicrosoft.html +++ b/docs/NgrokAPI/Models/EndpointOAuthMicrosoft.html @@ -881,7 +881,7 @@

    diff --git a/docs/NgrokAPI/Models/EndpointOAuthProvider.html b/docs/NgrokAPI/Models/EndpointOAuthProvider.html index ce21eb0..62a0559 100644 --- a/docs/NgrokAPI/Models/EndpointOAuthProvider.html +++ b/docs/NgrokAPI/Models/EndpointOAuthProvider.html @@ -1103,7 +1103,7 @@

    diff --git a/docs/NgrokAPI/Models/EndpointOAuthTwitch.html b/docs/NgrokAPI/Models/EndpointOAuthTwitch.html index 09d3c45..79eb032 100644 --- a/docs/NgrokAPI/Models/EndpointOAuthTwitch.html +++ b/docs/NgrokAPI/Models/EndpointOAuthTwitch.html @@ -881,7 +881,7 @@

    diff --git a/docs/NgrokAPI/Models/EndpointOIDC.html b/docs/NgrokAPI/Models/EndpointOIDC.html index 4365533..d0fb3d1 100644 --- a/docs/NgrokAPI/Models/EndpointOIDC.html +++ b/docs/NgrokAPI/Models/EndpointOIDC.html @@ -1177,7 +1177,7 @@

    diff --git a/docs/NgrokAPI/Models/EndpointRequestHeaders.html b/docs/NgrokAPI/Models/EndpointRequestHeaders.html index 2ed5cd1..905b654 100644 --- a/docs/NgrokAPI/Models/EndpointRequestHeaders.html +++ b/docs/NgrokAPI/Models/EndpointRequestHeaders.html @@ -733,7 +733,7 @@

    diff --git a/docs/NgrokAPI/Models/EndpointResponseHeaders.html b/docs/NgrokAPI/Models/EndpointResponseHeaders.html index f807548..878ba3c 100644 --- a/docs/NgrokAPI/Models/EndpointResponseHeaders.html +++ b/docs/NgrokAPI/Models/EndpointResponseHeaders.html @@ -733,7 +733,7 @@

    diff --git a/docs/NgrokAPI/Models/EndpointSAML.html b/docs/NgrokAPI/Models/EndpointSAML.html index 9a61c15..ed3a28b 100644 --- a/docs/NgrokAPI/Models/EndpointSAML.html +++ b/docs/NgrokAPI/Models/EndpointSAML.html @@ -1633,7 +1633,7 @@

    diff --git a/docs/NgrokAPI/Models/EndpointSAMLMutate.html b/docs/NgrokAPI/Models/EndpointSAMLMutate.html index a6a2e32..977c85f 100644 --- a/docs/NgrokAPI/Models/EndpointSAMLMutate.html +++ b/docs/NgrokAPI/Models/EndpointSAMLMutate.html @@ -1251,7 +1251,7 @@

    diff --git a/docs/NgrokAPI/Models/EndpointTLSTermination.html b/docs/NgrokAPI/Models/EndpointTLSTermination.html index 0e2787e..61f0b38 100644 --- a/docs/NgrokAPI/Models/EndpointTLSTermination.html +++ b/docs/NgrokAPI/Models/EndpointTLSTermination.html @@ -733,7 +733,7 @@

    diff --git a/docs/NgrokAPI/Models/EndpointTLSTerminationAtEdge.html b/docs/NgrokAPI/Models/EndpointTLSTerminationAtEdge.html index 3bb02bb..c864165 100644 --- a/docs/NgrokAPI/Models/EndpointTLSTerminationAtEdge.html +++ b/docs/NgrokAPI/Models/EndpointTLSTerminationAtEdge.html @@ -659,7 +659,7 @@

    diff --git a/docs/NgrokAPI/Models/EndpointTrafficPolicy.html b/docs/NgrokAPI/Models/EndpointTrafficPolicy.html index 3fbb747..5cdc96b 100644 --- a/docs/NgrokAPI/Models/EndpointTrafficPolicy.html +++ b/docs/NgrokAPI/Models/EndpointTrafficPolicy.html @@ -659,7 +659,7 @@

    diff --git a/docs/NgrokAPI/Models/EndpointUserAgentFilter.html b/docs/NgrokAPI/Models/EndpointUserAgentFilter.html index af9356f..27bfd7a 100644 --- a/docs/NgrokAPI/Models/EndpointUserAgentFilter.html +++ b/docs/NgrokAPI/Models/EndpointUserAgentFilter.html @@ -733,7 +733,7 @@

    diff --git a/docs/NgrokAPI/Models/EndpointWebhookValidation.html b/docs/NgrokAPI/Models/EndpointWebhookValidation.html index 3bebd54..ef1a7a3 100644 --- a/docs/NgrokAPI/Models/EndpointWebhookValidation.html +++ b/docs/NgrokAPI/Models/EndpointWebhookValidation.html @@ -733,7 +733,7 @@

    diff --git a/docs/NgrokAPI/Models/EndpointWebsocketTCPConverter.html b/docs/NgrokAPI/Models/EndpointWebsocketTCPConverter.html index d6932b9..b0a29f8 100644 --- a/docs/NgrokAPI/Models/EndpointWebsocketTCPConverter.html +++ b/docs/NgrokAPI/Models/EndpointWebsocketTCPConverter.html @@ -585,7 +585,7 @@

    diff --git a/docs/NgrokAPI/Models/EventDestination.html b/docs/NgrokAPI/Models/EventDestination.html index e4bdd85..e759d4b 100644 --- a/docs/NgrokAPI/Models/EventDestination.html +++ b/docs/NgrokAPI/Models/EventDestination.html @@ -1104,7 +1104,7 @@

    diff --git a/docs/NgrokAPI/Models/EventSource.html b/docs/NgrokAPI/Models/EventSource.html index 820c4ea..dae8b65 100644 --- a/docs/NgrokAPI/Models/EventSource.html +++ b/docs/NgrokAPI/Models/EventSource.html @@ -663,7 +663,7 @@

    diff --git a/docs/NgrokAPI/Models/EventSourceList.html b/docs/NgrokAPI/Models/EventSourceList.html index 25a192d..878b873 100644 --- a/docs/NgrokAPI/Models/EventSourceList.html +++ b/docs/NgrokAPI/Models/EventSourceList.html @@ -663,7 +663,7 @@

    diff --git a/docs/NgrokAPI/Models/EventSourceReplace.html b/docs/NgrokAPI/Models/EventSourceReplace.html index 85ddd1b..0e62b92 100644 --- a/docs/NgrokAPI/Models/EventSourceReplace.html +++ b/docs/NgrokAPI/Models/EventSourceReplace.html @@ -585,7 +585,7 @@

    diff --git a/docs/NgrokAPI/Models/EventSubscription.html b/docs/NgrokAPI/Models/EventSubscription.html index bfedef5..0b30404 100644 --- a/docs/NgrokAPI/Models/EventSubscription.html +++ b/docs/NgrokAPI/Models/EventSubscription.html @@ -1104,7 +1104,7 @@

    diff --git a/docs/NgrokAPI/Models/EventTarget.html b/docs/NgrokAPI/Models/EventTarget.html index 3365b25..8c68e1f 100644 --- a/docs/NgrokAPI/Models/EventTarget.html +++ b/docs/NgrokAPI/Models/EventTarget.html @@ -881,7 +881,7 @@

    diff --git a/docs/NgrokAPI/Models/EventTargetAzureLogsIngestion.html b/docs/NgrokAPI/Models/EventTargetAzureLogsIngestion.html index a948a35..fe1f8d2 100644 --- a/docs/NgrokAPI/Models/EventTargetAzureLogsIngestion.html +++ b/docs/NgrokAPI/Models/EventTargetAzureLogsIngestion.html @@ -955,7 +955,7 @@

    diff --git a/docs/NgrokAPI/Models/EventTargetCloudwatchLogs.html b/docs/NgrokAPI/Models/EventTargetCloudwatchLogs.html index 2ed040f..e2136f1 100644 --- a/docs/NgrokAPI/Models/EventTargetCloudwatchLogs.html +++ b/docs/NgrokAPI/Models/EventTargetCloudwatchLogs.html @@ -659,7 +659,7 @@

    diff --git a/docs/NgrokAPI/Models/EventTargetDatadog.html b/docs/NgrokAPI/Models/EventTargetDatadog.html index 3df2ea6..b3eaeca 100644 --- a/docs/NgrokAPI/Models/EventTargetDatadog.html +++ b/docs/NgrokAPI/Models/EventTargetDatadog.html @@ -807,7 +807,7 @@

    diff --git a/docs/NgrokAPI/Models/EventTargetFirehose.html b/docs/NgrokAPI/Models/EventTargetFirehose.html index e918c4d..47a06e5 100644 --- a/docs/NgrokAPI/Models/EventTargetFirehose.html +++ b/docs/NgrokAPI/Models/EventTargetFirehose.html @@ -659,7 +659,7 @@

    diff --git a/docs/NgrokAPI/Models/EventTargetKinesis.html b/docs/NgrokAPI/Models/EventTargetKinesis.html index 8b77e51..cb1c9b7 100644 --- a/docs/NgrokAPI/Models/EventTargetKinesis.html +++ b/docs/NgrokAPI/Models/EventTargetKinesis.html @@ -659,7 +659,7 @@

    diff --git a/docs/NgrokAPI/Models/FailoverBackend.html b/docs/NgrokAPI/Models/FailoverBackend.html index cb31aea..8004125 100644 --- a/docs/NgrokAPI/Models/FailoverBackend.html +++ b/docs/NgrokAPI/Models/FailoverBackend.html @@ -1121,7 +1121,7 @@

    diff --git a/docs/NgrokAPI/Models/HTTPResponseBackend.html b/docs/NgrokAPI/Models/HTTPResponseBackend.html index be22676..b74eb44 100644 --- a/docs/NgrokAPI/Models/HTTPResponseBackend.html +++ b/docs/NgrokAPI/Models/HTTPResponseBackend.html @@ -1277,7 +1277,7 @@

    diff --git a/docs/NgrokAPI/Models/HTTPSEdge.html b/docs/NgrokAPI/Models/HTTPSEdge.html index 6d8b816..76aa4f6 100644 --- a/docs/NgrokAPI/Models/HTTPSEdge.html +++ b/docs/NgrokAPI/Models/HTTPSEdge.html @@ -1355,7 +1355,7 @@

    diff --git a/docs/NgrokAPI/Models/HTTPSEdgeRoute.html b/docs/NgrokAPI/Models/HTTPSEdgeRoute.html index 8179bfa..93f1117 100644 --- a/docs/NgrokAPI/Models/HTTPSEdgeRoute.html +++ b/docs/NgrokAPI/Models/HTTPSEdgeRoute.html @@ -2321,7 +2321,7 @@

    diff --git a/docs/NgrokAPI/Models/IPPolicy.html b/docs/NgrokAPI/Models/IPPolicy.html index 426f58f..2a0c959 100644 --- a/docs/NgrokAPI/Models/IPPolicy.html +++ b/docs/NgrokAPI/Models/IPPolicy.html @@ -1041,7 +1041,7 @@

    diff --git a/docs/NgrokAPI/Models/IPPolicyRule.html b/docs/NgrokAPI/Models/IPPolicyRule.html index 68ada1a..961ab95 100644 --- a/docs/NgrokAPI/Models/IPPolicyRule.html +++ b/docs/NgrokAPI/Models/IPPolicyRule.html @@ -1269,7 +1269,7 @@

    diff --git a/docs/NgrokAPI/Models/IPRestriction.html b/docs/NgrokAPI/Models/IPRestriction.html index 6f9e59e..a0f788e 100644 --- a/docs/NgrokAPI/Models/IPRestriction.html +++ b/docs/NgrokAPI/Models/IPRestriction.html @@ -1178,7 +1178,7 @@

    diff --git a/docs/NgrokAPI/Models/IdentityProvider.html b/docs/NgrokAPI/Models/IdentityProvider.html index bb00f8d..83d12a4 100644 --- a/docs/NgrokAPI/Models/IdentityProvider.html +++ b/docs/NgrokAPI/Models/IdentityProvider.html @@ -659,7 +659,7 @@

    diff --git a/docs/NgrokAPI/Models/Listable.html b/docs/NgrokAPI/Models/Listable.html index 9ff4361..964341d 100644 --- a/docs/NgrokAPI/Models/Listable.html +++ b/docs/NgrokAPI/Models/Listable.html @@ -992,7 +992,7 @@

    diff --git a/docs/NgrokAPI/Models/Location.html b/docs/NgrokAPI/Models/Location.html index 680bca7..0959a7e 100644 --- a/docs/NgrokAPI/Models/Location.html +++ b/docs/NgrokAPI/Models/Location.html @@ -807,7 +807,7 @@

    diff --git a/docs/NgrokAPI/Models/Ref.html b/docs/NgrokAPI/Models/Ref.html index bd5b29d..d5d87e5 100644 --- a/docs/NgrokAPI/Models/Ref.html +++ b/docs/NgrokAPI/Models/Ref.html @@ -663,7 +663,7 @@

    diff --git a/docs/NgrokAPI/Models/ReservedAddr.html b/docs/NgrokAPI/Models/ReservedAddr.html index 1426bc6..ecaa998 100644 --- a/docs/NgrokAPI/Models/ReservedAddr.html +++ b/docs/NgrokAPI/Models/ReservedAddr.html @@ -1104,7 +1104,7 @@

    diff --git a/docs/NgrokAPI/Models/ReservedDomain.html b/docs/NgrokAPI/Models/ReservedDomain.html index 56f5c3e..79625ef 100644 --- a/docs/NgrokAPI/Models/ReservedDomain.html +++ b/docs/NgrokAPI/Models/ReservedDomain.html @@ -480,6 +480,35 @@

    Instance Attribute Summary collaps

    Returns the value of attribute region.

    +

  • + + +
  • + + + #resolves_to ⇒ Object + + + + + + + + + readonly + + + + + + + + + +
    +

    Returns the value of attribute resolves_to.

    +
    +
  • @@ -673,7 +702,6 @@

     
     
    -25
     26
     27
     28
    @@ -690,10 +718,12 @@ 

    39 40 41 -42

    +42 +43 +44

    -
    # File 'lib/ngrokapi/models/reserved_domain.rb', line 25
    +      
    # File 'lib/ngrokapi/models/reserved_domain.rb', line 26
     
     def initialize(client: nil, attrs: {})
       @client = client
    @@ -712,6 +742,7 @@ 

    @certificate_management_policy = @attrs['certificate_management_policy'] @certificate_management_status = @attrs['certificate_management_status'] @acme_challenge_cname_target = @attrs['acme_challenge_cname_target'] + @resolves_to = @attrs['resolves_to'] end

    @@ -1283,6 +1314,49 @@

    + +
    +

    + + #resolves_toObject (readonly) + + + + + +

    +
    + +

    Returns the value of attribute resolves_to.

    + + +
    +
    +
    + + +
    + + + + +
    +
    +
    +
    +10
    +11
    +12
    +
    +
    # File 'lib/ngrokapi/models/reserved_domain.rb', line 10
    +
    +def resolves_to
    +  @resolves_to
    +end
    +
    +
    + +

    @@ -1347,12 +1421,12 @@

     
     
    -44
    -45
    -46
    +46 +47 +48

    -
    # File 'lib/ngrokapi/models/reserved_domain.rb', line 44
    +      
    # File 'lib/ngrokapi/models/reserved_domain.rb', line 46
     
     def ==(other)
       @attrs == other.attrs
    @@ -1390,14 +1464,14 @@ 

     
     
    -60
    -61
     62
     63
    -64
    +64 +65 +66

    -
    # File 'lib/ngrokapi/models/reserved_domain.rb', line 60
    +      
    # File 'lib/ngrokapi/models/reserved_domain.rb', line 62
     
     def delete
       @client.delete(
    @@ -1424,12 +1498,12 @@ 

     
     
    -52
    -53
    -54
    +54 +55 +56

    -
    # File 'lib/ngrokapi/models/reserved_domain.rb', line 52
    +      
    # File 'lib/ngrokapi/models/reserved_domain.rb', line 54
     
     def to_h
       @attrs.to_h
    @@ -1454,12 +1528,12 @@ 

     
     
    -48
    -49
    -50
    +50 +51 +52

    -
    # File 'lib/ngrokapi/models/reserved_domain.rb', line 48
    +      
    # File 'lib/ngrokapi/models/reserved_domain.rb', line 50
     
     def to_s
       @attrs.to_s
    @@ -1474,7 +1548,7 @@ 

    diff --git a/docs/NgrokAPI/Models/ReservedDomainCertJob.html b/docs/NgrokAPI/Models/ReservedDomainCertJob.html index a3d9a1e..af8f10e 100644 --- a/docs/NgrokAPI/Models/ReservedDomainCertJob.html +++ b/docs/NgrokAPI/Models/ReservedDomainCertJob.html @@ -807,7 +807,7 @@

    diff --git a/docs/NgrokAPI/Models/ReservedDomainCertPolicy.html b/docs/NgrokAPI/Models/ReservedDomainCertPolicy.html index ceee5bc..253c61f 100644 --- a/docs/NgrokAPI/Models/ReservedDomainCertPolicy.html +++ b/docs/NgrokAPI/Models/ReservedDomainCertPolicy.html @@ -659,7 +659,7 @@

    diff --git a/docs/NgrokAPI/Models/ReservedDomainCertStatus.html b/docs/NgrokAPI/Models/ReservedDomainCertStatus.html index 264fe6e..f26bcce 100644 --- a/docs/NgrokAPI/Models/ReservedDomainCertStatus.html +++ b/docs/NgrokAPI/Models/ReservedDomainCertStatus.html @@ -659,7 +659,7 @@

    diff --git a/docs/NgrokAPI/Models/ReservedDomainResolvesToEntry.html b/docs/NgrokAPI/Models/ReservedDomainResolvesToEntry.html new file mode 100644 index 0000000..3ae75cb --- /dev/null +++ b/docs/NgrokAPI/Models/ReservedDomainResolvesToEntry.html @@ -0,0 +1,595 @@ + + + + + + + Class: NgrokAPI::Models::ReservedDomainResolvesToEntry + + — Documentation by YARD 0.9.36 + + + + + + + + + + + + + + + + + + + +
    + + +

    Class: NgrokAPI::Models::ReservedDomainResolvesToEntry + + + +

    +
    + +
    +
    Inherits:
    +
    + Object + +
      +
    • Object
    • + + + +
    + show all + +
    +
    + + + + + + + + + + + +
    +
    Defined in:
    +
    lib/ngrokapi/models/reserved_domain_resolves_to_entry.rb
    +
    + +
    + + + + + +

    Instance Attribute Summary collapse

    +
      + +
    • + + + #attrs ⇒ Object + + + + + + + + + readonly + + + + + + + + + +
      +

      Returns the value of attribute attrs.

      +
      + +
    • + + +
    • + + + #client ⇒ Object + + + + + + + + + readonly + + + + + + + + + +
      +

      Returns the value of attribute client.

      +
      + +
    • + + +
    • + + + #value ⇒ Object + + + + + + + + + readonly + + + + + + + + + +
      +

      Returns the value of attribute value.

      +
      + +
    • + + +
    + + + + + +

    + Instance Method Summary + collapse +

    + + + + +
    +

    Constructor Details

    + +
    +

    + + #initialize(client: nil, attrs: {}) ⇒ ReservedDomainResolvesToEntry + + + + + +

    +
    + +

    Returns a new instance of ReservedDomainResolvesToEntry.

    + + +
    +
    +
    + + +
    + + + + +
    +
    +
    +
    +12
    +13
    +14
    +15
    +16
    +
    +
    # File 'lib/ngrokapi/models/reserved_domain_resolves_to_entry.rb', line 12
    +
    +def initialize(client: nil, attrs: {})
    +  @client = client
    +  @attrs = attrs
    +  @value = @attrs['value']
    +end
    +
    +
    + +
    + +
    +

    Instance Attribute Details

    + + + +
    +

    + + #attrsObject (readonly) + + + + + +

    +
    + +

    Returns the value of attribute attrs.

    + + +
    +
    +
    + + +
    + + + + +
    +
    +
    +
    +8
    +9
    +10
    +
    +
    # File 'lib/ngrokapi/models/reserved_domain_resolves_to_entry.rb', line 8
    +
    +def attrs
    +  @attrs
    +end
    +
    +
    + + + +
    +

    + + #clientObject (readonly) + + + + + +

    +
    + +

    Returns the value of attribute client.

    + + +
    +
    +
    + + +
    + + + + +
    +
    +
    +
    +8
    +9
    +10
    +
    +
    # File 'lib/ngrokapi/models/reserved_domain_resolves_to_entry.rb', line 8
    +
    +def client
    +  @client
    +end
    +
    +
    + + + +
    +

    + + #valueObject (readonly) + + + + + +

    +
    + +

    Returns the value of attribute value.

    + + +
    +
    +
    + + +
    + + + + +
    +
    +
    +
    +8
    +9
    +10
    +
    +
    # File 'lib/ngrokapi/models/reserved_domain_resolves_to_entry.rb', line 8
    +
    +def value
    +  @value
    +end
    +
    +
    + +
    + + +
    +

    Instance Method Details

    + + +
    +

    + + #==(other) ⇒ Object + + + + + +

    + + + + +
    +
    +
    +
    +18
    +19
    +20
    +
    +
    # File 'lib/ngrokapi/models/reserved_domain_resolves_to_entry.rb', line 18
    +
    +def ==(other)
    +  @attrs == other.attrs
    +end
    +
    +
    + +
    +

    + + #to_hObject + + + + + +

    + + + + +
    +
    +
    +
    +26
    +27
    +28
    +
    +
    # File 'lib/ngrokapi/models/reserved_domain_resolves_to_entry.rb', line 26
    +
    +def to_h
    +  @attrs.to_h
    +end
    +
    +
    + +
    +

    + + #to_sObject + + + + + +

    + + + + +
    +
    +
    +
    +22
    +23
    +24
    +
    +
    # File 'lib/ngrokapi/models/reserved_domain_resolves_to_entry.rb', line 22
    +
    +def to_s
    +  @attrs.to_s
    +end
    +
    +
    + +
    + +
    + + + +
    + + \ No newline at end of file diff --git a/docs/NgrokAPI/Models/SSHCertificateAuthority.html b/docs/NgrokAPI/Models/SSHCertificateAuthority.html index e92b058..6f45516 100644 --- a/docs/NgrokAPI/Models/SSHCertificateAuthority.html +++ b/docs/NgrokAPI/Models/SSHCertificateAuthority.html @@ -1189,7 +1189,7 @@

    diff --git a/docs/NgrokAPI/Models/SSHCredential.html b/docs/NgrokAPI/Models/SSHCredential.html index e873850..8d19a09 100644 --- a/docs/NgrokAPI/Models/SSHCredential.html +++ b/docs/NgrokAPI/Models/SSHCredential.html @@ -1269,7 +1269,7 @@

    diff --git a/docs/NgrokAPI/Models/SSHHostCertificate.html b/docs/NgrokAPI/Models/SSHHostCertificate.html index 3ab0333..70dab22 100644 --- a/docs/NgrokAPI/Models/SSHHostCertificate.html +++ b/docs/NgrokAPI/Models/SSHHostCertificate.html @@ -1559,7 +1559,7 @@

    diff --git a/docs/NgrokAPI/Models/SSHUserCertificate.html b/docs/NgrokAPI/Models/SSHUserCertificate.html index bda7e34..9138917 100644 --- a/docs/NgrokAPI/Models/SSHUserCertificate.html +++ b/docs/NgrokAPI/Models/SSHUserCertificate.html @@ -1707,7 +1707,7 @@

    diff --git a/docs/NgrokAPI/Models/Secret.html b/docs/NgrokAPI/Models/Secret.html index cdaeaed..aa3d6c4 100644 --- a/docs/NgrokAPI/Models/Secret.html +++ b/docs/NgrokAPI/Models/Secret.html @@ -1400,7 +1400,7 @@

    diff --git a/docs/NgrokAPI/Models/ServiceUser.html b/docs/NgrokAPI/Models/ServiceUser.html index aff0b8a..76f944d 100644 --- a/docs/NgrokAPI/Models/ServiceUser.html +++ b/docs/NgrokAPI/Models/ServiceUser.html @@ -1041,7 +1041,7 @@

    diff --git a/docs/NgrokAPI/Models/StaticBackend.html b/docs/NgrokAPI/Models/StaticBackend.html index 93acfb2..b97b0f1 100644 --- a/docs/NgrokAPI/Models/StaticBackend.html +++ b/docs/NgrokAPI/Models/StaticBackend.html @@ -1201,7 +1201,7 @@

    diff --git a/docs/NgrokAPI/Models/StaticBackendTLS.html b/docs/NgrokAPI/Models/StaticBackendTLS.html index 6ff0366..2c37e88 100644 --- a/docs/NgrokAPI/Models/StaticBackendTLS.html +++ b/docs/NgrokAPI/Models/StaticBackendTLS.html @@ -585,7 +585,7 @@

    diff --git a/docs/NgrokAPI/Models/TCPEdge.html b/docs/NgrokAPI/Models/TCPEdge.html index dfc68ca..ecf4d66 100644 --- a/docs/NgrokAPI/Models/TCPEdge.html +++ b/docs/NgrokAPI/Models/TCPEdge.html @@ -1361,7 +1361,7 @@

    diff --git a/docs/NgrokAPI/Models/TLSCertificate.html b/docs/NgrokAPI/Models/TLSCertificate.html index 044bec2..e8e9772 100644 --- a/docs/NgrokAPI/Models/TLSCertificate.html +++ b/docs/NgrokAPI/Models/TLSCertificate.html @@ -2225,7 +2225,7 @@

    diff --git a/docs/NgrokAPI/Models/TLSCertificateSANs.html b/docs/NgrokAPI/Models/TLSCertificateSANs.html index 79ec627..384a962 100644 --- a/docs/NgrokAPI/Models/TLSCertificateSANs.html +++ b/docs/NgrokAPI/Models/TLSCertificateSANs.html @@ -659,7 +659,7 @@

    diff --git a/docs/NgrokAPI/Models/TLSEdge.html b/docs/NgrokAPI/Models/TLSEdge.html index 9d7c8d5..47a4ad1 100644 --- a/docs/NgrokAPI/Models/TLSEdge.html +++ b/docs/NgrokAPI/Models/TLSEdge.html @@ -1521,7 +1521,7 @@

    diff --git a/docs/NgrokAPI/Models/Tunnel.html b/docs/NgrokAPI/Models/Tunnel.html index c250965..e2895c1 100644 --- a/docs/NgrokAPI/Models/Tunnel.html +++ b/docs/NgrokAPI/Models/Tunnel.html @@ -1329,7 +1329,7 @@

    diff --git a/docs/NgrokAPI/Models/TunnelGroupBackend.html b/docs/NgrokAPI/Models/TunnelGroupBackend.html index 3c4ca08..e49a4f4 100644 --- a/docs/NgrokAPI/Models/TunnelGroupBackend.html +++ b/docs/NgrokAPI/Models/TunnelGroupBackend.html @@ -1195,7 +1195,7 @@

    diff --git a/docs/NgrokAPI/Models/TunnelSession.html b/docs/NgrokAPI/Models/TunnelSession.html index 81a5812..a165632 100644 --- a/docs/NgrokAPI/Models/TunnelSession.html +++ b/docs/NgrokAPI/Models/TunnelSession.html @@ -1255,7 +1255,7 @@

    diff --git a/docs/NgrokAPI/Models/UserAgent.html b/docs/NgrokAPI/Models/UserAgent.html index 8f38504..237aa81 100644 --- a/docs/NgrokAPI/Models/UserAgent.html +++ b/docs/NgrokAPI/Models/UserAgent.html @@ -955,7 +955,7 @@

    diff --git a/docs/NgrokAPI/Models/Vault.html b/docs/NgrokAPI/Models/Vault.html index 5ea42cf..c09cc83 100644 --- a/docs/NgrokAPI/Models/Vault.html +++ b/docs/NgrokAPI/Models/Vault.html @@ -1343,7 +1343,7 @@

    diff --git a/docs/NgrokAPI/Models/WeightedBackend.html b/docs/NgrokAPI/Models/WeightedBackend.html index 68d6fc7..b188e90 100644 --- a/docs/NgrokAPI/Models/WeightedBackend.html +++ b/docs/NgrokAPI/Models/WeightedBackend.html @@ -1121,7 +1121,7 @@

    diff --git a/docs/NgrokAPI/PagedIterator.html b/docs/NgrokAPI/PagedIterator.html index 1e9f5ac..719758e 100644 --- a/docs/NgrokAPI/PagedIterator.html +++ b/docs/NgrokAPI/PagedIterator.html @@ -625,7 +625,7 @@

    diff --git a/docs/NgrokAPI/Services.html b/docs/NgrokAPI/Services.html index 3db6ab9..f8b1508 100644 --- a/docs/NgrokAPI/Services.html +++ b/docs/NgrokAPI/Services.html @@ -107,7 +107,7 @@

    Defined Under Namespace

    diff --git a/docs/NgrokAPI/Services/APIKeysClient.html b/docs/NgrokAPI/Services/APIKeysClient.html index ae4ff78..5f2a857 100644 --- a/docs/NgrokAPI/Services/APIKeysClient.html +++ b/docs/NgrokAPI/Services/APIKeysClient.html @@ -1248,6 +1248,11 @@

    (defaults to: nil) + — +
    +

    Expects a resource ID as its input. Returns earlier entries in the result set, sorted by ID.

    +
    +
  • @@ -1261,6 +1266,11 @@

    (defaults to: nil) + — +
    +

    Constrains the number of results in the dataset. See the API Overview <https://ngrok.com/docs/api/index#pagination>_ for details.

    +
    +

  • @@ -1274,6 +1284,11 @@

    (defaults to: nil) + — +
    +

    A CEL expression to filter the list results. Supports logical and comparison operators to match on fields such as id, metadata, created_at, and more. See ngrok API Filtering for syntax and field details: https://ngrok.com/docs/api/api-filtering <https://ngrok.com/docs/api/api-filtering>_.

    +
    +

  • @@ -1406,6 +1421,11 @@

    (defaults to: nil) + — +
    +

    Expects a resource ID as its input. Returns earlier entries in the result set, sorted by ID.

    +
    +

  • @@ -1419,6 +1439,11 @@

    (defaults to: nil) + — +
    +

    Constrains the number of results in the dataset. See the API Overview <https://ngrok.com/docs/api/index#pagination>_ for details.

    +
    +

  • @@ -1432,6 +1457,11 @@

    (defaults to: nil) + — +
    +

    A CEL expression to filter the list results. Supports logical and comparison operators to match on fields such as id, metadata, created_at, and more. See ngrok API Filtering for syntax and field details: https://ngrok.com/docs/api/api-filtering <https://ngrok.com/docs/api/api-filtering>_.

    +
    +

  • @@ -1799,7 +1829,7 @@

    diff --git a/docs/NgrokAPI/Services/AbuseReportsClient.html b/docs/NgrokAPI/Services/AbuseReportsClient.html index 1539cb7..3278bb3 100644 --- a/docs/NgrokAPI/Services/AbuseReportsClient.html +++ b/docs/NgrokAPI/Services/AbuseReportsClient.html @@ -833,7 +833,7 @@

    diff --git a/docs/NgrokAPI/Services/AgentIngressesClient.html b/docs/NgrokAPI/Services/AgentIngressesClient.html index 47042ed..96e9dd1 100644 --- a/docs/NgrokAPI/Services/AgentIngressesClient.html +++ b/docs/NgrokAPI/Services/AgentIngressesClient.html @@ -1282,6 +1282,11 @@

    (defaults to: nil) + — +
    +

    Expects a resource ID as its input. Returns earlier entries in the result set, sorted by ID.

    +
    +

  • @@ -1295,6 +1300,11 @@

    (defaults to: nil) + — +
    +

    Constrains the number of results in the dataset. See the API Overview <https://ngrok.com/docs/api/index#pagination>_ for details.

    +
    +

  • @@ -1308,6 +1318,11 @@

    (defaults to: nil) + — +
    +

    A CEL expression to filter the list results. Supports logical and comparison operators to match on fields such as id, metadata, created_at, and more. See ngrok API Filtering for syntax and field details: https://ngrok.com/docs/api/api-filtering <https://ngrok.com/docs/api/api-filtering>_.

    +
    +

  • @@ -1440,6 +1455,11 @@

    (defaults to: nil) + — +
    +

    Expects a resource ID as its input. Returns earlier entries in the result set, sorted by ID.

    +
    +

  • @@ -1453,6 +1473,11 @@

    (defaults to: nil) + — +
    +

    Constrains the number of results in the dataset. See the API Overview <https://ngrok.com/docs/api/index#pagination>_ for details.

    +
    +

  • @@ -1466,6 +1491,11 @@

    (defaults to: nil) + — +
    +

    A CEL expression to filter the list results. Supports logical and comparison operators to match on fields such as id, metadata, created_at, and more. See ngrok API Filtering for syntax and field details: https://ngrok.com/docs/api/api-filtering <https://ngrok.com/docs/api/api-filtering>_.

    +
    +

  • @@ -1873,7 +1903,7 @@

    diff --git a/docs/NgrokAPI/Services/ApplicationSessionsClient.html b/docs/NgrokAPI/Services/ApplicationSessionsClient.html index 421bd8b..c6ceac5 100644 --- a/docs/NgrokAPI/Services/ApplicationSessionsClient.html +++ b/docs/NgrokAPI/Services/ApplicationSessionsClient.html @@ -1137,7 +1137,7 @@

    diff --git a/docs/NgrokAPI/Services/ApplicationUsersClient.html b/docs/NgrokAPI/Services/ApplicationUsersClient.html index caa1bec..87f88b6 100644 --- a/docs/NgrokAPI/Services/ApplicationUsersClient.html +++ b/docs/NgrokAPI/Services/ApplicationUsersClient.html @@ -1137,7 +1137,7 @@

    diff --git a/docs/NgrokAPI/Services/BotUsersClient.html b/docs/NgrokAPI/Services/BotUsersClient.html index 2a6253d..3cc1116 100644 --- a/docs/NgrokAPI/Services/BotUsersClient.html +++ b/docs/NgrokAPI/Services/BotUsersClient.html @@ -1723,7 +1723,7 @@

    diff --git a/docs/NgrokAPI/Services/CertificateAuthoritiesClient.html b/docs/NgrokAPI/Services/CertificateAuthoritiesClient.html index 02617d7..1da7c23 100644 --- a/docs/NgrokAPI/Services/CertificateAuthoritiesClient.html +++ b/docs/NgrokAPI/Services/CertificateAuthoritiesClient.html @@ -1244,6 +1244,11 @@

    (defaults to: nil) + — +
    +

    Expects a resource ID as its input. Returns earlier entries in the result set, sorted by ID.

    +
    +

  • @@ -1257,6 +1262,11 @@

    (defaults to: nil) + — +
    +

    Constrains the number of results in the dataset. See the API Overview <https://ngrok.com/docs/api/index#pagination>_ for details.

    +
    +

  • @@ -1270,6 +1280,11 @@

    (defaults to: nil) + — +
    +

    A CEL expression to filter the list results. Supports logical and comparison operators to match on fields such as id, metadata, created_at, and more. See ngrok API Filtering for syntax and field details: https://ngrok.com/docs/api/api-filtering <https://ngrok.com/docs/api/api-filtering>_.

    +
    +

  • @@ -1402,6 +1417,11 @@

    (defaults to: nil) + — +
    +

    Expects a resource ID as its input. Returns earlier entries in the result set, sorted by ID.

    +
    +

  • @@ -1415,6 +1435,11 @@

    (defaults to: nil) + — +
    +

    Constrains the number of results in the dataset. See the API Overview <https://ngrok.com/docs/api/index#pagination>_ for details.

    +
    +

  • @@ -1428,6 +1453,11 @@

    (defaults to: nil) + — +
    +

    A CEL expression to filter the list results. Supports logical and comparison operators to match on fields such as id, metadata, created_at, and more. See ngrok API Filtering for syntax and field details: https://ngrok.com/docs/api/api-filtering <https://ngrok.com/docs/api/api-filtering>_.

    +
    +

  • @@ -1795,7 +1825,7 @@

    diff --git a/docs/NgrokAPI/Services/CredentialsClient.html b/docs/NgrokAPI/Services/CredentialsClient.html index 669861a..0b61f21 100644 --- a/docs/NgrokAPI/Services/CredentialsClient.html +++ b/docs/NgrokAPI/Services/CredentialsClient.html @@ -662,7 +662,7 @@

    -

    If supplied at credential creation, ownership will be assigned to the specified User or Bot. Only admins may specify an owner other than themselves. Defaults to the authenticated User or Bot.

    +

    If supplied at credential creation, ownership will be assigned to the specified User or Service User. Only admins may specify an owner other than themselves. Defaults to the authenticated User or Service User. Accepts one of: User ID, User email, or SCIM User ID.

  • @@ -817,7 +817,7 @@

    -

    If supplied at credential creation, ownership will be assigned to the specified User or Bot. Only admins may specify an owner other than themselves. Defaults to the authenticated User or Bot.

    +

    If supplied at credential creation, ownership will be assigned to the specified User or Service User. Only admins may specify an owner other than themselves. Defaults to the authenticated User or Service User. Accepts one of: User ID, User email, or SCIM User ID.

    @@ -1288,6 +1288,11 @@

    (defaults to: nil) + — +
    +

    Expects a resource ID as its input. Returns earlier entries in the result set, sorted by ID.

    +
    +
  • @@ -1301,6 +1306,11 @@

    (defaults to: nil) + — +
    +

    Constrains the number of results in the dataset. See the API Overview <https://ngrok.com/docs/api/index#pagination>_ for details.

    +
    +

  • @@ -1314,6 +1324,11 @@

    (defaults to: nil) + — +
    +

    A CEL expression to filter the list results. Supports logical and comparison operators to match on fields such as id, metadata, created_at, and more. See ngrok API Filtering for syntax and field details: https://ngrok.com/docs/api/api-filtering <https://ngrok.com/docs/api/api-filtering>_.

    +
    +

  • @@ -1446,6 +1461,11 @@

    (defaults to: nil) + — +
    +

    Expects a resource ID as its input. Returns earlier entries in the result set, sorted by ID.

    +
    +

  • @@ -1459,6 +1479,11 @@

    (defaults to: nil) + — +
    +

    Constrains the number of results in the dataset. See the API Overview <https://ngrok.com/docs/api/index#pagination>_ for details.

    +
    +

  • @@ -1472,6 +1497,11 @@

    (defaults to: nil) + — +
    +

    A CEL expression to filter the list results. Supports logical and comparison operators to match on fields such as id, metadata, created_at, and more. See ngrok API Filtering for syntax and field details: https://ngrok.com/docs/api/api-filtering <https://ngrok.com/docs/api/api-filtering>_.

    +
    +

  • @@ -1879,7 +1909,7 @@

    diff --git a/docs/NgrokAPI/Services/EdgeRouteBackendModuleClient.html b/docs/NgrokAPI/Services/EdgeRouteBackendModuleClient.html index eb80f4d..980d5f7 100644 --- a/docs/NgrokAPI/Services/EdgeRouteBackendModuleClient.html +++ b/docs/NgrokAPI/Services/EdgeRouteBackendModuleClient.html @@ -1139,7 +1139,7 @@

    diff --git a/docs/NgrokAPI/Services/EdgeRouteCircuitBreakerModuleClient.html b/docs/NgrokAPI/Services/EdgeRouteCircuitBreakerModuleClient.html index 1dafaca..963b0dd 100644 --- a/docs/NgrokAPI/Services/EdgeRouteCircuitBreakerModuleClient.html +++ b/docs/NgrokAPI/Services/EdgeRouteCircuitBreakerModuleClient.html @@ -1139,7 +1139,7 @@

    diff --git a/docs/NgrokAPI/Services/EdgeRouteCompressionModuleClient.html b/docs/NgrokAPI/Services/EdgeRouteCompressionModuleClient.html index e091ee5..69af12b 100644 --- a/docs/NgrokAPI/Services/EdgeRouteCompressionModuleClient.html +++ b/docs/NgrokAPI/Services/EdgeRouteCompressionModuleClient.html @@ -1139,7 +1139,7 @@

    diff --git a/docs/NgrokAPI/Services/EdgeRouteIPRestrictionModuleClient.html b/docs/NgrokAPI/Services/EdgeRouteIPRestrictionModuleClient.html index 4bbbcd8..7c702ca 100644 --- a/docs/NgrokAPI/Services/EdgeRouteIPRestrictionModuleClient.html +++ b/docs/NgrokAPI/Services/EdgeRouteIPRestrictionModuleClient.html @@ -1139,7 +1139,7 @@

    diff --git a/docs/NgrokAPI/Services/EdgeRouteOAuthModuleClient.html b/docs/NgrokAPI/Services/EdgeRouteOAuthModuleClient.html index 31a8f60..3fc9767 100644 --- a/docs/NgrokAPI/Services/EdgeRouteOAuthModuleClient.html +++ b/docs/NgrokAPI/Services/EdgeRouteOAuthModuleClient.html @@ -1139,7 +1139,7 @@

    diff --git a/docs/NgrokAPI/Services/EdgeRouteOIDCModuleClient.html b/docs/NgrokAPI/Services/EdgeRouteOIDCModuleClient.html index 2cbc4b5..b63111c 100644 --- a/docs/NgrokAPI/Services/EdgeRouteOIDCModuleClient.html +++ b/docs/NgrokAPI/Services/EdgeRouteOIDCModuleClient.html @@ -1139,7 +1139,7 @@

    diff --git a/docs/NgrokAPI/Services/EdgeRouteRequestHeadersModuleClient.html b/docs/NgrokAPI/Services/EdgeRouteRequestHeadersModuleClient.html index 505ce67..db9f9c6 100644 --- a/docs/NgrokAPI/Services/EdgeRouteRequestHeadersModuleClient.html +++ b/docs/NgrokAPI/Services/EdgeRouteRequestHeadersModuleClient.html @@ -1139,7 +1139,7 @@

    diff --git a/docs/NgrokAPI/Services/EdgeRouteResponseHeadersModuleClient.html b/docs/NgrokAPI/Services/EdgeRouteResponseHeadersModuleClient.html index f50ed57..9fa214e 100644 --- a/docs/NgrokAPI/Services/EdgeRouteResponseHeadersModuleClient.html +++ b/docs/NgrokAPI/Services/EdgeRouteResponseHeadersModuleClient.html @@ -1139,7 +1139,7 @@

    diff --git a/docs/NgrokAPI/Services/EdgeRouteSAMLModuleClient.html b/docs/NgrokAPI/Services/EdgeRouteSAMLModuleClient.html index 8dd0932..ee67506 100644 --- a/docs/NgrokAPI/Services/EdgeRouteSAMLModuleClient.html +++ b/docs/NgrokAPI/Services/EdgeRouteSAMLModuleClient.html @@ -1139,7 +1139,7 @@

    diff --git a/docs/NgrokAPI/Services/EdgeRouteTrafficPolicyModuleClient.html b/docs/NgrokAPI/Services/EdgeRouteTrafficPolicyModuleClient.html index 50b185b..fc92168 100644 --- a/docs/NgrokAPI/Services/EdgeRouteTrafficPolicyModuleClient.html +++ b/docs/NgrokAPI/Services/EdgeRouteTrafficPolicyModuleClient.html @@ -1139,7 +1139,7 @@

    diff --git a/docs/NgrokAPI/Services/EdgeRouteUserAgentFilterModuleClient.html b/docs/NgrokAPI/Services/EdgeRouteUserAgentFilterModuleClient.html index 95a77eb..5009546 100644 --- a/docs/NgrokAPI/Services/EdgeRouteUserAgentFilterModuleClient.html +++ b/docs/NgrokAPI/Services/EdgeRouteUserAgentFilterModuleClient.html @@ -1139,7 +1139,7 @@

    diff --git a/docs/NgrokAPI/Services/EdgeRouteWebhookVerificationModuleClient.html b/docs/NgrokAPI/Services/EdgeRouteWebhookVerificationModuleClient.html index 0653a07..533bc3f 100644 --- a/docs/NgrokAPI/Services/EdgeRouteWebhookVerificationModuleClient.html +++ b/docs/NgrokAPI/Services/EdgeRouteWebhookVerificationModuleClient.html @@ -1139,7 +1139,7 @@

    diff --git a/docs/NgrokAPI/Services/EdgeRouteWebsocketTCPConverterModuleClient.html b/docs/NgrokAPI/Services/EdgeRouteWebsocketTCPConverterModuleClient.html index 15dea10..aedb642 100644 --- a/docs/NgrokAPI/Services/EdgeRouteWebsocketTCPConverterModuleClient.html +++ b/docs/NgrokAPI/Services/EdgeRouteWebsocketTCPConverterModuleClient.html @@ -1139,7 +1139,7 @@

    diff --git a/docs/NgrokAPI/Services/EdgesHTTPSClient.html b/docs/NgrokAPI/Services/EdgesHTTPSClient.html index f531102..2a24a96 100644 --- a/docs/NgrokAPI/Services/EdgesHTTPSClient.html +++ b/docs/NgrokAPI/Services/EdgesHTTPSClient.html @@ -1953,7 +1953,7 @@

    diff --git a/docs/NgrokAPI/Services/EdgesHTTPSRoutesClient.html b/docs/NgrokAPI/Services/EdgesHTTPSRoutesClient.html index d13cfd4..609d7b7 100644 --- a/docs/NgrokAPI/Services/EdgesHTTPSRoutesClient.html +++ b/docs/NgrokAPI/Services/EdgesHTTPSRoutesClient.html @@ -2715,7 +2715,7 @@

    diff --git a/docs/NgrokAPI/Services/EdgesTCPClient.html b/docs/NgrokAPI/Services/EdgesTCPClient.html index 42ed7b6..f21472b 100644 --- a/docs/NgrokAPI/Services/EdgesTCPClient.html +++ b/docs/NgrokAPI/Services/EdgesTCPClient.html @@ -2033,7 +2033,7 @@

    diff --git a/docs/NgrokAPI/Services/EdgesTLSClient.html b/docs/NgrokAPI/Services/EdgesTLSClient.html index 0d5b9fd..25254cb 100644 --- a/docs/NgrokAPI/Services/EdgesTLSClient.html +++ b/docs/NgrokAPI/Services/EdgesTLSClient.html @@ -2153,7 +2153,7 @@

    diff --git a/docs/NgrokAPI/Services/EndpointsClient.html b/docs/NgrokAPI/Services/EndpointsClient.html index bf176fc..645b62d 100644 --- a/docs/NgrokAPI/Services/EndpointsClient.html +++ b/docs/NgrokAPI/Services/EndpointsClient.html @@ -1386,6 +1386,11 @@

    (defaults to: nil) + — +
    +

    Expects a resource ID as its input. Returns earlier entries in the result set, sorted by ID.

    +
    +

  • @@ -1399,6 +1404,11 @@

    (defaults to: nil) + — +
    +

    Constrains the number of results in the dataset. See the API Overview <https://ngrok.com/docs/api/index#pagination>_ for details.

    +
    +

  • @@ -1412,6 +1422,11 @@

    (defaults to: []) + — +
    +

    Filter results by endpoint IDs. Deprecated: use filter instead.

    +
    +

  • @@ -1425,6 +1440,11 @@

    (defaults to: nil) + — +
    +

    Filter results by endpoint URLs. Deprecated: use filter instead.

    +
    +

  • @@ -1438,6 +1458,11 @@

    (defaults to: nil) + — +
    +

    A CEL expression to filter the list results. Supports logical and comparison operators to match on fields such as id, metadata, created_at, and more. See ngrok API Filtering for syntax and field details: https://ngrok.com/docs/api/api-filtering <https://ngrok.com/docs/api/api-filtering>_.

    +
    +

  • @@ -1574,6 +1599,11 @@

    (defaults to: nil) + — +
    +

    Expects a resource ID as its input. Returns earlier entries in the result set, sorted by ID.

    +
    +

  • @@ -1587,6 +1617,11 @@

    (defaults to: nil) + — +
    +

    Constrains the number of results in the dataset. See the API Overview <https://ngrok.com/docs/api/index#pagination>_ for details.

    +
    +

  • @@ -1600,6 +1635,11 @@

    (defaults to: []) + — +
    +

    Filter results by endpoint IDs. Deprecated: use filter instead.

    +
    +

  • @@ -1613,6 +1653,11 @@

    (defaults to: nil) + — +
    +

    Filter results by endpoint URLs. Deprecated: use filter instead.

    +
    +

  • @@ -1626,6 +1671,11 @@

    (defaults to: nil) + — +
    +

    A CEL expression to filter the list results. Supports logical and comparison operators to match on fields such as id, metadata, created_at, and more. See ngrok API Filtering for syntax and field details: https://ngrok.com/docs/api/api-filtering <https://ngrok.com/docs/api/api-filtering>_.

    +
    +

  • @@ -2157,7 +2207,7 @@

    diff --git a/docs/NgrokAPI/Services/EventDestinationsClient.html b/docs/NgrokAPI/Services/EventDestinationsClient.html index 84b2b40..d03e6e3 100644 --- a/docs/NgrokAPI/Services/EventDestinationsClient.html +++ b/docs/NgrokAPI/Services/EventDestinationsClient.html @@ -1286,6 +1286,11 @@

    (defaults to: nil) + — +
    +

    Expects a resource ID as its input. Returns earlier entries in the result set, sorted by ID.

    +
    +

  • @@ -1299,6 +1304,11 @@

    (defaults to: nil) + — +
    +

    Constrains the number of results in the dataset. See the API Overview <https://ngrok.com/docs/api/index#pagination>_ for details.

    +
    +

  • @@ -1312,6 +1322,11 @@

    (defaults to: nil) + — +
    +

    A CEL expression to filter the list results. Supports logical and comparison operators to match on fields such as id, metadata, created_at, and more. See ngrok API Filtering for syntax and field details: https://ngrok.com/docs/api/api-filtering <https://ngrok.com/docs/api/api-filtering>_.

    +
    +

  • @@ -1444,6 +1459,11 @@

    (defaults to: nil) + — +
    +

    Expects a resource ID as its input. Returns earlier entries in the result set, sorted by ID.

    +
    +

  • @@ -1457,6 +1477,11 @@

    (defaults to: nil) + — +
    +

    Constrains the number of results in the dataset. See the API Overview <https://ngrok.com/docs/api/index#pagination>_ for details.

    +
    +

  • @@ -1470,6 +1495,11 @@

    (defaults to: nil) + — +
    +

    A CEL expression to filter the list results. Supports logical and comparison operators to match on fields such as id, metadata, created_at, and more. See ngrok API Filtering for syntax and field details: https://ngrok.com/docs/api/api-filtering <https://ngrok.com/docs/api/api-filtering>_.

    +
    +

  • @@ -1927,7 +1957,7 @@

    diff --git a/docs/NgrokAPI/Services/EventSourcesClient.html b/docs/NgrokAPI/Services/EventSourcesClient.html index e7d539b..794979a 100644 --- a/docs/NgrokAPI/Services/EventSourcesClient.html +++ b/docs/NgrokAPI/Services/EventSourcesClient.html @@ -1661,7 +1661,7 @@

    diff --git a/docs/NgrokAPI/Services/EventSubscriptionsClient.html b/docs/NgrokAPI/Services/EventSubscriptionsClient.html index 80d1ec3..9b033bb 100644 --- a/docs/NgrokAPI/Services/EventSubscriptionsClient.html +++ b/docs/NgrokAPI/Services/EventSubscriptionsClient.html @@ -1286,6 +1286,11 @@

    (defaults to: nil) + — +
    +

    Expects a resource ID as its input. Returns earlier entries in the result set, sorted by ID.

    +
    +

  • @@ -1299,6 +1304,11 @@

    (defaults to: nil) + — +
    +

    Constrains the number of results in the dataset. See the API Overview <https://ngrok.com/docs/api/index#pagination>_ for details.

    +
    +

  • @@ -1312,6 +1322,11 @@

    (defaults to: nil) + — +
    +

    A CEL expression to filter the list results. Supports logical and comparison operators to match on fields such as id, metadata, created_at, and more. See ngrok API Filtering for syntax and field details: https://ngrok.com/docs/api/api-filtering <https://ngrok.com/docs/api/api-filtering>_.

    +
    +

  • @@ -1444,6 +1459,11 @@

    (defaults to: nil) + — +
    +

    Expects a resource ID as its input. Returns earlier entries in the result set, sorted by ID.

    +
    +

  • @@ -1457,6 +1477,11 @@

    (defaults to: nil) + — +
    +

    Constrains the number of results in the dataset. See the API Overview <https://ngrok.com/docs/api/index#pagination>_ for details.

    +
    +

  • @@ -1470,6 +1495,11 @@

    (defaults to: nil) + — +
    +

    A CEL expression to filter the list results. Supports logical and comparison operators to match on fields such as id, metadata, created_at, and more. See ngrok API Filtering for syntax and field details: https://ngrok.com/docs/api/api-filtering <https://ngrok.com/docs/api/api-filtering>_.

    +
    +

  • @@ -1927,7 +1957,7 @@

    diff --git a/docs/NgrokAPI/Services/FailoverBackendsClient.html b/docs/NgrokAPI/Services/FailoverBackendsClient.html index 7848bde..812cc9f 100644 --- a/docs/NgrokAPI/Services/FailoverBackendsClient.html +++ b/docs/NgrokAPI/Services/FailoverBackendsClient.html @@ -1805,7 +1805,7 @@

    diff --git a/docs/NgrokAPI/Services/HTTPResponseBackendsClient.html b/docs/NgrokAPI/Services/HTTPResponseBackendsClient.html index 36ded3b..c56e664 100644 --- a/docs/NgrokAPI/Services/HTTPResponseBackendsClient.html +++ b/docs/NgrokAPI/Services/HTTPResponseBackendsClient.html @@ -1943,7 +1943,7 @@

    diff --git a/docs/NgrokAPI/Services/HTTPSEdgeMutualTLSModuleClient.html b/docs/NgrokAPI/Services/HTTPSEdgeMutualTLSModuleClient.html index e20eb58..3776b39 100644 --- a/docs/NgrokAPI/Services/HTTPSEdgeMutualTLSModuleClient.html +++ b/docs/NgrokAPI/Services/HTTPSEdgeMutualTLSModuleClient.html @@ -1029,7 +1029,7 @@

    diff --git a/docs/NgrokAPI/Services/HTTPSEdgeTLSTerminationModuleClient.html b/docs/NgrokAPI/Services/HTTPSEdgeTLSTerminationModuleClient.html index 69616f0..6d64442 100644 --- a/docs/NgrokAPI/Services/HTTPSEdgeTLSTerminationModuleClient.html +++ b/docs/NgrokAPI/Services/HTTPSEdgeTLSTerminationModuleClient.html @@ -1029,7 +1029,7 @@

    diff --git a/docs/NgrokAPI/Services/IPPoliciesClient.html b/docs/NgrokAPI/Services/IPPoliciesClient.html index 627b1b7..d07fa6d 100644 --- a/docs/NgrokAPI/Services/IPPoliciesClient.html +++ b/docs/NgrokAPI/Services/IPPoliciesClient.html @@ -1208,6 +1208,11 @@

    (defaults to: nil) + — +
    +

    Expects a resource ID as its input. Returns earlier entries in the result set, sorted by ID.

    +
    +

  • @@ -1221,6 +1226,11 @@

    (defaults to: nil) + — +
    +

    Constrains the number of results in the dataset. See the API Overview <https://ngrok.com/docs/api/index#pagination>_ for details.

    +
    +

  • @@ -1234,6 +1244,11 @@

    (defaults to: nil) + — +
    +

    A CEL expression to filter the list results. Supports logical and comparison operators to match on fields such as id, metadata, created_at, and more. See ngrok API Filtering for syntax and field details: https://ngrok.com/docs/api/api-filtering <https://ngrok.com/docs/api/api-filtering>_.

    +
    +

  • @@ -1366,6 +1381,11 @@

    (defaults to: nil) + — +
    +

    Expects a resource ID as its input. Returns earlier entries in the result set, sorted by ID.

    +
    +

  • @@ -1379,6 +1399,11 @@

    (defaults to: nil) + — +
    +

    Constrains the number of results in the dataset. See the API Overview <https://ngrok.com/docs/api/index#pagination>_ for details.

    +
    +

  • @@ -1392,6 +1417,11 @@

    (defaults to: nil) + — +
    +

    A CEL expression to filter the list results. Supports logical and comparison operators to match on fields such as id, metadata, created_at, and more. See ngrok API Filtering for syntax and field details: https://ngrok.com/docs/api/api-filtering <https://ngrok.com/docs/api/api-filtering>_.

    +
    +

  • @@ -1759,7 +1789,7 @@

    diff --git a/docs/NgrokAPI/Services/IPPolicyRulesClient.html b/docs/NgrokAPI/Services/IPPolicyRulesClient.html index 805c165..8584e3a 100644 --- a/docs/NgrokAPI/Services/IPPolicyRulesClient.html +++ b/docs/NgrokAPI/Services/IPPolicyRulesClient.html @@ -1316,6 +1316,11 @@

    (defaults to: nil) + — +
    +

    Expects a resource ID as its input. Returns earlier entries in the result set, sorted by ID.

    +
    +

  • @@ -1329,6 +1334,11 @@

    (defaults to: nil) + — +
    +

    Constrains the number of results in the dataset. See the API Overview <https://ngrok.com/docs/api/index#pagination>_ for details.

    +
    +

  • @@ -1342,6 +1352,11 @@

    (defaults to: nil) + — +
    +

    A CEL expression to filter the list results. Supports logical and comparison operators to match on fields such as id, metadata, created_at, and more. See ngrok API Filtering for syntax and field details: https://ngrok.com/docs/api/api-filtering <https://ngrok.com/docs/api/api-filtering>_.

    +
    +

  • @@ -1474,6 +1489,11 @@

    (defaults to: nil) + — +
    +

    Expects a resource ID as its input. Returns earlier entries in the result set, sorted by ID.

    +
    +

  • @@ -1487,6 +1507,11 @@

    (defaults to: nil) + — +
    +

    Constrains the number of results in the dataset. See the API Overview <https://ngrok.com/docs/api/index#pagination>_ for details.

    +
    +

  • @@ -1500,6 +1525,11 @@

    (defaults to: nil) + — +
    +

    A CEL expression to filter the list results. Supports logical and comparison operators to match on fields such as id, metadata, created_at, and more. See ngrok API Filtering for syntax and field details: https://ngrok.com/docs/api/api-filtering <https://ngrok.com/docs/api/api-filtering>_.

    +
    +

  • @@ -1907,7 +1937,7 @@

    diff --git a/docs/NgrokAPI/Services/IPRestrictionsClient.html b/docs/NgrokAPI/Services/IPRestrictionsClient.html index bfc442d..cdd0d24 100644 --- a/docs/NgrokAPI/Services/IPRestrictionsClient.html +++ b/docs/NgrokAPI/Services/IPRestrictionsClient.html @@ -1320,6 +1320,11 @@

    (defaults to: nil) + — +
    +

    Expects a resource ID as its input. Returns earlier entries in the result set, sorted by ID.

    +
    +

  • @@ -1333,6 +1338,11 @@

    (defaults to: nil) + — +
    +

    Constrains the number of results in the dataset. See the API Overview <https://ngrok.com/docs/api/index#pagination>_ for details.

    +
    +

  • @@ -1346,6 +1356,11 @@

    (defaults to: nil) + — +
    +

    A CEL expression to filter the list results. Supports logical and comparison operators to match on fields such as id, metadata, created_at, and more. See ngrok API Filtering for syntax and field details: https://ngrok.com/docs/api/api-filtering <https://ngrok.com/docs/api/api-filtering>_.

    +
    +

  • @@ -1478,6 +1493,11 @@

    (defaults to: nil) + — +
    +

    Expects a resource ID as its input. Returns earlier entries in the result set, sorted by ID.

    +
    +

  • @@ -1491,6 +1511,11 @@

    (defaults to: nil) + — +
    +

    Constrains the number of results in the dataset. See the API Overview <https://ngrok.com/docs/api/index#pagination>_ for details.

    +
    +

  • @@ -1504,6 +1529,11 @@

    (defaults to: nil) + — +
    +

    A CEL expression to filter the list results. Supports logical and comparison operators to match on fields such as id, metadata, created_at, and more. See ngrok API Filtering for syntax and field details: https://ngrok.com/docs/api/api-filtering <https://ngrok.com/docs/api/api-filtering>_.

    +
    +

  • @@ -1951,7 +1981,7 @@

    diff --git a/docs/NgrokAPI/Services/ReservedAddrsClient.html b/docs/NgrokAPI/Services/ReservedAddrsClient.html index 06fb803..9791f10 100644 --- a/docs/NgrokAPI/Services/ReservedAddrsClient.html +++ b/docs/NgrokAPI/Services/ReservedAddrsClient.html @@ -1248,6 +1248,11 @@

    (defaults to: nil) + — +
    +

    Expects a resource ID as its input. Returns earlier entries in the result set, sorted by ID.

    +
    +

  • @@ -1261,6 +1266,11 @@

    (defaults to: nil) + — +
    +

    Constrains the number of results in the dataset. See the API Overview <https://ngrok.com/docs/api/index#pagination>_ for details.

    +
    +

  • @@ -1274,6 +1284,11 @@

    (defaults to: nil) + — +
    +

    A CEL expression to filter the list results. Supports logical and comparison operators to match on fields such as id, metadata, created_at, and more. See ngrok API Filtering for syntax and field details: https://ngrok.com/docs/api/api-filtering <https://ngrok.com/docs/api/api-filtering>_.

    +
    +

  • @@ -1406,6 +1421,11 @@

    (defaults to: nil) + — +
    +

    Expects a resource ID as its input. Returns earlier entries in the result set, sorted by ID.

    +
    +

  • @@ -1419,6 +1439,11 @@

    (defaults to: nil) + — +
    +

    Constrains the number of results in the dataset. See the API Overview <https://ngrok.com/docs/api/index#pagination>_ for details.

    +
    +

  • @@ -1432,6 +1457,11 @@

    (defaults to: nil) + — +
    +

    A CEL expression to filter the list results. Supports logical and comparison operators to match on fields such as id, metadata, created_at, and more. See ngrok API Filtering for syntax and field details: https://ngrok.com/docs/api/api-filtering <https://ngrok.com/docs/api/api-filtering>_.

    +
    +

  • @@ -1799,7 +1829,7 @@

    diff --git a/docs/NgrokAPI/Services/ReservedDomainsClient.html b/docs/NgrokAPI/Services/ReservedDomainsClient.html index d8a0fc2..14c619c 100644 --- a/docs/NgrokAPI/Services/ReservedDomainsClient.html +++ b/docs/NgrokAPI/Services/ReservedDomainsClient.html @@ -207,7 +207,7 @@

  • - #create(name: "", domain: "", region: "", description: "", metadata: "", http_endpoint_configuration_id: nil, https_endpoint_configuration_id: nil, certificate_id: nil, certificate_management_policy: nil, error_redirect_url: nil) ⇒ NgrokAPI::Models::ReservedDomain + #create(name: "", domain: "", region: "", description: "", metadata: "", http_endpoint_configuration_id: nil, https_endpoint_configuration_id: nil, certificate_id: nil, certificate_management_policy: nil, error_redirect_url: nil, resolves_to: nil) ⇒ NgrokAPI::Models::ReservedDomain @@ -231,7 +231,7 @@

  • - #create!(name: "", domain: "", region: "", description: "", metadata: "", http_endpoint_configuration_id: nil, https_endpoint_configuration_id: nil, certificate_id: nil, certificate_management_policy: nil, error_redirect_url: nil) ⇒ NgrokAPI::Models::ReservedDomain + #create!(name: "", domain: "", region: "", description: "", metadata: "", http_endpoint_configuration_id: nil, https_endpoint_configuration_id: nil, certificate_id: nil, certificate_management_policy: nil, error_redirect_url: nil, resolves_to: nil) ⇒ NgrokAPI::Models::ReservedDomain @@ -521,7 +521,7 @@

  • - #update(id: "", description: nil, metadata: nil, http_endpoint_configuration_id: nil, https_endpoint_configuration_id: nil, certificate_id: nil, certificate_management_policy: nil, region: nil, error_redirect_url: nil) ⇒ NgrokAPI::Models::ReservedDomain + #update(id: "", description: nil, metadata: nil, http_endpoint_configuration_id: nil, https_endpoint_configuration_id: nil, certificate_id: nil, certificate_management_policy: nil, region: nil, error_redirect_url: nil, resolves_to: nil) ⇒ NgrokAPI::Models::ReservedDomain @@ -545,7 +545,7 @@

  • - #update!(id: "", description: nil, metadata: nil, http_endpoint_configuration_id: nil, https_endpoint_configuration_id: nil, certificate_id: nil, certificate_management_policy: nil, region: nil, error_redirect_url: nil) ⇒ NgrokAPI::Models::ReservedDomain + #update!(id: "", description: nil, metadata: nil, http_endpoint_configuration_id: nil, https_endpoint_configuration_id: nil, certificate_id: nil, certificate_management_policy: nil, region: nil, error_redirect_url: nil, resolves_to: nil) ⇒ NgrokAPI::Models::ReservedDomain @@ -671,7 +671,7 @@

    Instance Method Details

    - #create(name: "", domain: "", region: "", description: "", metadata: "", http_endpoint_configuration_id: nil, https_endpoint_configuration_id: nil, certificate_id: nil, certificate_management_policy: nil, error_redirect_url: nil) ⇒ NgrokAPI::Models::ReservedDomain + #create(name: "", domain: "", region: "", description: "", metadata: "", http_endpoint_configuration_id: nil, https_endpoint_configuration_id: nil, certificate_id: nil, certificate_management_policy: nil, error_redirect_url: nil, resolves_to: nil) ⇒ NgrokAPI::Models::ReservedDomain @@ -795,6 +795,24 @@

    configuration for automatic management of TLS certificates for this domain, or null if automatic management is disabled. Optional, mutually exclusive with certificate_id.

    +
    + +

  • + +
  • + + resolves_to + + + (List<ReservedDomainResolvesToEntry>) + + + (defaults to: nil) + + + — +
    +

    DNS resolver targets configured for the reserved domain, or empty for “global” resolution.

  • @@ -826,7 +844,6 @@

     
     
    -38
     39
     40
     41
    @@ -839,12 +856,14 @@ 

    48 49 50 -51

    +51 +52 +53

  • -
    # File 'lib/ngrokapi/services/reserved_domains_client.rb', line 38
    +      
    # File 'lib/ngrokapi/services/reserved_domains_client.rb', line 39
     
    -def create(name: "", domain: "", region: "", description: "", metadata: "", http_endpoint_configuration_id: nil, https_endpoint_configuration_id: nil, certificate_id: nil, certificate_management_policy: nil, error_redirect_url: nil)
    +def create(name: "", domain: "", region: "", description: "", metadata: "", http_endpoint_configuration_id: nil, https_endpoint_configuration_id: nil, certificate_id: nil, certificate_management_policy: nil, error_redirect_url: nil, resolves_to: nil)
       path = '/reserved_domains'
       replacements = {
       }
    @@ -855,6 +874,7 @@ 

    data[:metadata] = if data[:certificate_id] = certificate_id if certificate_id data[:certificate_management_policy] = certificate_management_policy if certificate_management_policy + data[:resolves_to] = resolves_to if resolves_to result = @client.post(path % replacements, data: data) NgrokAPI::Models::ReservedDomain.new(client: self, attrs: result) end

    @@ -866,7 +886,7 @@

    - #create!(name: "", domain: "", region: "", description: "", metadata: "", http_endpoint_configuration_id: nil, https_endpoint_configuration_id: nil, certificate_id: nil, certificate_management_policy: nil, error_redirect_url: nil) ⇒ NgrokAPI::Models::ReservedDomain + #create!(name: "", domain: "", region: "", description: "", metadata: "", http_endpoint_configuration_id: nil, https_endpoint_configuration_id: nil, certificate_id: nil, certificate_management_policy: nil, error_redirect_url: nil, resolves_to: nil) ⇒ NgrokAPI::Models::ReservedDomain @@ -990,6 +1010,24 @@

    configuration for automatic management of TLS certificates for this domain, or null if automatic management is disabled. Optional, mutually exclusive with certificate_id.

    +
    + + + +
  • + + resolves_to + + + (List<ReservedDomainResolvesToEntry>) + + + (defaults to: nil) + + + — +
    +

    DNS resolver targets configured for the reserved domain, or empty for “global” resolution.

  • @@ -1021,9 +1059,6 @@

     
     
    -66
    -67
    -68
     69
     70
     71
    @@ -1034,12 +1069,16 @@ 

    76 77 78 -79

    +79 +80 +81 +82 +83

    -
    # File 'lib/ngrokapi/services/reserved_domains_client.rb', line 66
    +      
    # File 'lib/ngrokapi/services/reserved_domains_client.rb', line 69
     
    -def create!(name: "", domain: "", region: "", description: "", metadata: "", http_endpoint_configuration_id: nil, https_endpoint_configuration_id: nil, certificate_id: nil, certificate_management_policy: nil, error_redirect_url: nil)
    +def create!(name: "", domain: "", region: "", description: "", metadata: "", http_endpoint_configuration_id: nil, https_endpoint_configuration_id: nil, certificate_id: nil, certificate_management_policy: nil, error_redirect_url: nil, resolves_to: nil)
       path = '/reserved_domains'
       replacements = {
       }
    @@ -1050,6 +1089,7 @@ 

    data[:metadata] = if data[:certificate_id] = certificate_id if certificate_id data[:certificate_management_policy] = certificate_management_policy if certificate_management_policy + data[:resolves_to] = resolves_to if resolves_to result = @client.post(path % replacements, data: data, danger: true) NgrokAPI::Models::ReservedDomain.new(client: self, attrs: result) end

    @@ -1126,16 +1166,16 @@

     
     
    -88
    -89
    -90
    -91
     92
     93
    -94
    +94 +95 +96 +97 +98

    -
    # File 'lib/ngrokapi/services/reserved_domains_client.rb', line 88
    +      
    # File 'lib/ngrokapi/services/reserved_domains_client.rb', line 92
     
     def delete(id: "")
       path = '/reserved_domains/%{id}'
    @@ -1217,16 +1257,16 @@ 

     
     
    -104
    -105
    -106
    -107
     108
     109
    -110
    +110 +111 +112 +113 +114

    -
    # File 'lib/ngrokapi/services/reserved_domains_client.rb', line 104
    +      
    # File 'lib/ngrokapi/services/reserved_domains_client.rb', line 108
     
     def delete!(id: "")
       path = '/reserved_domains/%{id}'
    @@ -1308,16 +1348,16 @@ 

     
     
    -303
    -304
    -305
    -306
    -307
    -308
    -309
    +311 +312 +313 +314 +315 +316 +317

    -
    # File 'lib/ngrokapi/services/reserved_domains_client.rb', line 303
    +      
    # File 'lib/ngrokapi/services/reserved_domains_client.rb', line 311
     
     def delete_certificate(id: "")
       path = '/reserved_domains/%{id}/certificate'
    @@ -1399,16 +1439,16 @@ 

     
     
    -319
    -320
    -321
    -322
    -323
    -324
    -325
    +327 +328 +329 +330 +331 +332 +333

    -
    # File 'lib/ngrokapi/services/reserved_domains_client.rb', line 319
    +      
    # File 'lib/ngrokapi/services/reserved_domains_client.rb', line 327
     
     def delete_certificate!(id: "")
       path = '/reserved_domains/%{id}/certificate'
    @@ -1490,16 +1530,16 @@ 

    -272 -273 -274 -275 -276 -277 -278

    +280 +281 +282 +283 +284 +285 +286
    -
    # File 'lib/ngrokapi/services/reserved_domains_client.rb', line 272
    +      
    # File 'lib/ngrokapi/services/reserved_domains_client.rb', line 280
     
     def delete_certificate_management_policy(id: "")
       path = '/reserved_domains/%{id}/certificate_management_policy'
    @@ -1581,16 +1621,16 @@ 

    -288 -289 -290 -291 -292 -293 -294

    +296 +297 +298 +299 +300 +301 +302
    -
    # File 'lib/ngrokapi/services/reserved_domains_client.rb', line 288
    +      
    # File 'lib/ngrokapi/services/reserved_domains_client.rb', line 296
     
     def delete_certificate_management_policy!(id: "")
       path = '/reserved_domains/%{id}/certificate_management_policy'
    @@ -1672,18 +1712,18 @@ 

     
     
    -119
    -120
    -121
    -122
     123
     124
     125
     126
    -127
    +127 +128 +129 +130 +131

    -
    # File 'lib/ngrokapi/services/reserved_domains_client.rb', line 119
    +      
    # File 'lib/ngrokapi/services/reserved_domains_client.rb', line 123
     
     def get(id: "")
       path = '/reserved_domains/%{id}'
    @@ -1767,18 +1807,18 @@ 

     
     
    -137
    -138
    -139
    -140
     141
     142
     143
     144
    -145
    +145 +146 +147 +148 +149

    -
    # File 'lib/ngrokapi/services/reserved_domains_client.rb', line 137
    +      
    # File 'lib/ngrokapi/services/reserved_domains_client.rb', line 141
     
     def get!(id: "")
       path = '/reserved_domains/%{id}'
    @@ -1828,6 +1868,11 @@ 

    (defaults to: nil) + — +
    +

    Expects a resource ID as its input. Returns earlier entries in the result set, sorted by ID.

    +
    +
  • @@ -1841,6 +1886,11 @@

    (defaults to: nil) + — +
    +

    Constrains the number of results in the dataset. See the API Overview <https://ngrok.com/docs/api/index#pagination>_ for details.

    +
    +

  • @@ -1854,6 +1904,11 @@

    (defaults to: nil) + — +
    +

    A CEL expression to filter the list results. Supports logical and comparison operators to match on fields such as id, metadata, created_at, and more. See ngrok API Filtering for syntax and field details: https://ngrok.com/docs/api/api-filtering <https://ngrok.com/docs/api/api-filtering>_.

    +
    +

  • @@ -1901,10 +1956,6 @@

     
     
    -157
    -158
    -159
    -160
     161
     162
     163
    @@ -1921,10 +1972,14 @@ 

    174 175 176 -177

    +177 +178 +179 +180 +181

  • -
    # File 'lib/ngrokapi/services/reserved_domains_client.rb', line 157
    +      
    # File 'lib/ngrokapi/services/reserved_domains_client.rb', line 161
     
     def list(
       before_id: nil,
    @@ -1986,6 +2041,11 @@ 

    (defaults to: nil) + — +
    +

    Expects a resource ID as its input. Returns earlier entries in the result set, sorted by ID.

    +
    +
  • @@ -1999,6 +2059,11 @@

    (defaults to: nil) + — +
    +

    Constrains the number of results in the dataset. See the API Overview <https://ngrok.com/docs/api/index#pagination>_ for details.

    +
    +

  • @@ -2012,6 +2077,11 @@

    (defaults to: nil) + — +
    +

    A CEL expression to filter the list results. Supports logical and comparison operators to match on fields such as id, metadata, created_at, and more. See ngrok API Filtering for syntax and field details: https://ngrok.com/docs/api/api-filtering <https://ngrok.com/docs/api/api-filtering>_.

    +
    +

  • @@ -2059,10 +2129,6 @@

     
     
    -190
    -191
    -192
    -193
     194
     195
     196
    @@ -2081,10 +2147,14 @@ 

    209 210 211 -212

    +212 +213 +214 +215 +216

  • -
    # File 'lib/ngrokapi/services/reserved_domains_client.rb', line 190
    +      
    # File 'lib/ngrokapi/services/reserved_domains_client.rb', line 194
     
     def list!(
       before_id: nil,
    @@ -2117,7 +2187,7 @@ 

    - #update(id: "", description: nil, metadata: nil, http_endpoint_configuration_id: nil, https_endpoint_configuration_id: nil, certificate_id: nil, certificate_management_policy: nil, region: nil, error_redirect_url: nil) ⇒ NgrokAPI::Models::ReservedDomain + #update(id: "", description: nil, metadata: nil, http_endpoint_configuration_id: nil, https_endpoint_configuration_id: nil, certificate_id: nil, certificate_management_policy: nil, region: nil, error_redirect_url: nil, resolves_to: nil) ⇒ NgrokAPI::Models::ReservedDomain @@ -2218,6 +2288,24 @@

    configuration for automatic management of TLS certificates for this domain, or null if automatic management is disabled. Optional, mutually exclusive with certificate_id.

    +
    + + + +
  • + + resolves_to + + + (List<ReservedDomainResolvesToEntry>) + + + (defaults to: nil) + + + — +
    +

    DNS resolver targets configured for the reserved domain, or empty for “global” resolution.

  • @@ -2249,11 +2337,6 @@

     
     
    -225
    -226
    -227
    -228
    -229
     230
     231
     232
    @@ -2261,12 +2344,18 @@ 

    234 235 236 -237

    +237 +238 +239 +240 +241 +242 +243

    -
    # File 'lib/ngrokapi/services/reserved_domains_client.rb', line 225
    +      
    # File 'lib/ngrokapi/services/reserved_domains_client.rb', line 230
     
    -def update(id: "", description: nil, metadata: nil, http_endpoint_configuration_id: nil, https_endpoint_configuration_id: nil, certificate_id: nil, certificate_management_policy: nil, region: nil, error_redirect_url: nil)
    +def update(id: "", description: nil, metadata: nil, http_endpoint_configuration_id: nil, https_endpoint_configuration_id: nil, certificate_id: nil, certificate_management_policy: nil, region: nil, error_redirect_url: nil, resolves_to: nil)
       path = '/reserved_domains/%{id}'
       replacements = {
         id: id,
    @@ -2276,6 +2365,7 @@ 

    data[:metadata] = if data[:certificate_id] = certificate_id if certificate_id data[:certificate_management_policy] = certificate_management_policy if certificate_management_policy + data[:resolves_to] = resolves_to if resolves_to result = @client.patch(path % replacements, data: data) NgrokAPI::Models::ReservedDomain.new(client: self, attrs: result) end

    @@ -2287,7 +2377,7 @@

    - #update!(id: "", description: nil, metadata: nil, http_endpoint_configuration_id: nil, https_endpoint_configuration_id: nil, certificate_id: nil, certificate_management_policy: nil, region: nil, error_redirect_url: nil) ⇒ NgrokAPI::Models::ReservedDomain + #update!(id: "", description: nil, metadata: nil, http_endpoint_configuration_id: nil, https_endpoint_configuration_id: nil, certificate_id: nil, certificate_management_policy: nil, region: nil, error_redirect_url: nil, resolves_to: nil) ⇒ NgrokAPI::Models::ReservedDomain @@ -2388,6 +2478,24 @@

    configuration for automatic management of TLS certificates for this domain, or null if automatic management is disabled. Optional, mutually exclusive with certificate_id.

    +
    + + + +
  • + + resolves_to + + + (List<ReservedDomainResolvesToEntry>) + + + (defaults to: nil) + + + — +
    +

    DNS resolver targets configured for the reserved domain, or empty for “global” resolution.

  • @@ -2419,24 +2527,25 @@

     
     
    -251
    -252
    -253
    -254
    -255
    -256
    -257
     258
     259
     260
     261
     262
    -263
    +263 +264 +265 +266 +267 +268 +269 +270 +271

    -
    # File 'lib/ngrokapi/services/reserved_domains_client.rb', line 251
    +      
    # File 'lib/ngrokapi/services/reserved_domains_client.rb', line 258
     
    -def update!(id: "", description: nil, metadata: nil, http_endpoint_configuration_id: nil, https_endpoint_configuration_id: nil, certificate_id: nil, certificate_management_policy: nil, region: nil, error_redirect_url: nil)
    +def update!(id: "", description: nil, metadata: nil, http_endpoint_configuration_id: nil, https_endpoint_configuration_id: nil, certificate_id: nil, certificate_management_policy: nil, region: nil, error_redirect_url: nil, resolves_to: nil)
       path = '/reserved_domains/%{id}'
       replacements = {
         id: id,
    @@ -2446,6 +2555,7 @@ 

    data[:metadata] = if data[:certificate_id] = certificate_id if certificate_id data[:certificate_management_policy] = certificate_management_policy if certificate_management_policy + data[:resolves_to] = resolves_to if resolves_to result = @client.patch(path % replacements, data: data, danger: true) NgrokAPI::Models::ReservedDomain.new(client: self, attrs: result) end

    @@ -2459,7 +2569,7 @@

    diff --git a/docs/NgrokAPI/Services/SSHCertificateAuthoritiesClient.html b/docs/NgrokAPI/Services/SSHCertificateAuthoritiesClient.html index 54375a6..c365405 100644 --- a/docs/NgrokAPI/Services/SSHCertificateAuthoritiesClient.html +++ b/docs/NgrokAPI/Services/SSHCertificateAuthoritiesClient.html @@ -1328,6 +1328,11 @@

    (defaults to: nil) + — +
    +

    Expects a resource ID as its input. Returns earlier entries in the result set, sorted by ID.

    +
    +
  • @@ -1341,6 +1346,11 @@

    (defaults to: nil) + — +
    +

    Constrains the number of results in the dataset. See the API Overview <https://ngrok.com/docs/api/index#pagination>_ for details.

    +
    +

  • @@ -1354,6 +1364,11 @@

    (defaults to: nil) + — +
    +

    A CEL expression to filter the list results. Supports logical and comparison operators to match on fields such as id, metadata, created_at, and more. See ngrok API Filtering for syntax and field details: https://ngrok.com/docs/api/api-filtering <https://ngrok.com/docs/api/api-filtering>_.

    +
    +

  • @@ -1486,6 +1501,11 @@

    (defaults to: nil) + — +
    +

    Expects a resource ID as its input. Returns earlier entries in the result set, sorted by ID.

    +
    +

  • @@ -1499,6 +1519,11 @@

    (defaults to: nil) + — +
    +

    Constrains the number of results in the dataset. See the API Overview <https://ngrok.com/docs/api/index#pagination>_ for details.

    +
    +

  • @@ -1512,6 +1537,11 @@

    (defaults to: nil) + — +
    +

    A CEL expression to filter the list results. Supports logical and comparison operators to match on fields such as id, metadata, created_at, and more. See ngrok API Filtering for syntax and field details: https://ngrok.com/docs/api/api-filtering <https://ngrok.com/docs/api/api-filtering>_.

    +
    +

  • @@ -1879,7 +1909,7 @@

    diff --git a/docs/NgrokAPI/Services/SSHCredentialsClient.html b/docs/NgrokAPI/Services/SSHCredentialsClient.html index cb8b8f4..b803faa 100644 --- a/docs/NgrokAPI/Services/SSHCredentialsClient.html +++ b/docs/NgrokAPI/Services/SSHCredentialsClient.html @@ -1324,6 +1324,11 @@

    (defaults to: nil) + — +
    +

    Expects a resource ID as its input. Returns earlier entries in the result set, sorted by ID.

    +
    +

  • @@ -1337,6 +1342,11 @@

    (defaults to: nil) + — +
    +

    Constrains the number of results in the dataset. See the API Overview <https://ngrok.com/docs/api/index#pagination>_ for details.

    +
    +

  • @@ -1350,6 +1360,11 @@

    (defaults to: nil) + — +
    +

    A CEL expression to filter the list results. Supports logical and comparison operators to match on fields such as id, metadata, created_at, and more. See ngrok API Filtering for syntax and field details: https://ngrok.com/docs/api/api-filtering <https://ngrok.com/docs/api/api-filtering>_.

    +
    +

  • @@ -1482,6 +1497,11 @@

    (defaults to: nil) + — +
    +

    Expects a resource ID as its input. Returns earlier entries in the result set, sorted by ID.

    +
    +

  • @@ -1495,6 +1515,11 @@

    (defaults to: nil) + — +
    +

    Constrains the number of results in the dataset. See the API Overview <https://ngrok.com/docs/api/index#pagination>_ for details.

    +
    +

  • @@ -1508,6 +1533,11 @@

    (defaults to: nil) + — +
    +

    A CEL expression to filter the list results. Supports logical and comparison operators to match on fields such as id, metadata, created_at, and more. See ngrok API Filtering for syntax and field details: https://ngrok.com/docs/api/api-filtering <https://ngrok.com/docs/api/api-filtering>_.

    +
    +

  • @@ -1915,7 +1945,7 @@

    diff --git a/docs/NgrokAPI/Services/SSHHostCertificatesClient.html b/docs/NgrokAPI/Services/SSHHostCertificatesClient.html index aadee5c..c7055d9 100644 --- a/docs/NgrokAPI/Services/SSHHostCertificatesClient.html +++ b/docs/NgrokAPI/Services/SSHHostCertificatesClient.html @@ -1917,7 +1917,7 @@

    diff --git a/docs/NgrokAPI/Services/SSHUserCertificatesClient.html b/docs/NgrokAPI/Services/SSHUserCertificatesClient.html index 8b87832..95a3431 100644 --- a/docs/NgrokAPI/Services/SSHUserCertificatesClient.html +++ b/docs/NgrokAPI/Services/SSHUserCertificatesClient.html @@ -1997,7 +1997,7 @@

    diff --git a/docs/NgrokAPI/Services/SecretsClient.html b/docs/NgrokAPI/Services/SecretsClient.html index 71e184f..808a7f7 100644 --- a/docs/NgrokAPI/Services/SecretsClient.html +++ b/docs/NgrokAPI/Services/SecretsClient.html @@ -1368,6 +1368,11 @@

    (defaults to: nil) + — +
    +

    Expects a resource ID as its input. Returns earlier entries in the result set, sorted by ID.

    +
    +

  • @@ -1381,6 +1386,11 @@

    (defaults to: nil) + — +
    +

    Constrains the number of results in the dataset. See the API Overview <https://ngrok.com/docs/api/index#pagination>_ for details.

    +
    +

  • @@ -1394,6 +1404,11 @@

    (defaults to: nil) + — +
    +

    A CEL expression to filter the list results. Supports logical and comparison operators to match on fields such as id, metadata, created_at, and more. See ngrok API Filtering for syntax and field details: https://ngrok.com/docs/api/api-filtering <https://ngrok.com/docs/api/api-filtering>_.

    +
    +

  • @@ -1526,6 +1541,11 @@

    (defaults to: nil) + — +
    +

    Expects a resource ID as its input. Returns earlier entries in the result set, sorted by ID.

    +
    +

  • @@ -1539,6 +1559,11 @@

    (defaults to: nil) + — +
    +

    Constrains the number of results in the dataset. See the API Overview <https://ngrok.com/docs/api/index#pagination>_ for details.

    +
    +

  • @@ -1552,6 +1577,11 @@

    (defaults to: nil) + — +
    +

    A CEL expression to filter the list results. Supports logical and comparison operators to match on fields such as id, metadata, created_at, and more. See ngrok API Filtering for syntax and field details: https://ngrok.com/docs/api/api-filtering <https://ngrok.com/docs/api/api-filtering>_.

    +
    +

  • @@ -2009,7 +2039,7 @@

    diff --git a/docs/NgrokAPI/Services/ServiceUsersClient.html b/docs/NgrokAPI/Services/ServiceUsersClient.html index 22116b0..539387e 100644 --- a/docs/NgrokAPI/Services/ServiceUsersClient.html +++ b/docs/NgrokAPI/Services/ServiceUsersClient.html @@ -1206,6 +1206,11 @@

    (defaults to: nil) + — +
    +

    Expects a resource ID as its input. Returns earlier entries in the result set, sorted by ID.

    +
    +

  • @@ -1219,6 +1224,11 @@

    (defaults to: nil) + — +
    +

    Constrains the number of results in the dataset. See the API Overview <https://ngrok.com/docs/api/index#pagination>_ for details.

    +
    +

  • @@ -1232,6 +1242,11 @@

    (defaults to: nil) + — +
    +

    A CEL expression to filter the list results. Supports logical and comparison operators to match on fields such as id, metadata, created_at, and more. See ngrok API Filtering for syntax and field details: https://ngrok.com/docs/api/api-filtering <https://ngrok.com/docs/api/api-filtering>_.

    +
    +

  • @@ -1364,6 +1379,11 @@

    (defaults to: nil) + — +
    +

    Expects a resource ID as its input. Returns earlier entries in the result set, sorted by ID.

    +
    +

  • @@ -1377,6 +1397,11 @@

    (defaults to: nil) + — +
    +

    Constrains the number of results in the dataset. See the API Overview <https://ngrok.com/docs/api/index#pagination>_ for details.

    +
    +

  • @@ -1390,6 +1415,11 @@

    (defaults to: nil) + — +
    +

    A CEL expression to filter the list results. Supports logical and comparison operators to match on fields such as id, metadata, created_at, and more. See ngrok API Filtering for syntax and field details: https://ngrok.com/docs/api/api-filtering <https://ngrok.com/docs/api/api-filtering>_.

    +
    +

  • @@ -1757,7 +1787,7 @@

    diff --git a/docs/NgrokAPI/Services/StaticBackendsClient.html b/docs/NgrokAPI/Services/StaticBackendsClient.html index f70c609..9da2413 100644 --- a/docs/NgrokAPI/Services/StaticBackendsClient.html +++ b/docs/NgrokAPI/Services/StaticBackendsClient.html @@ -1885,7 +1885,7 @@

    diff --git a/docs/NgrokAPI/Services/TCPEdgeBackendModuleClient.html b/docs/NgrokAPI/Services/TCPEdgeBackendModuleClient.html index aa592a0..d941424 100644 --- a/docs/NgrokAPI/Services/TCPEdgeBackendModuleClient.html +++ b/docs/NgrokAPI/Services/TCPEdgeBackendModuleClient.html @@ -1029,7 +1029,7 @@

    diff --git a/docs/NgrokAPI/Services/TCPEdgeIPRestrictionModuleClient.html b/docs/NgrokAPI/Services/TCPEdgeIPRestrictionModuleClient.html index c8bdce9..cb5c595 100644 --- a/docs/NgrokAPI/Services/TCPEdgeIPRestrictionModuleClient.html +++ b/docs/NgrokAPI/Services/TCPEdgeIPRestrictionModuleClient.html @@ -1029,7 +1029,7 @@

    diff --git a/docs/NgrokAPI/Services/TCPEdgeTrafficPolicyModuleClient.html b/docs/NgrokAPI/Services/TCPEdgeTrafficPolicyModuleClient.html index 06d08cb..23907e4 100644 --- a/docs/NgrokAPI/Services/TCPEdgeTrafficPolicyModuleClient.html +++ b/docs/NgrokAPI/Services/TCPEdgeTrafficPolicyModuleClient.html @@ -1029,7 +1029,7 @@

    diff --git a/docs/NgrokAPI/Services/TLSCertificatesClient.html b/docs/NgrokAPI/Services/TLSCertificatesClient.html index d4e4779..d7d4ce3 100644 --- a/docs/NgrokAPI/Services/TLSCertificatesClient.html +++ b/docs/NgrokAPI/Services/TLSCertificatesClient.html @@ -1280,6 +1280,11 @@

    (defaults to: nil) + — +
    +

    Expects a resource ID as its input. Returns earlier entries in the result set, sorted by ID.

    +
    +

  • @@ -1293,6 +1298,11 @@

    (defaults to: nil) + — +
    +

    Constrains the number of results in the dataset. See the API Overview <https://ngrok.com/docs/api/index#pagination>_ for details.

    +
    +

  • @@ -1306,6 +1316,11 @@

    (defaults to: nil) + — +
    +

    A CEL expression to filter the list results. Supports logical and comparison operators to match on fields such as id, metadata, created_at, and more. See ngrok API Filtering for syntax and field details: https://ngrok.com/docs/api/api-filtering <https://ngrok.com/docs/api/api-filtering>_.

    +
    +

  • @@ -1438,6 +1453,11 @@

    (defaults to: nil) + — +
    +

    Expects a resource ID as its input. Returns earlier entries in the result set, sorted by ID.

    +
    +

  • @@ -1451,6 +1471,11 @@

    (defaults to: nil) + — +
    +

    Constrains the number of results in the dataset. See the API Overview <https://ngrok.com/docs/api/index#pagination>_ for details.

    +
    +

  • @@ -1464,6 +1489,11 @@

    (defaults to: nil) + — +
    +

    A CEL expression to filter the list results. Supports logical and comparison operators to match on fields such as id, metadata, created_at, and more. See ngrok API Filtering for syntax and field details: https://ngrok.com/docs/api/api-filtering <https://ngrok.com/docs/api/api-filtering>_.

    +
    +

  • @@ -1831,7 +1861,7 @@

    diff --git a/docs/NgrokAPI/Services/TLSEdgeBackendModuleClient.html b/docs/NgrokAPI/Services/TLSEdgeBackendModuleClient.html index 17cb91e..a00f20d 100644 --- a/docs/NgrokAPI/Services/TLSEdgeBackendModuleClient.html +++ b/docs/NgrokAPI/Services/TLSEdgeBackendModuleClient.html @@ -1029,7 +1029,7 @@

    diff --git a/docs/NgrokAPI/Services/TLSEdgeIPRestrictionModuleClient.html b/docs/NgrokAPI/Services/TLSEdgeIPRestrictionModuleClient.html index f257191..7b352c2 100644 --- a/docs/NgrokAPI/Services/TLSEdgeIPRestrictionModuleClient.html +++ b/docs/NgrokAPI/Services/TLSEdgeIPRestrictionModuleClient.html @@ -1029,7 +1029,7 @@

    diff --git a/docs/NgrokAPI/Services/TLSEdgeMutualTLSModuleClient.html b/docs/NgrokAPI/Services/TLSEdgeMutualTLSModuleClient.html index 950f19f..d78a549 100644 --- a/docs/NgrokAPI/Services/TLSEdgeMutualTLSModuleClient.html +++ b/docs/NgrokAPI/Services/TLSEdgeMutualTLSModuleClient.html @@ -1029,7 +1029,7 @@

    diff --git a/docs/NgrokAPI/Services/TLSEdgeTLSTerminationModuleClient.html b/docs/NgrokAPI/Services/TLSEdgeTLSTerminationModuleClient.html index e1cef8d..b7b9386 100644 --- a/docs/NgrokAPI/Services/TLSEdgeTLSTerminationModuleClient.html +++ b/docs/NgrokAPI/Services/TLSEdgeTLSTerminationModuleClient.html @@ -1029,7 +1029,7 @@

    diff --git a/docs/NgrokAPI/Services/TLSEdgeTrafficPolicyModuleClient.html b/docs/NgrokAPI/Services/TLSEdgeTrafficPolicyModuleClient.html index 816d204..ddd1919 100644 --- a/docs/NgrokAPI/Services/TLSEdgeTrafficPolicyModuleClient.html +++ b/docs/NgrokAPI/Services/TLSEdgeTrafficPolicyModuleClient.html @@ -1029,7 +1029,7 @@

    diff --git a/docs/NgrokAPI/Services/TunnelGroupBackendsClient.html b/docs/NgrokAPI/Services/TunnelGroupBackendsClient.html index 4c2a2ef..329705e 100644 --- a/docs/NgrokAPI/Services/TunnelGroupBackendsClient.html +++ b/docs/NgrokAPI/Services/TunnelGroupBackendsClient.html @@ -1805,7 +1805,7 @@

    diff --git a/docs/NgrokAPI/Services/TunnelSessionsClient.html b/docs/NgrokAPI/Services/TunnelSessionsClient.html index 0c9d8cb..22af13e 100644 --- a/docs/NgrokAPI/Services/TunnelSessionsClient.html +++ b/docs/NgrokAPI/Services/TunnelSessionsClient.html @@ -796,6 +796,11 @@

    (defaults to: nil) + — +
    +

    Expects a resource ID as its input. Returns earlier entries in the result set, sorted by ID.

    +
    +

  • @@ -809,6 +814,11 @@

    (defaults to: nil) + — +
    +

    Constrains the number of results in the dataset. See the API Overview <https://ngrok.com/docs/api/index#pagination>_ for details.

    +
    +

  • @@ -822,6 +832,11 @@

    (defaults to: nil) + — +
    +

    A CEL expression to filter the list results. Supports logical and comparison operators to match on fields such as id, metadata, created_at, and more. See ngrok API Filtering for syntax and field details: https://ngrok.com/docs/api/api-filtering <https://ngrok.com/docs/api/api-filtering>_.

    +
    +

  • @@ -954,6 +969,11 @@

    (defaults to: nil) + — +
    +

    Expects a resource ID as its input. Returns earlier entries in the result set, sorted by ID.

    +
    +

  • @@ -967,6 +987,11 @@

    (defaults to: nil) + — +
    +

    Constrains the number of results in the dataset. See the API Overview <https://ngrok.com/docs/api/index#pagination>_ for details.

    +
    +

  • @@ -980,6 +1005,11 @@

    (defaults to: nil) + — +
    +

    A CEL expression to filter the list results. Supports logical and comparison operators to match on fields such as id, metadata, created_at, and more. See ngrok API Filtering for syntax and field details: https://ngrok.com/docs/api/api-filtering <https://ngrok.com/docs/api/api-filtering>_.

    +
    +

  • @@ -1623,7 +1653,7 @@

    diff --git a/docs/NgrokAPI/Services/TunnelsClient.html b/docs/NgrokAPI/Services/TunnelsClient.html index 2b7e74e..8723e0f 100644 --- a/docs/NgrokAPI/Services/TunnelsClient.html +++ b/docs/NgrokAPI/Services/TunnelsClient.html @@ -909,7 +909,7 @@

    diff --git a/docs/NgrokAPI/Services/VaultsClient.html b/docs/NgrokAPI/Services/VaultsClient.html index ea88995..cf7beed 100644 --- a/docs/NgrokAPI/Services/VaultsClient.html +++ b/docs/NgrokAPI/Services/VaultsClient.html @@ -1642,6 +1642,11 @@

    (defaults to: nil) + — +
    +

    Expects a resource ID as its input. Returns earlier entries in the result set, sorted by ID.

    +
    +

  • @@ -1655,6 +1660,11 @@

    (defaults to: nil) + — +
    +

    Constrains the number of results in the dataset. See the API Overview <https://ngrok.com/docs/api/index#pagination>_ for details.

    +
    +

  • @@ -1668,6 +1678,11 @@

    (defaults to: nil) + — +
    +

    A CEL expression to filter the list results. Supports logical and comparison operators to match on fields such as id, metadata, created_at, and more. See ngrok API Filtering for syntax and field details: https://ngrok.com/docs/api/api-filtering <https://ngrok.com/docs/api/api-filtering>_.

    +
    +

  • @@ -1800,6 +1815,11 @@

    (defaults to: nil) + — +
    +

    Expects a resource ID as its input. Returns earlier entries in the result set, sorted by ID.

    +
    +

  • @@ -1813,6 +1833,11 @@

    (defaults to: nil) + — +
    +

    Constrains the number of results in the dataset. See the API Overview <https://ngrok.com/docs/api/index#pagination>_ for details.

    +
    +

  • @@ -1826,6 +1851,11 @@

    (defaults to: nil) + — +
    +

    A CEL expression to filter the list results. Supports logical and comparison operators to match on fields such as id, metadata, created_at, and more. See ngrok API Filtering for syntax and field details: https://ngrok.com/docs/api/api-filtering <https://ngrok.com/docs/api/api-filtering>_.

    +
    +

  • @@ -2243,7 +2273,7 @@

    diff --git a/docs/NgrokAPI/Services/WeightedBackendsClient.html b/docs/NgrokAPI/Services/WeightedBackendsClient.html index c67603b..6c78452 100644 --- a/docs/NgrokAPI/Services/WeightedBackendsClient.html +++ b/docs/NgrokAPI/Services/WeightedBackendsClient.html @@ -1805,7 +1805,7 @@

    diff --git a/docs/_index.html b/docs/_index.html index cdfe7df..fc8bf31 100644 --- a/docs/_index.html +++ b/docs/_index.html @@ -995,6 +995,13 @@

    Namespace Listing A-Z

  • +
  • + ReservedDomainResolvesToEntry + + (NgrokAPI::Models) + +
  • +
  • ReservedDomainsClient @@ -1337,7 +1344,7 @@

    Namespace Listing A-Z

    diff --git a/docs/class_list.html b/docs/class_list.html index d70899d..3789a1e 100644 --- a/docs/class_list.html +++ b/docs/class_list.html @@ -43,7 +43,7 @@

    Class List

    diff --git a/docs/file.README.html b/docs/file.README.html index f97591b..0a629c2 100644 --- a/docs/file.README.html +++ b/docs/file.README.html @@ -166,7 +166,7 @@

    Building (internal)

    diff --git a/docs/index.html b/docs/index.html index c03eaf8..dec39ed 100644 --- a/docs/index.html +++ b/docs/index.html @@ -166,7 +166,7 @@

    Building (internal)

    diff --git a/docs/method_list.html b/docs/method_list.html index 2aa6901..fec71ba 100644 --- a/docs/method_list.html +++ b/docs/method_list.html @@ -773,6 +773,14 @@

    Method List

  • +
    + #== + NgrokAPI::Models::ReservedDomainResolvesToEntry +
    +
  • + + +
  • #abuse_reports NgrokAPI::Client @@ -780,7 +788,7 @@

    Method List

  • -
  • +
  • #acl NgrokAPI::Models::Credential @@ -788,7 +796,7 @@

    Method List

  • -
  • +
  • #acl NgrokAPI::Models::SSHCredential @@ -796,7 +804,7 @@

    Method List

  • -
  • +
  • #acme_challenge_cname_target NgrokAPI::Models::ReservedDomain @@ -804,7 +812,7 @@

    Method List

  • -
  • +
  • #action NgrokAPI::Models::IPPolicyRule @@ -812,7 +820,7 @@

    Method List

  • -
  • +
  • #active NgrokAPI::Models::BotUser @@ -820,7 +828,7 @@

    Method List

  • -
  • +
  • #active NgrokAPI::Models::ServiceUser @@ -828,7 +836,7 @@

    Method List

  • -
  • +
  • #add NgrokAPI::Models::EndpointRequestHeaders @@ -836,7 +844,7 @@

    Method List

  • -
  • +
  • #add NgrokAPI::Models::EndpointResponseHeaders @@ -844,7 +852,7 @@

    Method List

  • -
  • +
  • #addr NgrokAPI::Models::ReservedAddr @@ -852,7 +860,7 @@

    Method List

  • -
  • +
  • #address NgrokAPI::Models::StaticBackend @@ -860,7 +868,7 @@

    Method List

  • -
  • +
  • #agent_ingresses NgrokAPI::Client @@ -868,7 +876,7 @@

    Method List

  • -
  • +
  • #agent_version NgrokAPI::Models::TunnelSession @@ -876,7 +884,7 @@

    Method List

  • -
  • +
  • #allow NgrokAPI::Models::EndpointUserAgentFilter @@ -884,7 +892,7 @@

    Method List

  • -
  • +
  • #allow_idp_initiated NgrokAPI::Models::EndpointSAML @@ -892,7 +900,7 @@

    Method List

  • -
  • +
  • #allow_idp_initiated NgrokAPI::Models::EndpointSAMLMutate @@ -900,7 +908,7 @@

    Method List

  • -
  • +
  • #amazon NgrokAPI::Models::EndpointOAuthProvider @@ -908,7 +916,7 @@

    Method List

  • -
  • +
  • #api_key NgrokAPI::HttpClient @@ -916,7 +924,7 @@

    Method List

  • -
  • +
  • #api_key NgrokAPI::Models::EventTargetDatadog @@ -924,7 +932,7 @@

    Method List

  • -
  • +
  • #api_keys NgrokAPI::Client @@ -932,7 +940,7 @@

    Method List

  • -
  • +
  • #application_sessions NgrokAPI::Client @@ -940,7 +948,7 @@

    Method List

  • -
  • +
  • #application_user NgrokAPI::Models::ApplicationSession @@ -948,7 +956,7 @@

    Method List

  • -
  • +
  • #application_users NgrokAPI::Client @@ -956,7 +964,7 @@

    Method List

  • -
  • +
  • #assertion_consumer_service_url NgrokAPI::Models::EndpointSAML @@ -964,7 +972,7 @@

    Method List

  • -
  • +
  • #attrs NgrokAPI::Models::Ref @@ -972,7 +980,7 @@

    Method List

  • -
  • +
  • #attrs NgrokAPI::Models::Vault @@ -980,7 +988,7 @@

    Method List

  • -
  • +
  • #attrs NgrokAPI::Models::Secret @@ -988,7 +996,7 @@

    Method List

  • -
  • +
  • #attrs NgrokAPI::Models::Tunnel @@ -996,7 +1004,7 @@

    Method List

  • -
  • +
  • #attrs NgrokAPI::Models::APIKey @@ -1004,7 +1012,7 @@

    Method List

  • -
  • +
  • #attrs NgrokAPI::Models::AWSAuth @@ -1012,7 +1020,7 @@

    Method List

  • -
  • +
  • #attrs NgrokAPI::Models::AWSRole @@ -1020,7 +1028,7 @@

    Method List

  • -
  • +
  • #attrs NgrokAPI::Models::BotUser @@ -1028,7 +1036,7 @@

    Method List

  • -
  • +
  • #attrs NgrokAPI::Models::Endpoint @@ -1036,7 +1044,7 @@

    Method List

  • -
  • +
  • #attrs NgrokAPI::Models::Listable @@ -1044,7 +1052,7 @@

    Method List

  • -
  • +
  • #attrs NgrokAPI::Models::Location @@ -1052,7 +1060,7 @@

    Method List

  • -
  • +
  • #attrs NgrokAPI::Models::TCPEdge @@ -1060,7 +1068,7 @@

    Method List

  • -
  • +
  • #attrs NgrokAPI::Models::TLSEdge @@ -1068,7 +1076,7 @@

    Method List

  • -
  • +
  • #attrs NgrokAPI::Models::IPPolicy @@ -1076,7 +1084,7 @@

    Method List

  • -
  • +
  • #attrs NgrokAPI::Models::Credential @@ -1084,7 +1092,7 @@

    Method List

  • -
  • +
  • #attrs NgrokAPI::Models::HTTPSEdge @@ -1092,7 +1100,7 @@

    Method List

  • -
  • +
  • #attrs NgrokAPI::Models::UserAgent @@ -1100,7 +1108,7 @@

    Method List

  • -
  • +
  • #attrs NgrokAPI::Models::AbuseReport @@ -1108,7 +1116,7 @@

    Method List

  • -
  • +
  • #attrs NgrokAPI::Models::EventSource @@ -1116,7 +1124,7 @@

    Method List

  • -
  • +
  • #attrs NgrokAPI::Models::EventTarget @@ -1124,7 +1132,7 @@

    Method List

  • -
  • +
  • #attrs NgrokAPI::Models::ServiceUser @@ -1132,7 +1140,7 @@

    Method List

  • -
  • +
  • #attrs NgrokAPI::Models::AgentIngress @@ -1140,7 +1148,7 @@

    Method List

  • -
  • +
  • #attrs NgrokAPI::Models::EndpointOIDC @@ -1148,7 +1156,7 @@

    Method List

  • -
  • +
  • #attrs NgrokAPI::Models::EndpointSAML @@ -1156,7 +1164,7 @@

    Method List

  • -
  • +
  • #attrs NgrokAPI::Models::ReservedAddr @@ -1164,7 +1172,7 @@

    Method List

  • -
  • +
  • #attrs NgrokAPI::Models::IPPolicyRule @@ -1172,7 +1180,7 @@

    Method List

  • -
  • +
  • #attrs NgrokAPI::Models::IPRestriction @@ -1180,7 +1188,7 @@

    Method List

  • -
  • +
  • #attrs NgrokAPI::Models::SSHCredential @@ -1188,7 +1196,7 @@

    Method List

  • -
  • +
  • #attrs NgrokAPI::Models::StaticBackend @@ -1196,7 +1204,7 @@

    Method List

  • -
  • +
  • #attrs NgrokAPI::Models::TunnelSession @@ -1204,7 +1212,7 @@

    Method List

  • -
  • +
  • #attrs NgrokAPI::Models::AWSCredentials @@ -1212,7 +1220,7 @@

    Method List

  • -
  • +
  • #attrs NgrokAPI::Models::BrowserSession @@ -1220,7 +1228,7 @@

    Method List

  • -
  • +
  • #attrs NgrokAPI::Models::EndpointOAuth @@ -1228,7 +1236,7 @@

    Method List

  • -
  • +
  • #attrs NgrokAPI::Models::ReservedDomain @@ -1236,7 +1244,7 @@

    Method List

  • -
  • +
  • #attrs NgrokAPI::Models::TLSCertificate @@ -1244,7 +1252,7 @@

    Method List

  • -
  • +
  • #attrs NgrokAPI::Models::ApplicationUser @@ -1252,7 +1260,7 @@

    Method List

  • -
  • +
  • #attrs NgrokAPI::Models::EndpointBackend @@ -1260,7 +1268,7 @@

    Method List

  • -
  • +
  • #attrs NgrokAPI::Models::FailoverBackend @@ -1268,7 +1276,7 @@

    Method List

  • -
  • +
  • #attrs NgrokAPI::Models::HTTPSEdgeRoute @@ -1276,7 +1284,7 @@

    Method List

  • -
  • +
  • #attrs NgrokAPI::Models::WeightedBackend @@ -1284,7 +1292,7 @@

    Method List

  • -
  • +
  • #attrs NgrokAPI::Models::EventDestination @@ -1292,7 +1300,7 @@

    Method List

  • -
  • +
  • #attrs NgrokAPI::Models::EventSourceList @@ -1300,7 +1308,7 @@

    Method List

  • -
  • +
  • #attrs NgrokAPI::Models::IdentityProvider @@ -1308,7 +1316,7 @@

    Method List

  • -
  • +
  • #attrs NgrokAPI::Models::EndpointIPPolicy @@ -1316,7 +1324,7 @@

    Method List

  • -
  • +
  • #attrs NgrokAPI::Models::EventSubscription @@ -1324,7 +1332,7 @@

    Method List

  • -
  • +
  • #attrs NgrokAPI::Models::StaticBackendTLS @@ -1332,7 +1340,7 @@

    Method List

  • -
  • +
  • #attrs NgrokAPI::Models::ApplicationSession @@ -1340,7 +1348,7 @@

    Method List

  • -
  • +
  • #attrs NgrokAPI::Models::EndpointMutualTLS @@ -1348,7 +1356,7 @@

    Method List

  • -
  • +
  • #attrs NgrokAPI::Models::EndpointCompression @@ -1356,7 +1364,7 @@

    Method List

  • -
  • +
  • #attrs NgrokAPI::Models::EndpointSAMLMutate @@ -1364,7 +1372,7 @@

    Method List

  • -
  • +
  • #attrs NgrokAPI::Models::EventSourceReplace @@ -1372,7 +1380,7 @@

    Method List

  • -
  • +
  • #attrs NgrokAPI::Models::EventTargetDatadog @@ -1380,7 +1388,7 @@

    Method List

  • -
  • +
  • #attrs NgrokAPI::Models::EventTargetKinesis @@ -1388,7 +1396,7 @@

    Method List

  • -
  • +
  • #attrs NgrokAPI::Models::SSHHostCertificate @@ -1396,7 +1404,7 @@

    Method List

  • -
  • +
  • #attrs NgrokAPI::Models::SSHUserCertificate @@ -1404,7 +1412,7 @@

    Method List

  • -
  • +
  • #attrs NgrokAPI::Models::TunnelGroupBackend @@ -1412,7 +1420,7 @@

    Method List

  • -
  • +
  • #attrs NgrokAPI::Models::AbuseReportHostname @@ -1420,7 +1428,7 @@

    Method List

  • -
  • +
  • #attrs NgrokAPI::Models::CertificateAuthority @@ -1428,7 +1436,7 @@

    Method List

  • -
  • +
  • #attrs NgrokAPI::Models::EventTargetFirehose @@ -1436,7 +1444,7 @@

    Method List

  • -
  • +
  • #attrs NgrokAPI::Models::HTTPResponseBackend @@ -1444,7 +1452,7 @@

    Method List

  • -
  • +
  • #attrs NgrokAPI::Models::TLSCertificateSANs @@ -1452,7 +1460,7 @@

    Method List

  • -
  • +
  • #attrs NgrokAPI::Models::AgentIngressCertJob @@ -1460,7 +1468,7 @@

    Method List

  • -
  • +
  • #attrs NgrokAPI::Models::EndpointOAuthAmazon @@ -1468,7 +1476,7 @@

    Method List

  • -
  • +
  • #attrs NgrokAPI::Models::EndpointOAuthGoogle @@ -1476,7 +1484,7 @@

    Method List

  • -
  • +
  • #attrs NgrokAPI::Models::EndpointOAuthTwitch @@ -1484,7 +1492,7 @@

    Method List

  • -
  • +
  • #attrs NgrokAPI::Models::EndpointBackendMutate @@ -1492,7 +1500,7 @@

    Method List

  • -
  • +
  • #attrs NgrokAPI::Models::EndpointOAuthGitHub @@ -1500,7 +1508,7 @@

    Method List

  • -
  • +
  • #attrs NgrokAPI::Models::EndpointOAuthGitLab @@ -1508,7 +1516,7 @@

    Method List

  • -
  • +
  • #attrs NgrokAPI::Models::EndpointTrafficPolicy @@ -1516,7 +1524,7 @@

    Method List

  • -
  • +
  • #attrs NgrokAPI::Models::EndpointCircuitBreaker @@ -1524,7 +1532,7 @@

    Method List

  • -
  • +
  • #attrs NgrokAPI::Models::EndpointOAuthFacebook @@ -1532,7 +1540,7 @@

    Method List

  • -
  • +
  • #attrs NgrokAPI::Models::EndpointOAuthProvider @@ -1540,7 +1548,7 @@

    Method List

  • -
  • +
  • #attrs NgrokAPI::Models::EndpointRequestHeaders @@ -1548,7 +1556,7 @@

    Method List

  • -
  • +
  • #attrs NgrokAPI::Models::EndpointTLSTermination @@ -1556,7 +1564,7 @@

    Method List

  • -
  • +
  • #attrs NgrokAPI::Models::ReservedDomainCertJob @@ -1564,7 +1572,7 @@

    Method List

  • -
  • +
  • #attrs NgrokAPI::Models::AgentIngressCertPolicy @@ -1572,7 +1580,7 @@

    Method List

  • -
  • +
  • #attrs NgrokAPI::Models::AgentIngressCertStatus @@ -1580,7 +1588,7 @@

    Method List

  • -
  • +
  • #attrs NgrokAPI::Models::EndpointIPPolicyMutate @@ -1588,7 +1596,7 @@

    Method List

  • -
  • +
  • #attrs NgrokAPI::Models::EndpointOAuthLinkedIn @@ -1596,7 +1604,7 @@

    Method List

  • -
  • +
  • #attrs NgrokAPI::Models::EndpointOAuthMicrosoft @@ -1604,7 +1612,7 @@

    Method List

  • -
  • +
  • #attrs NgrokAPI::Models::EndpointResponseHeaders @@ -1612,7 +1620,7 @@

    Method List

  • -
  • +
  • #attrs NgrokAPI::Models::SSHCertificateAuthority @@ -1620,7 +1628,7 @@

    Method List

  • -
  • +
  • #attrs NgrokAPI::Models::EndpointMutualTLSMutate @@ -1628,7 +1636,7 @@

    Method List

  • -
  • +
  • #attrs NgrokAPI::Models::EndpointUserAgentFilter @@ -1636,7 +1644,7 @@

    Method List

  • -
  • +
  • #attrs NgrokAPI::Models::EndpointWebhookValidation @@ -1644,7 +1652,7 @@

    Method List

  • -
  • +
  • #attrs NgrokAPI::Models::ReservedDomainCertPolicy @@ -1652,7 +1660,7 @@

    Method List

  • -
  • +
  • #attrs NgrokAPI::Models::ReservedDomainCertStatus @@ -1660,7 +1668,7 @@

    Method List

  • -
  • +
  • #attrs NgrokAPI::Models::EventTargetCloudwatchLogs @@ -1668,7 +1676,7 @@

    Method List

  • -
  • +
  • #attrs NgrokAPI::Models::EndpointTLSTerminationAtEdge @@ -1676,7 +1684,7 @@

    Method List

  • -
  • +
  • #attrs NgrokAPI::Models::EndpointWebsocketTCPConverter @@ -1684,7 +1692,7 @@

    Method List

  • -
  • +
  • #attrs NgrokAPI::Models::EventTargetAzureLogsIngestion @@ -1692,6 +1700,14 @@

    Method List

  • +
  • +
    + #attrs + NgrokAPI::Models::ReservedDomainResolvesToEntry +
    +
  • + +
  • #auth @@ -3069,6 +3085,14 @@

    Method List

  • +
    + #client + NgrokAPI::Models::ReservedDomainResolvesToEntry +
    +
  • + + +
  • #client NgrokAPI::Services::EdgeRouteOAuthModuleClient @@ -3076,7 +3100,7 @@

    Method List

  • -
  • +
  • #client NgrokAPI::Services::EdgeRouteBackendModuleClient @@ -3084,7 +3108,7 @@

    Method List

  • -
  • +
  • #client NgrokAPI::Services::TLSEdgeMutualTLSModuleClient @@ -3092,7 +3116,7 @@

    Method List

  • -
  • +
  • #client NgrokAPI::Services::SSHCertificateAuthoritiesClient @@ -3100,7 +3124,7 @@

    Method List

  • -
  • +
  • #client NgrokAPI::Services::HTTPSEdgeMutualTLSModuleClient @@ -3108,7 +3132,7 @@

    Method List

  • -
  • +
  • #client NgrokAPI::Services::EdgeRouteCompressionModuleClient @@ -3116,7 +3140,7 @@

    Method List

  • -
  • +
  • #client NgrokAPI::Services::TCPEdgeIPRestrictionModuleClient @@ -3124,7 +3148,7 @@

    Method List

  • -
  • +
  • #client NgrokAPI::Services::TCPEdgeTrafficPolicyModuleClient @@ -3132,7 +3156,7 @@

    Method List

  • -
  • +
  • #client NgrokAPI::Services::TLSEdgeIPRestrictionModuleClient @@ -3140,7 +3164,7 @@

    Method List

  • -
  • +
  • #client NgrokAPI::Services::TLSEdgeTrafficPolicyModuleClient @@ -3148,7 +3172,7 @@

    Method List

  • -
  • +
  • #client NgrokAPI::Services::TLSEdgeTLSTerminationModuleClient @@ -3156,7 +3180,7 @@

    Method List

  • -
  • +
  • #client NgrokAPI::Services::EdgeRouteIPRestrictionModuleClient @@ -3164,7 +3188,7 @@

    Method List

  • -
  • +
  • #client NgrokAPI::Services::EdgeRouteTrafficPolicyModuleClient @@ -3172,7 +3196,7 @@

    Method List

  • -
  • +
  • #client NgrokAPI::Services::EdgeRouteCircuitBreakerModuleClient @@ -3180,7 +3204,7 @@

    Method List

  • -
  • +
  • #client NgrokAPI::Services::EdgeRouteRequestHeadersModuleClient @@ -3188,7 +3212,7 @@

    Method List

  • -
  • +
  • #client NgrokAPI::Services::HTTPSEdgeTLSTerminationModuleClient @@ -3196,7 +3220,7 @@

    Method List

  • -
  • +
  • #client NgrokAPI::Services::EdgeRouteResponseHeadersModuleClient @@ -3204,7 +3228,7 @@

    Method List

  • -
  • +
  • #client NgrokAPI::Services::EdgeRouteUserAgentFilterModuleClient @@ -3212,7 +3236,7 @@

    Method List

  • -
  • +
  • #client NgrokAPI::Services::EdgeRouteWebhookVerificationModuleClient @@ -3220,7 +3244,7 @@

    Method List

  • -
  • +
  • #client NgrokAPI::Services::EdgeRouteWebsocketTCPConverterModuleClient @@ -3228,7 +3252,7 @@

    Method List

  • -
  • +
  • #client_id NgrokAPI::Models::EndpointOIDC @@ -3236,7 +3260,7 @@

    Method List

  • -
  • +
  • #client_id NgrokAPI::Models::EndpointOAuthAmazon @@ -3244,7 +3268,7 @@

    Method List

  • -
  • +
  • #client_id NgrokAPI::Models::EndpointOAuthGoogle @@ -3252,7 +3276,7 @@

    Method List

  • -
  • +
  • #client_id NgrokAPI::Models::EndpointOAuthTwitch @@ -3260,7 +3284,7 @@

    Method List

  • -
  • +
  • #client_id NgrokAPI::Models::EndpointOAuthGitHub @@ -3268,7 +3292,7 @@

    Method List

  • -
  • +
  • #client_id NgrokAPI::Models::EndpointOAuthGitLab @@ -3276,7 +3300,7 @@

    Method List

  • -
  • +
  • #client_id NgrokAPI::Models::EndpointOAuthFacebook @@ -3284,7 +3308,7 @@

    Method List

  • -
  • +
  • #client_id NgrokAPI::Models::EndpointOAuthLinkedIn @@ -3292,7 +3316,7 @@

    Method List

  • -
  • +
  • #client_id NgrokAPI::Models::EndpointOAuthMicrosoft @@ -3300,7 +3324,7 @@

    Method List

  • -
  • +
  • #client_id NgrokAPI::Models::EventTargetAzureLogsIngestion @@ -3308,7 +3332,7 @@

    Method List

  • -
  • +
  • #client_secret NgrokAPI::Models::EndpointOIDC @@ -3316,7 +3340,7 @@

    Method List

  • -
  • +
  • #client_secret NgrokAPI::Models::EndpointOAuthAmazon @@ -3324,7 +3348,7 @@

    Method List

  • -
  • +
  • #client_secret NgrokAPI::Models::EndpointOAuthGoogle @@ -3332,7 +3356,7 @@

    Method List

  • -
  • +
  • #client_secret NgrokAPI::Models::EndpointOAuthTwitch @@ -3340,7 +3364,7 @@

    Method List

  • -
  • +
  • #client_secret NgrokAPI::Models::EndpointOAuthGitHub @@ -3348,7 +3372,7 @@

    Method List

  • -
  • +
  • #client_secret NgrokAPI::Models::EndpointOAuthGitLab @@ -3356,7 +3380,7 @@

    Method List

  • -
  • +
  • #client_secret NgrokAPI::Models::EndpointOAuthFacebook @@ -3364,7 +3388,7 @@

    Method List

  • -
  • +
  • #client_secret NgrokAPI::Models::EndpointOAuthLinkedIn @@ -3372,7 +3396,7 @@

    Method List

  • -
  • +
  • #client_secret NgrokAPI::Models::EndpointOAuthMicrosoft @@ -3380,7 +3404,7 @@

    Method List

  • -
  • +
  • #client_secret NgrokAPI::Models::EventTargetAzureLogsIngestion @@ -3388,7 +3412,7 @@

    Method List

  • -
  • +
  • #cloudwatch_logs NgrokAPI::Models::EventTarget @@ -3396,7 +3420,7 @@

    Method List

  • -
  • +
  • #cname_target NgrokAPI::Models::ReservedDomain @@ -3404,7 +3428,7 @@

    Method List

  • -
  • +
  • #compression NgrokAPI::Models::HTTPSEdgeRoute @@ -3412,7 +3436,7 @@

    Method List

  • -
  • +
  • #cookie_prefix NgrokAPI::Models::EndpointOIDC @@ -3420,7 +3444,7 @@

    Method List

  • -
  • +
  • #cookie_prefix NgrokAPI::Models::EndpointSAML @@ -3428,7 +3452,7 @@

    Method List

  • -
  • +
  • #cookie_prefix NgrokAPI::Models::EndpointOAuth @@ -3436,7 +3460,7 @@

    Method List

  • -
  • +
  • #cookie_prefix NgrokAPI::Models::EndpointSAMLMutate @@ -3444,7 +3468,7 @@

    Method List

  • -
  • +
  • #country_code NgrokAPI::Models::Location @@ -3452,7 +3476,7 @@

    Method List

  • -
  • +
  • #create NgrokAPI::Services::VaultsClient @@ -3460,7 +3484,7 @@

    Method List

  • -
  • +
  • #create NgrokAPI::Services::SecretsClient @@ -3468,7 +3492,7 @@

    Method List

  • -
  • +
  • #create NgrokAPI::Services::APIKeysClient @@ -3476,7 +3500,7 @@

    Method List

  • -
  • +
  • #create NgrokAPI::Services::BotUsersClient @@ -3484,7 +3508,7 @@

    Method List

  • -
  • +
  • #create NgrokAPI::Services::EdgesTCPClient @@ -3492,7 +3516,7 @@

    Method List

  • -
  • +
  • #create NgrokAPI::Services::EdgesTLSClient @@ -3500,7 +3524,7 @@

    Method List

  • -
  • +
  • #create NgrokAPI::Services::EndpointsClient @@ -3508,7 +3532,7 @@

    Method List

  • -
  • +
  • #create NgrokAPI::Services::CredentialsClient @@ -3516,7 +3540,7 @@

    Method List

  • -
  • +
  • #create NgrokAPI::Services::EdgesHTTPSClient @@ -3524,7 +3548,7 @@

    Method List

  • -
  • +
  • #create NgrokAPI::Services::IPPoliciesClient @@ -3532,7 +3556,7 @@

    Method List

  • -
  • +
  • #create NgrokAPI::Services::AbuseReportsClient @@ -3540,7 +3564,7 @@

    Method List

  • -
  • +
  • #create NgrokAPI::Services::EventSourcesClient @@ -3548,7 +3572,7 @@

    Method List

  • -
  • +
  • #create NgrokAPI::Services::ServiceUsersClient @@ -3556,7 +3580,7 @@

    Method List

  • -
  • +
  • #create NgrokAPI::Services::ReservedAddrsClient @@ -3564,7 +3588,7 @@

    Method List

  • -
  • +
  • #create NgrokAPI::Services::AgentIngressesClient @@ -3572,7 +3596,7 @@

    Method List

  • -
  • +
  • #create NgrokAPI::Services::IPPolicyRulesClient @@ -3580,7 +3604,7 @@

    Method List

  • -
  • +
  • #create NgrokAPI::Services::IPRestrictionsClient @@ -3588,7 +3612,7 @@

    Method List

  • -
  • +
  • #create NgrokAPI::Services::SSHCredentialsClient @@ -3596,7 +3620,7 @@

    Method List

  • -
  • +
  • #create NgrokAPI::Services::StaticBackendsClient @@ -3604,7 +3628,7 @@

    Method List

  • -
  • +
  • #create NgrokAPI::Services::ReservedDomainsClient @@ -3612,7 +3636,7 @@

    Method List

  • -
  • +
  • #create NgrokAPI::Services::TLSCertificatesClient @@ -3620,7 +3644,7 @@

    Method List

  • -
  • +
  • #create NgrokAPI::Services::FailoverBackendsClient @@ -3628,7 +3652,7 @@

    Method List

  • -
  • +
  • #create NgrokAPI::Services::WeightedBackendsClient @@ -3636,7 +3660,7 @@

    Method List

  • -
  • +
  • #create NgrokAPI::Services::EdgesHTTPSRoutesClient @@ -3644,7 +3668,7 @@

    Method List

  • -
  • +
  • #create NgrokAPI::Services::EventDestinationsClient @@ -3652,7 +3676,7 @@

    Method List

  • -
  • +
  • #create NgrokAPI::Services::EventSubscriptionsClient @@ -3660,7 +3684,7 @@

    Method List

  • -
  • +
  • #create NgrokAPI::Services::SSHHostCertificatesClient @@ -3668,7 +3692,7 @@

    Method List

  • -
  • +
  • #create NgrokAPI::Services::SSHUserCertificatesClient @@ -3676,7 +3700,7 @@

    Method List

  • -
  • +
  • #create NgrokAPI::Services::TunnelGroupBackendsClient @@ -3684,7 +3708,7 @@

    Method List

  • -
  • +
  • #create NgrokAPI::Services::HTTPResponseBackendsClient @@ -3692,7 +3716,7 @@

    Method List

  • -
  • +
  • #create NgrokAPI::Services::CertificateAuthoritiesClient @@ -3700,7 +3724,7 @@

    Method List

  • -
  • +
  • #create NgrokAPI::Services::SSHCertificateAuthoritiesClient @@ -3708,7 +3732,7 @@

    Method List

  • -
  • +
  • #create! NgrokAPI::Services::VaultsClient @@ -3716,7 +3740,7 @@

    Method List

  • -
  • +
  • #create! NgrokAPI::Services::SecretsClient @@ -3724,7 +3748,7 @@

    Method List

  • -
  • +
  • #create! NgrokAPI::Services::APIKeysClient @@ -3732,7 +3756,7 @@

    Method List

  • -
  • +
  • #create! NgrokAPI::Services::BotUsersClient @@ -3740,7 +3764,7 @@

    Method List

  • -
  • +
  • #create! NgrokAPI::Services::EdgesTCPClient @@ -3748,7 +3772,7 @@

    Method List

  • -
  • +
  • #create! NgrokAPI::Services::EdgesTLSClient @@ -3756,7 +3780,7 @@

    Method List

  • -
  • +
  • #create! NgrokAPI::Services::EndpointsClient @@ -3764,7 +3788,7 @@

    Method List

  • -
  • +
  • #create! NgrokAPI::Services::CredentialsClient @@ -3772,7 +3796,7 @@

    Method List

  • -
  • +
  • #create! NgrokAPI::Services::EdgesHTTPSClient @@ -3780,7 +3804,7 @@

    Method List

  • -
  • +
  • #create! NgrokAPI::Services::IPPoliciesClient @@ -3788,7 +3812,7 @@

    Method List

  • -
  • +
  • #create! NgrokAPI::Services::AbuseReportsClient @@ -3796,7 +3820,7 @@

    Method List

  • -
  • +
  • #create! NgrokAPI::Services::EventSourcesClient @@ -3804,7 +3828,7 @@

    Method List

  • -
  • +
  • #create! NgrokAPI::Services::ServiceUsersClient @@ -3812,7 +3836,7 @@

    Method List

  • -
  • +
  • #create! NgrokAPI::Services::ReservedAddrsClient @@ -3820,7 +3844,7 @@

    Method List

  • -
  • +
  • #create! NgrokAPI::Services::AgentIngressesClient @@ -3828,7 +3852,7 @@

    Method List

  • -
  • +
  • #create! NgrokAPI::Services::IPPolicyRulesClient @@ -3836,7 +3860,7 @@

    Method List

  • -
  • +
  • #create! NgrokAPI::Services::IPRestrictionsClient @@ -3844,7 +3868,7 @@

    Method List

  • -
  • +
  • #create! NgrokAPI::Services::SSHCredentialsClient @@ -3852,7 +3876,7 @@

    Method List

  • -
  • +
  • #create! NgrokAPI::Services::StaticBackendsClient @@ -3860,7 +3884,7 @@

    Method List

  • -
  • +
  • #create! NgrokAPI::Services::ReservedDomainsClient @@ -3868,7 +3892,7 @@

    Method List

  • -
  • +
  • #create! NgrokAPI::Services::TLSCertificatesClient @@ -3876,7 +3900,7 @@

    Method List

  • -
  • +
  • #create! NgrokAPI::Services::FailoverBackendsClient @@ -3884,7 +3908,7 @@

    Method List

  • -
  • +
  • #create! NgrokAPI::Services::WeightedBackendsClient @@ -3892,7 +3916,7 @@

    Method List

  • -
  • +
  • #create! NgrokAPI::Services::EdgesHTTPSRoutesClient @@ -3900,7 +3924,7 @@

    Method List

  • -
  • +
  • #create! NgrokAPI::Services::EventDestinationsClient @@ -3908,7 +3932,7 @@

    Method List

  • -
  • +
  • #create! NgrokAPI::Services::EventSubscriptionsClient @@ -3916,7 +3940,7 @@

    Method List

  • -
  • +
  • #create! NgrokAPI::Services::SSHHostCertificatesClient @@ -3924,7 +3948,7 @@

    Method List

  • -
  • +
  • #create! NgrokAPI::Services::SSHUserCertificatesClient @@ -3932,7 +3956,7 @@

    Method List

  • -
  • +
  • #create! NgrokAPI::Services::TunnelGroupBackendsClient @@ -3940,7 +3964,7 @@

    Method List

  • -
  • +
  • #create! NgrokAPI::Services::HTTPResponseBackendsClient @@ -3948,7 +3972,7 @@

    Method List

  • -
  • +
  • #create! NgrokAPI::Services::CertificateAuthoritiesClient @@ -3956,7 +3980,7 @@

    Method List

  • -
  • +
  • #create! NgrokAPI::Services::SSHCertificateAuthoritiesClient @@ -3964,7 +3988,7 @@

    Method List

  • -
  • +
  • #created_at NgrokAPI::Models::Vault @@ -3972,7 +3996,7 @@

    Method List

  • -
  • +
  • #created_at NgrokAPI::Models::Secret @@ -3980,7 +4004,7 @@

    Method List

  • -
  • +
  • #created_at NgrokAPI::Models::APIKey @@ -3988,7 +4012,7 @@

    Method List

  • -
  • +
  • #created_at NgrokAPI::Models::BotUser @@ -3996,7 +4020,7 @@

    Method List

  • -
  • +
  • #created_at NgrokAPI::Models::Endpoint @@ -4004,7 +4028,7 @@

    Method List

  • -
  • +
  • #created_at NgrokAPI::Models::TCPEdge @@ -4012,7 +4036,7 @@

    Method List

  • -
  • +
  • #created_at NgrokAPI::Models::TLSEdge @@ -4020,7 +4044,7 @@

    Method List

  • -
  • +
  • #created_at NgrokAPI::Models::IPPolicy @@ -4028,7 +4052,7 @@

    Method List

  • -
  • +
  • #created_at NgrokAPI::Models::Credential @@ -4036,7 +4060,7 @@

    Method List

  • -
  • +
  • #created_at NgrokAPI::Models::HTTPSEdge @@ -4044,7 +4068,7 @@

    Method List

  • -
  • +
  • #created_at NgrokAPI::Models::AbuseReport @@ -4052,7 +4076,7 @@

    Method List

  • -
  • +
  • #created_at NgrokAPI::Models::ServiceUser @@ -4060,7 +4084,7 @@

    Method List

  • -
  • +
  • #created_at NgrokAPI::Models::AgentIngress @@ -4068,7 +4092,7 @@

    Method List

  • -
  • +
  • #created_at NgrokAPI::Models::ReservedAddr @@ -4076,7 +4100,7 @@

    Method List

  • -
  • +
  • #created_at NgrokAPI::Models::IPPolicyRule @@ -4084,7 +4108,7 @@

    Method List

  • -
  • +
  • #created_at NgrokAPI::Models::IPRestriction @@ -4092,7 +4116,7 @@

    Method List

  • -
  • +
  • #created_at NgrokAPI::Models::SSHCredential @@ -4100,7 +4124,7 @@

    Method List

  • -
  • +
  • #created_at NgrokAPI::Models::StaticBackend @@ -4108,7 +4132,7 @@

    Method List

  • -
  • +
  • #created_at NgrokAPI::Models::ReservedDomain @@ -4116,7 +4140,7 @@

    Method List

  • -
  • +
  • #created_at NgrokAPI::Models::TLSCertificate @@ -4124,7 +4148,7 @@

    Method List

  • -
  • +
  • #created_at NgrokAPI::Models::ApplicationUser @@ -4132,7 +4156,7 @@

    Method List

  • -
  • +
  • #created_at NgrokAPI::Models::FailoverBackend @@ -4140,7 +4164,7 @@

    Method List

  • -
  • +
  • #created_at NgrokAPI::Models::HTTPSEdgeRoute @@ -4148,7 +4172,7 @@

    Method List

  • -
  • +
  • #created_at NgrokAPI::Models::WeightedBackend @@ -4156,7 +4180,7 @@

    Method List

  • -
  • +
  • #created_at NgrokAPI::Models::EventDestination @@ -4164,7 +4188,7 @@

    Method List

  • -
  • +
  • #created_at NgrokAPI::Models::EventSubscription @@ -4172,7 +4196,7 @@

    Method List

  • -
  • +
  • #created_at NgrokAPI::Models::ApplicationSession @@ -4180,7 +4204,7 @@

    Method List

  • -
  • +
  • #created_at NgrokAPI::Models::SSHHostCertificate @@ -4188,7 +4212,7 @@

    Method List

  • -
  • +
  • #created_at NgrokAPI::Models::SSHUserCertificate @@ -4196,7 +4220,7 @@

    Method List

  • -
  • +
  • #created_at NgrokAPI::Models::TunnelGroupBackend @@ -4204,7 +4228,7 @@

    Method List

  • -
  • +
  • #created_at NgrokAPI::Models::CertificateAuthority @@ -4212,7 +4236,7 @@

    Method List

  • -
  • +
  • #created_at NgrokAPI::Models::HTTPResponseBackend @@ -4220,7 +4244,7 @@

    Method List

  • -
  • +
  • #created_at NgrokAPI::Models::SSHCertificateAuthority @@ -4228,7 +4252,7 @@

    Method List

  • -
  • +
  • #created_by NgrokAPI::Models::Vault @@ -4236,7 +4260,7 @@

    Method List

  • -
  • +
  • #created_by NgrokAPI::Models::Secret @@ -4244,7 +4268,7 @@

    Method List

  • -
  • +
  • #credential NgrokAPI::Models::TunnelSession @@ -4252,7 +4276,7 @@

    Method List

  • -
  • +
  • #credentials NgrokAPI::Client @@ -4260,7 +4284,7 @@

    Method List

  • -
  • +
  • #creds NgrokAPI::Models::AWSAuth @@ -4268,7 +4292,7 @@

    Method List

  • -
  • +
  • #critical_options NgrokAPI::Models::SSHUserCertificate @@ -4276,7 +4300,7 @@

    Method List

  • -
  • +
  • #data_collection_rule_id NgrokAPI::Models::EventTargetAzureLogsIngestion @@ -4284,7 +4308,7 @@

    Method List

  • -
  • +
  • #data_collection_stream_name NgrokAPI::Models::EventTargetAzureLogsIngestion @@ -4292,7 +4316,7 @@

    Method List

  • -
  • +
  • #datadog NgrokAPI::Models::EventTarget @@ -4300,7 +4324,7 @@

    Method List

  • -
  • +
  • #ddsite NgrokAPI::Models::EventTargetDatadog @@ -4308,7 +4332,7 @@

    Method List

  • -
  • +
  • #ddtags NgrokAPI::Models::EventTargetDatadog @@ -4316,7 +4340,7 @@

    Method List

  • -
  • +
  • #delete NgrokAPI::HttpClient @@ -4324,7 +4348,7 @@

    Method List

  • -
  • +
  • #delete NgrokAPI::Models::Vault @@ -4332,7 +4356,7 @@

    Method List

  • -
  • +
  • #delete NgrokAPI::Models::Secret @@ -4340,7 +4364,7 @@

    Method List

  • -
  • +
  • #delete NgrokAPI::Models::APIKey @@ -4348,7 +4372,7 @@

    Method List

  • -
  • +
  • #delete NgrokAPI::Models::BotUser @@ -4356,7 +4380,7 @@

    Method List

  • -
  • +
  • #delete NgrokAPI::Models::Endpoint @@ -4364,7 +4388,7 @@

    Method List

  • -
  • +
  • #delete NgrokAPI::Models::TCPEdge @@ -4372,7 +4396,7 @@

    Method List

  • -
  • +
  • #delete NgrokAPI::Models::TLSEdge @@ -4380,7 +4404,7 @@

    Method List

  • -
  • +
  • #delete NgrokAPI::Models::IPPolicy @@ -4388,7 +4412,7 @@

    Method List

  • -
  • +
  • #delete NgrokAPI::Models::Credential @@ -4396,7 +4420,7 @@

    Method List

  • -
  • +
  • #delete NgrokAPI::Models::HTTPSEdge @@ -4404,7 +4428,7 @@

    Method List

  • -
  • +
  • #delete NgrokAPI::Models::ServiceUser @@ -4412,7 +4436,7 @@

    Method List

  • -
  • +
  • #delete NgrokAPI::Models::AgentIngress @@ -4420,7 +4444,7 @@

    Method List

  • -
  • +
  • #delete NgrokAPI::Models::ReservedAddr @@ -4428,7 +4452,7 @@

    Method List

  • -
  • +
  • #delete NgrokAPI::Models::IPPolicyRule @@ -4436,7 +4460,7 @@

    Method List

  • -
  • +
  • #delete NgrokAPI::Models::IPRestriction @@ -4444,7 +4468,7 @@

    Method List

  • -
  • +
  • #delete NgrokAPI::Models::SSHCredential @@ -4452,7 +4476,7 @@

    Method List

  • -
  • +
  • #delete NgrokAPI::Models::StaticBackend @@ -4460,7 +4484,7 @@

    Method List

  • -
  • +
  • #delete NgrokAPI::Models::ReservedDomain @@ -4468,7 +4492,7 @@

    Method List

  • -
  • +
  • #delete NgrokAPI::Models::TLSCertificate @@ -4476,7 +4500,7 @@

    Method List

  • -
  • +
  • #delete NgrokAPI::Services::VaultsClient @@ -4484,7 +4508,7 @@

    Method List

  • -
  • +
  • #delete NgrokAPI::Models::ApplicationUser @@ -4492,7 +4516,7 @@

    Method List

  • -
  • +
  • #delete NgrokAPI::Models::FailoverBackend @@ -4500,7 +4524,7 @@

    Method List

  • -
  • +
  • #delete NgrokAPI::Models::HTTPSEdgeRoute @@ -4508,7 +4532,7 @@

    Method List

  • -
  • +
  • #delete NgrokAPI::Models::WeightedBackend @@ -4516,7 +4540,7 @@

    Method List

  • -
  • +
  • #delete NgrokAPI::Services::SecretsClient @@ -4524,7 +4548,7 @@

    Method List

  • -
  • +
  • #delete NgrokAPI::Models::EventDestination @@ -4532,7 +4556,7 @@

    Method List

  • -
  • +
  • #delete NgrokAPI::Services::APIKeysClient @@ -4540,7 +4564,7 @@

    Method List

  • -
  • +
  • #delete NgrokAPI::Models::EventSubscription @@ -4548,7 +4572,7 @@

    Method List

  • -
  • +
  • #delete NgrokAPI::Services::BotUsersClient @@ -4556,7 +4580,7 @@

    Method List

  • -
  • +
  • #delete NgrokAPI::Services::EdgesTCPClient @@ -4564,7 +4588,7 @@

    Method List

  • -
  • +
  • #delete NgrokAPI::Services::EdgesTLSClient @@ -4572,7 +4596,7 @@

    Method List

  • -
  • +
  • #delete NgrokAPI::Services::EndpointsClient @@ -4580,7 +4604,7 @@

    Method List

  • -
  • +
  • #delete NgrokAPI::Models::ApplicationSession @@ -4588,7 +4612,7 @@

    Method List

  • -
  • +
  • #delete NgrokAPI::Models::SSHHostCertificate @@ -4596,7 +4620,7 @@

    Method List

  • -
  • +
  • #delete NgrokAPI::Models::SSHUserCertificate @@ -4604,7 +4628,7 @@

    Method List

  • -
  • +
  • #delete NgrokAPI::Models::TunnelGroupBackend @@ -4612,7 +4636,7 @@

    Method List

  • -
  • +
  • #delete NgrokAPI::Services::CredentialsClient @@ -4620,7 +4644,7 @@

    Method List

  • -
  • +
  • #delete NgrokAPI::Services::EdgesHTTPSClient @@ -4628,7 +4652,7 @@

    Method List

  • -
  • +
  • #delete NgrokAPI::Services::IPPoliciesClient @@ -4636,7 +4660,7 @@

    Method List

  • -
  • +
  • #delete NgrokAPI::Models::CertificateAuthority @@ -4644,7 +4668,7 @@

    Method List

  • -
  • +
  • #delete NgrokAPI::Models::HTTPResponseBackend @@ -4652,7 +4676,7 @@

    Method List

  • -
  • +
  • #delete NgrokAPI::Services::EventSourcesClient @@ -4660,7 +4684,7 @@

    Method List

  • -
  • +
  • #delete NgrokAPI::Services::ServiceUsersClient @@ -4668,7 +4692,7 @@

    Method List

  • -
  • +
  • #delete NgrokAPI::Services::ReservedAddrsClient @@ -4676,7 +4700,7 @@

    Method List

  • -
  • +
  • #delete NgrokAPI::Services::AgentIngressesClient @@ -4684,7 +4708,7 @@

    Method List

  • -
  • +
  • #delete NgrokAPI::Services::IPPolicyRulesClient @@ -4692,7 +4716,7 @@

    Method List

  • -
  • +
  • #delete NgrokAPI::Services::IPRestrictionsClient @@ -4700,7 +4724,7 @@

    Method List

  • -
  • +
  • #delete NgrokAPI::Services::SSHCredentialsClient @@ -4708,7 +4732,7 @@

    Method List

  • -
  • +
  • #delete NgrokAPI::Services::StaticBackendsClient @@ -4716,7 +4740,7 @@

    Method List

  • -
  • +
  • #delete NgrokAPI::Models::SSHCertificateAuthority @@ -4724,7 +4748,7 @@

    Method List

  • -
  • +
  • #delete NgrokAPI::Services::ReservedDomainsClient @@ -4732,7 +4756,7 @@

    Method List

  • -
  • +
  • #delete NgrokAPI::Services::TLSCertificatesClient @@ -4740,7 +4764,7 @@

    Method List

  • -
  • +
  • #delete NgrokAPI::Services::ApplicationUsersClient @@ -4748,7 +4772,7 @@

    Method List

  • -
  • +
  • #delete NgrokAPI::Services::FailoverBackendsClient @@ -4756,7 +4780,7 @@

    Method List

  • -
  • +
  • #delete NgrokAPI::Services::WeightedBackendsClient @@ -4764,7 +4788,7 @@

    Method List

  • -
  • +
  • #delete NgrokAPI::Services::EdgesHTTPSRoutesClient @@ -4772,7 +4796,7 @@

    Method List

  • -
  • +
  • #delete NgrokAPI::Services::EventDestinationsClient @@ -4780,7 +4804,7 @@

    Method List

  • -
  • +
  • #delete NgrokAPI::Services::EventSubscriptionsClient @@ -4788,7 +4812,7 @@

    Method List

  • -
  • +
  • #delete NgrokAPI::Services::ApplicationSessionsClient @@ -4796,7 +4820,7 @@

    Method List

  • -
  • +
  • #delete NgrokAPI::Services::SSHHostCertificatesClient @@ -4804,7 +4828,7 @@

    Method List

  • -
  • +
  • #delete NgrokAPI::Services::SSHUserCertificatesClient @@ -4812,7 +4836,7 @@

    Method List

  • -
  • +
  • #delete NgrokAPI::Services::TunnelGroupBackendsClient @@ -4820,7 +4844,7 @@

    Method List

  • -
  • +
  • #delete NgrokAPI::Services::EdgeRouteOIDCModuleClient @@ -4828,7 +4852,7 @@

    Method List

  • -
  • +
  • #delete NgrokAPI::Services::EdgeRouteSAMLModuleClient @@ -4836,7 +4860,7 @@

    Method List

  • -
  • +
  • #delete NgrokAPI::Services::HTTPResponseBackendsClient @@ -4844,7 +4868,7 @@

    Method List

  • -
  • +
  • #delete NgrokAPI::Services::CertificateAuthoritiesClient @@ -4852,7 +4876,7 @@

    Method List

  • -
  • +
  • #delete NgrokAPI::Services::TCPEdgeBackendModuleClient @@ -4860,7 +4884,7 @@

    Method List

  • -
  • +
  • #delete NgrokAPI::Services::TLSEdgeBackendModuleClient @@ -4868,7 +4892,7 @@

    Method List

  • -
  • +
  • #delete NgrokAPI::Services::EdgeRouteOAuthModuleClient @@ -4876,7 +4900,7 @@

    Method List

  • -
  • +
  • #delete NgrokAPI::Services::EdgeRouteBackendModuleClient @@ -4884,7 +4908,7 @@

    Method List

  • -
  • +
  • #delete NgrokAPI::Services::TLSEdgeMutualTLSModuleClient @@ -4892,7 +4916,7 @@

    Method List

  • -
  • +
  • #delete NgrokAPI::Services::SSHCertificateAuthoritiesClient @@ -4900,7 +4924,7 @@

    Method List

  • -
  • +
  • #delete NgrokAPI::Services::HTTPSEdgeMutualTLSModuleClient @@ -4908,7 +4932,7 @@

    Method List

  • -
  • +
  • #delete NgrokAPI::Services::EdgeRouteCompressionModuleClient @@ -4916,7 +4940,7 @@

    Method List

  • -
  • +
  • #delete NgrokAPI::Services::TCPEdgeIPRestrictionModuleClient @@ -4924,7 +4948,7 @@

    Method List

  • -
  • +
  • #delete NgrokAPI::Services::TCPEdgeTrafficPolicyModuleClient @@ -4932,7 +4956,7 @@

    Method List

  • -
  • +
  • #delete NgrokAPI::Services::TLSEdgeIPRestrictionModuleClient @@ -4940,7 +4964,7 @@

    Method List

  • -
  • +
  • #delete NgrokAPI::Services::TLSEdgeTrafficPolicyModuleClient @@ -4948,7 +4972,7 @@

    Method List

  • -
  • +
  • #delete NgrokAPI::Services::TLSEdgeTLSTerminationModuleClient @@ -4956,7 +4980,7 @@

    Method List

  • -
  • +
  • #delete NgrokAPI::Services::EdgeRouteIPRestrictionModuleClient @@ -4964,7 +4988,7 @@

    Method List

  • -
  • +
  • #delete NgrokAPI::Services::EdgeRouteTrafficPolicyModuleClient @@ -4972,7 +4996,7 @@

    Method List

  • -
  • +
  • #delete NgrokAPI::Services::EdgeRouteCircuitBreakerModuleClient @@ -4980,7 +5004,7 @@

    Method List

  • -
  • +
  • #delete NgrokAPI::Services::EdgeRouteRequestHeadersModuleClient @@ -4988,7 +5012,7 @@

    Method List

  • -
  • +
  • #delete NgrokAPI::Services::HTTPSEdgeTLSTerminationModuleClient @@ -4996,7 +5020,7 @@

    Method List

  • -
  • +
  • #delete NgrokAPI::Services::EdgeRouteResponseHeadersModuleClient @@ -5004,7 +5028,7 @@

    Method List

  • -
  • +
  • #delete NgrokAPI::Services::EdgeRouteUserAgentFilterModuleClient @@ -5012,7 +5036,7 @@

    Method List

  • -
  • +
  • #delete NgrokAPI::Services::EdgeRouteWebhookVerificationModuleClient @@ -5020,7 +5044,7 @@

    Method List

  • -
  • +
  • #delete NgrokAPI::Services::EdgeRouteWebsocketTCPConverterModuleClient @@ -5028,7 +5052,7 @@

    Method List

  • -
  • +
  • #delete! NgrokAPI::Services::VaultsClient @@ -5036,7 +5060,7 @@

    Method List

  • -
  • +
  • #delete! NgrokAPI::Services::SecretsClient @@ -5044,7 +5068,7 @@

    Method List

  • -
  • +
  • #delete! NgrokAPI::Services::APIKeysClient @@ -5052,7 +5076,7 @@

    Method List

  • -
  • +
  • #delete! NgrokAPI::Services::BotUsersClient @@ -5060,7 +5084,7 @@

    Method List

  • -
  • +
  • #delete! NgrokAPI::Services::EdgesTCPClient @@ -5068,7 +5092,7 @@

    Method List

  • -
  • +
  • #delete! NgrokAPI::Services::EdgesTLSClient @@ -5076,7 +5100,7 @@

    Method List

  • -
  • +
  • #delete! NgrokAPI::Services::EndpointsClient @@ -5084,7 +5108,7 @@

    Method List

  • -
  • +
  • #delete! NgrokAPI::Services::CredentialsClient @@ -5092,7 +5116,7 @@

    Method List

  • -
  • +
  • #delete! NgrokAPI::Services::EdgesHTTPSClient @@ -5100,7 +5124,7 @@

    Method List

  • -
  • +
  • #delete! NgrokAPI::Services::IPPoliciesClient @@ -5108,7 +5132,7 @@

    Method List

  • -
  • +
  • #delete! NgrokAPI::Services::EventSourcesClient @@ -5116,7 +5140,7 @@

    Method List

  • -
  • +
  • #delete! NgrokAPI::Services::ServiceUsersClient @@ -5124,7 +5148,7 @@

    Method List

  • -
  • +
  • #delete! NgrokAPI::Services::ReservedAddrsClient @@ -5132,7 +5156,7 @@

    Method List

  • -
  • +
  • #delete! NgrokAPI::Services::AgentIngressesClient @@ -5140,7 +5164,7 @@

    Method List

  • -
  • +
  • #delete! NgrokAPI::Services::IPPolicyRulesClient @@ -5148,7 +5172,7 @@

    Method List

  • -
  • +
  • #delete! NgrokAPI::Services::IPRestrictionsClient @@ -5156,7 +5180,7 @@

    Method List

  • -
  • +
  • #delete! NgrokAPI::Services::SSHCredentialsClient @@ -5164,7 +5188,7 @@

    Method List

  • -
  • +
  • #delete! NgrokAPI::Services::StaticBackendsClient @@ -5172,7 +5196,7 @@

    Method List

  • -
  • +
  • #delete! NgrokAPI::Services::ReservedDomainsClient @@ -5180,7 +5204,7 @@

    Method List

  • -
  • +
  • #delete! NgrokAPI::Services::TLSCertificatesClient @@ -5188,7 +5212,7 @@

    Method List

  • -
  • +
  • #delete! NgrokAPI::Services::ApplicationUsersClient @@ -5196,7 +5220,7 @@

    Method List

  • -
  • +
  • #delete! NgrokAPI::Services::FailoverBackendsClient @@ -5204,7 +5228,7 @@

    Method List

  • -
  • +
  • #delete! NgrokAPI::Services::WeightedBackendsClient @@ -5212,7 +5236,7 @@

    Method List

  • -
  • +
  • #delete! NgrokAPI::Services::EdgesHTTPSRoutesClient @@ -5220,7 +5244,7 @@

    Method List

  • -
  • +
  • #delete! NgrokAPI::Services::EventDestinationsClient @@ -5228,7 +5252,7 @@

    Method List

  • -
  • +
  • #delete! NgrokAPI::Services::EventSubscriptionsClient @@ -5236,7 +5260,7 @@

    Method List

  • -
  • +
  • #delete! NgrokAPI::Services::ApplicationSessionsClient @@ -5244,7 +5268,7 @@

    Method List

  • -
  • +
  • #delete! NgrokAPI::Services::SSHHostCertificatesClient @@ -5252,7 +5276,7 @@

    Method List

  • -
  • +
  • #delete! NgrokAPI::Services::SSHUserCertificatesClient @@ -5260,7 +5284,7 @@

    Method List

  • -
  • +
  • #delete! NgrokAPI::Services::TunnelGroupBackendsClient @@ -5268,7 +5292,7 @@

    Method List

  • -
  • +
  • #delete! NgrokAPI::Services::EdgeRouteOIDCModuleClient @@ -5276,7 +5300,7 @@

    Method List

  • -
  • +
  • #delete! NgrokAPI::Services::EdgeRouteSAMLModuleClient @@ -5284,7 +5308,7 @@

    Method List

  • -
  • +
  • #delete! NgrokAPI::Services::HTTPResponseBackendsClient @@ -5292,7 +5316,7 @@

    Method List

  • -
  • +
  • #delete! NgrokAPI::Services::CertificateAuthoritiesClient @@ -5300,7 +5324,7 @@

    Method List

  • -
  • +
  • #delete! NgrokAPI::Services::TCPEdgeBackendModuleClient @@ -5308,7 +5332,7 @@

    Method List

  • -
  • +
  • #delete! NgrokAPI::Services::TLSEdgeBackendModuleClient @@ -5316,7 +5340,7 @@

    Method List

  • -
  • +
  • #delete! NgrokAPI::Services::EdgeRouteOAuthModuleClient @@ -5324,7 +5348,7 @@

    Method List

  • -
  • +
  • #delete! NgrokAPI::Services::EdgeRouteBackendModuleClient @@ -5332,7 +5356,7 @@

    Method List

  • -
  • +
  • #delete! NgrokAPI::Services::TLSEdgeMutualTLSModuleClient @@ -5340,7 +5364,7 @@

    Method List

  • -
  • +
  • #delete! NgrokAPI::Services::SSHCertificateAuthoritiesClient @@ -5348,7 +5372,7 @@

    Method List

  • -
  • +
  • #delete! NgrokAPI::Services::HTTPSEdgeMutualTLSModuleClient @@ -5356,7 +5380,7 @@

    Method List

  • -
  • +
  • #delete! NgrokAPI::Services::EdgeRouteCompressionModuleClient @@ -5364,7 +5388,7 @@

    Method List

  • -
  • +
  • #delete! NgrokAPI::Services::TCPEdgeIPRestrictionModuleClient @@ -5372,7 +5396,7 @@

    Method List

  • -
  • +
  • #delete! NgrokAPI::Services::TCPEdgeTrafficPolicyModuleClient @@ -5380,7 +5404,7 @@

    Method List

  • -
  • +
  • #delete! NgrokAPI::Services::TLSEdgeIPRestrictionModuleClient @@ -5388,7 +5412,7 @@

    Method List

  • -
  • +
  • #delete! NgrokAPI::Services::TLSEdgeTrafficPolicyModuleClient @@ -5396,7 +5420,7 @@

    Method List

  • -
  • +
  • #delete! NgrokAPI::Services::TLSEdgeTLSTerminationModuleClient @@ -5404,7 +5428,7 @@

    Method List

  • -
  • +
  • #delete! NgrokAPI::Services::EdgeRouteIPRestrictionModuleClient @@ -5412,7 +5436,7 @@

    Method List

  • -
  • +
  • #delete! NgrokAPI::Services::EdgeRouteTrafficPolicyModuleClient @@ -5420,7 +5444,7 @@

    Method List

  • -
  • +
  • #delete! NgrokAPI::Services::EdgeRouteCircuitBreakerModuleClient @@ -5428,7 +5452,7 @@

    Method List

  • -
  • +
  • #delete! NgrokAPI::Services::EdgeRouteRequestHeadersModuleClient @@ -5436,7 +5460,7 @@

    Method List

  • -
  • +
  • #delete! NgrokAPI::Services::HTTPSEdgeTLSTerminationModuleClient @@ -5444,7 +5468,7 @@

    Method List

  • -
  • +
  • #delete! NgrokAPI::Services::EdgeRouteResponseHeadersModuleClient @@ -5452,7 +5476,7 @@

    Method List

  • -
  • +
  • #delete! NgrokAPI::Services::EdgeRouteUserAgentFilterModuleClient @@ -5460,7 +5484,7 @@

    Method List

  • -
  • +
  • #delete! NgrokAPI::Services::EdgeRouteWebhookVerificationModuleClient @@ -5468,7 +5492,7 @@

    Method List

  • -
  • +
  • #delete! NgrokAPI::Services::EdgeRouteWebsocketTCPConverterModuleClient @@ -5476,7 +5500,7 @@

    Method List

  • -
  • +
  • #delete_certificate NgrokAPI::Services::ReservedDomainsClient @@ -5484,7 +5508,7 @@

    Method List

  • -
  • +
  • #delete_certificate! NgrokAPI::Services::ReservedDomainsClient @@ -5492,7 +5516,7 @@

    Method List

  • -
  • +
  • #delete_certificate_management_policy NgrokAPI::Services::ReservedDomainsClient @@ -5500,7 +5524,7 @@

    Method List

  • -
  • +
  • #delete_certificate_management_policy! NgrokAPI::Services::ReservedDomainsClient @@ -5508,7 +5532,7 @@

    Method List

  • -
  • +
  • #delivery_stream_arn NgrokAPI::Models::EventTargetFirehose @@ -5516,7 +5540,7 @@

    Method List

  • -
  • +
  • #deny NgrokAPI::Models::EndpointUserAgentFilter @@ -5524,7 +5548,7 @@

    Method List

  • -
  • +
  • #description NgrokAPI::Models::Vault @@ -5532,7 +5556,7 @@

    Method List

  • -
  • +
  • #description NgrokAPI::Models::Secret @@ -5540,7 +5564,7 @@

    Method List

  • -
  • +
  • #description NgrokAPI::Models::APIKey @@ -5548,7 +5572,7 @@

    Method List

  • -
  • +
  • #description NgrokAPI::Models::Endpoint @@ -5556,7 +5580,7 @@

    Method List

  • -
  • +
  • #description NgrokAPI::Models::TCPEdge @@ -5564,7 +5588,7 @@

    Method List

  • -
  • +
  • #description NgrokAPI::Models::TLSEdge @@ -5572,7 +5596,7 @@

    Method List

  • -
  • +
  • #description NgrokAPI::Models::IPPolicy @@ -5580,7 +5604,7 @@

    Method List

  • -
  • +
  • #description NgrokAPI::Models::Credential @@ -5588,7 +5612,7 @@

    Method List

  • -
  • +
  • #description NgrokAPI::Models::HTTPSEdge @@ -5596,7 +5620,7 @@

    Method List

  • -
  • +
  • #description NgrokAPI::Models::AgentIngress @@ -5604,7 +5628,7 @@

    Method List

  • -
  • +
  • #description NgrokAPI::Models::ReservedAddr @@ -5612,7 +5636,7 @@

    Method List

  • -
  • +
  • #description NgrokAPI::Models::IPPolicyRule @@ -5620,7 +5644,7 @@

    Method List

  • -
  • +
  • #description NgrokAPI::Models::IPRestriction @@ -5628,7 +5652,7 @@

    Method List

  • -
  • +
  • #description NgrokAPI::Models::SSHCredential @@ -5636,7 +5660,7 @@

    Method List

  • -
  • +
  • #description NgrokAPI::Models::StaticBackend @@ -5644,7 +5668,7 @@

    Method List

  • -
  • +
  • #description NgrokAPI::Models::ReservedDomain @@ -5652,7 +5676,7 @@

    Method List

  • -
  • +
  • #description NgrokAPI::Models::TLSCertificate @@ -5660,7 +5684,7 @@

    Method List

  • -
  • +
  • #description NgrokAPI::Models::FailoverBackend @@ -5668,7 +5692,7 @@

    Method List

  • -
  • +
  • #description NgrokAPI::Models::HTTPSEdgeRoute @@ -5676,7 +5700,7 @@

    Method List

  • -
  • +
  • #description NgrokAPI::Models::WeightedBackend @@ -5684,7 +5708,7 @@

    Method List

  • -
  • +
  • #description NgrokAPI::Models::EventDestination @@ -5692,7 +5716,7 @@

    Method List

  • -
  • +
  • #description NgrokAPI::Models::EventSubscription @@ -5700,7 +5724,7 @@

    Method List

  • -
  • +
  • #description NgrokAPI::Models::SSHHostCertificate @@ -5708,7 +5732,7 @@

    Method List

  • -
  • +
  • #description NgrokAPI::Models::SSHUserCertificate @@ -5716,7 +5740,7 @@

    Method List

  • -
  • +
  • #description NgrokAPI::Models::TunnelGroupBackend @@ -5724,7 +5748,7 @@

    Method List

  • -
  • +
  • #description NgrokAPI::Models::CertificateAuthority @@ -5732,7 +5756,7 @@

    Method List

  • -
  • +
  • #description NgrokAPI::Models::HTTPResponseBackend @@ -5740,7 +5764,7 @@

    Method List

  • -
  • +
  • #description NgrokAPI::Models::SSHCertificateAuthority @@ -5748,7 +5772,7 @@

    Method List

  • -
  • +
  • #destinations NgrokAPI::Models::EventSubscription @@ -5756,7 +5780,7 @@

    Method List

  • -
  • +
  • #device_type NgrokAPI::Models::UserAgent @@ -5764,7 +5788,7 @@

    Method List

  • -
  • +
  • #dns_names NgrokAPI::Models::TLSCertificateSANs @@ -5772,7 +5796,7 @@

    Method List

  • -
  • +
  • #domain NgrokAPI::Models::Endpoint @@ -5780,7 +5804,7 @@

    Method List

  • -
  • +
  • #domain NgrokAPI::Models::AgentIngress @@ -5788,7 +5812,7 @@

    Method List

  • -
  • +
  • #domain NgrokAPI::Models::ReservedDomain @@ -5796,7 +5820,7 @@

    Method List

  • -
  • +
  • #each NgrokAPI::Models::Listable @@ -5804,7 +5828,7 @@

    Method List

  • -
  • +
  • #edge NgrokAPI::Models::Endpoint @@ -5812,7 +5836,7 @@

    Method List

  • -
  • +
  • #edge NgrokAPI::Models::ApplicationSession @@ -5820,7 +5844,7 @@

    Method List

  • -
  • +
  • #edge_id NgrokAPI::Models::HTTPSEdgeRoute @@ -5828,7 +5852,7 @@

    Method List

  • -
  • +
  • #edge_modules NgrokAPI::Client @@ -5836,7 +5860,7 @@

    Method List

  • -
  • +
  • #edges NgrokAPI::Client @@ -5844,7 +5868,7 @@

    Method List

  • -
  • +
  • #email NgrokAPI::Models::ApplicationUser @@ -5852,7 +5876,7 @@

    Method List

  • -
  • +
  • #email_addresses NgrokAPI::Models::EndpointOAuthAmazon @@ -5860,7 +5884,7 @@

    Method List

  • -
  • +
  • #email_addresses NgrokAPI::Models::EndpointOAuthGoogle @@ -5868,7 +5892,7 @@

    Method List

  • -
  • +
  • #email_addresses NgrokAPI::Models::EndpointOAuthTwitch @@ -5876,7 +5900,7 @@

    Method List

  • -
  • +
  • #email_addresses NgrokAPI::Models::EndpointOAuthGitHub @@ -5884,7 +5908,7 @@

    Method List

  • -
  • +
  • #email_addresses NgrokAPI::Models::EndpointOAuthGitLab @@ -5892,7 +5916,7 @@

    Method List

  • -
  • +
  • #email_addresses NgrokAPI::Models::EndpointOAuthFacebook @@ -5900,7 +5924,7 @@

    Method List

  • -
  • +
  • #email_addresses NgrokAPI::Models::EndpointOAuthLinkedIn @@ -5908,7 +5932,7 @@

    Method List

  • -
  • +
  • #email_addresses NgrokAPI::Models::EndpointOAuthMicrosoft @@ -5916,7 +5940,7 @@

    Method List

  • -
  • +
  • #email_domains NgrokAPI::Models::EndpointOAuthAmazon @@ -5924,7 +5948,7 @@

    Method List

  • -
  • +
  • #email_domains NgrokAPI::Models::EndpointOAuthGoogle @@ -5932,7 +5956,7 @@

    Method List

  • -
  • +
  • #email_domains NgrokAPI::Models::EndpointOAuthTwitch @@ -5940,7 +5964,7 @@

    Method List

  • -
  • +
  • #email_domains NgrokAPI::Models::EndpointOAuthGitHub @@ -5948,7 +5972,7 @@

    Method List

  • -
  • +
  • #email_domains NgrokAPI::Models::EndpointOAuthGitLab @@ -5956,7 +5980,7 @@

    Method List

  • -
  • +
  • #email_domains NgrokAPI::Models::EndpointOAuthFacebook @@ -5964,7 +5988,7 @@

    Method List

  • -
  • +
  • #email_domains NgrokAPI::Models::EndpointOAuthLinkedIn @@ -5972,7 +5996,7 @@

    Method List

  • -
  • +
  • #email_domains NgrokAPI::Models::EndpointOAuthMicrosoft @@ -5980,7 +6004,7 @@

    Method List

  • -
  • +
  • #enabled NgrokAPI::Models::EndpointOIDC @@ -5988,7 +6012,7 @@

    Method List

  • -
  • +
  • #enabled NgrokAPI::Models::EndpointSAML @@ -5996,7 +6020,7 @@

    Method List

  • -
  • +
  • #enabled NgrokAPI::Models::EndpointOAuth @@ -6004,7 +6028,7 @@

    Method List

  • -
  • +
  • #enabled NgrokAPI::Models::EndpointBackend @@ -6012,7 +6036,7 @@

    Method List

  • -
  • +
  • #enabled NgrokAPI::Models::EndpointIPPolicy @@ -6020,7 +6044,7 @@

    Method List

  • -
  • +
  • #enabled NgrokAPI::Models::StaticBackendTLS @@ -6028,7 +6052,7 @@

    Method List

  • -
  • +
  • #enabled NgrokAPI::Models::EndpointMutualTLS @@ -6036,7 +6060,7 @@

    Method List

  • -
  • +
  • #enabled NgrokAPI::Models::EndpointCompression @@ -6044,7 +6068,7 @@

    Method List

  • -
  • +
  • #enabled NgrokAPI::Models::EndpointSAMLMutate @@ -6052,7 +6076,7 @@

    Method List

  • -
  • +
  • #enabled NgrokAPI::Models::EndpointBackendMutate @@ -6060,7 +6084,7 @@

    Method List

  • -
  • +
  • #enabled NgrokAPI::Models::EndpointTrafficPolicy @@ -6068,7 +6092,7 @@

    Method List

  • -
  • +
  • #enabled NgrokAPI::Models::EndpointCircuitBreaker @@ -6076,7 +6100,7 @@

    Method List

  • -
  • +
  • #enabled NgrokAPI::Models::EndpointRequestHeaders @@ -6084,7 +6108,7 @@

    Method List

  • -
  • +
  • #enabled NgrokAPI::Models::EndpointTLSTermination @@ -6092,7 +6116,7 @@

    Method List

  • -
  • +
  • #enabled NgrokAPI::Models::EndpointIPPolicyMutate @@ -6100,7 +6124,7 @@

    Method List

  • -
  • +
  • #enabled NgrokAPI::Models::EndpointResponseHeaders @@ -6108,7 +6132,7 @@

    Method List

  • -
  • +
  • #enabled NgrokAPI::Models::EndpointMutualTLSMutate @@ -6116,7 +6140,7 @@

    Method List

  • -
  • +
  • #enabled NgrokAPI::Models::EndpointUserAgentFilter @@ -6124,7 +6148,7 @@

    Method List

  • -
  • +
  • #enabled NgrokAPI::Models::EndpointWebhookValidation @@ -6132,7 +6156,7 @@

    Method List

  • -
  • +
  • #enabled NgrokAPI::Models::EndpointTLSTerminationAtEdge @@ -6140,7 +6164,7 @@

    Method List

  • -
  • +
  • #enabled NgrokAPI::Models::EndpointWebsocketTCPConverter @@ -6148,7 +6172,7 @@

    Method List

  • -
  • +
  • #endpoint NgrokAPI::Models::Tunnel @@ -6156,7 +6180,7 @@

    Method List

  • -
  • +
  • #endpoint NgrokAPI::Models::ApplicationSession @@ -6164,7 +6188,7 @@

    Method List

  • -
  • +
  • #endpoints NgrokAPI::Client @@ -6172,7 +6196,7 @@

    Method List

  • -
  • +
  • #enforced NgrokAPI::Models::IPRestriction @@ -6180,7 +6204,7 @@

    Method List

  • -
  • +
  • #entity_id NgrokAPI::Models::EndpointSAML @@ -6188,7 +6212,7 @@

    Method List

  • -
  • +
  • #error_code NgrokAPI::Models::AgentIngressCertJob @@ -6196,7 +6220,7 @@

    Method List

  • -
  • +
  • #error_code NgrokAPI::Models::ReservedDomainCertJob @@ -6204,7 +6228,7 @@

    Method List

  • -
  • +
  • #error_threshold_percentage NgrokAPI::Models::EndpointCircuitBreaker @@ -6212,7 +6236,7 @@

    Method List

  • -
  • +
  • #event_destinations NgrokAPI::Client @@ -6220,7 +6244,7 @@

    Method List

  • -
  • +
  • #event_sources NgrokAPI::Client @@ -6228,7 +6252,7 @@

    Method List

  • -
  • +
  • #event_subscriptions NgrokAPI::Client @@ -6236,7 +6260,7 @@

    Method List

  • -
  • +
  • #expires_at NgrokAPI::Models::ApplicationSession @@ -6244,7 +6268,7 @@

    Method List

  • -
  • +
  • #extended_key_usages NgrokAPI::Models::TLSCertificate @@ -6252,7 +6276,7 @@

    Method List

  • -
  • +
  • #extended_key_usages NgrokAPI::Models::CertificateAuthority @@ -6260,7 +6284,7 @@

    Method List

  • -
  • +
  • #extensions NgrokAPI::Models::SSHUserCertificate @@ -6268,7 +6292,7 @@

    Method List

  • -
  • +
  • #facebook NgrokAPI::Models::EndpointOAuthProvider @@ -6276,7 +6300,7 @@

    Method List

  • -
  • +
  • #firehose NgrokAPI::Models::EventTarget @@ -6284,7 +6308,7 @@

    Method List

  • -
  • +
  • #force_authn NgrokAPI::Models::EndpointSAML @@ -6292,7 +6316,7 @@

    Method List

  • -
  • +
  • #force_authn NgrokAPI::Models::EndpointSAMLMutate @@ -6300,7 +6324,7 @@

    Method List

  • -
  • +
  • #format NgrokAPI::Models::EventDestination @@ -6308,7 +6332,7 @@

    Method List

  • -
  • +
  • #forwards_to NgrokAPI::Models::Tunnel @@ -6316,7 +6340,7 @@

    Method List

  • -
  • +
  • #get NgrokAPI::HttpClient @@ -6324,7 +6348,7 @@

    Method List

  • -
  • +
  • #get NgrokAPI::Services::VaultsClient @@ -6332,7 +6356,7 @@

    Method List

  • -
  • +
  • #get NgrokAPI::Services::SecretsClient @@ -6340,7 +6364,7 @@

    Method List

  • -
  • +
  • #get NgrokAPI::Services::TunnelsClient @@ -6348,7 +6372,7 @@

    Method List

  • -
  • +
  • #get NgrokAPI::Services::APIKeysClient @@ -6356,7 +6380,7 @@

    Method List

  • -
  • +
  • #get NgrokAPI::Services::BotUsersClient @@ -6364,7 +6388,7 @@

    Method List

  • -
  • +
  • #get NgrokAPI::Services::EdgesTCPClient @@ -6372,7 +6396,7 @@

    Method List

  • -
  • +
  • #get NgrokAPI::Services::EdgesTLSClient @@ -6380,7 +6404,7 @@

    Method List

  • -
  • +
  • #get NgrokAPI::Services::EndpointsClient @@ -6388,7 +6412,7 @@

    Method List

  • -
  • +
  • #get NgrokAPI::Services::CredentialsClient @@ -6396,7 +6420,7 @@

    Method List

  • -
  • +
  • #get NgrokAPI::Services::EdgesHTTPSClient @@ -6404,7 +6428,7 @@

    Method List

  • -
  • +
  • #get NgrokAPI::Services::IPPoliciesClient @@ -6412,7 +6436,7 @@

    Method List

  • -
  • +
  • #get NgrokAPI::Services::AbuseReportsClient @@ -6420,7 +6444,7 @@

    Method List

  • -
  • +
  • #get NgrokAPI::Services::EventSourcesClient @@ -6428,7 +6452,7 @@

    Method List

  • -
  • +
  • #get NgrokAPI::Services::ServiceUsersClient @@ -6436,7 +6460,7 @@

    Method List

  • -
  • +
  • #get NgrokAPI::Services::ReservedAddrsClient @@ -6444,7 +6468,7 @@

    Method List

  • -
  • +
  • #get NgrokAPI::Services::AgentIngressesClient @@ -6452,7 +6476,7 @@

    Method List

  • -
  • +
  • #get NgrokAPI::Services::IPPolicyRulesClient @@ -6460,7 +6484,7 @@

    Method List

  • -
  • +
  • #get NgrokAPI::Services::IPRestrictionsClient @@ -6468,7 +6492,7 @@

    Method List

  • -
  • +
  • #get NgrokAPI::Services::SSHCredentialsClient @@ -6476,7 +6500,7 @@

    Method List

  • -
  • +
  • #get NgrokAPI::Services::StaticBackendsClient @@ -6484,7 +6508,7 @@

    Method List

  • -
  • +
  • #get NgrokAPI::Services::TunnelSessionsClient @@ -6492,7 +6516,7 @@

    Method List

  • -
  • +
  • #get NgrokAPI::Services::ReservedDomainsClient @@ -6500,7 +6524,7 @@

    Method List

  • -
  • +
  • #get NgrokAPI::Services::TLSCertificatesClient @@ -6508,7 +6532,7 @@

    Method List

  • -
  • +
  • #get NgrokAPI::Services::ApplicationUsersClient @@ -6516,7 +6540,7 @@

    Method List

  • -
  • +
  • #get NgrokAPI::Services::FailoverBackendsClient @@ -6524,7 +6548,7 @@

    Method List

  • -
  • +
  • #get NgrokAPI::Services::WeightedBackendsClient @@ -6532,7 +6556,7 @@

    Method List

  • -
  • +
  • #get NgrokAPI::Services::EdgesHTTPSRoutesClient @@ -6540,7 +6564,7 @@

    Method List

  • -
  • +
  • #get NgrokAPI::Services::EventDestinationsClient @@ -6548,7 +6572,7 @@

    Method List

  • -
  • +
  • #get NgrokAPI::Services::EventSubscriptionsClient @@ -6556,7 +6580,7 @@

    Method List

  • -
  • +
  • #get NgrokAPI::Services::ApplicationSessionsClient @@ -6564,7 +6588,7 @@

    Method List

  • -
  • +
  • #get NgrokAPI::Services::SSHHostCertificatesClient @@ -6572,7 +6596,7 @@

    Method List

  • -
  • +
  • #get NgrokAPI::Services::SSHUserCertificatesClient @@ -6580,7 +6604,7 @@

    Method List

  • -
  • +
  • #get NgrokAPI::Services::TunnelGroupBackendsClient @@ -6588,7 +6612,7 @@

    Method List

  • -
  • +
  • #get NgrokAPI::Services::EdgeRouteOIDCModuleClient @@ -6596,7 +6620,7 @@

    Method List

  • -
  • +
  • #get NgrokAPI::Services::EdgeRouteSAMLModuleClient @@ -6604,7 +6628,7 @@

    Method List

  • -
  • +
  • #get NgrokAPI::Services::HTTPResponseBackendsClient @@ -6612,7 +6636,7 @@

    Method List

  • -
  • +
  • #get NgrokAPI::Services::CertificateAuthoritiesClient @@ -6620,7 +6644,7 @@

    Method List

  • -
  • +
  • #get NgrokAPI::Services::TCPEdgeBackendModuleClient @@ -6628,7 +6652,7 @@

    Method List

  • -
  • +
  • #get NgrokAPI::Services::TLSEdgeBackendModuleClient @@ -6636,7 +6660,7 @@

    Method List

  • -
  • +
  • #get NgrokAPI::Services::EdgeRouteOAuthModuleClient @@ -6644,7 +6668,7 @@

    Method List

  • -
  • +
  • #get NgrokAPI::Services::EdgeRouteBackendModuleClient @@ -6652,7 +6676,7 @@

    Method List

  • -
  • +
  • #get NgrokAPI::Services::TLSEdgeMutualTLSModuleClient @@ -6660,7 +6684,7 @@

    Method List

  • -
  • +
  • #get NgrokAPI::Services::SSHCertificateAuthoritiesClient @@ -6668,7 +6692,7 @@

    Method List

  • -
  • +
  • #get NgrokAPI::Services::HTTPSEdgeMutualTLSModuleClient @@ -6676,7 +6700,7 @@

    Method List

  • -
  • +
  • #get NgrokAPI::Services::EdgeRouteCompressionModuleClient @@ -6684,7 +6708,7 @@

    Method List

  • -
  • +
  • #get NgrokAPI::Services::TCPEdgeIPRestrictionModuleClient @@ -6692,7 +6716,7 @@

    Method List

  • -
  • +
  • #get NgrokAPI::Services::TCPEdgeTrafficPolicyModuleClient @@ -6700,7 +6724,7 @@

    Method List

  • -
  • +
  • #get NgrokAPI::Services::TLSEdgeIPRestrictionModuleClient @@ -6708,7 +6732,7 @@

    Method List

  • -
  • +
  • #get NgrokAPI::Services::TLSEdgeTrafficPolicyModuleClient @@ -6716,7 +6740,7 @@

    Method List

  • -
  • +
  • #get NgrokAPI::Services::TLSEdgeTLSTerminationModuleClient @@ -6724,7 +6748,7 @@

    Method List

  • -
  • +
  • #get NgrokAPI::Services::EdgeRouteIPRestrictionModuleClient @@ -6732,7 +6756,7 @@

    Method List

  • -
  • +
  • #get NgrokAPI::Services::EdgeRouteTrafficPolicyModuleClient @@ -6740,7 +6764,7 @@

    Method List

  • -
  • +
  • #get NgrokAPI::Services::EdgeRouteCircuitBreakerModuleClient @@ -6748,7 +6772,7 @@

    Method List

  • -
  • +
  • #get NgrokAPI::Services::EdgeRouteRequestHeadersModuleClient @@ -6756,7 +6780,7 @@

    Method List

  • -
  • +
  • #get NgrokAPI::Services::HTTPSEdgeTLSTerminationModuleClient @@ -6764,7 +6788,7 @@

    Method List

  • -
  • +
  • #get NgrokAPI::Services::EdgeRouteResponseHeadersModuleClient @@ -6772,7 +6796,7 @@

    Method List

  • -
  • +
  • #get NgrokAPI::Services::EdgeRouteUserAgentFilterModuleClient @@ -6780,7 +6804,7 @@

    Method List

  • -
  • +
  • #get NgrokAPI::Services::EdgeRouteWebhookVerificationModuleClient @@ -6788,7 +6812,7 @@

    Method List

  • -
  • +
  • #get NgrokAPI::Services::EdgeRouteWebsocketTCPConverterModuleClient @@ -6796,7 +6820,7 @@

    Method List

  • -
  • +
  • #get! NgrokAPI::Services::VaultsClient @@ -6804,7 +6828,7 @@

    Method List

  • -
  • +
  • #get! NgrokAPI::Services::SecretsClient @@ -6812,7 +6836,7 @@

    Method List

  • -
  • +
  • #get! NgrokAPI::Services::TunnelsClient @@ -6820,7 +6844,7 @@

    Method List

  • -
  • +
  • #get! NgrokAPI::Services::APIKeysClient @@ -6828,7 +6852,7 @@

    Method List

  • -
  • +
  • #get! NgrokAPI::Services::BotUsersClient @@ -6836,7 +6860,7 @@

    Method List

  • -
  • +
  • #get! NgrokAPI::Services::EdgesTCPClient @@ -6844,7 +6868,7 @@

    Method List

  • -
  • +
  • #get! NgrokAPI::Services::EdgesTLSClient @@ -6852,7 +6876,7 @@

    Method List

  • -
  • +
  • #get! NgrokAPI::Services::EndpointsClient @@ -6860,7 +6884,7 @@

    Method List

  • -
  • +
  • #get! NgrokAPI::Services::CredentialsClient @@ -6868,7 +6892,7 @@

    Method List

  • -
  • +
  • #get! NgrokAPI::Services::EdgesHTTPSClient @@ -6876,7 +6900,7 @@

    Method List

  • -
  • +
  • #get! NgrokAPI::Services::IPPoliciesClient @@ -6884,7 +6908,7 @@

    Method List

  • -
  • +
  • #get! NgrokAPI::Services::AbuseReportsClient @@ -6892,7 +6916,7 @@

    Method List

  • -
  • +
  • #get! NgrokAPI::Services::EventSourcesClient @@ -6900,7 +6924,7 @@

    Method List

  • -
  • +
  • #get! NgrokAPI::Services::ServiceUsersClient @@ -6908,7 +6932,7 @@

    Method List

  • -
  • +
  • #get! NgrokAPI::Services::ReservedAddrsClient @@ -6916,7 +6940,7 @@

    Method List

  • -
  • +
  • #get! NgrokAPI::Services::AgentIngressesClient @@ -6924,7 +6948,7 @@

    Method List

  • -
  • +
  • #get! NgrokAPI::Services::IPPolicyRulesClient @@ -6932,7 +6956,7 @@

    Method List

  • -
  • +
  • #get! NgrokAPI::Services::IPRestrictionsClient @@ -6940,7 +6964,7 @@

    Method List

  • -
  • +
  • #get! NgrokAPI::Services::SSHCredentialsClient @@ -6948,7 +6972,7 @@

    Method List

  • -
  • +
  • #get! NgrokAPI::Services::StaticBackendsClient @@ -6956,7 +6980,7 @@

    Method List

  • -
  • +
  • #get! NgrokAPI::Services::TunnelSessionsClient @@ -6964,7 +6988,7 @@

    Method List

  • -
  • +
  • #get! NgrokAPI::Services::ReservedDomainsClient @@ -6972,7 +6996,7 @@

    Method List

  • -
  • +
  • #get! NgrokAPI::Services::TLSCertificatesClient @@ -6980,7 +7004,7 @@

    Method List

  • -
  • +
  • #get! NgrokAPI::Services::ApplicationUsersClient @@ -6988,7 +7012,7 @@

    Method List

  • -
  • +
  • #get! NgrokAPI::Services::FailoverBackendsClient @@ -6996,7 +7020,7 @@

    Method List

  • -
  • +
  • #get! NgrokAPI::Services::WeightedBackendsClient @@ -7004,7 +7028,7 @@

    Method List

  • -
  • +
  • #get! NgrokAPI::Services::EdgesHTTPSRoutesClient @@ -7012,7 +7036,7 @@

    Method List

  • -
  • +
  • #get! NgrokAPI::Services::EventDestinationsClient @@ -7020,7 +7044,7 @@

    Method List

  • -
  • +
  • #get! NgrokAPI::Services::EventSubscriptionsClient @@ -7028,7 +7052,7 @@

    Method List

  • -
  • +
  • #get! NgrokAPI::Services::ApplicationSessionsClient @@ -7036,7 +7060,7 @@

    Method List

  • -
  • +
  • #get! NgrokAPI::Services::SSHHostCertificatesClient @@ -7044,7 +7068,7 @@

    Method List

  • -
  • +
  • #get! NgrokAPI::Services::SSHUserCertificatesClient @@ -7052,7 +7076,7 @@

    Method List

  • -
  • +
  • #get! NgrokAPI::Services::TunnelGroupBackendsClient @@ -7060,7 +7084,7 @@

    Method List

  • -
  • +
  • #get! NgrokAPI::Services::EdgeRouteOIDCModuleClient @@ -7068,7 +7092,7 @@

    Method List

  • -
  • +
  • #get! NgrokAPI::Services::EdgeRouteSAMLModuleClient @@ -7076,7 +7100,7 @@

    Method List

  • -
  • +
  • #get! NgrokAPI::Services::HTTPResponseBackendsClient @@ -7084,7 +7108,7 @@

    Method List

  • -
  • +
  • #get! NgrokAPI::Services::CertificateAuthoritiesClient @@ -7092,7 +7116,7 @@

    Method List

  • -
  • +
  • #get! NgrokAPI::Services::TCPEdgeBackendModuleClient @@ -7100,7 +7124,7 @@

    Method List

  • -
  • +
  • #get! NgrokAPI::Services::TLSEdgeBackendModuleClient @@ -7108,7 +7132,7 @@

    Method List

  • -
  • +
  • #get! NgrokAPI::Services::EdgeRouteOAuthModuleClient @@ -7116,7 +7140,7 @@

    Method List

  • -
  • +
  • #get! NgrokAPI::Services::EdgeRouteBackendModuleClient @@ -7124,7 +7148,7 @@

    Method List

  • -
  • +
  • #get! NgrokAPI::Services::TLSEdgeMutualTLSModuleClient @@ -7132,7 +7156,7 @@

    Method List

  • -
  • +
  • #get! NgrokAPI::Services::SSHCertificateAuthoritiesClient @@ -7140,7 +7164,7 @@

    Method List

  • -
  • +
  • #get! NgrokAPI::Services::HTTPSEdgeMutualTLSModuleClient @@ -7148,7 +7172,7 @@

    Method List

  • -
  • +
  • #get! NgrokAPI::Services::EdgeRouteCompressionModuleClient @@ -7156,7 +7180,7 @@

    Method List

  • -
  • +
  • #get! NgrokAPI::Services::TCPEdgeIPRestrictionModuleClient @@ -7164,7 +7188,7 @@

    Method List

  • -
  • +
  • #get! NgrokAPI::Services::TCPEdgeTrafficPolicyModuleClient @@ -7172,7 +7196,7 @@

    Method List

  • -
  • +
  • #get! NgrokAPI::Services::TLSEdgeIPRestrictionModuleClient @@ -7180,7 +7204,7 @@

    Method List

  • -
  • +
  • #get! NgrokAPI::Services::TLSEdgeTrafficPolicyModuleClient @@ -7188,7 +7212,7 @@

    Method List

  • -
  • +
  • #get! NgrokAPI::Services::TLSEdgeTLSTerminationModuleClient @@ -7196,7 +7220,7 @@

    Method List

  • -
  • +
  • #get! NgrokAPI::Services::EdgeRouteIPRestrictionModuleClient @@ -7204,7 +7228,7 @@

    Method List

  • -
  • +
  • #get! NgrokAPI::Services::EdgeRouteTrafficPolicyModuleClient @@ -7212,7 +7236,7 @@

    Method List

  • -
  • +
  • #get! NgrokAPI::Services::EdgeRouteCircuitBreakerModuleClient @@ -7220,7 +7244,7 @@

    Method List

  • -
  • +
  • #get! NgrokAPI::Services::EdgeRouteRequestHeadersModuleClient @@ -7228,7 +7252,7 @@

    Method List

  • -
  • +
  • #get! NgrokAPI::Services::HTTPSEdgeTLSTerminationModuleClient @@ -7236,7 +7260,7 @@

    Method List

  • -
  • +
  • #get! NgrokAPI::Services::EdgeRouteResponseHeadersModuleClient @@ -7244,7 +7268,7 @@

    Method List

  • -
  • +
  • #get! NgrokAPI::Services::EdgeRouteUserAgentFilterModuleClient @@ -7252,7 +7276,7 @@

    Method List

  • -
  • +
  • #get! NgrokAPI::Services::EdgeRouteWebhookVerificationModuleClient @@ -7260,7 +7284,7 @@

    Method List

  • -
  • +
  • #get! NgrokAPI::Services::EdgeRouteWebsocketTCPConverterModuleClient @@ -7268,7 +7292,7 @@

    Method List

  • -
  • +
  • #get_next NgrokAPI::PagedIterator @@ -7276,7 +7300,7 @@

    Method List

  • -
  • +
  • #get_secrets_by_vault NgrokAPI::Services::VaultsClient @@ -7284,7 +7308,7 @@

    Method List

  • -
  • +
  • #get_secrets_by_vault! NgrokAPI::Services::VaultsClient @@ -7292,7 +7316,7 @@

    Method List

  • -
  • +
  • #github NgrokAPI::Models::EndpointOAuthProvider @@ -7300,7 +7324,7 @@

    Method List

  • -
  • +
  • #gitlab NgrokAPI::Models::EndpointOAuthProvider @@ -7308,7 +7332,7 @@

    Method List

  • -
  • +
  • #google NgrokAPI::Models::EndpointOAuthProvider @@ -7316,7 +7340,7 @@

    Method List

  • -
  • +
  • #headers NgrokAPI::Models::HTTPResponseBackend @@ -7324,7 +7348,7 @@

    Method List

  • -
  • +
  • #host NgrokAPI::Models::Endpoint @@ -7332,7 +7356,7 @@

    Method List

  • -
  • +
  • #hostname NgrokAPI::Models::AbuseReportHostname @@ -7340,7 +7364,7 @@

    Method List

  • -
  • +
  • #hostnames NgrokAPI::Models::AbuseReport @@ -7348,7 +7372,7 @@

    Method List

  • -
  • +
  • #hostport NgrokAPI::Models::Endpoint @@ -7356,7 +7380,7 @@

    Method List

  • -
  • +
  • #hostports NgrokAPI::Models::TCPEdge @@ -7364,7 +7388,7 @@

    Method List

  • -
  • +
  • #hostports NgrokAPI::Models::TLSEdge @@ -7372,7 +7396,7 @@

    Method List

  • -
  • +
  • #hostports NgrokAPI::Models::HTTPSEdge @@ -7380,7 +7404,7 @@

    Method List

  • -
  • +
  • #id NgrokAPI::Models::Ref @@ -7388,7 +7412,7 @@

    Method List

  • -
  • +
  • #id NgrokAPI::Models::Vault @@ -7396,7 +7420,7 @@

    Method List

  • -
  • +
  • #id NgrokAPI::Models::Secret @@ -7404,7 +7428,7 @@

    Method List

  • -
  • +
  • #id NgrokAPI::Models::Tunnel @@ -7412,7 +7436,7 @@

    Method List

  • -
  • +
  • #id NgrokAPI::Models::APIKey @@ -7420,7 +7444,7 @@

    Method List

  • -
  • +
  • #id NgrokAPI::Models::BotUser @@ -7428,7 +7452,7 @@

    Method List

  • -
  • +
  • #id NgrokAPI::Models::Endpoint @@ -7436,7 +7460,7 @@

    Method List

  • -
  • +
  • #id NgrokAPI::Models::TCPEdge @@ -7444,7 +7468,7 @@

    Method List

  • -
  • +
  • #id NgrokAPI::Models::TLSEdge @@ -7452,7 +7476,7 @@

    Method List

  • -
  • +
  • #id NgrokAPI::Models::IPPolicy @@ -7460,7 +7484,7 @@

    Method List

  • -
  • +
  • #id NgrokAPI::Models::Credential @@ -7468,7 +7492,7 @@

    Method List

  • -
  • +
  • #id NgrokAPI::Models::HTTPSEdge @@ -7476,7 +7500,7 @@

    Method List

  • -
  • +
  • #id NgrokAPI::Models::AbuseReport @@ -7484,7 +7508,7 @@

    Method List

  • -
  • +
  • #id NgrokAPI::Models::ServiceUser @@ -7492,7 +7516,7 @@

    Method List

  • -
  • +
  • #id NgrokAPI::Models::AgentIngress @@ -7500,7 +7524,7 @@

    Method List

  • -
  • +
  • #id NgrokAPI::Models::ReservedAddr @@ -7508,7 +7532,7 @@

    Method List

  • -
  • +
  • #id NgrokAPI::Models::IPPolicyRule @@ -7516,7 +7540,7 @@

    Method List

  • -
  • +
  • #id NgrokAPI::Models::IPRestriction @@ -7524,7 +7548,7 @@

    Method List

  • -
  • +
  • #id NgrokAPI::Models::SSHCredential @@ -7532,7 +7556,7 @@

    Method List

  • -
  • +
  • #id NgrokAPI::Models::StaticBackend @@ -7540,7 +7564,7 @@

    Method List

  • -
  • +
  • #id NgrokAPI::Models::TunnelSession @@ -7548,7 +7572,7 @@

    Method List

  • -
  • +
  • #id NgrokAPI::Models::ReservedDomain @@ -7556,7 +7580,7 @@

    Method List

  • -
  • +
  • #id NgrokAPI::Models::TLSCertificate @@ -7564,7 +7588,7 @@

    Method List

  • -
  • +
  • #id NgrokAPI::Models::ApplicationUser @@ -7572,7 +7596,7 @@

    Method List

  • -
  • +
  • #id NgrokAPI::Models::FailoverBackend @@ -7580,7 +7604,7 @@

    Method List

  • -
  • +
  • #id NgrokAPI::Models::HTTPSEdgeRoute @@ -7588,7 +7612,7 @@

    Method List

  • -
  • +
  • #id NgrokAPI::Models::WeightedBackend @@ -7596,7 +7620,7 @@

    Method List

  • -
  • +
  • #id NgrokAPI::Models::EventDestination @@ -7604,7 +7628,7 @@

    Method List

  • -
  • +
  • #id NgrokAPI::Models::EventSubscription @@ -7612,7 +7636,7 @@

    Method List

  • -
  • +
  • #id NgrokAPI::Models::ApplicationSession @@ -7620,7 +7644,7 @@

    Method List

  • -
  • +
  • #id NgrokAPI::Models::SSHHostCertificate @@ -7628,7 +7652,7 @@

    Method List

  • -
  • +
  • #id NgrokAPI::Models::SSHUserCertificate @@ -7636,7 +7660,7 @@

    Method List

  • -
  • +
  • #id NgrokAPI::Models::TunnelGroupBackend @@ -7644,7 +7668,7 @@

    Method List

  • -
  • +
  • #id NgrokAPI::Models::CertificateAuthority @@ -7652,7 +7676,7 @@

    Method List

  • -
  • +
  • #id NgrokAPI::Models::HTTPResponseBackend @@ -7660,7 +7684,7 @@

    Method List

  • -
  • +
  • #id NgrokAPI::Models::SSHCertificateAuthority @@ -7668,7 +7692,7 @@

    Method List

  • -
  • +
  • #identity_provider NgrokAPI::Models::ApplicationUser @@ -7676,7 +7700,7 @@

    Method List

  • -
  • +
  • #idp_metadata NgrokAPI::Models::EndpointSAML @@ -7684,7 +7708,7 @@

    Method List

  • -
  • +
  • #idp_metadata NgrokAPI::Models::EndpointSAMLMutate @@ -7692,7 +7716,7 @@

    Method List

  • -
  • +
  • #inactivity_timeout NgrokAPI::Models::EndpointOIDC @@ -7700,7 +7724,7 @@

    Method List

  • -
  • +
  • #inactivity_timeout NgrokAPI::Models::EndpointSAML @@ -7708,7 +7732,7 @@

    Method List

  • -
  • +
  • #inactivity_timeout NgrokAPI::Models::EndpointOAuth @@ -7716,7 +7740,7 @@

    Method List

  • -
  • +
  • #inactivity_timeout NgrokAPI::Models::EndpointSAMLMutate @@ -7724,7 +7748,7 @@

    Method List

  • -
  • +
  • #initialize NgrokAPI::Error @@ -7732,7 +7756,7 @@

    Method List

  • -
  • +
  • #initialize NgrokAPI::Client @@ -7740,7 +7764,7 @@

    Method List

  • -
  • +
  • #initialize NgrokAPI::Models::Ref @@ -7748,7 +7772,7 @@

    Method List

  • -
  • +
  • #initialize NgrokAPI::HttpClient @@ -7756,7 +7780,7 @@

    Method List

  • -
  • +
  • #initialize NgrokAPI::Models::Vault @@ -7764,7 +7788,7 @@

    Method List

  • -
  • +
  • #initialize NgrokAPI::Models::Secret @@ -7772,7 +7796,7 @@

    Method List

  • -
  • +
  • #initialize NgrokAPI::Models::Tunnel @@ -7780,7 +7804,7 @@

    Method List

  • -
  • +
  • #initialize NgrokAPI::Models::APIKey @@ -7788,7 +7812,7 @@

    Method List

  • -
  • +
  • #initialize NgrokAPI::PagedIterator @@ -7796,7 +7820,7 @@

    Method List

  • -
  • +
  • #initialize NgrokAPI::Models::AWSAuth @@ -7804,7 +7828,7 @@

    Method List

  • -
  • +
  • #initialize NgrokAPI::Models::AWSRole @@ -7812,7 +7836,7 @@

    Method List

  • -
  • +
  • #initialize NgrokAPI::Models::BotUser @@ -7820,7 +7844,7 @@

    Method List

  • -
  • +
  • #initialize NgrokAPI::Models::Endpoint @@ -7828,7 +7852,7 @@

    Method List

  • -
  • +
  • #initialize NgrokAPI::Models::Listable @@ -7836,7 +7860,7 @@

    Method List

  • -
  • +
  • #initialize NgrokAPI::Models::Location @@ -7844,7 +7868,7 @@

    Method List

  • -
  • +
  • #initialize NgrokAPI::Models::TCPEdge @@ -7852,7 +7876,7 @@

    Method List

  • -
  • +
  • #initialize NgrokAPI::Models::TLSEdge @@ -7860,7 +7884,7 @@

    Method List

  • -
  • +
  • #initialize NgrokAPI::Models::IPPolicy @@ -7868,7 +7892,7 @@

    Method List

  • -
  • +
  • #initialize NgrokAPI::Models::Credential @@ -7876,7 +7900,7 @@

    Method List

  • -
  • +
  • #initialize NgrokAPI::Models::HTTPSEdge @@ -7884,7 +7908,7 @@

    Method List

  • -
  • +
  • #initialize NgrokAPI::Models::UserAgent @@ -7892,7 +7916,7 @@

    Method List

  • -
  • +
  • #initialize NgrokAPI::Models::AbuseReport @@ -7900,7 +7924,7 @@

    Method List

  • -
  • +
  • #initialize NgrokAPI::Models::EventSource @@ -7908,7 +7932,7 @@

    Method List

  • -
  • +
  • #initialize NgrokAPI::Models::EventTarget @@ -7916,7 +7940,7 @@

    Method List

  • -
  • +
  • #initialize NgrokAPI::Models::ServiceUser @@ -7924,7 +7948,7 @@

    Method List

  • -
  • +
  • #initialize NgrokAPI::Models::AgentIngress @@ -7932,7 +7956,7 @@

    Method List

  • -
  • +
  • #initialize NgrokAPI::Models::EndpointOIDC @@ -7940,7 +7964,7 @@

    Method List

  • -
  • +
  • #initialize NgrokAPI::Models::EndpointSAML @@ -7948,7 +7972,7 @@

    Method List

  • -
  • +
  • #initialize NgrokAPI::Models::ReservedAddr @@ -7956,7 +7980,7 @@

    Method List

  • -
  • +
  • #initialize NgrokAPI::Models::IPPolicyRule @@ -7964,7 +7988,7 @@

    Method List

  • -
  • +
  • #initialize NgrokAPI::Models::IPRestriction @@ -7972,7 +7996,7 @@

    Method List

  • -
  • +
  • #initialize NgrokAPI::Models::SSHCredential @@ -7980,7 +8004,7 @@

    Method List

  • -
  • +
  • #initialize NgrokAPI::Models::StaticBackend @@ -7988,7 +8012,7 @@

    Method List

  • -
  • +
  • #initialize NgrokAPI::Models::TunnelSession @@ -7996,7 +8020,7 @@

    Method List

  • -
  • +
  • #initialize NgrokAPI::Errors::NotFoundError @@ -8004,7 +8028,7 @@

    Method List

  • -
  • +
  • #initialize NgrokAPI::Models::AWSCredentials @@ -8012,7 +8036,7 @@

    Method List

  • -
  • +
  • #initialize NgrokAPI::Models::BrowserSession @@ -8020,7 +8044,7 @@

    Method List

  • -
  • +
  • #initialize NgrokAPI::Models::EndpointOAuth @@ -8028,7 +8052,7 @@

    Method List

  • -
  • +
  • #initialize NgrokAPI::Models::ReservedDomain @@ -8036,7 +8060,7 @@

    Method List

  • -
  • +
  • #initialize NgrokAPI::Models::TLSCertificate @@ -8044,7 +8068,7 @@

    Method List

  • -
  • +
  • #initialize NgrokAPI::Services::VaultsClient @@ -8052,7 +8076,7 @@

    Method List

  • -
  • +
  • #initialize NgrokAPI::Models::ApplicationUser @@ -8060,7 +8084,7 @@

    Method List

  • -
  • +
  • #initialize NgrokAPI::Models::EndpointBackend @@ -8068,7 +8092,7 @@

    Method List

  • -
  • +
  • #initialize NgrokAPI::Models::FailoverBackend @@ -8076,7 +8100,7 @@

    Method List

  • -
  • +
  • #initialize NgrokAPI::Models::HTTPSEdgeRoute @@ -8084,7 +8108,7 @@

    Method List

  • -
  • +
  • #initialize NgrokAPI::Models::WeightedBackend @@ -8092,7 +8116,7 @@

    Method List

  • -
  • +
  • #initialize NgrokAPI::Services::SecretsClient @@ -8100,7 +8124,7 @@

    Method List

  • -
  • +
  • #initialize NgrokAPI::Services::TunnelsClient @@ -8108,7 +8132,7 @@

    Method List

  • -
  • +
  • #initialize NgrokAPI::Models::EventDestination @@ -8116,7 +8140,7 @@

    Method List

  • -
  • +
  • #initialize NgrokAPI::Models::EventSourceList @@ -8124,7 +8148,7 @@

    Method List

  • -
  • +
  • #initialize NgrokAPI::Models::IdentityProvider @@ -8132,7 +8156,7 @@

    Method List

  • -
  • +
  • #initialize NgrokAPI::Services::APIKeysClient @@ -8140,7 +8164,7 @@

    Method List

  • -
  • +
  • #initialize NgrokAPI::Models::EndpointIPPolicy @@ -8148,7 +8172,7 @@

    Method List

  • -
  • +
  • #initialize NgrokAPI::Models::EventSubscription @@ -8156,7 +8180,7 @@

    Method List

  • -
  • +
  • #initialize NgrokAPI::Models::StaticBackendTLS @@ -8164,7 +8188,7 @@

    Method List

  • -
  • +
  • #initialize NgrokAPI::Services::BotUsersClient @@ -8172,7 +8196,7 @@

    Method List

  • -
  • +
  • #initialize NgrokAPI::Services::EdgesTCPClient @@ -8180,7 +8204,7 @@

    Method List

  • -
  • +
  • #initialize NgrokAPI::Services::EdgesTLSClient @@ -8188,7 +8212,7 @@

    Method List

  • -
  • +
  • #initialize NgrokAPI::Services::EndpointsClient @@ -8196,7 +8220,7 @@

    Method List

  • -
  • +
  • #initialize NgrokAPI::Models::ApplicationSession @@ -8204,7 +8228,7 @@

    Method List

  • -
  • +
  • #initialize NgrokAPI::Models::EndpointMutualTLS @@ -8212,7 +8236,7 @@

    Method List

  • -
  • +
  • #initialize NgrokAPI::Models::EndpointCompression @@ -8220,7 +8244,7 @@

    Method List

  • -
  • +
  • #initialize NgrokAPI::Models::EndpointSAMLMutate @@ -8228,7 +8252,7 @@

    Method List

  • -
  • +
  • #initialize NgrokAPI::Models::EventSourceReplace @@ -8236,7 +8260,7 @@

    Method List

  • -
  • +
  • #initialize NgrokAPI::Models::EventTargetDatadog @@ -8244,7 +8268,7 @@

    Method List

  • -
  • +
  • #initialize NgrokAPI::Models::EventTargetKinesis @@ -8252,7 +8276,7 @@

    Method List

  • -
  • +
  • #initialize NgrokAPI::Models::SSHHostCertificate @@ -8260,7 +8284,7 @@

    Method List

  • -
  • +
  • #initialize NgrokAPI::Models::SSHUserCertificate @@ -8268,7 +8292,7 @@

    Method List

  • -
  • +
  • #initialize NgrokAPI::Models::TunnelGroupBackend @@ -8276,7 +8300,7 @@

    Method List

  • -
  • +
  • #initialize NgrokAPI::Services::CredentialsClient @@ -8284,7 +8308,7 @@

    Method List

  • -
  • +
  • #initialize NgrokAPI::Services::EdgesHTTPSClient @@ -8292,7 +8316,7 @@

    Method List

  • -
  • +
  • #initialize NgrokAPI::Services::IPPoliciesClient @@ -8300,7 +8324,7 @@

    Method List

  • -
  • +
  • #initialize NgrokAPI::Models::AbuseReportHostname @@ -8308,7 +8332,7 @@

    Method List

  • -
  • +
  • #initialize NgrokAPI::Models::CertificateAuthority @@ -8316,7 +8340,7 @@

    Method List

  • -
  • +
  • #initialize NgrokAPI::Models::EventTargetFirehose @@ -8324,7 +8348,7 @@

    Method List

  • -
  • +
  • #initialize NgrokAPI::Models::HTTPResponseBackend @@ -8332,7 +8356,7 @@

    Method List

  • -
  • +
  • #initialize NgrokAPI::Models::TLSCertificateSANs @@ -8340,7 +8364,7 @@

    Method List

  • -
  • +
  • #initialize NgrokAPI::Models::AgentIngressCertJob @@ -8348,7 +8372,7 @@

    Method List

  • -
  • +
  • #initialize NgrokAPI::Models::EndpointOAuthAmazon @@ -8356,7 +8380,7 @@

    Method List

  • -
  • +
  • #initialize NgrokAPI::Models::EndpointOAuthGoogle @@ -8364,7 +8388,7 @@

    Method List

  • -
  • +
  • #initialize NgrokAPI::Models::EndpointOAuthTwitch @@ -8372,7 +8396,7 @@

    Method List

  • -
  • +
  • #initialize NgrokAPI::Services::AbuseReportsClient @@ -8380,7 +8404,7 @@

    Method List

  • -
  • +
  • #initialize NgrokAPI::Services::EventSourcesClient @@ -8388,7 +8412,7 @@

    Method List

  • -
  • +
  • #initialize NgrokAPI::Services::ServiceUsersClient @@ -8396,7 +8420,7 @@

    Method List

  • -
  • +
  • #initialize NgrokAPI::Models::EndpointBackendMutate @@ -8404,7 +8428,7 @@

    Method List

  • -
  • +
  • #initialize NgrokAPI::Models::EndpointOAuthGitHub @@ -8412,7 +8436,7 @@

    Method List

  • -
  • +
  • #initialize NgrokAPI::Models::EndpointOAuthGitLab @@ -8420,7 +8444,7 @@

    Method List

  • -
  • +
  • #initialize NgrokAPI::Models::EndpointTrafficPolicy @@ -8428,7 +8452,7 @@

    Method List

  • -
  • +
  • #initialize NgrokAPI::Services::ReservedAddrsClient @@ -8436,7 +8460,7 @@

    Method List

  • -
  • +
  • #initialize NgrokAPI::Models::EndpointCircuitBreaker @@ -8444,7 +8468,7 @@

    Method List

  • -
  • +
  • #initialize NgrokAPI::Models::EndpointOAuthFacebook @@ -8452,7 +8476,7 @@

    Method List

  • -
  • +
  • #initialize NgrokAPI::Models::EndpointOAuthProvider @@ -8460,7 +8484,7 @@

    Method List

  • -
  • +
  • #initialize NgrokAPI::Models::EndpointRequestHeaders @@ -8468,7 +8492,7 @@

    Method List

  • -
  • +
  • #initialize NgrokAPI::Models::EndpointTLSTermination @@ -8476,7 +8500,7 @@

    Method List

  • -
  • +
  • #initialize NgrokAPI::Models::ReservedDomainCertJob @@ -8484,7 +8508,7 @@

    Method List

  • -
  • +
  • #initialize NgrokAPI::Services::AgentIngressesClient @@ -8492,7 +8516,7 @@

    Method List

  • -
  • +
  • #initialize NgrokAPI::Services::IPPolicyRulesClient @@ -8500,7 +8524,7 @@

    Method List

  • -
  • +
  • #initialize NgrokAPI::Services::IPRestrictionsClient @@ -8508,7 +8532,7 @@

    Method List

  • -
  • +
  • #initialize NgrokAPI::Services::SSHCredentialsClient @@ -8516,7 +8540,7 @@

    Method List

  • -
  • +
  • #initialize NgrokAPI::Services::StaticBackendsClient @@ -8524,7 +8548,7 @@

    Method List

  • -
  • +
  • #initialize NgrokAPI::Services::TunnelSessionsClient @@ -8532,7 +8556,7 @@

    Method List

  • -
  • +
  • #initialize NgrokAPI::Models::AgentIngressCertPolicy @@ -8540,7 +8564,7 @@

    Method List

  • -
  • +
  • #initialize NgrokAPI::Models::AgentIngressCertStatus @@ -8548,7 +8572,7 @@

    Method List

  • -
  • +
  • #initialize NgrokAPI::Models::EndpointIPPolicyMutate @@ -8556,7 +8580,7 @@

    Method List

  • -
  • +
  • #initialize NgrokAPI::Models::EndpointOAuthLinkedIn @@ -8564,7 +8588,7 @@

    Method List

  • -
  • +
  • #initialize NgrokAPI::Models::EndpointOAuthMicrosoft @@ -8572,7 +8596,7 @@

    Method List

  • -
  • +
  • #initialize NgrokAPI::Models::EndpointResponseHeaders @@ -8580,7 +8604,7 @@

    Method List

  • -
  • +
  • #initialize NgrokAPI::Models::SSHCertificateAuthority @@ -8588,7 +8612,7 @@

    Method List

  • -
  • +
  • #initialize NgrokAPI::Services::ReservedDomainsClient @@ -8596,7 +8620,7 @@

    Method List

  • -
  • +
  • #initialize NgrokAPI::Services::TLSCertificatesClient @@ -8604,7 +8628,7 @@

    Method List

  • -
  • +
  • #initialize NgrokAPI::Models::EndpointMutualTLSMutate @@ -8612,7 +8636,7 @@

    Method List

  • -
  • +
  • #initialize NgrokAPI::Models::EndpointUserAgentFilter @@ -8620,7 +8644,7 @@

    Method List

  • -
  • +
  • #initialize NgrokAPI::Services::ApplicationUsersClient @@ -8628,7 +8652,7 @@

    Method List

  • -
  • +
  • #initialize NgrokAPI::Services::FailoverBackendsClient @@ -8636,7 +8660,7 @@

    Method List

  • -
  • +
  • #initialize NgrokAPI::Services::WeightedBackendsClient @@ -8644,7 +8668,7 @@

    Method List

  • -
  • +
  • #initialize NgrokAPI::Models::EndpointWebhookValidation @@ -8652,7 +8676,7 @@

    Method List

  • -
  • +
  • #initialize NgrokAPI::Models::ReservedDomainCertPolicy @@ -8660,7 +8684,7 @@

    Method List

  • -
  • +
  • #initialize NgrokAPI::Models::ReservedDomainCertStatus @@ -8668,7 +8692,7 @@

    Method List

  • -
  • +
  • #initialize NgrokAPI::Services::EdgesHTTPSRoutesClient @@ -8676,7 +8700,7 @@

    Method List

  • -
  • +
  • #initialize NgrokAPI::Services::EventDestinationsClient @@ -8684,7 +8708,7 @@

    Method List

  • -
  • +
  • #initialize NgrokAPI::Models::EventTargetCloudwatchLogs @@ -8692,7 +8716,7 @@

    Method List

  • -
  • +
  • #initialize NgrokAPI::Services::EventSubscriptionsClient @@ -8700,7 +8724,7 @@

    Method List

  • -
  • +
  • #initialize NgrokAPI::Services::ApplicationSessionsClient @@ -8708,7 +8732,7 @@

    Method List

  • -
  • +
  • #initialize NgrokAPI::Services::SSHHostCertificatesClient @@ -8716,7 +8740,7 @@

    Method List

  • -
  • +
  • #initialize NgrokAPI::Services::SSHUserCertificatesClient @@ -8724,7 +8748,7 @@

    Method List

  • -
  • +
  • #initialize NgrokAPI::Services::TunnelGroupBackendsClient @@ -8732,7 +8756,7 @@

    Method List

  • -
  • +
  • #initialize NgrokAPI::Services::EdgeRouteOIDCModuleClient @@ -8740,7 +8764,7 @@

    Method List

  • -
  • +
  • #initialize NgrokAPI::Services::EdgeRouteSAMLModuleClient @@ -8748,7 +8772,7 @@

    Method List

  • -
  • +
  • #initialize NgrokAPI::Services::HTTPResponseBackendsClient @@ -8756,7 +8780,7 @@

    Method List

  • -
  • +
  • #initialize NgrokAPI::Models::EndpointTLSTerminationAtEdge @@ -8764,7 +8788,7 @@

    Method List

  • -
  • +
  • #initialize NgrokAPI::Models::EndpointWebsocketTCPConverter @@ -8772,7 +8796,7 @@

    Method List

  • -
  • +
  • #initialize NgrokAPI::Services::CertificateAuthoritiesClient @@ -8780,7 +8804,7 @@

    Method List

  • -
  • +
  • #initialize NgrokAPI::Services::TCPEdgeBackendModuleClient @@ -8788,7 +8812,7 @@

    Method List

  • -
  • +
  • #initialize NgrokAPI::Services::TLSEdgeBackendModuleClient @@ -8796,7 +8820,7 @@

    Method List

  • -
  • +
  • #initialize NgrokAPI::Models::EventTargetAzureLogsIngestion @@ -8804,6 +8828,14 @@

    Method List

  • +
  • +
    + #initialize + NgrokAPI::Models::ReservedDomainResolvesToEntry +
    +
  • + +
  • #initialize @@ -11141,6 +11173,14 @@

    Method List

  • +
    + #resolves_to + NgrokAPI::Models::ReservedDomain +
    +
  • + + +
  • #response NgrokAPI::Error @@ -11148,7 +11188,7 @@

    Method List

  • -
  • +
  • #response NgrokAPI::Errors::NotFoundError @@ -11156,7 +11196,7 @@

    Method List

  • -
  • +
  • #response_headers NgrokAPI::Models::HTTPSEdgeRoute @@ -11164,7 +11204,7 @@

    Method List

  • -
  • +
  • #restart NgrokAPI::Services::TunnelSessionsClient @@ -11172,7 +11212,7 @@

    Method List

  • -
  • +
  • #restart! NgrokAPI::Services::TunnelSessionsClient @@ -11180,7 +11220,7 @@

    Method List

  • -
  • +
  • #retries_at NgrokAPI::Models::AgentIngressCertJob @@ -11188,7 +11228,7 @@

    Method List

  • -
  • +
  • #retries_at NgrokAPI::Models::ReservedDomainCertJob @@ -11196,7 +11236,7 @@

    Method List

  • -
  • +
  • #role NgrokAPI::Models::AWSAuth @@ -11204,7 +11244,7 @@

    Method List

  • -
  • +
  • #role_arn NgrokAPI::Models::AWSRole @@ -11212,7 +11252,7 @@

    Method List

  • -
  • +
  • #rolling_window NgrokAPI::Models::EndpointCircuitBreaker @@ -11220,7 +11260,7 @@

    Method List

  • -
  • +
  • #route NgrokAPI::Models::ApplicationSession @@ -11228,7 +11268,7 @@

    Method List

  • -
  • +
  • #routes NgrokAPI::Models::HTTPSEdge @@ -11236,7 +11276,7 @@

    Method List

  • -
  • +
  • #saml NgrokAPI::Models::HTTPSEdgeRoute @@ -11244,7 +11284,7 @@

    Method List

  • -
  • +
  • #scheme NgrokAPI::Models::Endpoint @@ -11252,7 +11292,7 @@

    Method List

  • -
  • +
  • #scopes NgrokAPI::Models::EndpointOIDC @@ -11260,7 +11300,7 @@

    Method List

  • -
  • +
  • #scopes NgrokAPI::Models::EndpointOAuthAmazon @@ -11268,7 +11308,7 @@

    Method List

  • -
  • +
  • #scopes NgrokAPI::Models::EndpointOAuthGoogle @@ -11276,7 +11316,7 @@

    Method List

  • -
  • +
  • #scopes NgrokAPI::Models::EndpointOAuthTwitch @@ -11284,7 +11324,7 @@

    Method List

  • -
  • +
  • #scopes NgrokAPI::Models::EndpointOAuthGitHub @@ -11292,7 +11332,7 @@

    Method List

  • -
  • +
  • #scopes NgrokAPI::Models::EndpointOAuthGitLab @@ -11300,7 +11340,7 @@

    Method List

  • -
  • +
  • #scopes NgrokAPI::Models::EndpointOAuthFacebook @@ -11308,7 +11348,7 @@

    Method List

  • -
  • +
  • #scopes NgrokAPI::Models::EndpointOAuthLinkedIn @@ -11316,7 +11356,7 @@

    Method List

  • -
  • +
  • #scopes NgrokAPI::Models::EndpointOAuthMicrosoft @@ -11324,7 +11364,7 @@

    Method List

  • -
  • +
  • #secret NgrokAPI::Models::EndpointWebhookValidation @@ -11332,7 +11372,7 @@

    Method List

  • -
  • +
  • #secrets NgrokAPI::Client @@ -11340,7 +11380,7 @@

    Method List

  • -
  • +
  • #serial_number NgrokAPI::Models::TLSCertificate @@ -11348,7 +11388,7 @@

    Method List

  • -
  • +
  • #service NgrokAPI::Models::EventTargetDatadog @@ -11356,7 +11396,7 @@

    Method List

  • -
  • +
  • #service_users NgrokAPI::Client @@ -11364,7 +11404,7 @@

    Method List

  • -
  • +
  • #single_logout_url NgrokAPI::Models::EndpointSAML @@ -11372,7 +11412,7 @@

    Method List

  • -
  • +
  • #sources NgrokAPI::Models::EventSourceList @@ -11380,7 +11420,7 @@

    Method List

  • -
  • +
  • #sources NgrokAPI::Models::EventSubscription @@ -11388,7 +11428,7 @@

    Method List

  • -
  • +
  • #ssh_certificate_authorities NgrokAPI::Client @@ -11396,7 +11436,7 @@

    Method List

  • -
  • +
  • #ssh_certificate_authority_id NgrokAPI::Models::SSHHostCertificate @@ -11404,7 +11444,7 @@

    Method List

  • -
  • +
  • #ssh_certificate_authority_id NgrokAPI::Models::SSHUserCertificate @@ -11412,7 +11452,7 @@

    Method List

  • -
  • +
  • #ssh_credentials NgrokAPI::Client @@ -11420,7 +11460,7 @@

    Method List

  • -
  • +
  • #ssh_host_certificates NgrokAPI::Client @@ -11428,7 +11468,7 @@

    Method List

  • -
  • +
  • #ssh_user_certificates NgrokAPI::Client @@ -11436,7 +11476,7 @@

    Method List

  • -
  • +
  • #started_at NgrokAPI::Models::Tunnel @@ -11444,7 +11484,7 @@

    Method List

  • -
  • +
  • #started_at NgrokAPI::Models::TunnelSession @@ -11452,7 +11492,7 @@

    Method List

  • -
  • +
  • #started_at NgrokAPI::Models::AgentIngressCertJob @@ -11460,7 +11500,7 @@

    Method List

  • -
  • +
  • #started_at NgrokAPI::Models::ReservedDomainCertJob @@ -11468,7 +11508,7 @@

    Method List

  • -
  • +
  • #status NgrokAPI::Models::AbuseReport @@ -11476,7 +11516,7 @@

    Method List

  • -
  • +
  • #status NgrokAPI::Models::AbuseReportHostname @@ -11484,7 +11524,7 @@

    Method List

  • -
  • +
  • #status_code NgrokAPI::Models::HTTPResponseBackend @@ -11492,7 +11532,7 @@

    Method List

  • -
  • +
  • #stop NgrokAPI::Services::TunnelSessionsClient @@ -11500,7 +11540,7 @@

    Method List

  • -
  • +
  • #stop! NgrokAPI::Services::TunnelSessionsClient @@ -11508,7 +11548,7 @@

    Method List

  • -
  • +
  • #stream_arn NgrokAPI::Models::EventTargetKinesis @@ -11516,7 +11556,7 @@

    Method List

  • -
  • +
  • #subject_alternative_names NgrokAPI::Models::TLSCertificate @@ -11524,7 +11564,7 @@

    Method List

  • -
  • +
  • #subject_common_name NgrokAPI::Models::TLSCertificate @@ -11532,7 +11572,7 @@

    Method List

  • -
  • +
  • #subject_common_name NgrokAPI::Models::CertificateAuthority @@ -11540,7 +11580,7 @@

    Method List

  • -
  • +
  • #subject_country NgrokAPI::Models::TLSCertificate @@ -11548,7 +11588,7 @@

    Method List

  • -
  • +
  • #subject_locality NgrokAPI::Models::TLSCertificate @@ -11556,7 +11596,7 @@

    Method List

  • -
  • +
  • #subject_organization NgrokAPI::Models::TLSCertificate @@ -11564,7 +11604,7 @@

    Method List

  • -
  • +
  • #subject_organizational_unit NgrokAPI::Models::TLSCertificate @@ -11572,7 +11612,7 @@

    Method List

  • -
  • +
  • #subject_province NgrokAPI::Models::TLSCertificate @@ -11580,7 +11620,7 @@

    Method List

  • -
  • +
  • #target NgrokAPI::Models::EventDestination @@ -11588,7 +11628,7 @@

    Method List

  • -
  • +
  • #tcp_addr NgrokAPI::Models::Endpoint @@ -11596,7 +11636,7 @@

    Method List

  • -
  • +
  • #teams NgrokAPI::Models::EndpointOAuthGitHub @@ -11604,7 +11644,7 @@

    Method List

  • -
  • +
  • #tenant_id NgrokAPI::Models::EventTargetAzureLogsIngestion @@ -11612,7 +11652,7 @@

    Method List

  • -
  • +
  • #terminate_at NgrokAPI::Models::EndpointTLSTermination @@ -11620,7 +11660,7 @@

    Method List

  • -
  • +
  • #tls NgrokAPI::Models::StaticBackend @@ -11628,7 +11668,7 @@

    Method List

  • -
  • +
  • #tls_certificates NgrokAPI::Client @@ -11636,7 +11676,7 @@

    Method List

  • -
  • +
  • #tls_termination NgrokAPI::Models::TLSEdge @@ -11644,7 +11684,7 @@

    Method List

  • -
  • +
  • #tls_termination NgrokAPI::Models::HTTPSEdge @@ -11652,7 +11692,7 @@

    Method List

  • -
  • +
  • #to_h NgrokAPI::Models::Ref @@ -11660,7 +11700,7 @@

    Method List

  • -
  • +
  • #to_h NgrokAPI::Models::Vault @@ -11668,7 +11708,7 @@

    Method List

  • -
  • +
  • #to_h NgrokAPI::Models::Secret @@ -11676,7 +11716,7 @@

    Method List

  • -
  • +
  • #to_h NgrokAPI::Models::Tunnel @@ -11684,7 +11724,7 @@

    Method List

  • -
  • +
  • #to_h NgrokAPI::Models::APIKey @@ -11692,7 +11732,7 @@

    Method List

  • -
  • +
  • #to_h NgrokAPI::Models::AWSAuth @@ -11700,7 +11740,7 @@

    Method List

  • -
  • +
  • #to_h NgrokAPI::Models::AWSRole @@ -11708,7 +11748,7 @@

    Method List

  • -
  • +
  • #to_h NgrokAPI::Models::BotUser @@ -11716,7 +11756,7 @@

    Method List

  • -
  • +
  • #to_h NgrokAPI::Models::Endpoint @@ -11724,7 +11764,7 @@

    Method List

  • -
  • +
  • #to_h NgrokAPI::Models::Location @@ -11732,7 +11772,7 @@

    Method List

  • -
  • +
  • #to_h NgrokAPI::Models::TCPEdge @@ -11740,7 +11780,7 @@

    Method List

  • -
  • +
  • #to_h NgrokAPI::Models::TLSEdge @@ -11748,7 +11788,7 @@

    Method List

  • -
  • +
  • #to_h NgrokAPI::Models::IPPolicy @@ -11756,7 +11796,7 @@

    Method List

  • -
  • +
  • #to_h NgrokAPI::Models::Credential @@ -11764,7 +11804,7 @@

    Method List

  • -
  • +
  • #to_h NgrokAPI::Models::HTTPSEdge @@ -11772,7 +11812,7 @@

    Method List

  • -
  • +
  • #to_h NgrokAPI::Models::UserAgent @@ -11780,7 +11820,7 @@

    Method List

  • -
  • +
  • #to_h NgrokAPI::Models::AbuseReport @@ -11788,7 +11828,7 @@

    Method List

  • -
  • +
  • #to_h NgrokAPI::Models::EventSource @@ -11796,7 +11836,7 @@

    Method List

  • -
  • +
  • #to_h NgrokAPI::Models::EventTarget @@ -11804,7 +11844,7 @@

    Method List

  • -
  • +
  • #to_h NgrokAPI::Models::ServiceUser @@ -11812,7 +11852,7 @@

    Method List

  • -
  • +
  • #to_h NgrokAPI::Models::AgentIngress @@ -11820,7 +11860,7 @@

    Method List

  • -
  • +
  • #to_h NgrokAPI::Models::EndpointOIDC @@ -11828,7 +11868,7 @@

    Method List

  • -
  • +
  • #to_h NgrokAPI::Models::EndpointSAML @@ -11836,7 +11876,7 @@

    Method List

  • -
  • +
  • #to_h NgrokAPI::Models::ReservedAddr @@ -11844,7 +11884,7 @@

    Method List

  • -
  • +
  • #to_h NgrokAPI::Models::IPPolicyRule @@ -11852,7 +11892,7 @@

    Method List

  • -
  • +
  • #to_h NgrokAPI::Models::IPRestriction @@ -11860,7 +11900,7 @@

    Method List

  • -
  • +
  • #to_h NgrokAPI::Models::SSHCredential @@ -11868,7 +11908,7 @@

    Method List

  • -
  • +
  • #to_h NgrokAPI::Models::StaticBackend @@ -11876,7 +11916,7 @@

    Method List

  • -
  • +
  • #to_h NgrokAPI::Models::TunnelSession @@ -11884,7 +11924,7 @@

    Method List

  • -
  • +
  • #to_h NgrokAPI::Models::AWSCredentials @@ -11892,7 +11932,7 @@

    Method List

  • -
  • +
  • #to_h NgrokAPI::Models::BrowserSession @@ -11900,7 +11940,7 @@

    Method List

  • -
  • +
  • #to_h NgrokAPI::Models::EndpointOAuth @@ -11908,7 +11948,7 @@

    Method List

  • -
  • +
  • #to_h NgrokAPI::Models::ReservedDomain @@ -11916,7 +11956,7 @@

    Method List

  • -
  • +
  • #to_h NgrokAPI::Models::TLSCertificate @@ -11924,7 +11964,7 @@

    Method List

  • -
  • +
  • #to_h NgrokAPI::Models::ApplicationUser @@ -11932,7 +11972,7 @@

    Method List

  • -
  • +
  • #to_h NgrokAPI::Models::EndpointBackend @@ -11940,7 +11980,7 @@

    Method List

  • -
  • +
  • #to_h NgrokAPI::Models::FailoverBackend @@ -11948,7 +11988,7 @@

    Method List

  • -
  • +
  • #to_h NgrokAPI::Models::HTTPSEdgeRoute @@ -11956,7 +11996,7 @@

    Method List

  • -
  • +
  • #to_h NgrokAPI::Models::WeightedBackend @@ -11964,7 +12004,7 @@

    Method List

  • -
  • +
  • #to_h NgrokAPI::Models::EventDestination @@ -11972,7 +12012,7 @@

    Method List

  • -
  • +
  • #to_h NgrokAPI::Models::EventSourceList @@ -11980,7 +12020,7 @@

    Method List

  • -
  • +
  • #to_h NgrokAPI::Models::IdentityProvider @@ -11988,7 +12028,7 @@

    Method List

  • -
  • +
  • #to_h NgrokAPI::Models::EndpointIPPolicy @@ -11996,7 +12036,7 @@

    Method List

  • -
  • +
  • #to_h NgrokAPI::Models::EventSubscription @@ -12004,7 +12044,7 @@

    Method List

  • -
  • +
  • #to_h NgrokAPI::Models::StaticBackendTLS @@ -12012,7 +12052,7 @@

    Method List

  • -
  • +
  • #to_h NgrokAPI::Models::ApplicationSession @@ -12020,7 +12060,7 @@

    Method List

  • -
  • +
  • #to_h NgrokAPI::Models::EndpointMutualTLS @@ -12028,7 +12068,7 @@

    Method List

  • -
  • +
  • #to_h NgrokAPI::Models::EndpointCompression @@ -12036,7 +12076,7 @@

    Method List

  • -
  • +
  • #to_h NgrokAPI::Models::EndpointSAMLMutate @@ -12044,7 +12084,7 @@

    Method List

  • -
  • +
  • #to_h NgrokAPI::Models::EventSourceReplace @@ -12052,7 +12092,7 @@

    Method List

  • -
  • +
  • #to_h NgrokAPI::Models::EventTargetDatadog @@ -12060,7 +12100,7 @@

    Method List

  • -
  • +
  • #to_h NgrokAPI::Models::EventTargetKinesis @@ -12068,7 +12108,7 @@

    Method List

  • -
  • +
  • #to_h NgrokAPI::Models::SSHHostCertificate @@ -12076,7 +12116,7 @@

    Method List

  • -
  • +
  • #to_h NgrokAPI::Models::SSHUserCertificate @@ -12084,7 +12124,7 @@

    Method List

  • -
  • +
  • #to_h NgrokAPI::Models::TunnelGroupBackend @@ -12092,7 +12132,7 @@

    Method List

  • -
  • +
  • #to_h NgrokAPI::Models::AbuseReportHostname @@ -12100,7 +12140,7 @@

    Method List

  • -
  • +
  • #to_h NgrokAPI::Models::CertificateAuthority @@ -12108,7 +12148,7 @@

    Method List

  • -
  • +
  • #to_h NgrokAPI::Models::EventTargetFirehose @@ -12116,7 +12156,7 @@

    Method List

  • -
  • +
  • #to_h NgrokAPI::Models::HTTPResponseBackend @@ -12124,7 +12164,7 @@

    Method List

  • -
  • +
  • #to_h NgrokAPI::Models::TLSCertificateSANs @@ -12132,7 +12172,7 @@

    Method List

  • -
  • +
  • #to_h NgrokAPI::Models::AgentIngressCertJob @@ -12140,7 +12180,7 @@

    Method List

  • -
  • +
  • #to_h NgrokAPI::Models::EndpointOAuthAmazon @@ -12148,7 +12188,7 @@

    Method List

  • -
  • +
  • #to_h NgrokAPI::Models::EndpointOAuthGoogle @@ -12156,7 +12196,7 @@

    Method List

  • -
  • +
  • #to_h NgrokAPI::Models::EndpointOAuthTwitch @@ -12164,7 +12204,7 @@

    Method List

  • -
  • +
  • #to_h NgrokAPI::Models::EndpointBackendMutate @@ -12172,7 +12212,7 @@

    Method List

  • -
  • +
  • #to_h NgrokAPI::Models::EndpointOAuthGitHub @@ -12180,7 +12220,7 @@

    Method List

  • -
  • +
  • #to_h NgrokAPI::Models::EndpointOAuthGitLab @@ -12188,7 +12228,7 @@

    Method List

  • -
  • +
  • #to_h NgrokAPI::Models::EndpointTrafficPolicy @@ -12196,7 +12236,7 @@

    Method List

  • -
  • +
  • #to_h NgrokAPI::Models::EndpointCircuitBreaker @@ -12204,7 +12244,7 @@

    Method List

  • -
  • +
  • #to_h NgrokAPI::Models::EndpointOAuthFacebook @@ -12212,7 +12252,7 @@

    Method List

  • -
  • +
  • #to_h NgrokAPI::Models::EndpointOAuthProvider @@ -12220,7 +12260,7 @@

    Method List

  • -
  • +
  • #to_h NgrokAPI::Models::EndpointRequestHeaders @@ -12228,7 +12268,7 @@

    Method List

  • -
  • +
  • #to_h NgrokAPI::Models::EndpointTLSTermination @@ -12236,7 +12276,7 @@

    Method List

  • -
  • +
  • #to_h NgrokAPI::Models::ReservedDomainCertJob @@ -12244,7 +12284,7 @@

    Method List

  • -
  • +
  • #to_h NgrokAPI::Models::AgentIngressCertPolicy @@ -12252,7 +12292,7 @@

    Method List

  • -
  • +
  • #to_h NgrokAPI::Models::AgentIngressCertStatus @@ -12260,7 +12300,7 @@

    Method List

  • -
  • +
  • #to_h NgrokAPI::Models::EndpointIPPolicyMutate @@ -12268,7 +12308,7 @@

    Method List

  • -
  • +
  • #to_h NgrokAPI::Models::EndpointOAuthLinkedIn @@ -12276,7 +12316,7 @@

    Method List

  • -
  • +
  • #to_h NgrokAPI::Models::EndpointOAuthMicrosoft @@ -12284,7 +12324,7 @@

    Method List

  • -
  • +
  • #to_h NgrokAPI::Models::EndpointResponseHeaders @@ -12292,7 +12332,7 @@

    Method List

  • -
  • +
  • #to_h NgrokAPI::Models::SSHCertificateAuthority @@ -12300,7 +12340,7 @@

    Method List

  • -
  • +
  • #to_h NgrokAPI::Models::EndpointMutualTLSMutate @@ -12308,7 +12348,7 @@

    Method List

  • -
  • +
  • #to_h NgrokAPI::Models::EndpointUserAgentFilter @@ -12316,7 +12356,7 @@

    Method List

  • -
  • +
  • #to_h NgrokAPI::Models::EndpointWebhookValidation @@ -12324,7 +12364,7 @@

    Method List

  • -
  • +
  • #to_h NgrokAPI::Models::ReservedDomainCertPolicy @@ -12332,7 +12372,7 @@

    Method List

  • -
  • +
  • #to_h NgrokAPI::Models::ReservedDomainCertStatus @@ -12340,7 +12380,7 @@

    Method List

  • -
  • +
  • #to_h NgrokAPI::Models::EventTargetCloudwatchLogs @@ -12348,7 +12388,7 @@

    Method List

  • -
  • +
  • #to_h NgrokAPI::Models::EndpointTLSTerminationAtEdge @@ -12356,7 +12396,7 @@

    Method List

  • -
  • +
  • #to_h NgrokAPI::Models::EndpointWebsocketTCPConverter @@ -12364,7 +12404,7 @@

    Method List

  • -
  • +
  • #to_h NgrokAPI::Models::EventTargetAzureLogsIngestion @@ -12372,6 +12412,14 @@

    Method List

  • +
  • +
    + #to_h + NgrokAPI::Models::ReservedDomainResolvesToEntry +
    +
  • + +
  • #to_s @@ -13101,6 +13149,14 @@

    Method List

  • +
    + #to_s + NgrokAPI::Models::ReservedDomainResolvesToEntry +
    +
  • + + +
  • #token NgrokAPI::Models::APIKey @@ -13108,7 +13164,7 @@

    Method List

  • -
  • +
  • #token NgrokAPI::Models::Credential @@ -13116,7 +13172,7 @@

    Method List

  • -
  • +
  • #traffic_policy NgrokAPI::Models::Endpoint @@ -13124,7 +13180,7 @@

    Method List

  • -
  • +
  • #traffic_policy NgrokAPI::Models::TCPEdge @@ -13132,7 +13188,7 @@

    Method List

  • -
  • +
  • #traffic_policy NgrokAPI::Models::TLSEdge @@ -13140,7 +13196,7 @@

    Method List

  • -
  • +
  • #traffic_policy NgrokAPI::Models::HTTPSEdgeRoute @@ -13148,7 +13204,7 @@

    Method List

  • -
  • +
  • #transport NgrokAPI::Models::TunnelSession @@ -13156,7 +13212,7 @@

    Method List

  • -
  • +
  • #tripped_duration NgrokAPI::Models::EndpointCircuitBreaker @@ -13164,7 +13220,7 @@

    Method List

  • -
  • +
  • #tunnel NgrokAPI::Models::Endpoint @@ -13172,7 +13228,7 @@

    Method List

  • -
  • +
  • #tunnel_session NgrokAPI::Models::Tunnel @@ -13180,7 +13236,7 @@

    Method List

  • -
  • +
  • #tunnel_session NgrokAPI::Models::Endpoint @@ -13188,7 +13244,7 @@

    Method List

  • -
  • +
  • #tunnel_sessions NgrokAPI::Client @@ -13196,7 +13252,7 @@

    Method List

  • -
  • +
  • #tunnels NgrokAPI::Client @@ -13204,7 +13260,7 @@

    Method List

  • -
  • +
  • #tunnels NgrokAPI::Models::TunnelGroupBackend @@ -13212,7 +13268,7 @@

    Method List

  • -
  • +
  • #twitch NgrokAPI::Models::EndpointOAuthProvider @@ -13220,7 +13276,7 @@

    Method List

  • -
  • +
  • #type NgrokAPI::Models::Endpoint @@ -13228,7 +13284,7 @@

    Method List

  • -
  • +
  • #type NgrokAPI::Models::EventSource @@ -13236,7 +13292,7 @@

    Method List

  • -
  • +
  • #type NgrokAPI::Models::IPRestriction @@ -13244,7 +13300,7 @@

    Method List

  • -
  • +
  • #type NgrokAPI::Models::EventSourceReplace @@ -13252,7 +13308,7 @@

    Method List

  • -
  • +
  • #update NgrokAPI::Models::Vault @@ -13260,7 +13316,7 @@

    Method List

  • -
  • +
  • #update NgrokAPI::Models::APIKey @@ -13268,7 +13324,7 @@

    Method List

  • -
  • +
  • #update NgrokAPI::Models::BotUser @@ -13276,7 +13332,7 @@

    Method List

  • -
  • +
  • #update NgrokAPI::Models::Endpoint @@ -13284,7 +13340,7 @@

    Method List

  • -
  • +
  • #update NgrokAPI::Models::TCPEdge @@ -13292,7 +13348,7 @@

    Method List

  • -
  • +
  • #update NgrokAPI::Models::TLSEdge @@ -13300,7 +13356,7 @@

    Method List

  • -
  • +
  • #update NgrokAPI::Models::IPPolicy @@ -13308,7 +13364,7 @@

    Method List

  • -
  • +
  • #update NgrokAPI::Models::Credential @@ -13316,7 +13372,7 @@

    Method List

  • -
  • +
  • #update NgrokAPI::Models::HTTPSEdge @@ -13324,7 +13380,7 @@

    Method List

  • -
  • +
  • #update NgrokAPI::Models::ServiceUser @@ -13332,7 +13388,7 @@

    Method List

  • -
  • +
  • #update NgrokAPI::Models::AgentIngress @@ -13340,7 +13396,7 @@

    Method List

  • -
  • +
  • #update NgrokAPI::Models::IPPolicyRule @@ -13348,7 +13404,7 @@

    Method List

  • -
  • +
  • #update NgrokAPI::Models::SSHCredential @@ -13356,7 +13412,7 @@

    Method List

  • -
  • +
  • #update NgrokAPI::Models::StaticBackend @@ -13364,7 +13420,7 @@

    Method List

  • -
  • +
  • #update NgrokAPI::Models::TLSCertificate @@ -13372,7 +13428,7 @@

    Method List

  • -
  • +
  • #update NgrokAPI::Services::VaultsClient @@ -13380,7 +13436,7 @@

    Method List

  • -
  • +
  • #update NgrokAPI::Models::FailoverBackend @@ -13388,7 +13444,7 @@

    Method List

  • -
  • +
  • #update NgrokAPI::Models::HTTPSEdgeRoute @@ -13396,7 +13452,7 @@

    Method List

  • -
  • +
  • #update NgrokAPI::Models::WeightedBackend @@ -13404,7 +13460,7 @@

    Method List

  • -
  • +
  • #update NgrokAPI::Services::SecretsClient @@ -13412,7 +13468,7 @@

    Method List

  • -
  • +
  • #update NgrokAPI::Services::APIKeysClient @@ -13420,7 +13476,7 @@

    Method List

  • -
  • +
  • #update NgrokAPI::Services::BotUsersClient @@ -13428,7 +13484,7 @@

    Method List

  • -
  • +
  • #update NgrokAPI::Services::EdgesTCPClient @@ -13436,7 +13492,7 @@

    Method List

  • -
  • +
  • #update NgrokAPI::Services::EdgesTLSClient @@ -13444,7 +13500,7 @@

    Method List

  • -
  • +
  • #update NgrokAPI::Services::EndpointsClient @@ -13452,7 +13508,7 @@

    Method List

  • -
  • +
  • #update NgrokAPI::Models::SSHHostCertificate @@ -13460,7 +13516,7 @@

    Method List

  • -
  • +
  • #update NgrokAPI::Models::SSHUserCertificate @@ -13468,7 +13524,7 @@

    Method List

  • -
  • +
  • #update NgrokAPI::Models::TunnelGroupBackend @@ -13476,7 +13532,7 @@

    Method List

  • -
  • +
  • #update NgrokAPI::Services::CredentialsClient @@ -13484,7 +13540,7 @@

    Method List

  • -
  • +
  • #update NgrokAPI::Services::EdgesHTTPSClient @@ -13492,7 +13548,7 @@

    Method List

  • -
  • +
  • #update NgrokAPI::Services::IPPoliciesClient @@ -13500,7 +13556,7 @@

    Method List

  • -
  • +
  • #update NgrokAPI::Models::CertificateAuthority @@ -13508,7 +13564,7 @@

    Method List

  • -
  • +
  • #update NgrokAPI::Models::HTTPResponseBackend @@ -13516,7 +13572,7 @@

    Method List

  • -
  • +
  • #update NgrokAPI::Services::EventSourcesClient @@ -13524,7 +13580,7 @@

    Method List

  • -
  • +
  • #update NgrokAPI::Services::ServiceUsersClient @@ -13532,7 +13588,7 @@

    Method List

  • -
  • +
  • #update NgrokAPI::Services::ReservedAddrsClient @@ -13540,7 +13596,7 @@

    Method List

  • -
  • +
  • #update NgrokAPI::Services::AgentIngressesClient @@ -13548,7 +13604,7 @@

    Method List

  • -
  • +
  • #update NgrokAPI::Services::IPPolicyRulesClient @@ -13556,7 +13612,7 @@

    Method List

  • -
  • +
  • #update NgrokAPI::Services::IPRestrictionsClient @@ -13564,7 +13620,7 @@

    Method List

  • -
  • +
  • #update NgrokAPI::Services::SSHCredentialsClient @@ -13572,7 +13628,7 @@

    Method List

  • -
  • +
  • #update NgrokAPI::Services::StaticBackendsClient @@ -13580,7 +13636,7 @@

    Method List

  • -
  • +
  • #update NgrokAPI::Services::TunnelSessionsClient @@ -13588,7 +13644,7 @@

    Method List

  • -
  • +
  • #update NgrokAPI::Models::SSHCertificateAuthority @@ -13596,7 +13652,7 @@

    Method List

  • -
  • +
  • #update NgrokAPI::Services::ReservedDomainsClient @@ -13604,7 +13660,7 @@

    Method List

  • -
  • +
  • #update NgrokAPI::Services::TLSCertificatesClient @@ -13612,7 +13668,7 @@

    Method List

  • -
  • +
  • #update NgrokAPI::Services::FailoverBackendsClient @@ -13620,7 +13676,7 @@

    Method List

  • -
  • +
  • #update NgrokAPI::Services::WeightedBackendsClient @@ -13628,7 +13684,7 @@

    Method List

  • -
  • +
  • #update NgrokAPI::Services::EdgesHTTPSRoutesClient @@ -13636,7 +13692,7 @@

    Method List

  • -
  • +
  • #update NgrokAPI::Services::EventDestinationsClient @@ -13644,7 +13700,7 @@

    Method List

  • -
  • +
  • #update NgrokAPI::Services::EventSubscriptionsClient @@ -13652,7 +13708,7 @@

    Method List

  • -
  • +
  • #update NgrokAPI::Services::SSHHostCertificatesClient @@ -13660,7 +13716,7 @@

    Method List

  • -
  • +
  • #update NgrokAPI::Services::SSHUserCertificatesClient @@ -13668,7 +13724,7 @@

    Method List

  • -
  • +
  • #update NgrokAPI::Services::TunnelGroupBackendsClient @@ -13676,7 +13732,7 @@

    Method List

  • -
  • +
  • #update NgrokAPI::Services::HTTPResponseBackendsClient @@ -13684,7 +13740,7 @@

    Method List

  • -
  • +
  • #update NgrokAPI::Services::CertificateAuthoritiesClient @@ -13692,7 +13748,7 @@

    Method List

  • -
  • +
  • #update NgrokAPI::Services::SSHCertificateAuthoritiesClient @@ -13700,7 +13756,7 @@

    Method List

  • -
  • +
  • #update! NgrokAPI::Services::VaultsClient @@ -13708,7 +13764,7 @@

    Method List

  • -
  • +
  • #update! NgrokAPI::Services::SecretsClient @@ -13716,7 +13772,7 @@

    Method List

  • -
  • +
  • #update! NgrokAPI::Services::APIKeysClient @@ -13724,7 +13780,7 @@

    Method List

  • -
  • +
  • #update! NgrokAPI::Services::BotUsersClient @@ -13732,7 +13788,7 @@

    Method List

  • -
  • +
  • #update! NgrokAPI::Services::EdgesTCPClient @@ -13740,7 +13796,7 @@

    Method List

  • -
  • +
  • #update! NgrokAPI::Services::EdgesTLSClient @@ -13748,7 +13804,7 @@

    Method List

  • -
  • +
  • #update! NgrokAPI::Services::EndpointsClient @@ -13756,7 +13812,7 @@

    Method List

  • -
  • +
  • #update! NgrokAPI::Services::CredentialsClient @@ -13764,7 +13820,7 @@

    Method List

  • -
  • +
  • #update! NgrokAPI::Services::EdgesHTTPSClient @@ -13772,7 +13828,7 @@

    Method List

  • -
  • +
  • #update! NgrokAPI::Services::IPPoliciesClient @@ -13780,7 +13836,7 @@

    Method List

  • -
  • +
  • #update! NgrokAPI::Services::EventSourcesClient @@ -13788,7 +13844,7 @@

    Method List

  • -
  • +
  • #update! NgrokAPI::Services::ServiceUsersClient @@ -13796,7 +13852,7 @@

    Method List

  • -
  • +
  • #update! NgrokAPI::Services::ReservedAddrsClient @@ -13804,7 +13860,7 @@

    Method List

  • -
  • +
  • #update! NgrokAPI::Services::AgentIngressesClient @@ -13812,7 +13868,7 @@

    Method List

  • -
  • +
  • #update! NgrokAPI::Services::IPPolicyRulesClient @@ -13820,7 +13876,7 @@

    Method List

  • -
  • +
  • #update! NgrokAPI::Services::IPRestrictionsClient @@ -13828,7 +13884,7 @@

    Method List

  • -
  • +
  • #update! NgrokAPI::Services::SSHCredentialsClient @@ -13836,7 +13892,7 @@

    Method List

  • -
  • +
  • #update! NgrokAPI::Services::StaticBackendsClient @@ -13844,7 +13900,7 @@

    Method List

  • -
  • +
  • #update! NgrokAPI::Services::TunnelSessionsClient @@ -13852,7 +13908,7 @@

    Method List

  • -
  • +
  • #update! NgrokAPI::Services::ReservedDomainsClient @@ -13860,7 +13916,7 @@

    Method List

  • -
  • +
  • #update! NgrokAPI::Services::TLSCertificatesClient @@ -13868,7 +13924,7 @@

    Method List

  • -
  • +
  • #update! NgrokAPI::Services::FailoverBackendsClient @@ -13876,7 +13932,7 @@

    Method List

  • -
  • +
  • #update! NgrokAPI::Services::WeightedBackendsClient @@ -13884,7 +13940,7 @@

    Method List

  • -
  • +
  • #update! NgrokAPI::Services::EdgesHTTPSRoutesClient @@ -13892,7 +13948,7 @@

    Method List

  • -
  • +
  • #update! NgrokAPI::Services::EventDestinationsClient @@ -13900,7 +13956,7 @@

    Method List

  • -
  • +
  • #update! NgrokAPI::Services::EventSubscriptionsClient @@ -13908,7 +13964,7 @@

    Method List

  • -
  • +
  • #update! NgrokAPI::Services::SSHHostCertificatesClient @@ -13916,7 +13972,7 @@

    Method List

  • -
  • +
  • #update! NgrokAPI::Services::SSHUserCertificatesClient @@ -13924,7 +13980,7 @@

    Method List

  • -
  • +
  • #update! NgrokAPI::Services::TunnelGroupBackendsClient @@ -13932,7 +13988,7 @@

    Method List

  • -
  • +
  • #update! NgrokAPI::Services::HTTPResponseBackendsClient @@ -13940,7 +13996,7 @@

    Method List

  • -
  • +
  • #update! NgrokAPI::Services::CertificateAuthoritiesClient @@ -13948,7 +14004,7 @@

    Method List

  • -
  • +
  • #update! NgrokAPI::Services::SSHCertificateAuthoritiesClient @@ -13956,7 +14012,7 @@

    Method List

  • -
  • +
  • #updated_at NgrokAPI::Models::Vault @@ -13964,7 +14020,7 @@

    Method List

  • -
  • +
  • #updated_at NgrokAPI::Models::Secret @@ -13972,7 +14028,7 @@

    Method List

  • -
  • +
  • #updated_at NgrokAPI::Models::Endpoint @@ -13980,7 +14036,7 @@

    Method List

  • -
  • +
  • #upstream_protocol NgrokAPI::Models::Endpoint @@ -13988,7 +14044,7 @@

    Method List

  • -
  • +
  • #upstream_url NgrokAPI::Models::Endpoint @@ -13996,7 +14052,7 @@

    Method List

  • -
  • +
  • #uri NgrokAPI::Models::Ref @@ -14004,7 +14060,7 @@

    Method List

  • -
  • +
  • #uri NgrokAPI::Models::Vault @@ -14012,7 +14068,7 @@

    Method List

  • -
  • +
  • #uri NgrokAPI::Models::Secret @@ -14020,7 +14076,7 @@

    Method List

  • -
  • +
  • #uri NgrokAPI::Models::APIKey @@ -14028,7 +14084,7 @@

    Method List

  • -
  • +
  • #uri NgrokAPI::Models::BotUser @@ -14036,7 +14092,7 @@

    Method List

  • -
  • +
  • #uri NgrokAPI::Models::Endpoint @@ -14044,7 +14100,7 @@

    Method List

  • -
  • +
  • #uri NgrokAPI::Models::Listable @@ -14052,7 +14108,7 @@

    Method List

  • -
  • +
  • #uri NgrokAPI::Models::TCPEdge @@ -14060,7 +14116,7 @@

    Method List

  • -
  • +
  • #uri NgrokAPI::Models::TLSEdge @@ -14068,7 +14124,7 @@

    Method List

  • -
  • +
  • #uri NgrokAPI::Models::IPPolicy @@ -14076,7 +14132,7 @@

    Method List

  • -
  • +
  • #uri NgrokAPI::Models::Credential @@ -14084,7 +14140,7 @@

    Method List

  • -
  • +
  • #uri NgrokAPI::Models::HTTPSEdge @@ -14092,7 +14148,7 @@

    Method List

  • -
  • +
  • #uri NgrokAPI::Models::AbuseReport @@ -14100,7 +14156,7 @@

    Method List

  • -
  • +
  • #uri NgrokAPI::Models::EventSource @@ -14108,7 +14164,7 @@

    Method List

  • -
  • +
  • #uri NgrokAPI::Models::ServiceUser @@ -14116,7 +14172,7 @@

    Method List

  • -
  • +
  • #uri NgrokAPI::Models::AgentIngress @@ -14124,7 +14180,7 @@

    Method List

  • -
  • +
  • #uri NgrokAPI::Models::ReservedAddr @@ -14132,7 +14188,7 @@

    Method List

  • -
  • +
  • #uri NgrokAPI::Models::IPPolicyRule @@ -14140,7 +14196,7 @@

    Method List

  • -
  • +
  • #uri NgrokAPI::Models::IPRestriction @@ -14148,7 +14204,7 @@

    Method List

  • -
  • +
  • #uri NgrokAPI::Models::SSHCredential @@ -14156,7 +14212,7 @@

    Method List

  • -
  • +
  • #uri NgrokAPI::Models::StaticBackend @@ -14164,7 +14220,7 @@

    Method List

  • -
  • +
  • #uri NgrokAPI::Models::TunnelSession @@ -14172,7 +14228,7 @@

    Method List

  • -
  • +
  • #uri NgrokAPI::Models::ReservedDomain @@ -14180,7 +14236,7 @@

    Method List

  • -
  • +
  • #uri NgrokAPI::Models::TLSCertificate @@ -14188,7 +14244,7 @@

    Method List

  • -
  • +
  • #uri NgrokAPI::Models::ApplicationUser @@ -14196,7 +14252,7 @@

    Method List

  • -
  • +
  • #uri NgrokAPI::Models::FailoverBackend @@ -14204,7 +14260,7 @@

    Method List

  • -
  • +
  • #uri NgrokAPI::Models::HTTPSEdgeRoute @@ -14212,7 +14268,7 @@

    Method List

  • -
  • +
  • #uri NgrokAPI::Models::WeightedBackend @@ -14220,7 +14276,7 @@

    Method List

  • -
  • +
  • #uri NgrokAPI::Models::EventDestination @@ -14228,7 +14284,7 @@

    Method List

  • -
  • +
  • #uri NgrokAPI::Models::EventSourceList @@ -14236,7 +14292,7 @@

    Method List

  • -
  • +
  • #uri NgrokAPI::Models::EventSubscription @@ -14244,7 +14300,7 @@

    Method List

  • -
  • +
  • #uri NgrokAPI::Models::ApplicationSession @@ -14252,7 +14308,7 @@

    Method List

  • -
  • +
  • #uri NgrokAPI::Models::SSHHostCertificate @@ -14260,7 +14316,7 @@

    Method List

  • -
  • +
  • #uri NgrokAPI::Models::SSHUserCertificate @@ -14268,7 +14324,7 @@

    Method List

  • -
  • +
  • #uri NgrokAPI::Models::TunnelGroupBackend @@ -14276,7 +14332,7 @@

    Method List

  • -
  • +
  • #uri NgrokAPI::Models::CertificateAuthority @@ -14284,7 +14340,7 @@

    Method List

  • -
  • +
  • #uri NgrokAPI::Models::HTTPResponseBackend @@ -14292,7 +14348,7 @@

    Method List

  • -
  • +
  • #uri NgrokAPI::Models::SSHCertificateAuthority @@ -14300,7 +14356,7 @@

    Method List

  • -
  • +
  • #url NgrokAPI::Models::Endpoint @@ -14308,7 +14364,7 @@

    Method List

  • -
  • +
  • #url NgrokAPI::Models::IdentityProvider @@ -14316,7 +14372,7 @@

    Method List

  • -
  • +
  • #urls NgrokAPI::Models::AbuseReport @@ -14324,7 +14380,7 @@

    Method List

  • -
  • +
  • #user_agent NgrokAPI::Models::BrowserSession @@ -14332,7 +14388,7 @@

    Method List

  • -
  • +
  • #user_agent_filter NgrokAPI::Models::HTTPSEdgeRoute @@ -14340,7 +14396,7 @@

    Method List

  • -
  • +
  • #username NgrokAPI::Models::ApplicationUser @@ -14348,7 +14404,7 @@

    Method List

  • -
  • +
  • #valid_after NgrokAPI::Models::SSHHostCertificate @@ -14356,7 +14412,7 @@

    Method List

  • -
  • +
  • #valid_after NgrokAPI::Models::SSHUserCertificate @@ -14364,7 +14420,7 @@

    Method List

  • -
  • +
  • #valid_until NgrokAPI::Models::SSHHostCertificate @@ -14372,7 +14428,7 @@

    Method List

  • -
  • +
  • #valid_until NgrokAPI::Models::SSHUserCertificate @@ -14380,7 +14436,7 @@

    Method List

  • -
  • +
  • #value NgrokAPI::Models::EndpointTrafficPolicy @@ -14388,6 +14444,14 @@

    Method List

  • +
  • +
    + #value + NgrokAPI::Models::ReservedDomainResolvesToEntry +
    +
  • + +
  • #vault diff --git a/docs/top-level-namespace.html b/docs/top-level-namespace.html index d987523..f0a1dec 100644 --- a/docs/top-level-namespace.html +++ b/docs/top-level-namespace.html @@ -100,7 +100,7 @@

    Defined Under Namespace

    diff --git a/lib/ngrokapi/models/reserved_domain.rb b/lib/ngrokapi/models/reserved_domain.rb index cf61378..156a268 100644 --- a/lib/ngrokapi/models/reserved_domain.rb +++ b/lib/ngrokapi/models/reserved_domain.rb @@ -20,7 +20,8 @@ class ReservedDomain :certificate, :certificate_management_policy, :certificate_management_status, - :acme_challenge_cname_target + :acme_challenge_cname_target, + :resolves_to def initialize(client: nil, attrs: {}) @client = client @@ -39,6 +40,7 @@ def initialize(client: nil, attrs: {}) @certificate_management_policy = @attrs['certificate_management_policy'] @certificate_management_status = @attrs['certificate_management_status'] @acme_challenge_cname_target = @attrs['acme_challenge_cname_target'] + @resolves_to = @attrs['resolves_to'] end def ==(other) diff --git a/lib/ngrokapi/models/reserved_domain_resolves_to_entry.rb b/lib/ngrokapi/models/reserved_domain_resolves_to_entry.rb new file mode 100644 index 0000000..280e0a9 --- /dev/null +++ b/lib/ngrokapi/models/reserved_domain_resolves_to_entry.rb @@ -0,0 +1,31 @@ +# frozen_string_literal: true + +# Code generated for API Clients. DO NOT EDIT. + +module NgrokAPI + module Models + class ReservedDomainResolvesToEntry + attr_reader :client, + :attrs, + :value + + def initialize(client: nil, attrs: {}) + @client = client + @attrs = attrs + @value = @attrs['value'] + end + + def ==(other) + @attrs == other.attrs + end + + def to_s + @attrs.to_s + end + + def to_h + @attrs.to_h + end + end + end +end diff --git a/lib/ngrokapi/services/agent_ingresses_client.rb b/lib/ngrokapi/services/agent_ingresses_client.rb index c0699d1..28a6e0a 100644 --- a/lib/ngrokapi/services/agent_ingresses_client.rb +++ b/lib/ngrokapi/services/agent_ingresses_client.rb @@ -136,9 +136,9 @@ def get!(id: "") ## # List all Agent Ingresses owned by this account # - # @param [string] before_id - # @param [string] limit - # @param [string] filter + # @param [string] before_id Expects a resource ID as its input. Returns earlier entries in the result set, sorted by ID. + # @param [string] limit Constrains the number of results in the dataset. See the `API Overview `_ for details. + # @param [string] filter A CEL expression to filter the list results. Supports logical and comparison operators to match on fields such as ``id``, ``metadata``, ``created_at``, and more. See ngrok API Filtering for syntax and field details: `https://ngrok.com/docs/api/api-filtering `_. # @param [string] url optional and mutually exclusive from before_id and limit # @return [NgrokAPI::Models::Listable] result from the API request # @@ -169,9 +169,9 @@ def list( # List all Agent Ingresses owned by this account # Throws an exception if API error. # - # @param [string] before_id - # @param [string] limit - # @param [string] filter + # @param [string] before_id Expects a resource ID as its input. Returns earlier entries in the result set, sorted by ID. + # @param [string] limit Constrains the number of results in the dataset. See the `API Overview `_ for details. + # @param [string] filter A CEL expression to filter the list results. Supports logical and comparison operators to match on fields such as ``id``, ``metadata``, ``created_at``, and more. See ngrok API Filtering for syntax and field details: `https://ngrok.com/docs/api/api-filtering `_. # @param [string] url optional and mutually exclusive from before_id and limit # @return [NgrokAPI::Models::Listable] result from the API request # diff --git a/lib/ngrokapi/services/api_keys_client.rb b/lib/ngrokapi/services/api_keys_client.rb index 0d603ad..a6e3eb4 100644 --- a/lib/ngrokapi/services/api_keys_client.rb +++ b/lib/ngrokapi/services/api_keys_client.rb @@ -138,9 +138,9 @@ def get!(id: "") ## # List all API keys owned by this account # - # @param [string] before_id - # @param [string] limit - # @param [string] filter + # @param [string] before_id Expects a resource ID as its input. Returns earlier entries in the result set, sorted by ID. + # @param [string] limit Constrains the number of results in the dataset. See the `API Overview `_ for details. + # @param [string] filter A CEL expression to filter the list results. Supports logical and comparison operators to match on fields such as ``id``, ``metadata``, ``created_at``, and more. See ngrok API Filtering for syntax and field details: `https://ngrok.com/docs/api/api-filtering `_. # @param [string] url optional and mutually exclusive from before_id and limit # @return [NgrokAPI::Models::Listable] result from the API request # @@ -171,9 +171,9 @@ def list( # List all API keys owned by this account # Throws an exception if API error. # - # @param [string] before_id - # @param [string] limit - # @param [string] filter + # @param [string] before_id Expects a resource ID as its input. Returns earlier entries in the result set, sorted by ID. + # @param [string] limit Constrains the number of results in the dataset. See the `API Overview `_ for details. + # @param [string] filter A CEL expression to filter the list results. Supports logical and comparison operators to match on fields such as ``id``, ``metadata``, ``created_at``, and more. See ngrok API Filtering for syntax and field details: `https://ngrok.com/docs/api/api-filtering `_. # @param [string] url optional and mutually exclusive from before_id and limit # @return [NgrokAPI::Models::Listable] result from the API request # diff --git a/lib/ngrokapi/services/certificate_authorities_client.rb b/lib/ngrokapi/services/certificate_authorities_client.rb index be8c116..411d71d 100644 --- a/lib/ngrokapi/services/certificate_authorities_client.rb +++ b/lib/ngrokapi/services/certificate_authorities_client.rb @@ -136,9 +136,9 @@ def get!(id: "") ## # List all Certificate Authority on this account # - # @param [string] before_id - # @param [string] limit - # @param [string] filter + # @param [string] before_id Expects a resource ID as its input. Returns earlier entries in the result set, sorted by ID. + # @param [string] limit Constrains the number of results in the dataset. See the `API Overview `_ for details. + # @param [string] filter A CEL expression to filter the list results. Supports logical and comparison operators to match on fields such as ``id``, ``metadata``, ``created_at``, and more. See ngrok API Filtering for syntax and field details: `https://ngrok.com/docs/api/api-filtering `_. # @param [string] url optional and mutually exclusive from before_id and limit # @return [NgrokAPI::Models::Listable] result from the API request # @@ -169,9 +169,9 @@ def list( # List all Certificate Authority on this account # Throws an exception if API error. # - # @param [string] before_id - # @param [string] limit - # @param [string] filter + # @param [string] before_id Expects a resource ID as its input. Returns earlier entries in the result set, sorted by ID. + # @param [string] limit Constrains the number of results in the dataset. See the `API Overview `_ for details. + # @param [string] filter A CEL expression to filter the list results. Supports logical and comparison operators to match on fields such as ``id``, ``metadata``, ``created_at``, and more. See ngrok API Filtering for syntax and field details: `https://ngrok.com/docs/api/api-filtering `_. # @param [string] url optional and mutually exclusive from before_id and limit # @return [NgrokAPI::Models::Listable] result from the API request # diff --git a/lib/ngrokapi/services/credentials_client.rb b/lib/ngrokapi/services/credentials_client.rb index f1c895a..e283e46 100644 --- a/lib/ngrokapi/services/credentials_client.rb +++ b/lib/ngrokapi/services/credentials_client.rb @@ -32,7 +32,7 @@ def initialize(client:) # @param [string] description human-readable description of who or what will use the credential to authenticate. Optional, max 255 bytes. # @param [string] metadata arbitrary user-defined machine-readable data of this credential. Optional, max 4096 bytes. # @param [List] acl optional list of ACL rules. If unspecified, the credential will have no restrictions. The only allowed ACL rule at this time is the ``bind`` rule. The ``bind`` rule allows the caller to restrict what domains, addresses, and labels the token is allowed to bind. For example, to allow the token to open a tunnel on example.ngrok.io your ACL would include the rule ``bind:example.ngrok.io``. Bind rules for domains may specify a leading wildcard to match multiple domains with a common suffix. For example, you may specify a rule of ``bind:*.example.com`` which will allow ``x.example.com``, ``y.example.com``, ``*.example.com``, etc. Bind rules for labels may specify a wildcard key and/or value to match multiple labels. For example, you may specify a rule of ``bind:*=example`` which will allow ``x=example``, ``y=example``, etc. A rule of ``'*'`` is equivalent to no acl at all and will explicitly permit all actions. - # @param [string] owner_id If supplied at credential creation, ownership will be assigned to the specified User or Bot. Only admins may specify an owner other than themselves. Defaults to the authenticated User or Bot. + # @param [string] owner_id If supplied at credential creation, ownership will be assigned to the specified User or Service User. Only admins may specify an owner other than themselves. Defaults to the authenticated User or Service User. Accepts one of: User ID, User email, or SCIM User ID. # @return [NgrokAPI::Models::Credential] result from the API request # # https://ngrok.com/docs/api#api-credentials-create @@ -59,7 +59,7 @@ def create(description: "", metadata: "", acl: [], owner_id: nil, owner_email: " # @param [string] description human-readable description of who or what will use the credential to authenticate. Optional, max 255 bytes. # @param [string] metadata arbitrary user-defined machine-readable data of this credential. Optional, max 4096 bytes. # @param [List] acl optional list of ACL rules. If unspecified, the credential will have no restrictions. The only allowed ACL rule at this time is the ``bind`` rule. The ``bind`` rule allows the caller to restrict what domains, addresses, and labels the token is allowed to bind. For example, to allow the token to open a tunnel on example.ngrok.io your ACL would include the rule ``bind:example.ngrok.io``. Bind rules for domains may specify a leading wildcard to match multiple domains with a common suffix. For example, you may specify a rule of ``bind:*.example.com`` which will allow ``x.example.com``, ``y.example.com``, ``*.example.com``, etc. Bind rules for labels may specify a wildcard key and/or value to match multiple labels. For example, you may specify a rule of ``bind:*=example`` which will allow ``x=example``, ``y=example``, etc. A rule of ``'*'`` is equivalent to no acl at all and will explicitly permit all actions. - # @param [string] owner_id If supplied at credential creation, ownership will be assigned to the specified User or Bot. Only admins may specify an owner other than themselves. Defaults to the authenticated User or Bot. + # @param [string] owner_id If supplied at credential creation, ownership will be assigned to the specified User or Service User. Only admins may specify an owner other than themselves. Defaults to the authenticated User or Service User. Accepts one of: User ID, User email, or SCIM User ID. # @return [NgrokAPI::Models::Credential] result from the API request # # https://ngrok.com/docs/api#api-credentials-create @@ -145,9 +145,9 @@ def get!(id: "") ## # List all tunnel authtoken credentials on this account # - # @param [string] before_id - # @param [string] limit - # @param [string] filter + # @param [string] before_id Expects a resource ID as its input. Returns earlier entries in the result set, sorted by ID. + # @param [string] limit Constrains the number of results in the dataset. See the `API Overview `_ for details. + # @param [string] filter A CEL expression to filter the list results. Supports logical and comparison operators to match on fields such as ``id``, ``metadata``, ``created_at``, and more. See ngrok API Filtering for syntax and field details: `https://ngrok.com/docs/api/api-filtering `_. # @param [string] url optional and mutually exclusive from before_id and limit # @return [NgrokAPI::Models::Listable] result from the API request # @@ -178,9 +178,9 @@ def list( # List all tunnel authtoken credentials on this account # Throws an exception if API error. # - # @param [string] before_id - # @param [string] limit - # @param [string] filter + # @param [string] before_id Expects a resource ID as its input. Returns earlier entries in the result set, sorted by ID. + # @param [string] limit Constrains the number of results in the dataset. See the `API Overview `_ for details. + # @param [string] filter A CEL expression to filter the list results. Supports logical and comparison operators to match on fields such as ``id``, ``metadata``, ``created_at``, and more. See ngrok API Filtering for syntax and field details: `https://ngrok.com/docs/api/api-filtering `_. # @param [string] url optional and mutually exclusive from before_id and limit # @return [NgrokAPI::Models::Listable] result from the API request # diff --git a/lib/ngrokapi/services/endpoints_client.rb b/lib/ngrokapi/services/endpoints_client.rb index 80169e8..646c019 100644 --- a/lib/ngrokapi/services/endpoints_client.rb +++ b/lib/ngrokapi/services/endpoints_client.rb @@ -84,11 +84,11 @@ def create!(url:, type:, traffic_policy:, description: nil, metadata: nil, bindi ## # List all active endpoints on the account # - # @param [string] before_id - # @param [string] limit - # @param [List] id - # @param [List] url - # @param [string] filter + # @param [string] before_id Expects a resource ID as its input. Returns earlier entries in the result set, sorted by ID. + # @param [string] limit Constrains the number of results in the dataset. See the `API Overview `_ for details. + # @param [List] id Filter results by endpoint IDs. Deprecated: use ``filter`` instead. + # @param [List] url Filter results by endpoint URLs. Deprecated: use ``filter`` instead. + # @param [string] filter A CEL expression to filter the list results. Supports logical and comparison operators to match on fields such as ``id``, ``metadata``, ``created_at``, and more. See ngrok API Filtering for syntax and field details: `https://ngrok.com/docs/api/api-filtering `_. # @param [string] url optional and mutually exclusive from before_id and limit # @return [NgrokAPI::Models::Listable] result from the API request # @@ -121,11 +121,11 @@ def list( # List all active endpoints on the account # Throws an exception if API error. # - # @param [string] before_id - # @param [string] limit - # @param [List] id - # @param [List] url - # @param [string] filter + # @param [string] before_id Expects a resource ID as its input. Returns earlier entries in the result set, sorted by ID. + # @param [string] limit Constrains the number of results in the dataset. See the `API Overview `_ for details. + # @param [List] id Filter results by endpoint IDs. Deprecated: use ``filter`` instead. + # @param [List] url Filter results by endpoint URLs. Deprecated: use ``filter`` instead. + # @param [string] filter A CEL expression to filter the list results. Supports logical and comparison operators to match on fields such as ``id``, ``metadata``, ``created_at``, and more. See ngrok API Filtering for syntax and field details: `https://ngrok.com/docs/api/api-filtering `_. # @param [string] url optional and mutually exclusive from before_id and limit # @return [NgrokAPI::Models::Listable] result from the API request # diff --git a/lib/ngrokapi/services/event_destinations_client.rb b/lib/ngrokapi/services/event_destinations_client.rb index 661663e..56c49ca 100644 --- a/lib/ngrokapi/services/event_destinations_client.rb +++ b/lib/ngrokapi/services/event_destinations_client.rb @@ -138,9 +138,9 @@ def get!(id: "") ## # List all Event Destinations on this account. # - # @param [string] before_id - # @param [string] limit - # @param [string] filter + # @param [string] before_id Expects a resource ID as its input. Returns earlier entries in the result set, sorted by ID. + # @param [string] limit Constrains the number of results in the dataset. See the `API Overview `_ for details. + # @param [string] filter A CEL expression to filter the list results. Supports logical and comparison operators to match on fields such as ``id``, ``metadata``, ``created_at``, and more. See ngrok API Filtering for syntax and field details: `https://ngrok.com/docs/api/api-filtering `_. # @param [string] url optional and mutually exclusive from before_id and limit # @return [NgrokAPI::Models::Listable] result from the API request # @@ -171,9 +171,9 @@ def list( # List all Event Destinations on this account. # Throws an exception if API error. # - # @param [string] before_id - # @param [string] limit - # @param [string] filter + # @param [string] before_id Expects a resource ID as its input. Returns earlier entries in the result set, sorted by ID. + # @param [string] limit Constrains the number of results in the dataset. See the `API Overview `_ for details. + # @param [string] filter A CEL expression to filter the list results. Supports logical and comparison operators to match on fields such as ``id``, ``metadata``, ``created_at``, and more. See ngrok API Filtering for syntax and field details: `https://ngrok.com/docs/api/api-filtering `_. # @param [string] url optional and mutually exclusive from before_id and limit # @return [NgrokAPI::Models::Listable] result from the API request # diff --git a/lib/ngrokapi/services/event_subscriptions_client.rb b/lib/ngrokapi/services/event_subscriptions_client.rb index df5105a..0949e3a 100644 --- a/lib/ngrokapi/services/event_subscriptions_client.rb +++ b/lib/ngrokapi/services/event_subscriptions_client.rb @@ -134,9 +134,9 @@ def get!(id: "") ## # List this Account's Event Subscriptions. # - # @param [string] before_id - # @param [string] limit - # @param [string] filter + # @param [string] before_id Expects a resource ID as its input. Returns earlier entries in the result set, sorted by ID. + # @param [string] limit Constrains the number of results in the dataset. See the `API Overview `_ for details. + # @param [string] filter A CEL expression to filter the list results. Supports logical and comparison operators to match on fields such as ``id``, ``metadata``, ``created_at``, and more. See ngrok API Filtering for syntax and field details: `https://ngrok.com/docs/api/api-filtering `_. # @param [string] url optional and mutually exclusive from before_id and limit # @return [NgrokAPI::Models::Listable] result from the API request # @@ -167,9 +167,9 @@ def list( # List this Account's Event Subscriptions. # Throws an exception if API error. # - # @param [string] before_id - # @param [string] limit - # @param [string] filter + # @param [string] before_id Expects a resource ID as its input. Returns earlier entries in the result set, sorted by ID. + # @param [string] limit Constrains the number of results in the dataset. See the `API Overview `_ for details. + # @param [string] filter A CEL expression to filter the list results. Supports logical and comparison operators to match on fields such as ``id``, ``metadata``, ``created_at``, and more. See ngrok API Filtering for syntax and field details: `https://ngrok.com/docs/api/api-filtering `_. # @param [string] url optional and mutually exclusive from before_id and limit # @return [NgrokAPI::Models::Listable] result from the API request # diff --git a/lib/ngrokapi/services/ip_policies_client.rb b/lib/ngrokapi/services/ip_policies_client.rb index 502c7c1..8935b1a 100644 --- a/lib/ngrokapi/services/ip_policies_client.rb +++ b/lib/ngrokapi/services/ip_policies_client.rb @@ -137,9 +137,9 @@ def get!(id: "") ## # List all IP policies on this account # - # @param [string] before_id - # @param [string] limit - # @param [string] filter + # @param [string] before_id Expects a resource ID as its input. Returns earlier entries in the result set, sorted by ID. + # @param [string] limit Constrains the number of results in the dataset. See the `API Overview `_ for details. + # @param [string] filter A CEL expression to filter the list results. Supports logical and comparison operators to match on fields such as ``id``, ``metadata``, ``created_at``, and more. See ngrok API Filtering for syntax and field details: `https://ngrok.com/docs/api/api-filtering `_. # @param [string] url optional and mutually exclusive from before_id and limit # @return [NgrokAPI::Models::Listable] result from the API request # @@ -170,9 +170,9 @@ def list( # List all IP policies on this account # Throws an exception if API error. # - # @param [string] before_id - # @param [string] limit - # @param [string] filter + # @param [string] before_id Expects a resource ID as its input. Returns earlier entries in the result set, sorted by ID. + # @param [string] limit Constrains the number of results in the dataset. See the `API Overview `_ for details. + # @param [string] filter A CEL expression to filter the list results. Supports logical and comparison operators to match on fields such as ``id``, ``metadata``, ``created_at``, and more. See ngrok API Filtering for syntax and field details: `https://ngrok.com/docs/api/api-filtering `_. # @param [string] url optional and mutually exclusive from before_id and limit # @return [NgrokAPI::Models::Listable] result from the API request # diff --git a/lib/ngrokapi/services/ip_policy_rules_client.rb b/lib/ngrokapi/services/ip_policy_rules_client.rb index ad46ccd..f9f579e 100644 --- a/lib/ngrokapi/services/ip_policy_rules_client.rb +++ b/lib/ngrokapi/services/ip_policy_rules_client.rb @@ -141,9 +141,9 @@ def get!(id: "") ## # List all IP policy rules on this account # - # @param [string] before_id - # @param [string] limit - # @param [string] filter + # @param [string] before_id Expects a resource ID as its input. Returns earlier entries in the result set, sorted by ID. + # @param [string] limit Constrains the number of results in the dataset. See the `API Overview `_ for details. + # @param [string] filter A CEL expression to filter the list results. Supports logical and comparison operators to match on fields such as ``id``, ``metadata``, ``created_at``, and more. See ngrok API Filtering for syntax and field details: `https://ngrok.com/docs/api/api-filtering `_. # @param [string] url optional and mutually exclusive from before_id and limit # @return [NgrokAPI::Models::Listable] result from the API request # @@ -174,9 +174,9 @@ def list( # List all IP policy rules on this account # Throws an exception if API error. # - # @param [string] before_id - # @param [string] limit - # @param [string] filter + # @param [string] before_id Expects a resource ID as its input. Returns earlier entries in the result set, sorted by ID. + # @param [string] limit Constrains the number of results in the dataset. See the `API Overview `_ for details. + # @param [string] filter A CEL expression to filter the list results. Supports logical and comparison operators to match on fields such as ``id``, ``metadata``, ``created_at``, and more. See ngrok API Filtering for syntax and field details: `https://ngrok.com/docs/api/api-filtering `_. # @param [string] url optional and mutually exclusive from before_id and limit # @return [NgrokAPI::Models::Listable] result from the API request # diff --git a/lib/ngrokapi/services/ip_restrictions_client.rb b/lib/ngrokapi/services/ip_restrictions_client.rb index 0f9a9ab..2de4886 100644 --- a/lib/ngrokapi/services/ip_restrictions_client.rb +++ b/lib/ngrokapi/services/ip_restrictions_client.rb @@ -145,9 +145,9 @@ def get!(id: "") ## # List all IP restrictions on this account # - # @param [string] before_id - # @param [string] limit - # @param [string] filter + # @param [string] before_id Expects a resource ID as its input. Returns earlier entries in the result set, sorted by ID. + # @param [string] limit Constrains the number of results in the dataset. See the `API Overview `_ for details. + # @param [string] filter A CEL expression to filter the list results. Supports logical and comparison operators to match on fields such as ``id``, ``metadata``, ``created_at``, and more. See ngrok API Filtering for syntax and field details: `https://ngrok.com/docs/api/api-filtering `_. # @param [string] url optional and mutually exclusive from before_id and limit # @return [NgrokAPI::Models::Listable] result from the API request # @@ -178,9 +178,9 @@ def list( # List all IP restrictions on this account # Throws an exception if API error. # - # @param [string] before_id - # @param [string] limit - # @param [string] filter + # @param [string] before_id Expects a resource ID as its input. Returns earlier entries in the result set, sorted by ID. + # @param [string] limit Constrains the number of results in the dataset. See the `API Overview `_ for details. + # @param [string] filter A CEL expression to filter the list results. Supports logical and comparison operators to match on fields such as ``id``, ``metadata``, ``created_at``, and more. See ngrok API Filtering for syntax and field details: `https://ngrok.com/docs/api/api-filtering `_. # @param [string] url optional and mutually exclusive from before_id and limit # @return [NgrokAPI::Models::Listable] result from the API request # diff --git a/lib/ngrokapi/services/reserved_addrs_client.rb b/lib/ngrokapi/services/reserved_addrs_client.rb index 82b1a47..5d92a47 100644 --- a/lib/ngrokapi/services/reserved_addrs_client.rb +++ b/lib/ngrokapi/services/reserved_addrs_client.rb @@ -134,9 +134,9 @@ def get!(id: "") ## # List all reserved addresses on this account. # - # @param [string] before_id - # @param [string] limit - # @param [string] filter + # @param [string] before_id Expects a resource ID as its input. Returns earlier entries in the result set, sorted by ID. + # @param [string] limit Constrains the number of results in the dataset. See the `API Overview `_ for details. + # @param [string] filter A CEL expression to filter the list results. Supports logical and comparison operators to match on fields such as ``id``, ``metadata``, ``created_at``, and more. See ngrok API Filtering for syntax and field details: `https://ngrok.com/docs/api/api-filtering `_. # @param [string] url optional and mutually exclusive from before_id and limit # @return [NgrokAPI::Models::Listable] result from the API request # @@ -167,9 +167,9 @@ def list( # List all reserved addresses on this account. # Throws an exception if API error. # - # @param [string] before_id - # @param [string] limit - # @param [string] filter + # @param [string] before_id Expects a resource ID as its input. Returns earlier entries in the result set, sorted by ID. + # @param [string] limit Constrains the number of results in the dataset. See the `API Overview `_ for details. + # @param [string] filter A CEL expression to filter the list results. Supports logical and comparison operators to match on fields such as ``id``, ``metadata``, ``created_at``, and more. See ngrok API Filtering for syntax and field details: `https://ngrok.com/docs/api/api-filtering `_. # @param [string] url optional and mutually exclusive from before_id and limit # @return [NgrokAPI::Models::Listable] result from the API request # diff --git a/lib/ngrokapi/services/reserved_domains_client.rb b/lib/ngrokapi/services/reserved_domains_client.rb index 7b092e9..ba11b03 100644 --- a/lib/ngrokapi/services/reserved_domains_client.rb +++ b/lib/ngrokapi/services/reserved_domains_client.rb @@ -32,10 +32,11 @@ def initialize(client:) # @param [string] metadata arbitrary user-defined machine-readable data of this reserved domain. Optional, max 4096 bytes. # @param [string] certificate_id ID of a user-uploaded TLS certificate to use for connections to targeting this domain. Optional, mutually exclusive with ``certificate_management_policy``. # @param [ReservedDomainCertPolicy] certificate_management_policy configuration for automatic management of TLS certificates for this domain, or null if automatic management is disabled. Optional, mutually exclusive with ``certificate_id``. + # @param [List] resolves_to DNS resolver targets configured for the reserved domain, or empty for "global" resolution. # @return [NgrokAPI::Models::ReservedDomain] result from the API request # # https://ngrok.com/docs/api#api-reserved-domains-create - def create(name: "", domain: "", region: "", description: "", metadata: "", http_endpoint_configuration_id: nil, https_endpoint_configuration_id: nil, certificate_id: nil, certificate_management_policy: nil, error_redirect_url: nil) + def create(name: "", domain: "", region: "", description: "", metadata: "", http_endpoint_configuration_id: nil, https_endpoint_configuration_id: nil, certificate_id: nil, certificate_management_policy: nil, error_redirect_url: nil, resolves_to: nil) path = '/reserved_domains' replacements = { } @@ -46,6 +47,7 @@ def create(name: "", domain: "", region: "", description: "", metadata: "", http data[:metadata] = metadata if metadata data[:certificate_id] = certificate_id if certificate_id data[:certificate_management_policy] = certificate_management_policy if certificate_management_policy + data[:resolves_to] = resolves_to if resolves_to result = @client.post(path % replacements, data: data) NgrokAPI::Models::ReservedDomain.new(client: self, attrs: result) end @@ -60,10 +62,11 @@ def create(name: "", domain: "", region: "", description: "", metadata: "", http # @param [string] metadata arbitrary user-defined machine-readable data of this reserved domain. Optional, max 4096 bytes. # @param [string] certificate_id ID of a user-uploaded TLS certificate to use for connections to targeting this domain. Optional, mutually exclusive with ``certificate_management_policy``. # @param [ReservedDomainCertPolicy] certificate_management_policy configuration for automatic management of TLS certificates for this domain, or null if automatic management is disabled. Optional, mutually exclusive with ``certificate_id``. + # @param [List] resolves_to DNS resolver targets configured for the reserved domain, or empty for "global" resolution. # @return [NgrokAPI::Models::ReservedDomain] result from the API request # # https://ngrok.com/docs/api#api-reserved-domains-create - def create!(name: "", domain: "", region: "", description: "", metadata: "", http_endpoint_configuration_id: nil, https_endpoint_configuration_id: nil, certificate_id: nil, certificate_management_policy: nil, error_redirect_url: nil) + def create!(name: "", domain: "", region: "", description: "", metadata: "", http_endpoint_configuration_id: nil, https_endpoint_configuration_id: nil, certificate_id: nil, certificate_management_policy: nil, error_redirect_url: nil, resolves_to: nil) path = '/reserved_domains' replacements = { } @@ -74,6 +77,7 @@ def create!(name: "", domain: "", region: "", description: "", metadata: "", htt data[:metadata] = metadata if metadata data[:certificate_id] = certificate_id if certificate_id data[:certificate_management_policy] = certificate_management_policy if certificate_management_policy + data[:resolves_to] = resolves_to if resolves_to result = @client.post(path % replacements, data: data, danger: true) NgrokAPI::Models::ReservedDomain.new(client: self, attrs: result) end @@ -147,9 +151,9 @@ def get!(id: "") ## # List all reserved domains on this account. # - # @param [string] before_id - # @param [string] limit - # @param [string] filter + # @param [string] before_id Expects a resource ID as its input. Returns earlier entries in the result set, sorted by ID. + # @param [string] limit Constrains the number of results in the dataset. See the `API Overview `_ for details. + # @param [string] filter A CEL expression to filter the list results. Supports logical and comparison operators to match on fields such as ``id``, ``metadata``, ``created_at``, and more. See ngrok API Filtering for syntax and field details: `https://ngrok.com/docs/api/api-filtering `_. # @param [string] url optional and mutually exclusive from before_id and limit # @return [NgrokAPI::Models::Listable] result from the API request # @@ -180,9 +184,9 @@ def list( # List all reserved domains on this account. # Throws an exception if API error. # - # @param [string] before_id - # @param [string] limit - # @param [string] filter + # @param [string] before_id Expects a resource ID as its input. Returns earlier entries in the result set, sorted by ID. + # @param [string] limit Constrains the number of results in the dataset. See the `API Overview `_ for details. + # @param [string] filter A CEL expression to filter the list results. Supports logical and comparison operators to match on fields such as ``id``, ``metadata``, ``created_at``, and more. See ngrok API Filtering for syntax and field details: `https://ngrok.com/docs/api/api-filtering `_. # @param [string] url optional and mutually exclusive from before_id and limit # @return [NgrokAPI::Models::Listable] result from the API request # @@ -219,10 +223,11 @@ def list!( # @param [string] metadata arbitrary user-defined machine-readable data of this reserved domain. Optional, max 4096 bytes. # @param [string] certificate_id ID of a user-uploaded TLS certificate to use for connections to targeting this domain. Optional, mutually exclusive with ``certificate_management_policy``. # @param [ReservedDomainCertPolicy] certificate_management_policy configuration for automatic management of TLS certificates for this domain, or null if automatic management is disabled. Optional, mutually exclusive with ``certificate_id``. + # @param [List] resolves_to DNS resolver targets configured for the reserved domain, or empty for "global" resolution. # @return [NgrokAPI::Models::ReservedDomain] result from the API request # # https://ngrok.com/docs/api#api-reserved-domains-update - def update(id: "", description: nil, metadata: nil, http_endpoint_configuration_id: nil, https_endpoint_configuration_id: nil, certificate_id: nil, certificate_management_policy: nil, region: nil, error_redirect_url: nil) + def update(id: "", description: nil, metadata: nil, http_endpoint_configuration_id: nil, https_endpoint_configuration_id: nil, certificate_id: nil, certificate_management_policy: nil, region: nil, error_redirect_url: nil, resolves_to: nil) path = '/reserved_domains/%{id}' replacements = { id: id, @@ -232,6 +237,7 @@ def update(id: "", description: nil, metadata: nil, http_endpoint_configuration_ data[:metadata] = metadata if metadata data[:certificate_id] = certificate_id if certificate_id data[:certificate_management_policy] = certificate_management_policy if certificate_management_policy + data[:resolves_to] = resolves_to if resolves_to result = @client.patch(path % replacements, data: data) NgrokAPI::Models::ReservedDomain.new(client: self, attrs: result) end @@ -245,10 +251,11 @@ def update(id: "", description: nil, metadata: nil, http_endpoint_configuration_ # @param [string] metadata arbitrary user-defined machine-readable data of this reserved domain. Optional, max 4096 bytes. # @param [string] certificate_id ID of a user-uploaded TLS certificate to use for connections to targeting this domain. Optional, mutually exclusive with ``certificate_management_policy``. # @param [ReservedDomainCertPolicy] certificate_management_policy configuration for automatic management of TLS certificates for this domain, or null if automatic management is disabled. Optional, mutually exclusive with ``certificate_id``. + # @param [List] resolves_to DNS resolver targets configured for the reserved domain, or empty for "global" resolution. # @return [NgrokAPI::Models::ReservedDomain] result from the API request # # https://ngrok.com/docs/api#api-reserved-domains-update - def update!(id: "", description: nil, metadata: nil, http_endpoint_configuration_id: nil, https_endpoint_configuration_id: nil, certificate_id: nil, certificate_management_policy: nil, region: nil, error_redirect_url: nil) + def update!(id: "", description: nil, metadata: nil, http_endpoint_configuration_id: nil, https_endpoint_configuration_id: nil, certificate_id: nil, certificate_management_policy: nil, region: nil, error_redirect_url: nil, resolves_to: nil) path = '/reserved_domains/%{id}' replacements = { id: id, @@ -258,6 +265,7 @@ def update!(id: "", description: nil, metadata: nil, http_endpoint_configuration data[:metadata] = metadata if metadata data[:certificate_id] = certificate_id if certificate_id data[:certificate_management_policy] = certificate_management_policy if certificate_management_policy + data[:resolves_to] = resolves_to if resolves_to result = @client.patch(path % replacements, data: data, danger: true) NgrokAPI::Models::ReservedDomain.new(client: self, attrs: result) end diff --git a/lib/ngrokapi/services/secrets_client.rb b/lib/ngrokapi/services/secrets_client.rb index 7852f0f..6b17173 100644 --- a/lib/ngrokapi/services/secrets_client.rb +++ b/lib/ngrokapi/services/secrets_client.rb @@ -196,9 +196,9 @@ def get!(id: "") ## # List all Secrets owned by account # - # @param [string] before_id - # @param [string] limit - # @param [string] filter + # @param [string] before_id Expects a resource ID as its input. Returns earlier entries in the result set, sorted by ID. + # @param [string] limit Constrains the number of results in the dataset. See the `API Overview `_ for details. + # @param [string] filter A CEL expression to filter the list results. Supports logical and comparison operators to match on fields such as ``id``, ``metadata``, ``created_at``, and more. See ngrok API Filtering for syntax and field details: `https://ngrok.com/docs/api/api-filtering `_. # @param [string] url optional and mutually exclusive from before_id and limit # @return [NgrokAPI::Models::Listable] result from the API request # @@ -229,9 +229,9 @@ def list( # List all Secrets owned by account # Throws an exception if API error. # - # @param [string] before_id - # @param [string] limit - # @param [string] filter + # @param [string] before_id Expects a resource ID as its input. Returns earlier entries in the result set, sorted by ID. + # @param [string] limit Constrains the number of results in the dataset. See the `API Overview `_ for details. + # @param [string] filter A CEL expression to filter the list results. Supports logical and comparison operators to match on fields such as ``id``, ``metadata``, ``created_at``, and more. See ngrok API Filtering for syntax and field details: `https://ngrok.com/docs/api/api-filtering `_. # @param [string] url optional and mutually exclusive from before_id and limit # @return [NgrokAPI::Models::Listable] result from the API request # diff --git a/lib/ngrokapi/services/service_users_client.rb b/lib/ngrokapi/services/service_users_client.rb index 1e59c67..5aaac11 100644 --- a/lib/ngrokapi/services/service_users_client.rb +++ b/lib/ngrokapi/services/service_users_client.rb @@ -126,9 +126,9 @@ def get!(id: "") ## # List all service users in this account. # - # @param [string] before_id - # @param [string] limit - # @param [string] filter + # @param [string] before_id Expects a resource ID as its input. Returns earlier entries in the result set, sorted by ID. + # @param [string] limit Constrains the number of results in the dataset. See the `API Overview `_ for details. + # @param [string] filter A CEL expression to filter the list results. Supports logical and comparison operators to match on fields such as ``id``, ``metadata``, ``created_at``, and more. See ngrok API Filtering for syntax and field details: `https://ngrok.com/docs/api/api-filtering `_. # @param [string] url optional and mutually exclusive from before_id and limit # @return [NgrokAPI::Models::Listable] result from the API request # @@ -159,9 +159,9 @@ def list( # List all service users in this account. # Throws an exception if API error. # - # @param [string] before_id - # @param [string] limit - # @param [string] filter + # @param [string] before_id Expects a resource ID as its input. Returns earlier entries in the result set, sorted by ID. + # @param [string] limit Constrains the number of results in the dataset. See the `API Overview `_ for details. + # @param [string] filter A CEL expression to filter the list results. Supports logical and comparison operators to match on fields such as ``id``, ``metadata``, ``created_at``, and more. See ngrok API Filtering for syntax and field details: `https://ngrok.com/docs/api/api-filtering `_. # @param [string] url optional and mutually exclusive from before_id and limit # @return [NgrokAPI::Models::Listable] result from the API request # diff --git a/lib/ngrokapi/services/ssh_certificate_authorities_client.rb b/lib/ngrokapi/services/ssh_certificate_authorities_client.rb index 4ec63b2..132f912 100644 --- a/lib/ngrokapi/services/ssh_certificate_authorities_client.rb +++ b/lib/ngrokapi/services/ssh_certificate_authorities_client.rb @@ -141,9 +141,9 @@ def get!(id: "") ## # List all SSH Certificate Authorities on this account # - # @param [string] before_id - # @param [string] limit - # @param [string] filter + # @param [string] before_id Expects a resource ID as its input. Returns earlier entries in the result set, sorted by ID. + # @param [string] limit Constrains the number of results in the dataset. See the `API Overview `_ for details. + # @param [string] filter A CEL expression to filter the list results. Supports logical and comparison operators to match on fields such as ``id``, ``metadata``, ``created_at``, and more. See ngrok API Filtering for syntax and field details: `https://ngrok.com/docs/api/api-filtering `_. # @param [string] url optional and mutually exclusive from before_id and limit # @return [NgrokAPI::Models::Listable] result from the API request # @@ -174,9 +174,9 @@ def list( # List all SSH Certificate Authorities on this account # Throws an exception if API error. # - # @param [string] before_id - # @param [string] limit - # @param [string] filter + # @param [string] before_id Expects a resource ID as its input. Returns earlier entries in the result set, sorted by ID. + # @param [string] limit Constrains the number of results in the dataset. See the `API Overview `_ for details. + # @param [string] filter A CEL expression to filter the list results. Supports logical and comparison operators to match on fields such as ``id``, ``metadata``, ``created_at``, and more. See ngrok API Filtering for syntax and field details: `https://ngrok.com/docs/api/api-filtering `_. # @param [string] url optional and mutually exclusive from before_id and limit # @return [NgrokAPI::Models::Listable] result from the API request # diff --git a/lib/ngrokapi/services/ssh_credentials_client.rb b/lib/ngrokapi/services/ssh_credentials_client.rb index f05cc83..17c6820 100644 --- a/lib/ngrokapi/services/ssh_credentials_client.rb +++ b/lib/ngrokapi/services/ssh_credentials_client.rb @@ -143,9 +143,9 @@ def get!(id: "") ## # List all ssh credentials on this account # - # @param [string] before_id - # @param [string] limit - # @param [string] filter + # @param [string] before_id Expects a resource ID as its input. Returns earlier entries in the result set, sorted by ID. + # @param [string] limit Constrains the number of results in the dataset. See the `API Overview `_ for details. + # @param [string] filter A CEL expression to filter the list results. Supports logical and comparison operators to match on fields such as ``id``, ``metadata``, ``created_at``, and more. See ngrok API Filtering for syntax and field details: `https://ngrok.com/docs/api/api-filtering `_. # @param [string] url optional and mutually exclusive from before_id and limit # @return [NgrokAPI::Models::Listable] result from the API request # @@ -176,9 +176,9 @@ def list( # List all ssh credentials on this account # Throws an exception if API error. # - # @param [string] before_id - # @param [string] limit - # @param [string] filter + # @param [string] before_id Expects a resource ID as its input. Returns earlier entries in the result set, sorted by ID. + # @param [string] limit Constrains the number of results in the dataset. See the `API Overview `_ for details. + # @param [string] filter A CEL expression to filter the list results. Supports logical and comparison operators to match on fields such as ``id``, ``metadata``, ``created_at``, and more. See ngrok API Filtering for syntax and field details: `https://ngrok.com/docs/api/api-filtering `_. # @param [string] url optional and mutually exclusive from before_id and limit # @return [NgrokAPI::Models::Listable] result from the API request # diff --git a/lib/ngrokapi/services/tls_certificates_client.rb b/lib/ngrokapi/services/tls_certificates_client.rb index cab7b25..d61810a 100644 --- a/lib/ngrokapi/services/tls_certificates_client.rb +++ b/lib/ngrokapi/services/tls_certificates_client.rb @@ -140,9 +140,9 @@ def get!(id: "") ## # List all TLS certificates on this account # - # @param [string] before_id - # @param [string] limit - # @param [string] filter + # @param [string] before_id Expects a resource ID as its input. Returns earlier entries in the result set, sorted by ID. + # @param [string] limit Constrains the number of results in the dataset. See the `API Overview `_ for details. + # @param [string] filter A CEL expression to filter the list results. Supports logical and comparison operators to match on fields such as ``id``, ``metadata``, ``created_at``, and more. See ngrok API Filtering for syntax and field details: `https://ngrok.com/docs/api/api-filtering `_. # @param [string] url optional and mutually exclusive from before_id and limit # @return [NgrokAPI::Models::Listable] result from the API request # @@ -173,9 +173,9 @@ def list( # List all TLS certificates on this account # Throws an exception if API error. # - # @param [string] before_id - # @param [string] limit - # @param [string] filter + # @param [string] before_id Expects a resource ID as its input. Returns earlier entries in the result set, sorted by ID. + # @param [string] limit Constrains the number of results in the dataset. See the `API Overview `_ for details. + # @param [string] filter A CEL expression to filter the list results. Supports logical and comparison operators to match on fields such as ``id``, ``metadata``, ``created_at``, and more. See ngrok API Filtering for syntax and field details: `https://ngrok.com/docs/api/api-filtering `_. # @param [string] url optional and mutually exclusive from before_id and limit # @return [NgrokAPI::Models::Listable] result from the API request # diff --git a/lib/ngrokapi/services/tunnel_sessions_client.rb b/lib/ngrokapi/services/tunnel_sessions_client.rb index e196176..fa0fc11 100644 --- a/lib/ngrokapi/services/tunnel_sessions_client.rb +++ b/lib/ngrokapi/services/tunnel_sessions_client.rb @@ -25,9 +25,9 @@ def initialize(client:) ## # List all online tunnel sessions running on this account. # - # @param [string] before_id - # @param [string] limit - # @param [string] filter + # @param [string] before_id Expects a resource ID as its input. Returns earlier entries in the result set, sorted by ID. + # @param [string] limit Constrains the number of results in the dataset. See the `API Overview `_ for details. + # @param [string] filter A CEL expression to filter the list results. Supports logical and comparison operators to match on fields such as ``id``, ``metadata``, ``created_at``, and more. See ngrok API Filtering for syntax and field details: `https://ngrok.com/docs/api/api-filtering `_. # @param [string] url optional and mutually exclusive from before_id and limit # @return [NgrokAPI::Models::Listable] result from the API request # @@ -58,9 +58,9 @@ def list( # List all online tunnel sessions running on this account. # Throws an exception if API error. # - # @param [string] before_id - # @param [string] limit - # @param [string] filter + # @param [string] before_id Expects a resource ID as its input. Returns earlier entries in the result set, sorted by ID. + # @param [string] limit Constrains the number of results in the dataset. See the `API Overview `_ for details. + # @param [string] filter A CEL expression to filter the list results. Supports logical and comparison operators to match on fields such as ``id``, ``metadata``, ``created_at``, and more. See ngrok API Filtering for syntax and field details: `https://ngrok.com/docs/api/api-filtering `_. # @param [string] url optional and mutually exclusive from before_id and limit # @return [NgrokAPI::Models::Listable] result from the API request # diff --git a/lib/ngrokapi/services/vaults_client.rb b/lib/ngrokapi/services/vaults_client.rb index e4e0591..7aec4f2 100644 --- a/lib/ngrokapi/services/vaults_client.rb +++ b/lib/ngrokapi/services/vaults_client.rb @@ -255,9 +255,9 @@ def get_secrets_by_vault!( ## # List all Vaults owned by account # - # @param [string] before_id - # @param [string] limit - # @param [string] filter + # @param [string] before_id Expects a resource ID as its input. Returns earlier entries in the result set, sorted by ID. + # @param [string] limit Constrains the number of results in the dataset. See the `API Overview `_ for details. + # @param [string] filter A CEL expression to filter the list results. Supports logical and comparison operators to match on fields such as ``id``, ``metadata``, ``created_at``, and more. See ngrok API Filtering for syntax and field details: `https://ngrok.com/docs/api/api-filtering `_. # @param [string] url optional and mutually exclusive from before_id and limit # @return [NgrokAPI::Models::Listable] result from the API request # @@ -288,9 +288,9 @@ def list( # List all Vaults owned by account # Throws an exception if API error. # - # @param [string] before_id - # @param [string] limit - # @param [string] filter + # @param [string] before_id Expects a resource ID as its input. Returns earlier entries in the result set, sorted by ID. + # @param [string] limit Constrains the number of results in the dataset. See the `API Overview `_ for details. + # @param [string] filter A CEL expression to filter the list results. Supports logical and comparison operators to match on fields such as ``id``, ``metadata``, ``created_at``, and more. See ngrok API Filtering for syntax and field details: `https://ngrok.com/docs/api/api-filtering `_. # @param [string] url optional and mutually exclusive from before_id and limit # @return [NgrokAPI::Models::Listable] result from the API request # diff --git a/lib/ngrokapi/version.rb b/lib/ngrokapi/version.rb index c6ed5fe..b2447b6 100644 --- a/lib/ngrokapi/version.rb +++ b/lib/ngrokapi/version.rb @@ -4,6 +4,6 @@ module NgrokAPI # rubocop:disable Layout/SpaceAroundOperators # The current version of the gem - VERSION="0.27.0".freeze + VERSION="0.28.0".freeze # rubocop:enable Layout/SpaceAroundOperators end diff --git a/spec/ngrokapi/models/reserved_domain_resolves_to_entry_spec.rb b/spec/ngrokapi/models/reserved_domain_resolves_to_entry_spec.rb new file mode 100644 index 0000000..e245c62 --- /dev/null +++ b/spec/ngrokapi/models/reserved_domain_resolves_to_entry_spec.rb @@ -0,0 +1,23 @@ +# Code generated for API Clients. DO NOT EDIT. + +require 'spec_helper' + +RSpec.describe NgrokAPI::Models::ReservedDomainResolvesToEntry do + before(:each) do + @client = class_double("ReservedDomainResolvesToEntrysClient") + @reserved_domain_resolves_to_entry = NgrokAPI::Models::ReservedDomainResolvesToEntry.new(client: @client, attrs: reserved_domain_resolves_to_entry_result) + end + + describe "#==" do + it "is equal if the results are the same" do + other = NgrokAPI::Models::ReservedDomainResolvesToEntry.new(client: @client, attrs: reserved_domain_resolves_to_entry_result) + expect(@reserved_domain_resolves_to_entry == other).to eq true + end + end + + describe "#to_s" do + it "stringifies as result.to_s" do + expect(@reserved_domain_resolves_to_entry.to_s).to eq reserved_domain_resolves_to_entry_result.to_s + end + end +end diff --git a/spec/ngrokapi/services/reserved_domains_client_spec.rb b/spec/ngrokapi/services/reserved_domains_client_spec.rb index 2e5cd74..a842530 100644 --- a/spec/ngrokapi/services/reserved_domains_client_spec.rb +++ b/spec/ngrokapi/services/reserved_domains_client_spec.rb @@ -26,6 +26,7 @@ data[:metadata] = "New metadata" data[:certificate_id] = "New certificate_id" data[:certificate_management_policy] = "New certificate_management_policy" + data[:resolves_to] = "New resolves_to" expect(@client).to receive(:post).with(path % replacements, data: data). and_return(reserved_domain_result) result = @reserved_domains_client.create( @@ -38,7 +39,8 @@ https_endpoint_configuration_id: "New https_endpoint_configuration_id", certificate_id: "New certificate_id", certificate_management_policy: "New certificate_management_policy", - error_redirect_url: "New error_redirect_url" + error_redirect_url: "New error_redirect_url", + resolves_to: "New resolves_to" ) expect(result.class).to eq(NgrokAPI::Models::ReservedDomain) end @@ -56,6 +58,7 @@ data[:metadata] = "New metadata" data[:certificate_id] = "New certificate_id" data[:certificate_management_policy] = "New certificate_management_policy" + data[:resolves_to] = "New resolves_to" expect(@client).to receive(:post).with(path % replacements, data: data). and_return(reserved_domain_result) result = @reserved_domains_client.create( @@ -68,7 +71,8 @@ https_endpoint_configuration_id: "New https_endpoint_configuration_id", certificate_id: "New certificate_id", certificate_management_policy: "New certificate_management_policy", - error_redirect_url: "New error_redirect_url" + error_redirect_url: "New error_redirect_url", + resolves_to: "New resolves_to" ) expect(result.class).to eq(NgrokAPI::Models::ReservedDomain) # expect(result.id).to eq(reserved_domain_result["id"]) @@ -170,6 +174,7 @@ data[:metadata] = "New metadata" data[:certificate_id] = "New certificate_id" data[:certificate_management_policy] = "New certificate_management_policy" + data[:resolves_to] = "New resolves_to" expect(@client).to receive(:patch).with(path % replacements, data: data). and_return(reserved_domain_result) result = @reserved_domains_client.update( @@ -181,7 +186,8 @@ certificate_id: "New certificate_id", certificate_management_policy: "New certificate_management_policy", region: "New region", - error_redirect_url: "New error_redirect_url" + error_redirect_url: "New error_redirect_url", + resolves_to: "New resolves_to" ) expect(result.class).to eq(NgrokAPI::Models::ReservedDomain) end @@ -198,6 +204,7 @@ data[:metadata] = "New metadata" data[:certificate_id] = "New certificate_id" data[:certificate_management_policy] = "New certificate_management_policy" + data[:resolves_to] = "New resolves_to" expect(@client).to receive(:patch).with(path % replacements, data: data). and_return(reserved_domain_result) result = @reserved_domains_client.update( @@ -209,7 +216,8 @@ certificate_id: "New certificate_id", certificate_management_policy: "New certificate_management_policy", region: "New region", - error_redirect_url: "New error_redirect_url" + error_redirect_url: "New error_redirect_url", + resolves_to: "New resolves_to" ) expect(result.class).to eq(NgrokAPI::Models::ReservedDomain) # expect(result.id).to eq(reserved_domain_result["id"]) diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb index 3ebb09d..4552370 100644 --- a/spec/spec_helper.rb +++ b/spec/spec_helper.rb @@ -1056,6 +1056,11 @@ def reserved_domain_cert_ns_target_result } end +def reserved_domain_resolves_to_entry_result + { + } +end + def ssh_certificate_authority_result { "id" => "sshca_1rV5FT4Uy4JaYbMnSyKS3p0xE4f",