Open
Description
Is your feature request related to a problem? Please describe the problem.
I am trying to backup and restore app registrations on Entra programmatically using the SDK, but the class Application
doesn't have the attribute Oauth2RequiredPostResponse
to match the attribute that comes back in the JSON from the endpoint.
Describe the solution you'd like.
The Application
class should map the oauth2RequiredPostResponse
attribute in the JSON to a property of the class, and back again for POST/PATCH endpoints
Additional context?
No response