Share via


CustomerCertificateParameters Class

Definition

Customer Certificate used for https

[Newtonsoft.Json.JsonObject("CustomerCertificate")]
public class CustomerCertificateParameters : Microsoft.Azure.Management.Cdn.Models.SecretParameters
[<Newtonsoft.Json.JsonObject("CustomerCertificate")>]
type CustomerCertificateParameters = class
    inherit SecretParameters
Public Class CustomerCertificateParameters
Inherits SecretParameters
Inheritance
CustomerCertificateParameters
Attributes
Newtonsoft.Json.JsonObjectAttribute

Constructors

CustomerCertificateParameters()

Initializes a new instance of the CustomerCertificateParameters class.

CustomerCertificateParameters(ResourceReference, String, String, Nullable<Boolean>, IList<String>)

Initializes a new instance of the CustomerCertificateParameters class.

Properties

CertificateAuthority

Gets or sets certificate issuing authority.

SecretSource

Gets or sets resource reference to the KV secret

SecretVersion

Gets or sets version of the secret to be used

SubjectAlternativeNames

Gets or sets the list of SANs.

UseLatestVersion

Gets or sets whether to use the latest version for the certificate

Methods

Validate()

Validate the object.

Applies to