Module Values.EnableOrganizationAdminAccountRequestSource

Designates the Security Hub CSPM administrator account for an organization. Can only be called by the organization management account.

Sourcetype nonrec t = {
  1. adminAccountId : NonEmptyString.t;
    (*

    The Amazon Web Services account identifier of the account to designate as the Security Hub CSPM administrator account.

    *)
  2. feature : SecurityHubFeature.t option;
    (*

    The feature for which the delegated admin account is enabled. Defaults to Security Hub CSPM if not specified.

    *)
}
Sourceval context_ : string
Sourceval make : ?feature:??? -> adminAccountId:NonEmptyString.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `String of NonEmptyString.t ]) 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