ServicePrincipalPropertiesResponse

data class ServicePrincipalPropertiesResponse(val clientId: String, val secret: String)

The Azure service principal used by Kubernetes for configuring load balancers

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The service principal client ID

Link copied to clipboard

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