Get Auth Backend Config Plain Args
data class GetAuthBackendConfigPlainArgs(val backend: String? = null, val disableIssValidation: Boolean? = null, val disableLocalCaJwt: Boolean? = null, val issuer: String? = null, val kubernetesCaCert: String? = null, val kubernetesHost: String? = null, val namespace: String? = null, val pemKeys: List<String>? = null) : ConvertibleToJava<GetAuthBackendConfigPlainArgs>
A collection of arguments for invoking getAuthBackendConfig.
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
PEM encoded CA cert for use by the TLS client used to talk with the Kubernetes API.
Link copied to clipboard
Host must be a host string, a host:port pair, or a URL to the base of the Kubernetes API server.
Link copied to clipboard