GetSslVpnClientCertsPlainArgs

data class GetSslVpnClientCertsPlainArgs(val ids: List<String>? = null, val nameRegex: String? = null, val outputFile: String? = null, val sslVpnServerId: String? = null) : ConvertibleToJava<GetSslVpnClientCertsPlainArgs>

A collection of arguments for invoking getSslVpnClientCerts.

Constructors

Link copied to clipboard
constructor(ids: List<String>? = null, nameRegex: String? = null, outputFile: String? = null, sslVpnServerId: String? = null)

Properties

Link copied to clipboard
val ids: List<String>? = null

IDs of the SSL-VPN client certificates.

Link copied to clipboard
val nameRegex: String? = null

A regex string of SSL-VPN client certificate name.

Link copied to clipboard
val outputFile: String? = null

Save the result to the file.

Link copied to clipboard
val sslVpnServerId: String? = null

Use the SSL-VPN server ID as the search key.

Functions

Link copied to clipboard
open override fun toJava(): GetSslVpnClientCertsPlainArgs