Blessingsedit

Describes whether certain runners are blessed to run a Role.

Propertiesedit

runner_ids_to_blessing (map[string,Blessing], required)
A mapping of Runner Ids to whether or not they are blessed to run the associated role

Exampleedit

{
   "runner_ids_to_blessing" : {
      "some_property" : {
         "value" : true
      }
   }
}