Skip to content
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 Transitive Member Listing for Groups #191

Merged
merged 3 commits into from
Oct 27, 2022

Conversation

panic-kbutton
Copy link
Contributor

This PR extends the SDK to include transitive listing of AAD group members, useful for retrieving nested group memberships as a flat list. The /groups/{id}/transitiveMembers endpoint is used from Microsoft Graph. This change is required to close issue #881 within AAD's terraform provider.

@manicminer manicminer added enhancement New feature or request package/msgraph labels Oct 27, 2022
@manicminer manicminer added this to the v0.51.0 milestone Oct 27, 2022
Copy link
Owner

@manicminer manicminer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @panic-kbutton, this LGTM!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request package/msgraph
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Enable azuread_group to return indirect members
2 participants