External DocumentationTo learn more, visit the Upwind documentation.
Basic Parameters
| Parameter | Description |
|---|---|
| Asset Kind | The kind of asset the rule applies to. |
| Description | The description of the rule. |
| Name | The name of the rule. |
| Organization ID | The ID of the organization. |
| Rego Policy | The Rego policy used to evaluate the rule. Example: is_pass(input_item) := false { input_item.public_access == true } else := true |
| Severity | The severity of the item. |
Advanced Parameters
| Parameter | Description |
|---|---|
| Category | The category of the rule. |
| Framework ID | The framework ID to associate the rule with. |
| Related Asset Kinds | A comma-separated list of asset kinds the rule applies to if the rule correlates multiple resources. |