Share via


KubernetesServicePrincipalUpdateContent Class

Definition

Parameters to authenticate using Service Principal.

public class KubernetesServicePrincipalUpdateContent
type KubernetesServicePrincipalUpdateContent = class
Public Class KubernetesServicePrincipalUpdateContent
Inheritance
KubernetesServicePrincipalUpdateContent

Constructors

KubernetesServicePrincipalUpdateContent()

Initializes a new instance of KubernetesServicePrincipalUpdateContent.

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