microsoftgraph / microsoftgraph/msgraph-metadata

GET /reports/authenticationMethods/userRegistrationDetails: methodsRegistered type

Open
#654 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

ToTriage
Dominant language
XSLT
Stars
166
Forks
55
Avg merge
16h 12m
Merged PRs (30d)
14

Description

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

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start with the Microsoft Graph documentation linked in the issue and inspect how the metadata represents GET /reports/authenticationMethods/userRegistrationDetails, especially methodsRegistered and the authenticationMethodModes enum example. Determine whether the requested enum collection is supported by the metadata; done means methodsRegistered is represented as a collection of enum values rather than Edm.String.

Written by the indexing model from the issue text.

Assessment

Domain
api
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.