toggle menu
pulumi-azure-kotlin
6.23.0.0
jvm
switch theme
search in API
pulumi-azure-kotlin
/
com.pulumi.azure.network.kotlin.outputs
/
GetVpnServerConfigurationRadiusServerRootCertificate
Get
Vpn
Server
Configuration
Radius
Server
Root
Certificate
data
class
GetVpnServerConfigurationRadiusServerRootCertificate
(
val
name
:
String
,
val
publicCertData
:
String
)
Members
Constructors
Get
Vpn
Server
Configuration
Radius
Server
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.