Skip to content

SslVpnClientCertProps

Properties for defining a SslVpnClientCert.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-vpc-sslvpnclientcert

Initializer

import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkvpc"
&alicloudroscdkvpc.SslVpnClientCertProps {
    SslVpnServerId: interface{},
    Name: interface{},
}

Properties

Name Type Description
SslVpnServerId interface{} Property sslVpnServerId: ID of the SSL-VPN server.
Name interface{} Property name: The name of the client certificate.

SslVpnServerIdRequired

SslVpnServerId interface{}
  • Type: interface{}

Property sslVpnServerId: ID of the SSL-VPN server.


NameOptional

Name interface{}
  • Type: interface{}

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://.