Currently, if one property is marked as input, it is only checked during rendering Create/Update callbacks, which will look for the corresponding SDKTypeDefinition among the request parameters respectively.
However, some rest api also has query parameter for Read. Need to figure out how to mark this in api.yaml/terraform.yaml and render for Read.
Currently, if one property is marked as input, it is only checked during rendering
Create
/Update
callbacks, which will look for the corresponding SDKTypeDefinition among the request parameters respectively.However, some rest api also has query parameter for
Read
. Need to figure out how to mark this in api.yaml/terraform.yaml and render forRead
.