1. Packages
  2. Akamai
  3. API Docs
  4. getCpsCsr
Akamai v8.1.0 published on Friday, Apr 11, 2025 by Pulumi

akamai.getCpsCsr

Explore with Pulumi AI

Akamai v8.1.0 published on Friday, Apr 11, 2025 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>
Copy
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]
Copy
func GetCpsCsr(ctx *Context, args *GetCpsCsrArgs, opts ...InvokeOption) (*GetCpsCsrResult, error)
func GetCpsCsrOutput(ctx *Context, args *GetCpsCsrOutputArgs, opts ...InvokeOption) GetCpsCsrResultOutput
Copy

> 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)
}
Copy
public static CompletableFuture<GetCpsCsrResult> getCpsCsr(GetCpsCsrArgs args, InvokeOptions options)
public static Output<GetCpsCsrResult> getCpsCsr(GetCpsCsrArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: akamai:index/getCpsCsr:getCpsCsr
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

EnrollmentId This property is required. int
EnrollmentId This property is required. int
enrollmentId This property is required. Integer
enrollmentId This property is required. number
enrollment_id This property is required. int
enrollmentId This property is required. Number

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 v8.1.0 published on Friday, Apr 11, 2025 by Pulumi