Zscaler Private Access v0.0.12 published on Tuesday, Jul 30, 2024 by Zscaler
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.
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,
opts: Optional[InvokeOptions] = None) -> GetPRAConsoleResult
def get_pra_console_output(id: 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)
// Output-based functions aren't available in Java yet
fn::invoke:
function: zpa:index/getPRAConsole:getPRAConsole
arguments:
# arguments dictionary
The following arguments are supported:
- Id string
- Id string
- id String
- id string
- id str
- id String
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 - Name string
- (Required) The name of the privileged console.
- Pra
Applications List<Zscaler.Zpa. Outputs. Get PRAConsole Pra Application> - Pra
Portals List<Zscaler.Zpa. Outputs. Get PRAConsole Pra Portal> - Id string
- Creation
Time string - Description string
- Enabled bool
- Icon
Text string - Microtenant
Id string - Microtenant
Name string - Modified
By string - Modified
Time string - Name string
- (Required) The name of the privileged console.
- Pra
Applications []GetPRAConsole Pra Application - Pra
Portals []GetPRAConsole Pra Portal - Id string
- creation
Time String - description String
- enabled Boolean
- icon
Text String - microtenant
Id String - microtenant
Name String - modified
By String - modified
Time String - name String
- (Required) The name of the privileged console.
- pra
Applications List<GetPRAConsole Pra Application> - pra
Portals List<GetPRAConsole Pra Portal> - id String
- creation
Time string - description string
- enabled boolean
- icon
Text string - microtenant
Id string - microtenant
Name string - modified
By string - modified
Time string - name string
- (Required) The name of the privileged console.
- pra
Applications GetPRAConsole Pra Application[] - pra
Portals GetPRAConsole Pra Portal[] - id string
- creation_
time str - description str
- enabled bool
- icon_
text str - microtenant_
id str - microtenant_
name str - modified_
by str - modified_
time str - name str
- (Required) The name of the privileged console.
- pra_
applications Sequence[GetPRAConsole Pra Application] - pra_
portals Sequence[GetPRAConsole Pra Portal] - id str
- creation
Time String - description String
- enabled Boolean
- icon
Text String - microtenant
Id String - microtenant
Name String - modified
By String - modified
Time String - name String
- (Required) The name of the privileged console.
- pra
Applications List<Property Map> - pra
Portals List<Property Map> - id String
Supporting Types
GetPRAConsolePraApplication
GetPRAConsolePraPortal
Package Details
- Repository
- zpa zscaler/pulumi-zpa
- License
- MIT
- Notes
- This Pulumi package is based on the
zpa
Terraform Provider.