Show / Hide Table of Contents

Class CreateVanityDomainDetails

Vanity domain request detail

Inheritance
object
CreateVanityDomainDetails
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 CreateVanityDomainDetails

Properties

CdnCertRequestType

Declaration
[JsonProperty(PropertyName = "cdnCertRequestType")]
[JsonConverter(typeof(StringEnumConverter))]
public CreateVanityDomainDetails.CdnCertRequestTypeEnum? CdnCertRequestType { get; set; }
Property Value
Type Description
CreateVanityDomainDetails.CdnCertRequestTypeEnum?

The cdn request type for which the certificate is generated

CertificateInfo

Declaration
[JsonProperty(PropertyName = "certificateInfo")]
public CertificateInfo CertificateInfo { get; set; }
Property Value
Type Description
CertificateInfo

ChangeManagementLink

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

The cm link that was used to create the DNS prefix

DnsManagedBy

Declaration
[JsonProperty(PropertyName = "dnsManagedBy")]
[JsonConverter(typeof(StringEnumConverter))]
public CreateVanityDomainDetails.DnsManagedByEnum? DnsManagedBy { get; set; }
Property Value
Type Description
CreateVanityDomainDetails.DnsManagedByEnum?

The dns is managed by the customer or Oracle

OriginCertRequestType

Declaration
[JsonProperty(PropertyName = "originCertRequestType")]
[JsonConverter(typeof(StringEnumConverter))]
public CreateVanityDomainDetails.OriginCertRequestTypeEnum? OriginCertRequestType { get; set; }
Property Value
Type Description
CreateVanityDomainDetails.OriginCertRequestTypeEnum?

The origin request type for which the certificate is generated

Prefix

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

The prefix value of the DnsPrefix. Can't be changed after creation

VanityDomain

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

Vanity domain

In this article
Back to top