LocalDiagnosticsAccessConfigurationArgs

data class LocalDiagnosticsAccessConfigurationArgs(val authenticationType: Output<Either<String, AuthenticationType>>, val httpsServerCertificate: Output<HttpsServerCertificateArgs>? = null) : ConvertibleToJava<LocalDiagnosticsAccessConfigurationArgs>

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

Constructors

Link copied to clipboard
constructor(authenticationType: Output<Either<String, AuthenticationType>>, httpsServerCertificate: Output<HttpsServerCertificateArgs>? = null)

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.

Functions

Link copied to clipboard
open override fun toJava(): LocalDiagnosticsAccessConfigurationArgs