FluxServicePrincipalPatch 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 FluxServicePrincipalPatch : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.KubernetesConfiguration.FluxConfigurations.Models.FluxServicePrincipalPatch>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.KubernetesConfiguration.FluxConfigurations.Models.FluxServicePrincipalPatch>
type FluxServicePrincipalPatch = class
interface IJsonModel<FluxServicePrincipalPatch>
interface IPersistableModel<FluxServicePrincipalPatch>
Public Class FluxServicePrincipalPatch
Implements IJsonModel(Of FluxServicePrincipalPatch), IPersistableModel(Of FluxServicePrincipalPatch)
- Inheritance
-
FluxServicePrincipalPatch
- Implements
Constructors
| Name | Description |
|---|---|
| FluxServicePrincipalPatch() |
Initializes a new instance of FluxServicePrincipalPatch. |
Properties
| Name | Description |
|---|---|
| ClientCertificate |
Base64-encoded certificate used to authenticate a Service Principal. |
| ClientCertificatePassword |
The password for the certificate used to authenticate a Service Principal. |
| ClientId |
The client Id for authenticating a Service Principal. |
| ClientSecret |
The client secret for authenticating a Service Principal. |
| IsClientCertificateSendChain |
Specifies whether to include x5c header in client claims when acquiring a token to enable subject name / issuer based authentication for the Client Certificate. |
| TenantId |
The tenant Id for authenticating a Service Principal. |