MicrositeSummary¶
-
class
oci.fusion_apps.models.MicrositeSummary(**kwargs)¶ Bases:
objectmicrosite details for a marketing brand
Methods
__init__(**kwargs)Initializes a new MicrositeSummary object with values from keyword arguments. Attributes
certificate_managementGets the certificate_management of this MicrositeSummary. defined_tags[Required] Gets the defined_tags of this MicrositeSummary. dns_management[Required] Gets the dns_management of this MicrositeSummary. dns_status[Required] Gets the dns_status of this MicrositeSummary. freeform_tags[Required] Gets the freeform_tags of this MicrositeSummary. fusion_environment_id[Required] Gets the fusion_environment_id of this MicrositeSummary. id[Required] Gets the id of this MicrositeSummary. lifecycle_detailsGets the lifecycle_details of this MicrositeSummary. lifecycle_state[Required] Gets the lifecycle_state of this MicrositeSummary. marketing_brand_id[Required] Gets the marketing_brand_id of this MicrositeSummary. name[Required] Gets the name of this MicrositeSummary. system_tags[Required] Gets the system_tags of this MicrositeSummary. time_created[Required] Gets the time_created of this MicrositeSummary. -
__init__(**kwargs)¶ Initializes a new MicrositeSummary 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 MicrositeSummary.
- name (str) – The value to assign to the name property of this MicrositeSummary.
- marketing_brand_id (str) – The value to assign to the marketing_brand_id property of this MicrositeSummary.
- fusion_environment_id (str) – The value to assign to the fusion_environment_id property of this MicrositeSummary.
- lifecycle_state (str) – The value to assign to the lifecycle_state property of this MicrositeSummary.
- lifecycle_details (str) – The value to assign to the lifecycle_details property of this MicrositeSummary.
- dns_management (str) – The value to assign to the dns_management property of this MicrositeSummary.
- dns_status (str) – The value to assign to the dns_status property of this MicrositeSummary.
- certificate_management (str) – The value to assign to the certificate_management property of this MicrositeSummary.
- time_created (datetime) – The value to assign to the time_created property of this MicrositeSummary.
- freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this MicrositeSummary.
- defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this MicrositeSummary.
- system_tags (dict(str, dict(str, object))) – The value to assign to the system_tags property of this MicrositeSummary.
-
certificate_management¶ Gets the certificate_management of this MicrositeSummary. certificate type for microsite
Returns: The certificate_management of this MicrositeSummary. Return type: str
[Required] Gets the defined_tags of this MicrositeSummary. 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 MicrositeSummary. Return type: dict(str, dict(str, object))
-
dns_management¶ [Required] Gets the dns_management of this MicrositeSummary. dns management type for microsite
Returns: The dns_management of this MicrositeSummary. Return type: str
-
dns_status¶ [Required] Gets the dns_status of this MicrositeSummary. dns status for microsite
Returns: The dns_status of this MicrositeSummary. Return type: str
[Required] Gets the freeform_tags of this MicrositeSummary. 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 MicrositeSummary. Return type: dict(str, str)
-
fusion_environment_id¶ [Required] Gets the fusion_environment_id of this MicrositeSummary. Fusion Environment Identifier
Returns: The fusion_environment_id of this MicrositeSummary. Return type: str
-
id¶ [Required] Gets the id of this MicrositeSummary. The unique identifier (OCID) of microsite. Can’t be changed after creation.
Returns: The id of this MicrositeSummary. Return type: str
-
lifecycle_details¶ Gets the lifecycle_details of this MicrositeSummary. Intermediate state for microsite
Returns: The lifecycle_details of this MicrositeSummary. Return type: str
-
lifecycle_state¶ [Required] Gets the lifecycle_state of this MicrositeSummary. microsite lifecyclestate
Returns: The lifecycle_state of this MicrositeSummary. Return type: str
-
marketing_brand_id¶ [Required] Gets the marketing_brand_id of this MicrositeSummary. Marketing Brand Identifier
Returns: The marketing_brand_id of this MicrositeSummary. Return type: str
-
name¶ [Required] Gets the name of this MicrositeSummary. microsite name
Returns: The name of this MicrositeSummary. Return type: str
[Required] Gets the system_tags of this MicrositeSummary. 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 MicrositeSummary. Return type: dict(str, dict(str, object))
-
time_created¶ [Required] Gets the time_created of this MicrositeSummary. The time the Microsite was created. An RFC3339 formatted datetime string
Returns: The time_created of this MicrositeSummary. Return type: datetime
-