msgraph-sdk-go icon indicating copy to clipboard operation
msgraph-sdk-go copied to clipboard

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

Open Subhajit97 opened this issue 2 years ago • 1 comments

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

Subhajit97 avatar Jul 26 '22 07:07 Subhajit97

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.

baywet avatar Aug 04 '22 12:08 baywet