List Organizations Features
iam_list_organizations_features | R Documentation |
Lists the centralized root access features enabled for your organization¶
Description¶
Lists the centralized root access features enabled for your organization. For more information, see Centrally manage root access for member accounts.
Usage¶
Value¶
A list with the following syntax:
list(
OrganizationId = "string",
EnabledFeatures = list(
"RootCredentialsManagement"|"RootSessions"
)
)