IdentityServiceAzureADConfigResponse

data class IdentityServiceAzureADConfigResponse(val clientId: String, val clientSecret: String, val encryptedClientSecret: String, val kubectlRedirectUri: String, val tenant: String)

Configuration for the AzureAD Auth flow.

Constructors

Link copied to clipboard
fun IdentityServiceAzureADConfigResponse(clientId: String, clientSecret: String, encryptedClientSecret: String, kubectlRedirectUri: String, tenant: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

ID for the registered client application that makes authentication requests to the Azure AD identity provider.

Link copied to clipboard

Input only. Unencrypted AzureAD client secret will be passed to the GKE Hub CLH.

Link copied to clipboard

Encrypted AzureAD client secret.

Link copied to clipboard

The redirect URL that kubectl uses for authorization.

Link copied to clipboard

Kind of Azure AD account to be authenticated. Supported values are or for accounts belonging to a specific tenant.