ngrok-api 0.9.0 → 0.12.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- 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,2179 @@
|
|
|
1
|
+
<!DOCTYPE html>
|
|
2
|
+
<html>
|
|
3
|
+
<head>
|
|
4
|
+
<meta charset="utf-8">
|
|
5
|
+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
6
|
+
<title>
|
|
7
|
+
Class: NgrokAPI::Models::TLSCertificate
|
|
8
|
+
|
|
9
|
+
— Documentation by YARD 0.9.26
|
|
10
|
+
|
|
11
|
+
</title>
|
|
12
|
+
|
|
13
|
+
<link rel="stylesheet" href="../../css/style.css" type="text/css" />
|
|
14
|
+
|
|
15
|
+
<link rel="stylesheet" href="../../css/common.css" type="text/css" />
|
|
16
|
+
|
|
17
|
+
<script type="text/javascript">
|
|
18
|
+
pathId = "NgrokAPI::Models::TLSCertificate";
|
|
19
|
+
relpath = '../../';
|
|
20
|
+
</script>
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
<script type="text/javascript" charset="utf-8" src="../../js/jquery.js"></script>
|
|
24
|
+
|
|
25
|
+
<script type="text/javascript" charset="utf-8" src="../../js/app.js"></script>
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
</head>
|
|
29
|
+
<body>
|
|
30
|
+
<div class="nav_wrap">
|
|
31
|
+
<iframe id="nav" src="../../class_list.html?1"></iframe>
|
|
32
|
+
<div id="resizer"></div>
|
|
33
|
+
</div>
|
|
34
|
+
|
|
35
|
+
<div id="main" tabindex="-1">
|
|
36
|
+
<div id="header">
|
|
37
|
+
<div id="menu">
|
|
38
|
+
|
|
39
|
+
<a href="../../_index.html">Index (T)</a> »
|
|
40
|
+
<span class='title'><span class='object_link'><a href="../../NgrokAPI.html" title="NgrokAPI (module)">NgrokAPI</a></span></span> » <span class='title'><span class='object_link'><a href="../Models.html" title="NgrokAPI::Models (module)">Models</a></span></span>
|
|
41
|
+
»
|
|
42
|
+
<span class="title">TLSCertificate</span>
|
|
43
|
+
|
|
44
|
+
</div>
|
|
45
|
+
|
|
46
|
+
<div id="search">
|
|
47
|
+
|
|
48
|
+
<a class="full_list_link" id="class_list_link"
|
|
49
|
+
href="../../class_list.html">
|
|
50
|
+
|
|
51
|
+
<svg width="24" height="24">
|
|
52
|
+
<rect x="0" y="4" width="24" height="4" rx="1" ry="1"></rect>
|
|
53
|
+
<rect x="0" y="12" width="24" height="4" rx="1" ry="1"></rect>
|
|
54
|
+
<rect x="0" y="20" width="24" height="4" rx="1" ry="1"></rect>
|
|
55
|
+
</svg>
|
|
56
|
+
</a>
|
|
57
|
+
|
|
58
|
+
</div>
|
|
59
|
+
<div class="clear"></div>
|
|
60
|
+
</div>
|
|
61
|
+
|
|
62
|
+
<div id="content"><h1>Class: NgrokAPI::Models::TLSCertificate
|
|
63
|
+
|
|
64
|
+
|
|
65
|
+
|
|
66
|
+
</h1>
|
|
67
|
+
<div class="box_info">
|
|
68
|
+
|
|
69
|
+
<dl>
|
|
70
|
+
<dt>Inherits:</dt>
|
|
71
|
+
<dd>
|
|
72
|
+
<span class="inheritName">Object</span>
|
|
73
|
+
|
|
74
|
+
<ul class="fullTree">
|
|
75
|
+
<li>Object</li>
|
|
76
|
+
|
|
77
|
+
<li class="next">NgrokAPI::Models::TLSCertificate</li>
|
|
78
|
+
|
|
79
|
+
</ul>
|
|
80
|
+
<a href="#" class="inheritanceTree">show all</a>
|
|
81
|
+
|
|
82
|
+
</dd>
|
|
83
|
+
</dl>
|
|
84
|
+
|
|
85
|
+
|
|
86
|
+
|
|
87
|
+
|
|
88
|
+
|
|
89
|
+
|
|
90
|
+
|
|
91
|
+
|
|
92
|
+
|
|
93
|
+
|
|
94
|
+
|
|
95
|
+
<dl>
|
|
96
|
+
<dt>Defined in:</dt>
|
|
97
|
+
<dd>lib/ngrokapi/models/tls_certificate.rb</dd>
|
|
98
|
+
</dl>
|
|
99
|
+
|
|
100
|
+
</div>
|
|
101
|
+
|
|
102
|
+
|
|
103
|
+
|
|
104
|
+
|
|
105
|
+
|
|
106
|
+
<h2>Instance Attribute Summary <small><a href="#" class="summary_toggle">collapse</a></small></h2>
|
|
107
|
+
<ul class="summary">
|
|
108
|
+
|
|
109
|
+
<li class="public ">
|
|
110
|
+
<span class="summary_signature">
|
|
111
|
+
|
|
112
|
+
<a href="#certificate_pem-instance_method" title="#certificate_pem (instance method)">#<strong>certificate_pem</strong> ⇒ Object </a>
|
|
113
|
+
|
|
114
|
+
|
|
115
|
+
|
|
116
|
+
</span>
|
|
117
|
+
|
|
118
|
+
|
|
119
|
+
|
|
120
|
+
|
|
121
|
+
<span class="note title readonly">readonly</span>
|
|
122
|
+
|
|
123
|
+
|
|
124
|
+
|
|
125
|
+
|
|
126
|
+
|
|
127
|
+
|
|
128
|
+
|
|
129
|
+
|
|
130
|
+
|
|
131
|
+
<span class="summary_desc"><div class='inline'>
|
|
132
|
+
<p>Returns the value of attribute certificate_pem.</p>
|
|
133
|
+
</div></span>
|
|
134
|
+
|
|
135
|
+
</li>
|
|
136
|
+
|
|
137
|
+
|
|
138
|
+
<li class="public ">
|
|
139
|
+
<span class="summary_signature">
|
|
140
|
+
|
|
141
|
+
<a href="#client-instance_method" title="#client (instance method)">#<strong>client</strong> ⇒ Object </a>
|
|
142
|
+
|
|
143
|
+
|
|
144
|
+
|
|
145
|
+
</span>
|
|
146
|
+
|
|
147
|
+
|
|
148
|
+
|
|
149
|
+
|
|
150
|
+
<span class="note title readonly">readonly</span>
|
|
151
|
+
|
|
152
|
+
|
|
153
|
+
|
|
154
|
+
|
|
155
|
+
|
|
156
|
+
|
|
157
|
+
|
|
158
|
+
|
|
159
|
+
|
|
160
|
+
<span class="summary_desc"><div class='inline'>
|
|
161
|
+
<p>Returns the value of attribute client.</p>
|
|
162
|
+
</div></span>
|
|
163
|
+
|
|
164
|
+
</li>
|
|
165
|
+
|
|
166
|
+
|
|
167
|
+
<li class="public ">
|
|
168
|
+
<span class="summary_signature">
|
|
169
|
+
|
|
170
|
+
<a href="#created_at-instance_method" title="#created_at (instance method)">#<strong>created_at</strong> ⇒ Object </a>
|
|
171
|
+
|
|
172
|
+
|
|
173
|
+
|
|
174
|
+
</span>
|
|
175
|
+
|
|
176
|
+
|
|
177
|
+
|
|
178
|
+
|
|
179
|
+
<span class="note title readonly">readonly</span>
|
|
180
|
+
|
|
181
|
+
|
|
182
|
+
|
|
183
|
+
|
|
184
|
+
|
|
185
|
+
|
|
186
|
+
|
|
187
|
+
|
|
188
|
+
|
|
189
|
+
<span class="summary_desc"><div class='inline'>
|
|
190
|
+
<p>Returns the value of attribute created_at.</p>
|
|
191
|
+
</div></span>
|
|
192
|
+
|
|
193
|
+
</li>
|
|
194
|
+
|
|
195
|
+
|
|
196
|
+
<li class="public ">
|
|
197
|
+
<span class="summary_signature">
|
|
198
|
+
|
|
199
|
+
<a href="#description-instance_method" title="#description (instance method)">#<strong>description</strong> ⇒ Object </a>
|
|
200
|
+
|
|
201
|
+
|
|
202
|
+
|
|
203
|
+
</span>
|
|
204
|
+
|
|
205
|
+
|
|
206
|
+
|
|
207
|
+
|
|
208
|
+
<span class="note title readonly">readonly</span>
|
|
209
|
+
|
|
210
|
+
|
|
211
|
+
|
|
212
|
+
|
|
213
|
+
|
|
214
|
+
|
|
215
|
+
|
|
216
|
+
|
|
217
|
+
|
|
218
|
+
<span class="summary_desc"><div class='inline'>
|
|
219
|
+
<p>Returns the value of attribute description.</p>
|
|
220
|
+
</div></span>
|
|
221
|
+
|
|
222
|
+
</li>
|
|
223
|
+
|
|
224
|
+
|
|
225
|
+
<li class="public ">
|
|
226
|
+
<span class="summary_signature">
|
|
227
|
+
|
|
228
|
+
<a href="#extended_key_usages-instance_method" title="#extended_key_usages (instance method)">#<strong>extended_key_usages</strong> ⇒ Object </a>
|
|
229
|
+
|
|
230
|
+
|
|
231
|
+
|
|
232
|
+
</span>
|
|
233
|
+
|
|
234
|
+
|
|
235
|
+
|
|
236
|
+
|
|
237
|
+
<span class="note title readonly">readonly</span>
|
|
238
|
+
|
|
239
|
+
|
|
240
|
+
|
|
241
|
+
|
|
242
|
+
|
|
243
|
+
|
|
244
|
+
|
|
245
|
+
|
|
246
|
+
|
|
247
|
+
<span class="summary_desc"><div class='inline'>
|
|
248
|
+
<p>Returns the value of attribute extended_key_usages.</p>
|
|
249
|
+
</div></span>
|
|
250
|
+
|
|
251
|
+
</li>
|
|
252
|
+
|
|
253
|
+
|
|
254
|
+
<li class="public ">
|
|
255
|
+
<span class="summary_signature">
|
|
256
|
+
|
|
257
|
+
<a href="#id-instance_method" title="#id (instance method)">#<strong>id</strong> ⇒ Object </a>
|
|
258
|
+
|
|
259
|
+
|
|
260
|
+
|
|
261
|
+
</span>
|
|
262
|
+
|
|
263
|
+
|
|
264
|
+
|
|
265
|
+
|
|
266
|
+
<span class="note title readonly">readonly</span>
|
|
267
|
+
|
|
268
|
+
|
|
269
|
+
|
|
270
|
+
|
|
271
|
+
|
|
272
|
+
|
|
273
|
+
|
|
274
|
+
|
|
275
|
+
|
|
276
|
+
<span class="summary_desc"><div class='inline'>
|
|
277
|
+
<p>Returns the value of attribute id.</p>
|
|
278
|
+
</div></span>
|
|
279
|
+
|
|
280
|
+
</li>
|
|
281
|
+
|
|
282
|
+
|
|
283
|
+
<li class="public ">
|
|
284
|
+
<span class="summary_signature">
|
|
285
|
+
|
|
286
|
+
<a href="#issued_at-instance_method" title="#issued_at (instance method)">#<strong>issued_at</strong> ⇒ Object </a>
|
|
287
|
+
|
|
288
|
+
|
|
289
|
+
|
|
290
|
+
</span>
|
|
291
|
+
|
|
292
|
+
|
|
293
|
+
|
|
294
|
+
|
|
295
|
+
<span class="note title readonly">readonly</span>
|
|
296
|
+
|
|
297
|
+
|
|
298
|
+
|
|
299
|
+
|
|
300
|
+
|
|
301
|
+
|
|
302
|
+
|
|
303
|
+
|
|
304
|
+
|
|
305
|
+
<span class="summary_desc"><div class='inline'>
|
|
306
|
+
<p>Returns the value of attribute issued_at.</p>
|
|
307
|
+
</div></span>
|
|
308
|
+
|
|
309
|
+
</li>
|
|
310
|
+
|
|
311
|
+
|
|
312
|
+
<li class="public ">
|
|
313
|
+
<span class="summary_signature">
|
|
314
|
+
|
|
315
|
+
<a href="#issuer_common_name-instance_method" title="#issuer_common_name (instance method)">#<strong>issuer_common_name</strong> ⇒ Object </a>
|
|
316
|
+
|
|
317
|
+
|
|
318
|
+
|
|
319
|
+
</span>
|
|
320
|
+
|
|
321
|
+
|
|
322
|
+
|
|
323
|
+
|
|
324
|
+
<span class="note title readonly">readonly</span>
|
|
325
|
+
|
|
326
|
+
|
|
327
|
+
|
|
328
|
+
|
|
329
|
+
|
|
330
|
+
|
|
331
|
+
|
|
332
|
+
|
|
333
|
+
|
|
334
|
+
<span class="summary_desc"><div class='inline'>
|
|
335
|
+
<p>Returns the value of attribute issuer_common_name.</p>
|
|
336
|
+
</div></span>
|
|
337
|
+
|
|
338
|
+
</li>
|
|
339
|
+
|
|
340
|
+
|
|
341
|
+
<li class="public ">
|
|
342
|
+
<span class="summary_signature">
|
|
343
|
+
|
|
344
|
+
<a href="#key_usages-instance_method" title="#key_usages (instance method)">#<strong>key_usages</strong> ⇒ Object </a>
|
|
345
|
+
|
|
346
|
+
|
|
347
|
+
|
|
348
|
+
</span>
|
|
349
|
+
|
|
350
|
+
|
|
351
|
+
|
|
352
|
+
|
|
353
|
+
<span class="note title readonly">readonly</span>
|
|
354
|
+
|
|
355
|
+
|
|
356
|
+
|
|
357
|
+
|
|
358
|
+
|
|
359
|
+
|
|
360
|
+
|
|
361
|
+
|
|
362
|
+
|
|
363
|
+
<span class="summary_desc"><div class='inline'>
|
|
364
|
+
<p>Returns the value of attribute key_usages.</p>
|
|
365
|
+
</div></span>
|
|
366
|
+
|
|
367
|
+
</li>
|
|
368
|
+
|
|
369
|
+
|
|
370
|
+
<li class="public ">
|
|
371
|
+
<span class="summary_signature">
|
|
372
|
+
|
|
373
|
+
<a href="#metadata-instance_method" title="#metadata (instance method)">#<strong>metadata</strong> ⇒ Object </a>
|
|
374
|
+
|
|
375
|
+
|
|
376
|
+
|
|
377
|
+
</span>
|
|
378
|
+
|
|
379
|
+
|
|
380
|
+
|
|
381
|
+
|
|
382
|
+
<span class="note title readonly">readonly</span>
|
|
383
|
+
|
|
384
|
+
|
|
385
|
+
|
|
386
|
+
|
|
387
|
+
|
|
388
|
+
|
|
389
|
+
|
|
390
|
+
|
|
391
|
+
|
|
392
|
+
<span class="summary_desc"><div class='inline'>
|
|
393
|
+
<p>Returns the value of attribute metadata.</p>
|
|
394
|
+
</div></span>
|
|
395
|
+
|
|
396
|
+
</li>
|
|
397
|
+
|
|
398
|
+
|
|
399
|
+
<li class="public ">
|
|
400
|
+
<span class="summary_signature">
|
|
401
|
+
|
|
402
|
+
<a href="#not_after-instance_method" title="#not_after (instance method)">#<strong>not_after</strong> ⇒ Object </a>
|
|
403
|
+
|
|
404
|
+
|
|
405
|
+
|
|
406
|
+
</span>
|
|
407
|
+
|
|
408
|
+
|
|
409
|
+
|
|
410
|
+
|
|
411
|
+
<span class="note title readonly">readonly</span>
|
|
412
|
+
|
|
413
|
+
|
|
414
|
+
|
|
415
|
+
|
|
416
|
+
|
|
417
|
+
|
|
418
|
+
|
|
419
|
+
|
|
420
|
+
|
|
421
|
+
<span class="summary_desc"><div class='inline'>
|
|
422
|
+
<p>Returns the value of attribute not_after.</p>
|
|
423
|
+
</div></span>
|
|
424
|
+
|
|
425
|
+
</li>
|
|
426
|
+
|
|
427
|
+
|
|
428
|
+
<li class="public ">
|
|
429
|
+
<span class="summary_signature">
|
|
430
|
+
|
|
431
|
+
<a href="#not_before-instance_method" title="#not_before (instance method)">#<strong>not_before</strong> ⇒ Object </a>
|
|
432
|
+
|
|
433
|
+
|
|
434
|
+
|
|
435
|
+
</span>
|
|
436
|
+
|
|
437
|
+
|
|
438
|
+
|
|
439
|
+
|
|
440
|
+
<span class="note title readonly">readonly</span>
|
|
441
|
+
|
|
442
|
+
|
|
443
|
+
|
|
444
|
+
|
|
445
|
+
|
|
446
|
+
|
|
447
|
+
|
|
448
|
+
|
|
449
|
+
|
|
450
|
+
<span class="summary_desc"><div class='inline'>
|
|
451
|
+
<p>Returns the value of attribute not_before.</p>
|
|
452
|
+
</div></span>
|
|
453
|
+
|
|
454
|
+
</li>
|
|
455
|
+
|
|
456
|
+
|
|
457
|
+
<li class="public ">
|
|
458
|
+
<span class="summary_signature">
|
|
459
|
+
|
|
460
|
+
<a href="#private_key_type-instance_method" title="#private_key_type (instance method)">#<strong>private_key_type</strong> ⇒ Object </a>
|
|
461
|
+
|
|
462
|
+
|
|
463
|
+
|
|
464
|
+
</span>
|
|
465
|
+
|
|
466
|
+
|
|
467
|
+
|
|
468
|
+
|
|
469
|
+
<span class="note title readonly">readonly</span>
|
|
470
|
+
|
|
471
|
+
|
|
472
|
+
|
|
473
|
+
|
|
474
|
+
|
|
475
|
+
|
|
476
|
+
|
|
477
|
+
|
|
478
|
+
|
|
479
|
+
<span class="summary_desc"><div class='inline'>
|
|
480
|
+
<p>Returns the value of attribute private_key_type.</p>
|
|
481
|
+
</div></span>
|
|
482
|
+
|
|
483
|
+
</li>
|
|
484
|
+
|
|
485
|
+
|
|
486
|
+
<li class="public ">
|
|
487
|
+
<span class="summary_signature">
|
|
488
|
+
|
|
489
|
+
<a href="#result-instance_method" title="#result (instance method)">#<strong>result</strong> ⇒ Object </a>
|
|
490
|
+
|
|
491
|
+
|
|
492
|
+
|
|
493
|
+
</span>
|
|
494
|
+
|
|
495
|
+
|
|
496
|
+
|
|
497
|
+
|
|
498
|
+
<span class="note title readonly">readonly</span>
|
|
499
|
+
|
|
500
|
+
|
|
501
|
+
|
|
502
|
+
|
|
503
|
+
|
|
504
|
+
|
|
505
|
+
|
|
506
|
+
|
|
507
|
+
|
|
508
|
+
<span class="summary_desc"><div class='inline'>
|
|
509
|
+
<p>Returns the value of attribute result.</p>
|
|
510
|
+
</div></span>
|
|
511
|
+
|
|
512
|
+
</li>
|
|
513
|
+
|
|
514
|
+
|
|
515
|
+
<li class="public ">
|
|
516
|
+
<span class="summary_signature">
|
|
517
|
+
|
|
518
|
+
<a href="#serial_number-instance_method" title="#serial_number (instance method)">#<strong>serial_number</strong> ⇒ Object </a>
|
|
519
|
+
|
|
520
|
+
|
|
521
|
+
|
|
522
|
+
</span>
|
|
523
|
+
|
|
524
|
+
|
|
525
|
+
|
|
526
|
+
|
|
527
|
+
<span class="note title readonly">readonly</span>
|
|
528
|
+
|
|
529
|
+
|
|
530
|
+
|
|
531
|
+
|
|
532
|
+
|
|
533
|
+
|
|
534
|
+
|
|
535
|
+
|
|
536
|
+
|
|
537
|
+
<span class="summary_desc"><div class='inline'>
|
|
538
|
+
<p>Returns the value of attribute serial_number.</p>
|
|
539
|
+
</div></span>
|
|
540
|
+
|
|
541
|
+
</li>
|
|
542
|
+
|
|
543
|
+
|
|
544
|
+
<li class="public ">
|
|
545
|
+
<span class="summary_signature">
|
|
546
|
+
|
|
547
|
+
<a href="#subject_alternative_names-instance_method" title="#subject_alternative_names (instance method)">#<strong>subject_alternative_names</strong> ⇒ Object </a>
|
|
548
|
+
|
|
549
|
+
|
|
550
|
+
|
|
551
|
+
</span>
|
|
552
|
+
|
|
553
|
+
|
|
554
|
+
|
|
555
|
+
|
|
556
|
+
<span class="note title readonly">readonly</span>
|
|
557
|
+
|
|
558
|
+
|
|
559
|
+
|
|
560
|
+
|
|
561
|
+
|
|
562
|
+
|
|
563
|
+
|
|
564
|
+
|
|
565
|
+
|
|
566
|
+
<span class="summary_desc"><div class='inline'>
|
|
567
|
+
<p>Returns the value of attribute subject_alternative_names.</p>
|
|
568
|
+
</div></span>
|
|
569
|
+
|
|
570
|
+
</li>
|
|
571
|
+
|
|
572
|
+
|
|
573
|
+
<li class="public ">
|
|
574
|
+
<span class="summary_signature">
|
|
575
|
+
|
|
576
|
+
<a href="#subject_common_name-instance_method" title="#subject_common_name (instance method)">#<strong>subject_common_name</strong> ⇒ Object </a>
|
|
577
|
+
|
|
578
|
+
|
|
579
|
+
|
|
580
|
+
</span>
|
|
581
|
+
|
|
582
|
+
|
|
583
|
+
|
|
584
|
+
|
|
585
|
+
<span class="note title readonly">readonly</span>
|
|
586
|
+
|
|
587
|
+
|
|
588
|
+
|
|
589
|
+
|
|
590
|
+
|
|
591
|
+
|
|
592
|
+
|
|
593
|
+
|
|
594
|
+
|
|
595
|
+
<span class="summary_desc"><div class='inline'>
|
|
596
|
+
<p>Returns the value of attribute subject_common_name.</p>
|
|
597
|
+
</div></span>
|
|
598
|
+
|
|
599
|
+
</li>
|
|
600
|
+
|
|
601
|
+
|
|
602
|
+
<li class="public ">
|
|
603
|
+
<span class="summary_signature">
|
|
604
|
+
|
|
605
|
+
<a href="#subject_country-instance_method" title="#subject_country (instance method)">#<strong>subject_country</strong> ⇒ Object </a>
|
|
606
|
+
|
|
607
|
+
|
|
608
|
+
|
|
609
|
+
</span>
|
|
610
|
+
|
|
611
|
+
|
|
612
|
+
|
|
613
|
+
|
|
614
|
+
<span class="note title readonly">readonly</span>
|
|
615
|
+
|
|
616
|
+
|
|
617
|
+
|
|
618
|
+
|
|
619
|
+
|
|
620
|
+
|
|
621
|
+
|
|
622
|
+
|
|
623
|
+
|
|
624
|
+
<span class="summary_desc"><div class='inline'>
|
|
625
|
+
<p>Returns the value of attribute subject_country.</p>
|
|
626
|
+
</div></span>
|
|
627
|
+
|
|
628
|
+
</li>
|
|
629
|
+
|
|
630
|
+
|
|
631
|
+
<li class="public ">
|
|
632
|
+
<span class="summary_signature">
|
|
633
|
+
|
|
634
|
+
<a href="#subject_locality-instance_method" title="#subject_locality (instance method)">#<strong>subject_locality</strong> ⇒ Object </a>
|
|
635
|
+
|
|
636
|
+
|
|
637
|
+
|
|
638
|
+
</span>
|
|
639
|
+
|
|
640
|
+
|
|
641
|
+
|
|
642
|
+
|
|
643
|
+
<span class="note title readonly">readonly</span>
|
|
644
|
+
|
|
645
|
+
|
|
646
|
+
|
|
647
|
+
|
|
648
|
+
|
|
649
|
+
|
|
650
|
+
|
|
651
|
+
|
|
652
|
+
|
|
653
|
+
<span class="summary_desc"><div class='inline'>
|
|
654
|
+
<p>Returns the value of attribute subject_locality.</p>
|
|
655
|
+
</div></span>
|
|
656
|
+
|
|
657
|
+
</li>
|
|
658
|
+
|
|
659
|
+
|
|
660
|
+
<li class="public ">
|
|
661
|
+
<span class="summary_signature">
|
|
662
|
+
|
|
663
|
+
<a href="#subject_organization-instance_method" title="#subject_organization (instance method)">#<strong>subject_organization</strong> ⇒ Object </a>
|
|
664
|
+
|
|
665
|
+
|
|
666
|
+
|
|
667
|
+
</span>
|
|
668
|
+
|
|
669
|
+
|
|
670
|
+
|
|
671
|
+
|
|
672
|
+
<span class="note title readonly">readonly</span>
|
|
673
|
+
|
|
674
|
+
|
|
675
|
+
|
|
676
|
+
|
|
677
|
+
|
|
678
|
+
|
|
679
|
+
|
|
680
|
+
|
|
681
|
+
|
|
682
|
+
<span class="summary_desc"><div class='inline'>
|
|
683
|
+
<p>Returns the value of attribute subject_organization.</p>
|
|
684
|
+
</div></span>
|
|
685
|
+
|
|
686
|
+
</li>
|
|
687
|
+
|
|
688
|
+
|
|
689
|
+
<li class="public ">
|
|
690
|
+
<span class="summary_signature">
|
|
691
|
+
|
|
692
|
+
<a href="#subject_organizational_unit-instance_method" title="#subject_organizational_unit (instance method)">#<strong>subject_organizational_unit</strong> ⇒ Object </a>
|
|
693
|
+
|
|
694
|
+
|
|
695
|
+
|
|
696
|
+
</span>
|
|
697
|
+
|
|
698
|
+
|
|
699
|
+
|
|
700
|
+
|
|
701
|
+
<span class="note title readonly">readonly</span>
|
|
702
|
+
|
|
703
|
+
|
|
704
|
+
|
|
705
|
+
|
|
706
|
+
|
|
707
|
+
|
|
708
|
+
|
|
709
|
+
|
|
710
|
+
|
|
711
|
+
<span class="summary_desc"><div class='inline'>
|
|
712
|
+
<p>Returns the value of attribute subject_organizational_unit.</p>
|
|
713
|
+
</div></span>
|
|
714
|
+
|
|
715
|
+
</li>
|
|
716
|
+
|
|
717
|
+
|
|
718
|
+
<li class="public ">
|
|
719
|
+
<span class="summary_signature">
|
|
720
|
+
|
|
721
|
+
<a href="#subject_province-instance_method" title="#subject_province (instance method)">#<strong>subject_province</strong> ⇒ Object </a>
|
|
722
|
+
|
|
723
|
+
|
|
724
|
+
|
|
725
|
+
</span>
|
|
726
|
+
|
|
727
|
+
|
|
728
|
+
|
|
729
|
+
|
|
730
|
+
<span class="note title readonly">readonly</span>
|
|
731
|
+
|
|
732
|
+
|
|
733
|
+
|
|
734
|
+
|
|
735
|
+
|
|
736
|
+
|
|
737
|
+
|
|
738
|
+
|
|
739
|
+
|
|
740
|
+
<span class="summary_desc"><div class='inline'>
|
|
741
|
+
<p>Returns the value of attribute subject_province.</p>
|
|
742
|
+
</div></span>
|
|
743
|
+
|
|
744
|
+
</li>
|
|
745
|
+
|
|
746
|
+
|
|
747
|
+
<li class="public ">
|
|
748
|
+
<span class="summary_signature">
|
|
749
|
+
|
|
750
|
+
<a href="#uri-instance_method" title="#uri (instance method)">#<strong>uri</strong> ⇒ Object </a>
|
|
751
|
+
|
|
752
|
+
|
|
753
|
+
|
|
754
|
+
</span>
|
|
755
|
+
|
|
756
|
+
|
|
757
|
+
|
|
758
|
+
|
|
759
|
+
<span class="note title readonly">readonly</span>
|
|
760
|
+
|
|
761
|
+
|
|
762
|
+
|
|
763
|
+
|
|
764
|
+
|
|
765
|
+
|
|
766
|
+
|
|
767
|
+
|
|
768
|
+
|
|
769
|
+
<span class="summary_desc"><div class='inline'>
|
|
770
|
+
<p>Returns the value of attribute uri.</p>
|
|
771
|
+
</div></span>
|
|
772
|
+
|
|
773
|
+
</li>
|
|
774
|
+
|
|
775
|
+
|
|
776
|
+
</ul>
|
|
777
|
+
|
|
778
|
+
|
|
779
|
+
|
|
780
|
+
|
|
781
|
+
|
|
782
|
+
<h2>
|
|
783
|
+
Instance Method Summary
|
|
784
|
+
<small><a href="#" class="summary_toggle">collapse</a></small>
|
|
785
|
+
</h2>
|
|
786
|
+
|
|
787
|
+
<ul class="summary">
|
|
788
|
+
|
|
789
|
+
<li class="public ">
|
|
790
|
+
<span class="summary_signature">
|
|
791
|
+
|
|
792
|
+
<a href="#==-instance_method" title="#== (instance method)">#<strong>==</strong>(other) ⇒ Object </a>
|
|
793
|
+
|
|
794
|
+
|
|
795
|
+
|
|
796
|
+
</span>
|
|
797
|
+
|
|
798
|
+
|
|
799
|
+
|
|
800
|
+
|
|
801
|
+
|
|
802
|
+
|
|
803
|
+
|
|
804
|
+
|
|
805
|
+
|
|
806
|
+
<span class="summary_desc"><div class='inline'></div></span>
|
|
807
|
+
|
|
808
|
+
</li>
|
|
809
|
+
|
|
810
|
+
|
|
811
|
+
<li class="public ">
|
|
812
|
+
<span class="summary_signature">
|
|
813
|
+
|
|
814
|
+
<a href="#delete-instance_method" title="#delete (instance method)">#<strong>delete</strong> ⇒ Object </a>
|
|
815
|
+
|
|
816
|
+
|
|
817
|
+
|
|
818
|
+
</span>
|
|
819
|
+
|
|
820
|
+
|
|
821
|
+
|
|
822
|
+
|
|
823
|
+
|
|
824
|
+
|
|
825
|
+
|
|
826
|
+
|
|
827
|
+
|
|
828
|
+
<span class="summary_desc"><div class='inline'>
|
|
829
|
+
<p>Delete a TLS certificate.</p>
|
|
830
|
+
</div></span>
|
|
831
|
+
|
|
832
|
+
</li>
|
|
833
|
+
|
|
834
|
+
|
|
835
|
+
<li class="public ">
|
|
836
|
+
<span class="summary_signature">
|
|
837
|
+
|
|
838
|
+
<a href="#initialize-instance_method" title="#initialize (instance method)">#<strong>initialize</strong>(client:, result:) ⇒ TLSCertificate </a>
|
|
839
|
+
|
|
840
|
+
|
|
841
|
+
|
|
842
|
+
</span>
|
|
843
|
+
|
|
844
|
+
|
|
845
|
+
<span class="note title constructor">constructor</span>
|
|
846
|
+
|
|
847
|
+
|
|
848
|
+
|
|
849
|
+
|
|
850
|
+
|
|
851
|
+
|
|
852
|
+
|
|
853
|
+
|
|
854
|
+
<span class="summary_desc"><div class='inline'>
|
|
855
|
+
<p>A new instance of TLSCertificate.</p>
|
|
856
|
+
</div></span>
|
|
857
|
+
|
|
858
|
+
</li>
|
|
859
|
+
|
|
860
|
+
|
|
861
|
+
<li class="public ">
|
|
862
|
+
<span class="summary_signature">
|
|
863
|
+
|
|
864
|
+
<a href="#to_s-instance_method" title="#to_s (instance method)">#<strong>to_s</strong> ⇒ Object </a>
|
|
865
|
+
|
|
866
|
+
|
|
867
|
+
|
|
868
|
+
</span>
|
|
869
|
+
|
|
870
|
+
|
|
871
|
+
|
|
872
|
+
|
|
873
|
+
|
|
874
|
+
|
|
875
|
+
|
|
876
|
+
|
|
877
|
+
|
|
878
|
+
<span class="summary_desc"><div class='inline'></div></span>
|
|
879
|
+
|
|
880
|
+
</li>
|
|
881
|
+
|
|
882
|
+
|
|
883
|
+
<li class="public ">
|
|
884
|
+
<span class="summary_signature">
|
|
885
|
+
|
|
886
|
+
<a href="#update-instance_method" title="#update (instance method)">#<strong>update</strong>(description: nil, metadata: nil) ⇒ Object </a>
|
|
887
|
+
|
|
888
|
+
|
|
889
|
+
|
|
890
|
+
</span>
|
|
891
|
+
|
|
892
|
+
|
|
893
|
+
|
|
894
|
+
|
|
895
|
+
|
|
896
|
+
|
|
897
|
+
|
|
898
|
+
|
|
899
|
+
|
|
900
|
+
<span class="summary_desc"><div class='inline'>
|
|
901
|
+
<p>Update attributes of a TLS Certificate by ID.</p>
|
|
902
|
+
</div></span>
|
|
903
|
+
|
|
904
|
+
</li>
|
|
905
|
+
|
|
906
|
+
|
|
907
|
+
</ul>
|
|
908
|
+
|
|
909
|
+
|
|
910
|
+
<div id="constructor_details" class="method_details_list">
|
|
911
|
+
<h2>Constructor Details</h2>
|
|
912
|
+
|
|
913
|
+
<div class="method_details first">
|
|
914
|
+
<h3 class="signature first" id="initialize-instance_method">
|
|
915
|
+
|
|
916
|
+
#<strong>initialize</strong>(client:, result:) ⇒ <tt><span class='object_link'><a href="" title="NgrokAPI::Models::TLSCertificate (class)">TLSCertificate</a></span></tt>
|
|
917
|
+
|
|
918
|
+
|
|
919
|
+
|
|
920
|
+
|
|
921
|
+
|
|
922
|
+
</h3><div class="docstring">
|
|
923
|
+
<div class="discussion">
|
|
924
|
+
|
|
925
|
+
<p>Returns a new instance of TLSCertificate.</p>
|
|
926
|
+
|
|
927
|
+
|
|
928
|
+
</div>
|
|
929
|
+
</div>
|
|
930
|
+
<div class="tags">
|
|
931
|
+
|
|
932
|
+
|
|
933
|
+
</div><table class="source_code">
|
|
934
|
+
<tr>
|
|
935
|
+
<td>
|
|
936
|
+
<pre class="lines">
|
|
937
|
+
|
|
938
|
+
|
|
939
|
+
30
|
|
940
|
+
31
|
|
941
|
+
32
|
|
942
|
+
33
|
|
943
|
+
34
|
|
944
|
+
35
|
|
945
|
+
36
|
|
946
|
+
37
|
|
947
|
+
38
|
|
948
|
+
39
|
|
949
|
+
40
|
|
950
|
+
41
|
|
951
|
+
42
|
|
952
|
+
43
|
|
953
|
+
44
|
|
954
|
+
45
|
|
955
|
+
46
|
|
956
|
+
47
|
|
957
|
+
48
|
|
958
|
+
49
|
|
959
|
+
50
|
|
960
|
+
51
|
|
961
|
+
52
|
|
962
|
+
53
|
|
963
|
+
54</pre>
|
|
964
|
+
</td>
|
|
965
|
+
<td>
|
|
966
|
+
<pre class="code"><span class="info file"># File 'lib/ngrokapi/models/tls_certificate.rb', line 30</span>
|
|
967
|
+
|
|
968
|
+
<span class='kw'>def</span> <span class='id identifier rubyid_initialize'>initialize</span><span class='lparen'>(</span><span class='label'>client:</span><span class='comma'>,</span> <span class='label'>result:</span><span class='rparen'>)</span>
|
|
969
|
+
<span class='ivar'>@client</span> <span class='op'>=</span> <span class='id identifier rubyid_client'>client</span>
|
|
970
|
+
<span class='ivar'>@result</span> <span class='op'>=</span> <span class='id identifier rubyid_result'>result</span>
|
|
971
|
+
<span class='ivar'>@id</span> <span class='op'>=</span> <span class='ivar'>@result</span><span class='lbracket'>[</span><span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>id</span><span class='tstring_end'>'</span></span><span class='rbracket'>]</span>
|
|
972
|
+
<span class='ivar'>@uri</span> <span class='op'>=</span> <span class='ivar'>@result</span><span class='lbracket'>[</span><span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>uri</span><span class='tstring_end'>'</span></span><span class='rbracket'>]</span>
|
|
973
|
+
<span class='ivar'>@created_at</span> <span class='op'>=</span> <span class='ivar'>@result</span><span class='lbracket'>[</span><span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>created_at</span><span class='tstring_end'>'</span></span><span class='rbracket'>]</span>
|
|
974
|
+
<span class='ivar'>@description</span> <span class='op'>=</span> <span class='ivar'>@result</span><span class='lbracket'>[</span><span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>description</span><span class='tstring_end'>'</span></span><span class='rbracket'>]</span>
|
|
975
|
+
<span class='ivar'>@metadata</span> <span class='op'>=</span> <span class='ivar'>@result</span><span class='lbracket'>[</span><span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>metadata</span><span class='tstring_end'>'</span></span><span class='rbracket'>]</span>
|
|
976
|
+
<span class='ivar'>@certificate_pem</span> <span class='op'>=</span> <span class='ivar'>@result</span><span class='lbracket'>[</span><span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>certificate_pem</span><span class='tstring_end'>'</span></span><span class='rbracket'>]</span>
|
|
977
|
+
<span class='ivar'>@subject_common_name</span> <span class='op'>=</span> <span class='ivar'>@result</span><span class='lbracket'>[</span><span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>subject_common_name</span><span class='tstring_end'>'</span></span><span class='rbracket'>]</span>
|
|
978
|
+
<span class='ivar'>@subject_alternative_names</span> <span class='op'>=</span> <span class='ivar'>@result</span><span class='lbracket'>[</span><span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>subject_alternative_names</span><span class='tstring_end'>'</span></span><span class='rbracket'>]</span>
|
|
979
|
+
<span class='ivar'>@issued_at</span> <span class='op'>=</span> <span class='ivar'>@result</span><span class='lbracket'>[</span><span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>issued_at</span><span class='tstring_end'>'</span></span><span class='rbracket'>]</span>
|
|
980
|
+
<span class='ivar'>@not_before</span> <span class='op'>=</span> <span class='ivar'>@result</span><span class='lbracket'>[</span><span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>not_before</span><span class='tstring_end'>'</span></span><span class='rbracket'>]</span>
|
|
981
|
+
<span class='ivar'>@not_after</span> <span class='op'>=</span> <span class='ivar'>@result</span><span class='lbracket'>[</span><span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>not_after</span><span class='tstring_end'>'</span></span><span class='rbracket'>]</span>
|
|
982
|
+
<span class='ivar'>@key_usages</span> <span class='op'>=</span> <span class='ivar'>@result</span><span class='lbracket'>[</span><span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>key_usages</span><span class='tstring_end'>'</span></span><span class='rbracket'>]</span>
|
|
983
|
+
<span class='ivar'>@extended_key_usages</span> <span class='op'>=</span> <span class='ivar'>@result</span><span class='lbracket'>[</span><span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>extended_key_usages</span><span class='tstring_end'>'</span></span><span class='rbracket'>]</span>
|
|
984
|
+
<span class='ivar'>@private_key_type</span> <span class='op'>=</span> <span class='ivar'>@result</span><span class='lbracket'>[</span><span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>private_key_type</span><span class='tstring_end'>'</span></span><span class='rbracket'>]</span>
|
|
985
|
+
<span class='ivar'>@issuer_common_name</span> <span class='op'>=</span> <span class='ivar'>@result</span><span class='lbracket'>[</span><span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>issuer_common_name</span><span class='tstring_end'>'</span></span><span class='rbracket'>]</span>
|
|
986
|
+
<span class='ivar'>@serial_number</span> <span class='op'>=</span> <span class='ivar'>@result</span><span class='lbracket'>[</span><span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>serial_number</span><span class='tstring_end'>'</span></span><span class='rbracket'>]</span>
|
|
987
|
+
<span class='ivar'>@subject_organization</span> <span class='op'>=</span> <span class='ivar'>@result</span><span class='lbracket'>[</span><span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>subject_organization</span><span class='tstring_end'>'</span></span><span class='rbracket'>]</span>
|
|
988
|
+
<span class='ivar'>@subject_organizational_unit</span> <span class='op'>=</span> <span class='ivar'>@result</span><span class='lbracket'>[</span><span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>subject_organizational_unit</span><span class='tstring_end'>'</span></span><span class='rbracket'>]</span>
|
|
989
|
+
<span class='ivar'>@subject_locality</span> <span class='op'>=</span> <span class='ivar'>@result</span><span class='lbracket'>[</span><span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>subject_locality</span><span class='tstring_end'>'</span></span><span class='rbracket'>]</span>
|
|
990
|
+
<span class='ivar'>@subject_province</span> <span class='op'>=</span> <span class='ivar'>@result</span><span class='lbracket'>[</span><span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>subject_province</span><span class='tstring_end'>'</span></span><span class='rbracket'>]</span>
|
|
991
|
+
<span class='ivar'>@subject_country</span> <span class='op'>=</span> <span class='ivar'>@result</span><span class='lbracket'>[</span><span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>subject_country</span><span class='tstring_end'>'</span></span><span class='rbracket'>]</span>
|
|
992
|
+
<span class='kw'>end</span></pre>
|
|
993
|
+
</td>
|
|
994
|
+
</tr>
|
|
995
|
+
</table>
|
|
996
|
+
</div>
|
|
997
|
+
|
|
998
|
+
</div>
|
|
999
|
+
|
|
1000
|
+
<div id="instance_attr_details" class="attr_details">
|
|
1001
|
+
<h2>Instance Attribute Details</h2>
|
|
1002
|
+
|
|
1003
|
+
|
|
1004
|
+
<span id=""></span>
|
|
1005
|
+
<div class="method_details first">
|
|
1006
|
+
<h3 class="signature first" id="certificate_pem-instance_method">
|
|
1007
|
+
|
|
1008
|
+
#<strong>certificate_pem</strong> ⇒ <tt>Object</tt> <span class="extras">(readonly)</span>
|
|
1009
|
+
|
|
1010
|
+
|
|
1011
|
+
|
|
1012
|
+
|
|
1013
|
+
|
|
1014
|
+
</h3><div class="docstring">
|
|
1015
|
+
<div class="discussion">
|
|
1016
|
+
|
|
1017
|
+
<p>Returns the value of attribute certificate_pem.</p>
|
|
1018
|
+
|
|
1019
|
+
|
|
1020
|
+
</div>
|
|
1021
|
+
</div>
|
|
1022
|
+
<div class="tags">
|
|
1023
|
+
|
|
1024
|
+
|
|
1025
|
+
</div><table class="source_code">
|
|
1026
|
+
<tr>
|
|
1027
|
+
<td>
|
|
1028
|
+
<pre class="lines">
|
|
1029
|
+
|
|
1030
|
+
|
|
1031
|
+
6
|
|
1032
|
+
7
|
|
1033
|
+
8</pre>
|
|
1034
|
+
</td>
|
|
1035
|
+
<td>
|
|
1036
|
+
<pre class="code"><span class="info file"># File 'lib/ngrokapi/models/tls_certificate.rb', line 6</span>
|
|
1037
|
+
|
|
1038
|
+
<span class='kw'>def</span> <span class='id identifier rubyid_certificate_pem'>certificate_pem</span>
|
|
1039
|
+
<span class='ivar'>@certificate_pem</span>
|
|
1040
|
+
<span class='kw'>end</span></pre>
|
|
1041
|
+
</td>
|
|
1042
|
+
</tr>
|
|
1043
|
+
</table>
|
|
1044
|
+
</div>
|
|
1045
|
+
|
|
1046
|
+
|
|
1047
|
+
<span id=""></span>
|
|
1048
|
+
<div class="method_details ">
|
|
1049
|
+
<h3 class="signature " id="client-instance_method">
|
|
1050
|
+
|
|
1051
|
+
#<strong>client</strong> ⇒ <tt>Object</tt> <span class="extras">(readonly)</span>
|
|
1052
|
+
|
|
1053
|
+
|
|
1054
|
+
|
|
1055
|
+
|
|
1056
|
+
|
|
1057
|
+
</h3><div class="docstring">
|
|
1058
|
+
<div class="discussion">
|
|
1059
|
+
|
|
1060
|
+
<p>Returns the value of attribute client.</p>
|
|
1061
|
+
|
|
1062
|
+
|
|
1063
|
+
</div>
|
|
1064
|
+
</div>
|
|
1065
|
+
<div class="tags">
|
|
1066
|
+
|
|
1067
|
+
|
|
1068
|
+
</div><table class="source_code">
|
|
1069
|
+
<tr>
|
|
1070
|
+
<td>
|
|
1071
|
+
<pre class="lines">
|
|
1072
|
+
|
|
1073
|
+
|
|
1074
|
+
6
|
|
1075
|
+
7
|
|
1076
|
+
8</pre>
|
|
1077
|
+
</td>
|
|
1078
|
+
<td>
|
|
1079
|
+
<pre class="code"><span class="info file"># File 'lib/ngrokapi/models/tls_certificate.rb', line 6</span>
|
|
1080
|
+
|
|
1081
|
+
<span class='kw'>def</span> <span class='id identifier rubyid_client'>client</span>
|
|
1082
|
+
<span class='ivar'>@client</span>
|
|
1083
|
+
<span class='kw'>end</span></pre>
|
|
1084
|
+
</td>
|
|
1085
|
+
</tr>
|
|
1086
|
+
</table>
|
|
1087
|
+
</div>
|
|
1088
|
+
|
|
1089
|
+
|
|
1090
|
+
<span id=""></span>
|
|
1091
|
+
<div class="method_details ">
|
|
1092
|
+
<h3 class="signature " id="created_at-instance_method">
|
|
1093
|
+
|
|
1094
|
+
#<strong>created_at</strong> ⇒ <tt>Object</tt> <span class="extras">(readonly)</span>
|
|
1095
|
+
|
|
1096
|
+
|
|
1097
|
+
|
|
1098
|
+
|
|
1099
|
+
|
|
1100
|
+
</h3><div class="docstring">
|
|
1101
|
+
<div class="discussion">
|
|
1102
|
+
|
|
1103
|
+
<p>Returns the value of attribute created_at.</p>
|
|
1104
|
+
|
|
1105
|
+
|
|
1106
|
+
</div>
|
|
1107
|
+
</div>
|
|
1108
|
+
<div class="tags">
|
|
1109
|
+
|
|
1110
|
+
|
|
1111
|
+
</div><table class="source_code">
|
|
1112
|
+
<tr>
|
|
1113
|
+
<td>
|
|
1114
|
+
<pre class="lines">
|
|
1115
|
+
|
|
1116
|
+
|
|
1117
|
+
6
|
|
1118
|
+
7
|
|
1119
|
+
8</pre>
|
|
1120
|
+
</td>
|
|
1121
|
+
<td>
|
|
1122
|
+
<pre class="code"><span class="info file"># File 'lib/ngrokapi/models/tls_certificate.rb', line 6</span>
|
|
1123
|
+
|
|
1124
|
+
<span class='kw'>def</span> <span class='id identifier rubyid_created_at'>created_at</span>
|
|
1125
|
+
<span class='ivar'>@created_at</span>
|
|
1126
|
+
<span class='kw'>end</span></pre>
|
|
1127
|
+
</td>
|
|
1128
|
+
</tr>
|
|
1129
|
+
</table>
|
|
1130
|
+
</div>
|
|
1131
|
+
|
|
1132
|
+
|
|
1133
|
+
<span id=""></span>
|
|
1134
|
+
<div class="method_details ">
|
|
1135
|
+
<h3 class="signature " id="description-instance_method">
|
|
1136
|
+
|
|
1137
|
+
#<strong>description</strong> ⇒ <tt>Object</tt> <span class="extras">(readonly)</span>
|
|
1138
|
+
|
|
1139
|
+
|
|
1140
|
+
|
|
1141
|
+
|
|
1142
|
+
|
|
1143
|
+
</h3><div class="docstring">
|
|
1144
|
+
<div class="discussion">
|
|
1145
|
+
|
|
1146
|
+
<p>Returns the value of attribute description.</p>
|
|
1147
|
+
|
|
1148
|
+
|
|
1149
|
+
</div>
|
|
1150
|
+
</div>
|
|
1151
|
+
<div class="tags">
|
|
1152
|
+
|
|
1153
|
+
|
|
1154
|
+
</div><table class="source_code">
|
|
1155
|
+
<tr>
|
|
1156
|
+
<td>
|
|
1157
|
+
<pre class="lines">
|
|
1158
|
+
|
|
1159
|
+
|
|
1160
|
+
6
|
|
1161
|
+
7
|
|
1162
|
+
8</pre>
|
|
1163
|
+
</td>
|
|
1164
|
+
<td>
|
|
1165
|
+
<pre class="code"><span class="info file"># File 'lib/ngrokapi/models/tls_certificate.rb', line 6</span>
|
|
1166
|
+
|
|
1167
|
+
<span class='kw'>def</span> <span class='id identifier rubyid_description'>description</span>
|
|
1168
|
+
<span class='ivar'>@description</span>
|
|
1169
|
+
<span class='kw'>end</span></pre>
|
|
1170
|
+
</td>
|
|
1171
|
+
</tr>
|
|
1172
|
+
</table>
|
|
1173
|
+
</div>
|
|
1174
|
+
|
|
1175
|
+
|
|
1176
|
+
<span id=""></span>
|
|
1177
|
+
<div class="method_details ">
|
|
1178
|
+
<h3 class="signature " id="extended_key_usages-instance_method">
|
|
1179
|
+
|
|
1180
|
+
#<strong>extended_key_usages</strong> ⇒ <tt>Object</tt> <span class="extras">(readonly)</span>
|
|
1181
|
+
|
|
1182
|
+
|
|
1183
|
+
|
|
1184
|
+
|
|
1185
|
+
|
|
1186
|
+
</h3><div class="docstring">
|
|
1187
|
+
<div class="discussion">
|
|
1188
|
+
|
|
1189
|
+
<p>Returns the value of attribute extended_key_usages.</p>
|
|
1190
|
+
|
|
1191
|
+
|
|
1192
|
+
</div>
|
|
1193
|
+
</div>
|
|
1194
|
+
<div class="tags">
|
|
1195
|
+
|
|
1196
|
+
|
|
1197
|
+
</div><table class="source_code">
|
|
1198
|
+
<tr>
|
|
1199
|
+
<td>
|
|
1200
|
+
<pre class="lines">
|
|
1201
|
+
|
|
1202
|
+
|
|
1203
|
+
6
|
|
1204
|
+
7
|
|
1205
|
+
8</pre>
|
|
1206
|
+
</td>
|
|
1207
|
+
<td>
|
|
1208
|
+
<pre class="code"><span class="info file"># File 'lib/ngrokapi/models/tls_certificate.rb', line 6</span>
|
|
1209
|
+
|
|
1210
|
+
<span class='kw'>def</span> <span class='id identifier rubyid_extended_key_usages'>extended_key_usages</span>
|
|
1211
|
+
<span class='ivar'>@extended_key_usages</span>
|
|
1212
|
+
<span class='kw'>end</span></pre>
|
|
1213
|
+
</td>
|
|
1214
|
+
</tr>
|
|
1215
|
+
</table>
|
|
1216
|
+
</div>
|
|
1217
|
+
|
|
1218
|
+
|
|
1219
|
+
<span id=""></span>
|
|
1220
|
+
<div class="method_details ">
|
|
1221
|
+
<h3 class="signature " id="id-instance_method">
|
|
1222
|
+
|
|
1223
|
+
#<strong>id</strong> ⇒ <tt>Object</tt> <span class="extras">(readonly)</span>
|
|
1224
|
+
|
|
1225
|
+
|
|
1226
|
+
|
|
1227
|
+
|
|
1228
|
+
|
|
1229
|
+
</h3><div class="docstring">
|
|
1230
|
+
<div class="discussion">
|
|
1231
|
+
|
|
1232
|
+
<p>Returns the value of attribute id.</p>
|
|
1233
|
+
|
|
1234
|
+
|
|
1235
|
+
</div>
|
|
1236
|
+
</div>
|
|
1237
|
+
<div class="tags">
|
|
1238
|
+
|
|
1239
|
+
|
|
1240
|
+
</div><table class="source_code">
|
|
1241
|
+
<tr>
|
|
1242
|
+
<td>
|
|
1243
|
+
<pre class="lines">
|
|
1244
|
+
|
|
1245
|
+
|
|
1246
|
+
6
|
|
1247
|
+
7
|
|
1248
|
+
8</pre>
|
|
1249
|
+
</td>
|
|
1250
|
+
<td>
|
|
1251
|
+
<pre class="code"><span class="info file"># File 'lib/ngrokapi/models/tls_certificate.rb', line 6</span>
|
|
1252
|
+
|
|
1253
|
+
<span class='kw'>def</span> <span class='id identifier rubyid_id'>id</span>
|
|
1254
|
+
<span class='ivar'>@id</span>
|
|
1255
|
+
<span class='kw'>end</span></pre>
|
|
1256
|
+
</td>
|
|
1257
|
+
</tr>
|
|
1258
|
+
</table>
|
|
1259
|
+
</div>
|
|
1260
|
+
|
|
1261
|
+
|
|
1262
|
+
<span id=""></span>
|
|
1263
|
+
<div class="method_details ">
|
|
1264
|
+
<h3 class="signature " id="issued_at-instance_method">
|
|
1265
|
+
|
|
1266
|
+
#<strong>issued_at</strong> ⇒ <tt>Object</tt> <span class="extras">(readonly)</span>
|
|
1267
|
+
|
|
1268
|
+
|
|
1269
|
+
|
|
1270
|
+
|
|
1271
|
+
|
|
1272
|
+
</h3><div class="docstring">
|
|
1273
|
+
<div class="discussion">
|
|
1274
|
+
|
|
1275
|
+
<p>Returns the value of attribute issued_at.</p>
|
|
1276
|
+
|
|
1277
|
+
|
|
1278
|
+
</div>
|
|
1279
|
+
</div>
|
|
1280
|
+
<div class="tags">
|
|
1281
|
+
|
|
1282
|
+
|
|
1283
|
+
</div><table class="source_code">
|
|
1284
|
+
<tr>
|
|
1285
|
+
<td>
|
|
1286
|
+
<pre class="lines">
|
|
1287
|
+
|
|
1288
|
+
|
|
1289
|
+
6
|
|
1290
|
+
7
|
|
1291
|
+
8</pre>
|
|
1292
|
+
</td>
|
|
1293
|
+
<td>
|
|
1294
|
+
<pre class="code"><span class="info file"># File 'lib/ngrokapi/models/tls_certificate.rb', line 6</span>
|
|
1295
|
+
|
|
1296
|
+
<span class='kw'>def</span> <span class='id identifier rubyid_issued_at'>issued_at</span>
|
|
1297
|
+
<span class='ivar'>@issued_at</span>
|
|
1298
|
+
<span class='kw'>end</span></pre>
|
|
1299
|
+
</td>
|
|
1300
|
+
</tr>
|
|
1301
|
+
</table>
|
|
1302
|
+
</div>
|
|
1303
|
+
|
|
1304
|
+
|
|
1305
|
+
<span id=""></span>
|
|
1306
|
+
<div class="method_details ">
|
|
1307
|
+
<h3 class="signature " id="issuer_common_name-instance_method">
|
|
1308
|
+
|
|
1309
|
+
#<strong>issuer_common_name</strong> ⇒ <tt>Object</tt> <span class="extras">(readonly)</span>
|
|
1310
|
+
|
|
1311
|
+
|
|
1312
|
+
|
|
1313
|
+
|
|
1314
|
+
|
|
1315
|
+
</h3><div class="docstring">
|
|
1316
|
+
<div class="discussion">
|
|
1317
|
+
|
|
1318
|
+
<p>Returns the value of attribute issuer_common_name.</p>
|
|
1319
|
+
|
|
1320
|
+
|
|
1321
|
+
</div>
|
|
1322
|
+
</div>
|
|
1323
|
+
<div class="tags">
|
|
1324
|
+
|
|
1325
|
+
|
|
1326
|
+
</div><table class="source_code">
|
|
1327
|
+
<tr>
|
|
1328
|
+
<td>
|
|
1329
|
+
<pre class="lines">
|
|
1330
|
+
|
|
1331
|
+
|
|
1332
|
+
6
|
|
1333
|
+
7
|
|
1334
|
+
8</pre>
|
|
1335
|
+
</td>
|
|
1336
|
+
<td>
|
|
1337
|
+
<pre class="code"><span class="info file"># File 'lib/ngrokapi/models/tls_certificate.rb', line 6</span>
|
|
1338
|
+
|
|
1339
|
+
<span class='kw'>def</span> <span class='id identifier rubyid_issuer_common_name'>issuer_common_name</span>
|
|
1340
|
+
<span class='ivar'>@issuer_common_name</span>
|
|
1341
|
+
<span class='kw'>end</span></pre>
|
|
1342
|
+
</td>
|
|
1343
|
+
</tr>
|
|
1344
|
+
</table>
|
|
1345
|
+
</div>
|
|
1346
|
+
|
|
1347
|
+
|
|
1348
|
+
<span id=""></span>
|
|
1349
|
+
<div class="method_details ">
|
|
1350
|
+
<h3 class="signature " id="key_usages-instance_method">
|
|
1351
|
+
|
|
1352
|
+
#<strong>key_usages</strong> ⇒ <tt>Object</tt> <span class="extras">(readonly)</span>
|
|
1353
|
+
|
|
1354
|
+
|
|
1355
|
+
|
|
1356
|
+
|
|
1357
|
+
|
|
1358
|
+
</h3><div class="docstring">
|
|
1359
|
+
<div class="discussion">
|
|
1360
|
+
|
|
1361
|
+
<p>Returns the value of attribute key_usages.</p>
|
|
1362
|
+
|
|
1363
|
+
|
|
1364
|
+
</div>
|
|
1365
|
+
</div>
|
|
1366
|
+
<div class="tags">
|
|
1367
|
+
|
|
1368
|
+
|
|
1369
|
+
</div><table class="source_code">
|
|
1370
|
+
<tr>
|
|
1371
|
+
<td>
|
|
1372
|
+
<pre class="lines">
|
|
1373
|
+
|
|
1374
|
+
|
|
1375
|
+
6
|
|
1376
|
+
7
|
|
1377
|
+
8</pre>
|
|
1378
|
+
</td>
|
|
1379
|
+
<td>
|
|
1380
|
+
<pre class="code"><span class="info file"># File 'lib/ngrokapi/models/tls_certificate.rb', line 6</span>
|
|
1381
|
+
|
|
1382
|
+
<span class='kw'>def</span> <span class='id identifier rubyid_key_usages'>key_usages</span>
|
|
1383
|
+
<span class='ivar'>@key_usages</span>
|
|
1384
|
+
<span class='kw'>end</span></pre>
|
|
1385
|
+
</td>
|
|
1386
|
+
</tr>
|
|
1387
|
+
</table>
|
|
1388
|
+
</div>
|
|
1389
|
+
|
|
1390
|
+
|
|
1391
|
+
<span id=""></span>
|
|
1392
|
+
<div class="method_details ">
|
|
1393
|
+
<h3 class="signature " id="metadata-instance_method">
|
|
1394
|
+
|
|
1395
|
+
#<strong>metadata</strong> ⇒ <tt>Object</tt> <span class="extras">(readonly)</span>
|
|
1396
|
+
|
|
1397
|
+
|
|
1398
|
+
|
|
1399
|
+
|
|
1400
|
+
|
|
1401
|
+
</h3><div class="docstring">
|
|
1402
|
+
<div class="discussion">
|
|
1403
|
+
|
|
1404
|
+
<p>Returns the value of attribute metadata.</p>
|
|
1405
|
+
|
|
1406
|
+
|
|
1407
|
+
</div>
|
|
1408
|
+
</div>
|
|
1409
|
+
<div class="tags">
|
|
1410
|
+
|
|
1411
|
+
|
|
1412
|
+
</div><table class="source_code">
|
|
1413
|
+
<tr>
|
|
1414
|
+
<td>
|
|
1415
|
+
<pre class="lines">
|
|
1416
|
+
|
|
1417
|
+
|
|
1418
|
+
6
|
|
1419
|
+
7
|
|
1420
|
+
8</pre>
|
|
1421
|
+
</td>
|
|
1422
|
+
<td>
|
|
1423
|
+
<pre class="code"><span class="info file"># File 'lib/ngrokapi/models/tls_certificate.rb', line 6</span>
|
|
1424
|
+
|
|
1425
|
+
<span class='kw'>def</span> <span class='id identifier rubyid_metadata'>metadata</span>
|
|
1426
|
+
<span class='ivar'>@metadata</span>
|
|
1427
|
+
<span class='kw'>end</span></pre>
|
|
1428
|
+
</td>
|
|
1429
|
+
</tr>
|
|
1430
|
+
</table>
|
|
1431
|
+
</div>
|
|
1432
|
+
|
|
1433
|
+
|
|
1434
|
+
<span id=""></span>
|
|
1435
|
+
<div class="method_details ">
|
|
1436
|
+
<h3 class="signature " id="not_after-instance_method">
|
|
1437
|
+
|
|
1438
|
+
#<strong>not_after</strong> ⇒ <tt>Object</tt> <span class="extras">(readonly)</span>
|
|
1439
|
+
|
|
1440
|
+
|
|
1441
|
+
|
|
1442
|
+
|
|
1443
|
+
|
|
1444
|
+
</h3><div class="docstring">
|
|
1445
|
+
<div class="discussion">
|
|
1446
|
+
|
|
1447
|
+
<p>Returns the value of attribute not_after.</p>
|
|
1448
|
+
|
|
1449
|
+
|
|
1450
|
+
</div>
|
|
1451
|
+
</div>
|
|
1452
|
+
<div class="tags">
|
|
1453
|
+
|
|
1454
|
+
|
|
1455
|
+
</div><table class="source_code">
|
|
1456
|
+
<tr>
|
|
1457
|
+
<td>
|
|
1458
|
+
<pre class="lines">
|
|
1459
|
+
|
|
1460
|
+
|
|
1461
|
+
6
|
|
1462
|
+
7
|
|
1463
|
+
8</pre>
|
|
1464
|
+
</td>
|
|
1465
|
+
<td>
|
|
1466
|
+
<pre class="code"><span class="info file"># File 'lib/ngrokapi/models/tls_certificate.rb', line 6</span>
|
|
1467
|
+
|
|
1468
|
+
<span class='kw'>def</span> <span class='id identifier rubyid_not_after'>not_after</span>
|
|
1469
|
+
<span class='ivar'>@not_after</span>
|
|
1470
|
+
<span class='kw'>end</span></pre>
|
|
1471
|
+
</td>
|
|
1472
|
+
</tr>
|
|
1473
|
+
</table>
|
|
1474
|
+
</div>
|
|
1475
|
+
|
|
1476
|
+
|
|
1477
|
+
<span id=""></span>
|
|
1478
|
+
<div class="method_details ">
|
|
1479
|
+
<h3 class="signature " id="not_before-instance_method">
|
|
1480
|
+
|
|
1481
|
+
#<strong>not_before</strong> ⇒ <tt>Object</tt> <span class="extras">(readonly)</span>
|
|
1482
|
+
|
|
1483
|
+
|
|
1484
|
+
|
|
1485
|
+
|
|
1486
|
+
|
|
1487
|
+
</h3><div class="docstring">
|
|
1488
|
+
<div class="discussion">
|
|
1489
|
+
|
|
1490
|
+
<p>Returns the value of attribute not_before.</p>
|
|
1491
|
+
|
|
1492
|
+
|
|
1493
|
+
</div>
|
|
1494
|
+
</div>
|
|
1495
|
+
<div class="tags">
|
|
1496
|
+
|
|
1497
|
+
|
|
1498
|
+
</div><table class="source_code">
|
|
1499
|
+
<tr>
|
|
1500
|
+
<td>
|
|
1501
|
+
<pre class="lines">
|
|
1502
|
+
|
|
1503
|
+
|
|
1504
|
+
6
|
|
1505
|
+
7
|
|
1506
|
+
8</pre>
|
|
1507
|
+
</td>
|
|
1508
|
+
<td>
|
|
1509
|
+
<pre class="code"><span class="info file"># File 'lib/ngrokapi/models/tls_certificate.rb', line 6</span>
|
|
1510
|
+
|
|
1511
|
+
<span class='kw'>def</span> <span class='id identifier rubyid_not_before'>not_before</span>
|
|
1512
|
+
<span class='ivar'>@not_before</span>
|
|
1513
|
+
<span class='kw'>end</span></pre>
|
|
1514
|
+
</td>
|
|
1515
|
+
</tr>
|
|
1516
|
+
</table>
|
|
1517
|
+
</div>
|
|
1518
|
+
|
|
1519
|
+
|
|
1520
|
+
<span id=""></span>
|
|
1521
|
+
<div class="method_details ">
|
|
1522
|
+
<h3 class="signature " id="private_key_type-instance_method">
|
|
1523
|
+
|
|
1524
|
+
#<strong>private_key_type</strong> ⇒ <tt>Object</tt> <span class="extras">(readonly)</span>
|
|
1525
|
+
|
|
1526
|
+
|
|
1527
|
+
|
|
1528
|
+
|
|
1529
|
+
|
|
1530
|
+
</h3><div class="docstring">
|
|
1531
|
+
<div class="discussion">
|
|
1532
|
+
|
|
1533
|
+
<p>Returns the value of attribute private_key_type.</p>
|
|
1534
|
+
|
|
1535
|
+
|
|
1536
|
+
</div>
|
|
1537
|
+
</div>
|
|
1538
|
+
<div class="tags">
|
|
1539
|
+
|
|
1540
|
+
|
|
1541
|
+
</div><table class="source_code">
|
|
1542
|
+
<tr>
|
|
1543
|
+
<td>
|
|
1544
|
+
<pre class="lines">
|
|
1545
|
+
|
|
1546
|
+
|
|
1547
|
+
6
|
|
1548
|
+
7
|
|
1549
|
+
8</pre>
|
|
1550
|
+
</td>
|
|
1551
|
+
<td>
|
|
1552
|
+
<pre class="code"><span class="info file"># File 'lib/ngrokapi/models/tls_certificate.rb', line 6</span>
|
|
1553
|
+
|
|
1554
|
+
<span class='kw'>def</span> <span class='id identifier rubyid_private_key_type'>private_key_type</span>
|
|
1555
|
+
<span class='ivar'>@private_key_type</span>
|
|
1556
|
+
<span class='kw'>end</span></pre>
|
|
1557
|
+
</td>
|
|
1558
|
+
</tr>
|
|
1559
|
+
</table>
|
|
1560
|
+
</div>
|
|
1561
|
+
|
|
1562
|
+
|
|
1563
|
+
<span id=""></span>
|
|
1564
|
+
<div class="method_details ">
|
|
1565
|
+
<h3 class="signature " id="result-instance_method">
|
|
1566
|
+
|
|
1567
|
+
#<strong>result</strong> ⇒ <tt>Object</tt> <span class="extras">(readonly)</span>
|
|
1568
|
+
|
|
1569
|
+
|
|
1570
|
+
|
|
1571
|
+
|
|
1572
|
+
|
|
1573
|
+
</h3><div class="docstring">
|
|
1574
|
+
<div class="discussion">
|
|
1575
|
+
|
|
1576
|
+
<p>Returns the value of attribute result.</p>
|
|
1577
|
+
|
|
1578
|
+
|
|
1579
|
+
</div>
|
|
1580
|
+
</div>
|
|
1581
|
+
<div class="tags">
|
|
1582
|
+
|
|
1583
|
+
|
|
1584
|
+
</div><table class="source_code">
|
|
1585
|
+
<tr>
|
|
1586
|
+
<td>
|
|
1587
|
+
<pre class="lines">
|
|
1588
|
+
|
|
1589
|
+
|
|
1590
|
+
6
|
|
1591
|
+
7
|
|
1592
|
+
8</pre>
|
|
1593
|
+
</td>
|
|
1594
|
+
<td>
|
|
1595
|
+
<pre class="code"><span class="info file"># File 'lib/ngrokapi/models/tls_certificate.rb', line 6</span>
|
|
1596
|
+
|
|
1597
|
+
<span class='kw'>def</span> <span class='id identifier rubyid_result'>result</span>
|
|
1598
|
+
<span class='ivar'>@result</span>
|
|
1599
|
+
<span class='kw'>end</span></pre>
|
|
1600
|
+
</td>
|
|
1601
|
+
</tr>
|
|
1602
|
+
</table>
|
|
1603
|
+
</div>
|
|
1604
|
+
|
|
1605
|
+
|
|
1606
|
+
<span id=""></span>
|
|
1607
|
+
<div class="method_details ">
|
|
1608
|
+
<h3 class="signature " id="serial_number-instance_method">
|
|
1609
|
+
|
|
1610
|
+
#<strong>serial_number</strong> ⇒ <tt>Object</tt> <span class="extras">(readonly)</span>
|
|
1611
|
+
|
|
1612
|
+
|
|
1613
|
+
|
|
1614
|
+
|
|
1615
|
+
|
|
1616
|
+
</h3><div class="docstring">
|
|
1617
|
+
<div class="discussion">
|
|
1618
|
+
|
|
1619
|
+
<p>Returns the value of attribute serial_number.</p>
|
|
1620
|
+
|
|
1621
|
+
|
|
1622
|
+
</div>
|
|
1623
|
+
</div>
|
|
1624
|
+
<div class="tags">
|
|
1625
|
+
|
|
1626
|
+
|
|
1627
|
+
</div><table class="source_code">
|
|
1628
|
+
<tr>
|
|
1629
|
+
<td>
|
|
1630
|
+
<pre class="lines">
|
|
1631
|
+
|
|
1632
|
+
|
|
1633
|
+
6
|
|
1634
|
+
7
|
|
1635
|
+
8</pre>
|
|
1636
|
+
</td>
|
|
1637
|
+
<td>
|
|
1638
|
+
<pre class="code"><span class="info file"># File 'lib/ngrokapi/models/tls_certificate.rb', line 6</span>
|
|
1639
|
+
|
|
1640
|
+
<span class='kw'>def</span> <span class='id identifier rubyid_serial_number'>serial_number</span>
|
|
1641
|
+
<span class='ivar'>@serial_number</span>
|
|
1642
|
+
<span class='kw'>end</span></pre>
|
|
1643
|
+
</td>
|
|
1644
|
+
</tr>
|
|
1645
|
+
</table>
|
|
1646
|
+
</div>
|
|
1647
|
+
|
|
1648
|
+
|
|
1649
|
+
<span id=""></span>
|
|
1650
|
+
<div class="method_details ">
|
|
1651
|
+
<h3 class="signature " id="subject_alternative_names-instance_method">
|
|
1652
|
+
|
|
1653
|
+
#<strong>subject_alternative_names</strong> ⇒ <tt>Object</tt> <span class="extras">(readonly)</span>
|
|
1654
|
+
|
|
1655
|
+
|
|
1656
|
+
|
|
1657
|
+
|
|
1658
|
+
|
|
1659
|
+
</h3><div class="docstring">
|
|
1660
|
+
<div class="discussion">
|
|
1661
|
+
|
|
1662
|
+
<p>Returns the value of attribute subject_alternative_names.</p>
|
|
1663
|
+
|
|
1664
|
+
|
|
1665
|
+
</div>
|
|
1666
|
+
</div>
|
|
1667
|
+
<div class="tags">
|
|
1668
|
+
|
|
1669
|
+
|
|
1670
|
+
</div><table class="source_code">
|
|
1671
|
+
<tr>
|
|
1672
|
+
<td>
|
|
1673
|
+
<pre class="lines">
|
|
1674
|
+
|
|
1675
|
+
|
|
1676
|
+
6
|
|
1677
|
+
7
|
|
1678
|
+
8</pre>
|
|
1679
|
+
</td>
|
|
1680
|
+
<td>
|
|
1681
|
+
<pre class="code"><span class="info file"># File 'lib/ngrokapi/models/tls_certificate.rb', line 6</span>
|
|
1682
|
+
|
|
1683
|
+
<span class='kw'>def</span> <span class='id identifier rubyid_subject_alternative_names'>subject_alternative_names</span>
|
|
1684
|
+
<span class='ivar'>@subject_alternative_names</span>
|
|
1685
|
+
<span class='kw'>end</span></pre>
|
|
1686
|
+
</td>
|
|
1687
|
+
</tr>
|
|
1688
|
+
</table>
|
|
1689
|
+
</div>
|
|
1690
|
+
|
|
1691
|
+
|
|
1692
|
+
<span id=""></span>
|
|
1693
|
+
<div class="method_details ">
|
|
1694
|
+
<h3 class="signature " id="subject_common_name-instance_method">
|
|
1695
|
+
|
|
1696
|
+
#<strong>subject_common_name</strong> ⇒ <tt>Object</tt> <span class="extras">(readonly)</span>
|
|
1697
|
+
|
|
1698
|
+
|
|
1699
|
+
|
|
1700
|
+
|
|
1701
|
+
|
|
1702
|
+
</h3><div class="docstring">
|
|
1703
|
+
<div class="discussion">
|
|
1704
|
+
|
|
1705
|
+
<p>Returns the value of attribute subject_common_name.</p>
|
|
1706
|
+
|
|
1707
|
+
|
|
1708
|
+
</div>
|
|
1709
|
+
</div>
|
|
1710
|
+
<div class="tags">
|
|
1711
|
+
|
|
1712
|
+
|
|
1713
|
+
</div><table class="source_code">
|
|
1714
|
+
<tr>
|
|
1715
|
+
<td>
|
|
1716
|
+
<pre class="lines">
|
|
1717
|
+
|
|
1718
|
+
|
|
1719
|
+
6
|
|
1720
|
+
7
|
|
1721
|
+
8</pre>
|
|
1722
|
+
</td>
|
|
1723
|
+
<td>
|
|
1724
|
+
<pre class="code"><span class="info file"># File 'lib/ngrokapi/models/tls_certificate.rb', line 6</span>
|
|
1725
|
+
|
|
1726
|
+
<span class='kw'>def</span> <span class='id identifier rubyid_subject_common_name'>subject_common_name</span>
|
|
1727
|
+
<span class='ivar'>@subject_common_name</span>
|
|
1728
|
+
<span class='kw'>end</span></pre>
|
|
1729
|
+
</td>
|
|
1730
|
+
</tr>
|
|
1731
|
+
</table>
|
|
1732
|
+
</div>
|
|
1733
|
+
|
|
1734
|
+
|
|
1735
|
+
<span id=""></span>
|
|
1736
|
+
<div class="method_details ">
|
|
1737
|
+
<h3 class="signature " id="subject_country-instance_method">
|
|
1738
|
+
|
|
1739
|
+
#<strong>subject_country</strong> ⇒ <tt>Object</tt> <span class="extras">(readonly)</span>
|
|
1740
|
+
|
|
1741
|
+
|
|
1742
|
+
|
|
1743
|
+
|
|
1744
|
+
|
|
1745
|
+
</h3><div class="docstring">
|
|
1746
|
+
<div class="discussion">
|
|
1747
|
+
|
|
1748
|
+
<p>Returns the value of attribute subject_country.</p>
|
|
1749
|
+
|
|
1750
|
+
|
|
1751
|
+
</div>
|
|
1752
|
+
</div>
|
|
1753
|
+
<div class="tags">
|
|
1754
|
+
|
|
1755
|
+
|
|
1756
|
+
</div><table class="source_code">
|
|
1757
|
+
<tr>
|
|
1758
|
+
<td>
|
|
1759
|
+
<pre class="lines">
|
|
1760
|
+
|
|
1761
|
+
|
|
1762
|
+
6
|
|
1763
|
+
7
|
|
1764
|
+
8</pre>
|
|
1765
|
+
</td>
|
|
1766
|
+
<td>
|
|
1767
|
+
<pre class="code"><span class="info file"># File 'lib/ngrokapi/models/tls_certificate.rb', line 6</span>
|
|
1768
|
+
|
|
1769
|
+
<span class='kw'>def</span> <span class='id identifier rubyid_subject_country'>subject_country</span>
|
|
1770
|
+
<span class='ivar'>@subject_country</span>
|
|
1771
|
+
<span class='kw'>end</span></pre>
|
|
1772
|
+
</td>
|
|
1773
|
+
</tr>
|
|
1774
|
+
</table>
|
|
1775
|
+
</div>
|
|
1776
|
+
|
|
1777
|
+
|
|
1778
|
+
<span id=""></span>
|
|
1779
|
+
<div class="method_details ">
|
|
1780
|
+
<h3 class="signature " id="subject_locality-instance_method">
|
|
1781
|
+
|
|
1782
|
+
#<strong>subject_locality</strong> ⇒ <tt>Object</tt> <span class="extras">(readonly)</span>
|
|
1783
|
+
|
|
1784
|
+
|
|
1785
|
+
|
|
1786
|
+
|
|
1787
|
+
|
|
1788
|
+
</h3><div class="docstring">
|
|
1789
|
+
<div class="discussion">
|
|
1790
|
+
|
|
1791
|
+
<p>Returns the value of attribute subject_locality.</p>
|
|
1792
|
+
|
|
1793
|
+
|
|
1794
|
+
</div>
|
|
1795
|
+
</div>
|
|
1796
|
+
<div class="tags">
|
|
1797
|
+
|
|
1798
|
+
|
|
1799
|
+
</div><table class="source_code">
|
|
1800
|
+
<tr>
|
|
1801
|
+
<td>
|
|
1802
|
+
<pre class="lines">
|
|
1803
|
+
|
|
1804
|
+
|
|
1805
|
+
6
|
|
1806
|
+
7
|
|
1807
|
+
8</pre>
|
|
1808
|
+
</td>
|
|
1809
|
+
<td>
|
|
1810
|
+
<pre class="code"><span class="info file"># File 'lib/ngrokapi/models/tls_certificate.rb', line 6</span>
|
|
1811
|
+
|
|
1812
|
+
<span class='kw'>def</span> <span class='id identifier rubyid_subject_locality'>subject_locality</span>
|
|
1813
|
+
<span class='ivar'>@subject_locality</span>
|
|
1814
|
+
<span class='kw'>end</span></pre>
|
|
1815
|
+
</td>
|
|
1816
|
+
</tr>
|
|
1817
|
+
</table>
|
|
1818
|
+
</div>
|
|
1819
|
+
|
|
1820
|
+
|
|
1821
|
+
<span id=""></span>
|
|
1822
|
+
<div class="method_details ">
|
|
1823
|
+
<h3 class="signature " id="subject_organization-instance_method">
|
|
1824
|
+
|
|
1825
|
+
#<strong>subject_organization</strong> ⇒ <tt>Object</tt> <span class="extras">(readonly)</span>
|
|
1826
|
+
|
|
1827
|
+
|
|
1828
|
+
|
|
1829
|
+
|
|
1830
|
+
|
|
1831
|
+
</h3><div class="docstring">
|
|
1832
|
+
<div class="discussion">
|
|
1833
|
+
|
|
1834
|
+
<p>Returns the value of attribute subject_organization.</p>
|
|
1835
|
+
|
|
1836
|
+
|
|
1837
|
+
</div>
|
|
1838
|
+
</div>
|
|
1839
|
+
<div class="tags">
|
|
1840
|
+
|
|
1841
|
+
|
|
1842
|
+
</div><table class="source_code">
|
|
1843
|
+
<tr>
|
|
1844
|
+
<td>
|
|
1845
|
+
<pre class="lines">
|
|
1846
|
+
|
|
1847
|
+
|
|
1848
|
+
6
|
|
1849
|
+
7
|
|
1850
|
+
8</pre>
|
|
1851
|
+
</td>
|
|
1852
|
+
<td>
|
|
1853
|
+
<pre class="code"><span class="info file"># File 'lib/ngrokapi/models/tls_certificate.rb', line 6</span>
|
|
1854
|
+
|
|
1855
|
+
<span class='kw'>def</span> <span class='id identifier rubyid_subject_organization'>subject_organization</span>
|
|
1856
|
+
<span class='ivar'>@subject_organization</span>
|
|
1857
|
+
<span class='kw'>end</span></pre>
|
|
1858
|
+
</td>
|
|
1859
|
+
</tr>
|
|
1860
|
+
</table>
|
|
1861
|
+
</div>
|
|
1862
|
+
|
|
1863
|
+
|
|
1864
|
+
<span id=""></span>
|
|
1865
|
+
<div class="method_details ">
|
|
1866
|
+
<h3 class="signature " id="subject_organizational_unit-instance_method">
|
|
1867
|
+
|
|
1868
|
+
#<strong>subject_organizational_unit</strong> ⇒ <tt>Object</tt> <span class="extras">(readonly)</span>
|
|
1869
|
+
|
|
1870
|
+
|
|
1871
|
+
|
|
1872
|
+
|
|
1873
|
+
|
|
1874
|
+
</h3><div class="docstring">
|
|
1875
|
+
<div class="discussion">
|
|
1876
|
+
|
|
1877
|
+
<p>Returns the value of attribute subject_organizational_unit.</p>
|
|
1878
|
+
|
|
1879
|
+
|
|
1880
|
+
</div>
|
|
1881
|
+
</div>
|
|
1882
|
+
<div class="tags">
|
|
1883
|
+
|
|
1884
|
+
|
|
1885
|
+
</div><table class="source_code">
|
|
1886
|
+
<tr>
|
|
1887
|
+
<td>
|
|
1888
|
+
<pre class="lines">
|
|
1889
|
+
|
|
1890
|
+
|
|
1891
|
+
6
|
|
1892
|
+
7
|
|
1893
|
+
8</pre>
|
|
1894
|
+
</td>
|
|
1895
|
+
<td>
|
|
1896
|
+
<pre class="code"><span class="info file"># File 'lib/ngrokapi/models/tls_certificate.rb', line 6</span>
|
|
1897
|
+
|
|
1898
|
+
<span class='kw'>def</span> <span class='id identifier rubyid_subject_organizational_unit'>subject_organizational_unit</span>
|
|
1899
|
+
<span class='ivar'>@subject_organizational_unit</span>
|
|
1900
|
+
<span class='kw'>end</span></pre>
|
|
1901
|
+
</td>
|
|
1902
|
+
</tr>
|
|
1903
|
+
</table>
|
|
1904
|
+
</div>
|
|
1905
|
+
|
|
1906
|
+
|
|
1907
|
+
<span id=""></span>
|
|
1908
|
+
<div class="method_details ">
|
|
1909
|
+
<h3 class="signature " id="subject_province-instance_method">
|
|
1910
|
+
|
|
1911
|
+
#<strong>subject_province</strong> ⇒ <tt>Object</tt> <span class="extras">(readonly)</span>
|
|
1912
|
+
|
|
1913
|
+
|
|
1914
|
+
|
|
1915
|
+
|
|
1916
|
+
|
|
1917
|
+
</h3><div class="docstring">
|
|
1918
|
+
<div class="discussion">
|
|
1919
|
+
|
|
1920
|
+
<p>Returns the value of attribute subject_province.</p>
|
|
1921
|
+
|
|
1922
|
+
|
|
1923
|
+
</div>
|
|
1924
|
+
</div>
|
|
1925
|
+
<div class="tags">
|
|
1926
|
+
|
|
1927
|
+
|
|
1928
|
+
</div><table class="source_code">
|
|
1929
|
+
<tr>
|
|
1930
|
+
<td>
|
|
1931
|
+
<pre class="lines">
|
|
1932
|
+
|
|
1933
|
+
|
|
1934
|
+
6
|
|
1935
|
+
7
|
|
1936
|
+
8</pre>
|
|
1937
|
+
</td>
|
|
1938
|
+
<td>
|
|
1939
|
+
<pre class="code"><span class="info file"># File 'lib/ngrokapi/models/tls_certificate.rb', line 6</span>
|
|
1940
|
+
|
|
1941
|
+
<span class='kw'>def</span> <span class='id identifier rubyid_subject_province'>subject_province</span>
|
|
1942
|
+
<span class='ivar'>@subject_province</span>
|
|
1943
|
+
<span class='kw'>end</span></pre>
|
|
1944
|
+
</td>
|
|
1945
|
+
</tr>
|
|
1946
|
+
</table>
|
|
1947
|
+
</div>
|
|
1948
|
+
|
|
1949
|
+
|
|
1950
|
+
<span id=""></span>
|
|
1951
|
+
<div class="method_details ">
|
|
1952
|
+
<h3 class="signature " id="uri-instance_method">
|
|
1953
|
+
|
|
1954
|
+
#<strong>uri</strong> ⇒ <tt>Object</tt> <span class="extras">(readonly)</span>
|
|
1955
|
+
|
|
1956
|
+
|
|
1957
|
+
|
|
1958
|
+
|
|
1959
|
+
|
|
1960
|
+
</h3><div class="docstring">
|
|
1961
|
+
<div class="discussion">
|
|
1962
|
+
|
|
1963
|
+
<p>Returns the value of attribute uri.</p>
|
|
1964
|
+
|
|
1965
|
+
|
|
1966
|
+
</div>
|
|
1967
|
+
</div>
|
|
1968
|
+
<div class="tags">
|
|
1969
|
+
|
|
1970
|
+
|
|
1971
|
+
</div><table class="source_code">
|
|
1972
|
+
<tr>
|
|
1973
|
+
<td>
|
|
1974
|
+
<pre class="lines">
|
|
1975
|
+
|
|
1976
|
+
|
|
1977
|
+
6
|
|
1978
|
+
7
|
|
1979
|
+
8</pre>
|
|
1980
|
+
</td>
|
|
1981
|
+
<td>
|
|
1982
|
+
<pre class="code"><span class="info file"># File 'lib/ngrokapi/models/tls_certificate.rb', line 6</span>
|
|
1983
|
+
|
|
1984
|
+
<span class='kw'>def</span> <span class='id identifier rubyid_uri'>uri</span>
|
|
1985
|
+
<span class='ivar'>@uri</span>
|
|
1986
|
+
<span class='kw'>end</span></pre>
|
|
1987
|
+
</td>
|
|
1988
|
+
</tr>
|
|
1989
|
+
</table>
|
|
1990
|
+
</div>
|
|
1991
|
+
|
|
1992
|
+
</div>
|
|
1993
|
+
|
|
1994
|
+
|
|
1995
|
+
<div id="instance_method_details" class="method_details_list">
|
|
1996
|
+
<h2>Instance Method Details</h2>
|
|
1997
|
+
|
|
1998
|
+
|
|
1999
|
+
<div class="method_details first">
|
|
2000
|
+
<h3 class="signature first" id="==-instance_method">
|
|
2001
|
+
|
|
2002
|
+
#<strong>==</strong>(other) ⇒ <tt>Object</tt>
|
|
2003
|
+
|
|
2004
|
+
|
|
2005
|
+
|
|
2006
|
+
|
|
2007
|
+
|
|
2008
|
+
</h3><table class="source_code">
|
|
2009
|
+
<tr>
|
|
2010
|
+
<td>
|
|
2011
|
+
<pre class="lines">
|
|
2012
|
+
|
|
2013
|
+
|
|
2014
|
+
56
|
|
2015
|
+
57
|
|
2016
|
+
58</pre>
|
|
2017
|
+
</td>
|
|
2018
|
+
<td>
|
|
2019
|
+
<pre class="code"><span class="info file"># File 'lib/ngrokapi/models/tls_certificate.rb', line 56</span>
|
|
2020
|
+
|
|
2021
|
+
<span class='kw'>def</span> <span class='op'>==</span><span class='lparen'>(</span><span class='id identifier rubyid_other'>other</span><span class='rparen'>)</span>
|
|
2022
|
+
<span class='ivar'>@result</span> <span class='op'>==</span> <span class='id identifier rubyid_other'>other</span><span class='period'>.</span><span class='id identifier rubyid_result'>result</span>
|
|
2023
|
+
<span class='kw'>end</span></pre>
|
|
2024
|
+
</td>
|
|
2025
|
+
</tr>
|
|
2026
|
+
</table>
|
|
2027
|
+
</div>
|
|
2028
|
+
|
|
2029
|
+
<div class="method_details ">
|
|
2030
|
+
<h3 class="signature " id="delete-instance_method">
|
|
2031
|
+
|
|
2032
|
+
#<strong>delete</strong> ⇒ <tt>Object</tt>
|
|
2033
|
+
|
|
2034
|
+
|
|
2035
|
+
|
|
2036
|
+
|
|
2037
|
+
|
|
2038
|
+
</h3><div class="docstring">
|
|
2039
|
+
<div class="discussion">
|
|
2040
|
+
|
|
2041
|
+
<p>Delete a TLS certificate</p>
|
|
2042
|
+
|
|
2043
|
+
<p><a href="https://ngrok.com/docs/api#api-tls-certificates-delete">ngrok.com/docs/api#api-tls-certificates-delete</a></p>
|
|
2044
|
+
|
|
2045
|
+
|
|
2046
|
+
</div>
|
|
2047
|
+
</div>
|
|
2048
|
+
<div class="tags">
|
|
2049
|
+
|
|
2050
|
+
|
|
2051
|
+
</div><table class="source_code">
|
|
2052
|
+
<tr>
|
|
2053
|
+
<td>
|
|
2054
|
+
<pre class="lines">
|
|
2055
|
+
|
|
2056
|
+
|
|
2057
|
+
68
|
|
2058
|
+
69
|
|
2059
|
+
70
|
|
2060
|
+
71
|
|
2061
|
+
72</pre>
|
|
2062
|
+
</td>
|
|
2063
|
+
<td>
|
|
2064
|
+
<pre class="code"><span class="info file"># File 'lib/ngrokapi/models/tls_certificate.rb', line 68</span>
|
|
2065
|
+
|
|
2066
|
+
<span class='kw'>def</span> <span class='id identifier rubyid_delete'>delete</span>
|
|
2067
|
+
<span class='ivar'>@client</span><span class='period'>.</span><span class='id identifier rubyid_delete'>delete</span><span class='lparen'>(</span>
|
|
2068
|
+
<span class='label'>id:</span> <span class='ivar'>@id</span>
|
|
2069
|
+
<span class='rparen'>)</span>
|
|
2070
|
+
<span class='kw'>end</span></pre>
|
|
2071
|
+
</td>
|
|
2072
|
+
</tr>
|
|
2073
|
+
</table>
|
|
2074
|
+
</div>
|
|
2075
|
+
|
|
2076
|
+
<div class="method_details ">
|
|
2077
|
+
<h3 class="signature " id="to_s-instance_method">
|
|
2078
|
+
|
|
2079
|
+
#<strong>to_s</strong> ⇒ <tt>Object</tt>
|
|
2080
|
+
|
|
2081
|
+
|
|
2082
|
+
|
|
2083
|
+
|
|
2084
|
+
|
|
2085
|
+
</h3><table class="source_code">
|
|
2086
|
+
<tr>
|
|
2087
|
+
<td>
|
|
2088
|
+
<pre class="lines">
|
|
2089
|
+
|
|
2090
|
+
|
|
2091
|
+
60
|
|
2092
|
+
61
|
|
2093
|
+
62</pre>
|
|
2094
|
+
</td>
|
|
2095
|
+
<td>
|
|
2096
|
+
<pre class="code"><span class="info file"># File 'lib/ngrokapi/models/tls_certificate.rb', line 60</span>
|
|
2097
|
+
|
|
2098
|
+
<span class='kw'>def</span> <span class='id identifier rubyid_to_s'>to_s</span>
|
|
2099
|
+
<span class='ivar'>@result</span><span class='period'>.</span><span class='id identifier rubyid_to_s'>to_s</span>
|
|
2100
|
+
<span class='kw'>end</span></pre>
|
|
2101
|
+
</td>
|
|
2102
|
+
</tr>
|
|
2103
|
+
</table>
|
|
2104
|
+
</div>
|
|
2105
|
+
|
|
2106
|
+
<div class="method_details ">
|
|
2107
|
+
<h3 class="signature " id="update-instance_method">
|
|
2108
|
+
|
|
2109
|
+
#<strong>update</strong>(description: nil, metadata: nil) ⇒ <tt>Object</tt>
|
|
2110
|
+
|
|
2111
|
+
|
|
2112
|
+
|
|
2113
|
+
|
|
2114
|
+
|
|
2115
|
+
</h3><div class="docstring">
|
|
2116
|
+
<div class="discussion">
|
|
2117
|
+
|
|
2118
|
+
<p>Update attributes of a TLS Certificate by ID</p>
|
|
2119
|
+
|
|
2120
|
+
<p><a href="https://ngrok.com/docs/api#api-tls-certificates-update">ngrok.com/docs/api#api-tls-certificates-update</a></p>
|
|
2121
|
+
|
|
2122
|
+
|
|
2123
|
+
</div>
|
|
2124
|
+
</div>
|
|
2125
|
+
<div class="tags">
|
|
2126
|
+
|
|
2127
|
+
|
|
2128
|
+
</div><table class="source_code">
|
|
2129
|
+
<tr>
|
|
2130
|
+
<td>
|
|
2131
|
+
<pre class="lines">
|
|
2132
|
+
|
|
2133
|
+
|
|
2134
|
+
78
|
|
2135
|
+
79
|
|
2136
|
+
80
|
|
2137
|
+
81
|
|
2138
|
+
82
|
|
2139
|
+
83
|
|
2140
|
+
84
|
|
2141
|
+
85
|
|
2142
|
+
86
|
|
2143
|
+
87
|
|
2144
|
+
88
|
|
2145
|
+
89</pre>
|
|
2146
|
+
</td>
|
|
2147
|
+
<td>
|
|
2148
|
+
<pre class="code"><span class="info file"># File 'lib/ngrokapi/models/tls_certificate.rb', line 78</span>
|
|
2149
|
+
|
|
2150
|
+
<span class='kw'>def</span> <span class='id identifier rubyid_update'>update</span><span class='lparen'>(</span>
|
|
2151
|
+
<span class='label'>description:</span> <span class='kw'>nil</span><span class='comma'>,</span>
|
|
2152
|
+
<span class='label'>metadata:</span> <span class='kw'>nil</span>
|
|
2153
|
+
<span class='rparen'>)</span>
|
|
2154
|
+
<span class='ivar'>@description</span> <span class='op'>=</span> <span class='id identifier rubyid_description'>description</span> <span class='kw'>if</span> <span class='id identifier rubyid_description'>description</span>
|
|
2155
|
+
<span class='ivar'>@metadata</span> <span class='op'>=</span> <span class='id identifier rubyid_metadata'>metadata</span> <span class='kw'>if</span> <span class='id identifier rubyid_metadata'>metadata</span>
|
|
2156
|
+
<span class='ivar'>@client</span><span class='period'>.</span><span class='id identifier rubyid_update'>update</span><span class='lparen'>(</span>
|
|
2157
|
+
<span class='label'>id:</span> <span class='ivar'>@id</span><span class='comma'>,</span>
|
|
2158
|
+
<span class='label'>description:</span> <span class='id identifier rubyid_description'>description</span><span class='comma'>,</span>
|
|
2159
|
+
<span class='label'>metadata:</span> <span class='id identifier rubyid_metadata'>metadata</span>
|
|
2160
|
+
<span class='rparen'>)</span>
|
|
2161
|
+
<span class='kw'>end</span></pre>
|
|
2162
|
+
</td>
|
|
2163
|
+
</tr>
|
|
2164
|
+
</table>
|
|
2165
|
+
</div>
|
|
2166
|
+
|
|
2167
|
+
</div>
|
|
2168
|
+
|
|
2169
|
+
</div>
|
|
2170
|
+
|
|
2171
|
+
<div id="footer">
|
|
2172
|
+
Generated on Mon Oct 4 23:24:16 2021 by
|
|
2173
|
+
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
2174
|
+
0.9.26 (ruby-3.0.1).
|
|
2175
|
+
</div>
|
|
2176
|
+
|
|
2177
|
+
</div>
|
|
2178
|
+
</body>
|
|
2179
|
+
</html>
|