Zscaler Private Access v1.0.3 published on Wednesday, Jan 21, 2026 by Zscaler
Zscaler Private Access v1.0.3 published on Wednesday, Jan 21, 2026 by Zscaler
The zpa_pra_credential_controller data source to get information about a privileged remote access credential created in the Zscaler Private Access cloud.
NOTE: To ensure consistent search results across data sources, please avoid using multiple spaces or special characters in your search queries.
Using getPRACredential
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 getPRACredential(args: GetPRACredentialArgs, opts?: InvokeOptions): Promise<GetPRACredentialResult>
function getPRACredentialOutput(args: GetPRACredentialOutputArgs, opts?: InvokeOptions): Output<GetPRACredentialResult>def get_pra_credential(id: Optional[str] = None,
name: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetPRACredentialResult
def get_pra_credential_output(id: Optional[pulumi.Input[str]] = None,
name: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetPRACredentialResult]func LookupPRACredential(ctx *Context, args *LookupPRACredentialArgs, opts ...InvokeOption) (*LookupPRACredentialResult, error)
func LookupPRACredentialOutput(ctx *Context, args *LookupPRACredentialOutputArgs, opts ...InvokeOption) LookupPRACredentialResultOutput> Note: This function is named LookupPRACredential in the Go SDK.
public static class GetPRACredential
{
public static Task<GetPRACredentialResult> InvokeAsync(GetPRACredentialArgs args, InvokeOptions? opts = null)
public static Output<GetPRACredentialResult> Invoke(GetPRACredentialInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetPRACredentialResult> getPRACredential(GetPRACredentialArgs args, InvokeOptions options)
public static Output<GetPRACredentialResult> getPRACredential(GetPRACredentialArgs args, InvokeOptions options)
fn::invoke:
function: zpa:index/getPRACredential:getPRACredential
arguments:
# arguments dictionaryThe following arguments are supported:
getPRACredential Result
The following output properties are available:
- Creation
Time string - Credential
Type string - Description string
- Last
Credential stringReset Time - Microtenant
Id string - Microtenant
Name string - Modified
By string - Modified
Time string - Password string
- User
Domain string - Username string
- Id string
- Name string
- (Optional) The name of the privileged credential.
- Creation
Time string - Credential
Type string - Description string
- Last
Credential stringReset Time - Microtenant
Id string - Microtenant
Name string - Modified
By string - Modified
Time string - Password string
- User
Domain string - Username string
- Id string
- Name string
- (Optional) The name of the privileged credential.
- creation
Time String - credential
Type String - description String
- last
Credential StringReset Time - microtenant
Id String - microtenant
Name String - modified
By String - modified
Time String - password String
- user
Domain String - username String
- id String
- name String
- (Optional) The name of the privileged credential.
- creation
Time string - credential
Type string - description string
- last
Credential stringReset Time - microtenant
Id string - microtenant
Name string - modified
By string - modified
Time string - password string
- user
Domain string - username string
- id string
- name string
- (Optional) The name of the privileged credential.
- creation_
time str - credential_
type str - description str
- last_
credential_ strreset_ time - microtenant_
id str - microtenant_
name str - modified_
by str - modified_
time str - password str
- user_
domain str - username str
- id str
- name str
- (Optional) The name of the privileged credential.
- creation
Time String - credential
Type String - description String
- last
Credential StringReset Time - microtenant
Id String - microtenant
Name String - modified
By String - modified
Time String - password String
- user
Domain String - username String
- id String
- name String
- (Optional) The name of the privileged credential.
Package Details
- Repository
- zpa zscaler/pulumi-zpa
- License
- MIT
- Notes
- This Pulumi package is based on the
zpaTerraform Provider.
Zscaler Private Access v1.0.3 published on Wednesday, Jan 21, 2026 by Zscaler
