Share via


KubernetesServicePrincipal Class

Definition

Parameters to authenticate using Service Principal.

public class KubernetesServicePrincipal
type KubernetesServicePrincipal = class
Public Class KubernetesServicePrincipal
Inheritance
KubernetesServicePrincipal

Constructors

KubernetesServicePrincipal()

Initializes a new instance of KubernetesServicePrincipal.

Properties

ClientCertificate

Base64-encoded certificate used to authenticate a Service Principal.

ClientCertificatePassword

The password for the certificate used to authenticate a Service Principal.

ClientCertificateSendChain

Specifies whether to include x5c header in client claims when acquiring a token to enable subject name / issuer based authentication for the Client Certificate.

ClientId

The client Id for authenticating a Service Principal.

ClientSecret

The client secret for authenticating a Service Principal.

TenantId

The tenant Id for authenticating a Service Principal.

Applies to