Skip to content

OrderProps

Properties for defining a Order.

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

Initializer

import { OrderProps } from '@alicloud/ros-cdk-cas'
const orderProps: OrderProps = { ... }

Properties

Name Type Description
certBrand string | @alicloud/ros-cdk-core.IResolvable Property certBrand: Certificate brand.
certType string | @alicloud/ros-cdk-core.IResolvable Property certType: Certificate type.
domainCnt number | @alicloud/ros-cdk-core.IResolvable Property domainCnt: Number of domains to be included in the certificate.
domainType string | @alicloud/ros-cdk-core.IResolvable Property domainType: Domain type.
period number | @alicloud/ros-cdk-core.IResolvable Property period: Service time of the certificate, in year.
service string | @alicloud/ros-cdk-core.IResolvable Property service: Whether enable other service.

certBrandRequired

public readonly certBrand: string | IResolvable;
  • Type: string | @alicloud/ros-cdk-core.IResolvable

Property certBrand: Certificate brand.

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


certTypeRequired

public readonly certType: string | IResolvable;
  • Type: string | @alicloud/ros-cdk-core.IResolvable

Property certType: Certificate type.

Valid values: DV, OV, EV.


domainCntOptional

public readonly domainCnt: number | IResolvable;
  • Type: number | @alicloud/ros-cdk-core.IResolvable

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

Valid values: 1-500.


domainTypeOptional

public readonly domainType: string | IResolvable;
  • Type: string | @alicloud/ros-cdk-core.IResolvable

Property domainType: Domain type.

Valid values: one, all, multiple.


periodOptional

public readonly period: number | IResolvable;
  • Type: number | @alicloud/ros-cdk-core.IResolvable

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 readonly service: string | IResolvable;
  • Type: string | @alicloud/ros-cdk-core.IResolvable

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.