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

checkpoint.getManagementCustomTrustedCaCertificate

Explore with Pulumi AI

checkpoint logo
checkpoint 2.9.0 published on Monday, Apr 14, 2025 by checkpointsw

    Using getManagementCustomTrustedCaCertificate

    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 getManagementCustomTrustedCaCertificate(args: GetManagementCustomTrustedCaCertificateArgs, opts?: InvokeOptions): Promise<GetManagementCustomTrustedCaCertificateResult>
    function getManagementCustomTrustedCaCertificateOutput(args: GetManagementCustomTrustedCaCertificateOutputArgs, opts?: InvokeOptions): Output<GetManagementCustomTrustedCaCertificateResult>
    def get_management_custom_trusted_ca_certificate(id: Optional[str] = None,
                                                     name: Optional[str] = None,
                                                     uid: Optional[str] = None,
                                                     opts: Optional[InvokeOptions] = None) -> GetManagementCustomTrustedCaCertificateResult
    def get_management_custom_trusted_ca_certificate_output(id: Optional[pulumi.Input[str]] = None,
                                                     name: Optional[pulumi.Input[str]] = None,
                                                     uid: Optional[pulumi.Input[str]] = None,
                                                     opts: Optional[InvokeOptions] = None) -> Output[GetManagementCustomTrustedCaCertificateResult]
    func GetManagementCustomTrustedCaCertificate(ctx *Context, args *GetManagementCustomTrustedCaCertificateArgs, opts ...InvokeOption) (*GetManagementCustomTrustedCaCertificateResult, error)
    func GetManagementCustomTrustedCaCertificateOutput(ctx *Context, args *GetManagementCustomTrustedCaCertificateOutputArgs, opts ...InvokeOption) GetManagementCustomTrustedCaCertificateResultOutput

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

    public static class GetManagementCustomTrustedCaCertificate 
    {
        public static Task<GetManagementCustomTrustedCaCertificateResult> InvokeAsync(GetManagementCustomTrustedCaCertificateArgs args, InvokeOptions? opts = null)
        public static Output<GetManagementCustomTrustedCaCertificateResult> Invoke(GetManagementCustomTrustedCaCertificateInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetManagementCustomTrustedCaCertificateResult> getManagementCustomTrustedCaCertificate(GetManagementCustomTrustedCaCertificateArgs args, InvokeOptions options)
    public static Output<GetManagementCustomTrustedCaCertificateResult> getManagementCustomTrustedCaCertificate(GetManagementCustomTrustedCaCertificateArgs args, InvokeOptions options)
    
    fn::invoke:
      function: checkpoint:index/getManagementCustomTrustedCaCertificate:getManagementCustomTrustedCaCertificate
      arguments:
        # arguments dictionary

    The following arguments are supported:

    Id string
    Name string
    Object name.
    Uid string
    Object unique identifier.
    Id string
    Name string
    Object name.
    Uid string
    Object unique identifier.
    id String
    name String
    Object name.
    uid String
    Object unique identifier.
    id string
    name string
    Object name.
    uid string
    Object unique identifier.
    id str
    name str
    Object name.
    uid str
    Object unique identifier.
    id String
    name String
    Object name.
    uid String
    Object unique identifier.

    getManagementCustomTrustedCaCertificate Result

    The following output properties are available:

    Supporting Types

    GetManagementCustomTrustedCaCertificateValidFrom

    Iso8601 string
    Date and time represented in international ISO 8601 format.
    Posix double
    Number of milliseconds that have elapsed since 00:00:00, 1 January 1970
    Iso8601 string
    Date and time represented in international ISO 8601 format.
    Posix float64
    Number of milliseconds that have elapsed since 00:00:00, 1 January 1970
    iso8601 String
    Date and time represented in international ISO 8601 format.
    posix Double
    Number of milliseconds that have elapsed since 00:00:00, 1 January 1970
    iso8601 string
    Date and time represented in international ISO 8601 format.
    posix number
    Number of milliseconds that have elapsed since 00:00:00, 1 January 1970
    iso8601 str
    Date and time represented in international ISO 8601 format.
    posix float
    Number of milliseconds that have elapsed since 00:00:00, 1 January 1970
    iso8601 String
    Date and time represented in international ISO 8601 format.
    posix Number
    Number of milliseconds that have elapsed since 00:00:00, 1 January 1970

    GetManagementCustomTrustedCaCertificateValidTo

    Iso8601 string
    Date and time represented in international ISO 8601 format.
    Posix double
    Number of milliseconds that have elapsed since 00:00:00, 1 January 1970
    Iso8601 string
    Date and time represented in international ISO 8601 format.
    Posix float64
    Number of milliseconds that have elapsed since 00:00:00, 1 January 1970
    iso8601 String
    Date and time represented in international ISO 8601 format.
    posix Double
    Number of milliseconds that have elapsed since 00:00:00, 1 January 1970
    iso8601 string
    Date and time represented in international ISO 8601 format.
    posix number
    Number of milliseconds that have elapsed since 00:00:00, 1 January 1970
    iso8601 str
    Date and time represented in international ISO 8601 format.
    posix float
    Number of milliseconds that have elapsed since 00:00:00, 1 January 1970
    iso8601 String
    Date and time represented in international ISO 8601 format.
    posix Number
    Number of milliseconds that have elapsed since 00:00:00, 1 January 1970

    Package Details

    Repository
    checkpoint checkpointsw/terraform-provider-checkpoint
    License
    Notes
    This Pulumi package is based on the checkpoint Terraform Provider.
    checkpoint logo
    checkpoint 2.9.0 published on Monday, Apr 14, 2025 by checkpointsw