Module Values.EnableOrganizationsRootCredentialsManagementResponseSource

Enables 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.

Sourcetype enableOrganizationsRootCredentialsManagementResult = {
  1. organizationId : OrganizationIdType.t option;
    (*

    The unique identifier (ID) of an organization.

    *)
  2. enabledFeatures : FeaturesListType.t option;
    (*

    The features you have enabled for centralized root access.

    *)
}
Sourceand responseMetaData = unit
Sourceand t = {
  1. enableOrganizationsRootCredentialsManagementResult : enableOrganizationsRootCredentialsManagementResult;
  2. responseMetaData : responseMetaData;
}
Sourcetype error = [
  1. | `AccountNotManagementOrDelegatedAdministratorException of AccountNotManagementOrDelegatedAdministratorException.t
  2. | `CallerIsNotManagementAccountException of CallerIsNotManagementAccountException.t
  3. | `OrganizationNotFoundException of OrganizationNotFoundException.t
  4. | `OrganizationNotInAllFeaturesModeException of OrganizationNotInAllFeaturesModeException.t
  5. | `ServiceAccessNotEnabledException of ServiceAccessNotEnabledException.t
  6. | `Unknown_operation_error of string * string option
]
Sourceval context_ : string
Sourceval make : ?organizationId:??? -> ?enabledFeatures:??? -> unit -> t
Sourceval 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 ]
Sourceval 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 ]
Sourceval error_to_json : error -> Yojson.Safe.t
Sourceval to_value : t -> [> `Structure of (string * [> `Structure of (string * [> `List of [> `Enum of string ] list | `String of OrganizationIdType.t ]) list ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t