MarketingBrandEmailSubdomainCsr¶
-
class
oci.fusion_apps.models.MarketingBrandEmailSubdomainCsr(**kwargs)¶ Bases:
objectemail subdomain CSR response
Methods
__init__(**kwargs)Initializes a new MarketingBrandEmailSubdomainCsr object with values from keyword arguments. Attributes
common_name[Required] Gets the common_name of this MarketingBrandEmailSubdomainCsr. csr[Required] Gets the csr of this MarketingBrandEmailSubdomainCsr. -
__init__(**kwargs)¶ Initializes a new MarketingBrandEmailSubdomainCsr object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - common_name (str) – The value to assign to the common_name property of this MarketingBrandEmailSubdomainCsr.
- csr (str) – The value to assign to the csr property of this MarketingBrandEmailSubdomainCsr.
-
common_name¶ [Required] Gets the common_name of this MarketingBrandEmailSubdomainCsr. fully qualified host name
Returns: The common_name of this MarketingBrandEmailSubdomainCsr. Return type: str
-
csr¶ [Required] Gets the csr of this MarketingBrandEmailSubdomainCsr. Certificate signing request
Returns: The csr of this MarketingBrandEmailSubdomainCsr. Return type: str
-