Enable Delegated Admin Account
| inspector2_enable_delegated_admin_account | R Documentation |
Enables the Amazon Inspector delegated administrator for your Organizations organization¶
Description¶
Enables the Amazon Inspector delegated administrator for your Organizations organization.
Usage¶
inspector2_enable_delegated_admin_account(delegatedAdminAccountId,
clientToken)
Arguments¶
delegatedAdminAccountId |
[required] The Amazon Web Services account ID of the Amazon Inspector delegated administrator. |
clientToken |
The idempotency token for the request. |
Value¶
A list with the following syntax:
list(
delegatedAdminAccountId = "string"
)
Request syntax¶
svc$enable_delegated_admin_account(
delegatedAdminAccountId = "string",
clientToken = "string"
)