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.63.0 published on Tuesday, Sep 24, 2024 by Pulumi
azure-native.appcomplianceautomation.getReportScopingQuestions
Explore with Pulumi AI
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.63.0 published on Tuesday, Sep 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:
- Report
Name string - Report Name.
- Report
Name string - Report Name.
- report
Name String - Report Name.
- report
Name string - Report Name.
- report_
name str - Report Name.
- report
Name 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
[]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 string - Input type of the question answer.
- Option
Ids List<string> - Option id list.
- Question
Id string - Question id.
- Rules List<string>
- The rule of the question.
- Show
Sub stringQuestions Value - The answer value to show the sub questions.
- Superior
Question stringId - Superior question id.
- Input
Type string - Input type of the question answer.
- Option
Ids []string - Option id list.
- Question
Id string - Question id.
- Rules []string
- The rule of the question.
- Show
Sub stringQuestions Value - The answer value to show the sub questions.
- Superior
Question stringId - Superior question id.
- input
Type String - Input type of the question answer.
- option
Ids List<String> - Option id list.
- question
Id String - Question id.
- rules List<String>
- The rule of the question.
- show
Sub StringQuestions Value - The answer value to show the sub questions.
- superior
Question StringId - Superior question id.
- input
Type string - Input type of the question answer.
- option
Ids string[] - Option id list.
- question
Id string - Question id.
- rules string[]
- The rule of the question.
- show
Sub stringQuestions Value - The answer value to show the sub questions.
- superior
Question 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.
- input
Type String - Input type of the question answer.
- option
Ids List<String> - Option id list.
- question
Id String - Question id.
- rules List<String>
- The rule of the question.
- show
Sub StringQuestions Value - The answer value to show the sub questions.
- superior
Question 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 v1 docs if using the v1 version of this package.
Azure Native v2.63.0 published on Tuesday, Sep 24, 2024 by Pulumi