You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Discriminator property is coming as "null" for some type of applications due to which returned response is not mapped to any polymorphic type. For ex-
GET /api/v1/apps?filter=name eq "active_directory"
Response:
Describe the bug?
Discriminator property is coming as "null" for some type of applications due to which returned response is not mapped to any polymorphic type. For ex-
GET /api/v1/apps?filter=name eq "active_directory"
Response:
What is expected to happen?
Map to ListApplications200ResponseInner
What is the actual behavior?
Unable to map to ListApplications200ResponseInner because signOnMode is null
Reproduction Steps?
This is an issue with codegen
Additional Information?
No response
Golang Version
1.21
SDK Version
v5
OS version
No response
The text was updated successfully, but these errors were encountered: