Values.EnableOrganizationsRootSessionsResponseSourceAllows the management account or delegated administrator to perform privileged tasks on member accounts in your organization. For more information, see Centrally manage root access for member accounts in the Identity and Access Management User Guide. Before you enable this feature, you must have an account configured with the following settings: You must manage your Amazon Web Services accounts in Organizations. Enable trusted access for Identity and Access Management in Organizations. For details, see IAM and Organizations in the Organizations User Guide.
type enableOrganizationsRootSessionsResult = {organizationId : OrganizationIdType.t option;The unique identifier (ID) of an organization.
*)enabledFeatures : FeaturesListType.t option;The features you have enabled for centralized root access.
*)}and t = {enableOrganizationsRootSessionsResult : enableOrganizationsRootSessionsResult;responseMetaData : responseMetaData;}type error = [ | `AccountNotManagementOrDelegatedAdministratorException of
AccountNotManagementOrDelegatedAdministratorException.t| `CallerIsNotManagementAccountException of
CallerIsNotManagementAccountException.t| `OrganizationNotFoundException of OrganizationNotFoundException.t| `OrganizationNotInAllFeaturesModeException of
OrganizationNotInAllFeaturesModeException.t| `ServiceAccessNotEnabledException of ServiceAccessNotEnabledException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `AccountNotManagementOrDelegatedAdministratorException of unit
| `CallerIsNotManagementAccountException of unit
| `OrganizationNotFoundException of unit
| `OrganizationNotInAllFeaturesModeException of unit
| `ServiceAccessNotEnabledException of unit
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `AccountNotManagementOrDelegatedAdministratorException of unit
| `CallerIsNotManagementAccountException of unit
| `OrganizationNotFoundException of unit
| `OrganizationNotInAllFeaturesModeException of unit
| `ServiceAccessNotEnabledException of unit
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `List of [> `Enum of string ] list
| `String of OrganizationIdType.t ])
list ])
list ]