Class LeafCertificateDetails
The details of leaf certificate
Inherited Members
Namespace: Oci.RoverService.Models
Assembly: OCI.DotNetSDK.Rover.dll
Syntax
public class LeafCertificateDetailsProperties
CertificateId
Declaration
[JsonProperty(PropertyName = "certificateId")]
public string CertificateId { get; set; }Property Value
| Type | Description | 
|---|---|
| string | The id of the certificate | 
CertificatePem
Declaration
[JsonProperty(PropertyName = "certificatePem")]
public string CertificatePem { get; set; }Property Value
| Type | Description | 
|---|---|
| string | The certificate content in PEM format |