Package version:

Interface ManagedCertificateProperties

Certificate resource specific properties

interface ManagedCertificateProperties {
    domainControlValidation?: string;
    error?: string;
    provisioningState?: string;
    subjectName?: string;
    validationToken?: string;
}

Properties

domainControlValidation?: string

Selected type of domain control validation for managed certificates.

error?: string

Any error occurred during the certificate provision. NOTE: This property will not be serialized. It can only be populated by the server.

provisioningState?: string

Provisioning state of the certificate. NOTE: This property will not be serialized. It can only be populated by the server.

subjectName?: string

Subject name of the certificate.

validationToken?: string

A TXT token used for DNS TXT domain control validation when issuing this type of managed certificates. NOTE: This property will not be serialized. It can only be populated by the server.