Skip to content

RosCertificateProps

Properties for defining a RosCertificate.

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

Initializer

using AlibabaCloud.SDK.ROS.CDK.Cas;
new RosCertificateProps {
    object Cert,
    object Key,
    object Name,
    object Lang = null,
    object SourceIp = null
};

Properties

Name Type Description
Cert object No description.
Key object No description.
Name object No description.
Lang object No description.
SourceIp object No description.

CertRequired

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

KeyRequired

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

NameRequired

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

LangOptional

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

SourceIpOptional

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