FluxTlsConfig 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 TLS config for OCI repository.
public class FluxTlsConfig : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.KubernetesConfiguration.FluxConfigurations.Models.FluxTlsConfig>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.KubernetesConfiguration.FluxConfigurations.Models.FluxTlsConfig>
type FluxTlsConfig = class
interface IJsonModel<FluxTlsConfig>
interface IPersistableModel<FluxTlsConfig>
Public Class FluxTlsConfig
Implements IJsonModel(Of FluxTlsConfig), IPersistableModel(Of FluxTlsConfig)
- Inheritance
-
FluxTlsConfig
- Implements
Constructors
| Name | Description |
|---|---|
| FluxTlsConfig() |
Initializes a new instance of FluxTlsConfig. |
Properties
| Name | Description |
|---|---|
| CaCertificate |
Base64-encoded CA certificate used to verify the server. |
| ClientCertificate |
Base64-encoded certificate used to authenticate a client with the OCI repository. |
| PrivateKey |
Base64-encoded private key used to authenticate a client with the OCI repository. |