paws.security.identity (version 0.1.0)

securityhub_accept_invitation: Accepts the invitation to be monitored by a master SecurityHub account

Description

Accepts the invitation to be monitored by a master SecurityHub account.

Usage

securityhub_accept_invitation(MasterId, InvitationId)

Arguments

MasterId

The account ID of the master Security Hub account whose invitation you're accepting.

InvitationId

The ID of the invitation that is sent to the AWS account by the Security Hub master account.

Request syntax

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