MarketingBrand¶
-
class
oci.fusion_apps.models.MarketingBrand(**kwargs)¶ Bases:
objectmarketing brand details for fusion environment
Attributes
LIFECYCLE_DETAILS_DISABLEDA constant which can be used with the lifecycle_details property of a MarketingBrand. LIFECYCLE_DETAILS_NONEA constant which can be used with the lifecycle_details property of a MarketingBrand. LIFECYCLE_STATE_ACTIVEA constant which can be used with the lifecycle_state property of a MarketingBrand. LIFECYCLE_STATE_INACTIVEA constant which can be used with the lifecycle_state property of a MarketingBrand. defined_tags[Required] Gets the defined_tags of this MarketingBrand. freeform_tags[Required] Gets the freeform_tags of this MarketingBrand. fusion_environment_id[Required] Gets the fusion_environment_id of this MarketingBrand. id[Required] Gets the id of this MarketingBrand. lifecycle_detailsGets the lifecycle_details of this MarketingBrand. lifecycle_state[Required] Gets the lifecycle_state of this MarketingBrand. name[Required] Gets the name of this MarketingBrand. system_tags[Required] Gets the system_tags of this MarketingBrand. time_createdGets the time_created of this MarketingBrand. Methods
__init__(**kwargs)Initializes a new MarketingBrand object with values from keyword arguments. -
LIFECYCLE_DETAILS_DISABLED= 'DISABLED'¶ A constant which can be used with the lifecycle_details property of a MarketingBrand. This constant has a value of “DISABLED”
-
LIFECYCLE_DETAILS_NONE= 'NONE'¶ A constant which can be used with the lifecycle_details property of a MarketingBrand. This constant has a value of “NONE”
-
LIFECYCLE_STATE_ACTIVE= 'ACTIVE'¶ A constant which can be used with the lifecycle_state property of a MarketingBrand. This constant has a value of “ACTIVE”
-
LIFECYCLE_STATE_INACTIVE= 'INACTIVE'¶ A constant which can be used with the lifecycle_state property of a MarketingBrand. This constant has a value of “INACTIVE”
-
__init__(**kwargs)¶ Initializes a new MarketingBrand 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 MarketingBrand.
- name (str) – The value to assign to the name property of this MarketingBrand.
- lifecycle_state (str) – The value to assign to the lifecycle_state property of this MarketingBrand. 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 MarketingBrand. Allowed values for this property are: “NONE”, “DISABLED”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
- fusion_environment_id (str) – The value to assign to the fusion_environment_id property of this MarketingBrand.
- time_created (datetime) – The value to assign to the time_created property of this MarketingBrand.
- freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this MarketingBrand.
- defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this MarketingBrand.
- system_tags (dict(str, dict(str, object))) – The value to assign to the system_tags property of this MarketingBrand.
[Required] Gets the defined_tags of this MarketingBrand. 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 MarketingBrand. Return type: dict(str, dict(str, object))
[Required] Gets the freeform_tags of this MarketingBrand. 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 MarketingBrand. Return type: dict(str, str)
-
fusion_environment_id¶ [Required] Gets the fusion_environment_id of this MarketingBrand. fusion environment id
Returns: The fusion_environment_id of this MarketingBrand. Return type: str
-
id¶ [Required] Gets the id of this MarketingBrand. The unique identifier (OCID) of marketing brand. Can’t be changed after creation.
Returns: The id of this MarketingBrand. Return type: str
-
lifecycle_details¶ Gets the lifecycle_details of this MarketingBrand. Marketing Brand intermediate states
Allowed values for this property are: “NONE”, “DISABLED”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
Returns: The lifecycle_details of this MarketingBrand. Return type: str
-
lifecycle_state¶ [Required] Gets the lifecycle_state of this MarketingBrand. lifecycle state of marketing brand
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 MarketingBrand. Return type: str
-
name¶ [Required] Gets the name of this MarketingBrand. marketing brand name for fusion environment
Returns: The name of this MarketingBrand. Return type: str
[Required] Gets the system_tags of this MarketingBrand. 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 MarketingBrand. Return type: dict(str, dict(str, object))
-
time_created¶ Gets the time_created of this MarketingBrand. timeCreated
Returns: The time_created of this MarketingBrand. Return type: datetime
-