firewalls_log_profiles
Creates, updates, deletes, gets or lists a firewalls_log_profiles
resource.
Overview
Name | firewalls_log_profiles |
Type | Resource |
Id | azure_isv.paloalto.firewalls_log_profiles |
Fields
Name | Datatype | Description |
---|---|---|
applicationInsights | object | Application Insights key |
commonDestination | object | Log Destination |
decryptLogDestination | object | Log Destination |
logOption | string | Log options possible |
logType | string | Possible log types |
threatLogDestination | object | Log Destination |
trafficLogDestination | object | Log Destination |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
get | SELECT | firewallName, resourceGroupName, subscriptionId | Log Profile for Firewall |
SELECT
examples
Log Profile for Firewall
SELECT
applicationInsights,
commonDestination,
decryptLogDestination,
logOption,
logType,
threatLogDestination,
trafficLogDestination
FROM azure_isv.paloalto.firewalls_log_profiles
WHERE firewallName = '{{ firewallName }}'
AND resourceGroupName = '{{ resourceGroupName }}'
AND subscriptionId = '{{ subscriptionId }}';