microsoftgraph / msgraph-metadata

Microsoft Graph metadata captured and used for generating client library code files.
https://graph.microsoft.com
MIT License
107 stars 33 forks source link

GET /reports/authenticationMethods/userRegistrationDetails: methodsRegistered type #654

Open William-Francillette opened 4 months ago

William-Francillette commented 4 months ago

methodsRegistered

It would be useful if the type of the property was a collection of an enum instead of Collection(Edm.String) It would help limiting and retrieving the possible values of this property
methodsRegistered would be similar to <EnumType Name="authenticationMethodModes" IsFlags="true">

Thanks, William