CertificateProperties interface
Certificate resource specific properties
Properties
expiration |
Certificate expiration date. NOTE: This property will not be serialized. It can only be populated by the server. |
issue |
Certificate issue Date. NOTE: This property will not be serialized. It can only be populated by the server. |
issuer | Certificate issuer. NOTE: This property will not be serialized. It can only be populated by the server. |
password | Certificate password. |
provisioning |
Provisioning state of the certificate. NOTE: This property will not be serialized. It can only be populated by the server. |
public |
Public key hash. NOTE: This property will not be serialized. It can only be populated by the server. |
subject |
Subject alternative names the certificate applies to. NOTE: This property will not be serialized. It can only be populated by the server. |
subject |
Subject name of the certificate. NOTE: This property will not be serialized. It can only be populated by the server. |
thumbprint | Certificate thumbprint. NOTE: This property will not be serialized. It can only be populated by the server. |
valid | Is the certificate valid?. NOTE: This property will not be serialized. It can only be populated by the server. |
value | PFX or PEM blob |
Property Details
expirationDate
Certificate expiration date. NOTE: This property will not be serialized. It can only be populated by the server.
expirationDate?: Date
Property Value
Date
issueDate
Certificate issue Date. NOTE: This property will not be serialized. It can only be populated by the server.
issueDate?: Date
Property Value
Date
issuer
Certificate issuer. NOTE: This property will not be serialized. It can only be populated by the server.
issuer?: string
Property Value
string
password
Certificate password.
password?: string
Property Value
string
provisioningState
Provisioning state of the certificate. NOTE: This property will not be serialized. It can only be populated by the server.
provisioningState?: string
Property Value
string
publicKeyHash
Public key hash. NOTE: This property will not be serialized. It can only be populated by the server.
publicKeyHash?: string
Property Value
string
subjectAlternativeNames
Subject alternative names the certificate applies to. NOTE: This property will not be serialized. It can only be populated by the server.
subjectAlternativeNames?: string[]
Property Value
string[]
subjectName
Subject name of the certificate. NOTE: This property will not be serialized. It can only be populated by the server.
subjectName?: string
Property Value
string
thumbprint
Certificate thumbprint. NOTE: This property will not be serialized. It can only be populated by the server.
thumbprint?: string
Property Value
string
valid
Is the certificate valid?. NOTE: This property will not be serialized. It can only be populated by the server.
valid?: boolean
Property Value
boolean
value
PFX or PEM blob
value?: Uint8Array
Property Value
Uint8Array