1. Packages
  2. Akamai
  3. API Docs
  4. getMtlstruststoreCaSetVersions
Akamai v10.1.0 published on Thursday, Nov 6, 2025 by Pulumi

akamai.getMtlstruststoreCaSetVersions

Get Started
akamai logo
Akamai v10.1.0 published on Thursday, Nov 6, 2025 by Pulumi

    Using getMtlstruststoreCaSetVersions

    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 getMtlstruststoreCaSetVersions(args: GetMtlstruststoreCaSetVersionsArgs, opts?: InvokeOptions): Promise<GetMtlstruststoreCaSetVersionsResult>
    function getMtlstruststoreCaSetVersionsOutput(args: GetMtlstruststoreCaSetVersionsOutputArgs, opts?: InvokeOptions): Output<GetMtlstruststoreCaSetVersionsResult>
    def get_mtlstruststore_ca_set_versions(active_versions_only: Optional[bool] = None,
                                           id: Optional[str] = None,
                                           include_certificates: Optional[bool] = None,
                                           name: Optional[str] = None,
                                           opts: Optional[InvokeOptions] = None) -> GetMtlstruststoreCaSetVersionsResult
    def get_mtlstruststore_ca_set_versions_output(active_versions_only: Optional[pulumi.Input[bool]] = None,
                                           id: Optional[pulumi.Input[str]] = None,
                                           include_certificates: Optional[pulumi.Input[bool]] = None,
                                           name: Optional[pulumi.Input[str]] = None,
                                           opts: Optional[InvokeOptions] = None) -> Output[GetMtlstruststoreCaSetVersionsResult]
    func GetMtlstruststoreCaSetVersions(ctx *Context, args *GetMtlstruststoreCaSetVersionsArgs, opts ...InvokeOption) (*GetMtlstruststoreCaSetVersionsResult, error)
    func GetMtlstruststoreCaSetVersionsOutput(ctx *Context, args *GetMtlstruststoreCaSetVersionsOutputArgs, opts ...InvokeOption) GetMtlstruststoreCaSetVersionsResultOutput

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

    public static class GetMtlstruststoreCaSetVersions 
    {
        public static Task<GetMtlstruststoreCaSetVersionsResult> InvokeAsync(GetMtlstruststoreCaSetVersionsArgs args, InvokeOptions? opts = null)
        public static Output<GetMtlstruststoreCaSetVersionsResult> Invoke(GetMtlstruststoreCaSetVersionsInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetMtlstruststoreCaSetVersionsResult> getMtlstruststoreCaSetVersions(GetMtlstruststoreCaSetVersionsArgs args, InvokeOptions options)
    public static Output<GetMtlstruststoreCaSetVersionsResult> getMtlstruststoreCaSetVersions(GetMtlstruststoreCaSetVersionsArgs args, InvokeOptions options)
    
    fn::invoke:
      function: akamai:index/getMtlstruststoreCaSetVersions:getMtlstruststoreCaSetVersions
      arguments:
        # arguments dictionary

    The following arguments are supported:

    activeVersionsOnly Boolean
    id String
    includeCertificates Boolean
    name String
    activeVersionsOnly boolean
    id string
    includeCertificates boolean
    name string
    activeVersionsOnly Boolean
    id String
    includeCertificates Boolean
    name String

    getMtlstruststoreCaSetVersions Result

    The following output properties are available:

    Supporting Types

    GetMtlstruststoreCaSetVersionsVersion

    AllowInsecureSha1 bool
    By default, all certificates in the version need a signature algorithm of SHA-256 or better. Enabling this allows certificates with SHA-1 signatures.
    Certificates List<GetMtlstruststoreCaSetVersionsVersionCertificate>
    List of certificate objects in the version, with each element corresponding to one root or intermediate certificate.
    CreatedBy string
    The user who created the CA set version.
    CreatedDate string
    When the CA set version was created.
    ModifiedBy string
    The user who last modified the CA set version.
    ModifiedDate string
    When the CA set version was last modified.
    ProductionStatus string
    The CA set version's status on the production network, either 'ACTIVE' or 'INACTIVE'.
    StagingStatus string
    The CA set version's status on the staging network, either 'ACTIVE' or 'INACTIVE'.
    Version int
    Version identifier on which to perform the desired operation.
    VersionDescription string
    Any additional description you can provide while creating or updating the CA set version.
    AllowInsecureSha1 bool
    By default, all certificates in the version need a signature algorithm of SHA-256 or better. Enabling this allows certificates with SHA-1 signatures.
    Certificates []GetMtlstruststoreCaSetVersionsVersionCertificate
    List of certificate objects in the version, with each element corresponding to one root or intermediate certificate.
    CreatedBy string
    The user who created the CA set version.
    CreatedDate string
    When the CA set version was created.
    ModifiedBy string
    The user who last modified the CA set version.
    ModifiedDate string
    When the CA set version was last modified.
    ProductionStatus string
    The CA set version's status on the production network, either 'ACTIVE' or 'INACTIVE'.
    StagingStatus string
    The CA set version's status on the staging network, either 'ACTIVE' or 'INACTIVE'.
    Version int
    Version identifier on which to perform the desired operation.
    VersionDescription string
    Any additional description you can provide while creating or updating the CA set version.
    allowInsecureSha1 Boolean
    By default, all certificates in the version need a signature algorithm of SHA-256 or better. Enabling this allows certificates with SHA-1 signatures.
    certificates List<GetMtlstruststoreCaSetVersionsVersionCertificate>
    List of certificate objects in the version, with each element corresponding to one root or intermediate certificate.
    createdBy String
    The user who created the CA set version.
    createdDate String
    When the CA set version was created.
    modifiedBy String
    The user who last modified the CA set version.
    modifiedDate String
    When the CA set version was last modified.
    productionStatus String
    The CA set version's status on the production network, either 'ACTIVE' or 'INACTIVE'.
    stagingStatus String
    The CA set version's status on the staging network, either 'ACTIVE' or 'INACTIVE'.
    version Integer
    Version identifier on which to perform the desired operation.
    versionDescription String
    Any additional description you can provide while creating or updating the CA set version.
    allowInsecureSha1 boolean
    By default, all certificates in the version need a signature algorithm of SHA-256 or better. Enabling this allows certificates with SHA-1 signatures.
    certificates GetMtlstruststoreCaSetVersionsVersionCertificate[]
    List of certificate objects in the version, with each element corresponding to one root or intermediate certificate.
    createdBy string
    The user who created the CA set version.
    createdDate string
    When the CA set version was created.
    modifiedBy string
    The user who last modified the CA set version.
    modifiedDate string
    When the CA set version was last modified.
    productionStatus string
    The CA set version's status on the production network, either 'ACTIVE' or 'INACTIVE'.
    stagingStatus string
    The CA set version's status on the staging network, either 'ACTIVE' or 'INACTIVE'.
    version number
    Version identifier on which to perform the desired operation.
    versionDescription string
    Any additional description you can provide while creating or updating the CA set version.
    allow_insecure_sha1 bool
    By default, all certificates in the version need a signature algorithm of SHA-256 or better. Enabling this allows certificates with SHA-1 signatures.
    certificates Sequence[GetMtlstruststoreCaSetVersionsVersionCertificate]
    List of certificate objects in the version, with each element corresponding to one root or intermediate certificate.
    created_by str
    The user who created the CA set version.
    created_date str
    When the CA set version was created.
    modified_by str
    The user who last modified the CA set version.
    modified_date str
    When the CA set version was last modified.
    production_status str
    The CA set version's status on the production network, either 'ACTIVE' or 'INACTIVE'.
    staging_status str
    The CA set version's status on the staging network, either 'ACTIVE' or 'INACTIVE'.
    version int
    Version identifier on which to perform the desired operation.
    version_description str
    Any additional description you can provide while creating or updating the CA set version.
    allowInsecureSha1 Boolean
    By default, all certificates in the version need a signature algorithm of SHA-256 or better. Enabling this allows certificates with SHA-1 signatures.
    certificates List<Property Map>
    List of certificate objects in the version, with each element corresponding to one root or intermediate certificate.
    createdBy String
    The user who created the CA set version.
    createdDate String
    When the CA set version was created.
    modifiedBy String
    The user who last modified the CA set version.
    modifiedDate String
    When the CA set version was last modified.
    productionStatus String
    The CA set version's status on the production network, either 'ACTIVE' or 'INACTIVE'.
    stagingStatus String
    The CA set version's status on the staging network, either 'ACTIVE' or 'INACTIVE'.
    version Number
    Version identifier on which to perform the desired operation.
    versionDescription String
    Any additional description you can provide while creating or updating the CA set version.

    GetMtlstruststoreCaSetVersionsVersionCertificate

    CertificatePem string
    The certificate in PEM format, as found in a Base64 ASCII encoded file.
    CreatedBy string
    The user who created this CA certificate.
    CreatedDate string
    When the CA certificate was created.
    Description string
    Description for the certificate.
    EndDate string
    The certificate's ISO 8601 formatted expiration date.
    Fingerprint string
    The fingerprint of the certificate.
    Issuer string
    The certificate's issuer.
    SerialNumber string
    The unique serial number of the certificate.
    SignatureAlgorithm string
    The signature algorithm of the CA certificate.
    StartDate string
    The start date of the certificate.
    Subject string
    The certificate's subject field.
    CertificatePem string
    The certificate in PEM format, as found in a Base64 ASCII encoded file.
    CreatedBy string
    The user who created this CA certificate.
    CreatedDate string
    When the CA certificate was created.
    Description string
    Description for the certificate.
    EndDate string
    The certificate's ISO 8601 formatted expiration date.
    Fingerprint string
    The fingerprint of the certificate.
    Issuer string
    The certificate's issuer.
    SerialNumber string
    The unique serial number of the certificate.
    SignatureAlgorithm string
    The signature algorithm of the CA certificate.
    StartDate string
    The start date of the certificate.
    Subject string
    The certificate's subject field.
    certificatePem String
    The certificate in PEM format, as found in a Base64 ASCII encoded file.
    createdBy String
    The user who created this CA certificate.
    createdDate String
    When the CA certificate was created.
    description String
    Description for the certificate.
    endDate String
    The certificate's ISO 8601 formatted expiration date.
    fingerprint String
    The fingerprint of the certificate.
    issuer String
    The certificate's issuer.
    serialNumber String
    The unique serial number of the certificate.
    signatureAlgorithm String
    The signature algorithm of the CA certificate.
    startDate String
    The start date of the certificate.
    subject String
    The certificate's subject field.
    certificatePem string
    The certificate in PEM format, as found in a Base64 ASCII encoded file.
    createdBy string
    The user who created this CA certificate.
    createdDate string
    When the CA certificate was created.
    description string
    Description for the certificate.
    endDate string
    The certificate's ISO 8601 formatted expiration date.
    fingerprint string
    The fingerprint of the certificate.
    issuer string
    The certificate's issuer.
    serialNumber string
    The unique serial number of the certificate.
    signatureAlgorithm string
    The signature algorithm of the CA certificate.
    startDate 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
    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.
    certificatePem String
    The certificate in PEM format, as found in a Base64 ASCII encoded file.
    createdBy String
    The user who created this CA certificate.
    createdDate String
    When the CA certificate was created.
    description String
    Description for the certificate.
    endDate String
    The certificate's ISO 8601 formatted expiration date.
    fingerprint String
    The fingerprint of the certificate.
    issuer String
    The certificate's issuer.
    serialNumber String
    The unique serial number of the certificate.
    signatureAlgorithm String
    The signature algorithm of the CA certificate.
    startDate 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 akamai Terraform Provider.
    akamai logo
    Akamai v10.1.0 published on Thursday, Nov 6, 2025 by Pulumi
      Meet Neo: Your AI Platform Teammate