You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**page:**`Optional<Integer>` — Page index of the results to return. First page is 0.
24222
+
24223
+
</dd>
24224
+
</dl>
24225
+
24226
+
<dl>
24227
+
<dd>
24228
+
24229
+
**perPage:**`Optional<Integer>` — Number of results per page. Defaults to 50.
24230
+
24231
+
</dd>
24232
+
</dl>
24233
+
24234
+
<dl>
24235
+
<dd>
24236
+
24237
+
**includeTotals:**`Optional<Boolean>` — Return results inside an object that contains the total result count (true) or as a direct array of results (false, default).
24238
+
24239
+
</dd>
24240
+
</dl>
24241
+
24242
+
<dl>
24243
+
<dd>
24244
+
24245
+
**isEnabled:**`Optional<Boolean>` — Filter connections by enabled status.
**organizationConnectionName:**`Optional<String>` — Name of the connection in the scope of this organization.
24300
+
24301
+
</dd>
24302
+
</dl>
24303
+
24304
+
<dl>
24305
+
<dd>
24306
+
24307
+
**assignMembershipOnLogin:**`Optional<Boolean>` — When true, all users that log in with this connection will be automatically granted membership in the organization. When false, users must be granted membership in the organization before logging in with this connection.
24308
+
24309
+
</dd>
24310
+
</dl>
24311
+
24312
+
<dl>
24313
+
<dd>
24314
+
24315
+
**showAsButton:**`Optional<Boolean>` — Determines whether a connection should be displayed on this organization’s login prompt. Only applicable for enterprise connections. Default: true.
24316
+
24317
+
</dd>
24318
+
</dl>
24319
+
24320
+
<dl>
24321
+
<dd>
24322
+
24323
+
**isSignupEnabled:**`Optional<Boolean>` — Determines whether organization signup should be enabled for this organization connection. Only applicable for database connections. Default: false.
**organizationConnectionName:**`Optional<String>` — Name of the connection in the scope of this organization.
24506
+
24507
+
</dd>
24508
+
</dl>
24509
+
24510
+
<dl>
24511
+
<dd>
24512
+
24513
+
**assignMembershipOnLogin:**`Optional<Boolean>` — When true, all users that log in with this connection will be automatically granted membership in the organization. When false, users must be granted membership in the organization before logging in with this connection.
24514
+
24515
+
</dd>
24516
+
</dl>
24517
+
24518
+
<dl>
24519
+
<dd>
24520
+
24521
+
**showAsButton:**`Optional<Boolean>` — Determines whether a connection should be displayed on this organization’s login prompt. Only applicable for enterprise connections. Default: true.
24522
+
24523
+
</dd>
24524
+
</dl>
24525
+
24526
+
<dl>
24527
+
<dd>
24528
+
24529
+
**isSignupEnabled:**`Optional<Boolean>` — Determines whether organization signup should be enabled for this organization connection. Only applicable for database connections. Default: false.
0 commit comments