Skip to content

RosCertificateProps

Properties for defining a RosCertificate.

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

Initializer

import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkcas"
&alicloudroscdkcas.RosCertificateProps {
    Cert: interface{},
    Key: interface{},
    Name: interface{},
    Lang: interface{},
    SourceIp: interface{},
}

Properties

Name Type Description
Cert interface{} No description.
Key interface{} No description.
Name interface{} No description.
Lang interface{} No description.
SourceIp interface{} No description.

CertRequired

Cert interface{}
  • Type: interface{}

KeyRequired

Key interface{}
  • Type: interface{}

NameRequired

Name interface{}
  • Type: interface{}

LangOptional

Lang interface{}
  • Type: interface{}

SourceIpOptional

SourceIp interface{}
  • Type: interface{}