Language

FluxServicePrincipalPatch Class

Definition

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.

Methods

Name Description
JsonModelCreateCore(Utf8JsonReader, ModelReaderWriterOptions)
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)
PersistableModelCreateCore(BinaryData, ModelReaderWriterOptions)
PersistableModelWriteCore(ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
IJsonModel<FluxServicePrincipalPatch>.Create(Utf8JsonReader, ModelReaderWriterOptions)
IJsonModel<FluxServicePrincipalPatch>.Write(Utf8JsonWriter, ModelReaderWriterOptions)
IPersistableModel<FluxServicePrincipalPatch>.Create(BinaryData, ModelReaderWriterOptions)
IPersistableModel<FluxServicePrincipalPatch>.GetFormatFromOptions(ModelReaderWriterOptions)
IPersistableModel<FluxServicePrincipalPatch>.Write(ModelReaderWriterOptions)

Applies to