Module Values.EnableOrganizationsRootSessionsResponseSource

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

Sourcetype enableOrganizationsRootSessionsResult = {
  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. enableOrganizationsRootSessionsResult : enableOrganizationsRootSessionsResult;
  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