Disable Organizations Root Credentials Management
iam_disable_organizations_root_credentials_management | R Documentation |
Disables the management of privileged root user credentials across member accounts in your organization¶
Description¶
Disables the management of privileged root user credentials across member accounts in your organization. When you disable this feature, the management account and the delegated admininstrator for IAM can no longer manage root user credentials for member accounts in your organization.
Usage¶
Value¶
A list with the following syntax:
list(
OrganizationId = "string",
EnabledFeatures = list(
"RootCredentialsManagement"|"RootSessions"
)
)