SslVpnClientCertProps
Properties for defining a SslVpnClientCert
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-vpc-sslvpnclientcert
Initializer
using AlibabaCloud.SDK.ROS.CDK.Vpc;
new SslVpnClientCertProps {
object SslVpnServerId,
object Name = null
};
Properties
Name | Type | Description |
---|---|---|
SslVpnServerId |
object |
Property sslVpnServerId: ID of the SSL-VPN server. |
Name |
object |
Property name: The name of the client certificate. |
SslVpnServerId
Required
public object SslVpnServerId { get; set; }
- Type: object
Property sslVpnServerId: ID of the SSL-VPN server.
Name
Optional
public object Name { get; set; }
- Type: object
Property name: The name of the client certificate.
The length is 2-128 characters and must start with a letter or Chinese. It can contain numbers, periods (.), underscores (_), and dashes (-). But it can't start with http:// or https://.