Learn R Programming

paws.security.identity (version 0.1.12)

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.

This operation is only used by member accounts that are not added through Organizations.

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)

Value

An empty list.

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"
)