updateConnectionByUrl
abstract suspend fun updateConnectionByUrl(parameters: SSO.SAML.UpdateByURLParameters): B2BSSOSAMLUpdateConnectionByURLResponse
Update a SAML Connection by URL.
Return
Parameters
parameters
The parameters required to update a SAML connection by URL
abstract fun updateConnectionByUrl(parameters: SSO.SAML.UpdateByURLParameters, callback: (B2BSSOSAMLUpdateConnectionByURLResponse) -> Unit)
Update a SAML Connection by URL.
Parameters
parameters
The parameters required to update a SAML connection by URL
callback
a callback that receives a B2BSSOSAMLUpdateConnectionByURLResponse