Certificate interface
Definition of the certificate.
- Extends
Properties
creation |
Gets the creation time. NOTE: This property will not be serialized. It can only be populated by the server. |
description | Gets or sets the description. |
expiry |
Gets the expiry time of the certificate. NOTE: This property will not be serialized. It can only be populated by the server. |
is |
Gets the is exportable flag of the certificate. NOTE: This property will not be serialized. It can only be populated by the server. |
last |
Gets the last modified time. NOTE: This property will not be serialized. It can only be populated by the server. |
thumbprint | Gets the thumbprint of the certificate. NOTE: This property will not be serialized. It can only be populated by the server. |
Inherited Properties
id | Fully qualified resource Id for the resource NOTE: This property will not be serialized. It can only be populated by the server. |
name | The name of the resource NOTE: This property will not be serialized. It can only be populated by the server. |
type | The type of the resource. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
creationTime
Gets the creation time. NOTE: This property will not be serialized. It can only be populated by the server.
creationTime?: Date
Property Value
Date
description
Gets or sets the description.
description?: string
Property Value
string
expiryTime
Gets the expiry time of the certificate. NOTE: This property will not be serialized. It can only be populated by the server.
expiryTime?: Date
Property Value
Date
isExportable
Gets the is exportable flag of the certificate. NOTE: This property will not be serialized. It can only be populated by the server.
isExportable?: boolean
Property Value
boolean
lastModifiedTime
Gets the last modified time. NOTE: This property will not be serialized. It can only be populated by the server.
lastModifiedTime?: Date
Property Value
Date
thumbprint
Gets the thumbprint of the certificate. NOTE: This property will not be serialized. It can only be populated by the server.
thumbprint?: string
Property Value
string
Inherited Property Details
id
Fully qualified resource Id for the resource NOTE: This property will not be serialized. It can only be populated by the server.
id?: string
Property Value
string
Inherited From ProxyResource.id
name
The name of the resource NOTE: This property will not be serialized. It can only be populated by the server.
name?: string
Property Value
string
Inherited From ProxyResource.name
type
The type of the resource. NOTE: This property will not be serialized. It can only be populated by the server.
type?: string
Property Value
string
Inherited From ProxyResource.type
Azure SDK for JavaScript