Values.AdminAccountSourceRepresents a Security Hub CSPM administrator account designated by an organization management account.
type nonrec t = {accountId : NonEmptyString.t option;The Amazon Web Services account identifier of the Security Hub CSPM administrator account.
*)status : AdminStatus.t option;The current status of the Security Hub CSPM administrator account. Indicates whether the account is currently enabled as a Security Hub CSPM administrator.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of NonEmptyString.t ]) list ]