Get Auth Backend Config Result
data class GetAuthBackendConfigResult(val backend: String? = null, val disableIssValidation: Boolean, val disableLocalCaJwt: Boolean, val id: String, val issuer: String, val kubernetesCaCert: String, val kubernetesHost: String, val namespace: String? = null, val pemKeys: List<String>)
A collection of values returned by getAuthBackendConfig.
Constructors
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