Describe Organization Configuration
securityhub_describe_organization_configuration | R Documentation |
Returns information about the way your organization is configured in Security Hub¶
Description¶
Returns information about the way your organization is configured in Security Hub. Only the Security Hub administrator account can invoke this operation.
Usage¶
Value¶
A list with the following syntax:
list(
AutoEnable = TRUE|FALSE,
MemberAccountLimitReached = TRUE|FALSE,
AutoEnableStandards = "NONE"|"DEFAULT",
OrganizationConfiguration = list(
ConfigurationType = "CENTRAL"|"LOCAL",
Status = "PENDING"|"ENABLED"|"FAILED",
StatusMessage = "string"
)
)