paws.security.identity (version 0.1.0)

guardduty_accept_invitation: Accepts the invitation to be monitored by a master GuardDuty account

Description

Accepts the invitation to be monitored by a master GuardDuty account.

Usage

guardduty_accept_invitation(DetectorId, InvitationId, MasterId)

Arguments

DetectorId

[required] The unique ID of the detector of the GuardDuty member account.

InvitationId

[required] This value is used to validate the master account to the member account.

MasterId

[required] The account ID of the master GuardDuty account whose invitation you're accepting.

Request syntax

svc$accept_invitation(
  DetectorId = "string",
  InvitationId = "string",
  MasterId = "string"
)