1. Registry
  2. Packages
  3. Volcenginecc Provider
  4. API Docs
  5. certificateservice
  6. getChildCertInstance
Viewing docs for volcenginecc v0.0.60
published on Thursday, Sep 3, 2026 by Volcengine
volcenginecc logo
Viewing docs for volcenginecc v0.0.60
published on Thursday, Sep 3, 2026 by Volcengine

    Data Source schema for Volcengine::CertificateService::ChildCertInstance

    Using getChildCertInstance

    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 getChildCertInstance(args: GetChildCertInstanceArgs, opts?: InvokeOptions): Promise<GetChildCertInstanceResult>
    function getChildCertInstanceOutput(args: GetChildCertInstanceOutputArgs, opts?: InvokeOutputOptions): Output<GetChildCertInstanceResult>
    def get_child_cert_instance(id: Optional[str] = None,
                                opts: Optional[InvokeOptions] = None) -> GetChildCertInstanceResult
    def get_child_cert_instance_output(id: pulumi.Input[Optional[str]] = None,
                                opts: Optional[InvokeOutputOptions] = None) -> Output[GetChildCertInstanceResult]
    func LookupChildCertInstance(ctx *Context, args *LookupChildCertInstanceArgs, opts ...InvokeOption) (*LookupChildCertInstanceResult, error)
    func LookupChildCertInstanceOutput(ctx *Context, args *LookupChildCertInstanceOutputArgs, opts ...InvokeOption) LookupChildCertInstanceResultOutput

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

    public static class GetChildCertInstance 
    {
        public static Task<GetChildCertInstanceResult> InvokeAsync(GetChildCertInstanceArgs args, InvokeOptions? opts = null)
        public static Output<GetChildCertInstanceResult> Invoke(GetChildCertInstanceInvokeArgs args, InvokeOptions? opts = null)
        public static Output<GetChildCertInstanceResult> Invoke(GetChildCertInstanceInvokeArgs args, InvokeOutputOptions opts)
    }
    public static CompletableFuture<GetChildCertInstanceResult> getChildCertInstance(GetChildCertInstanceArgs args, InvokeOptions options)
    public static Output<GetChildCertInstanceResult> getChildCertInstance(GetChildCertInstanceArgs args, InvokeOptions options)
    public static Output<GetChildCertInstanceResult> getChildCertInstance(GetChildCertInstanceArgs args, InvokeOutputOptions options)
    
    fn::invoke:
      function: volcenginecc:certificateservice/getChildCertInstance:getChildCertInstance
      arguments:
        # arguments dictionary
    data "volcenginecc_certificateservice_get_child_cert_instance" "name" {
        # arguments
    }

    The following arguments are supported:

    Id string
    Uniquely identifies the resource.
    Id string
    Uniquely identifies the resource.
    id string
    Uniquely identifies the resource.
    id String
    Uniquely identifies the resource.
    id string
    Uniquely identifies the resource.
    id str
    Uniquely identifies the resource.
    id String
    Uniquely identifies the resource.

    getChildCertInstance Result

    The following output properties are available:

    AccountId string
    Account ID
    CertificateDetail Volcengine.GetChildCertInstanceCertificateDetail
    Certificate details
    CertificateDomainType string
    Domain type of the certificate. Valid values: Single (single domain), Wildcard (wildcard domain), Multi (multi-domain)
    CommonName string
    Common name (CN) of the certificate
    CreatedTime string
    Creation time of the certificate instance
    Csr string
    Your self-generated CSR (Certificate Signing Request)
    EncryptionCertificateDetail Volcengine.GetChildCertInstanceEncryptionCertificateDetail
    Applicable only to SM certificates; indicates details of the SM certificate
    Id string
    Uniquely identifies the resource.
    ImportCertificateInfo Volcengine.GetChildCertInstanceImportCertificateInfo
    Details of the SSL certificate (non-SM certificate) to be uploaded
    ImportGmCertificateInfo Volcengine.GetChildCertInstanceImportGmCertificateInfo
    Details of the SSL certificate (SM certificate) to be uploaded
    InstanceId string
    Certificate instance ID
    InstanceLevel string
    Certificate type. Valid values: dv (domain validation), ov (organization validation), ev (extended validation)
    InstanceType string
    Certificate instance type. Options: Free, Test (paid), Paid (formal certificate [paid]), Imported (uploaded certificate)
    IsCertificateRevoked bool
    Whether the certificate has been revoked
    IsCertificateSm bool
    Whether the certificate is an SM certificate
    Issuer string
    Common name (CN) of the certificate issuer
    KeyAlg string
    Set the key algorithm used by the certificate. Options: rsa (non-SM certificate only), ecc (non-SM certificate only), SM2 (SM certificate only)
    NoVerifyAndFixChain bool
    Ignore certificate integrity check. Default: false
    NotAfter string
    End time of certificate validity period
    NotBefore string
    Start time of certificate validity period
    Options Volcengine.GetChildCertInstanceOptions
    Operation options
    OrderBrand string
    Certificate brand
    OrderOrganizationId string
    ID of the information template associated with the certificate order
    OrderPeriod int
    Duration of certificate service (unit: month)
    OrderPlan string
    Certificate specification
    OrganizationId string
    Specify the information template ID for certificate application. Required when purchasing a certificate
    Plan string
    Specify the specifications for the SSL certificate you wish to order. Required when purchasing a certificate
    PrivateKey string
    Private key corresponding to the CSR
    ProjectName string
    Name of the project to which the certificate instance belongs
    Repeatable bool
    Allow uploading the same certificate. Default: false
    Sans List<string>
    Subject Alternative Name (SAN) of the certificate. Subject Alternative Name includes all domains protected by the certificate
    SourceId string
    For certificates obtained through renewal, indicates the ID of the previous certificate instance that was renewed
    Status string
    Certificate instance status. Options: NotSubmitted, Pending, Issued, Cancelling, Canceled, Revoking, Revoked, Failed, Unknown
    Tag string
    Remarks for the certificate instance
    Tags List<Volcengine.GetChildCertInstanceTag>
    Resource tag list bound to the certificate instance
    ValidationType string
    Set the domain ownership verification method. Valid values: dnscname, dnstxt, https, http. Required when purchasing a certificate
    AccountId string
    Account ID
    CertificateDetail GetChildCertInstanceCertificateDetail
    Certificate details
    CertificateDomainType string
    Domain type of the certificate. Valid values: Single (single domain), Wildcard (wildcard domain), Multi (multi-domain)
    CommonName string
    Common name (CN) of the certificate
    CreatedTime string
    Creation time of the certificate instance
    Csr string
    Your self-generated CSR (Certificate Signing Request)
    EncryptionCertificateDetail GetChildCertInstanceEncryptionCertificateDetail
    Applicable only to SM certificates; indicates details of the SM certificate
    Id string
    Uniquely identifies the resource.
    ImportCertificateInfo GetChildCertInstanceImportCertificateInfo
    Details of the SSL certificate (non-SM certificate) to be uploaded
    ImportGmCertificateInfo GetChildCertInstanceImportGmCertificateInfo
    Details of the SSL certificate (SM certificate) to be uploaded
    InstanceId string
    Certificate instance ID
    InstanceLevel string
    Certificate type. Valid values: dv (domain validation), ov (organization validation), ev (extended validation)
    InstanceType string
    Certificate instance type. Options: Free, Test (paid), Paid (formal certificate [paid]), Imported (uploaded certificate)
    IsCertificateRevoked bool
    Whether the certificate has been revoked
    IsCertificateSm bool
    Whether the certificate is an SM certificate
    Issuer string
    Common name (CN) of the certificate issuer
    KeyAlg string
    Set the key algorithm used by the certificate. Options: rsa (non-SM certificate only), ecc (non-SM certificate only), SM2 (SM certificate only)
    NoVerifyAndFixChain bool
    Ignore certificate integrity check. Default: false
    NotAfter string
    End time of certificate validity period
    NotBefore string
    Start time of certificate validity period
    Options GetChildCertInstanceOptions
    Operation options
    OrderBrand string
    Certificate brand
    OrderOrganizationId string
    ID of the information template associated with the certificate order
    OrderPeriod int
    Duration of certificate service (unit: month)
    OrderPlan string
    Certificate specification
    OrganizationId string
    Specify the information template ID for certificate application. Required when purchasing a certificate
    Plan string
    Specify the specifications for the SSL certificate you wish to order. Required when purchasing a certificate
    PrivateKey string
    Private key corresponding to the CSR
    ProjectName string
    Name of the project to which the certificate instance belongs
    Repeatable bool
    Allow uploading the same certificate. Default: false
    Sans []string
    Subject Alternative Name (SAN) of the certificate. Subject Alternative Name includes all domains protected by the certificate
    SourceId string
    For certificates obtained through renewal, indicates the ID of the previous certificate instance that was renewed
    Status string
    Certificate instance status. Options: NotSubmitted, Pending, Issued, Cancelling, Canceled, Revoking, Revoked, Failed, Unknown
    Tag string
    Remarks for the certificate instance
    Tags []GetChildCertInstanceTag
    Resource tag list bound to the certificate instance
    ValidationType string
    Set the domain ownership verification method. Valid values: dnscname, dnstxt, https, http. Required when purchasing a certificate
    account_id string
    Account ID
    certificate_detail object
    Certificate details
    certificate_domain_type string
    Domain type of the certificate. Valid values: Single (single domain), Wildcard (wildcard domain), Multi (multi-domain)
    common_name string
    Common name (CN) of the certificate
    created_time string
    Creation time of the certificate instance
    csr string
    Your self-generated CSR (Certificate Signing Request)
    encryption_certificate_detail object
    Applicable only to SM certificates; indicates details of the SM certificate
    id string
    Uniquely identifies the resource.
    import_certificate_info object
    Details of the SSL certificate (non-SM certificate) to be uploaded
    import_gm_certificate_info object
    Details of the SSL certificate (SM certificate) to be uploaded
    instance_id string
    Certificate instance ID
    instance_level string
    Certificate type. Valid values: dv (domain validation), ov (organization validation), ev (extended validation)
    instance_type string
    Certificate instance type. Options: Free, Test (paid), Paid (formal certificate [paid]), Imported (uploaded certificate)
    is_certificate_revoked bool
    Whether the certificate has been revoked
    is_certificate_sm bool
    Whether the certificate is an SM certificate
    issuer string
    Common name (CN) of the certificate issuer
    key_alg string
    Set the key algorithm used by the certificate. Options: rsa (non-SM certificate only), ecc (non-SM certificate only), SM2 (SM certificate only)
    no_verify_and_fix_chain bool
    Ignore certificate integrity check. Default: false
    not_after string
    End time of certificate validity period
    not_before string
    Start time of certificate validity period
    options object
    Operation options
    order_brand string
    Certificate brand
    order_organization_id string
    ID of the information template associated with the certificate order
    order_period number
    Duration of certificate service (unit: month)
    order_plan string
    Certificate specification
    organization_id string
    Specify the information template ID for certificate application. Required when purchasing a certificate
    plan string
    Specify the specifications for the SSL certificate you wish to order. Required when purchasing a certificate
    private_key string
    Private key corresponding to the CSR
    project_name string
    Name of the project to which the certificate instance belongs
    repeatable bool
    Allow uploading the same certificate. Default: false
    sans list(string)
    Subject Alternative Name (SAN) of the certificate. Subject Alternative Name includes all domains protected by the certificate
    source_id string
    For certificates obtained through renewal, indicates the ID of the previous certificate instance that was renewed
    status string
    Certificate instance status. Options: NotSubmitted, Pending, Issued, Cancelling, Canceled, Revoking, Revoked, Failed, Unknown
    tag string
    Remarks for the certificate instance
    tags list(object)
    Resource tag list bound to the certificate instance
    validation_type string
    Set the domain ownership verification method. Valid values: dnscname, dnstxt, https, http. Required when purchasing a certificate
    accountId String
    Account ID
    certificateDetail GetChildCertInstanceCertificateDetail
    Certificate details
    certificateDomainType String
    Domain type of the certificate. Valid values: Single (single domain), Wildcard (wildcard domain), Multi (multi-domain)
    commonName String
    Common name (CN) of the certificate
    createdTime String
    Creation time of the certificate instance
    csr String
    Your self-generated CSR (Certificate Signing Request)
    encryptionCertificateDetail GetChildCertInstanceEncryptionCertificateDetail
    Applicable only to SM certificates; indicates details of the SM certificate
    id String
    Uniquely identifies the resource.
    importCertificateInfo GetChildCertInstanceImportCertificateInfo
    Details of the SSL certificate (non-SM certificate) to be uploaded
    importGmCertificateInfo GetChildCertInstanceImportGmCertificateInfo
    Details of the SSL certificate (SM certificate) to be uploaded
    instanceId String
    Certificate instance ID
    instanceLevel String
    Certificate type. Valid values: dv (domain validation), ov (organization validation), ev (extended validation)
    instanceType String
    Certificate instance type. Options: Free, Test (paid), Paid (formal certificate [paid]), Imported (uploaded certificate)
    isCertificateRevoked Boolean
    Whether the certificate has been revoked
    isCertificateSm Boolean
    Whether the certificate is an SM certificate
    issuer String
    Common name (CN) of the certificate issuer
    keyAlg String
    Set the key algorithm used by the certificate. Options: rsa (non-SM certificate only), ecc (non-SM certificate only), SM2 (SM certificate only)
    noVerifyAndFixChain Boolean
    Ignore certificate integrity check. Default: false
    notAfter String
    End time of certificate validity period
    notBefore String
    Start time of certificate validity period
    options GetChildCertInstanceOptions
    Operation options
    orderBrand String
    Certificate brand
    orderOrganizationId String
    ID of the information template associated with the certificate order
    orderPeriod Integer
    Duration of certificate service (unit: month)
    orderPlan String
    Certificate specification
    organizationId String
    Specify the information template ID for certificate application. Required when purchasing a certificate
    plan String
    Specify the specifications for the SSL certificate you wish to order. Required when purchasing a certificate
    privateKey String
    Private key corresponding to the CSR
    projectName String
    Name of the project to which the certificate instance belongs
    repeatable Boolean
    Allow uploading the same certificate. Default: false
    sans List<String>
    Subject Alternative Name (SAN) of the certificate. Subject Alternative Name includes all domains protected by the certificate
    sourceId String
    For certificates obtained through renewal, indicates the ID of the previous certificate instance that was renewed
    status String
    Certificate instance status. Options: NotSubmitted, Pending, Issued, Cancelling, Canceled, Revoking, Revoked, Failed, Unknown
    tag String
    Remarks for the certificate instance
    tags List<GetChildCertInstanceTag>
    Resource tag list bound to the certificate instance
    validationType String
    Set the domain ownership verification method. Valid values: dnscname, dnstxt, https, http. Required when purchasing a certificate
    accountId string
    Account ID
    certificateDetail GetChildCertInstanceCertificateDetail
    Certificate details
    certificateDomainType string
    Domain type of the certificate. Valid values: Single (single domain), Wildcard (wildcard domain), Multi (multi-domain)
    commonName string
    Common name (CN) of the certificate
    createdTime string
    Creation time of the certificate instance
    csr string
    Your self-generated CSR (Certificate Signing Request)
    encryptionCertificateDetail GetChildCertInstanceEncryptionCertificateDetail
    Applicable only to SM certificates; indicates details of the SM certificate
    id string
    Uniquely identifies the resource.
    importCertificateInfo GetChildCertInstanceImportCertificateInfo
    Details of the SSL certificate (non-SM certificate) to be uploaded
    importGmCertificateInfo GetChildCertInstanceImportGmCertificateInfo
    Details of the SSL certificate (SM certificate) to be uploaded
    instanceId string
    Certificate instance ID
    instanceLevel string
    Certificate type. Valid values: dv (domain validation), ov (organization validation), ev (extended validation)
    instanceType string
    Certificate instance type. Options: Free, Test (paid), Paid (formal certificate [paid]), Imported (uploaded certificate)
    isCertificateRevoked boolean
    Whether the certificate has been revoked
    isCertificateSm boolean
    Whether the certificate is an SM certificate
    issuer string
    Common name (CN) of the certificate issuer
    keyAlg string
    Set the key algorithm used by the certificate. Options: rsa (non-SM certificate only), ecc (non-SM certificate only), SM2 (SM certificate only)
    noVerifyAndFixChain boolean
    Ignore certificate integrity check. Default: false
    notAfter string
    End time of certificate validity period
    notBefore string
    Start time of certificate validity period
    options GetChildCertInstanceOptions
    Operation options
    orderBrand string
    Certificate brand
    orderOrganizationId string
    ID of the information template associated with the certificate order
    orderPeriod number
    Duration of certificate service (unit: month)
    orderPlan string
    Certificate specification
    organizationId string
    Specify the information template ID for certificate application. Required when purchasing a certificate
    plan string
    Specify the specifications for the SSL certificate you wish to order. Required when purchasing a certificate
    privateKey string
    Private key corresponding to the CSR
    projectName string
    Name of the project to which the certificate instance belongs
    repeatable boolean
    Allow uploading the same certificate. Default: false
    sans string[]
    Subject Alternative Name (SAN) of the certificate. Subject Alternative Name includes all domains protected by the certificate
    sourceId string
    For certificates obtained through renewal, indicates the ID of the previous certificate instance that was renewed
    status string
    Certificate instance status. Options: NotSubmitted, Pending, Issued, Cancelling, Canceled, Revoking, Revoked, Failed, Unknown
    tag string
    Remarks for the certificate instance
    tags GetChildCertInstanceTag[]
    Resource tag list bound to the certificate instance
    validationType string
    Set the domain ownership verification method. Valid values: dnscname, dnstxt, https, http. Required when purchasing a certificate
    account_id str
    Account ID
    certificate_detail GetChildCertInstanceCertificateDetail
    Certificate details
    certificate_domain_type str
    Domain type of the certificate. Valid values: Single (single domain), Wildcard (wildcard domain), Multi (multi-domain)
    common_name str
    Common name (CN) of the certificate
    created_time str
    Creation time of the certificate instance
    csr str
    Your self-generated CSR (Certificate Signing Request)
    encryption_certificate_detail GetChildCertInstanceEncryptionCertificateDetail
    Applicable only to SM certificates; indicates details of the SM certificate
    id str
    Uniquely identifies the resource.
    import_certificate_info GetChildCertInstanceImportCertificateInfo
    Details of the SSL certificate (non-SM certificate) to be uploaded
    import_gm_certificate_info GetChildCertInstanceImportGmCertificateInfo
    Details of the SSL certificate (SM certificate) to be uploaded
    instance_id str
    Certificate instance ID
    instance_level str
    Certificate type. Valid values: dv (domain validation), ov (organization validation), ev (extended validation)
    instance_type str
    Certificate instance type. Options: Free, Test (paid), Paid (formal certificate [paid]), Imported (uploaded certificate)
    is_certificate_revoked bool
    Whether the certificate has been revoked
    is_certificate_sm bool
    Whether the certificate is an SM certificate
    issuer str
    Common name (CN) of the certificate issuer
    key_alg str
    Set the key algorithm used by the certificate. Options: rsa (non-SM certificate only), ecc (non-SM certificate only), SM2 (SM certificate only)
    no_verify_and_fix_chain bool
    Ignore certificate integrity check. Default: false
    not_after str
    End time of certificate validity period
    not_before str
    Start time of certificate validity period
    options GetChildCertInstanceOptions
    Operation options
    order_brand str
    Certificate brand
    order_organization_id str
    ID of the information template associated with the certificate order
    order_period int
    Duration of certificate service (unit: month)
    order_plan str
    Certificate specification
    organization_id str
    Specify the information template ID for certificate application. Required when purchasing a certificate
    plan str
    Specify the specifications for the SSL certificate you wish to order. Required when purchasing a certificate
    private_key str
    Private key corresponding to the CSR
    project_name str
    Name of the project to which the certificate instance belongs
    repeatable bool
    Allow uploading the same certificate. Default: false
    sans Sequence[str]
    Subject Alternative Name (SAN) of the certificate. Subject Alternative Name includes all domains protected by the certificate
    source_id str
    For certificates obtained through renewal, indicates the ID of the previous certificate instance that was renewed
    status str
    Certificate instance status. Options: NotSubmitted, Pending, Issued, Cancelling, Canceled, Revoking, Revoked, Failed, Unknown
    tag str
    Remarks for the certificate instance
    tags Sequence[GetChildCertInstanceTag]
    Resource tag list bound to the certificate instance
    validation_type str
    Set the domain ownership verification method. Valid values: dnscname, dnstxt, https, http. Required when purchasing a certificate
    accountId String
    Account ID
    certificateDetail Property Map
    Certificate details
    certificateDomainType String
    Domain type of the certificate. Valid values: Single (single domain), Wildcard (wildcard domain), Multi (multi-domain)
    commonName String
    Common name (CN) of the certificate
    createdTime String
    Creation time of the certificate instance
    csr String
    Your self-generated CSR (Certificate Signing Request)
    encryptionCertificateDetail Property Map
    Applicable only to SM certificates; indicates details of the SM certificate
    id String
    Uniquely identifies the resource.
    importCertificateInfo Property Map
    Details of the SSL certificate (non-SM certificate) to be uploaded
    importGmCertificateInfo Property Map
    Details of the SSL certificate (SM certificate) to be uploaded
    instanceId String
    Certificate instance ID
    instanceLevel String
    Certificate type. Valid values: dv (domain validation), ov (organization validation), ev (extended validation)
    instanceType String
    Certificate instance type. Options: Free, Test (paid), Paid (formal certificate [paid]), Imported (uploaded certificate)
    isCertificateRevoked Boolean
    Whether the certificate has been revoked
    isCertificateSm Boolean
    Whether the certificate is an SM certificate
    issuer String
    Common name (CN) of the certificate issuer
    keyAlg String
    Set the key algorithm used by the certificate. Options: rsa (non-SM certificate only), ecc (non-SM certificate only), SM2 (SM certificate only)
    noVerifyAndFixChain Boolean
    Ignore certificate integrity check. Default: false
    notAfter String
    End time of certificate validity period
    notBefore String
    Start time of certificate validity period
    options Property Map
    Operation options
    orderBrand String
    Certificate brand
    orderOrganizationId String
    ID of the information template associated with the certificate order
    orderPeriod Number
    Duration of certificate service (unit: month)
    orderPlan String
    Certificate specification
    organizationId String
    Specify the information template ID for certificate application. Required when purchasing a certificate
    plan String
    Specify the specifications for the SSL certificate you wish to order. Required when purchasing a certificate
    privateKey String
    Private key corresponding to the CSR
    projectName String
    Name of the project to which the certificate instance belongs
    repeatable Boolean
    Allow uploading the same certificate. Default: false
    sans List<String>
    Subject Alternative Name (SAN) of the certificate. Subject Alternative Name includes all domains protected by the certificate
    sourceId String
    For certificates obtained through renewal, indicates the ID of the previous certificate instance that was renewed
    status String
    Certificate instance status. Options: NotSubmitted, Pending, Issued, Cancelling, Canceled, Revoking, Revoked, Failed, Unknown
    tag String
    Remarks for the certificate instance
    tags List<Property Map>
    Resource tag list bound to the certificate instance
    validationType String
    Set the domain ownership verification method. Valid values: dnscname, dnstxt, https, http. Required when purchasing a certificate

    Supporting Types

    GetChildCertInstanceCertificateDetail

    Chains List<string>
    Certificate chain (PEM format). The certificate chain consists of the leaf certificate, intermediate certificate, and root certificate
    FingerPrintSha1 string
    SHA-1 fingerprint
    FingerPrintSha256 string
    SHA-256 fingerprint
    Issuer Volcengine.GetChildCertInstanceCertificateDetailIssuer
    Issuer information of the certificate
    KeyAlgorithm string
    Key algorithm
    PrivateKey string
    Private key
    SerialNumber string
    Serial number
    SignatureAlgorithm string
    Signature algorithm
    Subject Volcengine.GetChildCertInstanceCertificateDetailSubject
    Certificate subject information
    Chains []string
    Certificate chain (PEM format). The certificate chain consists of the leaf certificate, intermediate certificate, and root certificate
    FingerPrintSha1 string
    SHA-1 fingerprint
    FingerPrintSha256 string
    SHA-256 fingerprint
    Issuer GetChildCertInstanceCertificateDetailIssuer
    Issuer information of the certificate
    KeyAlgorithm string
    Key algorithm
    PrivateKey string
    Private key
    SerialNumber string
    Serial number
    SignatureAlgorithm string
    Signature algorithm
    Subject GetChildCertInstanceCertificateDetailSubject
    Certificate subject information
    chains list(string)
    Certificate chain (PEM format). The certificate chain consists of the leaf certificate, intermediate certificate, and root certificate
    finger_print_sha1 string
    SHA-1 fingerprint
    finger_print_sha256 string
    SHA-256 fingerprint
    issuer object
    Issuer information of the certificate
    key_algorithm string
    Key algorithm
    private_key string
    Private key
    serial_number string
    Serial number
    signature_algorithm string
    Signature algorithm
    subject object
    Certificate subject information
    chains List<String>
    Certificate chain (PEM format). The certificate chain consists of the leaf certificate, intermediate certificate, and root certificate
    fingerPrintSha1 String
    SHA-1 fingerprint
    fingerPrintSha256 String
    SHA-256 fingerprint
    issuer GetChildCertInstanceCertificateDetailIssuer
    Issuer information of the certificate
    keyAlgorithm String
    Key algorithm
    privateKey String
    Private key
    serialNumber String
    Serial number
    signatureAlgorithm String
    Signature algorithm
    subject GetChildCertInstanceCertificateDetailSubject
    Certificate subject information
    chains string[]
    Certificate chain (PEM format). The certificate chain consists of the leaf certificate, intermediate certificate, and root certificate
    fingerPrintSha1 string
    SHA-1 fingerprint
    fingerPrintSha256 string
    SHA-256 fingerprint
    issuer GetChildCertInstanceCertificateDetailIssuer
    Issuer information of the certificate
    keyAlgorithm string
    Key algorithm
    privateKey string
    Private key
    serialNumber string
    Serial number
    signatureAlgorithm string
    Signature algorithm
    subject GetChildCertInstanceCertificateDetailSubject
    Certificate subject information
    chains Sequence[str]
    Certificate chain (PEM format). The certificate chain consists of the leaf certificate, intermediate certificate, and root certificate
    finger_print_sha1 str
    SHA-1 fingerprint
    finger_print_sha256 str
    SHA-256 fingerprint
    issuer GetChildCertInstanceCertificateDetailIssuer
    Issuer information of the certificate
    key_algorithm str
    Key algorithm
    private_key str
    Private key
    serial_number str
    Serial number
    signature_algorithm str
    Signature algorithm
    subject GetChildCertInstanceCertificateDetailSubject
    Certificate subject information
    chains List<String>
    Certificate chain (PEM format). The certificate chain consists of the leaf certificate, intermediate certificate, and root certificate
    fingerPrintSha1 String
    SHA-1 fingerprint
    fingerPrintSha256 String
    SHA-256 fingerprint
    issuer Property Map
    Issuer information of the certificate
    keyAlgorithm String
    Key algorithm
    privateKey String
    Private key
    serialNumber String
    Serial number
    signatureAlgorithm String
    Signature algorithm
    subject Property Map
    Certificate subject information

    GetChildCertInstanceCertificateDetailIssuer

    Address string
    Address (Street)
    CommonName string
    Common name (CN)
    Country string
    Country (C)
    Locality string
    City (L)
    Organization string
    Organization name (O)
    OrganizationUnit string
    Department (OU)
    PostalCode string
    Postal code (PostalCode)
    Province string
    Province or state (ST)
    Address string
    Address (Street)
    CommonName string
    Common name (CN)
    Country string
    Country (C)
    Locality string
    City (L)
    Organization string
    Organization name (O)
    OrganizationUnit string
    Department (OU)
    PostalCode string
    Postal code (PostalCode)
    Province string
    Province or state (ST)
    address string
    Address (Street)
    common_name string
    Common name (CN)
    country string
    Country (C)
    locality string
    City (L)
    organization string
    Organization name (O)
    organization_unit string
    Department (OU)
    postal_code string
    Postal code (PostalCode)
    province string
    Province or state (ST)
    address String
    Address (Street)
    commonName String
    Common name (CN)
    country String
    Country (C)
    locality String
    City (L)
    organization String
    Organization name (O)
    organizationUnit String
    Department (OU)
    postalCode String
    Postal code (PostalCode)
    province String
    Province or state (ST)
    address string
    Address (Street)
    commonName string
    Common name (CN)
    country string
    Country (C)
    locality string
    City (L)
    organization string
    Organization name (O)
    organizationUnit string
    Department (OU)
    postalCode string
    Postal code (PostalCode)
    province string
    Province or state (ST)
    address str
    Address (Street)
    common_name str
    Common name (CN)
    country str
    Country (C)
    locality str
    City (L)
    organization str
    Organization name (O)
    organization_unit str
    Department (OU)
    postal_code str
    Postal code (PostalCode)
    province str
    Province or state (ST)
    address String
    Address (Street)
    commonName String
    Common name (CN)
    country String
    Country (C)
    locality String
    City (L)
    organization String
    Organization name (O)
    organizationUnit String
    Department (OU)
    postalCode String
    Postal code (PostalCode)
    province String
    Province or state (ST)

    GetChildCertInstanceCertificateDetailSubject

    Address string
    Address (Street)
    CommonName string
    Common name (CN)
    Country string
    Country (C)
    Locality string
    City (L)
    Organization string
    Organization name (O)
    OrganizationUnit string
    Department (OU)
    PostalCode string
    Postal code (PostalCode)
    Province string
    Province or state (ST)
    Address string
    Address (Street)
    CommonName string
    Common name (CN)
    Country string
    Country (C)
    Locality string
    City (L)
    Organization string
    Organization name (O)
    OrganizationUnit string
    Department (OU)
    PostalCode string
    Postal code (PostalCode)
    Province string
    Province or state (ST)
    address string
    Address (Street)
    common_name string
    Common name (CN)
    country string
    Country (C)
    locality string
    City (L)
    organization string
    Organization name (O)
    organization_unit string
    Department (OU)
    postal_code string
    Postal code (PostalCode)
    province string
    Province or state (ST)
    address String
    Address (Street)
    commonName String
    Common name (CN)
    country String
    Country (C)
    locality String
    City (L)
    organization String
    Organization name (O)
    organizationUnit String
    Department (OU)
    postalCode String
    Postal code (PostalCode)
    province String
    Province or state (ST)
    address string
    Address (Street)
    commonName string
    Common name (CN)
    country string
    Country (C)
    locality string
    City (L)
    organization string
    Organization name (O)
    organizationUnit string
    Department (OU)
    postalCode string
    Postal code (PostalCode)
    province string
    Province or state (ST)
    address str
    Address (Street)
    common_name str
    Common name (CN)
    country str
    Country (C)
    locality str
    City (L)
    organization str
    Organization name (O)
    organization_unit str
    Department (OU)
    postal_code str
    Postal code (PostalCode)
    province str
    Province or state (ST)
    address String
    Address (Street)
    commonName String
    Common name (CN)
    country String
    Country (C)
    locality String
    City (L)
    organization String
    Organization name (O)
    organizationUnit String
    Department (OU)
    postalCode String
    Postal code (PostalCode)
    province String
    Province or state (ST)

    GetChildCertInstanceEncryptionCertificateDetail

    Chains List<string>
    Certificate chain (PEM format). The certificate chain consists of the leaf certificate, intermediate certificate, and root certificate
    FingerPrintSha1 string
    SHA-1 fingerprint
    FingerPrintSha256 string
    SHA-256 fingerprint
    Issuer Volcengine.GetChildCertInstanceEncryptionCertificateDetailIssuer
    Issuer information of the certificate
    KeyAlgorithm string
    Key algorithm
    PrivateKey string
    Private key
    SerialNumber string
    Serial number
    SignatureAlgorithm string
    Signature algorithm
    Subject Volcengine.GetChildCertInstanceEncryptionCertificateDetailSubject
    Certificate subject information
    Chains []string
    Certificate chain (PEM format). The certificate chain consists of the leaf certificate, intermediate certificate, and root certificate
    FingerPrintSha1 string
    SHA-1 fingerprint
    FingerPrintSha256 string
    SHA-256 fingerprint
    Issuer GetChildCertInstanceEncryptionCertificateDetailIssuer
    Issuer information of the certificate
    KeyAlgorithm string
    Key algorithm
    PrivateKey string
    Private key
    SerialNumber string
    Serial number
    SignatureAlgorithm string
    Signature algorithm
    Subject GetChildCertInstanceEncryptionCertificateDetailSubject
    Certificate subject information
    chains list(string)
    Certificate chain (PEM format). The certificate chain consists of the leaf certificate, intermediate certificate, and root certificate
    finger_print_sha1 string
    SHA-1 fingerprint
    finger_print_sha256 string
    SHA-256 fingerprint
    issuer object
    Issuer information of the certificate
    key_algorithm string
    Key algorithm
    private_key string
    Private key
    serial_number string
    Serial number
    signature_algorithm string
    Signature algorithm
    subject object
    Certificate subject information
    chains List<String>
    Certificate chain (PEM format). The certificate chain consists of the leaf certificate, intermediate certificate, and root certificate
    fingerPrintSha1 String
    SHA-1 fingerprint
    fingerPrintSha256 String
    SHA-256 fingerprint
    issuer GetChildCertInstanceEncryptionCertificateDetailIssuer
    Issuer information of the certificate
    keyAlgorithm String
    Key algorithm
    privateKey String
    Private key
    serialNumber String
    Serial number
    signatureAlgorithm String
    Signature algorithm
    subject GetChildCertInstanceEncryptionCertificateDetailSubject
    Certificate subject information
    chains string[]
    Certificate chain (PEM format). The certificate chain consists of the leaf certificate, intermediate certificate, and root certificate
    fingerPrintSha1 string
    SHA-1 fingerprint
    fingerPrintSha256 string
    SHA-256 fingerprint
    issuer GetChildCertInstanceEncryptionCertificateDetailIssuer
    Issuer information of the certificate
    keyAlgorithm string
    Key algorithm
    privateKey string
    Private key
    serialNumber string
    Serial number
    signatureAlgorithm string
    Signature algorithm
    subject GetChildCertInstanceEncryptionCertificateDetailSubject
    Certificate subject information
    chains Sequence[str]
    Certificate chain (PEM format). The certificate chain consists of the leaf certificate, intermediate certificate, and root certificate
    finger_print_sha1 str
    SHA-1 fingerprint
    finger_print_sha256 str
    SHA-256 fingerprint
    issuer GetChildCertInstanceEncryptionCertificateDetailIssuer
    Issuer information of the certificate
    key_algorithm str
    Key algorithm
    private_key str
    Private key
    serial_number str
    Serial number
    signature_algorithm str
    Signature algorithm
    subject GetChildCertInstanceEncryptionCertificateDetailSubject
    Certificate subject information
    chains List<String>
    Certificate chain (PEM format). The certificate chain consists of the leaf certificate, intermediate certificate, and root certificate
    fingerPrintSha1 String
    SHA-1 fingerprint
    fingerPrintSha256 String
    SHA-256 fingerprint
    issuer Property Map
    Issuer information of the certificate
    keyAlgorithm String
    Key algorithm
    privateKey String
    Private key
    serialNumber String
    Serial number
    signatureAlgorithm String
    Signature algorithm
    subject Property Map
    Certificate subject information

    GetChildCertInstanceEncryptionCertificateDetailIssuer

    Address string
    Address (Street)
    CommonName string
    Common name (CN)
    Country string
    Country (C)
    Locality string
    City (L)
    Organization string
    Organization name (O)
    OrganizationUnit string
    Department (OU)
    PostalCode string
    Postal code (PostalCode)
    Province string
    Province or state (ST)
    Address string
    Address (Street)
    CommonName string
    Common name (CN)
    Country string
    Country (C)
    Locality string
    City (L)
    Organization string
    Organization name (O)
    OrganizationUnit string
    Department (OU)
    PostalCode string
    Postal code (PostalCode)
    Province string
    Province or state (ST)
    address string
    Address (Street)
    common_name string
    Common name (CN)
    country string
    Country (C)
    locality string
    City (L)
    organization string
    Organization name (O)
    organization_unit string
    Department (OU)
    postal_code string
    Postal code (PostalCode)
    province string
    Province or state (ST)
    address String
    Address (Street)
    commonName String
    Common name (CN)
    country String
    Country (C)
    locality String
    City (L)
    organization String
    Organization name (O)
    organizationUnit String
    Department (OU)
    postalCode String
    Postal code (PostalCode)
    province String
    Province or state (ST)
    address string
    Address (Street)
    commonName string
    Common name (CN)
    country string
    Country (C)
    locality string
    City (L)
    organization string
    Organization name (O)
    organizationUnit string
    Department (OU)
    postalCode string
    Postal code (PostalCode)
    province string
    Province or state (ST)
    address str
    Address (Street)
    common_name str
    Common name (CN)
    country str
    Country (C)
    locality str
    City (L)
    organization str
    Organization name (O)
    organization_unit str
    Department (OU)
    postal_code str
    Postal code (PostalCode)
    province str
    Province or state (ST)
    address String
    Address (Street)
    commonName String
    Common name (CN)
    country String
    Country (C)
    locality String
    City (L)
    organization String
    Organization name (O)
    organizationUnit String
    Department (OU)
    postalCode String
    Postal code (PostalCode)
    province String
    Province or state (ST)

    GetChildCertInstanceEncryptionCertificateDetailSubject

    Address string
    Address (Street)
    CommonName string
    Common name (CN)
    Country string
    Country (C)
    Locality string
    City (L)
    Organization string
    Organization name (O)
    OrganizationUnit string
    Department (OU)
    PostalCode string
    Postal code (PostalCode)
    Province string
    Province or state (ST)
    Address string
    Address (Street)
    CommonName string
    Common name (CN)
    Country string
    Country (C)
    Locality string
    City (L)
    Organization string
    Organization name (O)
    OrganizationUnit string
    Department (OU)
    PostalCode string
    Postal code (PostalCode)
    Province string
    Province or state (ST)
    address string
    Address (Street)
    common_name string
    Common name (CN)
    country string
    Country (C)
    locality string
    City (L)
    organization string
    Organization name (O)
    organization_unit string
    Department (OU)
    postal_code string
    Postal code (PostalCode)
    province string
    Province or state (ST)
    address String
    Address (Street)
    commonName String
    Common name (CN)
    country String
    Country (C)
    locality String
    City (L)
    organization String
    Organization name (O)
    organizationUnit String
    Department (OU)
    postalCode String
    Postal code (PostalCode)
    province String
    Province or state (ST)
    address string
    Address (Street)
    commonName string
    Common name (CN)
    country string
    Country (C)
    locality string
    City (L)
    organization string
    Organization name (O)
    organizationUnit string
    Department (OU)
    postalCode string
    Postal code (PostalCode)
    province string
    Province or state (ST)
    address str
    Address (Street)
    common_name str
    Common name (CN)
    country str
    Country (C)
    locality str
    City (L)
    organization str
    Organization name (O)
    organization_unit str
    Department (OU)
    postal_code str
    Postal code (PostalCode)
    province str
    Province or state (ST)
    address String
    Address (Street)
    commonName String
    Common name (CN)
    country String
    Country (C)
    locality String
    City (L)
    organization String
    Organization name (O)
    organizationUnit String
    Department (OU)
    postalCode String
    Postal code (PostalCode)
    province String
    Province or state (ST)

    GetChildCertInstanceImportCertificateInfo

    CertificateChain string
    Content of the certificate (or certificate chain)
    PrivateKey string
    The content of the private key corresponding to the certificate
    CertificateChain string
    Content of the certificate (or certificate chain)
    PrivateKey string
    The content of the private key corresponding to the certificate
    certificate_chain string
    Content of the certificate (or certificate chain)
    private_key string
    The content of the private key corresponding to the certificate
    certificateChain String
    Content of the certificate (or certificate chain)
    privateKey String
    The content of the private key corresponding to the certificate
    certificateChain string
    Content of the certificate (or certificate chain)
    privateKey string
    The content of the private key corresponding to the certificate
    certificate_chain str
    Content of the certificate (or certificate chain)
    private_key str
    The content of the private key corresponding to the certificate
    certificateChain String
    Content of the certificate (or certificate chain)
    privateKey String
    The content of the private key corresponding to the certificate

    GetChildCertInstanceImportGmCertificateInfo

    EncryptCertificateChain string
    Content of the encrypted certificate (or certificate chain)
    EncryptPrivateKey string
    The content of the private key corresponding to the encrypted certificate
    SignCertificateChain string
    Content of the signed certificate (or certificate chain)
    SignPrivateKey string
    The content of the private key corresponding to the signature certificate
    EncryptCertificateChain string
    Content of the encrypted certificate (or certificate chain)
    EncryptPrivateKey string
    The content of the private key corresponding to the encrypted certificate
    SignCertificateChain string
    Content of the signed certificate (or certificate chain)
    SignPrivateKey string
    The content of the private key corresponding to the signature certificate
    encrypt_certificate_chain string
    Content of the encrypted certificate (or certificate chain)
    encrypt_private_key string
    The content of the private key corresponding to the encrypted certificate
    sign_certificate_chain string
    Content of the signed certificate (or certificate chain)
    sign_private_key string
    The content of the private key corresponding to the signature certificate
    encryptCertificateChain String
    Content of the encrypted certificate (or certificate chain)
    encryptPrivateKey String
    The content of the private key corresponding to the encrypted certificate
    signCertificateChain String
    Content of the signed certificate (or certificate chain)
    signPrivateKey String
    The content of the private key corresponding to the signature certificate
    encryptCertificateChain string
    Content of the encrypted certificate (or certificate chain)
    encryptPrivateKey string
    The content of the private key corresponding to the encrypted certificate
    signCertificateChain string
    Content of the signed certificate (or certificate chain)
    signPrivateKey string
    The content of the private key corresponding to the signature certificate
    encrypt_certificate_chain str
    Content of the encrypted certificate (or certificate chain)
    encrypt_private_key str
    The content of the private key corresponding to the encrypted certificate
    sign_certificate_chain str
    Content of the signed certificate (or certificate chain)
    sign_private_key str
    The content of the private key corresponding to the signature certificate
    encryptCertificateChain String
    Content of the encrypted certificate (or certificate chain)
    encryptPrivateKey String
    The content of the private key corresponding to the encrypted certificate
    signCertificateChain String
    Content of the signed certificate (or certificate chain)
    signPrivateKey String
    The content of the private key corresponding to the signature certificate

    GetChildCertInstanceOptions

    ExpiredNotice string
    Set the status of certificate expiration alerts. Options: Enabled, Disabled
    ExpiredNotice string
    Set the status of certificate expiration alerts. Options: Enabled, Disabled
    expired_notice string
    Set the status of certificate expiration alerts. Options: Enabled, Disabled
    expiredNotice String
    Set the status of certificate expiration alerts. Options: Enabled, Disabled
    expiredNotice string
    Set the status of certificate expiration alerts. Options: Enabled, Disabled
    expired_notice str
    Set the status of certificate expiration alerts. Options: Enabled, Disabled
    expiredNotice String
    Set the status of certificate expiration alerts. Options: Enabled, Disabled

    GetChildCertInstanceTag

    Key string
    Tag key
    Value string
    Tag value
    Key string
    Tag key
    Value string
    Tag value
    key string
    Tag key
    value string
    Tag value
    key String
    Tag key
    value String
    Tag value
    key string
    Tag key
    value string
    Tag value
    key str
    Tag key
    value str
    Tag value
    key String
    Tag key
    value String
    Tag value

    Package Details

    Repository
    volcenginecc volcengine/pulumi-volcenginecc
    License
    MPL-2.0
    Notes
    This Pulumi package is based on the volcenginecc Terraform Provider.
    volcenginecc logo
    Viewing docs for volcenginecc v0.0.60
    published on Thursday, Sep 3, 2026 by Volcengine

      Try Pulumi Cloud free.
      Your team will thank you.

      Start free trial