LocalDiagnosticsAccessConfigurationResponse

data class LocalDiagnosticsAccessConfigurationResponse(val authenticationType: String, val httpsServerCertificate: HttpsServerCertificateResponse? = null)

The kubernetes ingress configuration to control access to packet core diagnostics over local APIs.

Constructors

constructor(authenticationType: String, httpsServerCertificate: HttpsServerCertificateResponse? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

How to authenticate users who access local diagnostics APIs.

Link copied to clipboard

The HTTPS server TLS certificate used to secure local access to diagnostics.