Smaws_Client_WorkMail.PutIdentityProviderConfiguration
Enables integration between IAM Identity Center (IdC) and WorkMail to proxy authentication requests for mailbox users. You can connect your IdC directory or your external directory to WorkMail through IdC and manage access to WorkMail mailboxes in a single place. For enhanced protection, you could enable Multifactor Authentication (MFA) and Personal Access Tokens.
val request :
Smaws_Lib.Context.t ->
Types.put_identity_provider_configuration_request ->
(Types.put_identity_provider_configuration_response,
[> Smaws_Lib.Protocols.AwsJson.error
| `InvalidParameterException of Types.invalid_parameter_exception
| `OrganizationNotFoundException of Types.organization_not_found_exception
| `OrganizationStateException of Types.organization_state_exception
| `ResourceNotFoundException of Types.resource_not_found_exception ])
Stdlib.result