Hitting the SignIns list MS Graph API endpoint results in either of the following issues:
Unknown AppliedConditionalAccessPolicyResult value: reportOnlyFailure
Unknown AppliedConditionalAccessPolicyResult value: reportOnlyNotApplied
I believe this may be related to how the metadata is presenting the AppliedConditionalAccessPolicyResult, i.e. it differs from what is actually returned by the API and therefore go doesn't parse it correctly. Possibly similar to what's occurring the beta msgraph-sdk-go microsoftgraph/msgraph-beta-sdk-go#224 ?
Hitting the SignIns list MS Graph API endpoint results in either of the following issues:
Unknown AppliedConditionalAccessPolicyResult value: reportOnlyFailureUnknown AppliedConditionalAccessPolicyResult value: reportOnlyNotAppliedI believe this may be related to how the metadata is presenting the
AppliedConditionalAccessPolicyResult, i.e. it differs from what is actually returned by the API and therefore go doesn't parse it correctly. Possibly similar to what's occurring the beta msgraph-sdk-go microsoftgraph/msgraph-beta-sdk-go#224 ?