turbot / steampipe-plugin-azuread

Use SQL to instantly query groups, service principals, users and more from Azure Active Directory. Open source CLI. No DB required.
https://hub.steampipe.io/plugins/turbot/azuread
Apache License 2.0
7 stars 12 forks source link

Add table azuread_conditional_access_named_location #190

Closed TheRealHouseMouse closed 1 month ago

TheRealHouseMouse commented 2 months ago

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:

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

TheRealHouseMouse commented 2 months ago

https://github.com/turbot/steampipe-plugin-azuread/pull/191

misraved commented 1 month ago

Addressed in https://github.com/turbot/steampipe-plugin-azuread/pull/191