mirror of
https://github.com/ghndrx/prowler.git
synced 2026-02-10 06:45:08 +00:00
5 lines
164 B
Python
5 lines
164 B
Python
from providers.azure.lib.audit_info.audit_info import azure_audit_info
|
|
from providers.azure.services.iam.iam_service import IAM
|
|
|
|
iam_client = IAM(azure_audit_info)
|