Learn R Programming

paws.security.identity (version 0.1.3)

securityhub_invite_members: Invites other AWS accounts to become member accounts for the Security Hub master account that the invitation is sent from

Description

Invites other AWS accounts to become member accounts for the Security Hub master account that the invitation is sent from. Before you can use this action to invite a member, you must first create the member account in Security Hub by using the CreateMembers action. When the account owner accepts the invitation to become a member account and enables Security Hub, the master account can view the findings generated from member account.

Usage

securityhub_invite_members(AccountIds)

Arguments

AccountIds

A list of IDs of the AWS accounts that you want to invite to Security Hub as members.

Request syntax

svc$invite_members(
  AccountIds = list(
    "string"
  )
)