Learn R Programming

paws.security.identity (version 0.1.3)

securityhub_accept_invitation: Accepts the invitation to be a member account and be monitored by the Security Hub master account that the invitation was sent from

Description

Accepts the invitation to be a member account and be monitored by the Security Hub master account that the invitation was sent from. When the member account accepts the invitation, permission is granted to the master account to view findings generated in the member account.

Usage

securityhub_accept_invitation(MasterId, InvitationId)

Arguments

MasterId

The account ID of the Security Hub master account that sent the invitation.

InvitationId

The ID of the invitation sent from the Security Hub master account.

Request syntax

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