Show / Hide Table of Contents

Class CertificateInfo

Properties of certificate

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

Properties

AkamaiCsr

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

Akamai Certificate signing request

AkamaiDvCertInstruction

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

Akamai Dv Cert instruction to validate domain, e.g. set DNS token or HTTP token, etc

CommonName

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

Fully qualified host name

Country

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

Country name

EmailAddress

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

Email address

FirstName

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

First name

LastName

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

Last name

Locality

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

City

OrganizationName

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

Company name

OrganizationUnit

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

Company section

OriginCsr

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

Certificate signing request

OriginDvCertInstruction

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

Dv Cert instruction to validate domain, e.g. set DNS token or HTTP token, etc

PhoneNumber

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

Phone number

PostalCode

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

Postal code

State

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

State or province

SubjectAltNames

Declaration
[JsonProperty(PropertyName = "subjectAltNames")]
public List<string> SubjectAltNames { get; set; }
Property Value
Type Description
List<string>

List of subject alternative names, comma separated

In this article
Back to top