EmailSubdomainSummary¶
-
class
oci.fusion_apps.models.EmailSubdomainSummary(**kwargs)¶ Bases:
objectemail subdomain details for a marketing brand
Methods
__init__(**kwargs)Initializes a new EmailSubdomainSummary object with values from keyword arguments. Attributes
certificate_management[Required] Gets the certificate_management of this EmailSubdomainSummary. certificate_status[Required] Gets the certificate_status of this EmailSubdomainSummary. defined_tags[Required] Gets the defined_tags of this EmailSubdomainSummary. dns_management[Required] Gets the dns_management of this EmailSubdomainSummary. dns_status[Required] Gets the dns_status of this EmailSubdomainSummary. freeform_tags[Required] Gets the freeform_tags of this EmailSubdomainSummary. fusion_environment_id[Required] Gets the fusion_environment_id of this EmailSubdomainSummary. id[Required] Gets the id of this EmailSubdomainSummary. lifecycle_detailsGets the lifecycle_details of this EmailSubdomainSummary. lifecycle_state[Required] Gets the lifecycle_state of this EmailSubdomainSummary. marketing_brand_id[Required] Gets the marketing_brand_id of this EmailSubdomainSummary. name[Required] Gets the name of this EmailSubdomainSummary. system_tags[Required] Gets the system_tags of this EmailSubdomainSummary. time_certificate_expiration[Required] Gets the time_certificate_expiration of this EmailSubdomainSummary. time_created[Required] Gets the time_created of this EmailSubdomainSummary. -
__init__(**kwargs)¶ Initializes a new EmailSubdomainSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - id (str) – The value to assign to the id property of this EmailSubdomainSummary.
- name (str) – The value to assign to the name property of this EmailSubdomainSummary.
- marketing_brand_id (str) – The value to assign to the marketing_brand_id property of this EmailSubdomainSummary.
- fusion_environment_id (str) – The value to assign to the fusion_environment_id property of this EmailSubdomainSummary.
- lifecycle_state (str) – The value to assign to the lifecycle_state property of this EmailSubdomainSummary.
- lifecycle_details (str) – The value to assign to the lifecycle_details property of this EmailSubdomainSummary.
- dns_management (str) – The value to assign to the dns_management property of this EmailSubdomainSummary.
- dns_status (str) – The value to assign to the dns_status property of this EmailSubdomainSummary.
- certificate_management (str) – The value to assign to the certificate_management property of this EmailSubdomainSummary.
- certificate_status (str) – The value to assign to the certificate_status property of this EmailSubdomainSummary.
- time_certificate_expiration (datetime) – The value to assign to the time_certificate_expiration property of this EmailSubdomainSummary.
- time_created (datetime) – The value to assign to the time_created property of this EmailSubdomainSummary.
- freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this EmailSubdomainSummary.
- defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this EmailSubdomainSummary.
- system_tags (dict(str, dict(str, object))) – The value to assign to the system_tags property of this EmailSubdomainSummary.
-
certificate_management¶ [Required] Gets the certificate_management of this EmailSubdomainSummary. dns management type for email subdomain
Returns: The certificate_management of this EmailSubdomainSummary. Return type: str
-
certificate_status¶ [Required] Gets the certificate_status of this EmailSubdomainSummary. certificate status for email subdomain
Returns: The certificate_status of this EmailSubdomainSummary. Return type: str
[Required] Gets the defined_tags of this EmailSubdomainSummary. Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {“foo-namespace”: {“bar-key”: “value”}}
Returns: The defined_tags of this EmailSubdomainSummary. Return type: dict(str, dict(str, object))
-
dns_management¶ [Required] Gets the dns_management of this EmailSubdomainSummary. dns management type for email subdomain
Returns: The dns_management of this EmailSubdomainSummary. Return type: str
-
dns_status¶ [Required] Gets the dns_status of this EmailSubdomainSummary. dns status for email subdomain
Returns: The dns_status of this EmailSubdomainSummary. Return type: str
[Required] Gets the freeform_tags of this EmailSubdomainSummary. Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {“bar-key”: “value”}
Returns: The freeform_tags of this EmailSubdomainSummary. Return type: dict(str, str)
-
fusion_environment_id¶ [Required] Gets the fusion_environment_id of this EmailSubdomainSummary. Fusion Environment Identifier
Returns: The fusion_environment_id of this EmailSubdomainSummary. Return type: str
-
id¶ [Required] Gets the id of this EmailSubdomainSummary. The unique identifier (OCID) of emailsubdomain. Can’t be changed after creation.
Returns: The id of this EmailSubdomainSummary. Return type: str
-
lifecycle_details¶ Gets the lifecycle_details of this EmailSubdomainSummary. Intermediate state for Email subdomain
Returns: The lifecycle_details of this EmailSubdomainSummary. Return type: str
-
lifecycle_state¶ [Required] Gets the lifecycle_state of this EmailSubdomainSummary. email subdomain lifecyclestate
Returns: The lifecycle_state of this EmailSubdomainSummary. Return type: str
-
marketing_brand_id¶ [Required] Gets the marketing_brand_id of this EmailSubdomainSummary. Marketing Brand Identifier
Returns: The marketing_brand_id of this EmailSubdomainSummary. Return type: str
-
name¶ [Required] Gets the name of this EmailSubdomainSummary. email subdomain name for a brand
Returns: The name of this EmailSubdomainSummary. Return type: str
[Required] Gets the system_tags of this EmailSubdomainSummary. The system tags associated with this resource, if any. The system tags are set by Oracle cloud infrastructure services. Each key is predefined and scoped to namespaces. For more information, see Resource Tags. Example: {orcl-cloud: {free-tier-retain: true}}
Returns: The system_tags of this EmailSubdomainSummary. Return type: dict(str, dict(str, object))
-
time_certificate_expiration¶ [Required] Gets the time_certificate_expiration of this EmailSubdomainSummary. certification expiration date
Returns: The time_certificate_expiration of this EmailSubdomainSummary. Return type: datetime
-
time_created¶ [Required] Gets the time_created of this EmailSubdomainSummary. The time the Email Subdomain was created. An RFC3339 formatted datetime string
Returns: The time_created of this EmailSubdomainSummary. Return type: datetime
-