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

checkpoint.getManagementCpTrustedCaCertificate

Explore with Pulumi AI

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

    Using getManagementCpTrustedCaCertificate

    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 getManagementCpTrustedCaCertificate(args: GetManagementCpTrustedCaCertificateArgs, opts?: InvokeOptions): Promise<GetManagementCpTrustedCaCertificateResult>
    function getManagementCpTrustedCaCertificateOutput(args: GetManagementCpTrustedCaCertificateOutputArgs, opts?: InvokeOptions): Output<GetManagementCpTrustedCaCertificateResult>
    def get_management_cp_trusted_ca_certificate(id: Optional[str] = None,
                                                 name: Optional[str] = None,
                                                 uid: Optional[str] = None,
                                                 opts: Optional[InvokeOptions] = None) -> GetManagementCpTrustedCaCertificateResult
    def get_management_cp_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[GetManagementCpTrustedCaCertificateResult]
    func GetManagementCpTrustedCaCertificate(ctx *Context, args *GetManagementCpTrustedCaCertificateArgs, opts ...InvokeOption) (*GetManagementCpTrustedCaCertificateResult, error)
    func GetManagementCpTrustedCaCertificateOutput(ctx *Context, args *GetManagementCpTrustedCaCertificateOutputArgs, opts ...InvokeOption) GetManagementCpTrustedCaCertificateResultOutput

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

    public static class GetManagementCpTrustedCaCertificate 
    {
        public static Task<GetManagementCpTrustedCaCertificateResult> InvokeAsync(GetManagementCpTrustedCaCertificateArgs args, InvokeOptions? opts = null)
        public static Output<GetManagementCpTrustedCaCertificateResult> Invoke(GetManagementCpTrustedCaCertificateInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetManagementCpTrustedCaCertificateResult> getManagementCpTrustedCaCertificate(GetManagementCpTrustedCaCertificateArgs args, InvokeOptions options)
    public static Output<GetManagementCpTrustedCaCertificateResult> getManagementCpTrustedCaCertificate(GetManagementCpTrustedCaCertificateArgs args, InvokeOptions options)
    
    fn::invoke:
      function: checkpoint:index/getManagementCpTrustedCaCertificate:getManagementCpTrustedCaCertificate
      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.

    getManagementCpTrustedCaCertificate Result

    The following output properties are available:

    Supporting Types

    GetManagementCpTrustedCaCertificateValidFrom

    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

    GetManagementCpTrustedCaCertificateValidTo

    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