Microsite

class oci.fusion_apps.models.Microsite(**kwargs)

Bases: object

microsite details for a marketing brand

Attributes

CERTIFICATE_MANAGEMENT_ORACLE_MANAGED A constant which can be used with the certificate_management property of a Microsite.
DNS_MANAGEMENT_CUSTOMER_MANAGED A constant which can be used with the dns_management property of a Microsite.
DNS_STATUS_ACTIVE A constant which can be used with the dns_status property of a Microsite.
DNS_STATUS_NOT_CONFIRMED A constant which can be used with the dns_status property of a Microsite.
LIFECYCLE_DETAILS_ACTIVATING_HOSTNAME A constant which can be used with the lifecycle_details property of a Microsite.
LIFECYCLE_DETAILS_ACTIVATING_HOSTNAME_TEMP_PROPERTY A constant which can be used with the lifecycle_details property of a Microsite.
LIFECYCLE_DETAILS_ACTIVATING_TEMP_PROPERTY A constant which can be used with the lifecycle_details property of a Microsite.
LIFECYCLE_DETAILS_CREATING_TEMP_PROPERTY A constant which can be used with the lifecycle_details property of a Microsite.
LIFECYCLE_DETAILS_FAILURE_BRAND_EVENT A constant which can be used with the lifecycle_details property of a Microsite.
LIFECYCLE_DETAILS_FAILURE_HOSTNAME_ACTIVATION A constant which can be used with the lifecycle_details property of a Microsite.
LIFECYCLE_DETAILS_FAILURE_TEMP_PROPERTY_ACTIVATION A constant which can be used with the lifecycle_details property of a Microsite.
LIFECYCLE_DETAILS_FAILURE_TEMP_PROPERTY_CREATION A constant which can be used with the lifecycle_details property of a Microsite.
LIFECYCLE_DETAILS_FAILURE_TEMP_PROPERTY_HOSTNAME_ACTIVATION A constant which can be used with the lifecycle_details property of a Microsite.
LIFECYCLE_DETAILS_NONE A constant which can be used with the lifecycle_details property of a Microsite.
LIFECYCLE_DETAILS_PENDING A constant which can be used with the lifecycle_details property of a Microsite.
LIFECYCLE_DETAILS_READY_FOR_MAIN_ACTIVATION A constant which can be used with the lifecycle_details property of a Microsite.
LIFECYCLE_DETAILS_SENDING_BRAND_EVENT A constant which can be used with the lifecycle_details property of a Microsite.
LIFECYCLE_STATE_ACTIVE A constant which can be used with the lifecycle_state property of a Microsite.
LIFECYCLE_STATE_INACTIVE A constant which can be used with the lifecycle_state property of a Microsite.
certificate_management [Required] Gets the certificate_management of this Microsite.
defined_tags [Required] Gets the defined_tags of this Microsite.
dns_management [Required] Gets the dns_management of this Microsite.
dns_status [Required] Gets the dns_status of this Microsite.
freeform_tags [Required] Gets the freeform_tags of this Microsite.
fusion_environment_id [Required] Gets the fusion_environment_id of this Microsite.
id [Required] Gets the id of this Microsite.
lifecycle_details Gets the lifecycle_details of this Microsite.
lifecycle_state [Required] Gets the lifecycle_state of this Microsite.
marketing_brand_id [Required] Gets the marketing_brand_id of this Microsite.
name [Required] Gets the name of this Microsite.
system_tags [Required] Gets the system_tags of this Microsite.
time_created Gets the time_created of this Microsite.

Methods

__init__(**kwargs) Initializes a new Microsite object with values from keyword arguments.
CERTIFICATE_MANAGEMENT_ORACLE_MANAGED = 'ORACLE_MANAGED'

A constant which can be used with the certificate_management property of a Microsite. This constant has a value of “ORACLE_MANAGED”

DNS_MANAGEMENT_CUSTOMER_MANAGED = 'CUSTOMER_MANAGED'

A constant which can be used with the dns_management property of a Microsite. This constant has a value of “CUSTOMER_MANAGED”

DNS_STATUS_ACTIVE = 'ACTIVE'

A constant which can be used with the dns_status property of a Microsite. This constant has a value of “ACTIVE”

DNS_STATUS_NOT_CONFIRMED = 'NOT_CONFIRMED'

A constant which can be used with the dns_status property of a Microsite. This constant has a value of “NOT_CONFIRMED”

LIFECYCLE_DETAILS_ACTIVATING_HOSTNAME = 'ACTIVATING_HOSTNAME'

A constant which can be used with the lifecycle_details property of a Microsite. This constant has a value of “ACTIVATING_HOSTNAME”

LIFECYCLE_DETAILS_ACTIVATING_HOSTNAME_TEMP_PROPERTY = 'ACTIVATING_HOSTNAME_TEMP_PROPERTY'

A constant which can be used with the lifecycle_details property of a Microsite. This constant has a value of “ACTIVATING_HOSTNAME_TEMP_PROPERTY”

LIFECYCLE_DETAILS_ACTIVATING_TEMP_PROPERTY = 'ACTIVATING_TEMP_PROPERTY'

A constant which can be used with the lifecycle_details property of a Microsite. This constant has a value of “ACTIVATING_TEMP_PROPERTY”

LIFECYCLE_DETAILS_CREATING_TEMP_PROPERTY = 'CREATING_TEMP_PROPERTY'

A constant which can be used with the lifecycle_details property of a Microsite. This constant has a value of “CREATING_TEMP_PROPERTY”

LIFECYCLE_DETAILS_FAILURE_BRAND_EVENT = 'FAILURE_BRAND_EVENT'

A constant which can be used with the lifecycle_details property of a Microsite. This constant has a value of “FAILURE_BRAND_EVENT”

LIFECYCLE_DETAILS_FAILURE_HOSTNAME_ACTIVATION = 'FAILURE_HOSTNAME_ACTIVATION'

A constant which can be used with the lifecycle_details property of a Microsite. This constant has a value of “FAILURE_HOSTNAME_ACTIVATION”

LIFECYCLE_DETAILS_FAILURE_TEMP_PROPERTY_ACTIVATION = 'FAILURE_TEMP_PROPERTY_ACTIVATION'

A constant which can be used with the lifecycle_details property of a Microsite. This constant has a value of “FAILURE_TEMP_PROPERTY_ACTIVATION”

LIFECYCLE_DETAILS_FAILURE_TEMP_PROPERTY_CREATION = 'FAILURE_TEMP_PROPERTY_CREATION'

A constant which can be used with the lifecycle_details property of a Microsite. This constant has a value of “FAILURE_TEMP_PROPERTY_CREATION”

LIFECYCLE_DETAILS_FAILURE_TEMP_PROPERTY_HOSTNAME_ACTIVATION = 'FAILURE_TEMP_PROPERTY_HOSTNAME_ACTIVATION'

A constant which can be used with the lifecycle_details property of a Microsite. This constant has a value of “FAILURE_TEMP_PROPERTY_HOSTNAME_ACTIVATION”

LIFECYCLE_DETAILS_NONE = 'NONE'

A constant which can be used with the lifecycle_details property of a Microsite. This constant has a value of “NONE”

LIFECYCLE_DETAILS_PENDING = 'PENDING'

A constant which can be used with the lifecycle_details property of a Microsite. This constant has a value of “PENDING”

LIFECYCLE_DETAILS_READY_FOR_MAIN_ACTIVATION = 'READY_FOR_MAIN_ACTIVATION'

A constant which can be used with the lifecycle_details property of a Microsite. This constant has a value of “READY_FOR_MAIN_ACTIVATION”

LIFECYCLE_DETAILS_SENDING_BRAND_EVENT = 'SENDING_BRAND_EVENT'

A constant which can be used with the lifecycle_details property of a Microsite. This constant has a value of “SENDING_BRAND_EVENT”

LIFECYCLE_STATE_ACTIVE = 'ACTIVE'

A constant which can be used with the lifecycle_state property of a Microsite. This constant has a value of “ACTIVE”

LIFECYCLE_STATE_INACTIVE = 'INACTIVE'

A constant which can be used with the lifecycle_state property of a Microsite. This constant has a value of “INACTIVE”

__init__(**kwargs)

Initializes a new Microsite 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 Microsite.
  • name (str) – The value to assign to the name property of this Microsite.
  • marketing_brand_id (str) – The value to assign to the marketing_brand_id property of this Microsite.
  • fusion_environment_id (str) – The value to assign to the fusion_environment_id property of this Microsite.
  • lifecycle_state (str) – The value to assign to the lifecycle_state property of this Microsite. Allowed values for this property are: “ACTIVE”, “INACTIVE”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
  • lifecycle_details (str) – The value to assign to the lifecycle_details property of this Microsite. Allowed values for this property are: “PENDING”, “NONE”, “CREATING_TEMP_PROPERTY”, “FAILURE_TEMP_PROPERTY_CREATION”, “ACTIVATING_TEMP_PROPERTY”, “FAILURE_TEMP_PROPERTY_ACTIVATION”, “ACTIVATING_HOSTNAME_TEMP_PROPERTY”, “FAILURE_TEMP_PROPERTY_HOSTNAME_ACTIVATION”, “READY_FOR_MAIN_ACTIVATION”, “ACTIVATING_HOSTNAME”, “FAILURE_HOSTNAME_ACTIVATION”, “SENDING_BRAND_EVENT”, “FAILURE_BRAND_EVENT”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
  • dns_management (str) – The value to assign to the dns_management property of this Microsite. Allowed values for this property are: “CUSTOMER_MANAGED”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
  • dns_status (str) – The value to assign to the dns_status property of this Microsite. Allowed values for this property are: “ACTIVE”, “NOT_CONFIRMED”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
  • certificate_management (str) – The value to assign to the certificate_management property of this Microsite. Allowed values for this property are: “ORACLE_MANAGED”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
  • time_created (datetime) – The value to assign to the time_created property of this Microsite.
  • freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this Microsite.
  • defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this Microsite.
  • system_tags (dict(str, dict(str, object))) – The value to assign to the system_tags property of this Microsite.
certificate_management

[Required] Gets the certificate_management of this Microsite. certificate management type for microsite

Allowed values for this property are: “ORACLE_MANAGED”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.

Returns:The certificate_management of this Microsite.
Return type:str
defined_tags

[Required] Gets the defined_tags of this Microsite. 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 Microsite.
Return type:dict(str, dict(str, object))
dns_management

[Required] Gets the dns_management of this Microsite. dns management type for microsite

Allowed values for this property are: “CUSTOMER_MANAGED”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.

Returns:The dns_management of this Microsite.
Return type:str
dns_status

[Required] Gets the dns_status of this Microsite. dns status for microsite

Allowed values for this property are: “ACTIVE”, “NOT_CONFIRMED”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.

Returns:The dns_status of this Microsite.
Return type:str
freeform_tags

[Required] Gets the freeform_tags of this Microsite. 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 Microsite.
Return type:dict(str, str)
fusion_environment_id

[Required] Gets the fusion_environment_id of this Microsite. Fusion Environment Identifier

Returns:The fusion_environment_id of this Microsite.
Return type:str
id

[Required] Gets the id of this Microsite. The unique identifier (OCID) of microsite. Can’t be changed after creation.

Returns:The id of this Microsite.
Return type:str
lifecycle_details

Gets the lifecycle_details of this Microsite. microsite intermediate states

Allowed values for this property are: “PENDING”, “NONE”, “CREATING_TEMP_PROPERTY”, “FAILURE_TEMP_PROPERTY_CREATION”, “ACTIVATING_TEMP_PROPERTY”, “FAILURE_TEMP_PROPERTY_ACTIVATION”, “ACTIVATING_HOSTNAME_TEMP_PROPERTY”, “FAILURE_TEMP_PROPERTY_HOSTNAME_ACTIVATION”, “READY_FOR_MAIN_ACTIVATION”, “ACTIVATING_HOSTNAME”, “FAILURE_HOSTNAME_ACTIVATION”, “SENDING_BRAND_EVENT”, “FAILURE_BRAND_EVENT”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.

Returns:The lifecycle_details of this Microsite.
Return type:str
lifecycle_state

[Required] Gets the lifecycle_state of this Microsite. microsite lifecycle state

Allowed values for this property are: “ACTIVE”, “INACTIVE”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.

Returns:The lifecycle_state of this Microsite.
Return type:str
marketing_brand_id

[Required] Gets the marketing_brand_id of this Microsite. Marketing Brand Identifier

Returns:The marketing_brand_id of this Microsite.
Return type:str
name

[Required] Gets the name of this Microsite. microsite sudomain name

Returns:The name of this Microsite.
Return type:str
system_tags

[Required] Gets the system_tags of this Microsite. 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 Microsite.
Return type:dict(str, dict(str, object))
time_created

Gets the time_created of this Microsite. The time the Microsite was created. An RFC3339 formatted datetime string

Returns:The time_created of this Microsite.
Return type:datetime