ServicePrincipalProfileResponse

data class ServicePrincipalProfileResponse(val clientId: String? = null, val clientSecret: String? = null)

ServicePrincipalProfile represents a service principal profile.

Constructors

Link copied to clipboard
constructor(clientId: String? = null, clientSecret: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val clientId: String? = null

The client ID used for the cluster.

Link copied to clipboard
val clientSecret: String? = null

The client secret used for the cluster.