Learn R Programming

paws.security.identity (version 0.1.12)

securityhub_delete_members: Deletes the specified member accounts from Security Hub

Description

Deletes the specified member accounts from Security Hub.

Can be used to delete member accounts that belong to an organization as well as member accounts that were invited manually.

Usage

securityhub_delete_members(AccountIds)

Value

A list with the following syntax:

list(
  UnprocessedAccounts = list(
    list(
      AccountId = "string",
      ProcessingResult = "string"
    )
  )
)

Arguments

AccountIds

[required] The list of account IDs for the member accounts to delete.

Request syntax

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