report_scoping_questions
Creates, updates, deletes, gets or lists a report_scoping_questions
resource.
Overview
Name | report_scoping_questions |
Type | Resource |
Id | azure_extras.app_compliance_automation.report_scoping_questions |
Fields
The following fields are returned by SELECT
queries:
- get
Azure operation completed successfully.
Name | Datatype | Description |
---|---|---|
questions | array | List of scoping questions. |
Methods
The following methods are available for this resource:
Name | Accessible by | Required Params | Optional Params | Description |
---|---|---|---|---|
get | select | reportName | Fix the AppComplianceAutomation report error. e.g: App Compliance Automation Tool service unregistered, automation removed. |
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.
Name | Datatype | Description |
---|---|---|
reportName | string | Report Name. |
SELECT
examples
- get
Fix the AppComplianceAutomation report error. e.g: App Compliance Automation Tool service unregistered, automation removed.
SELECT
questions
FROM azure_extras.app_compliance_automation.report_scoping_questions
WHERE reportName = '{{ reportName }}' -- required
;