GetServerCertificatePlainArgs

data class GetServerCertificatePlainArgs(val serverCertificateName: String) : ConvertibleToJava<GetServerCertificatePlainArgs>

Constructors

Link copied to clipboard
constructor(serverCertificateName: String)

Properties

Link copied to clipboard

The name for the server certificate. Do not include the path in this value. The name of the certificate cannot contain any spaces. This parameter allows (through its regex pattern ) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-

Functions

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