ngrok-api 0.9.0 → 0.12.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.rubocop.yml +1 -1
- data/doc/.gitkeep +0 -0
- data/doc/NgrokAPI/Client.html +1499 -125
- data/doc/NgrokAPI/Error.html +1 -1
- data/doc/NgrokAPI/Errors/NotFoundError.html +1 -1
- data/doc/NgrokAPI/Errors.html +1 -1
- data/doc/NgrokAPI/HttpClient.html +1 -1
- data/doc/NgrokAPI/Models/{ApiKey.html → APIKey.html} +108 -177
- data/doc/NgrokAPI/Models/AWSAuth.html +617 -0
- data/doc/NgrokAPI/Models/AWSCredentials.html +617 -0
- data/doc/NgrokAPI/Models/AWSRole.html +543 -0
- data/doc/NgrokAPI/Models/AbuseReport.html +987 -0
- data/doc/NgrokAPI/Models/AbuseReportHostname.html +617 -0
- data/doc/NgrokAPI/Models/CertificateAuthority.html +1439 -0
- data/doc/NgrokAPI/Models/Credential.html +1149 -0
- data/doc/NgrokAPI/Models/EndpointCircuitBreaker.html +913 -0
- data/doc/NgrokAPI/Models/EndpointCompression.html +543 -0
- data/doc/NgrokAPI/Models/EndpointConfiguration.html +1321 -510
- data/doc/NgrokAPI/Models/EndpointIPPolicy.html +617 -0
- data/doc/NgrokAPI/Models/EndpointIPPolicyMutate.html +617 -0
- data/doc/NgrokAPI/Models/EndpointLogging.html +617 -0
- data/doc/NgrokAPI/Models/EndpointLoggingMutate.html +617 -0
- data/doc/NgrokAPI/Models/EndpointMutualTLS.html +617 -0
- data/doc/NgrokAPI/Models/EndpointMutualTLSMutate.html +617 -0
- data/doc/NgrokAPI/Models/EndpointOAuth.html +987 -0
- data/doc/NgrokAPI/Models/EndpointOAuthFacebook.html +839 -0
- data/doc/NgrokAPI/Models/EndpointOAuthGitHub.html +987 -0
- data/doc/NgrokAPI/Models/EndpointOAuthGoogle.html +839 -0
- data/doc/NgrokAPI/Models/EndpointOAuthMicrosoft.html +839 -0
- data/doc/NgrokAPI/Models/EndpointOAuthProvider.html +765 -0
- data/doc/NgrokAPI/Models/EndpointOIDC.html +1135 -0
- data/doc/NgrokAPI/Models/EndpointRequestHeaders.html +691 -0
- data/doc/NgrokAPI/Models/EndpointResponseHeaders.html +691 -0
- data/doc/NgrokAPI/Models/EndpointSAML.html +1653 -0
- data/doc/NgrokAPI/Models/EndpointSAMLMutate.html +1283 -0
- data/doc/NgrokAPI/Models/EndpointTLSTermination.html +691 -0
- data/doc/NgrokAPI/Models/EndpointWebhookValidation.html +691 -0
- data/doc/NgrokAPI/Models/EventDestination.html +1058 -0
- data/doc/NgrokAPI/Models/EventSource.html +765 -0
- data/doc/NgrokAPI/Models/EventSourceReplace.html +691 -0
- data/doc/NgrokAPI/Models/EventStream.html +1309 -0
- data/doc/NgrokAPI/Models/EventSubscription.html +1058 -0
- data/doc/NgrokAPI/Models/EventTarget.html +765 -0
- data/doc/NgrokAPI/Models/EventTargetCloudwatchLogs.html +617 -0
- data/doc/NgrokAPI/Models/EventTargetFirehose.html +617 -0
- data/doc/NgrokAPI/Models/EventTargetKinesis.html +617 -0
- data/doc/NgrokAPI/Models/IPPolicy.html +1069 -0
- data/doc/NgrokAPI/Models/IPPolicyRule.html +1149 -0
- data/doc/NgrokAPI/Models/IPRestriction.html +1132 -0
- data/doc/NgrokAPI/Models/{TlsCertificate.html → IPWhitelistEntry.html} +168 -163
- data/doc/NgrokAPI/Models/Listable.html +1 -1
- data/doc/NgrokAPI/Models/Ref.html +617 -0
- data/doc/NgrokAPI/Models/ReservedAddr.html +1132 -0
- data/doc/NgrokAPI/Models/ReservedDomain.html +111 -1107
- data/doc/NgrokAPI/Models/ReservedDomainCertJob.html +839 -0
- data/doc/NgrokAPI/Models/ReservedDomainCertNSTarget.html +617 -0
- data/doc/NgrokAPI/Models/ReservedDomainCertPolicy.html +617 -0
- data/doc/NgrokAPI/Models/ReservedDomainCertStatus.html +617 -0
- data/doc/NgrokAPI/Models/SSHCertificateAuthority.html +1143 -0
- data/doc/NgrokAPI/Models/SSHCredential.html +1149 -0
- data/doc/NgrokAPI/Models/SSHHostCertificate.html +1513 -0
- data/doc/NgrokAPI/Models/SSHUserCertificate.html +1661 -0
- data/doc/NgrokAPI/Models/TLSCertificate.html +2179 -0
- data/doc/NgrokAPI/Models/TLSCertificateSANs.html +617 -0
- data/doc/NgrokAPI/Models/Tunnel.html +987 -0
- data/doc/NgrokAPI/Models/TunnelSession.html +1209 -0
- data/doc/NgrokAPI/Models.html +4 -4
- data/doc/NgrokAPI/PagedIterator.html +1 -1
- data/{docs/NgrokAPI/Services/ApiKeysClient.html → doc/NgrokAPI/Services/APIKeysClient.html} +287 -151
- data/doc/NgrokAPI/Services/AbuseReportsClient.html +723 -0
- data/doc/NgrokAPI/Services/CertificateAuthoritiesClient.html +1489 -0
- data/doc/NgrokAPI/Services/CredentialsClient.html +1534 -0
- data/doc/NgrokAPI/Services/EndpointCircuitBreakerModuleClient.html +1071 -0
- data/doc/NgrokAPI/Services/EndpointCompressionModuleClient.html +1071 -0
- data/doc/NgrokAPI/Services/EndpointConfigurationsClient.html +473 -371
- data/doc/NgrokAPI/Services/EndpointIPPolicyModuleClient.html +1071 -0
- data/doc/NgrokAPI/Services/EndpointLoggingModuleClient.html +1071 -0
- data/doc/NgrokAPI/Services/EndpointMutualTLSModuleClient.html +1071 -0
- data/doc/NgrokAPI/Services/EndpointOAuthModuleClient.html +1071 -0
- data/doc/NgrokAPI/Services/EndpointOIDCModuleClient.html +1071 -0
- data/doc/NgrokAPI/Services/EndpointRequestHeadersModuleClient.html +1071 -0
- data/doc/NgrokAPI/Services/EndpointResponseHeadersModuleClient.html +1071 -0
- data/doc/NgrokAPI/Services/EndpointSAMLModuleClient.html +1071 -0
- data/doc/NgrokAPI/Services/EndpointTLSTerminationModuleClient.html +1071 -0
- data/doc/NgrokAPI/Services/EndpointWebhookValidationModuleClient.html +1071 -0
- data/doc/NgrokAPI/Services/EventDestinationsClient.html +1609 -0
- data/doc/NgrokAPI/Services/EventSourcesClient.html +1348 -0
- data/doc/NgrokAPI/Services/EventStreamsClient.html +1691 -0
- data/doc/NgrokAPI/Services/EventSubscriptionsClient.html +1603 -0
- data/doc/NgrokAPI/Services/IPPoliciesClient.html +1488 -0
- data/doc/NgrokAPI/Services/IPPolicyRulesClient.html +1550 -0
- data/doc/NgrokAPI/Services/IPRestrictionsClient.html +1620 -0
- data/doc/NgrokAPI/Services/IPWhitelistClient.html +1488 -0
- data/doc/NgrokAPI/Services/ReservedAddrsClient.html +1793 -0
- data/doc/NgrokAPI/Services/ReservedDomainsClient.html +518 -333
- data/doc/NgrokAPI/Services/SSHCertificateAuthoritiesClient.html +1532 -0
- data/doc/NgrokAPI/Services/SSHCredentialsClient.html +1552 -0
- data/doc/NgrokAPI/Services/SSHHostCertificatesClient.html +1573 -0
- data/doc/NgrokAPI/Services/SSHUserCertificatesClient.html +1617 -0
- data/{docs/NgrokAPI/Services/TlsCertificatesClient.html → doc/NgrokAPI/Services/TLSCertificatesClient.html} +290 -198
- data/doc/NgrokAPI/Services/TunnelSessionsClient.html +1468 -0
- data/doc/NgrokAPI/Services/TunnelsClient.html +513 -0
- data/doc/NgrokAPI/Services.html +4 -4
- data/doc/NgrokAPI.html +3 -3
- data/doc/_index.html +624 -28
- data/doc/class_list.html +1 -1
- data/doc/file.README.html +1 -1
- data/doc/index.html +1 -1
- data/doc/method_list.html +7318 -286
- data/doc/top-level-namespace.html +1 -1
- data/docs/.gitkeep +0 -0
- data/docs/NgrokAPI/Client.html +1499 -125
- data/docs/NgrokAPI/Error.html +1 -1
- data/docs/NgrokAPI/Errors/NotFoundError.html +1 -1
- data/docs/NgrokAPI/Errors.html +1 -1
- data/docs/NgrokAPI/HttpClient.html +1 -1
- data/docs/NgrokAPI/Models/{ApiKey.html → APIKey.html} +108 -177
- data/docs/NgrokAPI/Models/AWSAuth.html +617 -0
- data/docs/NgrokAPI/Models/AWSCredentials.html +617 -0
- data/docs/NgrokAPI/Models/AWSRole.html +543 -0
- data/docs/NgrokAPI/Models/AbuseReport.html +987 -0
- data/docs/NgrokAPI/Models/AbuseReportHostname.html +617 -0
- data/docs/NgrokAPI/Models/CertificateAuthority.html +1439 -0
- data/docs/NgrokAPI/Models/Credential.html +1149 -0
- data/docs/NgrokAPI/Models/EndpointCircuitBreaker.html +913 -0
- data/docs/NgrokAPI/Models/EndpointCompression.html +543 -0
- data/docs/NgrokAPI/Models/EndpointConfiguration.html +1321 -510
- data/docs/NgrokAPI/Models/EndpointIPPolicy.html +617 -0
- data/docs/NgrokAPI/Models/EndpointIPPolicyMutate.html +617 -0
- data/docs/NgrokAPI/Models/EndpointLogging.html +617 -0
- data/docs/NgrokAPI/Models/EndpointLoggingMutate.html +617 -0
- data/docs/NgrokAPI/Models/EndpointMutualTLS.html +617 -0
- data/docs/NgrokAPI/Models/EndpointMutualTLSMutate.html +617 -0
- data/docs/NgrokAPI/Models/EndpointOAuth.html +987 -0
- data/docs/NgrokAPI/Models/EndpointOAuthFacebook.html +839 -0
- data/docs/NgrokAPI/Models/EndpointOAuthGitHub.html +987 -0
- data/docs/NgrokAPI/Models/EndpointOAuthGoogle.html +839 -0
- data/docs/NgrokAPI/Models/EndpointOAuthMicrosoft.html +839 -0
- data/docs/NgrokAPI/Models/EndpointOAuthProvider.html +765 -0
- data/docs/NgrokAPI/Models/EndpointOIDC.html +1135 -0
- data/docs/NgrokAPI/Models/EndpointRequestHeaders.html +691 -0
- data/docs/NgrokAPI/Models/EndpointResponseHeaders.html +691 -0
- data/docs/NgrokAPI/Models/EndpointSAML.html +1653 -0
- data/docs/NgrokAPI/Models/EndpointSAMLMutate.html +1283 -0
- data/docs/NgrokAPI/Models/EndpointTLSTermination.html +691 -0
- data/docs/NgrokAPI/Models/EndpointWebhookValidation.html +691 -0
- data/docs/NgrokAPI/Models/EventDestination.html +1058 -0
- data/docs/NgrokAPI/Models/EventSource.html +765 -0
- data/docs/NgrokAPI/Models/EventSourceReplace.html +691 -0
- data/docs/NgrokAPI/Models/EventStream.html +1309 -0
- data/docs/NgrokAPI/Models/EventSubscription.html +1058 -0
- data/docs/NgrokAPI/Models/EventTarget.html +765 -0
- data/docs/NgrokAPI/Models/EventTargetCloudwatchLogs.html +617 -0
- data/docs/NgrokAPI/Models/EventTargetFirehose.html +617 -0
- data/docs/NgrokAPI/Models/EventTargetKinesis.html +617 -0
- data/docs/NgrokAPI/Models/IPPolicy.html +1069 -0
- data/docs/NgrokAPI/Models/IPPolicyRule.html +1149 -0
- data/docs/NgrokAPI/Models/IPRestriction.html +1132 -0
- data/docs/NgrokAPI/Models/{TlsCertificate.html → IPWhitelistEntry.html} +168 -163
- data/docs/NgrokAPI/Models/Listable.html +1 -1
- data/docs/NgrokAPI/Models/Ref.html +617 -0
- data/docs/NgrokAPI/Models/ReservedAddr.html +1132 -0
- data/docs/NgrokAPI/Models/ReservedDomain.html +111 -1107
- data/docs/NgrokAPI/Models/ReservedDomainCertJob.html +839 -0
- data/docs/NgrokAPI/Models/ReservedDomainCertNSTarget.html +617 -0
- data/docs/NgrokAPI/Models/ReservedDomainCertPolicy.html +617 -0
- data/docs/NgrokAPI/Models/ReservedDomainCertStatus.html +617 -0
- data/docs/NgrokAPI/Models/SSHCertificateAuthority.html +1143 -0
- data/docs/NgrokAPI/Models/SSHCredential.html +1149 -0
- data/docs/NgrokAPI/Models/SSHHostCertificate.html +1513 -0
- data/docs/NgrokAPI/Models/SSHUserCertificate.html +1661 -0
- data/docs/NgrokAPI/Models/TLSCertificate.html +2179 -0
- data/docs/NgrokAPI/Models/TLSCertificateSANs.html +617 -0
- data/docs/NgrokAPI/Models/Tunnel.html +987 -0
- data/docs/NgrokAPI/Models/TunnelSession.html +1209 -0
- data/docs/NgrokAPI/Models.html +4 -4
- data/docs/NgrokAPI/PagedIterator.html +1 -1
- data/{doc/NgrokAPI/Services/ApiKeysClient.html → docs/NgrokAPI/Services/APIKeysClient.html} +287 -151
- data/docs/NgrokAPI/Services/AbuseReportsClient.html +723 -0
- data/docs/NgrokAPI/Services/CertificateAuthoritiesClient.html +1489 -0
- data/docs/NgrokAPI/Services/CredentialsClient.html +1534 -0
- data/docs/NgrokAPI/Services/EndpointCircuitBreakerModuleClient.html +1071 -0
- data/docs/NgrokAPI/Services/EndpointCompressionModuleClient.html +1071 -0
- data/docs/NgrokAPI/Services/EndpointConfigurationsClient.html +473 -371
- data/docs/NgrokAPI/Services/EndpointIPPolicyModuleClient.html +1071 -0
- data/docs/NgrokAPI/Services/EndpointLoggingModuleClient.html +1071 -0
- data/docs/NgrokAPI/Services/EndpointMutualTLSModuleClient.html +1071 -0
- data/docs/NgrokAPI/Services/EndpointOAuthModuleClient.html +1071 -0
- data/docs/NgrokAPI/Services/EndpointOIDCModuleClient.html +1071 -0
- data/docs/NgrokAPI/Services/EndpointRequestHeadersModuleClient.html +1071 -0
- data/docs/NgrokAPI/Services/EndpointResponseHeadersModuleClient.html +1071 -0
- data/docs/NgrokAPI/Services/EndpointSAMLModuleClient.html +1071 -0
- data/docs/NgrokAPI/Services/EndpointTLSTerminationModuleClient.html +1071 -0
- data/docs/NgrokAPI/Services/EndpointWebhookValidationModuleClient.html +1071 -0
- data/docs/NgrokAPI/Services/EventDestinationsClient.html +1609 -0
- data/docs/NgrokAPI/Services/EventSourcesClient.html +1348 -0
- data/docs/NgrokAPI/Services/EventStreamsClient.html +1691 -0
- data/docs/NgrokAPI/Services/EventSubscriptionsClient.html +1603 -0
- data/docs/NgrokAPI/Services/IPPoliciesClient.html +1488 -0
- data/docs/NgrokAPI/Services/IPPolicyRulesClient.html +1550 -0
- data/docs/NgrokAPI/Services/IPRestrictionsClient.html +1620 -0
- data/docs/NgrokAPI/Services/IPWhitelistClient.html +1488 -0
- data/docs/NgrokAPI/Services/ReservedAddrsClient.html +1793 -0
- data/docs/NgrokAPI/Services/ReservedDomainsClient.html +518 -333
- data/docs/NgrokAPI/Services/SSHCertificateAuthoritiesClient.html +1532 -0
- data/docs/NgrokAPI/Services/SSHCredentialsClient.html +1552 -0
- data/docs/NgrokAPI/Services/SSHHostCertificatesClient.html +1573 -0
- data/docs/NgrokAPI/Services/SSHUserCertificatesClient.html +1617 -0
- data/{doc/NgrokAPI/Services/TlsCertificatesClient.html → docs/NgrokAPI/Services/TLSCertificatesClient.html} +290 -198
- data/docs/NgrokAPI/Services/TunnelSessionsClient.html +1468 -0
- data/docs/NgrokAPI/Services/TunnelsClient.html +513 -0
- data/docs/NgrokAPI/Services.html +4 -4
- data/docs/NgrokAPI.html +3 -3
- data/docs/_index.html +624 -28
- data/docs/class_list.html +1 -1
- data/docs/file.README.html +1 -1
- data/docs/index.html +1 -1
- data/docs/method_list.html +7318 -286
- data/docs/top-level-namespace.html +1 -1
- data/lib/ngrokapi/client.rb +218 -49
- data/lib/ngrokapi/models/abuse_report.rb +37 -0
- data/lib/ngrokapi/models/abuse_report_hostname.rb +27 -0
- data/lib/ngrokapi/models/api_key.rb +62 -64
- data/lib/ngrokapi/models/aws_auth.rb +27 -0
- data/lib/ngrokapi/models/aws_credentials.rb +27 -0
- data/lib/ngrokapi/models/aws_role.rb +25 -0
- data/lib/ngrokapi/models/certificate_authority.rb +72 -0
- data/lib/ngrokapi/models/credential.rb +67 -0
- data/lib/ngrokapi/models/endpoint_circuit_breaker.rb +35 -0
- data/lib/ngrokapi/models/endpoint_compression.rb +25 -0
- data/lib/ngrokapi/models/endpoint_configuration.rb +130 -119
- data/lib/ngrokapi/models/endpoint_ip_policy.rb +27 -0
- data/lib/ngrokapi/models/endpoint_ip_policy_mutate.rb +27 -0
- data/lib/ngrokapi/models/endpoint_logging.rb +27 -0
- data/lib/ngrokapi/models/endpoint_logging_mutate.rb +27 -0
- data/lib/ngrokapi/models/endpoint_mutual_tls.rb +27 -0
- data/lib/ngrokapi/models/endpoint_mutual_tls_mutate.rb +27 -0
- data/lib/ngrokapi/models/endpoint_o_auth.rb +37 -0
- data/lib/ngrokapi/models/endpoint_o_auth_facebook.rb +33 -0
- data/lib/ngrokapi/models/endpoint_o_auth_git_hub.rb +37 -0
- data/lib/ngrokapi/models/endpoint_o_auth_google.rb +33 -0
- data/lib/ngrokapi/models/endpoint_o_auth_microsoft.rb +33 -0
- data/lib/ngrokapi/models/endpoint_o_auth_provider.rb +31 -0
- data/lib/ngrokapi/models/endpoint_oidc.rb +41 -0
- data/lib/ngrokapi/models/endpoint_request_headers.rb +29 -0
- data/lib/ngrokapi/models/endpoint_response_headers.rb +29 -0
- data/lib/ngrokapi/models/endpoint_saml.rb +55 -0
- data/lib/ngrokapi/models/endpoint_saml_mutate.rb +45 -0
- data/lib/ngrokapi/models/endpoint_tls_termination.rb +29 -0
- data/lib/ngrokapi/models/endpoint_webhook_validation.rb +29 -0
- data/lib/ngrokapi/models/event_destination.rb +49 -0
- data/lib/ngrokapi/models/event_source.rb +31 -0
- data/lib/ngrokapi/models/event_source_replace.rb +29 -0
- data/lib/ngrokapi/models/event_stream.rb +77 -0
- data/lib/ngrokapi/models/event_subscription.rb +47 -0
- data/lib/ngrokapi/models/event_target.rb +31 -0
- data/lib/ngrokapi/models/event_target_cloudwatch_logs.rb +27 -0
- data/lib/ngrokapi/models/event_target_firehose.rb +27 -0
- data/lib/ngrokapi/models/event_target_kinesis.rb +27 -0
- data/lib/ngrokapi/models/ip_policy.rb +64 -0
- data/lib/ngrokapi/models/ip_policy_rule.rb +67 -0
- data/lib/ngrokapi/models/ip_restriction.rb +49 -0
- data/lib/ngrokapi/models/ip_whitelist_entry.rb +62 -0
- data/lib/ngrokapi/models/ref.rb +27 -0
- data/lib/ngrokapi/models/reserved_addr.rb +49 -0
- data/lib/ngrokapi/models/reserved_domain.rb +59 -211
- data/lib/ngrokapi/models/reserved_domain_cert_job.rb +33 -0
- data/lib/ngrokapi/models/reserved_domain_cert_ns_target.rb +27 -0
- data/lib/ngrokapi/models/reserved_domain_cert_policy.rb +27 -0
- data/lib/ngrokapi/models/reserved_domain_cert_status.rb +27 -0
- data/lib/ngrokapi/models/ssh_certificate_authority.rb +64 -0
- data/lib/ngrokapi/models/ssh_credential.rb +67 -0
- data/lib/ngrokapi/models/ssh_host_certificate.rb +74 -0
- data/lib/ngrokapi/models/ssh_user_certificate.rb +78 -0
- data/lib/ngrokapi/models/tls_certificate.rb +92 -62
- data/lib/ngrokapi/models/tls_certificate_sa_ns.rb +27 -0
- data/lib/ngrokapi/models/tunnel.rb +37 -0
- data/lib/ngrokapi/models/tunnel_session.rb +43 -0
- data/lib/ngrokapi/services/.gitkeep +0 -0
- data/lib/ngrokapi/services/abuse_reports_client.rb +84 -0
- data/lib/ngrokapi/services/api_keys_client.rb +203 -144
- data/lib/ngrokapi/services/certificate_authorities_client.rb +204 -0
- data/lib/ngrokapi/services/credentials_client.rb +212 -0
- data/lib/ngrokapi/services/endpoint_circuit_breaker_module_client.rb +122 -0
- data/lib/ngrokapi/services/endpoint_compression_module_client.rb +122 -0
- data/lib/ngrokapi/services/endpoint_configurations_client.rb +324 -313
- data/lib/ngrokapi/services/endpoint_ip_policy_module_client.rb +122 -0
- data/lib/ngrokapi/services/endpoint_logging_module_client.rb +122 -0
- data/lib/ngrokapi/services/endpoint_mutual_tls_module_client.rb +122 -0
- data/lib/ngrokapi/services/endpoint_o_auth_module_client.rb +122 -0
- data/lib/ngrokapi/services/endpoint_oidc_module_client.rb +122 -0
- data/lib/ngrokapi/services/endpoint_request_headers_module_client.rb +122 -0
- data/lib/ngrokapi/services/endpoint_response_headers_module_client.rb +122 -0
- data/lib/ngrokapi/services/endpoint_saml_module_client.rb +122 -0
- data/lib/ngrokapi/services/endpoint_tls_termination_module_client.rb +122 -0
- data/lib/ngrokapi/services/endpoint_webhook_validation_module_client.rb +122 -0
- data/lib/ngrokapi/services/event_destinations_client.rb +222 -0
- data/lib/ngrokapi/services/event_sources_client.rb +177 -0
- data/lib/ngrokapi/services/event_streams_client.rb +226 -0
- data/lib/ngrokapi/services/event_subscriptions_client.rb +213 -0
- data/lib/ngrokapi/services/ip_policies_client.rb +208 -0
- data/lib/ngrokapi/services/ip_policy_rules_client.rb +210 -0
- data/lib/ngrokapi/services/ip_restrictions_client.rb +223 -0
- data/lib/ngrokapi/services/ip_whitelist_client.rb +202 -0
- data/lib/ngrokapi/services/reserved_addrs_client.rb +246 -0
- data/lib/ngrokapi/services/reserved_domains_client.rb +382 -313
- data/lib/ngrokapi/services/ssh_certificate_authorities_client.rb +207 -0
- data/lib/ngrokapi/services/ssh_credentials_client.rb +211 -0
- data/lib/ngrokapi/services/ssh_host_certificates_client.rb +214 -0
- data/lib/ngrokapi/services/ssh_user_certificates_client.rb +220 -0
- data/lib/ngrokapi/services/tls_certificates_client.rb +207 -161
- data/lib/ngrokapi/services/tunnel_sessions_client.rb +228 -0
- data/lib/ngrokapi/services/tunnels_client.rb +51 -0
- data/lib/ngrokapi/version.rb +1 -1
- data/spec/ngrokapi/client_spec.rb +139 -33
- data/spec/ngrokapi/models/abuse_report_hostname_spec.rb +21 -0
- data/spec/ngrokapi/models/abuse_report_spec.rb +21 -0
- data/spec/ngrokapi/models/api_key_spec.rb +42 -43
- data/spec/ngrokapi/models/aws_auth_spec.rb +21 -0
- data/spec/ngrokapi/models/aws_credentials_spec.rb +21 -0
- data/spec/ngrokapi/models/aws_role_spec.rb +21 -0
- data/spec/ngrokapi/models/certificate_authority_spec.rb +42 -0
- data/spec/ngrokapi/models/credential_spec.rb +45 -0
- data/spec/ngrokapi/models/endpoint_circuit_breaker_spec.rb +21 -0
- data/spec/ngrokapi/models/endpoint_compression_spec.rb +21 -0
- data/spec/ngrokapi/models/endpoint_configuration_spec.rb +78 -0
- data/spec/ngrokapi/models/endpoint_ip_policy_mutate_spec.rb +21 -0
- data/spec/ngrokapi/models/endpoint_ip_policy_spec.rb +21 -0
- data/spec/ngrokapi/models/endpoint_logging_mutate_spec.rb +21 -0
- data/spec/ngrokapi/models/endpoint_logging_spec.rb +21 -0
- data/spec/ngrokapi/models/endpoint_mutual_tls_mutate_spec.rb +21 -0
- data/spec/ngrokapi/models/endpoint_mutual_tls_spec.rb +21 -0
- data/spec/ngrokapi/models/endpoint_o_auth_facebook_spec.rb +21 -0
- data/spec/ngrokapi/models/endpoint_o_auth_git_hub_spec.rb +21 -0
- data/spec/ngrokapi/models/endpoint_o_auth_google_spec.rb +21 -0
- data/spec/ngrokapi/models/endpoint_o_auth_microsoft_spec.rb +21 -0
- data/spec/ngrokapi/models/endpoint_o_auth_provider_spec.rb +21 -0
- data/spec/ngrokapi/models/endpoint_o_auth_spec.rb +21 -0
- data/spec/ngrokapi/models/endpoint_oidc_spec.rb +21 -0
- data/spec/ngrokapi/models/endpoint_request_headers_spec.rb +21 -0
- data/spec/ngrokapi/models/endpoint_response_headers_spec.rb +21 -0
- data/spec/ngrokapi/models/endpoint_saml_mutate_spec.rb +21 -0
- data/spec/ngrokapi/models/endpoint_saml_spec.rb +21 -0
- data/spec/ngrokapi/models/endpoint_tls_termination_spec.rb +21 -0
- data/spec/ngrokapi/models/endpoint_webhook_validation_spec.rb +21 -0
- data/spec/ngrokapi/models/event_destination_spec.rb +28 -0
- data/spec/ngrokapi/models/event_source_replace_spec.rb +21 -0
- data/spec/ngrokapi/models/event_source_spec.rb +21 -0
- data/spec/ngrokapi/models/event_stream_spec.rb +51 -0
- data/spec/ngrokapi/models/event_subscription_spec.rb +28 -0
- data/spec/ngrokapi/models/event_target_cloudwatch_logs_spec.rb +21 -0
- data/spec/ngrokapi/models/event_target_firehose_spec.rb +21 -0
- data/spec/ngrokapi/models/event_target_kinesis_spec.rb +21 -0
- data/spec/ngrokapi/models/event_target_spec.rb +21 -0
- data/spec/ngrokapi/models/ip_policy_rule_spec.rb +45 -0
- data/spec/ngrokapi/models/ip_policy_spec.rb +42 -0
- data/spec/ngrokapi/models/ip_restriction_spec.rb +28 -0
- data/spec/ngrokapi/models/ip_whitelist_entry_spec.rb +42 -0
- data/spec/ngrokapi/models/listable_spec.rb +4 -4
- data/spec/ngrokapi/models/ref_spec.rb +21 -0
- data/spec/ngrokapi/models/reserved_addr_spec.rb +28 -0
- data/spec/ngrokapi/models/reserved_domain_cert_job_spec.rb +21 -0
- data/spec/ngrokapi/models/reserved_domain_cert_ns_target_spec.rb +21 -0
- data/spec/ngrokapi/models/reserved_domain_cert_policy_spec.rb +21 -0
- data/spec/ngrokapi/models/reserved_domain_cert_status_spec.rb +21 -0
- data/spec/ngrokapi/models/reserved_domain_spec.rb +28 -100
- data/spec/ngrokapi/models/ssh_certificate_authority_spec.rb +42 -0
- data/spec/ngrokapi/models/ssh_credential_spec.rb +45 -0
- data/spec/ngrokapi/models/ssh_host_certificate_spec.rb +42 -0
- data/spec/ngrokapi/models/ssh_user_certificate_spec.rb +42 -0
- data/spec/ngrokapi/models/tls_certificate_sa_ns_spec.rb +21 -0
- data/spec/ngrokapi/models/tls_certificate_spec.rb +42 -0
- data/spec/ngrokapi/models/tunnel_session_spec.rb +21 -0
- data/spec/ngrokapi/models/tunnel_spec.rb +21 -0
- data/spec/ngrokapi/paged_iterator_spec.rb +5 -5
- data/spec/ngrokapi/services/.gitkeep +0 -0
- data/spec/ngrokapi/services/abuse_reports_client_spec.rb +67 -0
- data/spec/ngrokapi/services/api_keys_client_spec.rb +160 -127
- data/spec/ngrokapi/services/certificate_authorities_client_spec.rb +162 -0
- data/spec/ngrokapi/services/credentials_client_spec.rb +166 -0
- data/spec/ngrokapi/services/endpoint_circuit_breaker_module_client_spec.rb +127 -0
- data/spec/ngrokapi/services/endpoint_compression_module_client_spec.rb +127 -0
- data/spec/ngrokapi/services/endpoint_configurations_client_spec.rb +240 -0
- data/spec/ngrokapi/services/endpoint_ip_policy_module_client_spec.rb +127 -0
- data/spec/ngrokapi/services/endpoint_logging_module_client_spec.rb +127 -0
- data/spec/ngrokapi/services/endpoint_mutual_tls_module_client_spec.rb +127 -0
- data/spec/ngrokapi/services/endpoint_o_auth_module_client_spec.rb +127 -0
- data/spec/ngrokapi/services/endpoint_oidc_module_client_spec.rb +127 -0
- data/spec/ngrokapi/services/endpoint_request_headers_module_client_spec.rb +127 -0
- data/spec/ngrokapi/services/endpoint_response_headers_module_client_spec.rb +127 -0
- data/spec/ngrokapi/services/endpoint_saml_module_client_spec.rb +127 -0
- data/spec/ngrokapi/services/endpoint_tls_termination_module_client_spec.rb +127 -0
- data/spec/ngrokapi/services/endpoint_webhook_validation_module_client_spec.rb +127 -0
- data/spec/ngrokapi/services/event_destinations_client_spec.rb +175 -0
- data/spec/ngrokapi/services/event_sources_client_spec.rb +162 -0
- data/spec/ngrokapi/services/event_streams_client_spec.rb +180 -0
- data/spec/ngrokapi/services/event_subscriptions_client_spec.rb +172 -0
- data/spec/ngrokapi/services/ip_policies_client_spec.rb +162 -0
- data/spec/ngrokapi/services/ip_policy_rules_client_spec.rb +168 -0
- data/spec/ngrokapi/services/ip_restrictions_client_spec.rb +174 -0
- data/spec/ngrokapi/services/ip_whitelist_client_spec.rb +162 -0
- data/spec/ngrokapi/services/reserved_addrs_client_spec.rb +209 -0
- data/spec/ngrokapi/services/reserved_domains_client_spec.rb +352 -0
- data/spec/ngrokapi/services/ssh_certificate_authorities_client_spec.rb +166 -0
- data/spec/ngrokapi/services/ssh_credentials_client_spec.rb +168 -0
- data/spec/ngrokapi/services/ssh_host_certificates_client_spec.rb +170 -0
- data/spec/ngrokapi/services/ssh_user_certificates_client_spec.rb +174 -0
- data/spec/ngrokapi/services/tls_certificates_client_spec.rb +164 -0
- data/spec/ngrokapi/services/tunnel_sessions_client_spec.rb +184 -0
- data/spec/ngrokapi/services/tunnels_client_spec.rb +21 -0
- data/spec/spec_helper.rb +958 -0
- metadata +355 -10
@@ -0,0 +1,220 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
3
|
+
module NgrokAPI
|
4
|
+
module Services
|
5
|
+
##
|
6
|
+
# SSH User Certificates are presented by SSH clients when connecting to an SSH
|
7
|
+
# server to authenticate their connection. The SSH server must trust the SSH
|
8
|
+
# Certificate Authority used to sign the certificate.
|
9
|
+
#
|
10
|
+
# https://ngrok.com/docs/api#api-ssh-user-certificates
|
11
|
+
class SSHUserCertificatesClient
|
12
|
+
# The API path for the requests
|
13
|
+
PATH = '/ssh_user_certificates'
|
14
|
+
# The List Property from the resulting API for list calls
|
15
|
+
LIST_PROPERTY = 'ssh_user_certificates'
|
16
|
+
|
17
|
+
attr_reader :client
|
18
|
+
|
19
|
+
def initialize(client:)
|
20
|
+
@client = client
|
21
|
+
end
|
22
|
+
|
23
|
+
##
|
24
|
+
# Create a new SSH User Certificate
|
25
|
+
#
|
26
|
+
# @param [string] ssh_certificate_authority_id the ssh certificate authority that is used to sign this ssh user certificate
|
27
|
+
# @param [string] public_key a public key in OpenSSH Authorized Keys format that this certificate signs
|
28
|
+
# @param [List<string>] principals the list of principals included in the ssh user certificate. This is the list of usernames that the certificate holder may sign in as on a machine authorizinig the signing certificate authority. Dangerously, if no principals are specified, this certificate may be used to log in as any user.
|
29
|
+
# @param [Map<string, string>] critical_options A map of critical options included in the certificate. Only two critical options are currently defined by OpenSSH: ``force-command`` and ``source-address``. See `the OpenSSH certificate protocol spec` <https://github.com/openssh/openssh-portable/blob/master/PROTOCOL.certkeys>`_ for additional details.
|
30
|
+
# @param [Map<string, string>] extensions A map of extensions included in the certificate. Extensions are additional metadata that can be interpreted by the SSH server for any purpose. These can be used to permit or deny the ability to open a terminal, do port forwarding, x11 forwarding, and more. If unspecified, the certificate will include limited permissions with the following extension map: ``{"permit-pty": "", "permit-user-rc": ""}`` OpenSSH understands a number of predefined extensions. See `the OpenSSH certificate protocol spec` <https://github.com/openssh/openssh-portable/blob/master/PROTOCOL.certkeys>`_ for additional details.
|
31
|
+
# @param [datetime (RFC3339 string)] valid_after The time when the user certificate becomes valid, in RFC 3339 format. Defaults to the current time if unspecified.
|
32
|
+
# @param [datetime (RFC3339 string)] valid_until The time when this host certificate becomes invalid, in RFC 3339 format. If unspecified, a default value of 24 hours will be used. The OpenSSH certificates RFC calls this ``valid_before``.
|
33
|
+
# @param [string] description human-readable description of this SSH User Certificate. optional, max 255 bytes.
|
34
|
+
# @param [string] metadata arbitrary user-defined machine-readable data of this SSH User Certificate. optional, max 4096 bytes.
|
35
|
+
# @return [NgrokAPI::Models::SSHUserCertificate] result from the API request
|
36
|
+
#
|
37
|
+
# https://ngrok.com/docs/api#api-ssh-user-certificates-create
|
38
|
+
def create(
|
39
|
+
ssh_certificate_authority_id:,
|
40
|
+
public_key:,
|
41
|
+
principals: [],
|
42
|
+
critical_options: {},
|
43
|
+
extensions: {},
|
44
|
+
valid_after: "",
|
45
|
+
valid_until: "",
|
46
|
+
description: "",
|
47
|
+
metadata: ""
|
48
|
+
)
|
49
|
+
path = '/ssh_user_certificates'
|
50
|
+
replacements = {
|
51
|
+
}
|
52
|
+
data = {}
|
53
|
+
data[:ssh_certificate_authority_id] = ssh_certificate_authority_id if ssh_certificate_authority_id
|
54
|
+
data[:public_key] = public_key if public_key
|
55
|
+
data[:principals] = principals if principals
|
56
|
+
data[:critical_options] = critical_options if critical_options
|
57
|
+
data[:extensions] = extensions if extensions
|
58
|
+
data[:valid_after] = valid_after if valid_after
|
59
|
+
data[:valid_until] = valid_until if valid_until
|
60
|
+
data[:description] = description if description
|
61
|
+
data[:metadata] = metadata if metadata
|
62
|
+
result = @client.post(path % replacements, data: data)
|
63
|
+
NgrokAPI::Models::SSHUserCertificate.new(client: self, result: result)
|
64
|
+
end
|
65
|
+
|
66
|
+
##
|
67
|
+
# Delete an SSH User Certificate
|
68
|
+
#
|
69
|
+
# @param [string] id a resource identifier
|
70
|
+
# @return [NgrokAPI::Models::Empty] result from the API request
|
71
|
+
#
|
72
|
+
# https://ngrok.com/docs/api#api-ssh-user-certificates-delete
|
73
|
+
def delete(
|
74
|
+
id: ""
|
75
|
+
)
|
76
|
+
path = '/ssh_user_certificates/%{id}'
|
77
|
+
replacements = {
|
78
|
+
id: id,
|
79
|
+
}
|
80
|
+
@client.delete(path % replacements)
|
81
|
+
end
|
82
|
+
|
83
|
+
##
|
84
|
+
# Delete an SSH User Certificate
|
85
|
+
# Throws an exception if API error.
|
86
|
+
#
|
87
|
+
# @param [string] id a resource identifier
|
88
|
+
# @return [NgrokAPI::Models::Empty] result from the API request
|
89
|
+
#
|
90
|
+
# https://ngrok.com/docs/api#api-ssh-user-certificates-delete
|
91
|
+
def delete!(
|
92
|
+
id: ""
|
93
|
+
)
|
94
|
+
path = '/ssh_user_certificates/%{id}'
|
95
|
+
replacements = {
|
96
|
+
id: id,
|
97
|
+
}
|
98
|
+
@client.delete(path % replacements, danger: true)
|
99
|
+
end
|
100
|
+
|
101
|
+
##
|
102
|
+
# Get detailed information about an SSH User Certficate
|
103
|
+
#
|
104
|
+
# @param [string] id a resource identifier
|
105
|
+
# @return [NgrokAPI::Models::SSHUserCertificate] result from the API request
|
106
|
+
#
|
107
|
+
# https://ngrok.com/docs/api#api-ssh-user-certificates-get
|
108
|
+
def get(
|
109
|
+
id: ""
|
110
|
+
)
|
111
|
+
path = '/ssh_user_certificates/%{id}'
|
112
|
+
replacements = {
|
113
|
+
id: id,
|
114
|
+
}
|
115
|
+
data = {}
|
116
|
+
result = @client.get(path % replacements, data: data)
|
117
|
+
NgrokAPI::Models::SSHUserCertificate.new(client: self, result: result)
|
118
|
+
end
|
119
|
+
|
120
|
+
##
|
121
|
+
# Get detailed information about an SSH User Certficate
|
122
|
+
# Throws an exception if API error.
|
123
|
+
#
|
124
|
+
# @param [string] id a resource identifier
|
125
|
+
# @return [NgrokAPI::Models::SSHUserCertificate] result from the API request
|
126
|
+
#
|
127
|
+
# https://ngrok.com/docs/api#api-ssh-user-certificates-get
|
128
|
+
def get!(
|
129
|
+
id: ""
|
130
|
+
)
|
131
|
+
path = '/ssh_user_certificates/%{id}'
|
132
|
+
replacements = {
|
133
|
+
id: id,
|
134
|
+
}
|
135
|
+
data = {}
|
136
|
+
result = @client.get(path % replacements, data: data, danger: true)
|
137
|
+
NgrokAPI::Models::SSHUserCertificate.new(client: self, result: result)
|
138
|
+
end
|
139
|
+
|
140
|
+
##
|
141
|
+
# List all SSH User Certificates issued on this account
|
142
|
+
#
|
143
|
+
# @param [string] before_id
|
144
|
+
# @param [string] limit
|
145
|
+
# @param [string] url optional and mutually exclusive from before_id and limit
|
146
|
+
# @return [NgrokAPI::Models::Listable] result from the API request
|
147
|
+
#
|
148
|
+
# https://ngrok.com/docs/api#api-ssh-user-certificates-list
|
149
|
+
def list(
|
150
|
+
before_id: nil,
|
151
|
+
limit: nil,
|
152
|
+
url: nil
|
153
|
+
)
|
154
|
+
result = @client.list(
|
155
|
+
before_id: before_id,
|
156
|
+
limit: limit,
|
157
|
+
url: url,
|
158
|
+
path: PATH
|
159
|
+
)
|
160
|
+
NgrokAPI::Models::Listable.new(
|
161
|
+
client: self,
|
162
|
+
result: result,
|
163
|
+
list_property: LIST_PROPERTY,
|
164
|
+
klass: NgrokAPI::Models::SSHUserCertificate
|
165
|
+
)
|
166
|
+
end
|
167
|
+
|
168
|
+
##
|
169
|
+
# Update an SSH User Certificate
|
170
|
+
#
|
171
|
+
# @param [string] id
|
172
|
+
# @param [string] description human-readable description of this SSH User Certificate. optional, max 255 bytes.
|
173
|
+
# @param [string] metadata arbitrary user-defined machine-readable data of this SSH User Certificate. optional, max 4096 bytes.
|
174
|
+
# @return [NgrokAPI::Models::SSHUserCertificate] result from the API request
|
175
|
+
#
|
176
|
+
# https://ngrok.com/docs/api#api-ssh-user-certificates-update
|
177
|
+
def update(
|
178
|
+
id: "",
|
179
|
+
description: nil,
|
180
|
+
metadata: nil
|
181
|
+
)
|
182
|
+
path = '/ssh_user_certificates/%{id}'
|
183
|
+
replacements = {
|
184
|
+
id: id,
|
185
|
+
}
|
186
|
+
data = {}
|
187
|
+
data[:description] = description if description
|
188
|
+
data[:metadata] = metadata if metadata
|
189
|
+
result = @client.patch(path % replacements, data: data)
|
190
|
+
NgrokAPI::Models::SSHUserCertificate.new(client: self, result: result)
|
191
|
+
end
|
192
|
+
|
193
|
+
##
|
194
|
+
# Update an SSH User Certificate
|
195
|
+
# Throws an exception if API error.
|
196
|
+
#
|
197
|
+
# @param [string] id
|
198
|
+
# @param [string] description human-readable description of this SSH User Certificate. optional, max 255 bytes.
|
199
|
+
# @param [string] metadata arbitrary user-defined machine-readable data of this SSH User Certificate. optional, max 4096 bytes.
|
200
|
+
# @return [NgrokAPI::Models::SSHUserCertificate] result from the API request
|
201
|
+
#
|
202
|
+
# https://ngrok.com/docs/api#api-ssh-user-certificates-update
|
203
|
+
def update!(
|
204
|
+
id: "",
|
205
|
+
description: nil,
|
206
|
+
metadata: nil
|
207
|
+
)
|
208
|
+
path = '/ssh_user_certificates/%{id}'
|
209
|
+
replacements = {
|
210
|
+
id: id,
|
211
|
+
}
|
212
|
+
data = {}
|
213
|
+
data[:description] = description if description
|
214
|
+
data[:metadata] = metadata if metadata
|
215
|
+
result = @client.patch(path % replacements, data: data, danger: true)
|
216
|
+
NgrokAPI::Models::SSHUserCertificate.new(client: self, result: result)
|
217
|
+
end
|
218
|
+
end
|
219
|
+
end
|
220
|
+
end
|
@@ -1,161 +1,207 @@
|
|
1
|
-
# frozen_string_literal: true
|
2
|
-
|
3
|
-
module NgrokAPI
|
4
|
-
module Services
|
5
|
-
##
|
6
|
-
#
|
7
|
-
#
|
8
|
-
#
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
#
|
27
|
-
#
|
28
|
-
# @param [string]
|
29
|
-
# @param [string]
|
30
|
-
# @
|
31
|
-
#
|
32
|
-
#
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
}
|
45
|
-
|
46
|
-
|
47
|
-
|
48
|
-
|
49
|
-
|
50
|
-
|
51
|
-
|
52
|
-
|
53
|
-
|
54
|
-
#
|
55
|
-
#
|
56
|
-
#
|
57
|
-
|
58
|
-
|
59
|
-
|
60
|
-
|
61
|
-
|
62
|
-
|
63
|
-
|
64
|
-
|
65
|
-
|
66
|
-
|
67
|
-
|
68
|
-
|
69
|
-
|
70
|
-
|
71
|
-
|
72
|
-
|
73
|
-
#
|
74
|
-
#
|
75
|
-
# @
|
76
|
-
#
|
77
|
-
#
|
78
|
-
|
79
|
-
|
80
|
-
|
81
|
-
|
82
|
-
|
83
|
-
|
84
|
-
|
85
|
-
|
86
|
-
|
87
|
-
|
88
|
-
|
89
|
-
#
|
90
|
-
#
|
91
|
-
|
92
|
-
|
93
|
-
|
94
|
-
|
95
|
-
|
96
|
-
|
97
|
-
|
98
|
-
|
99
|
-
|
100
|
-
|
101
|
-
|
102
|
-
|
103
|
-
|
104
|
-
|
105
|
-
|
106
|
-
|
107
|
-
|
108
|
-
|
109
|
-
|
110
|
-
|
111
|
-
|
112
|
-
|
113
|
-
|
114
|
-
|
115
|
-
|
116
|
-
|
117
|
-
|
118
|
-
|
119
|
-
|
120
|
-
|
121
|
-
|
122
|
-
|
123
|
-
|
124
|
-
|
125
|
-
|
126
|
-
|
127
|
-
|
128
|
-
|
129
|
-
|
130
|
-
|
131
|
-
|
132
|
-
|
133
|
-
|
134
|
-
|
135
|
-
|
136
|
-
|
137
|
-
|
138
|
-
|
139
|
-
|
140
|
-
|
141
|
-
|
142
|
-
|
143
|
-
|
144
|
-
|
145
|
-
|
146
|
-
|
147
|
-
|
148
|
-
|
149
|
-
|
150
|
-
|
151
|
-
|
152
|
-
|
153
|
-
|
154
|
-
|
155
|
-
|
156
|
-
|
157
|
-
|
158
|
-
#
|
159
|
-
|
160
|
-
|
161
|
-
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
3
|
+
module NgrokAPI
|
4
|
+
module Services
|
5
|
+
##
|
6
|
+
# TLS Certificates are pairs of x509 certificates and their matching private
|
7
|
+
# key that can be used to terminate TLS traffic. TLS certificates are unused
|
8
|
+
# until they are attached to a Domain. TLS Certificates may also be
|
9
|
+
# provisioned by ngrok automatically for domains on which you have enabled
|
10
|
+
# automated certificate provisioning.
|
11
|
+
#
|
12
|
+
# https://ngrok.com/docs/api#api-tls-certificates
|
13
|
+
class TLSCertificatesClient
|
14
|
+
# The API path for the requests
|
15
|
+
PATH = '/tls_certificates'
|
16
|
+
# The List Property from the resulting API for list calls
|
17
|
+
LIST_PROPERTY = 'tls_certificates'
|
18
|
+
|
19
|
+
attr_reader :client
|
20
|
+
|
21
|
+
def initialize(client:)
|
22
|
+
@client = client
|
23
|
+
end
|
24
|
+
|
25
|
+
##
|
26
|
+
# Upload a new TLS certificate
|
27
|
+
#
|
28
|
+
# @param [string] description human-readable description of this TLS certificate. optional, max 255 bytes.
|
29
|
+
# @param [string] metadata arbitrary user-defined machine-readable data of this TLS certificate. optional, max 4096 bytes.
|
30
|
+
# @param [string] certificate_pem chain of PEM-encoded certificates, leaf first. See `Certificate Bundles` <https://ngrok.com/docs/api#tls-certificates-pem>`_.
|
31
|
+
# @param [string] private_key_pem private key for the TLS certificate, PEM-encoded. See `Private Keys` <https://ngrok.com/docs/ngrok-link#tls-certificates-key>`_.
|
32
|
+
# @return [NgrokAPI::Models::TLSCertificate] result from the API request
|
33
|
+
#
|
34
|
+
# https://ngrok.com/docs/api#api-tls-certificates-create
|
35
|
+
def create(
|
36
|
+
description: "",
|
37
|
+
metadata: "",
|
38
|
+
certificate_pem:,
|
39
|
+
private_key_pem:
|
40
|
+
)
|
41
|
+
path = '/tls_certificates'
|
42
|
+
replacements = {
|
43
|
+
}
|
44
|
+
data = {}
|
45
|
+
data[:description] = description if description
|
46
|
+
data[:metadata] = metadata if metadata
|
47
|
+
data[:certificate_pem] = certificate_pem if certificate_pem
|
48
|
+
data[:private_key_pem] = private_key_pem if private_key_pem
|
49
|
+
result = @client.post(path % replacements, data: data)
|
50
|
+
NgrokAPI::Models::TLSCertificate.new(client: self, result: result)
|
51
|
+
end
|
52
|
+
|
53
|
+
##
|
54
|
+
# Delete a TLS certificate
|
55
|
+
#
|
56
|
+
# @param [string] id a resource identifier
|
57
|
+
# @return [NgrokAPI::Models::Empty] result from the API request
|
58
|
+
#
|
59
|
+
# https://ngrok.com/docs/api#api-tls-certificates-delete
|
60
|
+
def delete(
|
61
|
+
id: ""
|
62
|
+
)
|
63
|
+
path = '/tls_certificates/%{id}'
|
64
|
+
replacements = {
|
65
|
+
id: id,
|
66
|
+
}
|
67
|
+
@client.delete(path % replacements)
|
68
|
+
end
|
69
|
+
|
70
|
+
##
|
71
|
+
# Delete a TLS certificate
|
72
|
+
# Throws an exception if API error.
|
73
|
+
#
|
74
|
+
# @param [string] id a resource identifier
|
75
|
+
# @return [NgrokAPI::Models::Empty] result from the API request
|
76
|
+
#
|
77
|
+
# https://ngrok.com/docs/api#api-tls-certificates-delete
|
78
|
+
def delete!(
|
79
|
+
id: ""
|
80
|
+
)
|
81
|
+
path = '/tls_certificates/%{id}'
|
82
|
+
replacements = {
|
83
|
+
id: id,
|
84
|
+
}
|
85
|
+
@client.delete(path % replacements, danger: true)
|
86
|
+
end
|
87
|
+
|
88
|
+
##
|
89
|
+
# Get detailed information about a TLS certificate
|
90
|
+
#
|
91
|
+
# @param [string] id a resource identifier
|
92
|
+
# @return [NgrokAPI::Models::TLSCertificate] result from the API request
|
93
|
+
#
|
94
|
+
# https://ngrok.com/docs/api#api-tls-certificates-get
|
95
|
+
def get(
|
96
|
+
id: ""
|
97
|
+
)
|
98
|
+
path = '/tls_certificates/%{id}'
|
99
|
+
replacements = {
|
100
|
+
id: id,
|
101
|
+
}
|
102
|
+
data = {}
|
103
|
+
result = @client.get(path % replacements, data: data)
|
104
|
+
NgrokAPI::Models::TLSCertificate.new(client: self, result: result)
|
105
|
+
end
|
106
|
+
|
107
|
+
##
|
108
|
+
# Get detailed information about a TLS certificate
|
109
|
+
# Throws an exception if API error.
|
110
|
+
#
|
111
|
+
# @param [string] id a resource identifier
|
112
|
+
# @return [NgrokAPI::Models::TLSCertificate] result from the API request
|
113
|
+
#
|
114
|
+
# https://ngrok.com/docs/api#api-tls-certificates-get
|
115
|
+
def get!(
|
116
|
+
id: ""
|
117
|
+
)
|
118
|
+
path = '/tls_certificates/%{id}'
|
119
|
+
replacements = {
|
120
|
+
id: id,
|
121
|
+
}
|
122
|
+
data = {}
|
123
|
+
result = @client.get(path % replacements, data: data, danger: true)
|
124
|
+
NgrokAPI::Models::TLSCertificate.new(client: self, result: result)
|
125
|
+
end
|
126
|
+
|
127
|
+
##
|
128
|
+
# List all TLS certificates on this account
|
129
|
+
#
|
130
|
+
# @param [string] before_id
|
131
|
+
# @param [string] limit
|
132
|
+
# @param [string] url optional and mutually exclusive from before_id and limit
|
133
|
+
# @return [NgrokAPI::Models::Listable] result from the API request
|
134
|
+
#
|
135
|
+
# https://ngrok.com/docs/api#api-tls-certificates-list
|
136
|
+
def list(
|
137
|
+
before_id: nil,
|
138
|
+
limit: nil,
|
139
|
+
url: nil
|
140
|
+
)
|
141
|
+
result = @client.list(
|
142
|
+
before_id: before_id,
|
143
|
+
limit: limit,
|
144
|
+
url: url,
|
145
|
+
path: PATH
|
146
|
+
)
|
147
|
+
NgrokAPI::Models::Listable.new(
|
148
|
+
client: self,
|
149
|
+
result: result,
|
150
|
+
list_property: LIST_PROPERTY,
|
151
|
+
klass: NgrokAPI::Models::TLSCertificate
|
152
|
+
)
|
153
|
+
end
|
154
|
+
|
155
|
+
##
|
156
|
+
# Update attributes of a TLS Certificate by ID
|
157
|
+
#
|
158
|
+
# @param [string] id
|
159
|
+
# @param [string] description human-readable description of this TLS certificate. optional, max 255 bytes.
|
160
|
+
# @param [string] metadata arbitrary user-defined machine-readable data of this TLS certificate. optional, max 4096 bytes.
|
161
|
+
# @return [NgrokAPI::Models::TLSCertificate] result from the API request
|
162
|
+
#
|
163
|
+
# https://ngrok.com/docs/api#api-tls-certificates-update
|
164
|
+
def update(
|
165
|
+
id: "",
|
166
|
+
description: nil,
|
167
|
+
metadata: nil
|
168
|
+
)
|
169
|
+
path = '/tls_certificates/%{id}'
|
170
|
+
replacements = {
|
171
|
+
id: id,
|
172
|
+
}
|
173
|
+
data = {}
|
174
|
+
data[:description] = description if description
|
175
|
+
data[:metadata] = metadata if metadata
|
176
|
+
result = @client.patch(path % replacements, data: data)
|
177
|
+
NgrokAPI::Models::TLSCertificate.new(client: self, result: result)
|
178
|
+
end
|
179
|
+
|
180
|
+
##
|
181
|
+
# Update attributes of a TLS Certificate by ID
|
182
|
+
# Throws an exception if API error.
|
183
|
+
#
|
184
|
+
# @param [string] id
|
185
|
+
# @param [string] description human-readable description of this TLS certificate. optional, max 255 bytes.
|
186
|
+
# @param [string] metadata arbitrary user-defined machine-readable data of this TLS certificate. optional, max 4096 bytes.
|
187
|
+
# @return [NgrokAPI::Models::TLSCertificate] result from the API request
|
188
|
+
#
|
189
|
+
# https://ngrok.com/docs/api#api-tls-certificates-update
|
190
|
+
def update!(
|
191
|
+
id: "",
|
192
|
+
description: nil,
|
193
|
+
metadata: nil
|
194
|
+
)
|
195
|
+
path = '/tls_certificates/%{id}'
|
196
|
+
replacements = {
|
197
|
+
id: id,
|
198
|
+
}
|
199
|
+
data = {}
|
200
|
+
data[:description] = description if description
|
201
|
+
data[:metadata] = metadata if metadata
|
202
|
+
result = @client.patch(path % replacements, data: data, danger: true)
|
203
|
+
NgrokAPI::Models::TLSCertificate.new(client: self, result: result)
|
204
|
+
end
|
205
|
+
end
|
206
|
+
end
|
207
|
+
end
|