Skip to content

RosSslCertificateProps

Properties for defining a RosSslCertificate.

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

Initializer

import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkcas"
&alicloudroscdkcas.RosSslCertificateProps {
    CertBrand: interface{},
    CertType: interface{},
    CompanyName: interface{},
    Csr: interface{},
    Domains: interface{},
    DomainType: interface{},
    Email: interface{},
    Phone: interface{},
    ProductCode: interface{},
    Username: interface{},
    ValidateType: interface{},
}

Properties

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

CertBrandOptional

CertBrand interface{}
  • Type: interface{}

CertTypeOptional

CertType interface{}
  • Type: interface{}

CompanyNameOptional

CompanyName interface{}
  • Type: interface{}

CsrOptional

Csr interface{}
  • Type: interface{}

DomainsOptional

Domains interface{}
  • Type: interface{}

DomainTypeOptional

DomainType interface{}
  • Type: interface{}

EmailOptional

Email interface{}
  • Type: interface{}

PhoneOptional

Phone interface{}
  • Type: interface{}

ProductCodeOptional

ProductCode interface{}
  • Type: interface{}

UsernameOptional

Username interface{}
  • Type: interface{}

ValidateTypeOptional

ValidateType interface{}
  • Type: interface{}