ServicePrincipalPropertiesArgs

data class ServicePrincipalPropertiesArgs(val clientId: Output<String>, val secret: Output<String>) : ConvertibleToJava<ServicePrincipalPropertiesArgs>

The Azure service principal used by Kubernetes for configuring load balancers

Constructors

Link copied to clipboard
constructor(clientId: Output<String>, secret: Output<String>)

Properties

Link copied to clipboard
val clientId: Output<String>

The service principal client ID

Link copied to clipboard
val secret: Output<String>

The service principal secret. This is not returned in response of GET/PUT on the resource. To see this please call listKeys.

Functions

Link copied to clipboard
open override fun toJava(): ServicePrincipalPropertiesArgs