certwrangler.types module#
- certwrangler.types._order_loader(value: Dict[str, Any] | OrderResource) OrderResource [source]#
Deserializes a json representation of
acme.messages.OrderResource
, including casting its sub-keys to the types it expects and deserializing any embeddedacme.messages.AuthorizationResource
instances.