zpa.getPRAConsole
Explore with Pulumi AI
The zpa_pra_console_controller data source gets information about a privileged remote access console created in the Zscaler Private Access cloud. This resource can then be referenced in an privileged access policy credential and a privileged access portal resource.
NOTE: To ensure consistent search results across data sources, please avoid using multiple spaces or special characters in your search queries.
Example Usage
Coming soon!
Coming soon!
Coming soon!
Coming soon!
Coming soon!
resources:
# Retrieve PRA Console by ID
this:
type: zpa:PRAConsole
properties:
id: '1234567890'
Using getPRAConsole
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 getPRAConsole(args: GetPRAConsoleArgs, opts?: InvokeOptions): Promise<GetPRAConsoleResult>
function getPRAConsoleOutput(args: GetPRAConsoleOutputArgs, opts?: InvokeOptions): Output<GetPRAConsoleResult>
def get_pra_console(id: Optional[str] = None,
name: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetPRAConsoleResult
def get_pra_console_output(id: Optional[pulumi.Input[str]] = None,
name: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetPRAConsoleResult]
func LookupPRAConsole(ctx *Context, args *LookupPRAConsoleArgs, opts ...InvokeOption) (*LookupPRAConsoleResult, error)
func LookupPRAConsoleOutput(ctx *Context, args *LookupPRAConsoleOutputArgs, opts ...InvokeOption) LookupPRAConsoleResultOutput
> Note: This function is named LookupPRAConsole
in the Go SDK.
public static class GetPRAConsole
{
public static Task<GetPRAConsoleResult> InvokeAsync(GetPRAConsoleArgs args, InvokeOptions? opts = null)
public static Output<GetPRAConsoleResult> Invoke(GetPRAConsoleInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetPRAConsoleResult> getPRAConsole(GetPRAConsoleArgs args, InvokeOptions options)
public static Output<GetPRAConsoleResult> getPRAConsole(GetPRAConsoleArgs args, InvokeOptions options)
fn::invoke:
function: zpa:index/getPRAConsole:getPRAConsole
arguments:
# arguments dictionary
The following arguments are supported:
getPRAConsole Result
The following output properties are available:
- Creation
Time string - Description string
- Enabled bool
- Icon
Text string - Microtenant
Id string - Microtenant
Name string - Modified
By string - Modified
Time string - Pra
Applications List<zscaler.Pulumi Package. Zpa. Outputs. Get PRAConsole Pra Application> - Pra
Portals List<zscaler.Pulumi Package. Zpa. Outputs. Get PRAConsole Pra Portal> - Id string
- Name string
- (Required) The name of the privileged console.
- Creation
Time string - Description string
- Enabled bool
- Icon
Text string - Microtenant
Id string - Microtenant
Name string - Modified
By string - Modified
Time string - Pra
Applications []GetPRAConsole Pra Application - Pra
Portals []GetPRAConsole Pra Portal - Id string
- Name string
- (Required) The name of the privileged console.
- creation
Time String - description String
- enabled Boolean
- icon
Text String - microtenant
Id String - microtenant
Name String - modified
By String - modified
Time String - pra
Applications List<GetPRAConsole Pra Application> - pra
Portals List<GetPRAConsole Pra Portal> - id String
- name String
- (Required) The name of the privileged console.
- creation
Time string - description string
- enabled boolean
- icon
Text string - microtenant
Id string - microtenant
Name string - modified
By string - modified
Time string - pra
Applications GetPRAConsole Pra Application[] - pra
Portals GetPRAConsole Pra Portal[] - id string
- name string
- (Required) The name of the privileged console.
- creation_
time str - description str
- enabled bool
- icon_
text str - microtenant_
id str - microtenant_
name str - modified_
by str - modified_
time str - pra_
applications Sequence[GetPRAConsole Pra Application] - pra_
portals Sequence[GetPRAConsole Pra Portal] - id str
- name str
- (Required) The name of the privileged console.
- creation
Time String - description String
- enabled Boolean
- icon
Text String - microtenant
Id String - microtenant
Name String - modified
By String - modified
Time String - pra
Applications List<Property Map> - pra
Portals List<Property Map> - id String
- name String
- (Required) The name of the privileged console.
Supporting Types
GetPRAConsolePraApplication
GetPRAConsolePraPortal
Package Details
- Repository
- zpa zscaler/pulumi-zpa
- License
- MIT
- Notes
- This Pulumi package is based on the
zpa
Terraform Provider.