Values.AcceptAdministratorInvitationRequestSourceAccepts the invitation to be a member account and get monitored by a GuardDuty administrator account that sent the invitation.
type nonrec t = {detectorId : DetectorId.t;The unique ID of the detector of the GuardDuty member account.
*)administratorId : String_.t;The account ID of the GuardDuty administrator account whose invitation you're accepting.
*)invitationId : String_.t;The value that is used to validate the administrator account to the member account.
*)}val make :
detectorId:DetectorId.t ->
administratorId:String_.t ->
invitationId:String_.t ->
unit ->
t