ManagedClusterServicePrincipalProfileArgs

data class ManagedClusterServicePrincipalProfileArgs(val clientId: Output<String>, val secret: Output<String>? = null) : ConvertibleToJava<ManagedClusterServicePrincipalProfileArgs>

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

Constructors

constructor(clientId: Output<String>, secret: Output<String>? = null)

Properties

Link copied to clipboard
val clientId: Output<String>

The ID for the service principal.

Link copied to clipboard
val secret: Output<String>? = null

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

Functions

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