Module Values.AcceptAdministratorInvitationRequestSource

We recommend using Organizations instead of Security Hub CSPM invitations to manage your member accounts. For information, see Managing Security Hub CSPM administrator and member accounts with Organizations in the Security Hub CSPM User Guide. Accepts the invitation to be a member account and be monitored by the Security Hub CSPM administrator account that the invitation was sent from. This operation is only used by member accounts that are not added through Organizations. When the member account accepts the invitation, permission is granted to the administrator account to view findings generated in the member account.

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

    The account ID of the Security Hub CSPM administrator account that sent the invitation.

    *)
  2. invitationId : NonEmptyString.t;
    (*

    The identifier of the invitation sent from the Security Hub CSPM administrator account.

    *)
}
Sourceval context_ : string
Sourceval make : administratorId:NonEmptyString.t -> invitationId:NonEmptyString.t -> unit -> t
Sourceval to_value : t -> [> `Structure 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