Smaws_Client_FMS.ListAdminsManagingAccount
val request :
Smaws_Lib.Context.t ->
list_admins_managing_account_request ->
(list_admins_managing_account_response,
[> Smaws_Lib.Protocols.AwsJson.error
| `InternalErrorException of internal_error_exception
| `InvalidInputException of invalid_input_exception
| `ResourceNotFoundException of resource_not_found_exception ])
Stdlib.result
Lists the accounts that are managing the specified Organizations member account. This is useful for any member account so that they can view the accounts who are managing their account. This operation only returns the managing administrators that have the requested account within their AdminScope
.