BackendServiceFabricClusterServerX509NameArgs

data class BackendServiceFabricClusterServerX509NameArgs(val issuerCertificateThumbprint: Output<String>, val name: Output<String>) : ConvertibleToJava<BackendServiceFabricClusterServerX509NameArgs>

Constructors

constructor(issuerCertificateThumbprint: Output<String>, name: Output<String>)

Properties

Link copied to clipboard

The thumbprint for the issuer of the certificate.

Link copied to clipboard
val name: Output<String>

The common name of the certificate.

Functions

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