mirror of
https://github.com/ghndrx/prowler.git
synced 2026-02-10 14:55:00 +00:00
6 lines
199 B
Python
6 lines
199 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(), subscriptions={}
|
|
)
|