View source: R/macie2_operations.R
macie2_accept_invitation | 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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.