Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

msgraph.NewDirectoryObjectsClient().GetByIds() should provide more information in DirectoryObject #170

Closed
mblaschke opened this issue Aug 15, 2022 · 0 comments · Fixed by #171
Labels
enhancement New feature or request package/msgraph

Comments

@mblaschke
Copy link
Contributor

currently NewDirectoryObjectsClient().GetByIds() only provides following information:

type DirectoryObject struct {
	ODataId   *odata.Id   `json:"@odata.id,omitempty"`
	ODataType *odata.Type `json:"@odata.type,omitempty"`
	ID        *string     `json:"id,omitempty"`
}

would be good to have more information about the objects which is available in the response from MsGraph REST API, eg displayName, appId, alternativeNames, ...

or make provide a possible way to supply own struct here or only provide an dynamic interface here (to dynamically fetch data)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request package/msgraph
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants