List Admins Managing Account
fms_list_admins_managing_account | R Documentation |
Lists the accounts that are managing the specified Organizations member account¶
Description¶
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.
Usage¶
fms_list_admins_managing_account(NextToken, MaxResults)
Arguments¶
NextToken |
When you request a list of objects with a |
MaxResults |
The maximum number of objects that you want Firewall Manager to
return for this request. If more objects are available, in the response,
Firewall Manager provides a |
Value¶
A list with the following syntax:
list(
AdminAccounts = list(
"string"
),
NextToken = "string"
)
Request syntax¶
svc$list_admins_managing_account(
NextToken = "string",
MaxResults = 123
)