Values.EnableOrganizationAdminAccountRequestSourceDesignates the Security Hub CSPM administrator account for an organization. Can only be called by the organization management account.
type nonrec t = {adminAccountId : NonEmptyString.t;The Amazon Web Services account identifier of the account to designate as the Security Hub CSPM administrator account.
*)feature : SecurityHubFeature.t option;The feature for which the delegated admin account is enabled. Defaults to Security Hub CSPM if not specified.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of NonEmptyString.t ]) list ]