Values.EnableOrganizationsRootCredentialsManagementResponseSourceEnables the management of privileged root user credentials across member accounts in your organization. When you enable root credentials management for centralized root access, the management account and the delegated administrator for IAM can manage root user credentials for member accounts in your organization. Before you enable centralized root access, 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 enableOrganizationsRootCredentialsManagementResult = {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 = {enableOrganizationsRootCredentialsManagementResult : enableOrganizationsRootCredentialsManagementResult;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 ]