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. |
Cert
Required
Cert interface{}
- Type: interface{}
Key
Required
Key interface{}
- Type: interface{}
Name
Required
Name interface{}
- Type: interface{}
Lang
Optional
Lang interface{}
- Type: interface{}
SourceIp
Optional
SourceIp interface{}
- Type: interface{}