CertConfigProperty
Initializer
using AlibabaCloud.SDK.ROS.CDK.Fc;
new CertConfigProperty {
object Certificate,
object CertName,
object PrivateKey
};
Properties
Name | Type | Description |
---|---|---|
Certificate |
object |
No description. |
CertName |
object |
No description. |
PrivateKey |
object |
No description. |
Certificate
Required
public object Certificate { get; set; }
- Type: object
CertName
Required
public object CertName { get; set; }
- Type: object
PrivateKey
Required
public object PrivateKey { get; set; }
- Type: object