Class UploadVanityDomainCertificateDetails
Add vanity domain with certificate
Inherited Members
Namespace: Oci.FusionappsService.Models
Assembly: OCI.DotNetSDK.Fusionapps.dll
Syntax
public class UploadVanityDomainCertificateDetails
Properties
CertificateChainPem
Declaration
[JsonProperty(PropertyName = "certificateChainPem")]
public string CertificateChainPem { get; set; }
Property Value
| Type | Description |
|---|---|
| string | Certificate chain PEM, including intermediate and root |
CertificatePem
Declaration
[Required(ErrorMessage = "CertificatePem is required.")]
[JsonProperty(PropertyName = "certificatePem")]
public string CertificatePem { get; set; }
Property Value
| Type | Description |
|---|---|
| string | Public certificate PEM |
Remarks
Required
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
IsAkamai
Declaration
[Required(ErrorMessage = "IsAkamai is required.")]
[JsonProperty(PropertyName = "isAkamai")]
public bool? IsAkamai { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? | Identify if this is certificate for pod LB or Akamai |
Remarks
Required