PendingStatesedit

Describes whether certain runners are waiting to be blessed.

Propertiesedit

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

Exampleedit

{
   "runner_ids_to_pending_state" : {
      "some_property" : {
         "value" : true
      }
   }
}