updateConnectionCompletable
abstract fun updateConnectionCompletable(parameters: SCIM.UpdateConnectionParameters): CompletableFuture<SCIMUpdateConnectionResponse>
Updates an existing SCIM connection. This method wraps the {@link https://stytch.com/docs/b2b/api/update-scim-connection update-connection} endpoint. If attempting to modify the scim_group_implicit_role_assignments
the caller must have the update.settings.implicit-roles
permission on the stytch.organization
resource. For all other fields, the caller must have the update
permission on the stytch.scim
resource. SCIM via the project's RBAC policy & their role assignments.
Return
Parameters
parameters
the parameters necessary to update a SCIM connection