This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
Azure Native v2.90.0 published on Thursday, Mar 27, 2025 by Pulumi
azure-native.appcomplianceautomation.getReportScopingQuestions
Explore with Pulumi AI
This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
Azure Native 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.
Uses 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>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]func GetReportScopingQuestions(ctx *Context, args *GetReportScopingQuestionsArgs, opts ...InvokeOption) (*GetReportScopingQuestionsResult, error)
func GetReportScopingQuestionsOutput(ctx *Context, args *GetReportScopingQuestionsOutputArgs, opts ...InvokeOption) GetReportScopingQuestionsResultOutput> 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)
}public static CompletableFuture<GetReportScopingQuestionsResult> getReportScopingQuestions(GetReportScopingQuestionsArgs args, InvokeOptions options)
public static Output<GetReportScopingQuestionsResult> getReportScopingQuestions(GetReportScopingQuestionsArgs args, InvokeOptions options)
fn::invoke:
  function: azure-native:appcomplianceautomation:getReportScopingQuestions
  arguments:
    # arguments dictionaryThe following arguments are supported:
- ReportName string
- Report Name.
- ReportName string
- Report Name.
- reportName String
- Report Name.
- reportName string
- Report Name.
- report_name str
- Report Name.
- reportName String
- Report Name.
getReportScopingQuestions Result
The following output properties are available:
- Questions
List<Pulumi.Azure Native. App Compliance Automation. Outputs. Scoping Question Response> 
- List of scoping questions.
- Questions
[]ScopingQuestion Response 
- List of scoping questions.
- questions
List<ScopingQuestion Response> 
- List of scoping questions.
- questions
ScopingQuestion Response[] 
- List of scoping questions.
- questions
Sequence[ScopingQuestion Response] 
- List of scoping questions.
- questions List<Property Map>
- List of scoping questions.
Supporting Types
ScopingQuestionResponse  
- InputType string
- Input type of the question answer.
- OptionIds List<string>
- Option id list.
- QuestionId string
- Question id.
- Rules List<string>
- The rule of the question.
- ShowSub stringQuestions Value 
- The answer value to show the sub questions.
- SuperiorQuestion stringId 
- Superior question id.
- InputType string
- Input type of the question answer.
- OptionIds []string
- Option id list.
- QuestionId string
- Question id.
- Rules []string
- The rule of the question.
- ShowSub stringQuestions Value 
- The answer value to show the sub questions.
- SuperiorQuestion stringId 
- Superior question id.
- inputType String
- Input type of the question answer.
- optionIds List<String>
- Option id list.
- questionId String
- Question id.
- rules List<String>
- The rule of the question.
- showSub StringQuestions Value 
- The answer value to show the sub questions.
- superiorQuestion StringId 
- Superior question id.
- inputType string
- Input type of the question answer.
- optionIds string[]
- Option id list.
- questionId string
- Question id.
- rules string[]
- The rule of the question.
- showSub stringQuestions Value 
- The answer value to show the sub questions.
- superiorQuestion stringId 
- Superior question id.
- input_type str
- Input type of the question answer.
- option_ids Sequence[str]
- Option id list.
- question_id str
- Question id.
- rules Sequence[str]
- The rule of the question.
- show_sub_ strquestions_ value 
- The answer value to show the sub questions.
- superior_question_ strid 
- Superior question id.
- inputType String
- Input type of the question answer.
- optionIds List<String>
- Option id list.
- questionId String
- Question id.
- rules List<String>
- The rule of the question.
- showSub StringQuestions Value 
- The answer value to show the sub questions.
- superiorQuestion StringId 
- Superior question id.
Package Details
- Repository
- Azure Native pulumi/pulumi-azure-native
- License
- Apache-2.0
This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
Azure Native v2.90.0 published on Thursday, Mar 27, 2025 by Pulumi