Values.DisableOrganizationsRootCredentialsManagementResponseSourceDisables the management of privileged root user credentials across member accounts in your organization. When you disable this feature, the management account and the delegated administrator for IAM can no longer manage root user credentials for member accounts in your organization.
type disableOrganizationsRootCredentialsManagementResult = {organizationId : OrganizationIdType.t option;The unique identifier (ID) of an organization.
*)enabledFeatures : FeaturesListType.t option;The features enabled for centralized root access for member accounts in your organization.
*)}and t = {disableOrganizationsRootCredentialsManagementResult : disableOrganizationsRootCredentialsManagementResult;responseMetaData : responseMetaData;}type error = [ | `AccountNotManagementOrDelegatedAdministratorException of
AccountNotManagementOrDelegatedAdministratorException.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
| `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
| `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 ]