Viewing docs for Akamai v11.2.0
published on Thursday, May 14, 2026 by Pulumi
published on Thursday, May 14, 2026 by Pulumi
Viewing docs for Akamai v11.2.0
published on Thursday, May 14, 2026 by Pulumi
published on Thursday, May 14, 2026 by Pulumi
Using getMtlstruststoreCaSet
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 getMtlstruststoreCaSet(args: GetMtlstruststoreCaSetArgs, opts?: InvokeOptions): Promise<GetMtlstruststoreCaSetResult>
function getMtlstruststoreCaSetOutput(args: GetMtlstruststoreCaSetOutputArgs, opts?: InvokeOptions): Output<GetMtlstruststoreCaSetResult>def get_mtlstruststore_ca_set(id: Optional[str] = None,
name: Optional[str] = None,
version: Optional[int] = None,
opts: Optional[InvokeOptions] = None) -> GetMtlstruststoreCaSetResult
def get_mtlstruststore_ca_set_output(id: pulumi.Input[Optional[str]] = None,
name: pulumi.Input[Optional[str]] = None,
version: pulumi.Input[Optional[int]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetMtlstruststoreCaSetResult]func LookupMtlstruststoreCaSet(ctx *Context, args *LookupMtlstruststoreCaSetArgs, opts ...InvokeOption) (*LookupMtlstruststoreCaSetResult, error)
func LookupMtlstruststoreCaSetOutput(ctx *Context, args *LookupMtlstruststoreCaSetOutputArgs, opts ...InvokeOption) LookupMtlstruststoreCaSetResultOutput> Note: This function is named LookupMtlstruststoreCaSet in the Go SDK.
public static class GetMtlstruststoreCaSet
{
public static Task<GetMtlstruststoreCaSetResult> InvokeAsync(GetMtlstruststoreCaSetArgs args, InvokeOptions? opts = null)
public static Output<GetMtlstruststoreCaSetResult> Invoke(GetMtlstruststoreCaSetInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetMtlstruststoreCaSetResult> getMtlstruststoreCaSet(GetMtlstruststoreCaSetArgs args, InvokeOptions options)
public static Output<GetMtlstruststoreCaSetResult> getMtlstruststoreCaSet(GetMtlstruststoreCaSetArgs args, InvokeOptions options)
fn::invoke:
function: akamai:index/getMtlstruststoreCaSet:getMtlstruststoreCaSet
arguments:
# arguments dictionarydata "akamai_getmtlstruststorecaset" "name" {
# arguments
}The following arguments are supported:
getMtlstruststoreCaSet Result
The following output properties are available:
- Account
Id string - Allow
Insecure boolSha1 - Certificates
List<Get
Mtlstruststore Ca Set Certificate> - Created
By string - Created
Date string - Deleted
By string - Deleted
Date string - Description string
- Id string
- Name string
- Production
Version int - Removal
Date string - Staging
Version int - Status string
- Version int
- Version
Created stringBy - Version
Created stringDate - Version
Description string - Version
Modified stringBy - Version
Modified stringDate - Version
Removal stringDate - Version
Status string
- Account
Id string - Allow
Insecure boolSha1 - Certificates
[]Get
Mtlstruststore Ca Set Certificate - Created
By string - Created
Date string - Deleted
By string - Deleted
Date string - Description string
- Id string
- Name string
- Production
Version int - Removal
Date string - Staging
Version int - Status string
- Version int
- Version
Created stringBy - Version
Created stringDate - Version
Description string - Version
Modified stringBy - Version
Modified stringDate - Version
Removal stringDate - Version
Status string
- account_
id string - allow_
insecure_ boolsha1 - certificates list(object)
- created_
by string - created_
date string - deleted_
by string - deleted_
date string - description string
- id string
- name string
- production_
version number - removal_
date string - staging_
version number - status string
- version number
- version_
created_ stringby - version_
created_ stringdate - version_
description string - version_
modified_ stringby - version_
modified_ stringdate - version_
removal_ stringdate - version_
status string
- account
Id String - allow
Insecure BooleanSha1 - certificates
List<Get
Mtlstruststore Ca Set Certificate> - created
By String - created
Date String - deleted
By String - deleted
Date String - description String
- id String
- name String
- production
Version Integer - removal
Date String - staging
Version Integer - status String
- version Integer
- version
Created StringBy - version
Created StringDate - version
Description String - version
Modified StringBy - version
Modified StringDate - version
Removal StringDate - version
Status String
- account
Id string - allow
Insecure booleanSha1 - certificates
Get
Mtlstruststore Ca Set Certificate[] - created
By string - created
Date string - deleted
By string - deleted
Date string - description string
- id string
- name string
- production
Version number - removal
Date string - staging
Version number - status string
- version number
- version
Created stringBy - version
Created stringDate - version
Description string - version
Modified stringBy - version
Modified stringDate - version
Removal stringDate - version
Status string
- account_
id str - allow_
insecure_ boolsha1 - certificates
Sequence[Get
Mtlstruststore Ca Set Certificate] - created_
by str - created_
date str - deleted_
by str - deleted_
date str - description str
- id str
- name str
- production_
version int - removal_
date str - staging_
version int - status str
- version int
- version_
created_ strby - version_
created_ strdate - version_
description str - version_
modified_ strby - version_
modified_ strdate - version_
removal_ strdate - version_
status str
- account
Id String - allow
Insecure BooleanSha1 - certificates List<Property Map>
- created
By String - created
Date String - deleted
By String - deleted
Date String - description String
- id String
- name String
- production
Version Number - removal
Date String - staging
Version Number - status String
- version Number
- version
Created StringBy - version
Created StringDate - version
Description String - version
Modified StringBy - version
Modified StringDate - version
Removal StringDate - version
Status String
Supporting Types
GetMtlstruststoreCaSetCertificate
- Certificate
Pem string - The certificate in PEM format, as found in a Base64 ASCII encoded file.
- Created
By string - The user who created this CA certificate.
- Created
Date string - When the CA certificate was created.
- Description string
- Optional description for the certificate.
- End
Date string - The certificate's ISO 8601 formatted expiration date.
- Fingerprint string
- The fingerprint of the certificate.
- Issuer string
- The certificate's issuer.
- Serial
Number string - The unique serial number of the certificate.
- Signature
Algorithm string - The signature algorithm of the CA certificate.
- Start
Date string - The start date of the certificate.
- Subject string
- The certificate's subject field.
- Certificate
Pem string - The certificate in PEM format, as found in a Base64 ASCII encoded file.
- Created
By string - The user who created this CA certificate.
- Created
Date string - When the CA certificate was created.
- Description string
- Optional description for the certificate.
- End
Date string - The certificate's ISO 8601 formatted expiration date.
- Fingerprint string
- The fingerprint of the certificate.
- Issuer string
- The certificate's issuer.
- Serial
Number string - The unique serial number of the certificate.
- Signature
Algorithm string - The signature algorithm of the CA certificate.
- Start
Date string - The start date of the certificate.
- Subject string
- The certificate's subject field.
- certificate_
pem string - The certificate in PEM format, as found in a Base64 ASCII encoded file.
- created_
by string - The user who created this CA certificate.
- created_
date string - When the CA certificate was created.
- description string
- Optional description for the certificate.
- end_
date string - The certificate's ISO 8601 formatted expiration date.
- fingerprint string
- The fingerprint of the certificate.
- issuer string
- The certificate's issuer.
- serial_
number string - The unique serial number of the certificate.
- signature_
algorithm string - The signature algorithm of the CA certificate.
- start_
date string - The start date of the certificate.
- subject string
- The certificate's subject field.
- certificate
Pem String - The certificate in PEM format, as found in a Base64 ASCII encoded file.
- created
By String - The user who created this CA certificate.
- created
Date String - When the CA certificate was created.
- description String
- Optional description for the certificate.
- end
Date String - The certificate's ISO 8601 formatted expiration date.
- fingerprint String
- The fingerprint of the certificate.
- issuer String
- The certificate's issuer.
- serial
Number String - The unique serial number of the certificate.
- signature
Algorithm String - The signature algorithm of the CA certificate.
- start
Date String - The start date of the certificate.
- subject String
- The certificate's subject field.
- certificate
Pem string - The certificate in PEM format, as found in a Base64 ASCII encoded file.
- created
By string - The user who created this CA certificate.
- created
Date string - When the CA certificate was created.
- description string
- Optional description for the certificate.
- end
Date string - The certificate's ISO 8601 formatted expiration date.
- fingerprint string
- The fingerprint of the certificate.
- issuer string
- The certificate's issuer.
- serial
Number string - The unique serial number of the certificate.
- signature
Algorithm string - The signature algorithm of the CA certificate.
- start
Date string - The start date of the certificate.
- subject string
- The certificate's subject field.
- certificate_
pem str - The certificate in PEM format, as found in a Base64 ASCII encoded file.
- created_
by str - The user who created this CA certificate.
- created_
date str - When the CA certificate was created.
- description str
- Optional description for the certificate.
- end_
date str - The certificate's ISO 8601 formatted expiration date.
- fingerprint str
- The fingerprint of the certificate.
- issuer str
- The certificate's issuer.
- serial_
number str - The unique serial number of the certificate.
- signature_
algorithm str - The signature algorithm of the CA certificate.
- start_
date str - The start date of the certificate.
- subject str
- The certificate's subject field.
- certificate
Pem String - The certificate in PEM format, as found in a Base64 ASCII encoded file.
- created
By String - The user who created this CA certificate.
- created
Date String - When the CA certificate was created.
- description String
- Optional description for the certificate.
- end
Date String - The certificate's ISO 8601 formatted expiration date.
- fingerprint String
- The fingerprint of the certificate.
- issuer String
- The certificate's issuer.
- serial
Number String - The unique serial number of the certificate.
- signature
Algorithm String - The signature algorithm of the CA certificate.
- start
Date String - The start date of the certificate.
- subject String
- The certificate's subject field.
Package Details
- Repository
- Akamai pulumi/pulumi-akamai
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
akamaiTerraform Provider.
Viewing docs for Akamai v11.2.0
published on Thursday, May 14, 2026 by Pulumi
published on Thursday, May 14, 2026 by Pulumi
