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>
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 dictionary
The following arguments are supported:
- Report
Name This property is required. Changes to this property will trigger replacement.
- Report Name.
- Report
Name This property is required. Changes to this property will trigger replacement.
- Report Name.
- report
Name This property is required. Changes to this property will trigger replacement.
- Report Name.
- report
Name This property is required. Changes to this property will trigger replacement.
- Report Name.
- report_
name This property is required. Changes to this property will trigger replacement.
- Report Name.
- report
Name This property is required. Changes to this property will trigger replacement.
- 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
[]Scoping
Question Response - List of scoping questions.
- questions
List<Scoping
Question Response> - List of scoping questions.
- questions
Scoping
Question Response[] - List of scoping questions.
- questions
Sequence[Scoping
Question Response] - List of scoping questions.
- questions List<Property Map>
- List of scoping questions.
Supporting Types
ScopingQuestionResponse
- Input
Type This property is required. string - Input type of the question answer.
- Option
Ids This property is required. List<string> - Option id list.
- Question
Id This property is required. string - Question id.
- Rules
This property is required. List<string> - The rule of the question.
- Show
Sub Questions Value This property is required. string - The answer value to show the sub questions.
- Superior
Question Id This property is required. string - Superior question id.
- Input
Type This property is required. string - Input type of the question answer.
- Option
Ids This property is required. []string - Option id list.
- Question
Id This property is required. string - Question id.
- Rules
This property is required. []string - The rule of the question.
- Show
Sub Questions Value This property is required. string - The answer value to show the sub questions.
- Superior
Question Id This property is required. string - Superior question id.
- input
Type This property is required. String - Input type of the question answer.
- option
Ids This property is required. List<String> - Option id list.
- question
Id This property is required. String - Question id.
- rules
This property is required. List<String> - The rule of the question.
- show
Sub Questions Value This property is required. String - The answer value to show the sub questions.
- superior
Question Id This property is required. String - Superior question id.
- input
Type This property is required. string - Input type of the question answer.
- option
Ids This property is required. string[] - Option id list.
- question
Id This property is required. string - Question id.
- rules
This property is required. string[] - The rule of the question.
- show
Sub Questions Value This property is required. string - The answer value to show the sub questions.
- superior
Question Id 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.
- input
Type This property is required. String - Input type of the question answer.
- option
Ids This property is required. List<String> - Option id list.
- question
Id This property is required. String - Question id.
- rules
This property is required. List<String> - The rule of the question.
- show
Sub Questions Value This property is required. String - The answer value to show the sub questions.
- superior
Question Id 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