Adding several missing tenant flags #80
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Adding the following feature flags to the tenant resource:
allow_legacy_delegation_grant_types
allow_legacy_ro_grant_types
allow_legacy_tokeninfo_endpoint
enable_legacy_profile
enable_idtoken_api2
no_disclose_enterprise_connections
disable_management_api_sms_obfuscation
enable_adfs_waad_email_verification
revoke_refresh_token_grant
dashboard_log_streams_next
dashboard_insights_view
disable_fields_map_fix
These were all the missing flags from the API docs plus an additional requested feature flag.
This is not meant to be an exhaustive list of feature flags; there are several other feature flags that have varying degrees of support depending on the tenants. It is inevitable that we'll continually need to update this list. However, this is meant to give an honest effort about updating the support.
References
disable_management_api_sms_obfuscation
flagTesting
Checklist
main
.