Describe Organization Configuration
| securityhub_describe_organization_configuration | R Documentation |
Returns information about the way your organization is configured in Security Hub CSPM¶
Description¶
Returns information about the way your organization is configured in Security Hub CSPM. Only the Security Hub CSPM 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"
)
)