MccCacheNodeTlsCertificate interface
Mcc cache node resource Tls certificate details.
Properties
| action |
Mcc cache node Tls certificate status. |
| certificate |
Mcc cache node Tls certificate file name. |
| expiry |
Mcc cache node Tls certificate expiry date. |
| not |
Mcc cache node Tls certificate not before date. |
| subject | Mcc cache node Tls certificate subject name. |
| subject |
Mcc cache node Tls certificate subject alternate name. |
| thumbprint | Mcc cache node Tls certificate thumbprint. |
Property Details
actionRequired
Mcc cache node Tls certificate status.
actionRequired?: string
Property Value
string
certificateFileName
Mcc cache node Tls certificate file name.
certificateFileName?: string
Property Value
string
expiryDate
Mcc cache node Tls certificate expiry date.
expiryDate?: Date
Property Value
Date
notBeforeDate
Mcc cache node Tls certificate not before date.
notBeforeDate?: Date
Property Value
Date
subject
Mcc cache node Tls certificate subject name.
subject?: string
Property Value
string
subjectAltName
Mcc cache node Tls certificate subject alternate name.
subjectAltName?: string
Property Value
string
thumbprint
Mcc cache node Tls certificate thumbprint.
thumbprint?: string
Property Value
string