ClientCertificateValidatedIfPresentedAdvancedSettings 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.
Advanced settings for MtlsScenarioType enum value: ClientCertificateValidatedIfPresented.
public class ClientCertificateValidatedIfPresentedAdvancedSettings : Azure.ResourceManager.Cdn.Models.FrontDoorCustomDomainMtlsSettings, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Cdn.Models.ClientCertificateValidatedIfPresentedAdvancedSettings>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Cdn.Models.ClientCertificateValidatedIfPresentedAdvancedSettings>
type ClientCertificateValidatedIfPresentedAdvancedSettings = class
inherit FrontDoorCustomDomainMtlsSettings
interface IJsonModel<ClientCertificateValidatedIfPresentedAdvancedSettings>
interface IPersistableModel<ClientCertificateValidatedIfPresentedAdvancedSettings>
Public Class ClientCertificateValidatedIfPresentedAdvancedSettings
Inherits FrontDoorCustomDomainMtlsSettings
Implements IJsonModel(Of ClientCertificateValidatedIfPresentedAdvancedSettings), IPersistableModel(Of ClientCertificateValidatedIfPresentedAdvancedSettings)
- Inheritance
- Implements
Constructors
| Name | Description |
|---|---|
| ClientCertificateValidatedIfPresentedAdvancedSettings(IEnumerable<CdnResourceReference>) |
Initializes a new instance of ClientCertificateValidatedIfPresentedAdvancedSettings. |
Properties
| Name | Description |
|---|---|
| AllowedFqdns |
List of FQDNs that will be accepted for mutual TLS validation. |
| CertificateRevocationCheck |
Set to Enabled by default. If set to Disabled, revocation status of client certificate chain will be checked before establishing mutual TLS connection. |
| Secrets |
List of one or two of Resource References (ie. subs/rg/profile/secret) to Secrets of type MtlsCertificateChain to use in mutual TLS handshake as the trusted issuer certificate chain. |