Skip to content

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.

CertificateRequired

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

CertNameRequired

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

PrivateKeyRequired

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