Enable Organization Admin Account
| securityhub_enable_organization_admin_account | R Documentation |
Designates the Security Hub CSPM administrator account for an organization¶
Description¶
Designates the Security Hub CSPM administrator account for an organization. Can only be called by the organization management account.
Usage¶
securityhub_enable_organization_admin_account(AdminAccountId, Feature)
Arguments¶
AdminAccountId |
[required] The Amazon Web Services account identifier of the account to designate as the Security Hub CSPM administrator account. |
Feature |
The feature for which the delegated admin account is enabled. Defaults to Security Hub CSPM if not specified. |
Value¶
A list with the following syntax:
list(
AdminAccountId = "string",
Feature = "SecurityHub"|"SecurityHubV2"
)
Request syntax¶
svc$enable_organization_admin_account(
AdminAccountId = "string",
Feature = "SecurityHub"|"SecurityHubV2"
)