1. Packages
  2. Akamai
  3. API Docs
  4. getCpsCsr
Akamai v7.0.0 published on Monday, Apr 8, 2024 by Pulumi

akamai.getCpsCsr

Explore with Pulumi AI

akamai logo
Akamai v7.0.0 published on Monday, Apr 8, 2024 by Pulumi

    Using getCpsCsr

    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 getCpsCsr(args: GetCpsCsrArgs, opts?: InvokeOptions): Promise<GetCpsCsrResult>
    function getCpsCsrOutput(args: GetCpsCsrOutputArgs, opts?: InvokeOptions): Output<GetCpsCsrResult>
    def get_cps_csr(enrollment_id: Optional[int] = None,
                    opts: Optional[InvokeOptions] = None) -> GetCpsCsrResult
    def get_cps_csr_output(enrollment_id: Optional[pulumi.Input[int]] = None,
                    opts: Optional[InvokeOptions] = None) -> Output[GetCpsCsrResult]
    func GetCpsCsr(ctx *Context, args *GetCpsCsrArgs, opts ...InvokeOption) (*GetCpsCsrResult, error)
    func GetCpsCsrOutput(ctx *Context, args *GetCpsCsrOutputArgs, opts ...InvokeOption) GetCpsCsrResultOutput

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

    public static class GetCpsCsr 
    {
        public static Task<GetCpsCsrResult> InvokeAsync(GetCpsCsrArgs args, InvokeOptions? opts = null)
        public static Output<GetCpsCsrResult> Invoke(GetCpsCsrInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetCpsCsrResult> getCpsCsr(GetCpsCsrArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: akamai:index/getCpsCsr:getCpsCsr
      arguments:
        # arguments dictionary

    The following arguments are supported:

    enrollmentId Integer

    getCpsCsr Result

    The following output properties are available:

    CsrEcdsa string
    CsrRsa string
    EnrollmentId int
    Id string
    The provider-assigned unique ID for this managed resource.
    CsrEcdsa string
    CsrRsa string
    EnrollmentId int
    Id string
    The provider-assigned unique ID for this managed resource.
    csrEcdsa String
    csrRsa String
    enrollmentId Integer
    id String
    The provider-assigned unique ID for this managed resource.
    csrEcdsa string
    csrRsa string
    enrollmentId number
    id string
    The provider-assigned unique ID for this managed resource.
    csr_ecdsa str
    csr_rsa str
    enrollment_id int
    id str
    The provider-assigned unique ID for this managed resource.
    csrEcdsa String
    csrRsa String
    enrollmentId Number
    id String
    The provider-assigned unique ID for this managed resource.

    Package Details

    Repository
    Akamai pulumi/pulumi-akamai
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the akamai Terraform Provider.
    akamai logo
    Akamai v7.0.0 published on Monday, Apr 8, 2024 by Pulumi