ngrok-api 0.23.0 → 0.25.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.
Files changed (350) hide show
  1. checksums.yaml +4 -4
  2. data/.github/workflows/ci.yml +1 -1
  3. data/.gitignore +0 -1
  4. data/CHANGELOG.md +18 -1
  5. data/Gemfile +10 -10
  6. data/Gemfile.lock +183 -0
  7. data/README.md +21 -0
  8. data/doc/NgrokAPI/Client.html +229 -67
  9. data/doc/NgrokAPI/Error.html +2 -2
  10. data/doc/NgrokAPI/Errors/NotFoundError.html +2 -2
  11. data/doc/NgrokAPI/Errors.html +2 -2
  12. data/doc/NgrokAPI/HttpClient.html +2 -2
  13. data/doc/NgrokAPI/Models/APIKey.html +2 -2
  14. data/doc/NgrokAPI/Models/AWSAuth.html +2 -2
  15. data/doc/NgrokAPI/Models/AWSCredentials.html +2 -2
  16. data/doc/NgrokAPI/Models/AWSRole.html +2 -2
  17. data/doc/NgrokAPI/Models/AbuseReport.html +2 -2
  18. data/doc/NgrokAPI/Models/AbuseReportHostname.html +2 -2
  19. data/doc/NgrokAPI/Models/AgentIngress.html +2 -2
  20. data/doc/NgrokAPI/Models/AgentIngressCertJob.html +2 -2
  21. data/doc/NgrokAPI/Models/AgentIngressCertPolicy.html +2 -2
  22. data/doc/NgrokAPI/Models/AgentIngressCertStatus.html +2 -2
  23. data/doc/NgrokAPI/Models/ApplicationSession.html +2 -2
  24. data/doc/NgrokAPI/Models/ApplicationUser.html +2 -2
  25. data/doc/NgrokAPI/Models/BotUser.html +2 -2
  26. data/doc/NgrokAPI/Models/BrowserSession.html +2 -2
  27. data/doc/NgrokAPI/Models/CertificateAuthority.html +2 -2
  28. data/doc/NgrokAPI/Models/Credential.html +2 -2
  29. data/doc/NgrokAPI/Models/Endpoint.html +1400 -180
  30. data/doc/NgrokAPI/Models/EndpointBackend.html +2 -2
  31. data/doc/NgrokAPI/Models/EndpointBackendMutate.html +2 -2
  32. data/doc/NgrokAPI/Models/EndpointCircuitBreaker.html +2 -2
  33. data/doc/NgrokAPI/Models/EndpointCompression.html +2 -2
  34. data/doc/NgrokAPI/Models/EndpointIPPolicy.html +2 -2
  35. data/doc/NgrokAPI/Models/EndpointIPPolicyMutate.html +2 -2
  36. data/doc/NgrokAPI/Models/EndpointMutualTLS.html +2 -2
  37. data/doc/NgrokAPI/Models/EndpointMutualTLSMutate.html +2 -2
  38. data/doc/NgrokAPI/Models/EndpointOAuth.html +2 -2
  39. data/doc/NgrokAPI/Models/EndpointOAuthAmazon.html +2 -2
  40. data/doc/NgrokAPI/Models/EndpointOAuthFacebook.html +2 -2
  41. data/doc/NgrokAPI/Models/EndpointOAuthGitHub.html +2 -2
  42. data/doc/NgrokAPI/Models/EndpointOAuthGitLab.html +2 -2
  43. data/doc/NgrokAPI/Models/EndpointOAuthGoogle.html +2 -2
  44. data/doc/NgrokAPI/Models/EndpointOAuthLinkedIn.html +2 -2
  45. data/doc/NgrokAPI/Models/EndpointOAuthMicrosoft.html +2 -2
  46. data/doc/NgrokAPI/Models/EndpointOAuthProvider.html +2 -2
  47. data/doc/NgrokAPI/Models/EndpointOAuthTwitch.html +2 -2
  48. data/doc/NgrokAPI/Models/EndpointOIDC.html +2 -2
  49. data/doc/NgrokAPI/Models/EndpointRequestHeaders.html +2 -2
  50. data/doc/NgrokAPI/Models/EndpointResponseHeaders.html +2 -2
  51. data/doc/NgrokAPI/Models/EndpointSAML.html +2 -2
  52. data/doc/NgrokAPI/Models/EndpointSAMLMutate.html +2 -2
  53. data/doc/NgrokAPI/Models/EndpointTLSTermination.html +2 -2
  54. data/doc/NgrokAPI/Models/EndpointTLSTerminationAtEdge.html +2 -2
  55. data/doc/NgrokAPI/Models/EndpointTrafficPolicy.html +2 -2
  56. data/doc/NgrokAPI/Models/EndpointUserAgentFilter.html +2 -2
  57. data/doc/NgrokAPI/Models/EndpointWebhookValidation.html +2 -2
  58. data/doc/NgrokAPI/Models/EndpointWebsocketTCPConverter.html +2 -2
  59. data/doc/NgrokAPI/Models/EventDestination.html +2 -2
  60. data/doc/NgrokAPI/Models/EventSource.html +2 -2
  61. data/doc/NgrokAPI/Models/EventSourceList.html +2 -2
  62. data/doc/NgrokAPI/Models/EventSourceReplace.html +2 -2
  63. data/doc/NgrokAPI/Models/EventSubscription.html +2 -2
  64. data/doc/NgrokAPI/Models/EventTarget.html +2 -2
  65. data/doc/NgrokAPI/Models/EventTargetAzureLogsIngestion.html +2 -2
  66. data/doc/NgrokAPI/Models/EventTargetCloudwatchLogs.html +2 -2
  67. data/doc/NgrokAPI/Models/EventTargetDatadog.html +2 -2
  68. data/doc/NgrokAPI/Models/EventTargetFirehose.html +2 -2
  69. data/doc/NgrokAPI/Models/EventTargetKinesis.html +2 -2
  70. data/doc/NgrokAPI/Models/FailoverBackend.html +2 -2
  71. data/doc/NgrokAPI/Models/HTTPResponseBackend.html +2 -2
  72. data/doc/NgrokAPI/Models/HTTPSEdge.html +2 -2
  73. data/doc/NgrokAPI/Models/HTTPSEdgeRoute.html +2 -2
  74. data/doc/NgrokAPI/Models/IPPolicy.html +2 -2
  75. data/doc/NgrokAPI/Models/IPPolicyRule.html +2 -2
  76. data/doc/NgrokAPI/Models/IPRestriction.html +2 -2
  77. data/doc/NgrokAPI/Models/IdentityProvider.html +2 -2
  78. data/doc/NgrokAPI/Models/Listable.html +2 -2
  79. data/doc/NgrokAPI/Models/Location.html +2 -2
  80. data/doc/NgrokAPI/Models/Ref.html +2 -2
  81. data/doc/NgrokAPI/Models/ReservedAddr.html +2 -2
  82. data/doc/NgrokAPI/Models/ReservedDomain.html +2 -2
  83. data/doc/NgrokAPI/Models/ReservedDomainCertJob.html +2 -2
  84. data/doc/NgrokAPI/Models/ReservedDomainCertPolicy.html +2 -2
  85. data/doc/NgrokAPI/Models/ReservedDomainCertStatus.html +2 -2
  86. data/doc/NgrokAPI/Models/SSHCertificateAuthority.html +2 -2
  87. data/doc/NgrokAPI/Models/SSHCredential.html +2 -2
  88. data/doc/NgrokAPI/Models/SSHHostCertificate.html +2 -2
  89. data/doc/NgrokAPI/Models/SSHUserCertificate.html +2 -2
  90. data/doc/NgrokAPI/Models/Secret.html +1336 -0
  91. data/doc/NgrokAPI/Models/StaticBackend.html +2 -2
  92. data/doc/NgrokAPI/Models/StaticBackendTLS.html +2 -2
  93. data/doc/NgrokAPI/Models/TCPEdge.html +2 -2
  94. data/doc/NgrokAPI/Models/TLSCertificate.html +2 -2
  95. data/doc/NgrokAPI/Models/TLSCertificateSANs.html +2 -2
  96. data/doc/NgrokAPI/Models/TLSEdge.html +2 -2
  97. data/doc/NgrokAPI/Models/Tunnel.html +2 -2
  98. data/doc/NgrokAPI/Models/TunnelGroupBackend.html +2 -2
  99. data/doc/NgrokAPI/Models/TunnelSession.html +2 -2
  100. data/doc/NgrokAPI/Models/UserAgent.html +2 -2
  101. data/doc/NgrokAPI/Models/Vault.html +1353 -0
  102. data/doc/NgrokAPI/Models/WeightedBackend.html +2 -2
  103. data/doc/NgrokAPI/Models.html +4 -4
  104. data/doc/NgrokAPI/PagedIterator.html +2 -2
  105. data/doc/NgrokAPI/Services/APIKeysClient.html +2 -2
  106. data/doc/NgrokAPI/Services/AbuseReportsClient.html +2 -2
  107. data/doc/NgrokAPI/Services/AgentIngressesClient.html +2 -2
  108. data/doc/NgrokAPI/Services/ApplicationSessionsClient.html +2 -2
  109. data/doc/NgrokAPI/Services/ApplicationUsersClient.html +2 -2
  110. data/doc/NgrokAPI/Services/BotUsersClient.html +2 -2
  111. data/doc/NgrokAPI/Services/CertificateAuthoritiesClient.html +2 -2
  112. data/doc/NgrokAPI/Services/CredentialsClient.html +2 -2
  113. data/doc/NgrokAPI/Services/EdgeRouteBackendModuleClient.html +2 -2
  114. data/doc/NgrokAPI/Services/EdgeRouteCircuitBreakerModuleClient.html +2 -2
  115. data/doc/NgrokAPI/Services/EdgeRouteCompressionModuleClient.html +2 -2
  116. data/doc/NgrokAPI/Services/EdgeRouteIPRestrictionModuleClient.html +2 -2
  117. data/doc/NgrokAPI/Services/EdgeRouteOAuthModuleClient.html +2 -2
  118. data/doc/NgrokAPI/Services/EdgeRouteOIDCModuleClient.html +2 -2
  119. data/doc/NgrokAPI/Services/EdgeRouteRequestHeadersModuleClient.html +2 -2
  120. data/doc/NgrokAPI/Services/EdgeRouteResponseHeadersModuleClient.html +2 -2
  121. data/doc/NgrokAPI/Services/EdgeRouteSAMLModuleClient.html +2 -2
  122. data/doc/NgrokAPI/Services/EdgeRouteTrafficPolicyModuleClient.html +2 -2
  123. data/doc/NgrokAPI/Services/EdgeRouteUserAgentFilterModuleClient.html +2 -2
  124. data/doc/NgrokAPI/Services/EdgeRouteWebhookVerificationModuleClient.html +2 -2
  125. data/doc/NgrokAPI/Services/EdgeRouteWebsocketTCPConverterModuleClient.html +2 -2
  126. data/doc/NgrokAPI/Services/EdgesHTTPSClient.html +2 -2
  127. data/doc/NgrokAPI/Services/EdgesHTTPSRoutesClient.html +2 -2
  128. data/doc/NgrokAPI/Services/EdgesTCPClient.html +2 -2
  129. data/doc/NgrokAPI/Services/EdgesTLSClient.html +2 -2
  130. data/doc/NgrokAPI/Services/EndpointsClient.html +1353 -139
  131. data/doc/NgrokAPI/Services/EventDestinationsClient.html +2 -2
  132. data/doc/NgrokAPI/Services/EventSourcesClient.html +2 -2
  133. data/doc/NgrokAPI/Services/EventSubscriptionsClient.html +2 -2
  134. data/doc/NgrokAPI/Services/FailoverBackendsClient.html +2 -2
  135. data/doc/NgrokAPI/Services/HTTPResponseBackendsClient.html +2 -2
  136. data/doc/NgrokAPI/Services/HTTPSEdgeMutualTLSModuleClient.html +2 -2
  137. data/doc/NgrokAPI/Services/HTTPSEdgeTLSTerminationModuleClient.html +2 -2
  138. data/doc/NgrokAPI/Services/IPPoliciesClient.html +2 -2
  139. data/doc/NgrokAPI/Services/IPPolicyRulesClient.html +2 -2
  140. data/doc/NgrokAPI/Services/IPRestrictionsClient.html +2 -2
  141. data/doc/NgrokAPI/Services/ReservedAddrsClient.html +2 -2
  142. data/doc/NgrokAPI/Services/ReservedDomainsClient.html +2 -2
  143. data/doc/NgrokAPI/Services/SSHCertificateAuthoritiesClient.html +2 -2
  144. data/doc/NgrokAPI/Services/SSHCredentialsClient.html +2 -2
  145. data/doc/NgrokAPI/Services/SSHHostCertificatesClient.html +2 -2
  146. data/doc/NgrokAPI/Services/SSHUserCertificatesClient.html +2 -2
  147. data/doc/NgrokAPI/Services/SecretsClient.html +1925 -0
  148. data/doc/NgrokAPI/Services/StaticBackendsClient.html +2 -2
  149. data/doc/NgrokAPI/Services/TCPEdgeBackendModuleClient.html +2 -2
  150. data/doc/NgrokAPI/Services/TCPEdgeIPRestrictionModuleClient.html +2 -2
  151. data/doc/NgrokAPI/Services/TCPEdgeTrafficPolicyModuleClient.html +2 -2
  152. data/doc/NgrokAPI/Services/TLSCertificatesClient.html +2 -2
  153. data/doc/NgrokAPI/Services/TLSEdgeBackendModuleClient.html +2 -2
  154. data/doc/NgrokAPI/Services/TLSEdgeIPRestrictionModuleClient.html +2 -2
  155. data/doc/NgrokAPI/Services/TLSEdgeMutualTLSModuleClient.html +2 -2
  156. data/doc/NgrokAPI/Services/TLSEdgeTLSTerminationModuleClient.html +2 -2
  157. data/doc/NgrokAPI/Services/TLSEdgeTrafficPolicyModuleClient.html +2 -2
  158. data/doc/NgrokAPI/Services/TunnelGroupBackendsClient.html +2 -2
  159. data/doc/NgrokAPI/Services/TunnelSessionsClient.html +2 -2
  160. data/doc/NgrokAPI/Services/TunnelsClient.html +2 -2
  161. data/doc/NgrokAPI/Services/VaultsClient.html +1809 -0
  162. data/doc/NgrokAPI/Services/WeightedBackendsClient.html +2 -2
  163. data/doc/NgrokAPI/Services.html +5 -5
  164. data/doc/NgrokAPI.html +4 -4
  165. data/doc/_index.html +38 -2
  166. data/doc/class_list.html +1 -1
  167. data/doc/file.README.html +21 -2
  168. data/doc/index.html +21 -2
  169. data/doc/method_list.html +1293 -637
  170. data/doc/top-level-namespace.html +2 -2
  171. data/docs/NgrokAPI/Client.html +229 -67
  172. data/docs/NgrokAPI/Error.html +2 -2
  173. data/docs/NgrokAPI/Errors/NotFoundError.html +2 -2
  174. data/docs/NgrokAPI/Errors.html +2 -2
  175. data/docs/NgrokAPI/HttpClient.html +2 -2
  176. data/docs/NgrokAPI/Models/APIKey.html +2 -2
  177. data/docs/NgrokAPI/Models/AWSAuth.html +2 -2
  178. data/docs/NgrokAPI/Models/AWSCredentials.html +2 -2
  179. data/docs/NgrokAPI/Models/AWSRole.html +2 -2
  180. data/docs/NgrokAPI/Models/AbuseReport.html +2 -2
  181. data/docs/NgrokAPI/Models/AbuseReportHostname.html +2 -2
  182. data/docs/NgrokAPI/Models/AgentIngress.html +2 -2
  183. data/docs/NgrokAPI/Models/AgentIngressCertJob.html +2 -2
  184. data/docs/NgrokAPI/Models/AgentIngressCertPolicy.html +2 -2
  185. data/docs/NgrokAPI/Models/AgentIngressCertStatus.html +2 -2
  186. data/docs/NgrokAPI/Models/ApplicationSession.html +2 -2
  187. data/docs/NgrokAPI/Models/ApplicationUser.html +2 -2
  188. data/docs/NgrokAPI/Models/BotUser.html +2 -2
  189. data/docs/NgrokAPI/Models/BrowserSession.html +2 -2
  190. data/docs/NgrokAPI/Models/CertificateAuthority.html +2 -2
  191. data/docs/NgrokAPI/Models/Credential.html +2 -2
  192. data/docs/NgrokAPI/Models/Endpoint.html +1400 -180
  193. data/docs/NgrokAPI/Models/EndpointBackend.html +2 -2
  194. data/docs/NgrokAPI/Models/EndpointBackendMutate.html +2 -2
  195. data/docs/NgrokAPI/Models/EndpointCircuitBreaker.html +2 -2
  196. data/docs/NgrokAPI/Models/EndpointCompression.html +2 -2
  197. data/docs/NgrokAPI/Models/EndpointIPPolicy.html +2 -2
  198. data/docs/NgrokAPI/Models/EndpointIPPolicyMutate.html +2 -2
  199. data/docs/NgrokAPI/Models/EndpointMutualTLS.html +2 -2
  200. data/docs/NgrokAPI/Models/EndpointMutualTLSMutate.html +2 -2
  201. data/docs/NgrokAPI/Models/EndpointOAuth.html +2 -2
  202. data/docs/NgrokAPI/Models/EndpointOAuthAmazon.html +2 -2
  203. data/docs/NgrokAPI/Models/EndpointOAuthFacebook.html +2 -2
  204. data/docs/NgrokAPI/Models/EndpointOAuthGitHub.html +2 -2
  205. data/docs/NgrokAPI/Models/EndpointOAuthGitLab.html +2 -2
  206. data/docs/NgrokAPI/Models/EndpointOAuthGoogle.html +2 -2
  207. data/docs/NgrokAPI/Models/EndpointOAuthLinkedIn.html +2 -2
  208. data/docs/NgrokAPI/Models/EndpointOAuthMicrosoft.html +2 -2
  209. data/docs/NgrokAPI/Models/EndpointOAuthProvider.html +2 -2
  210. data/docs/NgrokAPI/Models/EndpointOAuthTwitch.html +2 -2
  211. data/docs/NgrokAPI/Models/EndpointOIDC.html +2 -2
  212. data/docs/NgrokAPI/Models/EndpointRequestHeaders.html +2 -2
  213. data/docs/NgrokAPI/Models/EndpointResponseHeaders.html +2 -2
  214. data/docs/NgrokAPI/Models/EndpointSAML.html +2 -2
  215. data/docs/NgrokAPI/Models/EndpointSAMLMutate.html +2 -2
  216. data/docs/NgrokAPI/Models/EndpointTLSTermination.html +2 -2
  217. data/docs/NgrokAPI/Models/EndpointTLSTerminationAtEdge.html +2 -2
  218. data/docs/NgrokAPI/Models/EndpointTrafficPolicy.html +2 -2
  219. data/docs/NgrokAPI/Models/EndpointUserAgentFilter.html +2 -2
  220. data/docs/NgrokAPI/Models/EndpointWebhookValidation.html +2 -2
  221. data/docs/NgrokAPI/Models/EndpointWebsocketTCPConverter.html +2 -2
  222. data/docs/NgrokAPI/Models/EventDestination.html +2 -2
  223. data/docs/NgrokAPI/Models/EventSource.html +2 -2
  224. data/docs/NgrokAPI/Models/EventSourceList.html +2 -2
  225. data/docs/NgrokAPI/Models/EventSourceReplace.html +2 -2
  226. data/docs/NgrokAPI/Models/EventSubscription.html +2 -2
  227. data/docs/NgrokAPI/Models/EventTarget.html +2 -2
  228. data/docs/NgrokAPI/Models/EventTargetAzureLogsIngestion.html +2 -2
  229. data/docs/NgrokAPI/Models/EventTargetCloudwatchLogs.html +2 -2
  230. data/docs/NgrokAPI/Models/EventTargetDatadog.html +2 -2
  231. data/docs/NgrokAPI/Models/EventTargetFirehose.html +2 -2
  232. data/docs/NgrokAPI/Models/EventTargetKinesis.html +2 -2
  233. data/docs/NgrokAPI/Models/FailoverBackend.html +2 -2
  234. data/docs/NgrokAPI/Models/HTTPResponseBackend.html +2 -2
  235. data/docs/NgrokAPI/Models/HTTPSEdge.html +2 -2
  236. data/docs/NgrokAPI/Models/HTTPSEdgeRoute.html +2 -2
  237. data/docs/NgrokAPI/Models/IPPolicy.html +2 -2
  238. data/docs/NgrokAPI/Models/IPPolicyRule.html +2 -2
  239. data/docs/NgrokAPI/Models/IPRestriction.html +2 -2
  240. data/docs/NgrokAPI/Models/IdentityProvider.html +2 -2
  241. data/docs/NgrokAPI/Models/Listable.html +2 -2
  242. data/docs/NgrokAPI/Models/Location.html +2 -2
  243. data/docs/NgrokAPI/Models/Ref.html +2 -2
  244. data/docs/NgrokAPI/Models/ReservedAddr.html +2 -2
  245. data/docs/NgrokAPI/Models/ReservedDomain.html +2 -2
  246. data/docs/NgrokAPI/Models/ReservedDomainCertJob.html +2 -2
  247. data/docs/NgrokAPI/Models/ReservedDomainCertPolicy.html +2 -2
  248. data/docs/NgrokAPI/Models/ReservedDomainCertStatus.html +2 -2
  249. data/docs/NgrokAPI/Models/SSHCertificateAuthority.html +2 -2
  250. data/docs/NgrokAPI/Models/SSHCredential.html +2 -2
  251. data/docs/NgrokAPI/Models/SSHHostCertificate.html +2 -2
  252. data/docs/NgrokAPI/Models/SSHUserCertificate.html +2 -2
  253. data/docs/NgrokAPI/Models/Secret.html +1336 -0
  254. data/docs/NgrokAPI/Models/StaticBackend.html +2 -2
  255. data/docs/NgrokAPI/Models/StaticBackendTLS.html +2 -2
  256. data/docs/NgrokAPI/Models/TCPEdge.html +2 -2
  257. data/docs/NgrokAPI/Models/TLSCertificate.html +2 -2
  258. data/docs/NgrokAPI/Models/TLSCertificateSANs.html +2 -2
  259. data/docs/NgrokAPI/Models/TLSEdge.html +2 -2
  260. data/docs/NgrokAPI/Models/Tunnel.html +2 -2
  261. data/docs/NgrokAPI/Models/TunnelGroupBackend.html +2 -2
  262. data/docs/NgrokAPI/Models/TunnelSession.html +2 -2
  263. data/docs/NgrokAPI/Models/UserAgent.html +2 -2
  264. data/docs/NgrokAPI/Models/Vault.html +1353 -0
  265. data/docs/NgrokAPI/Models/WeightedBackend.html +2 -2
  266. data/docs/NgrokAPI/Models.html +4 -4
  267. data/docs/NgrokAPI/PagedIterator.html +2 -2
  268. data/docs/NgrokAPI/Services/APIKeysClient.html +2 -2
  269. data/docs/NgrokAPI/Services/AbuseReportsClient.html +2 -2
  270. data/docs/NgrokAPI/Services/AgentIngressesClient.html +2 -2
  271. data/docs/NgrokAPI/Services/ApplicationSessionsClient.html +2 -2
  272. data/docs/NgrokAPI/Services/ApplicationUsersClient.html +2 -2
  273. data/docs/NgrokAPI/Services/BotUsersClient.html +2 -2
  274. data/docs/NgrokAPI/Services/CertificateAuthoritiesClient.html +2 -2
  275. data/docs/NgrokAPI/Services/CredentialsClient.html +2 -2
  276. data/docs/NgrokAPI/Services/EdgeRouteBackendModuleClient.html +2 -2
  277. data/docs/NgrokAPI/Services/EdgeRouteCircuitBreakerModuleClient.html +2 -2
  278. data/docs/NgrokAPI/Services/EdgeRouteCompressionModuleClient.html +2 -2
  279. data/docs/NgrokAPI/Services/EdgeRouteIPRestrictionModuleClient.html +2 -2
  280. data/docs/NgrokAPI/Services/EdgeRouteOAuthModuleClient.html +2 -2
  281. data/docs/NgrokAPI/Services/EdgeRouteOIDCModuleClient.html +2 -2
  282. data/docs/NgrokAPI/Services/EdgeRouteRequestHeadersModuleClient.html +2 -2
  283. data/docs/NgrokAPI/Services/EdgeRouteResponseHeadersModuleClient.html +2 -2
  284. data/docs/NgrokAPI/Services/EdgeRouteSAMLModuleClient.html +2 -2
  285. data/docs/NgrokAPI/Services/EdgeRouteTrafficPolicyModuleClient.html +2 -2
  286. data/docs/NgrokAPI/Services/EdgeRouteUserAgentFilterModuleClient.html +2 -2
  287. data/docs/NgrokAPI/Services/EdgeRouteWebhookVerificationModuleClient.html +2 -2
  288. data/docs/NgrokAPI/Services/EdgeRouteWebsocketTCPConverterModuleClient.html +2 -2
  289. data/docs/NgrokAPI/Services/EdgesHTTPSClient.html +2 -2
  290. data/docs/NgrokAPI/Services/EdgesHTTPSRoutesClient.html +2 -2
  291. data/docs/NgrokAPI/Services/EdgesTCPClient.html +2 -2
  292. data/docs/NgrokAPI/Services/EdgesTLSClient.html +2 -2
  293. data/docs/NgrokAPI/Services/EndpointsClient.html +1353 -139
  294. data/docs/NgrokAPI/Services/EventDestinationsClient.html +2 -2
  295. data/docs/NgrokAPI/Services/EventSourcesClient.html +2 -2
  296. data/docs/NgrokAPI/Services/EventSubscriptionsClient.html +2 -2
  297. data/docs/NgrokAPI/Services/FailoverBackendsClient.html +2 -2
  298. data/docs/NgrokAPI/Services/HTTPResponseBackendsClient.html +2 -2
  299. data/docs/NgrokAPI/Services/HTTPSEdgeMutualTLSModuleClient.html +2 -2
  300. data/docs/NgrokAPI/Services/HTTPSEdgeTLSTerminationModuleClient.html +2 -2
  301. data/docs/NgrokAPI/Services/IPPoliciesClient.html +2 -2
  302. data/docs/NgrokAPI/Services/IPPolicyRulesClient.html +2 -2
  303. data/docs/NgrokAPI/Services/IPRestrictionsClient.html +2 -2
  304. data/docs/NgrokAPI/Services/ReservedAddrsClient.html +2 -2
  305. data/docs/NgrokAPI/Services/ReservedDomainsClient.html +2 -2
  306. data/docs/NgrokAPI/Services/SSHCertificateAuthoritiesClient.html +2 -2
  307. data/docs/NgrokAPI/Services/SSHCredentialsClient.html +2 -2
  308. data/docs/NgrokAPI/Services/SSHHostCertificatesClient.html +2 -2
  309. data/docs/NgrokAPI/Services/SSHUserCertificatesClient.html +2 -2
  310. data/docs/NgrokAPI/Services/SecretsClient.html +1925 -0
  311. data/docs/NgrokAPI/Services/StaticBackendsClient.html +2 -2
  312. data/docs/NgrokAPI/Services/TCPEdgeBackendModuleClient.html +2 -2
  313. data/docs/NgrokAPI/Services/TCPEdgeIPRestrictionModuleClient.html +2 -2
  314. data/docs/NgrokAPI/Services/TCPEdgeTrafficPolicyModuleClient.html +2 -2
  315. data/docs/NgrokAPI/Services/TLSCertificatesClient.html +2 -2
  316. data/docs/NgrokAPI/Services/TLSEdgeBackendModuleClient.html +2 -2
  317. data/docs/NgrokAPI/Services/TLSEdgeIPRestrictionModuleClient.html +2 -2
  318. data/docs/NgrokAPI/Services/TLSEdgeMutualTLSModuleClient.html +2 -2
  319. data/docs/NgrokAPI/Services/TLSEdgeTLSTerminationModuleClient.html +2 -2
  320. data/docs/NgrokAPI/Services/TLSEdgeTrafficPolicyModuleClient.html +2 -2
  321. data/docs/NgrokAPI/Services/TunnelGroupBackendsClient.html +2 -2
  322. data/docs/NgrokAPI/Services/TunnelSessionsClient.html +2 -2
  323. data/docs/NgrokAPI/Services/TunnelsClient.html +2 -2
  324. data/docs/NgrokAPI/Services/VaultsClient.html +1809 -0
  325. data/docs/NgrokAPI/Services/WeightedBackendsClient.html +2 -2
  326. data/docs/NgrokAPI/Services.html +5 -5
  327. data/docs/NgrokAPI.html +4 -4
  328. data/docs/_index.html +38 -2
  329. data/docs/class_list.html +1 -1
  330. data/docs/file.README.html +21 -2
  331. data/docs/index.html +21 -2
  332. data/docs/method_list.html +1293 -637
  333. data/docs/top-level-namespace.html +2 -2
  334. data/lib/ngrokapi/client.rb +21 -0
  335. data/lib/ngrokapi/models/endpoint.rb +70 -1
  336. data/lib/ngrokapi/models/secret.rb +63 -0
  337. data/lib/ngrokapi/models/vault.rb +81 -0
  338. data/lib/ngrokapi/services/endpoints_client.rb +161 -4
  339. data/lib/ngrokapi/services/secrets_client.rb +246 -0
  340. data/lib/ngrokapi/services/vaults_client.rb +234 -0
  341. data/lib/ngrokapi/version.rb +1 -1
  342. data/spec/ngrokapi/client_spec.rb +15 -0
  343. data/spec/ngrokapi/models/endpoint_spec.rb +33 -0
  344. data/spec/ngrokapi/models/secret_spec.rb +30 -0
  345. data/spec/ngrokapi/models/vault_spec.rb +47 -0
  346. data/spec/ngrokapi/services/endpoints_client_spec.rb +155 -0
  347. data/spec/ngrokapi/services/secrets_client_spec.rb +198 -0
  348. data/spec/ngrokapi/services/vaults_client_spec.rb +186 -0
  349. data/spec/spec_helper.rb +117 -0
  350. metadata +19 -5
@@ -608,6 +608,30 @@
608
608
  <p>Reserved Domains are hostnames that you can listen for traffic on.</p>
609
609
  </div></span>
610
610
 
611
+ </li>
612
+
613
+
614
+ <li class="public ">
615
+ <span class="summary_signature">
616
+
617
+ <a href="#secrets-instance_method" title="#secrets (instance method)">#<strong>secrets</strong> &#x21d2; NgrokAPI::Services::SecretsClient </a>
618
+
619
+
620
+
621
+ </span>
622
+
623
+
624
+
625
+
626
+
627
+
628
+
629
+
630
+
631
+ <span class="summary_desc"><div class='inline'>
632
+ <p>Secrets is an api service for securely storing and managing sensitive data such as secrets, credentials, and tokens.</p>
633
+ </div></span>
634
+
611
635
  </li>
612
636
 
613
637
 
@@ -776,6 +800,30 @@
776
800
  <p>Tunnels provide endpoints to access services exposed by a running ngrok agent tunnel session or an SSH reverse tunnel session.</p>
777
801
  </div></span>
778
802
 
803
+ </li>
804
+
805
+
806
+ <li class="public ">
807
+ <span class="summary_signature">
808
+
809
+ <a href="#vaults-instance_method" title="#vaults (instance method)">#<strong>vaults</strong> &#x21d2; NgrokAPI::Services::VaultsClient </a>
810
+
811
+
812
+
813
+ </span>
814
+
815
+
816
+
817
+
818
+
819
+
820
+
821
+
822
+
823
+ <span class="summary_desc"><div class='inline'>
824
+ <p>Vaults is an api service for securely storing and managing sensitive data such as secrets, credentials, and tokens.</p>
825
+ </div></span>
826
+
779
827
  </li>
780
828
 
781
829
 
@@ -1046,19 +1094,19 @@
1046
1094
  <pre class="lines">
1047
1095
 
1048
1096
 
1049
- 221
1050
- 222
1051
- 223
1052
- 224
1053
- 225
1054
- 226
1055
- 227
1056
- 228
1057
- 229
1058
- 230</pre>
1097
+ 239
1098
+ 240
1099
+ 241
1100
+ 242
1101
+ 243
1102
+ 244
1103
+ 245
1104
+ 246
1105
+ 247
1106
+ 248</pre>
1059
1107
  </td>
1060
1108
  <td>
1061
- <pre class="code"><span class="info file"># File 'lib/ngrokapi/client.rb', line 221</span>
1109
+ <pre class="code"><span class="info file"># File 'lib/ngrokapi/client.rb', line 239</span>
1062
1110
 
1063
1111
  <span class='kw'>def</span> <span class='id identifier rubyid_backends'>backends</span>
1064
1112
  <span class='id identifier rubyid_ns'>ns</span> <span class='op'>=</span> <span class='const'>OpenStruct</span><span class='period'>.</span><span class='id identifier rubyid_new'>new</span>
@@ -1228,34 +1276,37 @@
1228
1276
  <pre class="lines">
1229
1277
 
1230
1278
 
1231
- 242
1232
- 243
1233
- 244
1234
- 245
1235
- 246
1236
- 247
1237
- 248
1238
- 249
1239
- 250
1240
- 251
1241
- 252
1242
- 253
1243
- 254
1244
- 255
1245
- 256
1246
- 257
1247
- 258
1248
- 259
1249
1279
  260
1250
1280
  261
1251
1281
  262
1252
1282
  263
1253
1283
  264
1254
1284
  265
1255
- 266</pre>
1285
+ 266
1286
+ 267
1287
+ 268
1288
+ 269
1289
+ 270
1290
+ 271
1291
+ 272
1292
+ 273
1293
+ 274
1294
+ 275
1295
+ 276
1296
+ 277
1297
+ 278
1298
+ 279
1299
+ 280
1300
+ 281
1301
+ 282
1302
+ 283
1303
+ 284
1304
+ 285
1305
+ 286
1306
+ 287</pre>
1256
1307
  </td>
1257
1308
  <td>
1258
- <pre class="code"><span class="info file"># File 'lib/ngrokapi/client.rb', line 242</span>
1309
+ <pre class="code"><span class="info file"># File 'lib/ngrokapi/client.rb', line 260</span>
1259
1310
 
1260
1311
  <span class='kw'>def</span> <span class='id identifier rubyid_edge_modules'>edge_modules</span>
1261
1312
  <span class='id identifier rubyid_ns'>ns</span> <span class='op'>=</span> <span class='const'>OpenStruct</span><span class='period'>.</span><span class='id identifier rubyid_new'>new</span>
@@ -1273,12 +1324,15 @@
1273
1324
  <span class='id identifier rubyid_ns'>ns</span><span class='period'>.</span><span class='id identifier rubyid_https_edge_route_oidc'>https_edge_route_oidc</span> <span class='op'>=</span> <span class='const'><span class='object_link'><a href="../NgrokAPI.html" title="NgrokAPI (module)">NgrokAPI</a></span></span><span class='op'>::</span><span class='const'><span class='object_link'><a href="Services.html" title="NgrokAPI::Services (module)">Services</a></span></span><span class='op'>::</span><span class='const'><span class='object_link'><a href="Services/EdgeRouteOIDCModuleClient.html" title="NgrokAPI::Services::EdgeRouteOIDCModuleClient (class)">EdgeRouteOIDCModuleClient</a></span></span><span class='period'>.</span><span class='id identifier rubyid_new'><span class='object_link'><a href="Services/EdgeRouteOIDCModuleClient.html#initialize-instance_method" title="NgrokAPI::Services::EdgeRouteOIDCModuleClient#initialize (method)">new</a></span></span><span class='lparen'>(</span><span class='label'>client:</span> <span class='ivar'>@client</span><span class='rparen'>)</span>
1274
1325
  <span class='id identifier rubyid_ns'>ns</span><span class='period'>.</span><span class='id identifier rubyid_https_edge_route_websocket_tcp_converter'>https_edge_route_websocket_tcp_converter</span> <span class='op'>=</span> <span class='const'><span class='object_link'><a href="../NgrokAPI.html" title="NgrokAPI (module)">NgrokAPI</a></span></span><span class='op'>::</span><span class='const'><span class='object_link'><a href="Services.html" title="NgrokAPI::Services (module)">Services</a></span></span><span class='op'>::</span><span class='const'><span class='object_link'><a href="Services/EdgeRouteWebsocketTCPConverterModuleClient.html" title="NgrokAPI::Services::EdgeRouteWebsocketTCPConverterModuleClient (class)">EdgeRouteWebsocketTCPConverterModuleClient</a></span></span><span class='period'>.</span><span class='id identifier rubyid_new'><span class='object_link'><a href="Services/EdgeRouteWebsocketTCPConverterModuleClient.html#initialize-instance_method" title="NgrokAPI::Services::EdgeRouteWebsocketTCPConverterModuleClient#initialize (method)">new</a></span></span><span class='lparen'>(</span><span class='label'>client:</span> <span class='ivar'>@client</span><span class='rparen'>)</span>
1275
1326
  <span class='id identifier rubyid_ns'>ns</span><span class='period'>.</span><span class='id identifier rubyid_https_edge_route_user_agent_filter'>https_edge_route_user_agent_filter</span> <span class='op'>=</span> <span class='const'><span class='object_link'><a href="../NgrokAPI.html" title="NgrokAPI (module)">NgrokAPI</a></span></span><span class='op'>::</span><span class='const'><span class='object_link'><a href="Services.html" title="NgrokAPI::Services (module)">Services</a></span></span><span class='op'>::</span><span class='const'><span class='object_link'><a href="Services/EdgeRouteUserAgentFilterModuleClient.html" title="NgrokAPI::Services::EdgeRouteUserAgentFilterModuleClient (class)">EdgeRouteUserAgentFilterModuleClient</a></span></span><span class='period'>.</span><span class='id identifier rubyid_new'><span class='object_link'><a href="Services/EdgeRouteUserAgentFilterModuleClient.html#initialize-instance_method" title="NgrokAPI::Services::EdgeRouteUserAgentFilterModuleClient#initialize (method)">new</a></span></span><span class='lparen'>(</span><span class='label'>client:</span> <span class='ivar'>@client</span><span class='rparen'>)</span>
1327
+ <span class='id identifier rubyid_ns'>ns</span><span class='period'>.</span><span class='id identifier rubyid_https_edge_route_traffic_policy'>https_edge_route_traffic_policy</span> <span class='op'>=</span> <span class='const'><span class='object_link'><a href="../NgrokAPI.html" title="NgrokAPI (module)">NgrokAPI</a></span></span><span class='op'>::</span><span class='const'><span class='object_link'><a href="Services.html" title="NgrokAPI::Services (module)">Services</a></span></span><span class='op'>::</span><span class='const'><span class='object_link'><a href="Services/EdgeRouteTrafficPolicyModuleClient.html" title="NgrokAPI::Services::EdgeRouteTrafficPolicyModuleClient (class)">EdgeRouteTrafficPolicyModuleClient</a></span></span><span class='period'>.</span><span class='id identifier rubyid_new'><span class='object_link'><a href="Services/EdgeRouteTrafficPolicyModuleClient.html#initialize-instance_method" title="NgrokAPI::Services::EdgeRouteTrafficPolicyModuleClient#initialize (method)">new</a></span></span><span class='lparen'>(</span><span class='label'>client:</span> <span class='ivar'>@client</span><span class='rparen'>)</span>
1276
1328
  <span class='id identifier rubyid_ns'>ns</span><span class='period'>.</span><span class='id identifier rubyid_tcp_edge_backend'>tcp_edge_backend</span> <span class='op'>=</span> <span class='const'><span class='object_link'><a href="../NgrokAPI.html" title="NgrokAPI (module)">NgrokAPI</a></span></span><span class='op'>::</span><span class='const'><span class='object_link'><a href="Services.html" title="NgrokAPI::Services (module)">Services</a></span></span><span class='op'>::</span><span class='const'><span class='object_link'><a href="Services/TCPEdgeBackendModuleClient.html" title="NgrokAPI::Services::TCPEdgeBackendModuleClient (class)">TCPEdgeBackendModuleClient</a></span></span><span class='period'>.</span><span class='id identifier rubyid_new'><span class='object_link'><a href="Services/TCPEdgeBackendModuleClient.html#initialize-instance_method" title="NgrokAPI::Services::TCPEdgeBackendModuleClient#initialize (method)">new</a></span></span><span class='lparen'>(</span><span class='label'>client:</span> <span class='ivar'>@client</span><span class='rparen'>)</span>
1277
1329
  <span class='id identifier rubyid_ns'>ns</span><span class='period'>.</span><span class='id identifier rubyid_tcp_edge_ip_restriction'>tcp_edge_ip_restriction</span> <span class='op'>=</span> <span class='const'><span class='object_link'><a href="../NgrokAPI.html" title="NgrokAPI (module)">NgrokAPI</a></span></span><span class='op'>::</span><span class='const'><span class='object_link'><a href="Services.html" title="NgrokAPI::Services (module)">Services</a></span></span><span class='op'>::</span><span class='const'><span class='object_link'><a href="Services/TCPEdgeIPRestrictionModuleClient.html" title="NgrokAPI::Services::TCPEdgeIPRestrictionModuleClient (class)">TCPEdgeIPRestrictionModuleClient</a></span></span><span class='period'>.</span><span class='id identifier rubyid_new'><span class='object_link'><a href="Services/TCPEdgeIPRestrictionModuleClient.html#initialize-instance_method" title="NgrokAPI::Services::TCPEdgeIPRestrictionModuleClient#initialize (method)">new</a></span></span><span class='lparen'>(</span><span class='label'>client:</span> <span class='ivar'>@client</span><span class='rparen'>)</span>
1330
+ <span class='id identifier rubyid_ns'>ns</span><span class='period'>.</span><span class='id identifier rubyid_tcp_edge_traffic_policy'>tcp_edge_traffic_policy</span> <span class='op'>=</span> <span class='const'><span class='object_link'><a href="../NgrokAPI.html" title="NgrokAPI (module)">NgrokAPI</a></span></span><span class='op'>::</span><span class='const'><span class='object_link'><a href="Services.html" title="NgrokAPI::Services (module)">Services</a></span></span><span class='op'>::</span><span class='const'><span class='object_link'><a href="Services/TCPEdgeTrafficPolicyModuleClient.html" title="NgrokAPI::Services::TCPEdgeTrafficPolicyModuleClient (class)">TCPEdgeTrafficPolicyModuleClient</a></span></span><span class='period'>.</span><span class='id identifier rubyid_new'><span class='object_link'><a href="Services/TCPEdgeTrafficPolicyModuleClient.html#initialize-instance_method" title="NgrokAPI::Services::TCPEdgeTrafficPolicyModuleClient#initialize (method)">new</a></span></span><span class='lparen'>(</span><span class='label'>client:</span> <span class='ivar'>@client</span><span class='rparen'>)</span>
1278
1331
  <span class='id identifier rubyid_ns'>ns</span><span class='period'>.</span><span class='id identifier rubyid_tls_edge_backend'>tls_edge_backend</span> <span class='op'>=</span> <span class='const'><span class='object_link'><a href="../NgrokAPI.html" title="NgrokAPI (module)">NgrokAPI</a></span></span><span class='op'>::</span><span class='const'><span class='object_link'><a href="Services.html" title="NgrokAPI::Services (module)">Services</a></span></span><span class='op'>::</span><span class='const'><span class='object_link'><a href="Services/TLSEdgeBackendModuleClient.html" title="NgrokAPI::Services::TLSEdgeBackendModuleClient (class)">TLSEdgeBackendModuleClient</a></span></span><span class='period'>.</span><span class='id identifier rubyid_new'><span class='object_link'><a href="Services/TLSEdgeBackendModuleClient.html#initialize-instance_method" title="NgrokAPI::Services::TLSEdgeBackendModuleClient#initialize (method)">new</a></span></span><span class='lparen'>(</span><span class='label'>client:</span> <span class='ivar'>@client</span><span class='rparen'>)</span>
1279
1332
  <span class='id identifier rubyid_ns'>ns</span><span class='period'>.</span><span class='id identifier rubyid_tls_edge_ip_restriction'>tls_edge_ip_restriction</span> <span class='op'>=</span> <span class='const'><span class='object_link'><a href="../NgrokAPI.html" title="NgrokAPI (module)">NgrokAPI</a></span></span><span class='op'>::</span><span class='const'><span class='object_link'><a href="Services.html" title="NgrokAPI::Services (module)">Services</a></span></span><span class='op'>::</span><span class='const'><span class='object_link'><a href="Services/TLSEdgeIPRestrictionModuleClient.html" title="NgrokAPI::Services::TLSEdgeIPRestrictionModuleClient (class)">TLSEdgeIPRestrictionModuleClient</a></span></span><span class='period'>.</span><span class='id identifier rubyid_new'><span class='object_link'><a href="Services/TLSEdgeIPRestrictionModuleClient.html#initialize-instance_method" title="NgrokAPI::Services::TLSEdgeIPRestrictionModuleClient#initialize (method)">new</a></span></span><span class='lparen'>(</span><span class='label'>client:</span> <span class='ivar'>@client</span><span class='rparen'>)</span>
1280
1333
  <span class='id identifier rubyid_ns'>ns</span><span class='period'>.</span><span class='id identifier rubyid_tls_edge_mutual_tls'>tls_edge_mutual_tls</span> <span class='op'>=</span> <span class='const'><span class='object_link'><a href="../NgrokAPI.html" title="NgrokAPI (module)">NgrokAPI</a></span></span><span class='op'>::</span><span class='const'><span class='object_link'><a href="Services.html" title="NgrokAPI::Services (module)">Services</a></span></span><span class='op'>::</span><span class='const'><span class='object_link'><a href="Services/TLSEdgeMutualTLSModuleClient.html" title="NgrokAPI::Services::TLSEdgeMutualTLSModuleClient (class)">TLSEdgeMutualTLSModuleClient</a></span></span><span class='period'>.</span><span class='id identifier rubyid_new'><span class='object_link'><a href="Services/TLSEdgeMutualTLSModuleClient.html#initialize-instance_method" title="NgrokAPI::Services::TLSEdgeMutualTLSModuleClient#initialize (method)">new</a></span></span><span class='lparen'>(</span><span class='label'>client:</span> <span class='ivar'>@client</span><span class='rparen'>)</span>
1281
1334
  <span class='id identifier rubyid_ns'>ns</span><span class='period'>.</span><span class='id identifier rubyid_tls_edge_tls_termination'>tls_edge_tls_termination</span> <span class='op'>=</span> <span class='const'><span class='object_link'><a href="../NgrokAPI.html" title="NgrokAPI (module)">NgrokAPI</a></span></span><span class='op'>::</span><span class='const'><span class='object_link'><a href="Services.html" title="NgrokAPI::Services (module)">Services</a></span></span><span class='op'>::</span><span class='const'><span class='object_link'><a href="Services/TLSEdgeTLSTerminationModuleClient.html" title="NgrokAPI::Services::TLSEdgeTLSTerminationModuleClient (class)">TLSEdgeTLSTerminationModuleClient</a></span></span><span class='period'>.</span><span class='id identifier rubyid_new'><span class='object_link'><a href="Services/TLSEdgeTLSTerminationModuleClient.html#initialize-instance_method" title="NgrokAPI::Services::TLSEdgeTLSTerminationModuleClient#initialize (method)">new</a></span></span><span class='lparen'>(</span><span class='label'>client:</span> <span class='ivar'>@client</span><span class='rparen'>)</span>
1335
+ <span class='id identifier rubyid_ns'>ns</span><span class='period'>.</span><span class='id identifier rubyid_tls_edge_traffic_policy'>tls_edge_traffic_policy</span> <span class='op'>=</span> <span class='const'><span class='object_link'><a href="../NgrokAPI.html" title="NgrokAPI (module)">NgrokAPI</a></span></span><span class='op'>::</span><span class='const'><span class='object_link'><a href="Services.html" title="NgrokAPI::Services (module)">Services</a></span></span><span class='op'>::</span><span class='const'><span class='object_link'><a href="Services/TLSEdgeTrafficPolicyModuleClient.html" title="NgrokAPI::Services::TLSEdgeTrafficPolicyModuleClient (class)">TLSEdgeTrafficPolicyModuleClient</a></span></span><span class='period'>.</span><span class='id identifier rubyid_new'><span class='object_link'><a href="Services/TLSEdgeTrafficPolicyModuleClient.html#initialize-instance_method" title="NgrokAPI::Services::TLSEdgeTrafficPolicyModuleClient#initialize (method)">new</a></span></span><span class='lparen'>(</span><span class='label'>client:</span> <span class='ivar'>@client</span><span class='rparen'>)</span>
1282
1336
 
1283
1337
  <span class='id identifier rubyid_ns'>ns</span>
1284
1338
  <span class='kw'>end</span></pre>
@@ -1302,18 +1356,18 @@
1302
1356
  <pre class="lines">
1303
1357
 
1304
1358
 
1305
- 232
1306
- 233
1307
- 234
1308
- 235
1309
- 236
1310
- 237
1311
- 238
1312
- 239
1313
- 240</pre>
1359
+ 250
1360
+ 251
1361
+ 252
1362
+ 253
1363
+ 254
1364
+ 255
1365
+ 256
1366
+ 257
1367
+ 258</pre>
1314
1368
  </td>
1315
1369
  <td>
1316
- <pre class="code"><span class="info file"># File 'lib/ngrokapi/client.rb', line 232</span>
1370
+ <pre class="code"><span class="info file"># File 'lib/ngrokapi/client.rb', line 250</span>
1317
1371
 
1318
1372
  <span class='kw'>def</span> <span class='id identifier rubyid_edges'>edges</span>
1319
1373
  <span class='id identifier rubyid_ns'>ns</span> <span class='op'>=</span> <span class='const'>OpenStruct</span><span class='period'>.</span><span class='id identifier rubyid_new'>new</span>
@@ -1744,9 +1798,9 @@
1744
1798
  </div>
1745
1799
 
1746
1800
  <div class="method_details ">
1747
- <h3 class="signature " id="ssh_certificate_authorities-instance_method">
1801
+ <h3 class="signature " id="secrets-instance_method">
1748
1802
 
1749
- #<strong>ssh_certificate_authorities</strong> &#x21d2; <tt><span class='object_link'><a href="Services/SSHCertificateAuthoritiesClient.html" title="NgrokAPI::Services::SSHCertificateAuthoritiesClient (class)">NgrokAPI::Services::SSHCertificateAuthoritiesClient</a></span></tt>
1803
+ #<strong>secrets</strong> &#x21d2; <tt><span class='object_link'><a href="Services/SecretsClient.html" title="NgrokAPI::Services::SecretsClient (class)">NgrokAPI::Services::SecretsClient</a></span></tt>
1750
1804
 
1751
1805
 
1752
1806
 
@@ -1755,7 +1809,7 @@
1755
1809
  </h3><div class="docstring">
1756
1810
  <div class="discussion">
1757
1811
 
1758
- <p>An SSH Certificate Authority is a pair of an SSH Certificate and its private key that can be used to sign other SSH host and user certificates.</p>
1812
+ <p>Secrets is an api service for securely storing and managing sensitive data such as secrets, credentials, and tokens.</p>
1759
1813
 
1760
1814
 
1761
1815
  </div>
@@ -1768,7 +1822,7 @@
1768
1822
  <li>
1769
1823
 
1770
1824
 
1771
- <span class='type'>(<tt><span class='object_link'><a href="Services/SSHCertificateAuthoritiesClient.html" title="NgrokAPI::Services::SSHCertificateAuthoritiesClient (class)">NgrokAPI::Services::SSHCertificateAuthoritiesClient</a></span></tt>)</span>
1825
+ <span class='type'>(<tt><span class='object_link'><a href="Services/SecretsClient.html" title="NgrokAPI::Services::SecretsClient (class)">NgrokAPI::Services::SecretsClient</a></span></tt>)</span>
1772
1826
 
1773
1827
 
1774
1828
 
@@ -1789,6 +1843,60 @@
1789
1843
  <td>
1790
1844
  <pre class="code"><span class="info file"># File 'lib/ngrokapi/client.rb', line 167</span>
1791
1845
 
1846
+ <span class='kw'>def</span> <span class='id identifier rubyid_secrets'>secrets</span>
1847
+ <span class='ivar'>@_secrets</span> <span class='op'>||=</span> <span class='const'><span class='object_link'><a href="../NgrokAPI.html" title="NgrokAPI (module)">NgrokAPI</a></span></span><span class='op'>::</span><span class='const'><span class='object_link'><a href="Services.html" title="NgrokAPI::Services (module)">Services</a></span></span><span class='op'>::</span><span class='const'><span class='object_link'><a href="Services/SecretsClient.html" title="NgrokAPI::Services::SecretsClient (class)">SecretsClient</a></span></span><span class='period'>.</span><span class='id identifier rubyid_new'><span class='object_link'><a href="Services/SecretsClient.html#initialize-instance_method" title="NgrokAPI::Services::SecretsClient#initialize (method)">new</a></span></span><span class='lparen'>(</span><span class='label'>client:</span> <span class='ivar'>@client</span><span class='rparen'>)</span>
1848
+ <span class='kw'>end</span></pre>
1849
+ </td>
1850
+ </tr>
1851
+ </table>
1852
+ </div>
1853
+
1854
+ <div class="method_details ">
1855
+ <h3 class="signature " id="ssh_certificate_authorities-instance_method">
1856
+
1857
+ #<strong>ssh_certificate_authorities</strong> &#x21d2; <tt><span class='object_link'><a href="Services/SSHCertificateAuthoritiesClient.html" title="NgrokAPI::Services::SSHCertificateAuthoritiesClient (class)">NgrokAPI::Services::SSHCertificateAuthoritiesClient</a></span></tt>
1858
+
1859
+
1860
+
1861
+
1862
+
1863
+ </h3><div class="docstring">
1864
+ <div class="discussion">
1865
+
1866
+ <p>An SSH Certificate Authority is a pair of an SSH Certificate and its private key that can be used to sign other SSH host and user certificates.</p>
1867
+
1868
+
1869
+ </div>
1870
+ </div>
1871
+ <div class="tags">
1872
+
1873
+ <p class="tag_title">Returns:</p>
1874
+ <ul class="return">
1875
+
1876
+ <li>
1877
+
1878
+
1879
+ <span class='type'>(<tt><span class='object_link'><a href="Services/SSHCertificateAuthoritiesClient.html" title="NgrokAPI::Services::SSHCertificateAuthoritiesClient (class)">NgrokAPI::Services::SSHCertificateAuthoritiesClient</a></span></tt>)</span>
1880
+
1881
+
1882
+
1883
+ </li>
1884
+
1885
+ </ul>
1886
+
1887
+ </div><table class="source_code">
1888
+ <tr>
1889
+ <td>
1890
+ <pre class="lines">
1891
+
1892
+
1893
+ 176
1894
+ 177
1895
+ 178</pre>
1896
+ </td>
1897
+ <td>
1898
+ <pre class="code"><span class="info file"># File 'lib/ngrokapi/client.rb', line 176</span>
1899
+
1792
1900
  <span class='kw'>def</span> <span class='id identifier rubyid_ssh_certificate_authorities'>ssh_certificate_authorities</span>
1793
1901
  <span class='ivar'>@_ssh_certificate_authorities</span> <span class='op'>||=</span> <span class='const'><span class='object_link'><a href="../NgrokAPI.html" title="NgrokAPI (module)">NgrokAPI</a></span></span><span class='op'>::</span><span class='const'><span class='object_link'><a href="Services.html" title="NgrokAPI::Services (module)">Services</a></span></span><span class='op'>::</span><span class='const'><span class='object_link'><a href="Services/SSHCertificateAuthoritiesClient.html" title="NgrokAPI::Services::SSHCertificateAuthoritiesClient (class)">SSHCertificateAuthoritiesClient</a></span></span><span class='period'>.</span><span class='id identifier rubyid_new'><span class='object_link'><a href="Services/SSHCertificateAuthoritiesClient.html#initialize-instance_method" title="NgrokAPI::Services::SSHCertificateAuthoritiesClient#initialize (method)">new</a></span></span><span class='lparen'>(</span><span class='label'>client:</span> <span class='ivar'>@client</span><span class='rparen'>)</span>
1794
1902
  <span class='kw'>end</span></pre>
@@ -1836,12 +1944,12 @@
1836
1944
  <pre class="lines">
1837
1945
 
1838
1946
 
1839
- 176
1840
- 177
1841
- 178</pre>
1947
+ 185
1948
+ 186
1949
+ 187</pre>
1842
1950
  </td>
1843
1951
  <td>
1844
- <pre class="code"><span class="info file"># File 'lib/ngrokapi/client.rb', line 176</span>
1952
+ <pre class="code"><span class="info file"># File 'lib/ngrokapi/client.rb', line 185</span>
1845
1953
 
1846
1954
  <span class='kw'>def</span> <span class='id identifier rubyid_ssh_credentials'>ssh_credentials</span>
1847
1955
  <span class='ivar'>@_ssh_credentials</span> <span class='op'>||=</span> <span class='const'><span class='object_link'><a href="../NgrokAPI.html" title="NgrokAPI (module)">NgrokAPI</a></span></span><span class='op'>::</span><span class='const'><span class='object_link'><a href="Services.html" title="NgrokAPI::Services (module)">Services</a></span></span><span class='op'>::</span><span class='const'><span class='object_link'><a href="Services/SSHCredentialsClient.html" title="NgrokAPI::Services::SSHCredentialsClient (class)">SSHCredentialsClient</a></span></span><span class='period'>.</span><span class='id identifier rubyid_new'><span class='object_link'><a href="Services/SSHCredentialsClient.html#initialize-instance_method" title="NgrokAPI::Services::SSHCredentialsClient#initialize (method)">new</a></span></span><span class='lparen'>(</span><span class='label'>client:</span> <span class='ivar'>@client</span><span class='rparen'>)</span>
@@ -1890,12 +1998,12 @@
1890
1998
  <pre class="lines">
1891
1999
 
1892
2000
 
1893
- 186
1894
- 187
1895
- 188</pre>
2001
+ 195
2002
+ 196
2003
+ 197</pre>
1896
2004
  </td>
1897
2005
  <td>
1898
- <pre class="code"><span class="info file"># File 'lib/ngrokapi/client.rb', line 186</span>
2006
+ <pre class="code"><span class="info file"># File 'lib/ngrokapi/client.rb', line 195</span>
1899
2007
 
1900
2008
  <span class='kw'>def</span> <span class='id identifier rubyid_ssh_host_certificates'>ssh_host_certificates</span>
1901
2009
  <span class='ivar'>@_ssh_host_certificates</span> <span class='op'>||=</span> <span class='const'><span class='object_link'><a href="../NgrokAPI.html" title="NgrokAPI (module)">NgrokAPI</a></span></span><span class='op'>::</span><span class='const'><span class='object_link'><a href="Services.html" title="NgrokAPI::Services (module)">Services</a></span></span><span class='op'>::</span><span class='const'><span class='object_link'><a href="Services/SSHHostCertificatesClient.html" title="NgrokAPI::Services::SSHHostCertificatesClient (class)">SSHHostCertificatesClient</a></span></span><span class='period'>.</span><span class='id identifier rubyid_new'><span class='object_link'><a href="Services/SSHHostCertificatesClient.html#initialize-instance_method" title="NgrokAPI::Services::SSHHostCertificatesClient#initialize (method)">new</a></span></span><span class='lparen'>(</span><span class='label'>client:</span> <span class='ivar'>@client</span><span class='rparen'>)</span>
@@ -1944,12 +2052,12 @@
1944
2052
  <pre class="lines">
1945
2053
 
1946
2054
 
1947
- 196
1948
- 197
1949
- 198</pre>
2055
+ 205
2056
+ 206
2057
+ 207</pre>
1950
2058
  </td>
1951
2059
  <td>
1952
- <pre class="code"><span class="info file"># File 'lib/ngrokapi/client.rb', line 196</span>
2060
+ <pre class="code"><span class="info file"># File 'lib/ngrokapi/client.rb', line 205</span>
1953
2061
 
1954
2062
  <span class='kw'>def</span> <span class='id identifier rubyid_ssh_user_certificates'>ssh_user_certificates</span>
1955
2063
  <span class='ivar'>@_ssh_user_certificates</span> <span class='op'>||=</span> <span class='const'><span class='object_link'><a href="../NgrokAPI.html" title="NgrokAPI (module)">NgrokAPI</a></span></span><span class='op'>::</span><span class='const'><span class='object_link'><a href="Services.html" title="NgrokAPI::Services (module)">Services</a></span></span><span class='op'>::</span><span class='const'><span class='object_link'><a href="Services/SSHUserCertificatesClient.html" title="NgrokAPI::Services::SSHUserCertificatesClient (class)">SSHUserCertificatesClient</a></span></span><span class='period'>.</span><span class='id identifier rubyid_new'><span class='object_link'><a href="Services/SSHUserCertificatesClient.html#initialize-instance_method" title="NgrokAPI::Services::SSHUserCertificatesClient#initialize (method)">new</a></span></span><span class='lparen'>(</span><span class='label'>client:</span> <span class='ivar'>@client</span><span class='rparen'>)</span>
@@ -1998,12 +2106,12 @@
1998
2106
  <pre class="lines">
1999
2107
 
2000
2108
 
2001
- 208
2002
- 209
2003
- 210</pre>
2109
+ 217
2110
+ 218
2111
+ 219</pre>
2004
2112
  </td>
2005
2113
  <td>
2006
- <pre class="code"><span class="info file"># File 'lib/ngrokapi/client.rb', line 208</span>
2114
+ <pre class="code"><span class="info file"># File 'lib/ngrokapi/client.rb', line 217</span>
2007
2115
 
2008
2116
  <span class='kw'>def</span> <span class='id identifier rubyid_tls_certificates'>tls_certificates</span>
2009
2117
  <span class='ivar'>@_tls_certificates</span> <span class='op'>||=</span> <span class='const'><span class='object_link'><a href="../NgrokAPI.html" title="NgrokAPI (module)">NgrokAPI</a></span></span><span class='op'>::</span><span class='const'><span class='object_link'><a href="Services.html" title="NgrokAPI::Services (module)">Services</a></span></span><span class='op'>::</span><span class='const'><span class='object_link'><a href="Services/TLSCertificatesClient.html" title="NgrokAPI::Services::TLSCertificatesClient (class)">TLSCertificatesClient</a></span></span><span class='period'>.</span><span class='id identifier rubyid_new'><span class='object_link'><a href="Services/TLSCertificatesClient.html#initialize-instance_method" title="NgrokAPI::Services::TLSCertificatesClient#initialize (method)">new</a></span></span><span class='lparen'>(</span><span class='label'>client:</span> <span class='ivar'>@client</span><span class='rparen'>)</span>
@@ -2106,12 +2214,12 @@
2106
2214
  <pre class="lines">
2107
2215
 
2108
2216
 
2109
- 217
2110
- 218
2111
- 219</pre>
2217
+ 226
2218
+ 227
2219
+ 228</pre>
2112
2220
  </td>
2113
2221
  <td>
2114
- <pre class="code"><span class="info file"># File 'lib/ngrokapi/client.rb', line 217</span>
2222
+ <pre class="code"><span class="info file"># File 'lib/ngrokapi/client.rb', line 226</span>
2115
2223
 
2116
2224
  <span class='kw'>def</span> <span class='id identifier rubyid_tunnels'>tunnels</span>
2117
2225
  <span class='ivar'>@_tunnels</span> <span class='op'>||=</span> <span class='const'><span class='object_link'><a href="../NgrokAPI.html" title="NgrokAPI (module)">NgrokAPI</a></span></span><span class='op'>::</span><span class='const'><span class='object_link'><a href="Services.html" title="NgrokAPI::Services (module)">Services</a></span></span><span class='op'>::</span><span class='const'><span class='object_link'><a href="Services/TunnelsClient.html" title="NgrokAPI::Services::TunnelsClient (class)">TunnelsClient</a></span></span><span class='period'>.</span><span class='id identifier rubyid_new'><span class='object_link'><a href="Services/TunnelsClient.html#initialize-instance_method" title="NgrokAPI::Services::TunnelsClient#initialize (method)">new</a></span></span><span class='lparen'>(</span><span class='label'>client:</span> <span class='ivar'>@client</span><span class='rparen'>)</span>
@@ -2119,6 +2227,60 @@
2119
2227
  </td>
2120
2228
  </tr>
2121
2229
  </table>
2230
+ </div>
2231
+
2232
+ <div class="method_details ">
2233
+ <h3 class="signature " id="vaults-instance_method">
2234
+
2235
+ #<strong>vaults</strong> &#x21d2; <tt><span class='object_link'><a href="Services/VaultsClient.html" title="NgrokAPI::Services::VaultsClient (class)">NgrokAPI::Services::VaultsClient</a></span></tt>
2236
+
2237
+
2238
+
2239
+
2240
+
2241
+ </h3><div class="docstring">
2242
+ <div class="discussion">
2243
+
2244
+ <p>Vaults is an api service for securely storing and managing sensitive data such as secrets, credentials, and tokens.</p>
2245
+
2246
+
2247
+ </div>
2248
+ </div>
2249
+ <div class="tags">
2250
+
2251
+ <p class="tag_title">Returns:</p>
2252
+ <ul class="return">
2253
+
2254
+ <li>
2255
+
2256
+
2257
+ <span class='type'>(<tt><span class='object_link'><a href="Services/VaultsClient.html" title="NgrokAPI::Services::VaultsClient (class)">NgrokAPI::Services::VaultsClient</a></span></tt>)</span>
2258
+
2259
+
2260
+
2261
+ </li>
2262
+
2263
+ </ul>
2264
+
2265
+ </div><table class="source_code">
2266
+ <tr>
2267
+ <td>
2268
+ <pre class="lines">
2269
+
2270
+
2271
+ 235
2272
+ 236
2273
+ 237</pre>
2274
+ </td>
2275
+ <td>
2276
+ <pre class="code"><span class="info file"># File 'lib/ngrokapi/client.rb', line 235</span>
2277
+
2278
+ <span class='kw'>def</span> <span class='id identifier rubyid_vaults'>vaults</span>
2279
+ <span class='ivar'>@_vaults</span> <span class='op'>||=</span> <span class='const'><span class='object_link'><a href="../NgrokAPI.html" title="NgrokAPI (module)">NgrokAPI</a></span></span><span class='op'>::</span><span class='const'><span class='object_link'><a href="Services.html" title="NgrokAPI::Services (module)">Services</a></span></span><span class='op'>::</span><span class='const'><span class='object_link'><a href="Services/VaultsClient.html" title="NgrokAPI::Services::VaultsClient (class)">VaultsClient</a></span></span><span class='period'>.</span><span class='id identifier rubyid_new'><span class='object_link'><a href="Services/VaultsClient.html#initialize-instance_method" title="NgrokAPI::Services::VaultsClient#initialize (method)">new</a></span></span><span class='lparen'>(</span><span class='label'>client:</span> <span class='ivar'>@client</span><span class='rparen'>)</span>
2280
+ <span class='kw'>end</span></pre>
2281
+ </td>
2282
+ </tr>
2283
+ </table>
2122
2284
  </div>
2123
2285
 
2124
2286
  </div>
@@ -2126,9 +2288,9 @@
2126
2288
  </div>
2127
2289
 
2128
2290
  <div id="footer">
2129
- Generated on Thu Jul 25 21:32:05 2024 by
2291
+ Generated on Thu Aug 14 22:44:14 2025 by
2130
2292
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
2131
- 0.9.36 (ruby-3.3.1).
2293
+ 0.9.36 (ruby-3.3.8).
2132
2294
  </div>
2133
2295
 
2134
2296
  </div>
@@ -295,9 +295,9 @@
295
295
  </div>
296
296
 
297
297
  <div id="footer">
298
- Generated on Thu Jul 25 21:32:04 2024 by
298
+ Generated on Thu Aug 14 22:44:14 2025 by
299
299
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
300
- 0.9.36 (ruby-3.3.1).
300
+ 0.9.36 (ruby-3.3.8).
301
301
  </div>
302
302
 
303
303
  </div>
@@ -299,9 +299,9 @@
299
299
  </div>
300
300
 
301
301
  <div id="footer">
302
- Generated on Thu Jul 25 21:32:07 2024 by
302
+ Generated on Thu Aug 14 22:44:16 2025 by
303
303
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
304
- 0.9.36 (ruby-3.3.1).
304
+ 0.9.36 (ruby-3.3.8).
305
305
  </div>
306
306
 
307
307
  </div>
@@ -105,9 +105,9 @@
105
105
  </div>
106
106
 
107
107
  <div id="footer">
108
- Generated on Thu Jul 25 21:32:04 2024 by
108
+ Generated on Thu Aug 14 22:44:14 2025 by
109
109
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
110
- 0.9.36 (ruby-3.3.1).
110
+ 0.9.36 (ruby-3.3.8).
111
111
  </div>
112
112
 
113
113
  </div>
@@ -1267,9 +1267,9 @@
1267
1267
  </div>
1268
1268
 
1269
1269
  <div id="footer">
1270
- Generated on Thu Jul 25 21:32:05 2024 by
1270
+ Generated on Thu Aug 14 22:44:14 2025 by
1271
1271
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
1272
- 0.9.36 (ruby-3.3.1).
1272
+ 0.9.36 (ruby-3.3.8).
1273
1273
  </div>
1274
1274
 
1275
1275
  </div>
@@ -1189,9 +1189,9 @@
1189
1189
  </div>
1190
1190
 
1191
1191
  <div id="footer">
1192
- Generated on Thu Jul 25 21:32:05 2024 by
1192
+ Generated on Thu Aug 14 22:44:15 2025 by
1193
1193
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
1194
- 0.9.36 (ruby-3.3.1).
1194
+ 0.9.36 (ruby-3.3.8).
1195
1195
  </div>
1196
1196
 
1197
1197
  </div>
@@ -659,9 +659,9 @@
659
659
  </div>
660
660
 
661
661
  <div id="footer">
662
- Generated on Thu Jul 25 21:32:05 2024 by
662
+ Generated on Thu Aug 14 22:44:15 2025 by
663
663
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
664
- 0.9.36 (ruby-3.3.1).
664
+ 0.9.36 (ruby-3.3.8).
665
665
  </div>
666
666
 
667
667
  </div>
@@ -659,9 +659,9 @@
659
659
  </div>
660
660
 
661
661
  <div id="footer">
662
- Generated on Thu Jul 25 21:32:07 2024 by
662
+ Generated on Thu Aug 14 22:44:16 2025 by
663
663
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
664
- 0.9.36 (ruby-3.3.1).
664
+ 0.9.36 (ruby-3.3.8).
665
665
  </div>
666
666
 
667
667
  </div>
@@ -585,9 +585,9 @@
585
585
  </div>
586
586
 
587
587
  <div id="footer">
588
- Generated on Thu Jul 25 21:32:05 2024 by
588
+ Generated on Thu Aug 14 22:44:15 2025 by
589
589
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
590
- 0.9.36 (ruby-3.3.1).
590
+ 0.9.36 (ruby-3.3.8).
591
591
  </div>
592
592
 
593
593
  </div>
@@ -1033,9 +1033,9 @@
1033
1033
  </div>
1034
1034
 
1035
1035
  <div id="footer">
1036
- Generated on Thu Jul 25 21:32:06 2024 by
1036
+ Generated on Thu Aug 14 22:44:16 2025 by
1037
1037
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
1038
- 0.9.36 (ruby-3.3.1).
1038
+ 0.9.36 (ruby-3.3.8).
1039
1039
  </div>
1040
1040
 
1041
1041
  </div>
@@ -659,9 +659,9 @@
659
659
  </div>
660
660
 
661
661
  <div id="footer">
662
- Generated on Thu Jul 25 21:32:11 2024 by
662
+ Generated on Thu Aug 14 22:44:19 2025 by
663
663
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
664
- 0.9.36 (ruby-3.3.1).
664
+ 0.9.36 (ruby-3.3.8).
665
665
  </div>
666
666
 
667
667
  </div>
@@ -1417,9 +1417,9 @@
1417
1417
  </div>
1418
1418
 
1419
1419
  <div id="footer">
1420
- Generated on Thu Jul 25 21:32:06 2024 by
1420
+ Generated on Thu Aug 14 22:44:16 2025 by
1421
1421
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
1422
- 0.9.36 (ruby-3.3.1).
1422
+ 0.9.36 (ruby-3.3.8).
1423
1423
  </div>
1424
1424
 
1425
1425
  </div>