1. Packages
  2. Azure Native
  3. API Docs
  4. appcomplianceautomation
  5. getReportScopingQuestions
This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.47.1 published on Monday, Jun 24, 2024 by Pulumi

azure-native.appcomplianceautomation.getReportScopingQuestions

Explore with Pulumi AI

azure-native logo
This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.47.1 published on Monday, Jun 24, 2024 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>
    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)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: azure-native:appcomplianceautomation:getReportScopingQuestions
      arguments:
        # arguments dictionary

    The 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 []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 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.
    ShowSubQuestionsValue string
    The answer value to show the sub questions.
    SuperiorQuestionId string
    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.
    ShowSubQuestionsValue string
    The answer value to show the sub questions.
    SuperiorQuestionId string
    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.
    showSubQuestionsValue String
    The answer value to show the sub questions.
    superiorQuestionId String
    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.
    showSubQuestionsValue string
    The answer value to show the sub questions.
    superiorQuestionId string
    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_questions_value str
    The answer value to show the sub questions.
    superior_question_id str
    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.
    showSubQuestionsValue String
    The answer value to show the sub questions.
    superiorQuestionId String
    Superior question id.

    Package Details

    Repository
    Azure Native pulumi/pulumi-azure-native
    License
    Apache-2.0
    azure-native logo
    This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
    Azure Native v2.47.1 published on Monday, Jun 24, 2024 by Pulumi