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)
public static Output<GetPRAConsoleResult> getPRAConsole(GetPRAConsoleArgs args, InvokeOptions options)
fn::invoke:
  function: zpa:index/getPRAConsole:getPRAConsole
  arguments:
    # arguments dictionaryThe following arguments are supported:
- Id string
- Id string
- id String
- id string
- id str
- id String
getPRAConsole Result
The following output properties are available:
- CreationTime string
- Description string
- Enabled bool
- IconText string
- MicrotenantId string
- MicrotenantName string
- ModifiedBy string
- ModifiedTime string
- Name string
- (Required) The name of the privileged console.
 
- PraApplications List<Zscaler.Zpa. Outputs. Get PRAConsole Pra Application> 
- PraPortals List<Zscaler.Zpa. Outputs. Get PRAConsole Pra Portal> 
- Id string
- CreationTime string
- Description string
- Enabled bool
- IconText string
- MicrotenantId string
- MicrotenantName string
- ModifiedBy string
- ModifiedTime string
- Name string
- (Required) The name of the privileged console.
 
- PraApplications []GetPRAConsole Pra Application 
- PraPortals []GetPRAConsole Pra Portal 
- Id string
- creationTime String
- description String
- enabled Boolean
- iconText String
- microtenantId String
- microtenantName String
- modifiedBy String
- modifiedTime String
- name String
- (Required) The name of the privileged console.
 
- praApplications List<GetPRAConsole Pra Application> 
- praPortals List<GetPRAConsole Pra Portal> 
- id String
- creationTime string
- description string
- enabled boolean
- iconText string
- microtenantId string
- microtenantName string
- modifiedBy string
- modifiedTime string
- name string
- (Required) The name of the privileged console.
 
- praApplications GetPRAConsole Pra Application[] 
- praPortals 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
- creationTime String
- description String
- enabled Boolean
- iconText String
- microtenantId String
- microtenantName String
- modifiedBy String
- modifiedTime String
- name String
- (Required) The name of the privileged console.
 
- praApplications List<Property Map>
- praPortals 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 zpaTerraform Provider.
