Learn R Programming

paws.security.identity (version 0.1.9)

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.

Usage

securityhub_accept_invitation(MasterId, InvitationId)

Arguments

MasterId

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

InvitationId

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

Request syntax

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

Details

When the member account accepts the invitation, permission is granted to the master account to view findings generated in the member account.