Viewing docs for Zscaler Private Access v1.0.3
published on Wednesday, Jan 21, 2026 by Zscaler
published on Wednesday, Jan 21, 2026 by Zscaler
Viewing docs for Zscaler Private Access v1.0.3
published on Wednesday, Jan 21, 2026 by Zscaler
published on Wednesday, Jan 21, 2026 by Zscaler
Use the zpa_browser_protection data source to get information about managed browser protection profiles within the Zscaler Private Access cloud. This data source can be used when configuring zpa.PolicyBrowserProtectionRule.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as zpa from "@bdzscaler/pulumi-zpa";
const _this = zpa.getBrowserProtection({
name: "Profile01",
});
import pulumi
import pulumi_zpa as zpa
this = zpa.get_browser_protection(name="Profile01")
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.GetBrowserProtection(ctx, &zpa.GetBrowserProtectionArgs{
Name: pulumi.StringRef("Profile01"),
}, 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.GetBrowserProtection.Invoke(new()
{
Name = "Profile01",
});
});
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.GetBrowserProtectionArgs;
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.getBrowserProtection(GetBrowserProtectionArgs.builder()
.name("Profile01")
.build());
}
}
variables:
this:
fn::invoke:
function: zpa:getBrowserProtection
arguments:
name: Profile01
Using getBrowserProtection
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 getBrowserProtection(args: GetBrowserProtectionArgs, opts?: InvokeOptions): Promise<GetBrowserProtectionResult>
function getBrowserProtectionOutput(args: GetBrowserProtectionOutputArgs, opts?: InvokeOptions): Output<GetBrowserProtectionResult>def get_browser_protection(name: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetBrowserProtectionResult
def get_browser_protection_output(name: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetBrowserProtectionResult]func GetBrowserProtection(ctx *Context, args *GetBrowserProtectionArgs, opts ...InvokeOption) (*GetBrowserProtectionResult, error)
func GetBrowserProtectionOutput(ctx *Context, args *GetBrowserProtectionOutputArgs, opts ...InvokeOption) GetBrowserProtectionResultOutput> Note: This function is named GetBrowserProtection in the Go SDK.
public static class GetBrowserProtection
{
public static Task<GetBrowserProtectionResult> InvokeAsync(GetBrowserProtectionArgs args, InvokeOptions? opts = null)
public static Output<GetBrowserProtectionResult> Invoke(GetBrowserProtectionInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetBrowserProtectionResult> getBrowserProtection(GetBrowserProtectionArgs args, InvokeOptions options)
public static Output<GetBrowserProtectionResult> getBrowserProtection(GetBrowserProtectionArgs args, InvokeOptions options)
fn::invoke:
function: zpa:index/getBrowserProtection:getBrowserProtection
arguments:
# arguments dictionaryThe following arguments are supported:
- Name string
- Name string
- name String
- name string
- name str
- name String
getBrowserProtection Result
The following output properties are available:
- Creation
Time string - Criteria
Flags stringMask - Criterias
List<zscaler.
Pulumi Package. Zpa. Outputs. Get Browser Protection Criteria> - Default
Csp bool - Description string
- Id string
- Modified
By string - Modified
Time string - Name string
- Creation
Time string - Criteria
Flags stringMask - Criterias
[]Get
Browser Protection Criteria - Default
Csp bool - Description string
- Id string
- Modified
By string - Modified
Time string - Name string
- creation
Time String - criteria
Flags StringMask - criterias
List<Get
Browser Protection Criteria> - default
Csp Boolean - description String
- id String
- modified
By String - modified
Time String - name String
- creation
Time string - criteria
Flags stringMask - criterias
Get
Browser Protection Criteria[] - default
Csp boolean - description string
- id string
- modified
By string - modified
Time string - name string
- creation_
time str - criteria_
flags_ strmask - criterias
Sequence[Get
Browser Protection Criteria] - default_
csp bool - description str
- id str
- modified_
by str - modified_
time str - name str
- creation
Time String - criteria
Flags StringMask - criterias List<Property Map>
- default
Csp Boolean - description String
- id String
- modified
By String - modified
Time String - name String
Supporting Types
GetBrowserProtectionCriteria
GetBrowserProtectionCriteriaFingerPrintCriteria
- Browsers
List<zscaler.
Pulumi Package. Zpa. Inputs. Get Browser Protection Criteria Finger Print Criteria Browser> - Collect
Location bool - Fingerprint
Timeout string - Locations
List<zscaler.
Pulumi Package. Zpa. Inputs. Get Browser Protection Criteria Finger Print Criteria Location> - Systems
List<zscaler.
Pulumi Package. Zpa. Inputs. Get Browser Protection Criteria Finger Print Criteria System>
GetBrowserProtectionCriteriaFingerPrintCriteriaBrowser
- Browser
Eng bool - Browser
Eng boolVer - Browser
Name bool - Browser
Version bool - Canvas bool
- Flash
Ver bool - Fp
Usr boolAgent Str - bool
- Is
Local boolStorage - Is
Sess boolStorage - Ja3 bool
- Mime bool
- Plugin bool
- Silverlight
Ver bool
- Browser
Eng bool - Browser
Eng boolVer - Browser
Name bool - Browser
Version bool - Canvas bool
- Flash
Ver bool - Fp
Usr boolAgent Str - bool
- Is
Local boolStorage - Is
Sess boolStorage - Ja3 bool
- Mime bool
- Plugin bool
- Silverlight
Ver bool
- browser
Eng Boolean - browser
Eng BooleanVer - browser
Name Boolean - browser
Version Boolean - canvas Boolean
- flash
Ver Boolean - fp
Usr BooleanAgent Str - Boolean
- is
Local BooleanStorage - is
Sess BooleanStorage - ja3 Boolean
- mime Boolean
- plugin Boolean
- silverlight
Ver Boolean
- browser
Eng boolean - browser
Eng booleanVer - browser
Name boolean - browser
Version boolean - canvas boolean
- flash
Ver boolean - fp
Usr booleanAgent Str - boolean
- is
Local booleanStorage - is
Sess booleanStorage - ja3 boolean
- mime boolean
- plugin boolean
- silverlight
Ver boolean
- browser_
eng bool - browser_
eng_ boolver - browser_
name bool - browser_
version bool - canvas bool
- flash_
ver bool - fp_
usr_ boolagent_ str - bool
- is_
local_ boolstorage - is_
sess_ boolstorage - ja3 bool
- mime bool
- plugin bool
- silverlight_
ver bool
- browser
Eng Boolean - browser
Eng BooleanVer - browser
Name Boolean - browser
Version Boolean - canvas Boolean
- flash
Ver Boolean - fp
Usr BooleanAgent Str - Boolean
- is
Local BooleanStorage - is
Sess BooleanStorage - ja3 Boolean
- mime Boolean
- plugin Boolean
- silverlight
Ver Boolean
GetBrowserProtectionCriteriaFingerPrintCriteriaLocation
GetBrowserProtectionCriteriaFingerPrintCriteriaSystem
- Avail
Screen boolResolution - Cpu
Arch bool - Curr
Screen boolResolution - Font bool
- Java
Ver bool - Mobile
Dev boolType - Monitor
Mobile bool - Os
Name bool - Os
Version bool - Sys
Lang bool - Tz bool
- Usr
Lang bool
- Avail
Screen boolResolution - Cpu
Arch bool - Curr
Screen boolResolution - Font bool
- Java
Ver bool - Mobile
Dev boolType - Monitor
Mobile bool - Os
Name bool - Os
Version bool - Sys
Lang bool - Tz bool
- Usr
Lang bool
- avail
Screen BooleanResolution - cpu
Arch Boolean - curr
Screen BooleanResolution - font Boolean
- java
Ver Boolean - mobile
Dev BooleanType - monitor
Mobile Boolean - os
Name Boolean - os
Version Boolean - sys
Lang Boolean - tz Boolean
- usr
Lang Boolean
- avail
Screen booleanResolution - cpu
Arch boolean - curr
Screen booleanResolution - font boolean
- java
Ver boolean - mobile
Dev booleanType - monitor
Mobile boolean - os
Name boolean - os
Version boolean - sys
Lang boolean - tz boolean
- usr
Lang boolean
- avail_
screen_ boolresolution - cpu_
arch bool - curr_
screen_ boolresolution - font bool
- java_
ver bool - mobile_
dev_ booltype - monitor_
mobile bool - os_
name bool - os_
version bool - sys_
lang bool - tz bool
- usr_
lang bool
- avail
Screen BooleanResolution - cpu
Arch Boolean - curr
Screen BooleanResolution - font Boolean
- java
Ver Boolean - mobile
Dev BooleanType - monitor
Mobile Boolean - os
Name Boolean - os
Version Boolean - sys
Lang Boolean - tz Boolean
- usr
Lang Boolean
Package Details
- Repository
- zpa zscaler/pulumi-zpa
- License
- MIT
- Notes
- This Pulumi package is based on the
zpaTerraform Provider.
Viewing docs for Zscaler Private Access v1.0.3
published on Wednesday, Jan 21, 2026 by Zscaler
published on Wednesday, Jan 21, 2026 by Zscaler
