guardduty_accept_administrator_invitation {paws.security.identity} | R Documentation |
Accepts the invitation to be a member account and get monitored by a GuardDuty administrator account that sent the invitation
Description
Accepts the invitation to be a member account and get monitored by a GuardDuty administrator account that sent the invitation.
See https://www.paws-r-sdk.com/docs/guardduty_accept_administrator_invitation/ for full documentation.
Usage
guardduty_accept_administrator_invitation(
DetectorId,
AdministratorId,
InvitationId
)
Arguments
DetectorId |
[required] The unique ID of the detector of the GuardDuty member account. |
AdministratorId |
[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. |
[Package paws.security.identity version 0.9.0 Index]