你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
CertificateProperties interface
The description of an X509 CA Certificate.
Properties
certificate | The certificate content |
created | The certificate's create date and time. NOTE: This property will not be serialized. It can only be populated by the server. |
expiry | The certificate's expiration date and time. NOTE: This property will not be serialized. It can only be populated by the server. |
is |
Determines whether certificate has been verified. |
subject | The certificate's subject name. NOTE: This property will not be serialized. It can only be populated by the server. |
thumbprint | The certificate's thumbprint. NOTE: This property will not be serialized. It can only be populated by the server. |
updated | The certificate's last update date and time. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
certificate
The certificate content
certificate?: string
Property Value
string
created
The certificate's create date and time. NOTE: This property will not be serialized. It can only be populated by the server.
created?: Date
Property Value
Date
expiry
The certificate's expiration date and time. NOTE: This property will not be serialized. It can only be populated by the server.
expiry?: Date
Property Value
Date
isVerified
Determines whether certificate has been verified.
isVerified?: boolean
Property Value
boolean
subject
The certificate's subject name. NOTE: This property will not be serialized. It can only be populated by the server.
subject?: string
Property Value
string
thumbprint
The certificate's thumbprint. NOTE: This property will not be serialized. It can only be populated by the server.
thumbprint?: string
Property Value
string
updated
The certificate's last update date and time. NOTE: This property will not be serialized. It can only be populated by the server.
updated?: Date
Property Value
Date