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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.ClientCertificateValidatedIfPresentedAdvancedSettingsTypeConverter))]
public class ClientCertificateValidatedIfPresentedAdvancedSettings : Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.IClientCertificateValidatedIfPresentedAdvancedSettings, Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.ClientCertificateValidatedIfPresentedAdvancedSettingsTypeConverter))>]
type ClientCertificateValidatedIfPresentedAdvancedSettings = class
interface IClientCertificateValidatedIfPresentedAdvancedSettings
interface IJsonSerializable
interface IAfdDomainMtlsParameters
interface IValidates
Public Class ClientCertificateValidatedIfPresentedAdvancedSettings
Implements IClientCertificateValidatedIfPresentedAdvancedSettings, IValidates
- Inheritance
-
ClientCertificateValidatedIfPresentedAdvancedSettings
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| ClientCertificateValidatedIfPresentedAdvancedSettings() |
Creates an new ClientCertificateValidatedIfPresentedAdvancedSettings instance. |
Properties
| Name | Description |
|---|---|
| AllowedFqdn |
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. |
| Scenario |
Supported scenarios for establishing mTLS connection. |
| Secret |
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. |
Methods
| Name | Description |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of ClientCertificateValidatedIfPresentedAdvancedSettings. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of ClientCertificateValidatedIfPresentedAdvancedSettings. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.IClientCertificateValidatedIfPresentedAdvancedSettings. |
| FromJsonString(String) |
Creates a new instance of ClientCertificateValidatedIfPresentedAdvancedSettings, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of ClientCertificateValidatedIfPresentedAdvancedSettings into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |
| ToString() | |
| Validate(IEventListener) |
Validates that this object meets the validation criteria. |