Accept Invitation
guardduty_accept_invitation | R Documentation |
Accepts the invitation to be monitored by a GuardDuty administrator account¶
Description¶
Accepts the invitation to be monitored by a GuardDuty administrator account.
Usage¶
guardduty_accept_invitation(DetectorId, MasterId, InvitationId)
Arguments¶
DetectorId |
[required] The unique ID of the detector of the GuardDuty member account. To find the |
MasterId |
[required] The account ID of the GuardDuty administrator account whose invitation you're accepting. |
InvitationId |
[required] The value that is used to validate the administrator account to the member account. |
Value¶
An empty list.
Request syntax¶
svc$accept_invitation(
DetectorId = "string",
MasterId = "string",
InvitationId = "string"
)