# File 'lib/ngrokapi/services/credentials_client.rb', line 39
-def create ( description: " " , metadata: " " , acl: [ ] , owner_id: nil , owner_email: " " , precomputed_token: nil )
+def create ( description: " " , metadata: " " , acl: [ ] , owner_id: nil , owner_email: " " , precomputed_token: nil , scim_user_id: " " )
path = ' /credentials '
replacements = {
}
@@ -730,7 +730,7 @@
- #create! (description: "", metadata: "", acl: [], owner_id: nil, owner_email: "", precomputed_token: nil) ⇒ NgrokAPI::Models::Credential
+ #create! (description: "", metadata: "", acl: [], owner_id: nil, owner_email: "", precomputed_token: nil, scim_user_id: "") ⇒ NgrokAPI::Models::Credential
@@ -865,7 +865,7 @@
# File 'lib/ngrokapi/services/credentials_client.rb', line 66
-def create! ( description: " " , metadata: " " , acl: [ ] , owner_id: nil , owner_email: " " , precomputed_token: nil )
+def create! ( description: " " , metadata: " " , acl: [ ] , owner_id: nil , owner_email: " " , precomputed_token: nil , scim_user_id: " " )
path = ' /credentials '
replacements = {
}
@@ -1257,7 +1257,7 @@
- #list (before_id: nil, limit: nil, url: nil) ⇒ NgrokAPI::Models::Listable
+ #list (before_id: nil, limit: nil, filter: nil, url: nil) ⇒ NgrokAPI::Models::Listable
@@ -1301,6 +1301,19 @@
(defaults to: nil )
+
+
+
+
+ filter
+
+
+ (string )
+
+
+ (defaults to: nil )
+
+
@@ -1348,7 +1361,6 @@
-154
155
156
157
@@ -1366,19 +1378,24 @@
169
170
171
-172
+172
+173
+174
+175
- # File 'lib/ngrokapi/services/credentials_client.rb', line 154
+ # File 'lib/ngrokapi/services/credentials_client.rb', line 155
def list (
before_id: nil ,
limit: nil ,
+ filter: nil ,
url: nil
)
result = @client . list (
before_id: before_id ,
limit: limit ,
+ filter: filter ,
url: url ,
path: PATH
)
@@ -1398,7 +1415,7 @@
- #list! (before_id: nil, limit: nil, url: nil) ⇒ NgrokAPI::Models::Listable
+ #list! (before_id: nil, limit: nil, filter: nil, url: nil) ⇒ NgrokAPI::Models::Listable
@@ -1442,6 +1459,19 @@
(defaults to: nil )
+
+
+
+
+ filter
+
+
+ (string )
+
+
+ (defaults to: nil )
+
+
@@ -1489,10 +1519,6 @@
-184
-185
-186
-187
188
189
190
@@ -1509,19 +1535,27 @@
201
202
203
-204
+204
+205
+206
+207
+208
+209
+210
- # File 'lib/ngrokapi/services/credentials_client.rb', line 184
+ # File 'lib/ngrokapi/services/credentials_client.rb', line 188
def list! (
before_id: nil ,
limit: nil ,
+ filter: nil ,
url: nil
)
result = @client . list (
before_id: before_id ,
limit: limit ,
+ filter: filter ,
danger: true ,
url: url ,
path: PATH
@@ -1657,21 +1691,21 @@
-216
-217
-218
-219
-220
-221
222
223
224
225
226
-227
+227
+228
+229
+230
+231
+232
+233
- # File 'lib/ngrokapi/services/credentials_client.rb', line 216
+ # File 'lib/ngrokapi/services/credentials_client.rb', line 222
def update ( id: " " , description: nil , metadata: nil , acl: nil )
path = ' /credentials/%{id} '
@@ -1807,21 +1841,21 @@
-240
-241
-242
-243
-244
-245
246
247
248
249
250
-251
+251
+252
+253
+254
+255
+256
+257
- # File 'lib/ngrokapi/services/credentials_client.rb', line 240
+ # File 'lib/ngrokapi/services/credentials_client.rb', line 246
def update! ( id: " " , description: nil , metadata: nil , acl: nil )
path = ' /credentials/%{id} '
@@ -1845,9 +1879,9 @@
diff --git a/doc/NgrokAPI/Services/EdgeRouteBackendModuleClient.html b/doc/NgrokAPI/Services/EdgeRouteBackendModuleClient.html
index 76fed51c..8442eee6 100644
--- a/doc/NgrokAPI/Services/EdgeRouteBackendModuleClient.html
+++ b/doc/NgrokAPI/Services/EdgeRouteBackendModuleClient.html
@@ -1139,9 +1139,9 @@
diff --git a/doc/NgrokAPI/Services/EdgeRouteCircuitBreakerModuleClient.html b/doc/NgrokAPI/Services/EdgeRouteCircuitBreakerModuleClient.html
index 145d75a6..b206c202 100644
--- a/doc/NgrokAPI/Services/EdgeRouteCircuitBreakerModuleClient.html
+++ b/doc/NgrokAPI/Services/EdgeRouteCircuitBreakerModuleClient.html
@@ -1139,9 +1139,9 @@
diff --git a/doc/NgrokAPI/Services/EdgeRouteCompressionModuleClient.html b/doc/NgrokAPI/Services/EdgeRouteCompressionModuleClient.html
index b4609a9c..911cac1f 100644
--- a/doc/NgrokAPI/Services/EdgeRouteCompressionModuleClient.html
+++ b/doc/NgrokAPI/Services/EdgeRouteCompressionModuleClient.html
@@ -1139,9 +1139,9 @@
diff --git a/doc/NgrokAPI/Services/EdgeRouteIPRestrictionModuleClient.html b/doc/NgrokAPI/Services/EdgeRouteIPRestrictionModuleClient.html
index 55cdf25b..e9c11a0d 100644
--- a/doc/NgrokAPI/Services/EdgeRouteIPRestrictionModuleClient.html
+++ b/doc/NgrokAPI/Services/EdgeRouteIPRestrictionModuleClient.html
@@ -1139,9 +1139,9 @@
diff --git a/doc/NgrokAPI/Services/EdgeRouteOAuthModuleClient.html b/doc/NgrokAPI/Services/EdgeRouteOAuthModuleClient.html
index 97037666..6e3fa948 100644
--- a/doc/NgrokAPI/Services/EdgeRouteOAuthModuleClient.html
+++ b/doc/NgrokAPI/Services/EdgeRouteOAuthModuleClient.html
@@ -1139,9 +1139,9 @@
diff --git a/doc/NgrokAPI/Services/EdgeRouteOIDCModuleClient.html b/doc/NgrokAPI/Services/EdgeRouteOIDCModuleClient.html
index 8e70ae93..99999903 100644
--- a/doc/NgrokAPI/Services/EdgeRouteOIDCModuleClient.html
+++ b/doc/NgrokAPI/Services/EdgeRouteOIDCModuleClient.html
@@ -1139,9 +1139,9 @@
diff --git a/doc/NgrokAPI/Services/EdgeRouteRequestHeadersModuleClient.html b/doc/NgrokAPI/Services/EdgeRouteRequestHeadersModuleClient.html
index 8d3cacf2..fc0e3d30 100644
--- a/doc/NgrokAPI/Services/EdgeRouteRequestHeadersModuleClient.html
+++ b/doc/NgrokAPI/Services/EdgeRouteRequestHeadersModuleClient.html
@@ -1139,9 +1139,9 @@
diff --git a/doc/NgrokAPI/Services/EdgeRouteResponseHeadersModuleClient.html b/doc/NgrokAPI/Services/EdgeRouteResponseHeadersModuleClient.html
index 9538806a..5ede3938 100644
--- a/doc/NgrokAPI/Services/EdgeRouteResponseHeadersModuleClient.html
+++ b/doc/NgrokAPI/Services/EdgeRouteResponseHeadersModuleClient.html
@@ -1139,9 +1139,9 @@
diff --git a/doc/NgrokAPI/Services/EdgeRouteSAMLModuleClient.html b/doc/NgrokAPI/Services/EdgeRouteSAMLModuleClient.html
index 3ad317c1..7cbae9db 100644
--- a/doc/NgrokAPI/Services/EdgeRouteSAMLModuleClient.html
+++ b/doc/NgrokAPI/Services/EdgeRouteSAMLModuleClient.html
@@ -1139,9 +1139,9 @@
diff --git a/doc/NgrokAPI/Services/EdgeRouteTrafficPolicyModuleClient.html b/doc/NgrokAPI/Services/EdgeRouteTrafficPolicyModuleClient.html
index 0291e082..d5e434c5 100644
--- a/doc/NgrokAPI/Services/EdgeRouteTrafficPolicyModuleClient.html
+++ b/doc/NgrokAPI/Services/EdgeRouteTrafficPolicyModuleClient.html
@@ -1139,9 +1139,9 @@
diff --git a/doc/NgrokAPI/Services/EdgeRouteUserAgentFilterModuleClient.html b/doc/NgrokAPI/Services/EdgeRouteUserAgentFilterModuleClient.html
index fe07673e..067bd322 100644
--- a/doc/NgrokAPI/Services/EdgeRouteUserAgentFilterModuleClient.html
+++ b/doc/NgrokAPI/Services/EdgeRouteUserAgentFilterModuleClient.html
@@ -1139,9 +1139,9 @@
diff --git a/doc/NgrokAPI/Services/EdgeRouteWebhookVerificationModuleClient.html b/doc/NgrokAPI/Services/EdgeRouteWebhookVerificationModuleClient.html
index 005fba65..9356589d 100644
--- a/doc/NgrokAPI/Services/EdgeRouteWebhookVerificationModuleClient.html
+++ b/doc/NgrokAPI/Services/EdgeRouteWebhookVerificationModuleClient.html
@@ -1139,9 +1139,9 @@
diff --git a/doc/NgrokAPI/Services/EdgeRouteWebsocketTCPConverterModuleClient.html b/doc/NgrokAPI/Services/EdgeRouteWebsocketTCPConverterModuleClient.html
index d30ab7b3..4f0688cb 100644
--- a/doc/NgrokAPI/Services/EdgeRouteWebsocketTCPConverterModuleClient.html
+++ b/doc/NgrokAPI/Services/EdgeRouteWebsocketTCPConverterModuleClient.html
@@ -1139,9 +1139,9 @@
diff --git a/doc/NgrokAPI/Services/EdgesHTTPSClient.html b/doc/NgrokAPI/Services/EdgesHTTPSClient.html
index 529bb676..417307a4 100644
--- a/doc/NgrokAPI/Services/EdgesHTTPSClient.html
+++ b/doc/NgrokAPI/Services/EdgesHTTPSClient.html
@@ -1953,9 +1953,9 @@
diff --git a/doc/NgrokAPI/Services/EdgesHTTPSRoutesClient.html b/doc/NgrokAPI/Services/EdgesHTTPSRoutesClient.html
index a31cff05..e2d03ca0 100644
--- a/doc/NgrokAPI/Services/EdgesHTTPSRoutesClient.html
+++ b/doc/NgrokAPI/Services/EdgesHTTPSRoutesClient.html
@@ -2715,9 +2715,9 @@
diff --git a/doc/NgrokAPI/Services/EdgesTCPClient.html b/doc/NgrokAPI/Services/EdgesTCPClient.html
index 135e70ef..4b7e3729 100644
--- a/doc/NgrokAPI/Services/EdgesTCPClient.html
+++ b/doc/NgrokAPI/Services/EdgesTCPClient.html
@@ -2033,9 +2033,9 @@
diff --git a/doc/NgrokAPI/Services/EdgesTLSClient.html b/doc/NgrokAPI/Services/EdgesTLSClient.html
index 8c750c20..dba1dd24 100644
--- a/doc/NgrokAPI/Services/EdgesTLSClient.html
+++ b/doc/NgrokAPI/Services/EdgesTLSClient.html
@@ -2153,9 +2153,9 @@
diff --git a/doc/NgrokAPI/Services/EndpointsClient.html b/doc/NgrokAPI/Services/EndpointsClient.html
index f4f72fad..e7d0a3ec 100644
--- a/doc/NgrokAPI/Services/EndpointsClient.html
+++ b/doc/NgrokAPI/Services/EndpointsClient.html
@@ -207,7 +207,7 @@
- #create (url:, type:, traffic_policy:, description: nil, metadata: nil, bindings: nil, pooling_enabled: False) ⇒ NgrokAPI::Models::Endpoint
+ #create (url:, type:, traffic_policy:, description: nil, metadata: nil, bindings: nil, pooling_enabled: nil) ⇒ NgrokAPI::Models::Endpoint
@@ -231,7 +231,7 @@
- #create! (url:, type:, traffic_policy:, description: nil, metadata: nil, bindings: nil, pooling_enabled: False) ⇒ NgrokAPI::Models::Endpoint
+ #create! (url:, type:, traffic_policy:, description: nil, metadata: nil, bindings: nil, pooling_enabled: nil) ⇒ NgrokAPI::Models::Endpoint
@@ -377,7 +377,7 @@
- #list (before_id: nil, limit: nil, id: [], url: nil) ⇒ NgrokAPI::Models::Listable
+ #list (before_id: nil, limit: nil, id: [], filter: nil, url: nil) ⇒ NgrokAPI::Models::Listable
@@ -401,7 +401,7 @@
- #list! (before_id: nil, limit: nil, id: [], url: nil) ⇒ NgrokAPI::Models::Listable
+ #list! (before_id: nil, limit: nil, id: [], filter: nil, url: nil) ⇒ NgrokAPI::Models::Listable
@@ -425,7 +425,7 @@
- #update (id: "", url: nil, traffic_policy: nil, description: nil, metadata: nil, bindings: nil, pooling_enabled: False) ⇒ NgrokAPI::Models::Endpoint
+ #update (id: "", url: nil, traffic_policy: nil, description: nil, metadata: nil, bindings: nil, pooling_enabled: nil) ⇒ NgrokAPI::Models::Endpoint
@@ -449,7 +449,7 @@
- #update! (id: "", url: nil, traffic_policy: nil, description: nil, metadata: nil, bindings: nil, pooling_enabled: False) ⇒ NgrokAPI::Models::Endpoint
+ #update! (id: "", url: nil, traffic_policy: nil, description: nil, metadata: nil, bindings: nil, pooling_enabled: nil) ⇒ NgrokAPI::Models::Endpoint
@@ -575,7 +575,7 @@ Instance Method Details
- #create (url:, type:, traffic_policy:, description: nil, metadata: nil, bindings: nil, pooling_enabled: False) ⇒ NgrokAPI::Models::Endpoint
+ #create (url:, type:, traffic_policy:, description: nil, metadata: nil, bindings: nil, pooling_enabled: nil) ⇒ NgrokAPI::Models::Endpoint
@@ -705,7 +705,7 @@
(boolean )
- (defaults to: False )
+ (defaults to: nil )
@@ -756,7 +756,7 @@
# File 'lib/ngrokapi/services/endpoints_client.rb', line 38
-def create ( url: , type: , traffic_policy: , description: nil , metadata: nil , bindings: nil , pooling_enabled: False )
+def create ( url: , type: , traffic_policy: , description: nil , metadata: nil , bindings: nil , pooling_enabled: nil )
path = ' /endpoints '
replacements = {
}
@@ -779,7 +779,7 @@
- #create! (url:, type:, traffic_policy:, description: nil, metadata: nil, bindings: nil, pooling_enabled: False) ⇒ NgrokAPI::Models::Endpoint
+ #create! (url:, type:, traffic_policy:, description: nil, metadata: nil, bindings: nil, pooling_enabled: nil) ⇒ NgrokAPI::Models::Endpoint
@@ -909,7 +909,7 @@
(boolean )
- (defaults to: False )
+ (defaults to: nil )
@@ -960,7 +960,7 @@
# File 'lib/ngrokapi/services/endpoints_client.rb', line 68
-def create! ( url: , type: , traffic_policy: , description: nil , metadata: nil , bindings: nil , pooling_enabled: False )
+def create! ( url: , type: , traffic_policy: , description: nil , metadata: nil , bindings: nil , pooling_enabled: nil )
path = ' /endpoints '
replacements = {
}
@@ -1048,16 +1048,16 @@
-254
-255
-256
-257
-258
-259
-260
+260
+261
+262
+263
+264
+265
+266
- # File 'lib/ngrokapi/services/endpoints_client.rb', line 254
+ # File 'lib/ngrokapi/services/endpoints_client.rb', line 260
def delete ( id: " " )
path = ' /endpoints/%{id} '
@@ -1139,16 +1139,16 @@
-270
-271
-272
-273
-274
-275
-276
+276
+277
+278
+279
+280
+281
+282
- # File 'lib/ngrokapi/services/endpoints_client.rb', line 270
+ # File 'lib/ngrokapi/services/endpoints_client.rb', line 276
def delete! ( id: " " )
path = ' /endpoints/%{id} '
@@ -1230,18 +1230,18 @@
-160
-161
-162
-163
-164
-165
166
167
-168
+168
+169
+170
+171
+172
+173
+174
- # File 'lib/ngrokapi/services/endpoints_client.rb', line 160
+ # File 'lib/ngrokapi/services/endpoints_client.rb', line 166
def get ( id: " " )
path = ' /endpoints/%{id} '
@@ -1325,18 +1325,18 @@
-178
-179
-180
-181
-182
-183
184
185
-186
+186
+187
+188
+189
+190
+191
+192
- # File 'lib/ngrokapi/services/endpoints_client.rb', line 178
+ # File 'lib/ngrokapi/services/endpoints_client.rb', line 184
def get! ( id: " " )
path = ' /endpoints/%{id} '
@@ -1355,7 +1355,7 @@
- #list (before_id: nil, limit: nil, id: [], url: nil) ⇒ NgrokAPI::Models::Listable
+ #list (before_id: nil, limit: nil, id: [], filter: nil, url: nil) ⇒ NgrokAPI::Models::Listable
@@ -1425,6 +1425,19 @@
(defaults to: nil )
+
+
+
+
+ filter
+
+
+ (string )
+
+
+ (defaults to: nil )
+
+
@@ -1472,7 +1485,6 @@
-95
96
97
98
@@ -1492,21 +1504,26 @@
112
113
114
-115
+115
+116
+117
+118
- # File 'lib/ngrokapi/services/endpoints_client.rb', line 95
+ # File 'lib/ngrokapi/services/endpoints_client.rb', line 96
def list (
before_id: nil ,
limit: nil ,
id: [ ] ,
+ filter: nil ,
url: nil
)
result = @client . list (
before_id: before_id ,
limit: limit ,
id: id ,
+ filter: filter ,
url: url ,
path: PATH
)
@@ -1526,7 +1543,7 @@
- #list! (before_id: nil, limit: nil, id: [], url: nil) ⇒ NgrokAPI::Models::Listable
+ #list! (before_id: nil, limit: nil, id: [], filter: nil, url: nil) ⇒ NgrokAPI::Models::Listable
@@ -1596,6 +1613,19 @@
(defaults to: nil )
+
+
+
+
+ filter
+
+
+ (string )
+
+
+ (defaults to: nil )
+
+
@@ -1643,10 +1673,6 @@
-129
-130
-131
-132
133
134
135
@@ -1665,21 +1691,29 @@
148
149
150
-151
+151
+152
+153
+154
+155
+156
+157
- # File 'lib/ngrokapi/services/endpoints_client.rb', line 129
+ # File 'lib/ngrokapi/services/endpoints_client.rb', line 133
def list! (
before_id: nil ,
limit: nil ,
id: [ ] ,
+ filter: nil ,
url: nil
)
result = @client . list (
before_id: before_id ,
limit: limit ,
id: id ,
+ filter: filter ,
danger: true ,
url: url ,
path: PATH
@@ -1701,7 +1735,7 @@
- #update (id: "", url: nil, traffic_policy: nil, description: nil, metadata: nil, bindings: nil, pooling_enabled: False) ⇒ NgrokAPI::Models::Endpoint
+ #update (id: "", url: nil, traffic_policy: nil, description: nil, metadata: nil, bindings: nil, pooling_enabled: nil) ⇒ NgrokAPI::Models::Endpoint
@@ -1837,7 +1871,7 @@
(boolean )
- (defaults to: False )
+ (defaults to: nil )
@@ -1869,12 +1903,6 @@
-201
-202
-203
-204
-205
-206
207
208
209
@@ -1883,12 +1911,18 @@
212
213
214
-215
+215
+216
+217
+218
+219
+220
+221
- # File 'lib/ngrokapi/services/endpoints_client.rb', line 201
+ # File 'lib/ngrokapi/services/endpoints_client.rb', line 207
-def update ( id: " " , url: nil , traffic_policy: nil , description: nil , metadata: nil , bindings: nil , pooling_enabled: False )
+def update ( id: " " , url: nil , traffic_policy: nil , description: nil , metadata: nil , bindings: nil , pooling_enabled: nil )
path = ' /endpoints/%{id} '
replacements = {
id: id ,
@@ -1911,7 +1945,7 @@
- #update! (id: "", url: nil, traffic_policy: nil, description: nil, metadata: nil, bindings: nil, pooling_enabled: False) ⇒ NgrokAPI::Models::Endpoint
+ #update! (id: "", url: nil, traffic_policy: nil, description: nil, metadata: nil, bindings: nil, pooling_enabled: nil) ⇒ NgrokAPI::Models::Endpoint
@@ -2047,7 +2081,7 @@
(boolean )
- (defaults to: False )
+ (defaults to: nil )
@@ -2079,12 +2113,6 @@
-231
-232
-233
-234
-235
-236
237
238
239
@@ -2093,12 +2121,18 @@
242
243
244
-245
+245
+246
+247
+248
+249
+250
+251
- # File 'lib/ngrokapi/services/endpoints_client.rb', line 231
+ # File 'lib/ngrokapi/services/endpoints_client.rb', line 237
-def update! ( id: " " , url: nil , traffic_policy: nil , description: nil , metadata: nil , bindings: nil , pooling_enabled: False )
+def update! ( id: " " , url: nil , traffic_policy: nil , description: nil , metadata: nil , bindings: nil , pooling_enabled: nil )
path = ' /endpoints/%{id} '
replacements = {
id: id ,
@@ -2123,9 +2157,9 @@
diff --git a/doc/NgrokAPI/Services/EventDestinationsClient.html b/doc/NgrokAPI/Services/EventDestinationsClient.html
index 553f68c9..f9a5d44f 100644
--- a/doc/NgrokAPI/Services/EventDestinationsClient.html
+++ b/doc/NgrokAPI/Services/EventDestinationsClient.html
@@ -375,7 +375,7 @@
- #list (before_id: nil, limit: nil, url: nil) ⇒ NgrokAPI::Models::Listable
+ #list (before_id: nil, limit: nil, filter: nil, url: nil) ⇒ NgrokAPI::Models::Listable
@@ -399,7 +399,7 @@
- #list! (before_id: nil, limit: nil, url: nil) ⇒ NgrokAPI::Models::Listable
+ #list! (before_id: nil, limit: nil, filter: nil, url: nil) ⇒ NgrokAPI::Models::Listable
@@ -1255,7 +1255,7 @@
- #list (before_id: nil, limit: nil, url: nil) ⇒ NgrokAPI::Models::Listable
+ #list (before_id: nil, limit: nil, filter: nil, url: nil) ⇒ NgrokAPI::Models::Listable
@@ -1299,6 +1299,19 @@
(defaults to: nil )
+
+
+
+
+ filter
+
+
+ (string )
+
+
+ (defaults to: nil )
+
+
@@ -1346,7 +1359,6 @@
-147
148
149
150
@@ -1364,19 +1376,24 @@
162
163
164
-165
+165
+166
+167
+168
- # File 'lib/ngrokapi/services/event_destinations_client.rb', line 147
+ # File 'lib/ngrokapi/services/event_destinations_client.rb', line 148
def list (
before_id: nil ,
limit: nil ,
+ filter: nil ,
url: nil
)
result = @client . list (
before_id: before_id ,
limit: limit ,
+ filter: filter ,
url: url ,
path: PATH
)
@@ -1396,7 +1413,7 @@
- #list! (before_id: nil, limit: nil, url: nil) ⇒ NgrokAPI::Models::Listable
+ #list! (before_id: nil, limit: nil, filter: nil, url: nil) ⇒ NgrokAPI::Models::Listable
@@ -1440,6 +1457,19 @@
(defaults to: nil )
+
+
+
+
+ filter
+
+
+ (string )
+
+
+ (defaults to: nil )
+
+
@@ -1487,10 +1517,6 @@
-177
-178
-179
-180
181
182
183
@@ -1507,19 +1533,27 @@
194
195
196
-197
+197
+198
+199
+200
+201
+202
+203
- # File 'lib/ngrokapi/services/event_destinations_client.rb', line 177
+ # File 'lib/ngrokapi/services/event_destinations_client.rb', line 181
def list! (
before_id: nil ,
limit: nil ,
+ filter: nil ,
url: nil
)
result = @client . list (
before_id: before_id ,
limit: limit ,
+ filter: filter ,
danger: true ,
url: url ,
path: PATH
@@ -1678,22 +1712,22 @@
-210
-211
-212
-213
-214
-215
216
217
218
219
220
221
-222
+222
+223
+224
+225
+226
+227
+228
- # File 'lib/ngrokapi/services/event_destinations_client.rb', line 210
+ # File 'lib/ngrokapi/services/event_destinations_client.rb', line 216
def update ( id: " " , metadata: nil , description: nil , format: nil , target: nil , verify_with_test_event: nil )
path = ' /event_destinations/%{id} '
@@ -1853,22 +1887,22 @@
-236
-237
-238
-239
-240
-241
242
243
244
245
246
247
-248
+248
+249
+250
+251
+252
+253
+254
- # File 'lib/ngrokapi/services/event_destinations_client.rb', line 236
+ # File 'lib/ngrokapi/services/event_destinations_client.rb', line 242
def update! ( id: " " , metadata: nil , description: nil , format: nil , target: nil , verify_with_test_event: nil )
path = ' /event_destinations/%{id} '
@@ -1893,9 +1927,9 @@
diff --git a/doc/NgrokAPI/Services/EventSourcesClient.html b/doc/NgrokAPI/Services/EventSourcesClient.html
index 546c22ff..f5f76f09 100644
--- a/doc/NgrokAPI/Services/EventSourcesClient.html
+++ b/doc/NgrokAPI/Services/EventSourcesClient.html
@@ -1661,9 +1661,9 @@
diff --git a/doc/NgrokAPI/Services/EventSubscriptionsClient.html b/doc/NgrokAPI/Services/EventSubscriptionsClient.html
index d6e7f496..b61fd3c8 100644
--- a/doc/NgrokAPI/Services/EventSubscriptionsClient.html
+++ b/doc/NgrokAPI/Services/EventSubscriptionsClient.html
@@ -375,7 +375,7 @@
- #list (before_id: nil, limit: nil, url: nil) ⇒ NgrokAPI::Models::Listable
+ #list (before_id: nil, limit: nil, filter: nil, url: nil) ⇒ NgrokAPI::Models::Listable
@@ -399,7 +399,7 @@
- #list! (before_id: nil, limit: nil, url: nil) ⇒ NgrokAPI::Models::Listable
+ #list! (before_id: nil, limit: nil, filter: nil, url: nil) ⇒ NgrokAPI::Models::Listable
@@ -1255,7 +1255,7 @@
- #list (before_id: nil, limit: nil, url: nil) ⇒ NgrokAPI::Models::Listable
+ #list (before_id: nil, limit: nil, filter: nil, url: nil) ⇒ NgrokAPI::Models::Listable
@@ -1299,6 +1299,19 @@
(defaults to: nil )
+
+
+
+
+ filter
+
+
+ (string )
+
+
+ (defaults to: nil )
+
+
@@ -1346,7 +1359,6 @@
-143
144
145
146
@@ -1364,19 +1376,24 @@
158
159
160
-161
+161
+162
+163
+164
- # File 'lib/ngrokapi/services/event_subscriptions_client.rb', line 143
+ # File 'lib/ngrokapi/services/event_subscriptions_client.rb', line 144
def list (
before_id: nil ,
limit: nil ,
+ filter: nil ,
url: nil
)
result = @client . list (
before_id: before_id ,
limit: limit ,
+ filter: filter ,
url: url ,
path: PATH
)
@@ -1396,7 +1413,7 @@
- #list! (before_id: nil, limit: nil, url: nil) ⇒ NgrokAPI::Models::Listable
+ #list! (before_id: nil, limit: nil, filter: nil, url: nil) ⇒ NgrokAPI::Models::Listable
@@ -1440,6 +1457,19 @@
(defaults to: nil )
+
+
+
+
+ filter
+
+
+ (string )
+
+
+ (defaults to: nil )
+
+
@@ -1487,10 +1517,6 @@
-173
-174
-175
-176
177
178
179
@@ -1507,19 +1533,27 @@
190
191
192
-193
+193
+194
+195
+196
+197
+198
+199
- # File 'lib/ngrokapi/services/event_subscriptions_client.rb', line 173
+ # File 'lib/ngrokapi/services/event_subscriptions_client.rb', line 177
def list! (
before_id: nil ,
limit: nil ,
+ filter: nil ,
url: nil
)
result = @client . list (
before_id: before_id ,
limit: limit ,
+ filter: filter ,
danger: true ,
url: url ,
path: PATH
@@ -1678,22 +1712,22 @@
-206
-207
-208
-209
-210
-211
212
213
214
215
216
217
-218
+218
+219
+220
+221
+222
+223
+224
- # File 'lib/ngrokapi/services/event_subscriptions_client.rb', line 206
+ # File 'lib/ngrokapi/services/event_subscriptions_client.rb', line 212
def update ( id: " " , metadata: nil , description: nil , sources: nil , destination_ids: nil )
path = ' /event_subscriptions/%{id} '
@@ -1853,22 +1887,22 @@
-232
-233
-234
-235
-236
-237
238
239
240
241
242
243
-244
+244
+245
+246
+247
+248
+249
+250
- # File 'lib/ngrokapi/services/event_subscriptions_client.rb', line 232
+ # File 'lib/ngrokapi/services/event_subscriptions_client.rb', line 238
def update! ( id: " " , metadata: nil , description: nil , sources: nil , destination_ids: nil )
path = ' /event_subscriptions/%{id} '
@@ -1893,9 +1927,9 @@
diff --git a/doc/NgrokAPI/Services/FailoverBackendsClient.html b/doc/NgrokAPI/Services/FailoverBackendsClient.html
index a9b57c42..250dd50e 100644
--- a/doc/NgrokAPI/Services/FailoverBackendsClient.html
+++ b/doc/NgrokAPI/Services/FailoverBackendsClient.html
@@ -1805,9 +1805,9 @@
diff --git a/doc/NgrokAPI/Services/HTTPResponseBackendsClient.html b/doc/NgrokAPI/Services/HTTPResponseBackendsClient.html
index 90519352..85dc4a07 100644
--- a/doc/NgrokAPI/Services/HTTPResponseBackendsClient.html
+++ b/doc/NgrokAPI/Services/HTTPResponseBackendsClient.html
@@ -1943,9 +1943,9 @@
diff --git a/doc/NgrokAPI/Services/HTTPSEdgeMutualTLSModuleClient.html b/doc/NgrokAPI/Services/HTTPSEdgeMutualTLSModuleClient.html
index e24bbae1..b127b47e 100644
--- a/doc/NgrokAPI/Services/HTTPSEdgeMutualTLSModuleClient.html
+++ b/doc/NgrokAPI/Services/HTTPSEdgeMutualTLSModuleClient.html
@@ -1029,9 +1029,9 @@
diff --git a/doc/NgrokAPI/Services/HTTPSEdgeTLSTerminationModuleClient.html b/doc/NgrokAPI/Services/HTTPSEdgeTLSTerminationModuleClient.html
index 96543e2b..b63e5628 100644
--- a/doc/NgrokAPI/Services/HTTPSEdgeTLSTerminationModuleClient.html
+++ b/doc/NgrokAPI/Services/HTTPSEdgeTLSTerminationModuleClient.html
@@ -1029,9 +1029,9 @@
diff --git a/doc/NgrokAPI/Services/IPPoliciesClient.html b/doc/NgrokAPI/Services/IPPoliciesClient.html
index 1d343808..4c1d11bb 100644
--- a/doc/NgrokAPI/Services/IPPoliciesClient.html
+++ b/doc/NgrokAPI/Services/IPPoliciesClient.html
@@ -377,7 +377,7 @@
- #list (before_id: nil, limit: nil, url: nil) ⇒ NgrokAPI::Models::Listable
+ #list (before_id: nil, limit: nil, filter: nil, url: nil) ⇒ NgrokAPI::Models::Listable
@@ -401,7 +401,7 @@
- #list! (before_id: nil, limit: nil, url: nil) ⇒ NgrokAPI::Models::Listable
+ #list! (before_id: nil, limit: nil, filter: nil, url: nil) ⇒ NgrokAPI::Models::Listable
@@ -1177,7 +1177,7 @@
- #list (before_id: nil, limit: nil, url: nil) ⇒ NgrokAPI::Models::Listable
+ #list (before_id: nil, limit: nil, filter: nil, url: nil) ⇒ NgrokAPI::Models::Listable
@@ -1221,6 +1221,19 @@
(defaults to: nil )
+
+
+
+
+ filter
+
+
+ (string )
+
+
+ (defaults to: nil )
+
+
@@ -1268,7 +1281,6 @@
-146
147
148
149
@@ -1286,19 +1298,24 @@
161
162
163
-164
+164
+165
+166
+167
- # File 'lib/ngrokapi/services/ip_policies_client.rb', line 146
+ # File 'lib/ngrokapi/services/ip_policies_client.rb', line 147
def list (
before_id: nil ,
limit: nil ,
+ filter: nil ,
url: nil
)
result = @client . list (
before_id: before_id ,
limit: limit ,
+ filter: filter ,
url: url ,
path: PATH
)
@@ -1318,7 +1335,7 @@
- #list! (before_id: nil, limit: nil, url: nil) ⇒ NgrokAPI::Models::Listable
+ #list! (before_id: nil, limit: nil, filter: nil, url: nil) ⇒ NgrokAPI::Models::Listable
@@ -1362,6 +1379,19 @@
(defaults to: nil )
+
+
+
+
+ filter
+
+
+ (string )
+
+
+ (defaults to: nil )
+
+
@@ -1409,10 +1439,6 @@
-176
-177
-178
-179
180
181
182
@@ -1429,19 +1455,27 @@
193
194
195
-196
+196
+197
+198
+199
+200
+201
+202
- # File 'lib/ngrokapi/services/ip_policies_client.rb', line 176
+ # File 'lib/ngrokapi/services/ip_policies_client.rb', line 180
def list! (
before_id: nil ,
limit: nil ,
+ filter: nil ,
url: nil
)
result = @client . list (
before_id: before_id ,
limit: limit ,
+ filter: filter ,
danger: true ,
url: url ,
path: PATH
@@ -1559,20 +1593,20 @@
-207
-208
-209
-210
-211
-212
213
214
215
216
-217
+217
+218
+219
+220
+221
+222
+223
- # File 'lib/ngrokapi/services/ip_policies_client.rb', line 207
+ # File 'lib/ngrokapi/services/ip_policies_client.rb', line 213
def update ( id: " " , description: nil , metadata: nil )
path = ' /ip_policies/%{id} '
@@ -1689,20 +1723,20 @@
-229
-230
-231
-232
-233
-234
235
236
237
238
-239
+239
+240
+241
+242
+243
+244
+245
- # File 'lib/ngrokapi/services/ip_policies_client.rb', line 229
+ # File 'lib/ngrokapi/services/ip_policies_client.rb', line 235
def update! ( id: " " , description: nil , metadata: nil )
path = ' /ip_policies/%{id} '
@@ -1725,9 +1759,9 @@
diff --git a/doc/NgrokAPI/Services/IPPolicyRulesClient.html b/doc/NgrokAPI/Services/IPPolicyRulesClient.html
index 022b96e8..6c1d6ac3 100644
--- a/doc/NgrokAPI/Services/IPPolicyRulesClient.html
+++ b/doc/NgrokAPI/Services/IPPolicyRulesClient.html
@@ -377,7 +377,7 @@
- #list (before_id: nil, limit: nil, url: nil) ⇒ NgrokAPI::Models::Listable
+ #list (before_id: nil, limit: nil, filter: nil, url: nil) ⇒ NgrokAPI::Models::Listable
@@ -401,7 +401,7 @@
- #list! (before_id: nil, limit: nil, url: nil) ⇒ NgrokAPI::Models::Listable
+ #list! (before_id: nil, limit: nil, filter: nil, url: nil) ⇒ NgrokAPI::Models::Listable
@@ -1285,7 +1285,7 @@
- #list (before_id: nil, limit: nil, url: nil) ⇒ NgrokAPI::Models::Listable
+ #list (before_id: nil, limit: nil, filter: nil, url: nil) ⇒ NgrokAPI::Models::Listable
@@ -1329,6 +1329,19 @@
(defaults to: nil )
+
+
+
+
+ filter
+
+
+ (string )
+
+
+ (defaults to: nil )
+
+
@@ -1376,7 +1389,6 @@
-150
151
152
153
@@ -1394,19 +1406,24 @@
165
166
167
-168
+168
+169
+170
+171
- # File 'lib/ngrokapi/services/ip_policy_rules_client.rb', line 150
+ # File 'lib/ngrokapi/services/ip_policy_rules_client.rb', line 151
def list (
before_id: nil ,
limit: nil ,
+ filter: nil ,
url: nil
)
result = @client . list (
before_id: before_id ,
limit: limit ,
+ filter: filter ,
url: url ,
path: PATH
)
@@ -1426,7 +1443,7 @@
- #list! (before_id: nil, limit: nil, url: nil) ⇒ NgrokAPI::Models::Listable
+ #list! (before_id: nil, limit: nil, filter: nil, url: nil) ⇒ NgrokAPI::Models::Listable
@@ -1470,6 +1487,19 @@
(defaults to: nil )
+
+
+
+
+ filter
+
+
+ (string )
+
+
+ (defaults to: nil )
+
+
@@ -1517,10 +1547,6 @@
-180
-181
-182
-183
184
185
186
@@ -1537,19 +1563,27 @@
197
198
199
-200
+200
+201
+202
+203
+204
+205
+206
- # File 'lib/ngrokapi/services/ip_policy_rules_client.rb', line 180
+ # File 'lib/ngrokapi/services/ip_policy_rules_client.rb', line 184
def list! (
before_id: nil ,
limit: nil ,
+ filter: nil ,
url: nil
)
result = @client . list (
before_id: before_id ,
limit: limit ,
+ filter: filter ,
danger: true ,
url: url ,
path: PATH
@@ -1685,21 +1719,21 @@
-212
-213
-214
-215
-216
-217
218
219
220
221
222
-223
+223
+224
+225
+226
+227
+228
+229
- # File 'lib/ngrokapi/services/ip_policy_rules_client.rb', line 212
+ # File 'lib/ngrokapi/services/ip_policy_rules_client.rb', line 218
def update ( id: " " , description: nil , metadata: nil , cidr: nil )
path = ' /ip_policy_rules/%{id} '
@@ -1835,21 +1869,21 @@
-236
-237
-238
-239
-240
-241
242
243
244
245
246
-247
+247
+248
+249
+250
+251
+252
+253
- # File 'lib/ngrokapi/services/ip_policy_rules_client.rb', line 236
+ # File 'lib/ngrokapi/services/ip_policy_rules_client.rb', line 242
def update! ( id: " " , description: nil , metadata: nil , cidr: nil )
path = ' /ip_policy_rules/%{id} '
@@ -1873,9 +1907,9 @@
diff --git a/doc/NgrokAPI/Services/IPRestrictionsClient.html b/doc/NgrokAPI/Services/IPRestrictionsClient.html
index 55e01d38..87bd9a27 100644
--- a/doc/NgrokAPI/Services/IPRestrictionsClient.html
+++ b/doc/NgrokAPI/Services/IPRestrictionsClient.html
@@ -377,7 +377,7 @@
- #list (before_id: nil, limit: nil, url: nil) ⇒ NgrokAPI::Models::Listable
+ #list (before_id: nil, limit: nil, filter: nil, url: nil) ⇒ NgrokAPI::Models::Listable
@@ -401,7 +401,7 @@
- #list! (before_id: nil, limit: nil, url: nil) ⇒ NgrokAPI::Models::Listable
+ #list! (before_id: nil, limit: nil, filter: nil, url: nil) ⇒ NgrokAPI::Models::Listable
@@ -1289,7 +1289,7 @@
- #list (before_id: nil, limit: nil, url: nil) ⇒ NgrokAPI::Models::Listable
+ #list (before_id: nil, limit: nil, filter: nil, url: nil) ⇒ NgrokAPI::Models::Listable
@@ -1333,6 +1333,19 @@
(defaults to: nil )
+
+
+
+
+ filter
+
+
+ (string )
+
+
+ (defaults to: nil )
+
+
@@ -1380,7 +1393,6 @@
-154
155
156
157
@@ -1398,19 +1410,24 @@
169
170
171
-172
+172
+173
+174
+175
- # File 'lib/ngrokapi/services/ip_restrictions_client.rb', line 154
+ # File 'lib/ngrokapi/services/ip_restrictions_client.rb', line 155
def list (
before_id: nil ,
limit: nil ,
+ filter: nil ,
url: nil
)
result = @client . list (
before_id: before_id ,
limit: limit ,
+ filter: filter ,
url: url ,
path: PATH
)
@@ -1430,7 +1447,7 @@
- #list! (before_id: nil, limit: nil, url: nil) ⇒ NgrokAPI::Models::Listable
+ #list! (before_id: nil, limit: nil, filter: nil, url: nil) ⇒ NgrokAPI::Models::Listable
@@ -1474,6 +1491,19 @@
(defaults to: nil )
+
+
+
+
+ filter
+
+
+ (string )
+
+
+ (defaults to: nil )
+
+
@@ -1521,10 +1551,6 @@
-184
-185
-186
-187
188
189
190
@@ -1541,19 +1567,27 @@
201
202
203
-204
+204
+205
+206
+207
+208
+209
+210
- # File 'lib/ngrokapi/services/ip_restrictions_client.rb', line 184
+ # File 'lib/ngrokapi/services/ip_restrictions_client.rb', line 188
def list! (
before_id: nil ,
limit: nil ,
+ filter: nil ,
url: nil
)
result = @client . list (
before_id: before_id ,
limit: limit ,
+ filter: filter ,
danger: true ,
url: url ,
path: PATH
@@ -1707,22 +1741,22 @@
-217
-218
-219
-220
-221
-222
223
224
225
226
227
228
-229
+229
+230
+231
+232
+233
+234
+235
- # File 'lib/ngrokapi/services/ip_restrictions_client.rb', line 217
+ # File 'lib/ngrokapi/services/ip_restrictions_client.rb', line 223
def update ( id: " " , description: nil , metadata: nil , enforced: nil , ip_policy_ids: [ ] )
path = ' /ip_restrictions/%{id} '
@@ -1877,22 +1911,22 @@
-243
-244
-245
-246
-247
-248
249
250
251
252
253
254
-255
+255
+256
+257
+258
+259
+260
+261
- # File 'lib/ngrokapi/services/ip_restrictions_client.rb', line 243
+ # File 'lib/ngrokapi/services/ip_restrictions_client.rb', line 249
def update! ( id: " " , description: nil , metadata: nil , enforced: nil , ip_policy_ids: [ ] )
path = ' /ip_restrictions/%{id} '
@@ -1917,9 +1951,9 @@
diff --git a/doc/NgrokAPI/Services/ReservedAddrsClient.html b/doc/NgrokAPI/Services/ReservedAddrsClient.html
index 08f237a6..5a10bf14 100644
--- a/doc/NgrokAPI/Services/ReservedAddrsClient.html
+++ b/doc/NgrokAPI/Services/ReservedAddrsClient.html
@@ -377,7 +377,7 @@
- #list (before_id: nil, limit: nil, url: nil) ⇒ NgrokAPI::Models::Listable
+ #list (before_id: nil, limit: nil, filter: nil, url: nil) ⇒ NgrokAPI::Models::Listable
@@ -401,7 +401,7 @@
- #list! (before_id: nil, limit: nil, url: nil) ⇒ NgrokAPI::Models::Listable
+ #list! (before_id: nil, limit: nil, filter: nil, url: nil) ⇒ NgrokAPI::Models::Listable
@@ -1217,7 +1217,7 @@
- #list (before_id: nil, limit: nil, url: nil) ⇒ NgrokAPI::Models::Listable
+ #list (before_id: nil, limit: nil, filter: nil, url: nil) ⇒ NgrokAPI::Models::Listable
@@ -1261,6 +1261,19 @@
(defaults to: nil )
+
+
+
+
+ filter
+
+
+ (string )
+
+
+ (defaults to: nil )
+
+
@@ -1308,7 +1321,6 @@
-143
144
145
146
@@ -1326,19 +1338,24 @@
158
159
160
-161
+161
+162
+163
+164
- # File 'lib/ngrokapi/services/reserved_addrs_client.rb', line 143
+ # File 'lib/ngrokapi/services/reserved_addrs_client.rb', line 144
def list (
before_id: nil ,
limit: nil ,
+ filter: nil ,
url: nil
)
result = @client . list (
before_id: before_id ,
limit: limit ,
+ filter: filter ,
url: url ,
path: PATH
)
@@ -1358,7 +1375,7 @@
- #list! (before_id: nil, limit: nil, url: nil) ⇒ NgrokAPI::Models::Listable
+ #list! (before_id: nil, limit: nil, filter: nil, url: nil) ⇒ NgrokAPI::Models::Listable
@@ -1402,6 +1419,19 @@
(defaults to: nil )
+
+
+
+
+ filter
+
+
+ (string )
+
+
+ (defaults to: nil )
+
+
@@ -1449,10 +1479,6 @@
-173
-174
-175
-176
177
178
179
@@ -1469,19 +1495,27 @@
190
191
192
-193
+193
+194
+195
+196
+197
+198
+199
- # File 'lib/ngrokapi/services/reserved_addrs_client.rb', line 173
+ # File 'lib/ngrokapi/services/reserved_addrs_client.rb', line 177
def list! (
before_id: nil ,
limit: nil ,
+ filter: nil ,
url: nil
)
result = @client . list (
before_id: before_id ,
limit: limit ,
+ filter: filter ,
danger: true ,
url: url ,
path: PATH
@@ -1599,20 +1633,20 @@
-204
-205
-206
-207
-208
-209
210
211
212
213
-214
+214
+215
+216
+217
+218
+219
+220
- # File 'lib/ngrokapi/services/reserved_addrs_client.rb', line 204
+ # File 'lib/ngrokapi/services/reserved_addrs_client.rb', line 210
def update ( id: " " , description: nil , metadata: nil , endpoint_configuration_id: nil )
path = ' /reserved_addrs/%{id} '
@@ -1729,20 +1763,20 @@
-226
-227
-228
-229
-230
-231
232
233
234
235
-236
+236
+237
+238
+239
+240
+241
+242
- # File 'lib/ngrokapi/services/reserved_addrs_client.rb', line 226
+ # File 'lib/ngrokapi/services/reserved_addrs_client.rb', line 232
def update! ( id: " " , description: nil , metadata: nil , endpoint_configuration_id: nil )
path = ' /reserved_addrs/%{id} '
@@ -1765,9 +1799,9 @@
diff --git a/doc/NgrokAPI/Services/ReservedDomainsClient.html b/doc/NgrokAPI/Services/ReservedDomainsClient.html
index 59ccb7aa..89f21881 100644
--- a/doc/NgrokAPI/Services/ReservedDomainsClient.html
+++ b/doc/NgrokAPI/Services/ReservedDomainsClient.html
@@ -473,7 +473,7 @@
- #list (before_id: nil, limit: nil, url: nil) ⇒ NgrokAPI::Models::Listable
+ #list (before_id: nil, limit: nil, filter: nil, url: nil) ⇒ NgrokAPI::Models::Listable
@@ -497,7 +497,7 @@
- #list! (before_id: nil, limit: nil, url: nil) ⇒ NgrokAPI::Models::Listable
+ #list! (before_id: nil, limit: nil, filter: nil, url: nil) ⇒ NgrokAPI::Models::Listable
@@ -1308,16 +1308,16 @@
-297
-298
-299
-300
-301
-302
-303
+303
+304
+305
+306
+307
+308
+309
- # File 'lib/ngrokapi/services/reserved_domains_client.rb', line 297
+ # File 'lib/ngrokapi/services/reserved_domains_client.rb', line 303
def delete_certificate ( id: " " )
path = ' /reserved_domains/%{id}/certificate '
@@ -1399,16 +1399,16 @@
-313
-314
-315
-316
-317
-318
-319
+319
+320
+321
+322
+323
+324
+325
- # File 'lib/ngrokapi/services/reserved_domains_client.rb', line 313
+ # File 'lib/ngrokapi/services/reserved_domains_client.rb', line 319
def delete_certificate! ( id: " " )
path = ' /reserved_domains/%{id}/certificate '
@@ -1490,16 +1490,16 @@
-266
-267
-268
-269
-270
-271
-272
+272
+273
+274
+275
+276
+277
+278
- # File 'lib/ngrokapi/services/reserved_domains_client.rb', line 266
+ # File 'lib/ngrokapi/services/reserved_domains_client.rb', line 272
def delete_certificate_management_policy ( id: " " )
path = ' /reserved_domains/%{id}/certificate_management_policy '
@@ -1581,16 +1581,16 @@
-282
-283
-284
-285
-286
-287
-288
+288
+289
+290
+291
+292
+293
+294
- # File 'lib/ngrokapi/services/reserved_domains_client.rb', line 282
+ # File 'lib/ngrokapi/services/reserved_domains_client.rb', line 288
def delete_certificate_management_policy! ( id: " " )
path = ' /reserved_domains/%{id}/certificate_management_policy '
@@ -1797,7 +1797,7 @@
- #list (before_id: nil, limit: nil, url: nil) ⇒ NgrokAPI::Models::Listable
+ #list (before_id: nil, limit: nil, filter: nil, url: nil) ⇒ NgrokAPI::Models::Listable
@@ -1841,6 +1841,19 @@
(defaults to: nil )
+
+
+
+
+ filter
+
+
+ (string )
+
+
+ (defaults to: nil )
+
+
@@ -1888,7 +1901,6 @@
-156
157
158
159
@@ -1906,19 +1918,24 @@
171
172
173
-174
+174
+175
+176
+177
- # File 'lib/ngrokapi/services/reserved_domains_client.rb', line 156
+ # File 'lib/ngrokapi/services/reserved_domains_client.rb', line 157
def list (
before_id: nil ,
limit: nil ,
+ filter: nil ,
url: nil
)
result = @client . list (
before_id: before_id ,
limit: limit ,
+ filter: filter ,
url: url ,
path: PATH
)
@@ -1938,7 +1955,7 @@
- #list! (before_id: nil, limit: nil, url: nil) ⇒ NgrokAPI::Models::Listable
+ #list! (before_id: nil, limit: nil, filter: nil, url: nil) ⇒ NgrokAPI::Models::Listable
@@ -1982,6 +1999,19 @@
(defaults to: nil )
+
+
+
+
+ filter
+
+
+ (string )
+
+
+ (defaults to: nil )
+
+
@@ -2029,10 +2059,6 @@
-186
-187
-188
-189
190
191
192
@@ -2049,19 +2075,27 @@
203
204
205
-206
+206
+207
+208
+209
+210
+211
+212
- # File 'lib/ngrokapi/services/reserved_domains_client.rb', line 186
+ # File 'lib/ngrokapi/services/reserved_domains_client.rb', line 190
def list! (
before_id: nil ,
limit: nil ,
+ filter: nil ,
url: nil
)
result = @client . list (
before_id: before_id ,
limit: limit ,
+ filter: filter ,
danger: true ,
url: url ,
path: PATH
@@ -2215,22 +2249,22 @@
-219
-220
-221
-222
-223
-224
225
226
227
228
229
230
-231
+231
+232
+233
+234
+235
+236
+237
- # File 'lib/ngrokapi/services/reserved_domains_client.rb', line 219
+ # File 'lib/ngrokapi/services/reserved_domains_client.rb', line 225
def update ( id: " " , description: nil , metadata: nil , http_endpoint_configuration_id: nil , https_endpoint_configuration_id: nil , certificate_id: nil , certificate_management_policy: nil , region: nil , error_redirect_url: nil )
path = ' /reserved_domains/%{id} '
@@ -2385,22 +2419,22 @@
-245
-246
-247
-248
-249
-250
251
252
253
254
255
256
-257
+257
+258
+259
+260
+261
+262
+263
- # File 'lib/ngrokapi/services/reserved_domains_client.rb', line 245
+ # File 'lib/ngrokapi/services/reserved_domains_client.rb', line 251
def update! ( id: " " , description: nil , metadata: nil , http_endpoint_configuration_id: nil , https_endpoint_configuration_id: nil , certificate_id: nil , certificate_management_policy: nil , region: nil , error_redirect_url: nil )
path = ' /reserved_domains/%{id} '
@@ -2425,9 +2459,9 @@
diff --git a/doc/NgrokAPI/Services/SSHCertificateAuthoritiesClient.html b/doc/NgrokAPI/Services/SSHCertificateAuthoritiesClient.html
index 61128556..3203c534 100644
--- a/doc/NgrokAPI/Services/SSHCertificateAuthoritiesClient.html
+++ b/doc/NgrokAPI/Services/SSHCertificateAuthoritiesClient.html
@@ -318,7 +318,7 @@
-
Get detailed information about an SSH Certficate Authority.
+
Get detailed information about an SSH Certificate Authority.
@@ -342,7 +342,7 @@
-
Get detailed information about an SSH Certficate Authority Throws an exception if API error.
+
Get detailed information about an SSH Certificate Authority Throws an exception if API error.
@@ -377,7 +377,7 @@
- #list (before_id: nil, limit: nil, url: nil) ⇒ NgrokAPI::Models::Listable
+ #list (before_id: nil, limit: nil, filter: nil, url: nil) ⇒ NgrokAPI::Models::Listable
@@ -401,7 +401,7 @@
- #list! (before_id: nil, limit: nil, url: nil) ⇒ NgrokAPI::Models::Listable
+ #list! (before_id: nil, limit: nil, filter: nil, url: nil) ⇒ NgrokAPI::Models::Listable
@@ -1116,7 +1116,7 @@
-
Get detailed information about an SSH Certficate Authority
+
Get detailed information about an SSH Certificate Authority
ngrok.com/docs/api#api-ssh-certificate-authorities-get
@@ -1211,7 +1211,7 @@
-
Get detailed information about an SSH Certficate Authority Throws an exception if API error.
+
Get detailed information about an SSH Certificate Authority Throws an exception if API error.
ngrok.com/docs/api#api-ssh-certificate-authorities-get
@@ -1297,7 +1297,7 @@
- #list (before_id: nil, limit: nil, url: nil) ⇒ NgrokAPI::Models::Listable
+ #list (before_id: nil, limit: nil, filter: nil, url: nil) ⇒ NgrokAPI::Models::Listable
@@ -1341,6 +1341,19 @@
(defaults to: nil )
+
+
+
+
+ filter
+
+
+ (string )
+
+
+ (defaults to: nil )
+
+
@@ -1388,7 +1401,6 @@
-150
151
152
153
@@ -1406,19 +1418,24 @@
165
166
167
-168
+168
+169
+170
+171
- # File 'lib/ngrokapi/services/ssh_certificate_authorities_client.rb', line 150
+ # File 'lib/ngrokapi/services/ssh_certificate_authorities_client.rb', line 151
def list (
before_id: nil ,
limit: nil ,
+ filter: nil ,
url: nil
)
result = @client . list (
before_id: before_id ,
limit: limit ,
+ filter: filter ,
url: url ,
path: PATH
)
@@ -1438,7 +1455,7 @@
- #list! (before_id: nil, limit: nil, url: nil) ⇒ NgrokAPI::Models::Listable
+ #list! (before_id: nil, limit: nil, filter: nil, url: nil) ⇒ NgrokAPI::Models::Listable
@@ -1482,6 +1499,19 @@
(defaults to: nil )
+
+
+
+
+ filter
+
+
+ (string )
+
+
+ (defaults to: nil )
+
+
@@ -1529,10 +1559,6 @@
-180
-181
-182
-183
184
185
186
@@ -1549,19 +1575,27 @@
197
198
199
-200
+200
+201
+202
+203
+204
+205
+206
- # File 'lib/ngrokapi/services/ssh_certificate_authorities_client.rb', line 180
+ # File 'lib/ngrokapi/services/ssh_certificate_authorities_client.rb', line 184
def list! (
before_id: nil ,
limit: nil ,
+ filter: nil ,
url: nil
)
result = @client . list (
before_id: before_id ,
limit: limit ,
+ filter: filter ,
danger: true ,
url: url ,
path: PATH
@@ -1679,20 +1713,20 @@
-211
-212
-213
-214
-215
-216
217
218
219
220
-221
+221
+222
+223
+224
+225
+226
+227
- # File 'lib/ngrokapi/services/ssh_certificate_authorities_client.rb', line 211
+ # File 'lib/ngrokapi/services/ssh_certificate_authorities_client.rb', line 217
def update ( id: " " , description: nil , metadata: nil )
path = ' /ssh_certificate_authorities/%{id} '
@@ -1809,20 +1843,20 @@
-233
-234
-235
-236
-237
-238
239
240
241
242
-243
+243
+244
+245
+246
+247
+248
+249
- # File 'lib/ngrokapi/services/ssh_certificate_authorities_client.rb', line 233
+ # File 'lib/ngrokapi/services/ssh_certificate_authorities_client.rb', line 239
def update! ( id: " " , description: nil , metadata: nil )
path = ' /ssh_certificate_authorities/%{id} '
@@ -1845,9 +1879,9 @@
diff --git a/doc/NgrokAPI/Services/SSHCredentialsClient.html b/doc/NgrokAPI/Services/SSHCredentialsClient.html
index c0391e20..c5a79349 100644
--- a/doc/NgrokAPI/Services/SSHCredentialsClient.html
+++ b/doc/NgrokAPI/Services/SSHCredentialsClient.html
@@ -207,7 +207,7 @@
- #create (description: "", metadata: "", acl: [], public_key:, owner_id: nil, owner_email: "") ⇒ NgrokAPI::Models::SSHCredential
+ #create (description: "", metadata: "", acl: [], public_key:, owner_id: nil, owner_email: "", scim_user_id: "") ⇒ NgrokAPI::Models::SSHCredential
@@ -231,7 +231,7 @@
- #create! (description: "", metadata: "", acl: [], public_key:, owner_id: nil, owner_email: "") ⇒ NgrokAPI::Models::SSHCredential
+ #create! (description: "", metadata: "", acl: [], public_key:, owner_id: nil, owner_email: "", scim_user_id: "") ⇒ NgrokAPI::Models::SSHCredential
@@ -377,7 +377,7 @@
- #list (before_id: nil, limit: nil, url: nil) ⇒ NgrokAPI::Models::Listable
+ #list (before_id: nil, limit: nil, filter: nil, url: nil) ⇒ NgrokAPI::Models::Listable
@@ -401,7 +401,7 @@
- #list! (before_id: nil, limit: nil, url: nil) ⇒ NgrokAPI::Models::Listable
+ #list! (before_id: nil, limit: nil, filter: nil, url: nil) ⇒ NgrokAPI::Models::Listable
@@ -575,7 +575,7 @@ Instance Method Details
- #create (description: "", metadata: "", acl: [], public_key:, owner_id: nil, owner_email: "") ⇒ NgrokAPI::Models::SSHCredential
+ #create (description: "", metadata: "", acl: [], public_key:, owner_id: nil, owner_email: "", scim_user_id: "") ⇒ NgrokAPI::Models::SSHCredential
@@ -727,7 +727,7 @@
# File 'lib/ngrokapi/services/ssh_credentials_client.rb', line 36
-def create ( description: " " , metadata: " " , acl: [ ] , public_key: , owner_id: nil , owner_email: " " )
+def create ( description: " " , metadata: " " , acl: [ ] , public_key: , owner_id: nil , owner_email: " " , scim_user_id: " " )
path = ' /ssh_credentials '
replacements = {
}
@@ -748,7 +748,7 @@
- #create! (description: "", metadata: "", acl: [], public_key:, owner_id: nil, owner_email: "") ⇒ NgrokAPI::Models::SSHCredential
+ #create! (description: "", metadata: "", acl: [], public_key:, owner_id: nil, owner_email: "", scim_user_id: "") ⇒ NgrokAPI::Models::SSHCredential
@@ -900,7 +900,7 @@
# File 'lib/ngrokapi/services/ssh_credentials_client.rb', line 63
-def create! ( description: " " , metadata: " " , acl: [ ] , public_key: , owner_id: nil , owner_email: " " )
+def create! ( description: " " , metadata: " " , acl: [ ] , public_key: , owner_id: nil , owner_email: " " , scim_user_id: " " )
path = ' /ssh_credentials '
replacements = {
}
@@ -1293,7 +1293,7 @@
- #list (before_id: nil, limit: nil, url: nil) ⇒ NgrokAPI::Models::Listable
+ #list (before_id: nil, limit: nil, filter: nil, url: nil) ⇒ NgrokAPI::Models::Listable
@@ -1337,6 +1337,19 @@
(defaults to: nil )
+
+
+
+
+ filter
+
+
+ (string )
+
+
+ (defaults to: nil )
+
+
@@ -1384,7 +1397,6 @@
-152
153
154
155
@@ -1402,19 +1414,24 @@
167
168
169
-170
+170
+171
+172
+173
- # File 'lib/ngrokapi/services/ssh_credentials_client.rb', line 152
+ # File 'lib/ngrokapi/services/ssh_credentials_client.rb', line 153
def list (
before_id: nil ,
limit: nil ,
+ filter: nil ,
url: nil
)
result = @client . list (
before_id: before_id ,
limit: limit ,
+ filter: filter ,
url: url ,
path: PATH
)
@@ -1434,7 +1451,7 @@
- #list! (before_id: nil, limit: nil, url: nil) ⇒ NgrokAPI::Models::Listable
+ #list! (before_id: nil, limit: nil, filter: nil, url: nil) ⇒ NgrokAPI::Models::Listable
@@ -1478,6 +1495,19 @@
(defaults to: nil )
+
+
+
+
+ filter
+
+
+ (string )
+
+
+ (defaults to: nil )
+
+
@@ -1525,10 +1555,6 @@
-182
-183
-184
-185
186
187
188
@@ -1545,19 +1571,27 @@
199
200
201
-202
+202
+203
+204
+205
+206
+207
+208
- # File 'lib/ngrokapi/services/ssh_credentials_client.rb', line 182
+ # File 'lib/ngrokapi/services/ssh_credentials_client.rb', line 186
def list! (
before_id: nil ,
limit: nil ,
+ filter: nil ,
url: nil
)
result = @client . list (
before_id: before_id ,
limit: limit ,
+ filter: filter ,
danger: true ,
url: url ,
path: PATH
@@ -1693,21 +1727,21 @@
-214
-215
-216
-217
-218
-219
220
221
222
223
224
-225
+225
+226
+227
+228
+229
+230
+231
- # File 'lib/ngrokapi/services/ssh_credentials_client.rb', line 214
+ # File 'lib/ngrokapi/services/ssh_credentials_client.rb', line 220
def update ( id: " " , description: nil , metadata: nil , acl: nil )
path = ' /ssh_credentials/%{id} '
@@ -1843,21 +1877,21 @@
-238
-239
-240
-241
-242
-243
244
245
246
247
248
-249
+249
+250
+251
+252
+253
+254
+255
- # File 'lib/ngrokapi/services/ssh_credentials_client.rb', line 238
+ # File 'lib/ngrokapi/services/ssh_credentials_client.rb', line 244
def update! ( id: " " , description: nil , metadata: nil , acl: nil )
path = ' /ssh_credentials/%{id} '
@@ -1881,9 +1915,9 @@
diff --git a/doc/NgrokAPI/Services/SSHHostCertificatesClient.html b/doc/NgrokAPI/Services/SSHHostCertificatesClient.html
index 2e56b0e9..0b5839e6 100644
--- a/doc/NgrokAPI/Services/SSHHostCertificatesClient.html
+++ b/doc/NgrokAPI/Services/SSHHostCertificatesClient.html
@@ -318,7 +318,7 @@
-
Get detailed information about an SSH Host Certficate.
+
Get detailed information about an SSH Host Certificate.
@@ -342,7 +342,7 @@
-
Get detailed information about an SSH Host Certficate Throws an exception if API error.
+
Get detailed information about an SSH Host Certificate Throws an exception if API error.
@@ -1188,7 +1188,7 @@
-
Get detailed information about an SSH Host Certficate
+
Get detailed information about an SSH Host Certificate
ngrok.com/docs/api#api-ssh-host-certificates-get
@@ -1283,7 +1283,7 @@
-
Get detailed information about an SSH Host Certficate Throws an exception if API error.
+
Get detailed information about an SSH Host Certificate Throws an exception if API error.
ngrok.com/docs/api#api-ssh-host-certificates-get
@@ -1917,9 +1917,9 @@
diff --git a/doc/NgrokAPI/Services/SSHUserCertificatesClient.html b/doc/NgrokAPI/Services/SSHUserCertificatesClient.html
index 5c7a0ce2..4ae35b91 100644
--- a/doc/NgrokAPI/Services/SSHUserCertificatesClient.html
+++ b/doc/NgrokAPI/Services/SSHUserCertificatesClient.html
@@ -318,7 +318,7 @@
- # File 'lib/ngrokapi/services/secrets_client.rb', line 35
+ # File 'lib/ngrokapi/services/secrets_client.rb', line 36
-def create ( name: " " , value: " " , metadata: " " , description: " " , vault_id: )
+def create ( name: " " , value: " " , metadata: " " , description: " " , vault_id: " " , vault_name: " " )
path = ' /vault_secrets '
replacements = {
}
@@ -737,6 +758,7 @@
data [ :metadata ] = metadata if metadata
data [ :description ] = description if description
data [ :vault_id ] = vault_id if vault_id
+ data [ :vault_name ] = vault_name if vault_name
result = @client . post ( path % replacements , data: data )
NgrokAPI :: Models :: Secret . new ( client: self , attrs: result )
end
@@ -748,7 +770,7 @@
- #create! (name: "", value: "", metadata: "", description: "", vault_id:) ⇒ NgrokAPI::Models::Secret
+ #create! (name: "", value: "", metadata: "", description: "", vault_id: "", vault_name: "") ⇒ NgrokAPI::Models::Secret
@@ -848,10 +870,30 @@
(string )
+ (defaults to: "" )
+
—
unique identifier of the referenced vault
+
+
+
+
+
+
+ vault_name
+
+
+ (string )
+
+
+ (defaults to: "" )
+
+
+ —
+
+
name of the referenced vault
@@ -883,9 +925,6 @@
-61
-62
-63
64
65
66
@@ -895,12 +934,16 @@
70
71
72
-73
+73
+74
+75
+76
+77
- # File 'lib/ngrokapi/services/secrets_client.rb', line 61
+ # File 'lib/ngrokapi/services/secrets_client.rb', line 64
-def create! ( name: " " , value: " " , metadata: " " , description: " " , vault_id: )
+def create! ( name: " " , value: " " , metadata: " " , description: " " , vault_id: " " , vault_name: " " )
path = ' /vault_secrets '
replacements = {
}
@@ -910,6 +953,7 @@
data [ :metadata ] = metadata if metadata
data [ :description ] = description if description
data [ :vault_id ] = vault_id if vault_id
+ data [ :vault_name ] = vault_name if vault_name
result = @client . post ( path % replacements , data: data , danger: true )
NgrokAPI :: Models :: Secret . new ( client: self , attrs: result )
end
@@ -986,16 +1030,16 @@
-133
-134
-135
-136
137
138
-139
+139
+140
+141
+142
+143
- # File 'lib/ngrokapi/services/secrets_client.rb', line 133
+ # File 'lib/ngrokapi/services/secrets_client.rb', line 137
def delete ( id: " " )
path = ' /vault_secrets/%{id} '
@@ -1077,16 +1121,16 @@
-149
-150
-151
-152
153
154
-155
+155
+156
+157
+158
+159
- # File 'lib/ngrokapi/services/secrets_client.rb', line 149
+ # File 'lib/ngrokapi/services/secrets_client.rb', line 153
def delete! ( id: " " )
path = ' /vault_secrets/%{id} '
@@ -1168,18 +1212,18 @@
-164
-165
-166
-167
168
169
170
171
-172
+172
+173
+174
+175
+176
- # File 'lib/ngrokapi/services/secrets_client.rb', line 164
+ # File 'lib/ngrokapi/services/secrets_client.rb', line 168
def get ( id: " " )
path = ' /vault_secrets/%{id} '
@@ -1263,18 +1307,18 @@
-182
-183
-184
-185
186
187
188
189
-190
+190
+191
+192
+193
+194
- # File 'lib/ngrokapi/services/secrets_client.rb', line 182
+ # File 'lib/ngrokapi/services/secrets_client.rb', line 186
def get! ( id: " " )
path = ' /vault_secrets/%{id} '
@@ -1293,7 +1337,7 @@
- #list (before_id: nil, limit: nil, url: nil) ⇒ NgrokAPI::Models::Listable
+ #list (before_id: nil, limit: nil, filter: nil, url: nil) ⇒ NgrokAPI::Models::Listable
@@ -1337,6 +1381,19 @@
(defaults to: nil )
+
+
+
+
+ filter
+
+
+ (string )
+
+
+ (defaults to: nil )
+
+
@@ -1384,11 +1441,6 @@
-201
-202
-203
-204
-205
206
207
208
@@ -1402,19 +1454,28 @@
216
217
218
-219
+219
+220
+221
+222
+223
+224
+225
+226
- # File 'lib/ngrokapi/services/secrets_client.rb', line 201
+ # File 'lib/ngrokapi/services/secrets_client.rb', line 206
def list (
before_id: nil ,
limit: nil ,
+ filter: nil ,
url: nil
)
result = @client . list (
before_id: before_id ,
limit: limit ,
+ filter: filter ,
url: url ,
path: PATH
)
@@ -1434,7 +1495,7 @@
- #list! (before_id: nil, limit: nil, url: nil) ⇒ NgrokAPI::Models::Listable
+ #list! (before_id: nil, limit: nil, filter: nil, url: nil) ⇒ NgrokAPI::Models::Listable
@@ -1478,6 +1539,19 @@
(defaults to: nil )
+
+
+
+
+ filter
+
+
+ (string )
+
+
+ (defaults to: nil )
+
+
@@ -1525,14 +1599,6 @@
-231
-232
-233
-234
-235
-236
-237
-238
239
240
241
@@ -1545,19 +1611,31 @@
248
249
250
-251
+251
+252
+253
+254
+255
+256
+257
+258
+259
+260
+261
- # File 'lib/ngrokapi/services/secrets_client.rb', line 231
+ # File 'lib/ngrokapi/services/secrets_client.rb', line 239
def list! (
before_id: nil ,
limit: nil ,
+ filter: nil ,
url: nil
)
result = @client . list (
before_id: before_id ,
limit: limit ,
+ filter: filter ,
danger: true ,
url: url ,
path: PATH
@@ -1716,10 +1794,6 @@
-86
-87
-88
-89
90
91
92
@@ -1728,10 +1802,14 @@
95
96
97
-98
+98
+99
+100
+101
+102
- # File 'lib/ngrokapi/services/secrets_client.rb', line 86
+ # File 'lib/ngrokapi/services/secrets_client.rb', line 90
def update ( id: " " , name: nil , value: nil , metadata: nil , description: nil )
path = ' /vault_secrets/%{id} '
@@ -1891,10 +1969,6 @@
-112
-113
-114
-115
116
117
118
@@ -1903,10 +1977,14 @@
121
122
123
-124
+124
+125
+126
+127
+128
- # File 'lib/ngrokapi/services/secrets_client.rb', line 112
+ # File 'lib/ngrokapi/services/secrets_client.rb', line 116
def update! ( id: " " , name: nil , value: nil , metadata: nil , description: nil )
path = ' /vault_secrets/%{id} '
@@ -1931,9 +2009,9 @@
diff --git a/doc/NgrokAPI/Services/ServiceUsersClient.html b/doc/NgrokAPI/Services/ServiceUsersClient.html
new file mode 100644
index 00000000..7a673935
--- /dev/null
+++ b/doc/NgrokAPI/Services/ServiceUsersClient.html
@@ -0,0 +1,1767 @@
+
+
+
+
+
+
+ Class: NgrokAPI::Services::ServiceUsersClient
+
+ — Documentation by YARD 0.9.36
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Class: NgrokAPI::Services::ServiceUsersClient
+
+
+
+
+
+
+
+ Inherits:
+
+ Object
+
+
+ Object
+
+ NgrokAPI::Services::ServiceUsersClient
+
+
+ show all
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Defined in:
+ lib/ngrokapi/services/service_users_client.rb
+
+
+
+
+
Overview
+
+
+
+
+
+
+ Constant Summary
+ collapse
+
+
+
+
+ PATH =
+
+
+
+
The API path for the requests
+
+
+
+
+
+
+
+
+
+ ' /service_users '
+
+ LIST_PROPERTY =
+
+
+
+
The List Property from the resulting API for list calls
+
+
+
+
+
+
+
+
+
+ ' service_users '
+
+
+
+
+
+
+
+
Instance Attribute Summary collapse
+
+
+
+
+
+ #client ⇒ Object
+
+
+
+
+
+
+
+
+ readonly
+
+
+
+
+
+
+
+
+
+
+
Returns the value of attribute client.
+
+
+
+
+
+
+
+
+
+
+
+
+ Instance Method Summary
+ collapse
+
+
+
+
+
+
+
+ #create (name: "", active: nil) ⇒ NgrokAPI::Models::ServiceUser
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Create a new service user.
+
+
+
+
+
+
+
+
+ #create! (name: "", active: nil) ⇒ NgrokAPI::Models::ServiceUser
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Create a new service user Throws an exception if API error.
+
+
+
+
+
+
+
+
+ #delete (id: "") ⇒ NgrokAPI::Models::Empty
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Delete a service user by ID.
+
+
+
+
+
+
+
+
+ #delete! (id: "") ⇒ NgrokAPI::Models::Empty
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Delete a service user by ID Throws an exception if API error.
+
+
+
+
+
+
+
+
+ #get (id: "") ⇒ NgrokAPI::Models::ServiceUser
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Get the details of a Bot User by ID.
+
+
+
+
+
+
+
+
+ #get! (id: "") ⇒ NgrokAPI::Models::ServiceUser
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Get the details of a Bot User by ID.
+
+
+
+
+
+
+
+
+ #initialize (client:) ⇒ ServiceUsersClient
+
+
+
+
+
+
+ constructor
+
+
+
+
+
+
+
+
+
+
A new instance of ServiceUsersClient.
+
+
+
+
+
+
+
+
+ #list (before_id: nil, limit: nil, filter: nil, url: nil) ⇒ NgrokAPI::Models::Listable
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
List all service users in this account.
+
+
+
+
+
+
+
+
+ #list! (before_id: nil, limit: nil, filter: nil, url: nil) ⇒ NgrokAPI::Models::Listable
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
List all service users in this account.
+
+
+
+
+
+
+
+
+ #update (id: "", name: nil, active: nil) ⇒ NgrokAPI::Models::ServiceUser
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Update attributes of a service user by ID.
+
+
+
+
+
+
+
+
+ #update! (id: "", name: nil, active: nil) ⇒ NgrokAPI::Models::ServiceUser
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Update attributes of a service user by ID.
+
+
+
+
+
+
+
+
+
+
Constructor Details
+
+
+
+
+ #initialize (client:) ⇒ ServiceUsersClient
+
+
+
+
+
+
+
+
+
Returns a new instance of ServiceUsersClient.
+
+
+
+
+
+
+
+
+
+
+
+
+
+17
+18
+19
+
+
+ # File 'lib/ngrokapi/services/service_users_client.rb', line 17
+
+def initialize ( client: )
+ @client = client
+end
+
+
+
+
+
+
+
+
+
Instance Attribute Details
+
+
+
+
+
+
+ #client ⇒ Object
+
+
+
+
+
+
+
+
+
Returns the value of attribute client.
+
+
+
+
+
+
+
+
+
+
+
+
+
+15
+16
+17
+
+
+ # File 'lib/ngrokapi/services/service_users_client.rb', line 15
+
+def client
+ @client
+end
+
+
+
+
+
+
+
+
+
+
Instance Method Details
+
+
+
+
+
+ #create (name: "", active: nil) ⇒ NgrokAPI::Models::ServiceUser
+
+
+
+
+
+
+
+
+
+
+
+
+29
+30
+31
+32
+33
+34
+35
+36
+37
+38
+
+
+ # File 'lib/ngrokapi/services/service_users_client.rb', line 29
+
+def create ( name: " " , active: nil )
+ path = ' /service_users '
+ replacements = {
+ }
+ data = { }
+ data [ :name ] = name if name
+ data [ :active ] = active if active
+ result = @client . post ( path % replacements , data: data )
+ NgrokAPI :: Models :: ServiceUser . new ( client: self , attrs: result )
+end
+
+
+
+
+
+
+
+
+ #create! (name: "", active: nil) ⇒ NgrokAPI::Models::ServiceUser
+
+
+
+
+
+
+
+
+
+
+
+
+49
+50
+51
+52
+53
+54
+55
+56
+57
+58
+
+
+ # File 'lib/ngrokapi/services/service_users_client.rb', line 49
+
+def create! ( name: " " , active: nil )
+ path = ' /service_users '
+ replacements = {
+ }
+ data = { }
+ data [ :name ] = name if name
+ data [ :active ] = active if active
+ result = @client . post ( path % replacements , data: data , danger: true )
+ NgrokAPI :: Models :: ServiceUser . new ( client: self , attrs: result )
+end
+
+
+
+
+
+
+
+
+ #delete (id: "") ⇒ NgrokAPI::Models::Empty
+
+
+
+
+
+
+
+
+
+
+
+
+67
+68
+69
+70
+71
+72
+73
+
+
+ # File 'lib/ngrokapi/services/service_users_client.rb', line 67
+
+def delete ( id: " " )
+ path = ' /service_users/%{id} '
+ replacements = {
+ id: id ,
+ }
+ @client . delete ( path % replacements )
+end
+
+
+
+
+
+
+
+
+ #delete! (id: "") ⇒ NgrokAPI::Models::Empty
+
+
+
+
+
+
+
+
+
+
+
+
+83
+84
+85
+86
+87
+88
+89
+
+
+ # File 'lib/ngrokapi/services/service_users_client.rb', line 83
+
+def delete! ( id: " " )
+ path = ' /service_users/%{id} '
+ replacements = {
+ id: id ,
+ }
+ @client . delete ( path % replacements , danger: true )
+end
+
+
+
+
+
+
+
+
+ #get (id: "") ⇒ NgrokAPI::Models::ServiceUser
+
+
+
+
+
+
+
+
+
+
+
+
+98
+99
+100
+101
+102
+103
+104
+105
+106
+
+
+ # File 'lib/ngrokapi/services/service_users_client.rb', line 98
+
+def get ( id: " " )
+ path = ' /service_users/%{id} '
+ replacements = {
+ id: id ,
+ }
+ data = { }
+ result = @client . get ( path % replacements , data: data )
+ NgrokAPI :: Models :: ServiceUser . new ( client: self , attrs: result )
+end
+
+
+
+
+
+
+
+
+ #get! (id: "") ⇒ NgrokAPI::Models::ServiceUser
+
+
+
+
+
+
+
+
+
+
+
+
+116
+117
+118
+119
+120
+121
+122
+123
+124
+
+
+ # File 'lib/ngrokapi/services/service_users_client.rb', line 116
+
+def get! ( id: " " )
+ path = ' /service_users/%{id} '
+ replacements = {
+ id: id ,
+ }
+ data = { }
+ result = @client . get ( path % replacements , data: data , danger: true )
+ NgrokAPI :: Models :: ServiceUser . new ( client: self , attrs: result )
+end
+
+
+
+
+
+
+
+
+ #list (before_id: nil, limit: nil, filter: nil, url: nil) ⇒ NgrokAPI::Models::Listable
+
+
+
+
+
+
+
+
+
+
+
+
+136
+137
+138
+139
+140
+141
+142
+143
+144
+145
+146
+147
+148
+149
+150
+151
+152
+153
+154
+155
+156
+
+
+ # File 'lib/ngrokapi/services/service_users_client.rb', line 136
+
+def list (
+ before_id: nil ,
+ limit: nil ,
+ filter: nil ,
+ url: nil
+)
+ result = @client . list (
+ before_id: before_id ,
+ limit: limit ,
+ filter: filter ,
+ url: url ,
+ path: PATH
+ )
+
+ NgrokAPI :: Models :: Listable . new (
+ client: self ,
+ attrs: result ,
+ list_property: LIST_PROPERTY ,
+ klass: NgrokAPI :: Models :: ServiceUser
+ )
+end
+
+
+
+
+
+
+
+
+ #list! (before_id: nil, limit: nil, filter: nil, url: nil) ⇒ NgrokAPI::Models::Listable
+
+
+
+
+
+
+
+
+
+
+
+
+169
+170
+171
+172
+173
+174
+175
+176
+177
+178
+179
+180
+181
+182
+183
+184
+185
+186
+187
+188
+189
+190
+191
+
+
+ # File 'lib/ngrokapi/services/service_users_client.rb', line 169
+
+def list! (
+ before_id: nil ,
+ limit: nil ,
+ filter: nil ,
+ url: nil
+)
+ result = @client . list (
+ before_id: before_id ,
+ limit: limit ,
+ filter: filter ,
+ danger: true ,
+ url: url ,
+ path: PATH
+ )
+
+ NgrokAPI :: Models :: Listable . new (
+ client: self ,
+ attrs: result ,
+ list_property: LIST_PROPERTY ,
+ klass: NgrokAPI :: Models :: ServiceUser ,
+ danger: true
+ )
+end
+
+
+
+
+
+
+
+
+ #update (id: "", name: nil, active: nil) ⇒ NgrokAPI::Models::ServiceUser
+
+
+
+
+
+
+
+
+
+
+
+
+202
+203
+204
+205
+206
+207
+208
+209
+210
+211
+212
+
+
+ # File 'lib/ngrokapi/services/service_users_client.rb', line 202
+
+def update ( id: " " , name: nil , active: nil )
+ path = ' /service_users/%{id} '
+ replacements = {
+ id: id ,
+ }
+ data = { }
+ data [ :name ] = name if name
+ data [ :active ] = active if active
+ result = @client . patch ( path % replacements , data: data )
+ NgrokAPI :: Models :: ServiceUser . new ( client: self , attrs: result )
+end
+
+
+
+
+
+
+
+
+ #update! (id: "", name: nil, active: nil) ⇒ NgrokAPI::Models::ServiceUser
+
+
+
+
+
+
+
+
+
+
+
+
+224
+225
+226
+227
+228
+229
+230
+231
+232
+233
+234
+
+
+ # File 'lib/ngrokapi/services/service_users_client.rb', line 224
+
+def update! ( id: " " , name: nil , active: nil )
+ path = ' /service_users/%{id} '
+ replacements = {
+ id: id ,
+ }
+ data = { }
+ data [ :name ] = name if name
+ data [ :active ] = active if active
+ result = @client . patch ( path % replacements , data: data , danger: true )
+ NgrokAPI :: Models :: ServiceUser . new ( client: self , attrs: result )
+end
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/doc/NgrokAPI/Services/StaticBackendsClient.html b/doc/NgrokAPI/Services/StaticBackendsClient.html
index b23b7c05..af0dc69f 100644
--- a/doc/NgrokAPI/Services/StaticBackendsClient.html
+++ b/doc/NgrokAPI/Services/StaticBackendsClient.html
@@ -1885,9 +1885,9 @@
diff --git a/doc/NgrokAPI/Services/TCPEdgeBackendModuleClient.html b/doc/NgrokAPI/Services/TCPEdgeBackendModuleClient.html
index 910649ac..5265eda9 100644
--- a/doc/NgrokAPI/Services/TCPEdgeBackendModuleClient.html
+++ b/doc/NgrokAPI/Services/TCPEdgeBackendModuleClient.html
@@ -1029,9 +1029,9 @@
diff --git a/doc/NgrokAPI/Services/TCPEdgeIPRestrictionModuleClient.html b/doc/NgrokAPI/Services/TCPEdgeIPRestrictionModuleClient.html
index 233eea08..40bcae9b 100644
--- a/doc/NgrokAPI/Services/TCPEdgeIPRestrictionModuleClient.html
+++ b/doc/NgrokAPI/Services/TCPEdgeIPRestrictionModuleClient.html
@@ -1029,9 +1029,9 @@
diff --git a/doc/NgrokAPI/Services/TCPEdgeTrafficPolicyModuleClient.html b/doc/NgrokAPI/Services/TCPEdgeTrafficPolicyModuleClient.html
index a34af113..b524aa2d 100644
--- a/doc/NgrokAPI/Services/TCPEdgeTrafficPolicyModuleClient.html
+++ b/doc/NgrokAPI/Services/TCPEdgeTrafficPolicyModuleClient.html
@@ -1029,9 +1029,9 @@
diff --git a/doc/NgrokAPI/Services/TLSCertificatesClient.html b/doc/NgrokAPI/Services/TLSCertificatesClient.html
index 7d5fc1a5..49b08d19 100644
--- a/doc/NgrokAPI/Services/TLSCertificatesClient.html
+++ b/doc/NgrokAPI/Services/TLSCertificatesClient.html
@@ -377,7 +377,7 @@
- #list (before_id: nil, limit: nil, url: nil) ⇒ NgrokAPI::Models::Listable
+ #list (before_id: nil, limit: nil, filter: nil, url: nil) ⇒ NgrokAPI::Models::Listable
@@ -401,7 +401,7 @@
- #list! (before_id: nil, limit: nil, url: nil) ⇒ NgrokAPI::Models::Listable
+ #list! (before_id: nil, limit: nil, filter: nil, url: nil) ⇒ NgrokAPI::Models::Listable
@@ -1249,7 +1249,7 @@
- #list (before_id: nil, limit: nil, url: nil) ⇒ NgrokAPI::Models::Listable
+ #list (before_id: nil, limit: nil, filter: nil, url: nil) ⇒ NgrokAPI::Models::Listable
@@ -1293,6 +1293,19 @@
(defaults to: nil )
+
+
+
+
+ filter
+
+
+ (string )
+
+
+ (defaults to: nil )
+
+
@@ -1340,7 +1353,6 @@
-149
150
151
152
@@ -1358,19 +1370,24 @@
164
165
166
-167
+167
+168
+169
+170
- # File 'lib/ngrokapi/services/tls_certificates_client.rb', line 149
+ # File 'lib/ngrokapi/services/tls_certificates_client.rb', line 150
def list (
before_id: nil ,
limit: nil ,
+ filter: nil ,
url: nil
)
result = @client . list (
before_id: before_id ,
limit: limit ,
+ filter: filter ,
url: url ,
path: PATH
)
@@ -1390,7 +1407,7 @@
- #list! (before_id: nil, limit: nil, url: nil) ⇒ NgrokAPI::Models::Listable
+ #list! (before_id: nil, limit: nil, filter: nil, url: nil) ⇒ NgrokAPI::Models::Listable
@@ -1434,6 +1451,19 @@
(defaults to: nil )
+
+
+
+
+ filter
+
+
+ (string )
+
+
+ (defaults to: nil )
+
+
@@ -1481,10 +1511,6 @@
-179
-180
-181
-182
183
184
185
@@ -1501,19 +1527,27 @@
196
197
198
-199
+199
+200
+201
+202
+203
+204
+205
- # File 'lib/ngrokapi/services/tls_certificates_client.rb', line 179
+ # File 'lib/ngrokapi/services/tls_certificates_client.rb', line 183
def list! (
before_id: nil ,
limit: nil ,
+ filter: nil ,
url: nil
)
result = @client . list (
before_id: before_id ,
limit: limit ,
+ filter: filter ,
danger: true ,
url: url ,
path: PATH
@@ -1631,20 +1665,20 @@
-210
-211
-212
-213
-214
-215
216
217
218
219
-220
+220
+221
+222
+223
+224
+225
+226
- # File 'lib/ngrokapi/services/tls_certificates_client.rb', line 210
+ # File 'lib/ngrokapi/services/tls_certificates_client.rb', line 216
def update ( id: " " , description: nil , metadata: nil )
path = ' /tls_certificates/%{id} '
@@ -1761,20 +1795,20 @@
-232
-233
-234
-235
-236
-237
238
239
240
241
-242
+242
+243
+244
+245
+246
+247
+248
- # File 'lib/ngrokapi/services/tls_certificates_client.rb', line 232
+ # File 'lib/ngrokapi/services/tls_certificates_client.rb', line 238
def update! ( id: " " , description: nil , metadata: nil )
path = ' /tls_certificates/%{id} '
@@ -1797,9 +1831,9 @@
diff --git a/doc/NgrokAPI/Services/TLSEdgeBackendModuleClient.html b/doc/NgrokAPI/Services/TLSEdgeBackendModuleClient.html
index 1afd58ff..db10beb0 100644
--- a/doc/NgrokAPI/Services/TLSEdgeBackendModuleClient.html
+++ b/doc/NgrokAPI/Services/TLSEdgeBackendModuleClient.html
@@ -1029,9 +1029,9 @@
diff --git a/doc/NgrokAPI/Services/TLSEdgeIPRestrictionModuleClient.html b/doc/NgrokAPI/Services/TLSEdgeIPRestrictionModuleClient.html
index dcfbdd8d..2518ec5a 100644
--- a/doc/NgrokAPI/Services/TLSEdgeIPRestrictionModuleClient.html
+++ b/doc/NgrokAPI/Services/TLSEdgeIPRestrictionModuleClient.html
@@ -1029,9 +1029,9 @@
diff --git a/doc/NgrokAPI/Services/TLSEdgeMutualTLSModuleClient.html b/doc/NgrokAPI/Services/TLSEdgeMutualTLSModuleClient.html
index e0fa077c..55ebb025 100644
--- a/doc/NgrokAPI/Services/TLSEdgeMutualTLSModuleClient.html
+++ b/doc/NgrokAPI/Services/TLSEdgeMutualTLSModuleClient.html
@@ -1029,9 +1029,9 @@
diff --git a/doc/NgrokAPI/Services/TLSEdgeTLSTerminationModuleClient.html b/doc/NgrokAPI/Services/TLSEdgeTLSTerminationModuleClient.html
index 033a853b..84f17047 100644
--- a/doc/NgrokAPI/Services/TLSEdgeTLSTerminationModuleClient.html
+++ b/doc/NgrokAPI/Services/TLSEdgeTLSTerminationModuleClient.html
@@ -1029,9 +1029,9 @@
diff --git a/doc/NgrokAPI/Services/TLSEdgeTrafficPolicyModuleClient.html b/doc/NgrokAPI/Services/TLSEdgeTrafficPolicyModuleClient.html
index 940c41c7..283ef4ad 100644
--- a/doc/NgrokAPI/Services/TLSEdgeTrafficPolicyModuleClient.html
+++ b/doc/NgrokAPI/Services/TLSEdgeTrafficPolicyModuleClient.html
@@ -1029,9 +1029,9 @@
diff --git a/doc/NgrokAPI/Services/TunnelGroupBackendsClient.html b/doc/NgrokAPI/Services/TunnelGroupBackendsClient.html
index a31044b5..2ca47d75 100644
--- a/doc/NgrokAPI/Services/TunnelGroupBackendsClient.html
+++ b/doc/NgrokAPI/Services/TunnelGroupBackendsClient.html
@@ -1805,9 +1805,9 @@
diff --git a/doc/NgrokAPI/Services/TunnelSessionsClient.html b/doc/NgrokAPI/Services/TunnelSessionsClient.html
index 1670768f..f196e472 100644
--- a/doc/NgrokAPI/Services/TunnelSessionsClient.html
+++ b/doc/NgrokAPI/Services/TunnelSessionsClient.html
@@ -281,7 +281,7 @@
- #list (before_id: nil, limit: nil, url: nil) ⇒ NgrokAPI::Models::Listable
+ #list (before_id: nil, limit: nil, filter: nil, url: nil) ⇒ NgrokAPI::Models::Listable
@@ -305,7 +305,7 @@
- #list! (before_id: nil, limit: nil, url: nil) ⇒ NgrokAPI::Models::Listable
+ #list! (before_id: nil, limit: nil, filter: nil, url: nil) ⇒ NgrokAPI::Models::Listable
@@ -640,18 +640,18 @@
-93
-94
-95
-96
-97
-98
99
100
-101
+101
+102
+103
+104
+105
+106
+107
- # File 'lib/ngrokapi/services/tunnel_sessions_client.rb', line 93
+ # File 'lib/ngrokapi/services/tunnel_sessions_client.rb', line 99
def get ( id: " " )
path = ' /tunnel_sessions/%{id} '
@@ -735,18 +735,18 @@
-111
-112
-113
-114
-115
-116
117
118
-119
+119
+120
+121
+122
+123
+124
+125
- # File 'lib/ngrokapi/services/tunnel_sessions_client.rb', line 111
+ # File 'lib/ngrokapi/services/tunnel_sessions_client.rb', line 117
def get! ( id: " " )
path = ' /tunnel_sessions/%{id} '
@@ -765,7 +765,7 @@
- #list (before_id: nil, limit: nil, url: nil) ⇒ NgrokAPI::Models::Listable
+ #list (before_id: nil, limit: nil, filter: nil, url: nil) ⇒ NgrokAPI::Models::Listable
@@ -809,6 +809,19 @@
(defaults to: nil )
+
+
+
+
+ filter
+
+
+ (string )
+
+
+ (defaults to: nil )
+
+
@@ -856,7 +869,6 @@
-34
35
36
37
@@ -874,19 +886,24 @@
49
50
51
-52
+52
+53
+54
+55
- # File 'lib/ngrokapi/services/tunnel_sessions_client.rb', line 34
+ # File 'lib/ngrokapi/services/tunnel_sessions_client.rb', line 35
def list (
before_id: nil ,
limit: nil ,
+ filter: nil ,
url: nil
)
result = @client . list (
before_id: before_id ,
limit: limit ,
+ filter: filter ,
url: url ,
path: PATH
)
@@ -906,7 +923,7 @@
- #list! (before_id: nil, limit: nil, url: nil) ⇒ NgrokAPI::Models::Listable
+ #list! (before_id: nil, limit: nil, filter: nil, url: nil) ⇒ NgrokAPI::Models::Listable
@@ -950,6 +967,19 @@
(defaults to: nil )
+
+
+
+
+ filter
+
+
+ (string )
+
+
+ (defaults to: nil )
+
+
@@ -997,10 +1027,6 @@
-64
-65
-66
-67
68
69
70
@@ -1017,19 +1043,27 @@
81
82
83
-84
+84
+85
+86
+87
+88
+89
+90
- # File 'lib/ngrokapi/services/tunnel_sessions_client.rb', line 64
+ # File 'lib/ngrokapi/services/tunnel_sessions_client.rb', line 68
def list! (
before_id: nil ,
limit: nil ,
+ filter: nil ,
url: nil
)
result = @client . list (
before_id: before_id ,
limit: limit ,
+ filter: filter ,
danger: true ,
url: url ,
path: PATH
@@ -1116,16 +1150,16 @@
-131
-132
-133
-134
-135
-136
-137
+137
+138
+139
+140
+141
+142
+143
- # File 'lib/ngrokapi/services/tunnel_sessions_client.rb', line 131
+ # File 'lib/ngrokapi/services/tunnel_sessions_client.rb', line 137
def restart ( id: " " )
path = ' /tunnel_sessions/%{id}/restart '
@@ -1207,16 +1241,16 @@
-150
-151
-152
-153
-154
-155
-156
+156
+157
+158
+159
+160
+161
+162
- # File 'lib/ngrokapi/services/tunnel_sessions_client.rb', line 150
+ # File 'lib/ngrokapi/services/tunnel_sessions_client.rb', line 156
def restart! ( id: " " )
path = ' /tunnel_sessions/%{id}/restart '
@@ -1298,16 +1332,16 @@
-166
-167
-168
-169
-170
-171
-172
+172
+173
+174
+175
+176
+177
+178
- # File 'lib/ngrokapi/services/tunnel_sessions_client.rb', line 166
+ # File 'lib/ngrokapi/services/tunnel_sessions_client.rb', line 172
def stop ( id: " " )
path = ' /tunnel_sessions/%{id}/stop '
@@ -1389,16 +1423,16 @@
-183
-184
-185
-186
-187
-188
-189
+189
+190
+191
+192
+193
+194
+195
- # File 'lib/ngrokapi/services/tunnel_sessions_client.rb', line 183
+ # File 'lib/ngrokapi/services/tunnel_sessions_client.rb', line 189
def stop! ( id: " " )
path = ' /tunnel_sessions/%{id}/stop '
@@ -1475,16 +1509,16 @@
-209
-210
-211
-212
-213
-214
-215
+215
+216
+217
+218
+219
+220
+221
- # File 'lib/ngrokapi/services/tunnel_sessions_client.rb', line 209
+ # File 'lib/ngrokapi/services/tunnel_sessions_client.rb', line 215
def update ( id: " " , version: " " )
path = ' /tunnel_sessions/%{id}/update '
@@ -1561,16 +1595,16 @@
-236
-237
-238
-239
-240
-241
-242
+242
+243
+244
+245
+246
+247
+248
- # File 'lib/ngrokapi/services/tunnel_sessions_client.rb', line 236
+ # File 'lib/ngrokapi/services/tunnel_sessions_client.rb', line 242
def update! ( id: " " , version: " " )
path = ' /tunnel_sessions/%{id}/update '
@@ -1589,9 +1623,9 @@
diff --git a/doc/NgrokAPI/Services/TunnelsClient.html b/doc/NgrokAPI/Services/TunnelsClient.html
index 28ee5218..ca14a488 100644
--- a/doc/NgrokAPI/Services/TunnelsClient.html
+++ b/doc/NgrokAPI/Services/TunnelsClient.html
@@ -909,9 +909,9 @@
diff --git a/doc/NgrokAPI/Services/VaultsClient.html b/doc/NgrokAPI/Services/VaultsClient.html
index 9690d7b7..ee184e5d 100644
--- a/doc/NgrokAPI/Services/VaultsClient.html
+++ b/doc/NgrokAPI/Services/VaultsClient.html
@@ -425,7 +425,7 @@
- #list (before_id: nil, limit: nil, url: nil) ⇒ NgrokAPI::Models::Listable
+ #list (before_id: nil, limit: nil, filter: nil, url: nil) ⇒ NgrokAPI::Models::Listable
@@ -449,7 +449,7 @@
- #list! (before_id: nil, limit: nil, url: nil) ⇒ NgrokAPI::Models::Listable
+ #list! (before_id: nil, limit: nil, filter: nil, url: nil) ⇒ NgrokAPI::Models::Listable
@@ -1611,7 +1611,7 @@
- #list (before_id: nil, limit: nil, url: nil) ⇒ NgrokAPI::Models::Listable
+ #list (before_id: nil, limit: nil, filter: nil, url: nil) ⇒ NgrokAPI::Models::Listable
@@ -1655,6 +1655,19 @@
(defaults to: nil )
+
+
+
+
+ filter
+
+
+ (string )
+
+
+ (defaults to: nil )
+
+
@@ -1702,7 +1715,6 @@
-264
265
266
267
@@ -1720,19 +1732,24 @@
279
280
281
-282
+282
+283
+284
+285
- # File 'lib/ngrokapi/services/vaults_client.rb', line 264
+ # File 'lib/ngrokapi/services/vaults_client.rb', line 265
def list (
before_id: nil ,
limit: nil ,
+ filter: nil ,
url: nil
)
result = @client . list (
before_id: before_id ,
limit: limit ,
+ filter: filter ,
url: url ,
path: PATH
)
@@ -1752,7 +1769,7 @@
- #list! (before_id: nil, limit: nil, url: nil) ⇒ NgrokAPI::Models::Listable
+ #list! (before_id: nil, limit: nil, filter: nil, url: nil) ⇒ NgrokAPI::Models::Listable
@@ -1796,6 +1813,19 @@
(defaults to: nil )
+
+
+
+
+ filter
+
+
+ (string )
+
+
+ (defaults to: nil )
+
+
@@ -1843,10 +1873,6 @@
-294
-295
-296
-297
298
299
300
@@ -1863,19 +1889,27 @@
311
312
313
-314
+314
+315
+316
+317
+318
+319
+320
- # File 'lib/ngrokapi/services/vaults_client.rb', line 294
+ # File 'lib/ngrokapi/services/vaults_client.rb', line 298
def list! (
before_id: nil ,
limit: nil ,
+ filter: nil ,
url: nil
)
result = @client . list (
before_id: before_id ,
limit: limit ,
+ filter: filter ,
danger: true ,
url: url ,
path: PATH
@@ -2209,9 +2243,9 @@
diff --git a/doc/NgrokAPI/Services/WeightedBackendsClient.html b/doc/NgrokAPI/Services/WeightedBackendsClient.html
index f8cdefd2..a39143a3 100644
--- a/doc/NgrokAPI/Services/WeightedBackendsClient.html
+++ b/doc/NgrokAPI/Services/WeightedBackendsClient.html
@@ -1805,9 +1805,9 @@
diff --git a/doc/_index.html b/doc/_index.html
index be5841c2..d7734b19 100644
--- a/doc/_index.html
+++ b/doc/_index.html
@@ -1080,6 +1080,20 @@ Namespace Listing A-Z
+
+ ServiceUser
+
+ (NgrokAPI::Models)
+
+
+
+
+ ServiceUsersClient
+
+ (NgrokAPI::Services)
+
+
+
Services
@@ -1323,9 +1337,9 @@ Namespace Listing A-Z
diff --git a/doc/class_list.html b/doc/class_list.html
index 1dd9c62e..d70899d5 100644
--- a/doc/class_list.html
+++ b/doc/class_list.html
@@ -43,7 +43,7 @@
-Error < StandardError
NgrokAPI APIKey < Object
NgrokAPI::Models Ref < Object
NgrokAPI::Models Secret < Object
NgrokAPI::Models Tunnel < Object
NgrokAPI::Models Vault < Object
NgrokAPI::Models
+Error < StandardError
NgrokAPI APIKey < Object
NgrokAPI::Models Ref < Object
NgrokAPI::Models Secret < Object
NgrokAPI::Models Tunnel < Object
NgrokAPI::Models Vault < Object
NgrokAPI::Models
diff --git a/doc/file.README.html b/doc/file.README.html
index ee0800f4..b7d25d08 100644
--- a/doc/file.README.html
+++ b/doc/file.README.html
@@ -166,9 +166,9 @@ Building (internal)
diff --git a/doc/index.html b/doc/index.html
index 0fd0c89c..a2322264 100644
--- a/doc/index.html
+++ b/doc/index.html
@@ -166,9 +166,9 @@ Building (internal)
diff --git a/doc/method_list.html b/doc/method_list.html
index ceb46407..2aa69018 100644
--- a/doc/method_list.html
+++ b/doc/method_list.html
@@ -205,6 +205,14 @@
+
+
#==
+
NgrokAPI::Models::ServiceUser
+
+
+
+
+
#==
NgrokAPI::Models::AgentIngress
@@ -212,7 +220,7 @@
-
+
#==
NgrokAPI::Models::EndpointOIDC
@@ -220,7 +228,7 @@
-
+
#==
NgrokAPI::Models::EndpointSAML
@@ -228,7 +236,7 @@
-
+
#==
NgrokAPI::Models::ReservedAddr
@@ -236,7 +244,7 @@
-
+
#==
NgrokAPI::Models::IPPolicyRule
@@ -244,7 +252,7 @@
-
+
#==
NgrokAPI::Models::IPRestriction
@@ -252,7 +260,7 @@
-
+
#==
NgrokAPI::Models::SSHCredential
@@ -260,7 +268,7 @@
-
+
#==
NgrokAPI::Models::StaticBackend
@@ -268,7 +276,7 @@
-
+
#==
NgrokAPI::Models::TunnelSession
@@ -276,7 +284,7 @@
-
+
#==
NgrokAPI::Models::AWSCredentials
@@ -284,7 +292,7 @@
-
+
#==
NgrokAPI::Models::BrowserSession
@@ -292,7 +300,7 @@
-
+
#==
NgrokAPI::Models::EndpointOAuth
@@ -300,7 +308,7 @@
-
+
#==
NgrokAPI::Models::ReservedDomain
@@ -308,7 +316,7 @@
-
+
#==
NgrokAPI::Models::TLSCertificate
@@ -316,7 +324,7 @@
-
+
#==
NgrokAPI::Models::ApplicationUser
@@ -324,7 +332,7 @@
-
+
#==
NgrokAPI::Models::EndpointBackend
@@ -332,7 +340,7 @@
-
+
#==
NgrokAPI::Models::FailoverBackend
@@ -340,7 +348,7 @@
-
+
#==
NgrokAPI::Models::HTTPSEdgeRoute
@@ -348,7 +356,7 @@
-
+
#==
NgrokAPI::Models::WeightedBackend
@@ -356,7 +364,7 @@
-
+
#==
NgrokAPI::Models::EventDestination
@@ -364,7 +372,7 @@
-
+
#==
NgrokAPI::Models::EventSourceList
@@ -372,7 +380,7 @@
-
+
#==
NgrokAPI::Models::IdentityProvider
@@ -380,7 +388,7 @@
-
+
#==
NgrokAPI::Models::EndpointIPPolicy
@@ -388,7 +396,7 @@
-
+
#==
NgrokAPI::Models::EventSubscription
@@ -396,7 +404,7 @@
-
+
#==
NgrokAPI::Models::StaticBackendTLS
@@ -404,7 +412,7 @@
-
+
#==
NgrokAPI::Models::ApplicationSession
@@ -412,7 +420,7 @@
-
+
#==
NgrokAPI::Models::EndpointMutualTLS
@@ -420,7 +428,7 @@
-
+
#==
NgrokAPI::Models::EndpointCompression
@@ -428,7 +436,7 @@
-
+
#==
NgrokAPI::Models::EndpointSAMLMutate
@@ -436,7 +444,7 @@
-
+
#==
NgrokAPI::Models::EventSourceReplace
@@ -444,7 +452,7 @@
-
+
#==
NgrokAPI::Models::EventTargetDatadog
@@ -452,7 +460,7 @@
-
+
#==
NgrokAPI::Models::EventTargetKinesis
@@ -460,7 +468,7 @@
-
+
#==
NgrokAPI::Models::SSHHostCertificate
@@ -468,7 +476,7 @@
-
+
#==
NgrokAPI::Models::SSHUserCertificate
@@ -476,7 +484,7 @@
-
+
#==
NgrokAPI::Models::TunnelGroupBackend
@@ -484,7 +492,7 @@
-
+
#==
NgrokAPI::Models::AbuseReportHostname
@@ -492,7 +500,7 @@
-
+
#==
NgrokAPI::Models::CertificateAuthority
@@ -500,7 +508,7 @@
-
+
#==
NgrokAPI::Models::EventTargetFirehose
@@ -508,7 +516,7 @@
-
+
#==
NgrokAPI::Models::HTTPResponseBackend
@@ -516,7 +524,7 @@
-
+
#==
NgrokAPI::Models::TLSCertificateSANs
@@ -524,7 +532,7 @@
-
+
#==
NgrokAPI::Models::AgentIngressCertJob
@@ -532,7 +540,7 @@
-
+
#==
NgrokAPI::Models::EndpointOAuthAmazon
@@ -540,7 +548,7 @@
-
+
#==
NgrokAPI::Models::EndpointOAuthGoogle
@@ -548,7 +556,7 @@
-
+
#==
NgrokAPI::Models::EndpointOAuthTwitch
@@ -556,7 +564,7 @@
-
+
#==
NgrokAPI::Models::EndpointBackendMutate
@@ -564,7 +572,7 @@
-
+
#==
NgrokAPI::Models::EndpointOAuthGitHub
@@ -572,7 +580,7 @@
-
+
#==
NgrokAPI::Models::EndpointOAuthGitLab
@@ -580,7 +588,7 @@
-
+
#==
NgrokAPI::Models::EndpointTrafficPolicy
@@ -588,7 +596,7 @@
-
+
#==
NgrokAPI::Models::EndpointCircuitBreaker
@@ -596,7 +604,7 @@
-
+
#==
NgrokAPI::Models::EndpointOAuthFacebook
@@ -604,7 +612,7 @@
-
+
#==
NgrokAPI::Models::EndpointOAuthProvider
@@ -612,7 +620,7 @@
-
+
#==
NgrokAPI::Models::EndpointRequestHeaders
@@ -620,7 +628,7 @@
-
+
#==
NgrokAPI::Models::EndpointTLSTermination
@@ -628,7 +636,7 @@
-
+
#==
NgrokAPI::Models::ReservedDomainCertJob
@@ -636,7 +644,7 @@
-
+
#==
NgrokAPI::Models::AgentIngressCertPolicy
@@ -644,7 +652,7 @@
-
+
#==
NgrokAPI::Models::AgentIngressCertStatus
@@ -652,7 +660,7 @@
-
+
#==
NgrokAPI::Models::EndpointIPPolicyMutate
@@ -660,7 +668,7 @@
-
+
#==
NgrokAPI::Models::EndpointOAuthLinkedIn
@@ -668,7 +676,7 @@
-
+
#==
NgrokAPI::Models::EndpointOAuthMicrosoft
@@ -676,7 +684,7 @@
-
+
#==
NgrokAPI::Models::EndpointResponseHeaders
@@ -684,7 +692,7 @@
-
+
#==
NgrokAPI::Models::SSHCertificateAuthority
@@ -692,7 +700,7 @@
-
+
#==
NgrokAPI::Models::EndpointMutualTLSMutate
@@ -700,7 +708,7 @@
-
+
#==
NgrokAPI::Models::EndpointUserAgentFilter
@@ -708,7 +716,7 @@
-
+
#==
NgrokAPI::Models::EndpointWebhookValidation
@@ -716,7 +724,7 @@
-
+
#==
NgrokAPI::Models::ReservedDomainCertPolicy
@@ -724,7 +732,7 @@
-
+
#==
NgrokAPI::Models::ReservedDomainCertStatus
@@ -732,7 +740,7 @@
-
+
#==
NgrokAPI::Models::EventTargetCloudwatchLogs
@@ -740,7 +748,7 @@
-
+
#==
NgrokAPI::Models::EndpointTLSTerminationAtEdge
@@ -748,7 +756,7 @@
-
+
#==
NgrokAPI::Models::EndpointWebsocketTCPConverter
@@ -756,7 +764,7 @@
-
+
#==
NgrokAPI::Models::EventTargetAzureLogsIngestion
@@ -764,7 +772,7 @@
-
+
#abuse_reports
NgrokAPI::Client
@@ -772,7 +780,7 @@
-
+
#acl
NgrokAPI::Models::Credential
@@ -780,7 +788,7 @@
-
+
#acl
NgrokAPI::Models::SSHCredential
@@ -788,7 +796,7 @@
-
+
#acme_challenge_cname_target
NgrokAPI::Models::ReservedDomain
@@ -796,7 +804,7 @@
-
+
#action
NgrokAPI::Models::IPPolicyRule
@@ -804,7 +812,7 @@
-
+
#active
NgrokAPI::Models::BotUser
@@ -812,6 +820,14 @@
+
+
+
#active
+
NgrokAPI::Models::ServiceUser
+
+
+
+
#add
@@ -1109,6 +1125,14 @@
+
+
#attrs
+
NgrokAPI::Models::ServiceUser
+
+
+
+
+
#attrs
NgrokAPI::Models::AgentIngress
@@ -1116,7 +1140,7 @@
-
+
#attrs
NgrokAPI::Models::EndpointOIDC
@@ -1124,7 +1148,7 @@
-
+
#attrs
NgrokAPI::Models::EndpointSAML
@@ -1132,7 +1156,7 @@
-
+
#attrs
NgrokAPI::Models::ReservedAddr
@@ -1140,7 +1164,7 @@
-
+
#attrs
NgrokAPI::Models::IPPolicyRule
@@ -1148,7 +1172,7 @@
-
+
#attrs
NgrokAPI::Models::IPRestriction
@@ -1156,7 +1180,7 @@
-
+
#attrs
NgrokAPI::Models::SSHCredential
@@ -1164,7 +1188,7 @@
-
+
#attrs
NgrokAPI::Models::StaticBackend
@@ -1172,7 +1196,7 @@
-
+
#attrs
NgrokAPI::Models::TunnelSession
@@ -1180,7 +1204,7 @@
-
+
#attrs
NgrokAPI::Models::AWSCredentials
@@ -1188,7 +1212,7 @@
-
+
#attrs
NgrokAPI::Models::BrowserSession
@@ -1196,7 +1220,7 @@
-
+
#attrs
NgrokAPI::Models::EndpointOAuth
@@ -1204,7 +1228,7 @@
-
+
#attrs
NgrokAPI::Models::ReservedDomain
@@ -1212,7 +1236,7 @@
-
+
#attrs
NgrokAPI::Models::TLSCertificate
@@ -1220,7 +1244,7 @@
-
+
#attrs
NgrokAPI::Models::ApplicationUser
@@ -1228,7 +1252,7 @@
-
+
#attrs
NgrokAPI::Models::EndpointBackend
@@ -1236,7 +1260,7 @@
-
+
#attrs
NgrokAPI::Models::FailoverBackend
@@ -1244,7 +1268,7 @@
-
+
#attrs
NgrokAPI::Models::HTTPSEdgeRoute
@@ -1252,7 +1276,7 @@
-
+