ServicePrincipalProfile interface
ServicePrincipalProfile represents a service principal profile.
Properties
client |
The client ID used for the cluster. |
client |
The client secret used for the cluster. |
Property Details
clientId
The client ID used for the cluster.
clientId?: string
Property Value
string
clientSecret
The client secret used for the cluster.
clientSecret?: string
Property Value
string