CaCertificate interface
The CA Certificate resource.
- Extends
Properties
description | Description for the CA Certificate resource. |
encoded |
Base64 encoded PEM (Privacy Enhanced Mail) format certificate data. |
expiry |
Certificate expiry time in UTC. This is a read-only field. NOTE: This property will not be serialized. It can only be populated by the server. |
issue |
Certificate issue time in UTC. This is a read-only field. NOTE: This property will not be serialized. It can only be populated by the server. |
provisioning |
Provisioning state of the CA Certificate resource. NOTE: This property will not be serialized. It can only be populated by the server. |
system |
The system metadata relating to the CaCertificate resource. NOTE: This property will not be serialized. It can only be populated by the server. |
Inherited Properties
id | Fully qualified identifier of the resource. NOTE: This property will not be serialized. It can only be populated by the server. |
name | Name of the resource. NOTE: This property will not be serialized. It can only be populated by the server. |
type | Type of the resource. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
description
Description for the CA Certificate resource.
description?: string
Property Value
string
encodedCertificate
Base64 encoded PEM (Privacy Enhanced Mail) format certificate data.
encodedCertificate?: string
Property Value
string
expiryTimeInUtc
Certificate expiry time in UTC. This is a read-only field. NOTE: This property will not be serialized. It can only be populated by the server.
expiryTimeInUtc?: Date
Property Value
Date
issueTimeInUtc
Certificate issue time in UTC. This is a read-only field. NOTE: This property will not be serialized. It can only be populated by the server.
issueTimeInUtc?: Date
Property Value
Date
provisioningState
Provisioning state of the CA Certificate resource. NOTE: This property will not be serialized. It can only be populated by the server.
provisioningState?: string
Property Value
string
systemData
The system metadata relating to the CaCertificate resource. NOTE: This property will not be serialized. It can only be populated by the server.
systemData?: SystemData
Property Value
Inherited Property Details
id
Fully qualified identifier of the resource. NOTE: This property will not be serialized. It can only be populated by the server.
id?: string
Property Value
string
Inherited From Resource.id
name
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 Resource.name
type
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 Resource.type
Azure SDK for JavaScript