KubernetesServicePrincipalUpdateContent Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET