P2SVpnServerConfigRadiusServerRootCertificateArgs

data class P2SVpnServerConfigRadiusServerRootCertificateArgs(val etag: Output<String>? = null, val id: Output<String>? = null, val name: Output<String>? = null, val publicCertData: Output<String>) : ConvertibleToJava<P2SVpnServerConfigRadiusServerRootCertificateArgs>

Radius Server root certificate of P2SVpnServerConfiguration.

Constructors

constructor(etag: Output<String>? = null, id: Output<String>? = null, name: Output<String>? = null, publicCertData: Output<String>)

Properties

Link copied to clipboard
val etag: Output<String>? = null

A unique read-only string that changes whenever the resource is updated.

Link copied to clipboard
val id: Output<String>? = null

Resource ID.

Link copied to clipboard
val name: Output<String>? = null

The name of the resource that is unique within a resource group. This name can be used to access the resource.

Link copied to clipboard
val publicCertData: Output<String>

The certificate public data.

Functions

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