CustomerCertificateParametersResponse

data class CustomerCertificateParametersResponse(val certificateAuthority: String? = null, val secretSource: ResourceReferenceResponse, val secretVersion: String? = null, val subjectAlternativeNames: List<String>? = null, val type: String, val useLatestVersion: Boolean? = null)

Customer Certificate used for https

Constructors

Link copied to clipboard
constructor(certificateAuthority: String? = null, secretSource: ResourceReferenceResponse, secretVersion: String? = null, subjectAlternativeNames: List<String>? = null, type: String, useLatestVersion: Boolean? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Certificate issuing authority.

Link copied to clipboard

Resource reference to the KV secret

Link copied to clipboard
val secretVersion: String? = null

Version of the secret to be used

Link copied to clipboard

The list of SANs.

Link copied to clipboard

The type of the Secret to create. Expected value is 'CustomerCertificate'.

Link copied to clipboard

Whether to use the latest version for the certificate