> ## Documentation Index
> Fetch the complete documentation index at: https://cloudanix.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Function Monitoring

## Checks performed

* [GCP Cloud Function Should Not Have Admin Access](gcpfunctionmonitoring/rules/function_has_admin_access)
* [Cloud Functions Endpoint Should Not Be Publicly Accessible](gcpfunctionmonitoring/rules/function_publicly_accessible)
* [Cloud Functions Should Have Dead Letter Queue Configured For Pub/Sub Subscriptions](gcpfunctionmonitoring/rules/function_has_dlq_configured)
* [Cloud Functions Should Have Default Timeout Configured](gcpfunctionmonitoring/rules/function_has_default_timeout)
* [Cloud Functions Should Use Latest Runtimes](gcpfunctionmonitoring/rules/function_uses_latest_runtimes)
* [Multiple Cloud Functions Should Not Use Same IAM Role](gcpfunctionmonitoring/rules/function_has_unique_iam_role)
* [Cloud Functions Logging Should Be Enabled](gcpfunctionmonitoring/rules/function_has_logging_enabled)
* [Cloud Functions Should Connect To Resources In VPC only](gcpfunctionmonitoring/rules/function_connect_to_vpc_resources_only)
