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 azuread_conditional_access_named_location table Closes #191 #199

Merged
merged 2 commits into from
Sep 20, 2024

Conversation

ParthaI
Copy link
Contributor

@ParthaI ParthaI commented Sep 4, 2024

Example query results

Results
> select * from azuread_conditional_access_named_location
+--------------------------------------+--------------------------------------+--------------+---------------+---------------------------+---------------------------+---------------------------------------------------------------------------------------------------------------------------------------+-----------+>
| tenant_id                            | id                                   | display_name | location_type | created_date_time         | modified_date_time        | location_info                                                                                                                         | title     |>
+--------------------------------------+--------------------------------------+--------------+---------------+---------------------------+---------------------------+---------------------------------------------------------------------------------------------------------------------------------------+-----------+>
| xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx | 0e6339bb-8192-4161-8fd4-7cd918c30e5f | us-east-1    | IP            | 2022-09-05T12:30:11+05:30 | 2022-09-05T12:30:11+05:30 | {"IPv4Cidr":[{"Address":"40.77.12.31/27"},{"Address":"61.22.45.30/27"}],"IPv4Range":[],"IPv6Cidr":[],"IPv6Range":[],"IsTrusted":true} | us-east-1 |>
+--------------------------------------+--------------------------------------+--------------+---------------+---------------------------+---------------------------+---------------------------------------------------------------------------------------------------------------------------------------+-----------+

@ParthaI ParthaI self-assigned this Sep 4, 2024
@misraved misraved merged commit 2c31393 into main Sep 20, 2024
1 check passed
@misraved misraved deleted the add-tabel-azuread-conditional-access-named-location branch September 20, 2024 10:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants