GetCaCertificateResult

data class GetCaCertificateResult(val azureApiVersion: String, val description: String? = null, val encodedCertificate: String? = null, val expiryTimeInUtc: String, val id: String, val issueTimeInUtc: String, val name: String, val provisioningState: String, val systemData: SystemDataResponse, val type: String)

The CA Certificate resource.

Constructors

Link copied to clipboard
constructor(azureApiVersion: String, description: String? = null, encodedCertificate: String? = null, expiryTimeInUtc: String, id: String, issueTimeInUtc: String, name: String, provisioningState: String, systemData: SystemDataResponse, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Azure API version of the resource.

Link copied to clipboard
val description: String? = null

Description for the CA Certificate resource.

Link copied to clipboard

Base64 encoded PEM (Privacy Enhanced Mail) format certificate data.

Link copied to clipboard

Certificate expiry time in UTC. This is a read-only field.

Link copied to clipboard
val id: String

Fully qualified identifier of the resource.

Link copied to clipboard

Certificate issue time in UTC. This is a read-only field.

Link copied to clipboard

Name of the resource.

Link copied to clipboard

Provisioning state of the CA Certificate resource.

Link copied to clipboard

The system metadata relating to the Event Grid resource.

Link copied to clipboard

Type of the resource.