ManagedCertificateParameters interface
Managed Certificate used for https
- Extends
Properties
expiration |
Certificate expiration date. NOTE: This property will not be serialized. It can only be populated by the server. |
subject | Subject name in the certificate. NOTE: This property will not be serialized. It can only be populated by the server. |
type | Polymorphic discriminator, which specifies the different types this object can be |
Property Details
expirationDate
Certificate expiration date. NOTE: This property will not be serialized. It can only be populated by the server.
expirationDate?: string
Property Value
string
subject
Subject name in the certificate. NOTE: This property will not be serialized. It can only be populated by the server.
subject?: string
Property Value
string
type
Polymorphic discriminator, which specifies the different types this object can be
type: "ManagedCertificate"
Property Value
"ManagedCertificate"