Skip to content

OrderProps

Properties for defining a Order.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-cas-order

Initializer

import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkcas"
&alicloudroscdkcas.OrderProps {
    CertBrand: interface{},
    CertType: interface{},
    DomainCnt: interface{},
    DomainType: interface{},
    Period: interface{},
    Service: interface{},
}

Properties

Name Type Description
CertBrand interface{} Property certBrand: Certificate brand.
CertType interface{} Property certType: Certificate type.
DomainCnt interface{} Property domainCnt: Number of domains to be included in the certificate.
DomainType interface{} Property domainType: Domain type.
Period interface{} Property period: Service time of the certificate, in year.
Service interface{} Property service: Whether enable other service.

CertBrandRequired

CertBrand interface{}
  • Type: interface{}

Property certBrand: Certificate brand.

Valid values: Rapid, Globalsign, vTrus, Wosign, Digicert, Digicert pro, Geotrust, CFCA.


CertTypeRequired

CertType interface{}
  • Type: interface{}

Property certType: Certificate type.

Valid values: DV, OV, EV.


DomainCntOptional

DomainCnt interface{}
  • Type: interface{}

Property domainCnt: Number of domains to be included in the certificate.

Valid values: 1-500.


DomainTypeOptional

DomainType interface{}
  • Type: interface{}

Property domainType: Domain type.

Valid values: one, all, multiple.


PeriodOptional

Period interface{}
  • Type: interface{}

Property period: Service time of the certificate, in year.

Valid values: 1, 2, 3. Note: Starting September 1, 2020, certificates issued by cas around the world will be valid for a maximum of 1 year.


ServiceOptional

Service interface{}
  • Type: interface{}

Property service: Whether enable other service.

Valid values:

  • NoNeed: Do not apply for any services.
  • ExpeditedProduct: Request assistance services.
  • DeployProduct: Deploy services.
  • SM2DeployProduct: Deploy services with SM2 encryption.
  • VipProduct: Request assistance and deployment services. Note: This parameter is not supported by international stations.