P2SVpnServerConfigRadiusClientRootCertificateArgs

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

Radius client root certificate of P2SVpnServerConfiguration.

Constructors

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

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 thumbprint: Output<String>? = null

The Radius client root certificate thumbprint.

Functions

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