Pulumi now supports enumerated types (enums), so we could enhance our SDKs with this information. I don't believe the OpenAPI spec explicitly specifies the enum values, so we'd either need to heuristically scrape this information from property comments, or curate the list manually.
Pulumi now supports enumerated types (enums), so we could enhance our SDKs with this information. I don't believe the OpenAPI spec explicitly specifies the enum values, so we'd either need to heuristically scrape this information from property comments, or curate the list manually.
We have one current example of this for the Service type.