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 table azuread_conditional_access_named_location #190

Closed
TheRealHouseMouse opened this issue Aug 5, 2024 · 2 comments · Fixed by #191
Closed

Add table azuread_conditional_access_named_location #190

TheRealHouseMouse opened this issue Aug 5, 2024 · 2 comments · Fixed by #191
Assignees
Labels
enhancement New feature or request new table New table request

Comments

@TheRealHouseMouse
Copy link
Contributor

References
Conditional Access has the option to grant or block access to user logins by their physical location.
The current azuread_conditional_access_policy table has a location column for the named_location objects that included or excluded from the policy. The column right now shows only an array of the ids of named_location object.

This table will show all the details a named location has:

  • tenant_id
  • id
  • display_name
  • location_info (JSON representing either ip_named_location or country_named_location data)
  • type (IP or Country)
  • created_date_time
  • modified_date_time

Additional information about Conditional Access network assigments:
https://learn.microsoft.com/en-us/entra/identity/conditional-access/concept-assignment-network

@TheRealHouseMouse
Copy link
Contributor Author

#191

@misraved
Copy link
Contributor

Addressed in #191

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

Successfully merging a pull request may close this issue.

2 participants