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,1653 @@
|
|
|
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::EndpointSAML
|
|
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::EndpointSAML";
|
|
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 (E)</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">EndpointSAML</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::EndpointSAML
|
|
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::EndpointSAML</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/endpoint_saml.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="#allow_idp_initiated-instance_method" title="#allow_idp_initiated (instance method)">#<strong>allow_idp_initiated</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 allow_idp_initiated.</p>
|
|
133
|
+
</div></span>
|
|
134
|
+
|
|
135
|
+
</li>
|
|
136
|
+
|
|
137
|
+
|
|
138
|
+
<li class="public ">
|
|
139
|
+
<span class="summary_signature">
|
|
140
|
+
|
|
141
|
+
<a href="#assertion_consumer_service_url-instance_method" title="#assertion_consumer_service_url (instance method)">#<strong>assertion_consumer_service_url</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 assertion_consumer_service_url.</p>
|
|
162
|
+
</div></span>
|
|
163
|
+
|
|
164
|
+
</li>
|
|
165
|
+
|
|
166
|
+
|
|
167
|
+
<li class="public ">
|
|
168
|
+
<span class="summary_signature">
|
|
169
|
+
|
|
170
|
+
<a href="#authorized_groups-instance_method" title="#authorized_groups (instance method)">#<strong>authorized_groups</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 authorized_groups.</p>
|
|
191
|
+
</div></span>
|
|
192
|
+
|
|
193
|
+
</li>
|
|
194
|
+
|
|
195
|
+
|
|
196
|
+
<li class="public ">
|
|
197
|
+
<span class="summary_signature">
|
|
198
|
+
|
|
199
|
+
<a href="#client-instance_method" title="#client (instance method)">#<strong>client</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 client.</p>
|
|
220
|
+
</div></span>
|
|
221
|
+
|
|
222
|
+
</li>
|
|
223
|
+
|
|
224
|
+
|
|
225
|
+
<li class="public ">
|
|
226
|
+
<span class="summary_signature">
|
|
227
|
+
|
|
228
|
+
<a href="#cookie_prefix-instance_method" title="#cookie_prefix (instance method)">#<strong>cookie_prefix</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 cookie_prefix.</p>
|
|
249
|
+
</div></span>
|
|
250
|
+
|
|
251
|
+
</li>
|
|
252
|
+
|
|
253
|
+
|
|
254
|
+
<li class="public ">
|
|
255
|
+
<span class="summary_signature">
|
|
256
|
+
|
|
257
|
+
<a href="#enabled-instance_method" title="#enabled (instance method)">#<strong>enabled</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 enabled.</p>
|
|
278
|
+
</div></span>
|
|
279
|
+
|
|
280
|
+
</li>
|
|
281
|
+
|
|
282
|
+
|
|
283
|
+
<li class="public ">
|
|
284
|
+
<span class="summary_signature">
|
|
285
|
+
|
|
286
|
+
<a href="#entity_id-instance_method" title="#entity_id (instance method)">#<strong>entity_id</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 entity_id.</p>
|
|
307
|
+
</div></span>
|
|
308
|
+
|
|
309
|
+
</li>
|
|
310
|
+
|
|
311
|
+
|
|
312
|
+
<li class="public ">
|
|
313
|
+
<span class="summary_signature">
|
|
314
|
+
|
|
315
|
+
<a href="#force_authn-instance_method" title="#force_authn (instance method)">#<strong>force_authn</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 force_authn.</p>
|
|
336
|
+
</div></span>
|
|
337
|
+
|
|
338
|
+
</li>
|
|
339
|
+
|
|
340
|
+
|
|
341
|
+
<li class="public ">
|
|
342
|
+
<span class="summary_signature">
|
|
343
|
+
|
|
344
|
+
<a href="#idp_metadata-instance_method" title="#idp_metadata (instance method)">#<strong>idp_metadata</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 idp_metadata.</p>
|
|
365
|
+
</div></span>
|
|
366
|
+
|
|
367
|
+
</li>
|
|
368
|
+
|
|
369
|
+
|
|
370
|
+
<li class="public ">
|
|
371
|
+
<span class="summary_signature">
|
|
372
|
+
|
|
373
|
+
<a href="#idp_metadata_url-instance_method" title="#idp_metadata_url (instance method)">#<strong>idp_metadata_url</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 idp_metadata_url.</p>
|
|
394
|
+
</div></span>
|
|
395
|
+
|
|
396
|
+
</li>
|
|
397
|
+
|
|
398
|
+
|
|
399
|
+
<li class="public ">
|
|
400
|
+
<span class="summary_signature">
|
|
401
|
+
|
|
402
|
+
<a href="#inactivity_timeout-instance_method" title="#inactivity_timeout (instance method)">#<strong>inactivity_timeout</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 inactivity_timeout.</p>
|
|
423
|
+
</div></span>
|
|
424
|
+
|
|
425
|
+
</li>
|
|
426
|
+
|
|
427
|
+
|
|
428
|
+
<li class="public ">
|
|
429
|
+
<span class="summary_signature">
|
|
430
|
+
|
|
431
|
+
<a href="#maximum_duration-instance_method" title="#maximum_duration (instance method)">#<strong>maximum_duration</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 maximum_duration.</p>
|
|
452
|
+
</div></span>
|
|
453
|
+
|
|
454
|
+
</li>
|
|
455
|
+
|
|
456
|
+
|
|
457
|
+
<li class="public ">
|
|
458
|
+
<span class="summary_signature">
|
|
459
|
+
|
|
460
|
+
<a href="#metadata_url-instance_method" title="#metadata_url (instance method)">#<strong>metadata_url</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 metadata_url.</p>
|
|
481
|
+
</div></span>
|
|
482
|
+
|
|
483
|
+
</li>
|
|
484
|
+
|
|
485
|
+
|
|
486
|
+
<li class="public ">
|
|
487
|
+
<span class="summary_signature">
|
|
488
|
+
|
|
489
|
+
<a href="#nameid_format-instance_method" title="#nameid_format (instance method)">#<strong>nameid_format</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 nameid_format.</p>
|
|
510
|
+
</div></span>
|
|
511
|
+
|
|
512
|
+
</li>
|
|
513
|
+
|
|
514
|
+
|
|
515
|
+
<li class="public ">
|
|
516
|
+
<span class="summary_signature">
|
|
517
|
+
|
|
518
|
+
<a href="#options_passthrough-instance_method" title="#options_passthrough (instance method)">#<strong>options_passthrough</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 options_passthrough.</p>
|
|
539
|
+
</div></span>
|
|
540
|
+
|
|
541
|
+
</li>
|
|
542
|
+
|
|
543
|
+
|
|
544
|
+
<li class="public ">
|
|
545
|
+
<span class="summary_signature">
|
|
546
|
+
|
|
547
|
+
<a href="#request_signing_certificate_pem-instance_method" title="#request_signing_certificate_pem (instance method)">#<strong>request_signing_certificate_pem</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 request_signing_certificate_pem.</p>
|
|
568
|
+
</div></span>
|
|
569
|
+
|
|
570
|
+
</li>
|
|
571
|
+
|
|
572
|
+
|
|
573
|
+
<li class="public ">
|
|
574
|
+
<span class="summary_signature">
|
|
575
|
+
|
|
576
|
+
<a href="#result-instance_method" title="#result (instance method)">#<strong>result</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 result.</p>
|
|
597
|
+
</div></span>
|
|
598
|
+
|
|
599
|
+
</li>
|
|
600
|
+
|
|
601
|
+
|
|
602
|
+
<li class="public ">
|
|
603
|
+
<span class="summary_signature">
|
|
604
|
+
|
|
605
|
+
<a href="#single_logout_url-instance_method" title="#single_logout_url (instance method)">#<strong>single_logout_url</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 single_logout_url.</p>
|
|
626
|
+
</div></span>
|
|
627
|
+
|
|
628
|
+
</li>
|
|
629
|
+
|
|
630
|
+
|
|
631
|
+
</ul>
|
|
632
|
+
|
|
633
|
+
|
|
634
|
+
|
|
635
|
+
|
|
636
|
+
|
|
637
|
+
<h2>
|
|
638
|
+
Instance Method Summary
|
|
639
|
+
<small><a href="#" class="summary_toggle">collapse</a></small>
|
|
640
|
+
</h2>
|
|
641
|
+
|
|
642
|
+
<ul class="summary">
|
|
643
|
+
|
|
644
|
+
<li class="public ">
|
|
645
|
+
<span class="summary_signature">
|
|
646
|
+
|
|
647
|
+
<a href="#==-instance_method" title="#== (instance method)">#<strong>==</strong>(other) ⇒ Object </a>
|
|
648
|
+
|
|
649
|
+
|
|
650
|
+
|
|
651
|
+
</span>
|
|
652
|
+
|
|
653
|
+
|
|
654
|
+
|
|
655
|
+
|
|
656
|
+
|
|
657
|
+
|
|
658
|
+
|
|
659
|
+
|
|
660
|
+
|
|
661
|
+
<span class="summary_desc"><div class='inline'></div></span>
|
|
662
|
+
|
|
663
|
+
</li>
|
|
664
|
+
|
|
665
|
+
|
|
666
|
+
<li class="public ">
|
|
667
|
+
<span class="summary_signature">
|
|
668
|
+
|
|
669
|
+
<a href="#initialize-instance_method" title="#initialize (instance method)">#<strong>initialize</strong>(client:, result:) ⇒ EndpointSAML </a>
|
|
670
|
+
|
|
671
|
+
|
|
672
|
+
|
|
673
|
+
</span>
|
|
674
|
+
|
|
675
|
+
|
|
676
|
+
<span class="note title constructor">constructor</span>
|
|
677
|
+
|
|
678
|
+
|
|
679
|
+
|
|
680
|
+
|
|
681
|
+
|
|
682
|
+
|
|
683
|
+
|
|
684
|
+
|
|
685
|
+
<span class="summary_desc"><div class='inline'>
|
|
686
|
+
<p>A new instance of EndpointSAML.</p>
|
|
687
|
+
</div></span>
|
|
688
|
+
|
|
689
|
+
</li>
|
|
690
|
+
|
|
691
|
+
|
|
692
|
+
<li class="public ">
|
|
693
|
+
<span class="summary_signature">
|
|
694
|
+
|
|
695
|
+
<a href="#to_s-instance_method" title="#to_s (instance method)">#<strong>to_s</strong> ⇒ Object </a>
|
|
696
|
+
|
|
697
|
+
|
|
698
|
+
|
|
699
|
+
</span>
|
|
700
|
+
|
|
701
|
+
|
|
702
|
+
|
|
703
|
+
|
|
704
|
+
|
|
705
|
+
|
|
706
|
+
|
|
707
|
+
|
|
708
|
+
|
|
709
|
+
<span class="summary_desc"><div class='inline'></div></span>
|
|
710
|
+
|
|
711
|
+
</li>
|
|
712
|
+
|
|
713
|
+
|
|
714
|
+
</ul>
|
|
715
|
+
|
|
716
|
+
|
|
717
|
+
<div id="constructor_details" class="method_details_list">
|
|
718
|
+
<h2>Constructor Details</h2>
|
|
719
|
+
|
|
720
|
+
<div class="method_details first">
|
|
721
|
+
<h3 class="signature first" id="initialize-instance_method">
|
|
722
|
+
|
|
723
|
+
#<strong>initialize</strong>(client:, result:) ⇒ <tt><span class='object_link'><a href="" title="NgrokAPI::Models::EndpointSAML (class)">EndpointSAML</a></span></tt>
|
|
724
|
+
|
|
725
|
+
|
|
726
|
+
|
|
727
|
+
|
|
728
|
+
|
|
729
|
+
</h3><div class="docstring">
|
|
730
|
+
<div class="discussion">
|
|
731
|
+
|
|
732
|
+
<p>Returns a new instance of EndpointSAML.</p>
|
|
733
|
+
|
|
734
|
+
|
|
735
|
+
</div>
|
|
736
|
+
</div>
|
|
737
|
+
<div class="tags">
|
|
738
|
+
|
|
739
|
+
|
|
740
|
+
</div><table class="source_code">
|
|
741
|
+
<tr>
|
|
742
|
+
<td>
|
|
743
|
+
<pre class="lines">
|
|
744
|
+
|
|
745
|
+
|
|
746
|
+
25
|
|
747
|
+
26
|
|
748
|
+
27
|
|
749
|
+
28
|
|
750
|
+
29
|
|
751
|
+
30
|
|
752
|
+
31
|
|
753
|
+
32
|
|
754
|
+
33
|
|
755
|
+
34
|
|
756
|
+
35
|
|
757
|
+
36
|
|
758
|
+
37
|
|
759
|
+
38
|
|
760
|
+
39
|
|
761
|
+
40
|
|
762
|
+
41
|
|
763
|
+
42
|
|
764
|
+
43
|
|
765
|
+
44</pre>
|
|
766
|
+
</td>
|
|
767
|
+
<td>
|
|
768
|
+
<pre class="code"><span class="info file"># File 'lib/ngrokapi/models/endpoint_saml.rb', line 25</span>
|
|
769
|
+
|
|
770
|
+
<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>
|
|
771
|
+
<span class='ivar'>@client</span> <span class='op'>=</span> <span class='id identifier rubyid_client'>client</span>
|
|
772
|
+
<span class='ivar'>@result</span> <span class='op'>=</span> <span class='id identifier rubyid_result'>result</span>
|
|
773
|
+
<span class='ivar'>@enabled</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'>enabled</span><span class='tstring_end'>'</span></span><span class='rbracket'>]</span>
|
|
774
|
+
<span class='ivar'>@options_passthrough</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'>options_passthrough</span><span class='tstring_end'>'</span></span><span class='rbracket'>]</span>
|
|
775
|
+
<span class='ivar'>@cookie_prefix</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'>cookie_prefix</span><span class='tstring_end'>'</span></span><span class='rbracket'>]</span>
|
|
776
|
+
<span class='ivar'>@inactivity_timeout</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'>inactivity_timeout</span><span class='tstring_end'>'</span></span><span class='rbracket'>]</span>
|
|
777
|
+
<span class='ivar'>@maximum_duration</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'>maximum_duration</span><span class='tstring_end'>'</span></span><span class='rbracket'>]</span>
|
|
778
|
+
<span class='ivar'>@idp_metadata_url</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'>idp_metadata_url</span><span class='tstring_end'>'</span></span><span class='rbracket'>]</span>
|
|
779
|
+
<span class='ivar'>@idp_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'>idp_metadata</span><span class='tstring_end'>'</span></span><span class='rbracket'>]</span>
|
|
780
|
+
<span class='ivar'>@force_authn</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'>force_authn</span><span class='tstring_end'>'</span></span><span class='rbracket'>]</span>
|
|
781
|
+
<span class='ivar'>@allow_idp_initiated</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'>allow_idp_initiated</span><span class='tstring_end'>'</span></span><span class='rbracket'>]</span>
|
|
782
|
+
<span class='ivar'>@authorized_groups</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'>authorized_groups</span><span class='tstring_end'>'</span></span><span class='rbracket'>]</span>
|
|
783
|
+
<span class='ivar'>@entity_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'>entity_id</span><span class='tstring_end'>'</span></span><span class='rbracket'>]</span>
|
|
784
|
+
<span class='ivar'>@assertion_consumer_service_url</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'>assertion_consumer_service_url</span><span class='tstring_end'>'</span></span><span class='rbracket'>]</span>
|
|
785
|
+
<span class='ivar'>@single_logout_url</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'>single_logout_url</span><span class='tstring_end'>'</span></span><span class='rbracket'>]</span>
|
|
786
|
+
<span class='ivar'>@request_signing_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'>request_signing_certificate_pem</span><span class='tstring_end'>'</span></span><span class='rbracket'>]</span>
|
|
787
|
+
<span class='ivar'>@metadata_url</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_url</span><span class='tstring_end'>'</span></span><span class='rbracket'>]</span>
|
|
788
|
+
<span class='ivar'>@nameid_format</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'>nameid_format</span><span class='tstring_end'>'</span></span><span class='rbracket'>]</span>
|
|
789
|
+
<span class='kw'>end</span></pre>
|
|
790
|
+
</td>
|
|
791
|
+
</tr>
|
|
792
|
+
</table>
|
|
793
|
+
</div>
|
|
794
|
+
|
|
795
|
+
</div>
|
|
796
|
+
|
|
797
|
+
<div id="instance_attr_details" class="attr_details">
|
|
798
|
+
<h2>Instance Attribute Details</h2>
|
|
799
|
+
|
|
800
|
+
|
|
801
|
+
<span id=""></span>
|
|
802
|
+
<div class="method_details first">
|
|
803
|
+
<h3 class="signature first" id="allow_idp_initiated-instance_method">
|
|
804
|
+
|
|
805
|
+
#<strong>allow_idp_initiated</strong> ⇒ <tt>Object</tt> <span class="extras">(readonly)</span>
|
|
806
|
+
|
|
807
|
+
|
|
808
|
+
|
|
809
|
+
|
|
810
|
+
|
|
811
|
+
</h3><div class="docstring">
|
|
812
|
+
<div class="discussion">
|
|
813
|
+
|
|
814
|
+
<p>Returns the value of attribute allow_idp_initiated.</p>
|
|
815
|
+
|
|
816
|
+
|
|
817
|
+
</div>
|
|
818
|
+
</div>
|
|
819
|
+
<div class="tags">
|
|
820
|
+
|
|
821
|
+
|
|
822
|
+
</div><table class="source_code">
|
|
823
|
+
<tr>
|
|
824
|
+
<td>
|
|
825
|
+
<pre class="lines">
|
|
826
|
+
|
|
827
|
+
|
|
828
|
+
6
|
|
829
|
+
7
|
|
830
|
+
8</pre>
|
|
831
|
+
</td>
|
|
832
|
+
<td>
|
|
833
|
+
<pre class="code"><span class="info file"># File 'lib/ngrokapi/models/endpoint_saml.rb', line 6</span>
|
|
834
|
+
|
|
835
|
+
<span class='kw'>def</span> <span class='id identifier rubyid_allow_idp_initiated'>allow_idp_initiated</span>
|
|
836
|
+
<span class='ivar'>@allow_idp_initiated</span>
|
|
837
|
+
<span class='kw'>end</span></pre>
|
|
838
|
+
</td>
|
|
839
|
+
</tr>
|
|
840
|
+
</table>
|
|
841
|
+
</div>
|
|
842
|
+
|
|
843
|
+
|
|
844
|
+
<span id=""></span>
|
|
845
|
+
<div class="method_details ">
|
|
846
|
+
<h3 class="signature " id="assertion_consumer_service_url-instance_method">
|
|
847
|
+
|
|
848
|
+
#<strong>assertion_consumer_service_url</strong> ⇒ <tt>Object</tt> <span class="extras">(readonly)</span>
|
|
849
|
+
|
|
850
|
+
|
|
851
|
+
|
|
852
|
+
|
|
853
|
+
|
|
854
|
+
</h3><div class="docstring">
|
|
855
|
+
<div class="discussion">
|
|
856
|
+
|
|
857
|
+
<p>Returns the value of attribute assertion_consumer_service_url.</p>
|
|
858
|
+
|
|
859
|
+
|
|
860
|
+
</div>
|
|
861
|
+
</div>
|
|
862
|
+
<div class="tags">
|
|
863
|
+
|
|
864
|
+
|
|
865
|
+
</div><table class="source_code">
|
|
866
|
+
<tr>
|
|
867
|
+
<td>
|
|
868
|
+
<pre class="lines">
|
|
869
|
+
|
|
870
|
+
|
|
871
|
+
6
|
|
872
|
+
7
|
|
873
|
+
8</pre>
|
|
874
|
+
</td>
|
|
875
|
+
<td>
|
|
876
|
+
<pre class="code"><span class="info file"># File 'lib/ngrokapi/models/endpoint_saml.rb', line 6</span>
|
|
877
|
+
|
|
878
|
+
<span class='kw'>def</span> <span class='id identifier rubyid_assertion_consumer_service_url'>assertion_consumer_service_url</span>
|
|
879
|
+
<span class='ivar'>@assertion_consumer_service_url</span>
|
|
880
|
+
<span class='kw'>end</span></pre>
|
|
881
|
+
</td>
|
|
882
|
+
</tr>
|
|
883
|
+
</table>
|
|
884
|
+
</div>
|
|
885
|
+
|
|
886
|
+
|
|
887
|
+
<span id=""></span>
|
|
888
|
+
<div class="method_details ">
|
|
889
|
+
<h3 class="signature " id="authorized_groups-instance_method">
|
|
890
|
+
|
|
891
|
+
#<strong>authorized_groups</strong> ⇒ <tt>Object</tt> <span class="extras">(readonly)</span>
|
|
892
|
+
|
|
893
|
+
|
|
894
|
+
|
|
895
|
+
|
|
896
|
+
|
|
897
|
+
</h3><div class="docstring">
|
|
898
|
+
<div class="discussion">
|
|
899
|
+
|
|
900
|
+
<p>Returns the value of attribute authorized_groups.</p>
|
|
901
|
+
|
|
902
|
+
|
|
903
|
+
</div>
|
|
904
|
+
</div>
|
|
905
|
+
<div class="tags">
|
|
906
|
+
|
|
907
|
+
|
|
908
|
+
</div><table class="source_code">
|
|
909
|
+
<tr>
|
|
910
|
+
<td>
|
|
911
|
+
<pre class="lines">
|
|
912
|
+
|
|
913
|
+
|
|
914
|
+
6
|
|
915
|
+
7
|
|
916
|
+
8</pre>
|
|
917
|
+
</td>
|
|
918
|
+
<td>
|
|
919
|
+
<pre class="code"><span class="info file"># File 'lib/ngrokapi/models/endpoint_saml.rb', line 6</span>
|
|
920
|
+
|
|
921
|
+
<span class='kw'>def</span> <span class='id identifier rubyid_authorized_groups'>authorized_groups</span>
|
|
922
|
+
<span class='ivar'>@authorized_groups</span>
|
|
923
|
+
<span class='kw'>end</span></pre>
|
|
924
|
+
</td>
|
|
925
|
+
</tr>
|
|
926
|
+
</table>
|
|
927
|
+
</div>
|
|
928
|
+
|
|
929
|
+
|
|
930
|
+
<span id=""></span>
|
|
931
|
+
<div class="method_details ">
|
|
932
|
+
<h3 class="signature " id="client-instance_method">
|
|
933
|
+
|
|
934
|
+
#<strong>client</strong> ⇒ <tt>Object</tt> <span class="extras">(readonly)</span>
|
|
935
|
+
|
|
936
|
+
|
|
937
|
+
|
|
938
|
+
|
|
939
|
+
|
|
940
|
+
</h3><div class="docstring">
|
|
941
|
+
<div class="discussion">
|
|
942
|
+
|
|
943
|
+
<p>Returns the value of attribute client.</p>
|
|
944
|
+
|
|
945
|
+
|
|
946
|
+
</div>
|
|
947
|
+
</div>
|
|
948
|
+
<div class="tags">
|
|
949
|
+
|
|
950
|
+
|
|
951
|
+
</div><table class="source_code">
|
|
952
|
+
<tr>
|
|
953
|
+
<td>
|
|
954
|
+
<pre class="lines">
|
|
955
|
+
|
|
956
|
+
|
|
957
|
+
6
|
|
958
|
+
7
|
|
959
|
+
8</pre>
|
|
960
|
+
</td>
|
|
961
|
+
<td>
|
|
962
|
+
<pre class="code"><span class="info file"># File 'lib/ngrokapi/models/endpoint_saml.rb', line 6</span>
|
|
963
|
+
|
|
964
|
+
<span class='kw'>def</span> <span class='id identifier rubyid_client'>client</span>
|
|
965
|
+
<span class='ivar'>@client</span>
|
|
966
|
+
<span class='kw'>end</span></pre>
|
|
967
|
+
</td>
|
|
968
|
+
</tr>
|
|
969
|
+
</table>
|
|
970
|
+
</div>
|
|
971
|
+
|
|
972
|
+
|
|
973
|
+
<span id=""></span>
|
|
974
|
+
<div class="method_details ">
|
|
975
|
+
<h3 class="signature " id="cookie_prefix-instance_method">
|
|
976
|
+
|
|
977
|
+
#<strong>cookie_prefix</strong> ⇒ <tt>Object</tt> <span class="extras">(readonly)</span>
|
|
978
|
+
|
|
979
|
+
|
|
980
|
+
|
|
981
|
+
|
|
982
|
+
|
|
983
|
+
</h3><div class="docstring">
|
|
984
|
+
<div class="discussion">
|
|
985
|
+
|
|
986
|
+
<p>Returns the value of attribute cookie_prefix.</p>
|
|
987
|
+
|
|
988
|
+
|
|
989
|
+
</div>
|
|
990
|
+
</div>
|
|
991
|
+
<div class="tags">
|
|
992
|
+
|
|
993
|
+
|
|
994
|
+
</div><table class="source_code">
|
|
995
|
+
<tr>
|
|
996
|
+
<td>
|
|
997
|
+
<pre class="lines">
|
|
998
|
+
|
|
999
|
+
|
|
1000
|
+
6
|
|
1001
|
+
7
|
|
1002
|
+
8</pre>
|
|
1003
|
+
</td>
|
|
1004
|
+
<td>
|
|
1005
|
+
<pre class="code"><span class="info file"># File 'lib/ngrokapi/models/endpoint_saml.rb', line 6</span>
|
|
1006
|
+
|
|
1007
|
+
<span class='kw'>def</span> <span class='id identifier rubyid_cookie_prefix'>cookie_prefix</span>
|
|
1008
|
+
<span class='ivar'>@cookie_prefix</span>
|
|
1009
|
+
<span class='kw'>end</span></pre>
|
|
1010
|
+
</td>
|
|
1011
|
+
</tr>
|
|
1012
|
+
</table>
|
|
1013
|
+
</div>
|
|
1014
|
+
|
|
1015
|
+
|
|
1016
|
+
<span id=""></span>
|
|
1017
|
+
<div class="method_details ">
|
|
1018
|
+
<h3 class="signature " id="enabled-instance_method">
|
|
1019
|
+
|
|
1020
|
+
#<strong>enabled</strong> ⇒ <tt>Object</tt> <span class="extras">(readonly)</span>
|
|
1021
|
+
|
|
1022
|
+
|
|
1023
|
+
|
|
1024
|
+
|
|
1025
|
+
|
|
1026
|
+
</h3><div class="docstring">
|
|
1027
|
+
<div class="discussion">
|
|
1028
|
+
|
|
1029
|
+
<p>Returns the value of attribute enabled.</p>
|
|
1030
|
+
|
|
1031
|
+
|
|
1032
|
+
</div>
|
|
1033
|
+
</div>
|
|
1034
|
+
<div class="tags">
|
|
1035
|
+
|
|
1036
|
+
|
|
1037
|
+
</div><table class="source_code">
|
|
1038
|
+
<tr>
|
|
1039
|
+
<td>
|
|
1040
|
+
<pre class="lines">
|
|
1041
|
+
|
|
1042
|
+
|
|
1043
|
+
6
|
|
1044
|
+
7
|
|
1045
|
+
8</pre>
|
|
1046
|
+
</td>
|
|
1047
|
+
<td>
|
|
1048
|
+
<pre class="code"><span class="info file"># File 'lib/ngrokapi/models/endpoint_saml.rb', line 6</span>
|
|
1049
|
+
|
|
1050
|
+
<span class='kw'>def</span> <span class='id identifier rubyid_enabled'>enabled</span>
|
|
1051
|
+
<span class='ivar'>@enabled</span>
|
|
1052
|
+
<span class='kw'>end</span></pre>
|
|
1053
|
+
</td>
|
|
1054
|
+
</tr>
|
|
1055
|
+
</table>
|
|
1056
|
+
</div>
|
|
1057
|
+
|
|
1058
|
+
|
|
1059
|
+
<span id=""></span>
|
|
1060
|
+
<div class="method_details ">
|
|
1061
|
+
<h3 class="signature " id="entity_id-instance_method">
|
|
1062
|
+
|
|
1063
|
+
#<strong>entity_id</strong> ⇒ <tt>Object</tt> <span class="extras">(readonly)</span>
|
|
1064
|
+
|
|
1065
|
+
|
|
1066
|
+
|
|
1067
|
+
|
|
1068
|
+
|
|
1069
|
+
</h3><div class="docstring">
|
|
1070
|
+
<div class="discussion">
|
|
1071
|
+
|
|
1072
|
+
<p>Returns the value of attribute entity_id.</p>
|
|
1073
|
+
|
|
1074
|
+
|
|
1075
|
+
</div>
|
|
1076
|
+
</div>
|
|
1077
|
+
<div class="tags">
|
|
1078
|
+
|
|
1079
|
+
|
|
1080
|
+
</div><table class="source_code">
|
|
1081
|
+
<tr>
|
|
1082
|
+
<td>
|
|
1083
|
+
<pre class="lines">
|
|
1084
|
+
|
|
1085
|
+
|
|
1086
|
+
6
|
|
1087
|
+
7
|
|
1088
|
+
8</pre>
|
|
1089
|
+
</td>
|
|
1090
|
+
<td>
|
|
1091
|
+
<pre class="code"><span class="info file"># File 'lib/ngrokapi/models/endpoint_saml.rb', line 6</span>
|
|
1092
|
+
|
|
1093
|
+
<span class='kw'>def</span> <span class='id identifier rubyid_entity_id'>entity_id</span>
|
|
1094
|
+
<span class='ivar'>@entity_id</span>
|
|
1095
|
+
<span class='kw'>end</span></pre>
|
|
1096
|
+
</td>
|
|
1097
|
+
</tr>
|
|
1098
|
+
</table>
|
|
1099
|
+
</div>
|
|
1100
|
+
|
|
1101
|
+
|
|
1102
|
+
<span id=""></span>
|
|
1103
|
+
<div class="method_details ">
|
|
1104
|
+
<h3 class="signature " id="force_authn-instance_method">
|
|
1105
|
+
|
|
1106
|
+
#<strong>force_authn</strong> ⇒ <tt>Object</tt> <span class="extras">(readonly)</span>
|
|
1107
|
+
|
|
1108
|
+
|
|
1109
|
+
|
|
1110
|
+
|
|
1111
|
+
|
|
1112
|
+
</h3><div class="docstring">
|
|
1113
|
+
<div class="discussion">
|
|
1114
|
+
|
|
1115
|
+
<p>Returns the value of attribute force_authn.</p>
|
|
1116
|
+
|
|
1117
|
+
|
|
1118
|
+
</div>
|
|
1119
|
+
</div>
|
|
1120
|
+
<div class="tags">
|
|
1121
|
+
|
|
1122
|
+
|
|
1123
|
+
</div><table class="source_code">
|
|
1124
|
+
<tr>
|
|
1125
|
+
<td>
|
|
1126
|
+
<pre class="lines">
|
|
1127
|
+
|
|
1128
|
+
|
|
1129
|
+
6
|
|
1130
|
+
7
|
|
1131
|
+
8</pre>
|
|
1132
|
+
</td>
|
|
1133
|
+
<td>
|
|
1134
|
+
<pre class="code"><span class="info file"># File 'lib/ngrokapi/models/endpoint_saml.rb', line 6</span>
|
|
1135
|
+
|
|
1136
|
+
<span class='kw'>def</span> <span class='id identifier rubyid_force_authn'>force_authn</span>
|
|
1137
|
+
<span class='ivar'>@force_authn</span>
|
|
1138
|
+
<span class='kw'>end</span></pre>
|
|
1139
|
+
</td>
|
|
1140
|
+
</tr>
|
|
1141
|
+
</table>
|
|
1142
|
+
</div>
|
|
1143
|
+
|
|
1144
|
+
|
|
1145
|
+
<span id=""></span>
|
|
1146
|
+
<div class="method_details ">
|
|
1147
|
+
<h3 class="signature " id="idp_metadata-instance_method">
|
|
1148
|
+
|
|
1149
|
+
#<strong>idp_metadata</strong> ⇒ <tt>Object</tt> <span class="extras">(readonly)</span>
|
|
1150
|
+
|
|
1151
|
+
|
|
1152
|
+
|
|
1153
|
+
|
|
1154
|
+
|
|
1155
|
+
</h3><div class="docstring">
|
|
1156
|
+
<div class="discussion">
|
|
1157
|
+
|
|
1158
|
+
<p>Returns the value of attribute idp_metadata.</p>
|
|
1159
|
+
|
|
1160
|
+
|
|
1161
|
+
</div>
|
|
1162
|
+
</div>
|
|
1163
|
+
<div class="tags">
|
|
1164
|
+
|
|
1165
|
+
|
|
1166
|
+
</div><table class="source_code">
|
|
1167
|
+
<tr>
|
|
1168
|
+
<td>
|
|
1169
|
+
<pre class="lines">
|
|
1170
|
+
|
|
1171
|
+
|
|
1172
|
+
6
|
|
1173
|
+
7
|
|
1174
|
+
8</pre>
|
|
1175
|
+
</td>
|
|
1176
|
+
<td>
|
|
1177
|
+
<pre class="code"><span class="info file"># File 'lib/ngrokapi/models/endpoint_saml.rb', line 6</span>
|
|
1178
|
+
|
|
1179
|
+
<span class='kw'>def</span> <span class='id identifier rubyid_idp_metadata'>idp_metadata</span>
|
|
1180
|
+
<span class='ivar'>@idp_metadata</span>
|
|
1181
|
+
<span class='kw'>end</span></pre>
|
|
1182
|
+
</td>
|
|
1183
|
+
</tr>
|
|
1184
|
+
</table>
|
|
1185
|
+
</div>
|
|
1186
|
+
|
|
1187
|
+
|
|
1188
|
+
<span id=""></span>
|
|
1189
|
+
<div class="method_details ">
|
|
1190
|
+
<h3 class="signature " id="idp_metadata_url-instance_method">
|
|
1191
|
+
|
|
1192
|
+
#<strong>idp_metadata_url</strong> ⇒ <tt>Object</tt> <span class="extras">(readonly)</span>
|
|
1193
|
+
|
|
1194
|
+
|
|
1195
|
+
|
|
1196
|
+
|
|
1197
|
+
|
|
1198
|
+
</h3><div class="docstring">
|
|
1199
|
+
<div class="discussion">
|
|
1200
|
+
|
|
1201
|
+
<p>Returns the value of attribute idp_metadata_url.</p>
|
|
1202
|
+
|
|
1203
|
+
|
|
1204
|
+
</div>
|
|
1205
|
+
</div>
|
|
1206
|
+
<div class="tags">
|
|
1207
|
+
|
|
1208
|
+
|
|
1209
|
+
</div><table class="source_code">
|
|
1210
|
+
<tr>
|
|
1211
|
+
<td>
|
|
1212
|
+
<pre class="lines">
|
|
1213
|
+
|
|
1214
|
+
|
|
1215
|
+
6
|
|
1216
|
+
7
|
|
1217
|
+
8</pre>
|
|
1218
|
+
</td>
|
|
1219
|
+
<td>
|
|
1220
|
+
<pre class="code"><span class="info file"># File 'lib/ngrokapi/models/endpoint_saml.rb', line 6</span>
|
|
1221
|
+
|
|
1222
|
+
<span class='kw'>def</span> <span class='id identifier rubyid_idp_metadata_url'>idp_metadata_url</span>
|
|
1223
|
+
<span class='ivar'>@idp_metadata_url</span>
|
|
1224
|
+
<span class='kw'>end</span></pre>
|
|
1225
|
+
</td>
|
|
1226
|
+
</tr>
|
|
1227
|
+
</table>
|
|
1228
|
+
</div>
|
|
1229
|
+
|
|
1230
|
+
|
|
1231
|
+
<span id=""></span>
|
|
1232
|
+
<div class="method_details ">
|
|
1233
|
+
<h3 class="signature " id="inactivity_timeout-instance_method">
|
|
1234
|
+
|
|
1235
|
+
#<strong>inactivity_timeout</strong> ⇒ <tt>Object</tt> <span class="extras">(readonly)</span>
|
|
1236
|
+
|
|
1237
|
+
|
|
1238
|
+
|
|
1239
|
+
|
|
1240
|
+
|
|
1241
|
+
</h3><div class="docstring">
|
|
1242
|
+
<div class="discussion">
|
|
1243
|
+
|
|
1244
|
+
<p>Returns the value of attribute inactivity_timeout.</p>
|
|
1245
|
+
|
|
1246
|
+
|
|
1247
|
+
</div>
|
|
1248
|
+
</div>
|
|
1249
|
+
<div class="tags">
|
|
1250
|
+
|
|
1251
|
+
|
|
1252
|
+
</div><table class="source_code">
|
|
1253
|
+
<tr>
|
|
1254
|
+
<td>
|
|
1255
|
+
<pre class="lines">
|
|
1256
|
+
|
|
1257
|
+
|
|
1258
|
+
6
|
|
1259
|
+
7
|
|
1260
|
+
8</pre>
|
|
1261
|
+
</td>
|
|
1262
|
+
<td>
|
|
1263
|
+
<pre class="code"><span class="info file"># File 'lib/ngrokapi/models/endpoint_saml.rb', line 6</span>
|
|
1264
|
+
|
|
1265
|
+
<span class='kw'>def</span> <span class='id identifier rubyid_inactivity_timeout'>inactivity_timeout</span>
|
|
1266
|
+
<span class='ivar'>@inactivity_timeout</span>
|
|
1267
|
+
<span class='kw'>end</span></pre>
|
|
1268
|
+
</td>
|
|
1269
|
+
</tr>
|
|
1270
|
+
</table>
|
|
1271
|
+
</div>
|
|
1272
|
+
|
|
1273
|
+
|
|
1274
|
+
<span id=""></span>
|
|
1275
|
+
<div class="method_details ">
|
|
1276
|
+
<h3 class="signature " id="maximum_duration-instance_method">
|
|
1277
|
+
|
|
1278
|
+
#<strong>maximum_duration</strong> ⇒ <tt>Object</tt> <span class="extras">(readonly)</span>
|
|
1279
|
+
|
|
1280
|
+
|
|
1281
|
+
|
|
1282
|
+
|
|
1283
|
+
|
|
1284
|
+
</h3><div class="docstring">
|
|
1285
|
+
<div class="discussion">
|
|
1286
|
+
|
|
1287
|
+
<p>Returns the value of attribute maximum_duration.</p>
|
|
1288
|
+
|
|
1289
|
+
|
|
1290
|
+
</div>
|
|
1291
|
+
</div>
|
|
1292
|
+
<div class="tags">
|
|
1293
|
+
|
|
1294
|
+
|
|
1295
|
+
</div><table class="source_code">
|
|
1296
|
+
<tr>
|
|
1297
|
+
<td>
|
|
1298
|
+
<pre class="lines">
|
|
1299
|
+
|
|
1300
|
+
|
|
1301
|
+
6
|
|
1302
|
+
7
|
|
1303
|
+
8</pre>
|
|
1304
|
+
</td>
|
|
1305
|
+
<td>
|
|
1306
|
+
<pre class="code"><span class="info file"># File 'lib/ngrokapi/models/endpoint_saml.rb', line 6</span>
|
|
1307
|
+
|
|
1308
|
+
<span class='kw'>def</span> <span class='id identifier rubyid_maximum_duration'>maximum_duration</span>
|
|
1309
|
+
<span class='ivar'>@maximum_duration</span>
|
|
1310
|
+
<span class='kw'>end</span></pre>
|
|
1311
|
+
</td>
|
|
1312
|
+
</tr>
|
|
1313
|
+
</table>
|
|
1314
|
+
</div>
|
|
1315
|
+
|
|
1316
|
+
|
|
1317
|
+
<span id=""></span>
|
|
1318
|
+
<div class="method_details ">
|
|
1319
|
+
<h3 class="signature " id="metadata_url-instance_method">
|
|
1320
|
+
|
|
1321
|
+
#<strong>metadata_url</strong> ⇒ <tt>Object</tt> <span class="extras">(readonly)</span>
|
|
1322
|
+
|
|
1323
|
+
|
|
1324
|
+
|
|
1325
|
+
|
|
1326
|
+
|
|
1327
|
+
</h3><div class="docstring">
|
|
1328
|
+
<div class="discussion">
|
|
1329
|
+
|
|
1330
|
+
<p>Returns the value of attribute metadata_url.</p>
|
|
1331
|
+
|
|
1332
|
+
|
|
1333
|
+
</div>
|
|
1334
|
+
</div>
|
|
1335
|
+
<div class="tags">
|
|
1336
|
+
|
|
1337
|
+
|
|
1338
|
+
</div><table class="source_code">
|
|
1339
|
+
<tr>
|
|
1340
|
+
<td>
|
|
1341
|
+
<pre class="lines">
|
|
1342
|
+
|
|
1343
|
+
|
|
1344
|
+
6
|
|
1345
|
+
7
|
|
1346
|
+
8</pre>
|
|
1347
|
+
</td>
|
|
1348
|
+
<td>
|
|
1349
|
+
<pre class="code"><span class="info file"># File 'lib/ngrokapi/models/endpoint_saml.rb', line 6</span>
|
|
1350
|
+
|
|
1351
|
+
<span class='kw'>def</span> <span class='id identifier rubyid_metadata_url'>metadata_url</span>
|
|
1352
|
+
<span class='ivar'>@metadata_url</span>
|
|
1353
|
+
<span class='kw'>end</span></pre>
|
|
1354
|
+
</td>
|
|
1355
|
+
</tr>
|
|
1356
|
+
</table>
|
|
1357
|
+
</div>
|
|
1358
|
+
|
|
1359
|
+
|
|
1360
|
+
<span id=""></span>
|
|
1361
|
+
<div class="method_details ">
|
|
1362
|
+
<h3 class="signature " id="nameid_format-instance_method">
|
|
1363
|
+
|
|
1364
|
+
#<strong>nameid_format</strong> ⇒ <tt>Object</tt> <span class="extras">(readonly)</span>
|
|
1365
|
+
|
|
1366
|
+
|
|
1367
|
+
|
|
1368
|
+
|
|
1369
|
+
|
|
1370
|
+
</h3><div class="docstring">
|
|
1371
|
+
<div class="discussion">
|
|
1372
|
+
|
|
1373
|
+
<p>Returns the value of attribute nameid_format.</p>
|
|
1374
|
+
|
|
1375
|
+
|
|
1376
|
+
</div>
|
|
1377
|
+
</div>
|
|
1378
|
+
<div class="tags">
|
|
1379
|
+
|
|
1380
|
+
|
|
1381
|
+
</div><table class="source_code">
|
|
1382
|
+
<tr>
|
|
1383
|
+
<td>
|
|
1384
|
+
<pre class="lines">
|
|
1385
|
+
|
|
1386
|
+
|
|
1387
|
+
6
|
|
1388
|
+
7
|
|
1389
|
+
8</pre>
|
|
1390
|
+
</td>
|
|
1391
|
+
<td>
|
|
1392
|
+
<pre class="code"><span class="info file"># File 'lib/ngrokapi/models/endpoint_saml.rb', line 6</span>
|
|
1393
|
+
|
|
1394
|
+
<span class='kw'>def</span> <span class='id identifier rubyid_nameid_format'>nameid_format</span>
|
|
1395
|
+
<span class='ivar'>@nameid_format</span>
|
|
1396
|
+
<span class='kw'>end</span></pre>
|
|
1397
|
+
</td>
|
|
1398
|
+
</tr>
|
|
1399
|
+
</table>
|
|
1400
|
+
</div>
|
|
1401
|
+
|
|
1402
|
+
|
|
1403
|
+
<span id=""></span>
|
|
1404
|
+
<div class="method_details ">
|
|
1405
|
+
<h3 class="signature " id="options_passthrough-instance_method">
|
|
1406
|
+
|
|
1407
|
+
#<strong>options_passthrough</strong> ⇒ <tt>Object</tt> <span class="extras">(readonly)</span>
|
|
1408
|
+
|
|
1409
|
+
|
|
1410
|
+
|
|
1411
|
+
|
|
1412
|
+
|
|
1413
|
+
</h3><div class="docstring">
|
|
1414
|
+
<div class="discussion">
|
|
1415
|
+
|
|
1416
|
+
<p>Returns the value of attribute options_passthrough.</p>
|
|
1417
|
+
|
|
1418
|
+
|
|
1419
|
+
</div>
|
|
1420
|
+
</div>
|
|
1421
|
+
<div class="tags">
|
|
1422
|
+
|
|
1423
|
+
|
|
1424
|
+
</div><table class="source_code">
|
|
1425
|
+
<tr>
|
|
1426
|
+
<td>
|
|
1427
|
+
<pre class="lines">
|
|
1428
|
+
|
|
1429
|
+
|
|
1430
|
+
6
|
|
1431
|
+
7
|
|
1432
|
+
8</pre>
|
|
1433
|
+
</td>
|
|
1434
|
+
<td>
|
|
1435
|
+
<pre class="code"><span class="info file"># File 'lib/ngrokapi/models/endpoint_saml.rb', line 6</span>
|
|
1436
|
+
|
|
1437
|
+
<span class='kw'>def</span> <span class='id identifier rubyid_options_passthrough'>options_passthrough</span>
|
|
1438
|
+
<span class='ivar'>@options_passthrough</span>
|
|
1439
|
+
<span class='kw'>end</span></pre>
|
|
1440
|
+
</td>
|
|
1441
|
+
</tr>
|
|
1442
|
+
</table>
|
|
1443
|
+
</div>
|
|
1444
|
+
|
|
1445
|
+
|
|
1446
|
+
<span id=""></span>
|
|
1447
|
+
<div class="method_details ">
|
|
1448
|
+
<h3 class="signature " id="request_signing_certificate_pem-instance_method">
|
|
1449
|
+
|
|
1450
|
+
#<strong>request_signing_certificate_pem</strong> ⇒ <tt>Object</tt> <span class="extras">(readonly)</span>
|
|
1451
|
+
|
|
1452
|
+
|
|
1453
|
+
|
|
1454
|
+
|
|
1455
|
+
|
|
1456
|
+
</h3><div class="docstring">
|
|
1457
|
+
<div class="discussion">
|
|
1458
|
+
|
|
1459
|
+
<p>Returns the value of attribute request_signing_certificate_pem.</p>
|
|
1460
|
+
|
|
1461
|
+
|
|
1462
|
+
</div>
|
|
1463
|
+
</div>
|
|
1464
|
+
<div class="tags">
|
|
1465
|
+
|
|
1466
|
+
|
|
1467
|
+
</div><table class="source_code">
|
|
1468
|
+
<tr>
|
|
1469
|
+
<td>
|
|
1470
|
+
<pre class="lines">
|
|
1471
|
+
|
|
1472
|
+
|
|
1473
|
+
6
|
|
1474
|
+
7
|
|
1475
|
+
8</pre>
|
|
1476
|
+
</td>
|
|
1477
|
+
<td>
|
|
1478
|
+
<pre class="code"><span class="info file"># File 'lib/ngrokapi/models/endpoint_saml.rb', line 6</span>
|
|
1479
|
+
|
|
1480
|
+
<span class='kw'>def</span> <span class='id identifier rubyid_request_signing_certificate_pem'>request_signing_certificate_pem</span>
|
|
1481
|
+
<span class='ivar'>@request_signing_certificate_pem</span>
|
|
1482
|
+
<span class='kw'>end</span></pre>
|
|
1483
|
+
</td>
|
|
1484
|
+
</tr>
|
|
1485
|
+
</table>
|
|
1486
|
+
</div>
|
|
1487
|
+
|
|
1488
|
+
|
|
1489
|
+
<span id=""></span>
|
|
1490
|
+
<div class="method_details ">
|
|
1491
|
+
<h3 class="signature " id="result-instance_method">
|
|
1492
|
+
|
|
1493
|
+
#<strong>result</strong> ⇒ <tt>Object</tt> <span class="extras">(readonly)</span>
|
|
1494
|
+
|
|
1495
|
+
|
|
1496
|
+
|
|
1497
|
+
|
|
1498
|
+
|
|
1499
|
+
</h3><div class="docstring">
|
|
1500
|
+
<div class="discussion">
|
|
1501
|
+
|
|
1502
|
+
<p>Returns the value of attribute result.</p>
|
|
1503
|
+
|
|
1504
|
+
|
|
1505
|
+
</div>
|
|
1506
|
+
</div>
|
|
1507
|
+
<div class="tags">
|
|
1508
|
+
|
|
1509
|
+
|
|
1510
|
+
</div><table class="source_code">
|
|
1511
|
+
<tr>
|
|
1512
|
+
<td>
|
|
1513
|
+
<pre class="lines">
|
|
1514
|
+
|
|
1515
|
+
|
|
1516
|
+
6
|
|
1517
|
+
7
|
|
1518
|
+
8</pre>
|
|
1519
|
+
</td>
|
|
1520
|
+
<td>
|
|
1521
|
+
<pre class="code"><span class="info file"># File 'lib/ngrokapi/models/endpoint_saml.rb', line 6</span>
|
|
1522
|
+
|
|
1523
|
+
<span class='kw'>def</span> <span class='id identifier rubyid_result'>result</span>
|
|
1524
|
+
<span class='ivar'>@result</span>
|
|
1525
|
+
<span class='kw'>end</span></pre>
|
|
1526
|
+
</td>
|
|
1527
|
+
</tr>
|
|
1528
|
+
</table>
|
|
1529
|
+
</div>
|
|
1530
|
+
|
|
1531
|
+
|
|
1532
|
+
<span id=""></span>
|
|
1533
|
+
<div class="method_details ">
|
|
1534
|
+
<h3 class="signature " id="single_logout_url-instance_method">
|
|
1535
|
+
|
|
1536
|
+
#<strong>single_logout_url</strong> ⇒ <tt>Object</tt> <span class="extras">(readonly)</span>
|
|
1537
|
+
|
|
1538
|
+
|
|
1539
|
+
|
|
1540
|
+
|
|
1541
|
+
|
|
1542
|
+
</h3><div class="docstring">
|
|
1543
|
+
<div class="discussion">
|
|
1544
|
+
|
|
1545
|
+
<p>Returns the value of attribute single_logout_url.</p>
|
|
1546
|
+
|
|
1547
|
+
|
|
1548
|
+
</div>
|
|
1549
|
+
</div>
|
|
1550
|
+
<div class="tags">
|
|
1551
|
+
|
|
1552
|
+
|
|
1553
|
+
</div><table class="source_code">
|
|
1554
|
+
<tr>
|
|
1555
|
+
<td>
|
|
1556
|
+
<pre class="lines">
|
|
1557
|
+
|
|
1558
|
+
|
|
1559
|
+
6
|
|
1560
|
+
7
|
|
1561
|
+
8</pre>
|
|
1562
|
+
</td>
|
|
1563
|
+
<td>
|
|
1564
|
+
<pre class="code"><span class="info file"># File 'lib/ngrokapi/models/endpoint_saml.rb', line 6</span>
|
|
1565
|
+
|
|
1566
|
+
<span class='kw'>def</span> <span class='id identifier rubyid_single_logout_url'>single_logout_url</span>
|
|
1567
|
+
<span class='ivar'>@single_logout_url</span>
|
|
1568
|
+
<span class='kw'>end</span></pre>
|
|
1569
|
+
</td>
|
|
1570
|
+
</tr>
|
|
1571
|
+
</table>
|
|
1572
|
+
</div>
|
|
1573
|
+
|
|
1574
|
+
</div>
|
|
1575
|
+
|
|
1576
|
+
|
|
1577
|
+
<div id="instance_method_details" class="method_details_list">
|
|
1578
|
+
<h2>Instance Method Details</h2>
|
|
1579
|
+
|
|
1580
|
+
|
|
1581
|
+
<div class="method_details first">
|
|
1582
|
+
<h3 class="signature first" id="==-instance_method">
|
|
1583
|
+
|
|
1584
|
+
#<strong>==</strong>(other) ⇒ <tt>Object</tt>
|
|
1585
|
+
|
|
1586
|
+
|
|
1587
|
+
|
|
1588
|
+
|
|
1589
|
+
|
|
1590
|
+
</h3><table class="source_code">
|
|
1591
|
+
<tr>
|
|
1592
|
+
<td>
|
|
1593
|
+
<pre class="lines">
|
|
1594
|
+
|
|
1595
|
+
|
|
1596
|
+
46
|
|
1597
|
+
47
|
|
1598
|
+
48</pre>
|
|
1599
|
+
</td>
|
|
1600
|
+
<td>
|
|
1601
|
+
<pre class="code"><span class="info file"># File 'lib/ngrokapi/models/endpoint_saml.rb', line 46</span>
|
|
1602
|
+
|
|
1603
|
+
<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>
|
|
1604
|
+
<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>
|
|
1605
|
+
<span class='kw'>end</span></pre>
|
|
1606
|
+
</td>
|
|
1607
|
+
</tr>
|
|
1608
|
+
</table>
|
|
1609
|
+
</div>
|
|
1610
|
+
|
|
1611
|
+
<div class="method_details ">
|
|
1612
|
+
<h3 class="signature " id="to_s-instance_method">
|
|
1613
|
+
|
|
1614
|
+
#<strong>to_s</strong> ⇒ <tt>Object</tt>
|
|
1615
|
+
|
|
1616
|
+
|
|
1617
|
+
|
|
1618
|
+
|
|
1619
|
+
|
|
1620
|
+
</h3><table class="source_code">
|
|
1621
|
+
<tr>
|
|
1622
|
+
<td>
|
|
1623
|
+
<pre class="lines">
|
|
1624
|
+
|
|
1625
|
+
|
|
1626
|
+
50
|
|
1627
|
+
51
|
|
1628
|
+
52</pre>
|
|
1629
|
+
</td>
|
|
1630
|
+
<td>
|
|
1631
|
+
<pre class="code"><span class="info file"># File 'lib/ngrokapi/models/endpoint_saml.rb', line 50</span>
|
|
1632
|
+
|
|
1633
|
+
<span class='kw'>def</span> <span class='id identifier rubyid_to_s'>to_s</span>
|
|
1634
|
+
<span class='ivar'>@result</span><span class='period'>.</span><span class='id identifier rubyid_to_s'>to_s</span>
|
|
1635
|
+
<span class='kw'>end</span></pre>
|
|
1636
|
+
</td>
|
|
1637
|
+
</tr>
|
|
1638
|
+
</table>
|
|
1639
|
+
</div>
|
|
1640
|
+
|
|
1641
|
+
</div>
|
|
1642
|
+
|
|
1643
|
+
</div>
|
|
1644
|
+
|
|
1645
|
+
<div id="footer">
|
|
1646
|
+
Generated on Mon Oct 4 23:24:16 2021 by
|
|
1647
|
+
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
1648
|
+
0.9.26 (ruby-3.0.1).
|
|
1649
|
+
</div>
|
|
1650
|
+
|
|
1651
|
+
</div>
|
|
1652
|
+
</body>
|
|
1653
|
+
</html>
|