Akamai v8.1.0 published on Friday, Apr 11, 2025 by Pulumi
akamai.getCpsCsr
Explore with Pulumi AI
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)
public static Output<GetCpsCsrResult> getCpsCsr(GetCpsCsrArgs args, InvokeOptions options)
fn::invoke:
  function: akamai:index/getCpsCsr:getCpsCsr
  arguments:
    # arguments dictionaryThe following arguments are supported:
- EnrollmentId int
- EnrollmentId int
- enrollmentId Integer
- enrollmentId number
- enrollment_id int
- enrollmentId 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 akamaiTerraform Provider.