Show / Hide Table of Contents

Class CertificateDetails

The details of Oracle Cloud Infrastructure certificate created

Inheritance
object
CertificateDetails
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.RoverService.Models
Assembly: OCI.DotNetSDK.Rover.dll
Syntax
public class CertificateDetails

Properties

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.

In this article
Back to top