mirror of
https://github.com/ghndrx/prowler.git
synced 2026-02-10 06:45:08 +00:00
4 lines
175 B
Python
4 lines
175 B
Python
from providers.azure.lib.audit_info.models import Azure_Audit_Info, Azure_Identity_Info
|
|
|
|
azure_audit_info = Azure_Audit_Info(credentials=None, identity=Azure_Identity_Info())
|