macie2_accept_invitation {paws.security.identity} | R Documentation |
Accepts an Amazon Macie membership invitation that was received from a specific account.
See https://www.paws-r-sdk.com/docs/macie2_accept_invitation/ for full documentation.
macie2_accept_invitation(
administratorAccountId = NULL,
invitationId,
masterAccount = NULL
)
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. |