Skip to main content
Create a configuration rule.
External DocumentationTo learn more, visit the Upwind documentation.

Basic Parameters

ParameterDescription
Asset KindThe kind of asset the rule applies to.
DescriptionThe description of the rule.
NameThe name of the rule.
Organization IDThe ID of the organization.
Rego PolicyThe Rego policy used to evaluate the rule.

Example: is_pass(input_item) := false { input_item.public_access == true } else := true
SeverityThe severity of the item.

Advanced Parameters

ParameterDescription
CategoryThe category of the rule.
Framework IDThe framework ID to associate the rule with.
Related Asset KindsA comma-separated list of asset kinds the rule applies to if the rule correlates multiple resources.

Example Output

{
	"id": "string",
	"name": "string",
	"description": "string",
	"category": "string",
	"risk_category": "string",
	"severity": "LOW",
	"rego_policy": "string",
	"frameworks": [
		{
			"id": "string",
			"status": "ENABLED",
			"version": "string",
			"revision": "string",
			"title": "string",
			"description": "string",
			"cloud_provider": "string"
		}
	],
	"create_time": "2024-07-29T15:51:28.071Z",
	"update_time": "2024-07-29T15:51:28.071Z"
}

Workflow Library Example

Create Rule with Upwind and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop