RosOrderProps
Properties for defining a RosOrder
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-cas-order
Initializer
using AlibabaCloud.SDK.ROS.CDK.Cas;
new RosOrderProps {
object CertBrand,
object CertType,
object DomainCnt = null,
object DomainType = null,
object Period = null,
object Service = null
};
Properties
Name | Type | Description |
---|---|---|
CertBrand |
object |
No description. |
CertType |
object |
No description. |
DomainCnt |
object |
No description. |
DomainType |
object |
No description. |
Period |
object |
No description. |
Service |
object |
No description. |
CertBrand
Required
public object CertBrand { get; set; }
- Type: object
CertType
Required
public object CertType { get; set; }
- Type: object
DomainCnt
Optional
public object DomainCnt { get; set; }
- Type: object
DomainType
Optional
public object DomainType { get; set; }
- Type: object
Period
Optional
public object Period { get; set; }
- Type: object
Service
Optional
public object Service { get; set; }
- Type: object