Zscaler Private Access v0.0.12 published on Tuesday, Jul 30, 2024 by Zscaler
zpa.getInspectionAllPredefinedControls
Explore with Pulumi AI
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: pulumi.StringRef("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:
- group_
name str - version str
getInspectionAllPredefinedControls Result
The following output properties are available:
- Id string
- The provider-assigned unique ID for this managed resource.
- Lists
List<Zscaler.
Zpa. Outputs. Get Inspection All Predefined Controls List> - Group
Name string - Version string
- Id string
- The provider-assigned unique ID for this managed resource.
- Lists
[]Get
Inspection All Predefined Controls List - Group
Name string - Version string
- id String
- The provider-assigned unique ID for this managed resource.
- lists
List<Get
Inspection All Predefined Controls List> - group
Name String - version String
- id string
- The provider-assigned unique ID for this managed resource.
- lists
Get
Inspection All Predefined Controls List[] - group
Name string - version string
- id str
- The provider-assigned unique ID for this managed resource.
- lists
Sequence[Get
Inspection All Predefined Controls List] - group_
name str - version str
- id String
- The provider-assigned unique ID for this managed resource.
- lists List<Property Map>
- group
Name String - version String
Supporting Types
GetInspectionAllPredefinedControlsList
- Action string
- Action
Value string - Associated
Inspection List<Zscaler.Profile Names Zpa. Inputs. Get Inspection All Predefined Controls List Associated Inspection Profile Name> - Attachment string
- Control
Group string - Control
Number string - Control
Type string - Creation
Time string - Default
Action string - Default
Action stringValue - Description string
- Id string
- Modified
Time string - Modifiedby string
- Name string
- Paranoia
Level string - Protocol
Type string - Severity string
- Version string
- Action string
- Action
Value string - Associated
Inspection []GetProfile Names Inspection All Predefined Controls List Associated Inspection Profile Name - Attachment string
- Control
Group string - Control
Number string - Control
Type string - Creation
Time string - Default
Action string - Default
Action stringValue - Description string
- Id string
- Modified
Time string - Modifiedby string
- Name string
- Paranoia
Level string - Protocol
Type string - Severity string
- Version string
- action String
- action
Value String - associated
Inspection List<GetProfile Names Inspection All Predefined Controls List Associated Inspection Profile Name> - attachment String
- control
Group String - control
Number String - control
Type String - creation
Time String - default
Action String - default
Action StringValue - description String
- id String
- modified
Time String - modifiedby String
- name String
- paranoia
Level String - protocol
Type String - severity String
- version String
- action string
- action
Value string - associated
Inspection GetProfile Names Inspection All Predefined Controls List Associated Inspection Profile Name[] - attachment string
- control
Group string - control
Number string - control
Type string - creation
Time string - default
Action string - default
Action stringValue - description string
- id string
- modified
Time string - modifiedby string
- name string
- paranoia
Level string - protocol
Type string - severity string
- version string
- action str
- action_
value str - associated_
inspection_ Sequence[Getprofile_ names Inspection All Predefined Controls List Associated Inspection Profile Name] - attachment str
- control_
group str - control_
number str - control_
type str - creation_
time str - default_
action str - default_
action_ strvalue - description str
- id str
- modified_
time str - modifiedby str
- name str
- paranoia_
level str - protocol_
type str - severity str
- version str
- action String
- action
Value String - associated
Inspection List<Property Map>Profile Names - attachment String
- control
Group String - control
Number String - control
Type String - creation
Time String - default
Action String - default
Action StringValue - description String
- id String
- modified
Time String - modifiedby String
- name String
- paranoia
Level String - protocol
Type String - severity String
- version String
GetInspectionAllPredefinedControlsListAssociatedInspectionProfileName
Package Details
- Repository
- zpa zscaler/pulumi-zpa
- License
- MIT
- Notes
- This Pulumi package is based on the
zpa
Terraform Provider.