Zscaler Private Access v0.0.12 published on Tuesday, Jul 30, 2024 by Zscaler
zpa.getPraConsoleController
Explore with Pulumi AI
Deprecated: zpa.index/getpraconsolecontroller.getPraConsoleController has been deprecated in favor of zpa.index/getpraconsole.getPRAConsole
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 getPraConsoleController
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 getPraConsoleController(args: GetPraConsoleControllerArgs, opts?: InvokeOptions): Promise<GetPraConsoleControllerResult>
function getPraConsoleControllerOutput(args: GetPraConsoleControllerOutputArgs, opts?: InvokeOptions): Output<GetPraConsoleControllerResult>
def get_pra_console_controller(id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetPraConsoleControllerResult
def get_pra_console_controller_output(id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetPraConsoleControllerResult]
func LookupPraConsoleController(ctx *Context, args *LookupPraConsoleControllerArgs, opts ...InvokeOption) (*LookupPraConsoleControllerResult, error)
func LookupPraConsoleControllerOutput(ctx *Context, args *LookupPraConsoleControllerOutputArgs, opts ...InvokeOption) LookupPraConsoleControllerResultOutput
> Note: This function is named LookupPraConsoleController
in the Go SDK.
public static class GetPraConsoleController
{
public static Task<GetPraConsoleControllerResult> InvokeAsync(GetPraConsoleControllerArgs args, InvokeOptions? opts = null)
public static Output<GetPraConsoleControllerResult> Invoke(GetPraConsoleControllerInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetPraConsoleControllerResult> getPraConsoleController(GetPraConsoleControllerArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: zpa:index/getPraConsoleController:getPraConsoleController
arguments:
# arguments dictionary
The following arguments are supported:
- Id string
- Id string
- id String
- id string
- id str
- id String
getPraConsoleController 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 Pra Console Controller Pra Application> - Pra
Portals List<Zscaler.Zpa. Outputs. Get Pra Console Controller 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 []GetPra Console Controller Pra Application - Pra
Portals []GetPra Console Controller 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<GetPra Console Controller Pra Application> - pra
Portals List<GetPra Console Controller 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 GetPra Console Controller Pra Application[] - pra
Portals GetPra Console Controller 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[GetPra Console Controller Pra Application] - pra_
portals Sequence[GetPra Console Controller 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
GetPraConsoleControllerPraApplication
GetPraConsoleControllerPraPortal
Package Details
- Repository
- zpa zscaler/pulumi-zpa
- License
- MIT
- Notes
- This Pulumi package is based on the
zpa
Terraform Provider.