Class RequestEmailSubdomainCsrDetails
Email subdomain certificate request detail
Inherited Members
Namespace: Oci.FusionappsService.Models
Assembly: OCI.DotNetSDK.Fusionapps.dll
Syntax
public class RequestEmailSubdomainCsrDetails
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
Country
Declaration
[Required(ErrorMessage = "Country is required.")]
[JsonProperty(PropertyName = "country")]
public string Country { get; set; }
Property Value
| Type | Description |
|---|---|
| string | country name |
Remarks
Required
EmailAddress
Declaration
[Required(ErrorMessage = "EmailAddress is required.")]
[JsonProperty(PropertyName = "emailAddress")]
public string EmailAddress { get; set; }
Property Value
| Type | Description |
|---|---|
| string | email address |
Remarks
Required
Locality
Declaration
[Required(ErrorMessage = "Locality is required.")]
[JsonProperty(PropertyName = "locality")]
public string Locality { get; set; }
Property Value
| Type | Description |
|---|---|
| string | city |
Remarks
Required
OrganizationName
Declaration
[Required(ErrorMessage = "OrganizationName is required.")]
[JsonProperty(PropertyName = "organizationName")]
public string OrganizationName { get; set; }
Property Value
| Type | Description |
|---|---|
| string | company name |
Remarks
Required
OrganizationUnit
Declaration
[Required(ErrorMessage = "OrganizationUnit is required.")]
[JsonProperty(PropertyName = "organizationUnit")]
public string OrganizationUnit { get; set; }
Property Value
| Type | Description |
|---|---|
| string | company section |
Remarks
Required
Sans
Declaration
[JsonProperty(PropertyName = "sans")]
public string Sans { get; set; }
Property Value
| Type | Description |
|---|---|
| string | subject alternative names, comma separated |
State
Declaration
[Required(ErrorMessage = "State is required.")]
[JsonProperty(PropertyName = "state")]
public string State { get; set; }
Property Value
| Type | Description |
|---|---|
| string | state or province |
Remarks
Required