Accept Invitation
macie2_accept_invitation | R Documentation |
Accepts an Amazon Macie membership invitation that was received from a specific account¶
Description¶
Accepts an Amazon Macie membership invitation that was received from a specific account.
Usage¶
macie2_accept_invitation(administratorAccountId, invitationId,
masterAccount)
Arguments¶
administratorAccountId |
The Amazon Web Services account ID for the account that sent the invitation. |
invitationId |
[required] The unique identifier for the invitation to accept. |
masterAccount |
(Deprecated) The Amazon Web Services account ID for the account that sent the invitation. This property has been replaced by the administratorAccountId property and is retained only for backward compatibility. |
Value¶
An empty list.
Request syntax¶
svc$accept_invitation(
administratorAccountId = "string",
invitationId = "string",
masterAccount = "string"
)