toggle menu
pulumi-azure-kotlin
6.22.0.0
jvm
switch theme
search in API
pulumi-azure-kotlin
/
com.pulumi.azure.network.kotlin.outputs
/
GetVpnServerConfigurationClientRootCertificate
Get
Vpn
Server
Configuration
Client
Root
Certificate
data
class
GetVpnServerConfigurationClientRootCertificate
(
val
name
:
String
,
val
publicCertData
:
String
)
Members
Constructors
Get
Vpn
Server
Configuration
Client
Root
Certificate
Link copied to clipboard
constructor
(
name
:
String
,
publicCertData
:
String
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
name
Link copied to clipboard
val
name
:
String
The Name of the VPN Server Configuration.
public
Cert
Data
Link copied to clipboard
val
publicCertData
:
String
The Public Key Data associated with the Certificate.