microsoftgraph / msgraph-sdk-go

Microsoft Graph SDK for Go
https://docs.microsoft.com/en-us/graph/sdks/sdks-overview
MIT License
245 stars 38 forks source link

Missing `resourceBehaviorOptions` and `resourceProvisioningOptions` in `Group` response #225

Open Subhajit97 opened 2 years ago

Subhajit97 commented 2 years ago

Hi, I'm trying to list all groups in my organization. But in the response, I didn't see any method defined to get the value for resourceBehaviorOptions and resourceProvisioningOptions. https://github.com/microsoftgraph/msgraph-sdk-go/blob/2d3e4f1d94cf75bb5a722f555993907ced137aab/models/groupable.go#L9 image image

baywet commented 2 years ago

Hi @Subhajit97, Thanks for reaching out and for trying the Go SDK. This looks like an inaccuracy with the metadata and I've logged an issue

In the meantime you should be able to get the value from the additional data manager as raw JSON. Let us know if you need anything else.