Values.DisableOrganizationsRootSessionsResponseSourceDisables root user sessions for privileged tasks across member accounts in your organization. When you disable this feature, the management account and the delegated administrator for IAM can no longer perform privileged tasks on member accounts in your organization.
type disableOrganizationsRootSessionsResult = {organizationId : OrganizationIdType.t option;The unique identifier (ID) of an organization.
*)enabledFeatures : FeaturesListType.t option;The features you have enabled for centralized root access of member accounts in your organization.
*)}and t = {disableOrganizationsRootSessionsResult : disableOrganizationsRootSessionsResult;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 ]