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

zpa.getInspectionCustomControls

Explore with Pulumi AI

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

    Using getInspectionCustomControls

    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 getInspectionCustomControls(args: GetInspectionCustomControlsArgs, opts?: InvokeOptions): Promise<GetInspectionCustomControlsResult>
    function getInspectionCustomControlsOutput(args: GetInspectionCustomControlsOutputArgs, opts?: InvokeOptions): Output<GetInspectionCustomControlsResult>
    def get_inspection_custom_controls(id: Optional[str] = None,
                                       name: Optional[str] = None,
                                       opts: Optional[InvokeOptions] = None) -> GetInspectionCustomControlsResult
    def get_inspection_custom_controls_output(id: Optional[pulumi.Input[str]] = None,
                                       name: Optional[pulumi.Input[str]] = None,
                                       opts: Optional[InvokeOptions] = None) -> Output[GetInspectionCustomControlsResult]
    func LookupInspectionCustomControls(ctx *Context, args *LookupInspectionCustomControlsArgs, opts ...InvokeOption) (*LookupInspectionCustomControlsResult, error)
    func LookupInspectionCustomControlsOutput(ctx *Context, args *LookupInspectionCustomControlsOutputArgs, opts ...InvokeOption) LookupInspectionCustomControlsResultOutput

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

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

    The following arguments are supported:

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

    getInspectionCustomControls Result

    The following output properties are available:

    Supporting Types

    GetInspectionCustomControlsRule

    Conditions List<Zscaler.Zpa.Inputs.GetInspectionCustomControlsRuleCondition>
    Names List<string>
    Name of the rules. If rules.type is set to REQUEST_HEADERS, REQUEST_COOKIES, or RESPONSE_HEADERS, the rules.name field is required.
    Type string
    Conditions []GetInspectionCustomControlsRuleCondition
    Names []string
    Name of the rules. If rules.type is set to REQUEST_HEADERS, REQUEST_COOKIES, or RESPONSE_HEADERS, the rules.name field is required.
    Type string
    conditions List<GetInspectionCustomControlsRuleCondition>
    names List<String>
    Name of the rules. If rules.type is set to REQUEST_HEADERS, REQUEST_COOKIES, or RESPONSE_HEADERS, the rules.name field is required.
    type String
    conditions GetInspectionCustomControlsRuleCondition[]
    names string[]
    Name of the rules. If rules.type is set to REQUEST_HEADERS, REQUEST_COOKIES, or RESPONSE_HEADERS, the rules.name field is required.
    type string
    conditions Sequence[GetInspectionCustomControlsRuleCondition]
    names Sequence[str]
    Name of the rules. If rules.type is set to REQUEST_HEADERS, REQUEST_COOKIES, or RESPONSE_HEADERS, the rules.name field is required.
    type str
    conditions List<Property Map>
    names List<String>
    Name of the rules. If rules.type is set to REQUEST_HEADERS, REQUEST_COOKIES, or RESPONSE_HEADERS, the rules.name field is required.
    type String

    GetInspectionCustomControlsRuleCondition

    Lhs string
    Op string
    Rhs string
    Lhs string
    Op string
    Rhs string
    lhs String
    op String
    rhs String
    lhs string
    op string
    rhs string
    lhs str
    op str
    rhs str
    lhs String
    op String
    rhs 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