ManagedClusterServicePrincipalProfileResponse

data class ManagedClusterServicePrincipalProfileResponse(val clientId: String, val secret: String? = null)

Information about a service principal identity for the cluster to use for manipulating Azure APIs.

Constructors

constructor(clientId: String, secret: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The ID for the service principal.

Link copied to clipboard
val secret: String? = null

The secret password associated with the service principal in plain text.