ManagedClusterServicePrincipalProfile interface

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

Properties

clientId

The ID for the service principal.

secret

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

Property Details

clientId

The ID for the service principal.

clientId: string

Property Value

string

secret

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

secret?: string

Property Value

string