1. Packages
  2. Checkpoint Provider
  3. API Docs
  4. getManagementInternalTrustedCa
checkpoint 2.9.0 published on Monday, Apr 14, 2025 by checkpointsw

checkpoint.getManagementInternalTrustedCa

Explore with Pulumi AI

Using getManagementInternalTrustedCa

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 getManagementInternalTrustedCa(args: GetManagementInternalTrustedCaArgs, opts?: InvokeOptions): Promise<GetManagementInternalTrustedCaResult>
function getManagementInternalTrustedCaOutput(args: GetManagementInternalTrustedCaOutputArgs, opts?: InvokeOptions): Output<GetManagementInternalTrustedCaResult>
Copy
def get_management_internal_trusted_ca(id: Optional[str] = None,
                                       opts: Optional[InvokeOptions] = None) -> GetManagementInternalTrustedCaResult
def get_management_internal_trusted_ca_output(id: Optional[pulumi.Input[str]] = None,
                                       opts: Optional[InvokeOptions] = None) -> Output[GetManagementInternalTrustedCaResult]
Copy
func GetManagementInternalTrustedCa(ctx *Context, args *GetManagementInternalTrustedCaArgs, opts ...InvokeOption) (*GetManagementInternalTrustedCaResult, error)
func GetManagementInternalTrustedCaOutput(ctx *Context, args *GetManagementInternalTrustedCaOutputArgs, opts ...InvokeOption) GetManagementInternalTrustedCaResultOutput
Copy

> Note: This function is named GetManagementInternalTrustedCa in the Go SDK.

public static class GetManagementInternalTrustedCa 
{
    public static Task<GetManagementInternalTrustedCaResult> InvokeAsync(GetManagementInternalTrustedCaArgs args, InvokeOptions? opts = null)
    public static Output<GetManagementInternalTrustedCaResult> Invoke(GetManagementInternalTrustedCaInvokeArgs args, InvokeOptions? opts = null)
}
Copy
public static CompletableFuture<GetManagementInternalTrustedCaResult> getManagementInternalTrustedCa(GetManagementInternalTrustedCaArgs args, InvokeOptions options)
public static Output<GetManagementInternalTrustedCaResult> getManagementInternalTrustedCa(GetManagementInternalTrustedCaArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: checkpoint:index/getManagementInternalTrustedCa:getManagementInternalTrustedCa
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

Id string
Id string
id String
id string
id str
id String

getManagementInternalTrustedCa Result

The following output properties are available:

allowCertificatesFromBranches Boolean
base64Certificate String
branches List<String>
cacheCrl Boolean
color String
comments String
crlCacheMethod String
crlCacheTimeout Double
id String
name String
retrieveCrlFromHttpServers Boolean
retrieveCrlFromLdapServers Boolean
tags List<String>
uid String
allowCertificatesFromBranches Boolean
base64Certificate String
branches List<String>
cacheCrl Boolean
color String
comments String
crlCacheMethod String
crlCacheTimeout Number
id String
name String
retrieveCrlFromHttpServers Boolean
retrieveCrlFromLdapServers Boolean
tags List<String>
uid String

Package Details

Repository
checkpoint checkpointsw/terraform-provider-checkpoint
License
Notes
This Pulumi package is based on the checkpoint Terraform Provider.