Learn R Programming

paws.security.identity (version 0.1.12)

securityhub_disassociate_members: Disassociates the specified member accounts from the associated master account

Description

Disassociates the specified member accounts from the associated master account.

Can be used to disassociate both accounts that are in an organization and accounts that were invited manually.

Usage

securityhub_disassociate_members(AccountIds)

Value

An empty list.

Arguments

AccountIds

[required] The account IDs of the member accounts to disassociate from the master account.

Request syntax

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