Skip to content

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

iam_list_organizations_features()

Value

A list with the following syntax:

list(
  OrganizationId = "string",
  EnabledFeatures = list(
    "RootCredentialsManagement"|"RootSessions"
  )
)

Request syntax

svc$list_organizations_features()