Disable Delegated Admin Account
inspector2_disable_delegated_admin_account | R Documentation |
Disables the Amazon Inspector delegated administrator for your organization¶
Description¶
Disables the Amazon Inspector delegated administrator for your organization.
Usage¶
inspector2_disable_delegated_admin_account(delegatedAdminAccountId)
Arguments¶
delegatedAdminAccountId |
[required] The Amazon Web Services account ID of the current Amazon Inspector delegated administrator. |
Value¶
A list with the following syntax:
list(
delegatedAdminAccountId = "string"
)
Request syntax¶
svc$disable_delegated_admin_account(
delegatedAdminAccountId = "string"
)