okta / okta-sdk-dotnet

A .NET SDK for interacting with the Okta management API, enabling server-side code to manage Okta users, groups, applications, and more.
Other
160 stars 100 forks source link

Add support for string enums #592

Closed laura-rodriguez closed 2 years ago

laura-rodriguez commented 2 years ago

Summary

Note: This is a massive PR because the templates have been modified. For reviewers, I suggest looking at ITs and UTs and how they were affected by this huge change.

Fixes OKTA-537372

Type of PR

Test Information

.NET Version: Os Version:

Signoff

bryanapellanes-okta commented 2 years ago

This change is massive. What approach should I take when reviewing, what should I focus on?

laura-rodriguez commented 2 years ago

This change is massive. What approach should I take when reviewing, what should I focus on?

@bryanapellanes-okta As I mention in the summary, you should review the integration tests. Thanks!