1. Packages
  2. Zscaler Private Access (ZPA)
  3. API Docs
  4. getInspectionAllPredefinedControls
Zscaler Private Access v0.0.10 published on Tuesday, Apr 9, 2024 by Zscaler

zpa.getInspectionAllPredefinedControls

Explore with Pulumi AI

zpa logo
Zscaler Private Access v0.0.10 published on Tuesday, Apr 9, 2024 by Zscaler

    Use the zpa_inspection_all_predefined_controls data source to get information about all OWASP predefined control and prefedined control version by group name. The Preprocessors predefined control is the default predefined control, This data source is always required, when creating an inspection profile.

    Example Usage

    import * as pulumi from "@pulumi/pulumi";
    import * as zpa from "@pulumi/zpa";
    
    const this = zpa.getInspectionAllPredefinedControls({
        groupName: "Preprocessors",
        version: "OWASP_CRS/3.3.0",
    });
    
    import pulumi
    import pulumi_zpa as zpa
    
    this = zpa.get_inspection_all_predefined_controls(group_name="Preprocessors",
        version="OWASP_CRS/3.3.0")
    
    package main
    
    import (
    	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
    	"github.com/zscaler/pulumi-zpa/sdk/go/zpa"
    )
    
    func main() {
    	pulumi.Run(func(ctx *pulumi.Context) error {
    		_, err := zpa.GetInspectionAllPredefinedControls(ctx, &zpa.GetInspectionAllPredefinedControlsArgs{
    			GroupName: pulumi.StringRef("Preprocessors"),
    			Version:   "OWASP_CRS/3.3.0",
    		}, nil)
    		if err != nil {
    			return err
    		}
    		return nil
    	})
    }
    
    using System.Collections.Generic;
    using System.Linq;
    using Pulumi;
    using Zpa = Pulumi.Zpa;
    
    return await Deployment.RunAsync(() => 
    {
        var @this = Zpa.GetInspectionAllPredefinedControls.Invoke(new()
        {
            GroupName = "Preprocessors",
            Version = "OWASP_CRS/3.3.0",
        });
    
    });
    
    package generated_program;
    
    import com.pulumi.Context;
    import com.pulumi.Pulumi;
    import com.pulumi.core.Output;
    import com.pulumi.zpa.ZpaFunctions;
    import com.pulumi.zpa.inputs.GetInspectionAllPredefinedControlsArgs;
    import java.util.List;
    import java.util.ArrayList;
    import java.util.Map;
    import java.io.File;
    import java.nio.file.Files;
    import java.nio.file.Paths;
    
    public class App {
        public static void main(String[] args) {
            Pulumi.run(App::stack);
        }
    
        public static void stack(Context ctx) {
            final var this = ZpaFunctions.getInspectionAllPredefinedControls(GetInspectionAllPredefinedControlsArgs.builder()
                .groupName("Preprocessors")
                .version("OWASP_CRS/3.3.0")
                .build());
    
        }
    }
    
    variables:
      this:
        fn::invoke:
          Function: zpa:getInspectionAllPredefinedControls
          Arguments:
            groupName: Preprocessors
            version: OWASP_CRS/3.3.0
    

    Using getInspectionAllPredefinedControls

    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 getInspectionAllPredefinedControls(args: GetInspectionAllPredefinedControlsArgs, opts?: InvokeOptions): Promise<GetInspectionAllPredefinedControlsResult>
    function getInspectionAllPredefinedControlsOutput(args: GetInspectionAllPredefinedControlsOutputArgs, opts?: InvokeOptions): Output<GetInspectionAllPredefinedControlsResult>
    def get_inspection_all_predefined_controls(group_name: Optional[str] = None,
                                               version: Optional[str] = None,
                                               opts: Optional[InvokeOptions] = None) -> GetInspectionAllPredefinedControlsResult
    def get_inspection_all_predefined_controls_output(group_name: Optional[pulumi.Input[str]] = None,
                                               version: Optional[pulumi.Input[str]] = None,
                                               opts: Optional[InvokeOptions] = None) -> Output[GetInspectionAllPredefinedControlsResult]
    func GetInspectionAllPredefinedControls(ctx *Context, args *GetInspectionAllPredefinedControlsArgs, opts ...InvokeOption) (*GetInspectionAllPredefinedControlsResult, error)
    func GetInspectionAllPredefinedControlsOutput(ctx *Context, args *GetInspectionAllPredefinedControlsOutputArgs, opts ...InvokeOption) GetInspectionAllPredefinedControlsResultOutput

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

    public static class GetInspectionAllPredefinedControls 
    {
        public static Task<GetInspectionAllPredefinedControlsResult> InvokeAsync(GetInspectionAllPredefinedControlsArgs args, InvokeOptions? opts = null)
        public static Output<GetInspectionAllPredefinedControlsResult> Invoke(GetInspectionAllPredefinedControlsInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetInspectionAllPredefinedControlsResult> getInspectionAllPredefinedControls(GetInspectionAllPredefinedControlsArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: zpa:index/getInspectionAllPredefinedControls:getInspectionAllPredefinedControls
      arguments:
        # arguments dictionary

    The following arguments are supported:

    Version string
    GroupName string
    Version string
    GroupName string
    version String
    groupName String
    version string
    groupName string
    version String
    groupName String

    getInspectionAllPredefinedControls Result

    The following output properties are available:

    Id string
    The provider-assigned unique ID for this managed resource.
    Lists List<Zscaler.Zpa.Outputs.GetInspectionAllPredefinedControlsList>
    Version string
    GroupName string
    Id string
    The provider-assigned unique ID for this managed resource.
    Lists []GetInspectionAllPredefinedControlsList
    Version string
    GroupName string
    id String
    The provider-assigned unique ID for this managed resource.
    lists List<GetInspectionAllPredefinedControlsList>
    version String
    groupName String
    id string
    The provider-assigned unique ID for this managed resource.
    lists GetInspectionAllPredefinedControlsList[]
    version string
    groupName string
    id str
    The provider-assigned unique ID for this managed resource.
    lists Sequence[GetInspectionAllPredefinedControlsList]
    version str
    group_name str
    id String
    The provider-assigned unique ID for this managed resource.
    lists List<Property Map>
    version String
    groupName String

    Supporting Types

    GetInspectionAllPredefinedControlsList

    GetInspectionAllPredefinedControlsListAssociatedInspectionProfileName

    Id string
    Name string
    Id string
    Name string
    id String
    name String
    id string
    name string
    id str
    name str
    id String
    name String

    Package Details

    Repository
    zpa zscaler/pulumi-zpa
    License
    MIT
    Notes
    This Pulumi package is based on the zpa Terraform Provider.
    zpa logo
    Zscaler Private Access v0.0.10 published on Tuesday, Apr 9, 2024 by Zscaler