Class CertificateDetails
The details of Oracle Cloud Infrastructure certificate created
Inherited Members
Namespace: Oci.RoverService.Models
Assembly: OCI.DotNetSDK.Rover.dll
Syntax
public class CertificateDetailsProperties
CertificateId
Declaration
[JsonProperty(PropertyName = "certificateId")]
public string CertificateId { get; set; }Property Value
| Type | Description | 
|---|---|
| string | The id of the certificate. | 
CertificateName
Declaration
[JsonProperty(PropertyName = "certificateName")]
public string CertificateName { get; set; }Property Value
| Type | Description | 
|---|---|
| string | The name of the certificate. |