Blessings

edit

Describes whether certain runners are blessed to run a Role.

Properties

edit
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

Example

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