Show / Hide Table of Contents

Class MarketingBrandEmailSubdomainCsr

email subdomain CSR response

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

Properties

CommonName

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

fully qualified host name

Remarks

Required

Csr

Declaration
[Required(ErrorMessage = "Csr is required.")]
[JsonProperty(PropertyName = "csr")]
public string Csr { get; set; }
Property Value
Type Description
string

Certificate signing request

Remarks

Required

In this article
Back to top