msgraph-sdk-go
msgraph-sdk-go copied to clipboard
Missing `resourceBehaviorOptions` and `resourceProvisioningOptions` in `Group` response
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
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.