Akamai v7.4.1 published on Tuesday, Sep 24, 2024 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)
// Output-based functions aren't available in Java yet
fn::invoke:
function: akamai:index/getCpsCsr:getCpsCsr
arguments:
# arguments dictionary
The following arguments are supported:
- Enrollment
Id int
- Enrollment
Id int
- enrollment
Id Integer
- enrollment
Id number
- enrollment_
id int
- enrollment
Id Number
getCpsCsr Result
The following output properties are available:
- Csr
Ecdsa string - Csr
Rsa string - Enrollment
Id int - Id string
- The provider-assigned unique ID for this managed resource.
- Csr
Ecdsa string - Csr
Rsa string - Enrollment
Id int - Id string
- The provider-assigned unique ID for this managed resource.
- csr
Ecdsa String - csr
Rsa String - enrollment
Id Integer - id String
- The provider-assigned unique ID for this managed resource.
- csr
Ecdsa string - csr
Rsa string - enrollment
Id 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.
- csr
Ecdsa String - csr
Rsa String - enrollment
Id 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.