CaCertificate Class
The CA Certificate resource.
Variables are only populated by the server, and will be ignored when sending a request.
Constructor
CaCertificate(*, description: str | None = None, encoded_certificate: str | None = None, **kwargs: Any)
Keyword-Only Parameters
| Name | Description |
|---|---|
|
description
|
Description for the CA Certificate resource. Default value: None
|
|
encoded_certificate
|
Base64 encoded PEM (Privacy Enhanced Mail) format certificate data. Default value: None
|
Variables
| Name | Description |
|---|---|
|
id
|
Fully qualified identifier of the resource. |
|
name
|
Name of the resource. |
|
type
|
Type of the resource. |
|
system_data
|
The system metadata relating to the Event Grid resource. |
|
description
|
Description for the CA Certificate resource. |
|
encoded_certificate
|
Base64 encoded PEM (Privacy Enhanced Mail) format certificate data. |
|
issue_time_in_utc
|
Certificate issue time in UTC. This is a read-only field. |
|
expiry_time_in_utc
|
Certificate expiry time in UTC. This is a read-only field. |
|
provisioning_state
|
Provisioning state of the CA Certificate resource. Known values are: "Creating", "Updating", "Deleting", "Succeeded", "Canceled", "Failed", and "Deleted". |