AfdSecretMtlsCertificateChain Class

Definition

Server-side certificate used for mTLS validation

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.AfdSecretMtlsCertificateChainTypeConverter))]
public class AfdSecretMtlsCertificateChain : Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.IAfdSecretMtlsCertificateChain, Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.AfdSecretMtlsCertificateChainTypeConverter))>]
type AfdSecretMtlsCertificateChain = class
    interface IAfdSecretMtlsCertificateChain
    interface IJsonSerializable
    interface ISecretParameters
    interface IValidates
Public Class AfdSecretMtlsCertificateChain
Implements IAfdSecretMtlsCertificateChain, IValidates
Inheritance
AfdSecretMtlsCertificateChain
Attributes
Implements

Constructors

Name Description
AfdSecretMtlsCertificateChain()

Creates an new AfdSecretMtlsCertificateChain instance.

Properties

Name Description
ExpirationDate

Soonest expiration date among certificates in customer's certificate chain in ISO 8601 compliant format yyyy-MM-ddTHH:mm:ss.fffffffK in UTC

SecretSourceId

Resource ID.

SecretVersion

Version of the secret to be used

Type

The type of the secret resource.

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of AfdSecretMtlsCertificateChain.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of AfdSecretMtlsCertificateChain.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.IAfdSecretMtlsCertificateChain.

FromJsonString(String)

Creates a new instance of AfdSecretMtlsCertificateChain, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of AfdSecretMtlsCertificateChain into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()
Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to