Skip to content

OrderProps

Properties for defining a Order.

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

Initializer

using AlibabaCloud.SDK.ROS.CDK.Cas;
new OrderProps {
    object CertBrand,
    object CertType,
    object DomainCnt = null,
    object DomainType = null,
    object Period = null,
    object Service = null
};

Properties

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

CertBrandRequired

public object CertBrand { get; set; }
  • Type: object

Property certBrand: Certificate brand.

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


CertTypeRequired

public object CertType { get; set; }
  • Type: object

Property certType: Certificate type.

Valid values: DV, OV, EV.


DomainCntOptional

public object DomainCnt { get; set; }
  • Type: object

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

Valid values: 1-500.


DomainTypeOptional

public object DomainType { get; set; }
  • Type: object

Property domainType: Domain type.

Valid values: one, all, multiple.


PeriodOptional

public object Period { get; set; }
  • Type: object

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

public object Service { get; set; }
  • Type: object

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.