Local Diagnostics Access Configuration Response
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
Link copied to clipboard
constructor(authenticationType: String, httpsServerCertificate: HttpsServerCertificateResponse? = null)