CertResponse

data class CertResponse(val certData: String? = null, val certNeeded: Boolean? = null, val certProvided: Boolean? = null, val secretStore: String? = null)

WebApplication certificate.

Constructors

Link copied to clipboard
constructor(certData: String? = null, certNeeded: Boolean? = null, certProvided: Boolean? = null, secretStore: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val certData: String? = null

Gets or sets the Certificate data.

Link copied to clipboard
val certNeeded: Boolean? = null

Gets or sets a value indicating whether certificate is needed or not.

Link copied to clipboard
val certProvided: Boolean? = null

Gets or sets a value indicating whether certificate is provided or not.

Link copied to clipboard
val secretStore: String? = null

Gets or sets the type of secret store for the certificate.