Skip to main content

provider_actions

Creates, updates, deletes, gets or lists a provider_actions resource.

Overview

Nameprovider_actions
TypeResource
Idazure_extras.app_compliance_automation.provider_actions

Fields

The following fields are returned by SELECT queries:

Azure operation completed successfully.

NameDatatypeDescription
storageAccountListarrayThe storage account list which in use in related reports.

Methods

The following methods are available for this resource:

NameAccessible byRequired ParamsOptional ParamsDescription
list_in_use_storage_accountsselectList the storage accounts which are in use by related reports
check_name_availabilityexecCheck if the given name is available for a report.
onboardexecsubscriptionIdsOnboard given subscriptions to Microsoft.AppComplianceAutomation provider.
trigger_evaluationexecresourceIdsTrigger quick evaluation for the given subscriptions.

Parameters

Parameters can be passed in the WHERE clause of a query. Check the Methods section to see which parameters are required or optional for each operation.

NameDatatypeDescription

SELECT examples

List the storage accounts which are in use by related reports

SELECT
storageAccountList
FROM azure_extras.app_compliance_automation.provider_actions
;

Lifecycle Methods

Check if the given name is available for a report.

EXEC azure_extras.app_compliance_automation.provider_actions.check_name_availability 
@@json=
'{
"name": "{{ name }}",
"type": "{{ type }}"
}'
;