Show / Hide Table of Contents

Class OlvmCertificate

The TLS certificate in case of a TLS connection.

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

Properties

CertificateDescription

Declaration
[JsonProperty(PropertyName = "certificateDescription")]
public string CertificateDescription { get; set; }
Property Value
Type Description
string

A human-readable description in plain text.

Comment

Declaration
[JsonProperty(PropertyName = "comment")]
public string Comment { get; set; }
Property Value
Type Description
string

Free text containing comments about this object.

Content

Declaration
[JsonProperty(PropertyName = "content")]
public string Content { get; set; }
Property Value
Type Description
string

Content of the certificate.

Id

Declaration
[JsonProperty(PropertyName = "id")]
public string Id { get; set; }
Property Value
Type Description
string

A unique identifier.

Name

Declaration
[JsonProperty(PropertyName = "name")]
public string Name { get; set; }
Property Value
Type Description
string

A human-readable name in plain text.

Organization

Declaration
[JsonProperty(PropertyName = "organization")]
public string Organization { get; set; }
Property Value
Type Description
string

Organization of the certificate

Subject

Declaration
[JsonProperty(PropertyName = "subject")]
public string Subject { get; set; }
Property Value
Type Description
string

Subject of the certificate

In this article
Back to top