Learn R Programming

paws.security.identity (version 0.1.11)

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)

Arguments

AccountIds

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

Value

An empty list.

Request syntax

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