Learn R Programming

paws.security.identity (version 0.1.12)

securityhub_describe_organization_configuration: Returns information about the Organizations configuration for Security Hub

Description

Returns information about the Organizations configuration for Security Hub. Can only be called from a Security Hub administrator account.

Usage

securityhub_describe_organization_configuration()

Arguments

Value

A list with the following syntax:

list(
  AutoEnable = TRUE|FALSE,
  MemberAccountLimitReached = TRUE|FALSE
)

Request syntax

svc$describe_organization_configuration()