Skip to content

OrderProps

Properties for defining a Order.

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

Initializer

import ros_cdk_cas
ros_cdk_cas.OrderProps(
  cert_brand: typing.Union[str, IResolvable],
  cert_type: typing.Union[str, IResolvable],
  domain_cnt: typing.Union[typing.Union[int, float], IResolvable] = None,
  domain_type: typing.Union[str, IResolvable] = None,
  period: typing.Union[typing.Union[int, float], IResolvable] = None,
  service: typing.Union[str, IResolvable] = None
)

Properties

Name Type Description
cert_brand typing.Union[str, ros_cdk_core.IResolvable] Property certBrand: Certificate brand.
cert_type typing.Union[str, ros_cdk_core.IResolvable] Property certType: Certificate type.
domain_cnt typing.Union[typing.Union[int, float], ros_cdk_core.IResolvable] Property domainCnt: Number of domains to be included in the certificate.
domain_type typing.Union[str, ros_cdk_core.IResolvable] Property domainType: Domain type.
period typing.Union[typing.Union[int, float], ros_cdk_core.IResolvable] Property period: Service time of the certificate, in year.
service typing.Union[str, ros_cdk_core.IResolvable] Property service: Whether enable other service.

cert_brandRequired

cert_brand: typing.Union[str, IResolvable]
  • Type: typing.Union[str, ros_cdk_core.IResolvable]

Property certBrand: Certificate brand.

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


cert_typeRequired

cert_type: typing.Union[str, IResolvable]
  • Type: typing.Union[str, ros_cdk_core.IResolvable]

Property certType: Certificate type.

Valid values: DV, OV, EV.


domain_cntOptional

domain_cnt: typing.Union[typing.Union[int, float], IResolvable]
  • Type: typing.Union[typing.Union[int, float], ros_cdk_core.IResolvable]

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

Valid values: 1-500.


domain_typeOptional

domain_type: typing.Union[str, IResolvable]
  • Type: typing.Union[str, ros_cdk_core.IResolvable]

Property domainType: Domain type.

Valid values: one, all, multiple.


periodOptional

period: typing.Union[typing.Union[int, float], IResolvable]
  • Type: typing.Union[typing.Union[int, float], 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

service: typing.Union[str, IResolvable]
  • Type: typing.Union[str, 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.