SslVpnClientCert

class SslVpnClientCert : KotlinCustomResource

Example Usage

Basic Usage

Import

SSL-VPN client certificates can be imported using the id, e.g.

$ pulumi import alicloud:vpn/sslVpnClientCert:SslVpnClientCert example vsc-abc123456

Properties

Link copied to clipboard
val caCert: Output<String>

The client ca cert.

Link copied to clipboard
val clientCert: Output<String>

The client cert.

Link copied to clipboard
val clientConfig: Output<String>

The vpn client config.

Link copied to clipboard
val clientKey: Output<String>

The client key.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val name: Output<String>

The name of the client certificate.

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val sslVpnServerId: Output<String>

The ID of the SSL-VPN server.

Link copied to clipboard
val status: Output<String>

The status of the client certificate.

Link copied to clipboard
val urn: Output<String>