-
Notifications
You must be signed in to change notification settings - Fork 62
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for Privileged Identity Management Groups #248
Conversation
Is a generic type returned from the graph, which maps to different types
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for working on this @oWretch. I think you're right, this will likely need to be merged together. This is looking great so far. I'm not sure if you have any additional methods to add, but once we have some basic tests covering these, we can look at merging this!
Fails due to invalid memory adderess when building the POST request
* Added AuthenticationMethodModes * Updates * Typos * Added client * Updated allowed combinations * Disable paging * Fixed description * Fix Typos * fixed tests * fixed typo * Removed extra defintions * Fixed typo * Added AuthenticationStrength to CA Grant Controls * Update msgraph/models.go Co-authored-by: Tom Bamford <[email protected]> * Added tests * Trigger re-test * trigger re-test * Clean up Auth Strengh Policy after testing * Triggered re-test * Updated policy ID * cleanup tool support authentication stength policies --------- Co-authored-by: bubbletroubles <[email protected]> Co-authored-by: Tom Bamford <[email protected]>
…Controls, or both, but must be explicitly null in the `or` case
Finally found it, though it is part of the v2 API and not v3 😢
I've work out that I can split this into multiple PRs, so I'll start raising those separately and link them here. |
As a prerequisite to addressing hashicorp/terraform-provider-azuread#68.
I think this will (once completed) supersede #240 and close #117.