provider_actions
Creates, updates, deletes, gets or lists a provider_actions
resource.
Overview
Name | provider_actions |
Type | Resource |
Id | azure_extras.app_compliance_automation.provider_actions |
Fields
Name | Datatype | Description |
---|---|---|
storageAccountList | array | The storage account list which in use in related reports. |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
list_in_use_storage_accounts | SELECT |
| List the storage accounts which are in use by related reports |
check_name_availability | EXEC |
| Check if the given name is available for a report. |
onboard | EXEC | data__subscriptionIds | Onboard given subscriptions to Microsoft.AppComplianceAutomation provider. |
trigger_evaluation | EXEC | data__resourceIds | Trigger quick evaluation for the given subscriptions. |
SELECT
examples
List the storage accounts which are in use by related reports
SELECT
storageAccountList
FROM azure_extras.app_compliance_automation.provider_actions
;