1. Packages
  2. Azure Native v2
  3. API Docs
  4. appcomplianceautomation
  5. getReportScopingQuestions
These are the docs for Azure Native v2. We recommenend using the latest version, Azure Native v3.
Azure Native v2 v2.90.0 published on Thursday, Mar 27, 2025 by Pulumi

azure-native-v2.appcomplianceautomation.getReportScopingQuestions

Explore with Pulumi AI

These are the docs for Azure Native v2. We recommenend using the latest version, Azure Native v3.
Azure Native v2 v2.90.0 published on Thursday, Mar 27, 2025 by Pulumi

Fix the AppComplianceAutomation report error. e.g: App Compliance Automation Tool service unregistered, automation removed. Azure REST API version: 2024-06-27.

Using getReportScopingQuestions

Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

function getReportScopingQuestions(args: GetReportScopingQuestionsArgs, opts?: InvokeOptions): Promise<GetReportScopingQuestionsResult>
function getReportScopingQuestionsOutput(args: GetReportScopingQuestionsOutputArgs, opts?: InvokeOptions): Output<GetReportScopingQuestionsResult>
Copy
def get_report_scoping_questions(report_name: Optional[str] = None,
                                 opts: Optional[InvokeOptions] = None) -> GetReportScopingQuestionsResult
def get_report_scoping_questions_output(report_name: Optional[pulumi.Input[str]] = None,
                                 opts: Optional[InvokeOptions] = None) -> Output[GetReportScopingQuestionsResult]
Copy
func GetReportScopingQuestions(ctx *Context, args *GetReportScopingQuestionsArgs, opts ...InvokeOption) (*GetReportScopingQuestionsResult, error)
func GetReportScopingQuestionsOutput(ctx *Context, args *GetReportScopingQuestionsOutputArgs, opts ...InvokeOption) GetReportScopingQuestionsResultOutput
Copy

> Note: This function is named GetReportScopingQuestions in the Go SDK.

public static class GetReportScopingQuestions 
{
    public static Task<GetReportScopingQuestionsResult> InvokeAsync(GetReportScopingQuestionsArgs args, InvokeOptions? opts = null)
    public static Output<GetReportScopingQuestionsResult> Invoke(GetReportScopingQuestionsInvokeArgs args, InvokeOptions? opts = null)
}
Copy
public static CompletableFuture<GetReportScopingQuestionsResult> getReportScopingQuestions(GetReportScopingQuestionsArgs args, InvokeOptions options)
public static Output<GetReportScopingQuestionsResult> getReportScopingQuestions(GetReportScopingQuestionsArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: azure-native:appcomplianceautomation:getReportScopingQuestions
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

ReportName
This property is required.
Changes to this property will trigger replacement.
string
Report Name.
ReportName
This property is required.
Changes to this property will trigger replacement.
string
Report Name.
reportName
This property is required.
Changes to this property will trigger replacement.
String
Report Name.
reportName
This property is required.
Changes to this property will trigger replacement.
string
Report Name.
report_name
This property is required.
Changes to this property will trigger replacement.
str
Report Name.
reportName
This property is required.
Changes to this property will trigger replacement.
String
Report Name.

getReportScopingQuestions Result

The following output properties are available:

Questions []ScopingQuestionResponse
List of scoping questions.
questions List<ScopingQuestionResponse>
List of scoping questions.
questions ScopingQuestionResponse[]
List of scoping questions.
questions List<Property Map>
List of scoping questions.

Supporting Types

ScopingQuestionResponse

InputType This property is required. string
Input type of the question answer.
OptionIds This property is required. List<string>
Option id list.
QuestionId This property is required. string
Question id.
Rules This property is required. List<string>
The rule of the question.
ShowSubQuestionsValue This property is required. string
The answer value to show the sub questions.
SuperiorQuestionId This property is required. string
Superior question id.
InputType This property is required. string
Input type of the question answer.
OptionIds This property is required. []string
Option id list.
QuestionId This property is required. string
Question id.
Rules This property is required. []string
The rule of the question.
ShowSubQuestionsValue This property is required. string
The answer value to show the sub questions.
SuperiorQuestionId This property is required. string
Superior question id.
inputType This property is required. String
Input type of the question answer.
optionIds This property is required. List<String>
Option id list.
questionId This property is required. String
Question id.
rules This property is required. List<String>
The rule of the question.
showSubQuestionsValue This property is required. String
The answer value to show the sub questions.
superiorQuestionId This property is required. String
Superior question id.
inputType This property is required. string
Input type of the question answer.
optionIds This property is required. string[]
Option id list.
questionId This property is required. string
Question id.
rules This property is required. string[]
The rule of the question.
showSubQuestionsValue This property is required. string
The answer value to show the sub questions.
superiorQuestionId This property is required. string
Superior question id.
input_type This property is required. str
Input type of the question answer.
option_ids This property is required. Sequence[str]
Option id list.
question_id This property is required. str
Question id.
rules This property is required. Sequence[str]
The rule of the question.
show_sub_questions_value This property is required. str
The answer value to show the sub questions.
superior_question_id This property is required. str
Superior question id.
inputType This property is required. String
Input type of the question answer.
optionIds This property is required. List<String>
Option id list.
questionId This property is required. String
Question id.
rules This property is required. List<String>
The rule of the question.
showSubQuestionsValue This property is required. String
The answer value to show the sub questions.
superiorQuestionId This property is required. String
Superior question id.

Package Details

Repository
azure-native-v2 pulumi/pulumi-azure-native
License
Apache-2.0
These are the docs for Azure Native v2. We recommenend using the latest version, Azure Native v3.
Azure Native v2 v2.90.0 published on Thursday, Mar 27, 2025 by Pulumi