Local Diagnostics Access Configuration Args
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)