Zscaler Private Access v0.0.12 published on Tuesday, Jul 30, 2024 by Zscaler
zpa.getInspectionCustomControls
Explore with Pulumi AI
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)
public static Output<GetInspectionCustomControlsResult> getInspectionCustomControls(GetInspectionCustomControlsArgs args, InvokeOptions options)
fn::invoke:
  function: zpa:index/getInspectionCustomControls:getInspectionCustomControls
  arguments:
    # arguments dictionaryThe following arguments are supported:
getInspectionCustomControls Result
The following output properties are available:
- Action string
- ActionValue string
- ControlNumber string
- ControlRule stringJson 
- ControlType string
- CreationTime string
- DefaultAction string
- DefaultAction stringValue 
- Description string
- Id string
- ModifiedTime string
- Modifiedby string
- Name string
- ParanoiaLevel string
- ProtocolType string
- Rules
List<Zscaler.Zpa. Outputs. Get Inspection Custom Controls Rule> 
- Severity string
- Type string
- Version string
- Action string
- ActionValue string
- ControlNumber string
- ControlRule stringJson 
- ControlType string
- CreationTime string
- DefaultAction string
- DefaultAction stringValue 
- Description string
- Id string
- ModifiedTime string
- Modifiedby string
- Name string
- ParanoiaLevel string
- ProtocolType string
- Rules
[]GetInspection Custom Controls Rule 
- Severity string
- Type string
- Version string
- action String
- actionValue String
- controlNumber String
- controlRule StringJson 
- controlType String
- creationTime String
- defaultAction String
- defaultAction StringValue 
- description String
- id String
- modifiedTime String
- modifiedby String
- name String
- paranoiaLevel String
- protocolType String
- rules
List<GetInspection Custom Controls Rule> 
- severity String
- type String
- version String
- action string
- actionValue string
- controlNumber string
- controlRule stringJson 
- controlType string
- creationTime string
- defaultAction string
- defaultAction stringValue 
- description string
- id string
- modifiedTime string
- modifiedby string
- name string
- paranoiaLevel string
- protocolType string
- rules
GetInspection Custom Controls Rule[] 
- severity string
- type string
- version string
- action str
- action_value str
- control_number str
- control_rule_ strjson 
- 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
- rules
Sequence[GetInspection Custom Controls Rule] 
- severity str
- type str
- version str
- action String
- actionValue String
- controlNumber String
- controlRule StringJson 
- controlType String
- creationTime String
- defaultAction String
- defaultAction StringValue 
- description String
- id String
- modifiedTime String
- modifiedby String
- name String
- paranoiaLevel String
- protocolType String
- rules List<Property Map>
- severity String
- type String
- version String
Supporting Types
GetInspectionCustomControlsRule    
- Conditions
List<Zscaler.Zpa. Inputs. Get Inspection Custom Controls Rule Condition> 
- 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
[]GetInspection Custom Controls Rule Condition 
- 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<GetInspection Custom Controls Rule Condition> 
- 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
GetInspection Custom Controls Rule Condition[] 
- 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[GetInspection Custom Controls Rule Condition] 
- 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     
Package Details
- Repository
- zpa zscaler/pulumi-zpa
- License
- MIT
- Notes
- This Pulumi package is based on the zpaTerraform Provider.
