package values type Policy struct { Name string `json:"name"` Resources []Resource `json:"resources"` Rules []Rule `json:"rules"` }