# Functions
ComputeBulkCheck computes a check result for the given resources and subject, computing any caveat expressions found.
ComputeCheck computes a check result for the given resource and subject, computing any caveat expressions found.
# Constants
BasicDebuggingEnabled indicates that basic debug information, such as which steps were taken, should be retained while performing the Check and returned to the caller.
NoDebugging indicates that debug information should be retained while performing the Check.
TraceDebuggingEnabled indicates that the Check is being issued for tracing the exact calls made for debugging, which means that not only should debug information be recorded and returned, but that optimizations such as batching should be disabled.
# Structs
CheckParameters are the parameters for the ComputeCheck call.
# Type aliases
DebugOption defines the various debug level options for Checks.