New-MgIdentityGovernanceTermsOfUseAgreementAcceptance: Is it even working? #3291
Unanswered
Mathieu Simon (matsimon)
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
I've tried to use
New-MgIdentityGovernanceTermsOfUseAgreementAcceptanceand realized that firstFind-MgGraphCommanddoesn't return any permissions required (possible Bug?) ...(the same applies to the Beta Cmdlet variant)
... but second that there are only two Read permissions available:
So basically while the method of the Cmdlet would issue a POST operation, there is no permission available to Read and Write Acceptances. Is that even an idea of i.e. preparing Acceptances of TermsOfUse?
For reference: I'm using version 2.27.0 of the Microsoft.Graph modules.
All reactions