Identity Service Auth Method Response
data class IdentityServiceAuthMethodResponse(val azureadConfig: IdentityServiceAzureADConfigResponse, val googleConfig: IdentityServiceGoogleConfigResponse, val name: String, val oidcConfig: IdentityServiceOidcConfigResponse, val proxy: String)
Configuration of an auth method for a member/cluster. Only one authentication method (e.g., OIDC and LDAP) can be set per AuthMethod.
Constructors
Link copied to clipboard
fun IdentityServiceAuthMethodResponse(azureadConfig: IdentityServiceAzureADConfigResponse, googleConfig: IdentityServiceGoogleConfigResponse, name: String, oidcConfig: IdentityServiceOidcConfigResponse, proxy: String)