GetServerCertificatePlainArgs

data class GetServerCertificatePlainArgs(val latest: Boolean? = null, val name: String? = null, val namePrefix: String? = null, val pathPrefix: String? = null) : ConvertibleToJava<GetServerCertificatePlainArgs>

A collection of arguments for invoking getServerCertificate.

Constructors

Link copied to clipboard
constructor(latest: Boolean? = null, name: String? = null, namePrefix: String? = null, pathPrefix: String? = null)

Properties

Link copied to clipboard
val latest: Boolean? = null

sort results by expiration date. returns the certificate with expiration date in furthest in the future.

Link copied to clipboard
val name: String? = null

exact name of the cert to lookup

Link copied to clipboard
val namePrefix: String? = null

prefix of cert to filter by

Link copied to clipboard
val pathPrefix: String? = null

prefix of path to filter by

Functions

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