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