Skip to content

RosSslCertificateProps

Properties for defining a RosSslCertificate.

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

Initializer

using AlibabaCloud.SDK.ROS.CDK.Cas;
new RosSslCertificateProps {
    object CertBrand = null,
    object CertType = null,
    object CompanyName = null,
    object Csr = null,
    object Domains = null,
    object DomainType = null,
    object Email = null,
    object Phone = null,
    object ProductCode = null,
    object Username = null,
    object ValidateType = null
};

Properties

Name Type Description
CertBrand object No description.
CertType object No description.
CompanyName object No description.
Csr object No description.
Domains object No description.
DomainType object No description.
Email object No description.
Phone object No description.
ProductCode object No description.
Username object No description.
ValidateType object No description.

CertBrandOptional

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

CertTypeOptional

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

CompanyNameOptional

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

CsrOptional

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

DomainsOptional

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

DomainTypeOptional

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

EmailOptional

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

PhoneOptional

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

ProductCodeOptional

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

UsernameOptional

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

ValidateTypeOptional

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