AssetEndpointProfilePropertiesResponseOwnCertificates

data class AssetEndpointProfilePropertiesResponseOwnCertificates(val certPasswordReference: String? = null, val certSecretReference: String? = null, val certThumbprint: String? = null)

Constructors

fun AssetEndpointProfilePropertiesResponseOwnCertificates(certPasswordReference: String? = null, certSecretReference: String? = null, certThumbprint: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Secret Reference Name (Pfx or Pem password)

Link copied to clipboard

Secret Reference name (cert and private key).

Link copied to clipboard
val certThumbprint: String? = null

Certificate thumbprint.