1. Packages
  2. Zscaler Private Access (ZPA)
  3. API Docs
  4. getCloudBrowserIsolationZPAProfile
Zscaler Private Access v0.0.12 published on Tuesday, Jul 30, 2024 by Zscaler

zpa.getCloudBrowserIsolationZPAProfile

Explore with Pulumi AI

Zscaler Private Access v0.0.12 published on Tuesday, Jul 30, 2024 by Zscaler

Use the zpa_cloud_browser_isolation_zpa_profile data source to get information about an isolation profile in the Zscaler Private Access cloud. This data source is required when configuring an isolation policy rule resource

Example Usage

import * as pulumi from "@pulumi/pulumi";
import * as zpa from "@pulumi/zpa";

const this = zpa.getCloudBrowserIsolationZPAProfile({
    name: "ZPA_Profile",
});
Copy
import pulumi
import pulumi_zpa as zpa

this = zpa.get_cloud_browser_isolation_zpa_profile(name="ZPA_Profile")
Copy
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.GetCloudBrowserIsolationZPAProfile(ctx, &zpa.GetCloudBrowserIsolationZPAProfileArgs{
			Name: pulumi.StringRef("ZPA_Profile"),
		}, nil)
		if err != nil {
			return err
		}
		return nil
	})
}
Copy
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Zpa = Pulumi.Zpa;

return await Deployment.RunAsync(() => 
{
    var @this = Zpa.GetCloudBrowserIsolationZPAProfile.Invoke(new()
    {
        Name = "ZPA_Profile",
    });

});
Copy
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.GetCloudBrowserIsolationZPAProfileArgs;
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.getCloudBrowserIsolationZPAProfile(GetCloudBrowserIsolationZPAProfileArgs.builder()
            .name("ZPA_Profile")
            .build());

    }
}
Copy
variables:
  this:
    fn::invoke:
      Function: zpa:getCloudBrowserIsolationZPAProfile
      Arguments:
        name: ZPA_Profile
Copy

Using getCloudBrowserIsolationZPAProfile

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 getCloudBrowserIsolationZPAProfile(args: GetCloudBrowserIsolationZPAProfileArgs, opts?: InvokeOptions): Promise<GetCloudBrowserIsolationZPAProfileResult>
function getCloudBrowserIsolationZPAProfileOutput(args: GetCloudBrowserIsolationZPAProfileOutputArgs, opts?: InvokeOptions): Output<GetCloudBrowserIsolationZPAProfileResult>
Copy
def get_cloud_browser_isolation_zpa_profile(name: Optional[str] = None,
                                            opts: Optional[InvokeOptions] = None) -> GetCloudBrowserIsolationZPAProfileResult
def get_cloud_browser_isolation_zpa_profile_output(name: Optional[pulumi.Input[str]] = None,
                                            opts: Optional[InvokeOptions] = None) -> Output[GetCloudBrowserIsolationZPAProfileResult]
Copy
func GetCloudBrowserIsolationZPAProfile(ctx *Context, args *GetCloudBrowserIsolationZPAProfileArgs, opts ...InvokeOption) (*GetCloudBrowserIsolationZPAProfileResult, error)
func GetCloudBrowserIsolationZPAProfileOutput(ctx *Context, args *GetCloudBrowserIsolationZPAProfileOutputArgs, opts ...InvokeOption) GetCloudBrowserIsolationZPAProfileResultOutput
Copy

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

public static class GetCloudBrowserIsolationZPAProfile 
{
    public static Task<GetCloudBrowserIsolationZPAProfileResult> InvokeAsync(GetCloudBrowserIsolationZPAProfileArgs args, InvokeOptions? opts = null)
    public static Output<GetCloudBrowserIsolationZPAProfileResult> Invoke(GetCloudBrowserIsolationZPAProfileInvokeArgs args, InvokeOptions? opts = null)
}
Copy
public static CompletableFuture<GetCloudBrowserIsolationZPAProfileResult> getCloudBrowserIsolationZPAProfile(GetCloudBrowserIsolationZPAProfileArgs args, InvokeOptions options)
public static Output<GetCloudBrowserIsolationZPAProfileResult> getCloudBrowserIsolationZPAProfile(GetCloudBrowserIsolationZPAProfileArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: zpa:index/getCloudBrowserIsolationZPAProfile:getCloudBrowserIsolationZPAProfile
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

Name string
  • (String) This field defines the name of the isolation profile.
Name string
  • (String) This field defines the name of the isolation profile.
name String
  • (String) This field defines the name of the isolation profile.
name string
  • (String) This field defines the name of the isolation profile.
name str
  • (String) This field defines the name of the isolation profile.
name String
  • (String) This field defines the name of the isolation profile.

getCloudBrowserIsolationZPAProfile Result

The following output properties are available:

CbiProfileId string
CbiTenantId string
CbiUrl string
CreationTime string
Description string
Enabled bool
Id string
ModifiedTime string
Modifiedby string
Name string
  • (String) This field defines the name of the isolation profile.
CbiProfileId string
CbiTenantId string
CbiUrl string
CreationTime string
Description string
Enabled bool
Id string
ModifiedTime string
Modifiedby string
Name string
  • (String) This field defines the name of the isolation profile.
cbiProfileId String
cbiTenantId String
cbiUrl String
creationTime String
description String
enabled Boolean
id String
modifiedTime String
modifiedby String
name String
  • (String) This field defines the name of the isolation profile.
cbiProfileId string
cbiTenantId string
cbiUrl string
creationTime string
description string
enabled boolean
id string
modifiedTime string
modifiedby string
name string
  • (String) This field defines the name of the isolation profile.
cbi_profile_id str
cbi_tenant_id str
cbi_url str
creation_time str
description str
enabled bool
id str
modified_time str
modifiedby str
name str
  • (String) This field defines the name of the isolation profile.
cbiProfileId String
cbiTenantId String
cbiUrl String
creationTime String
description String
enabled Boolean
id String
modifiedTime String
modifiedby String
name String
  • (String) This field defines the name of the isolation profile.

Package Details

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